@charset "utf-8";

/* ----------------------------------------------------
	主なパーツ関係
---------------------------------------------------- */
body{
    overflow-x:hidden;
    height:100%;
    font-size: 1.1rem;
    color: #333;
}
/*a{color:#79c06e;text-decoration: none;}
a:hover{color: #fc749b; text-decoration: none;}
a:visited{color:#79c06e;}*/


section{margin:1rem auto;}
@media (min-width:768px){section{margin:3rem auto;}}
@media (min-width:992px){section{margin:3rem auto 5rem;}}


h1{
    text-align: left;
    z-index: 100;
}
h2 {
	color: #79c06e;
	display: flex;
	align-items: center;
    margin-bottom: 3rem;
    padding-top: 0.5rem;
    font-size: 2.5rem;
}
h2:before, h2:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	display: block;
}
h2:before {
	margin-right: .8em;
	background: linear-gradient(-90deg, #79c06e, transparent);
}
h2:after {
	margin-left: .8em;
	background: linear-gradient(90deg, #79c06e, transparent);
}

h3{
    font-size: 1.5rem;
    padding: 0.1rem 0.5rem;
    margin: 3rem 0 0.5rem;
    border-left: solid 8px #9fc24d;
}
h3 span{
    display:block;
}
h3 span img{
    display: inline-block;
    height: 1.25rem;
    
}
h3 span:first-child img {
    padding-left: 0;
}

h4{
    color: #fc749b;
    border-bottom: 1.5px dotted #fc749b;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
}
h5{
    font-size: 1rem;
}



/*リンクボタン*/
a.link_btn {
    color: #fff;
    background: #9fc24d;
    display: block;
    text-decoration: none;
    padding:10px;
    text-align: center;
    margin: 0 auto;
    border-radius: 3rem;
-webkit-border-radius: 3rem;
-moz-border-radius: 3rem;
}
.btn-light{
    color: #333;
    background-color: rgba(204,204,204,0.3);
    border-color: #999;
    width: 100%;
    text-align: left;
    padding: 1rem;
    font-size: 1.5rem;
}
.btn-light:hover{
    color: #fff;
    background-color: rgba(121,192,110,1);
    border-color: rgba(121,192,110,1);
}
.btn.focus, .btn:focus{
    color: #fff;
    background-color: rgba(121,192,110,1);
    border-color: rgba(121,192,110,1);
}
.card-body > p ,.card-body > dl{
    margin-left:1rem!important;
}
.card-body >ul ,.card-body >ol{
    margin-left:3rem!important;
}
/*リスト*/
ol, ul{
    padding-left: 0!important;
    list-style: none;
}

ol.list_num li,
ul.list_num li{ margin-left:30px; list-style-type:decimal;}
ul.list_squ li{ margin-left:1rem; list-style-type:square;}
ul.list_squ_color_primary li{
    margin-left:2rem;
    list-style-type:square;
    list-style-position: inside;
    color: #009933;
}
ul.list_squ_color_primary li span{color: #000000;}
ul.list_disc li{ margin-left:1rem; list-style-type:disc;}
ul.list_kome li{ padding-left:1rem; text-indent: -1em;}


.list_icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";/*アイコンの種類*/
    font-weight: 900;
    color: #9fc24d;/*アイコン色*/
    padding-right:0.5rem;
}
.list_square {list-style-type: square;}

.list_icon_num{
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
.list_icon_num li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    background-color: #009933;
    color: #fff;
    display: block;
    float: left;
    line-height: 22px;
    margin-left: -30px;
    text-align: center;
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.list_kome li:before {
    content:"※";
}

/*サイズ*/
.w-2rem{width: 2rem;}
.w-3rem{width: 3rem;}
.w-18rem{width: 18rem;}
.w-10{width: 10%;}
.w-45{width: 45%;}
.w-60{width: 60%;}
.w-75{width: 75%;}
.w-80{width: 80%;}
.w-90{width: 90%;}
.W-100{width: 100%;}
.w300{width: 300px;}
.w_pc50SP100{width: 100%;}
@media (min-width:767px){.w_pc50SP100{width: 50%}
}

/*フォントサイズ*/
.f_size075{font-size: 0.75rem;}
.f_size10{font-size: 1rem;}
.f_size125{font-size: 1.25rem;}
.f_size15{font-size: 1.5rem;}
.f_size20{font-size: 2rem;}
.f_size25{font-size: 2.5rem;}
.f_size30{font-size: 3rem;}

#access P{font-size: 1rem;margin-bottom: 0;}

/*テキスト折り返しなし*/
.nonowrap{white-space: nowrap;}

/*前後ろ重なりの位置*/
.zi100{z-index: 100;}
.zi200{z-index: 200;}
.zi300{z-index: 300;}

/*テキスト位置*/
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-left{text-align: left;}

/*高さの位置*/
.va-b{vertical-align: bottom;}
.va-m{vertical-align: middle;}

/*色*/
.color_w{color:#fff;}
.color_primary{color:#79c06e;}
.color_secondary{color:#9fc24d;}
.color_tertiary{color:#fc749b;}
.color_bk{color: #333;}

/*影*/
.box-shadow{
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

/*マーカー*/
.marke_primary{
    background:linear-gradient(transparent 60%, rgba(121,192,110,.5) 60%);
}
.marke_secondary{
    background:linear-gradient(transparent 60%, rgba(255,244,98,.5) 60%);
}
.marke_tertiary{
    background:linear-gradient(transparent 60%, rgba(252,116,155,.5) 60%);
}

/*背景色*/
.bg_w07{background: rgba(255,255,255,0.7);}
.bg_w08{background: rgba(255,255,255,0.8);}
.bg_g10{background: rgba(121,192,110,1);}
.bg_g03{background: rgba(121,192,110,.3);}
.bg_gry03{background: rgba(204,204,204,.3);}

/*線*/
hr{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 2px solid #9fc24d;
}
.primary_boder01{
    border: 1px solid #9fc24d;
}
.danger_boder03{
    border: 3px dotted #dc3545;
}

.bottom_dotted{
    border-bottom: 1px dotted #ccc;
}


/*透過*/
.opacity_08{opacity:0.8;}
.alpha {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.alpha:hover {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
/*角丸*/
.r_corner05{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/*枠*/
.frame{
    border: 1px solid #ccc;
    padding: 0.5rem;
}
.d_ib{
    display: inline-block;
}
.d_b{
    display: block;
}
/*説明*/
.explanatory{
    border: #ccc 1px solid;
    width: 100%;
    text-align: center;
    padding: 1.5rem;
}

/*アコーディオン*/
#faq .btn-light[aria-expanded="false"]:before {
  padding-right: 1.5rem;
  font-size:1.25em;
  font-weight: 900;
  content: '+';
  color:#fc749b;    
}

#faq .btn-light[aria-expanded="true"]:before {
  padding-right: 1.5rem;
  font-size:1.5em;
  font-weight: 900;
  content: '-';
  color:#fc749b;
}


@media (min-width:767px){
/*pcのみ*/
    .explanatory{
        width: 40%;
    }
}
    
    
/*余白　margin padding*/
.ma{margin: 0 auto;}
.mt-10{margin-top: 10rem;}
.mt_5{margin-top: 5rem!important;}
.mb-0{margin-bottom: 0!important;}


@media (min-width:768px){
.ml-md-10{margin-left: 10rem;}
}

/*nav上部固定*/
.fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}
@media (max-width:767px){
/*pcのみ改行*/
.pc_br{display: none;}
}
    
/*header---------------------------------------------------*/
.logo{
    width: 95%;
}
.contact_bnr{
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 500;
    /*width: 80%;
    display: inherit;*/
}
.tel_link{
    color: #79c06e;
    font-size: 2rem;
    text-align: center;
}
.tel_link:before {
    content: '';
    display: inline-block;
    width: 2.25rem;
    height: 2.5rem;
    background: url(img/phone.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
    }
.tel_link ruby rt{
    color: #fc749b;
}
.on_foot{
    color: #79c06e;
    font-size: 0.7rem;
}
.on_foot:before {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.5rem;
    background: url(img/train.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }
.on_foot:after {
    content: '';
    display: inline-block;
    width: 1.25rem;
    height: 1.5rem;
    background: url(img/foot.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }
.medical_subjects{
    font-size: 0.75rem;
    padding-left: 0;
}
.moon{
    font-size: 0.9rem;
}
.moon:after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(img/moon.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }


@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

/*pgtop jsとの兼ね合いで、どうしてもid指示---------------------------------------------------*/
#pgtop{
    position: fixed;
    right:3rem;
    bottom:100px;
    z-index: 2000;
    font-size: 4rem;
    max-height: 3rem;
}
@media (max-width: 767px) {
    #pgtop{
        bottom:3rem!important;
        right: 2rem;
    }
}
#pgtop a{
    color: #79c06e;
}
/*#pgtop a span{display:none;}*/
#pgtop a:hover{
    color: #79c06e;
    /*background: #fff;*/
}
#pgtop i.fa{font-size: 4rem;!important}
#pgtop img{width: 3rem;height: 3rem;}
/*footer---------------------------------------------------*/
footer{
    color: #79c06e;
    font-size: 0.8rem;
    padding: 0.5rem 0;
    text-align: center;
    
}
/*navi---------------------------------------------------*/
.navbar{
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0;
    background-color: rgba(121,192,110,1);
    z-index: 99999;
}

.navbar-light .navbar-toggler-icon{
    display: inline-block;
    width: 2em;
    height: 2em;
    content: "";
    background: url(img/menu.svg)no-repeat top center;
    position: absolute;
    top:0rem;
    right: 0.1rem;
}
.navbar-collapse{
    min-width: 300px;
    z-index: 300;
}
.navbar-toggler{
    padding: 0;
}
nav ul li a, .dropdown > button {
    color: #FFF!important;
    font-size: 1rem;
    font-weight: bold;
}
nav ul li{
    padding: 0.5rem 2rem;

}
.dropdown > button{
    padding: 0.5rem 0;
}
.dropdown-menu{
    background: rgba(159,194,77,.5);
}

/*ハンバーガーメニューを閉じる*/
.navbar-toggler[aria-expanded="true"] > span {
  position: relative;
  display: none;
}
 
.navbar-toggler[aria-expanded="true"]::after {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  color: #fff;
  font-size: 3rem;
  content: "×";
}
/*ハンバーガーメニューを閉じる*/

.btn.focus, .btn:focus{
    box-shadow: none;
}

/*main---------------------------------------------------*/
#main{position: relative;}
#main .message{
    position: absolute;
    bottom:0.2em;
    right: 10%;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    text-shadow: 1px 2px 2px #333;
}
#main ul li{
    position: relative;
}
#main ul li p{
    position: absolute;
    top:0.5em;
    right: 5%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 1px 2px 2px #333;
}

@media (min-width:768px){
    #main .message{font-size: 2rem;}
    #main ul li p{font-size: 3rem;}
}


#main .slider .slick-prev{
    left: 50px;
    z-index: 1;
}
#main .slider .slick-next{
    right: 50px;
}


/* time---------------------------------------------------*/
table.time{font-size: 0.8rem;}
table.time{ border-collapse:collapse; margin:0 0 5px;border-top:1px solid #79c06e;border-left:1px solid #79c06e;}
table.time thead th{padding:10px 0;border-bottom:1px solid #79c06e;border-right:1px solid #fff;}
table.time thead th:last-child{border-right:1px solid #79c06e;}
table.time tbody th,
table.time tbody td{border-bottom:1px solid #79c06e;border-right:1px solid #79c06e;}

table.time thead th{background:#79c06e;color:#fff;text-align:center;font-weight:normal;}
table.time tbody th{background:#fff;color:#79c06e;text-align:center;font-weight:normal;}
table.time tbody td{background:#fff;color:#79c06e;font-size:1.25rem;text-align:center;}
table.time tbody td.none{border-right: none;}

.time_ttl ,.mi_ttl ,.update_ttl{
    border-bottom: 1px solid #79c06e;
    color: #79c06e;
    font-size: 2.5rem;   
    display:block!important;
    margin-bottom: 1rem;
}

.time_ttl span, .mi-ttl span  ,.update_ttl span{
    font-size: 1.25rem;
    font-weight: bold;
}
.time_ttl:before{
    content: '';
    width: 50px;
    height: 50px;
	display: inline-block;
	background: url(img/time.svg) no-repeat;
    margin-right:1rem;
    margin-bottom: 0.25rem;
    vertical-align: bottom;
}
.mi_ttl:before{
    content: '';
    width: 50px;
    height: 50px;
	display: inline-block;
	background: url(img/mi.svg) no-repeat;
    margin-right:1rem;
    margin-bottom: 0.25rem;
    vertical-align: bottom;
}

.update_ttl:before{
    content: '';
    width: 50px;
    height: 50px;
	display: inline-block;
	background: url(img/news-02.svg) no-repeat;
    margin-right:1rem;
    margin-bottom: 0.25rem;
    vertical-align: bottom;
}

/*news---------------------------------------------------*/
.news_ttl{
    border-bottom: 1px solid #79c06e;
    color: #79c06e;
    font-size: 2.5rem;
}
.news_ttl span{
    font-size: 1.25rem;
    font-weight: bold;
}
.news_ttl:before{
    content: '';
    width: 50px;
    height: 50px;
	display: inline-block;
	background: url(img/news.svg) no-repeat;
    margin-right:1rem;
    margin-bottom: 0.25rem;
    vertical-align: bottom;
}
.news li{
    padding: 0.5rem;
    border-bottom: 1px dotted #bbb;
}
.news li:nth-child(odd){
    background: rgba(159,194,77,.1);
}
.news li:last-child{
    border-bottom: 1px solid #79c06e;
}
.news li .date{
    display: block;
}
.news li .news_txt{
    display: block;
    padding-left: 0.5rem;
}
/*バナー---------------------------------------------------*/
.bnr_aria ul li h3{
    margin-top: 0!important;
    font-size: 1.25rem;
    border-bottom: solid 3px #9fc24d;
    border-left: none;
}
.bnr_aria ul li a{
    color: #111;
}
.bnr_aria ul li a:hover{
    text-decoration: none;
    opacity: 0.5;
}
.bnr-01{
    padding: 0.5rem;
    margin:0 1rem 1rem;
    border: 1px solid #fc749b;
    box-shadow: 10px 5px 5px #eee;
    border-radius: 30px;
}



/*診療科目*/
#medical_subject dl dt,#medical_subject dl dd{
    border-bottom: 1px dotted #79c06e;
    margin-bottom: 0!important;
    padding: 0.5rem;
    font-weight: normal;
}
#medical_subject dl {
    border-top: 1px dotted #79c06e;
    padding-top: 0.5rem;
}


/**/
.category_ttl{
    font-size: 1.5rem;
    padding-left: 15%;
}

.btn01{
    border: 2px solid #9fc24d;
    background: #FFF;
    color: #9fc24d;
    font-size: 1.5rem;
    padding: 0.5rem 5rem;
    min-width: 20rem;
}



.link_btn{
    border: 1px solid #1d2088;
    padding: 0;
    
}
.link_btn a:hover{
    opacity: 0.7 !important; 
}
.link_btntxt{
    background: #1d2088;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.5rem 0;
    text-align: center;
    
}
.link_btn img{width: 100%;}



/*top_linkbox---------------------------------------------------*/
.menubox{
    position: relative;
}
.menu_ttl{
    position: absolute;
    top:5px;
    left:5px;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    text-shadow: 1px 1px 1px #333333;
}
.menutxt_box{
    position: absolute;
    bottom: 0;
    font-size: 70%;
}
.menu_icon{
    width:180px;
    padding: 1rem;
}



/*注意項目---------------------------------------------------*/
.attention{
    border:double 3px #dc3545;
    padding: 1rem;
}

/*フッター---------------------------------------------------*/
.balloon_box{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width:100%;
  font-size: 16px;
  background: #FFF;
  border-bottom: solid 3px #79c06e;
  box-sizing: border-box;
}

.balloon_box:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.balloon_box:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #79c06e;
  z-index: 1;
}

.f_menu{
    display: none;
    background: #9fc24d;
    color: #FFF;
    position: relative;
}

.f_menu:before{
    content: '';
    width: 300px;
    height: 60px;
	display: block;
	background: url(img/footer_img.png) no-repeat;
    background-size: cover;
    position: absolute;
    top:-59px;
    left: 0;
}
.f_menu a{
    color: #FFF;
}
.f_menu ul li {
    padding: 0.15rem 0;
}
.f_menu ul li span{
    padding-left: 1.5rem;
}

/*fb埋め込みレスポンシブ*/
#fb_page_plugin_area{
    width: 100%;
}

/*下層---------------------------------------------------*/
.pg_ttl{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    height: 80px;
    width: 100%;
    margin: auto auto;
    padding: 20px 0;
    
    background: -moz-linear-gradient(left, rgba(121,192,110,0) 0%, rgba(121,192,110,.8) 30%, rgba(121,192,110,.8) 50%, rgba(121,192,110,.8) 70%, rgba(121,192,110,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(121,192,110,0) 0%,rgba(121,192,110,.8) 30%,rgba(121,192,110,.8) 50%,rgba(121,192,110,.8) 70%,rgba(121,192,110,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(121,192,110,0) 0%,rgba(121,192,110,.8) 30%,rgba(121,192,110,.8) 50%,rgba(121,192,110,.8) 70%,rgba(121,192,110,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    color: #fff;
    font-size: 1.75rem;
    font-weight: bolder;

    letter-spacing: 0.25rem;
    text-align: center;
    text-shadow: 2px 1px 1px #999;
    
}
/*flex*/
.parallel_01 dt{
    display: inline-flex;
    width: 33%;
}
.parallel_01 dd{
    display: inline-flex;
    width: 67%;
}
/*timeline*/
.timeline > li {
    list-style: disc;
    margin-left: 3rem;
    color: #79c06e;
}
.timeline > li >p, .timeline > li >div{
    color: #111;
}

.arrow{margin-bottom: 1rem;}


/*流れ*/
.f_balloon_box{
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width:100%;
  /*min-width: 120px;
  max-width: 100%;
  /*color: #9fc24d;*/
  font-size: 16px;
  background: #FFF;
  border: solid 3px #9fc24d;
  box-sizing: border-box;
}

.f_balloon_box:not(:last-child):before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.f_balloon_box:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #9fc24d;
  z-index: 1;
}
/*faq*/
dl.faq{
    border-bottom: 2px dotted #ccc;
    display: block;
    position: relative;
    margin-bottom: 0;
}
.faq dt{
    background: #eee;
    color: #9fc24d;
    font-size: 1.5rem;
    font-weight: normal;
    padding:0.5rem 2.5rem 0.5rem 1.5rem;
    margin-bottom: 0;
    display: block;
    cursor: pointer;
}
.faq dt:after{
    font-family: "Font Awesome 5 Free";
    content: "\f191";
    color: #9fc24d;
    float: right;
    font-size: 2rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}
.faq dt.active:after{
    font-family: "Font Awesome 5 Free";
    content: "\f191";
    color: #9fc24d;
    float: right;
    font-size: 2rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0.5rem;
    top: 0.25rem;
}
.faq dd{
    padding:0.5rem 2.5rem 0.5rem 1.5rem;
}
.faq:not(:first-child) dd{
    display:none;
}

/*---求人情報--*//*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 4rem;
  border-bottom: 3px solid #79c06e;
  background-color: #d9d9d9;
  line-height: 4rem;
  font-size: 1rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
    word-wrap: break-word;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0 1rem ;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #79c06e;
  color: #fff;
}

.tab_content dl{
    border:1px #ccc solid;
    display: flex;
    flex-wrap: wrap;
}
.tab_content dl dt {
    border-right: 1px #ccc dotted;
    border-bottom: 1px #ccc dotted;
    
    width: 15%;
    writing-mode: vertical-rl;

    padding: 2rem 0.5rem;
}
.tab_content dl dd {
    border-bottom:1px #ccc dotted;
    padding: 2rem 0.5rem 0.5rem;
    margin: 0;
  width: 85%;
}
@media (min-width:768px){
    .tab_item {font-size: 1.5rem;}
    .tab_content {padding: 0 3rem;}
    .tab_content dl dt {width: 5%;}
    .tab_content dl dd {width: 95%;}
    
}
/*院内設備のスライダー----------------------------------------------------*/

#equipment .slider .slick-prev{
    left: 25px;
    z-index: 1;
}
#equipment .slider .slick-next{
    right: 25px;
}


/*----------------------------------------------------
768以上
---------------------------------------------------- */
@media (min-width:768px){

/*SP改行*/
.sp_br{display: none;}
h4{font-size: 1.25rem;}
    
/*header---------------------------------------------------*/
    .logo{
        width: 70%;
    }
    .medical_subjects{
        font-size: 1rem;
        padding-left: 7rem;
    }
.contact_bnr{
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 0;
    z-index: 500;
    /*width: 80%;
    display: inherit;*/
}
.tel_link{
    color: #79c06e;
    font-size: 2rem;
    text-align: right;
}
.tel_link:before {
    content: '';
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    background: url(img/phone.svg)no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-right: 0.5rem;
    }
.tel_link ruby rt{
    color: #fc749b;
}
.on_foot{
    color: #79c06e;
    font-size: 2rem;
}
.on_foot:before {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(img/train.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }
.on_foot:after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(img/foot.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }

.moon{
    font-size: 1.25rem;
    text-align: right;
}
.moon:after {
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(img/moon.svg)no-repeat;
    background-size: contain;
    vertical-align: middle;
    }
    


    

/*nav パソコン画面---------------------------------------------------*/
    .navbar{
        position: static;
        padding: 0;
        font-size:1.1rem;
    }
    .gnavi {
        border-bottom: 2px solid #9fc24d;
    }
    a.nav-link{
        padding-top: 2rem;
    }
    nav ul li:hover{
        color: #9fc24d;
    }
    nav ul li a, .dropdown > button {
        font-size: 1.25rem;
        font-weight: bold!important;
    }

    .navbar-nav li{
        padding: 1rem 2rem;
        text-align: center;
        font-size: 1.25rem;
    }

    .dropdown > button{
        padding: 2rem 0.5rem 0;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }
    .dropdown-menu{
        background:rgba(121,192,110,1);
        border: 1px solid rgba(121,192,110,1);
        border-radius: 0 0 5px 5px;
        color: #FFF;
        margin-top: 0;
        
    }
    .dropdown-item{
        font-weight: bold!important;
    }
    .dropdown-item:hover{
        /*background:rgba(159,194,77,1);*/
        background:rgba(255,255,255,.75);
        color: #333!important;
    }
    
/*ナビアイコン*/
.gnavi01{background: url(img/navi/gnavi01.svg)top center no-repeat;}
.gnavi02{background: url(img/navi/gnavi02.svg)top center no-repeat;}
.gnavi03{background: url(img/navi/gnavi03.svg)top center no-repeat;}
.gnavi04{background: url(img/navi/gnavi04.svg)top center no-repeat;}
.gnavi05{background: url(img/navi/gnavi05.svg)top center no-repeat;}
.gnavi06{background: url(img/navi/gnavi06.svg)top center no-repeat;}
.gnavi07{background: url(img/navi/gnavi07.svg)top center no-repeat;}
.gnavi08{background: url(img/navi/gnavi08.svg)top center no-repeat;}

.gnavi01:hover{background: url(img/navi/gnavi01_on.svg)top center no-repeat;}
.gnavi02:hover{background: url(img/navi/gnavi02_on.svg)top center no-repeat;}
.gnavi03:hover{background: url(img/navi/gnavi03_on.svg)top center no-repeat;}
.gnavi04:hover{background: url(img/navi/gnavi04_on.svg)top center no-repeat;}
.gnavi05:hover{background: url(img/navi/gnavi05_on.svg)top center no-repeat;}
.gnavi06:hover{background: url(img/navi/gnavi06_on.svg)top center no-repeat;}
.gnavi07:hover{background: url(img/navi/gnavi07_on.svg)top center no-repeat;}
.gnavi08:hover{background: url(img/navi/gnavi08_on.svg)top center no-repeat;}

.gnavi01, .gnavi02, .gnavi03, .gnavi04, .gnavi05, .gnavi06, .gnavi07, .gnavi08{
    background-size:1.5rem 1.5rem;
}
.gnavi01:hover, .gnavi02:hover, .gnavi03:hover, .gnavi04:hover, .gnavi05:hover, .gnavi06:hover, .gnavi07:hover, .gnavi08:hover{
    background-size: 1.5rem 1.5rem;
}

    
.pc_nav{
/*        border-bottom: 1px solid #9fc24d;
        border-top: 1px solid #9fc24d;*/
    }
.pc_nav .container{
        max-width: 1200px;
    }
.nav_top{
        position: absolute;
        top:11px;
        left: 0;
        right: 0;
    }
.nav_top.pc_nav {
/*        border-bottom: 0 solid #9fc24d;
        border-top: 0 solid #9fc24d;*/
        z-index: 1;
    }
    

    
/*top_linkbox---------------------------------------------------*/
.menutxt_box{
    font-size: 80%;
    padding-top: 0.5rem;
}
    
/*news---------------------------------------------------*/
    .news ul li .news_txt{
    padding-left: 2rem;
}
    
/*フッター---------------------------------------------------*/   
.f_menu {
    padding: 3rem 3rem;
    display: block;
}

/*----------------------------------------------------
    下層　768以上
---------------------------------------------------- */
/*flex*/
.parallel_01 dt{
    display: inline-flex;
    width: 10%;
}
.parallel_01 dd{
    display: inline-flex;
    width: 90%;
}
    
/*timeline---------------------------------------------------*/
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 10rem;
    float: left;
    margin: 0;
    text-align: right;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 0.2rem rgba(159,194,77,.5) solid;
    padding-left: 2rem;
    margin-left: 1.9rem;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #79c06e;
    position: absolute;
    left: 185px;
    top: 8px;
    border-radius: 100%;
  }
    
/*accessのarrow ---------------------------------------------------*/
    .arrow img{
        transform: rotate(-90deg);
    }    
    .arrow{margin-top: 7%;}

    
/*お問合せボタン*/
.contact_btn{width: 30%;}


}


