/*
Theme Name: yokoyamaseikotsuin
Description: よこやま整骨院
Theme URI: https://www.yokoyamaseikotsuin.jp/
Version: 1.0
License: yokoyamaseikotsuin
License URI: https://www.yokoyamaseikotsuin.jp/
*/

@charset "UTF-8";

@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('./font/NotoSansJP-Regular.woff') format('woff'),url('./font/NotoSansJP-Regular.eot')  format('eot');
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');

/****************************************

リセットCSSここから

*****************************************/

*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size:62.5%; /*1em=10px */
    overflow-y: scroll; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1,h2,h3,h4,h5,h6 {
    font-weight:normal;
}

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

ol,ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

img{
    vertical-align: top;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/****************************************

body設定(主に書式)

*****************************************/

body{
    font-family: 'NotoSansCJKjp', "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-width: 1060px;
    color: #5E4C46;
    line-height: 1.8;
    background: #FFF;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
    body{
        min-width: initial;
    }

}


/****************************************

ページ共通

*****************************************/

#wrapper{
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    #wrapper{
        float: none;
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        overflow: hidden;
        background-size: contain;
    }

}


/****************************************

フォント指定

*****************************************/

li,tt,tr,dt,dd,p,time{
    font-size: 1.6rem;
}

h1{
    color: #333;
    font-weight: bold;
    font-size: 3.0rem;
}
h2{
    color: #333;
    font-weight: bold;
    font-size: 2.6rem;
}
h3{
    color: #FFF;
    font-weight: bold;
	font-size: 2.0rem;
}

.mincho{
    font-family: 'Hina Mincho', serif;
}

.ubuntu{
    font-family: 'Ubuntu', sans-serif;
}

@media screen and (max-width: 767px) {
    
    li,tt,tr,dt,dd,p,time{
        font-size: 1.5rem;
    }
    
    h1{
        font-size: 2.4rem;
        line-height: 1.5;
    }
    h2{
        font-size: 2.0rem;
        line-height: 1.5;
    }
    h3{
        font-size: 1.8rem;
        line-height: 1.5;
    }
}


/****************************************

リンク指定

*****************************************/

a:link,a:visited{
    font-weight: normal;
    color: #5E4C46;
    text-decoration: underline;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}
a:hover,a:active {
    font-weight: normal;
    color: #21A5AA;
    text-decoration: none;
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/

a:hover img.img_opacity {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}

a img.img_opacity {
    -webkit-transition:0.2s linear;
    transition:0.2s linear;
}


/****************************************

pcヘッダー

*****************************************/

@media print,screen and (min-width:768px) {

    header{
        width:100%;
    }
    
    .header_box{
        position: relative;
        width: 100%;
        height: 154px;
        padding: 0 calc((100% - 1020px) / 2);
    }
    
    .header_logo{
        position: absolute;
        top: 25px;
        left: calc(50% - 86px);
        width: 172px;
        height: 92px;
    }
    
    .header_logo a{
        width: 100%;
    }
    
    .header_logo a img{
        width: 100%;
    }
    
    .header_content{
        width: 210px;
        text-align: center;
        line-height: 1.0;
        height: 100%;
        margin-left: 810px;
        padding-top: 40px;
    }
    
    .header_notice{
        width: 100%;
        letter-spacing: 0.02em;
        margin-bottom: 7px;
        padding: 3px 0 6px;
        color: #FFF;
        font-size: 1.1rem;
        background-color: #8FC320;
    }
    
    .header_tel{
        display: inline-block;
        margin-bottom: 8px;
        padding: 1px 0 1px 30px;
        color: #20A5AA;
        font-size: 2.4rem;
        font-weight: bold;
        background: url(images/header_tel.svg) center left no-repeat;
    }
    
    .header_ad{
        color: #5E4C46;
        font-size: 1.2rem;
    }
    
}

/****************************************

spヘッダー・spナビ

*****************************************/
@media screen and (max-width:767px) {
    img {
        width: 100%;
        height: auto;
    }
    header{
        width:100%;
    }

    .header_box{
        width: 100%;
        padding: 20px;
    }

    .header_logo{
        width: 46%;
        text-align: center;
        margin: 0 auto 20px;
    }

    .header_logo a{
        width: 100%;
    }

    .header_logo a img{
        width: auto;
        max-width: 100%;
    }

    .header_content{
        width: 100%;
        text-align: center;
        line-height: 1.0;
    }

    .header_notice{
        display: inline-block;
        letter-spacing: 0.02em;
        margin-bottom: 7px;
        padding: 4px 15px 6px;
        color: #FFF;
        font-size: 1.1rem;
        background-color: #8FC320;
    }

    .header_tel{
        display: inline-block;
        margin-bottom: 8px;
        padding: 1px 0 1px 30px;
        color: #20A5AA;
        font-size: 2.4rem;
        font-weight: bold;
        background: url(images/header_tel.svg) center left no-repeat;
    }

    .header_ad{
        color: #5E4C46;
        font-size: 1.2rem;
    }
    
    #toggle {
        position: absolute;
        right: 5px;
        top: 5px;
        width: 50px;
        height: 45px;
        cursor: pointer;
        z-index: 9999;
        padding: 10px;
        background-color: #8FC320;
    }
    #toggle div {
        position: relative;
    }
    #toggle span {
        display: block;
        position: absolute;
        width: 100%;
        height: 4px;
        background: #FFF;
        border-radius: 4px;
        -webkit-transition: 0.35s ease-in-out;
        -o-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }
    #toggle span:first-child {
        top: 0;
    }
    #toggle span:nth-child(2) {
        top: 11px;
    }
    #toggle span:nth-child(3) {
        top: 22px;
    }
    .open_navi #toggle {
        position: fixed;
    }
    .open_navi #toggle span:first-of-type {
        -webkit-transform: translateY(11px) rotate(-315deg);
        -ms-transform: translateY(11px) rotate(-315deg);
        transform: translateY(11px) rotate(-315deg);
    }
    .open_navi #toggle span:nth-of-type(2) {
        opacity: 0;
    }
    .open_navi #toggle span:nth-of-type(3) {
        -webkit-transform: translateY(-11px) rotate(315deg);
        -ms-transform: translateY(-11px) rotate(315deg);
        transform: translateY(-11px) rotate(315deg);
    }
    #sp_navi {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100vw;
        overflow-y: scroll;
        text-align: left;
        background: rgba(30, 143, 147,0.9);
        z-index: 999;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #sp_navi {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    .open_navi #wrapper {
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
        -webkit-filter:blur(3px);
        filter:blur(3px);
        -webkit-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }
    #sp_navi .menu {
        padding-top: 80px;
        text-align: center;
    }
    #sp_navi .menu .menu-item {
        width: 100%;
        text-align: center;
        border-bottom: rgba(255, 255, 255, 0.6) 1px solid;
        cursor: pointer;
        color: #FFF;
        margin: 0 auto;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    #sp_navi .menu .menu-item-home {
        border-top: rgba(255, 255, 255, 0.6) 1px solid;
    }
    #sp_navi .menu-item a,
    #sp_navi .menu-item span {
        display: block;
        padding: 15px 0 14px;
    }
    #sp_navi .menu-item a:active,
    #sp_navi .menu-item a:hover,
    #sp_navi .menu-item a:link,
    #sp_navi .menu-item a:visited {
        color: #FFF;
        text-decoration: none;
    }
    #sp_navi .sub-menu {
        width: 100%;
        text-align: center;
        display: none;
    }
    #sp_navi .sub-menu li {
        width: 100%;
        text-align: center;
        border-top: rgba(255, 255, 255, 0.6) 1px solid;
    }
    #sp_navi .sub-menu li a {
        display: block;
        padding: 11px 0 10px;
        color: #FFF;
        background-color: rgba(255, 255, 255, 0.15);
    }
    #sp_navi .sub-menu li a:active,
    #sp_navi .sub-menu li a:hover,
    #sp_navi .sub-menu li a:link,
    #sp_navi .sub-menu li a:visited {
        color: #FFF;
        text-decoration: none;
    }
    #sp_navi .sub-menu li a:hover {
        color: #FFF;
        background: none;
    }
    #sp_navi .menu-item-has-children {
        position: relative;
    }
    #sp_navi .menu-item-has-children:before {
        content: '';
        width: 14px;
        height: 14px;
        border: 0;
        border-top: solid 3px #EEE;
        border-right: solid 3px #EEE;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        position: absolute;
        top: 14px;
        right: 20px;
    }
    #sp_navi .menu-item-has-children.menu_open:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        top: 22px;
    }
    
    #g_navi {
        display: none;
    }
}

/****************************************

pc用 横ナビ

*****************************************/

@media print, screen and (min-width: 768px) {

    #sp_navi,#toggle{display: none;}

}

#g_navi{
    width: 100%;
    margin-bottom: 24px;
    padding: 0 calc((100% - 1040px) / 2);
}
#g_navi .menu{
    *zoom: 1;
    width: 100%;
    list-style-type: none;
    margin: 0 auto;
}
#g_navi .menu:before, #g_navi .menu:after{
    content: "";
    display: table;
}
#g_navi .menu:after{
    clear: both;
}
#g_navi .menu li{
    position: relative;
    width: 170px;
    float: left;
    text-align: center;
    line-height:0;
}

#g_navi .menu li:not(:first-child){
    border-left: 1px solid #DFDBDA;
}

#g_navi .menu li a{
    display: block;
    margin: 0;
    padding-bottom: 3px;
    color: #5E4C46;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
}

@-moz-document url-prefix() {
    #g_navi .menu li a{
        font-weight: normal;
    }
}

#g_navi .menu li a:hover{
    color: #8E817D;
}

#g_navi .menu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 0;
    padding-top: 24px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:0.3s;
    transition: 0.3s;
}

#g_navi .menu li ul li{
    width: 100%;
    border-left: none !important;
}

#g_navi .menu li ul li a{
    width: 160px;
    padding: 12px 5px;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.5;
    background: #1E9194;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#g_navi .menu li ul li a:hover{
    border-bottom: none;
    background: #1C888B;
    color: #FFF;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
    visibility: visible;
    opacity: 0.95;
}
.menu ul{
    overflow: hidden;
    width: 0;
    transition: .3s;
}
.menu li:hover ul{
    width: 100%;
}

/****************************************

ティーザー

*****************************************/

/* TOPスライダー共通 */

@media print, screen and (min-width: 768px) {
    
    .slider_box{
        position: relative;
        width: 100%;
        margin-bottom: 70px;
    }
    
    .slider_txt{
        position: absolute;
        z-index: 2;
        top: 100px;
        left: calc((100% - 1200px) / 2);
        line-height: 1.5;
        color: #5E4C46;
        font-size: 3.6rem;
        text-shadow: 1px 1px 0 #FFF,1px 0 0 #FFF,1px -1px 0 #FFF,0 -1px 0 #FFF,-1px -1px 0 #FFF,-1px 0 0 #FFF,-1px 1px 0 #FFF,0 1px 0 #FFF,2px 2px 12px rgba(255,255,255,0.6),2px 0 12px rgba(255,255,255,0.6),2px -2px 12px rgba(255,255,255,0.6),0 -2px 12px rgba(255,255,255,0.6),-2px -2px 12px rgba(255,255,255,0.6),-2px 0 12px rgba(255,255,255,0.6),-2px 2px 12px rgba(255,255,255,0.6),0 2px 12px rgba(255,255,255,0.6);
    }
    
    .slider_txt span{
        color: #20A5AA;
        font-size: 4.2rem;
    }
    
    #slider {
        position: relative;
        width: 100%;
        height: 507px;
        overflow: hidden;
    }

    #slider img{
        position: absolute;
        width: 1920px !important;
        height: auto;
        top: 0;
        left: calc(50% - 960px);
    }

    .metaslider .flex-control-nav{
        bottom: 20px !important;
    }

    .flex-direction-nav{
        padding-top: 507px !important;
    }

    #teaser {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .teaser_txt{
        line-height: 1.0;
        color: #FFF;
        font-size: 2.8rem;
        padding: 45px 0;
        background-color: #22A6AA;
    }
    
}

@media screen and (max-width: 1240px) {
    .slider_txt{
        left: 10px;
    }
}

@media screen and (max-width: 767px) {

    .slider_box{
        position: relative;
        width: 100%;
        margin-bottom: 40px;
    }

    .slider_txt{
        position: absolute;
        z-index: 2;
        top: 44%;
        left: 30px;
        line-height: 1.5;
        color: #5E4C46;
        font-size: 5.0vw;
        text-shadow: 1px 1px 0 #FFF,1px 0 0 #FFF,1px -1px 0 #FFF,0 -1px 0 #FFF,-1px -1px 0 #FFF,-1px 0 0 #FFF,-1px 1px 0 #FFF,0 1px 0 #FFF,2px 2px 12px rgba(255,255,255,0.6),2px 0 12px rgba(255,255,255,0.6),2px -2px 12px rgba(255,255,255,0.6),0 -2px 12px rgba(255,255,255,0.6),-2px -2px 12px rgba(255,255,255,0.6),-2px 0 12px rgba(255,255,255,0.6),-2px 2px 12px rgba(255,255,255,0.6),0 2px 12px rgba(255,255,255,0.6);
    }

    .slider_txt span{
        color: #20A5AA;
        font-size: 5.8vw;
    }
    
    #slider {
        width: 100%;
        height: auto;
        text-align: center;
        overflow: hidden;
    }
    
    .flexslider{
        margin: 0 !important;
    }

    #slider img{
        width: 170%;
        height: auto;
        margin-left: -35%;
    }

    .metaslider .flex-control-nav{
        bottom: 10px !important;
    }

    #teaser {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .teaser_txt{
        line-height: 1.0;
        color: #FFF;
        font-size: 5.4vw;
        padding: 8% 0;
        background-color: #22A6AA;
    }
    
}

/****************************************

content 共通設定

*****************************************/

#contents{
    width: 100%;
    margin: 0 auto;
}

main#top_main{
    width: 100%;
    margin: 0 auto 100px;
}

main#page_main{
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 calc((100% - 1020px) / 2);
}

.breadcrumb_area{
    width: 100%;
    margin-bottom: 40px;
    text-align: right;
    padding: 0 calc((100% - 1020px) / 2);
}

.breadcrumb{
    width: 100%;
    margin: 0 auto;
    padding: 2px 0;
}

.breadcrumb p{
    color: #5E4C46;
    font-size: 1.5rem;
}
.breadcrumb p a:link,
.breadcrumb p a:visited{
    color: #5E4C46;
    text-decoration: none;
}
.breadcrumb p a:hover,
.breadcrumb p a:active{
    color: #21A5AA;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {

    .pc_none{
        display: none;
    }

}

@media screen and (max-width: 767px) {
    
    main#top_main{
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    main#page_main{
        width: 100%;
        padding: 0 10px;
        margin: 0 auto 50px;
    }

    .breadcrumb_area {
        padding: 0 10px;
        margin: 0 auto 10px;
    }

    .breadcrumb{
        width: 100%;
    }

    .breadcrumb p{
        font-size: 1.2rem;
    }
    
    .sp_none{
        display: none;
    }
    
}


/****************************************

contentトップ用

*****************************************/

/* 1カラム目 */

.top_box01{
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0 calc((100% - 1020px) / 2);
    background: url(images/top_box01_bg.jpg) top 0 right calc(50% - 240px) no-repeat;
}

.top_box01_tit{
    position: relative;
    z-index: 2;
    width: 710px;
    line-height: 1.2;
    margin-bottom: 40px;
    padding-bottom: 7px;
    color: #5E4C46;
    font-size: 3.0rem;
    font-weight: bold;
}

.top_box01_tit span{
    color: #1FA5AA;
    font-size: 3.6rem;
}

.top_box01_tit:after{
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #EDF4B0;
}

.top_box01_txt{
    margin-bottom: 40px;
    padding-right: 380px;
}

.top_box01_btn{
    display: flex;
    justify-content: space-between;
    width: 590px;
}

/* 2カラム目 */

.top_box02{
    width: 100%;
    margin-bottom: 80px;
    padding: 80px calc((100% - 1020px) / 2);
    background-color: #F7F1E1;
}

.top_box02_tit{
    width: 100%;
    line-height: 1.0;
    text-align: center;
    color: #5E4D46;
    font-size: 2.8rem;
    margin-bottom: 40px;
    padding-bottom: 22px;
    background: url(images/top_box02_tit.svg) bottom center no-repeat;
}

.top_box02_content{
    width: 490px;
    margin-bottom: 15px;
}

.tel_txt{
    padding-left: 44px;
    color: #21A5AA;
    font-size: 3.0rem;
    font-weight: bold;
    background: url(images/tel_txt.svg) center left no-repeat;
}

.top_box02_ad{
    color: #5E4C46;
    font-size: 1.5rem;
}

.top_box02_table{
    width: 490px;
}

.top_box02_table img{
    width: 100%;
    margin-bottom: 15px;
}

.timetable_txt{
    color: #5E4C46;
    font-size: 1.4rem;
}

/* 3カラム目 */

.top_box03{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    padding: 0 calc((100% - 1020px) / 2);
}

.top_box03_tit{
    display: inline-block;
    line-height: 1.2;
    color: #20A5AA;
    font-size: 3.0rem;
    margin-bottom: 40px;
    padding: 0 80px;
    background: url(images/top_box03_tit01.png) bottom left no-repeat,url(images/top_box03_tit02.png) bottom right no-repeat;
}

.top_box03_tit span{
    display: block;
    color: #5E4C46;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.top_box03_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-bottom: 40px;
}

.top_box03_list li{
    width: 158px;
}

.top_box03_list li img{
    width: 100%;
}

.top_box03_txt{
    width: 100%;
    margin-bottom: 40px;
    padding: 30px 10px;
    border: 4px solid #B3DBDD;
    border-radius: 9px;
    background-color: #F5F3F0;
}

.top_box03_banner{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.top_box03_banner a{
    display: block;
    width: 320px;
}

.top_box03_banner a img{
    width: 100%;
}

/* 4カラム目 */

.top_box04{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    padding: 80px calc((100% - 1020px) / 2);
    background-color: #E6F6F6;
}

.top_box04_tit{
    display: inline-block;
    line-height: 1.2;
    color: #20A5AA;
    font-size: 3.0rem;
    margin-bottom: 40px;
    padding: 0 80px;
    background: url(images/top_box03_tit01.png) bottom left no-repeat,url(images/top_box03_tit02.png) bottom right no-repeat;
}

.top_box04_tit span{
    display: block;
    color: #5E4C46;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.top_box04_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-bottom: 40px;
}

.top_box04_list li{
    width: 192px;
    padding: 18px 20px;
    border: 1px solid #F2F2F2;
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 3px 3px 3px rgba(94,77,70,0.25);
}

.top_box04_list li img{
    width: auto;
    height: auto;
    margin-bottom: 10px;
}

.top_box04_list li h3{
    line-height: 1.5;
    color: #57C5CC;
    font-size: 1.7rem;
    margin-bottom: 10px;
}

.top_box04_list li div{
    text-align: left;
}

.top_box04_list li div p{
    font-size: 1.5rem;
}

.top_box04_btn{
    width: 280px;
    margin: 0 auto;
}

/* 5カラム目 */

.top_box05{
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
    padding: 0 calc((100% - 1020px) / 2);
}

.top_box05_tit{
    display: inline-block;
    line-height: 1.2;
    color: #20A5AA;
    font-size: 3.0rem;
    margin-bottom: 40px;
    padding: 0 80px;
    background: url(images/top_box03_tit01.png) bottom left no-repeat,url(images/top_box03_tit02.png) bottom right no-repeat;
}

.top_box05_tit span{
    display: block;
    color: #5E4C46;
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.voice_top{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    margin-bottom: 40px;
}

.voice_top_list{
    width: 240px;
}

.voice_top_time{
    text-align: left;
    width: 100%;
    color: #5E4C46;
    margin-bottom: 5px;
}

.voice_top_time time{
    font-size: 1.4rem;
}

.voice_top_tit{
    text-align: left;
    width: 100%;
    line-height: 1.2;
    color: #8EC31F;
    font-size: 1.6rem;
    font-weight: bold;
}

.voice_top_img{
    position: relative;
    width: 100%;
    height: 186px;
    margin-bottom: 10px;
    border: 3px solid #B3DBDD;
    background-color: #B3DBDD;
    overflow: hidden;
}

.voice_top_img img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top_box05_btn{
    width: 280px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    
    /* 3カラム目 */
    
    .top_box03_list li:not(:nth-child(6n)){
        margin-right: 14px;
    }

    .top_box03_list li:not(:nth-last-child(-n+6)){
        margin-bottom: 14px;
    }
    
    /* 4カラム目 */
    
    .top_box04_list li:not(:last-child){
        margin-right: 15px;
    }
    
    /* 5カラム目 */
    
    .voice_top .voice_top_list:not(:nth-child(4n)){
        margin-right: 20px;
    }
    
}

@media screen and (max-width: 767px) {
    
    /* 1カラム目 */

    .top_box01{
        text-align: center;
        margin-bottom: 50px;
        padding: 0 0 90%;
        background: url(images/top_box01_bg.jpg) bottom right no-repeat;
        background-size: 120%;
    }

    .top_box01_tit{
        display: inline-block;
        width: auto;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-bottom: 4px;
        font-size: 2.2rem;
    }

    .top_box01_tit span{
        font-size: 2.6rem;
    }

    .top_box01_txt{
        text-align: left;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .top_box01_btn{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }
    
    .top_box01_btn .btn_box01:first-child{
        margin-bottom: 10px;
    }

    /* 2カラム目 */

    .top_box02{
        width: calc(100% + 20px);
        margin: 0 0 50px -10px;
        padding: 50px 20px;
    }

    .top_box02_tit{
        font-size: 2.4rem;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .top_box02_content{
        width: 100%;
        margin-bottom: 20px;
    }

    .tel_txt{
        padding-left: 40px;
    }

    .top_box02_table{
        width: 100%;
    }

    /* 3カラム目 */

    .top_box03{
        margin-bottom: 50px;
    }

    .top_box03_tit{
        font-size: 2.3rem;
        margin-bottom: 20px;
        padding: 0 36px;
    }

    .top_box03_tit span{
        font-size: 1.7rem;
    }

    .top_box03_list{
        margin-bottom: 30px;
    }

    .top_box03_list li{
        width: 32%;
    }

    .top_box03_list li:not(:nth-child(3n)){
        margin-right: 2%;
    }

    .top_box03_list li:not(:nth-last-child(-n+3)){
        margin-bottom: 2%;
    }

    .top_box03_txt{
        text-align: left;
        margin-bottom: 30px;
        padding: 20px;
    }

    .top_box03_banner{
        flex-direction: column;
        width: 80%;
        margin: 0 auto;
    }

    .top_box03_banner a{
        width: 100%;
    }
    
    .top_box03_banner a:not(:last-child){
        margin-bottom: 10px;
    }

    .top_box03_banner a img{
        width: auto;
        max-width: 100%;
    }

    /* 4カラム目 */

    .top_box04{
        width: calc(100% + 20px);
        margin: 0 0 50px -10px;
        padding: 50px 10px;
    }
    
    .top_box04_tit{
        font-size: 2.3rem;
        margin-bottom: 20px;
        padding: 0 36px;
    }

    .top_box04_tit span{
        font-size: 1.7rem;
    }

    .top_box04_list{
        justify-content: center;
        margin-bottom: 30px;
    }

    .top_box04_list li{
        width: 47%;
        margin: 0 1.5%;
        padding: 13px 15px;
    }
    
    .top_box04_list li:not(:last-child){
        margin-bottom: 3%;
    }

    .top_box04_list li img{
        width: 30%;
        height: auto;
    }

    .top_box04_list li h3{
        font-size: 1.6rem;
    }

    .top_box04_list li div p{
        font-size: 1.4rem;
    }

    .top_box04_btn{
        width: 80%;
    }

    /* 5カラム目 */

    .top_box05{
        margin-bottom: 50px;
    }
    
    .top_box05_tit{
        font-size: 2.3rem;
        margin-bottom: 20px;
        padding: 0 36px;
    }

    .top_box05_tit span{
        font-size: 1.7rem;
    }

    .voice_top{
        margin-bottom: 30px;
    }

    .voice_top_list{
        width: 48%;
    }

    .voice_top .voice_top_list:not(:nth-child(2n)){
        margin-right: 4%;
    }
    
    .voice_top .voice_top_list:not(:nth-last-child(-n+2)){
        margin-right: 20px;
    }

    .voice_top_time time{
        font-size: 1.3rem;
    }

    .voice_top_tit{
        font-size: 1.5rem;
    }

    .voice_top_img{
        height: 140px;
    }

    .top_box05_btn{
        width: 80%;
    }
    
}

/****************************************

news トップ用

*****************************************/

#news_box{
    width: 100%;
    height: auto;
    padding: 0 calc((100% - 1020px) / 2);
}

.news_tit{
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    text-align: left;
    color: #444;
    font-size: 2.4rem;
    font-weight: normal;
    margin-bottom: 10px;
    padding: 10px 0 8px 50px;
    background: url(images/news_tit.jpg) center left no-repeat;
}

.news_tit span{
    margin-left: 20px;
    padding-top: 4px;
    color: #21A5AA;
    font-size: 1.4rem;
}

.news_tit:after{
    content: "";
    flex-grow: 1;
    margin-left: 2.0rem;
    border-top: 1px solid #CED9D9;
    display: block;
}

.news_post{
    width: 100%;
    height: 240px;
    padding-right: 20px;
    overflow-y: scroll;
}

.news_list{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #C5C2BF;
}

.news_list_tit{
    width: 150px;
    color: #21A5AA;
}

.news_list_tit time{
    font-size: 1.6rem;
}

.news_list_txt{
    width: calc(100% - 150px);
    color: #5E4C46;
    font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
    
}

@media screen and (max-width: 767px) {

    .news_tit{
        font-size: 2.2rem;
        padding: 12px 0 10px 46px;
    }

    .news_tit span{
        margin-left: 10px;
        padding-top: 4px;
        font-size: 1.3rem;
    }

    .news_tit:after{
        margin-left: 1.5rem;
    }

    .news_post{
        height: 260px;
    }

    .news_list{
        flex-direction: column;
        padding: 12px 0;
    }

    .news_list_tit{
        width: 100%;
    }

    .news_list_tit time{
        font-size: 1.5rem;
    }

    .news_list_txt{
        width: 100%;
        font-size: 1.5rem;
    }
    
}


/****************************************

content下層用

*****************************************/

/* 全ページ共通　フレックスボックス*/
.flex{
    display: flex;
    justify-content: space-between;
}

.flex_r{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.txt200{
    width: 200px;
}

.txt320{
    width: 320px;
}

.txt400{
    width: 400px;
}

.txt570{
    width: 570px;
}

.txt730{
    width: 730px;
}

.auto_img img,.small_img img{
    width: 100%;
}

.gray_border{
    padding: 29px;
    border: 1px solid #CCC;
}

.content_btn01{
    width: 280px;
}

@media screen and (max-width: 767px) {
    .flex,
    .flex_r{
        flex-direction: column;
    }
}

/* 施術の流れ */

.flow_box01{
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 65px;
    background: url(images/flow_box01.svg) bottom center no-repeat;
}

/* 3列投稿 */

.three_column_post{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.three_column_list{
    width: 320px;
    height: auto;
}

.three_column_time{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.three_column_time time{
    color: #5E4C46;
    font-size: 1.6rem;
}

#fancybox-title{
    display: none !important;
}

/* 投稿 */

.position_relative{
    position: relative;
}

.post_banner{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 280px;
    height: 50px;
}

@media screen and (min-width: 768px) {
    
    /* 3列投稿 */

    .three_column_post .three_column_list:not(:nth-child(3n)){
        margin-right: 30px;
    }

    .three_column_post .three_column_list:not(:nth-last-child(-n+3)){
        margin-bottom: 40px;
    }
    
    .three_column_list figure{
        position: relative;
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

    .three_column_list figure img{
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
    
    /* 投稿 */

    #post_content .blog_post_parts:not(:last-child){
        margin-bottom: 40px;
    }

    .blog_post_parts figure{
        position: relative;
        width: 400px;
        height: 310px;
        background-color: #FFF;
        overflow: hidden;
    }

    .blog_post_parts figure img{
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

}

@media screen and (max-width: 767px) {

    .txt200,.txt320,.txt400,.txt570,.txt730{
        width: 100%;
    }

    .auto_img{
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .small_img{
        width: 70%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mb20_sp{
        margin-bottom: 15px;
    }

    .gray_border{
        padding: 19px;
    }
    
    .content_btn01{
        width: 80%;
        margin: 0 auto;
    }
    
    /* 投稿 */

    .position_relative{
        position: static;
    }

    .post_banner{
        position: static;
        margin: 20px auto 0;
    }

    /* 投稿 */

    #post_content .blog_post_parts:not(:last-child){
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px dotted #999;
    }

    .blog_post_parts figure{
        width: 80%;
        height: auto;
        margin: 0 auto 20px;
        overflow: hidden;
    }

    .blog_post_parts figure img{
        width: 100%;
        height: auto;
    }
    
    /* 3列投稿 */

    .three_column_list{
        position: relative;
        width: 48%;
        height: auto;
    }
    
    .three_column_post .three_column_list:not(:nth-child(2n)){
        margin-right: 4%;
    }

    .three_column_post .three_column_list:not(:nth-last-child(-n+2)){
        margin-bottom: 30px;
    }

    .three_column_list figure{
        position: relative;
        width: 100%;
        height: 180px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .three_column_list figure img{
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
    .three_column_tit{
        font-size: 1.7rem;
    }

    .three_column_txt span{
        font-size: 1.5rem;
    }
    
    .three_column_txt{
        font-size: 1.4rem;
    }
}

/****************************************

single.php

*****************************************/

h1.single_headline{
    padding-bottom: 15px;
    margin-bottom: 45px;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #DDD;
}

#single_box img{
    max-width: 1000px;
    padding: 10px 0;
}

.nav-below{
    margin: 50px 0;
    font-size: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {

    h1.single_headline{
        margin-bottom: 30px;
    }
    
}



/****************************************

投稿　pager設定

*****************************************/

.pager{
    clear:both;
    text-align:center;
    margin-top: 20px;
    padding: 20px 0;
}

a.page-numbers,
.pager .current{
    background:rgba(0,0,0,0.02);
    border:solid 1px rgba(0,0,0,0.1);
    border-radius:5px;
    padding:5px 8px;
    margin:0 2px;
    font-size: 1.4rem;
}
.pager .current{
    background:rgba(0,0,0,1);
    border:solid 1px rgba(0,0,0,1);
    color:rgba(255,255,255,1);
}


@media screen and (max-width: 767px) {

    .pager{
        padding: 30px 0;
    }
}



/****************************************

sp_footer

*****************************************/

@media screen and (max-width: 767px) {

    .sp_bana{
        display: flex;
        justify-content: space-between;
        position: fixed;
        width: 100%;
        height: 60px;
        bottom: 0;
        left: 0;
        z-index: 4;
    }
    
    .sp_bana div{
        position: relative;
        width: calc(100% / 3);
        background: #22A6AA;
        border-top: 1px solid #FFF;
    }
    
    .sp_bana div:last-child{
        background: #8FC320;
    }
    
    .sp_bana div:not(:last-child){
        border-right: 1px solid #FFF;
    }
    
    .sp_bana div img{
        width: auto;
        margin-bottom: 7px;
    }
    .sp_bana div p{
        color: #FFF;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
    }
    
    .sp_bana a{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    
    .pagetop{
        display: none !important;
    }
    
    #pc_footer{
        position: relative;
        width: 100%;
    }

    .footer_box{
        width: 100%;
        padding: 50px 20px 80px;
        background: url(images/footer_box.jpg) top center no-repeat;
        background-size: 160% 100%;
    }

    .footer_logo{
        width: 40%;
        margin: 0 auto 30px;
    }

    .footer_logo a{
        width: 100%;
    }

    .footer_logo a img{
        width: 100%;
    }

    .footer_content{
        width: 100%;
    }

    .footer_info{
        width: 100%;
    }

    .footer_ad{
        color: #5E4C46;
        font-size: 1.4rem;
    }

    .footer_txt{
        color: #5E4C46;
        font-size: 1.3rem;
        margin-bottom: 20px;
    }

    .footer_table img{
        width: 100%;
        margin-bottom: 15px;
    }

    .footer_map{
        display: none;
    }

    .footer_sitemap{
        display: none;
    }

    .copyright_area{
        text-align: center;
        padding: 2px 0;
    }

    .copyright_area p{
        color: #877F7A;
        font-size: 1.2rem;
    }

}


/****************************************

pc_footer

*****************************************/
@media print, screen and (min-width: 768px) {
    #sp_footer{
        display: none;
    }
    
    .pagetop{
        position: fixed;
        z-index: 4;
        right: 30px;
        bottom: 30px;
        display: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .pagetop:hover{
        bottom: 40px;
    }

    #pc_footer{
        position: relative;
        width: 100%;
    }
    
    .footer_box{
        width: 100%;
        padding: 50px calc((100% - 1020px) / 2) 30px;
        background: url(images/footer_box.jpg) top center no-repeat;
        background-size: 100% 100%;
    }
    
    .footer_logo{
        width: 172px;
        margin: 0 auto 30px;
    }
    
    .footer_logo a{
        width: 100%;
    }

    .footer_logo a img{
        width: 100%;
    }
    
    .footer_content{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 35px;
    }
    
    .footer_info{
        width: 490px;
    }
    
    .footer_ad{
        color: #5E4C46;
        font-size: 1.5rem;
    }
    
    .footer_txt{
        color: #5E4C46;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    
    .footer_table img{
        width: 100%;
        margin-bottom: 15px;
    }
    
    .footer_map{
        width: 490px;
    }
    
    .footer_sitemap{
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer_sitemap a{
        color: #5E4C46;
        font-size: 1.4rem;
        text-decoration: none;
    }
    
    .footer_sitemap a:hover{
        color: #21A5AA;
    }
    
    .copyright_area{
        text-align: center;
        padding: 2px 0;
    }
    
    .copyright_area p{
        color: #877F7A;
        font-size: 1.3rem;
    }
    
}


/****************************************

sidebar/aside

*****************************************/

aside{
    width: 100%;
}

.bottom_box{
    width: 100%;
    margin-bottom: 100px;
    padding: 0 calc((100% - 1020px) / 2);
}

@media screen and (max-width: 767px) {
    
    aside{
        text-align: center;
    }
    
    .bottom_box{
        margin-bottom: 50px;
    }
    
}


/****************************************

タイトル

*****************************************/

/* 下層ページ共通見出し */

.headline{
    width: 100%;
    text-align: center;
}

.headline_inner{
    position: relative;
    display: inline-block;
    line-height: 1.2;
    margin-bottom: 45px;
    padding: 0 7px 7px;
    color: #5E4C46;
    font-size: 3.0rem;
}

.headline_inner .green{
    color: #1FA5AA;
    font-size: 3.6rem;
}

.headline_inner:after{
    position: absolute;
    z-index: -1;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background-color: #EDF4B0;
}

.subhead01{
    line-height: 1.2;
    width: 100%;
    text-align: left;
    color: #3AB0B3;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 10px 0 15px 50px;
    border-bottom: 3px dotted #5E4D46;
    background: url(images/subhead01.jpg) top calc(50% - 3px) left no-repeat;
}

.subhead02{
    line-height: 1.2;
    width: 100%;
    text-align: center;
    color: #5E4C46;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding: 15px 5px 19px;
    background-color: #EDF4B0;
}

.subhead03{
    line-height: 1.2;
    width: 100%;
    text-align: center;
    color: #5E4C46;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 2px dotted #5E4D46;
}

.subhead04{
    line-height: 1.5;
    width: 100%;
    text-align: left;
    color: #39B0B2;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #5E4D46;
}

.subhead04 span{
    line-height: 1.0;
    display: inline-block;
    width: 120px;
    text-align: center;
    color: #5E4C46;
    font-size: 1.6rem;
    margin-right: 20px;
    padding: 5px 0 8px;
    border-radius: 30px;
    background-color: #EDF4B0;
}

@media screen and (max-width: 767px) {

    .headline_inner{
        margin: 10px 0 30px;
        padding: 0 5px 5px;
        font-size: 2.4rem;
    }

    .headline_inner .green{
        font-size: 2.8rem;
    }

    .subhead01{
        font-size: 1.8rem;
        padding: 6px 0 12px 50px;
    }

    .subhead02{
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .subhead03{
        font-size: 1.6rem;
        padding: 5px 0 10px;
    }

    .subhead04{
        font-size: 1.8rem;
    }

    .subhead04 span{
        width: 80px;
        font-size: 1.4rem;
        margin-right: 10px;
    }
}


/****************************************

共通div

*****************************************/

.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
.mb90{
    margin-bottom: 90px;
}
.mb100{
    margin-bottom: 100px;
}

@media screen and (max-width: 767px){

    .mb40{
        margin-bottom: 30px;
    }
    .mb50{
        margin-bottom: 40px;
    }
    .mb60,.mb70,.mb80,.mb90,.mb100{
        margin-bottom: 50px;
    }

}

/****************************************

テーブル

*****************************************/

/* 料金案内 */

.price_table{
    width: 100%;
    border-collapse: collapse;
}

.price_table thead th{
    width: 25%;
    padding: 15px 5px;
    border: 1px solid #CCC;
    background-color: #EEE;
    color: #5E4C46;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    vertical-align: text-top;
}

.price_table tbody th{
    width: 25%;
    padding: 15px 5px;
    border: 1px solid #CCC;
    background-color: #EEE;
    color: #5E4C46;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    vertical-align: text-top;
}

.price_table tbody td{
    width: 25%;
    padding: 15px 5px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #5E4C46;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    vertical-align: text-top;
}

/* 会社概要 */

.overview_table{
    width: 100%;
    border-collapse: collapse;
}

.overview_table tbody th{
    width: 25%;
    padding: 15px 5px;
    border: 1px solid #CCC;
    background-color: #EEE;
    color: #5E4C46;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    vertical-align: text-top;
}

.overview_table tbody td{
    width: 75%;
    padding: 15px 5px 15px 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #5E4C46;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
}

@media screen and (max-width: 767px){
    
    .price_table thead th{
        padding: 8px 5px;
        font-size: 1.4rem;
    }

    .price_table tbody th{
        padding: 8px 5px;
        font-size: 1.4rem;
    }

    .price_table tbody td{
        padding: 8px 5px;
        font-size: 1.3rem;
    }
    
    /* 会社概要 */

    .overview_table tbody th{
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 1.4rem;
        text-align: left;
        border-bottom: none;
    }

    .overview_table tbody td{
        display: block;
        width: 100%;
        padding: 8px 10px;
        font-size: 1.3rem;
    }

    .overview_table tbody tr:not(:last-child) td{
        border-bottom: none;
    }

}

/****************************************

P

*****************************************/

/* 改行 */
.line_break{
    padding-top: 20px;
}

@media print, screen and (min-width: 768px){
    .br-pc { display:block; }
    .br-sp { display:none; }
}
@media screen and (max-width: 767px){
    .br-pc { display:none; }
    .br-sp { display:block; }
}

/* 強調*/
.normal{
    font-weight: normal;
}

.bold{
    font-weight: bold;
}

.txt_center{
    text-align: center;
}

.txt_right{
    text-align: right;
}

.red{
    color: #C56060;
}

.green{
    color: #20A5AA;
}

@media screen and (max-width: 767px){
    
    .txt_center,.txt_right{
        text-align: left;
    }

}

/****************************************

ボタン

*****************************************/

/* 黒ボタン */

.btn_box01{
    position: relative;
    width: 280px;
    height: 50px;
    text-align: center;
}

.btn_box01 a{
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.0;
    left: 0;
    top: 0;
    width: 100%;
    padding: 15px 0 19px;
    border-radius: 7px;
    background: #8FC320;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: none;
}

.btn_box01 a:hover{
    border-radius: 7px;
    background: #A5CF4D;
    color: #FFF;
}

.btn_box01 a:after{
    position: absolute;
    content: '';
    top: calc(50% - 6px);
    right: 20px;
    width: 6px;
    height: 12px;
    background: url(images/btn_arrow.svg) top center no-repeat;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.btn_box01 a:hover:after{
    right: 15px;
}

@media screen and (max-width: 767px){
    
    .btn_box01{
        width: 100%;
        height: auto;
    }
    
}

/****************************************

Contact Form7

*****************************************/

.wpcf7{
    width: 100%;
}

.form_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.border_row{
    margin-bottom: 30px;
    padding: 0 20px 30px 20px;
    border-bottom: 1px dotted #AAA;
}

.last_row{
    margin-bottom: 30px;
    padding: 0 20px;
    border-bottom: none;
}

.form_row .form_label{
    width: 300px;
}

.form_row .form_label .required{
    display: inline-block;
    color: #FFF;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #CC0000;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_label .any{
    display: inline-block;
    color: #797979;
    font-weight: normal;
    font-size: 1.2rem;
    padding: 0 4px;
    background: #D7D7D7;
    margin-right: 10px;
    border-radius: 3px;
}

.form_row .form_input{
    width: calc(100% - 300px);
}

.wpcf7-form-control{
    width: 100%;
}

.wpcf7-form input{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.wpcf7-form textarea{
    padding: 10px;
    border: 1px solid #CCC;
    border-radius: 3px;
}

.form_row .form_input_post{
    width: 180px;
}

.form_row .form_input_post_txt{
    color: #B20000;
    font-weight: normal;
    font-size: 1.3rem;
}

.tc{
    text-align: center;
}

.tc input[type=submit]{
    cursor: pointer;
    width: 360px;
    max-width: 100%;
    padding: 18px;
    border: 1px solid #AAA;
    border-radius: 8px;
    background-color: #666;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    margin: 10px auto 0;
}

.wpcf7 .tc input[type=submit]:hover{
    background-color: #CCC;
    color: #333;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.wpcf7-response-output{
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    
    .form_row{
        flex-direction: column;
        padding: 0 0 20px 0;
    }
    
    .last_row{
        margin-bottom: 0;
    }

    .form_row .form_label{
        width: 100%;
        margin-bottom: 5px;
    }

    .form_row .form_input{
        width: 100%;
    }
    
    .ajax-loader{
        width: auto;
    }
    
    span.wpcf7-list-item{
        display: block;
    }

}


/****************************************

clearfix

*****************************************/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}

/* End Hack */



/****************************************

追加用

*****************************************/



