@charset "UTF-8";
/* reset */
article,aside,footer,header,menu,nav,section{display:block}
nav,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
body{margin:0 auto;background:url(/wp-content/themes/ymnst/images/bg-pattern.png) center/256px var(--white);font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif}
input,textarea,select{line-height:1.25;font-size:inherit}
form{width:100%}
input[type="submit"],input[type="image"],button,a{-webkit-appearance:none;cursor:pointer}
.submit,.image,.button,.label,.text,.select,.textarea{width:90%;max-width:500px;margin:10px auto;display:block}
.submit,.image,.button,.label{background:#0be20a;border:solid 1px lightgray;padding:10px}
a:hover,input[type="submit"]:hover,input[type="image"]:hover,input[type="checkbox"]:hover,button:hover,label:hover{opacity:0.5}
a{text-decoration:none;color:#2196F3;font-weight:bold}
img{vertical-align:bottom;max-width:100%}

:root{
    --font_size:16px;
    --main:#F95738;
    --sub:#EE964B;
    --subgreen:#00BD00;
    --subyellow:#F4D35E;
    --subblue:#0D3B66;
    --white:#fffbec;
    --lightgray:#E4E8DA;
    --gray:#BBCBBB;
    --black:#202020;
    color:var(--black);
    scroll-behavior:smooth;
    scroll-padding-top:1em;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

/* basics */
.b{font-weight:bold}
/* flex関連 */
.center{text-align:center}
.flex{display:flex}
.between{justify-content:space-between}
.around{justify-content:space-around}
.justify-end{justify-content:flex-end;}
.justify-start{justify-content:flex-start;}
.flex_wrap{flex-wrap:wrap}
.flex_direction_column{flex-direction:column}
.flex-grow-0{flex-grow:0}
.flex-grow-1{flex-grow:1}
.flex-shrink-0{flex-shrink:0}
.flex-shrink-1{flex-shrink:1}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.flex-wrap-reverse{flex-wrap:wrap-reverse}
.align_center{align-items:center}
/* grid関連 */
.grid{ display:grid;grid-template-columns:100%}
.grid-2{ grid-template-columns:repeat(2,1fr) }
.grid-3{ grid-template-columns:repeat(3,1fr) }
.grid-4{ grid-template-columns:repeat(4,1fr) }
.grid-5{ grid-template-columns:repeat(5,1fr) }
.grid-6{ grid-template-columns:repeat(6,1fr) }
.gap-0{gap:0}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-3{gap:1rem}
.gap-4{gap:1.5rem}
.gap-5{gap:3rem}
.t_left,.txtL,.alignL{text-align:left}
.t_right,.txtR,.alignR{text-align:right}
.t_center,.txtC,.alignC{text-align:center}
.text-wrap{white-space:normal}
.block{display:block}
table{border-collapse:collapse}
tr,td,th{border:solid 1px lightgray}
input,textarea,select{padding:.4em}
/* scrollbar custom */
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background-color:var(--lightgray)}
::-webkit-scrollbar-thumb{background-color:var(--subblue)}
html{scrollbar-width:thin;scrollbar-color:var(--subblue) var(--lightgray)}
/* button */
.btn{
    padding:0.4em 1.2em;
    border-radius:1em;
    text-align:center;
    line-height:1;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid;
}
.btn:before{
    content:"";
    display:block;
    width:.4em;
    height:.4em;
    border:.4em solid transparent;
    border-left-color:inherit;
    opacity:.6;
    position:relative;
    z-index:10;
}
.btn-main{
    background:linear-gradient(to bottom, var(--main), #ffad44);
    color:var(--white);
    border:unset;
    box-shadow:0 4px #bd3419;
    text-shadow:0 2px 2px #bd3419;
}
.btn-white{background:var(--white);color:var(--black)}
.btn-sub{background:var(--sub);color:var(--black)}
.btn-subyellow{background:var(--subyellow);color:var(--black)}
.btn-subblue{background:var(--subblue);color:var(--white)}
.btn-innerlink{background:var(--white);border:2px solid var(--sub)}
.btn-innerlink:before{content:unset}
.btn-innerlink:after{/*content:"↓";*/width:1em;height:1em}
.btn-medium{padding:.8em 1.6em;font-size:1.1em;width:fit-content;margin:0 auto}
.btn-large{padding:.8em 2.4em;font-size:1.5em;width:fit-content;margin:0 auto}
/* common */

.pc{display:unset}
.sp{display:none}
.common-inner{max-width:1200px;margin:0 auto}
.common-inner-1000{max-width:1000px;margin:0 auto}
.common-inner-800{max-width:800px;margin:0 auto}
.content-area{border:4px solid var(--subblue);border-radius:16px;padding:1em;box-shadow:0 1px 3px rgb(0 0 0 / 50%);background:white}
.h2-common{background:var(--subblue);color:var(--white);padding:0.4em 1.2em;border-radius:1em;font-size:16px;font-weight:bold}
.color-main{color:var(--main)}
.font-big{font-size:1.5em}
.content-area .btn{
    padding:1em;
    font-size:1.2em;
}
.content-area table{border:4px solid var(--subblue)}
.content-area table th,.content-area table td{padding:0.4em}
.content-area table th{background:#ffe000}


/* header */
header{background:var(--main);font-size:14px}
.header__inner{display:flex;justify-content:space-between;align-items:center;padding:4px;position:relative}
.header__logo{width:220px}
.header__logo img{max-width:unset;width:100%;height:auto}
.header__memberarea{display:flex;flex-direction:column;align-items:flex-end}
.header__info{display:flex;color:var(--white);border:1px solid;border-radius:8px;padding:2px 4px;margin-bottom:4px;font-size:13px}
.header__info p{display:flex;align-items:center}
.header__info p:nth-child(1):after{content:"/";margin:0 4px}
.header__info p span{font-weight:bold;padding-left:.5em;display:inline-block;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.header__links{display:flex;gap:0.4em;font-size:12px}
.header__copy{background:#c33b21;padding:4px 0}
.header__copy-text{font-size:11px;color:var(--white)}
.header-thin-form{background:white;border-radius:0.6em;width:100%;max-width:160px;display:flex;align-items:center;gap:.2em;padding:0 .6em;position:relative;left:-53px}

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

.header-thin-form input{border:unset;background:unset;line-height:1;padding:0.5em 0;font-size:13px;width:100%}
.header-thin-form button{background:unset;border:unset;padding:unset;margin:unset;width:1.4em;height:1.4em}
.header-thin-form button img{width:14px;height:14px}

/* nav */
.nav__all{z-index:10}
.nav__inner{border:4px solid var(--main);background:#fff;margin:1% 0;padding:4px;border-radius:8px;display:flex}
.nav__inner a{color:var(--black);font-size:14px}
.nav__inner>* + *{border-left:1px solid var(--main);padding-left:0.4em;margin-left:0.4em}
/* footer */
footer{margin-top:1.5rem}
.footer__links{background:var(--sub)}
.footer__links-inner{justify-items:center;padding:2em 0 1em;width:fit-content;margin:0 auto}
.footer__links-inner a{color:var(--white);text-align:center;width:fit-content}
.footer__logo{max-width:240px;margin:0 auto;display:block}
.footer__links-body{display:flex;gap:2em;margin-top:2em}
.footer__copy{background:#1e1e1e;color:white;text-align:center;padding:.8em;font-size:14px}
/* before */

.header__login-btn-sp{display:none}
.header__form form{display:flex;gap:.4em}
.header__form form input{border:2px solid var(--black);border-radius:1em;padding:.4em .8em;font-size:13px;width:12em}
.header__links-before{margin-left:auto;width:fit-content}
.header__links-before a{color:var(--white);font-size:12px}
/* cta */
.cta-form{max-width:720px;margin:0 auto}
.cta-form__input-title{font-size:24px;font-weight:bold;color:var(--subblue);text-align:center}
.cta-form__input input[type="email"]{border:4px solid var(--subblue);border-radius:1em;font-size:20px;padding:1em;text-align:center}
.cta-attention{text-align:center;font-size:14px;line-height:1.5}
/* after-top */

.main-grid{
    grid-template-areas:
    "no1 voice"
    "about voice";
    grid-template-columns:340px 1fr;
    grid-template-rows:min-content min-content;
    height:100%;
    min-height:0;
    }
.main-grid__no1{
    grid-area:no1;
}
.main-grid__no1 h2{font-size:16px;text-align:center}
.main-grid__result h3{text-align:center;font-size:16px;color:var(--subblue);margin-bottom:.4em}
.main-grid__result-desc{background:var(--white);padding:0.4em;display:flex;flex-direction:column;justify-content:center;font-size:14px}
.main-grid__result-amount{font-size:16px;font-weight:bold;color:var(--main);margin-top:0.8em}
.main-grid__about{grid-area:about;font-size:14px}
.main-grid__about h2{font-size:16px;text-align:center}
.main-grid__about-3point p{width:auto;height:96px;background:var(--subyellow);display:flex;align-items:center;justify-content:center;border-radius:100%;font-size:14px;text-align:center;font-weight:bold;color:var(--subblue)}
.main-grid__about .btn{font-size:1rem}
.main-grid__voice{grid-area:voice;height:100%}


.main-grid__sv{grid-area:about;font-size:13px}
.main-grid__sv h2{text-align:center;font-size:16px}
.main-grid__sv-image{border-radius:100%;width:120px;margin:0 auto}
.main-grid__sv-text{line-height:1.5}

/* site-cat */

.cat-mail,.cat-line,.cat-local,.cat-earn,.cat-hitrate,.cat-stable,.cat-bighit,.cat-support,[class^="article_tag_"]{font-size:12px;border-radius:1em;width:fit-content;padding:.1em 1em}

.article_tag_3{background:#00BD00;color:var(--white)}
.article_tag_4{color:var(--subyellow);background:#6e5e2f}
.article_tag_5{color:var(--white);background:var(--subblue)}
.article_tag_6{color:var(--white);background:var(--sub)}
.article_tag_7{color:var(--white);background:var(--main)}
.article_tag_8{color:var(--subblue);background:var(--lightgray)}
.article_tag_9{color:var(--subblue);background:var(--subyellow)}
.article_tag_10{color:var(--white);background:#d13737}
.article_tag_22{color:var(--white);background:#d13737}

.list_eyecatch img{max-height:210px}

/* voice */

.voice h2{font-size:16px}
.voice__items{overflow-y:auto;border:2px solid var(--lightgray);max-height:820px}
.voice__item{background:var(--white)}
.voice__item-title{background:var(--subyellow);padding:.4em;display:flex;align-items:center}
.voice__item-title-name{display:flex;align-items:center}
.voice__item-title-time{margin-left:auto;font-size:13px}
.voice__item-text{font-size:14px;padding:0.4em 0.8em;line-height:1.5}
.voice__item-more{margin:.4em 0 0 auto;display:flex;width:fit-content}
.voice__item-review{display:flex;align-items:center;margin-right:0.4em}
.voice__link{padding:1em}
.voice__item-reviewer{font-size:.9em;color:#a5a296;margin-top:0.2em;text-align:right}


/* toppage-links */
.toppage-links{max-width:800px;margin:1em auto}
.toppage-links__text{text-align:center;font-weight:bold;font-size:1.5em;color:var(--subblue)}
/* service-desc */
.service-desc__head-contents{grid-template-columns:40% 1fr}
.service-desc__head-summary{border:4px solid var(--subblue)}
.service-desc__head-text{grid-template-rows:1fr auto}
.service-desc__head-table{grid-template-columns:auto auto 1fr;border:4px solid var(--subblue);grid-gap:1px}
.service-desc__head-table *{display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px var(--subblue);padding:0 1em}
.service-desc__head-table h4{background:var(--subyellow);color:var(--subblue)}
.s:before, .a:before, .b:before, .c:before{content:"";display:block;width:2em;height:2em;background-size:100%;background-repeat:no-repeat}
.s:before{background-image:url(/wp-content/themes/ymnst/images/icon-s.png)}
.a:before{background-image:url(/wp-content/themes/ymnst/images/icon-a.png)}
.b:before{background-image:url(/wp-content/themes/ymnst/images/icon-b.png)}
.c:before{background-image:url(/wp-content/themes/ymnst/images/icon-c.png)}
.service-desc__basis-link{display:flex;margin-left:auto}
.service-desc__head-link a{padding:1em;font-size:1.2em}
.service-desc__head-link>br{display:none}
.service-desc__basis{padding:2.4em;background:var(--white);border:4px solid var(--subblue);border-radius:1.2em;width:95vw;max-width:800px;margin:0 auto}
.service-desc__basis h2{color:var(--subblue);text-align:center}
.service-desc__basis-item li{font-size:14px;line-height:1.5}
.service-desc__basis-item li img{width:1.6em;height:auto;margin-right:.4em}
.service-desc__attention{color:gray;font-size:14px}
.serivice-desc-voice__items{max-height:800px;overflow-y:auto}
.service-desc-voice__posted{color:var(--main);font-weight:bold;text-align:center;font-size:1.2em}
.serivice-desc-voice__form{background:var(--white);position:relative}
.serivce-desc-voice__disabled-cover{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#e4e8dadb;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:1em;
    color:var(--black);
    font-weight:bold;
}
/* voice-form */

.voice-form{width:100%;max-width:640px;margin:0 auto;padding:1em}
.voice-form__item textarea{width:100%;max-width:640px;min-height:100px}
.voice-form__input-title{font-weight:bold}
.voice-form__attention{font-size:13px}
.voice-form__item-name{display:flex;align-items:center}
.voice-form__confirm{background:#fff;padding:1em;border:1px solid var(--gray)}
.voice-form__disabled{background:var(--lightgray);padding:1em;font-size:14px;text-align:center}
.form-cone{text-align:center;margin:1em 0}
/* subinfo-page */

.subinfopage dl{display:grid;gap:0.5em}
.subinfopage dt{font-weight:bold}
.subinfopage dd{font-size:14px}
.subinfopage ul{font-size:14px;padding-left:1em;display:grid;gap:0.5em}
.subinfopage li{list-style:disc;list-style-position:inside}
/* user verification */
.verification-item h2{background:#036bc5;color:var(--white);padding:.4em}
.verification-text{margin:0 2em}
.verification-text img{justify-self:center}
.verification-flow{margin:0 2em}
.verification-attention{background:var(--subyellow);padding:1em}
.verification-form__item{display:grid;gap:.4em}
.verification-form__item input{max-width:420px}
.verification-form__label{font-weight:bold}
.verification-form__label:after{content:"必須";background:red;color:var(--white);font-size:.9em;padding:0 .4em;margin-left:.8em}
/* mypage */

.mypage-contents a{padding:1em 0;font-size:1.4em}
/* about */

.about-item>h2{background:var(--subyellow);color:var(--subblue);padding:.4em;font-size:2em}
.about-example{
    grid-template-columns:50% 1fr;
    align-items:center;
    background:var(--white);
    padding:1em;
    border:4px solid var(--subblue);
    border-radius:1em;
    max-width:800px;
    margin:0 auto;
    font-size:18px;
    text-align:left;
}
.about-example__image{text-align:center}
.about-text{font-size:18px}
.about-text .service-desc__basis{text-align:left}
.about-text .content-area{max-width:800px;margin:0 auto}
/* ai diagnosis */

.ai-diagnosis{background:url(/wp-content/themes/ymnst/images/aid-bg.png) center/420px;padding:4em 6em}
.ai-diagnosis__q{padding:4em}
.aid-diagnosis__q-title{text-align:center;font-size:1.5em;font-weight:bold;display:flex;justify-content:center;align-items:center}
.aid-diagnosis__q-title:before{
    content:"";
    display:block;
    color:gray;
    font-size:1.2em;
    margin-right:0.2em;
    background:url(/wp-content/themes/ymnst/images/aid-q.png) center/100% 100%;
    width:1em;
    height:1.1em;
}
.btn-ai-diagnosis{font-size:24px;padding:1em;color:var(--black)}
.ai-diagnosis__back{border:unset;background:unset;font-size:unset;color:#808080;width:fit-content;margin:0 auto;display:flex;align-items:center;gap:.4em}
.ai-diagnosis__back:before{content:"";display:block;width:1.4em;height:1.4em;background:url(/wp-content/themes/ymnst/images/aid-back.png) center/100% 100%}
.ai-diagnosis__attention{color:gray;font-size:.9em;text-align:center}
.ai-diagnosis__header{padding:0 2em}
.ai-diagnosis__result-header{display:flex;width:fit-content;margin:0 auto;align-items:center;gap:0.8em}
.ai-diagnosis__result-title{text-align:center}
.ai-diagnosis__result-title p:nth-child(1){font-size:28px}
.ai-diagnosis__result-title p:nth-child(2){font-size:40px;font-weight:bold;color:var(--main)}
.ai-diagnosis__advice{font-size:1.2em;padding:0 2em 1em}
/* faq */
.faq-links{width:100%;margin:0 auto;max-width:720px}
.faq-links a{display:flex;align-items:center}
.faq-links a:before{content:"";display:block;width:0.4em;height:0.4em;border:0.4em solid transparent;border-left-color:inherit;opacity:.6}
.faq-items{margin:0 2em}
.faq-item{border:4px solid var(--subyellow);background:#fff;padding:1em;border-radius:1em;box-shadow:0 1px 3px rgb(0 0 0 / 50%)}
.faq-item__head{display:flex;position:relative;gap:0.6em;align-items:center;padding-bottom:1em;margin-bottom:1em;border-bottom:1px solid lightgray}
.faq-item__icon{width:auto;height:3em;padding:0.6em 1.2em 0.6em 1.8em;background:var(--subyellow);margin-left:-2em;border-radius:0.6em 0 0.6em 0;flex-shrink:0;box-shadow:0 2px 0px rgb(0 0 0 / 30%)}
.faq-item__icon img{height:100%;width:auto}
.faq-item__title{font-size:1.4em;font-weight:bold;color:var(--subblue)}
/* lp-method */

.lp-method__point{border:4px solid var(--subblue);border-radius:16px;overflow:hidden}
.lp-method__point-title{font-size:32px;background:var(--subblue);text-align:center;padding:0.4em 0}
.lp-method__point-title p{color:var(--white)}
.lp-method__point-title h2{color:var(--subyellow)}
.lp-method__point-text{font-size:24px;font-weight:bold;padding:1em;justify-items:center;text-align:center;color:var(--subblue);line-height:1.4;background:var(--white)}
/* lp-dishonest */

.lp-dishonest__top-text{font-size:20px;font-weight:bold;color:var(--subblue);line-height:1.5;justify-items:center;text-align:center}
.lp-dishonest__content{border:4px solid var(--subblue)}
.lp-dishonest__content-title{background:var(--subblue);color:var(--white);padding:1em;font-size:1.2em;text-align:center}
.lp-dishonest__site-links{padding:1em;display:flex;justify-content:center;gap:1em;font-size:1.6em}
.lp-dishonest__site-links a{text-decoration:underline}
.lp-dishonest__site-desc{padding:1em;grid-template-columns:40% 1fr}
.lp-dishonest__site-desc-text{align-self:center;grid-template-columns:auto 1fr;font-size:18px}
.lp-dishonest__site-desc-text dt{font-weight:bold}
.lp-dishonest__content-text{padding:2em;font-size:20px;line-height:1.5}
.lp-dishonest__content-text ul{font-weight:bold;color:var(--subblue);background:var(--white);padding:1em;border:1px solid}
.lp-dishonest__content-text h4{font-size:1.2em;color:var(--subblue);border-left:0.4em solid;padding-left:.4em}
/* pop up */

.popup__contents{position:fixed;top:0;left:0;width:100%;height:100%;z-index:300}
.popup-close-screen{width:100%;height:100%;background:#0000009e;z-index:400;position:absolute}
.popup__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:500}
.popup-close-btn{width:1.6em;height:1.6em;top:1em;right:1em;cursor:pointer;transition:.2s;position:fixed}
.popup-close-btn span{background:var(--black);width:100%;height:20%;display:block;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}
.popup-close-btn span:nth-child(1){transform:rotate(45deg)}
.popup-close-btn span:nth-child(2){transform:rotate(-45deg)}
.popup-close-btn:hover{opacity:.25}
/* pagination */
.pagination{display:flex;flex-wrap:wrap;align-items:center;line-height:1;gap:0.4em;justify-content:center}
.pagination p{display:flex}
.pagination p button{display:flex}
.pn-icon{height:1em;width:auto}
.pagination ul{display:flex;gap:.4em}
.pagination button{-webkit-appearance:none;border:unset;background:unset;padding:unset;margin:unset}
.pagination .disabled{display:none}

/* sitelink */
.sitelink__item{border:4px solid var(--subblue);border-radius:1em;box-shadow:0 1px 3px rgb(0 0 0 / 50%);overflow:hidden;background:var(--white)}
.sitelink__item img{width:100%;height:auto}
.sitelink__name{text-align:center;padding:0.5em}
.sitelink__name h3{font-size:18px;color:var(--subblue)}
.sitelink__cat{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}
.sitelink__pv{display:flex;justify-content:flex-end;align-items:center;gap:.2em;font-size:0.9em;color:#676767}
.sitelink__pv:before{content:"";display:block;width:1.2em;height:1.2em;background:url(/wp-content/themes/ymnst/images/pvicon.png) center/contain no-repeat}


/* entry-head */
.entry-head{margin-bottom:0.4em;font-size:14px}
#breadcrumb{list-style:none;display:flex;gap:10px}
#breadcrumb li:not(:last-child):after{content:">";margin-left:8px}

/* review-basis popup */
.voice-basis{
    border:4px solid var(--main);
    color:var(--main);
    border-radius:1em;
    padding:0 1em 1em;
    background:#fff;
    margin:0 auto;
    max-width:540px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:100;
    box-shadow:8px 8px #00000055;
}
.voice-basis h2{background:var(--main);color:var(--white);width:fit-content;position:relative;padding:0.4em 2.4em;border-radius:1.2em;transform:translateY(-25px);left:0;right:0;margin:auto}
.voice-basis h2 img{position:absolute;width:50px;height:auto;left:0;bottom:0}
.voice-basis__item{text-align:center}
.voice-basis__item p{font-size:14px;color:var(--black);line-height:1.5}
.review-basis-button{font-size:.8em;color:lightyellow;text-align:center;line-height:1;font-weight:bold;display:flex;align-items:center;justify-content:center;text-decoration:underline}
.review-basis-button:before{content:"";display:block;width:.4em;height:.4em;border:.4em solid transparent;border-left-color:inherit;opacity:.6;position:relative;z-index:10}
.voice-basis__wrap{display:none}

.voice-basis__bg{background:#00000088;position:fixed;top:0;left:0;width:100%;height:100%}
.voice-basis__close-text{text-align:center}
.voice-basis__close-button{width:2em;height:2em;border-radius:2em;position:absolute;right:0;top:0;transform:translate(40%,-40%);background:#f95738}

.voice-basis__close-button:before,
.voice-basis__close-button:after{content:"";position:absolute;width:72%;height:.2em;background:#fff;top:50%;left:50%}
.voice-basis__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}
.voice-basis__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}

/* 悪質ランキング */
.border-none{border:none;border-radius:none;box-shadow:unset}

.content-area.grid.gap-5.border-none .pd0{padding:0}

/* 口コミランキング ページめくり*/
.pager_userResults{float:left;margin-left:15px}
.pager{text-align:center;font-size:13px;margin-bottom:12px;margin-top:20px}
.pager span{display:inline-block;width:38px;line-height:38px;color:#000;box-sizing:border-box;background:white;border:1px solid lightgray;margin:3px -1px 0}
.pager span:hover{background:lightgray}
.pager .current{background:#afafaf;color:white}
.pager .invalid{background:rgb(247, 247, 247);color:#a2a2a2}
.pager .first{border-radius:6px 0 0 6px}
.pager .last{border-radius:0 6px 6px 0}

/* サイトページの料金表 */
.pricing-table{width:100%;border-collapse:collapse;text-align:left}
.table-header{background-color:#f4f4f4;border-bottom:2px solid #ddd}
.header-cell{padding:10px}
.table-row{border-bottom:1px solid #ddd}
.table-row.alternate{background-color:#f9f9f9}
.table-cell{padding:10px}

@media (max-width:768px){
/* grid関連 */

.gap-0{gap:0}
.gap-1{gap:1vw}
.gap-2{gap:2vw}
.gap-3{gap:3vw}
.gap-4{gap:4vw}
.gap-5{gap:5vw}
h2,.h2{font-size:20px}
h3,.h3{font-size:18px}
h4{font-size:17px}

/* button */
.btn-medium{padding:0.8em;text-align:left;font-size:14px;line-height:1.4}
.btn-large{padding:.8em;text-align:left;font-size:18px;line-height:1.4}

/* common */
.pc{display:none}
.sp{display:unset}
.common-inner{margin:0 0.4em}
.common-inner-1000{margin:0 0.4em}
.common-inner-800{margin:0 0.4em}
.content-area{border-radius:.5rem;padding:2vw;border-width:1vw}
.h2-common{padding:.4em 0.8em;font-size:19px;border-radius:unset}
.font-big{font-size:1.3em}
.subpage-title{font-size:16px}
.content-area .btn{padding:1.2em .6em;font-size:1.1em}
.content-area table{font-size:14px}
/* header */
header{padding:0;margin-bottom:4vw}
.header__inner{gap:2%;padding:4px 0}

.header__memberarea{display:grid}
.header__info{font-size:10px;justify-content:center;width:fit-content;margin-left:auto}
.header__links{font-size:10px;justify-content:flex-end}
.header__links a{padding:0.4em .8em;justify-content:left}
.header__copy-text{font-size:10px;text-align:center}


/* nav */
nav.sp{position:fixed;bottom:0;left:0;width:100%;z-index:300}
.sp-nav__inner{display:flex;justify-content:center;align-items:flex-end;box-sizing:content-box;padding:0}
.sp-nav__inner a{width:19%;padding:1vw 0 4vw;background:var(--main);box-sizing:content-box}
.sp-nav__inner a img{width:90%;height:auto;margin:0 auto;display:block}
.sp-nav__inner a.sp-nav__center{border:4px solid var(--main);border-bottom:unset;border-radius:1em 1em 0 0;background:white;width:24%;padding:1vw 1vw 3.4vw;text-align:center;position:relative;z-index:1}
.sp-nav__inner a.sp-nav__center img{width:90%}
.sp-nav__inner a.sp-nav__center:hover{opacity:1;box-shadow:0 0 6px 6px #fff1bb}
.sp-nav__inner a:first-child{border-right:1px solid #00000022}
.sp-nav__inner a:last-child{border-left:1px solid #00000022}

/* footer */
.footer__links-body{flex-direction:column;align-items:center;gap:1em}
.footer__copy{padding-bottom:25.6vw;font-size:2.6vw}


/* before */

.header__login-btn-sp{display:flex;width:fit-content;margin-left:auto}

.header__login-form-wrap{display:none;width:100%;height:100%;position:fixed;top:0;z-index:100;left:0}
.header__login-form-close-screen{position:absolute;top:0;left:0;width:100%;height:100%;z-index:400;background:#00000066}
.header__login-form{position:absolute;z-index:500;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;padding:1em;background:var(--subyellow);border:4px solid var(--black);border-radius:1em}
.header__login-form-input input{border-radius:0.8em;padding:0.8em}
.header__links-before{margin:unset;text-align:center;width:100%}
.header__links-before a{color:var(--subblue)}
/* cta */


.cta-form__input-title{font-size:unset}
.cta-form__input input[type="email"]{font-size:unset}
.cta-attention{font-size:11px}
/* after-top */
.main-grid{
    grid-template-areas:
        "voice"
        "no1"
        "about";
    grid-template-columns:auto;
    grid-template-rows:unset;
}
.main-grid__about-3point p{height:28vw;font-size:3.8vw}
.main-grid__no1 h2{text-align:unset}
.main-grid__about h2{text-align:unset}
/* site-cat */

.cat-mail,
.cat-line,
.cat-local,
.cat-earn,
.cat-hitrate,
.cat-stable,
.cat-bighit,
.cat-support{font-size:11px;display:inline-block;}

/* voice */
.voice{grid-template-rows:unset}
.voice__items{max-height:48vh}
.voice__item-review{grid-column:1/2;grid-row:1/2}
.voice__item-title{display:grid;gap:0.2em}
.voice__item-title-name{grid-column:1/3;grid-row:2/3;font-size:15px}
.voice__item-title-time{grid-column:2 / 3;grid-row:1 / 2}
.voice__item-text{line-height:1.5}
.voice-basis{width:92%;padding:0 .8em .8em}
.voice-basis h2{font-size:15px;padding:0.4em 1em 0.4em 2.4em;transform:translateY(-50%)}
.voice-basis h2 img{width:2em;left:.2em}
.voice-basis__item{text-align:unset}
.voice-basis__item h3{font-size:14px}
.voice-basis__item p{font-size:12px}


/* sitelink */

.sitelink__items{grid-template-columns:repeat(2,1fr);gap:.5rem}
.sitelink__item{border-radius:0.4em}
.sitelink__name{padding:0.5em}
.sitelink__name h3{font-size:12px}
.sitelink__cat{display:inline}
.sitelink__cat p{display:inline-block}

/* toppage-links */
.toppage-links{max-width:unset;margin:.8em}
/* service-desc */
.service-desc__head-contents{grid-template-columns:auto}
.service-desc__head-table{grid-template-columns:20% 1fr}
.service-desc__head-table h4{grid-column:1 / 3;justify-content:left;padding:.2em;font-size:14px}
.service-desc__head-table p{padding:0.4em;font-size:14px;justify-content:left}
.service-desc__head-table .s,.service-desc__head-table .a,.service-desc__head-table .b,.service-desc__head-table .c{justify-content:center}
.s:before, .a:before, .b:before, .c:before{width:1.2em;height:1.2em}
.service-desc__basis-link{font-size:14px}
.service-desc__head-link{grid-template-columns:auto;gap:2vw}
.service-desc__head-link a{font-size:unset}
.service-desc__basis{padding:.8em;width:100%;border:1vw solid;border-radius:.4em;height:100%;overflow-y:scroll}
.service-desc__basis>.grid{grid-template-columns:auto}
.service-desc__basis-item ul{padding:1em;background:#fff;border:1px solid lightgray;border-radius:.4em}
.service-desc__basis-item li{display:flex;align-items:flex-start;font-size:12px}
.service-desc__attention{font-size:11px}
.serivice-desc-voice__items{max-height:unset}
.serivce-desc-voice__disabled-cover p{font-size:13px}
/* user verification */
.verification-item h2{font-size:18px}
.verification-text{margin:0;text-align:left;font-size:14px;line-height:1.5;gap:8vw}
.verification-text h3{text-align:center}
.verification-flow{grid-template-columns:1fr 1fr;margin:1em}
.verification-attention{font-size:14px}
.verification-attention h3{font-size:16px}
.verification-form__item input[type="file"]{font-size:14px}
label[for="varification-check"]{font-size:14px}
/* mypage */
.mypage-contents{grid-template-columns:auto}
.mypage-contents a{font-size:14px}
/* about */
.about-item{text-align:left}
.about-item>h2{font-size:1em}
.about-example{border-radius:.4em;border:1vw solid;grid-template-columns:auto;font-size:14px}
.about-text{font-size:14px}
/* ai diagnosis */

.aid-diagnosis__q-title{font-size:15px;display:block;padding:1em 0 0}
.aid-diagnosis__q-title:before{width:.8em;height:0.8em;display:block;margin:0 auto .4em}
.btn-ai-diagnosis{font-size:15px;padding:0.8em}
.ai-diagnosis__back{font-size:14px}
.ai-diagnosis__attention{font-size:12px}
.ai-diagnosis__header{padding:0.4em 0.4em 0}
.ai-diagnosis__result-header{flex-direction:column-reverse;padding:1em 0 0;gap:.4em}
.ai-diagnosis__result-header img{
    width:72px;
}
.ai-diagnosis__result-title p:nth-child(1){font-size:16px}
.ai-diagnosis__result-title p:nth-child(2){font-size:22px}
.ai-diagnosis__advice{padding:0;font-size:14px}
/* faq */
.faq-links{grid-template-columns:auto;padding:0 0.8em 0.4em}
.faq-links a{font-size:14px}
.faq-items{grid-template-columns:auto;margin:0 1em}
.faq-item__head{padding-bottom:.4em;margin-bottom:.4em}
.faq-item__icon{height:1.4em;padding:0.6em;box-sizing:content-box}
.faq-item__title{font-size:18px}
.faq-item__body{font-size:14px}
/* lp-method */
.lp-method__point-title{font-size:unset}
.lp-method__point-title h2{font-size:18px}
.lp-method__point-text{padding:1.6em 0.8em;font-size:14px;text-align:left;justify-items:flex-start}
.lp-method__point-text p>br{display:none}
.lp-method__point-text img{margin:1em 0}
/* lp-dishonest */

.lp-dishonest__content-title{padding:.4em;font-size:unset}
.lp-dishonest__content-title h2{font-size:18px}
.lp-dishonest__content-title h3{font-size:15px}
.lp-dishonest__content-title p{font-size:14px}
.lp-dishonest__site-links{font-size:unset;flex-direction:column;align-items:center;gap:0.8em}
.lp-dishonest__site-desc{grid-template-columns:auto}
.lp-dishonest__site-desc-text{font-size:14px}
.lp-dishonest__content-text{padding:1em;font-size:14px}
/* mypage */

.mypage-item{font-size:14px}
.mypage-item form{padding:1em}
.mypage-item form>.flex{display:grid}
.mypage-item h3{font-size:16px}
.mypage-item h4{font-size:14px}
.mypage-item input{font-size:16px}
.mypage-item button{width:fit-content;margin-left:auto}

/* pop up */
.popup__inner{width:84vw;height:88vh;top:10vw;transform:unset;left:8vw}
.popup-close-btn{top:12vw;right:12vw;width:1.2em;height:1.2em}

/* pagination */


/* entry-head */
.entry-head{flex-direction:column;line-height:1.5}
.entry-breadcrumb{font-size:13px}
#breadcrumb{display:block;font-size:13px}
#breadcrumb li{display:inline}
.entry-head .entry-title-date{margin-left:auto}

}





h1.entry-title{background:var(--main);margin:0 auto 1rem;padding:.4rem .8rem;color:var(--white);font-size:1.3rem;border-radius:.4rem}
@media (max-width:768px){
    h1.entry-title{font-size:1.1rem}
}

.pr_tag{background:#545454;color:#fff;padding:0 .4em;font-size:0.9em;line-height:1.6em}
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg{margin:0 auto}
.content-area br{display:none}
.sitelink__name br{display:block}

.about{border:4px solid var(--subblue)}
.about th,.about td{padding:0.4em;border:1px solid #ccc}
.about th{background:#ffe000;font-weight:normal}

/**** rr_form ****/

.form_table{width:100%;max-width:540px;background:#fff;margin:16px auto;display:grid;grid-template-columns:auto 1fr;padding:2em;border:4px solid var(--subblue);border-radius:1em;gap:0.4em}

.form_table tbody{display:contents}

.form_table tr{border:unset;display:contents}
.form_table th,.form_table td{padding:0.4em;border:unset}

.form_table td{font-size:14px;font-weight:bold;color:#0d3b66;align-self:center;padding:0}

.form_table td[colspan="2"]{grid-column:1 / 3}

.form_table td input[type="text"], .form_table td textarea{width:100%!important;font-size:16px}
.form_table input[type="submit"]{
    -webkit-appearance:none;
    appearance:none;
    border:solid 1px gray;
    background:var(--main);
    color:var(--white);
    border-radius:10px;
    width:100%;
    padding:10px 0;
    font-weight:bold;
    font-size:22px;
    margin:0 auto;
    display:block;
}


@media (max-width:768px){
    .form_table{padding:1em}
}


/* entry-list */
.entry-list-item{display:flex;border-radius:1em;overflow:hidden;padding:0.8em;background:#fff7df;box-shadow:0 2px 4px #998444}
.entry-list-image{height:min-content;width:220px;flex-shrink:0}
.entry-list-image img{width:100%;height:100%;object-fit:cover}
.entry-list-title{display:flex}
.entry-list-title a{color:var(--subblue);line-height:1.5}
.entry-list-title a .entry-title{font-size:1.2rem}
.entry-list-title a .entry-list-excerpt{font-weight:normal}
@media (max-width:768px){
.archive-head{font-size:14px}
.entry-list-item{flex-direction:column}
.entry-list-image{width:100%;max-width:240px;margin:0 auto}
.entry-list-title a .entry-title{font-size:16px}
.entry-list-title a .entry-list-excerpt{font-size:11px}
}



/* bkcontact */
.bkcontact{max-width:400px;margin:0 auto}
.bkcontact-item{margin-bottom:1em}
.bkcontact-item input, .bkcontact-item textarea{width:100%;display:block;border-radius:0.4em;border:1px solid dimgray}
.bkcontact-item p{font-size:14px;font-weight:bold}

/* wp site map */
.wsp-container{display:grid;grid-template-columns:100%;gap:1em;background:white;border:4px solid var(--subblue);padding:1em;border-radius:1em}
.wsp-pages-list,.wsp-posts-list{display:grid;grid-template-columns:100%;gap:0.4em}
.wsp-category-title{border-left:0.5em solid;margin-bottom:1em;padding-left:.2em;display:block}

/* assesment */
.service-assessment{background:whitesmoke;border-radius:1em;padding:.5em 0}
.assesment{display:flex;align-items:center;gap:1em;justify-content:center}
.assesment-star{width:320px}
.assesment-params{font-size:1.4em;font-weight:bold}
.assesment-params p{line-height:1;}
.assesment-params p span{font-size:1.4em;color:var(--main)}
.assesment-params p a{font-size:1.4em;color: var(--main);}
@media (max-width:768px){
    .assesment{gap:.4em}
    .assesment-star{width:90%}
    .assesment-params{font-size:14px}
}


.top-button{
    position:fixed;
    bottom:20px;
    right:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    background-color:#f95738;
    color:white;
    border-radius:50%;
    text-decoration:none;
    box-shadow:0 2px 5px rgba(0,0,0,0.3);
    font-size:27px;
    opacity:0.9;
}

@media (max-width:768px){
    .top-button{bottom:22vw;right:7px;width:40px;height:40px;font-size:20px}
}

.verification_area{margin:0 auto;width:100%;max-width:640px}


/* 記事詳細CSS */
.new_article_wrapper{margin:0 auto;width:100%;max-width:840px}
.new_article_wrapper p{margin:0 0 .5em 0 ;line-height:30px}
.new_article_wrapper h2{margin:0 0 .5em 0 }
.new_article_wrapper h3{margin:0 0 .5em 0 }
.service-desc__head-contents p,.service-desc__head-contents h3{margin:0}
.column-text .service-desc__head-contents{line-height:1}
.assesment-params{text-align: left;}
.assesment-params p{margin:0;}
.new_article_wrapper > center > p > img,.new_article_wrapper > p > img{width:100%;max-width:600px;height:auto;margin:0 auto}

@media (max-width:768px){
    .column-text .service-desc__head-contents{line-height:1.5}
    .new_article_wrapper > center > p > img,.new_article_wrapper > p > img{width:100%;height:unset}
}


/* ranking */
.pickup-review{padding:1em;border:2px solid #e9e9e9;border-radius:1em;width:100%;max-width:640px;margin:0 auto;flex:1;display:flex;justify-content:center;align-items:center}
.pickup-review__graph{display:grid;grid-template-columns:100%;gap:0.4em;width:100%}
.pickup-review__title{font-weight:bold;text-align:center}
.pickup-review__stars{align-items:center;gap:0.4em;justify-content:center}
.pickup-review__stars img{border:none;display:unset;max-width:unset;margin:unset;height:2em}
.pickup-review__stars span{font-weight:bold}
.pickup-review__count{text-align:center;font-size:12px;display:block}
.pickup-review__count span{font-weight:bold;font-size:1.2em}
.pickup-review__graph-items{max-width:480px;margin:0 auto;width:100%;display:grid;grid-template-columns:100%;gap:0.6em}
.pickup-review__graph-item{gap:.4em;align-items:center}
.pickup-reivew__graph-label{font-size:14PX;color:gray;font-weight:bold}
.pickup-review__graph-bar{flex-grow:1;background:#e5e5e5;height:1.8em;border-radius:0.4em;overflow:hidden;box-shadow:0 2px inset #c9c9c9}
.pickup-review__graph-bar-inner{background:#ec0313;height:100%}
.pickup-review__graph-ratio{width:4em}
.ranking-eyecatch img{width:100%;height:auto}
.ranking-text{display:grid;grid-template-columns:100%;gap:0.6em;background:#fffbec;padding:2em;border-radius:1em}
.ranking-text a{color:#a9a9a9}

.ranking-content{padding-bottom:1.5rem}
.ranking-content .ranking-h2{background:var(--subblue);color:white;padding:.2em 0.8em;border-radius:2em;margin:unset}
.ranking-header{max-width:880px;width:100%;margin:0 auto}
.ranking-desc{width:46%}
.pickup-review__term{text-align:center;font-size:14px;color:dimgray;font-weight:bold}
.ranking-desc__banner{width:100%;height:280px;overflow:hidden}
.ranking-desc__banner a{display:block;width:100%;height:100%}
.ranking-desc__banner a img{width:100%;height:100%;object-fit:cover}
.ranking-desc__about{text-align:center;font-size:14px}
.ranking-desc__about > *{display:none}
.ranking-desc__about > .site-about-text{display:unset}
.ranking-review{max-width:880px;width:100%;margin:0 auto}
.ranking-review .main-grid__voice{padding:0;border:unset;box-shadow:unset;background:unset;border:unset}
.ranking-review .h2-common{background:unset;color:var(--subblue);padding:.4em;border-left:.8em solid;border-radius:0;font-size:19px;font-weight:bold}
.ranking-review .review-basis-button{color:var(--subblue)}

.ranking-button{max-width:880px;width:100%;margin:0 auto}
.ranking-button a{padding:1em 0;font-size:1.4em}
@media (max-width:768px){
.pickup-review__graph-items{gap:.4em}
.pickup-review__graph-bar{height:1.4em}
.ranking-text{padding:1em;font-size:15px}
.ranking-header{flex-direction:column}
.ranking-desc{width:100%}
.ranking-desc__banner{width:100%;height:56vw}
.ranking-button{grid-template-columns:1fr;gap:2vw}
.ranking-button a{font-size:1em}
.ranking-h2{padding:0.4em 0.8em}
}


._scroll{width:100%;overflow-x:auto;white-space:nowrap}
.table-wrap{overflow-x:scroll}
.table-wrap table{width:100%;white-space:nowrap}

.column-eyecatch img{width:100%;height:unset}

.column-inner{max-width:840px;margin:0 auto}
.column-meta{background:var(--white);padding:0.6em 1em}
.column-title{font-size:1.2em;padding:0.4em 0}
.column-date{color:gray;border-top:1px solid #dddddd;padding-top:.4em;text-align:right;font-size:14px}
.column-text{line-height:1.5;padding-bottom:2em}

.h2{display:block;font-size:1.5em;margin-block-start:0.83em;margin-block-end:0.83em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate;}

.column-text h2,.column-text .h2{background:var(--subblue);color:var(--white);padding:0.4em 0.6em;margin:.4em 0;border-radius:0.5em}
.h3{display:block;font-size:1.17em;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;font-weight:bold;unicode-bidi:isolate;}
.column-text h3,.column-text .h3{border-left:.5em solid var(--main);padding-left:0.4em;margin:.4em 0}
.column-text ul{background:#f1f1f1;padding:.6em}
.column-text ol{background:#f1f1f1;padding:.6em}
.column-text ul li{list-style-type:"・";list-style-position:inside;margin:0.4em 0}
.column-text ol li{list-style-type:"・";list-style-position:inside;margin:0.4em 0}
.column-text blockquote{background:var(--white);padding:1em;border:1px solid var(--lightgray);border-radius:0.6em;font-style:oblique;color:#7a7979}
.column-text blockquote cite{display:block;text-align:right;font-size:0.9em}
.column-text .red{color:red}

@media (max-width:768px){
.column-inner{padding:0.5em}
.column-title{font-size:1em}
.column-text{font-size:15px}
}


/* 入港記事の場合ボタンを変更CSS */
.article_tag_21{display:none}
.site_button{position:fixed;bottom:20px;right:20px;padding:1.0em 1.5em;border-radius:1em;text-align:center;line-height:1;font-weight:bold;display:flex;align-items:center;justify-content:center;border:2px solid;}

.site_button::before{content:"";display:block;width:.4em;height:.4em;border:.4em solid transparent;border-left-color:inherit;opacity:.6;position:relative;z-index:10}

@media (max-width:768px){
    .site_button{bottom:22vw;right:1vw;font-size:3.5vw;padding:2vw 5vw;border-radius:2vw}
}
.red{color:red}



/* 20241015追記(タブ機能CSS) */
.tab_item{width:calc(85%/3); border-bottom:3px solid #007bbb; background-color:#fff;  font-size:16px; text-align:center; display:block; float:left; text-align:center; font-weight:bold; transition:all 0.2s ease; padding:13px 0 10px; font-size:22px;  border:1px solid #000}
.tab_item_f{border-left:1px solid #000}
.tab_item:hover{opacity:0.75; cursor:pointer}
input[name="tab_item"]{display:none}
.tab_content{ padding:20px; clear:both; overflow:hidden;border:3px solid #f95738;border-radius:10px}


/* .tab_content p {margin: 1.5rem auto;} */
.tab_content p:not(.voice__item-text p) {
    margin: 1.5rem auto;
  }

.first_button{border:unset;border-radius:10px 10px 0 0;margin:0 0 0 6.5%}
.second_button{border:unset;border-radius:10px 10px 0 0;margin:0 5px}
.third_button{border:unset;border-radius:10px 10px 0 0}

a.back-button{display:block;max-width:350px;margin:0 auto;padding:1em;text-align:center;background-color:#fa7601;color:#fff;font-weight:bold}

ul.table_tabs_wrapper{margin:30px auto}

@media screen and (max-width:720px){
    .tab_item{width:calc(85% / 3); padding:5px 0; font-size:18px; }
    .tab_content{padding:10px}
}



/* 20241023 ハンバーガー＆ドロップダウンメニューCSS */

/* ハンバーガメニュー */
.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:23px;height:21px;margin-left:auto}
.hamburger span{display:block;height:3px;width:100%;background-color:#000;transition:all 0.3s ease}
/* ハンバーガーメニュー開閉アニメーション */
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px, 7px);}
.hamburger.active span:nth-child(2){opacity:0;}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px);}

/* メニューの初期状態 */
.nav__menu{display:none;flex-direction:column;justify-content:center;gap:6px;}

.nav__menu.active{border:4px solid var(--main);background:#fff;margin:1% 0;position:absolute;top:42px;right:2.7px;padding:6px;display:flex;border-radius:10px;z-index:10;width:210px;}

.nav__menu.active a{color:var(--black);font-size:14px;padding:4px;border-bottom:solid 1px #f95738;}

.nav__menu.active a:hover{opacity:1;}
/* PC版とSP版両方で適用 */
.nav__inner.mobile_button * + *{border-left:unset;padding-left:0;margin-left:0;}

.mobile_button{position:absolute;top:6px;right:12.7px;padding:6px;display:block;border-radius:10px;z-index:10;margin:0;}

@media (max-width:768px){
    .mobile_button{
        position:absolute;
        top:6px;
        right:4px;
        padding:6px;
        display:block;
        border-radius:10px;
        z-index:10;
        margin:0;
    }
}

.mobile_button a + a{border-top:1px solid var(--main);border-left:none;}
/* 検索窓のマーク */
.sp-search{display:none;}

/* メディアクエリ */
@media (max-width:768px){
    .nav__all.pc, .sp-none{display:none}
    .nav__all.mobile{display:block}
    .sp-search{display:block;position:absolute;width:33px;height:33px;right:55px;background:#fff;padding:3px;border-radius:8px}
    .header-thin-form.sp-none.add-search{display:flex;position:absolute;top:12%;left:50%;transform:translateX(-50%);max-width:365px;padding:10px;background:#efefef}
}




/* ドロップダウンメニューのスタイル */
.dropdown{position:relative;display:inline-block;border-left:1px solid var(--main)}
.dropdown-content{display:none;position:absolute;padding-top:6px;top:100%;left:0}
.dropdown-content__inner{padding:0;margin:0;z-index:9999;background-color:#f9f9f9;min-width:241px;box-shadow:0px 8px 16px rgba(0, 0, 0, 0.2);z-index:1;border:4px solid var(--main);border-top:unset;text-align:center}
.dropdown-content a{color:#6f2112;font-weight:bold;padding:12px 16px;text-decoration:none;display:block;padding-left:0.4em;margin-left:0}
.dropdown-content a+a{border-top:3px solid var(--main);border-left:unset}
.dropdown-content a:hover{background-color:#f1f1f1}
/* ホバーでドロップダウンを表示 */
.dropdown:hover .dropdown-content{display:block}

/* 20241025追記 外部遷移ポイントCSS */
.extermal_sitename{border-left:unset;padding:unset;margin:unset;color:var(--subblue);font-size:18px;font-weight:bold}
.grid-column-contents{display:grid;grid-template-columns:auto;grid-auto-flow:column;gap:30px}
.main-grid__no1.grid.gap-2.content-area.area-none{grid-area:unset;border-radius:unset;border-radius:1em}
.main-grid__result-desc.ex_text{background:unset}
.ex_button-wrap a{width:100%;margin:0;padding:0.7em}
.ex_desc{font-size:min(3vw,20px);text-align:center}
.ex_desc p{margin:unset;line-height:unset}
.ex_desc__amount{color:var(--main);font-weight:bold;font-size:1.2em}
.ex_title{background:var(--subblue);color:var(--white);padding:0.4em 0.6em;margin:1.5rem 0 0;border-radius:0.5em;font-size:18px;font-weight:bold}

@media (max-width:768px){
    .ex_title{font-size:12px}
    .ex_content{gap:2vw}
    .grid-column-contents{gap:5px}
    a.btn.btn-main.btn-medium.ex_button{font-size:0.9em;padding:1.0em .7em}
    .main-grid__result-desc.ex_text p{margin:0}
    .ex_button-wrap{grid-template-columns:100%;margin-bottom:2vw}
    .ex_button-wrap a{font-size:3.2vw}
}

/* 口コミ件数・レビュー件数表示 */
.voice-summary{background:#f5f5f5;padding:.4em;display:flex;justify-content:center;gap:0.25em 1em;flex-wrap:wrap}
.voice-summary__item span{color:var(--main);font-size:1.3em;font-weight:bold;padding-left:.2em}
@media (max-width:768px){
.voice-summary{font-size:14px;gap:.5em}
}

/* 記事内監修者エリア */
.post-sv{padding:1em;border-radius:0.6em;background:#f1f1f1}
.post-sv__title{background:var(--subblue);color:var(--white);border-radius:1em;padding:0.2em 0.8em;margin-bottom:1em}
.post-sv__image{border-radius:100%;width:20%;max-width:100px;height:auto;align-self:flex-start}
.post-sv__text{font-size:14px}

.post-sv__text p{line-height:1.5}
@media (max-width:768px){
    .post-sv__text{font-size:12px}
    .post-sv{padding:1%}
    .post-sv__image{max-width:60px;width:50%;margin:0 auto}
    summary::-webkit-details-marker {display:none;}
    summary {display: block;list-style: none;}
    details[open] summary {
        position: relative;
    }
    details[open] summary::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: inherit;
        z-index: 1;
    }
    details[open] summary > * {
        position: relative;
        z-index: 2;
    }
}


/* 横並びランキング */

.h-ranking-all .h2-common{margin-bottom:1em;border-radius:.4em}
.h-ranking{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto;padding-bottom:1em}
.h-ranking__item{width:200px;flex-shrink:0;display:flex;flex-direction:column;gap:0.4em;align-items:center}
.h-ranking__head{text-align:center;font-weight:bold;line-height:1}
.h-ranking__head span{font-size:1.2em;padding:0 .2em}
.h-ranking__item a{text-decoration:none;text-align:center}
.h-ranking__item a p{background:#151515;margin:0;color:#fff;font-weight:bold;font-size:14px}
.h-ranking__bonus{width:100%;margin:0 auto;border:2px solid var(--sub)}
.h-ranking__bonus p{margin:0;line-height:1.5;font-weight:bold;font-size:17px}
.h-ranking__bonus p:nth-child(1){font-size:13px;color:#fff;text-align:center;background:var(--sub)}
.h-ranking__bonus p:nth-child(2){background:#fff;font-size:15px;padding:0.25em 0.5em}
.h-ranking__item .ranking-linkbtn{width:100%}
.h-ranking__item .ranking-linkbtn a{font-size:16px;border-radius:8px}
#horizontal-ranking img{height:auto}
.ranking-linkbtn{margin:1% 0}
.ranking-linkbtn a{background:var(--main);color:#fff;padding:.5em 1em;display:block;width:100%;max-width:520px;margin:0 auto;font-weight:bold;text-shadow:0 2px 4px #000000aa;box-sizing:border-box;line-height:1.5}

.ranking-linkbtn a.cvbtn-red{background:#F95738 !important;color:white !important}
.ranking-linkbtn a.cvbtn-blue{background:#2985f2 !important;color:white !important}

.content-area .br-block{display:block}
.new_article_wrapper img{height:auto}
/* 20241217追記 */
ol{list-style-position:inside;}

h4{border-top:solid 1px #a4a4a4;border-bottom:solid 1px #a4a4a4;font-size:18px;}
/* 20250130追記 */
.custom-box-kakomi{border:3px solid #F95738;font-size:100%;padding:20px;position:relative;border-radius:16px;}

.custom-title{position:absolute;top:-10px;left:14px;background:#fff;padding:0 10px;font-weight:600;display:flex;align-items:center;background-image:url('/wp-content/themes/ymnst/images/teitetsu.png');background-size:20px 20px;background-repeat:no-repeat;background-position:6px 2px;padding-left:33px;}

.custom-title img{display:none;}

.linkbox{color:#ffd900;border:3px solid;border-radius:16px;padding:0.8em 0.5em;position:relative;display:flex;flex-direction:column;margin-bottom:1.6em}
.linkbox br{display:none}
.linkbox a{color:#2828ad;font-weight:bold;text-decoration:underline;padding-left:1.25em;position:relative;margin:.5em 0}
.linkbox a:before{content:"●";color:#ffd900;position:absolute;left:0}
.linkbox:before{content:"関連記事";display:block;position:absolute;top:-.75em;left:1em;background:#fff;padding:0 0.5em;font-weight:bold;font-size:1.25em}
.linkbox .linkbox-title{border-left:none; line-height:28px}

/* button (元ランキングページ専用ボタン) */
.button{color:#fff;font-weight:bold;font-size:18px;text-align:center;padding:1em;border-radius:0.6em;text-shadow:0 2px 2px #00000088}
.button__red{background:#ff3737;box-shadow:0 4px #b91e1f, 0 6px 2px rgb(0 0 0 / 50%)}
.button__green{background:#10dd35;box-shadow:0 4px #4bc700, 0 6px 2px rgb(0 0 0 / 50%)}
.button__ribbon{position:relative;padding:1em 1em 1em 2.6em}
.button__ribbon:before{content:"";display:block;width:4em;height:4em;background:url(/wp-content/themes/ymnst/images/ranking/ranking_re_ribbon.png) top left/contain no-repeat;position:absolute;left:0;top:0}

.chat-box{display:flex;align-items:flex-start;margin:15px 0}
.chat-box.left{flex-direction:row}
.chat-box.right{flex-direction:row-reverse}
.chat-icon{width:70px;height:70px;border-radius:50%;margin:0 10px;border:4px solid #0D3B66;background-image:url("https://bucchakeiba.com/wp-content/themes/ymnst/images/bucchakeiba-supervisor.jpg");background-size:cover;background-position:center}
.chat-bubble{max-width:70%;padding:15px 20px;border-radius:15px;background:#fff;border:3px solid #0D3B66;position:relative;font-size:15px;line-height:1.6}
.chat-box.left .chat-bubble::before{content:"";position:absolute;top:15px;left:-12px;border-width:6px;border-style:solid;border-color:transparent #0D3B66 transparent transparent}
.chat-box.right .chat-bubble::before{content:"";position:absolute;top:15px;right:-12px;border-width:6px;border-style:solid;border-color:transparent transparent transparent #0D3B66}

/* SP版（画面幅768px以下）の場合にアイコンサイズを小さくする */
@media (max-width:768px){
    .chat-icon{width:50px;height:50px;border-radius:50%;margin:0 10px;border:3px solid #0D3B66;background-image:url("https://bucchakeiba.com/wp-content/themes/ymnst/images/bucchakeiba-supervisor.jpg");background-size:cover;background-position:center}

    .chat-bubble{max-width:81%;padding:15px 30px;border-radius:15px;background:#fff;border:3px solid #0D3B66;position:relative;font-size:15px;line-height:1.6}
}

.rank-item__body .main-grid__voice{border:none;box-shadow:none}
.pu-sitelink__name{text-align:center;padding:-19px -9px 1px 1px;margin:21px 1px -54px -2px}
.pu-sitelink__name h3{color:var(--subblue)}
.pu-sitelink__item{border:4px solid var(--subblue);padding:2px;margin:-48px 1px 9px;box-sizing:border-box;background:var(--white)}
.main-grid__no1 h2{font-size:16px;text-align:center;margin:1px 1px auto}
.main-grid__sv h2{text-align:center;font-size:16px;margin:1px 1px auto}
.main-grid__sv{font-size:16px}

  @media screen and (max-width:768px){
    .pu-sitelink__name{text-align:center;padding:-19px -9px 1px 1px;margin:6px 1px -18px -2px}
    .pu-sitelink__item{border:4px solid var(--subblue);padding:2px;margin:2px 1px -2px;box-sizing:border-box;background:var(--white);border-radius:0.4em;overflow:hidden}
    .pu-sitelink__item img{width:100%;height:auto}
  }


  #tag-filter{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px 12px;padding:8px 0}

  @media screen and (max-width:768px){
    #tag-filter{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));justify-items:stretch;gap:8px 12px}
  }

  .tag-btn{
    width:auto; /* ← PCでは自然な幅に */
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
    padding:2px 12px;
    background:linear-gradient(to bottom, #ffffff, #f1f5f9);
    color:#1e3a8a;
    border:2px solid #94a3b8;
    border-radius:9999px;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    min-width:0;
    box-shadow:0 3px 0 #94a3b8, 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:all 0.2s ease;
    overflow:hidden;
  }

  /* SP時のみ幅100%に */
  @media screen and (max-width:768px){
    .tag-btn{
      width:100%;
    }
  }

.tag-btn .circle{width:8px;height:8px;border-radius:9999px;background-color:#cbd5e1;transition:background-color 0.2s ease;flex-shrink:0}
.tag-btn .label{background:none !important;border:none !important;padding:0 !important;flex:1;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center}
.tag-btn:hover{background:linear-gradient(to bottom, #e0e7ff, #c7d2fe);border-color:#64748b;color:#1e3a8a;box-shadow:0 2px 0 #64748b, 0 6px 12px rgba(0, 0, 0, 0.15);transform:translateY(-1px)}
.tag-btn:active{transform:translateY(1px);box-shadow:0 1px 0 #64748b, 0 3px 6px rgba(0, 0, 0, 0.1)}
.tag-btn.active{background:#1e3a8a;color:#fff;border-color:#1e3a8a;box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.2)}
.tag-btn.active .circle{background-color:#fff}



/*★評価のソートボタン*/
.star-filter-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:10px 0}

.star-filter-btn{flex:0 0 auto;display:flex;align-items:center;gap:6px;background-color:#fdf7e2;color:#1e3a8a;border:1px solid #aaa;padding:6px 12px;border-radius:4px;font-size:14px;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}

.star-filter-btn::before{content:"";display:inline-block;width:8px;height:8px;background-color:#cbd5e1;border-radius:50%;transition:background-color 0.2s ease}
.star-filter-btn:hover{background-color:#e0e7ff;color:#111827;border-color:#a5b4fc}
.star-filter-btn.active{background-color:#1e3a8a;color:#fff;border-color:#1e3a8a}
.star-filter-btn.active::before{background-color:#fff}
.star-filter-note{text-align:center;font-size:14px;margin:5px 0 15px;color:#444}
.entry-title.is-hidden{position:absolute;width:1px;height:1px;margin:0;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}


/* line-cta */
.line-cta {
    max-width: 640px;
    margin: 0 auto;
    background: url(/wp-content/themes/ymnst/images/line-cta-bg.jpg) center/cover no-repeat;
    border: 2px solid #dfdfdf;
    border-radius: 1em;
    padding: 2em;
}

@media screen and (max-width:768px) {
    .line-cta {padding: 8vw 4vw;}
}
.line-cta-attention {
    margin-bottom: 8px;
}

/* 口コミ評価テーブル */
.kuchikomi-rating-table-container {
    background: #ffffff;
    border: 4px solid var(--subblue);
    padding: 4px 12px;
}

.kuchikomi-rating-head {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.rating-item {
    display: grid;
    grid-template-columns: 80px 50px 1fr;
    align-items: center;
    gap: 12px;
    padding: 6px;
    border-bottom: 1px solid #f0f0f0;
}

.rating-item:last-child {
    border-bottom: none;
}

.rating-item.rating-total {
    background: none;
    padding: 4px 6px;
    border-radius: 5px;
    font-weight: bold;
    border: none;
}

.rating-label {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.rating-value {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    background: none;
    border-radius: 4px;
    padding: 4px 6px;
}

.rating-value.total-value {
    font-size: 18px;
    color: #333;
    max-width: 220px;
    width: 100%;
    margin-bottom: 7px;
}

.rating-progress {
    position: relative;
    background: #e0e0e0;
    height: 16px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #f95738, #f95738);
    transition: width 0.3s ease;
}

.rating-summary-text {
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center;
}

.rating-note {
    font-style: italic;
}

.margin-auto img{
    /* height: 100%; */
    height: auto;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
    .kuchikomi-rating-table-container{
        padding: 5px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto
    }
    .rating-item {
        grid-template-columns: 65px 70px 1fr;
        text-align: center;
        gap: 0;
        padding: 0;
    }

    .rating-item.rating-total{
        margin-top: 0;
        padding: 0;
    }

    .rating-label {
        text-align: center;
    }

    .kuchikomi-rating-head{
        margin-bottom: 5px;
    }

    .margin-auto{
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }
}

@media (max-width: 340px) {
    .kuchikomi-rating-head{
        font-size:14px
    }
    .service-desc__head-contents{
        display: block;
    }

}


/* toc */
.new_article_wrapper .toc_title {
    font-weight: bold;
    margin-bottom: 0;
}
.new_article_wrapper ul.toc_list{
    padding:1em;
    border-radius:1em;
}
.new_article_wrapper ul.toc_list li {
    list-style: none;
}
