@charset "utf-8";
*{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',sans-serif;
}
img{
	display: block;
	width: 100%;
	height: auto;
}
html{
	scroll-behavior: smooth;
}
body{
	margin: 0 auto;
	max-width: 700px;
  padding: 0 1.5%;
}
.pc { display: block !important; }
.sp { display: none !important; }
 
.dp_n {
  display: none;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
h1,h2,h3,h4{
	margin: 0 auto;
}
h2{
  margin: 5% 0 2% 0;
}
h3{
    background: #283460;
    color: #fff;
    padding: 2%;
    display: inline-block;
    margin-bottom: 0%;
    width: 96%;
    font-size: 22px;
}
h4 {
    position: relative;
    display: inline-block;
    padding: 0.8rem 0rem 0.8rem 2.1rem;
    color: #150847;
    border-radius: 100vh 0 0 100vh;
    background: #c3e7f8;
    width: 95%;
 }
 h4:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.txC{
  text-align: center;
  display: block;
  margin-top: 4%;
}
.red{
  color: #ff0000;
}
.marker{
  background: linear-gradient(transparent 70%, #ffff89 0);
}
.mt2{
   margin-top: 2%;
}
@media screen and (max-width: 767px){
  h2{
    margin: 7% 0 4% 0;
  }
  h3 {
    font-size: 18px;
}
  h4{
    font-size: 16px;
  }
}
/* ---------ロゴスライド--------- */
.loopSlide {
    display: flex;
    width: 700px;
    height: 120px;
    overflow: hidden;

    img {
        width: auto;
        height: 100%;

        &:first-child {
            animation: slide1 60s -30s linear infinite;
        }
        &:last-child {
            animation: slide2 60s linear infinite;
        }
    }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 767px){
	.loopSlide{
        height: 60px;
        width: 100%;
	}
}
/* ---------ロゴスライドここまで--------- */
.center{
	text-align: center;
  margin: 4% 0 0;
}
/* -----------------目次 ------------------*/
.mokuji {
  border-radius: 3px;
  background-color: #ffffff;
margin:  0 auto;
  margin-top: 6%;
  margin-bottom: 6%;
  width: 80%;
border: solid 1px#111f4c;

}
.mokuji label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #111f4c;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.mokuji label::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 4H21V6H8V4ZM3 3.5H6V6.5H3V3.5ZM3 10.5H6V13.5H3V10.5ZM3 17.5H6V20.5H3V17.5ZM8 11H21V13H8V11ZM8 18H21V20H8V18Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  content: '';
}
.mokuji label::after {
  margin-left: 7px;
  font-weight: 500;
  font-size: .7em;
  color: #fff;
  content: "[開く]";
  cursor: pointer;
}

.mokuji:has(:checked) label::after {
  content: "[閉じる]";
}

.mokuji input {
  display: none;
}

.mokuji ol {
  list-style-type: decimal;
  margin: 0;
  overflow: hidden;
}

.mokuji > ol {
  height: 0;
}

.mokuji:has(:checked) > ol {
  height: auto;
  padding: 1em 1em 1em 3em;
}

.mokuji ol ol {
  margin-top: 5px;
  padding-left: 1.1em;
}

.mokuji li {
  padding: 5px 0;
  font-weight: 600;
}

.mokuji ol ol li {
  font-weight: 500;
  font-size: .9em;
}

.mokuji a {
  color: #333;
}
@media screen and (max-width: 767px){
.mokuji {
  margin-top: 7%;
  width: 100%;
  line-height: 1.3;
}
.mokuji:has(:checked) > ol {
  padding: 1em 1em 1em 2em;
}
}
/* -----------------目次ここまで ------------------*/
/* -----------------専門家コメント ------------------*/
.chat-container_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top:3%;
  padding: 3% 0;
  margin-bottom: 5%;
}
.mabottom0{
  margin-bottom: 0;
  padding-bottom: 0;
}
.matop0{
  margin-top: 0;
  padding-top: 0;
}
.chat-container {
    width: 97%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
}
.chat_img{
  width: 20%;
  margin-right: 2%;
}
.chat-bubble {
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 15px;
  position: relative;
  max-width: 80%;
  word-wrap: break-word;
  width: 69%;
}
.left {
  background-color: rgb(232 236 237);
  align-self: flex-start;
  margin-left: 10px;
}
.chat_midashi{
  font-size: 20px;
  font-weight: 700;
  color: #102161;
}
.chat-bubble p {
  margin: 0;
}
.chat-bubble.left::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -11px;
  height: 0;
  border: 21px solid transparent;
  border-right-color: rgb(232 236 237);
  border-left: 0;
  border-bottom: 0;
  margin-top: -4px;
}
@media screen and (max-width: 767px){
  
}
/* -----------------比較表10選 ------------------*/

@media screen and (min-width:640px) {
  .chat-container_wrap.mabottom0.mabottom0-2 {
    margin-bottom: 3%;
}
  .sp{
      display: none;
  }
  
}

@media screen and (max-width:640px) {
  .sp{
      display: block;
  }
}
.tac{
  text-align: center;
}
.mt{
  margin-top: 30px;
}
.rankTable table {
  width: 1638px;
  text-align: center;
  line-height: 1.2;
}
.rankTable{
  margin-bottom: 40px;
}
.table_inner {
  /*border: 3px solid #273460;*/
  overflow: hidden;
  overflow-x: scroll;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.rankTable th {
  width: 40px;
  padding: 5px 0px 5px;
  background-color: #273460;
  color: #fff;
  left: 0;
  border-bottom: 1px dotted #fff;
  font-size: 9px;
}
.rankTable .table_cta{
  background-color: #f87b07;
  width: 100%;
  display: block;
  color: #fff;
  font-weight: 700;
  padding: 10% 0;
  border-radius: 10px;
  box-shadow: #b53900 0px 0.5em;
}
.table_cta a{
  text-decoration: none;
}
.stycky{
  position: sticky;
  left: 0;
  z-index: 50;
}
.rankTable .bgblue{
  background-color: #8c9edf !important;
}
.rankTable .bgwhite{
  background-color: #fff;
}
.yellow{
  color: #ff9900;
}
.rankTable .bgblue img{
  width: 80%;
  display: inline-table;
}
/*.rankTable .name{
  background-color: #596ab4 !important;
  position: sticky;
  font-weight: 700;
}*/
.rankTable a{
  color: #000;
  font-weight: 700;
}
.rankTable td {
  width: auto;
  border-bottom: 1px dotted #eee;
  border-top: none;
  padding: 7px 9px;
  font-size: 12px;
  position: relative;
  vertical-align: middle;
  border-right: 1px dotted #ddd;
  background: none;
}
.rankTable td.gtop {
  vertical-align: top;
}
.rankTable td:last-child {
  border-right: none;
}

/*.rankTable tr th+td {
  background-color: #fdffe4;
}*/

.rankTable table th {
  width: 19.0%;
  font-size: 13px;
}

.rankTable td {
  border-right: 1px dotted #ddd;
}

/*.rankTable tr {
  border-bottom: 1px dotted #ddd;
}*/

.rankTable tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width:768px) {
  .rankTable table {
      width: 1670px;
  }

  .rankTable {
      overflow-x: scroll;
  }

  .fs-sp{
    font-size: 16px !important;
  }

}
.rankTable table th {
  vertical-align: middle;
  width: 5%;
  font-size: 13px;
  z-index: 88;
}
.rankTable tr:nth-child(1) td, .rankTable tr:nth-child(2) td {
    border: none;
}
img.table_icon {
  width: 99%;
  margin-top: 5px;
}
.sogood {
  font-size: 35px;
  color: #ed340c;
}
.good {
  font-size: 34px;
  color: #ffbb00;
  font-weight: normal;
}
.bad {
  font-size: 37px;
  font-weight: 300;
  color: #747474;
}
.soso {
  font-size: 34px;
  font-weight: bold;
  color: #0cc300;
}
.t_btn {
  display: block;
  width: 95%;
  background: #0cc300;
  padding: 7px 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 7px 0px 0 #087e00;
}
.t_btn02 {
  display: block;
  width: 95%;
  background: #ff6600;
  padding: 7px 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  box-shadow: 0px 7px 0px 0 #a72100;
}
.t_btn02,.t_btn{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

/*.rankTable .table_width{
width: 8%;
}*/
.anno{
  font-size: 10px;
  text-align: right;
  color: #747474;
}
.center.rinsyo {
    margin: 6% 0 0;
}
.scroll-hint-shadow-wrap::before, .scroll-hint-shadow-wrap::after {
    background: #fff;
}
/* -----------------比較表10選ここまで ------------------*/
.pickup{
    position: relative;
    background: #283460;
    line-height: 1.4;
    padding: 0.9em 0.5em;
    margin: 1em auto 0;
    font-weight: 700;
    margin-top: 9%;
    color: #fff;
    text-align: center;
    width: 94%;
}
.n-pickup{
    position: relative;
    background: #283460;
    line-height: 1.4;
    padding: 0.9em 0.5em;
    margin: 1em auto 0;
    font-weight: 700;
    margin-top: 9%;
    color: #fff;
    text-align: center;
    width: 96%;
}
.pickup::after{
  position: absolute;
  font-weight: 900;
  content: '\★\ pickup';
  background: #fffcbe;
  color: #ed5d0c;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 13px 7px;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.pickup_name{
  font-size: 25px;
}
.width{
  width: 97%;
    margin: 1% auto 4%;
}
.star_wrap{
  font-weight: 700;
  font-size: 20px;
}
.star{
  color: #ff9900;
}
/* -----------------ミニ比較表 ------------------*/
.minitable_wrap table{
  border-collapse: collapse;
  margin: 0 auto;
  width: 98%;
  border: 2px solid #bd9643;
}
.minitable_wrap table th{
  border-right: solid 1px #fff;
  padding: 0.2em 10px 0.2em 1em;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.minitable_wrap table td {
  padding: 0.6em 10px 0.6em 1em;
  border: 1px solid #b3b3b3;
  text-align: center;
  line-height: 1.2;
}
.minitable_wrap table thead tr{
  background-color: #bd9643;
}
.official_cta{
  display: inline-block;
	overflow: hidden;
  position: relative;
  width: 70%;
  left: 100px;
  margin: 4% 0 3%;
}
.official_cta::after{
  animation: 2s 0s shine linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 100%);
	content: '';
	height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	width: 50%;
}
@keyframes shine {
	20% {
		left: 30%;
	}
  50%{
    left: 120%;
  }
	100% {
		left: 150%;
	}
}
/* 点滅 */
.blink{
  margin-bottom: 3px;
}
.blinking{
	-webkit-animation:blink 0.6s ease-in-out infinite alternate;
    -moz-animation:blink 0.6s ease-in-out infinite alternate;
    animation:blink 0.6s ease-in-out infinite alternate;
    color: #ff0000;
    font-size: 20px;
    font-weight: bold
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* -----------------タブ動画 ------------------*/
.tab-002,.tab-003,.tab-004,.tab-005,.tab-006,.tab-007 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px;
  width: 100%;
}
.tab-002 > label,.tab-003 > label,.tab-004 > label,.tab-005 > label,.tab-006 > label,.tab-007 > label {
  flex: 1 1;
  order: -1;
  opacity: .5;
  min-width: 70px;
  padding: .6em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #3295c6;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  cursor: pointer;
}
.tab-002 > label:hover ,.tab-003 > label:hover,.tab-004 > label:hover,.tab-005 > label:hover,.tab-006 > label:hover,.tab-007 > label:hover     {
  opacity: .8;
}
.tab-002 input,.tab-003 input,.tab-004 input,.tab-005 input,.tab-006 input,.tab-007 input {
  display: none;
}
.tab-002 > div,.tab-003 > div,.tab-004 > div,.tab-005 > div,.tab-006 > div,.tab-007 > div {
  display: none;
  width: 100%;
  background-color: #fff;
}
.tab-002 label:has(:checked),.tab-003 label:has(:checked),.tab-004 label:has(:checked),.tab-005 label:has(:checked),.tab-006 label:has(:checked),.tab-007 label:has(:checked) {
  opacity: 1;
}
.tab-002 label:has(:checked) + div,.tab-003 label:has(:checked) + div,.tab-004 label:has(:checked) + div,.tab-005 label:has(:checked) + div,.tab-006 label:has(:checked) + div,.tab-007 label:has(:checked) + div {
  display: block;
}

.osusume{
  border: dotted 3px #7db4e6;
}
.osusume ul{
  list-style-type: none;
}
.osusume li {
  position: relative;
  font-weight: 700;
}
.osusume li::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #f15b5b;
  border-bottom: 2px solid #f15b5b;
  transform: rotate(-45deg);
}
video{
  width: 100%;
}
footer{
  background-color: #747474;
  padding: 5% 0;
  text-align: center;
  margin-top: 3%;
}
.floating_inner {
  position: fixed;
  bottom: 10px;
  z-index: 100;
  max-width: 300px;
  right: 250px;
}
footer a{
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1600px){
  .floating_inner {
    right: 3%;
  }
}
@media screen and (max-width: 767px){
  p.center.rinsyo {
    margin: 7% 0 0;
}
  h4 {
    width: 88%;
    margin-top: 6%;
 }
  .tab-002 > label,.tab-003 > label,.tab-004 > label,.tab-005 > label,.tab-006 > label,.tab-007 > label {
    font-size: .8em;
  }
  .pickup {
    padding: 0.7em 0.5em;
    width: 94%;
    margin: 11% auto 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
  }
  .pickup{
        padding: 0.7em 0.5em;
        width: 94%;
        margin: 11% auto 0;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
  }
  .chat_img {
    width: 22%;
}
  .pickup::after {
    font-size: 1em;
}
.pickup_name {
  font-size: 20px;
}
.minitable_wrap table th {
  font-size: 14px;
}
.minitable_wrap table td {
  padding: 0.5em 10px 0.5em 1em;
  font-size: 14px;
}
.official_cta {
  margin: 6% 0 3%;
  width: 100%;
  left: 0;
}
.floating_inner {
  right: 0;
  width: 50%;
}
footer{
  margin-top: 0;
}
.blinking{
  font-size: 15px;
}
.flex {
    flex-direction: column;
}
img.rank-star {
    padding: 2%;
    width: 96%;
    margin-top: 2%;
}
html body div .minitable_wrap {
    width: 100%;
}

body .flex div {
  width: 100%;
}
div .review_header figure {
    width: 18%;
    margin: 0;
}
html body .slick-dotted.slick-slider {
    margin-bottom: 50px;
}
}
.ctacomment {
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 0 3%;
}
.rank-star {
    padding: 0% 2% 1%;
    width: 75%;
    margin: auto;
}
body div .minitable_wrap {
    width: 61%;
}

.flex div {
  width: 37%;
}
.small {
    font-size: 11px;
}

.review_header figure {
    width: 10%;
        margin: 0;
}
.review_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 10px 4px;
    line-height: 0.7;
    border-bottom: 1px solid #d9d9d9;
    width: 92%;
    margin: auto;
}
.profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px;
    padding-inline-start: 20px;
}
.commentArea_s {
    font-size: 0.90rem;
    padding: 5px 10px;
}
.box {
    border: 1px solid #f87b07;
    border-radius: 10px;
    background-color: #fff;
        width: 97%;
    margin: auto;
}
li {
    list-style: none;
    font-weight: bolder;
    margin-top: 5px;
}
.comment {
    width: 97%;
    margin: 2% auto 5%;
}
.acc_content_wrapper {
    margin: 1% 0 2%;
    padding: 3px;
}

.graph {
    margin: 2% 0 4%;
    width: 100%;
}

.price_table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto 0;
    border-right: #fff solid 2px;
    border-left: #fff solid 2px;
}

.price_table th {
    width: 30%;
    background-color: #EAF8FF;
    position: static;
    padding: 6px 7px;
}

.price_table th, .price_table td {
    font-size: 12px;
    border: 1px solid #c3c3c3;
    font-weight: normal;
    vertical-align: middle;
}

.price_table td {
    background-color: #fff;
    text-align: left;
    padding: 5px 10px;
}

body .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.rank {
    background: #fff;
    padding: 0 4% 3%;
    margin: 0 1% 18%;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .3);
    position: relative;
}

.show_more span {
    background: #c3e7f8;
    padding: 5px 10px;
    border-radius: 5px;
    color: #283460;
}
.show_more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 15px;
    padding-top: 60px;
    text-align: center;
    line-height: 30px;
    background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, #ffffff 90%);
    cursor: pointer;
    transition: opacity 0.3s ease-out; // フェードアウト効果のためのトランジション

}

.acc_content_wrapper {
    position: relative;
    margin-bottom: 45px;
    transition: max-height 0.5s ease-out; // スムーズな展開のためのトランジション
}
.acc_content.hidden {
    overflow: hidden;
    margin-bottom: 4%;
}

label {
    line-height: 1.2;
}

.tab-003 {
    margin: 6% 0;
}

.price {
  position: relative;
}
.p-cta {
    position: absolute;
    bottom: 10%;
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
}



/*離脱ポップ*/
html.popup-open,
body.popup-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

#exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow-y: auto;
}

.exit-popup-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    width: 400px;
}


#exit-popup-image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}


@media (max-width: 768px) {
    .exit-popup-content {
        width: 90%;
    }

    #close-popup {
        position: absolute;
        top: -14%;
        right: 0%;
        background: none;
        border: none;
        font-size: 38px;
        cursor: pointer;
        color: #ffffff;
        z-index: 2;
    }
    
}


@media (min-width: 769px) {
    
    #close-popup {
        position: absolute;
        top: -17%;
        right: 0%;
        background: none;
        border: none;
        font-size: 38px;
        cursor: pointer;
        color: #ffffff;
        z-index: 2;
    }
    
}

.profile li {
    line-height: 1.2;
}
/*装飾指示*/
.line{
text-decoration: underline;
}
.fs10{
font-size: 10px;
}
.fs11{
font-size: 11px;
}
.fs12{
font-size: 12px;
}
.fs14{
font-size: 14px;
}
.fs16{
font-size: 16px;
}
.fs18{
font-size: 18px;
}
.fs20{
font-size: 20px;
}
.gray{
color: #898989;
}
.bl{
color: #356eb8;
}
.kuro{
color: #000000;
}
.kiiro{
color: #ff9900;
}
.pink{
color: #eb59a4;
}
.red{
color: #c30000;
}
.taC{
text-align: center;
}
.taR{
text-align: right;
}
.taL{
text-align: left;
}
.marker{
background: linear-gradient(to bottom, transparent 0%, transparent 65%, #fff59c 40%, #fff492 100%);
}
/*装飾指示ここまで*/
/*.rankTable tr:nth-of-type(2) td {
    background-color: #fffbe8;
}*/

.column_box{
    padding: 10px;
}

.slider a{
    display: block;
}

.pagination-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    list-style-type: none;
    padding: 0;
}

@media screen and (max-width:699px){
    .pagination-3 {
        flex-wrap: wrap;
        width: 70%;
        margin: 0 auto 5%;
}


}


.pagination-3 a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2em;
    height: 2em;
    border-bottom: 2px solid #f2f2f2;
    color: #333;
    text-decoration: none;
}

.pagination-3 .current a {
    border-bottom: 2px solid #2589d0;
    pointer-events: none;
}
/* 診断コンテンツ */
.q_wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 600%; /* 質問数 × 100% */
}
.mattress2,
.model3R  {
    width: 16.5%;
}
p.q_ttl {
    font-size: 20px;
    font-weight: bold;
    color: #30416b;
    margin: 0 0 0;
}

.mattress2,
.model3R {
    display: none;
}

.q_cta {
    background-color: #f87b07;
    display: block;
    color: #fff;
    font-weight: normal;
    padding: 3% 0;
    border-radius: 10px;
    box-shadow: #b53900 0px 0.5em;
    text-align: center;
    text-decoration: none;
    margin-top: 16px;
}
a.q_cta2 {
    text-decoration: none;
    display: block;
    width: 60%;
    margin: auto;
}

p.q_sub.q_result2 {
    text-align: center;
    line-height: 1.6;
}

p.q_result {
    font-size: 25px;
    font-weight: bold;
    color: #30416b;
    margin: 0 0 2%;
    text-align: center;
}
img.q_img_last {
    width: 70%;
    margin: 0 auto 3%;
}
p.q_sub {
    margin: 0;
}

p.q_ttl.q_main {
    width: 17%;
    margin: 0;
}

.q_top {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.q_container {
    overflow: hidden;
    width: 92%;
    position: relative;
    background: #d3e5f2;
    padding: 5% 4%;
    background-image: linear-gradient(30deg, rgb(255 254 241), rgb(210 226 255));
}

.q_next {
    background: #435378;
    text-decoration: none;
    font-size: 17px;
    padding: 1vw 1%;
    border-radius: 50px;
    color: #ffffff;
    width: 15.7%;
    text-align: center;
    max-width: 570px;
}

img.q_img {
    width: 16.6%;
}

  .q_btn.off {
    width: 14.5%;
    background: #fff5d9;
    text-decoration: none;
    font-size: 17px;
    padding: 1.5vw 1%;
    border-radius: 50px;
    color: #30416b;
    line-height: 1.3;
    font-weight: bold;
    border: 2px solid #30416C;
    text-align: center;
    max-width: 560px;
  }

.q_result2 {
    text-align: center;
}

@media screen and (max-width:699px){
.q_cta {
    padding: 6% 0;
    margin-bottom: 30px;
}
p.q_result {
  font-size: 28px;
  font-weight: bold;
  color: #30416b;
  margin: 0 0 4%;
  text-align: center;
  line-height: 1.3;
}
  .q_img {
      width: 90vw;
  }
  a.q_btn.off {
      background: #fff;
      text-decoration: none;
      font-size: 17px;
      padding: 2vw 4vw;
      border-radius: 50px;
      color: #000;
      /* display: flex
  ; */
      justify-content: space-between;
      flex-direction: row;
  }
  p.q_ttl {
      width: 330px;
      margin: 0;
  }
  .q_btn.off {
      width: 330px;
  }
  .q_btn.off {
    width: 14%;
    background: #fff5d9;
    text-decoration: none;
    font-size: 17px;
    padding: 2vw 7vw;
    border-radius: 50px;
    color: #30416b;
    line-height: 1.3;
    font-weight: bold;
    border: 2px solid #30416C;
  }
  .q_next {
      text-decoration: none;
      font-size: 17px;
      padding: 4vw 2vw;
      border-radius: 50px;
      width: 15%;
      text-align: center;
  }
  p.q_sub {
    margin: 0;
    width: 17%;
  }
  .q_img {
      width: 335px;
  }
  section.question {
  margin-top: 4%;
  }
}

/* 採点の基準 */
.scoringTable {
    margin: 1% auto 2%;
    color: #333;
}
.scoringTable table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.scoringTable th, td {
    padding: 10px;
}
.scoringTable th {
    background: #EAF8FF;
    width: 20%;
    white-space: nowrap;
    font-size: 0.9em;
}
.scoringTable td {
    width: 28%;
    font-size: 0.9em;
}
.scoringTable .cross {
    font-size: 1.5em;
    line-height: 0;
}
@media screen and (max-width: 767px) {
    .scoringTable th {
        width: 14%;
        white-space: inherit;
        font-size: 0.8em;
    }
    .scoringTable td {
        font-size: 0.8em;
    }
    .scoringTable th,td {
        padding: 4px;
    }
    .scoringTable .supple {
        font-size: 0.8em;
        margin-left: -5px;
    }
}

.y_star {
  display: inline-flex;
  line-height: 1;
}

.y_star span {
  position: relative;
  display: inline-block;
  color: #ff9900;
  line-height: 1;
}

.y_star span.half {
  color: transparent;
}

.y_star span.half::before,
.y_star span.half::after {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
}

.y_star span.half::before {
  color: #ff9900;
  width: 50%;
  overflow: hidden;
}

.y_star span.half::after {
  color: transparent;
  -webkit-text-stroke: 1px #ff9900;
}
.half{
  font-size: 9px;
  margin-top: 1.6px;
}

.bgBlue{
  background-color: #ebf1f8;
}

.bd-solid-left-bold {
  border-left: 5px solid;
  color: #102161;
  font-size: 18px;
}