@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	width: 100%;
	overflow: hidden;
	min-width: 320px;
	position: relative;
	z-index: 2;
	padding: 45px 0 50px;
}
.menuOpen{
  overflow: hidden;
  height: 100vh;
}
.menuOpen #wrapper{
	position: fixed;
}
.overlay{
    display: none;
	position: fixed;
	left: 0;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.3);
	z-index: 988;
	text-indent: -9999px;
}
.inner,
.inner02{
	width: 100%;
	padding: 0 20px;
	max-width: 500px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.inner02{max-width: none;}
/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #1DAC7A;
	color: #fff;
	min-width: 320px;
}

#headerIn {
	padding: 0 10px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#headerLogo img{
	height: 29px
}


.fixedBtn{
	display: flex;
	justify-content: center;
	position: fixed;
	right: 0px;
	bottom:0px;
	z-index: 9;
	padding: 5px 20px;
	width: 100%;
	background: #EFF8F5
}
.fixedBtn li + li{margin-left: 15px}
.fixedBtn img{height: 40px}


.btnMenu {

}
.btnMenu a {
  display: block;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
  display: block;
  background: #fff;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 10px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 11px;
}

.btnMenu a span:nth-child(2) {
	transform: translateY(-50%);
	top: 50%;
}

.btnMenu a span:last-child {
  bottom: 11px;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:last-child {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}


/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	
}

/* !gNavi
---------------------------------------------------------- */
#gNavi {
  position: absolute;
  position: fixed;
  top: 45px;
  right: -100%;
  width: 260px;
  height: calc(100vh - 45px);
  background: #fff;
  /*background: rgba(14,57,98,.85);*/
  z-index: 999;
  box-sizing: border-box;
  padding: 0px 0 26px;
  overflow-x: hidden;
  overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /*opacity: 0;*/
    pointer-events: none;
  transition: opacity,right .3s;
}
#gNavi.active{
    opacity: 1;
    pointer-events: auto;
    right: 0;
}		
.navUl li a{
	display: flex;
	align-items: center;
	padding: 0 18px;
	height: 50px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #1DAC7A;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted #D9D9D9;
}
.navBtn{
	padding: 10px 20px;
	text-align: center;
}
.navBtn li + li{margin-top: 10px}
.navBtn img{height: 50px}
.navTxt{
	text-align: center;
}
.navTxt img{height: 20px
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	padding-bottom: 20px;
}
.mvTop{
	height: 500px;
	background: url(../img/index/bg_mv01_sp.jpg)no-repeat center center;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.mvTop .inner02{
	padding-bottom: 60px;
}
.mvTxt img{width: 225px}

.mvSlick{
	margin: -35px -0px 0
}
.mvSlick .slick-list{overflow: visible;}
.mvSlist{
	max-width: 145px;
	margin: 0 10px;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	height: 200px;
	background: url(../img/news/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
	color: #fff;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#company #teaser {
	background: url(../img/company/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#access #teaser {
	background: url(../img/access/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#contact #teaser {
	background: url(../img/contact/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#medical #teaser {
	background: url(../img/medical/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
#about #teaser {
	background: url(../img/about/bg_teaser.jpg)no-repeat center center;
	background-size: cover;
}
.teaserHd{
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	
}

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


#footer {
	overflow: hidden;
	background: #F8F8F5;
	padding-top: 25px;
	font-size: 1.2rem;
}
#footer .footerIn {
	
}
.ftTop{
	/*margin-bottom: 30px;*/
}
.ftTopItem{
	line-height: 1.33;
	margin-bottom: 35px;
}
.ftP01{
	font-weight: bold;
	margin-bottom: 6px;
}
.ftP02{
	margin-bottom: 6px;
}
.ftP02 a{
	margin-right: 20px;
	font-weight: bold;
	color: #1DAC7A;
	font-size: 2.4rem;
	line-height: 1;
	vertical-align: bottom;
}
.ftP03{
	margin-bottom: 26px;
}
.ftP04{
	font-weight: bold;
	margin-bottom: 16px;
}
.ftP04 a{
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: bottom;
	color: #1DAC7A;
	margin-top: 5px;
	display: inline-block;
}
.ftP05{line-height: 1.5;}
.ftP07{
	color: #666666;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 20px
}

.ftOhter{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -8px 15px
}
.ftOhter li{
	margin: 0 8px 15px;
	width: calc(50% - 16px);
}

.ftNav{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 25px 10px;
	position: relative;
	z-index: 1;
}
.ftNav:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	background: #1DAC7A;
	transform: translate(-50%,-50%);
	width: 1000px;
	height: 100%;
}
.ftNav li{width: 50%;}
.ftNav a{
	line-height: 2;
	color: #fff;
	font-weight: bold;
}
	
#copyright {
	font-size: 1rem;
	padding: 12px 0;
	text-align: center;
}
/* !h(n)eading
---------------------------------------------------------- */
.hdL {
	
}

.hdM {
	
}

.hdS {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
	font-weight: bold;
}

.hd01 {
	
}



/* !list
---------------------------------------------------------- */
.list01 {
	
}

/* !table
---------------------------------------------------------- */
.table01 {
	
}


/*index*/
.indexNews{
	padding:12px 0 30px;
	border-bottom: 1px solid #EDEDE8;
}
.indexNews .inner02{
	max-width: 1810px;
}
.indexUl01{
	overflow-x: auto;
	margin-bottom: 25px;
}
.indexUl01 ul{
	display: flex;
	margin:0 -7px;
}
.indexUl01 li{
}
.indexUl01 li a{
	white-space: nowrap;
	margin: 0 7px 14px;
	display: block;
	padding: 7px 10px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #1DAC7A;
	background: #F8F8F5;
	border-radius: 2px
}
.indexUl01 li a.is_active{
	background: #EFF8F5
}
.newsSlick{
	margin-bottom: 20px
}
.newsSlick .slick-list{overflow: visible;}
.newsSlick .newsLi{
	max-width: 160px;
	margin: 0 7.5px;
}
.newsSlick .slick-arrow{
	width: 20px;
	height: 20px;
	box-shadow: 0 2px 3px rgba(0,0,0,.16)
}
.newsSlick .slick-prev {
    background: url(../img/index/slick_prev.svg)no-repeat;
    background-size: 100% auto;
    left: -10px;
}
.newsSlick .slick-next {
    background: url(../img/index/slick_next.svg)no-repeat;
    background-size: 100% auto;
    right: -10px;
}

.newsLi{
	font-size: 1.2rem;
	font-weight: bold;
}
.newsLi .img{
	box-shadow: 0 30px 30px rgba(217,217,217,.2)
}
.newsLi .date{
	color: #1DAC7A;
	margin:5px 0 3px;
	font-size: 1rem;
}
.newsLi .date span{
	margin: 0 8px
}
.newsLi .txt{
	line-height: 1.625
}
.indexNewsBtn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 50px;
	margin: 0 auto;
	font-size: 1.4rem;
	font-weight: bold;
    border: 1px solid #D9D9D9
}
.indexNewsBtn a:after{
	content: '';
	width: 12px;
	height: 12px;
    background: url(../img/index/arrow01.svg)no-repeat;
    background-size: 100% auto;
    margin-left: 5px;
}

.indexMedical{
	padding: 28px 0 17px;
	border-bottom: 1px solid #EDEDE8;
}
.indexMedicalUl01{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.indexMedicalUl01 li{
	width: 50%;
}
a.boxLink01,
.boxLink01{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 10px 10px 28px 10px;
	border: 1px solid #D9D9D9;
    background: url(../img/index/arrow03.svg)no-repeat center bottom 15px;
    background-size:12px auto;
	font-weight: bold;
}
.boxLink01 .icon{
	margin-bottom: 8px;
}
.boxLink01 .icon img{width: 80px}
.boxLink01 .title{
	color: #1DAC7A;
	font-size: 1.4rem;
	font-weight: bold;
}
.boxLink01 .txt{
	margin-top: 2px;
	font-size: 1rem;
}

.indexMedicalUl02{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}
.indexMedicalUl02 li{
	margin: 0 8px 13px;
	width: calc(50% - 16px);
}

.indexAccess{
	padding: 28px 0 30px;
}
.indexAccess .box{
}
.indexAccess .left{
}
.indexAccess .map{
    position: relative;
    padding-top: 92%;
}
.indexAccess .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.indexAccess .right{
	margin-top: 20px
}
.indexAccess .imgUl{
	display: flex;
	margin: 0 -4px 13px;
}
.indexAccess .imgUl li{
	margin: 0 4px;
}
.indexAccess .cont{
	margin-bottom: 18px;
}
.indexAccess .p01{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 8px
}
.indexAccess .p02{
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.indexAccess .p03{
	font-size: 1.1rem
}
.indexAccess .p04{
	margin-top: 13px;
}
.indexAccess .p04 img{width: 160px}
.indexAccessDl{margin-bottom: 5px;}
.indexAccessDl dt{
	padding-bottom: 2px;
	border-bottom: 1px dotted #D9D9D9;
	margin-bottom: 12px;
	font-size: 1.3rem;
	font-weight: bold;
}
.indexAccessDl dt span{
	color: #51A97E
}
.indexAccessDl ul{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
}
.indexAccessDl li{
	margin-right: 15px;
	margin-bottom: 10px;
}
.indexAccessDl li a{
	display: flex;
	align-items: center;
}
.indexAccessDl li a:after{
	content: '';
	width: 12px;
	height: 12px;
    background: url(../img/index/arrow01.svg)no-repeat;
    background-size: 100% auto;
    margin-left: 5px;
}

/*news*/
.newsWrap{
	padding: 30px 0;
}
.newsWrap .newsUl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7px;
}
.newsWrap .newsLi{
	width: calc(50% - 14px);
	margin: 0 7px 15px;
}
.pagerWrap{
	margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagerWrap span,
.pagerWrap a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 30px;
    border-bottom: 1px solid  transparent;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 4px;
    text-decoration: none;
}
.pagerWrap span{
    color: #1DAC7A;
    border-color: currentColor;
}

/*detail*/
#detail #teaser{display: none;}
.newsDtWrap{
	padding: 35px 0 1px
}
.newsDtWrap .inner{max-width: 840px}
.newsDtHd{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.newsDtDate{
	font-weight: bold;
	color: #1DAC7A;
	margin-bottom: 14px;
	font-size: 1.2rem;
}
.newsDtDate span{
	margin: 0 10px
}
.newsDtCont{
	font-size: 1.2rem;
	line-height: 1.66;
}
.newsDtCont p{margin-bottom: 20px}
.newsDtCont .redFt{color: #FF0000}
.newsDtCont a{
	color: #1DAC7A;
	text-decoration: underline;
	font-weight: bold;
}
.newsDtCont h3{
	font-size: 1.5rem;
	font-weight: bold;
	padding: 7px 12px;
	background: #EFF8F5;
	margin-bottom: 15px;
}
.newsDtCont dl{
	margin-bottom: 10px;
}
.newsDtCont dt{
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 10px;
}
.newsDtCont dt p{margin-bottom: 6px}
.newsDtCont dd{
}
.newsDtBack{
	padding: 10px 0 15px;
	border-top: 1px solid #D9D9D9;
}
.newsDtBack a{
	font-size: 1.2rem;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
}
.newsDtBack a:before{
	content: '';
	width: 12px;
	height: 12px;
    background: url(../img/news/arrow_left.svg)no-repeat left center;
    background-size: 100% auto;
    margin-right: 2px;
}
.newsDtBanner{text-align: center;margin-bottom: 15px}
.newsDtBanner img{width: 640px}

/*company*/
.companySec01{
	padding: 40px 0;
	border-bottom: 1px solid #EDEDE8
}
.companyDl{
}
.companyDl dt{
	position: relative;
}
.companyDl dt .name{
	position: absolute;
	right: -18px;
	top: -23px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #1DAC7A;
	color: #fff;
	font-size: 1.4rem
}
.companyDl dt .name span{font-size: 1.8rem}
.companyDl dd{
	margin-top: 20px;
}
.companyDl .title{
	font-size: 1.6rem;
	font-weight: bold;
	color: #1DAC7A;
	margin-bottom: 10px;
}
.companyDl .txt{
	font-size: 1.2rem;
	line-height: 2.28;
	margin-bottom: 20px;
}
.companyDl .btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	background: #1DAC7A;
	border-radius: 4px;
}

.fancybox-overlay{
	background: rgba(143,164,181,.5);
}
.fancybox-skin{
	background: #fff;
	border-radius: 0;
	color: #333;
	padding: 20px;
}
.fancybox-inner{
	max-width: 960px;
	max-height: calc(100vh - 70px)
}
.fancybox-close {
    position: absolute;
    top: -10px;
    right: 0px;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/company/fancy_close.svg)no-repeat;
    background-size: 100% auto;
}
#popupWrap{
	padding: 15px 15px 1px;
}
.popupTop{
	height: 200px;
    background: url(../img/company/bg_popup.jpg)no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #1DAC7A
}
.popupItem h3{
	font-size: 1.6rem;
	font-weight: bold;
    color: #1DAC7A;
    margin: 20px 0 10px;
}
.popupItem p{
	font-size: 1.2rem;
	line-height: 1.66;
	margin-bottom: 20px;
}
.greenFt{
	font-weight: bold;
    color: #1DAC7A;
}
.popupItem dl{
}
.popupItem dl dt{
	margin-bottom: 15px
}

.companySec02{
	padding: 25px 0;
	border-bottom: 1px solid #EDEDE8
}
.companySec02 .p01{
	margin-bottom: 20px;
}
.table01{
	width: 100%;
	font-size: 1.2rem;
}
.table01 th,
.table01 td{
	padding: 10px 10px;
	border-bottom: 1px solid #C4C4C4;
	border-top: 1px solid #C4C4C4;
}
.table01 th{
	border-color: #51A97E;
	font-weight: bold;
	background: #F1F8F5;
	color: #1DAC7A;
	width: 100px;
}

.companySec03{
	padding: 25px 0 35px
}
.historyDl{
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0;
	font-size: 1.2rem;
}
.historyDl:before{
	content: '';
	position: absolute;
	left: 86px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 1px;
	height: 100%;
	background: #51A97E
}
.historyDl:after{
	content: '';
	position: absolute;
	left: 86px;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #51A97E
}
.historyDl dt{
	width: 100px;
	color: #1DAC7A;
	font-weight: bold;
}
.historyDl dd{
	width: calc(100% - 100px);
}


/*access*/
.accessWrap{
	padding: 40px 0
}
.accessWrap .p01{
	font-size: 1.5rem;
	font-weight: bold;
	color: #1DAC7A;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
	text-align: center;
}
.accessWrap .p02{text-align: center;}
.accessWrap .p02 dl{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	font-size: 1.5rem;
	font-weight: bold;
	background: #EFF8F5;
	color: #1DAC7A;
	margin:0 auto 20px;
	overflow: hidden;
}
.accessWrap .p02 dt{
	padding: 3px 10px 3px 15px;
	color: #fff;
	background: #1DAC7A;
}
.accessWrap .p02 dd{
	padding: 3px 15px 3px 10px;
}
.accessWrap .map{
    position: relative;
    width: 100%;
    padding-top: 45%;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
}
.accessWrap .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.accessWrap .imgUl{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 10px;
}
.accessWrap .imgUl li{
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}
.accessUl01{
}
.accessUl01 > li{
}
.accessWrap .p03{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 7px 0 15px;
	text-align: center;
}
.accessWrap .p03 font{color:#1DAC7A; }
.accessWrap .p03 img{
	vertical-align: -4px;
	margin-left: 8px;
	width: 20px;
}
.accessWrap .p04{
	text-align: center;
}
.accessWrap .p04 img{width: 200px}

/*contact*/
.contactWrap{
	padding: 40px 0
}
.contactStep{
	display: flex;
	justify-content: space-between;
	max-width: 520px;
	margin: 0 auto 35px;
	position: relative;
}
.contactStep:before{
	content: '';
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	width: calc(100% - 30px);
	height:0;
	border-bottom: 2px dotted #D9D9D9;
}
.contactStep li{
	text-align: center;
	color: #D9D9D9;
	font-size: 1.4rem;
	font-weight: bold;
}
.contactStep li span{
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 6px;
	background: url(../img/contact/step_no.svg)no-repeat;
	background-size: 100% auto
}
.contactStep li.is_active{color: #1DAC7A}
.contactStep li.is_active span{
	background: url(../img/contact/step_on.svg)no-repeat;
	background-size: 100% auto
}
.table02{
	width: 100%;
}
.table02 th{
	display: block;
	font-size: 1.2rem;
}
.table02 td{
	display: block;
	padding: 10px 0;
	font-size: 1.2rem;
}
.table02 th span.required{
	display: inline-flex;
	vertical-align: 1px;
	padding: 1px 6px;
	background: #51A97E;
	border-radius: 4px;
	color: #fff;
	font-size: 1.2rem;
	margin-left: 10px
}
label.radioBox{
	margin-bottom: 6px;
	font-size: 1.2rem;
	display: block;
}
label.radioBox input[type="radio"]{
    margin-right: 6px;
    position: relative;
    top: 2px;
}

.table02 select,
.table02 textarea,
.table02 input[type='text'],
.table02 input[type='number'],
.table02 input[type='tel'],
.table02 input[type='email'] {
    height: 35px;
    width: 100%;
    border: 1px solid #D9D9D9;
    background: #fff;
    padding: 0 10px;
    resize: none;
    font-family: initial;
    font-size: 1.2rem;
}
.table02 input[type='text'].mediumIpt{max-width: 380px}
.twoRow{
}
.twoRow li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.twoRow li span{min-width: 30px}
.contactP01{
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.contactP02{
	font-size: 1.2rem;
	margin-top: 10px;
}
.table02 th font{font-size: 1.4rem;font-weight: bold;}
.table02 textarea{
    padding: 7px 10px;
    min-height: 200px;
}
.table02 select{
	background: url(../img/contact/select.svg)no-repeat right 13px center #fff;
	background-size: auto;
    max-width: 230px;
    padding: 0 30px 0 10px;
}
.postCode{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 230px;
}
.postCode input{max-width: 100px}

.policyHd{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 25px 0 6px;
}
.policyBox{
	overflow-y: auto;
	height: 200px;
	font-size: 1.2rem;
	line-height: 1.66;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 10px 14px;
}
.policyBox p + p{padding-top: 15px;}
.agreeP{
	display: flex;
	justify-content: center;
	margin: 20px 0;
	font-size: 1.2rem;
}
label.checkBox input[type="checkbox"]{
    margin-right: 10px;
    position: relative;
    top: 1px;
}
.contactBtn{margin-bottom: 30px;text-align: center;}
.contactBtn  li + li{margin-top: 10px}
.contactBtn  input{
	background: #fff;
	color: #1DAC7A;
	border-radius: 4px;
	display: block;
	width: 380px;
	max-width: 100%;
	height: 50px;
	border: 1px solid  #1DAC7A;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 auto;
}
.contactBtn  input[type="submit"]{
	background: #1DAC7A;
	color: #fff;
}

.contactBottom{
	background: #F8F8F5;
	padding: 15px;
	font-size: 1.2rem;
	line-height: 1.66;
}
.contactBottom p{word-break: break-all;}
.contactBottom p:first-of-type{
	padding-left: 1em;
	text-indent: -1em
}
.contactBottom p + p{margin-top: 15px}
.contactBottom p font{color:#1DAC7A; }

/*medical*/
.medicalSec01{
	padding: 30px 0;
	border-bottom: 1px solid #EDEDE8;
}
.medicalDl{
}
.medicalDl dt,
.medicalDl dd{
}
.medicalDl .img{
	margin: 20px 0 15px;
}
.medicalDl .txt{
	color: #666666;
	font-size: 1.2rem;
	line-height: 1.625
}

.medicalSec02{
	padding: 30px 0
}
.medicalUl{
}
.medicalUl li{
	margin-bottom: 20px
}
.medicalUl .intro{
	font-size: 1.2rem;
	margin-top: 15px
}
.medicalUl a.boxLink01{
	background: url(../img/medical/arrow.svg)no-repeat right 20px center;
	background-size:20px auto;
	justify-content: flex-start;
	flex-direction: row;
	text-align: left;
	padding: 10px 40px 10px 10px;
}
.medicalUl .boxLink01 .icon{
	margin:0 20px 0 0;
}

/*about*/
.aboutWrap{
	padding: 30px 0
}
.aboutAnchor.medicalUl li{
	margin-bottom: 10px
}
.aboutAnchor a.boxLink01{
	background: url(../img/about/arrow01.svg)no-repeat right 20px center;
	background-size:20px auto;
}
.aboutAnchor .boxLink01 .icon{margin-right: 10px}
/*.aboutAnchor .boxLink01 .title{font-size: 1.6rem}*/

.aboutTop{
	margin-bottom: 20px
}
.aboutTop .p01,
.aboutItem .p04{
	font-size: 1.4rem;
	line-height: 1.63;
	margin-bottom: 20px
}
.aboutItem + .aboutItem{margin-top: 20px}
.aboutHd{
	background: #EFF8F5;
	border-left: 5px solid #1DAC7A;
	padding: 8px 5px;
	padding-left: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.aboutItem p{
	font-size: 1.2rem;
	line-height: 1.66;
}
.aboutItem p + p{margin-top: 20px}
.aboutUl01{
}
.aboutUl01 li{
	margin-bottom: 15px
}
.aboutHd02{
	font-size: 1.4rem;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #1DAC7A;
	margin-bottom: 10px;
}	
.aboutHd02 span{
	display: inline-flex;
	width: 20px;
	height: 20px;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	color: #fff;
	background: #1DAC7A;
	font-size: 1.2rem;
	border-radius: 50%;
}
.aboutItem .p02{
	margin-bottom: 15px
}
.aboutTel{
	text-align: center;
}
.aboutTel img{width: 200px}
.aboutUl02{margin-bottom: 15px}
.aboutUl02 li{
	font-size: 1.2rem;
	line-height: 1.66;
	padding-left: 18px;
	background: url(../img/about/icon_li.svg)no-repeat left top 3px;
	background-size: 12px auto
}
.grayBox{
	margin: 5px 0 15px;
	padding: 12px 15px;
	background: #F8F8F5
}
.aboutUl03{
}
.aboutUl03 li{
	margin-bottom: 15px
}
.aboutUl03 li.half{
}
.aboutUl03 .title{
	background: #EFF8F5;
	text-align: center;
	padding: 6px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #1DAC7A
}
.aboutUl03 .txt{
	margin-top: 10px
}
.slick-prev, .slick-next {
    position: absolute;
    width: 12px;
    height: 36px;
    z-index: 3;
    background: url(../img/about/slick_prev.svg)no-repeat center center;
    background-size: 100% auto;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-next{
	left: auto;
	right: 10px;
    background: url(../img/about/slick_next.svg)no-repeat center center;
    background-size: 100% auto;
}
.slickNav{
	margin: 10px -5px 15px
}
.slickNavItem{
	margin: 0 5px;
}
.aboutItem .p03{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}