@charset "utf-8";
/* CSS Document */

/* font
=========================================== */

@font-face {/*NotoSansJP*/
  font-family: 'ZenKakuGothicNew';
  src: url('../fonts/font/ZenKakuGothicNew-Medium.ttf');
  src:
  url('../fonts/font/ZenKakuGothicNew-Medium.woff2') format('woff2'),
  url('../fonts/font/ZenKakuGothicNew-Medium.woff') format('woff'),
  url('../fonts/font/ZenKakuGothicNew-Medium.ttf') format('TrueType');
	font-weight: 500;
}

@font-face {/*NotoSansJP*/
  font-family: 'ZenKakuGothicNew';
  src: url('../fonts/font/ZenKakuGothicNew-Bold.ttf');
  src:
  url('../fonts/font/ZenKakuGothicNew-Bold.woff2') format('woff2'),
  url('../fonts/font/ZenKakuGothicNew-Bold.woff') format('woff'),
  url('../fonts/font/ZenKakuGothicNew-Bold.ttf') format('TrueType');
	font-weight: 700;
}

/*共通*/
body{overflow: hidden;width: 100%;}
.pc {display:none!important;}
.sp {display:block;}

html.showPage body {background:#FFFDF9;}

body {
	color: #000;
	font-size:18px;
	line-height:1.85;
	font-family: 'ZenKakuGothicNew',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	font-style: normal;
	word-break: break-all;}
img{width:100%;height:auto;}


table {width: 100%;table-layout: fixed;}

h1,h2,h3,h4,h5,h6{font-weight: 700;}
a:link, a:visited {
    color: #0E0E0E;
    text-decoration: none;
	transition: 0.3s;
}

.wrap{position:relative;}

a {color: #0E0E0E;}

:focus { outline: none;}

input, select {
  -webkit-appearance: auto;
  appearance: auto;
}

/*共通設定*/
.btn01 {width:100%;height:64px;display:table;margin:0 auto;}
.btn01 a {display:table-cell;vertical-align:middle;text-align:center;font-weight:bold;background:#fff;position:relative;text-decoration:none;border-radius:40px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}
.btn01 a .ya {right:27px;top:0;bottom:0;margin:auto;}
.btn01 a:hover {box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);}

.title01 {line-height:1;}
.title01 h2 {font-size:40px;margin-bottom:16px;}
.title01 .eng {font-size:16px;font-weight: bold;text-transform:uppercase;color:#14A83A;}
.title01.shiro .eng {color:#fff;}

.k_title01 {font-size:34px;line-height:1.3;padding-top:32px;position:relative;}
.k_title01::before {content:"";width:100%;height:1px;background: linear-gradient(90deg, #14A83A 0%, #14A83A 80px, #F3ECE5 80px, #F3ECE5 100%);position:absolute;left:0;top:0;}

/*ウェブフォント*/
.tcenter {text-align: center;}
.tright {text-align: right;}

/*色*/
.shiro {color:#fff;}
.green {color:#14A83A;}
.mt20 {margin-top: 20px;}

.flex {width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*header
---------------------------------------------------------------*/
#header {width: 100%;position: fixed;transition: 0.3s;left: 0;right: 0;top: 0;margin: auto;z-index: 100;background:#FFFDF9;}
.fixed #header {background:#fff;}
.header_inner {display: block;width: 100%;padding-left: 10px;box-sizing: border-box;}
.header_inner .logo {}
.header_inner .logo a {display: block;width:226px;height: 60px;background: url("../img/common/logo.svg") no-repeat center;background-size: contain;}
.header_inner .logo a img {display:none;}
.header_inner .right {display:none;}

/* nav
=========================================== */
.sp-nav-btn {width: 48px;height:48px;position: absolute;box-sizing: border-box;text-align: center;top: 6px;right:10px;background:#fff;border-radius:5px;transition: 0.3s;display: table;z-index: 109;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}

.sp-nav-btn:before{content:"";width:20px;height:2px;background:#000;position: absolute;top:17px;left:14px;transition: 0.3s;box-shadow: 0 6px 0 0 #000;border-radius:1px;}
.sp-nav-btn:after{content:"";width:20px;height:2px;background:#000;position: absolute;bottom:17px;left:14px;transition: 0.3s;border-radius:1px;}

.sp-nav-btn.opon:before {transform: rotateZ(45deg);top:23px;box-shadow: none!important;}
.sp-nav-btn.opon:after {transform: rotateZ(-45deg);bottom:23px;}

.sp-tel {right: 66px;top: 6px;z-index: 101;position: absolute;width: 48px;height: 48px;display:table;}
.sp-tel a {display:table-cell;vertical-align:middle;text-align:center;background:#fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius:5px;}
.sp-tel a img {width:24px;display: block;margin: auto;}

div.navs-list {position: fixed;width: 100%;height:calc(100% - 60px);z-index: 102;top: 60px;padding:18px 20px 50px;box-sizing: border-box;right:-100%;transition: 0.3s;overflow-x: hidden;overflow-y: auto;background:#fff;}
div.navs-list.opon {right:0;}

div.navs-list > ul {font-size:18px;line-height:1;font-weight:bold;margin-bottom:40px;}
div.navs-list > ul > li {border-top: 1px solid #F4F4F4;}
div.navs-list > ul > li:last-child {border-bottom: 1px solid #F4F4F4;}
div.navs-list > ul > li > a {padding:24px 0;font-weight:bold;display:block;text-decoration:none;background:url("../img/common/pass02.svg")no-repeat center right;background-size: 20px;}

.nav-midashi {padding:24px 0;display:block;text-decoration:none;background:url("../img/common/nav-midashi_on.svg")no-repeat center right;}
.nav-midashi.on {background:url("../img/common/nav-midashi.svg")no-repeat center right;}

div.navs-list .sp-nav {background:#FAFAFA;padding:24px;display:none;}
div.navs-list .sp-nav li {margin-bottom:24px;} 
div.navs-list .sp-nav li:last-child {margin-bottom:0;}
div.navs-list .sp-nav li a {display:block;font-weight:500;text-decoration:none;}

.h_access {width:100%;height:48px;display:table;margin-bottom:10px;}
.h_access a {display:table-cell;vertical-align:middle;text-align:center;background:url("../img/common/h_access_sp.svg")no-repeat center right 20px #fff;box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);font-weight:bold;text-decoration:none;border-radius:24px;}

.h_access_p {font-size:17px;font-weight:bold;line-height:1;margin-bottom:32px;}

.sp_h_tel_box {align-items:center;justify-content:center;width: calc(100% + 20px);position: relative;right: 10px;}
.sp_h_tel_box .p01 {width:150px;line-height:32px;background:#14A83A;color:#fff;border-radius:18px;text-align: center;margin-right: 5px;}
.sp_h_tel_box .p01 span {padding-left:17px;display:inline-block;background:url("../img/common/p01_sp.svg")no-repeat center left;}
.sp_h_tel_box .tel {font-size:34px;line-height: 1;}
.sp_h_tel_box .tel a {line-height:1;font-weight:bold;;color:#14A83A;}


/* main */
/*-------------------------------------------*/
#main {}
#main.home_main {padding-top:60px;}
#main.home_main .cnt {display:block;}
#main.home_main .cnt .right {width:100%;position:relative;}
#main.home_main .cnt .right .main_slider {margin-bottom:0!important;}
#main.home_main .cnt .right .right_in {position: absolute;right: 0;bottom: 7%;width: 95%;box-sizing: border-box;display: block;left: 0;margin: auto;}
#main.home_main .cnt .right .right_in h2 {display:none;}

#main.home_main .cnt .right .right_in table {width:100%;border-radius:10px;box-sizing:border-box;overflow:hidden;table-layout: fixed;font-size: 4vw;}
#main.home_main .cnt .right .right_in table th {width:25%;background:#FFE5E7;padding:3% 0;text-align:center;line-height:1;color:#F2303A;vertical-align:middle;}
#main.home_main .cnt .right .right_in table th span {display:none;}
#main.home_main .cnt .right .right_in table td {padding:3%;background:#fff;vertical-align:middle;line-height:1;}
#main.home_main .cnt .right .right_in table td .title {width:100%;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
#main.home_main .cnt .right .right_in table td .title a {text-decoration:none;}
#main.home_main .cnt .right .right_in table td .title a:hover {text-decoration:underline;}

#main.home_main .cnt .left {position: relative;margin: 15px auto 0;display:block;}
#main.home_main .cnt .left .tel_box {align-items:center;justify-content:center;font-weight:bold;margin-bottom:15px;}
#main.home_main .cnt .left .tel_box .p01 {width:150px;line-height:32px;background:#14A83A;color:#fff;border-radius:18px;text-align: center;margin-right: 5px;}
#main.home_main .cnt .left .tel_box .p01 .waku {padding-left:17px;display:inline-block;background:url("../img/common/p01_sp.svg")no-repeat center left;}
#main.home_main .cnt .left .tel_box .p01 .waku_in {display:none;}
#main.home_main .cnt .left .tel_box .tel {font-size:34px;line-height: 1;}
#main.home_main .cnt .left .tel_box .tel a {line-height:1;font-weight:bold;;color:#14A83A;}

.bg.sinsatu_bg_box {padding:24px 5% 30px;background:#fff;box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);}
.bg.sinsatu_bg_box .cnt01 {align-items:center;margin-top:20px;display:block;}
.bg.sinsatu_bg_box .cnt01 .main_access {width:100%;height:48px;display:table;margin-bottom:10px;}
.bg.sinsatu_bg_box .cnt01 .main_access a {display:table-cell;vertical-align:middle;text-align:center;background:#fff;box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);text-decoration:none;border-radius:24px;}
.bg.sinsatu_bg_box .cnt01 .main_access a span {display:inline-block;padding:0 24px 0 20px;background:url("../img/common/pin_sp.svg")no-repeat center left,url("../img/common/h_access_sp.svg") no-repeat center right;background-size:14px,16px;;}
.bg.sinsatu_bg_box .p01 {font-size:17px;line-height:1;font-weight:bold;text-align:center;}
.bg.sinsatu_bg_box .p01 br {display:none;}

#main.home_main .cnt .left .icon_box_list {width:90%;margin:30px auto 0;}
#main.home_main .cnt .left .icon_box_list .icon_box {width:calc(100% / 3 - 4px);margin-right:6px;padding:5% 0;background: #F9F6F0;border-radius: 10px;}
#main.home_main .cnt .left .icon_box_list .icon_box:last-child {margin-right:0;}
#main.home_main .cnt .left .icon_box_list .icon_box .icon {height:12vw;margin-bottom:3%;}
#main.home_main .cnt .left .icon_box_list .icon_box .icon img {height: inherit;width: auto;margin: 0 auto;display: block;}
#main.home_main .cnt .left .icon_box_list .icon_box h3 {font-size:5vw;line-height:1.25;text-align:center;font-weight: 500;}

#main.home_main .img_btn_list {display:block;margin: 40px auto 0;width: 90%;}
#main.home_main .img_btn_list .img_btn {width:100%;margin-bottom:16px;}
#main.home_main .img_btn_list .img_btn:last-child {margin-bottom:0;}
#main.home_main .img_btn_list .img_btn a {display:block;height:100%;position:relative;color:#fff;}

#main.home_main .img_btn_list .img_btn a .img_btn_in {position:absolute;left:0;bottom:0;width:100%;padding:0 5% 5%;box-sizing:border-box;}
#main.home_main .img_btn_list .img_btn a .img_btn_in h3 {font-size:7vw;margin-bottom:3%;}
#main.home_main .img_btn_list .img_btn a .img_btn_in .text {font-size:4vw;line-height:1.4;width: calc(100% - 5% - 65px);}

#main.home_main .img_btn_list .img_btn a .ya {right:5%;bottom:5%;}

.ya {display: inline-block;border: 1px solid #14A83A;border-radius: 12px;width: 40px;height: 24px;position: absolute;overflow: hidden;box-sizing: border-box;}

/* --- 共通設定 --- */
.ya::before,
.ya::after {content: "";position: absolute;top: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;}

/* --- 通常時（ホバーを離した時の動きを定義） --- */
.ya::before {background-image: url("../img/common/ya.svg");background-color: #14A73A;animation: leave-before 0.3s forwards;border-radius: 12px;}
.ya::after {background-image: url("../img/common/ya_h.svg");animation: leave-after 0.3s forwards;}

/* --- Hover時（右へ進む動きを定義） --- */
a:hover .ya::before {animation: enter-before 0.3s forwards;}
a:hover .ya::after {animation: enter-after 0.3s forwards;}

button.ya:hover::before {animation: enter-before 0.3s forwards;}
button.ya:hover::after {animation: enter-after 0.3s forwards;}

/* --- アニメーションの定義 --- */
/* 行きの動き（Hover時） */
@keyframes enter-before {
  0% { left: 0; }
  100% { left: 100%; }
}
@keyframes enter-after {
  0% { left: -100%; }
  100% { left: 0; }
}

/* 帰りの動き（離した時：さらに右へ） */
@keyframes leave-before {
  0% { left: -100%; } /* 左から */
  100% { left: 0; }    /* 中央へ */
}
@keyframes leave-after {
  0% { left: 0; }    /* 中央から */
  100% { left: 100%; } /* 右へ突き抜ける */
}


/* 下層 main */
/*-------------------------------------------*/
#main.kasou {padding:40px 5%;border-top:1px solid #F3ECE5;margin-top:60px;}
#main.kasou .jap {font-size:40px;line-height:1.2;margin-bottom:16px;}
#main.kasou .eng {line-height:1;font-weight: bold;font-size:16px;color:#14A83A;text-transform: uppercase;}

#main.kasou02 {padding-bottom:8px;}
#main.kasou02 .eng::after {content: "";width: 100%;aspect-ratio: 336 / 240;margin-top: 40px;display: block;background-size:cover !important;}

.page-guide #main.kasou02 .eng::after {background:url("../img/main/p02_sp.png") no-repeat center;}
.page-rehabilitation #main.kasou02 .eng::after {background:url("../img/main/p03_sp.png") no-repeat center;}
.page-trafficaccident #main.kasou02 .eng::after {background:url("../img/main/p04_sp.png") no-repeat center;}
.post-type-archive-worry #main.kasou02 .eng::after {background:url("../img/main/p05_sp.png") no-repeat center;}

.page-first #main.kasou02 .eng::after {background:url("../img/main/p14_sp.png") no-repeat center;}
.page-access #main.kasou02 .eng::after {background:url("../img/main/p16_sp.png") no-repeat center;}
.page-recruit #main.kasou02 .eng::after {background:url("../img/main/p22_sp.png") no-repeat center;}

/*パンくず*/
div#bread {padding:0 5%;}
ul.bread-list {justify-content:flex-end;}
ul.bread-list li {font-size:14px;line-height:1;}
ul.bread-list li a {text-decoration:none;color:#14A83A;}
ul.bread-list li:after{content:"＞";margin: 0 4px;color:#14A83A;}
ul.bread-list li:last-child:after{content:none;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:60px;z-index: -100;}

.kotei_box {position: fixed;width:100%;left:0;bottom:0;z-index: 99;transition:0.3s;transform:translateY(100%);}
body:not(.home).fixed02 .kotei_box {transform:translateY(calc(100% - 60px));}
.fixed03 .kotei_box {transform:translateY(calc(100% - 60px));}


.kotei_box.open {transform:translateY(0);}

.kotei_box .kotei_box_op {width:100%;line-height:60px;padding-left: 20px;color:#fff;box-sizing:border-box;background:url("../img/common/op_sp.svg") no-repeat center right 20px #14A83A;border-radius:10px 10px 0 0;cursor:pointer;font-size:20px;font-weight:bold;}
.kotei_box .kotei_box_op .sp_in {display:inline-block;padding-left:32px;background:url("../img/common/kotei_box_op_sp.svg") no-repeat center left;}

.kotei_box .kotei_box_op.open {background:url("../img/common/cl_sp.svg") no-repeat center right 20px #14A83A;}
.kotei_box .kotei_box_op img {display:block;width:24px;margin:0 auto;}
.kotei_box .bg.sinsatu_bg_box {border-radius:0;}


.fixed02 .st_cont .anker_op {bottom: 75px;}
.fixed02 .st_cont .anker_cl {bottom: 75px;}
.fixed02 .st_cont .st_side .anker_list {bottom: 60px;height: calc(100% - 120px);}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*ライトボックス設定*/
#fancybox-wrap { padding: 0!important;width: 100%!important;left: 0!important;}
div#fancybox-content {border:none;width: 92%!important;padding: 2%;margin: 2%;height: auto!important;}
div#fancybox-outer {background: none;}
#fancybox-close {position: absolute; top: 0!important;right: 0!important;}

section {position:relative;}

/* footer */
/*-------------------------------------------*/
.home #footer {background:#F9F6F0;}
.footer {width:100%;background:#fff;border-radius:40px 40px 0 0;padding:80px 5% 140px;box-sizing:border-box;}
.footer .cnt01 {display:block;padding-bottom:40px;border-bottom:1px solid #E8E8E8;margin-bottom:40px;}
.footer .cnt01 .left {}
.footer .cnt01 .left .logo {max-width:336px;width:100%;margin: 0 auto 40px;}
.footer .cnt01 .left .tel_box {display:block;margin-bottom:24px;text-align:center;font-weight:bold;margin:0 auto 12px;}
.footer .cnt01 .left .tel_box .p01 {font-size:20px;line-height:1;margin-bottom:10px;}
.footer .cnt01 .left .tel_box .p01 span {padding-left:28px;background:url("../img/common/tel02.svg") no-repeat left bottom;background-size:20px;}
.footer .cnt01 .left .tel_box .tel {font-size:40px;line-height:1;}
.footer .cnt01 .left .f_ul {margin-bottom:32px;width:auto;justify-content:center;}
.footer .cnt01 .left .f_ul li {margin:8px 4px;line-height:1.25;padding:4px 12px;border-radius:40px;background:#F5F5F5;}

.shinsatsu_table_bg {max-width:420px;margin:0 auto;}
.shinsatsu_table_bg .shinsatsu_table {table-layout:fixed;}
.shinsatsu_table_bg .shinsatsu_table thead {border-bottom:1px solid #D9D9D9;}
.shinsatsu_table_bg .shinsatsu_table thead tr {font-size:18px;}
.shinsatsu_table_bg .shinsatsu_table thead tr th {line-height:1;width:140px;text-align:right;padding-right:25px;box-sizing:border-box;padding-bottom:12px;}
.shinsatsu_table_bg .shinsatsu_table thead tr th span {display:inline-block;padding:3px 0 3px 32px;background:url("../img/common/time.svg") no-repeat center left;}
.shinsatsu_table_bg .shinsatsu_table thead tr td {line-height:1;text-align:center;padding-bottom:12px;}

.shinsatsu_table_bg .shinsatsu_table tbody {}
.shinsatsu_table_bg .shinsatsu_table tbody tr {font-size:18px;}
.shinsatsu_table_bg .shinsatsu_table tbody tr th {line-height:1;text-align:right;padding-right:25px;box-sizing:border-box;padding: 5px 25px 5px 0;}
.shinsatsu_table_bg .shinsatsu_table tbody tr td {padding:0 5px;}
.shinsatsu_table_bg .shinsatsu_table tbody tr td::before {content:url("../img/common/sen.svg");display:block;text-align: center;}
.shinsatsu_table_bg .shinsatsu_table tbody tr td.maru::before {content:url("../img/common/maru.svg");}
.shinsatsu_table_bg .shinsatsu_table tbody tr td.kaku::before {content:url("../img/common/kaku.svg");}
.shinsatsu_table_bg .shinsatsu_table tbody tr:first-child th {padding-top:5px;}
.shinsatsu_table_bg .shinsatsu_table tbody tr:first-child td {padding-top:5px;}
.shinsatsu_ul {max-width:420px;margin:50px auto 0;position: relative;}
.shinsatsu_ul .shinsatsu_li {align-items:center;margin-bottom:10px;width: auto;}
.shinsatsu_ul .shinsatsu_li:last-child {align-items:center;margin-bottom:0;}
.shinsatsu_ul .shinsatsu_li .midashi {width:88px;line-height:26px;margin-right:8px;text-align:center;background:#E2F9E8;color:#13A73A;border-radius:24px;}
.shinsatsu_ul .shinsatsu_li02 .midashi {background:#FFE5E7;color:#F2303A;}
.shinsatsu_ul .shinsatsu_li .naiyou {line-height:1;font-size:18px;}
.shinsatsu_ul .shinsatsu_li .naiyou span {display: inline-block;margin-left: 16px;padding-left: 23px;background: url("../img/common/kaku.svg") no-repeat center left;position: absolute;top: -50px;right: 0;text-align: right;}

.footer .cnt01 .right {width:100%;}
.footer .cnt01 .right .f_gmap {position: relative;padding-bottom: 60%;height: 0;overflow: hidden;margin-top:40px;}
.footer .cnt01 .right .f_gmap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius:10px;}
.footer .cnt01 .right .address {margin-top:15px;line-height:1.25;}
.footer .cnt01 .right .address p:last-child {margin-top:7px;}

.footer .fnav {margin-bottom:60px;}
.footer .fnav .fnav_ul {line-height:1.25;width:50%;}
.footer .fnav .fnav_ul:nth-child(3) {width: 100%;margin:40px auto 50px;}
.footer .fnav .fnav_ul:nth-child(3) > li:first-child {margin-bottom:0;}

.footer .fnav .fnav_ul > li {font-size: 18px;font-weight: bold;margin-bottom:24px;}
.footer .fnav .fnav_ul > li:last-child {margin-bottom:0;}
.footer .fnav .fnav_ul > li > a {display:inline-block;text-decoration:none;padding-left:24px;background:url("../img/common/fnav_ul.svg") no-repeat left top 4px;}

.footer .fnav .fnav_ul > .fnav_ul_in {width:100%;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul {width:50%;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul > li {font-size:18px;font-weight:500;margin-top:24px;}
.footer .fnav .fnav_ul > .fnav_ul_in > ul > li > a {text-decoration:none;} 

.footer .cnt02 {display:block;text-align:center;font-size:14px;line-height:1;}
.footer .cnt02 .policy {justify-content: center;margin-bottom:20px;}
.footer .cnt02 .policy li {margin-right:24px;}
.footer .cnt02 .policy li:last-child {margin-right:0;}
.footer .cnt02 .policy li a {text-decoration:none;} 
.footer .cnt02 .policy li a:hover {color:#14A83A;}
.footer .cnt02 .copyright {line-height:1.4;}
.footer .cnt02 .copyright span {display:block;}

/*TOPページ　p01
=========================================== */
#topbox01 {padding:80px 5% 0;}
#topbox01 .cnt {display:block;}
#topbox01 .cnt .left {position:relative;margin-bottom:40px;}
#topbox01 .cnt .left .btn {display:none;}

#topbox01 .cnt .top_news_list {width:100%;}
#topbox01 .cnt .top_news_list .top_news01 {padding-bottom:16px;border-bottom:1px solid #F3ECE5;margin-bottom:16px;}
#topbox01 .cnt .top_news_list .top_news01:last-child {margin-bottom:0;}
#topbox01 .cnt .top_news_list .top_news01 a {text-decoration:none;display:block;}
#topbox01 .cnt .top_news_list .top_news01 a .info {align-items:center;line-height:1;font-weight:500;margin-bottom:5px;}
#topbox01 .cnt .top_news_list .top_news01 a .info .time {width:100px;}
#topbox01 .cnt .top_news_list .top_news01 a .info .category {width:calc(100% - 100px);}
#topbox01 .cnt .top_news_list .top_news01 a .info .category li {color:#fff;background:#14A83A;padding: 4px 8px 6px;border-radius:40px;margin-right:5px;}
#topbox01 .cnt .top_news_list .top_news01 a .info .category li:last-child {margin-right:0;}
#topbox01 .cnt .top_news_list .top_news01 a .title {width:100%;line-height:1.6;font-weight:500;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

#topbox02 {padding:80px 5%;background:url("../img/top/topbox02_sp.png") no-repeat center;background-size:cover;}
#topbox02 .cnt {display:block;}
#topbox02 .cnt .midashi_box {margin-bottom:40px;}
#topbox02 .cnt .midashi_box .p01 {padding-left:40px;line-height:1.05;margin-bottom:24px;position:relative;}
#topbox02 .cnt .midashi_box .p01::before {content:"";width:32px;height:1px;background:#14A83A;position:absolute;top:0;left:0;bottom:0;margin:auto;}
#topbox02 .cnt .midashi_box h2 {font-size:32px;line-height: 1.45}
#topbox02 .cnt .midashi_box h2 span {display:block;}

#topbox02 .cnt .img_box {width:100%;justify-content:center;}
#topbox02 .cnt .img_box .img01 {position:relative;width:100%;}
#topbox02 .cnt .img_box .img01 h3 {position:absolute;left:0;bottom:0;line-height:1;padding:3% 4%;font-size:6vw;background:#14A83A;color:#fff;border-radius:0 20px 0 10px;}
#topbox02 .cnt .img_box .img01 h3 span {font-size:5.5vw;display:inline-block;margin-right:8px;}

#topbox02 .cnt .img_box .img02 {width: 30%;margin: 0 10% 0 0;padding-top:10%;}
#topbox02 .cnt .img_box .img03 {width: 45%;margin: 5% 0 0 0;}
#topbox02 .cnt .info {width:100%;padding-top:40px;position:relative;}
#topbox02 .cnt .info .text {}
#topbox02 .cnt .info .btn01 {margin:40px auto 0 0;}

#topbox03 {padding:80px 5%;background:url("../img/top/bg01_sp.png") no-repeat center;background-size:cover;}
#topbox03 .title01 {margin-bottom:40px;}
#topbox03 .onayami_list01 {display:block;}
#topbox03 .onayami_list01 .onayami01 {width:100%;margin-bottom:16px;}
#topbox03 .onayami_list01 .onayami01:last-child {margin-bottom:0;}

#topbox03 .onayami_list01 .onayami01 a {padding:16px 20px 50px;background:#fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 10px;overflow:hidden;display:block;height: 100%;text-decoration:none;position:relative;box-sizing: border-box;}
#topbox03 .onayami_list01 .onayami01 a .img {width:120px;margin:0 auto 16px;position:relative;border-radius:10px;}
#topbox03 .onayami_list01 .onayami01 a .img .in_img { aspect-ratio: 1 / 1;}
#topbox03 .onayami_list01 .onayami01 a .info {}
#topbox03 .onayami_list01 .onayami01 a .info h3 {font-size:24px;line-height:1;margin-bottom:16px;}
#topbox03 .onayami_list01 .onayami01 a .info .text {line-height:1.6;}
#topbox03 .onayami_list01 .onayami01 a .ya {right:16px;bottom:16px;}

#topbox03 .onayami_list02 {margin-top:80px;}
#topbox03 .onayami_list02 .onayami02 {width:100%;margin-bottom:16px;}
#topbox03 .onayami_list02 .onayami02:last-child {margin-bottom:0;}
#topbox03 .onayami_list02 .onayami02 a {background:#fff;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 10px;overflow:hidden;display:block;height: 100%;text-decoration:none;position:relative;box-sizing: border-box;}
#topbox03 .onayami_list02 .onayami02 a .img {}
#topbox03 .onayami_list02 .onayami02 a .info {padding:24px 20px 50px;}
#topbox03 .onayami_list02 .onayami02 a .info h3 {font-size:24px;line-height:1.4;margin-bottom:16px;}
#topbox03 .onayami_list02 .onayami02 a .info .text {line-height:1.6;}
#topbox03 .onayami_list02 .onayami02 a .ya {right:16px;bottom:16px;}

#topbox04 {}

#topbox05 {padding:80px 5%;background:url("../img/top/topbox05.png") no-repeat center;background-size:cover;}
#topbox05 .title01 {margin-bottom:60px;}
#topbox05 .bg {position:relative;}

.features_list {position:relative;}
.features_list .features {display:block;margin-bottom:60px;}
.features_list .features:last-child {margin-bottom:0;}

.features_list .features01 .img {position:relative;left:5%;}
.features_list .features02 .img {position:relative;right:5%;}
.features_list .features04 .img {position:relative;left:5%;}
.features_list .features .img {margin-bottom:16px;position:relative;z-index:2;} 

.features_list .features .info {position:relative;z-index:2;}
.features_list .features .info .num {font-size:24px;line-height:1;font-weight:bold;margin-bottom:8px;}
.features_list .features .info h3 {font-size:24px;line-height:1.4;}
.features_list .features .info .text {line-height:1.6;margin-top:12px;}

#topbox05 .bg .btn01 {margin:60px auto 0;}

#topbox06 {padding:80px 5%;background:#F9F6F0;}
#topbox06 .title01 {margin-bottom:40px;}

.equipment_slider {margin-bottom:40px!important;}
.equipment_slider .slick-list {overflow: visible;}
.equipment_slider .equipment01 {margin:0 10px;position:relative;}
.equipment_slider .equipment01 .img {overflow: hidden;position:relative;border-radius:10px;}
.equipment_slider .equipment01 .img .in_img { aspect-ratio: 296 / 362;}
.equipment_slider .equipment01 h3 {position:absolute;left: 5%;bottom: 5%;padding: 3% 4% 4%;font-size: 6vw;;line-height:1;color:#fff;background:#14A73A;border-radius:5px;}

.recruit_link_box {margin-top:80px;}
.recruit_link_box a {background:url("../img/top/recruit_link_box.png") no-repeat center;background-size:cover;text-decoration:none;display:block;box-sizing:border-box;border-radius: 10px;padding:20px 20px 55px;}
.recruit_link_box a .img {width:100%;}
.recruit_link_box a .info {width:100%;margin-top:24px;box-sizing:border-box;}
.recruit_link_box a .info .title01 {margin-bottom:24px!important;}
.recruit_link_box a .info .text {}
.recruit_link_box a .ya {right:16px;bottom:16px;}

/*診療案内 (guide) p02
=========================================== */

.st_cont {} 
.st_cont .st_side {}
.st_cont .st_side .anker_list {background:#fff;padding:30px 20px 95px;width:90%;box-sizing:border-box;position: fixed;z-index: 100;right:-100%;bottom:0;transition: 0.3s;border-radius: 10px 0 0 0;max-height: calc(100% - 60px);overflow-y: auto;}
.st_cont .st_side .anker_list.on {right:0;}

.st_cont .st_side .anker_cl + .overlay {background:rgba(0,0,0,0.16);width:100vw;height:calc(100% - 60px);position:fixed;right:0;top:60px;opacity:0;pointer-events: none;z-index: 99;}
.st_cont .st_side .anker_cl.on + .overlay{opacity:1;}


.st_cont .st_side .anker_list li {margin-bottom:30px;line-height:1.2;font-weight:bold;}
.st_cont .st_side .anker_list li:last-child {margin-bottom:0;}
.st_cont .st_side .anker_list li a {display:block;padding-left:22px;background:url("../img/common/fnav_ul.svg") no-repeat left top 4px;background-size:17px;text-decoration:none;}

.st_cont .anker_cl {width:60px;height:60px;display:table;position: fixed;z-index: 102;right:-100%;bottom:15px;}
.st_cont .anker_cl span {display:table-cell;vertical-align:bottom;text-align:center;background:url("../img/common/anker_cl.svg") no-repeat center top 10px #fff;border: 1px solid #14A83A;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 5px;padding-top:10px;font-size:16px;font-weight:bold;color:#14A83A;}
.st_cont .anker_cl.on {right:15px;}

.st_cont .anker_op {width:60px;height:60px;display:table;position: fixed;z-index: 99;bottom:15px;right:15px;}
.st_cont .anker_op span {display:table-cell;vertical-align:bottom;text-align:center;background:url("../img/common/anker_op.svg") no-repeat center top 10px #fff;border: 1px solid #14A83A;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius: 5px;padding-top:10px;font-size:16px;font-weight:bold;color:#14A83A;}

.st_cont .st_main {width: 100%;}

#p02box01 {padding:80px 5%;}
.guide_sec_list .guide_sec {padding-top:80px;}
.guide_sec_list .guide_sec:first-child {margin-top:-80px;}

.guide_sec_list .guide_sec .k_title01 {margin-bottom:32px;}
.guide_sec_list .guide_sec .cnt {display:block;}
.guide_sec_list .guide_sec .cnt .info {width:100%;margin-bottom:32px;}
.guide_sec_list .guide_sec .cnt .info .text_list {}
.guide_sec_list .guide_sec .cnt .info .text_list .text {margin-bottom:1.85em;}
.guide_sec_list .guide_sec .cnt .info .text_list .text:last-child {margin-bottom:0;}
.guide_sec_list .guide_sec .cnt .img {width:100%;}

.guide_sec_list .guide_sec .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:40px;background:#F9F6F0;}
.guide_sec_list .guide_sec .bg h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
.guide_sec_list .guide_sec .bg ul {}
.guide_sec_list .guide_sec .bg ul li {width:100%;margin-bottom:12px;line-height:1.2;position:relative;padding-left:16px;box-sizing: border-box;}
.guide_sec_list .guide_sec .bg ul li:last-child {margin-bottom:0;}
.guide_sec_list .guide_sec .bg ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
.guide_sec_list .guide_sec .bg .etc {margin-top:12px;line-height:1;text-align: right;}
.guide_sec_list .guide_sec .btn01 {margin:40px auto 0 0;}


/*リハビリテーション (rehabilitation) p03
=========================================== */
#p03box01 {padding:80px 5%;}

.reha_sec_list .reha_sec {padding-top:80px;}
.reha_sec_list .reha_sec:first-child {margin-top:-80px;}

#reha_sec01.reha_sec {}
#reha_sec01.reha_sec .k_title01 {margin-bottom:32px;}
#reha_sec01.reha_sec .text {}

#reha_sec01.reha_sec .bg01 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:40px;background:#F9F6F0;}
#reha_sec01.reha_sec .bg01 h3 {font-size:24px;line-height:1.4;margin-bottom:32px;}
#reha_sec01.reha_sec .bg01 ul {}
#reha_sec01.reha_sec .bg01 ul li {width:100%;margin-bottom:12px;line-height:1.2;position:relative;padding-left:16px;box-sizing: border-box;}
#reha_sec01.reha_sec .bg01 ul li:last-child {margin-bottom:0;}
#reha_sec01.reha_sec .bg01 ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#reha_sec01.reha_sec .bg01 .etc {margin-top:12px;line-height:1;text-align: right;}

#reha_sec01.reha_sec .bg02 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}

#reha_sec01.reha_sec .bg02 h3 {font-size:24px;line-height:1.4;margin-bottom:32px;}
#reha_sec01.reha_sec .bg02 ul {}
#reha_sec01.reha_sec .bg02 ul li {margin-bottom:24px;display:block;}
#reha_sec01.reha_sec .bg02 ul li:last-child {margin-bottom:0;}
#reha_sec01.reha_sec .bg02 ul li h4 {width:100%;line-height:44px;background:#14A83A;color:#fff;margin-bottom:8px;border-radius:4px;padding-left:16px;box-sizing: border-box;}
#reha_sec01.reha_sec .bg02 ul li .naiyou {width:100%;line-height:1.4;}

#reha_sec02.reha_sec {}
#reha_sec02.reha_sec .k_title01 {margin-bottom:32px;}
#reha_sec02.reha_sec .reha_setsubi_list {}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 {width:100%;margin-bottom:40px;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01:last-child {margin-bottom:0;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 .img {}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 .p01 {line-height:1;font-weight:bold;margin-top:24px;padding-left:30px;position:relative;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 .p01::before {content:"";background:#14A83A;background-size:contain;width:21px;height:1px;position:absolute;top:9px;left:0;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 h3 {font-size:32px;line-height:1.2;margin-top:8px;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 .text01 {margin-top:24px;}
#reha_sec02.reha_sec .reha_setsubi_list .reha_setsubi01 .text02 {margin-top:16px;line-height:1.4;text-indent:-1em;padding-left:1em;}


/*交通事故・労災のけが (trafficaccident) p04
=========================================== */
#p04box01 {padding:80px 5%;}
.trafficaccident_sec_list .trafficaccident_sec {}
.trafficaccident_sec_list .trafficaccident_sec {padding-top:80px;}
.trafficaccident_sec_list .trafficaccident_sec:first-child {margin-top:-80px;}

#trafficaccident_sec01.trafficaccident_sec {}
#trafficaccident_sec01.trafficaccident_sec > .k_title01 {}
#trafficaccident_sec01.trafficaccident_sec > .cnt,
#trafficaccident_sec02.trafficaccident_sec > .cnt {margin-top:32px;display:block;}
#trafficaccident_sec01.trafficaccident_sec > .cnt .info,
#trafficaccident_sec02.trafficaccident_sec > .cnt .info {width:100%;margin-bottom:32px;}
#trafficaccident_sec01.trafficaccident_sec > .cnt .img,
#trafficaccident_sec02.trafficaccident_sec > .cnt .img {width:100%;}

#trafficaccident_sec01.trafficaccident_sec > .ul01 {margin-top:32px;}
#trafficaccident_sec01.trafficaccident_sec > .ul01 li {margin-bottom:8px;padding:2px 0 0 40px;line-height:1.4;font-weight:bold;background:url("../img/p14/tyuui.svg")no-repeat left top;}
#trafficaccident_sec01.trafficaccident_sec > .ul01 li:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec > .ul01 li span {display:block;font-weight:500;line-height:1.4;margin-top:8px;}


#trafficaccident_sec01.trafficaccident_sec .bg01 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:40px;background:#F9F6F0;}
#trafficaccident_sec01.trafficaccident_sec .bg01 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#trafficaccident_sec01.trafficaccident_sec .bg01 ul {margin-top:-12px;}
#trafficaccident_sec01.trafficaccident_sec .bg01 ul li {width:100%;margin-bottom:12px;line-height:1.2;position:relative;padding-left:16px;box-sizing: border-box;}
#trafficaccident_sec01.trafficaccident_sec .bg01 ul li:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg01 ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#trafficaccident_sec01.trafficaccident_sec .bg01 .etc {margin-top:12px;line-height:1;text-align: right;}

#trafficaccident_sec01.trafficaccident_sec .bg02 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec01.trafficaccident_sec .bg02 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}

#trafficaccident_sec01.trafficaccident_sec .bg02 .merit_list {margin-top:-32px;}
#trafficaccident_sec01.trafficaccident_sec .bg02 .merit_list .merit01 {width:calc(50% - 8px);margin:32px 16px 0 0;}
#trafficaccident_sec01.trafficaccident_sec .bg02 .merit_list .merit01:nth-child(2n) {margin-right:0;}
#trafficaccident_sec01.trafficaccident_sec .bg02 .merit_list .merit01 .img {}
#trafficaccident_sec01.trafficaccident_sec .bg02 .merit_list .merit01 .text {line-height:1.4;margin-top:8px;}

#trafficaccident_sec01.trafficaccident_sec .bg03 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec01.trafficaccident_sec .bg03 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}


#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list {}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 {display:block;padding-bottom:24px;border-bottom:1px solid #F0E5D9;margin-bottom:24px;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}

#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .img {width:100%;margin-bottom:16px;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info {width:100%;}


#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info .midashi {align-items:center;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info .midashi .num {width:31px;height:31px;display:table;margin-right:8px;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info .midashi .num span {display:table-cell;vertical-align:middle;text-align:center;background:#14A83A;color:#fff;font-size:16px;line-height:1;font-weight:bold;border-radius:100%;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info .midashi h4 {width:calc(100% - 31px - 8px);font-size:20px;line-height:1.2;}

#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info .text {margin-top:8px;}

#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info table {border-radius:5px;overflow:hidden;margin-top:15px;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info table  tr th {width:86px;padding:15px;box-sizing:border-box;background:#14A83A;color:#fff;line-height:1;text-align:center;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info table  tr td {padding:11px 16px 10px;box-sizing:border-box;background:#fff;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info table  tr td a {font-size:24px;font-weight:bold;line-height:1;color:#14A83A;padding-left: 26px;background: url("../img/common/tel.svg")no-repeat left bottom 3px;}

#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info ul {margin-top:8px;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info ul li {line-height:1.2;margin-bottom:8px;padding-left:16px;position:relative;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info ul li:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg03 .jushin_list .jushin01 .info ul li::before {content:"";background:#000;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

#trafficaccident_sec01.trafficaccident_sec .bg04 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec01.trafficaccident_sec .bg04 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#trafficaccident_sec01.trafficaccident_sec .bg04 .p01 {line-height:1.4;font-weight:bold;margin-bottom:10px;}
#trafficaccident_sec01.trafficaccident_sec .bg04 .p01 span {display:block;line-height:1.2;font-weight:bold;padding-left:20px;background:url("../img/p04/kaku.svg")no-repeat center left;margin-top:10px;}
#trafficaccident_sec01.trafficaccident_sec .bg04 .p02 {line-height:1.4;margin-top:8px;padding-left:1em;text-indent:-1em;}

#trafficaccident_sec01.trafficaccident_sec .bg05 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .p01 {line-height:1.6;margin-bottom:16px;}

#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 {margin-bottom:32px;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 li {margin-bottom:12px;line-height:1.2;display:block;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 li:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 li h4 {padding-left:16px;margin-bottom:8px;position:relative;width:100%;box-sizing:border-box;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 li h4::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .ul01 li .naiyou {padding-left:16px;width:100%;box-sizing:border-box;}

#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list {}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box {margin-bottom:32px;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box h4 {padding:10px 16px 12px;background:#14A83A;color:#fff;border-radius:4px;line-height:1;margin-bottom:16px;}

#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box .baai_box_in {display:block;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box .baai_box_in .naiyou {width:100%;margin-bottom:24px;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box .baai_box_in .naiyou:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box .baai_box_in .naiyou h5 {line-height:1.4;margin-bottom:12px;}


#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box ul {}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box ul li {line-height:1.2;margin-bottom:8px;padding-left:16px;position:relative;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box ul li:last-child {margin-bottom:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#trafficaccident_sec01.trafficaccident_sec .bg05 .baai_box_list .baai_box .p01 {line-height:1.4;margin-top:8px;padding-left:1em;text-indent:-1em;}

#trafficaccident_sec01.trafficaccident_sec .bg06,#trafficaccident_sec02.trafficaccident_sec .bg06 {margin-top:40px;line-height:1.4;font-size:20px;}

#trafficaccident_sec01.trafficaccident_sec .bg07,
#trafficaccident_sec02.trafficaccident_sec .bg07 {padding:24px 0;background:#fff;box-sizing:border-box;border-radius:10px;margin-top:24px;border:1px solid #F3ECE5;display:block;}

.h_tel_box {text-align:center;}
.h_tel_box .p01 {margin-bottom:8px;font-size:16px;line-height:1;}
.h_tel_box .tel {font-size:36px;line-height:1;}
.h_tel_box .tel a {color:#14A83A;line-height:1;padding-left:36px;background:url("../img/common/tel.svg")no-repeat left bottom 5px;background-size:32px;font-weight: bold;}

.h_ul {margin: 16px auto 0;width: 280px;}
.h_ul .h_li {align-items:center;margin-bottom:10px;width: auto;}
.h_ul .h_li:last-child {align-items:center;margin-bottom:0;}
.h_ul .h_li .midashi {width:88px;line-height:24px;margin-right:8px;font-size:16px;text-align:center;background:#E2F9E8;color:#13A73A;border-radius:24px;}
.h_ul .h_li02 .midashi {background:#FFE5E7;color:#F2303A;}
.h_ul .h_li .naiyou {line-height:1;}



#trafficaccident_sec02.trafficaccident_sec .bg01 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:40px;background:#F9F6F0;}
#trafficaccident_sec02.trafficaccident_sec .bg01 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#trafficaccident_sec02.trafficaccident_sec .bg01 .text {line-height:1.6;margin-bottom:24px;}

#trafficaccident_sec02.trafficaccident_sec .bg01 h4 {line-height:1.4;margin-bottom:8px;}

#trafficaccident_sec02.trafficaccident_sec .bg01 ul {}
#trafficaccident_sec02.trafficaccident_sec .bg01 ul li {line-height:1.2;margin-bottom:8px;padding-left:16px;position:relative;}
#trafficaccident_sec02.trafficaccident_sec .bg01 ul li:last-child {margin-bottom:0;}
#trafficaccident_sec02.trafficaccident_sec .bg01 ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

#trafficaccident_sec02.trafficaccident_sec .bg02 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec02.trafficaccident_sec .bg02 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list {margin-bottom:24px;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list li {margin-bottom:24px;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list li:last-child {margin-bottom:0;}

#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list li .p01 {line-height:1.4;font-weight:bold;margin-bottom:10px;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list li .p01 span {display:block;line-height:1.2;font-weight:bold;padding-left:20px;background:url("../img/p04/kaku.svg")no-repeat center left;margin-top:10px;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p_list li .p02 {line-height:1.4;margin-top:8px;padding-left:1em;}

#trafficaccident_sec02.trafficaccident_sec .bg02 h4 {line-height:1.4;margin-bottom:8px;}

#trafficaccident_sec02.trafficaccident_sec .bg02 .ul01 {}
#trafficaccident_sec02.trafficaccident_sec .bg02 .ul01 li {line-height:1.2;margin-bottom:8px;padding-left:16px;position:relative;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .ul01 li:last-child {margin-bottom:0;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .ul01 li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#trafficaccident_sec02.trafficaccident_sec .bg02 .p03 {line-height:1.4;margin-top:8px;padding-left:1em;text-indent:-1em;}

#trafficaccident_sec02.trafficaccident_sec .bg03 {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:24px;background:#F9F6F0;}
#trafficaccident_sec02.trafficaccident_sec .bg03 h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}

#trafficaccident_sec02.trafficaccident_sec .bg03 .bg03_cnt {display:block;}
#trafficaccident_sec02.trafficaccident_sec .bg03 .bg03_cnt .img {width:100%;margin-bottom:16px;}
#trafficaccident_sec02.trafficaccident_sec .bg03 .bg03_cnt .text {width:100%;line-height: 1.6;}


/*お悩みから探す (worry) p05
=========================================== */
#p05box01 {padding:80px 5%;}
.worry_list {}
.worry_list .worry {width:100%;margin-bottom:16px;}
.worry_list .worry:last-child {margin-bottom:0;}

.worry_list .worry a {background:#fff;position:relative;padding:16px 20px 50px;box-sizing:border-box;border-radius:10px;text-decoration:none;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);display:block;}
.worry_list .worry a .icon {width:120px;margin:0 auto 16px;}
.worry_list .worry a .icon .in_img {aspect-ratio: 1 / 1;}
.worry_list .worry a .info {width:100%;}

.worry_list .worry a .info h2 {font-size:24px;line-height:1;}
.worry_list .worry a .info .text {line-height:1.6;margin-top:16px;}
.worry_list .worry a .ya {right:16px;bottom:16px;}

/*お悩みから探す 詳細 p0+
=========================================== */
#p06box01 {padding:80px 5%;}

.worry_sec_list .worry_sec {padding-top:80px;}
.worry_sec_list .worry_sec:first-child {margin-top:-80px;}

#worry_sec00.worry_sec {}
#worry_sec00.worry_sec h2 {font-size:24px;line-height:1.4;margin-bottom:23px;}
#worry_sec00.worry_sec .cnt {display:block;}
#worry_sec00.worry_sec .cnt .info {width:100%;margin-top:40px;}
#worry_sec00.worry_sec .cnt .info.full {width:100%;margin-top:0;}

#worry_sec00.worry_sec .cnt .info li {margin-bottom:12px;line-height:1.2;position:relative;padding-left:16px;box-sizing: border-box;}
#worry_sec00.worry_sec .cnt .info li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#worry_sec00.worry_sec .cnt .img {width:100%;border-radius: 10px;overflow:hidden;}
#worry_sec00.worry_sec .cnt .img .in_img { aspect-ratio: 280 / 200;}


.worry_sec_list .worry_sec .k_title01 {margin-bottom:40px;}
.worry_sec_list .worry_sec .worry_sec_in_list {}
.worry_sec_list .worry_sec .worry_sec_in_list .worry_sec_in {margin-bottom:40px;}
.worry_sec_list .worry_sec .worry_sec_in_list .worry_sec_in:last-child {margin-bottom:0;}

.worry_sec_in.s01 {font-size:24px;line-height:1.6;font-weight: bold;margin-bottom:24px!important;}

.worry_sec_in.s02 {}

.worry_sec_in.s03 {}
.worry_sec_in.s03 img {width:100%;}

.worry_sec_in.s04 {}
.worry_sec_in.s04 .cnt {display:block;}
.worry_sec_in.s04 .cnt .info {width:100%;margin-bottom:24px;}
.worry_sec_in.s04 .cnt .img {width:100%;border-radius: 10px;overflow:hidden;}
.worry_sec_in.s04 .cnt .img .in_img {aspect-ratio: 380 / 280;}

.worry_sec_in.s05 {}
.worry_sec_in.s05 .sokutei_list {}
.worry_sec_in.s05 .sokutei_list .sokutei {margin-bottom:40px;}
.worry_sec_in.s05 .sokutei_list .sokutei:last-child {margin-bottom:0;}
.worry_sec_in.s05 .sokutei_list .sokutei h3 {padding:10px 16px 12px;background:#14A83A;color:#fff;border-radius:4px;line-height:1;margin-bottom:16px;}
.worry_sec_in.s05 .sokutei_list .sokutei .sokutei_in {display:block;}
.worry_sec_in.s05 .sokutei_list .sokutei .sokutei_in .info {width:100%;margin-bottom:24px;}
.worry_sec_in.s05 .sokutei_list .sokutei .sokutei_in .img {width:100%;border-radius: 10px;overflow:hidden;}
.worry_sec_in.s05 .sokutei_list .sokutei .sokutei_in .img .in_img { aspect-ratio: 380 / 280;}

.worry_sec_in.s06 {}
.worry_sec_in.s06 .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;background:#F9F6F0;}
.worry_sec_in.s06 .bg h3 {font-size:24px;line-height:1.4;}
.worry_sec_in.s06 .bg .text {margin-top:40px;}

.worry_sec_in.s07 {}
.worry_sec_in.s07 .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;background:#F9F6F0;}
.worry_sec_in.s07 .bg h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
.worry_sec_in.s07 .bg .text {line-height:1.6;margin-bottom:24px;}

.worry_sec_in.s07 .bg .kurikaeshi {}
.worry_sec_in.s07 .bg .kurikaeshi .kurikaeshi_in {margin-bottom:15px;display:block;}
.worry_sec_in.s07 .bg .kurikaeshi .kurikaeshi_in:last-child {margin-bottom:0;}
.worry_sec_in.s07 .bg .kurikaeshi .kurikaeshi_in h4 {line-height:1.2;position:relative;padding-left:16px;}
.worry_sec_in.s07 .bg .kurikaeshi .kurikaeshi_in h4::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
.worry_sec_in.s07 .bg .kurikaeshi .kurikaeshi_in .kurikaeshi_text {line-height:1.4;margin-top:8px;width:100%;}

.worry_sec_in.s08 {}
.worry_sec_in.s08 .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;background:#F9F6F0;}
.worry_sec_in.s08 .bg h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
.worry_sec_in.s08 .bg .scl_img {width:100%;}
.worry_sec_in.s08 img {width:auto;max-width: 150%;}

.worry_sec_in.s09 {}
.worry_sec_in.s09 .tyuui {font-weight:bold;padding:2px 0 0 40px;min-height:28px;background:url("../img/p14/tyuui.svg")no-repeat left top;line-height:1.4;}

.worry_sec_in.s10 {}
.worry_sec_in.s10 .genin_list {}
.worry_sec_in.s10 .genin_list .genin {margin-bottom:24px;}
.worry_sec_in.s10 .genin_list .genin:last-child {margin-bottom:0;}

.worry_sec_in.s10 .genin_list .genin .genin_midashi {margin-bottom:16px;gap: 8px;align-items:flex-start;}
.worry_sec_in.s10 .genin_list .genin .genin_midashi .num {margin-bottom:8px;display:inline-block;padding:3px 10px 6px;background:#14A83A;color:#fff;line-height:1;border-radius:40px;flex-shrink: 0;}
.worry_sec_in.s10 .genin_list .genin .genin_midashi h3 {font-size:20px;line-height:1.2;flex: 1;width: auto;}
.worry_sec_in.s10 .genin_list .genin .genin_midashi .genin_in {}

#topbox03.p06box02 {background:#F9F6F0!important;}

.single-worry #footer {position:relative;}
.single-worry #footer::before {content:"";width:100%;height:100%;background:#F9F6F0;position:absolute;left:0;top:0;}
.single-worry .footer {position:relative;background:#fff;z-index:2;}


/*初診の方へ (first) p14
=========================================== */
#p14box01 {padding:80px 5%;}

.first_list {}
.first_list .first00 {padding-top:80px;}
.first_list .first00:first-child {margin-top:-80px;}

#first01.first00 {}
#first01.first00 .k_title01 {margin-bottom:40px;}
#first01.first00 .p01 {margin-bottom:24px;}
#first01.first00 .ul01 {}
#first01.first00 .ul01 li {margin-bottom:8px;line-height:1.2;padding-left:16px;position:relative;}
#first01.first00 .ul01 li:last-child {margin-bottom:0;}
#first01.first00 .ul01 li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

#first01.first00 .p02 {margin:8px 0 24px;line-height:1.4;text-indent:-1em;padding-left:1em;}
#first01.first00 .p03 {margin-bottom:16px;line-height:1.4;}

#first02.first00 {}
#first02.first00 .k_title01 {margin-bottom:40px;}
#first02.first00 .p01 {margin-bottom:40px;}

#first02.first00 .first_flow_list,
#first04.first00 .seiri_bangou_list {display:block;}
#first02.first00 .first_flow_list .first_flow,
#first04.first00 .seiri_bangou_list .seiri_bangou01 {padding-bottom:24px;border-bottom:1px solid #F3ECE5;margin-bottom:24px;display:block;}
#first02.first00 .first_flow_list .first_flow:last-child,
#first04.first00 .seiri_bangou_list .seiri_bangou01:last-child {padding-bottom:0;border-bottom:0;margin-bottom:0;}
#first02.first00 .first_flow_list .first_flow .img,
#first04.first00 .seiri_bangou_list .seiri_bangou01 .img {width:100%;margin-bottom:16px;}
#first02.first00 .first_flow_list .first_flow .info,
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info {width:100%;}
#first02.first00 .first_flow_list .first_flow .info .midashi,
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info .midashi {align-items:center;margin-bottom:8px;}
#first02.first00 .first_flow_list .first_flow .info .midashi .num,
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info .midashi .num {width:31px;height:31px;display:table;margin-right:8px;}
#first02.first00 .first_flow_list .first_flow .info .midashi .num span, 
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info .midashi .num span {display:table-cell;vertical-align:middle;text-align:center;background:#14A83A;color:#fff;font-size:16px;line-height:1;font-weight:bold;border-radius:100%;}
#first02.first00 .first_flow_list .first_flow .info .midashi h3,
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info .midashi h3 {font-size:20px;line-height:1.2;}
#first02.first00 .first_flow_list .first_flow .info .text 
#first04.first00 .seiri_bangou_list .seiri_bangou01 .info .text {line-height:1.6;}

#first03.first00 {}
#first03.first00 .k_title01 {margin-bottom:40px;}
#first03.first00 .bg_list {}
#first03.first00 .bg_list .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-bottom:24px;background:#F9F6F0;}
#first03.first00 .bg_list .bg:last-child {margin-bottom:0;}

#first03.first00 .bg_list .bg01 {}
#first03.first00 .bg_list .bg01 h3 {font-size:24px;line-height:1;margin-bottom:40px;}
#first03.first00 .bg_list .bg01 h4 {line-height:1.6;margin-bottom:16px;}
#first03.first00 .bg_list .bg01 ul {margin-bottom:24px;}
#first03.first00 .bg_list .bg01 ul li {margin-bottom:12px;line-height:1.2;padding-left:16px;position:relative;}
#first03.first00 .bg_list .bg01 ul li:last-child {margin-bottom:0;}
#first03.first00 .bg_list .bg01 ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

.nc_box {display:block;}
.nc_box .qr {display:none;}
.nc_box .info {width:100%;}
.nc_box .info h5 {line-height:1.4;margin-bottom:8px;}
.nc_box .info .btn01 a {padding-right: 30px;}


#first03.first00 .bg_list .bg02 {}
#first03.first00 .bg_list .bg02 h3 {font-size:24px;line-height:1;margin-bottom:40px;}
#first03.first00 .bg_list .bg02 .p01 {line-height:1.6;margin-bottom:12px;}
#first03.first00 .bg_list .bg02 table {border-radius:5px;overflow:hidden;}
#first03.first00 .bg_list .bg02 table tr th {width:86px;padding:15px;box-sizing:border-box;background:#14A83A;color:#fff;line-height:1;text-align:center;}
#first03.first00 .bg_list .bg02 table tr td {padding:11px 16px 10px;box-sizing:border-box;background:#fff;}
#first03.first00 .bg_list .bg02 table tr td a {font-size:24px;font-weight:bold;line-height:1;color:#14A83A;padding-left: 26px;background: url("../img/common/tel.svg")no-repeat left bottom 3px;}

#first04.first00 {}
#first04.first00 .k_title01 {margin-bottom:40px;}
#first04.first00 .p01 {margin-bottom:40px;}
#first04.first00 .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;margin-top:40px;background:#F9F6F0;}
#first04.first00 .bg h3 {font-size:24px;line-height:1;margin-bottom:40px;}
#first04.first00 .bg ul {}
#first04.first00 .bg ul li {margin-bottom:40px;}
#first04.first00 .bg ul li:last-child {margin-bottom:0;}
#first04.first00 .bg ul li h4 {line-height:1.2;margin-bottom:8px;position:relative;padding-left:16px;}
#first04.first00 .bg ul li h4::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#first04.first00 .bg ul li .text {line-height:1.4;}
#first04.first00 .bg ul li .nc_box {margin-top:16px;}

#first05.first00 {}
#first05.first00 .k_title01 {margin-bottom:40px;}
#first05.first00 ul {}
#first05.first00 ul li {margin-bottom:12px;line-height:1.2;position:relative;padding-left:16px;}
#first05.first00 ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#first05.first00 ul li:last-child {margin-bottom:0;}
#first05.first00 .tyuui {padding-left:40px;line-height:1.4;font-weight:bold;margin-top:26px;background:url("../img/p14/tyuui.svg")no-repeat left top;}

#first06.first00 {}
#first06.first00 .k_title01 {margin-bottom:40px;}
#first06.first00 .cnt {display:block;}
#first06.first00 .cnt .info {width:100%;margin-bottom:40px;}
#first06.first00 .cnt .img {width:100%;}


/*院長紹介 (doctor) p15
=========================================== */
#p15box01 {padding:8px 5% 80px;}
#p15box01 .doctor01 {margin-bottom:80px;position:relative;z-index:2;}
#p15box01 .doctor01::before {content:"";background:url("../img/p15/maru01.png") no-repeat;background-size:contain;width: 450px;height: 360px;position: absolute;top: 15%;right:-134px;z-index:-1;}
#p15box01 .doctor01::after {content:"";background:url("../img/p15/maru02.png") no-repeat;background-size:contain;width:200px;height:180px;position:absolute;bottom:10%;left:-60px;z-index:-1;}
#p15box01 .doctor01 .img {margin-bottom:24px;}
#p15box01 .doctor01 h2 {font-size:24px;line-height:1.45;margin-bottom:24px;}
#p15box01 .doctor01 .text01 {margin-bottom:32px;}
#p15box01 .doctor01 .name {line-height:1;font-size:20px;}
#p15box01 .doctor01 .name span {display:inline-block;font-size:18px;font-weight:500;margin-right:12px;}

#p15box01 .doctor02 {margin-bottom:80px;}
#p15box01 .doctor02 .k_title01 {margin-bottom:40px;}
#p15box01 .doctor02 .profile {}
#p15box01 .doctor02 .profile {display:block;width:100%;}
#p15box01 .doctor02 .profile tr {display:block;width:100%;}
#p15box01 .doctor02 .profile tr {display:block;width:100%;}
#p15box01 .doctor02 .profile tr th {display:block;width:100%;padding:16px 24px;box-sizing:border-box;background:#14A83A;color:#fff;line-height:1.6;border-bottom:1px solid #fff;}
#p15box01 .doctor02 .profile tr td {display:block;width:100%;padding:16px 24px;box-sizing:border-box;line-height:1.6;background:#fff;}
#p15box01 .doctor02 .profile tr:last-child {border-bottom:1px solid #EBEBEB;}

#p15box01 .doctor02 .profile tr td ul {}
#p15box01 .doctor02 .profile tr td ul li {margin-bottom:12px;}
#p15box01 .doctor02 .profile tr td ul li:last-child {margin-bottom:0;}
#p15box01 .doctor02 .profile tr td ul li .midashi {line-height:1.2;padding-left:16px;margin-bottom:4px;font-weight: bold;position: relative;}
#p15box01 .doctor02 .profile tr td ul li .midashi::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#p15box01 .doctor02 .profile tr td ul li .naiyou {}

#p15box01 .doctor03 {}
#p15box01 .doctor03 .k_title01 {margin-bottom:40px;}
#p15box01 .doctor03 .cnt {display:block;}
#p15box01 .doctor03 .cnt .img {width:100%;margin-bottom:24px;}
#p15box01 .doctor03 .cnt .info {width:100%;}



/*アクセス・医院概要 (access) p16
=========================================== */
#p16box01 {padding:80px 5%;}

.access_info_list {}
.access_info_list .access_info {padding-top:80px;}
.access_info_list .access_info:first-child {margin-top:-80px;}

#access_info01.access_info {}
#access_info01.access_info .k_title01 {margin-bottom:40px;}
#access_info01.access_info .text01 {margin-bottom:16px;}
#access_info01.access_info .ul01 {margin-bottom:40px;}
#access_info01.access_info .ul01 li {margin-bottom:16px;}
#access_info01.access_info .ul01 li:last-child {margin-bottom:0;}

#access_info01.access_info .ul01 li .num {width:27px;height:27px;display:table;margin-right:8px;}
#access_info01.access_info .ul01 li .num span {display:table-cell;vertical-align:middle;text-align:center;background:#14A83A;color:#fff;font-size:16px;line-height:1;font-weight:bold;border-radius:100%;}
#access_info01.access_info .ul01 li .naiyou {width:calc(100% - 27px - 8px);line-height:1.2;}

#access_info01.access_info .gmap {position: relative;padding-bottom: 60%;height: 0;overflow: hidden;margin-bottom:40px;}
#access_info01.access_info .gmap iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border-radius:10px;}
#access_info01.access_info .ul02 {}
#access_info01.access_info .ul02 > li {margin-bottom:40px;display:block;}
#access_info01.access_info .ul02 > li:last-child {margin-bottom:0;}
#access_info01.access_info .ul02 > li .img {width:100%;margin-bottom:24px;}
#access_info01.access_info .ul02 > li .info {width:100%;}
#access_info01.access_info .ul02 > li .info h3 {font-size:24px;line-height:1;margin-bottom:24px;}
#access_info01.access_info .ul02 > li .info .ul03 {}
#access_info01.access_info .ul02 > li .info .ul03 li {line-height:1.2;margin-bottom:12px;position:relative;padding-left:16px;}
#access_info01.access_info .ul02 > li .info .ul03 li:last-child {margin-bottom:0;}
#access_info01.access_info .ul02 > li .info .ul03 li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

#access_info02.access_info {}
#access_info02.access_info .k_title01 {margin-bottom:40px;}
#access_info02.access_info .company_table {display:block;width:100%;}
#access_info02.access_info .company_table tr {display:block;width:100%;}
#access_info02.access_info .company_table tr {display:block;width:100%;}
#access_info02.access_info .company_table tr th {display:block;width:100%;padding:16px 24px;box-sizing:border-box;background:#14A83A;color:#fff;line-height:1.6;border-bottom:1px solid #fff;}
#access_info02.access_info .company_table tr td {display:block;width:100%;padding:16px 24px;box-sizing:border-box;line-height:1.6;background:#fff;}
#access_info02.access_info .company_table tr:last-child {border-bottom:1px solid #EBEBEB;}

#access_info03.access_info {}
#access_info03.access_info .k_title01 {margin-bottom:40px;}
#access_info03.access_info .cnt01 {margin-bottom:40px;display:block;}
#access_info03.access_info .cnt01 .info {width:100%;margin-bottom:24px;}
#access_info03.access_info .cnt01 .info .p01 {font-weight:bold;line-height:1;position:relative;margin-bottom:16px;}
#access_info03.access_info .cnt01 .info .p01::before {content:"";background:#14A83A;background-size:contain;width:24px;height:1px;border-radius:100%;position:absolute;top:0;bottom:0;left:0;margin:auto;}
#access_info03.access_info .cnt01 .info .text01 {}
#access_info03.access_info .cnt01 .img {width:100%;}

#access_info03.access_info .bg {padding:40px 20px;box-sizing:border-box;border-radius:10px;background:#F9F6F0;}
#access_info03.access_info .bg h3 {font-size:24px;line-height:1.4;margin-bottom:40px;}
#access_info03.access_info .bg ul {}
#access_info03.access_info .bg ul li {margin-bottom:12px;position:relative;line-height:1.2;padding-left:16px;}
#access_info03.access_info .bg ul li:last-child {margin-bottom:0;}
#access_info03.access_info .bg ul li::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}

#access_info04.access_info {}
#access_info04.access_info .k_title01 {margin-bottom:40px;}

#access_info04.access_info .keizi_list {}
#access_info04.access_info .keizi_list li {margin-bottom:24px;}
#access_info04.access_info .keizi_list li:last-child {margin-bottom:0;}
#access_info04.access_info .keizi_list li h3 {line-height:1.2;margin-bottom:8px;position:relative;padding-left:16px;}
#access_info04.access_info .keizi_list li h3::before {content:"";background:#14A83A;background-size:contain;width:8px;height:8px;border-radius:100%;position:absolute;top:8px;left:0;}
#access_info04.access_info .keizi_list li .text {line-height:1.4;}


/*当院の特徴 (features) p17
=========================================== */
#p17box01 {padding:40px 5% 80px;}
.k_features_list {}
.k_features_list .k_features {display:block;margin-bottom:80px;position:relative;box-sizing:border-box;z-index:2;}
.k_features_list .k_features:last-child {margin-bottom:0;}

.k_features_list .k_features .info {margin-bottom:40px;}
.k_features_list .k_features .info .num {font-size:20px;line-height:1;font-weight:bold;margin-bottom:16px;}
.k_features_list .k_features .info h2 {font-size:24px;line-height:1.45;margin-bottom:32px;}
.k_features_list .k_features .info .text_list {}
.k_features_list .k_features .info .text_list .text {margin-bottom:1.85em;}
.k_features_list .k_features .info .text_list .text:last-child {margin-bottom:0;}

.k_features_list .k_features .info .tyuui {padding-left:40px;line-height:1.4;font-weight:bold;margin-top:16px;background:url("../img/p14/tyuui.svg")no-repeat left top;}

.k_features_list .k_features:first-child::before {content:"";background:url("../img/p17/maru01.png") no-repeat;background-size:contain;width:360px;height:450px;position:absolute;top:96px;left:-180px;z-index:-1;}
.k_features_list .k_features:nth-child(2)::before {content:"";background:url("../img/p17/maru02.png") no-repeat;background-size:contain;width:240px;height:240px;position:absolute;top:0;bottom:0;right:-104px;z-index:-1;margin:auto;}
.k_features_list .k_features:nth-child(3)::before {content:"";background:url("../img/p17/maru03.png") no-repeat;background-size:contain;width:200px;height:180px;position:absolute;top:-40px;left:-40px;z-index:-1;}
.k_features_list .k_features:nth-child(4)::before {content:"";background:url("../img/p17/maru04.png") no-repeat;background-size:contain;width:132px;height:119px;position:absolute;top:10%;right:-27px;z-index:-1;}
.k_features_list .k_features:nth-child(4)::after {content:"";background:url("../img/p17/maru05.png") no-repeat;background-size:contain;width:280px;height:350px;position:absolute;bottom:20%;left:-60px;z-index:-1;}

/*施設・設備紹介 (facility) p18
=========================================== */
#p18box01 {padding:80px 5%;}

.facility_sec_list {}
.facility_sec_list .facility_sec {margin-bottom:80px;}
.facility_sec_list .facility_sec:last-child {margin-bottom:0;}

.big_img_list {margin-bottom:16px;}
.big_img_list .big_img {width:100%;margin-bottom:40px;}
.big_img_list .big_img:last-child {margin-bottom:0;}
.big_img_list .big_img h3 {text-align:center;font-size:24px;line-height:1;margin-top:12px;}

.mid_img_list {}
.mid_img_list .mid_img {width:calc(50% - 8px);margin:24px 16px 0 0;}
.mid_img_list .mid_img:nth-child(2n) {margin-right:0;}
.mid_img_list .mid_img h3 {text-align:center;font-size:20px;line-height:1.2;margin-top:4px;}

.shisestu_box_list {margin-top:40px;display:block;}
.shisestu_box_list .shisestu_box {width:100%;box-sizing:border-box;display: flex;}
.shisestu_box_list .shisestu_box h3 {padding:16px 24px;background:#14A83A;color:#fff;line-height:1.6;border-bottom:1px solid #51B86C;width:60%;box-sizing:border-box;}
.shisestu_box_list .shisestu_box .shisestu_box_in {padding:16px 24px;background:#fff;font-weight:bold;line-height:1.6;border-bottom:1px solid #EBEBEB;width:40%;box-sizing:border-box;}

.facility_gallery {margin:40px auto 0!important;padding-bottom:70px!important;}
.facility_gallery .ya {font-size:0;background: #fff;cursor:pointer;border-radius: 20px;width: 64px;height: 40px;bottom:0;}
.facility_gallery .ya.ya_prev {left:calc(50% - 70px);transform: rotate(180deg);}
.facility_gallery .ya.ya_next {right:calc(50% - 70px);}

.facility_gallery .facility_gallery01 {width:100%;margin:0;overflow: hidden;position:relative;border-radius:10px;}
.facility_gallery .facility_gallery01 .in_img {aspect-ratio: 480 / 360;}
.facility_gallery .facility_gallery01 .caption {line-height:1.6;margin-top:8px;font-weight:bold;}


/*よくある質問 (faq) p19
=========================================== */
body.page-faq {overflow: visible;}
#p19box01 {padding:80px 5%;}
.faq_main {}
.faq_main .faq_section {padding-top:80px;}
.faq_main .faq_section:first-child {margin-top:-80px;}
.faq_main .faq_section .k_title01 {margin-bottom:40px;}

.faq_main .faq_section .faq_list {}
.faq_main .faq_section .faq_list .faqbox {margin-bottom:24px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius:10px;}
.faq_main .faq_section .faq_list .faqbox:last-child {margin-bottom:0;}

.faq_main .faq_section .faq_list .faqbox .q_text {padding:16px 60px 16px 20px;background:url("../img/p19/op.svg") no-repeat center right 24px,#fff;cursor:pointer;border-radius:10px;}
.faq_main .faq_section .faq_list .faqbox .q_text.on {background:url("../img/p19/cl.svg") no-repeat center right 24px,#14A83A;color:#fff;border-radius:10px 10px 0 0;}

.faq_main .faq_section .faq_list .faqbox .q_text h3 {line-height:1.4;padding-left:22px;position:relative;}
.faq_main .faq_section .faq_list .faqbox .q_text h3::before {content:"Q";position:absolute;top:0;left:0;color:#14A83A;}
.faq_main .faq_section .faq_list .faqbox .q_text.on h3::before {color:#fff;}

.faq_main .faq_section .faq_list .faqbox .a_text {display:none;padding: 20px 20px 20px 46px;position:relative;background:#fff;border-radius:0 0 10px 10px;line-height:1.4;}
.faq_main .faq_section .faq_list .faqbox .a_text::before {content:"A";position:absolute;top:20px;left:20px;color:#F2303A;font-weight:bold;}

.faq_main .faq_section .faq_list .faqbox:first-child {}
.faq_main .faq_section .faq_list .faqbox:first-child .q_text {background:url("../img/p19/cl.svg") no-repeat center right 24px #14A83A;color:#fff;border-radius:10px 10px 0 0;}
.faq_main .faq_section .faq_list .faqbox:first-child .q_text.on {background:url("../img/p19/op.svg") no-repeat center right 24px,#fff;color:#000;border-radius:10px;}
.faq_main .faq_section .faq_list .faqbox:first-child .q_text h3::before {color:#fff;}
.faq_main .faq_section .faq_list .faqbox:first-child .q_text.on h3::before {color:#14A83A;}
.faq_main .faq_section .faq_list .faqbox:first-child .a_text {display:block;}


/*ブログ (blog) p20
=========================================== */
#two_contents {padding:40px 5% 80px;}
#two_contents .cnt {display:block;}
#two_contents .cnt #two-main {width: 100%;}

.news_list {}
.news_list .news01 {margin-bottom:24px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);border-radius:10px;}
.news_list .news01:last-child {margin-bottom:0;}
.news_list .news01 a {text-decoration:none;background:#fff;border-radius:10px;display:block;}
.news_list .news01 a .img {position:relative;overflow:hidden;width:100%;border-radius: 10px 10px 0 0;}
.news_list .news01 a .img .in_img { aspect-ratio: 240 / 180;transition: 0.3s;}
.news_list .news01 a .info {width:100%;padding:24px 20px 20px;box-sizing:border-box;}
.news_list .news01 a .info .category {}
.news_list .news01 a .info .category li {line-height:1;padding:4px 8px 6px;color:#fff;background:#14A83A;margin:0 8px 8px 0;border-radius: 40px;}
.news_list .news01 a .info .category li:last-child {margin-right:0;}
.news_list .news01 a .info .title {line-height:1.5;width: 100%;display: -webkit-box;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news_list .news01 a .info .time {line-height:1;margin-top:8px;} 

/*一覧ページページャー*/
.wp-pagenavi {text-align: center;margin: 50px auto 0;}
.wp-pagenavi a,.wp-pagenavi span {text-decoration: none;display: inline-block;line-height:46px;margin:0 1.5px;width:48px;color:#14A83A;border:1px solid #14A83A;font-weight: bold;box-sizing:border-box;border-radius:100%;}
.wp-pagenavi a:hover, .wp-pagenavi span.current, span.pages {color:#fff;background:#14A83A;}

span.extend {display: none;}
span.pages {display: none;}

.wp-pagenavi a.first {display:none;}
.wp-pagenavi a.previouspostslink {color:transparent!important;background: url("../img/p20/arrow01.svg") no-repeat center;margin-right:5px;}
.wp-pagenavi a.nextpostslink {color:transparent!important;background: url("../img/p20/arrow02.svg") no-repeat center;margin-left:5px;}
.wp-pagenavi a.last {display:none;}

#two_contents .cnt #two-side {width:100%;margin-top:80px;}
#two_contents .cnt #two-side .sidebox {}
#two_contents .cnt #two-side .sidebox .sidebox_in {margin-bottom:24px;}
#two_contents .cnt #two-side .sidebox .sidebox_in:last-child {margin-bottom:0;}
#two_contents .cnt #two-side .sidebox .sidebox_in .widgettitle {line-height:40px;text-align:center;background:#14A83A;color:#fff;border-radius:4px;margin-bottom:8px;}

#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select {position: relative;}
#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select select {width:100%;height:48px;box-sizing:border-box;background:#fff;padding:8px 16px;appearance: none;-webkit-appearance: none;-moz-appearance: none;cursor: pointer;font-weight:bold;font-size:14px;font-family: 'ZenKakuGothicNew';border: 1px solid #D4D4D4;}
#two_contents .cnt #two-side .sidebox .sidebox_in .sidebox_select::before {content: "";background:url("../img/p20/arrow.svg") no-repeat;width:14px;height:9px;position: absolute;right: 16px;top: 50%;transform: translateY(-50%);pointer-events: none;}


/*お知らせ 詳細 p10
=========================================== */
.single-news ul.bread-list li {line-height:1.4;}

.news_single {padding:40px 20px;border-radius:10px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);background: #fff;}
.news_single .category {}
.news_single .category li {line-height:1;padding:4px 8px 6px;color:#fff;background:#14A83A;margin:0 8px 8px 0;border-radius: 40px;}
.news_single .category li:last-child {margin-right:0;}

.news_single .title {font-size:20px;line-height:1.4;margin-bottom:16px;}
.news_single .time {line-height:1;}

#toc_container {background:none!important;border:none!important;padding:0!important;margin-top:30px!important;margin-bottom:30px!important;width:100%!important;display:block!important;box-sizing:border-box;}
#toc_container .toc_title {display:none;}
#toc_container .toc_list {margin-top:0 !important;}
#toc_container .toc_list > li {margin-bottom:8px !important;line-height:1.2;}
#toc_container .toc_list > li:last-child {margin-bottom:0 !important;}
#toc_container .toc_list > li .toc_number {font-weight:bold;color:#14A83A;margin-right: 6px;}
#toc_container .toc_list > li .toc_number::after {content:".";}
#toc_container .toc_list > li a {padding-left: 22px;text-indent: -22px;display: inline-block;text-decoration:none;}
#toc_container ul ul {margin-left:0!important;}

.news_single .editor {margin-top:30px;}
.news_single .editor .midashi {margin-bottom:8px;padding:5px 12px;line-height:1.2;color:#fff;background:#14A83A;border-radius:4px;}

.news_single .tag_list_box {margin-top:30px;}
.news_single .tag_list_box .tag_list_midashi {font-size:20px;line-height:1;font-weight: bold;margin-bottom:8px;}
.news_single .tag_list_box .tag_list {}
.news_single .tag_list_box .tag_list li {line-height:1;font-weight:500;margin:8px 8px 0 0;padding:4px 8px 6px;border:1px solid #14A83A;border-radius:40px;color:#14A83A;}

.writer_info_list {margin-top:30px;}
.writer_info_list .writer_info {border-radius:10px;margin-bottom:30px;overflow:hidden;padding:32px 20px;background:#F9F9F9;;position: relative;}
.writer_info_list .writer_info:last-child {margin-bottom:0;}

.writer_info_list .writer_info .midashi {font-size:20px;font-weight:bold;line-height:1;margin-bottom:32px;text-align:center;}

.writer_info_list .writer_info .cnt {display:block;}
.writer_info_list .writer_info .cnt .img {width:120px;margin:0 auto 16px;}
.writer_info_list .writer_info .cnt .img .in_img {aspect-ratio: 100 / 100;border-radius:10px;overflow:hidden;}
.writer_info_list .writer_info .cnt .info {width:100%;}

.writer_info_list .writer_info .cnt .info .name {text-align:center;}
.writer_info_list .writer_info .cnt .info .yakusyoku {text-align:center;}
.writer_info_list .writer_info .cnt .info .profile {margin-top:16px;}

/*詳細ページページャー*/
.post-navigation {margin:50px auto 0;}
.post-navigation ul {text-align: center;justify-content: center;align-items: center;}
.post-navigation ul li {font-weight:bold;display:table;height:48px;}
.post-navigation ul li a {text-decoration:none;display:table-cell;text-align:center;vertical-align:middle;box-sizing: border-box;border-radius:40px;border:1px solid #14A83A;color:#14A83A;background:#fff;}

.post-navigation ul li.post_back {margin: 0 8px;width:120px;}
.post-navigation ul li.post_back a {color:#fff;background:#14A83A;}

.post-navigation ul li.next a {width:48px;background: url("../img/p20/arrow01.svg") no-repeat center #fff;}
.post-navigation ul li.prev a {width:48px;background: url("../img/p20/arrow02.svg") no-repeat center #fff;}

.post-navigation ul li.next a span {display:none;}
.post-navigation ul li.prev a span {display:none;}


/*採用情報 (recruit) p22
=========================================== */
#p22box01 {padding:78px 5% 80px;}
#p22box01 .recruit01 {}
#p22box01 .recruit01 .midashi {font-size:28px;line-height:1.6;margin-bottom:40px;}
#p22box01 .recruit01 .recruit_info_list {display:block;}
#p22box01 .recruit01 .recruit_info_list .recruit_info {width:100%;margin-bottom:40px;}
#p22box01 .recruit01 .recruit_info_list .recruit_info:last-child {margin-bottom:0;}
#p22box01 .recruit01 .recruit_info_list .recruit_info .img {}
#p22box01 .recruit01 .recruit_info_list .recruit_info h3 {font-size:22px;line-height:1.6;margin-top:16px;}
#p22box01 .recruit01 .recruit_info_list .recruit_info .text {line-height:1.6;margin-top:16px;}

#p22box01 .recruit02 {margin-top:80px;}
#p22box01 .recruit02 .k_title01 {margin-bottom:40px;}
#p22box01 .recruit02 .recruit_box_list {}
#p22box01 .recruit02 .recruit_box_list .recruit_box {padding:40px 20px;background:#fff;box-sizing:border-box;border-radius:10px;margin-bottom:40px;box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);}
#p22box01 .recruit02 .recruit_box_list .recruit_box:last-child {margin-bottom:0;}
#p22box01 .recruit02 .recruit_box_list .recruit_box h3 {font-size:28px;line-height:1.2;margin-bottom:40px;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .recruit_table {display:block;width:100%;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .recruit_table tr {display:block;width:100%;margin-bottom:30px;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .recruit_table tr:last-child {margin-bottom:0;}

#p22box01 .recruit02 .recruit_box_list .recruit_box .recruit_table tr th {display:block;width:100%;padding:16px 24px;box-sizing:border-box;background:#14A83A;color:#fff;line-height:1.6;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .recruit_table tr td {display:block;width:100%;margin-top:16px;box-sizing:border-box;line-height:1.6;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .btn01 {margin-top:40px;}
#p22box01 .recruit02 .recruit_box_list .recruit_box .btn01 a {border: 1px solid #14a83a;color:#14a83a;line-height:1.2;}

#p22box01 .recruit03 {margin-top:80px;}
#p22box01 .recruit03 .k_title01 {margin-bottom:40px;}
#p22box01 .recruit03 .senkou_flow {margin-top:-32px;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 {width:calc(50% - 9px);margin: 32px 18px 0 0;;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01:nth-child(2n) {margin-right:0;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .img {margin-bottom:8px;position:relative;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .img::after {content:"";background:url("../img/p22/kaku.svg") no-repeat;background-size:contain;width:8px;height:16px;position:absolute;top:0;bottom:0;right:-13px;margin:auto;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01:nth-child(2n) .img::after {content:none;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .midashi {align-items:center;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .midashi .num {width:31px;height:31px;display:table;margin-right:8px;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .midashi .num span {display:table-cell;vertical-align:middle;text-align:center;background:#14A83A;color:#fff;font-size:16px;line-height:1;font-weight:bold;border-radius:100%;}
#p22box01 .recruit03 .senkou_flow .senkou_flow01 .midashi h3 {width:calc(100% - 31px - 8px);font-size:23px;line-height:1.2;}


/*Thanks・404
=========================================== */
#other{padding:78px 5% 80px;text-align: center;}
#other h2 {font-size: 22px;margin-bottom: 25px;}
#other .other_in p {font-size: 17px;position: relative;margin: 10px 0;}
#other .btn01 {margin-top:25px;}

/*プライバシーポリシー
=========================================== */
div#pageBox01{padding:78px 5% 80px;}
h2.pp-title01 {font-size: 22px;border-bottom: solid 2px;margin-bottom: 25px;padding-bottom: 10px;}
h3.pp-title02 {font-size: 17px;padding-left: 15px;position: relative;margin: 10px 0;}
h3.pp-title02:before{content:"";width:5px;height:65%;background:#000;position: absolute;left:0;top:0;bottom:0;margin:auto 0;}
div#pageBox01 p {line-height: 26px;}
div#pageBox01 ul {line-height: 26px;}

/*ウインドー幅ごと
=========================================== */
@media screen and (min-width: 370px) {
}
@media screen and (min-width: 0px) and (max-width: 350px) {
}
@media screen and (min-width: 0px) and (max-width: 330px) {
}