@charset "utf-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: #f1f1f1;
  color: #1A1A1A;
}

.underLine-yellow{
    background: linear-gradient(transparent 60%, #fff47d 30%);
}

[id] {
  scroll-margin-top: 100px; /* 固定ヘッダーの高さに応じて調整 */
}

.sp-br,
.sp-inline{
	display:none;
}
.pc-br{
	display:block;
}
.pc-inline{
	display:inline-block;
}

@media screen and (max-width:800px){
	.sp-br{
	display:block;
}
	.sp-inline{
	display:inline-block;
}
.pc-br,
.pc-inline{
	display:none;
}
}

.title-afi{
	text-align:center;
	font-size:1rem;
	padding-bottom: 16px;
	padding-top:16px;
}

@media screen and (max-width:800px){
	.title-afi{
		font-size: 0.7rem;
}
}

/* merit Box */

.meritBox {
  max-width: 840px;
  padding: 14px 14px 0 14px;
  background-color: #fff;
  margin-bottom: 24px;
}

.meritBox h2 {
  background-image: url(../images/bg-merit-title.webp);
  background-size: contain;
  background-position: center;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  font-size: clamp(1.125rem, 0.823rem + 1.29vw, 1.5rem);
}

.meritBox .swiper-wrapper {
  padding-top: 16px;
	padding-bottom: 40px;
}

.meritBox .swiper-slide {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.meritBox .swiper-slide div:first-child {
  display: table;
  width: 100%;
  min-height: 64px;
}

.meritBox .swiper-slide p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #B68C79;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
}

.meritBox .swiper-slide p span {
  font-size: 1rem;
}

.meritBox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

/* ranking Box */
.rankingBox{
    max-width: 840px;
    padding: 14px;
    background-color: #fff;
    margin-bottom: 24px;
}

.rankingBox h2{
    width: 100%;
    background-image: url(../images/bg-rankingBoxtitle.webp);
    background-size: contain;
    background-position: center;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: clamp(1.125rem, 0.823rem + 1.29vw, 1.5rem);
    /* max-w840 miw-w375 size24px-18px */
}

.rankingBox p{
    text-align: center;
    font-size: 1.5rem;
    padding-top: 8px;
}

.rankingBox .point-link{
	padding-bottom:16px;
}

.rankingBox .point-link a{
    color: #007bff;
    text-decoration: underline;
}

/* ranking ichiran */

.rankingBox .rankingcnt table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2em;
  }
  .rankingBox .rankingcnt th,
  .rankingBox .rankingcnt td {
    border: 1px solid #ccc;
    padding: 12px 0;
    text-align: center;
	  vertical-align: top;
  }

.rankingcnt th:nth-child(1){
	padding:10px 0 12px;
}

  .rankingBox .rankingcnt thead th {
    background-color: #f9f9f9;
	  width: calc(100% / 5);
  }

.rankingBox .rankingcnt thead th h3{
	padding: 8px 0;
}

  .rankingBox .rankingcnt thead th div img{
    margin: 0 auto;
  }

  .rankingBox .rankingcnt thead th div.ranking-icon{
    max-width: 75px;
    margin: 8px auto 24px;
  }

.rankingBox .rankingcnt thead th:nth-child(4) div.ranking-icon,
.rankingBox .rankingcnt thead th:nth-child(5) div.ranking-icon{
	margin: 18px auto 32px;
}

  .rankingBox .rankingcnt thead th div.rankRound span{
    background-color: #A4D6D9;
    border-radius: 999px;
    padding: 10% 24% ;
    color: #fff;
    font-size: 1.5rem;
  }

  .rankingBox .rankingcnt td[colspan="5"] {
    background-color: #7C9DA9;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 5px;
    padding: 5px 0;
	border-left: 5px solid #d90000;
  }
  .rankingBox .rankingcnt a {
    color: #fff;
    text-decoration: none;
  }
  .rankingBox .rankingcnt a:hover {
    text-decoration: underline;
  }

  .rankingBox .rankingcnt tbody tr td p.comment{
    font-size: 0.875rem;
    color:#333;
    font-weight: normal;
    max-width: 140px;
    margin: 0 auto;
  }

.rankingBox .rankingcnt tbody tr td p.comment span{
	color:#FF150D;
	font-weight:bold;
}

  .rankingBox .rankingcnt tbody tr td p.nizumaru{
    color: #FF0000;
    font-size: 3rem;
  }

  .rankingBox .rankingcnt tbody tr td p.maru{
    color: #FF9000;
    font-size: 3rem;
  }

  .rankingBox .rankingcnt tbody tr td p.sankaku{
    color: #068BA3;
    font-size: 3rem;
  }

  .rankingBox .rankingcnt .cv-official a{
    background-color: #B24343;
    font-size: 0.875rem;
    padding: 12px 0;
    border-radius: 5px;
    display: block;
    max-width: 80%;
    margin: 0 auto;
	  box-shadow:1px 1px 0 #884236;
  }

  .rankingBox .rankingcnt .cv-shosai a{
    background-color: #929FA7;
    font-size: 0.875rem;
    padding: 8px 0;
    border-radius: 5px;
    display: block;
    max-width: 80%;
    margin: 16px auto 0;
  }

.result-table-text{
	font-size: 0.875rem;
}


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

    .rankingBox{
        margin: 0 auto;
    }
	
	.rankingBox p{
		font-size: 1rem;
	}
	
	.rankingBox .rankingcnt thead th {
	  width: calc(100% / 3);
  }
  }

/* ranking 1th インライン追加　0530 */

/* 電話動線追加 */
.call-button {
  position: relative;
  border: none;
  border-radius: 5px;
  background-color: #46AF3D;
	box-shadow:1px 1px 0 #368839;
	color: #fff;
  cursor: default;
	padding:11px 0;
}

body.single .cv-call.only-single .call-button,
body.single-post .cv-call.only-single .call-button{
	width:100%;
	line-height: 1.2;
	font-weight:bold;
}

.call-button:disabled {
  cursor: default;
}

.call-button::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 48%;
  transform: translateY(-50%);
  background: url("../images/tellicon.svg") no-repeat center / contain;
}

.only-single .call-button::before{
	width:14px;
	height:14px;
	left:35%;
	top:32%;
}

/* サブボタン（小さめ） */
.sub-call {
  font-size: 14px;
	padding: 8px 0px 8px 16px;
	margin:16px auto 0;
	max-width:80%;
width: 100%;
	
}

.sub-call::before {
  width: 14px;
  height: 14px;
}

@media screen and (max-width:800px){
	.call-button{
		cursor:pointer;
	}
	.sub-call {
  font-size: 14px;
padding: 8px 3px 8px 20px;
}
	body.single-post .cv-call.only-single .call-button{
		line-height:2;
		text-align: center;
        padding-left: 16px;
        font-size: 1.125rem;
	}
	
	.only-single .call-button::before {
		width: 24px;
		height: 24px;
		left: 19%;
		top: 50%;
}
	}
@media screen and (max-width:400px){
	.only-single .call-button::before {
		left: 16%;
}
}

/* End 電話動線追加 */


.rankingBox .rankingcnt thead tr th.kyocho{
	border-top: 5px solid #d90000;
	border-left: 5px solid #d90000;
	border-right: 5px solid #d90000;
	background-color: #fcf9e7;
}

.rankingBox .rankingcnt tbody tr td.kyocho-body{
	border-left: 5px solid #d90000;
	border-right: 5px solid #d90000;
	background-color: #fcf9e7;
}

.rankingBox .rankingcnt tbody tr td.kyocho-bodyEnd{
	border-left: 5px solid #d90000;
	border-right: 5px solid #d90000;
	border-bottom: 5px solid #d90000;
	background-color: #fcf9e7;
}

.rankingBox .rankingcnt tbody tr td.kyocho-bodyEnd a{
	text-decoration:none;
	padding: 12px 3px;
	max-width: 85%;
}

.rankingBox .rankingcnt tbody tr td.kyocho-bodyEnd a:hover{
	text-decoration: underline;
}

.rankingBox .rankingcnt tbody tr td .kyocho-btn{
	display:block;
	line-height:1.4;
	font-weight:bold;
	font-size:0.8rem;
}

.rankingBox .rankingcnt tbody tr td.kyocho-bodyEnd a {
  text-decoration: none;
  padding: 12px 3px;
  max-width: 85%;
  background-color: #B24343;
  font-size: 0.875rem;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.rankingBox .rankingcnt tbody tr td.kyocho-bodyEnd a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30%;
  width: 20%;
  height: 100%;
  background: linear-gradient(
	  94deg,
	  rgba(255, 180, 180, 0) 0%,
	  rgba(255, 180, 180, 0.8) 50%,
	  rgba(255, 180, 180, 0) 100%
  );
  transform: skewX(-25deg);
  pointer-events: none;
	z-index: -2;
	animation: shineLoop 3s ease-in-out infinite;
}
@keyframes shineLoop {
  0% {
	  left: -150%;
	}
	60% {
	  left: 130%;
  }
  100% {
	  left: 130%;
  }
}

/* End ranking 1th インライン追加　0530 */


/* point box */
.pointBox{
    max-width: 840px;
    padding: 14px;
    background-color: #fff;
    margin-bottom: 24px;
    background-image: url(../images/bg-pointBody.webp);
    background-size: contain;
}

.pointBox h2{
    width: 100%;
    background-image: url(../images/bg-pointTitle.webp);
    background-size: contain;
    background-position: center;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    font-size: clamp(1.125rem, 0.823rem + 1.29vw, 1.5rem);
    /* max-w840 miw-w375 size24px-18px */
}

.pointBox ol{
    padding-top: 24px;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    column-gap: 16px;
    row-gap: 2em;
}

@media screen and (max-width:800px){
    .pointBox ol{
        max-width: 401px;
        margin: 0 auto;
        grid-template-columns: repeat(1,1fr);
		padding-left:0;
    }
}

.pointBox li{
    position: relative;
    max-width: 390px;
    padding: 24px 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px #ddd9cd;
    background-image: url(../images/bg-point1.webp);
    background-position: right 16px bottom 16px;
    background-size: 127px;
    background-repeat: no-repeat;
}

.pointBox li:nth-child(2){
    background-image: url(../images/bg-point2.webp);
}
.pointBox li:nth-child(3){
    background-image: url(../images/bg-point3.webp);
}
.pointBox li:nth-child(4){
    background-image: url(../images/bg-point4.webp);
}
.pointBox li:nth-child(5){
    background-image: url(../images/bg-point5.webp);
}
.pointBox li:nth-child(6){
    background-image: url(../images/bg-point6.webp);
}

.pointBox li::before{
    z-index: 1;
    position: absolute;
    content: "";
    background-image: url(../images/pointBoxLine.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 103%;
    height: 16px;
    right: 0;
    left: 0;
    top: -11px;
    margin: 0 auto;
}

.pointBox ol li div h3{
    font-size: 1.5rem;
    padding-left: 94px;
    position: relative;
}

.pointBox ol li:first-child div,
.pointBox ol li:nth-child(4) div,
.pointBox ol li:nth-child(6) div{
    padding-top: 16px;
}

.pointBox ol li div h3::before{
    position: absolute;
    content: "";
    background-image: url(../images/ichi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 49px;
    left: 24px;
    top: 0;
}

.pointBox ol li:nth-child(2) div h3::before{
    background-image: url(../images/ni.svg);
    top: 18px;
    width: 54px;
    height: 49px;
}

.pointBox ol li:nth-child(3) div h3::before{
    background-image: url(../images/san.svg);
    top: 18px;
}

.pointBox ol li:nth-child(4) div h3::before{
    background-image: url(../images/yon.svg);
}

.pointBox ol li:nth-child(5) div h3::before{
    background-image: url(../images/go.svg);
    top: 18px;
}
.pointBox ol li:nth-child(6) div h3::before{
    background-image: url(../images/roku.svg);
}

.pointBox ol li div h3 span.text-low{
    font-size: 1.25rem;
}

.pointBox ol li p{
    padding-top: 44px;
    font-size: 1.125rem;
    line-height: 1.8;
    font-weight: normal;
    max-width: 346px;
    margin: 0 auto;
}

.pointBox li:nth-child(2) p,
.pointBox li:nth-child(3) p,
.pointBox li:nth-child(5) p{
    padding-top: 24px;
}

@media screen and (max-width:800px){
	.pointBox ol li p{
        padding-top: 24px;
		font-size: 1rem;
		max-width: 320px;
    }
	.pointBox ol li div h3 span.text-low {
    font-size: 1.125rem;
}
	.pointBox ol li div h3{
	font-size: 1.3rem;	
	}
}

@media screen and (max-width:390px){
    .pointBox ol li p{
        max-width: 287px;
        padding-top: 16px;
		font-size:1rem;
    }
    .pointBox ol li div h3{
        padding-left: 64px;
    }
    .pointBox ol li div h3::before{
    width: 35px;
    height: 33px;
    left: 16px;
    top: 3px;
    }

    .pointBox ol li:nth-child(2) div h3::before {
        top: 25px;
        width: 38px;
        height: 39px;
    }

    .pointBox ol li:first-child div,
    .pointBox ol li:nth-child(4) div,
    .pointBox ol li:nth-child(6) div{
        padding-top: 8px;
    }

    .pointBox ol li:nth-child(4) div h3::before,
    .pointBox ol li:nth-child(6) div h3::before{
        top: 8px;
    }

    .pointBox ol li:nth-child(5) div h3::before{
        width: 39px;
        top: 22px;
    }
}

/* SP フロント用絞り込み検索 */

/* こだわり条件 */

@media screen and (max-width:800px){
	
.sp-only label,
.sp-only .active label{
    cursor: pointer;
    font-size: 1.2rem;
}

.sp-only  .search-title,
.sp-only .active .search-title{
	font-size:1rem;
	color:#C1AB73;
	margin: 16px 0 8px;
	text-align:left;
}

.sp-only .searchBox,
.sp-only .active .searchBox{
	background-color:#fff;
	padding:16px;
	margin-bottom:24px;
}
.sp-only .active .searchBox{
	border: 1px solid #bbb;
	margin-top:8px;
}


.sp-only .search-title-sub,
.sp-only .active .search-title-sub{
	text-align:center;
	font-size:1.25rem;
	padding-bottom:8px;
	border-bottom: 3px solid #BBBBBB;
	margin-bottom:16px;
}

.sp-only input[type=submit] ,
.sp-only .active input[type=submit]{
    -webkit-appearance: none;
    border: none;
    background-color: #C1AB73;
    color: #fff;
	border-radius:5px;
	margin-top:16px;
}
	}

/* フロントページ PR banner */
.home .prBanner{
	position:relative;
	margin-bottom:24px;
	max-width:840px;
}

.home .prBanner .prBar{
	position:absolute;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6%;
    height: 26px;
	font-weight: bold;
}

@media screen and (max-width:800px){
	.home .prBanner .prBar{
		 width: 10%;
	}
	
	.home .prBanner{
		max-width:300px;
		margin: 16px auto 32px;
	}
}

/* END point box */