@charset "UTF-8";
@font-face {
    font-family: 'icomoon';
    src: url("/icon/icomoon.eot?qchdhr");
    src: url("/icon/icomoon.eot?qchdhr#iefix") format("embedded-opentype"), url("/icon/icomoon.ttf?qchdhr") format("truetype"), url("/icon/icomoon.woff?qchdhr") format("woff"), url("/icon/icomoon.svg?qchdhr#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*========================================= HTMLベース設定（normarizeベース）*/
* {
    box-sizing: border-box;
    margin: 0;
    line-height: 1.4;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;z
    font-size: 1.0rem;
    color: #353535;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background: transparent;
    /* color: #008cd3; */
    color: #353535;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 0.8em;
}

sub, sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    outline: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

i {
    margin-right: 5px;
}

span[class^="icon-"], span[class*=" icon-"] {
    margin-right: 5px;
}

/*========================================= アイコンフォント設定（icomoon）*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-new-tab:before{
    content: "\ea87";
}
.icon-smp_download:before {
    content: "\eb19";
}
.icon-history:before {
    content: "\eb18";
}

.icon-search:before {
    content: "\e905";
}
.icon-sns:before {
    content: "\e906";
}
.icon-tweet:before {
    content: "\e907";
}
.icon-type_woman:before {
    content: "\e908";
}
.icon-office:before {
    content: "\e90c";
}
.icon-location:before {
    content: "\e950";
}
.icon-cancel-circle:before {
    content: "\ea16";
}
.icon-article:before {
    content: "\eaf4";
}
.icon-clip:before {
    content: "\eaf5";
}
.icon-favorite:before {
    content: "\eaf6";
}
.icon-h2:before {
    content: "\eaf9";
}
.icon-train:before {
    content: "\eafb";
}
.icon-line:before {
    content: "\eb06";
}
.icon-brush:before {
    content: "\eb16";
}
*[class^="icon"]::before {
    font-family: 'icomoon';
}
/*========================================= /アイコンフォント設定（icomoon）*/
.sns-btn {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: url(/images/share/sp/dot_gray.gif) 0 0 repeat;
    background-size: 10px;
}

.sns-btn ul li {
    display: inline-block;
}

.sns-btn ul li:first-child {
    margin-right: 10px;
}

.sns-btn ul li img {
    width: 35px;
}
h2 {
    font-size: 5.2vw;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0px
}
@media screen and (max-width: 640px) {
h2 {
    margin-bottom: 0px
}
}
h3 {
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px
}
.em{
    color: #e12780;
}

/*========================================  メイン*/

/* タブ */
.list-ranking {
    position: relative;
    margin: 20px 10px;
    overflow: hidden;
}
.tabs{
    display: flex;
}
.list-ranking-link {
    width: 25%;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}
.list-ranking-link:last-child {
    border-right: 0;
}
.list-ranking-content{
    width: 100%;
    position: relative;
}
.list-ranking-content > ul{
    padding: 20px;
    width: 100%;
    justify-content: space-between;
}
.list-ranking-content.-shutoken {
    border: 3px solid #A5C760;
    background: #EBF8DF;
    margin-bottom: 10px;
}
.list-ranking-link.list-ranking-shutoken{
    background: #A5C760;
    width: 100%;
}
.list-ranking-content.-tokai {
    border: 3px solid #87C8DB;
    background: #E0EFFF;
    margin-bottom: 10px;
}
.list-ranking-link.list-ranking-tokai{
    background: #87C8DB;
    width: 100%;
}
.list-ranking-content.-kinki {
    border: 3px solid #EFBB6E;
    background: #FFFFE0;
    margin-bottom: 10px;
}
.list-ranking-link.list-ranking-kinki{
    background: #EFBB6E;
    width: 100%;
}
.list-ranking-content.-kyushu {
    border: 3px solid #EFAAAA;
    background: #FDE0E0;
    margin-bottom: 10px;
}
.list-ranking-link.list-ranking-kyushu{
    background: #EFAAAA;
    width: 100%;
}
.list-ranking-content.current {
    display: inherit;
    border-radius: 0 0 4px 4px;
}
.list-ranking-content.current:first-child {
    margin-top:0;
}
.list-btn li {
    margin-bottom: 10px;
}
.list-btn li:last-child {
    margin-bottom: 0;
}

.list-btn .btn {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    padding: 10px 20px 10px 45px;
    font-size: 4.2vw;
    text-decoration: none;
    position: relative;
    color: #353535;
}
.list-btn .btn::after,
.ranking__link li a::after{
    content: "";
    position: absolute;
    top: 55%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin-top: -7px;
    transform: rotate(45deg);
}
.btn.btn__img01 {
    background: url(../images/icn-btn_01.png) no-repeat left 5px bottom,#fff;
    background-size: 75px;
}
.btn.btn__img02 {
    background: url(../images/icn-btn_02.png) no-repeat left 5px bottom,#fff;
    background-size: 75px;
}
.btn.btn__img03 {
    background: url(../images/icn-btn_03.png) no-repeat left 5px bottom,#fff;
    background-size: 80px;
}

.btn.btn__img04 {
    background: url(../images/icn-btn_04.png) no-repeat left 5px bottom,#fff;
    background-size: 80px;
}

.btn.btn__img05 {
    background: url(../images/icn-btn_05.png) no-repeat left 5px bottom,#fff;
    background-size: 80px;
}

.btn.btn__img06 {
    background: url(../images/icn-btn_06.png) no-repeat left 5px bottom,#fff;
    background-size: 80px;
}


.list-btn .btn span{
    display: inline-block;
    margin-left: 40px;
    text-align: center;
    font-size: 2rem;
}
.-shutoken .btn {
    border: solid 1px #A5C760;
    min-height: 90px;
    
}
.-shutoken .btn::after,
.ranking__link.-shutoken li a::after{
    border-top: 2px solid #A5C760;
    border-right: 2px solid #A5C760;
}
.-tokai .btn {
    border: solid 1px #87C8DB;
    min-height: 90px;
}
.-tokai .btn::after,
.ranking__link.-tokai li a::after{
    border-top: 2px solid #87C8DB;
    border-right: 2px solid #87C8DB;
}
.-kinki .btn {
    border: solid 1px #EFBB6E;
    min-height: 90px;
}
.-kinki .btn::after,
.ranking__link.-kinki li a::after{
    border-top: 2px solid #EFBB6E;
    border-right: 2px solid #EFBB6E;
}
.-kyushu .btn {
    border: solid 1px #EFAAAA;
    min-height: 90px;
}
.-kyushu .btn::after,
.ranking__link.-kyushu li a::after{
    border-top: 2px solid #EFAAAA;
    border-right: 2px solid #EFAAAA;
}
.tab-pane .btn span {
    display: inline-block;
    margin-left: 10px;
    color: #353535;
    border-bottom: dashed 1px #353535;
}
/* kv */
#kv {
    background: #F8F5EF;
    padding-top: 5px;
}
.kv__bg {
    border-top: solid 3px #fff;
    background: url("../images/bg-cityscape.svg") repeat-x bottom center;
    background-size: 150%;
}
.kv__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
    overflow: hidden;
}
.kv__inner .kv__txt {
    width: 75%;
    padding: 4vw 0 12vw 6vw;
    text-align: center;
}
@media screen and (max-width: 640px) {
.kv__inner .kv__txt {
    width: 60%;
    padding: 4vw 4vw 12vw 0;
    text-align: center;
}
}
.kv__inner .kv__txt h1 {
    margin-bottom: 20px;
}
.kv__inner .kv__subttl {
    background: #858585;
    padding: 3px 10px;
    color: #fff;
    font-size: 1.4rem;
}
.kv__inner .kv__img {
    width: 15%;
    text-align: center;
}

.kv__inner .kv__img_yeaning {
    width: 30%;
    text-align: center;
}

.kv__inner .kv__img img{
    max-height: 190px;
}
.kv__inner .kv__ribbon {
    display: inline-block;
    margin-bottom: 15px;
}
.kv__inner .kv__ribbon img {
    width: 37vw;
}
/* surveyOutline */
.sec-surveyOutline {
    background: #F8F5EF;
    padding: 30px 10px;
    margin-bottom: 20px;
}
.sec-surveyOutline .cont-inner {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
}
.sec-surveyOutline h2 {
    margin-bottom: 20px;
}
.sec-surveyOutline .cont-inner > p {
    font-size: 4.2vw;
    background: #F8F5EF;
    padding: 8px;
}
.sec-surveyOutline__data {
    padding: 20px 0;
}
.sec-surveyOutline__data:last-child {
    padding-bottom: 0;
}
.sec-surveyOutline__data dl {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 3px #F8F5EF;
    text-align: left;
}
.sec-surveyOutline__data dl:last-child {
    margin-bottom: 0;
}
.sec-surveyOutline__data dl dt {
    font-weight: bold;
    margin-bottom: 5px;
}
/*ranking*/
.ranking{
    padding: 20px 10px 30px;
}
@media screen and (max-width: 640px) {
.ranking{
    padding: 20px 10px 10px;
}}
.bg-shutoken{
    background: #EBF8DF;
}
.bg-tokai{
    background: #E0EFFF;
}
.bg-kinki{
    background: #FFFFE0;
}
.bg-kyushu{
    background: #FDE0E0;
}
.btn-shutoken:hover{
    background: #b2dfa3;
}
.btn-tokai:hover{
    background: #beddff;
}
.btn-kinki:hover{
    background: #fffeb3;
}
.btn-kyushu:hover{
    background: #fdcecd;
}
.ranking .ranking__txt {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    margin-top: 20px;

}
@media screen and (max-width: 640px) {
.ranking__txt {
    font-size: 13px;
    padding: 20px;
}
}
.ranking__box {
    margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
.ranking__box {
    margin-bottom: 10px;
}
}
.ranking .ranking__link {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
.ranking .-shutoken {
    border: 2px solid #A5C760;
}
.ranking .-tokai {
    border: 2px solid #87C8DB;
}
.ranking .-kinki {
    border: 2px solid #EFBB6E;
}
.ranking .-kyushu {
    border: 2px solid #EFAAAA;
}
.ranking__box .-shutoken li{
    border-bottom: solid 1px #A5C760;
}
.ranking__box .-tokai li{
    border-bottom: solid 1px #87C8DB;
}
.ranking__box .-kinki li{
    border-bottom: solid 1px #EFBB6E;
}
.ranking__box .-kyushu li{
    border-bottom: solid 1px #EFAAAA;
}
.ranking .ranking__link li a {
    position: relative;
    padding: 5px 20px 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    color: #353535;
    min-height: 53px;
}
.ranking .ranking__link li a .rank {
    flex-basis: 40px;
    text-align: center;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.4rem;
    flex-shrink: 0;
}
.ranking li a:nth-child(n+2){
    min-height: 54px;
}
.ranking .-shutoken li a:nth-child(n+2) {
    border-top: dashed 1px #A5C760;
}
.ranking .-tokai li a:nth-child(n+2) {
    border-top: dashed 1px #87C8DB;
}
.ranking .-kinki li a:nth-child(n+2) {
    border-top: dashed 1px #EFBB6E;
}
.ranking .-kyushu li a:nth-child(n+2) {
    border-top: dashed 1px #EFAAAA;
}
.ranking li a:hover{
    transition: .3s;
}
.ranking .-shutoken li a:hover{
    background-color: #EBF8DF;
}
.ranking .-tokai li a:hover{
    background-color: #E0EFFF;
}
.ranking .-kinki li a:hover{
    background-color: #FFFFE0;
}
.ranking .-kyushu li a:hover{
    background-color: #FDE0E0;
}
.ranking .-shutoken li a .rank {
    color: #A5C760;
}
.ranking .-tokai li a .rank {
    color: #87C8DB;
}
.ranking .-kinki li a .rank {
    color: #EFBB6E;
}
.ranking .-kyushu li a .rank {
    color: #EFAAAA;
}
.ranking .rank1,
.ranking .rank2,
.ranking .rank3{
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.ranking .rank1{
    background: url("../images/icn-rank1.svg") no-repeat center center;
    background-size: 40px;
}
.ranking .rank2{
    background: url("../images/icn-rank2.svg") no-repeat center center;
    background-size: 40px;
}
.ranking .rank3{
    background: url("../images/icn-rank3.svg") no-repeat center center;
    background-size: 40px;
}
.ranking .ranking__link li a > div {
    flex-grow: 1;
    margin-right: 15px;
}
.ranking .ranking__link li a span.line {
    font-size: 1.2rem;
    width: 150px;
}
.ranking .ranking__link li a span.line-mm {
    font-size: 1.0rem;
    width: 150px;
}
.more a {
    display: block;
    padding: 15px;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    transition: .5s;
}
.list__hide {
    display: none;
}
.link-100 {
    padding-top: 20px;
    text-align: center;
    font-weight: bold;
}
.link-100 a {
    text-decoration: underline;
    font-size: 1.2rem;
    color: #353535;
}


/* top3 */
.ranking__top3,
.ranking__reason {
    padding: 30px 20px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.ranking__top3 .top3__box {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.ranking__top3.-shutoken .top3__box {
    border-bottom: 2px solid #A5C760;
}
.ranking__top3.-tokai .top3__box {
    border-bottom: 2px solid #87C8DB;
}
.ranking__top3.-kinki .top3__box {
    border-bottom: 2px solid #EFBB6E;
}
.ranking__top3.-kyushu .top3__box {
    border-bottom: 2px solid #EFAAAA;
}
.ranking__top3 .top3__box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.top3__box .top3__txt{
    margin: 20px 0;
}
.top3__box  h2 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.8;
}
.top3__box .top3__txt p {
    font-size: 1.4rem;
    line-height: 1.6;
}
.top3__box .top3__list {
    background: #EBF8DF;
    padding: 20px 10px 50px;
    border-radius: 4px;
}

.top3__box .top3__list.top3__list_kinki {
    background: #FFFFE0;
    padding: 20px 10px 50px;
    border-radius: 4px;
}


.top3__box .top3__list > p {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
    font-weight: bold;
}
.top3__box .top3__list li {
    padding: 5px;
    position: relative;
}

reason_slide3,reason_slide4{
    padding: 5px;
    position: relative;
}

ul.reason-list {
    list-style: circle;
    padding: 10px 5px 10px 30px;
    border: 2px solid #A5C760;
    background: white;
    border-radius: 4px;
    list-style-position: outside;
}


ul.reason-list_kinki {
    list-style: circle;
    padding: 10px 5px 10px 30px;
    border: 2px solid #EFBB6E;
    background: white;
    border-radius: 4px;
    list-style-position: outside;
}

.top3__box .top3__list_kinki li {
    padding: 5px;
    position: relative;
}


/* .top3__box .top3__list li:last-child{
    margin-bottom: 0;

} */
.top3__box .top3__list li p{
    font-size: 1.4rem;
}
.top3__box .top3__list li .data{
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #A5C760;
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: .1rem;
}

.top3__box .top3__list_kinki li .data{
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: #EFBB6E;
    display: inline-block;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: .1rem;
}

.tabbed-content.ft{
    margin: 40px 10px;
}
.ranking__reason{
    margin-bottom: 30px;
}
.ranking__reason .reason__ttl .sub {
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.ranking__reason .reason__ttl .sub img{
    width: 95px;
}
.ranking__reason .reason__txt dl {
    padding: 20px 0;
    border-top: 1px solid;
}
.ranking__reason .reason__txt dl:last-child {
    padding-bottom: 0;
}
.ranking__reason.-shutoken .reason__txt dl{
    border-color: #A5C760;
}
.ranking__reason.-tokai .reason__txt dl{
    border-color: #87C8DB;
}
.ranking__reason.-kinki .reason__txt dl{
    border-color: #EFBB6E;
}
.ranking__reason.-kyushu .reason__txt dl{
    border-color: #EFAAAA;
}
.reason__txt dl dt {
    font-size: 1.6rem;
    display: inline;
    font-weight: bold;
}
.-shutoken .reason__txt dl dt {
    background: linear-gradient(transparent 50%, #EBF8DF 50%);
}
.-tokai .reason__txt dl dt {
    background: linear-gradient(transparent 50%, #E0EFFF 50%);
}
.-kinki .reason__txt dl dt {
    background: linear-gradient(transparent 50%, #FFFFE0 50%);
}
.-kyushu .reason__txt dl dt {
    background: linear-gradient(transparent 50%, #FDE0E0 50%);
}
.reason__txt dl dd {
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
}
.top3__box.-shopping .top3__txt {
    margin-bottom: 0;
    flex-grow: 1;
}
.top3__box.-shopping .top3__txt ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 15px;
}
.top3__box.-shopping .top3__txt ul li p > span {
    font-weight: bold;
}
.top3__box.-shopping .top3__txt ul li > span {
    font-size: 1.2rem;
}
.top3__box.-shopping .shopping__link {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .text-include {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .l-header {
        background: url(https://woman.chintai/images/share/sp/bg-header_bottom.png) bottom left repeat-x, url(https://woman.chintai/images/share/sp/bg-header.png) left center repeat;
        position: relative;
    }

    .l-header .header-h1 {
        padding: 2px 2px;
        background: rgba(255, 255, 255, 0.5);
        font-size: 1.0rem;
        text-align: center;
    }

    .l-header .header-h1 p {
        font-size: 1rem;
    }

    .l-header .header-nav {
        float: right;
        width: 37%;
        text-align: right;
    }

    .l-header .header-logo {
        float: left;
        width: 60%;
        height: 40px;
        background: url(https://woman.chintai/images/share/sp/img-logo@2x.png) top left no-repeat;
        background-size: 100% auto;
    }

    .l-header .header-inner {
        padding: 10px 10px 15px;
    }

    .l-header .header-nav ul {
        display: table;
        margin: 0 auto;
        width: 100%;
        table-layout: fixed;
        padding: 0;
    }

    .l-header .header-nav li {
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        background: #ffa9cf;
        padding: 6px 5px;
        width: 30% !important;
        border-radius: 5px !important;
        margin-right: 5px;
    }

    .l-header .header-nav li:first-child, .l-header .header-nav li:nth-child(2) {
        position: relative;
    }

    .l-header .header-nav li:last-child {
        margin-right: 0px;
    }
    .l-header .header-nav li span {
        display: none;
    }
    .l-header .header-nav li.header_nav-btn {
        line-height: 1;
    }
    .l-header .header-nav li a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 3.8vw;
        text-decoration: none;
        color: #353535;
    }
    .l-header .header-nav li a i {
        font-size: 3.4vw;
    }

    .l-header .header-nav .header_nav-body {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 40;
        height: 100%;
        background: #ffffff;
        border-top: 4px solid #e12780;
    }

    .l-header .header-nav .header_nav-body dt {
        display: none;
    }

    .l-header .header-nav .header_nav-body dd a {
        display: none;
        font-size: 1.4rem;
        padding: 10px 20px;
        background: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #bbbbbb;
        text-align: left;
    }
    .l-header .header-nav .header_nav-body dd a.disabled {
        background: #f7f7f7;
        color: #bbbbbb;
        pointer-events: none;
    }
    .l-header .header-nav .header_nav-body.is-active dd a {
        display: block;
    }
    .l-header .header-nav .header_nav-body dd a i {
        text-decoration: none;
    }

    .l-header .header-nav .header_nav-body dd.menu-close {
        text-align: right;
    }

    .l-header .header-nav .header_nav-body dd.menu-close a {
        background: #353535;
        border-bottom: 0;
        color: #ffffff;
    }
    .l-header .header-nav li a {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        font-size: 3.8vw;
        text-decoration: none;
        color: #353535;
    }
    .l-header .header-nav li a.is-none {
        color: #ffffff;
        pointer-events: none;
    }

    .l-header .header-nav li i:before {
        display: inline-block;
        transform: scale(1.8);
    }

    .l-header .header-nav li span {
        display: none;
    }
    .l-header .header-nav li.header_nav-btn a {
        width: 0;
        padding-left: 25px;
        background: url(/images/share/sp/icon-menu@2x.png) top 4px center no-repeat;
        background-size: auto 75%;
    }

    .l-header .header-nav li:first-child a .favorite_count, .l-header .header-nav li:nth-child(2) a .history_count {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #ffffff;
        background: #1d1a8d;
        padding: 2px;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 1.2;
        width: 2rem;
        height: 2rem;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #fff;
        z-index: 10;
    }


    .txt-away {
        overflow: hidden;
        text-indent: 120%;
        white-space: nowrap;
    }
    .l-cont .cont-inner {
        position: relative;
    }

    .l-cont+.l-cont {
        margin-top: 32px;
    }

    .m-drilldown+.m-drilldown {
        margin-top: 16px;
    }

    .m-drilldown .drilldown-title {
        position: relative;
        border: 1px solid #bbbbbb;
        border-radius: 4px;
        padding: 8px 50px 8px 0;
        text-align: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }

    .m-drilldown .drilldown-title p {
        display: inline-block;
        background-image: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 39%, #ffee55 40%, #ffee55 89%, rgba(255, 255, 0, 0) 90%, rgba(255, 255, 0, 0) 100%);
        font-size: 1.8rem;
        line-height: 2.8rem;
        font-weight: 400;
    }

    .m-drilldown .drilldown-body li {
        position: relative;
        border-bottom: 1px solid #bbbbbb;
        background: #f7f7f7;
        font-size: 1.6rem;
    }

    .m-drilldown .drilldown-body a {
        display: block;
        padding: 12px 0;
        text-align: center;
        color: #353535;
        text-decoration: none;
    }

    .m-drilldown .drilldown-body ul {
        letter-spacing: -0.4em;
        background: #f7f7f7;
    }

    .m-drilldown .drilldown-body ul::after {
        content: "";
        display: block;
        clear: both;
    }

    .m-drilldown .drilldown-body li {
        letter-spacing: normal;
        display: inline-block;
        border-right: 1px solid #bbbbbb;
        width: 50%;
        vertical-align: baseline;
    }

    .m-drilldown .drilldown-body li:nth-child(2n) {
        border-right: none;
    }

    .js-drilldown .js-drillTrg {
        cursor: pointer;
        position: relative;
    }

    .js-drilldown .js-drillTrg::after {
        content: "＋";
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 0;
        border-left: 1px solid #bbbbbb;
        height: calc(100% - 16px);
        width: 50px;
        color: #e12780;
        font-size: 2.2rem;
        line-height: 2.8rem;
    }
    .js-drilldown.is-open .js-drillTrg::after {
        content: "ー";
    }

    .js-drilldown .js-drillBody {
        overflow: hidden;
        height: auto;
        padding-top: 0;
        max-height: 0;
        transition: all 150ms ease;
    }
    .js-drilldown.is-open .js-drillBody {
        padding-top: 4px;
        max-height: 3000px;
        transition: all 250ms ease;
    }

    .l-cont.-seo {
        background: #ffffff;
    }

    .l-cont .cont-inner {
        position: relative;
    }

    .l-cont.-seo {
        padding: 0 10px 2vh;
    }

    .l-footer {
        border-top: dashed 1px #353535;
        background: #f7f7f7;
    }

    .l-footer .footer-text {
        position: relative;
        margin: 16px 0;
        padding: 0 10px;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .l-footer .footer-text p {
        overflow: hidden;
        margin-bottom: 8px;
        max-height: 2.8em;
    }

    .l-footer .footer-bottom {
        padding: 0 10px;
        background: #e12780;
    }

    .l-footer .footer-bottom small {
        padding: 8px 0;
        display: block;
        font-size: 1.0rem;
        color: #ffffff;
        text-align: center;
    }

    .l-footer .footer-nav {
        padding: 16px 0;
        border-bottom: solid 1px #ffffff;
        text-align: center;
    }

    .l-footer .footer-nav li {
        display: inline-block;
        padding: 4px 4px;
        font-size: 1.4rem;
        color: #ffffff;
    }

    .l-footer .footer-nav li::after {
        content: "\007c";
        display: inline-block;
        padding-left: 4px;
    }

    .l-footer .footer-nav a {
        color: #ffffff;
    }

    .l-footer .footer-nav .footer_pr_link {
        margin-top: 20px;
        color: #fff;
        font-size: 1.2rem;
    }

    .l-footer .footer-nav .footer_pr_link li {
        font-size: 1.2rem;
        line-height: 1.0;
    }

    .l-footer .footer-nav .footer_pr_link li:after {
        content: "";
    }

    .l-footer .footer-nav .footer_pr_link li a {
        text-decoration: none;
    }

    .only-pc {
        display: none;
    }

    .btn-more {
        position: relative;
        text-align: center;
    }

    .btn-more a {
        position: relative;
        display: inline-block;
        font-size: 1.4rem;
        padding: 8px 54px;
        /* color: #008cd3; */
        background: #ffffff;
        border: solid #bbbbbb 1px;
        border-radius: 3px;
        text-decoration: none;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    }

    .btn-more a span {
        display: inline-block;
        transform: scale(0.6, 0.4);
    }

    .m-breadcrumb {
        padding: 8px 0;
        background: #ffffff;
        text-align: center;
    }

    .m-breadcrumb ul {
        display: inline-block;
    }

    .m-breadcrumb li {
        display: inline-block;
        padding-right: 4px;
        font-size: 1.2rem;
    }

    .m-breadcrumb li::after {
        content: "\003e";
        display: inline-block;
        padding-left: 4px;
    }

    .m-breadcrumb li:last-child:after {
        content: none;
    }

}

@media screen and (min-width: 641px) {
   /* main */
    h2{
        font-size: 2rem;
        font-weight: bold;
        margin:10px 0 20px;
    }
    .kv__bg {
        background-size: 65%;
    }
    .kv__inner .kv__txt {
        width: 50%;
        padding: 40px 0 100px;
        text-align: center;
        margin: auto;
    }
    .kv__inner .kv__txt img {
        max-width: 460px;
    }
    .kv__inner .kv__ribbon{
        margin-bottom: 20px;
    }
    .kv__inner .kv__ribbon img {
        width: 100%;
        max-width: 175px;
    }
    .kv__inner .kv__img {
        width: 25%;
    }
    .kv__inner .kv__img img{
        max-height: 260px;
    }
    .kv__inner .kv__subttl {
        padding: 3px 20px;
        font-size: 2rem;
    }
    .ranking{
        padding: 20px 10px 0px;
    }

    .list-ranking-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .list-ranking-content{
        display: block;
        width: calc(50% - 10px);
        margin-bottom: 20px;
        border-radius: 4px;
    }
    .list-ranking-content:nth-of-type(2n){
        margin-left: 20px;
    }
    .list-ranking-content:nth-child(n+3) {
        margin-bottom: 0;
    }
    .list-btn .btn{
        font-size: 1.6rem;
    }
    .list-ranking-content.current{
        display: block;
        border-radius: 4px;
    }
    .list-ranking-content .list-ranking-ttl{
        padding: 8px;
        color: #fff;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .list-btn .btn span{
        margin: auto;
    }

    .btn:hover{
        transition: .3s;
    }
    .-shutoken .btn:hover{
        background-color: #EBF8DF;
    }
    .-tokai .btn:hover{
        background-color: #E0EFFF;
    }
    .-kinki .btn:hover{
        background-color: #FFFFE0;
    }
    .-kyushu .btn:hover{
        background-color: #FDE0E0;
    }
    .sec-surveyOutline{
        padding: 40px 10px;
    }
    .sec-surveyOutline h2{
        font-size: 2rem;
    }
    .sec-surveyOutline .cont-inner > p {
        font-size: 1.8rem;
        width: 320px;
        margin: 0 auto;
    }

    .more{
        display: none;
    }
    .list__hide{
        display: block;
    }
    .ranking .ranking__link ul {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .ranking .ranking__link ul.list__hide{
        border-left: solid 1px;
    }
    .ranking .ranking__link.-shutoken ul.list__hide{
        border-color: #A5C760;
    }
    .ranking .ranking__link.-tokai ul.list__hide{
        border-color: #87C8DB;
    }
    .ranking .ranking__link.-kinki ul.list__hide{
        border-color: #EFBB6E;
    }
    .ranking .ranking__link.-kyushu ul.list__hide{
        border-color: #EFAAAA;
    }

    .ranking__box {
        margin-bottom: 40px;
    }
    .ranking__top3,
    .ranking__reason{
        padding: 40px 20px;
    }
    .municipality .ranking__reason{
        margin-bottom: 0;
    }
    .top3__summary {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 30px;
    }
    .top3__box .top3__img {
        flex-basis: 370px;
        flex-shrink: 0;
        margin-right: 30px;
    }
    .top3__box .top3__list > p{
        font-size: 2rem;
    }
    .top3__box .top3__list li .data{
        font-size: 1.2rem;
    }
    .top3__box .top3__list {
        background-size: 30%;
        padding: 30px 0 50px;
    }

    .reason-list {
        display: flex;
        justify-content: space-around;
        margin: 10px;
    }

    .reason-list_kinki {
        display: flex;
        justify-content: space-around;
        margin: 10px;
    }


    reason-slide3{
     width: 33%;
    }

    .ranking__top3 .top3__box {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .ranking__reason .reason__txt {
        display: flex;
        justify-content: center;
    }
    .ranking__reason .reason__txt dl {
        border-top: 0;
        border-right: 1px solid;
        padding: 0 20px;
        width: 33.33%;
    }
    .reason__txt dl:last-child{
        border-right: 0;
    }
    .ranking__reason {
        margin-bottom: 40px;
    }

    .ranking__box li:last-child{
        border-bottom: 0;
    }




    /* header */
    .l-header {
        background: url("https://woman.chintai/images/share/pc/bg-header.png") top center repeat-x;
        max-height: 100px;
        height: 15vw;
    }

    .l-header .header-h1 {
        width: 100%;
        background: rgba(255, 255, 255, 0.3);
        display: block;
        padding: 2px 2px;
    }

    .l-header .header-h1 p {
        max-width: 960px;
        margin: 0 auto;
        font-size: 1.0rem;
        text-align: left;
        font-weight: bold;
    }

    .l-header .header-inner {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
        font-size: 1.4rem;
        margin-top: 10px;
    }
    .l-header .header-inner .header-nav {
        position: absolute;
        right: 0;
        margin-top: 5px;
    }

    .l-header .header-inner .header-nav ul {
        float: left;
        display: table;
        margin-right: 5px;
    }

    .l-header .header-inner .header-nav ul li {
        display: inline-block;
    }

    .l-header .header-inner .header-nav ul li a {
        color: #353535;
        text-decoration: none;
        vertical-align: middle;
        background: #ffa9d0;
        padding: 5px 10px;
        min-width: 150px;
        text-align: center;
        display: block;
    }
    .l-header .header-inner .header-nav ul li a.is-none {
        color: #ffffff;
        pointer-events: none;
        background: #ffffff85;
    }

    .l-header .header-inner .header-nav ul li a i {
        font-size: 1.6rem;
    }

    .l-header .header-inner .header-nav ul li {
        position: relative;
        margin-right: 2px;
    }

    .l-header .header-inner .header-nav ul li:first-child a {
        border-radius: 4px 0 0 4px;
    }

    .l-header .header-inner .header-nav ul li a .favorite_count, .l-header .header-inner .header-nav ul li a .history_count {
        position: absolute;
        top: -5px;
        right: -5px;
        color: #ffffff;
        background: #1c1f87;
        padding: 2px;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 1.2;
        width: 2rem;
        height: 2rem;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid #fff;
        z-index: 100;
    }


    .l-header .header-inner .header-nav ul li.header_link-last, .l-header .header-inner .header-nav ul li.header_nav-btn {
        margin-right: 0;
    }

    .l-header .header-inner .header-nav ul li.header_link-last a {
        border-radius: 0 4px 4px 0;
    }

    .l-header .header-inner .header-nav ul .header_nav-btn {
        display: none;
    }

    .l-header .header-inner .header-nav .header_nav-body {
        float: left;
        position: relative;
        z-index: 1000;
    }

    .l-header .header-inner .header-nav .header_nav-body dt a {
        color: #353535;
        text-decoration: none;
        vertical-align: middle;
        background: #ffa9cf;
        padding: 5px 10px;
        min-width: 165px;
        text-align: center;
        display: block;
        border-radius: 4px;
    }

    .l-header .header-inner .header-nav .header_nav-body dt a i {
        font-size: 1.6rem;
    }

    .l-header .header-inner .header-nav .header_nav-body dd {
        background: #ffffff;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .l-header .header-inner .header-nav .header_nav-body dd a {
        color: #353535;
        display: block;
        text-align: center;
        text-decoration: none;
        padding: 10px;
    }
    .l-header .header-inner .header-nav .header_nav-body dd a.disabled {
        background: #f7f7f7;
        color: #bbbbbb;
        pointer-events: none;
    }
    .l-header .header-inner .header-nav .header_nav-body dd a:hover {
        background: #e12780;
        color: #ffffff;
    }

    .l-header .header-inner .header-nav .header_nav-body dd.menu-pc {
        display: none;
    }
    .l-header .header-inner .header-nav .header_nav-body.is-active dd.menu-pc {
        display: block;
    }

    .l-header .header-inner .header-nav .header_nav-body dd.menu-close {
        display: none;
    }
    .l-header .header-inner .header-nav .header_nav-body.is-active dd.menu-close {
        display: block;
    }

    .l-header .header-inner .header-logo {
        position: absolute;
        top: 0;
        left: 0;
        background: url(https://woman.chintai/images/share/sp/img-logo@2x.png) 0 0 no-repeat;
        width: 296px;
        height: 50px;
        background-size: contain;
    }

    .txt-away {
        overflow: hidden;
        text-indent: 120%;
        white-space: nowrap;
    }

    a {
        /* color: #38b8eb; */
        color: #353535;;
    }

    .only-sp {
        display: none !important;
    }
    .cont-inner {
        width: 960px;
        margin: 0 auto;
        font-size: 1.4rem;
        position: relative;
    }

    .l-footer .footer-text .btn-more {
        display: none;
    }

    .l-footer .footer-bottom {
        background: #ea508b;
        padding: 10px 0;
    }

    .l-footer .footer-bottom .footer-nav {
        float: left;
    }

    .l-footer .footer-bottom .footer-nav ul li {
        float: left;
    }

    .l-footer .footer-bottom .footer-nav ul li a {
        color: #ffffff;
        font-size: 1.2rem;
        padding: 0 10px;
        border-right: 1px solid #ffffff;
        text-decoration: none;
    }

    .l-footer .footer-bottom .footer-nav ul li a i {
        text-decoration: none;
        font-size: 1rem;
    }

    .l-footer .footer-bottom .footer-nav ul li:last-child a {
        border-right: 0;
    }

    .l-footer .footer-bottom small {
        float: right;
        color: #ffffff;
        font-size: 1.2rem;
    }

    .l-footer .footer_pr_link {
        width: 960px;
        margin: 0 auto;
        font-size: 1.4rem;
        position: relative;
    }

    .l-footer .footer_pr_link p {
        padding: 10px 10px 0;
        font-size: 1.2rem;
        color: #fff;
    }

    .l-footer .footer_pr_link ul {
        display: inline-block;
    }

    .l-footer .footer_pr_link ul li {
        float: left;
    }

    .l-footer .footer_pr_link ul li a {
        color: #fff;
        font-size: 1.2rem;
        padding: 0 10px;
        border-right: 1px solid #fff;
        text-decoration: none;
    }

    .l-footer .footer_pr_link ul li:last-child a {
        border-right: none;
    }

    .l-footer .footer_pr_link ul li a .icon-arrow_link {
        font-size: 1rem;
    }

    .bg-dot_blue {
        background: url("https://woman.chintai/images/share/pc/dot_blue.gif") 0 0 repeat;
        background-size: 10px auto;
        padding: 20px 0;
    }

    .m-breadcrumb {
        font-size: 1.2rem;
        padding: 10px 0;
    }

    .m-breadcrumb ul li {
        float: left;
        padding-right: 1rem;
    }

    .m-breadcrumb ul li::after {
        content: "\003e";
        display: inline-block;
        padding-left: 4px;
    }

    .m-breadcrumb ul li:last-child:after {
        content: none;
    }

    .m-breadcrumb {
        display: inline-block;
        width: 89%;
        vertical-align: middle;
    }

    .sns-btn {
        display: inline-block;
        width: 10.5%;
        width: calc(11% - 5px);
        vertical-align: middle;
        text-align: right;
        background: none;
    }
    .bg-dot_grey {
        background: url("/images/share/pc/bg-seo_top.png") 0 0 no-repeat, url("/images/share/pc/dot_gray.gif") 0 0 repeat;
        background-size: 100% auto, 10px auto;
        padding: 50px 0 40px;
    }

    .m-drilldown {
        border-bottom: 1px solid #bbbbbb;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .m-drilldown .drilldown-title {
        background: linear-gradient(180deg, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 35%, yellow 100%, yellow 89%, rgba(255, 255, 0, 0) 90%, rgba(255, 255, 0, 0) 100%);
        background-size: 10% auto;
        display: inline-block;
        margin-bottom: 10px;
    }

    .m-drilldown .drilldown-title i {
        margin: 0;
        font-size: 2rem;
    }

    .m-drilldown .drilldown-title p {
        display: inline-block;
        font-weight: normal;
        font-size: 2rem;
    }

    .m-drilldown .drilldown-title p span::before {
        content: "『";
    }

    .m-drilldown .drilldown-title p span::after {
        content: "』";
    }

    .m-drilldown .drilldown-body ul li {
        float: left;
        margin: 5px 0;
        border-right: 1px solid #bbbbbb;
    }

    .m-drilldown .drilldown-body ul li a {
        color: #353535;
        margin: 0 15px;
    }

}

/*! CSS Used from: Embedded */
@media screen and (min-width: 641px) {
    .icon-arrow_link {
        display: none;
    }

.ranking__items{
    justify-content: center;
}


.ranking__item_detail {
    display: flex;
    background: white;
    justify-content: flex-start;
    padding: 0 30px 0px 30px;
}

.ranking__item_detail img {
    width: 370px;
    margin: auto;
    }

.ranking__lead{
    margin: 0 0 0 30px;
    }

}



@media screen and (max-width: 640px) {
.ranking__items{
    display: block;
}
}
.ranking__item{
    text-align: center;
    width: 100%;
    margin: 0 20px 30px;
}
@media screen and (max-width: 640px) {
.ranking__item{
    margin: 0 0 30px 0;
}
}

.ranking__lead{
    background-color: #FFF;
    padding: 20px;
    text-align: left;
    height: auto;
}


@media screen and (max-width: 640px) {
.ranking__lead{
    height: auto;
    font-size: 13px;
}
}
.ranking__line{
    font-size: 1.5rem;
    margin-left: 10px;
}
.ranking__img{
    margin-bottom: 20px;
}

.ranking__link2{
    text-decoration:none !important;
    /* position: relative; */
}
.ranking__ico{
    position: absolute;
    /* left: -20px;
    top: 2px; */
    width: 16px;
    margin-right: 6px;
}
.ranking__linkicon-mushimegane::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icn_mushimegane.png") 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right:1px;
}

.ranking__linkicon-mushimegane{
text-align: center;
line-height: 40px;
}

@media screen and (max-width: 640px) {
.ranking__linkicon-mushimegane{
font-size: 15px;
}
}
.pc-block{
    display: block;
}
.sp-block{
    display: none;
}
@media screen and (max-width: 640px) {
.pc-block{
    display: none;
}
.sp-block{
    display: block;
}
}
.c-padding{
    padding-left: 1.3em;
}
@media screen and (max-width: 640px) {
.c-padding{
    padding-left: 0;
}
}
.ranking__linkicon-instagram::before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../images/icn_instagram.png") 0 0 no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
.ranking__linkicon-instagram{
    line-height: 0;
text-align: center;
}
@media screen and (max-width: 640px) {
.ranking__linkicon-instagram{
    font-size: 15px;
}
}
.ranking__linklast{
    min-height: 53px;
    border-bottom: 2px solid #A5C760;
}
.average__wrap{
    text-align: center;
}
.p__continuation {
  /* background-color: #fff5e8; */
  padding: 24px 0;
}
@media screen and (min-width: 960px) {
  .p__continuation {
    /* background-color: #fff5e8; */
    padding: 40px 0;
  }
}
.p__continuation-title {
  font-size: 2.1rem;
  font-weight: bold;
  color: #353535;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 960px) {
  .p__continuation-title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #353535;
    text-align: center;
    margin-bottom: 33px;
  }
}
.p__continuation-text01 {
  font-size: 1.6rem;
  color: #353535;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
}
@media screen and (min-width: 960px) {
  .p__continuation-text01 {
    font-size: 2rem;
    color: #353535;
    font-weight: bold;
    text-align: center;
    margin-bottom: 33px;
  }
}
.c__underline-pink {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #f7cde0; /* 線の色 */
  text-underline-offset: -0.12em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.c__underline-purple {
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.4em; /* 線の太さ */
  text-decoration-color: #b7b4ea; /* 線の色 */
  text-underline-offset: -0.12em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}
.p__continuation-flex-wrap {
  text-align: center;
}
.p__continuation-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 960px) {
  .p__continuation-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
  }
}
.p__continuation-entry {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0aa75a;
  margin: 0 7px;
}
@media screen and (min-width: 960px) {
  .p__continuation-entry {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0aa75a;
    margin: 0 7px;
  }
}
.p__add-line-wrap {
  background-color: #0aa75a;
  padding: 13px 0;
  width: 77%;
  max-width: 289px;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
}
.p__add-line {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__add-line {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.p__add-line::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 7px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 56px;
  bottom: 5px;
  margin: auto;
}

.p__agent-qr {
  display: block;
  margin: 0 auto;
  width: 180px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

.title-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    text-align: center;
}

@media screen and (max-width: 640px) {
.title-border {
    padding: 0 45px;
}
.title-border:before,
.title-border:after {
    width: 40px;
}
}
.title-border:before {
    left: 0;
}

.title-border:after {
    right: 0;
}
.average__list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
.average__list{
    display: block;
}
}
.average__lead{
    background-color: #FFF;
    border-radius: 18px;
    padding: 20px;
    text-align: left;
    margin: 0 auto 20px;
    height: 160px;
}
@media screen and (max-width: 640px) {
.average__lead{
font-size: 13px;
padding: 16px;
height: auto;
    margin: 0 auto 40px;
}
}
.average__img{
    margin-bottom: 20px;
}
.average__item{
    text-align: center;
    width: 29%;
    margin: 0 20px 30px;
}
@media screen and (max-width: 640px) {
.average__item{
    width: 100%;
    margin: 0;
}
}
.ranking__other{
    margin: 0 auto;
    text-align: center;
}
.ranking__other-wrap{
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 640px) {
.ranking__other-wrap{
    flex-wrap: wrap;
    /* display: block;
    text-align: center; */
}
}
.ranking__other-items{
    margin: 0 20px 40px;
}
@media screen and (max-width: 640px) {
.ranking__other-items{
    margin: 0 20px 30px;
}
}
.ranking__other-item{
    border-radius: 50%;
    width: 160px;
    height: 160px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 640px) {
.ranking__other-item{
    margin: auto;
    width: 137px;
    height: 137px;
}
}
/* .ranking__other-yellow{
    background: #fff9d4;
}
.ranking__other-blue{
    background: #ddecef;
}
.ranking__other-pink{
    background: #e6d2e1;
} */
.ranking__other-link{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}
.ranking__other-linktext1{
    text-decoration: none;
    font-size: 2.0rem;
    line-height: 1.8rem;
    margin-top: 24%;
    color: #353535;
}

.ranking__other-img{
    width: 50%;
    position: relative;
    top: 15%;
}

@media screen and (max-width: 640px) {
.ranking__other-linktext1{
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-top: 24%;
    color: #353535;
    position: absolute;
    transform: translate(145%,0%);
    top: 48%;
}

.ranking__other-linktext1b{
    transform: translate(80%,0%);
}

.ranking__other-img{
    width: 50%;
    position: absolute;
    top: 15%;
    transform: translate(-50%,0%);
}
}




/* .ranking__other-linktext2{
    color: #353535;
}
@media screen and (max-width: 640px) {
.ranking__other-linktext2{
 font-size: 16px;
}
} */
@media screen and (max-width: 640px) {
.kv__woman-sp{
    max-width: 160%;
    width: 160% !important;
}
.kv__woman-sp-kinki{
    max-width: 180%;
    width: 180% !important;
}
.kv__woman-sp-tokai{
    max-width: 250%;
}
}

.c-ranking__margin{
    margin:20px auto 0;
}
.list__border-left-shutoken{
    border-left: solid 1px #A5C760;
}
.list__border-left-kinki{
    border-left: solid 1px #EFBB6E;
}
.list__border-left-tokai{
    border-left: solid 1px #87C8DB;
}
.list__border-left-kyushu{
    border-left: solid 1px #EFAAAA;
}
.sub-title{
    font-weight: bold;
    padding: 25px 0 0;
    display: block;
}

.ranking__arrow {
    padding-top: 16px;
    height: 32px;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 1rem;
}

.ranking__arrow_up {
    color: red;
    background: url(../images/icn_ue.png) no-repeat center top;
    background-size: 15px;
}

.ranking__arrow_down {
    color: blue;
    background: url(../images/icn_shita.png) no-repeat center top;
    background-size: 15px;
}

.ranking__arrow_stay {
    color: gray;
    background: url(../images/icn_stay.png) no-repeat center top;
    background-size: 15px;
}

.ranking__archive {
    padding-bottom: 20px;
}

.ranking__archive-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
}


.ranking__archive-items {
    padding: 10px;
}

.ranking__link2box{
    border-radius: 20px;
    min-height: 40px;
    margin-top: 20px;
}

.ranking__link2box_shutoken{
background: #A5C760;
}

.ranking__link2box_shutoken:hover{
    background: #789144;
    }

.ranking__link2box_kinki{
    background: #EFBB6E;
    }

    .ranking__link2box_kinki:hover{
        background: #be9354;
        }

.ranking__link2box_tokai{
        background: #87C8DB;
        }

.ranking__link2box_tokai:hover{
            background: #6898a7;
            }

.ranking__link2box_kyushu{
            background:#EFAAAA;
            }

.ranking__link2box_kyushu:hover{
            background:#a77676;
                }

.ranking__link2box a{
    line-height: 40px;
    color: white;
    font-weight: bold;
}



.pr-title{
display: block;
padding: 10px;
margin-bottom: 5px;
}


.pr-point {
    background: #fff;
    padding: 10px;
    margin-top: 20px;
}

.pr-point-img-shutoken{
border: 1px solid #A5C760;
}

.pr-point-img-tokai{
border: 1px solid #87C8DB;
}

.pr-point-img-kinki{
border: 1px solid #EFBB6E;
}

.pr-point-img-kyushu{
border: 1px solid #EFAAAA;
}

.pr-point-img{
margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.pr-point-title {
font-size: 1.6rem;
}

.pr-point-comment {
    font-size: 1.2rem;
    padding: 16px;
    border-radius: 18px;
}

.pr-point-no {
text-align: center;
    font-size: 1.8rem;
    border-bottom: solid 1px #404040;
    width: 20%;
    margin: 10px auto;
}

.pr-item{
text-align: center;
}

.pr-btn {
text-align: center;
margin: 10px 0;

}

.pr-btn-comment {
text-align: center;
    font-size: 1.6rem;
    margin: 10px;
}

@media screen and (min-width: 641px) {
.pr-point {
    display: flex;
    flex-wrap: wrap; /* 折り返しを許可 */
    background: #fff;
    padding: 10px;
}

.pr-item{
    width: 48%;       /* 2つでほぼ100%になる幅に */
    margin: 1%;       /* 少し余白を持たせて自然に折り返す */
    box-sizing: border-box;
}

.pr-btn {
    text-align: center;
    margin-top: 50px;
    }
}

@media screen and (max-width: 640px) {
.pr > ul > li:nth-child(2){
margin: 40px 0;
}
}

.p__agent-wrap {
  /* background-color: #fff5e8; */
  padding: 28px 0 41px;
}
@media screen and (min-width: 960px) {
  .p__agent-wrap {
    /* background-color: #fff5e8; */
    padding: 28px 0 37px;
  }
}
.p__agent-title {
  font-size: 1.9rem;
  color: #353535;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__agent-title {
    font-size: 1.9rem;
    color: #353535;
    text-align: center;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 960px) {
  .p__agent-title {
    font-size: 2.2rem;
    color: #353535;
    text-align: center;
    margin-bottom: 24px;
  }
}
.p__agent-title span {
  font-weight: normal;
}
/* @media screen and (min-width: 960px) {
.p__agent-title span{
  font-weight: bold;
}
} */
.p__agent {
  display: block;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .p__agent {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.p__agent-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 44px 0 22px;
}
@media screen and (min-width: 960px) {
  .p__agent-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 22px;
  }
}
.p__balloon {
  /* background-color: #fff; */
  /* border-radius: 39px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
  padding: 30px 17px 0;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .p__balloon {
    /* background-color: #fff; */
    /* border-radius: 39px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); */
    padding: 14px 17px;
    position: relative;
    margin: 0 50px 0 0;
    width: auto;
  }
}
/* .p__balloon::before {
  /* position: absolute;
  content: "";
  top: 50%;
  right: -69px;
  margin-top: -12px;
  border: 21px solid transparent;
  border-top: 49px solid #FFF;
  filter: drop-shadow(8px 4px 6px rgba(0, 0, 0, 0.16)); */
  content: "";
  position: absolute;
  bottom: -69px;
  left: 50%;
  margin-left: -15px;
  border: 21px solid transparent;
  border-top: 49px solid #fff;
  /* z-index: 2; */
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 960px) {
  .p__balloon::before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: auto;
    right: -69px;
    left: auto;
    margin-top: -12px;
    border: 21px solid transparent;
    border-left: 49px solid #fff;
    filter: drop-shadow(8px 4px 6px rgba(0, 0, 0, 0.16));
  }
} 
.p__agent-text01 {
  font-size: 2.1rem;
  font-weight: bold;
  color: #353535;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .p__agent-text01 {
    font-size: 2.4rem;
    font-weight: bold;
    color: #353535
    text-align: center;
    margin-bottom: 30px;
  }
}
.p__agent-text02 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #353535;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .p__agent-text02 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #353535;
    text-align: center;
  }
}
.p__agent-flex h3 {
  color: #0aa75a;
  font-size: 1.8rem;
  font-weight: bold;
      margin-bottom: 0px;
}
.p__agent-qr {
  display: block;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

@media screen and (max-width: 640px) {
.pc-block{
    display: none;
}
.sp-block{
    display: block;
}
*/