/*
Theme Name: CUSTOM AI
Version: 1.0
Author: Yusuke.T [STEPWORKS]
*/

@charset "utf-8";

.sp {
	display: none !important;
}

.search_body td {
	width: 50%;
}

.page-id-171 .lp__ttl {
	display: none;
}

.search_body .search_feature {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  /* width: 98%; */
  margin: 5px 0px;
}
.search_body .search_type {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  width: 98%;
  margin: 5px auto;
}

.lp_mainContents {
}
.lp_mainContents__content {
    line-height: 2;
    padding: 30px 0
}
@media screen and (max-width:767px) {
    .lp_mainContents__content {
        padding: 16px 0px
    }
}
.lp_mainContents__content li {
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 20px;
    position: relative
}
.lp_mainContents__content li:before {
    color: #65BBE9;
    content: "●";
    font-size: .8rem;
    left: 8px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}
@media screen and (max-width:767px) {
    .lp_mainContents__content li:before {
        left: 0;
        top: 5px;
        transform: none
    }
}
.lp_mainContents__img {
    padding: 40px 0
}
@media screen and (max-width:767px) {
    .lp_mainContents__img {
        padding: 20px 0
    }
}
.lp_mainContents__content img {
    display: block;
    margin: 40px auto;
    width: 75%
}
@media screen and (max-width:767px) {
    .lp_mainContents__img img {
        width: 100%
    }
}

/*モーダル内のコンテンツの指定*/
.modal-content{
	display: none;
	background: #fff;
	text-align: left;
}
body.page-id-171 .modal-content,
.modal-content.active{
	display: block;
}

.storesList__ttl[data-v-dc53676c] {
  background: linear-gradient(to bottom, #304a98, #478b99);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #005055;
  max-height: 100px;
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
}

.storesList__content[data-v-dc53676c] {
  background: #eee;
  padding: 30px;
}

.storesList__content table[data-v-dc53676c] {
  background-color: #fff;
  border: 1px #969696;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  border-spacing: 0;
  border-style: solid solid none;
  width: 100%;
}

.storesList__content table th[data-v-dc53676c] {
  background-color: #0a315f;
  color: #fff;
  border-bottom: 1px solid #969696;
  border-right: 1px solid #969696;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  width: 25%;
}

.storesList__content table td[data-v-dc53676c] {
  border-bottom: 1px solid #969696;
  padding: 15px;
}

.card_shop {
	margin: 24px auto;
}

.areaPanel__container {
    padding-top: 5px
}
.areaPanel__container,
.areaPanel__header {
    transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
.areaPanel__header {
    align-items: center;
    background: #fff;
    border: 1px solid #0a315f;
    color: #0a315f;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    padding: 6px 0 6px 16px
}
.areaPanel__header.opened {
    padding: 10px 0 10px 16px
}
.areaPanel__subheader {
    align-items: center;
    background-color: #AAE1FF;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    padding: 5px 0 5px 35px;
    transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
.areaPanel__subheader.opened {
    padding: 9px 0 9px 35px
}
.areaPanel__cityheader {
    align-items: center;
    background-color: #E5F6FF;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    display: flex;
    font-size: .9rem;
    padding: 12px 0 12px 55px;
    position: relative
}
.areaPanel__cityheader:after {
    background: url(https://api.iconify.design/dashicons/arrow-right-alt2.svg?color=black) no-repeat 50%/contain;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px
}
.areaPanel__cityheader.active:after {
    background: url(https://api.iconify.design/dashicons/arrow-down-alt2.svg?color=black) no-repeat 50%/contain;
}
.areaPanel__openIcon {
    margin-left: auto
}

.areaPanel__container .areaPanel__Icon:after {
    content: url(https://api.iconify.design/mdi:plus.svg?color=%2365BBE9&height=24);
    padding-right: 10px;
    vertical-align: -.8rem
}
.areaPanel__container .areaPanel__Icon ,
.areaPanel__container .areaPanel__Icon2 {
    margin-left: auto
}

.areaPanel__container.opened .areaPanel__Icon:after {
    content: url(https://api.iconify.design/mdi:minus.svg?color=%2365BBE9&height=24);
    padding-right: 10px;
    vertical-align: -.8rem
}

.areaPanel__subheader .areaPanel__Icon2:after {
    content: url(https://api.iconify.design/mdi:plus.svg?color=%2365BBE9&height=24);
    padding-right: 10px;
    vertical-align: -.8rem
}

.areaPanel__subheader.listed .areaPanel__Icon2:after {
    content: url(https://api.iconify.design/mdi:minus.svg?color=%2365BBE9&height=24);
    padding-right: 10px;
    vertical-align: -.8rem
}

.areaPanel__body,
.areaPanel__content {
    display: none;
    transition: all .3s cubic-bezier(.25, .8, .5, 1)
}
.areaPanel__body.opened,
.areaPanel__content.opened {
    display: inherit
}

.areaPanel__cityheader {
	display: none;
}

.areaPanel__body.opened.listed .areaPanel__cityheader {
	display: block;
}

.storeCard {
	display: none;
	background-color: #fff;
	padding: 12px;
}
.storeCard.active {
	display: block;
}
.storeCard__table {
  background-color:#fff;
  border:1px solid #969696;
  border-spacing:0;
  width:100%
}
.storeCard__table tr:not(:last-child) td,
.storeCard__table tr:not(:last-child) th {
  border-bottom:1px solid #969696
}
.storeCard__table th {
  background-color:#ddd;
  border-right:1px solid #969696;
  padding:15px 5px;
  position:relative;
  text-align:center;
  width:200px
}
@media screen and (max-width:767px) {
  .storeCard__table th {
    font-size:.9rem;
    width:30%
  }
}
.storeCard__table td {
  padding:15px
}
.storeCard__table .vue-map-container {
  height:420px
}
@media screen and (max-width:767px) {
  .storeCard__table .vue-map-container {
    height:180px
  }
}

.accordion_contents {
	display: none;
}

.accordion_button {
	position: relative;
	cursor: pointer;
}

.hikaku_contents.accordion_button ,
.hikaku_contents.accordion_contents ,
.card_contents.accordion_button ,
.card_contents.accordion_contents {
	font-size: 12px;
}

.btn.last {
	margin-bottom: 8px;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

.lp_mainSchool {
	margin-top: 64px;
}

.lp_mainSchool__img {
    margin: 0 auto;
    padding: 30px 30px 0;
}

.lp_mainSchool__feature {
    padding-top: 30px
}
.lp_mainSchool__feature h2 {
    background-color: #0a315f;
    color: #fff;
    font-size: 1.4rem;
    margin: 0;
    padding: 10px 10px 10px 18px;
    position: relative
}
@media screen and (max-width:767px) {
    .lp_mainSchool__feature h2 {
        font-size: 1.1rem
    }
}
/*
.lp_mainSchool__feature h2:before {
    color: #BDFBFF;
    content: "▶︎";
    font-size: 1.2rem;
    left: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}
*/
.lp_mainSchool__feature h2:not(:first-child) {
    margin-top: 18px
}
.lp_mainSchool__feature p {
    background-color: #f5f5f5;
    padding: 18px 15px
}
@media screen and (max-width:767px) {
    .lp_mainSchool__feature p {
        padding: 10px
    }
}
.lp_btnContainer {
    padding: 0 20px
}
.conversion-container[data-v-0e82a850] {
    padding: 24px 0 8px;
    text-align: center
}
@media screen and (max-width:767px) {
    .conversion-container[data-v-0e82a850] {
        padding: 12px 0
    }
}
.conversion-container .text[data-v-0e82a850] {
    animation: blinking-0e82a850 3s ease-in infinite;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 520px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    text-align: center
}
@media screen and (max-width:767px) {
    .conversion-container .text[data-v-0e82a850] {
        font-size: 14px;
        max-width: 350px;
        padding-left: 24px;
        padding-right: 24px
    }
}
@media screen and (max-width:767px) {
    .conversion-container .text[data-v-0e82a850] span.block {
        display: block
    }
}
.conversion-container .text[data-v-0e82a850] span.count {
    padding: 0 2px
}
@media screen and (max-width:767px) {
    .conversion-container .text[data-v-0e82a850] span.count {
        padding: 0
    }
}
.conversion-container .text[data-v-0e82a850] span.count>span {
    background: linear-gradient(180deg, transparent 80%, #d7c800 0);
    color: #e67300;
    font-size: 24px;
    font-weight: 700
}
@media screen and (max-width:767px) {
    .conversion-container .text[data-v-0e82a850] span.count>span {
        font-size: 22px
    }
}
.conversion-container .text[data-v-0e82a850]:after, .conversion-container .text[data-v-0e82a850]:before {
    background: url(https://api.iconify.design/mdi/slash-forward.svg?color=%23666) no-repeat 50%/contain;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 32px;
    position: absolute;
    vertical-align: -.2em;
    width: 32px
}
.conversion-container .text[data-v-0e82a850]:before {
    left: 0;
    transform: rotate(135deg)
}
@media screen and (max-width:767px) {
    .conversion-container .text[data-v-0e82a850]:before {
        margin-right: 0
    }
}
.conversion-container .text[data-v-0e82a850]:after {
    right: 0
}
@keyframes blinking-0e82a850 {
    0% {
        opacity: 1
    }
    60% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes scroll-hint-appear {
    0% {
        opacity: 0;
        transform: translateX(40px)
    }
    10% {
        opacity: 1
    }
    50%, to {
        opacity: 0;
        transform: translateX(-40px)
    }
}

.accordion-header {
	position: relative;
	border-radius: 10px !important;
}

.accordion-header.active {
	position: relative;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.accordion-header::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.accordion-header::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.accordion-header.active::after {
    opacity: 0;
}
// 初期値が縦線で横線に傾ける
.accordion-header.active::before {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
	display: none;
}

.last_update {
	font-size: 10px;
}

#mainVisual img {
	max-width: none;
	width: 100%;
}

.bar {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%,#ffff9a 0%) repeat scroll 0 0
}
.orange {
    color: #e67300
}

.campaign .campaign_title {
	color: #e67300;
	background-color: #ffeb00;
	border-bottom: 4px solid #F3C429;
	font-size: 1.1rem;
	padding: 4px 0;
}

.itemsTable__service .cta_text {
	color: #11c;
  cursor: pointer;
  display: inline-block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  word-break: break-all;
}

.page_title {
	background-color: #ffffb0;
	color: #333;
	padding: 8px 0;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.page_title {
		font-size: 1.3em;
	}
}

.rank_list img {
	width: 100%;
}

.compare_sub_text {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#rank_box {
	margin-top: 64px;
}

.loanpoint {
	margin-top: 0;
}

.loanpoint .title {
    top: -20px;
    position: relative;
    background: #0a315f;
    color: #fff;
    text-align: center;
    font-size: 1.4em;
    padding: 10px 0;
    width: 90px;
    margin: 0 auto;
}
/* 下三角 */ 
.loanpoint .title:after {
    border: 20px solid transparent;
    border-top-color: #0a315f;
    border-bottom-width: 0;
    bottom: -10px;
    content: "";
    display: block;
    left: 30%;
    position: absolute;
    width: 0;
 }
.loanpoint {
    background-color: #fff;
    padding: 0px 0px 0px 0px;
}
.loanpoint h3{
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
	color: #333;
    line-height: 1.8em;
}
.loanpoint h3 span{
    font-weight: 700;
    color: #0a315f;
    font-size: 1.5em;
    text-decoration-line: underline;
    text-underline-offset: 0.1em;
}
.loanpoint .inner {
    width: 100%;
    margin: 0 auto;
	background-color: #fff;
    border-radius: 10px;
}
.loanpoint .inner .point{
    padding: 30px 0px 20px 0px;
    margin: 0 auto;
    justify-content: center;
}
.loanpoint .inner .point .contents{
    padding: 4px;
	margin-bottom: 28px;
	background-color: #d7f4fc;
	border-radius: 16px;
}
.loanpoint .inner .point .contents:last-child{
	margin-bottom: 0;
}
.loanpoint .inner .point .contents h4{
    text-align: center;
    font-size: 1.4em;
    color: #0a315f;
    font-weight: 700;
    padding-bottom: 15px;
	position: relative;
	  padding-left: 48px;

}
.loanpoint .inner .point .contents .txt {
    font-size: 1em;
    line-height: 1.5em;
    width: 62%;
    margin: 0 auto;
}
.loanpoint .inner .point .contents .txt span{
    color: #e51d37;
	font-weight: 700;
}
.loanpoint .inner .point .contents .img {
    margin: auto;
    text-align: center;
    width: 35%;
	padding-right: 10px;
}
.loanpoint .inner .point .contents .img img{
    width: 100%;
}
.loanpoint .inner .point .contents .fx{
	display: flex;
}

.loanpoint h4.heading::before {
  content: attr(data-en);
  position: absolute;
  top: -5px;
  left: 4%;
  transform: translateX(-50%);
  color: #afd1fa;
  font-size: 45px;
  font-style: italic;
}
@media screen and (max-width:767px) {
	.loanpoint h4.heading::before {
		left: 6%;
	}
}

#itemsTableWrapper {
    width: 100%
}
.itemsTable {
    border: 1px solid #969696;
    border-spacing: 0;
    color: #000;
    display: table;
    font-size: 1rem;
    table-layout: fixed;
    width: 100%
}
.itemsTable.no1_background tr>td:nth-child(1) ,
.itemsTable.no1_background tbody tr>td:nth-child(1)
{
	background-color: #f7f7df;
}
.itemsTable.no1_background tr:first-child td {
	background-color: #fffe7d;
}
.itemsTable.no1_background tbody tr>td:nth-child(3),
.itemsTable.no1_background tbody tr>td:nth-child(4)
{
	background-color: #fff;
}

.itemsTable thead {
    left: 0;
    position: sticky;
    top: 0;
    z-index: 2
}
.itemsTable thead td, .itemsTable thead th {
    border-bottom: 1px solid #969696
}
.itemsTable thead td {
    background: #fff
}
@media screen and (min-width:1025px) {
    .itemsTable .is-sp {
        display: block
    }
}
@media screen and (max-width:767px) {
    .itemsTable .is-nowrap {
        white-space: nowrap
    }
}
.itemsTable td, .itemsTable th {
    text-align: center
}
.itemsTable tr:not(:last-child) td, .itemsTable tr:not(:last-child) th {
    border-bottom: 1px solid #969696
}
.itemsTable th {
    background-color: #0a315f;
	color: #fff;
    border-right: 1px solid #969696;
    font-weight: 700;
    padding: 0 5px;
    width: 116px;
    z-index: 1;
	vertical-align: middle;
}
.itemsTable th.is-sticky {
    left: 0;
    position: sticky
}
@media screen and (max-width:767px) {
    .itemsTable th {
        font-size: .8rem;
        padding: 0 3px;
        width: 76px
    }
}
.itemsTable td {
    font-weight: 600;
    padding: 15px;
	vertical-align: middle;
    /*width: 224.66667px*/
}
@media screen and (max-width:767px) {
    .itemsTable td {
        font-size: .8rem;
        padding: 8px;
        /*width: calc(33.33333vw - 25.33333px)*/
    }
}
.itemsTable td:not(:last-of-type) {
    border-right: 1px solid #969696
}
.itemsTable tbody td {

}
.itemsTable .itemsTable__txtWrapper {
    position: relative
}
.itemsTable .itemsTable__txtWrapper:after, .itemsTable .itemsTable__txtWrapper:before {
    color: #000;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}
.itemsTable .itemsTable__txtWrapper:before {
    content: "(";
    left: 10px
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__txtWrapper:before {
        left: 0
    }
}
.itemsTable .itemsTable__txtWrapper:after {
    content: ")";
    right: 10px
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__txtWrapper:after {
        right: 0
    }
    .itemsTable .itemsTable__score {
        padding: 8px 2px
    }
}
.itemsTable .itemsTable__price span {
    color: #e67300
}
.itemsTable .itemsTable__price small {
    display: block;
    font-size: 10px
}
.itemsTable .itemsTable__price.is-active, .itemsTable .itemsTable__score.is-active {
    background-color: #faf8b9
}
.itemsTable .itemsTable__scoreNumber {
    color: #e67300;
    font-size: 1.4rem
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__scoreNumber {
        font-size: 1rem
    }
}
.itemsTable .itemsTable__symbol--hikaku-icon2, .itemsTable .itemsTable__symbol--hikaku-icon4, .itemsTable .itemsTable__symbol--hikaku-icon1, .itemsTable .itemsTable__symbol--hikaku-icon3 {
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 20px 0;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__symbol--hikaku-icon2, .itemsTable .itemsTable__symbol--hikaku-icon4, .itemsTable .itemsTable__symbol--hikaku-icon1, .itemsTable .itemsTable__symbol--hikaku-icon3 {
        background-size: 60% 60%;
        padding: 6px 0
    }
}
.itemsTable .itemsTable__symbol--hikaku-icon1 {
    background-image: url(/img/hikaku-icon1.svg)
}
.itemsTable .itemsTable__symbol--hikaku-icon2 {
    background-image: url(/img/hikaku-icon2.svg)
}
.itemsTable .itemsTable__symbol--hikaku-icon3 {
    background-image: url(/img/hikaku-icon3.svg)
}
.itemsTable .itemsTable__symbol--hikaku-icon4 {
    background-image: url(/img/hikaku-icon4.svg)
}
.itemsTable .itemsTable__shopList {
    color: #11c;
    cursor: pointer;
    display: inline-block;
    -webkit-text-decoration: underline;
    text-decoration: underline
}
.itemsTable .itemsTable__shopList:hover {
    -webkit-text-decoration: none;
    text-decoration: none
}
.itemsTable .itemsTable__bgColor--yellow {
    background-color: #fffe7d
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__bgColor--yellow {
        padding: 8px 3px
    }
    .itemsTable .itemsTable__rank {
        padding: 3px 0
    }
}
.itemsTable .itemsTable__rankImage {
    width: 40%
}
.itemsTable .itemsTable__rankingTxt {
    align-items: center;
    display: flex;
    justify-content: center
}
.itemsTable .itemsTable__rankingTxt img {
    height: 40px;
    width: 40px
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__rankingTxt img {
        height: 40px;
        width: 40px
    }
}
.itemsTable .itemsTable__rankingTxt p {
    padding-left: 5px
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__rankingTxt p {
        padding-left: 1px
    }
}
.itemsTable .itemsTable__rankingTxt strong {
    color: #e67300;
    font-size: 1.3rem
}
@media screen and (max-width:767px) {
    .itemsTable .itemsTable__rankingTxt strong {
        font-size: 0.8rem
    }
}
.itemsTable .itemsTable__shoplist {
    color: #1117cc;
    cursor: pointer;
    -webkit-text-decoration: underline;
    text-decoration: underline
}
.itemsTable  td.itemsTable__score {
	padding: 15px 0;
}
.itemsTable .review__item_point_stars span {
	display: inline-block;
    width: 12%;
}

.itemsTable .itemsTable__scoreNumber ,
.itemsTable .review__item_point_stars {
	text-align: center;
}
@media screen and (max-width:767px) {
    .itemsTable .review__item_point_stars span {
        width: 13px
    }
    .itemsTable .itemsTable__officialSite {
        padding: 4px
    }
}
#itemsTableWrapper::-webkit-scrollbar {
    height: 10px;
    width: 10px
}
#itemsTableWrapper::-webkit-scrollbar-thumb {
    background: #969696;
    border-radius: 5px
}
#itemsTableWrapper::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px
}

.push_contents {
	margin-top: 30px;
}

.swiper {
	margin-top: 16px;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;

}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}

.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff !important;
}

.officialBtn {
    margin: 0 auto;
    max-width: 650px;
    padding-top: 30px
}
.officialBtn__link {
    background: linear-gradient(red, #c80000);;
    border: 4px solid #b01c00;
    border-radius: 20px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, .25);
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 22px 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .25);
    transition: .2s
}
@media screen and (max-width:767px) {
    .officialBtn__link {
        border: 2px solid #e67300;
        padding: 11px 0
    }
}
.officialBtn__link:after {
    background: url(https://api.iconify.design/ic:round-open-in-new.svg?color=white) no-repeat 50%/contain;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    width: 30px
}
@media screen and (max-width:767px) {
    .officialBtn__link:after {
        height: 20px;
        right: -5px;
        width: 20px
    }
}
.officialBtn__link--recommend:hover {
    opacity: .9
}
.officialBtn__link--recommend:hover:after {
    top: 55%
}
.officialBtn__link--recommend:after {
    background: url(https://api.iconify.design/dashicons/arrow-down-alt2.svg?color=white) no-repeat 50%/contain
}
.officialBtn__link:not(.officialBtn__link--recommend):hover {
    box-shadow: none;
    transform: translateY(5px)
}
.officialBtn__link:not(.officialBtn__link--table):before {
    background-size: 60px;
    content: "";
    height: 90px;
    left: 80px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px
}
@media screen and (max-width:767px) {
    .officialBtn__link:not(.officialBtn__link--table):before {
        background-size: 30px;
        height: 43px;
        left: 35px;
        width: 30px
    }
}
.officialBtn__txt {
    font-size: 1.5rem;
	text-align: center;
}
@media screen and (max-width:767px) {
    .officialBtn__txt {
        font-size: 1.0rem;
    }
}
@media screen and (min-width:1025px) {
    .officialBtn__txt .is-sp {
        display: none
    }
}
@media screen and (max-width:767px) {
    .officialBtn__txt .is-sp {
        display: block
    }
}
.officialBtn__subtxt {
    font-size: 1.5rem
}
@media screen and (max-width:767px) {
    .officialBtn__subtxt {
        font-size: 1rem
    }
}
.officialBtn--table {
    padding: 0
}
.officialBtn--table .officialBtn__link {
    border: 1px solid #b01c00;
    border-radius: 10px;
	color: #fff;
    box-shadow: none;
    padding: 10px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .25)
}
@media screen and (max-width:767px) {
    .officialBtn--table .officialBtn__link {
        border-radius: 5px
    }
}
.officialBtn--table .officialBtn__link:hover {
    opacity: .9;
    transform: translateY(0)
}
.officialBtn--table .officialBtn__link:after {
    height: 20px;
    width: 20px
}
@media screen and (max-width:767px) {
    .officialBtn--table .officialBtn__link:after {
        height: 11px;
        width: 11px
    }
}
@media screen and (max-width:374px) {
    .officialBtn--table .officialBtn__link:after {
        height: 10px;
        width: 10px
    }
}
.officialBtn--table .officialBtn__link .officialBtn__txt {
    font-size: 1rem;
    padding: 0 20px 0 0
}
@media screen and (max-width:767px) {
    .officialBtn--table .officialBtn__link .officialBtn__txt {
        font-size: 11px;
        padding: 0 11px 0 0
    }
}
@media screen and (max-width:374px) {
    .officialBtn--table .officialBtn__link .officialBtn__txt {
        font-size: 10px
    }
}
.officialBtn--review {
    padding: 0;
    transform: scale(.8)
}
@media screen and (max-width:767px) {
    .officialBtn--review .officialBtn__link:after {
        height: 20px;
        width: 20px
    }
}
@media screen and (min-width:1025px) {
    .officialBtn--review .officialBtn__link:before {
        left: 50px
    }
}

.card_recommendArea {
    position: relative
}

.card_recommendArea__ttl {
    background-color: #0a315f;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
	text-align: center;
    padding: 2px 0
}
.card_recommendArea__img {
    left: 30px;
    position: absolute;
    top: -23px;
    width: 82px
}
@media screen and (max-width:767px) {
    .card_recommendArea__img {
        top: 0
    }
}
.card_recommendArea ul {
    background-color: #fff;
    border: 2px solid #0a315f;
    padding: 10px
}
.card_recommendArea li {
    padding-left: 15px;
    position: relative;
	background-color: #fff;
	margin-bottom: 0;
}
.card_recommendArea li:not(:last-child) {
    padding-bottom: 10px
}
.card_recommendArea li:before {
    color: #65BBE9;
    content: "●";
    font-size: .8rem;
    left: -2px;
    position: absolute;
    top: 2px
}
.card_recommendArea li strong {
    color: #e67300
}

.lp__ttlTxt {
 background: linear-gradient(to bottom, #304a98, #478b99);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #005055;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.lp__ttlTxt .center {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.page-id-141 .lp__ttl {
	display: none;
}

.page-id-141 #rank_box {
	margin-bottom: 64px;
}

/* 左の白三角形 */
/*
.lp__ttlTxt::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 120px solid white;
  border-right: 25px solid transparent;
}
*/

/* 右の白三角形 */
/*
.lp__ttlTxt::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 120px solid transparent;
  border-right: 25px solid white;
}
*/

@media screen and (max-width: 768px) {
	.lp__ttlTxt {
		 font-size: 1.2rem;
		min-height: 50px;
		max-height: 50px;
	}
	.lp_mainSchool .lp__ttlTxt {
		min-height: 82px;
		max-height: 82px;
	}
	
	.lp_mainSchool .lp__ttlTxt::before ,
	.lp_mainSchool .lp__ttlTxt::after {
		border-top-width: 90px;
	}
	/*
	.lp__ttlTxt::after {
	  border-top: 50px solid white;
	  border-right: 25px solid transparent;
	}
	.lp__ttlTxt::before {
	  border-top: 50px solid transparent;
	  border-right: 25px solid white;
	}
	*/
}






.lp_compareArea {
	margin: 32px 0;
}

.l-wrapper {
    margin: 0 auto;
}

.column-card[data-v-b9e4d01c] {
  border-color: #c4c4c4;
  border-style: solid none;
  border-width: 1px;
  display: block;
}

.column-card__inner[data-v-b9e4d01c] {
  align-items: center;
  display: flex;
  min-height: 64px;
}

.column-card__img[data-v-b9e4d01c] {
  align-self: flex-start;
  flex-basis: 30%;
  overflow: hidden;
}

.column-card__img img[data-v-b9e4d01c] {
  height: auto;
  transition: all .3s;
  width: 100%;
}

.column-card__title[data-v-b9e4d01c] {
  color: #333;
  flex-basis: 65%;
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
  padding: 0 .75rem;
  position: relative;
}

.column-card__inner[data-v-b9e4d01c]::after {
  background: url(https://api.iconify.design/mdi/chevron-right.svg?color=) no-repeat 50%/contain;
  content: "";
  display: inline-block;
  flex-basis: 5%;
  height: 2rem;
  width: 2rem;
}

.article h1 {
  background-color: #e1e1eb;
	color: #333;
	padding: 8px 0;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.article__content h2 {
  background-color: #65BBE9;
  color: #fff;
  font-size: 1.6rem;
  margin: 35px 0;
  padding: 6px 10px 6px 10px;
  position: relative;
}

.article__content h3 {
  border-bottom: 3px solid #65BBE9;
  border-top: 3px solid #65BBE9;
  color: #65BBE9;
  font-size: 1.4rem;
  margin: 35px 0;
  padding: 5px 15px;
}

.article__content p {
  line-height: 2;
  padding-bottom: 1rem;
}

.result__searchResultTxt {
  font-weight: 700;
  padding: 5px;
}

.result__searchResultTxt span {
  font-size: 1.25rem;
}

.result__searchConditions {
  background-color: #eee;
}

.result__searchCondition {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 8px;
}

.result__searchConditionTxt {
  flex: 0 0 70%;
  font-weight: 700;
}

.result__researchBtn {
  background: linear-gradient(180deg,#fff,#c8c8c8);
  border: 1px solid #969696;
  border-radius: 5px;
  cursor: pointer;
  font-size: .75rem;
  font-weight: 700;
  padding: 5px 5px 5px 25px;
  position: relative;
}

.result__researchBtn::before {
  background: url(https://api.iconify.design/entypo/cycle.svg?color=%23969696) no-repeat 50%/contain;
  content: "";
  height: 20px;
  left: 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 20px;
}

.result_sortArea {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.orderby {
    position: relative;
}

.orderby::before,
.orderby::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.orderby::before {
    right: 0;
    display: inline-block;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #c0c0c0;
    content: '';
}

.orderby::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
}

.orderby select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: 2px solid #c0c0c0;
    border-radius: 3px;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.orderby select:focus {
    outline: 1px solid #c0c0c0;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	display: none;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 2;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	display: block;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	width: 96%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -20px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	display: none;
	background: #fff;
	text-align: left;
}
body.page-id-141 .modal-content,
.modal-content.active{
	display: block;
}

body.page-id-141 .lp__ttl {
	display: none;
}

body.page-id-141 li.rank01:before,
body.page-id-141 li.rank02:before,
body.page-id-141 li.rank03:before {
	background: none;
}

.lp_mainSchool + .search {
	margin-top: 48px;
}

#hikaku-wrapper{
  max-width: 1000px;
  margin-inline: auto;
}
#hikaku-wrapper table{
  text-align: center;
  max-width: 100%;
  width: 100%;
}
#hikaku-wrapper table:not(.has-border-color) th,#hikaku-wrapper table:not(.has-border-color) td{
  border: solid 1px #ccc;
}
#hikaku-wrapper table:not(.has-border-color) th{
	text-align: center;
  font-size: 15px;
  padding: 5px 0;
  background: #f5f5f5;
  color: #666;
}
#hikaku-wrapper table:not(.has-border-color) th.hyouka {
  min-width: 100px;
}
#hikaku-wrapper table:not(.has-border-color) td{
  background-color: #fff;
  padding: 10px 5px;
}
.hikaku-btn{
	display: block;
  border-radius: 4px;
  background: linear-gradient(red, #c80000);
  box-shadow: 0 4px 0 #881c08;
  color: #fff !important;
  cursor: pointer;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0 16px;
  padding: 8px 32px 8px 16px;
}
.hikaku-btn:after {
	content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://api.iconify.design/ic:round-open-in-new.svg?color=white)no-repeat center/contain;
  margin: auto;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hikaku-site{
  width: 220px;
  text-align: center;
}
.hikaku-score{
  color: #ff4b4b;
  font-weight: bold;
  font-size: 20px;
}
.hikaku-kyujinnum{
  font-size: 16px;
  font-weight: bold;
}
ul.hikaku-point{
  list-style-type: none;
  padding-left: 0;
}
#hikaku-wrapper td {
	vertical-align: middle;
	text-align: center;
}
ul.hikaku-point li{
  font-size: 16px;
  width: calc(100% - 10px);
  border: solid 2px #013831;
  background: #f9ffef;
  color: #161e99;
  font-weight: bold;
  margin: 0 auto 4px;
  line-height: 1;
  padding: 6px 0;
  border-radius: 6px;
  text-align: center;
}
#hikaku-wrapper .su-tabs{
  padding: 0;
  margin-top: 16px;
}
#hikaku-wrapper .su-tabs .su-tabs-nav {
  display: flex;
  justify-content: space-between;
  border: none !important;
  width: 100% !important;
}
#hikaku-wrapper .su-tabs .su-tabs-panes {
  width: 100% !important;
  min-height: inherit !important;
  max-height: inherit !important;
  box-shadow: none;
  border: solid 2px #0a315f;
}
#hikaku-wrapper .su-tabs-nav span.su-tabs-current {
  background-color: #0a315f !important;
  color: #fff;
  cursor: default;
}
#hikaku-wrapper .su-tabs-nav span {
  border: none !important;
  padding: 24px 6px !important;
  font-weight: bold !important;
  background-color: #ddd;
  text-align: center;
  margin-right: 3px !important;
  font-size: 24px;
  flex: 1;
}
.su-table {
  width:100%;
  margin-bottom:1.5em
}
.su-table table {
  width:100%!important;
  margin:0!important;
  border-collapse:collapse!important;
  font-size:1em!important;
  border:1px solid #ccc!important;
  table-layout:auto!important
}
.su-table table th {
  text-align:center!important;
  padding:1em!important;
  font-size:1em!important;
  font-weight:700!important;
  color:#333!important;
  border:1px solid #ccc!important;
  background:#f0f0f0!important
}
.su-table table td {
  padding:.5em 1em!important;
  border:1px solid #ccc!important;
  background:#fff!important
}
.su-table-responsive {
  overflow-x:auto
}
.su-table-responsive table {
  width:auto!important;
  min-width:100%!important
}
.su-table-responsive table td,
.su-table-responsive table th {
  word-break:initial!important
}
.su-table-alternate table tr:nth-child(even) td {
  background-color:#f7f7f7!important
}
.su-table-fixed table {
  table-layout:fixed!important
}
.su-tabs {
  margin:0 0 1.5em;
  padding:3px;
  border-radius:3px;
  background:#eee
}
.su-tabs-nav span {
  display:inline-block;
  margin-right:3px;
  padding:10px 15px;
  min-height:40px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#333;
  font-size:13px;
  line-height:20px;
  cursor:pointer;
  transition:all .2s
}
.su-tabs-nav span:hover {
  background:#f5f5f5
}
.su-tabs-nav span.su-tabs-current {
  background:#fff;
  cursor:default
}
.su-tabs-nav span:focus {
  outline:currentColor thin dotted
}
.su-tabs-nav span.su-tabs-disabled {
  opacity:.5;
  cursor:default
}
.su-tabs-pane {
  padding:15px;
  border-bottom-right-radius:3px;
  border-bottom-left-radius:3px;
  background:#fff;
  color:#333;
  font-size:13px
}
.su-tabs-pane:not(.su-tabs-pane-open) {
  overflow:hidden!important;
  padding-top:0!important;
  padding-bottom:0!important;
  min-height:0!important;
  height:0!important;
  border:none!important
}
.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-pane,
.su-tabs-panes {
  box-sizing:border-box!important
}
.su-tabs-vertical {
  display:flex
}
.su-tabs-vertical .su-tabs-nav {
  width:30%
}
.su-tabs-vertical .su-tabs-nav>span {
  display:block;
  margin-right:0;
  border-radius:0;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px
}
.su-tabs-vertical .su-tabs-panes {
  width:70%
}
.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
  height:100%;
  border-radius:0;
  border-top-right-radius:3px;
  border-bottom-right-radius:3px
}
@media only screen and (max-width:768px) {
	#hikaku-wrapper table:not(.has-border-color) th {
		font-size: 10px;
	}
	#hikaku-wrapper table:not(.has-border-color) th.hyouka {
		min-width: 60px;
	}
	#hikaku-wrapper table:not(.has-border-color) th.hikaku-site {
		max-width: 80px;
	}
	#hikaku-wrapper table:not(.has-border-color) td {
		padding: 8px 2px;
	}
	#hikaku-wrapper td ,ul.hikaku-point li ,.hikaku-btn{
		font-size: 0.8em;
	}
	.hikaku-btn{
    font-size: 12px;
    box-shadow: 0px 3px 0px #5e4a0c;
    padding: 12px 10px 10px 0;
	line-height: 14px;
    border-radius: 6px;
	margin: 0;
	min-width: 60px;
  }
  .hikaku-btn:after {
	  width: 12px;
	  height: 12px;
	  right: 4px;
  }
  .hikaku-site{
    width: 94px;
  }
  .hikaku-kyujinnum{
    font-size: 12px;
  }
  .hikaku-score{
    font-size: 16px;
  }
  .hikaku-touroku{
    width: 62px;
  }
  ul.hikaku-point li{
    font-size: 10px;
    width: calc(100% - 5px);
    border: solid 1px #0a315f;
    margin: 0 auto 2px;
    padding: 3px 0;
    border-radius: 3px;
  }
  #hikaku-wrapper .su-tabs .su-tabs-panes .su-tabs-pane{
    padding: 0!important;
  }
  #hikaku-wrapper .su-tabs-nav span {
    padding: 12px 6px !important;
    font-size: 16px;
  }
  
  .su-tabs-vertical {
    flex-direction:column
  }
  .su-tabs-vertical .su-tabs-nav,
  .su-tabs-vertical .su-tabs-panes {
    width:100%
  }
  .su-tabs-vertical .su-tabs-nav .su-tabs-pane,
  .su-tabs-vertical .su-tabs-nav>span,
  .su-tabs-vertical .su-tabs-panes .su-tabs-pane,
  .su-tabs-vertical .su-tabs-panes>span {
    border-radius:3px
  }
  .su-tabs-mobile-stack .su-tabs-nav span {
    display:block
  }
  .su-tabs-mobile-scroll .su-tabs-nav {
    display:flex;
    align-items:flex-end;
    white-space:nowrap;
    overflow-x:auto
  }
}

#faq {
	margin-top: 64px;
}

#faq .faq_title {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

#faq .faq_list .item {
	border-top: 1px solid #c1c1c1;
}

#faq .faq_list .item:first-child {
	border-top: 0;
}

#faq .faq_list .item p.q {
	padding: 10px 0;
	margin-top: 0;
  font-size: 18px;
  letter-spacing: .9px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: bold;
}

#faq .faq_list .item p.q:before {
	content: "Q";
	margin-right: 40px;
	font-size: 24px;
	font-weight: 700;
	width: 20px;
	text-align: center;
	display: inline-block;
}

#faq .faq_list .item p.a {
	margin: 0;
	font-weight: 500;
	letter-spacing: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 60px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}

#faq .faq_list .item p.a:before {
	content: "A";
	width: 20px;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	color: #666;
	font-weight: 700;
	min-width: 20px;
	position: absolute;
	left: 0;
}

@media only screen and (max-width:768px) {
	#faq .faq_title {
		font-size: 1.6em;
	}
	#faq .faq_list .item p.q {
		font-size: 16px;
	}
	
	#faq .faq_list .item p.a {
		font-size: 14px;
		padding-left: 44px;
	}
	
	#faq .faq_list .item p.q:before {
		font-size: 20px;
		margin-right: 24px;
	}
	
	#faq .faq_list .item p.a:before {
		font-size: 16px;
		margin-right: 24px;
	}

}

.free_contents {
	width: 100%;
}

.free_contents img {
	width: 100%;
	margin: 0 0 16px;
}

.free_contents h2 {
	background: linear-gradient(to bottom, #304a98, #478b99);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  text-align: center;
  text-shadow: 1px 1px 0 #005055;
  min-height: 120px;
  max-height: 120px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
}

.free_contents h3 {
  margin: 0 0 16px;
  color: #3b4045;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0px 0 0px 15px;
  border-left: 6px solid #0a315f;
}

@media screen and (max-width: 768px) {
  .free_contents h2 {
    font-size: 1.2rem;
    min-height: 50px;
    max-height: 50px;
  }
}

/*当サイト人気No.1*/
.favorite {
  margin: 32px auto;
  background: #FFF9D5;
  border: 4px solid #F3C429;
}

.favorite .favorite_title {
  text-align: center;
  color: #e67300;
  background-color: #ffeb00;
  border-bottom: 4px solid #F3C429;
  font-size: 1.1rem;
  padding: 4px 0;
}

.favorite .favorite_wrap {
	padding: 0 5px;
}

.favorite .rank_list .btn {
	margin-bottom: 0;
}

.favorite .rank_list .btn span {
	display: contents;
}

.favorite .favorite_wrap img {
	width: 100%;
}

/*口コミ*/
.card_reviewArea {
	margin-top: 32px;
	margin-bottom: 4%;
}

.c-cardTtl {
  background-color: #0a315f;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 0px 15px;
  text-align: center;
}

.card_reviewArea__contents {
  border: 2px solid #0a315f;
}

.review_item {
  background: #fff;
  padding: 14px;
}

.review_item__header {
  align-items: center;
  display: flex;
}

.review_item__ttl_box {
  margin-left: 5px;
}

.review_item__ttl {
  color: #e67300;
  font-size: 16px;
  font-weight: 700;
}

.review__item_point_box {
  align-items: center;
  display: flex;
}

.review__item_point_stars {
  display: flex;
  justify-content: center;
  line-height: 1.2;
}

.review__item_point_stars i {
	color: #f5c902;
}

.review_item__reviewer_icon img {
	width: 28px;
	height: 28px;
}

.review__item_point_stars span {
  width: 36px;
}

.review_item__point {
  color: #e67300;
  font-size: 16px;
  margin-left: 5px;
}

.review_item__txt {
  font-size: 16px;
  margin-top: 5px;
}

.card_reviewArea__modal_btn {
  align-items: center;
  background: linear-gradient(#f3f3f3,#d5d5d5);
  cursor: pointer;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  justify-content: center;
  padding: 10px 0;
  position: relative;
}

.card_reviewArea__modal_btn {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.card_reviewArea__modal_btn::after {
  background: url(/img/icon/arrow-left.svg) no-repeat 50%/contain;
  content: "";
  height: 10px;
  margin-left: 5px;
  width: 10px;
}

.star_wrap {
	display: flex;
	align-items: center;
}

.star-half {
    position: relative;
}
.star:before ,
.star-half:before {
    content: '★';
    color: #eb4;
    font-size: 22px;
    vertical-align: bottom;
    font-style: normal;
    position: relative;
    top: -0.03em;
}

.star-half::after {
    content: '';
    display: block;
    position: absolute;
    width: 11px;
    height: 22px;
    top: 6px;
    right: 0;
    background-color: var(--background);
    z-index: 2;
}