@charset "utf-8";


/* 下層ページ共通タイトルstyle */

.page_ttl{
    max-width: 1920px;
    margin: auto;
    position: relative;
    padding-bottom: 10svw;
}
.page_ttl .inner{
    padding: 0 4svw;
    max-width: inherit;
}
.page_ttl h1{
    
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page_ttl h1 span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18rem;
    font-weight: 500;
    line-height: 1;
}
.page_ttl h1 span:nth-of-type(2){
    font-family: 'Shippori Antique', sans-serif;
    font-size: 3.2rem;
}
.page_ttl .page_ttl_img{
    max-width: 1920px;
    margin: auto;
    margin-right: 4svw;
    position: relative;
}
.page_ttl .page_ttl_img span{
    display: block;
    position: absolute;
    top: -16%; right: 1svw;
}
.page_ttl .page_ttl_txt{
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-top: 2%;
}
.page_ttl .page_ttl_txt::before{
    position: absolute;
    right: 0;
    bottom: -5vw;
    display: block;
    width: 87.66vw;
    height: 21vw;
    content: "";
    background: #cbfc6a;
    z-index: -1;
}
.page_ttl .page_ttl_txt dt{
    font-size: 2.8rem;
}
.page_ttl .page_ttl_txt dd:nth-of-type(1){
    font-size: 1.8rem;
}
.page_ttl .page_ttl_txt dd:nth-of-type(2){
    position: absolute;
    right: 1.5svw; bottom: 0;
}


/* コンテンツstyle */

body{
    overflow-x: hidden;
}



.con1{
    max-width: 1200px;
    margin: auto;
    padding-bottom: 5%;
}
.data_wrap.data1{
/*    border-bottom: 1px dashed #999;*/
    padding-bottom: 8%;
}
.data_wrap.data2{
    padding-top: 8%;
}
.data_wrap{
    padding: 0 4svw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_img{
    text-align: center;
    flex-basis: 40%;
}
.data_rank{
    border: 1px solid #000000;
    padding: 5%;
    flex-basis: 55%;
}
.data_rank li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.data_rank li p:nth-of-type(1){
    flex-basis: 18%;
    font-size: 2.8rem;
}
.data_rank li p:nth-of-type(1) span{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 4.6rem;
    vertical-align: -1px;
}
.data1 .data_rank li p:nth-of-type(2){
    flex-basis: 80%;
    font-size: 1.8rem;
}
.data1 .data_rank li p:nth-of-type(2) span{
    background: no-repeat linear-gradient(transparent 50%, #cdf283 50%);
    transition-duration: 1s;
    background-size: 0% 100%;
}
.data1 .data_rank li p:nth-of-type(2) span.mv{
    background-size: 100% 100%;
}
.data2 .data_rank li p:nth-of-type(2){
    flex-basis: 80%;
    font-size: 2.6rem;
}
.data2 .data_rank li p:nth-of-type(2) span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
}
.data2 .data_rank li p:nth-of-type(2) span:nth-of-type(2){
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 2rem;
}
.data_rank li:not(:last-child){
    border-bottom: 1px dashed #000;
    padding-bottom: 5%;
}
.data2 .data_rank li:not(:last-child){
    padding-bottom: 0;
}

/* RANKING */

.ranking_wrap.sans-serif{
    font-weight: 600;
}

.con2{
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 7% 4svw;
}
.con2 .inner{
    max-width: 1200px;
    margin: auto;
}
.con2::before{
    content: '';
    display: block;
    background-color: #cbfc6a;
    background-position: top right;
    width: 36.4svw;
    height: 100%;
    position: absolute;
    top: 0; right: 0;
    z-index: -1;
}
.con2 h2{
    text-align: center;
    width: 42svw;
    margin: auto;
    line-height: 0;
}
.ranking_wrap{
    background-color: #fff;
    padding: 5% 4svw;
}
.rank_ttl{
    display: flex;
    justify-content: center;
    align-items: center;
}
.rank_ttl p{
    font-size: 3rem;
    line-height: 1;
    margin-left: 1svw;
}
.rank_ttl p span{
    display: table;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 2.4rem;
    line-height: 1;
    background-color: #000;
    color: #fff;
    padding: 3px 5px 0;
    margin-bottom: 3px;
}
.ranking_wrap h3{
    text-align: center;
    font-size: 5rem;
    font-weight: 500;
    line-height: .8;
    background: no-repeat linear-gradient(transparent 80%, #cdf283 80%);
    transition-duration: 1s;
    background-size: 0% 100%;
    display: table;
}
.ranking_wrap h3.mv{
    background-size: 100% 100%;
}
.ranking_wrap h3 span{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 8.6rem;
    vertical-align: -2px;
}
.ranking_wrap .rank_txt1{
    margin-top: 3%;
    font-size: 2.4rem;
    line-height: 1.6;
    text-align: center;
    max-width: 85%;
    margin: 35px auto 0;
}
.voice_wrap{
    position: relative;
    text-align: center;
    display: table;
    margin: 5% auto 0;
}
.voice_wrap .rank1_voice1{
    position: absolute;
    top: 0; left: -40%;
}
.voice_wrap .rank1_voice2{
    position: absolute;
    right: -40%; bottom: 16%;
}


.ranking_wrap .rank_txt2{
    margin-top: 3%;
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 85%;
    margin: 3% auto 0;
}

.rank_cap{
    border: 1px solid #000;
    background-color: #f1f1f1;
    padding: 2svw;
    margin-top: 3%;
}

.rankcap_1{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.rankcap_1 .rankcap_1_img1{
    flex-basis: 57.5%;
}
.rankcap_1 .rankcap_1_1{
    flex-basis: 42%;
}
.rankcap_1 .rankcap_1_1 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.rankcap_1 .rankcap_1_1 ul li:nth-of-type(1){
    margin-right: 5px;
}
.rankcap_1 .rankcap_1_1 p{
    font-size: 1.5rem;
    margin-top: 1%;
}
.ranking_wrap .btn-viewmore a {margin-top: 40px;}
.ranking_wrap .btn-viewmore a {
    color: #fff;
    border: none;
    background: url(../../images/_rev_common/arw_btn_w.svg) no-repeat right 20px center;
    background-size: 10px;
    background-color: #000;

}


.rankcap_2{
    margin-top: 2%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rankcap_2 ul{
    display: flex;
    flex-basis: 50%;
}
.rankcap_2 ul li:nth-of-type(1){
    flex-basis: 14%;
}
.rankcap_2 ul li:nth-of-type(2){
    flex-basis: 84%;
}
.rankcap_2 .rankcap_2_txt1{
    flex-basis: 48%;
    font-size: 1.5rem;
    margin-bottom: 1%;
}
.rank2_3_wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rank2_3_wrap .rank2,
.rank2_3_wrap .rank3{
    flex-basis: 48%;
    background-color: #fff;
    padding: 5% 4svw;
    margin-top: 5%;
}
.rank2_3_wrap .ranking_wrap{
    background-color: none;
}
.rank2_3_wrap .ranking_wrap .rank_txt1 {
    max-width: 100%;
    min-height: 7svw;
}
.rank2_3_wrap .ranking_wrap .rank_txt2 {
    max-width: 100%;
    min-height: 14svw;
}
.voice_wrap .rank2_voice2 {
    position: absolute;
    bottom: 5%;
    left: -30%;
    width: 42%;
}
.voice_wrap .rank2_voice1 {
    position: absolute;
    right: -21%;
    top: -6%;
    width: 42%;
}
.voice_wrap .rank3_voice2 {
    position: absolute;
    bottom: 5%;
    left: -12%;
    width: 42%;
}
.voice_wrap .rank3_voice1 {
    position: absolute;
    right: -21%;
    top: -2%;
    width: 42%;
}
.rank2_3_wrap .rankcap p:nth-of-type(3){
    text-align: right;
}



@media screen and (max-width: 768px) {
    /* 下層ページ共通タイトルstyle */

.page_ttl{
    max-width: 100%;
    padding-top: 12%;
}
.page_ttl h1{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.page_ttl h1 span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-size: 5rem;
    font-weight: 500;
}
.page_ttl h1 span:nth-of-type(2){
    font-family: 'Shippori Antique', sans-serif;
    font-size: 1.6rem;
}
.page_ttl .page_ttl_img{
    max-width: 100%;
}
.page_ttl .page_ttl_img span{
    top: 65%;
    right: -2svw;
    width: 41%;
}
.page_ttl .page_ttl_txt{
    padding-top: 10%;
}
.page_ttl .page_ttl_txt::before{
    position: absolute;
    right: 0;
    bottom: -11vw;
    height: 64vw;
}
.page_ttl .page_ttl_txt dt{
    font-size: 2.6rem;
    line-height: 1.4;
}
.page_ttl .page_ttl_txt dd:nth-of-type(1){
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 5%;
    margin-top: 3%;
}
.page_ttl .page_ttl_txt dd:nth-of-type(2){
    position: absolute;
    right: 1.5svw; bottom: 0;
}


/* コンテンツstyle */
.con1{
    max-width: 1200px;
    margin: auto;
    padding-bottom: 5%;
    padding-top: 10%;
}
.data_wrap.data1{
    border-bottom: 1px dashed #999;
    padding-bottom: 8%;
}
.data_wrap.data2{
    padding-top: 8%;
}
.data_wrap{
    padding: 0 4svw;
    display: block;
    justify-content: space-between;
    align-items: center;
}
.data_img{
    text-align: center;
    flex-basis: 40%;
    max-width: 70%;
    margin: auto;
}
.data_rank{
    border: 1px solid #000000;
    padding: 5%;
    flex-basis: 55%;
    margin-top: 5%;
}
.data_rank li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.data_rank li p:nth-of-type(1){
    flex-basis: 18%;
    font-size: 2rem;
    text-align: center;
}
.data_rank li p:nth-of-type(1) span{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 3rem;
    vertical-align: -1px;
}
.data1 .data_rank li p:nth-of-type(2){
    flex-basis: 80%;
    font-size: 1.4rem;
}
.data1 .data_rank li p:nth-of-type(2) span{
    background: no-repeat linear-gradient(transparent 65%, #cdf283 65%);
    transition-duration: 1s;
    background-size: 0% 100%;
}
.data1 .data_rank li p:nth-of-type(2) span{
    background-size: 100% 100%;
}
.data2 .data_rank li p:nth-of-type(2){
    flex-basis: 80%;
    font-size: 2.6rem;
}
.data2 .data_rank li p:nth-of-type(2) span:nth-of-type(1){
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
}
.data2 .data_rank li p:nth-of-type(2) span:nth-of-type(2){
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 2rem;
}
.data_rank li:not(:last-child){
    border-bottom: 1px dashed #000;
    padding-bottom: 5%;
}
.data2 .data_rank li:not(:last-child){
    padding-bottom: 0;
}

/* RANKING */

.ranking_wrap.sans-serif{
    font-weight: 600;
}

.con2{
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 15% 0;
}
.con2 .inner{
    max-width: 1200px;
    margin: auto;
}
.con2::before{
    content: '';
    display: block;
    background-color: #cbfc6a;
    background-position: top right;
    width: 28.4svw;
    height: 100%;
    position: absolute;
    top: 0; right: 0;
    z-index: -1;
}
.con2 h2{
    text-align: center;
    width: 70svw;
    margin: auto;
    line-height: 0;
}
.ranking_wrap{
    background-color: #fff;
    padding: 15% 4svw;
}
.rank_ttl{
    display: block;
    justify-content: center;
    align-items: center;
}
.rank_ttl p{
    font-size: 2.4rem;
    line-height: 1;
    margin-left: 0;
    margin: 20px auto 20px;
    text-align: center;
}
.rank_ttl p span{
    display: inline-block;
    font-size: 2.4rem;
    padding: 3px 5px 0;
    margin-right: 10px;
}
.ranking_wrap h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 500;
    line-height: .8;
    background: no-repeat linear-gradient(transparent 80%, #cdf283 80%);
    transition-duration: 1s;
    background-size: 0% 100%;
    display: table;
    margin: auto;
}
.ranking_wrap h3.mv{
    background-size: 100% 100%;
}
.ranking_wrap h3 span{
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 800;
    font-size: 5.6rem;
    vertical-align: -2px;
}
.ranking_wrap .rank_txt1{
    margin-top: 3%;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    max-width: 100%;
    margin: 3% auto 0;
}
.voice_wrap{
    position: relative;
    text-align: center;
    display: table;
    margin: 25% auto 0;
}
.voice_wrap .rank1_voice1{
    position: absolute;
    top: -17%;
    left: -15%;
    width: 48%;
}
.voice_wrap .rank1_voice2{
    position: absolute;
    right: -14%;
    bottom: 4%;
    width: 48%;
}


.ranking_wrap .rank_txt2{
    margin-top: 3%;
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 100%;
    margin: 3% auto 0;
}

.rank_cap{
    border: 1px solid #000;
    background-color: #f1f1f1;
    padding: 4svw;
    margin-top: 3%;
}

.rankcap_1{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.rankcap_1 .rankcap_1_img1{
    flex-basis: 57.5%;
}
.rankcap_1 .rankcap_1_1{
    flex-basis: 42%;
}
.rankcap_1 .rankcap_1_1 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.rankcap_1 .rankcap_1_1 ul li:nth-of-type(1){
    margin-right: 5px;
}
.rankcap_1 .rankcap_1_1 p{
    font-size: 1.3rem;
    margin-top: 1%;
}
.ranking_wrap .btn-viewmore a {margin-top: 40px;}
.ranking_wrap .btn-viewmore a {
    color: #fff;
    border: none;
    background: url(../../images/_rev_common/arw_btn_w.svg) no-repeat right 20px center;
    background-size: 10px;
    background-color: #000;

}


.rankcap_2{
    margin-top: 8%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}
.rankcap_2 ul{
    display: flex;
    flex-basis: 50%;
    justify-content: space-between;
}
.rankcap_2 ul li:nth-of-type(1){
    flex-basis: 16%;
}
.rankcap_2 ul li:nth-of-type(2){
    flex-basis: 82%;
}
.rankcap_2 .rankcap_2_txt1{
    flex-basis: 48%;
    font-size: 1.3rem;
    margin-bottom: 1%;
}
.rank2_3_wrap{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}
.rank2_3_wrap .rank2,
.rank2_3_wrap .rank3{
    flex-basis: 48%;
    background-color: #fff;
    padding: 15% 4svw;
    margin-top: 5%;
}
.rank2_3_wrap .ranking_wrap{
    background-color: none;
}
.rank2_3_wrap .ranking_wrap .rank_txt1 {
    max-width: 100%;
    min-height: 7svw;
}
.rank2_3_wrap .ranking_wrap .rank_txt2 {
    max-width: 100%;
    min-height: 14svw;
}
.voice_wrap .rank2_voice2 {
    position: absolute;
    bottom: 5%;
    left: -16%;
    width: 42%;
}
.voice_wrap .rank2_voice1 {
    position: absolute;
    right: -8%;
    top: -18%;
    width: 42%;
}
.voice_wrap .rank3_voice2 {
    position: absolute;
    bottom: 5%;
    left: -12%;
    width: 42%;
}
.voice_wrap .rank3_voice1 {
    position: absolute;
    right: -11%;
    top: -13%;
    width: 42%;
}
.rank2_3_wrap .rankcap p:nth-of-type(3){
    text-align: right;
}
}

.bnr_area{
    max-width: 1200px;
    margin: 5% auto 0;
}
.bnr_area a{transition: .3s;}
.bnr_area a:hover{opacity: .7;}
@media screen and (max-width: 768px) {
    .bnr_area{
        margin-top: 10%;
        padding: 0 4svw;
    }
}

.tab{
    max-width: 1000px;
    margin: 128px auto 0;
}
.tab ul{
    display: flex;
    justify-content: space-between;
}
.tab ul li{
    flex-basis: 49%;
}
.tab ul li a{
    transition: .3s;
}
.tab ul li a:hover{
    opacity: .7;
}
.page_ttl{
    padding-bottom: 5svw;
}
@media screen and (max-width: 768px) {
    .tab{
        max-width: 80%;
        margin: 64px auto 0 !important;
    }
    .tab ul{
        display: block;
    }
}




/* 11.06 リニューアル */

.re_ranking{
    background-color: #D4E3D3;  
    padding: 0;  
    color: #595757;
}
.re_ranking h2{
    text-align: center;
    padding-top: 54px;
}
.re_ranking h2 + p{
    text-align: center;
    color: #595757;
    font-weight: 600;
    font-size: 1.8rem;
    padding-bottom: 40px;

}
.re_rank_img{
    padding-bottom: 80px;
    padding-top: 80px;
    max-width: 1000px;
    margin: auto;
}

.no1,.no2,.no3,.no4,.no5{
    padding: 80px 0;
}
.no1{background-color: rgba(0, 177, 183, .1);}
.no2{background-color: rgba(224, 189, 71, .3);}
.no3{background-color: rgba(178, 194, 67, .3);}
.no4{background-color: rgba(76, 168, 218, .3);}
.no5{background-color: rgba(100, 189, 139, .3);}

.con_ttl_area{
    position: relative;
    display: flex;
    justify-content: space-between;
}
/* .con_ttl{
    flex-basis: 60%;
} */
.con_ttl_area h3{
    margin: 0 0 40px;
}
.con_ttl_area dt{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.6;
}
.con_ttl_area dd{
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 600;
    margin-top: 24px;
}

.con_ttl_img_wrap{
    flex-basis: 40%;
}
.con_ttl_img_wrap .con_ttl_mainimg{
    max-width: 90%;
    margin-left: auto;
}
.pic{position: relative;}
.pic span{
    position: absolute;
    bottom: 8px; right: 5px;
    color: #fff;
    font-size: 1.0rem;
    text-shadow: 0 0 2px #222222, 0 0 3px #222222, 0 0 3px #222222;
}
.cap small{
    font-size: 1.1rem;
    display: block;
    text-align: right;
}

.no1_con_box{
    padding: 40px 0 40px;
}
.no1_con_box .flex{
    display: flex;
    justify-content: space-between;
}
.no1_con_box .flex .left{flex-basis: 49%;}
.no1_con_box .flex .right{flex-basis: 49%;}
.no1_con_box .flex dt {
    font-size: 2rem;
    font-weight: 600;
}
.no1_con_box .flex dd {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 16px;
    min-height: 80px;
}
.no1_con_box .flex .cap_box{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.no1_con_box .flex .cap_box .cap{
    flex-basis: 49%;
}
.no1_con_box .flex2{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.no1_con_box .flex2 dl{
    flex-basis: 100%;
}
.no1_con_box .flex2 dt{
    font-size: 2rem;
    font-weight: 600;
}
.no1_con_box .flex2 dd{
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 16px;
}
.no1_sta .cap{
    flex-basis: 64%;
}
.no1_sta{
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.rank_img{
    background-color: #80ACA9;
    padding: 5% 5% 2%;
    flex-basis: 34%;
}

.no2_con_box{
    padding: 40px 0 40px;
}
.no2_con_box .flex{
    display: flex;
    justify-content: space-between;
}
.no2_con_box .flex .left{
    flex-basis: 49%;
    display: flex;
    justify-content: space-between;
}
.no2_con_box .flex .left dl{
    flex-basis: 50%;
}
.no2_con_box .flex .left dt{
    font-size: 2rem;
    font-weight: 600;
}
.no2_con_box .flex .left dd{
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 16px;
}
.no2_con_box .flex .left .cap_box{
    flex-basis: 49%;
}
.no2_con_box .flex .right{
    flex-basis: 49%;
}
.no2_con_box .flex .right ul{
    display: flex;
    justify-content: space-between;
}
.no2_con_box .flex .right li{
    flex-basis: 32%;
}
.no2_con_box .flex .right li dt{
    font-size: 1.6rem;
    font-weight: 600;
}
.no2_con_box .flex .right li dd{
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 8px;
}
.no2_con_box .flex2{
    display: flex;
    margin-top: 32px;
    max-height: 120px;
}
.no2_con_box .flex2 p{
    font-size: 1.6rem;
    font-weight: 600;
}

.no3 .con_ttl{flex-basis: 100%;}
.no3_con_box{
    margin-top: 80px;
}
.no3_con_box .flex{
    display: flex;
    justify-content: space-between;
}
.no3_con_box .flex .left{
    flex-basis: 57.5%;
    position: relative;
}
.no3_con_box .flex .right{
    flex-basis: 41.5%;
    position: relative;
}
.no3_con_box .fukidashi1,
.no3_con_box .fukidashi2{
    position: absolute;
    top: -50px;
    max-width: 150px;
}
.no3_con_box .fukidashi1{left: 20px;}
.no3_con_box .fukidashi2{left: 180px;}

.no4_5{
    display: flex;
    justify-content: space-between;
}
.no4,.no5{width: 100%;}

.no4 .con_ttl_area{
    margin-left: 15%;
}
.no5 .con_ttl_area{
    margin-left: 15%;
}



@media screen and (max-width: 768px) {
    /* 11.06 リニューアル */

.re_ranking{
    background-color: #D4E3D3;  
    padding: 0 0;  
    color: #595757;
}
.re_ranking h2{
    max-width: 80%;
    margin: auto;
}
.re_ranking h2 + p{
    font-size: 1.3rem;

}
.re_rank_img{
    padding-bottom: 40px;
    padding-top: 40px;
}

.no1,.no2,.no3,.no4,.no5{
    padding: 40px 0;
}

.con_ttl_area{
    position: relative;
    display: block;
    justify-content: space-between;
}
.con_ttl{
    flex-basis: 60%;
}
.con_ttl_area h3{
    margin: 0 0 24px;
    max-width: 80%;
}
.con_ttl_area dt{
    font-size: 1.6rem;
    line-height: 1.8;
}
.con_ttl_area dd{
    font-size: 1.3rem;
    margin-top: 16px;
}

.con_ttl_img_wrap{
    margin-top: 32px;
}
.con_ttl_img_wrap .fukidashi{
    max-width: 90%;
    margin: auto;
}
.con_ttl_img_wrap .con_ttl_mainimg{
    max-width: 100%;
    margin-left: auto;
}

.no1_con_box{
    padding: 24px 0 24px;
}
.no1_con_box .flex{
    display: block;
    justify-content: space-between;
}
.no1_con_box .flex .right{
    margin-top: 32px;
}
.no1_con_box .flex dt {
    font-size: 1.8rem;
}
.no1_con_box .flex dd {
    font-size: 1.3rem;
    margin-top: 8px;
    min-height: inherit;
}
.no1_con_box .flex .cap_box{
    margin-top: 16px;
    display: block;
}
.no1_con_box .flex .cap_box .cap{
    margin-top: 16px;
}
.no1_con_box .flex2{
    display:  block;
    justify-content: space-between;
    margin-top: 32px;
}
.no1_con_box .flex2 dl{
    flex-basis: 54%;
}
.no1_con_box .flex2 dt{
    font-size: 1.8rem;
}
.no1_con_box .flex2 dd{
    font-size: 1.3rem;
     margin-top: 8px;
}
.no1_con_box .flex2 .cap{
    flex-basis: 44%;
    margin-top: 16px;
}
.no1_sta{
    display: block;
}
.rank_img{
    background-color: #80ACA9;
    padding: 10% 10% 6%;
    margin-bottom: 16px;
}
.rank_img img{
    max-width: 80%;
    text-align: center;
    display: block;
    margin: auto;
}

.no2_con_box{
    padding: 24px 0 24px;
}
.no2_con_box .flex{
    display: block;
}
.no2_con_box .flex .left{
    flex-basis: 49%;
    display: block;
    justify-content: space-between;
}
.no2_con_box .flex .left dl{
    flex-basis: 50%;
}
.no2_con_box .flex .left dt{
    font-size: 1.8rem;
}
.no2_con_box .flex .left dd{
    font-size: 1.3rem;
        margin-top: 8px;
}
.no2_con_box .flex .left .cap_box{
    margin: 16px auto 0;
    max-width: 80%;
}
.no2_con_box .flex .right{
    margin-top: 32px;
}
.no2_con_box .flex .right ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.no2_con_box .flex .right li{
    flex-basis: 49%;
    margin-bottom: 24px;
}
.no2_con_box .flex .right li dt{
    font-size: 1.4rem;
}
.no2_con_box .flex .right li dd{
    font-size: 1.1rem;
    margin-top: 8px;
}
.no2_con_box .flex2{
    display: block;
    margin-top: 32px;
    max-height: 280px;
}
.no2_con_box .flex2 p{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 16px;
}
.no2_con_box .flex2 .cap{
    max-width: 80%;
    margin: auto;
}

.no3 .con_ttl{flex-basis: 100%;}
.no3_con_box{
    margin-top: 80px;
}
.no3_con_box .flex{
    display: block;
    justify-content: space-between;
}
.no3_con_box .flex .left{
}
.no3_con_box .flex .right{
    margin-top: 64px;
}
.no3_con_box .fukidashi1,
.no3_con_box .fukidashi2{
    position: absolute;
    top: -50px;
    max-width: 100px;
}
.no3_con_box .fukidashi1{left: 5px;}
.no3_con_box .fukidashi2{left: 110px;}

.no4_5{
    display: block;
    justify-content: space-between;
}
.no4,.no5{width: 100%;}

.no4 .con_ttl_area{
    margin-left: 24px;
    max-width: 60%;
}
.no5 .con_ttl_area{
    margin-left: 24px;
    max-width: 70%;
}
.no4 .con_ttl_area p{
    width: 140%;
}

}
