@charset "UTF-8";
@-ms-viewport {width: device-width;}
@font-face{
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 300;
}

@font-face{
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: 500;
}

@font-face{
    font-family: "Original Yu Gothic";
    src: local("Yu Gothic");
    font-weight: bold;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}
@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none)  {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}
@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

body {
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background: url(../images/bg01.gif);}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;}
a, a:link, a:active, a:visited {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;}
a{
    display: block;
}
a:hover {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.mincho,
main h2,
main h3,
main h4,
.sidemenu_ttl,
#sidemenu_1 ul li span,
.footermenu h4,
.footer_ttl,
.sitettl a,
.subpagettl01,
.pagenav span,.pagenav a,
#archive .cate_navi li a{
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;}
.cf:after {
    clear: both;}
/* For IE 6/7 only */
.cf {
    *zoom: 1;}

h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.inner{
    width: 1030px;
    margin: 0 auto;
    padding: 0 1rem;
}


/*btn style*/
.btn_01 a{
    background: #42bac3;
    color: #fff;
    padding: 2px;
    text-align: center;
    position: relative;
    border: 2px solid #fff;
    border-radius: 3px;
}
.btn_01 a:after{
    content: "\f054";
    font-family: FontAwesome;
    position: relative;
    margin-left: 5px;
}
.btn_01 a:hover{
    background: #4ed3dd;
}
.bar{
    width: 75%;
    height: 5px;
    padding: 0 2rem;
    margin: 0 auto;
    background: #2c43a6;
    background: -moz-linear-gradient(left, #2c43a6 25%, #2caab9 25%, #2caab9 50%, #c5dbf5 50%, #c5dbf5 75%, #98c3f5 75%, #98c3f5 100%);
    background: -webkit-linear-gradient(left, #2c43a6 25%,#2caab9 25%,#2caab9 50%,#c5dbf5 50%,#c5dbf5 75%,#98c3f5 75%,#98c3f5 100%);
    background: linear-gradient(to right, #2c43a6 25%,#2caab9 25%,#2caab9 50%,#c5dbf5 50%,#c5dbf5 75%,#98c3f5 75%,#98c3f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c43a6', endColorstr='#fb9b96',GradientType=1 );
}

/*header*/
header{
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 7px -3px rgba(0,0,0,0.2);
}
header .inner{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
header .sitettl{
    background: #2e229d;
    width: 230px;
}
header .sitettl a{
    color: #fff;
    font-size: 20px;
    padding: 1rem 30px;
}
/* header */

.header-area {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 1;
}
.header-area >.bar{
    width: 100%;
}

.header-area-in{
    position: relative;
    margin: 0 auto;
}
/* transition */
.header-area,
.header-area:after,
.header-area .site-title,
.dropmenu >li,
.dropmenu >li >a {
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
/* Fixed */
.header-area.fixed {
    position: fixed;
    background: rgba(255,255,255,1);
    padding: 0;
    box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.6);
}
.header-area.fixed .sitettl {
    width: 245px;
}
.header-area.fixed:after {
    width: 100%;
    margin-top: 20px;
}
.header-area.fixed .dropmenu >li >a {
    font-size: 90%;
    padding: 5px 10px;
}
.header-area.fixed .sitettl a{
font-size: 14px;
    padding: 10px 30px;
    }
/*nav*/
/* grovalnav */
.grovalnav {
    width: calc(100% - 250px);
}
.grovalnav >ul {
    width: 100%;
    margin: 0 auto;
}
.grovalnav li{
    float: left;
}
.grovalnav li > a {
    color: #242424;
    font-size: 16px;
    text-decoration: none;
}
.grovalnav li > a:hover {
    color: #2e229d;
}
/*nav*/
.slicknav_menu{
    display: none;
}
.dropmenu{
    *zoom: 1;
    list-style-type: none;
    padding: 0;
}
.dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
}
.dropmenu:after{
    clear: both;
}
.dropmenu li{
    position: relative;
    width: 25%;
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
.dropmenu li .bar{
    height: 2px;
}
.dropmenu li a{
    display: block;
    margin: 0;
    padding: 2rem 0;
    color: #242424;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    border-right: 1px solid #ecf3fc;
}
.dropmenu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background: #fff;
}
.dropmenu li ul li{
    width: 100%;
    margin: 0;
    padding: 0;
}
.dropmenu li ul li a{
    padding: 13px 15px;
    text-align: left;
}
.dropmenu li:hover > a{
    color: #6459c9;
}
.dropmenu li a:hover{
    color: #6459c9;
}
#fade-in li ul{
    visibility: hidden;
    opacity: 0;
    transition: 0s;
}
#fade-in li:hover ul{
    visibility: visible;
    opacity: 1;
}
#fade-in li ul li a{
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    font-size: 90%;
}
#fade-in li:hover ul li a{
    visibility: visible;
    opacity: 1;
}
/*mainvisual*/
.mainvisual{
    background: url(../images/mainvisual.png);
    background-size: cover;
    padding: 75px 1rem 115px;
    margin-bottom: 30px;
}
/*#wrap 共通*/
#wrap,#sub_wrap{
    margin-bottom: 70px;
}
main{
    width: 700px;
    float: left;
}
aside{
    width: 280px;
    float: right;
}
/*main 共通*/
main section{
    margin-bottom: 30px;
}


/*#sec1---脱毛関連コラム*/
#sec1{
    background:#fff;
    background-position: top 20px left 20px;
    border: 1px solid #98c3f5;
    padding: 0 1.5rem 2rem;
}
#sec1 h2{
    color: #1b257e;
    font-size: 32px;
    margin: 20px auto;
}
#sec1 h2 span{
    color: #c5dbf5;
    font-size: 20px;
}
.sec1_txt{
    background: url(../images/sec1_img1.png)no-repeat #fff;
    background-position: bottom 0px left 0px;
    padding: 10px 0 10px 215px;
}
.sec1_li_ttl{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 10px;
}
.sec1_li_ttl h3{
    padding: 13px 0 5px;
    color: #2e229d;
    font-size: 118%;
}
.sec1_li_ttl img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
#sec1 ul{
    background: #f1f6fb;
    padding: 1rem;
}
#sec1 ul li{
    background: #f1f6fb;
    padding: 0 10px 10px 0;
    width: 32%;
    height: 230px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px
}
#sec1 ul li >a:before,
#sec1 ul li >a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#sec1 ul li >a:before {
    top: 0;
    right: 0;
    border-top: 1px solid #2e229d;
    border-right: 1px solid #2e229d;
}
#sec1 ul li >a:after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #2e229d;
    border-left: 1px solid #2e229d;
}
#sec1 p{
    font-size: 85%;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 10px;
}
#sec1 .btn_01{
    width: 100%;
    position: absolute;
    bottom: 10%;
}
#sec1 .btn_01 a{
    margin: 0 10px 0 20px;
}
#sec1 ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
}
#sec1 ul li >a:hover:before,
#sec1 ul li >a:hover:after{
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#sec1 ul li >a:hover:before{
    width: 80%;
    height: 100%;
}
#sec1 ul li >a:hover:after{
    width: 100%;
    height: 80%;
}
#sec1 ul li:hover{
    background: rgba(255, 255, 255, 0.52);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*#sec2---おすすめ医院、、フェミークリニックとは？*/
#sec2{
    background: #def3f4;
    padding: 10px;
}
.sec2_inner{
    border: 2px solid #fff;
    padding: 10px;
}
.sec2_inner .cf img{
    float: right;
    width: 142px;
    margin-right: 1rem
}
#sec2 h2{
    color: #01abb8;
    font-size: 24px;
    padding: 3rem 1rem;
}
#sec2 h3{
    font-size: 18px;
    padding: 0 1rem 5px;
    border-bottom: 2px solid #2caab9;
    margin-bottom: 5px;
}
#sec2 p{
margin-bottom: 20px;
}
/*#sec3---脱毛おすすめランキング*/
#sec3{
    background: #fff;
    padding: 0 1rem 2rem;
    border: 1px solid #c5dbf5;
}
#sec3 h2{
    font-size: 32px;
    text-align: center;
    color: #b87812;
    margin-bottom: 10px;
}
#sec3 h2 span{
    color: #e6c37a;
}

#sec3 .bar{
    background: #dbb677;
    background: -moz-linear-gradient(left, #dbb677 0%, #dbb677 18%, #dbb677 18%, #dbb677 18%, #f1d689 19%, #f1d689 40%, #cececd 40%, #cececd 59%, #cececd 59%, #b9a190 59%, #b9a190 59%, #b9a190 81%, #ddcdc2 81%, #ddcdc2 100%);
    background: -webkit-linear-gradient(left, #dbb677 0%,#dbb677 18%,#dbb677 18%,#dbb677 18%,#f1d689 19%,#f1d689 40%,#cececd 40%,#cececd 59%,#cececd 59%,#b9a190 59%,#b9a190 59%,#b9a190 81%,#ddcdc2 81%,#ddcdc2 100%);
    background: linear-gradient(to right, #dbb677 0%,#dbb677 18%,#dbb677 18%,#dbb677 18%,#f1d689 19%,#f1d689 40%,#cececd 40%,#cececd 59%,#cececd 59%,#b9a190 59%,#b9a190 59%,#b9a190 81%,#ddcdc2 81%,#ddcdc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb677', endColorstr='#ddcdc2',GradientType=1 );
    margin-bottom: 20px;
}
#sec3 p{
    padding: 0 1rem;
    margin-bottom: 10px;
}
#sec3 .btn_01{
    width: 60%;
    margin: 0 auto;
    padding: 5px 2px;
}
/*下層ランキングページ*/
/*共通*/
.read_txt{
    margin-bottom: 60px;
}
.rank_box{
    background: #fff;
    padding: 0 2rem 1rem;
    border: 1px solid #c5dbf5;
    margin-bottom: 20px;
}
.rank_img {
    margin-bottom: 20px;
}
.rank_box .btn_01 a{
    padding: 10px;
}
.rank_box h2{
    font-size: 32px;
    color: #37448d;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.rank_box h2:before{
    margin:0 5px 0 0;
    content:" ";
    display:inline-block;
    width:50px;
    height:38px;
    background:url(../images/crown-01.svg);
    background-size:contain;
    vertical-align:text-bottom;
}
.rank_box_right{
    float: right;
    width: 230px;
}
.rank_box_left{
    float: left;
    width: 400px;
}
/*順位別*/
#rank1 h2:before{
    background:url(../images/crown-01.svg);
}
#rank1 .bar{
    background: #dbb677;
    background: -moz-linear-gradient(-45deg, #dbb677 50%, #f7e09d 50%);
    background: -webkit-linear-gradient(-45deg, #dbb677 50%,#f7e09d 50%);
    background: linear-gradient(135deg, #dbb677 50%,#f7e09d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb677', endColorstr='#f7e09d',GradientType=1 );
    margin-bottom: 20px;
}
#rank2 h2:before{
    background:url(../images/crown-02.svg);
}
#rank2 .bar{
    background: #cececd;
    background: -moz-linear-gradient(-45deg, #cececd 50%, #e7e7e7 50%);
    background: -webkit-linear-gradient(-45deg, #cececd 50%,#e7e7e7 50%);
    background: linear-gradient(135deg, #cececd 50%,#e7e7e7 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cececd', endColorstr='#e7e7e7',GradientType=1 );
    margin-bottom: 20px;
}
#rank3 h2:before{
    background:url(../images/crown-03.svg);
}
#rank3 .bar{
    background: #b9a190;
    background: -moz-linear-gradient(-45deg, #b9a190 50%, #ddcdc2 50%);
    background: -webkit-linear-gradient(-45deg, #b9a190 50%,#ddcdc2 50%);
    background: linear-gradient(135deg, #b9a190 50%,#ddcdc2 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a190', endColorstr='#ddcdc2',GradientType=1 );
    margin-bottom: 20px;
}
#rank4 h2:before{
    background:url(../images/crown-04.svg);
    width:30px;
    height:23px;
}
#rank5 h2:before{
    background:url(../images/crown-05.svg);
    width:30px;
    height:23px;
}
#rank4 .bar,
#rank5 .bar{
    background: #99b6df;
    background: -moz-linear-gradient(-45deg, #99b6df 50%, #bccde6 50%);
    background: -webkit-linear-gradient(-45deg, #99b6df 50%,#bccde6 50%);
    background: linear-gradient(135deg, #99b6df 50%,#bccde6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b6df', endColorstr='#bccde6',GradientType=1 );
    margin-bottom: 20px;
}
#rank4 h2,#rank5 h2{
    font-size: 26px;
}


/*aside 共通*/
.sidemenu{
    background: #fff;
    border: 1px solid  #c5dbf5;
    margin-bottom: 15px;
}
.sidemenu .bar{
    margin-bottom: 15px;
}
.sidemenu_ttl{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

/*#sidemenu_1 サイド脱毛おすすめランキング*/
#sidemenu_1 ul li{
    border-top: 1px solid #c5dbf5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-left;
}
#sidemenu_1 ul li a{
    padding: 17px 10px;
    width: calc(100% - 13px);
}
#sidemenu_1 ul li a:hover {
    background: #ecf2f9;
}
#sidemenu_1 ul li span{
    padding: 17px 0;
    color: #fff;
    width: 13px;
    text-align: center;
}
#sidemenu_1 ul .sidemenu_1_list1 span{
    background: #dbb677;
    background: -moz-linear-gradient(-45deg, #dbb677 50%, #f7e09d 50%);
    background: -webkit-linear-gradient(-45deg, #dbb677 50%,#f7e09d 50%);
    background: linear-gradient(135deg, #dbb677 50%,#f7e09d 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbb677', endColorstr='#f7e09d',GradientType=1 );
}
#sidemenu_1 ul .sidemenu_1_list2 span{
    background: #cececd;
    background: -moz-linear-gradient(-45deg, #cececd 50%, #e7e7e7 50%);
    background: -webkit-linear-gradient(-45deg, #cececd 50%,#e7e7e7 50%);
    background: linear-gradient(135deg, #cececd 50%,#e7e7e7 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cececd', endColorstr='#e7e7e7',GradientType=1 );
}
#sidemenu_1 ul .sidemenu_1_list3 span{
    background: #b9a190;
    background: -moz-linear-gradient(-45deg, #b9a190 50%, #ddcdc2 50%);
    background: -webkit-linear-gradient(-45deg, #b9a190 50%,#ddcdc2 50%);
    background: linear-gradient(135deg, #b9a190 50%,#ddcdc2 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9a190', endColorstr='#ddcdc2',GradientType=1 );
}
#sidemenu_1 ul .sidemenu_1_list4 span,
#sidemenu_1 ul .sidemenu_1_list5 span{
    background: #99b6df;
    background: -moz-linear-gradient(-45deg, #99b6df 50%, #bccde6 50%);
    background: -webkit-linear-gradient(-45deg, #99b6df 50%,#bccde6 50%);
    background: linear-gradient(135deg, #99b6df 50%,#bccde6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99b6df', endColorstr='#bccde6',GradientType=1 );
}
/*#sidemenu_2 おすすめ医院はこちら*/
#sidemenu_2{
    padding: 0 0 1rem;
}
#sidemenu_2 ul{
    padding: 0 1rem;
}
#sidemenu_2 ul li{
    margin-bottom: 10px;
}
#sidemenu_2 ul li img{
    width: 100%;
    height: auto;
}
/*#sidemenu_3 脱毛関連コラム*/
#sidemenu_3{
    padding: 0 0 1rem;
}
#sidemenu_3 ul{
    padding: 0 1rem;
}
#sidemenu_3 ul li a{
    padding: 5px 0;
    color: #2c43a6
}
#sidemenu_3 ul li a:hover{
    color: #415ed9
}
#sidemenu_3 img{
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
#sidemenu_3 a{
    display: inline-block;
}
#sidemenu_3 .btn_01{
    margin-top: 10px;
}
#sidemenu_3 .btn_01 a{
    color: #fff;
    display: block;
}
#sidemenu_3 .btn_01 a:hover{
    color: #fff;
}

/*footer*/
footer{
    margin: 0 auto;
    background: #2e229d;
}
footer .footer_wrap{
    padding: 50px 2rem 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items:center;
    width: 1000px;
    margin: 0 auto;
}
.footer_ttl{
    width: 18%;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}
footer .footermenubox{
    width: 80%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    border-left: 1px solid #677fa2;
}
.copylight{
    background: #1b257e;
    text-align: center;
    color: #fff;
    font-size: 10px;
    padding: 3px 1rem
}
.footermenu{
    width: 32%;
    padding: 0 1%;
    border-right: 1px solid #677fa2;
    margin-bottom: 20px;
}
.footermenu:last-child{
    border-right: none;
}
.footermenu h4{
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
}
.footermenu ul li a{
    color: #fff;
    padding: 2px 30px 2px 15px;
    position: relative;
}
.footermenu ul li a:hover{
    color: #bccde6
}
.footermenu ul li a:before{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: #fff;
    width: 10px;
    height: 1px;
}
.totop{
    position: fixed;
    bottom:  10px;
    right: 10px;
}
/*下層共通*/
.sub_mainvisual{
    background: url(../images/subpage_header.jpg)right;
    background-size: cover;
    height: 70px;
    margin-bottom: 30px;
}
.eyecatch{
    margin-bottom: 30px;
}
.eyecatch img{
    width: 100%;
    height: auto;
}
#pannav{
    padding: 7px 1rem;
    color: #2e229d;
    font-size: 80%;
    text-align: right;
}
#pannav a{
    color: #2e229d;
}
#pannav span{
    display: inline-block;
}
/*タイトル*/
.subpagettl01{
    color: #383459;
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.1;
    padding: 10px 0 10px 20px;
    border-left: 5px solid #2e229d;
    font-weight: bold;
}

/*base_style基本style*/
.base_style{
    padding: 0 1rem;
}
.base_style h2,
.base_style h3,
.base_style h4,
.base_style h5,
.base_style h6{
    margin: 30px auto 20px;
    line-height: 1.1;
    font-weight: bold;
}
main .base_style h2{
    color: #fff;
    text-align: left;
    font-size: 22px;
    background: #2e229d;
    padding: 15px;
    letter-spacing: 0;
}
.base_style h3{
    padding: 5px 0 5px 30px;
    font-size: 22px;
    position: relative;
    color: #2e229d
}
.base_style h3:before{
    content: "";
    background: #2e229d;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
}
.base_style h4{
    padding: 2px 0;
    font-size: 16px;
    border-bottom: 2px solid #c2dcf5;
    color: #2e229d
}
.base_style p{
    font-size: 14px;
    line-height: 1.75;
    padding-bottom: 1em;
}
.base_style p:after {
    clear: both;
}
.base_style p:before, .base_style p:after {
    content: " ";
    display: table;
}
.base_style .alignleft{
    float: left;
    margin-right: 10px;
}
.base_style .alignright{
    float: right;
    margin-left: 10px;
}
.base_style .alignnone,
.base_style .aligncenter{
    max-width: 900px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
/*コラム一覧*/
#archive ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0 1rem;
    margin-bottom: 35px;
}
#archive li{
    width: 48%;
    padding: 10px;
    background: url(../images/icon_10.png)no-repeat #fff;
    background-position: bottom 10px right 10px;
    border: 1px solid #eee;
    margin: 1%;
}
.archive_eyecatch{
    margin-bottom: 5px;
}
.archive_eyecatch img{
    width: 100%;
    height: auto;
}
#archive li h2{
    font-size: 19px;
    margin-bottom: 3px;
}
#archive li p{
    font-size: 12px;
    margin-bottom: 20px
}
#archive li .date{
    font-size: 12px;
    color: #37b1c0;
}
.pagenav{
    text-align: center;
}
.pagenav span,.pagenav a{
    display: inline-block;
    padding: 1rem;
    font-size: 25px;
    color: #37b1c0;
}
.pagenav .current,
.pagenav a：hover{
    color: #2e229d
}
/*クリニック詳細ページ*/
#clinic #sec2{
    margin-bottom: 60px;
}
#clinic h2{
    text-align: center;
    font-size: 24px;
}
#clinic #sec2 h2{
    padding: 1rem 20px 10px;
    border-bottom: 2px solid #01abb8;
    margin-bottom: 20px
}
#clinic .btn_01 a{
    padding: 13px;
    width: 70%;
    margin: 0 auto 20px;
}
/*口コミ*/
#rank_review{
    background: #fff;
    background-position: top 20px left 20px;
    border: 1px solid #98c3f5;
    padding: 0 1.5rem 1rem;
}
#rank_review h2{
    padding: 1rem 20px 10px;
}
.rank_review_left{
    float: left;
    width: 180px;
    margin-right: 10px;
}
#rank_review .cf{
    margin-bottom: 30px;
}
/*クリニッククチコミ詳細*/
#clinic #sec1 ul {
    display: -webkit-inherit;
    display: inherit;
    background: none;
    padding: 1rem 0;
}
#clinic #sec1 ul li{
    padding: 10px 20px;
    width: 100%;
}
#clinic #sec1 ul li:hover{
    background: #f1f6fb;
}
#clinic #sec1 p{
    font-size: 100%;
    padding-left: 0;
}
#clinic #sec1 ul li h2 {
    text-align: left;
    font-size: 18px;
    color: #2e229d;
    position: relative;
    font-weight: bold;
}
#clinic #sec1 ul li h2:before{
    margin:0 10px 0 0;
    content:" ";
    display:inline-block;
    width:56px;
    height:56px;
    background:url(../images/icon_11.svg);
    background-size:contain;
    vertical-align:middle;
}
/*コラム一覧*/
#archive .cate_navi li{
    display: inline-block;
    margin-bottom: 3px;
    width: 23%;
    padding: 0px;
    background:#fff;
    border: none;
}
#archive .cate_navi li a{
    color: #2e229d;
    padding:15px 10px 15px 36px;
    box-shadow:0px -11px 12px -3px rgba(0, 0, 0, 0.1) inset;
    text-align: center;
    display: block;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: relative;
}
#archive .cate_navi .cat-item-3 a{
    background: url(../images/icon_08.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-4 a{
    background: url(../images/icon_01.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-5 a{
    background: url(../images/icon_02.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-6 a{
    background: url(../images/icon_03.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-7 a{
    background: url(../images/icon_01.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-8 a{
    background: url(../images/icon_05.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-9 a{
    background: url(../images/icon_06.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-10 a{
    background: url(../images/icon_07.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
#archive .cate_navi .cat-item-11 a{
    background: url(../images/icon_09.svg)no-repeat;
    background-size: 30px 30px;
    background-position: left 5px top 50%;
}
.other_cate{
    text-align: center;
    margin: 20px auto 0;
}
.post-single li a {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #c5dbf6;
    font-size: 18px;
    color: #3F51B5;
    position: relative;
}
.post-single li a:before {
    content: ">";
    position: absolute;
    left: 0;
}
#toc_container {
    background: #fff!important;
    border: 1px solid #ccc!important;
    padding: 10px 2rem 30px 2rem!important;
}
#toc_container p.toc_title+ul.toc_list a {
    color: #2e229d;
    padding: 3px 0;
    border-bottom: 1px solid #eee;
}
p.toc_title a {
    display: inline-block;
}
