@charset "UTF-8";
/* ------------------------------
BASE
------------------------------ */
html {
    font-size: 62.5%;
}
body{
    position: relative;
    margin:0;
    padding:0;
    font-size:14px;
    font-size:1.4rem;
    font-family:'Roboto',"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","ＭＳ ゴシック",sans-serif;
    font-weight: 500;
    color:#000000;
    background:#fff ;
    text-align:center;
}
div ,p ,h1 ,h2 ,h3 ,h4 ,h5 ,h6 ,form ,li ,ul ,ol ,dl ,dd ,dt ,table {
    margin: 0;
    padding: 0;
}
.clear{
    clear:both;
}
.jisage{font-size: 70%;}

/* Micro clearfix */
.clearfix { zoom: 1; }
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.wrap { zoom: 1; }
.wrap:before,
.wrap:after { content: ""; display: table; }
.wrap:after { clear: both; }

blockquote { zoom: 1; }
blockquote:before,
blockquote:after { content: ""; display: table; }
blockquote:after { clear: both; }

.post { zoom: 1; }
.post:before,
.post:after { content: ""; display: table; }
.post:after { clear: both; }

/* サイズ調整用 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------------------------------------------------------- 汎用 */
.hid{
    display:none;
}
p{
    line-height:1.8;
}
h4,
h5,
h6{
    font-size:14px;
    font-size: 1.4rem;
}
.smallFont{
    font-size:12px;
    font-size:1.2rem;
}
.largeFont{
    font-size:20px;
    font-size: 2.0rem;
}
.small{
    font-size:10px;
    font-size:1rem;
}
.large{
    font-size:16px;
    font-size: 1.6rem;
}
.alignRight{
    text-align:right;
}
.alignCenter{
    text-align:center;
}
.alignLeft{
    text-align:left;
}
.red{
    color:#FF3300;
}
/* レスポンシブ表示調整 */
.sp{
    display: none;
}
.tablet{
    display: none;
}
/* エラーメッセージ */
.error{
    color:#FF3300;
    margin:1em 0px 1.5em 45px;
    line-height: 1.3;
}
.error li{
    margin:0.5em 0;
    font-weight: bold;
}
iframe{
    max-width: 100%;
}

/* --------------------------------------------------------- リンクの基本色 */
a:link { text-decoration:none; color:#0a9566;transition: color 0.3s ease 0.1s;}
a:visited { text-decoration:none; color:#0a9566; }
a:active { text-decoration:none; color:#0fae78; }
a:hover { text-decoration:none; color:#0fae78;}

/* --------------------------------------------------------- 画像共通 */
img{
    vertical-align:top;
    max-width: 100%;
    transition: opacity 0.3s ease 0.2s;
}
a:hover img{
    opacity:0.7;
}
img.alignright{
    float:right;
    margin:0px 0px 5px 10px;
}
img.alignleft{
    float:left;
    margin:0px 10px 5px 0px;
}
img.aligncenter{
    float: none;
    margin: 0 auto;
    display: block;
}



/* --------------------------------------------------------- google map */
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border:solid 1px #d7d7d7;
}

.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* --------------------------------------------------------- 枠組み共通 */
.wrap{
    position: relative;
    max-width:1170px;
    margin:0 auto;
}
.wrap2{
    position: relative;
    padding:0 55px;
}
#overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1 !important;
    filter: alpha(opacity=80) !important;
    -moz-opacity: .8 !important;
    opacity: .8 !important;
}
/* --------------------------------------------------------- header */
#header{
    position: relative;
    width: 100%;
    height: 412px;
    background-color: #0a9566;
    color: #fff;
}

.home #header {
    background-position: 50% 0px!important;
}
/* --------------------------- headline */
#header .headline {
    padding: 18px 18px 38px 18px;
    font-size:10px;
    font-size:1.0rem;
    text-align: left;
    font-weight: normal;
    	background-color: rgb(255,255,255,0.77);
	background-color: rgba(255,255,255,0.77);
	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#header .headline .headline_text {
    width: 35%;
    display: block;
}
/* --------------------------- ページタイトル */
#header .pageTTL {
    position: absolute;
    top: 192px;
    left: 0;
    width: 100%;
    height: 150px;
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}
#header .pageTTL span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin:0 auto;
    font-size:21px;
    font-size:2.1rem;
    letter-spacing: 0.2em;
}
#header .pageTTL span:before{
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: " ";
    border-bottom: solid 1px #fff;
    width: 15px;
}
#header .pageTTL strong{
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin:0 auto;
    font-size:34px;
    font-size:3.4rem;
    letter-spacing: 0.2em;
    font-weight: normal;
}
#header .pageTTL i{
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin:0 auto;
    font-size:14px;
    font-size:1.4rem;
    letter-spacing: 0.1em;
    font-style: normal;
}

.single-doctor #header .pageTTL i.clinicName {
    bottom: 15px;
    font-size:2.2rem;
}

/* --------------------------- logo */

#header .logo {
    position: fixed;
    top: 10px;
    left: calc( 50% - 110px );
    width: 220px;
    height: 50px;
    z-index: 10;
}
/* --------------------------- headerNavContact */
#headerNavContact{
    position: fixed;
    top: 0;
    right: 0;
    display: table;
    z-index: 10;
}
#headerNavContact li{
    display: table-cell;
    list-style: none;
    font-size:13px;
    font-size:1.3rem;
}
#headerNavContact li a{
    display: block;
    width: 180px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    background-color: #0fae78;
    transition: opacity 0.3s ease 0.2s;
}
#headerNavContact li.inquiry a{
    background-color: #0c8e62;
}

#headerNavContact li a:hover{
    opacity: 0.7;
}

/* --------------------------- global navigation */
#gNav {
    z-index: 10;
	    position: fixed;
    top: 67px;
    left: 0;
    width: 100%;
}
#gNav ul.menu{
    list-style: none;
    /*font-size: 0;*/
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

#gNav ul.menu > li {
    width: 20%;
    text-align: center;
    background-color: #0c8e62;
    padding: 0;
    border-right: 1px solid white;
    position: relative;
}

#gNav ul > li > a{
    display: block;
    width: 100%;
    color: white;
    padding: 20px 0;
}

#gNav ul.menu > li:hover > ul{
    display: flex;

}

#gNav ul.menu > li > ul{
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
}

#gNav ul.menu > li ul {
    display: none;
    list-style: disc;
}

#gNav ul > li > ul > li{
    width: 100%;
	 background-color: rgba(12,142,98,0.8);
    text-align: left;
    padding-right: 7%;
    padding-left: 20px;
    box-sizing: border-box;
}

#gNav ul > li > ul > li.menu-item-has-children{

    background-image: url(../img/arrow_white_right.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 98% 50%;
}

#gNav ul > li:hover{
    background-color: #0fae78;
}

#gNav ul.menu > li > ul > li:hover ul{
    display: flex;
}

#gNav ul.menu > li > ul > li ul {
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}


#gNav ul.hnavi2{
    margin-top: 25px;
}
#gNav ul.hnavi2 li,
#foot_banner ul.hnavi2 li{
    font-size:13px;
    font-size:1.3rem;
}

#gNav ul.hnavi2 .navi-mall a,
#foot_banner ul.hnavi2 .navi-mall a{
    background-color: #bd2828;
    padding: 7px 17px;
}
#gNav ul.hnavi2 .navi-shoukei a,
#foot_banner ul.hnavi2 .navi-shoukei a{
    background-color: #5b1ba5;
    padding: 7px 17px;
}
#gNav ul.sp{
    display: none;
}
#gNav li{
    display: inline-block;
    vertical-align: top;
    font-size:14px;
    font-size:1.4rem;
}
#gNav li.current a:before,
#gNav li.current a:after{
    display: none;
}


/* --------------------------- pankuzu */
#pankuzu {
    position: absolute;
    bottom: 20px;
    left: 55px;
    font-size:12px;
    font-size:1.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: left;
}
#pankuzu ul{
    text-align: left;
}
#pankuzu li{
    padding: 0em 0;
    display: inline-block;
    list-style: none;
    color: #fff;
}
#pankuzu a{
    display: inline-block;
    text-decoration: underline;
    color: #fff;
    transition: opacity 0.3s ease 0.2s;
}
#pankuzu a:hover{
    opacity: 0.7;
}

#pankuzu li + li:before{
    content: ">";
    margin: 0 0.7em;
}
/* --------------------------------------------------------- fixedNav */
#fixedNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    text-align: left;
    z-index: 10000;
    transition: .8s;
    transform: translateY(-100%);
}
#fixedNav.fixed {
    transform: translateY(0);
}
#fixedNav .logo{
    display: block;
}
#fixedNav .logo img{
    position: absolute;
    width: auto;
    height: 50px;
    top: 20px;
    left: 55px;
}

#fixedNav ul.hnavi2{
    top: 42px;
}

#fixedNav ul.hnavi2 a{
    padding: 7px 17px;
    color: #fff;
}

#fixedNav ul.hnavi2 .navi-mall a{
    background-color: #bd2828;

}
#fixedNav ul.hnavi2 .navi-shoukei a{
    background-color: #5b1ba5;
}

#fixedNav ul{
    position: absolute;
    bottom: 55px;
    right: 55px;
    list-style: none;
    font-size: 0;
    width: 70%;
    text-align: right;
}
#fixedNav li{
    display: inline-block;
    padding-left:2em;
    vertical-align: top;
    font-size:13px;
    font-size:1.3rem;
}
#fixedNav li a{
    position: relative;
    display: block;
    font-weight: bold;
    color: #000;
    transition: opacity 0.3s ease 0.2s;
}
#fixedNav li a:hover{
    opacity: 0.7;
}
#fixedNav li.current a{
    padding-bottom: 4px;
    border-bottom: solid 2px #000;
}
/* hoverでborderがアニメーション表示 */
#fixedNav li a:before,
#fixedNav li a:after {
    width: 0;
    height: 2px;
    background: #000 none repeat scroll 0 0;
    bottom: -6px;
    content: "";
    display: inline-block;
    position: absolute;
    transition: all 0.8s ease 0s;
}
#fixedNav li a:before {
    left: 50%;
}
#fixedNav li a:after {
    right: 50%;
}
#fixedNav li a:hover:before,
#fixedNav li a:hover:after {
    width: 50%;
}

#fixedNav li.current a:before,
#fixedNav li.current a:after{
    display: none;
}
/* ipad iphone Androidではhoverのborderアニメーションを表示 */
#fixedNav.touch li a:before,
#fixedNav.touch li a:after {
    display: none;
}

/* --------------------------------------------------------- contents */
#main{
    clear:both;
    padding: 0px 0 0px 0;
    text-align: left;
}
#contents{
}
#main p.note{
    margin:1em 0;
    font-size:10px;
    font-size:1.0rem;
}
#main p.caution{
    margin:1em 0;
    font-size:10px;
    font-size:1.0rem;
    color: #e60012;
}
#side{
}

/* --------------------------------------------------------- footer 共通エリア */

/* --------------------------- footer 医院経営塾とは */
#academyLink{
    min-height: 544px;
    margin: 50px 55px 50px 55px;
    /*padding: 90px 0 0 0;*/
    /*padding: 90px 80px 0;*/
    padding: 50px 80px 50px;
    background-image: url(../img/footer_academy_bg2d.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0%;
    color: #fff;
    text-align: center;
    /*　180122追記　*/
    width: 980px;
    margin: 50px auto 55px;
    padding: 50px 30px 50px;
}
#academyLink h3{
    position: relative;
    margin-bottom: 80px;
    /*font-size: 22px;
    font-size: 2.2rem;*/
    font-size: 4.8rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
}
#academyLink h3:before{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: " ";
    border-bottom: solid 1px #fff;
    width: 15px;
}
#academyLink h4{
    margin-bottom: 35px;
    /*font-size: 16px;
    font-size: 1.6rem;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
    font-size: 2.4rem;
    line-height: 1.7em;
}
#academyLink h4.clbk { color: #000; font-size: 2.8rem; }
#academyLink p{
    letter-spacing: 0.1em;
}
#academyLink p.txtthin {
    font-weight: normal;
    margin-bottom: 24px;
    font-size: 120%;
}
#academyLink p.semititle {
    font-size: 2.1rem;
}
#academyLink p.featurea3 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 2.1rem;
    letter-spacing: 0.2em;
    line-height: 2.5em;
    margin-bottom: 85px;
}
#academyLink p.txtbk { color: #000; font-size: 120%; }
#academyLink .basiccsbox {
    border: solid 1px #000;
    padding: 40px;
    margin-bottom: 55px;
    /* 180122追記 */
    margin: 0px auto 55px;
    width: 85%;
}
#academyLink ul.basiccourse { list-style: none; /*margin-left: 20%; 180122追記*/ margin-left: 11%; }
#academyLink ul.basiccourse li { text-align: left; margin-bottom: 34px; font-size: 1.9rem; color: #000; letter-spacing: 0.05em; }
#academyLink ul.basiccourse li .smalltxt { font-weight: normal; font-size: 80%; margin-left: 10px; letter-spacing: 0.05em; }
#academyLink a.btn{
    display: block;
    width: 270px;
    height: 60px;
    margin:55px auto 0 auto;
    border:solid 1px #fff;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0.2em;
    transition: background-color 0.3s ease 0.2s;
    background-image: url(../img/arrow_white_right.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 238px 50% ;
    background-color: #0fae78;
}
#academyLink a.btn:hover{
    background-color: rgba(255, 255, 255, 0.2);
}


/* --------------------------- footer 私たちの提供サービス */
#serviceLink{
    margin: 0px 0 50px 0;
    padding: 90px 0 75px 0;
    background-color: #0fae78;
    color: #fff;
    text-align: center;
}
#serviceLink h3{
    position: relative;
    margin-bottom: 55px;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
}
#serviceLink h3:before{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: " ";
    border-bottom: solid 1px #fff;
    width: 15px;
}
#serviceLink p{
    max-width: 570px;
    margin:0 auto 45px auto;
    font-size:14px;
    font-size:1.4rem;
    letter-spacing: 0.15em;
}
#serviceLink a.btn{
    display: block;
    width: 270px;
    height: 60px;
    margin:55px auto 0 auto;
    border:solid 1px #fff;
    color: #fff;
    line-height: 60px;
    letter-spacing: 0.2em;
    transition: background-color 0.3s ease 0.2s;
    background-image: url(../img/arrow_white_right.png);
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 238px 50% ;
}
#serviceLink a.btn:hover{
    background-color: #1ec089;
}
#serviceLink li a{
    display: block;
    padding:95px 0 25px 0;
    color: #fff;
    transition: background-color 0.3s ease 0.2s;
}
#serviceLink li a:hover{
    background-color: #1ec089;
}

#serviceLink ul{
    list-style: none;
    border:solid 1px #fff;
    font-size: 0;
}
#serviceLink li{
    display: inline-block;
    width: 33%;
    font-size: 14px;
    font-size: 1.4rem;
}
#serviceLink li:nth-child(n+4){
    border-top:solid 1px #fff;
}
#serviceLink li:nth-child(n+4) a{
    /*padding:23px 0 20px 0;*/
}
#serviceLink li:nth-child(3n-1){
    width: 34%;
    border-right:solid 1px #fff;
    border-left:solid 1px #fff;
}
#serviceLink li.practitioner a,
#serviceLink li.tax_accounting a,
#serviceLink li.talentconsulting a,
#serviceLink li.keisho a,
#serviceLink li.mall a,
#serviceLink li.consult a{
    background-image: url(../img/ic_hospital.png);
    background-repeat: no-repeat;
    background-size: 37px auto;
    background-position: 50% 35px;
    font-size: 18px;
    font-size: 1.8rem;
}
#serviceLink li.tax_accounting a{
    background-image: url(../img/ico_note.png);
}
#serviceLink li.talentconsulting a{
    background-image: url(../img/ico_function.png);
}
#serviceLink li.keisho a{
    background-image: url(../img/ic_shokei.png);
}
#serviceLink li.mall a{
    background-image: url(../img/ic_mall.png);
}
#serviceLink li.consult a{
    background-image: url(../img/ic_person.png);
}

/* --------------------------- footer 3つバナーエリア */
#footer3Link {
    margin: 57px 0;
}
#footer3Link li{
    float: left;
    position: relative;
    width: 31.5%;
    list-style:none;
    text-align: left;
}
#footer3Link li:nth-child(2){
    margin:0 2.7%;
    text-align: center;
}
#footer3Link li p{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
#footer3Link li p > span{
    display: inline-block;
    padding: 5px 8px;
    margin:auto;
    background: #0fae78;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    z-index: 1000;
}
#footer3Link li a{
    display: block;
}
/* --------------------------- footer バナー＆SNS */
#footerBanner{
    clear:both;
    padding: 30px 0px 25px 0px;
    background: #cbcbcb;
}
#footerBanner .wrap {
}
#footerBanner .wrap > ul{
    width: 100%;
    font-size: 0;
}
#footerBanner .wrap > ul > li{
    display: inline-block;
    width: 49%;
    /*	max-width: 570px;*/
    list-style: none;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
}
#footerBanner .banner {
    margin-right: 1%;
}
#footerBanner .banner ul{
    font-size: 0;
}
#footerBanner .banner li{
    width: 50%;
    padding:5px;
    list-style: none;
    display: inline-block;
    text-align: center;
}
#footerBanner .sns {
    margin-left: 1%;
}

/* --------------------------- footer お問い合わせ */
#footerContact{
    clear:both;
    padding: 50px 0 35px 0;
    background: #848b90;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    color: #fff;
}
#footerContact h3{
    position: relative;
    margin-bottom: 80px;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0.2em;
}
#footerContact h3:before{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: " ";
    border-bottom: solid 1px #fff;
    width: 15px;
}

#footerContact li{
    float: left;
    width: 50%;
    list-style: none;
}
#footerContact li h4{
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}
#footerContact p.number{
    margin-bottom: 20px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 0.2em;
    line-height: 1.5;
}
#footerContact p.number .tel{
    font-size: 25px;
    font-size: 2.5rem;
    vertical-align: middle;
}
#footerContact p.number a{
    color: #fff;
}
#footerContact .form a.btn{
    display: inline-block;
    width: 270px;
    height: 55px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 55px;
    transition: opacity 0.3s ease 0.1s;
    color: #000;
}
#footerContact .form a.btn:hover{
    opacity: 0.7;
    color: #000;

}

/* --------------------------- footer */
#footer{
    clear:both;
    background: #3d4042;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
}
#footer a:link { text-decoration:none; color:#fff; }
#footer a:visited { text-decoration:none; color:#fff; }
#footer a:active { text-decoration:none; color:#aaa; }
#footer a:hover { text-decoration:none; color:#aaa;}


/* -------------------- footerCorpinfo */
#footerCorpinfo {
    padding: 70px 0 50px 0;
    text-align: left;
}
#footerCorpinfo > li{
    float: left;
    position: relative;
    width: 31.5%;
    list-style:none;
    text-align: left;
}
#footerCorpinfo li:nth-child(2){
    margin:0 2.7%;
}


#footerCorpinfo { zoom: 1; }
#footerCorpinfo:before,
#footerCorpinfo:after { content: ""; display: table; }
#footerCorpinfo:after { clear: both; }

#footerCorpinfo h3{
    margin-bottom: 25px;
    font-size: 16px;
    font-size: 1.6rem;
}

/* --------------------footerNav */
#footerNav {
    padding: 40px 0 5px 0;
    text-align: left;
    letter-spacing: 0.05em;
    border-top: solid 1px #51575b;
}
#footerNav { zoom: 1; }
#footerNav:before,
#footerNav:after { content: ""; display: table; }
#footerNav:after { clear: both; }

#footerNav li{
    list-style:none;
}
#footerNav > li{
    float: left;
    position: relative;
    width: 31.5%;
    list-style:none;
    text-align: left;
}
#footerNav > li:nth-child(2){
    margin:0 2.7%;
}

#footerNav > li li{
    line-height: 2.5;
}
#footerNav > li li li{
    padding-left:2em;
}
#footerNav > li li li li{
    padding-left:1em;
}
#footerNav > li li li ul a:before{
    content: "-";
    padding: 0.5em;
}
#footerNav > li li.inquiry{
    padding: 2em 0;
}


#foot_banner{
    background-color: #0fae78;
    width: 100%;
    position: fixed;
    bottom: 0;
}

#foot_banner .foot_banner_left {
    float: left;
    width: 47%;
}
#foot_banner .foot_banner_left img{
    width: 50%;
}

#foot_banner .foot_banner_right {
    float: right;
    margin: 13px 20px 0 0;
    width: 47%;
}
#foot_banner .foot_banner_right ul{

}
#foot_banner .foot_banner_right li{
    display: inline-block;
    margin: 0 10px;

}
#foot_banner .foot_banner_right li a{
    color: #fff;

}




/* -------------------- copyright */
address{
    display: block;
    padding: 15px 0;
    font-style:normal;
    font-size: 10px;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
    text-align: center;
}






/* ----------------------------------------------------------------------------

▼▼▼ ウィンドウサイズ1170px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */
@media only screen and (max-width: 1170px) {

    /* --------------------------------------------------------- 汎用パーツ */
    /* レスポンシブ表示調整 */
    .pc{
        display: none;
    }
    .tablet{
        display: block;
    }



    /* --------------------------------------------------------- header */
    #gNav ul{
        width: 69%;
        right: 2%;
    }
    #header .headline{
        padding-left: 2%;
    }
    #pankuzu{
        left: 2%;
    }
    /* --------------------------------------------------------- fixed nav */
    #fixedNav ul{
        width: 60%;
        right: 2%;
        bottom: 10px;
    }
    #fixedNav li{
        margin-bottom:1.0em;
    }


    /* --------------------------------------------------------- 枠組み共通 */
    .wrap{
        padding:0 5%;
    }

    /* --------------------------------------------------------- pankuzu */

    /* --------------------------------------------------------- contents */
    #main{
    }
    #contents{
        width:100%;
        float: none;
    }

    #side{
        width:100%;
        float: none;
    }

    /* --------------------------------------------------------- footer */

    #academyLink{
        margin-left: 5%;
        margin-right: 5%;

        max-width: 100%;
    }
    #academyLink .pc {
        display: block;
    }
    #serviceLink ul{
        margin-left: 5%;
        margin-right: 5%;
        padding: 0;
    }





}



/* ----------------------------------------------------------------------------

▼▼▼ ウィンドウサイズ768px以下にのみ適用されるcss ▼▼▼

---------------------------------------------------------------------------- */

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

    /* --------------------------------------------------------- 汎用パーツ */
    /* レスポンシブ表示調整 */
    .sp{
        display: block;
    }
    br.sp{
        display: inline;
    }
    /* 画像回り込み解除 */
    img.alignleft{
        display: block;
        float: none;
        margin: 0 auto 10px auto;
    }
    img.alignright{
        float: none;
        margin: 0 auto 10px auto;
    }

    /* --------------------------------------------------------- 枠組み共通 */
    .wrap{
        margin:0;
        padding:0 3%;
    }

    /* --------------------------------------------------------- header */
    .home #header {
        background-position: 15% 0%!important;
    }
    #header{
        height: auto;
    }
    #header .logo{
        position: static;
        margin-left: 3%;
    }

    #headerNavContact {
        display: none;
    }
    /* --------------------------- headline */
    #header .headline{
        padding-right:50px;
        padding-left:3%;
        background-color: transparent;
		position: relative;
    }

    #header .headline .headline_text {
        width: 100%;
    }
    /* --------------------------- global navigation */
    #gNav { position: static; top: 0; right: 0; width: 100%; height: 100%; overflow-y: scroll; }
    #gNav ul.menu{
        display: none;
        z-index: 10000;
        position: absolute;
        top: 50px;
        left:0;
        right: 0;
        width: 100%;
        margin:auto;
        text-align: center;
        letter-spacing: 0.05em;
    }

    #gNav ul > li:hover{
        background-color: #0c8e62;
    }
    #gNav ul.menu li{
        width: 100%;
        margin-bottom: 0;
        border-right: none;
        text-align: left;
        border-bottom: 1px solid white;
    }

    #gNav ul.menu li a{
        padding-left: 20px;
    }

    #gNav ul.menu li ul {
        display: block;
        padding-left: 20px;
        top: 0;
        position: relative;
    }

    #gNav ul.menu > li > ul > li {
        padding-right: 0;
        padding-left: 0;
        background-position: 98% 22px;
    }

    #gNav ul.menu li ul li ul{
        display: block;
        padding-left: 20px;
        top: 0;
        left: 0;
        position: relative;
    }

    #gNav ul.menu li ul li ul li{
        padding-left: 0;
    }
    #gNav ul.menu li ul li:last-child{
        border-bottom: none;
    }
    #gNav li{
        display: block;
        padding:0;
    }
    #gNav li a{
        padding:1em 0em;
    }
    #gNav li.current a{
        padding-bottom: 1em;
        border-bottom: solid 0px #fff;
    }

    #gNav .btn{
        width: 50px ;
        height: 50px;
        padding:12px 10px;
        background-color: #0fae78;
        position: fixed;
        top: 0;
        right: 0;
		z-index: 10
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
        height: 24px;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        top: -10px;
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        bottom: -8px;
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
    }

    #gNav .btn.active{
        background-color: transparent;
        z-index: 10000;
    }
    /* hoverでborderがアニメーションを非表示 */
    #gNav li a:before,
    #gNav li a:after {
        display: none;
    }



    /* --------------------------- fixedNav */
    #fixedNav {
        display: none;
    }

    /* --------------------------- ページタイトル */
    #header .pageTTL {
        position: static;
        padding:50px 3%;

        width: 100%;
        height: auto;
    }
    #header .pageTTL span{
        position: relative;
        margin-bottom: 30px;
        font-size:16px;
        font-size:1.6rem;
    }
    #header .pageTTL strong{
        position: static;
        font-size:24px;
        font-size:2.4rem;
    }
    #header .pageTTL i{
        position: static;
        margin-top:15px;
    }

    #pankuzu{
        position: static;
        padding:10px 3%;
        font-size: 10px;
        font-size: 1.0rem;
    }
    #pankuzu li{
        margin-top:0.5em;
        margin-bottom:0.5em;
    }


    /* --------------------------------------------------------- main */

    /* --------------------------- footer 医院経営塾とは */
    #academyLink{
        margin: 0px 0;
        padding: 50px 3% 50px 3%;
        max-width: 100%;
    }
    #academyLink h3{
        margin-bottom:60px;
        /*font-size: 2.8rem;*/
        font-size: 2.4rem;
    }
    #academyLink h4{
        margin-bottom:20px;
        /*font-size: 2rem;*/
        font-size: 1.7rem;
    }
    #academyLink h4.clbk {
        font-size: 100%;
    }
    #academyLink p{
        text-align: left;
    }
    #academyLink p.semititle {
        font-size: 1.7rem;
        text-align: center;
    }
    #academyLink p.txtthin { font-size: 100%; }
    #academyLink p.featurea3 {
        font-size: 110%;
        line-height: 2.0em;
    }
    #academyLink p.txtbk {
        font-size: 100%;
    }
    #academyLink a.btn{
        margin-top: 25px;
        text-align: center;
    }
    #academyLink .basiccsbox {
        padding: 9%;
        margin-bottom: 40px;
    }
    #academyLink ul.basiccourse {
        margin-left: 0;
    }

    /* --------------------------- footer 私たちの提供サービス */
    #serviceLink{
        margin: 0px 0;
        padding: 60px 3% 30px 3%;
    }

    #serviceLink p{
        width: 100%;
        margin:0 auto 30px auto;
        text-align: left;
    }
    #serviceLink a.btn{
        margin-top:20px;
        width: 100%;
        background-position: 95% 50% ;
    }
    #serviceLink ul{
        margin: 0;
    }
    #serviceLink li a{
        display: block;
        padding:80px 0 15px 0;
        transition: background-color 0.3s ease 0.2s;
        border-bottom:solid 1px #fff;
    }

    #serviceLink .wrap{
        padding: 0;
    }
    #serviceLink ul{
        border:solid 1px #fff;
    }
    #serviceLink li{
        display: block;
        width: 100%;
    }
    #serviceLink li:nth-child(n+4){
        border-top:solid 0px #fff;
    }
    #serviceLink li:nth-child(n+4) a{
        /*padding:20px;*/
    }
    #serviceLink li:nth-child(3n-1){
        width: 100%;
        border-right:solid 0px #fff;
        border-left:solid 0px #fff;
    }
    #serviceLink li:last-child a{
        border:solid 0px #fff;
    }
    #serviceLink li.practitioner a,
    #serviceLink li.tax_accounting a,
    #serviceLink li.talentconsulting a{
        background-position: 50% 20px;
    }

    /* --------------------------- footer 3つバナーエリア */
    #footer3Link {
        margin: 30px 0;
    }
    #footer3Link li{
        float: none;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    #footer3Link li:nth-child(2){
        margin:0;
        margin-bottom: 40px;
    }
    #footer3Link li:last-child{
        margin-bottom: 0px;
    }


    /* --------------------------- footer バナー＆SNS */
    #footerBanner{
        padding: 25px 0px 25px 0px;
    }
    #footerBanner .wrap > ul{
        display: block;
        width: 100%;
    }
    #footerBanner .wrap > ul > li{
        display: block;
        width: 100%;
        max-width:100%;
        margin-bottom: 10px;
    }
    #footerBanner .banner ul{
        font-size: 0;
    }
    #footerBanner .banner li{
        width: 50%;
        padding:5px;
        list-style: none;
        display: inline-block;
        text-align: center;
    }
    #footerBanner .banner {
        margin-right: 0;
    }
    #footerBanner .sns {
        margin-left: 0;
    }

    #foot_banner .foot_banner_right ul {
        margin: 0 0 0 29px;
        padding: 0;
    }
    #foot_banner .foot_banner_left{
        width: 100%;
    }
    #foot_banner .foot_banner_left img {
        width: 70%;
    }

    #foot_banner .foot_banner_right {
        margin: 8px 20px 0 0;
        width: 100%;
    }
    #foot_banner .foot_banner_right li {
        display: table-cell;
        margin: 0 10px;
    }
    #foot_banner .foot_banner_right li a{
        font-size: 3.2vw;
    }


    /* --------------------------- footer お問い合わせ */
    #footerContact{
        padding: 40px 0 0px 0;
    }

    #footerContact li{
        float: none;
        width: 100%;
        padding-bottom:3em;
    }
    #footerContact li h4{
        margin-bottom: 1em;
        letter-spacing: 0.1em;
    }
    #footerContact p.number{
        margin-bottom:0.5em;
    }
    #footerContact .form a.btn{
        width: 270px;
        max-width: 100%;
    }


    /* -------------------- footerCorpinfo */
    #footerCorpinfo {
        padding: 20px 0 20px 0;
    }
    #footerCorpinfo > li{
        float: none;
        width: 100%;
        padding-bottom: 2.5em;
    }
    #footerCorpinfo li:nth-child(2){
        margin:0 ;
    }
    #footerCorpinfo > li:last-child{
        padding-bottom: 0em;
    }
    #footerCorpinfo h3{
        margin-bottom: 0.5em;
    }
    /* --------------------footerNav */
    #footerNav {
        padding: 20px 0 20px 0;
    }
    #footerNav > li{
        width: 100%;
        float: none;
    }
    #footerNav li:nth-child(2){
        margin:0 ;
    }
    #footerNav > li li.inquiry{
        padding: 2em 0;
    }

    #foot_banner{

    }
    #foot_banner img{
        width: 100%;
    }


}

