@charset "utf-8";
/*
Theme Name: いのうえ歯科・矯正歯科 7
Theme URI: https://inoue-shika.org
Description: いのうえ歯科・矯正歯科専用のベーステーマ
Version: 7.0
*/

::-moz-selection { background: #CCCCCC; color: #474747; }
::selection { background: #CCCCCC; color: #474747; }
.clearfix { display: block; } 
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}

body.pc .sp_view { display: none !important; }
body.sp .pc_view { display: none !important; }


/* common
---------------------------------------------------------------------------*/
body {
	overflow-y: scroll;
	color: #474747;
	font-size: 14px;
	font-family: 'Roboto','FP-KoburinaGoStdN-W3', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-style: normal;
	line-height: 1;
	background-color: #FFFFFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	/*position: relative;*/
	min-width: 1240px;
}

body#recruit {
	position: inherit;
}

body.noscroll { position: fixed; width: 100%; }

p { font-size: 14px; line-height: 1.8; }
address, i { font-style: normal; }
img { max-width: none; }

/* #loading
------------------------------------*/
#loading {
	display: none;
	opacity: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	border: 2px solid #AACD37;
	border-top-color: transparent;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: -10px 0 0 -10px;
	z-index: 99999;
	animation: spin .4s infinite linear;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

body#recruit #loading {
	display: block;
	opacity: 1;
}

body#recruit .top-field,
body#recruit header,
body#recruit footer {
  opacity: 0;
  pointer-events: none;
}

/* txt
-----------------------------------*/
strong, .strong {
	font-family: 'FP-KoburinaGoStdN-W6', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
}

.txt-gothic {
	font-family: 'FP-KoburinaGoStdN-W3', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

.txt-en {
	font-family: 'Roboto', sans-serif;
}

.txt-green {
	color: #8FB412;
}

.txt-line {
	color: #F9FFB7;
	text-shadow:
		0 1px 0 #9AC40D,
		1px 0 0 #9AC40D,
		0 -1px 0 #9AC40D,
		-1px 0 0 #9AC40D,
		-1px -1px 0 #9AC40D,
		1px -1px 0 #9AC40D,
		-1px 1px 0 #9AC40D,
		1px 1px 0 #9AC40D;
}

.num-line-green {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFF100;
	text-shadow:
		0 1px 0 #8FB412,
		1px 0 0 #8FB412,
		0 -1px 0 #8FB412,
		-1px 0 0 #8FB412,
		-1px -1px 0 #8FB412,
		1px -1px 0 #8FB412,
		-1px 1px 0 #8FB412,
		1px 1px 0 #8FB412;
}

.num-line-black {
	color: #FFF216;
	text-shadow:
		0 1px 0 #333333,
		1px 0 0 #333333,
		0 -1px 0 #333333,
		-1px 0 0 #333333,
		-1px -1px 0 #333333,
		1px -1px 0 #333333,
		-1px 1px 0 #333333,
		1px 1px 0 #333333;
}


/* link
------------------------------------*/
a,
.btn-link > span {
	color: #474747;
	text-decoration: none;
	transition: .2s linear;
	-webkit-transform: translateZ(0);
	cursor: pointer;
}

a:hover {
	opacity: 0.5;
}

a img {
	transition: opacity .2s ease-out;
	-webkit-transform: translateZ(0);
}

a:hover img {
	opacity: 0.5;
}

.link-post {
	text-decoration: underline;
}


/* .btn-link
------------------------------------*/
.btn-link a,
.btn-link > span,
.btn-link-stroke a {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 8px 40px 8px 45px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.btn-link a,
.btn-link > span {
	background: #FFFFFF;
	border: 2px solid #8FB412;
	color: #8FB412;
	font-size: 14px;
}

.btn-link-stroke a {
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
}

.btn-link a strong.ico,
.btn-link > span strong.ico,
.btn-link-stroke a strong.ico {
	position: relative;
	padding: 0 0 0 20px;
}

.btn-link a strong.ico:before,
.btn-link > span strong.ico:before,
.btn-link-stroke a strong.ico:before {
	position: absolute;
	left: 0;
	content: '';
}

.btn-link a strong.ico:before,
.btn-link > span strong.ico:before {
	top: 50%;
	background: url(img/share/ico-arrow-green@2x.png) no-repeat;
	background-size: 9px 7px;
	width: 9px;
	height: 7px;
	margin: -4px 0 0;
}


.btn-link-stroke a strong.ico:before {
	top: 50%;
	background: url(img/share/ico-arrow-white@2x.png) no-repeat;
	background-size: 11px 9px;
	width: 11px;
	height: 9px;
	margin: -4px 0 0;
}

.btn-link a:hover,
.btn-link > span:hover {
	background: #8FB412;
	color: #FFFFFF;
	opacity: 1;
}

.btn-link-stroke a:hover {
	background: #FFFFFF;
	color: #89C8AF;
	opacity: 1;
}

.btn-link a:hover strong.ico:before,
.btn-link > span:hover strong.ico:before {
	background: url(img/share/ico-arrow-green-on@2x.png) no-repeat;
	background-size: 9px 7px;
}

.btn-link-stroke a:hover strong.ico:before {
	background: url(img/share/ico-arrow-white-on@2x.png) no-repeat;
	background-size: 11px 9px;
}


/* .btn-anchor
------------------------------------*/
.btn-anchor a {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 30px;
	background: #FFFFFF;
	border: 2px solid #000000;
	padding: 7px 20px 6px 30px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

.btn-anchor a strong.ico {
	position: relative;
	display: inline-block;
	padding: 0 30px 0 0;
}

.btn-anchor a strong.ico:before {
	position: absolute;
	top: 3px;
	right: 0;
	content: '';
	background: url(img/share/ico-arrow-btm.png) no-repeat;
	width: 14px;
	height: 17px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.btn-anchor a strong.ico:before {
	background: url(img/share/ico-arrow-btm@2x.png) no-repeat;
	background-size: 14px 17px;
}
}


/* .btn-detail
------------------------------------*/
.btn-detail a {
	display: inline-block;
	min-height: 29px;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1.7;
}

.btn-detail a strong.ico {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000000;
	padding: 1px 0 0 2px;
}

.btn-detail a strong.ico:before {
	position: absolute;
	top: 0;
	left: -38px;
	content: '';
	background: url(img/share/ico-arrow-right.png) no-repeat;
	width: 29px;
	height: 29px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.btn-detail a strong.ico:before {
	background: url(img/share/ico-arrow-right@2x.png) no-repeat;
	background-size: 29px 29px;
}
}


/* .btn-download
------------------------------------*/
.btn-download a {
	display: inline-block;
	min-height: 29px;
	box-sizing: border-box;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6;
}

.btn-download a strong.ico {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000000;
	padding: 1px 0 0 2px;
}

.btn-download a strong.ico:before {
	position: absolute;
	top: 6px;
	left: -33px;
	content: '';
	background: url(img/share/ico-download.png) no-repeat;
	width: 20px;
	height: 19px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.btn-download a strong.ico:before {
	background: url(img/share/ico-download@2x.png) no-repeat;
	background-size: 20px 19px;
}
}


/* .gnav
---------------------------------------------------------------------------*/
.gnav {
	position: relative;
	width: 100%;
}

.gnav ul {
	width: 1030px;
	margin: 0 auto;
	white-space: nowrap;
}

.gnav ul li {
	float: left;
	margin: 0 0 0 13px;
	text-align: center;
}

.gnav ul li:first-child {
	margin: 0;
}

.gnav ul li:last-child {
	margin: 0 0 0 13px;
}

.gnav ul li > a {
	display: block;
	position: relative;
	padding: 17px 18px 40px;
}

body.tablet .gnav ul li > a.parent {
	pointer-events: none;
}

body.tablet .gnav ul li.active > a.parent {
	pointer-events: auto;
}

.gnav ul li > a:before {
	display: block;
	content: '';
	position: absolute;
	top: 36px;
	left: -38px;
	background: #FFF100;
	width: 60px;
	height: 2px;
	-webkit-transform: rotate(-70deg);
	-ms-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.gnav ul li:first-child > a:before {
	display: none;
}

.gnav ul li:first-child > a {
	padding: 17px 19px 40px 0;
}

.gnav ul li:last-child > a {
	padding: 17px 0 40px 19px;
}

.gnav ul li em {
	display: block;
	margin: 0 auto 9px;
	color: #222222;
	font-size: 18px;
	letter-spacing: 0.02em;
	transform: translateX(2px);
}

.gnav ul li.gnav-medical em {
	letter-spacing: 0.1em;
}

.gnav ul li.gnav-staff em {
	letter-spacing: 0em;
}

.gnav ul li i {
	display: block;
	color: #8FB412;
	font-size: 11px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.11em;
	transform: translateX(-1px);
}


/* header .gnav mega-menu
------------------------------------*/
.dropdown {
	font-family: 'Montserrat', sans-serif;
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	background: #FFFFF3;
	border-top: 4px solid #FFF100;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
	width: 1050px;
	margin: 0 0 0 -525px;
	padding: 25px 0 30px;
	z-index: 10001;
}

.dropdown-inner {
	width: 942px;
	margin: 0 auto;
}

.dropdown-inner > div {
	float: left;
	position: relative;
	width: 294px;
	margin: 0 30px 8px 0;
	padding: 25px 0 0;
	text-align: center;
}

.dropdown-inner > div:nth-child(3n) {
	margin: 0 0 8px;
}

.dropdown-inner > div a {
	display: block;
}

.dropdown-inner > div a:hover {
	opacity: 1;
}

.dropdown .li-medical {
	position: relative;
}

.dropdown .li-medical figure {
	position: absolute;
	top: 1px;
	left: 50%;
	width: 79px;
	margin: 0 0 0 -40px;
	z-index: 1;
}

.dropdown .li-medical .li-inner {
	background: #FFFCB9;
	padding: 8px;
}

.dropdown .li-medical .li-inner .inner-s {
	background: #FFFFFF;
	border: 1px solid #D3D4C7;
	padding: 55px 20px 20px;
}

.dropdown .li-medical h2 {
	margin: 0 0 25px;
	font-size: 17px;
	text-align: center;
	line-height: 1.7;
	letter-spacing: 0.1em;
}

.dropdown .li-medical p.btn-link {
	margin: 20px 0 0;
}

.dropdown .li-medical p.btn-link a {
	padding: 4px 36px 4px 40px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.1em;
}

.dropdown .li-subject figure {
	margin: 0 0 16px;
}

.dropdown .li-subject h3 {
	display: inline-block;
	border-bottom: 2px solid #FFF100;
	padding: 0 0 3px 0.1em;
	color: #8FB412;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.15em;
}


/* .wp-pagenavi
------------------------------------*/
.wp-pagenavi {
	font-family: 'FP-KoburinaGoStdN-W6', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
}

.wp-pagenavi a {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	margin: 0 5px;
	padding: 5px;
}

.wp-pagenavi .extend {
	padding: 0 12px;
}

.wp-pagenavi .current {
	display: inline-block;
	border-bottom: 1px solid #666666;
	margin: 0 10px;
	padding: 5px 0 3px;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last,
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	letter-spacing: 0.1em;
}

.wp-pagenavi a.previouspostslink {
	position: relative;
	margin: 0 15px 0 35px;
}

.wp-pagenavi a.nextpostslink {
	position: relative;
	margin: 0 35px 0 15px;
}

.wp-pagenavi a.previouspostslink:after {
	position: absolute;
	top: 8px;
	display: block;
	content: '';
	background: url(img/share/ico-arrow-left-s.png) no-repeat;
	width: 14px;
  height: 11px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.wp-pagenavi a.previouspostslink:after {
	background: url(img/share/ico-arrow-left-s@2x.png) no-repeat;
	background-size: 14px 11px;
}
}

.wp-pagenavi a.nextpostslink:after {
	position: absolute;
	top: 8px;
	display: block;
	content: '';
	background: url(img/share/ico-arrow-right-s.png) no-repeat;
	width: 14px;
  height: 11px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.wp-pagenavi a.nextpostslink:after {
	background: url(img/share/ico-arrow-right-s@2x.png) no-repeat;
	background-size: 14px 11px;
}
}

.wp-pagenavi a.previouspostslink:after {
	left: -17px;
}

.wp-pagenavi a.nextpostslink:after {
	right: -17px;
}


/* .free-dial
-----------------------------------*/
.free-dial {
	box-sizing: border-box;
	width: 280px;
}

.free-dial .tel {
	background: url(img/share/ico-tel.png) no-repeat left bottom;
	width: 280px;
	margin: 0 auto 8px;
	padding: 0 0 0 60px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.free-dial .tel {
	background: url(img/share/ico-tel@2x.png) no-repeat left bottom;
	background-size: 48px 48px;
}
}

.free-dial .tel p:nth-child(1) {
	margin: 0 0 8px 2px;
	font-size: 10px;
	line-height: 1.1;
}

.free-dial .tel p:nth-child(1) em {
	display: none;
}

.free-dial .tel p:nth-child(2) {
	display: inline-block;
	border-bottom: 3px solid #FFF100;
	padding: 0;
	color: #AACD37;
	font-size: 32px;
	font-style: italic;
	line-height: 0.9;
	letter-spacing: 0.02em;
}

.free-dial address {
	margin: 0 0 0 61px;
	color: #7B7B7B;
	font-size: 12px;
	letter-spacing: 0.05em;
}


/* .tel-fax
------------------------------------*/
.tel-fax {
	letter-spacing: 0.1em;
}

.tel-fax dt {
	float: left;
	width: 35px;
	margin: 0 0 10px;
	font-style: italic;
}

.tel-fax dd {
	margin: 0 0 10px;
	padding: 0 0 0 35px;
}

.tel-fax dt:nth-child(3),
.tel-fax dd:nth-child(4) {
	margin: 0;
}


/* header
---------------------------------------------------------------------------*/
header {
	position: relative;
	width: 100%;
	min-width: 1240px;
	margin: 0 auto 10px;
	padding: 60px 0 0;
}

header .inner {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 40px;
}

header .logo {
	float: left;
	margin: 0 100px 0 0;
}

header .free-dial {
	float: left;
	margin: 5px 0 0;
}

header aside {
	float: right;
	width: 210px;
	font-size: 12px;
	letter-spacing: 0.2em;
	margin-top: -1px;
}

header aside p {
	margin: 0 0 11px 2px;
	font-size: 13px;
}

header aside ul {
	float: left;
	margin: 0 20px 0 0;
}

header aside ul:last-child {
	margin: 0;
}


header aside li {
	position: relative;
	margin: 0 0 8px 0.8em;
	color: #474747;
}

header aside li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: -1em;
}


/* footer
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	min-width: 1100px;
	margin: 0 auto;
	padding: 0 0 35px;
}

footer .logo {
	width: 373px;
	margin: 0 auto 40px;
	text-align: center;
}

footer .logo h2 {
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.08em;
}

footer .logo img {
	display: inline-block;
}

footer .gnav {
	margin: 0 auto 35px;
	position: relative;
	width: 1030px;
}

footer .gnav .instagram {
	position: absolute;
	bottom: -75px;
	right: -5px;
	display: block;
	width: 39px;
	height: 39px;
}

footer .inner {
	overflow: hidden;
	width: 1030px;
	margin: 0 auto;
}

footer .free-dial {
	float: left;
	margin-top: 12px;
}

footer .tel-fax {
	float: left;
	margin: 43px 0 0 5px;
	font-size: 15px;
	letter-spacing: 0.08em;
}

footer aside {
	overflow: hidden;
	float: right;
	width: 520px;
	margin: 38px 0 0;
	letter-spacing: 0.05em;
}

footer aside p {
	float: left;
	border-radius: 5px;
	border: 3px solid #FFF100;
	margin: 0 25px 0 0;
	padding: 8px 14px 6px 16px;
}

.bnr-reserve-btm {
	float: left;
	width: 178px;
	margin-right: 28px;
	margin-top: 1px;
}

.bnr-reserve-btm img {
	width: 100%;
	opacity: 1 !important;
}

footer aside .ul-wrap {
	float: left;
}

footer aside ul {
	margin: 3px 0 2px;
}

footer aside ul:last-child {
	margin: 0;
}

footer aside li {
	float: left;
	position: relative;
	margin: 0 16px 12px 0.8em;
	color: #666666;
}

footer aside li:last-child {
	margin-right: 0;
}

footer aside li:before {
	display: block;
	content: '・';
	position: absolute;
	top: 0;
	left: -0.8em;
}

footer aside li,
footer aside li a {
  color: #474747;
}


/* contents
---------------------------------------------------------------------------*/
#mainContents {
	width: 100%;
	min-width: 1240px;
	margin: 0 auto 160px;
	padding: 0;
	text-align: left;
}

#contentsWrap {
	position: relative;
	width: 100%;
	min-width: 1100px;
	min-height: 200px;
	margin: 0 auto;
	padding: 130px 0 0;
}

#contentsWrap .copyright {
	display: block;
	position: absolute;
	top: 160px;
	left: -80px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #AACD37;
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.2em;
}

/* .copyright - media query
-----------------------------------*/

@media (max-width: 1120px) {
#contentsWrap .copyright {
	left: -90px;
}
}

.contents {
	width: 1000px;
	margin: 0 auto;
}


/* .access-contact
------------------------------------*/
.access-contact {
	overflow: hidden;
	width: 830px;
	margin: 0 auto 70px;
}

.access-contact figure {
	float: left;
	width: 252px;
	margin: 0 0 0 5px;
}

.access-contact .txt-set {
	overflow: hidden;
	float: right;
	width: 520px;
	margin: 21px 0 0;
}

.access-contact .txt-set h2 {
	display: inline-block;
	border-bottom: 3px solid #FFF100;
	margin: 0 0 25px;
	padding: 0 0 5px 4px;
	color: #8FB412;
	font-size: 14px;
	letter-spacing: 0.08em;
}

.access-contact .free-dial {
	float: left;
	margin: 0 20px 0 0;
}

.access-contact .free-dial address {
	color: #8FB412;
}

.access-contact time {
	margin: 8px 0 18px;
	float: left;
	color: #8FB412;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.access-contact .tel-fax {
	float: left;
	font-size: 18px;
}

.access-contact .tel-fax dt {
	width: 40px;
}

.access-contact .tel-fax dd {
	padding: 0 0 0 40px;
}


/* .slider
-----------------------------------*/

.slider-wrap {
	position: relative;
	width: 990px;
	height: 475px;
	margin: 0 auto;
}

.slider-inner {
	position: absolute;
	top: 0;
	left: 50%;
	width: 2970px;
	margin: 0 0 0 -1485px;
}

.slider {
	width: 100%;
}

.slider div {
	width: 990px;
	text-align: center;
}


/* .page-title
-----------------------------------*/

.page-title {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 475px;
}

.page-title .inner {
	position: absolute;
	top: 85px;
	left: 50%;
	width: 1000px;
	min-height: 80px;
	margin: 0 0 0 -500px;
	z-index: 9999;
}

.page-title h1 {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 220px;
	padding: 0 50px;
	color: #8FB412;
	text-align: center;
}

.page-title h1:before,
.page-title h1:after {
	display: block;
	content: '';
	position: absolute;
	top: -5px;
	border-top: 4px solid #8FB412;
	border-bottom: 4px solid #8FB412;
	width: 10px;
	height: 70px;
}

.page-title h1:before {
	left: 0;
	border-left: 4px solid #8FB412;
}

.page-title h1:after {
	right: 0;
	border-right: 4px solid #8FB412;
}

.page-title h1 strong {
	display: block;
	margin: 0 auto 10px;
	font-size: 38px;
	letter-spacing: 0.1em;
}

.page-title h1 i {
	font-size: 17px;
	font-style: italic;
	letter-spacing: 0.15em;
}


/* .title-xxx
------------------------------------*/
.title-line {
	display: inline-block;
	border-bottom: 1px solid #979797;
	padding: 0 5px 5px 20px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.2em;
}

.title-line-green {
	display: inline-block;
	color: #8FB412;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 2;
}

.title-line-green strong {
	border-bottom: 3px solid #FFF100;
	padding: 0 0 6px 4px;
}

.title-balloon {
	display: inline-block;
	position: relative;
	padding: 10px 40px 10px 45px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.3em;
}

.title-balloon:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/share/bg-balloon-left.png) no-repeat;
	width: 18px;
	height: 33px;
}

.title-balloon:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/share/bg-balloon-right.png) no-repeat;
	width: 19px;
	height: 33px;
}

.title-l {
	margin: 0 0 30px;
	color: #8FB412;
	font-size: 36px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.title-stroke {
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 0.25em;
	text-shadow:
		0 1px 0 #797979,
		1px 0 0 #797979,
		0 -1px 0 #797979,
		-1px 0 0 #797979,
		-1px -1px 0 #797979,
		1px -1px 0 #797979,
		-1px 1px 0 #797979,
		1px 1px 0 #797979;
}


/* .table
------------------------------------*/
.table,
.table-post {
	width: 100%;
	line-height: 1.8;
}

.table-post {
	border-top: 1px solid #E1ECBC;
	margin: 30px 0;
}

.table tr,
.table-post tr {
	border-bottom: 1px solid #E1ECBC;
}

.table th {
	width: 100px;
	padding: 15px 15px 8px 5px;
	font-size: 14px;
	color: #8FB412;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
}

.table-post th,
.table-post td {
  font-style: normal!important;
}
.table-post th {
	background: #FFFEEC;
	box-sizing: border-box;
	width: 25%;
	padding: 15px 15px 8px 20px;
	font-size: 14px;
	color: #8FB412;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
}

.table td {
	padding: 17px 0 13px;
	letter-spacing: 0.05em;
}

.table-post td {
	box-sizing: border-box;
	width: 75%;
	padding: 15px 0 15px 20px;
	letter-spacing: 0.05em;
}


/* .sec-yellow .sec-brown .sec-beige
------------------------------------*/
.sec-yellow {
	background: url(img/share/bg-yellow@2x.jpg);
	background-size: 100px 100px;
	width: 100%;
}

.sec-brown {
	background: url(img/share/bg-brown@2x.jpg);
	background-size: 100px 100px;
	width: 100%;
}

.sec-beige-l {
	background: #FFFEEC;
	width: 100%;
}

.sec-beige {
	border-radius: 20px;
	background: #FFFEEC;
	padding: 60px;
}

.sec-beige-s {
	border-radius: 10px;
	background: #FFFDD3;
	padding: 35px;
}


/* .sec-green
------------------------------------*/
.sec-green {
	background: url(img/share/bg-green@2x.jpg);
	background-size: 100px 100px;
	width: 100%;
	padding: 55px 0 60px;
	color: #FFFFFF;
}

.sec-green li {
	float: left;
	position: relative;
	width: 320px;
	text-align: center;
}

.sec-green li:nth-child(2) {
	width: 360px;
}

.sec-green li .num {
	position: absolute;
}

.sec-green li:nth-child(1) .num { top: -180px; left: 30px; opacity: 0; }
.sec-green li:nth-child(2) .num { top: 130px; right: 25px; opacity: 0; }
.sec-green li:nth-child(3) .num { top: -190px; right: 10px; opacity: 0; }

.sec-green li .inner {
	position: relative;
}

.sec-green li:nth-child(1) .inner {
	padding: 0 40px 85px 0;
}

.sec-green li:nth-child(2) .inner {
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 0 40px 85px;
}

.sec-green li:nth-child(3) .inner {
	padding: 0 0 85px 40px;
}

.sec-green li p {
	padding: 0 0 0 5px;
	text-align: left;
	letter-spacing: 0.01em;
	line-height: 2;
}

.sec-green li p.btn-link-stroke {
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0 40px;
	text-align: center;
}

.sec-green li:nth-child(1) p.btn-link-stroke {
	padding: 0 40px 0 0;
}

.sec-green li:nth-child(3) p.btn-link-stroke {
	padding: 0 0 0 40px;
}

.sec-green .btn-link-stroke a {
	width: 100%;
}


/* .sec-flow
------------------------------------*/
.sec-flow {
	margin: 0 auto;
}

.sec-flow .inner {
	position: relative;
	width: 960px;
	height: 300px;
	margin: 0 auto;
	padding: 45px 0 60px;
	color: #000000;
}

.sec-flow h2 {
	position: absolute;
	top: -30px;
	left: 0;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: 100;
	font-style: italic;
	letter-spacing: 0.25em;
	text-shadow:
		0 1px 0 #797979,
		1px 0 0 #797979,
		0 -1px 0 #797979,
		-1px 0 0 #797979,
		-1px -1px 0 #797979,
		1px -1px 0 #797979,
		-1px 1px 0 #797979,
		1px 1px 0 #797979;
}

.sec-flow h3 {
	float: left;
	width: 220px;
	margin: 5px 0 0;
	font-size: 19px;
	letter-spacing: 0.15em;
}

.sec-flow p.txt-lead {
	float: left;
	width: 540px;
	letter-spacing: 0.1em;
}

.sec-flow p.btn-anchor {
	float: right;
	width: 160px;
}

.sec-flow p.btn-anchor a {
	width: 160px;
}

.sec-flow ul {
	clear: both;
	padding: 10px 0 0;
}

.sec-flow li {
	float: left;
	width: 160px;
	margin: 0 40px 0 0;
	opacity: 0;
}

.sec-flow li div {
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	background: #FFFFFF;
	border: 3px solid #000000;
	width: 160px;
	height: 155px;
	padding: 20px 10px;
	text-align: center;
}

.sec-flow li:nth-child(odd) {
	margin: 20px 40px 0 0;
}

.sec-flow li:last-child {
	margin: 20px 0 0 0;
}

.sec-flow li div i {
	position: absolute;
	top: -23px;
	left: 50%;

box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;

	border-radius: 50%;
	background: #FFFFFF;
	border: 3px solid #000000;
	font-weight: 400;
	font-style: italic;
	width: 44px;
	height: 44px;
	margin: 0 0 0 -22px;
	padding: 10px 0 0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.sec-flow li div i:before {
	display: block;
	content: '';
	position: absolute;
	top: -17px;
	left: -14px;
	background: url(img/medical/txt-steplist.png) no-repeat;
	width: 47px;
	height: 30px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
.sec-flow li div i:before {
	background: url(img/medical/txt-steplist@2x.png) no-repeat;
	background-size: 47px 30px;
}
}

.sec-flow li div p {
	margin: 0 auto 10px;
	font-size: 10px;
	letter-spacing: 0.1em;
}

.sec-flow li div h4 {
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.4;
}

.sec-flow li p {
	margin: 22px 0 0 2px;
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 1.6;
}


/* .calendar
------------------------------------*/
.calendar {
	width: 430px;
}

.calendar .inner {
	box-sizing: border-box;
	border-radius: 3px;
	background: #508065;
	border: 1px solid #446C56;
	width: 100%;
	margin: 0 auto 8px;
	padding: 5px;
}

.calendar p {
	margin: 0 0 0 5px;
	font-size: 12px;
	letter-spacing: 0.075em;
}

.calendar table {
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.8;
}

.calendar table tr {
	border-top: 2px solid #FFFFFF;
}

.calendar table tr:first-child {
	border-top: none;
}

.calendar table th {
	padding: 5px 10px;
	letter-spacing: 0.1em;
}

.calendar table td {
	padding: 5px 10px;
	letter-spacing: 0.05em;
}

.calendar table td.time {
	text-align: right;
	letter-spacing: 0.1em;
}

.calendar table th:first-child,
.calendar table td:first-child {
	padding: 5px 15px 5px 10px;
	font-weight: 600;
}

.calendar table th:last-child,
.calendar table td:last-child {
	padding: 5px 20px 5px 10px;
}


/* .schedule
------------------------------------*/
.schedule h2,
.schedule h4 {
	margin: 0 auto 15px;
	text-align: center;
}

.schedule h2 strong,
.schedule h4 strong {
	display: block;
	border-bottom: 1px dashed #2A4E00;
	padding: 0 0 9px;
	color: #2A4E00;
	font-size: 14px;
	letter-spacing: 0.15em;
}

.schedule dl {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px;
	line-height: 1.6;
}

.schedule dt {
	clear: both;
	float: left;
	width: 80px;
	margin: 3px 0 0;
	color: #2A4E00;
	font-size: 12px;
	font-weight: 500;
	font-style: italic;
	letter-spacing: 0.1em;
}

.schedule dd {
	padding: 0 0 3px 90px;
}

.schedule dd a:hover {
	text-decoration: underline;
}

.schedule dd strong {
	color: #2A4E00;
	font-size: 12px;
	letter-spacing: 0.15em;
}


/* .sec-schedule-calender
------------------------------------*/
.sec-schedule-calender {
	clear: both;
	width: 100%;
	padding: 70px 0 0;
}

.attention {
	font-size: 12px;
	letter-spacing: 0.05em;
}

.attention a {
	text-decoration: underline;
}

.attention em {
	color: #8FB412;
}


/* .top-news
---------------------------------------------------------------------------*/
.top-news {
	position: absolute;
	top: -50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
}

.top-news .inner {
	display: -webkit-box;
	display: flex;
	padding: 16px 0 0 15px;
}

.top-news h2 {
	position: relative;
	box-sizing: border-box;
	width: 172px;
	min-width: 172px;
	padding: 10px 0 0 39px;
	font-size: 14px;
	letter-spacing: 0.14em;
}

.top-news h2 strong {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.top-news h2 strong:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF15F;
	width: 100%;
	height: 2px;
}

.top-news .attention {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	padding: 11px 0 0 14px;
	opacity: 0;
	transform-origin: center center;
}

.top-news .attention img {
	display: block;
	position: relative;
	z-index: 2;
}

.top-news .attention i {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background: url(img/share/ico-attention2.svg) no-repeat center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	z-index: 1;
	transform-origin: center center;
	animation: attention 5s linear infinite;
}

@keyframes attention {
	0% { transform: rotateZ(0); }
	100% { transform: rotateZ(360deg); }
}

.top-news a,
.top-news span {
	display: inline-block;
	background: url(img/share/ico-arrow-right.svg) no-repeat left top 5px;
	background-size: 23px auto;
	padding: 10px 10px 10px 32px;
	font-size: 14px;
	letter-spacing: 0.12em;
	transform: none !important;
}

/* header .instagram
---------------------------------------------------------------------------*/
.top-field {
	position: relative;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
    padding: 16px 0 0 15px;
}

.header-link {
	position: absolute;
	top: 17px;
	right: 21px;
	z-index: 11;
}

.top-news + .header-link {
	opacity: 0;
}

.header-link > div:not(:last-child) {
	margin-bottom: 10px;
}


/* .modal
---------------------------------------------------------------------------*/
.modal-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(170,205,55,0.6);
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	opacity: 0;
}

.modal-close {
	position: absolute;
	top: 30px;
	right: 20px;
	text-align: center;
	cursor: pointer;
	transition: .15s ease-out;
}

.modal-close:hover {
	opacity: 0.5;
}

.modal-close strong {
	display: block;
	margin-top: 20px;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.15em;
}

.modal {
	overflow: hidden;
	box-sizing: border-box;
	background-color: #FFFFFF;
	width: 820px;
	height: 100%;
	margin: 0 auto;
	padding: 5px;
}

.modal.size-s {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
	height: auto;
}

.modal-inner {
	overflow-y: scroll;
	box-sizing: border-box;
	height: 100%;
	padding: 110px 85px 0 80px;
	opacity: 0;
	position: relative;
}

.modal.size-s .modal-inner {
	padding-top: 90px;
}

.modal-inner::-webkit-scrollbar { width: 2px; }
.modal-inner::-webkit-scrollbar-track { border-radius: 2px; background: #FFFFFF; }
.modal-inner::-webkit-scrollbar-thumb { border-radius: 2px; background: #AACD37; }

.modal-inner h2 {
	width: 100%;
	margin: 0 0 60px !important;
	text-align: center;
}

.modal.size-s .modal-inner h2 {
	margin-bottom: 50px !important;
}

.modal-inner li {
	position: relative;
	margin-bottom: 25px;
	padding-left: 50px;
}

.modal-inner li:last-of-type { margin-bottom: 110px; }
.modal.size-s .modal-inner li:last-of-type { margin-bottom: 90px; }

.modal-inner li i {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	color: #99BE00;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.15em;
}

.modal-inner li p {
	font-size: 16px !important;
	text-align: justify;
	letter-spacing: 0.02em !important;
}


/* .bnr-inoue-kyosei
---------------------------------------------------------------------------*/
.bnr-inoue-kyosei {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

body#recruit .bnr-inoue-kyosei {
	display: none !important;
}

.bnr-inoue-kyosei a {
	display: block;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.bnr-inoue-kyosei a:hover { opacity: 1 !important; }
.bnr-inoue-kyosei a:hover img { opacity: 0.7; }


/* .bnr-reserve
---------------------------------------------------------------------------*/
.bnr-reserve {
	clear: both;
	width: 920px;
	margin: 0 auto 70px;
	padding-top: 50px;
}

.bnr-reserve a:hover {
	opacity: 0.7;
}

.bnr-reserve a:hover img {
	width: 100%;
	opacity: 1 !important;
}


/* recaptcha
---------------------------------------------------------------------------*/
.grecaptcha-badge {
	pointer-events: none;
	z-index: -999;
	opacity: 0;
	transition: .15s ease-out;
}

body#recruit .grecaptcha-badge {
	/*pointer-events: auto;*/
	z-index: 999;
	/*opacity: 1;*/
}