body {
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Hiragino Mincho Pro", sans-serif;
}
/* 共通 */
section{
  padding: 0 40px;
}
img{
  max-width: 100%;
  object-fit: contain;
  line-height: 1;
  vertical-align: bottom;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
  color: #000;
}

@media screen and (max-width:768px){
  section{
    padding: 0 15px;
  }
}
/* ヘッダー */
header{
  background-color: #F4F4F4;
}
.header-inner{
  max-width: 415px;
  height: 44px;
  display: flex;
  align-items: center;
  background-color: #FFA800;
/* margin-bottom: 32px; */
}
.logo{
  width: auto;
  padding: 4px 6px;
  height: 29px;
  margin: 16px 10px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.new{
  font-size: 14px;
  font-weight: 700;
  padding: 6px;
}
.osusume{
  font-weight: 700;
  font-size: 15px;
  margin: 0 10px;
  line-height: 20px;
}

@media screen and (max-width:768px){
  .header-inner{
    max-width: 100%;
    justify-content: left;
  }
  .logo{
    width: auto;
    height: 20px;
    margin: 14px auto 10px 14px;
  }
  .new{
    font-size: 11px;
  }
  .osusume{
    font-weight: 700;
    font-size: 16px;
    margin: 0 10px;
    line-height: 18px;
  }
}

/* ファーストビュー */
.fv{
/* margin-top: 80px; */
/* margin-bottom: 86px; */
  width: 100%;
  padding: 0;
  background: #003893;
  padding: 40px 40px 0;
  position: relative;
  box-sizing: border-box;
}
.fv_inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
.fv_ttl {
  width: 62%;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width:1100px) {
  .fv_inner {
    align-items: flex-end;
  }
  .fv_ttl {
    width: 50%;
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width:768px) {
  .fv{
/* padding: 3vw 5vw;
    padding-bottom: 7vw; */
	padding: 1vw 5vw;
    padding-bottom: 1vw;
/* margin-bottom: 30px; */
	margin-bottom: 0px;
  }
  .fv_inner {
    display: block;
  }
  .fv_ttl {
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
}
.fv_ttlBox {
  display: flex;
  align-items: flex-end;
  gap: 36px;
  position: relative;
}
.fv_ttl h1 {
  position: relative;
  width: max-content;
}
.fv_ttl h1 span {
  letter-spacing: 0.01em;
  position: absolute;
  top: -20px;
  right: 100px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 7px;
  padding-right: 6px;
  text-align: center;
  font-weight: normal;
}
.fv_ttlBox .box {
  background: #BAE2FF;
  border-radius: 4px;
  padding: 13px;
  max-width: 146px;
  margin-top: -80px;
}

.hoken_name {
  font-size: 18px;
  font-weight: bold;
  /* margin-top: 10px; */
  line-height: 1.5;
}
.fv_ttlBox .box .top {
  display: flex;
  align-items: center;
  gap: 5px;
}
.fv_ttlBox .box .top p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.fv_ttlBox > p{
font-size: 18px;
font-weight: bold;
text-align: center;
background: #fff;
border-radius: 4px;
color: #003893;
max-width: 452px;
padding: 10px 10px;
width: 80%;
}
@media screen and (max-width:1100px) {
  .fv_ttlBox {
    display: block;
/* margin-bottom: 20px; */
	margin-bottom: 10px;
  }
  .fv_ttlBox .box {
/* margin-top: 30px; */
	margin-top: 15px;
	max-width: 20em;
    text-align: center;
  }
  .fv_ttlBox > p{
font-size: 1.9545vw;

  }
}
@media screen and (max-width:768px) {
  .fv_ttl h1 {
    width: 100%;
  }
  .fv_ttl h1 span {
    letter-spacing: 0.01em;
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 2px 7px;
    padding-right: 6px;
    text-align: center;
    font-weight: normal;
  }
  .fv_ttlBox .box {
    background: #BAE2FF;
    border-radius: 4px;
    padding: 13px;
/* max-width: 166px; */
  }
  
  .hoken_name {
/*  font-size: 4.615vw; */
	font-size: clamp(18px,4.615vw, 24px);
    font-weight: bold;
    /* margin-top: 10px; */
    text-align: center;
  }
  .fv_ttlBox .box .top {
    justify-content: center;
    gap: 10px;
  }
  .fv_ttlBox .box .top p {
    font-size: 3.076vw;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .fv_ttlBox > p{
    font-size: 4.6153vw;
    font-weight: bold;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    color: #003893;
    max-width: 452px;
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
    }
}
@media screen and (max-width:580px) {
  .fv_ttlBox .box {
	max-width: 10em;
  }
	.hoken_name {
		line-height: 1.2;
	}
}
.fv_img {
  width: 35%;
}
.fv_ttlIcon {
  position: absolute;
  top: -100px;
  left: 0;
  max-width: 415px;
  width: 100%;
}
.fv_ttl h1 {
  font-size: 49px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width:1100px) {
  .fv_img {
    width: 40%;
  }
  .fv_ttlIcon {
    position: absolute;
    top: -110px;
    left: 0;
    max-width: 415px;
    width: 100%;
  }
  .fv_ttl h1 {
    font-size: 3.943vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 15px;
  }
}
@media screen and (max-width:768px) {
  .fv_img {
    width: 32%;
    position: absolute;
    right: 10px;
	bottom: 0;
  }
  .fv_ttlIcon {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 415px;
    width: 90%;
  }
  .fv_ttl h1 {
    font-size: 7.948vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: 5px;
  }
}
/* 相談だけでも大丈夫？ */
.search-inner{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
/* margin-bottom: 80px; */
  margin-bottom: 0px;
}
.search-left{
  max-width: 724px;
  margin-right: auto;
}
.sec-title{
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.marker{
  background: linear-gradient(transparent 60%, #FFE400 40%);
  padding-left: 7px;
}
.h3{
  text-align: center;
  background-color: #003893;
  cursor: pointer;
}
.h3 h3{
  color: #fff;
  padding: 12px 16px;
}
.h3.sp-select{
  display: none;
}
.search-text{
  padding: 20px 0;
  line-height: 24px;
  font-size: 16px;
}
.acordion{
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #ECF7FF;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
}
.acordion:hover{
  opacity: .7;
}
.point{
  margin-right: 16px;
}
.aco-text{
  font-size: 24px;
  font-weight: 700;
  margin-right: auto;
  line-height: 1.4;
}

@media screen and (max-width:950px){
  .search .h3{
    display: none;
    align-items: left;
  }
  .h3.sp-select{
    display: flex;
    align-items: left;
  }
  .h3 h3{
    font-weight: 700;
    padding: 8px 16px;
    margin-right: auto;
    text-align-last: left;
    line-height: 21px;
    white-space: nowrap;
  }
  .fz20{
    font-size: 18px;
    line-height: 26px;
  }
  .sp-sita{
    padding: 0 25px;
  }
  .sp-ue{
    padding: 0 25px;
  }
  .aco-text{
    font-size: 16px;
  }
  .point{
    width: 20%;
  }
  .sp-sita{
    display: none;
  }
  .sp-ue{
    display: none;
  }
}
@media screen and (max-width:850px){
  .aco-text{
    font-size: 13px;
  }
  .sp-sita{
    display: none;
  }
  .sp-ue{
    display: none;
  }
}
@media screen and (max-width:768px){
  .fv {
/* margin-bottom: 30px; */
	 margin-bottom: 0px;
  }
  .search{
    margin-bottom: 10px;
  }
  .search-inner{
    flex-direction: column;
    margin-bottom: 0;
  }
  .search-left{
    max-width: 100%;
    margin-right: 0;
  }
  .sec-title{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .search .h3{
    display: none;
    align-items: left;
  }
  .h3.sp-select{
    display: flex;
    align-items: left;
  }
  .h3 h3{
    font-weight: 700;
    padding: 8px 16px;
    margin-right: auto;
    text-align-last: left;
    line-height: 21px;
    font-size: 15px;
    white-space: nowrap;
  }
  .fz20{
    font-size: 18px;
    line-height: 26px;
  }
  .sp-sita{
    padding: 0 25px;
  }
  .sp-ue{
    padding: 0 25px;
  }
  .search-text{
    padding: 20px 0;
    line-height: 24px;
    font-size: 16px;
  }
  .acordion{
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }
  .point{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .aco-text{
    font-size: 20px;
    margin-right: 0;
    padding: 0 20px 8px;
    line-height: 1.5;
    border-bottom: 1px solid #2878F0;
  }
  .aco-arrow{
    display: none;
  }
}

/* アコーディオン作る */
.arrow-forward{
  display: none;
  cursor: pointer;
  transition: all .3s;
}
.appear .arrow-forward {
  display: block;
}
.appear .aco-arrow{
  display: none;

}
.arrow-forward:hover{
  opacity: .7;
}
.ui{
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.ui-wrap {
  display: flex;
  gap: 10px;
  padding: 20px;
  background-color: #ECF7FF;
  margin-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-text{
  font-size: 16px;
  line-height: 24px;
}
.aco-box {
  margin-bottom: 20px;
}
.aco-box.appear .ui{
  display: flex;
}
.aco-box.appear .acordion{
  margin-bottom: 0;
}
.aco-box.appear .aco-arrow{
display: none;
}
.aco-box.appear .arrow-forward{
  display: block;
}

@media screen and (max-width:768px){
  .ui{
    margin-bottom: 20px;
    height: auto;
  }
  .ui-text{
    font-size: 16px;
    line-height: 24px;
  }
  .opereter{
    display: none;
  }
  .img-consal{
    display: none;
  }
  .search-text{
    display: none;
  }
  .acordion{
    display: none;
  }
  .ui{
    display: none;
  }
  .sp-sita{
    display: block;
  }
  .sp-ue{
    display: none;
  }
  .active .search-text{
    display: block;
  }
  .active .acordion{
    display: block;
  }
  .active .ui{
    display: block;
  }
  .active .sp-ue{
    display: block;
  }
  .active .sp-sita{
    display: none;
  }
  .aco-box.appear .ui{
    display: block;
  }
  .aco-box.appear .arrow-forward{
    display: none;
  }
}

/* チェックボックス */
.search-right{
  max-width: 344px;
  margin: 0 auto;
  max-height: 380px;
  background-color: #FFFAE0;
  box-sizing: border-box;
  padding: 16px;
  border: 2px solid #FFA800;
  border-radius: 8px;
}
.search-h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 28px;
  text-align: center;
  margin-bottom: 16px;
  white-space: nowrap;
}
.search-form{
  display: flex;
  flex-wrap: wrap;
}
.checkbox-title{
  width: 30%;
  font-size: 13px;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap;
}
.search-input{
  width: 60%;
  margin-bottom: 16px;
}
.search-input input{
  margin: 0;
  margin-left: 10px;
  margin-right: 5px;
  cursor: pointer;
}
.search-button{
  display: block;
  padding: 16px 84px;
  text-align: center;
  background-color: #FFA800;
  border: none;
  border-radius: 4px;
  margin: 0 auto;
  cursor: pointer;
  transition: all .3s;
}
.search-button:hover{
  opacity: .7;
}

@media screen and (max-width:768px){
  .search-right{
    width: 100%;
    max-width: none;
  }
  .search-h3{
    padding: 0 30px;
  }
  .pc{
    display: none;
  }
  .search-button{
    width: 100%;
  }
  .search-right{
    display: none;
  }
  .active .search-right{
    display: block;
  }
  .search-input {
    font-size: 12px;
  }
}
/* 比較表 */
.comparison-chart{
  background-color: #F4F4F4;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.chart-inner{
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
}
.comparison-chart .sec-title{
/* padding-top: 70px; */
  padding-top: 50px;
  padding-bottom: 5px;
  font-size: 30px;
  margin-bottom: 44px;
}
.border{
  border-bottom: 3px solid #003893;
  box-sizing: border-box;
  padding-bottom: 6px;
}
.chart-tableBoxSp{
  display: none;
}
/* .chart-tableBoxPc{
  overflow-y: scroll
}
.chart-table{
  margin-left: 100px;
  width: 1200px;
  text-align: center;
  margin-bottom: 50px;
}
.chart-table th{
  width: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background-color: #DBDBDB;
  padding-top: 16px;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
}
.chart-table th:last-child,
.chart-table td:last-child{
  width: 100%;
}
.chart-table td{
  border: 1px solid #C1C1C1;
  font-size: 14px;
  font-weight: 700;
  width: 100px
}
.rank1{
  background-color: #FFFAE0;
  border: 2px solid #FD5621;
} */

.more{
  max-width: 972px;
  margin: 0 auto;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border: 2px solid #003893;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
  width: 90%;
}
.more:hover{
  opacity: .7;
}
.more-text{
  font-size: 18px;
  font-weight: 700;
  color: #003893;
  margin-right: 10px;
}
.chart-caution{
  font-size: 12px;
  line-height: 21px;
  text-align: left;
  padding-bottom: 73px;
}
.spsec-title{
  display: none;
}

@media screen and (max-width:768px){
  .comparison-chart {
    padding-bottom: 40px;
  }
  .chart-inner{
    padding: 0 20px;
  }
  .comparison-chart .sec-title{
    display: none;
  }
  .spsec-title{
    display: block;
    text-align: center;
/* padding-top: 50px; */
	padding-top: 20px;
    font-size: 22px;
    margin-bottom: 35px;
    line-height: 33px;
  }
  .fz20px{
    font-size: 18px;
    font-weight: 700;
    line-height: 33px;
  }
  .chart-caution{
    text-align: left;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 8px;
  }
  .chart-tableBoxSp{
    display: block;
    max-width: 360px;
    margin: 0 auto;
  }
  .chart-tableBoxSp table{
    margin-bottom: 20px;
  }
  .th-blue{
    background-color: #B4DFFF;
  }
  .chart-tableBoxSp th{
    border: 1px solid #C1C1C1;
    height: 35px;
  }
  .chart-tableBoxSp td{
    border: 1px solid #C1C1C1;
    height: 80px;
  }
  .chart-tableBoxPc{
    display: none;
  }
  .chart-tableBoxSp .rank1 tbody {
    border: 2px solid #E52626;
  }
  .chart-tableBoxSp  td {
    background: #fff;
  }
  .chart-tableBoxSp .rank1 td {
    background: #FFFAE0;
  }
}

/* おすすめ相談窓口 */
.recommend .sec-title{
  padding-top: 80px;
  margin-bottom: 40px;
}
.rec-inner{
  max-width: 1036px;
  margin: 0 auto;
  background-color: #ECF7FF;
  border-radius: 8px;
  position: relative;
}
.rec-inner +.rec-inner {
  margin-top: 50px;
}
.mayottarakoko{
  position: absolute;
  top: -10px;
  right: -10px;
}
.rec-header{
  display: flex;
  align-items: center;
  padding: 20px 32px;
  background-color: #B4DFFF;
  box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rec-title{
  font-size: 36px;
  font-weight: 700;
  padding-left: 10px;
}
.rec-content{
  padding: 32px;
}
.rec-content h4{
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.5;
}
.rec-box{
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
.recBox-star{
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.recBox-star > div {
  display: flex;
  align-items: center;
}
.recBox-star p{
  font-size: 16px;
  font-weight: 700;
}
.recBox-star .num{
  font-size: 22px;
  margin-left: 10px;
}
.recBox-star .num span{
  font-size: 48px;
}
.recBox-star img{
  margin-left: 16px;
}
.recBox-text th{
  width: 140px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #003893;
  border: 1px solid #C1C1C1;
  text-align-last: left;
  vertical-align: middle;
  line-height:20px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
}
.recBox-text td{
  background-color: #fff;
  border: 1px solid #C1C1C1;
  padding: 10px;
  line-height: 20px;
}
.eva-title{
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  background-color: #B4DFFF;
  text-align: center;
  margin-bottom: 23px;
  line-height: 1.4;
}
.evaluation-box{
  display: flex;
  gap: 16px;
  margin-bottom: 60px;
}
.eva-table th{
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #003893;
  width: 140px;
  border: 1px solid #C1C1C1;
  text-align-last: left;
  vertical-align: middle;
  line-height:20px;
  padding-left: 8px;
}
.eva-table td{
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #C1C1C1;
  padding: 10px;
  line-height: 20px;
  vertical-align: middle;
}
.eva-table td:last-child{
  width: 70px;
  padding: 10px 0;
  text-align: center;
}
.eva-table td:last-child img{
  width: 30px;
}
.eva-table-sp{
  display: none;
}
.campaign-content{
  max-width: 100%;
  margin-bottom: 50px;
}
.campaign-content img {
  width: 100%;
}
.rec-button{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #FFA800;
  font-size: 28px;
  font-weight: 700;
  padding: 26px;
  border: none;
  box-shadow: 0 6px 4px #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
  box-sizing: border-box;
  color: #000 !important;
  text-align: center;
}
.rec-button:hover{
  box-shadow:none;
  opacity: .7;
}
.yazirusi{
  margin-left: 7px;
}
.yubi{
  position: absolute;
  right: 155px;
}
.sprec-button{
  display: none;
  width: 100%;
  background-color: #FFA800;
/* font-size: 22px; */
  font-size: 17.5px;
  font-weight: 700;
  padding: 25px;
  border: none;
  box-shadow: 0 6px 4px #ccc;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
  margin-top: 24px;
  line-height: 1;
  box-sizing: border-box;
}
.sprec-button:hover{
  box-shadow:none;
  opacity: .7;
}
@media screen and (max-width:990px){
  .evaluation-box .eva-table{
    width: 65%;
  }
  .evaluation-box > img{
    width: 35%;
  }
  .recommend .border{
    padding: 80px 40px 8px;
  }
  .recBox-star p{
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .recBox-star img{
    margin-left: 7px;
  }
  .img-4{
    width: 30%;
  }
  .star-4{
    width: 60%;
  }
  .yubi{
    right: 100px;
  }
  .rec-box > img {
    width: 35%;
  }
}
@media screen and (max-width:768px){
  .recBox-star > div {
    display: block;
  }

  .recommend .sec-title{
    display: none;
  }
  .recommend .spsec-title{
    font-size: 30px;
    line-height: 40px;
    padding-top: 50px;
    margin-bottom: 50px;
  }
  .recommend.spsec-title .border{
    padding: 0 30px 8px;
  }
  .mayottarakoko{
    max-width: 110px;
  }
  .rec-header{
    padding: 14px;
  }
  .rec-title{
    font-size: 30px;
    padding-top: 10px;
    padding-left: 4px;
  }
  .rec-content{
    padding: 32px 10px;
  }
  .rec-content h4{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .rec-box{
    flex-direction: column;
    gap: 24px;
  }
  .rec-box > img {
    width:100%;
    object-fit:cover;
    height:auto;
   }
  .recBox-star{
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .recBox-star p{
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .recBox-star .num{
    font-size: 18px;
    margin-left: 10px;
  }
  .recBox-star .num span{
    font-size: 36px;
  }
  .recBox-star > img {
    margin-left: 20px;
  }
  .img-4{
    width: 30%;
  }
  .star-4{
    width: 60%;
  }
  .recBox-text th{
    width: 105px;
  }
  .recBox-text td{
    font-size: 14px;
    line-height: 18px;
  }
  .sprec-button{
    display: flex;
    align-items: center;
    justify-content: center;
/* padding: 25px 20px; */
	padding: 20px 10px;
  text-align: center;
  }
  .eva-title{
    margin-bottom: 30px;
  }
  .evaluation-box{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 60px;
  }
  .evaluation-box>img {
    width: 100%;
  }
  .eva-table{
    display: none;
  }
  .eva-table-sp{
    display: block;
    background-color: #fff;
  }
  .eva-table-sp th{
    padding: 18px 4px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background-color: #003893;
    line-height: 12px;
    border: 1px solid #C1C1C1;
    min-width: 86px;
    box-sizing: border-box;
  }
  .eva-table-sp td{
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #C1C1C1;
    vertical-align: middle;
  }
  .eva-icon{
    text-align: center;
  }
  .eva-icon img{
    width: 30%;
  }
  .graf{
    width: 100%;
    object-fit:cover;
   height:auto;
  }
  .rec-button{
    display: none;
  }
  .yubi{
    right: -10px;
    bottom: 0px;
  }
  .eva-table th {
    font-size: 12px;
    width: 32%;
    padding-right: 8px;
  }
  .eva-table td:last-child {
    width: 50px;
  }
  .eva-table td img {
    width: 25px !important;
  }
}
/* 選び方 */
.select{
  padding-top: 100px;
}
.select-inner{
  max-width: 1100px;
  margin: 0 auto 80px;
  border: 2px solid #003893;
  border-radius: 4px;
}
.select-inner h3{
  font-size: 24px;
  font-weight: 700;
  padding: 16px;
}
.select-box{
  padding: 32px;
}
.select-text{
  display: flex;
  padding: 30px 30px 0;
  font-size: 14px;
  line-height: 24px;
  gap: 30px;
}

.select-flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.select-card{
  width: 50%;
  background-color: #ECF7FF;
  padding: 20px;
}
.card-title{
  text-align: center;
}
.select-card img{
  margin-bottom: 10px; 
}
.card-title p{
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px dashed #2878F0;
  margin-bottom: 16px;
  padding-bottom: 16px;
  line-height: 1.5;
}
.card-text{
  font-size: 16px;
  line-height: 24px;
}
.sp-br{
  display: none;
}
h2.sec-title{
  padding-top: 0;
}
.sita{
  text-align: center;
  padding-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width:900px){
  .select-text p {
    margin-bottom: 20px;
  }
  .select h2.sec-title{
    font-size: 26px;
  }
}

@media screen and (max-width:768px){
  .select-inner {
    margin-bottom: 20px;
  }
  .select h2.sec-title {
    display: none;
  }
  .select-inner .h3 {
    text-align: center;
    display: block;
  }
  .select-inner h3 {
    display: block;
    text-align: center;
    text-align-last:center;
  }
  .select{
    padding-top: 46px;
  }
  .select-box{
    padding:  20px 10px;
    position: relative;
  }
  .select-box .sec-title{
    display: none;
  }
  .select-box .spsec-title{
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
  }
  .select-box .border{
    padding: 0 40px 8px;
  }
  .select-box p{
    padding-bottom: 0;
  }
  .select .spsec-title {
    margin-bottom: 0;
  }
  .female{
    width: 53px;
    height: 85px;
    position: absolute;
    top: -20px;
    left: 5px;
  }
  .male{
    width: 97px;
    height: 87px;
    position: absolute;
    top: -20px;
    right: -10px;
  }
  .select-text{
    padding-top: 0;
    font-size: 16px;
    margin: 35px auto 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .select-flex{
    flex-direction: column;
  }
  .select-card{
    width: 100%;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
  }
  .card-title p{
    margin-bottom: 16px;
    padding-bottom: 8px;
    line-height: 1.5;
    font-size: 18px;
  }
  .card-text{
    font-size: 16px;
    line-height: 24px;
  }
  .sp-br{
    display: block;
  }
  h2.sec-title{
    display: none;
  }
  h2.spsec-title{
    font-size: 22px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 0;
    line-height: 1.2;
  }
  .fz40{
    font-size: 34px;
  }
}

/* QA */
.qa{
  background-color: #F4F4F4;
  margin-top: 100px;
}
.qa-inner{
  max-width: 770px;
  margin: 0 auto;
  padding: 90px 0;
}
.q{
  display: flex;
  align-items: center;
  background-color: #fff;
  margin-top: 40px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 20px 30px;
}
.q img {
  margin-left: 30px;
}
.q-blue{
  font-weight: 700;
  font-size: 26px;
  color: #003893;
  margin-right: 7px;
}
.q-box a{
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px dashed #2878F0;
  padding: 10px 0;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.a-title{
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.a-text{
  background-color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  margin-bottom: 20px;
}
.a-text a {
  text-decoration: underline;
  color: #2878F0;
}
@media screen and (max-width:768px){
  .qa-inner{
    padding: 30px 0 60px;
  }
  .qa .sec-title{
    display: none;
  }
  .qa .border{
    padding: 0 40px 8px;
  }
  .q{
    flex-direction: column;
    text-align: center;
    padding: 20px 15px 0;
    box-sizing: border-box;
  }
  .q-box{
    margin-bottom: 14px;
    text-align: left;
  }
  .q-blue{
    font-size: 20px;
    margin-right: 8px;
  }
  .q-box a{
    font-size: 15px;
    padding: 10px;
    margin-right: 0;
    line-height: 26px;
  }
  .q img{
    width: 134px;
    height: 120px;
    margin-left: 0;
  }
  .a-title{
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    line-height: 1.4;
  }
  .aco-box img {
    display: none !important;
  }
}

/* ランキング調査方法 */
.research-inner{
  max-width: 520px;
  margin: 0 auto;
}
.research-inner .sec-title{
  padding-top: 80px;
}
.research-inner table{
  margin-top: 35px;
  margin-bottom: 60px;
}
.research-inner th{
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #C1C1C1;
  width: 100px;
  padding: 20px 10px;
}
.research-inner td{
  font-size: 14px;
  border: 1px solid #C1C1C1;
  width: 420px;
  padding: 20px 10px;
}

@media screen and (max-width:768px){
  .research-inner{
    margin: 0 auto;
  }
  .research-inner .sec-title{
    padding-top: 60px;
    font-size: 30px;
  }
  .research-inner table{
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
/* 目次 */
.mokuji {
  padding-top: 80px;
}
.mokuji-inner{
  max-width: 520px;
  margin: 0 auto;
}
.mokuji-inner .sec-title{
  margin-bottom: 32px;
}
.mokuji-list{
  background-color: #ECF7FF;
  max-width: 520px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
.mokuji-list a{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px solid #000;
  transition: all .3s;
}
.mokuji-list a:hover{
  opacity: .7;
}

@media screen and (max-width:768px){
  .mokuji-inner .sec-title{
    font-size: 30px;
    font-weight: 700;
    display: block;
  }
  .mokuji-list{
    margin-bottom: 80px;
  }
}

/* フッター */
footer{
  background-color: #003893;
  margin-bottom: 80px;
}
.search-footer{
  margin-top: 70px;
}
.footer-inner{
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
}
.footer-nav{
  display: flex;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 50px;
  justify-content: center;
  gap: 30px;
}
.footer-nav a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}
.footer-nav a:hover{
  opacity: .7;
}
small{
  display: block;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width:768px){
.footer {
  margin-bottom: 60px;
}
}

/* 検索結果 */
.result{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.result-p{
  font-weight: 700;
  font-size: 20px;
  margin-right: auto;
}
.result-p span{
  font-size: 30px;
}
.sort-title{
  font-weight: 500;
  font-size: 16px;
}
#sort{
  padding: 6px 12px;
  margin-left: 5px;
}

@media screen and (max-width:768px){
  .result{

    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .result-p{
    width: 100%;
    margin-bottom: 20px;
  }
  .sort-title{
    font-size: 14px;
  }
  #sort{
    padding: 6px 12px;
    margin-left: 5px;
  }
}

/*table調整*/
.chart-caution {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width:768px){
  .chart-caution {
    text-align: left;
  }
}
.comparison-chart {
  overflow-x: hidden;
  padding: 0;
}
.chart-table {
  width: max-content;
  border: 1px solid #C1C1C1;
  border-collapse: collapse;
  margin: 0 auto;
}
.chart-tableBoxPc {
  overflow-x: auto;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  padding-left: 0;
  box-sizing: border-box;
}

.chart-table thead th {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  padding: 8px 0;
  font-size: 14px;
  background: #DBDBDB;
  border: 1px solid #C1C1C1;
}
.chart-table tbody td:first-child {
  vertical-align: middle;
  padding-top: 10px;
}

.chart-table tbody td {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  padding: 20px 6px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #C1C1C1;
  vertical-align: top;
}
.chart-table tbody td .logo {
  background: transparent;
  width: auto;
  margin-top: 0;
}
.chart-table tbody td.align-left {
  text-align: left;
}
.chart-table tbody td .icon  {
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}

.chart-table tbody td a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-table .rank1 td {
  border-top: 2px solid #E52626;
  border-bottom: 2px solid #E52626;
  background: #FFFAE0;
}
.chart-table .rank1 {
  border-left: 2px solid #E52626;
  border-right: 2px solid #E52626;
}
.t-button {
  background: #FFA800;
  color: #000;
  border-radius: 4px;
  border: none;
  display: block;
  line-height: 1.2;
  display: block;
  padding: 10px 5px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 10px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  width: 50px;
}
@media screen and (max-width:768px){
  .spsec-title {
    font-size: 21px;
    /* padding-left: 20px;
    padding-right: 20px; */
  }
  .chart-tableBoxSp {
    padding: 0 15px;
    max-width: 100%;
  }
  .chart-tableBoxSp thead th {
    font-size: 7px;
    text-align: center;
    background: #B4DFFF;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.2;
    padding: 4px 0;
  }
  .chart-tableBoxSp td:first-child {
    vertical-align: middle;
  }
  /* .chart-tableBoxSp td:nth-child(2) {
    vertical-align: middle;
  } */
  .chart-tableBoxSp td {
    font-size: 9px;
    text-align: center;
    vertical-align: top;
    line-height: 1.3;
    padding: 20px 1px 10px;
  }
  .chart-tableBoxSp td span.t-blue {
    font-weight: bold;
    color: #0046B8;
    font-size: 8px;
    display: block;
    margin-bottom: 5px;
  }
  .chart-tableBoxSp td .icon {
    text-align: center;
    display: block;
    margin-bottom: 7px;
  }
  .chart-tableBoxSp td .icon img {
    width: 22px;
    display: block;
    margin: 0 auto;
  }
  .t-button {
    background: #FFA800;
    color: #000;
    border-radius: 4px;
    border: none;
    display: block;
    line-height: 1.2;
    display: block;
    padding: 10px 5px;
    font-weight: bold;
    margin: 0 2px;
    font-size: 10px;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
    width: auto;
  }

  .more {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.acContents {
  height: 0;
  overflow: hidden;
  transition: 0.2s ease height;
}
.acordion img {
  margin-left: 10px;
}
.acordion .arrow-forward {
  display: none;
}
.acordion .aco-arrow {
  display: inline;
}
.acordion.appear .arrow-forward{
display: inline;
}
.acordion.appear .aco-arrow {
  display: none;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.era-tableBox {
  max-width: 1200px;
  margin: 0 auto;
}
.era-tableBox table {
  width: 100%;
}

.era-tableBox {
  overflow-x: auto;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.era-tableBox table thead td {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  padding: 8px 0;
  font-size: 14px;
  background: #DBDBDB;
  border: 1px solid #C1C1C1;
}
.era-tableBox table tbody td:first-child {
  width: 20%;
}
.era-tableBox table tbody td a{
  text-align: center;
  display: block;
}

.era-tableBox table tbody td .logo {
  text-align: center;
  margin: 0 auto 10px;display: block;
  width: 110px;
  height: auto;
}
.era-tableBox table tbody td .logo img {
  margin: 0 auto;
}
.era-tableBox table tbody td {
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
  font-weight: bold;
  padding: 10px 6px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #C1C1C1;
}
@media screen and (max-width: 768px) {
  .era-tableBox table tbody td .logo {
    width: 80px;
  }
  .era-tableBox {
    padding: 0 20px;
    max-width: 100%;
  }
  .era-tableBox table thead td {
    font-size: 7px;
    text-align: center;
    background: #B4DFFF;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: 1.2;
    padding: 4px 0;
  }
  .era-tableBox table tbody td>img {
    height: 35px;
    width: auto;
  }
  .era-tableBox table td {
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    padding: 10px 1px;
  }
}

.rec-subbox {
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
.rec-subboxLeft {
  width: 35%;
}
.rec-subboxRight {
  width: 60%;
}
.rec-subboxRight h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px ;
  line-height: 1.5;
}
.rec-img {
  margin-bottom: 24px;
}
.rec-img img {
  width: 100%;
}

.rec-subTable {
  width: 100%;
  border: 1px solid #C1C1C1;
  margin-bottom: 24px;
}
.rec-subTable thead td {
  background: #003893;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.2vw;
  vertical-align: middle;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #C1C1C1;
  line-height: 1.2;
}
.rec-subTable tbody td {
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  background: #fff;
  border: 1px solid #C1C1C1;
}


.rec-subbox .recBox-star p {
  font-size: 14px;
}
.rec-subbox .recBox-star .num {
  font-size: 16px;
}
.rec-subbox .recBox-star .num span{
  font-size: 34px;
}

.rec-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 2px solid #FFA800;
  border-radius: 4px;
  font-size: 22px;
  font-weight: bold;
  gap: 10px;
  color: #FFA800;
  padding: 16px 20px;
}
.rec-buttons:hover {
  opacity: 0.8;
}

@media screen and (max-width: 990px) {

  .rec-subbox {
    display: flex;
    justify-content: space-between;
    padding: 24px;
  }
  .rec-subboxLeft {
    width: 32%;
  }
  .rec-subboxRight {
    width: 64%;
  }
  .rec-subboxRight h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px ;
  }
  .rec-img {
    margin-bottom: 24px;
  }
  .rec-img img {
    width: 100%;
  }
  
  .rec-subTable {
    width: 100%;
    border: 1px solid #C1C1C1;
    margin-bottom: 24px;
  }
  .rec-subTable thead td {
    background: #003893;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.1vw;
    vertical-align: middle;
    padding: 8px 5px;
    box-sizing: border-box;
    border: 1px solid #C1C1C1;
    line-height: 1.2;
  }
  .rec-subTable tbody td {
    padding: 8px 5px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 1px solid #C1C1C1;
  }
  
  .rec-subbox .recBox-star {
    flex-wrap: wrap;
  }
  .rec-subbox .recBox-star p {
    font-size: 14px;
  }
  .rec-subbox .recBox-star .num {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
  }
  .rec-subbox .recBox-star .num span{
    font-size: 34px;
  }
  
  .rec-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #FFA800;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    gap: 10px;
    color: #FFA800;
    padding: 16px 20px;
  }
  .rec-buttons:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 768px) {
  .rec-subbox {
    display: block;
    padding: 32px 10px;
  }
  .rec-subboxLeft {
    width: 100%;
  }
  .rec-subboxRight {
    width: 100%;
  }
  .rec-subbox h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px  !important;
    line-height: 1.5;
  }
  .rec-img {
    margin-bottom: 24px;
  }
  .rec-img img {
    width: 100%;
  }
  
  .rec-subTable {
    width: 100%;
    border: 1px solid #C1C1C1;
    margin-bottom: 24px;
  }
  .rec-subTable thead td {
    background: #003893;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2.1vw;
    vertical-align: middle;
    padding: 8px 1px;
    box-sizing: border-box;
    border: 1px solid #C1C1C1;
    line-height: 1.2;
  }
  .rec-subTable tbody td {
    padding: 8px 5px;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    border: 1px solid #C1C1C1;
  }
  .rec-subTable tbody td img {
    width: 20px;
    height: 20px;
  }
  
  .rec-subbox .recBox-star {
    flex-wrap: wrap;
  }
  .rec-subbox .recBox-star p {
    font-size: 14px;
  }
  .rec-subbox .recBox-star .num {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
  }
  .rec-subbox .recBox-star .num span{
    font-size: 34px;
  }
  
  .rec-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #FFA800;
    border-radius: 4px;
    font-size: 22px;
    font-weight: bold;
    gap: 10px;
    color: #FFA800;
    padding: 16px 20px;
  }
  .rec-buttons:hover {
    opacity: 0.8;
  }
}

.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background: #BAE2FF;
  width: 100%;
  gap: 20px;
  z-index: 100;
}

.fixed a:hover {
  opacity: 8;
}
@media screen and (max-width: 768px) {
  .fixed {
/* padding: 2px 30px 0; */  
	padding: 2px 15px 0;
    gap: 12px;
    box-sizing: border-box;
  flex-direction: row;

  }
.fixedLeft {
  order: 1;
}
.fixedLeft img {
  height: 80px;
}
.fixedRight {
  order: 2;
  max-width: 90%;
}
.fixedRight img {
  height: auto;
}
.fixedCenter {
  order: 3;
}
.fixedCenter img {
  height: 85px;
}
}

/* 20241205 new */
.fixedRight {
	padding: 10px 0;
}
.fixedRight_btn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #FFA800;
    font-size: clamp(16px, 2.5vw, 24px);
    font-weight: 700;
    padding: 20px 20px 18px;
    border: none;
    box-shadow: 0 6px 4px #ccc;
    border-radius: 4px;
    cursor: pointer;
    transition: all .3s;
    box-sizing: border-box;
    color: #000 !important;
    text-align: center;
}
.fixedRight_br {
	display: none;
}
@media screen and (max-width: 580px) {
	.fixedRight_br {
		display: block;
	}
	.fixedRight_btn  {
		padding: 12px 20px;
		line-height: 1.3;
	}
	.fixedRight {
		width: 75%;
	}
}
/* アニメーション */
.anim-poyoyon3 {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
