:root {
  scroll-padding: 120px;
}
.-list-under-dashed a{
	text-decoration:underline !important;
	color:#8e704e;
}
.shadow{
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
}

.single_article a{
	color:#8e704e;
	text-decoration:underline;
}
.under_bread_area{
  padding: 0;
}
.heading-37 {
    position: relative;
    padding: .5em 1em;
    color: #333333;
}

.heading-37::before,
.heading-37::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 3px solid #D2691E;
    box-sizing: border-box;
    content: '';
}

.heading-37::before {
    top: 0;
    left: 0;
    border-right: none;
}

.heading-37::after {
    bottom: 0;
    right: 0;
    border-left: none;
}
.heading-21 {
    position: relative;
    padding: .5em .7em .4em;
    border-bottom: 3px solid #D2691E;
    color: #333333;
}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #D2691E;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}
.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #D2691E;
    color: #fff;
}
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #D2691E;
    content: '';
}

.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.heading-9::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #D2691E;
}
.heading-34 {
    position: relative;
    margin: 0 0 25px 9px;
    padding: .5em .8em;
    background-color: #D2691E;
    color: #fff;
	margin-top:20px;
}

.heading-34::before {
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 5px;
    height: 135%;
    border-radius: 3px;
    background-color: #8e704e;
    content: '';
}

.heading-34 span::before,
.heading-34 span::after {
    position: absolute;
    left: -9px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #CD853F;
    content: '';
}

.heading-34 span::before {
    top: 44%;
    transform: rotate(-25deg);
}

.heading-34 span::after {
    top: 54%;
    transform: rotate(25deg);
}
.breadcrumb{
  padding: 0 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.single_wrap {
  width: 100%;
  max-width: 840px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

.single_thum {
  padding-top: 40px;
}

.single_thum img {
  display: block;
  border-radius: 20px;
}

.single_time {
  margin-top: 20px;
  text-align: right;
  color: #555;
  font-weight: 600;
}

.single_tag {
  margin-top: 5px;
  font-weight: 600;
}

.single_tag span {
  display: inline-block;
  background-color: #F0F4F8;
  color: #8e704e;
  padding: 0.4em 1.2em;
  border-radius: 16px;
  font-size: 1.4rem;
}

.single_title {
  color: #8e704e;
  margin-top: 20px;
  font-size: 2.8rem;
}


.single_content p {
	margin-bottom: 18px;
  line-height: 1.8;
}

.single_content .wp-block-heading {
  margin-top: 80px;
  margin-bottom: 32px;
  font-weight: 600;
  border-radius: 10px;
}

.single_content h2.wp-block-heading {
  color: #fff;
  background-color: #8e704e;
  font-size: 2.4rem;
  padding: 0.5em 1em;
}

.single_content h3.wp-block-heading {
  color: #8e704e;
  background-color: #F5DEB3;
  font-size: 2.0rem;
  padding: 0.3em 1em;
}

.single_content .wp-block-image {
  margin: 32px 0;
}

.single_content .wp-block-image img {
  border-radius: 20px;
}

.single_author {
  margin-top: 62px;
}

.single_author_title span {
  color: #fff;
  background-color: #8e704e;
  font-size: 1.8rem;
  display: inline-block;
  background-image: url(../img/single/icon_book.png);
  background-repeat: no-repeat;
  background-position: left 25px center;
  background-size: 24px 25px;
  padding: 0.5em 25px 0.5em 60px;
  border-radius: 10px 10px 0 0;
}

.single_author_content {
  display: flex;
  padding: 24px;
  background-color: #F0F4F8;
  gap: 16px;
  border-radius: 0 10px 10px 10px;
}

.single_author_photo {
  width: 100px;
}

.single_author_photo img{
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
}

.single_author_data {
  flex: 1;
}

.single_author_posi {
  margin-top: 5px;
  font-size: 1.2rem;
  color: #8e704e;
}

.single_author_name {
  font-size: 2.4rem;
  font-weight: 800;
}

.single_author_inc a {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/single/icon_blank.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-size: 1.4rem;
  color: #8e704e;
}

.single_author_txt {
  height: 1.5em;
  overflow: hidden;
  margin-top: 20px;
  font-size: 1.4rem;
}

.single_author_txt.active{
  height: auto!important;
}

.single_author_more {
  text-align: right;
}

.single_author_more a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 30px 5px 0;
}

.single_author_more a::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #8e704e;
  background-image: url(../img/btn_arrow01.png);
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.single_author_txt.active + .single_author_more a::after{
  transform: translateY(-50%) rotate(-90deg);
}

.simpletoc{
  margin: 80px 0;
}

.toc_title{
  position: relative;
  width: 100%;
  background-image: url(../img/rabbit02.png);
  background-color: #F3F3F3;
  background-size: 33px 29px;
  background-position: top 32px left 40px;
  background-repeat: no-repeat;
  padding: 32px 40px 0 80px;
  font-size: 2.4rem;
  border-radius: 20px 20px 0 0;
margin-bottom:0 !important;
}

.toc_list{
  width: 100%;
  padding: 24px 40px 32px 40px;
  background-color: #F3F3F3;
  font-weight: 600;
  border-radius: 0 0 20px 20px;
}

.toc_list li{
  position: relative;
  padding-left: 1.5em;
}
div#toc_container {
    display: block !important;
}
.toc_list li::before{
  top: 0;
  left: 0;
  position: absolute;
  content: '●';
  color: #8e704e;
}

.toc_list > li::before{
  transform: scale(0.7);
}

.toc_list > li > ul > li::before{
  transform: scale(0.5);
}

.toc_list > li + li{
  margin-top: 12px;
}

.toc_list > li > a{
  color: #8e704e;
  font-size: 16px;
}

.toc_list > li > ul > li{
  margin-top:8px;
}

.single .mv_area {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.single .column_area {
  margin-top: 80px;
  background-color: #F3F3F3;
}


@media screen and (max-width: 768px) {
  :root {
    scroll-padding: 82px;
  }

  .breadcrumb{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    height: auto;
  }


  .single_wrap {
    margin-bottom: 56px;
  }
/*   .single_thum {
    padding-top: 60px;
  }
 */
  .single_thum img {
    display: block;
    border-radius: 20px;
  }

  .single_time {
    margin-top: 16px;
  }

  .single_title {
    margin-top: 16px;
    font-size: 2.4rem;
  }

  .single_content {
    margin-top: 20px;
  }

  .single_content p {
    margin: 16px 0;
  }

  .single_content .wp-block-heading {
    margin-top: 40px;
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .single_content h2.wp-block-heading {
    font-size: 2.0rem;
  }

  .single_content h3.wp-block-heading {
    font-size: 1.8rem;
  }

  .single_content .wp-block-image {
    margin: 16px 0;
  }

  .single_author {
    margin-top: 40px;
  }

  .single_author_content {
    padding: 16px;
  }

  .single_author_txt {
    height: 3em;
  }

  .simpletoc{
    margin: 40px 0;
  }

  .simpletoc-title{
    background-position: top 24px left 16px;
    padding: 24px 16px 0 55px;
  }

  .simpletoc-list{
    padding: 16px 16px 24px 16px;
  }

  .single .column_area {
    margin-top: 0;
  }
}
/* article-css */
.red {
    color: #c11b26 !important;
    font-weight: 700;
}
.strong{
 font-weight: 700;
}
.big {
    font-size: 18px;
}
.cap_box_ttl {
    align-items: center;
    background-color: #8e704e;
    color: #fff;
    display: flex;
    gap: 0.5em;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 0 !important;
    padding: 0.5em;
    position: relative;
    text-align: center;
    z-index: 1;
}

.cap_box_content {
    border: 1px solid #8e704e;
    clear: both;
    margin-top: -2px;
    padding: 1.25em;
    position: relative;
    z-index: 0;
}
.-list-under-dashed>li, .border_bottom>li {
    border-bottom: 1px dashed hsla(0, 0%, 78%, .5);
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 20px;
}
.is-style-check_list li:before {
    color: #8e704e;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 15px;
}
.single_content h2 {
    text-align: left;
    background: #8e704e;
    padding: 0.75em 1em;
    color: #fff;
    position: relative;
    margin: 30px auto;
}
.single_content h2::before {
    position: absolute;
    display: block;
    pointer-events: none;
    content: "";
    top: -4px;
    left: 0;
    width: 100%;
    height: calc(100% + 4px);
    box-sizing: content-box;
    border-top: solid 2px #8e704e;
    border-bottom: solid 2px #8e704e;
}
.single_content h3 {
    position: relative;
    margin-top: 64px;
    margin-bottom: 20px;
    padding-bottom: 6px;
    font-size: 20px;
    line-height: 1;
    border-bottom: 4px solid #fff;
    border-image: linear-gradient(90deg, #8e704e 13.19%, #D2691E 56.59%);
    border-image-slice: 1;
}
.single_content h4 {
    font-size: 18px;
    border-left: solid 4px #8e704e;
    margin: 40px 0 24px;
    padding-left: 8px;
    line-height: 2;
}
.single_content{
	font-family:"NotoSans Regular","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Noto Sans JP","メイリオ","Meiryo","ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.single_content table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.6;
    max-width: 100%;
    text-align: left;
    width: 100%;
}
.single_content th {
    background: #8e704e;
    color: #fff;
    vertical-align: middle;
}
.single_content td, .single_content th {
    border: 1px solid  #dcdcdc;
padding: 0.5em;
}
.cushion {
    font-size: 12px;
    padding: 4px 6px;
    background-color: #F57C00;
    color: #fff;
    font-weight: bold;
    border-radius: 18px;
}
.table-center {
    text-align: center !important;
}
.double {
    color: #ff5050;
}
.symbol {
    font-size: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-family: system-ui;
}
.batsu {
    color: #007eff;
}
.single-cicrle {
    color: #ff9000;
}
.triangle {
    color: #05788d;
}
.memo {
    margin-bottom: 1.5em;
    padding: 1em;
    background: #fff9e5;
    color: #545454;
}
.memo_ttl {
    margin-bottom: 5px;
    color: #ffb36b;
    font-size: 1.2em;
    font-weight: bold;
}
.memo p{
	margin-bottom:0;
}
.memo_ttl:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px 0 0;
    border-radius: 50%;
    background: #ffb36b;
    color: #fff;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    text-align: center;
    vertical-align: middle;
    content: "\f303";
}
.memo.alert {
    background: #ffebeb;
    margin-top: 20px;
}
.memo.alert .memo_ttl {
    color: #ff8376;
}
.memo.alert .memo_ttl:before {
    background: #ff8376;
    content: "\f12a";
}
.li-check {
	border:2px solid #8e704e;
	margin-bottom:20px;
}
.li-check ul {
    background: none;
    position: relative;
    padding: 20px;
}
.li-mainbdr ul, .li-mainbdr ol, .li-mainbdr ul, .li-mainbdr ol {
    border-color: #8e704e;
}
.li-check li:before {
    position: absolute;
    left: 1em;
    color: #8e704e;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
    content: "\f00c";
    left: 19px;
}
.li-check li {
    line-height: 2.4em;
    border-bottom: 1px dashed hsla(0, 0%, 78%, .9);
    padding-left: 24px;
}
.sgb-css-id-8 .sng-box {
border: none;
max-width: 800px;
margin: 8px auto;
font-weight: unset;
}
.sgb-css-id-8 .wp-block-columns {
box-shadow: var(--wp--custom--shadow--medium,0 6px 13px -3px rgba(0, 12, 66, 0.1), 0 0px 1px rgba(0,30,100, 0.1));
background: #fff;
padding: 0;
display: flex;
margin-bottom: 0;
border-radius: calc(var(--sgb--custom--box-radius,6)* 1px);
box-sizing: border-box;
flex-wrap: nowrap;
gap: 0;
overflow: hidden;
}
.sgb-css-id-8 .wp-block-columns > * {
width: 100%;
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
flex-basis: 0;
flex-grow: 1;
}
.sgb-css-id-8 .sgb-heading {
margin: 0!important;
}
.sgb-css-id-8 .sng-box ul, .sgb-css-id-8 .sng-box ol {
margin: 16px 0;
padding: 0.2em 1.45em;
border: none;
}
.sgb-css-id-8 li:last-child {
border-bottom: 0;
}
.li-chevron li, .li-check li, .li-yubi li, .li-niku li {
list-style-type: none !important;
padding: 0.5em 0;
line-height: 1.5;
    padding-left: 27px;

}
.li-check .sgb-css-id-4 li:before {
content: "\f111" !important;
font-weight: 300 !important;
position: absolute;
left: 9px;
font-family: "Font Awesome 5 Free" !important;
width: 1.25em;
color: #8e704e !important;
display: block !important;
transform: none;
}

.sgb-heading__inner {
display: block;
font-weight: 900;
line-height: 1.4;
}
.li-check .sgb-css-id-7 li:before {
content: "\f00d" !important;
font-weight: 900;
position: absolute;
left: 12px;
font-family: "Font Awesome 5 Free" !important;
width: 1.25em;
color: #cf2e2e !important;
transform: none;
}
.sgb-css-id-8 {
border: none;
max-width: 800px;
margin: 8px auto;
font-weight: unset;
}
.sgb-css-id-8 .wp-block-columns.is-not-stacked-on-mobile>.wp-block-column:not(:first-child) {
margin-left: 0;
margin-top: 0 !important;
}
ul.sgb-css-id-4,ul.sgb-css-id-7 {
padding: 0 10px 0 10px;
}
.sgb-css-id-8  li,.sgb-css-id-7  li {
border-bottom: dashed 2px #dadada;
font-size: 15px;
padding-left: 1.4em !important;
margin-top: 0 !important;
}
.outline-blockmerit{
background-color:#b4e0fa24;
	    padding: 0 !important;
}
.li-check ul{
	background:none;
}
.wp-block-sgb-list {
margin-top: 6px !important;
}
.inline-blockmerit{
background-color:#175491;
border-color:transparent;
font-size:1em;
text-align:center;
}
.outline-blockdemerit{
background-color:#ffebeb52;
    padding: 0 !important;
}
.inline-blockdemerit{
background-color:#cf2e2e;
border-color:transparent;
font-size:1em;
text-align:center;
}
.box1{
padding: 0;
}
.sgb-heading--type2 {
border: 2px solid transparent;
border-radius: 2px;
padding: 0.75em 0.65em;
}
.meritto, .demeritto {
position: relative;
padding: 20px 20px 20px 30px;
margin: 4em 0 2em !important;}
.meritto {
border: 3px solid #175491;
}
.demeritto {
border: 3px solid #cf2e2e;
}
.meritto .box-title, .demeritto .box-title {
position: absolute;
top: -44px;
left: -3px;
color: white;
line-height: 32px;
padding: 5px 13px 3px;
border-radius: 10px 10px 0 0;
}
.meritto .box-title {
background: #175491;
}
.demeritto .box-title {
background: #cf2e2e;
}
.meritto .box-title:before, .demeritto .box-title:before {
margin-right: 10px;
font-size: 1.2em;
}
.meritto .box-title:before {
content: "\f599";
}
.demeritto .box-title:before {
content: "\f119";
}
.meritto ul, .demeritto ul {
list-style: none;
}
.meritto li, .demeritto li {
padding: .5em 0 !important;
padding-left: 6px !important;
}
.meritto li:before, .demeritto li:before {
margin-left: -20px;
margin-right: 10px;
}
.meritto li:before {
content: "\f164" !important;
color: #175491 !important;
transform: none !important;
font-size: 16px;
}
.demeritto li:before {
content: "\f165" !important;
color: #cf2e2e !important;
transform: none !important;
font-size: 16px;
}
.meritto li:before, .meritto .box-title:before, .demeritto li:before, .demeritto .box-title:before {
font-family: "Font Awesome 5 Free" !important;
font-weight: 900;
}
.wp-block-sgb-list .li-check{
	border:none;
}
.is-style-big>.swell-block-step__item>.swell-block-step__number {
    border-radius: 0;
    color: inherit;
    height: auto;
    margin: 0 auto 1em;
    position: relative;
    width: auto;
}
.swell-block-step__item {
    margin-bottom: 0 !important;
    padding: 0 0 3em 64px;
    position: relative;
}
.is-style-big>.swell-block-step__item {
    border-bottom: 1px dashed #dedede;
    padding: 2em;
}
.is-style-big>.swell-block-step__item:before {
    z-index: 1000;
}
.swell-block-step__item:before {
    border-left: 1px dashed #dedede;
    content: "";
    display: block;
    height: 100%;
    left: 23px;
    position: absolute;
    top: 0;
    width: 0;
}
.is-style-big>.swell-block-step__item:before {
    border: 12px solid transparent;
    border-top: 12px solid #dedede;
    display: block;
    height: 0;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}
.swell-block-step {
    --swl-step_arrow_color: #dedede;
    counter-reset: step;
}
.swell-block-step__number .__label {
    content: attr(data-label);
    display: block;
    font-size: 10px;
    padding-bottom: 1px;
}
.swell-block-step__number {
    box-sizing: content-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    left: 0;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}
.is-style-big>.swell-block-step__item>.swell-block-step__number {
    border-radius: 0;
    color: inherit;
    height: auto;
    margin: 0 auto 1em;
    position: relative;
    width: auto;
}
.swell-block-step__number:after {
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 20px;
}
.swell-block-step__item:last-child:before{
	border:none;
}
.js-scrollable td,
.js-scrollable th {
  white-space: normal;
  min-width: 166px;
  max-width: 330px
}
.js-scrollable table {
  margin-bottom: 0;
}
.js-scrollable {
  margin-bottom: 30px;
}
.scroll-hint-icon{
      width: 150px;
    height: 100px;
}
.scroll-hint-text {
    font-size: 14px;
    margin-top: 10px;
}
 .js-scrollable th{
      background: #8e704e;
}
.tate thead td{
	      background: #8e704e;
}
.js-scrollable td, .js-scrollable th {
    text-align: center;
}
table.tate .fixed01 {
    position: sticky;
    left: 0;
    color: #fff;
    background: #8e704e !important;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
}
/*吹き出し（会話形式）[say]*/
.say {
  display: table;
  overflow: hidden;
  width: 100%;
  margin: 1.5em 0;
}

.faceicon {
  display: table-cell;
  width: 110px;
  padding-right: 20px;
  text-align: center;
  vertical-align: top;
}

.faceicon img {
  width: 100%;
  background: #fff;
  height: auto;
  border: solid 3px #eaedf2;
  border-radius: 50%;
}
.faceicon span {
  font-size: 11px;
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
  display: block;
  text-align: center;
}
.chatting {
  display: table-cell;
  position: relative;
  width: calc(100% - 100px);
  font-size: 0.95em;
  vertical-align: top;
}

.sc {
  display: inline-block;
  text-align: left;
  padding: 13px;
  font-size: 16px;
  border: solid 2px #d5d5d5;
  border-radius: 12px;
  background: #fff;
  word-break: break-word;
}
.sc:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -23px;
  border: 12px solid transparent;
  border-right: 12px solid #d5d5d5;
  content: "";
}
.sc:after {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -20px;
  border: 12px solid transparent;
  border-right: 12px solid #fff;
  content: "";
}
.sc p {
  margin: 5px 0;
  padding: 0;
}

/*吹き出し（右）*/
.right {
  text-align: right;
}
.right .faceicon {
  padding: 0 0 0 20px;
}
.right .sc:before,
.right .sc:after {
  right: -23px;
  left: auto;
  border: 12px solid transparent;
  border-left: 12px solid #d5d5d5;
}
.right .sc:after {
  right: -20px;
  border-left-color: #fff;
}
@media(max-width:768px){
.sgb-css-id-8 li, .sgb-css-id-7 li{
font-size: 15px;
}
.single_content h3 {
    font-size: 18px;
    line-height: 1.5em;
	}
.sgb-css-id-8 {
max-width: 100%;
padding: 10px 0;
}
.sgb-heading--type2{
padding: 10px 0;
}
.sgb-css-id-8 .wp-block-columns{
display: block;
}
.li-chevron li, .li-check li, .li-yubi li, .li-niku li {
list-style-type: none !important;
padding: 0.5em 0;
line-height: 2em;
padding-left: 30px;
}
a.btn_ao_b {
padding: 20px 17px;
}
}
.horizontal_scroll,.twiiter_horizontal_scroll {
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
padding: 0 0 12px 8px;
display: -ms-flexbox;
display: flex; }

.horizontal_scroll li,.twiiter_horizontal_scroll li{
background: #fff;
max-width: 270px;
display: block;
position: relative;
    min-width: 270px;
height: 350px;
}
.step-text, .kuchicomitext2 {
    text-align: center;
    font-weight: bold;
    display: block;
}
.fa-star-half-alt:before,.icon-star-half::before {
content: "\f5c0";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.fa-star-half-alt,.icon-star-half {
color: #f9a72b;
font-style: normal;
}
.horizontal_scroll > li,.twiiter_horizontal_scroll > li{
margin: 7px !important;
}
.horizontal_scroll > li:last-child,.twiiter_horizontal_scroll >li:last-child {
padding-right: 5px; }

@media screen and (min-width: 768px) {
.horizontal_scroll > li:last-child,.twiiter_horizontal_scroll > li:last-child {
padding-right: 0; } }

.horizontal_scroll img,.twiiter_horizontal_scroll img {
vertical-align: bottom; }

.slider_ttl {
color: #333;
text-align: inherit;
width: 100%;
height: 40px;
line-height: 40px;
padding: inherit;
margin: 0 0 20px 0;
background-color: #e5e5e5;
text-indent: 8px;
font-size: 16px;
font-weight: 700;
box-sizing: border-box; }
.horizontal_scroll,.twiiter_horizontal_scroll{
padding: 0 !important;
border: none !important;
margin-top: 0 !important;
}
.horizontal_scroll li,.twiiter_horizontal_scroll li{
list-style: none !important;
overflow-y: scroll;
}

.kuchicomi{
margin: 0 auto;
display: block;
margin-top: 4px !important;
}
.horizontal_scroll img,.twiiter_horizontal_scroll img {
vertical-align: bottom;
border: 1px solid #e5e5e5;
background: #fff;
border-radius: 50%;
}
.kuchicomi-image {
width: 35%;
display: block;
margin: 0 auto;
}
.people-name,.people-career,.people-star{
width: 100%;
display: inline-block;
text-align: center;
}
.people-star .icon-star-full,.people-star .fa-star-half-alt,.people-star .rate-star-empty{
display: inline-block;
font-size: 13px;
}
.kuchimomi-name {
font-size: 13px;
font-weight: bold;
margin-top: 10px !important;
margin: 0 auto;
text-align: center;
}
.rate-star-empty,.icon-star-empty {
color: rgba(0, 0, 0, 0.15) !important;
letter-spacing: 3px;
}
.horizontal_scroll,.twiiter_horizontal_scroll{
border: none;
background-color: #DAECF2;
}
.kuchicomi-text{
margin: 0 auto;
display: block;
width: 89%;
font-size: 12px;
margin-top: 10px !important;
line-height: 20px;
}
@media (max-width: 768px){
.people-star .icon-star-full:before {
font-size: 13px !important;
letter-spacing: 2px;
}
}

.horizontal_scroll li::before{
content: none !important;
}
.rate-star-empty,.icon-star-empty{
font-style: normal;
}
.rate-star-empty:before,.icon-star-empty::before{
color: #cfcfcf;
content: "\f005";
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

.icon-star-full {
color: #ffb500;
letter-spacing: 3px;
font-style: normal;

}
.fa-star-half-alt:before,.icon-star-half::before {
content: "\f5c0";
font-family: "Font Awesome 5 Free";
font-weight: 900
}

.icon-star-full:before {
content: "\f005";
    font-family: "Font Awesome 5 Free" !important;
font-weight: 900
}
.good-text, .bad-text {
text-align: center;
font-weight: bold;
display: block;
font-size: 12px;
margin-top: 5px !important;
}
.good-text{
color: #8e704e;
}
.bad-text{
color: #cf2e2e;
}
.kuchicomi-title {
font-size: 12px;
text-align: center;
font-weight: bold;
margin: 0 20px;
margin-top: 8px !important;
}
@media(max-width:768px) {
.icon-star-full:before {
font-size: 16px;
letter-spacing: 2px
}
}
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:5px 0;
}

.tab-label {
  color: #000;
  font-weight: bold;
  background-color:lightgray;
  text-align: center;
  padding: .5em 1em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  border-radius: 2px;
  position: relative;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.align-center{
    text-align: center;
        display: block;
    margin: 0 auto;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  color: #fff !important;
 background-color:#8e704e;
}
.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
border-top:10px solid #8e704e;
	width: 0;
	height: 0;
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px 0 0 0;
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
.tab-content td{
    text-align: center;
}
.tab-content .button_solid004 a{
    max-width: 100%;
}
.sp{
    display: none;
}
.single_content a{
/*     text-decoration: underline !important; */
    color: #8e704e;
}
@media(max-width:768px){
    .tab-label {
    font-size: 12px;
    line-height: 1.4;
}
.sp{
    display: block;
}
.single_content h2 {
    padding:15px;
    font-size: 18px;
}
.tab-content th,.tab-content td{
font-size: 14px;
}
.c-tabList {
    --the-tab-margin: 0;
    --the-tab-flex: 0 1 auto;
    --the-tab-flex_wrap: nowrap;
    --the-tab-btn-padding: 1em .5em;
    --the-tab-item-margin: 0;
    display: flex;
    flex-wrap: var(--the-tab-flex_wrap);
    justify-content: center;
    margin: var(--the-tab-margin);
    position: relative;
}
	.c-tabList__button {
    border: none;
    box-sizing: border-box;
    display: block;
    font-size: 13px;
    height: 100%;
    line-height: 1;
    padding: 1em;
    position: relative;
    transition: background-color .25s, color .25s;
    width: 100%;
}
	.is-style-balloon>.c-tabList .c-tabList__item {
    padding: 0 4px;
    transition: background-color .1s, color .1s;
}
	.c-tabList .c-tabList__item {
    flex: var(--the-tab-flex);
    margin: var(--the-tab-item-margin);
    text-align: center;
}
	.is-style-balloon>.c-tabList .c-tabList__button:hover, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true] {
    background-color: #8e704e;
    color: #fff;
}
	.is-style-balloon>.c-tabList .c-tabList__button:hover:before, .is-style-balloon>.c-tabList .c-tabList__button[aria-selected=true]:before {
    opacity: 1;
}

.is-style-balloon>.c-tabList .c-tabList__button:before {
    border: 8px solid transparent;
    border-bottom: 0;
    border-top: 8px solid var(--color_main);
    bottom: -8px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity .25s;
    width: 0;
}
.single-button .mv_estimate_btn_text {
    line-height: 80px !important;
    margin-bottom: 0;
}
}

.single-button-text{
text-align:center;
    display: block;
    margin: 0 auto;
}
.search_btn_text{
margin-bottom:0 !important;
}
.fvbox {
    color: #fff;
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin-bottom: 0 !important;
    padding: 0.5em;
    position: relative;
	color:#8e704e;
	margin-top:10px;

}
.cap_box{
	margin-bottom:20px;
    border: 1px solid #8e704e;
}
.fvbox_content {
    clear: both;
    margin-top: -2px;
    padding: 1.25em;
    position: relative;
    z-index: 0;
}
.people-check_list li:before {
    color: #8e704e;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f007";
    font-weight: 900;
    position: absolute;
    left: 15px;
}
.tab-4 {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
	margin-bottom:20px;
}

.tab-4 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: .7em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-4 > label:hover,
.tab-4 label:has(:checked) {
    background-color: #D2691E;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #D2691E;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-4 input {
    display: none;
}

.tab-4 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}

.tab-4 label:has(:checked) + div {
    display: block;
}
.single .mv_area {
    max-width: unset;
}
.dsp-popular-list a{
  font-size: 14px !important;
}
.dsp-search-input-wrap{
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dsp-search-input {
    max-width: 220px;
}
}
.fuyouhin_author_container {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  padding: 20px;
  max-width: 800px;
  }

  .fuyouhin_author_list {
  display: flex;
  gap: 24px;
  margin-bottom: 20px;
  }

  .fuyouhin_author_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  }

  .fuyouhin_author_header {
  display: flex;
  align-items: center;
  min-height: 48px;
  }

  .fuyouhin_author_image {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
  flex-shrink: 0;
  margin-right: 12px;
  }

  .fuyouhin_author_image.inactive {
  filter: grayscale(100%);
  opacity: 0.6;
  }

  .fuyouhin_author_image.active {
  border: 2px solid #8e704e;
  }

  .fuyouhin_name_role_container {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-right: 16px;
  }

  .fuyouhin_author_name {
  font-size: 14px;
  color: #333;
  margin: 0;
  white-space: nowrap;
  margin-right: 8px;
  }

  .fuyouhin_author_role {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  margin: 0;
  white-space: nowrap;
  }

  .fuyouhin_role_supervisor {
  background-color: #E3F2FD;
  color: #1976D2;
  }

  .fuyouhin_role_writer {
  background-color: #FFF3E0;
  color: #F57C00;
  }

  .fuyouhin_profile_btn {
  font-size: 13px;
  color: #8e704e;
  background-color: #F5F5F7;
  border: 1px solid #8e704e;
  border-radius: 6px;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 120px;
  margin-left: 10px;
  }

  .fuyouhin_profile_btn:hover {
  background-color: #E3F2FD;
  }

  .fuyouhin_profile_btn.active {
  background-color: #8e704e;
  color: white;
  }

  .fuyouhin_profile_details {
  background: #F5F5F7;
  border-radius: 8px;
  padding: 16px;
  margin-top: 4px;
  display: none;
  animation: slideDown 0.3s ease;
  }

  .fuyouhin_profile_details.active {
  display: block;
  }

  .fuyouhin_profile_section {
  margin-bottom: 16px;
  }

  .fuyouhin_profile_section:last-child {
  margin-bottom: 0;
  }

  .fuyouhin_profile_section_title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px;
  }

  .fuyouhin_profile_content {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  }

  @keyframes slideDown {
  from {
  opacity: 0;
  transform: translateY(-10px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }

  @media (max-width: 640px) {
  .fuyouhin_author_list {
  flex-direction: column;
  }
  }

  .expert_interview_wrapper {
    border: 1px solid #E0E0E0;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    margin: 40px auto;
    padding: 32px;
    }

    .expert_interview_section {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }

    .expert_interview_header {
    border-left: 4px solid #1976D2;
    padding-left: 16px;
    margin-bottom: 24px;
    }

    .expert_interview_title {
    font-size: 24px;
    font-weight: bold;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    }
    .expert_interview_title::before{
      border: none !important;
    }
    .expert_interview_subtitle {
    font-size: 14px;
    color: #666;
    }

    .expert_expert_info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 32px;
    padding: 24px;
    background: #F8F9FA;
    border-radius: 12px;
    }

    .expert_expert_image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    }

    .expert_expert_details {
    flex: 1;
    }

    .expert_expert_name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 4px 0;
    }

    .expert_expert_position {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px 0;
    }

    .expert_expert_description {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    margin: 0;
    }

    .expert_interview_content {
    margin-top: 32px;
    }

    .expert_interview_qa {
    margin-bottom: 32px;
    }

    .expert_interview_qa:last-child {
    margin-bottom: 0;
    }

    .expert_interview_question {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    }

    .expert_interview_answer {
    display: flex;
    align-items: flex-start;
    }

    .expert_qa_label {
    font-size: 20px;
    font-weight: bold;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 16px;
    flex-shrink: 0;
    }

    .expert_question_label {
    background: #E3F2FD;
    color: #1976D2;
    }

    .expert_answer_label {
    background: #FFF3E0;
    color: #F57C00;
    }

    .expert_qa_text {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    margin: 4px 0 0 0;
    }

    .expert_question_text {
    color: #333;
    font-weight: bold;
    }

    .expert_answer_text {
    color: #444;
    }
    .width50{
    width: 50%;
    margin: 0 auto;
}
    @media (max-width: 640px) {
    .expert_interview_wrapper {
    padding: 20px;
    margin: 20px;
    }
        .width50{
    width: 100%;
}
    .expert_expert_info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px;
    }

    .expert_expert_image {
    margin-bottom: 16px;
    }
    .fuyouhin_author_container{
      padding: 0;
    }
	#column-bread{
		padding-top:43px;
		}
    }
