@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');
/* CSS Document */
body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Arial, sans-serif !important;
    margin: 0;
    background-color: #eee;
}
#content {
    margin: 0 auto;
    width: 750px;
    color: #000000;
}
p{
    font-size: 16px;
    color: #000000;
    line-height: 2;
    margin-bottom: 20px;
}
b{
    font-weight: bold;
}
.pc{
    display: block ;
}
.sp{
    display: none ;
}
.fwB{
    font-weight: bold;
}
.taC{
    text-align: center;
    font-weight:bold;
}
.taL{
    text-align: left!important;
}
.g_k {
    font-size: 10px !important;
    text-align: right;
    margin: 0;
    color: #949494 !important;
}
.w_k {
    font-size: 10px !important;
    text-align: right;
    margin: 0;
    padding: 0 3px 0 0;
    color: #fff !important;
}
.fsS{
    font-size: 11px;
    vertical-align: 34%;
}
.fsL{
    font-size: 22px;
}
.fcR{
    color: rgb(255, 0, 0);
}
.fcO{
    color: rgb(255 159 0);
}
.fcP{
    color: #e60084;
}
.fcK{
    color: #40bada;
}
.mtb20{
    margin: 20px 0;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}
.mb0{
    margin-bottom: 0!important;
}
.marker{
    background-color: #ff9;
    font-weight: bold;
}
img {
    width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
}
li {
    padding-left: 1em;
    text-indent: -1em;
}
footer {
    display: block;
    font-size: 13px;
    padding: 40px 30px;
    background: #565656;
    text-align: center;
    margin: 0 auto;
}
footer a{
    color: #fff;
}
h2 {
    background: #ffe4e4;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    margin: 45px 0 30px;
    border-left:10px solid #E31A1A;
}
h2 span{
    font-size: 16px;
}
h3{
    padding: 12px 0 12px 20px;
    margin: 30px 0 20px;
    font-size: 20px;
    color: #E31A1A;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}
.h3_bgG{
   background: #f5f5f5;
   text-align: left;
   padding: 2% 4%;
   color: #000;
   border-left: 5px solid #E31A1A;
}
.h3_bgG:first-child{
    margin: 0px 0 20px;
}
h4{
    font-weight: bold;
    font-size: 18px;
    border-left: 10px solid #E31A1A;
    padding-left: 10px;
    margin: 30px 0 20px;
}
section {
    margin: 0 auto;
    background-color: #fff;
    padding: 3% 20px 5%;
}

.area_blood{
    background: #fff;
    border-radius: 10px;
    padding: 3%;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
}
@media (max-width: 760px) {
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }
    p{
        font-size: 16px;
        line-height: 1.5;
    }
    h2 {
        font-size: 20px;
        line-height: 1.4;
        padding: 0.5rem 1rem;
    }
    h3{
        font-size: 18px;
    }
    section {
        padding: 3% 15px 5%;
    }
    #content {
        width: 100%;
    }
    .fsL{
        font-size: 18px;
    }
}

/*-------------コンテンツパーツ-------------*/
.writer{
    border: 1px solid #222;
    padding: 5% 6% 2%;
    border-radius: 20px;
    display: flex;
}
.icon{
    padding-right: 5%;
}
.icon p{
    text-align: center;
}

@media (max-width: 700px) {
    .spsmall{
        font-size: 12px;
    }
    .bun p{
        line-height: 1.2 !important;
    }
    .writer{
        padding-top: 7%;
    }
}


.video_area{
    display: flex;
}
.video_area img{
    width: 50%;
}
.video_area video{
    width: 100%;
}
.rank_ttl{
    background: #fff;
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    border: none;
    margin: 45px 0 0 0;
    text-align: center;
    background-color: #FF9F00;
}

.rank_ttl1{
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    border: none;
    margin: 45px 0 0 0;
    text-align: center;
    background: linear-gradient(45deg, #1f546f 0%, #027bba 70%, #1f546f 100%);
}

.rank_ttl2{
    padding: 1rem 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    border: none;
    margin: 45px 0 0 0;
    text-align: center;
    background-color: #34180d;
}

.product{
    padding: 3% 20px 5%;
    border: 2px solid #999;
    margin-bottom: 40px;
}
.product h4{
    padding: 12px 0;
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 2px solid #FF9F00;
    border-left: none;
}
.product h5{
    font-weight: bold;
    font-size: 18px;
    border-left: 10px solid #c9787f;
    border-bottom: 2px solid #c9787f;
    padding-left: 10px;
    margin: 30px 0 20px;
}
.sub_contents{
    border-radius: 20px;
    border: 2px solid #999;
}
.sub_ttl{
    background: #fde5ec;
    padding: 20px 0;
    text-align: center;
    color: #c9787f;
    font-weight: bold;
    font-size: 18px;
    border-radius: 20px 20px 0 0;
}
.sub_inner{
    padding: 3% 20px;
}
.review{
    border: 1px solid #222;
    padding: 3% 20px;
    background: #fff;
    margin-bottom: 30px;
}
.review_ttl{
    color: #c9787f;
    font-size: 24px;
    font-weight: bold;
}

/*-------------比較表-------------*/
.tabletitle{
    text-align: center;
    border: solid 2px #E31A1A;
}
h2.ranktable_ttl{
    background: #ffe4e4;
    font-size: 1.6em;
    text-align: center;
    border: 3px solid #E31A1A;
}
.redbig{
    font-size: 1.2em;
    color: #E31A1A;
}

.rankTable {
    border: 10px solid #fde5ec;
    border-top: 10px solid #fde5ec;
    border-width: 10px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 0 auto;
}
.rankTable table {
    border-collapse: collapse;
    table-layout: fixed;
    color: #222;
    text-align: center;
}
.rankTable table td {
    font-size: 11px;
    padding: 1.5% 1%;
    line-height: 1.5;
    vertical-align: middle;
    width: 110px;
}
.star_orenge{
   color: #ff7510;
}
.rankTable table img {
    max-width: 100%;
    margin: 0 auto;
}
.rankTable a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
}
.rankTable table tr {
    border-top: 1px solid #cdd4d0;
}
.rankTable table tr th {
    background: #E31A1A;
    color: #fff;
    border-radius: 0;
    /*	padding: 0.5% 0;*/
    font-weight: bold;
    font-size: 13px;
    width: 100px;
    line-height: 1.3;
    position: sticky;
    left: 0;
    z-index: 5;
}
.rankTable td {
    border-right: 1px solid #cdd4d0;
    text-align: center;
}
.rankTable td:first-child{
    background: #cdd4d0;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table tr:first-child th:last-child,
.rankTable table tr:last-child th:last-child {
    border-right: none;
}
.rankTable td {
    font-size: 13px;
}
.rankTable td.txt_only {
    font-size: 1.5rem;
    color: #333333;
    padding: 2.5% 0;
}
.y_bg {
    background: #feffdf;
}
.chart_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #ff7510;
    box-shadow: 0 5px 0 0 #ce6010;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart_btn a{
    color: #fff;
    font-size: 15px;
}
.chart02_btn {
    border-radius: 5px;
    padding: 5px;
    background-color: #E31A1A;
    box-shadow: 0 5px 0 0 #d4396a;
    text-align: center;
    margin: 5px auto;
    position: relative;
    line-height: 1.3;
    color: #fff;
    font-size: 15px;
}
.chart02_btn a{
    color: #fff;
    font-size: 15px;
}
.rankTable td.not::before {
    content: "△";
    color: #ffe20f;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.good::before {
    content: "〇";
    font-weight: bold;
    color: #9de6f3;
    font-size: 250%;
    line-height:1.2
}
.rankTable td.berry::before {
    content: "◎";
    font-weight: bold;
    color: #ff3a3a;
    font-size: 250%;
    line-height:1.2
}
@media (max-width: 760px) {
    .chart_btn a{
        font-size: 12px !important;
    }
    .chart_btn02 a{
        font-size: 12px !important;
    }
    .rankTable a {
        font-size: 12px;
        line-height: 1;
    }
    .rankTable table {
        width: 100%;
    }
    .rankTable {
        border: 5px solid #fde5ec;
        border-top: 5px solid #fde5ec;
        width: 100%;
        overflow-x: scroll;
    }
    .rankTable table tr th{
        width: 80px;
    }
    .chart_btn,.chart02_btn{
        width: 100%;
        padding: 2px 0;
    }
    .rankTable table img {
        height: 50px;
        object-fit: contain;
    }
}

/*ランク*/
.rank{
    background: #fff;
    padding: 3% 20px 5%;
}
.rank h2{
    display: flex;
    align-items: center;
    padding: 2%;
    background: linear-gradient(90deg,#DBB252 0%,#EFD895 100%);
    margin: 3% 0 0;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    border: none;
}
.rank h2 img {
    width: 50px;
    margin: 0 20px 0 10px;
}
.flow{
    border:1px solid #E31A1A;
    margin: 30px 0;
    border-radius: 20px;
    background: #fff;
}
.flow_ttl{
    background: #E31A1A;
    padding: 16px;
    margin: 0;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
}
.flow_inner{
    padding: 30px 20px;
}
.flow_inner h4{
    color: #E31A1A;
    font-weight: bold;
    margin: 30px 0 20px;
    font-size: 18px;
}
.flow_inner h4 span{
    background-color: #E31A1A;
    padding: 5px 12px;
    color: #fff;
    margin-right: 15px;
}

@media (max-width: 760px) {
    .rank h2{
        font-size: 20px;
        padding: 2% 4%;
    }
    .flow_inner h4{
        margin: 20px 0 15px;
    }
    .flow_inner h4 span{
        padding: 2px 8px;
        margin-right: 7px;
    }
    .rank h2 img{
        width: 10%;
        margin: 0 9px 0;
    }
}
/*-------- mini table --------*/
.mini_table{
    margin: 0 auto 25px;
    border: 2px solid #cfcfcf;
    width: 100%;
    background: #fff;
}
table.mini_table th, table.mini_table td{
    border: 1px dotted #cfcfcf;
    padding: 2% 1%;
    text-align: center;
    vertical-align: middle;
    width: 25%;
    line-height: 1.5;
}
table.mini_table th {
    background-color: #cfcfcf;
    border: 1px dotted #fff;
    line-height: 1.2rem;
    font-weight: bold;
}
@media (max-width: 760px) {
    .scroll {
        display: block;
        font-size: 0.8rem;
        color: #999;
        margin-bottom: 0;
    }
    .scrollbox{
        display: block;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .mini_table{
        width: 710px;
        font-size: 12px;
    }
    table.mini_table th, table.mini_table td{
        padding: 5px 1%;
    }
}

/*-------- cta --------*/
.cta{
    text-decoration: none;
}
.fas{
    font-family: Font Awesome\ 5 Free;
    padding-left: 20px;
}
.fas:before {
    content: "\f105";
}
.btn-label{
    display: block;
    margin: 0 auto 40px;
    width: 65%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 3rem;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    background: -webkit-linear-gradient(top, #8BC34A 0%, #009625 100%);
    background: linear-gradient(to bottom, #8BC34A 0%, #009625 100%);
    box-shadow: 0 5px 10px rgba(58, 76, 58, .2);
    box-sizing: border-box;
}
.shine{
    position: relative;
    overflow: hidden;
}
.shine::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: .2s;
    -webkit-animation: shiny 3s ease-in-out infinite;
    animation: shiny 3s ease-in-out infinite;
}
@-webkit-keyframes shiny{
    0%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80%{
        -webkit-transform: scale(0) rotate(45deg);
        opacity: .5;
    }
    81%{
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100%{
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
@media (max-width: 760px) {
    .btn-label{
        font-size: 1.2rem;
        width: 100%;
        padding: 1rem 20px;
    }
}

.header01{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(190, 60, 73,0.75);
    z-index: 10;
    text-align: center;
}
.header01 p{
    font-style: italic;
    color: #fff;
    font-family: 'Asap Condensed', sans-serif;
    margin: 0 auto;
    width: 100%;
}
#content{
    padding-top: 50px;
}
h1{
    font-weight: bold;
}
.balloon_box2{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.balloon_box2>div:first-child{
    width: 15%;
}
.balloon_box2>div:first-child picture img{
    border-radius: 50%;
}
.balloon_box2>div:first-child .name2{
    display: block;
    text-align: center;
    font-size: 13px;
    margin-top: 5px;
}
.balloon_box2>div:last-child{
    width: 80%;
    border-radius: 10px;
    background-color: #FFF2CC;
    position: relative;
    padding: 10px;
}
.balloon_box2>div:last-child::after{
    content: '';
    position: absolute;
    top: 15px;
    right: 100%;
    border: 12px solid transparent;
    border-right: 12px solid #FFF2CC;
}
.product>p:first-child{
    text-align: center;
    margin: 0;
    font-weight: bold;
}
.cta_flex,
.detail_flex{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
}
.detail_flex{
    align-items: stretch;
}
.cta_flex p{
    color: #f20000;
    font-weight: bold;
    font-size: 13px;
    margin: 0 5px 0 0;
    display: block;
    text-align: center;
    width: 15%;
}
.cta_flex a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    background: -webkit-linear-gradient(top, #8BC34A 0%, #009625 100%);
    background: linear-gradient(to bottom, #8BC34A 0%, #009625 100%);
    box-shadow: 0 5px 10px rgba(58, 76, 58, .2);
    box-sizing: border-box;
    text-decoration: none;
    width: 85%;
}
.rank_ttl{
    margin-top: 10px;
}
.popUp_box{
    background-color: #FF9F00;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 20px auto 0;
}
.popUp_box::after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 45%;
    border: 12px solid transparent;
    border-bottom: 12px solid #FF9F00;
}
.other_cta{
    display: block;
    background: -webkit-linear-gradient(top, #8BC34A 0%, #009625 100%);
    background: linear-gradient(to bottom, #8BC34A 0%, #009625 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0;
}
.other_cta.rakuten{
    background: #bf0000;
}
.other_cta.official{
    background: #ffbd50;
}
.detail_flex>a{
    display: block;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 0;
}

.detail_flex.first_box>a:first-child{
    padding-top: 30px;
}
.detail_flex>a:last-child{
    width: 100%;
    background: -webkit-linear-gradient(top, #8BC34A 0%, #009625 100%);
    background: linear-gradient(to bottom, #8BC34A 0%, #009625 100%);
}
.detail_flex>a.rakuten:last-child{
    background: #bf0000;
}
.detail_flex>a.official:last-child{
    background: #ffcb75;
}

.contenedor{
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    background-color: #f3f3f3;
    padding: 7% 6%;
    margin: 5%;
}
.expand {
  height: 90px;
  overflow: hidden;
}
.expand li{
    border-bottom: 1px dotted#abb1ad;
}
.expand ul li a, .column ul li a{
    color: #666;
    text-decoration: none;
}
.expand ul li+li{
    margin-top: 10px;
}
@media (max-width: 700px) {
    .expand li a{
        font-size: 12px !important;
    }
    .expand {
        height: 110px;
        overflow: hidden;
      }
}
.show_more,
.show_more2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255, 0) 0%,
    rgb(255, 255, 255, 1) 40%
  );
  cursor: pointer;
  transition: bottom 0.2s;
}
.active {
  background: none;
  bottom: -80px;
}
.show_more span{
    background-color: #E31A1A;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
}

.scroll_txt{
    display: block;
    color: #999999;
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
}

.rankTable{
    overflow-x: scroll;
}
.rankTable table{
    width: 1350px;
}
.rankTable table tr th{
    background-color: #be3c49 !important;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 6%;
}
@media (max-width: 760px) {
    .rankTable table tr th{
        width: 5%;
    }
}
.rankTable table tr th,

.rankTable table tr td{
    padding: 5px;
    vertical-align: middle;
}
.rankTable td:nth-child(2){
    /*background-color: #FF9F00;*/
    font-weight: bold;
}

/*.rankTable tr td a{*/
/*    display: block;*/
/*    background-color: #FF9F00;*/
/*    border-radius: 5px;*/
/*    color: #fff;*/
/*    padding: 6px 0;*/
/*    box-shadow: 0 3px 0 #c96211;*/
/*    margin-bottom: 3px;*/
/*}*/

.pro_min_table table{
    width: 100%;
    border-collapse: collapse;
}
.pro_min_table table th{
    width: 25%;
    background-color: #ffdf79;
    text-align: center;
    font-weight: bold;
}
.pro_min_table table th,
.pro_min_table table td{
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #a5a5a5;
}
.pro_min_table table td .star{
    color: #FBBC04;
}
.anno{
    display: block;
    font-size: 10px;
    color: #aaa;
    text-align: right;
}
.anno2{
    font-size: 10px;
    color: #aaa;
}
h6{
    background-color: #FF9F00;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin: 30px auto 10px;
}
h6 span{
    font-size: 0.7em;
}
.review_wrapper{
    height: 300px;
    overflow-y: scroll;
    margin: 20px auto;
    padding: 5px;
    background-color: #f1f1f1;
}
.review_child{
    border: 2px solid #FF9F00;
    padding: 10px;
    background-color: #fff;
}
.review_child+.review_child{
    margin-top: 10px;
}
.review_child .ttl{
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.review_child .name{
    color: #999;
    margin: 0;
}
.review_child>div:first-child{
    border-bottom: 1px solid #ddd;
}
.review_child>div:last-child{
    padding: 10px 0;
}
.review_child>div:last-child p:first-child{
    font-size: 15px;
}
.db_lead{
    display: block;
    text-align: center;
    margin: 20px auto 0;
}
.detailPage_btn{
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    line-height: 1.3;
    padding: 10px 0;
    background: linear-gradient(to bottom, #FF9F00 0%, #ff7b00 100%);
    font-weight: bold;
    border-radius: 5px;
}
.detailPage_btn.rakuten{
    background: #bf0000;
    margin: 20px auto 0;
}
.detailPage_btn.other{
    background: #ffcb75;
    margin: 20px auto 0;
}
.detailPage_btn+p{
    font-size: 13px;
    text-align: center;
    display: block;
}

@media screen and (max-width: 760px){
    h3{
        padding: 10px 0;
        text-align: center;
    }
    .cta_flex p{
        width: 27%;
    }
    .cta_flex a{
        width: 75%;
    }
    .pro_min_table table th,
    .pro_min_table table td{
        font-size: 13px;
    }
    .rankTable table{
        width: 1500px;
        width: 1200px;
    }
    .rankTable table tr td {
        padding: 0px 5px;
        width: 80px;
        height: 30px;
    }
}

/*おすすめ**/
.goods_txt{
	background: #fff9e6;
    border-radius: 20px;
    padding: 3%;
    margin: 2% 0 5%;
    border: 2px solid #E31A1A;
}
.red{
	color: #E31A1A;
}
.blue{
    color: blue;
}
.mt20{
	margin-top: 20px;
}
.center{
    text-align: center;
}

.flavan_cta {
    background-color: #bbb;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    display: block;
}
.rankTable tr td .rank01{
    color: #000000;
    font-size: 11px;
    line-height: 1.5;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.site_btn01 {
    display: block;
    background-color:#3dbb00;
    box-shadow: 0 3px 0px 0 #226800;
    border-radius: 5px;
    color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}

.site_btn02 {
    display: block;
    background-color:#FF9F00;
     box-shadow: 0 3px 0px 0 #ce8307;
     border-radius: 5px;
     color: #fff;
    padding: 6px 0;
    margin-bottom: 3px;
}

/*240216**/
a.floatingbtn {
    position: fixed;
    bottom: 2%;
    right: 10%;
    width: 260px;
    z-index: 1;
}
@media screen and (max-width: 760px){
    a.floatingbtn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 175px;
}
}

.acc_content_wrapper+p
.acc_content_wrapper>p:last-child {
    display: none;
}

.acc_content_wrapper {
    position: relative;
    padding: 3px;
}
.box {
    border:1px solid #ff8c61;
    border-radius:10px;
    background-color:#fff;
    padding: 2%;
    }
.review_header {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding:4px 10px 10px;
    line-height:1.2;
    border-bottom:1px solid #d9d9d9;
}
.review_header figure {
    margin-right:10px; margin-top: 3px;
}
.review_header img {
    width:60px; height:auto;
}
.profile ul {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    font-size:0.8125rem;}
.profile ul .name {
    font-size:17px;
}
.commentArea {
    font-size:1.00rem; padding:10px 25px 10px 10px; line-height:1.4;
}
.commentArea_s {
    font-size:0.90rem; padding:5px 10px; line-height:1.4;
}
.commentArea:after {
    content:''; display:table; clear:both;
}
article {
    position:relative;
}
article .comment_koushiki {
    position:absolute; right:-14px; top:50px;
}
article .comment_koushiki img {
    width:40px; z-index:300;
}
.voice h4 {
    text-align: center;
    margin-bottom: 0;
}


.txt_title {
    background:#ffdaa5;
     padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.5;
    margin: 45px 0 30px;
    border-left:10px solid #ffa400;
}

.tac {
    text-align :center;
    font-weight:bold;
}

.cta {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}
.cta a {
    color: #fff;
    text-decoration: none;
    background-color: #009625;
    border-radius: 5px;
    padding: 10px;
    width: 60%;
}
.cta p {
    margin: 0;
    line-height: 1.4;
}
@media screen and (max-width: 760px){
    .cta {
        justify-content: space-between;
    }
    .cta a {
        width: 65%;
    }
}

/*離脱ポップ*/
#exitPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1001;
  }
  
   #exitPopup .close-btn {
    position: absolute;
    top: -51px;
    right: 10px;
    background: none;
    border: none;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
  }
  
   #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
  
  @media screen and (max-width: 767px) {
     #exitPopup {
      width: 87%;
    }
  }
  
  /*ハンバーガーメニュー*/
header {
    background: #ef7275;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
}
.hamburger {
    width: 20px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 12px 0 12px auto;
    z-index: 1100;
}
.hamburger span {
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: 0.4s;
}
.nav-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f1f1;
    padding-top: 50px;
    transform: translateY(-100%);
    transition: transform 0.4s 
ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 5;
}
.nav-menu.active {
    height: 30px;
    transform: translateY(0);
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    background: #ef7275;
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background: #ef7275;
}
.rankTable a.fs_title{
    font-size: 11px;
}