.sample_h_3{
font-size: 1em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */   
padding-top: .3em;
padding-bottom: .3em;
margin-bottom: 2em;
border-bottom: dashed 2px #000000;/* 線 */
color: #67a8dd;/* フォント色 */
}
.sample_h_10{
font-size: 1em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-left: .5em;
padding-top: .3em;
padding-bottom: .3em;
margin-bottom: 2em;
border-left: 5px solid #7db4e6;/* 線 */
color: #494949;/* フォント色 */
}

.sample_h_11{
font-size: 1em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .4em;
padding-bottom: .4em;
padding-left: .4em;
margin-bottom: 2em;
background-color: #ebf4f6;/* 背景色 */
border-left: 5px solid #318496;/* 左の線 */
border-bottom: 2px solid #cccccc;/* 下の線 */
color: #318496;/* フォント色 */
}

.under {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.sample_h_4{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 2em;
border-top: 3px solid #3f9613;/* 上の線 */
border-bottom: 3px solid #409614;/* 下の線 */
color: #409614;/* フォント色 */
text-align: center;/* テキストの位置 */
}

.emphasize-link-tab {
  position: relative;
  margin: 15px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ee7917;
  background-color: #fffbf5;
}

.emphasize-link-tab p:last-child {
  margin-bottom: 0;
}

.emphasize-link-tab::before {
  font-family: FontAwesome;
  position: absolute;
  bottom: 100%;
  left: -2px;
  padding: 2px 6px;
  content: "あわせて読みたい";
  background-color: #ee7917;
  color: #fff;
  font-weight: bold;
  border-radius: 6px 6px 0px 0px;
}

.emphasize-link-tab a::after {
  font-family: FontAwesome;
  content: "";
  color: #0044cc; /*リンクの色と同じにする*/
}

.emphasize-link-tab a:hover:after {
  color: #b22222; /*リンクにホバーしたときの色と同じにする*/
}

/* リストデザイン002 */
.list_design002 li {
  color: #f4a006;
}

.list_design002 li span {
  color: #333;
}

.box8 {
    padding: 0.5em 0.5em;
    margin: 2em 0.5em;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
.box8 p {
    margin: 0; 
    padding: 0;
}
.f-container {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.f-icon img {
  max-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #000000;
  box-shadow: 3px 3px 3px #C6C6C6;
}

.f-icon {
  width: 25%;
  padding : 0 20px 0 0;
  text-align: center;
  margin-top: -5px;
}

.f-text-box {
  width: 70%;
  padding: 10px;
  border: 2px solid #000000;
  box-shadow: 3px 3px 3px #C6C6C6;
  position: relative;
  background: #fff;
}

.f-text-box p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.f-text-box::before {
  content: '';
  position: absolute;
  left: -31px;
  top: 20%;
  border-top: 15px solid transparent;
  border-right: 15px solid #000000;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
}

@media only screen and (max-width: 769px) {
.f-text-box p {
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 13px;
}
.f-text-box {
  width: 73%;
  }

.f-icon {
  width: 27%;
}
  }

.f-container-r {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.f-icon-r img {
  max-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  border: 3px solid #000000;
  box-shadow: 3px 3px 3px #C6C6C6;
}

.f-icon-r {
  width: 25%;
  padding : 0 0 0 20px;
  text-align: center;
  margin-top: -5px;
}

.f-text-box-r {
  width: 70%;
  padding: 10px;
  border: 2px solid #000000;
  box-shadow: 3px 3px 3px #C6C6C6;
  position: relative;
  background: #fff;
}

.f-text-box-r p {
  margin: 0;
  padding: 0;
  line-height: 28px;
}

.f-text-box-r::before {
  content: '';
  position: absolute;
  right: -31px;
  top: 20%;
  border-top: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #000000;
}

@media only screen and (max-width: 769px) {
.f-text-box-r p {
  line-height: 23px;
  letter-spacing: 1px;
  font-size: 13px;
}
.f-text-box-r {
  width: 73%;
  }

.f-icon-r {
  width: 27%;
}
  }
/* リストデザイン037 */
.list_design037 {
  list-style: none;
  counter-reset: list;
  display: inline-block;
  padding: 1rem 2rem;
  margin: 1rem;
}

.list_design037 li {
  position: relative;
  padding: 0 1rem;
  margin: 1rem 4rem;
  line-height: 30px;
  border: 2px solid #999;
  color: #333;
}

.list_design037 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -45px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  background: #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.list_design037 li:after {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  height: 0;
  width: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #999;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}