:root {
  scroll-padding: 120px;
}
.-list-under-dashed a{
	text-decoration:underline !important;
	color:#1176d4;
}
.shadow{
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1), 0 4px 8px -4px rgba(0, 0, 0, .2);
}
#sodaigomi-title{
    padding-top: 50px;
}
.single_article a{
	color:#1176d4;
	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 #338751;
    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 #338751;
    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: #338751;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}
.heading-9 {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #338751;
    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: #338751;
    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 #338751;
}
.heading-34 {
    position: relative;
    margin: 0 0 25px 9px;
    padding: .5em .8em;
    background-color: #338751;
    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: #600;
    content: '';
}

.heading-34 span::before,
.heading-34 span::after {
    position: absolute;
    left: -9px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #c99;
    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_article {
  background-image: url(../img/single/back_pc.png);
  background-size: 897px 150px;
  background-repeat: repeat-x;
  background-position: top center;
}

.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: #dfeed0;
  color: #338751;
  padding: 0.4em 1.2em;
  border-radius: 16px;
  font-size: 1.4rem;
}

.single_title {
  color: #338751;
  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: #338751;
  font-size: 2.4rem;
  padding: 0.5em 1em;
}

.single_content h3.wp-block-heading {
  color: #338751;
  background-color: #dfeed0;
  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: #338751;
  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: #dfeed0;
  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: #338751;
}

.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: #338751;
}

.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: #338751;
  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/panda02.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: #2e2e2e;
}

.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: #338751;
  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_article {
    background-image: url(../img/single/back_sp.png);
    background-size: 396px 150px;
  }

  .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: 20px;
	 margin-bottom:20px;
	}

  .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: #338751;
    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 #338751;
    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: #338751;
    font-family: "Font Awesome 5 Free" !important;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 15px;
}
.single_content h2 {
    text-align: left;
    background: #338751;
    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 #338751;
    border-bottom: solid 2px #338751;
}
.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, #245f39 13.19%, #338751 56.59%);
    border-image-slice: 1;
}
.single_content h4 {
    font-size: 18px;
    border-left: solid 4px #338751;
    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: #338751;
    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 #338751;
	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: #338751;
}
.li-check li:before {
    position: absolute;
    left: 1em;
    color: #338751;
    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: #175491 !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: #338751;
}
.tate thead td{
	      background: #338751;
}
.js-scrollable td, .js-scrollable th {
    text-align: center;
}
table.tate .fixed01 {
    position: sticky;
    left: 0;
    color: #fff;
    background: #338751 !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: #175491;
}
.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:#338751;
}
.tab-switch:checked+.tab-label:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
border-top:10px solid #338751;
	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: #1176d4;
}
@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: #338751;
    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:#338751;
	margin-top:10px;
	
}
.cap_box{
	margin-bottom:20px;
    border: 1px solid #338751;	
}
.fvbox_content {
    clear: both;
    margin-top: -2px;
    padding: 1.25em;
    position: relative;
    z-index: 0;
}
.people-check_list li:before {
    color: #338751;
    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: #338751;
    color: #fff;
}

.tab-4 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #338751;
    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 #338751;
  }
  
  .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: #dfeed0;
  color: #338751;
  }
  
  .fuyouhin_role_writer {
  background-color: #FFF3E0;
  color: #F57C00;
  }
  
  .fuyouhin_profile_btn {
  font-size: 13px;
  color: #338751;
  background-color: #F5F5F7;
  border: 1px solid #338751;
  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: #dfeed0;
  }
  
  .fuyouhin_profile_btn.active {
  background-color: #338751;
  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 #338751;
    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: #dfeed0;
    color: #338751;
    }
    
    .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;	
		}
    }
.jdrc-cta-container {
width: 100%;
margin: 20px auto;
text-align: center;
box-sizing: border-box;
line-height: 1.5;
}

.jdrc-cta-badge {
display: inline-block;
background-color: #ffe600; /* 注意を引く黄色 */
color: #333;
font-weight: bold;
font-size: 14px;
padding: 4px 16px;
border-radius: 20px 20px 0 0; /* 下部はボタンと接続するようなデザイン */
position: relative;
top: 2px; /* ボタンに少し重ねる */
z-index: 1;
box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
}

@media screen and (min-width: 768px) {
.jdrc-cta-badge {
font-size: 16px;
padding: 6px 20px;
}
}

.jdrc-cta-link {
display: flex;
align-items: center;
justify-content: center; /* 変更: space-between から center に変更して中央寄せ */
position: relative;
width: 100%;
    padding: 16px 10px;
max-width: 100%;
font-family: sans-serif;
background: linear-gradient(135deg, #ff8c00 0%, #ff4b1f 100%); /* 立体感のあるグラデーション */
color: #ffffff !important; /* 強制的に白文字 */
text-decoration: none !important; /* 下線削除 */
border-radius: 12px;
box-shadow: 0 6px 0 #c5370f, 0 15px 20px rgba(255, 75, 31, 0.4); /* 立体的な影と光彩 */
transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
overflow: hidden; /* キラリアニメーションのはみ出し防止 */
box-sizing: border-box;
}
.jdrc-cta-link:active,
.jdrc-cta-link:hover {
transform: translateY(4px); /* 下に沈む */
box-shadow: 0 2px 0 #c5370f, 0 4px 10px rgba(255, 75, 31, 0.3); /* 影を薄く */
}

.jdrc-cta-content {
display: flex;
flex-direction: column;
    margin-left: 35px;
align-items: center; /* 変更: flex-start から center に変更 */
text-align: center; /* 変更: left から center に変更 */
}

.jdrc-cta-link:active,
.jdrc-cta-link:hover {
transform: translateY(4px); /* 下に沈む */
box-shadow: 0 2px 0 #c5370f, 0 4px 10px rgba(255, 75, 31, 0.3); /* 影を薄く */
}

/* 左側のアイコン・テキストエリア */
.jdrc-cta-content {
display: flex;
flex-direction: column;
    align-items: center;
    text-align: center;
flex: 1;
    margin-left: 40px;
}

.jdrc-cta-sub {
font-size: 12px;
background: rgba(255,255,255,0.2);
padding: 2px 8px;
border-radius: 4px;
margin-bottom: 4px;
letter-spacing: 0.05em;
}

.jdrc-cta-main {
font-size: 20px;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0.05em;
text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.jdrc-cta-icon-area {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background: #ffffff;
border-radius: 50%;
color: #ff4b1f;
flex-shrink: 0;
box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
i.fas.fa-phone {
    font-size: 30px;
}
.jdrc-arrow-right {
width: 10px;
height: 10px;
border-top: 3px solid #ff4b1f;
border-right: 3px solid #ff4b1f;
transform: rotate(45deg);
margin-left: -2px;
}
.jdrc-cta-link::after {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 50%;
height: 100%;
background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%);
transform: skewX(-25deg);
animation: jdrc-shine 4s infinite !important;
}

@keyframes jdrc-shine {
0% { left: -100%; }
20% { left: 200%; } /* 素早く通り過ぎる */
100% { left: 200%; } /* 残りの時間は待機 */
}

/* PC向けの調整 */
@media screen and (min-width: 768px) {
.jdrc-cta-link {
padding: 20px 40px;
border-radius: 16px;
}

.jdrc-cta-sub {
font-size: 14px;
}

.jdrc-cta-main {
font-size: 28px;
}

.jdrc-cta-icon-area {
width: 50px;
height: 50px;
}
}

  .uni-rv-wrapper {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    background-color: #eaf6fd; /* 全体の背景色（薄い青） */
    box-sizing: border-box;
  }

  .uni-rv-wrapper * {
    box-sizing: border-box;
  }

  /* --- タブ切り替えエリア --- */
  .uni-rv-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .uni-rv-tab-btn {
    padding: 10px 30px;
    border: 2px solid #1d75b8;
    background: #fff;
    color: #1d75b8;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
  }

  .uni-rv-tab-btn.active {
    background: #1d75b8;
    color: #fff;
  }

  /* --- スクロールコンテナ --- */
  .uni-rv-scroll-container {
    display: none; /* デフォルトは非表示 */
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* スクロールバーのカスタマイズ */
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
  }

  .uni-rv-scroll-container.active {
    display: flex; /* アクティブなときだけ表示 */
    gap: 20px;
  }

  /* --- 口コミカード本体 --- */
  .uni-rv-card {
    flex: 0 0 320px; /* カードの幅固定 */
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    color: #333;
  }

  /* 1. タイトル */
  .uni-rv-title {
    color: #1d75b8;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    min-height: 44px; /* 高さ揃え */
  }

  /* 2. プロフィール・評価エリア */
  .uni-rv-profile-area {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
  }

  .uni-rv-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background: #eee;
  }

  .uni-rv-meta {
    flex: 1;
  }

  .uni-rv-label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
  }

  .uni-rv-stars {
    color: #f5a623; /* 星の色 */
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .uni-rv-rating-num {
    font-size: 24px;
    margin-left: 5px;
    color: #f5a623;
  }

  .uni-rv-sub-rating {
    font-size: 10px;
    color: #666;
    margin-top: 4px;
    line-height: 1.2;
  }

  .uni-rv-user-info {
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center; /* アイコン下用 */
    width: 60px;
  }

  /* 3. 情報テーブル */
  .uni-rv-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .uni-rv-table th, .uni-rv-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }

  .uni-rv-table th {
    background-color: #888; /* 画像に合わせたグレー */
    color: #fff;
    width: 35%;
    font-weight: normal;
  }

  .uni-rv-table td {
    background-color: #fff;
    color: #333;
  }
  
  /* 行ごとのボーダー調整（画像のスタイルに合わせる） */
  .uni-rv-table tr:first-child th { border-top-left-radius: 4px; }
  .uni-rv-table tr:first-child td { border-top-right-radius: 4px; }
  .uni-rv-table tr:last-child th { border-bottom-left-radius: 4px; border-bottom: none; }
  .uni-rv-table tr:last-child td { border-bottom-right-radius: 4px; border-bottom: none; }


  /* 4. 口コミ内容ボックス */
  .uni-rv-body-box {
    background-color: #eaf4fc; /* 薄い水色 */
    padding: 15px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
    flex: 1; /* 高さ調整 */
  }

  .uni-rv-body-title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
  }
  
  /* 黄色いマーカー風装飾 */
  .uni-rv-marker {
    background: linear-gradient(transparent 60%, #fff100 60%);
    padding: 0 4px;
  }

.content-wrapper {
margin: 0 auto;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.k-recycle-nav {
box-sizing: border-box;
background-color: #ffffff;
border: 2px solid #e0e0e0;
border-radius: 8px;
margin: 3em 0;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.k-recycle-nav__header {
background-color: #f9f9f9;
padding: 16px 20px;
border-bottom: 1px solid #e0e0e0;
text-align: center;
}

.k-recycle-nav__title {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 700;
color: #2c3e50;
position: relative;
display: inline-block;
}

.k-recycle-nav__title::before {
content: "\f058";
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: #27ae60;
margin-right: 8px;
font-size: 20px;
vertical-align: -2px;
}

.k-recycle-nav__list {
list-style: none;
margin: 0;
padding: 0;
}

.k-recycle-nav__item {
margin: 0;
padding: 0;
border-bottom: 1px dashed #e0e0e0;
}

.k-recycle-nav__item:last-child {
border-bottom: none;
}

.k-recycle-nav__link {
display: block;
padding: 16px 40px 16px 20px;
text-decoration: none;
color: #333;
font-size: 15px;
font-weight: 500;
position: relative;
transition: all 0.3s ease;
background-color: #fff;
}

.k-recycle-nav__link:hover {
background-color: #f0fdf4;
color: #1e8449;
padding-left: 24px;
}

.k-recycle-nav__link::after {
content: "\f105";
font-family: "Font Awesome 5 Free";
font-weight: 900;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
color: #bbb;
font-size: 1.2em;
transition: right 0.3s ease, color 0.3s ease;
}

.k-recycle-nav__link:hover::after {
right: 15px;
color: #27ae60;
}
#sodaigomi-content{
  margin-top:20px;	
  }
@media screen and (max-width: 480px) {
.k-recycle-nav__header {
padding: 14px 15px;
text-align: left;
}
#sodaigomi-title {
    padding: 10px 20px
}
	#sodaigomi-bread{
    margin-top: 42px;
	}
.k-recycle-nav__title {
font-size: 16px;
line-height: 1.4;
}
.jdrc-cta-content {
    margin-left: 10px;
}
i.fas.fa-phone {
    font-size: 23px;
}
.k-recycle-nav__link {
font-size: 14px;
padding: 14px 35px 14px 15px;
}
}
/* ====================================
   粗大ゴミページ誘導リンクボックス
   ==================================== */

/* 外枠のボックス */
.sodaigomi-link-box {
    background: #f9fbfc;
    border: 2px solid #e1eaf1;
    padding: 25px;
    border-radius: 10px;
    margin: 60px 0;
}

/* --- ヘッダーエリア --- */
.sodaigomi-header {
    text-align: center;
    margin-bottom: 20px;
}

/* タイトル（安く処分したい方へ） */
.sodaigomi-title {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    margin-bottom: 8px;
    position: relative;
    display: inline-block; /* アイコンの位置調整のため */
}

/* 疑似要素でアイコン（虫眼鏡）を表示 */
.sodaigomi-title::before {
    content: "\f002"; /* FontAwesome: search */
    font-family: "Font Awesome 5 Free"; /* 環境に合わせて "Font Awesome 6 Free" 等に変更 */
    font-weight: 900;
    color: #00b900;
    margin-right: 8px;
}

/* 説明文 */
.sodaigomi-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6 !important;
	margin-top:0 !important;
}

/* マーカー装飾 */
.highlight-marker {
    background: linear-gradient(transparent 60%, #ffdfef 60%);
    font-weight: bold;
}

/* --- カードリンク本体 --- */
.sodaigomi-card {
    display: block;
    background: #fff;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.sodaigomi-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    opacity: 1; /* ホバー時の透過を防ぐ */
}

/* カードの中身（画像＋テキスト） */
.sodaigomi-card-inner {
    display: flex;
    align-items: center;
    padding: 15px;
}

/* サムネイル画像エリア */
.sodaigomi-thumb {
    width: 40%;
    height: auto;
    flex-shrink: 0;
    background: #eee;
    margin-right: 20px;
    overflow: hidden;
    border-radius: 4px;
}

.sodaigomi-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* カード内テキスト */
.sodaigomi-card-title {
    font-weight: bold;
display: block;
    font-size: 17px;
    color: #338751;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sodaigomi-card-desc {
    font-size: 15px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* --- カード下部（詳しく見る） --- */
.sodaigomi-card-footer {
    background: #f4f4f4;
    padding: 8px 15px;
    text-align: right;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

/* 疑似要素でアイコン（矢印）を表示 */
.sodaigomi-card-footer::after {
    content: "\f054"; /* FontAwesome: chevron-right */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 10px; /* 少し小さめに */
}
.sodaigomi_wrap{
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
/* --- スマホ対応（レスポンシブ） --- */
@media screen and (max-width: 768px) {
    .sodaigomi-card-inner {
        flex-direction: column; /* スマホでは縦並びも見やすい場合があります */
        text-align: left;
        align-items: flex-start;
    }
    .sodaigomi-thumb {
        width: 100%; /* 必要に応じて大きくしてもOK */
        margin-bottom: 10px;
    }
    
    .sodaigomi-desc .pc {
        display: none; /* brタグの制御 */
    }
}

/* 口コミ投稿ボタン（業者個別ページ → /post-voice/） */
.post_voice_btn_area {
    text-align: center;
	width:100%;
    margin: 24px 0 16px;
	margin-top:40px;
}
.post_voice_btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 24px 32px;
    background: #ff8a00;
    color: #fff !important;
    font-weight: bold;
    font-size: 20px;
	width:100%;
    line-height: 1.4;
    text-decoration: none !important;
    border: none !important;
    border-radius: 999px;
    box-shadow: 0 4px 0 #c66800;
    cursor: pointer;
    font-family: inherit;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.post_voice_btn:hover {
    background: #ff9b24;
    transform: translateY(2px);
    box-shadow: 0 2px 0 #c66800;
    color: #fff !important;
    text-decoration: none !important;
}
.post_voice_btn::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M21 6h-2v9H6v2c0 .55.45 1 1 1h11l4 4V7c0-.55-.45-1-1-1zm-4 6V3c0-.55-.45-1-1-1H3c-.55 0-1 .45-1 1v14l4-4h10c.55 0 1-.45 1-1z'/></svg>") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
    .post_voice_btn {
        width: 100%;
        min-width: 0;
        font-size: 15px;
        padding: 14px 16px;
    }
}
.single_tag a{ text-decoration:none; }
.single_tag a span{ color:#338751; }

/* ===== チェーンページ 評判サマリー/主要店舗 装飾（2026移行・見本ベース） ===== */
.ys-rep-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:25px;}
.ys-rep-card{background:#fff;border-radius:12px;padding:25px;position:relative;}
.ys-rep-card.good{border:2px solid #dfeed0;}
.ys-rep-card.bad{border:2px solid #fff0f0;}
.ys-rep-card-header{font-weight:bold;margin-bottom:15px;display:flex;align-items:center;gap:10px;}
.ys-rep-card.good .ys-rep-card-header{color:#338751;}
.ys-rep-card.bad .ys-rep-card-header{color:#e74c3c;}
.ys-rep-card-header i{background:#dfeed0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;}
.ys-rep-card.bad .ys-rep-card-header i{background:#fff0f0;}
.ys-rep-card p{line-height:1.8;margin:0;color:#555;}
.ys-target-list{list-style:none;padding:0;margin:0;}
.ys-target-list li{display:flex;align-items:flex-start;margin-bottom:15px;gap:15px;background:#dfeed0;padding:15px 20px;border-radius:8px;}
.ys-target-list li.not-target{background:#f9f9f9;}
.ys-target-badge{background:#338751;color:#fff;padding:5px 14px;border-radius:20px;font-weight:bold;white-space:nowrap;flex-shrink:0;margin-top:2px;}
.ys-target-list li.not-target .ys-target-badge{background:#999;}
.ys-target-text{line-height:1.7;color:#444;}
.ys-store-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px;}
.ys-store-tag{background:#dfeed0;/* border:1px solid #dce8f5; */padding:8px 16px;border-radius:30px;color:#444;font-weight:bold;display:inline-flex;align-items:center;gap:6px;transition:all .2s;}
.ys-store-tag:hover{background:#dfeed0;border-color:#338751;}
.ys-store-tag i{color:#f5b300;}
.ys-store-summary{background:#dfeed0;padding:15px;border-radius:8px;text-align:center;font-weight:bold;color:#333;margin-top:15px;}
.ys-store-note{color:#888;margin-top:15px;padding-top:15px;border-top:1px dashed #eee;}
@media (max-width:768px){.ys-rep-card-grid{grid-template-columns:1fr;}}

/* ===== 本文内のランキングテーブルは「本来の装飾」を優先（single_content汎用table装飾を打ち消し）2026 ===== */
.single_content .ranking_area{padding:0;background:transparent;}
.single_content .ranking_area2{padding-top:0;}
.single_content .ranking_table{width:auto;margin:0 auto 24px;background:#fff;border:none;border-collapse:collapse;border-radius:20px;overflow:hidden;}
.single_content .ranking_table_ttl th{background-color:#555;color:#fff;text-align:center;font-weight:600;border:none;padding:.8em .5em;}
.single_content .ranking_table_ttl th:nth-child(1){border-right:solid 2px #fff;border-radius:20px 0 0 0;}
.single_content .ranking_table_ttl th:nth-child(3){border-left:solid 2px #fff;border-radius:0 20px 0 0;}
.single_content .ranking_table_one{border:solid 2px #f3f3f3;border-left:none;padding:10px;background:#fff;color:#555;font-weight:700;text-align:center;}
.single_content .ranking_table_one .ranking_img{width:68px;margin:0 auto;}
.single_content .ranking_table_two{border-top:solid 2px #f3f3f3;border-bottom:solid 2px #f3f3f3;border-left:none;border-right:none;padding:10px 16px;background:#fff;color:inherit;text-align:left;font-weight:600;}
.single_content .ranking_table h3{margin:0;padding:0;font-size:1.05rem;line-height:1.4;border:none;border-image:none;}
.single_content .ranking_table_two .ranking_table_img{width:64px;margin-right:12px;}
.single_content .ranking_table_three{border:solid 2px #f3f3f3;border-right:none;padding:18px;background:#fff;color:inherit;text-align:center;}
@media (max-width:768px){
  .single_content .ranking_table{width:100%;}
  .single_content .ranking_table_two .ranking_table_img{width:44px;}
  .single_content .ranking_table_two h3{font-size:.95rem;}
}
