@charset "utf-8";
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?7z3gjt');
	src: url('fonts/icomoon.eot?7z3gjt#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?7z3gjt') format('truetype'),
		url('fonts/icomoon.woff?7z3gjt') format('woff'),
		url('fonts/icomoon.svg?7z3gjt#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */

html {
	font-size: 62.5%;
}
body {
	background: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #333333;

	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;

	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
}
.ie body {
	font-family: "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #48b3ca;
	text-decoration: underline;
	-webkit-transition: color 0.15s, background 0.15s, border 0.15s;
	-o-transition: color 0.15s, background 0.15s, border 0.15s;
	transition: color 0.15s, background 0.15s, border 0.15s;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
a[href].a_reverse:hover,
.a_reverse a[href]:hover {
	text-decoration: underline;
}


::selection {
	background: #299fb9;
	color: #fff;
}
::-moz-selection {
	background: #299fb9;
	color: #fff;
}


label {
	cursor: pointer;
}
input, select, textarea, button {
	max-width: 100%;
	margin: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	cursor: pointer;
}
iframe {
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	iframe {
		max-width: 100%;
	}
}

.hidden {
	display: none;
}

.slick-slider * {
	outline: none;
}

.ls0 {
	letter-spacing: 0 !important;
}

/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (max-width: 680px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.sp_min {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
		font-weight: normal;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
}
.sp_link {
	cursor: default;
	display: block;
}

/* sp
============================================================================================================ */
@media screen and (max-width: 680px) {
	*[data-label] img {
		display: none !important;
	}
	*[data-label]:before {
		content: attr(data-label);
	}
	*[data-label-r]:after {
		display: block;
		content: attr(data-label-r);
	}
}


/* font family
============================================================================================================ */
.ff_en {
	font-family: 'EB Garamond', serif;
	font-weight: normal;
}

/* color
============================================================================================================ */
.c_red {
	color: #ef747e;
}
.c_blue {
	color: #48b3ca;
}

/* font size
============================================================================================================ */
.fz_m {
	font-size: 15px;
	font-size: 1.5rem;
}
.fz_ml {
	font-size: 16px;
	font-size: 1.6rem;
}
.fz_l {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
@media screen and (max-width: 680px) {
	.fz_l {
		font-size: 1.6rem;
	}
	.fz_m {
		font-size: 1.4rem;
	}
}


/* w
============================================================================================================ */
.w,
.iw {
	position: relative;
	width: 1120px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.iw {
	width: 1020px;
}
.iw:after,
.w:after {
	content: ""; display: table; clear: both;
}
.mw {
	min-width: 1140px;
	margin: auto;
}
@media screen and (max-width: 680px) {
	.w,
	.iw {
		width: auto;
		padding: 0 15px;
	}
	.mw {
		min-width: 0;
	}
}


/* hv_wh
============================================================================================================ */
a.hv_wh,
button.hv_wh,
a .hv_wh,
.hv_wh a {
	position: relative;
	display: block;
	overflow: hidden;
}
a.hv_wh:after,
button.hv_wh:after,
a .hv_wh:after,
.hv_wh a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0);
	-webkit-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s;
	z-index: 3;
}
a[href].hv_wh:hover:after,
button.hv_wh:hover:after,
a[href]:hover .hv_wh:after,
.hv_wh a[href]:hover:after {
	background-color: rgba(255,255,255,0.3);
}
a[href].hv_wh.a20:hover:after,
button.hv_wh.a20:hover:after,
a[href]:hover .hv_wh.a20:after,
.hv_wh a[href]:hover.a20:after {
	background-color: rgba(255,255,255,0.2);
}
@media screen and (max-width: 680px) {
	a.hv_wh:after,
	button.hv_wh:after,
	a .hv_wh:after,
	.hv_wh a:after {
		content: none;
	}
}



/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 0;
	top: -150px;
	z-index: -1;
}
.target.t {
	top: -180px;
}
.non_local_nav .target {
	top: -100px;
}
@media screen and (max-width: 680px) {
	.target {
		top: -70px;
	}
	.target.t {
		top: -90px;
	}
}




/* header
============================================================================================================ */
#header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	z-index: 1000;
}
#header .w {
	position: static;
}
#header h1 {
	float: left;
	
}
#header h1 a {
	padding: 20px 0;
	display: block;
}
@media screen {
	#header {
		position: fixed;
	}
}
@media screen and (max-width: 680px) {
	#header {
		position: fixed;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		height: 50px;
	}
	#header .w {
		padding: 0;
	}
	#header h1 {
		position: relative;
		float: none;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		box-shadow: 0 1px 3px rgba(0,0,0,0.2);
		z-index: 20;
	}
	#header h1 a {
		padding: 5px 10px !important;
	}
	#header h1 img {
		width: 125px;
	}
}


/* sp_nav
------------------------------------------------------------- */
#header .sp_nav {
	display: none;
}
@media screen and (max-width: 680px) {
	#header .sp_nav {
		position: absolute;
		display: block;
		right: 5px;
		top: 0;
		width: 50px;
		z-index: 20;
	}
	#header .sp_nav a {
		position: relative;
		display: block;
		height: 50px;
		z-index: 3;
	}
	#header .sp_nav:before,
	#header .sp_nav a:before,
	#header .sp_nav a:after {
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 65%;
		height: 2px;
		margin-top: -1px;
		background-color: #48b3ca;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}
	#header .sp_nav a:before {
		-webkit-transform: translateY(-8px);
		-ms-transform: translateY(-8px);
		-o-transform: translateY(-8px);
		transform: translateY(-8px);
	}
	#header .sp_nav a:after {
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		-o-transform: translateY(8px);
		transform: translateY(8px);
	}

	/* open */
	#header.open .sp_nav:before {
		opacity: 0;
	}
	#header.open .sp_nav a:before {
		-webkit-transform: translateY(0) scale(0.8) rotate(45deg);
		-ms-transform: translateY(0) scale(0.8) rotate(45deg);
		transform: translateY(0) scale(0.8) rotate(45deg);
	}
	#header.open .sp_nav a:after {
		-webkit-transform: translateY(0) scale(0.8) rotate(-45deg);
		-ms-transform: translateY(0) scale(0.8) rotate(-45deg);
		transform: translateY(0) scale(0.8) rotate(-45deg);
	}
}

/* nav
------------------------------------------------------------- */
#header nav {
	float: right;
	width: 640px;
	padding-top: 60px;
}
#header nav a {
	color: #4d4d4d;
}
#header .gnav {
	float: left;
	/*width: 450px;*/
	width: 420px;
	display: table;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .snav {
	float: left;
	position: relative;
	/*width: 390px;*/
	width: 420px;
	display: table;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .snav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	/* border-left: 1px solid #666666; */
	height: 15px;
}
#header .gnav > li,
#header .snav > li {
	display: table-cell;
}
#header .gnav > li > a,
#header .snav > li > a {
	position: relative;
	overflow: hidden;
	height: 60px;
	display: block;
	padding: 10px 0 0;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .snav > li > a {
	font-size: 13px;
	font-size: 1.3rem;
	padding-top: 12px;
}
#header .gnav > li > a:hover,
#header .gnav > li > a.current,
#header .gnav > li.show_sub > a,
#header .snav > li > a:hover,
#header .snav > li > a.current {
	color: #00a3b7;
}

#header nav > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #5abacf transparent;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
#header li.show_sub > a:after {
	bottom: 0;
}

#header .tnav {
	position: relative;
	top: 0;
}
#header .hnav {
	position: absolute;
	top: -30px;
	right: 255px;
}
#header .hnav li,
#footer .hnav li {
	float: left;
	padding-left: 9px;
}
#header .hnav li a,
#footer .hnav li a {
	position: relative;
	display: block;
	width: 125px;
	padding: 3px 0;
	background-repeat: no-repeat;
	background-position: 0;
	border: 1px solid #ccccca;
	font-size: 12px;
	font-size: 1.2rem;
	color: #4d4d4d;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
}
#header .hnav li a span,
#footer .hnav li a span {
	position: relative;
	padding-left: 30px;
}
#header .hnav li a span:before,
#footer .hnav li a span:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -11px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 22px;
	font-size: 2.2rem;
	color: #666666;
	-webkit-transition: color 0.15s;
	-o-transition: color 0.15s;
	transition: color 0.15s;
}
#header .hnav li a.pamphlet span:before,
#footer .hnav li a.pamphlet span:before {
	content: url("../images/head/pamphlet.jpg");
}
#header .hnav li a.contact span:before,
#footer .hnav li a.contact span:before {
	content: "\e901";
}
#header .hnav li a.access span:before,
#footer .hnav li a.access span:before {
	content: "\e900";
}
#header .hnav li a:hover,
#footer .hnav li a:hover {
	border-color: #48b3ca;
	color: #48b3ca;
}
#header .hnav li a:hover span:before,
#footer .hnav li a:hover span:before {
	color: #48b3ca;
}
#header .tel {
	position: absolute;
	right: 0;
	top: -12px;
	width: 240px;
	height: 30px;
	background: url(../images/head/tel.png);
	background-repeat: no-repeat;
	padding-right: 4%;
}
#header .tel a {
	display: none;
}

@media screen and (max-width: 680px) {
	#header nav {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
		width: auto;
		padding-top: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		box-shadow: 0 1px 4px rgba(0,0,0,0.3);
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		transform: translateY(-110%);
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}
	/* open */
	#header nav.open {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	/* showed */
	#header nav.showed {
		-webkit-transition: -webkit-transform 0.3s !important;
		-o-transition: -o-transform 0.3s !important;
		transition: transform 0.3s !important;
	}



	#header .gnav {
		float: none;
		width: auto;
		display: block;
		padding-right: 0;
	}
	#header .gnav:after {
		content: ""; display: table; clear: both;
	}
	#header .gnav > li {
		display: block;
		float: left;
		width: 50%;
		border-bottom: 1px solid #eee;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header nav .gnav li:nth-child(2n) {
		border-left: 1px solid #eee;
	}
	#header nav .gnav > li > a {
		height: auto !important;
		padding: 25px 0 !important;
		text-align: center;
		font-size: 1.4rem;
		letter-spacing: 2px;
	}
	#header .snav {
		float: none;
		width: 100%;
		padding: 0;
	}
	#header .snav:before {
		content: none;
	}
	#header .snav > li > a {
		height: auto !important;
		padding: 15px 0;
		font-size: 1.2rem;
	}
	#header nav > ul > li > a:after {
		content: none;
	}

	#header .hnav li a,
	#footer .hnav li a {
		width: auto;
	}
	#header .tnav,
	#header .hnav {
		position: static;
	}
	#header .hnav {
		margin: 0 8px;
	}
	#header .hnav:after {
		content: ""; display: table; clear: both;
	}
	#header .hnav li {
		width: 50%;
		padding: 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .tel {
		position: static;
		width: auto;
		height: auto;
		padding: 10px 0 5px;
		background: none;
	}
	#header .tel a {
		display: block;
		text-align: center;
		font-size: 1.8rem;
		text-decoration: none;
	}
	#header .tel a span {
		margin-left: 5px;
		font-size: 2.7rem;
	}
}

/* sub
------------------------------------------------------------- */
#header .sub {
	position: absolute;
	overflow: hidden;
	top: 120px;
	left: 0;
	right: 0;
	height: 0;
	text-align: left;
	background-color: rgba(72,179,202,0.9);
	color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#header li.show_sub .sub {
	height: 180px;
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.5);
	box-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
#header .sub > dl {
	padding: 10px 0;
	display: table;
}
#header .sub > dl > * {
	display: table-cell;
	vertical-align: middle;
}
#header .sub > dl > dt {
	width: 504px;
	border-right: 1px solid #8ccfdd;
}
#header .sub > dl > dt a {
	display: table;
	width: 100%;
	color: #fff;
	text-decoration: none;
}
#header .sub > dl > dt a > span {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-size: 2rem;
}
#header .sub > dl > dt a .img {
	width: 300px;
}
#header .sub > dl > dd {
	padding-left: 40px;
	font-size: 14px;
	font-size: 1.4rem;
}
#header .sub > dl > dd li + li {
	margin-top: 0.2em;
}
#header .sub > dl > dd ul {
	float: left;
	padding-right: 3em;
}
#header .sub > dl > dd .sukoyaka {
	float: left;
}
#header .sub > dl > dd .sukoyaka ul {
	width: 12em;
}
#header .sub > dl > dd .sukoyaka li {
	float: left;
	min-width: 50%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#header .sub > dl > dt {
	margin-bottom: 0.2em;
}
#header .sub dd a {
	text-decoration: none;
	color: #fff;
}
#header .sub dd a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 680px) {
	#header .sub {
		display: none;
	}
}


/* animate
------------------------------------------------------------- */
@media screen {
	body.move #header h1 a,
	body.move #header nav,
	body.move #header nav > ul > li > a,
	body.move #header nav .snav:before,
	body.move #header nav .tnav {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	@media screen and (max-width: 680px) {
		body.move #header h1 a,
		body.move #header nav,
		body.move #header nav > ul > li > a,
		body.move #header nav .snav:before,
		body.move #header nav .tnav {
			-webkit-transition: none;
			-o-transition: none;
			transition: none;
		}
	}
}


/* scroll
------------------------------------------------------------- */
@media screen {
	body.scroll #header {
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
	}
	body.scroll #header h1 a {
		padding: 0;
	}
	body.scroll #header nav {
		padding-top: 20px;
	}
	body.scroll #header nav .tnav {
		top: 15px;
	}
	body.scroll #header nav > ul > li > a {
		height: 60px;
		padding-top: 25px;
	}
	body.scroll #header .sub {
		top: 80px;
	}
	body.scroll #header .snav:before {
		top: 28px;
	}
}

/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 80px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 1px;
	z-index: 10;
}
#footer h1 {
	width: 1140px;
	padding-bottom: 20px;
	padding-top: 15px;
	padding-left: 30px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.4;
}
@media screen and (max-width: 680px) {
	#footer {
		margin-top: 0;
		font-size: 1.3rem;
	}
}

/* pagetop
------------------------------------------------------------- */
#pagetop {
	position: fixed;
	overflow: hidden;
	bottom: 0;
	right: 0;
	width: 60px;
	height: 70px;
	z-index: 20;
}
#pagetop a {
	overflow: hidden;
	position: absolute;
	right: -60px;
	width: 60px;
	height: 0;
	padding-top: 70px;
	background-color: #48b3ca;
	-webkit-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
}
#pagetop.show a {
	right: 0;
}
#pagetop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -2px 0 0 -5px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#pagetop a:hover:before {
	margin-top: -3px;
}
@media screen and (max-width: 680px) {
	#pagetop {
		position: static;
		width: auto;
		height: auto;
		background-color: #fff;
	}
	#pagetop a {
		display: block;
		width: auto;
		position: relative;
		right: 0 !important;
		padding-top: 35px;
		margin-left: auto;
	}
	#pagetop a:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin: -2px 0 0 -5px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* info
------------------------------------------------------------- */
#footer .info {
	position: relative;
	padding: 25px 0 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
#footer .info .logo {
	float: left;
}
#footer .info .logo a {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px;
}
#footer .info div {
	position: relative;
	margin-left: 280px;
	z-index: 3;
}
#footer .info dl {
	float: left;
	width: 250px;
	line-height: 1.6;
}
#footer .info dl + dl {
	margin-left: 30px;
}
#footer .info dl dt {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}
#footer .info .hnav {
	position: absolute;
	bottom: -1px;
	left: 0;
	padding-right: 5px;
	background-color: #fff;
	z-index: 1;
}
#footer .info .hnav li {
	padding: 0 9px 0 0;
}
@media screen and (max-width: 680px) {
	#footer .info {
		padding: 10px 0 15px;
		border-bottom: 0;
	}
	#footer .info .logo {
		float: none;
	}
	#footer .info .logo a {
		height: 45px;
		padding: 0;
		background: url(../images/head/logo.png) no-repeat 50%;
		-webkit-background-size: 130px;
		background-size: 130px;
	}
	#footer .info .logo a img {
		display: none;
	}
	#footer .info div {
		margin: 0 15px;
		font-size: 1.2rem;
	}
	#footer .info dl {
		float: none;
		width: auto;
	}
	#footer .info dl + dl {
		margin: 10px 0 0;
	}
	#footer .info dl dt {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	#footer .info .tar {
		margin-top: -1.4em;
	}
	#footer .info .hnav {
		position: static;
		padding-right: 0;
		margin: 15px 12px 0;
	}
	#footer .info .hnav:after {
		content: "";
		display: table;
		clear: both;
	}
	#footer .info .hnav li {
		width: 50%;
		padding: 0 3px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}

/* nav
------------------------------------------------------------- */
#footer nav {
	background-color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}
#footer nav ul {
	display: table;
	margin: auto;
}
#footer nav ul li {
	display: table-cell;
}
#footer nav ul li a {
	display: block;
	padding: 24px 16px;
	text-decoration: none;
	color: #4d4d4d;
}
#footer nav ul li a:hover {
	color: #00a3b7;
}
#footer nav ul li.group a {
	position: relative;
	padding-left: 20px;
}
#footer nav ul li.group a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 28px;
	bottom: 28px;
	border-left: 1px solid #666666;
}
#footer nav ul li.group a .ico_blank_in {
	width: 15px;
}
#footer nav ul li.group a .ico_blank_in:before,
#footer nav ul li.group a .ico_blank_in:after {
	border-color: #999999;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
#footer nav ul li.group a .ico_blank_in:after {
	background-color: #999999;
}
#footer nav ul li.group a:hover .ico_blank_in:before,
#footer nav ul li.group a:hover .ico_blank_in:after {
	border-color: #48b3ca;
}
#footer nav ul li.group a:hover .ico_blank_in:after {
	background-color: #48b3ca;
}
@media screen and (max-width: 680px) {
	#footer nav {
		border-top: 1px solid #e5e5e5;
		letter-spacing: 0;
		font-size: 1.2rem;
	}
	#footer nav ul {
		display: block;
		border-bottom: 1px solid #e5e5e5;
	}
	#footer nav ul:after {
		content: ""; display: table; clear: both;
	}

	#footer nav ul li {
		display: block;
		float: left;
		width: 50%;
		margin-bottom: -1px;
		border-bottom: 1px solid #e5e5e5;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#footer nav ul li:nth-child(2n+1) {
		border-right: 1px solid #e5e5e5;
	}
	#footer nav ul li a {
		position: relative;
		padding: 10px 15px !important;
		text-align: left;
	}
	#footer nav ul li a:after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: 2px solid #ddd;
		border-right: 2px solid #ddd;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer nav ul li.group a {
	}
	#footer nav ul li.group a:before,
	#footer nav ul li.group a:after {
		content: none;
	}
	#footer nav ul li.group a .ico_blank_in {
		position: absolute;
		right: 10px;
		top: 50%;
	}
}



/* copyright
------------------------------------------------------------- */
#footer small {
	display: block;
	height: 70px;
	background-color: #f6f6f6;
	padding: 24px 0;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 680px) {
	#footer small {
		height: auto;
		padding: 10px 0;
		font-size: 1.1rem;
	}
}





/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.9;
	letter-spacing: 1px;
}
@media screen and (max-width: 680px) {
	#container {
		padding-top: 66px;
		font-size: 1.3rem;
	}
}





/* ===================================================================================================================

	コンテンツ

=================================================================================================================== */

/* #pageHead
============================================================================================================ */
#pageHead {
	position: relative;
	padding: 145px 0 25px;
	background: #47aac4 url(../images/parts/pattern_base_bg.jpg) 50% 0;
	text-align: center;
	line-height: 1.3;
	z-index: 10;
}
@media screen and (max-width: 680px) {
	#pageHead {
		padding: 10px 0;
		-webkit-background-size: 710px;
		background-size: 710px;
		font-size: 1.8rem;
		color: #fff;
	}
}


/* page_main_title
============================================================================================================ */
.page_main_title {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}
.page_main_title h1 {
	display: table-cell;
	width: 355px;
	height: 320px;
	background: url(../images/parts/page_main_title_bg.jpg);
	vertical-align: middle;
	text-align: center;
}
.page_main_title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 355px;
	height: 320px;
	border: 5px solid rgba(247,247,247,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_main_title p {
	position: absolute;
	right: 0;
	top: 0;
}
@media screen and (max-width: 680px) {
	.page_main_title {
		margin-bottom: 30px;
		padding: 40px 10px;
		background-position: 50%;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	.page_main_title h1 {
		position: relative;
		display: inline-block;
		width: auto;
		height: auto;
		padding: 0 15px;
		-webkit-background-size: 100%;
		background-size: 100%;
		color: #fff;
		font-size: 1.8rem;
		z-index: 3;
	}
	.page_main_title:after {
		content: none
	}
	.page_main_title p {
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

/* page_bdb_title
============================================================================================================ */
.page_bdb_title {
	margin-bottom: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.page_bdb_title {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.8rem;
		line-height: 1.5;
	}
}


/* local_nav
============================================================================================================ */
.local_nav.top {
	position: relative;
	height: 140px;
}
.local_nav > div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 14px 0;
	background-color: #f7f7f7;
	z-index: 999;
}
.local_nav > div > div {
	position: relative;
	background-color: #fff;
	border: 1px solid #ededed;
}
.local_nav ul {
	display: table;
	margin: auto;
}
.local_nav li {
	display: table-cell;
}
.local_nav li a {
	position: relative;
	display: block;
	padding: 14px 14px 14px 16px;
	color: #4d4d4d;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
.local_nav li a:hover,
.local_nav li a.current {
	color: #48b3ca;
}

.local_nav .hover,
.local_nav li a.current:before {
	position: absolute;
	bottom: 0;
	height: 2px;
	background-color: #48b3ca;
	-webkit-transition: height 0.1s ease;
	-o-transition: height 0.1s ease;
	transition: height 0.1s ease;
}
.local_nav li a.current:before {
	content: "";
	left: 10px;
	right: 10px;
}
.local_nav .hover {
	height: 0;
}
.local_nav .hover.mov {
	-webkit-transition: all 0.3s ease, height 0.15s ease;
	-o-transition: all 0.3s ease, height 0.15s ease;
	transition: all 0.3s ease, height 0.15s ease;
	height: 2px;
}
@media screen and (max-width: 680px) {
	#container .local_nav {
		height: auto;
		margin-bottom: 20px;
	}
	#container .local_nav.sp {
		margin: 30px 0 0;
	}
	#container .local_nav > div {
		position: static !important;
		padding: 5px;
	}
	#container .local_nav > div > div {
		padding: 0;
	}
	#container .local_nav ul {
		display: block;
	}
	#container .local_nav li {
		display: block;
		float: left;
		width: 50%;
		margin-bottom: -1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #ededed;
	}
	#container .local_nav li:nth-child(2n+1) {
		border-right: 1px solid #ededed;
	}
	#container .local_nav li a {
		padding: 3px 10px;
		border-bottom: 1px solid #fff;
		font-size: 1.2rem;
	}
	#container .local_nav li a.current {
		border-bottom-color: #48b3ca;
	}
	#container .local_nav .hover,
	#container .local_nav li a.current:before {
		display: none;
	}
}


/* animate
------------------------------------------------------------- */
@media screen {
	body.move .local_nav.top > div,
	body.move .local_nav.top a {
		-webkit-transition: padding 0.3s;
		-o-transition: padding 0.3s;
		transition: padding 0.3s;
	}
	@media screen and (max-width: 680px) {
		body.move .local_nav.top > div,
		body.move .local_nav.top a {
			-webkit-transition: none;
			-o-transition: none;
			transition: none;
		}
	}
}

/* fixed
------------------------------------------------------------- */
@media screen {
	.local_nav.top.fixed > div {
		position: fixed;
		top: 80px;
		padding: 5px 0;
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		box-shadow: 0 0 3px rgba(0,0,0,0.2);
	}
	.local_nav.top.fixed a {
		padding-top: 3px;
		padding-bottom: 3px;
	}
}


/* non_local_nav
============================================================================================================ */
.non_local_nav {
	padding-top: 20px;
	/*padding-top: 80px;*/
	border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 680px) {
	.non_local_nav {
		padding-top: 15px;
		padding-bottom: 50px;
	}
}



/* category_nav
============================================================================================================ */
.category_nav {
	margin-bottom: 20px;
}
.category_nav + .section {
	margin-top: 60px;
}
.page_title + .category_nav {
	margin-top: -30px;
}
.category_nav ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.category_nav li {
	display: table-cell;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
.category_nav li a {
	display: block;
	padding: 5px 10px;
	color: #4d4d4d;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
.category_nav li a span {
	position: relative;
	display: inline-block;
	padding-left: 10px;
}
.category_nav li a span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	margin-top: -4px;
	border-style: solid;
	border-width: 4px 0 4px 5px;
	border-color: transparent transparent transparent #48b3ca;
}
.category_nav li a:hover,
.category_nav li a.current {
	color: #48b3ca;
}
.category_nav li a:hover span:before {
	left: -4px;
}
@media screen and (max-width: 680px) {
	.category_nav {
		margin-bottom: 20px;
	}
	.category_nav + .section {
		margin-top: 30px;
	}
	.department_title + .category_nav,
	.page_title + .category_nav {
		margin-top: -10px;
	}
	.category_nav ul {
		display: block;
	}
	.category_nav li {
		display: inline-block;
		margin-bottom: 5px;
		border: 1px solid #ededed;
	}
	.category_nav li a {
		padding: 3px 10px 3px 15px;
		font-size: 1.3rem;
	}
	.category_nav li a span {
		padding-left: 7px;
	}
}




/* inner_nav
============================================================================================================ */
.inner_nav {
	margin-bottom: 50px;
	border-bottom: 1px solid #ededed;
}
.inner_nav ul {
	display: table;
	margin: auto;
}
.inner_nav li {
	display: table-cell;
}
.inner_nav li a {
	position: relative;
	display: block;
	padding: 28px 40px 28px 20px;
	color: #333;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
}
.inner_nav li a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	right: unset;
	margin-top: -3px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #48b3ca transparent transparent transparent;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
.inner_nav li a:hover {
	color: #48b3ca;
}
.inner_nav li a:hover:after {
	margin-top: -2px;
}
.inner_nav li a.underline::before {
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #48b3ca;
	transition: width 0.3s ease;
}
.inner_nav.s li a {
	padding-left: 10px;
}
.page_main_title + .inner_nav {
	margin-top: -60px;
}

/* 初期状態（PC以上は inner_nav のみ表示） */
.inner_nav {
	display: block;
}
.inner_nav_resp {
	display: none;
}

/* 680px以下で切り替え */
@media screen and (max-width: 680px) {
	.inner_nav {
		display: none;
	}
	.inner_nav_resp {
		display: block;
	}
}

@media screen and (max-width:680px){
	.inner_nav_resp {
		width: 90vw;
		position: static;
		margin: 0 auto 30px;
		background-color: rgba(255,255,255,0.88);
		clip-path: inset(0 0 1px 0 round 8px);
		height: fit-content;
		border-top: 6px solid #48b3ca;
	}
	.n_list {
		display: flex;
		flex-wrap: wrap;
	}
	.n_item {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid rgba(130,107,107,0.12);
	}
	.n_list li a::after {
		position: absolute;
		content: "";
		left: 10px;
		top: 45%;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #48b3ca transparent transparent transparent;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(270deg);
	}
	.n_link {
		width: 100%;
		text-decoration: none;
		font-family: 'Zen Maru Gothic',sans-serif;
		font-weight: 700;
		font-size: 1rem;
		padding: 22px 25px;
		justify-content: space-between;
		align-items: center;
	}
	.underline {
		position: relative;
		text-decoration: none;
		display: inline-block;
	}
	.underline .n_title {
		position: relative;
		display: inline-block;
	}
	.underline .n_title::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -3px;
		width: 0;
		height: 2px;
		background-color: #48b3ca;
		transition: width 0.3s ease;
	}
	.underline:hover .n_title::after {
		width: 100%;
	}
	.underline .n_title:hover {
		color: #48b3ca;
	}
	.n_title {
		font-size: 1.5rem;
		color: #3a3937;
		line-height: 1.3;
	}

}



/* tab_nav
============================================================================================================ */
.tab_nav {
	display: table;
	width: 100%;
	margin-bottom: 40px;
	table-layout: fixed;
}
.tab_nav li {
	display: table-cell;
	vertical-align: middle;
}
.tab_nav li + li {
	border-left: 1px solid #ededed;
}
.tab_nav li a {
	display: block;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	text-decoration: none;
	color: #333;
}
.tab_nav li:first-child a {
	border-left: 1px solid #ededed;
}
.tab_nav li:last-child a {
	border-right: 1px solid #ededed;
}
.tab_nav li a > span {
	position: relative;
	display: inline-block;
	padding: 0 22px;
}
.tab_nav li a > span:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	opacity: 0;
	-webkit-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	transition: opacity 0.15s;
}
.tab_nav li a:hover,
.tab_nav li a.current {
	background-color: #9a9a9a;
	border-color: #9a9a9a;
	color: #fff;
}
.tab_nav li a.current {
	cursor: default;
}
.tab_nav li a.current span:after {
	opacity: 1;
}
.tab_nav.blue li a:hover,
.tab_nav.blue li a.current {
	background-color: #48b3ca;
	border-color: #48b3ca;
}
.tab_nav li a > span span {
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (max-width: 680px) {
	.tab_nav {
		margin-bottom: 20px;
	}
	.tab_nav li a {
		display: table;
		width: 100%;
		padding: 0;
		font-size: 1.4rem;
		line-height: 1.3;
	}
	.tab_nav li a > span {
		display: table-cell;
		height: 3em;
		padding: 0 15px;
		vertical-align: middle;
	}
	.tab_nav li a > span:after {
		right: 5px;
	}
	.tab_nav li a > span span {
		display: block;
		font-size: 1rem;
	}

	.tab_nav.sp_2 {
		display: block;
	}
	.tab_nav.sp_2:after {
		content: ""; display: table; clear: both;
	}

	.tab_nav.sp_2 li {
		display: block;
		float: left;
		width: 50%;
		border-left-width: 0;
	}
	.tab_nav.sp_2 li a {
		border-left: 1px solid #ededed;
		border-right: 1px solid #ededed;
	}
	.tab_nav li:nth-child(2n+1) a {
		border-right: 0;
	}
}



/* topicpath
============================================================================================================ */
.topicpath {
	position: relative;
	padding: 8px 0;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 3;
}
.topicpath span {
	margin: 0 5px;
	color: #cccccc;
}
.topicpath a {
	text-decoration: none;
	color: #333333;
}
.topicpath a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 680px) {
	.topicpath {
		padding: 3px 0;
		font-size: 1rem;
	}
	.topicpath p {
		padding: 0 10px;
	}
	.topicpath span {
		margin: 0 2px;
	}
}


/* page_title
============================================================================================================ */
.page_title {
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
	text-align: center;
}
@media screen and (max-width: 680px) {
	.page_title {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font-size: 2.2rem;
	}
}


/* title
============================================================================================================ */
.title_l {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
.title_l:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 20px;
	border-bottom: 1px solid #48b3ca;
}
.title_l.img_only {
	font-size: 1rem;
}
@media screen and (max-width: 680px) {
	.title_l {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.8rem !important;
		letter-spacing: 1px;
	}
}

.title_m {
	position: relative;
	margin-bottom: 30px;
	padding: 0.5em 10px 0.5em 25px;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
.title_m:before {
	content: "";
	position: absolute;
	left: 7px;
	top: 1em;
	width: 7px;
	height: 7px;
	background-color: #48b3ca;
	border-radius: 100%;
}
@media screen and (max-width: 680px) {
	.title_m {
		margin-bottom: 20px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}

.title_s {
	position: relative;
	margin-bottom: 30px;
	padding-left: 17px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
.title_s:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 10px;
	height: 10px;
	background-color: #48b3ca;
}
@media screen and (max-width: 680px) {
	.title_s {
		margin-bottom: 15px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}

.title_bdl {
	position: relative;
	margin-bottom: 30px;
	padding: 8px 15px;
	background-color: #f7f7f7;
	border-left: 20px solid #48b3ca;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
.title_bdl.y {
	background-color: #f3f0d7;
	border-left-color: #e1d88e;
}
@media screen and (max-width: 680px) {
	.title_bdl {
		margin-bottom: 15px;
		border-left-width: 10px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}

.title_bdb {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 2px solid #ebebeb;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	.title_bdb {
		margin-bottom: 15px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}

.title_bdbl {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 12px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	.title_bdbl {
		margin-bottom: 20px;
		font-size: 1.7rem;
		letter-spacing: 1px;
	}
}

.title_bg {
	margin-bottom: 30px;
	padding: 8px 18px;
	background-color: #48b3ca;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 680px) {
	.title_bg {
		margin-bottom: 15px;
		font-size: 1.5rem;
		letter-spacing: 1px;
	}
}

.title_b {
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
@media screen and (max-width: 680px) {
	.title_b {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
}


.title_y {
	position: relative;
	margin-bottom: 30px;
	padding: 8px 8px 8px 35px;
	background-color: #f3f0d7;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
}
.title_y:before {
	content: "";
	position: absolute;
	left: 16px;
	top: 1em;
	width: 7px;
	height: 7px;
	background-color: #e1d88e;
	border-radius: 100%;
}
@media screen and (max-width: 680px) {
	.title_y {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
}



.title_ico {
	position: relative;
	margin-left: 42px;
	margin-bottom: 30px;
	padding: 5px 10px;
	border: 2px solid #e6e6e6;
	border-left-width: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
}
.title_ico:before {
	content: "";
	position: absolute;
	left: -42px;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-repeat: no-repeat;
}
.title_ico.point {
	margin-left: 0;
	padding-left: 28px;
}
.title_ico.point:before {
	content: none;
}
.title_ico.point:after {
	content: "";
	position: absolute;
	left: 7px;
	top: 1em;
	width: 7px;
	height: 7px;
	background-color: #48b3ca;
	border-radius: 100%;
}
@media screen and (max-width: 680px) {
	.title_ico {
		margin-bottom: 20px;
	}
}



/* section
============================================================================================================ */
.section ~ .section {
	margin-top: 50px;
}
.section section {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	.section ~ .section {
		margin-top: 40px;
	}
	.section section {
		margin-top: 30px;
	}
}



/* m_section
============================================================================================================ */
.m_section > * + * {
	margin-top: 1.8em;
}
.ms_section > * + * {
	margin-top: 1.2em;
}
@media screen and (max-width: 680px) {
	.m_section > * + * {
		margin-top: 1.6em;
	}
}


/* link_btn_area
============================================================================================================ */
.link_btn_area {
	margin-bottom: 50px;
}
.link_btn_area ul {
	margin-left: -12px;
}
.link_btn_area ul:after {
	content: ""; display: table; clear: both;
}
.link_btn_area li {
	float: left;
	width: 25%;
	width: 246px;
	padding: 0 0 12px 12px;
}
.link_btn_area li a {
	position: relative;
	display: table;
	width: 100%;
	border: 2px solid #48b3ca;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_btn_area li a span {
	display: table-cell;
	height: 3.4em;
	vertical-align: middle;
}
.link_btn_area li a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #48b3ca;
	border-right: 2px solid #48b3ca;
	-webkit-transform: rotate(45deg) scale(1.2);
	-ms-transform: rotate(45deg) scale(1.2);
	-o-transform: rotate(45deg) scale(1.2);
	transform: rotate(45deg) scale(1.2);
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.link_btn_area li a:hover {
	background-color: #48b3ca;
	color: #fff !important;
}
.link_btn_area li a:hover:after {
	border-color: #fff !important;
}

.link_btn_area.plr li a span {
	padding-right: 30px;
	padding-left: 30px;
}

.link_btn_area.center {
	text-align: center;
}
.link_btn_area.center li {
	float: none;
	display: inline-block;
	padding: 0 20px 12px;
}

@media screen and (max-width: 680px) {
	.link_btn_area {
		margin-bottom: 30px;
	}
	.link_btn_area ul {
		margin-left: -6px;
	}
	.link_btn_area li {
		width: 50%;
		padding: 0 0 6px 6px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.link_btn_area.single li {
		float: none;
		width: auto;
	}
	.link_btn_area li a {
		font-size: 1.4rem;
	}
	.link_btn_area li a span {
		padding: 0 20px 0 10px !important;
	}
	.link_btn_area li a:after {
		right: 6px;
		-webkit-transform: rotate(45deg) scale(0.8);
		-ms-transform: rotate(45deg) scale(0.8);
		-o-transform: rotate(45deg) scale(0.8);
		transform: rotate(45deg) scale(0.8);
	}
	.link_btn_area.center li {
		float: left;
		width: 50%;
		padding: 0 3px 6px;
	}

}






/* column2
============================================================================================================ */
.column2 {
}
.column2 + .column2,
.ph_right + .column2 {
	margin-top: 40px;
}
.column2 > * {
	float: left;
	width: 490px;
}
.column2 > * + * {
	float: right;
}
.column2 section {
	margin-top: 0;
}

@media screen and (max-width: 680px) {
	.column2 + .column2,
	.ph_right + .column2 {
		margin-top: 30px;
	}
	.column2 > * {
		float: none !important;
		width: auto !important;
	}
	.column2 > * + * {
		margin-top: 30px !important;
	}
}

.bd_g_box .column2 > * {
	width: 450px;
}



/* column3
============================================================================================================ */
.column3 {
}
.column3 + .column3 {
	margin-top: 40px;
}
.column3 > * {
	float: left;
	width: 310px;
	margin-top: 0 !important;
}
.column3 > * + * {
	margin-left: 45px;
}

@media screen and (max-width: 680px) {
	.column3 + .column3 {
		margin-top: 20px;
	}
	.column3 > * {
		float: none;
		width: auto !important;
		margin-top: 0 !important;
	}
	.column3 > * + * {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
}

.bd_g_box .column3 > * {
	width: 300px;
}
.bd_g_box .column3 > * + * {
	margin-left: 30px;
}

.column3_ph .caption {
	margin-top: 5px;
}

@media screen and (max-width: 680px) {
	.column3.column3_ph {
		margin: 0 -5px -15px;
	}
	.column3.column3_ph > * {
		float: left;
		width: 50% !important;
		padding: 0 5px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.column3.column3_ph > * + * {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
}

/* column4
============================================================================================================ */
.column5 {
}
.column5 + .column5 {
	margin-top: 10px;

}
.column5 > * {
	float: left;
	width: 190px;
	margin-top: 0 !important;
	margin-right:5px;
}
.column5 > * + * {
	margin-left: 10px;
	margin-bottom: 30px;
}

@media screen and (max-width: 680px) {
	.column5 + .column5 {
		margin-top: 10px;
	}
	.column5 > * {
		float: none;
		width: auto !important;
		margin-top: 0 !important;
	}
	.column5 > * + * {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}
}

.bd_g_box .column5 > * {
	width: 300px;
}
.bd_g_box .column5 > * + * {
	margin-left: 30px;
}

.column5_ph .caption {
	margin-top: 5px;
}

@media screen and (max-width: 680px) {
	.column3.column5_ph {
		margin: 0 -5px -15px;
	}
	.column3.column5_ph > * {
		float: left;
		width: 50% !important;
		padding: 0 5px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.column3.column5_ph > * + * {
		margin-left: 0 !important;
		margin-top: 0 !important;
	}
}




/* box_link
============================================================================================================ */
a.box_link {
	position: relative;
	display: block;
	width: 190px;
	padding: 5px 0;
	background-color: #fff;
	border: 2px solid #48b3ca;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a.box_link.l {
	width: 246px;
	padding: 10px 0;
}
a.box_link.pdf:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: url(../images/parts/ico_pdf.png) no-repeat;
}
a.box_link:hover {
	background-color: #48b3ca;
	color: #fff;
}
a.box_link.auto {
	width: auto;
}
a.box_link.center {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 680px) {
	a.box_link.sp_center {
		margin-left: auto;
		margin-right: auto;
	}
}



/* doctor_box
============================================================================================================ */
.doctor_box {
	position: relative;
	width: 820px;
	margin: 0 auto;
}
.doctor_box > div {
	display: table;
	width: 100%;
	border: 5px solid #48b3ca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.doctor_box .type {
	position: absolute;
	overflow: hidden;
	top: 5px;
	left: 5px;
	width: 104px;
	padding-right: 20px;
}
.doctor_box .type:after {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 0;
	height: 200%;
	width: 20px;
	background-color: #48b3ca;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotate(25deg);
	-ms-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
}
.doctor_box .type span {
	position: relative;
	display: block;
	padding: 5px 0 8px;
	background-color: #48b3ca;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.doctor_box figure,
.doctor_box .profile {
	display: table-cell;
	vertical-align: top;
}
.doctor_box figure {
	width: 265px;
	background-color: #f7f7f7;
	text-align: center;
	vertical-align: middle;
}
.professor_box figure {
/*	width: 265px;
	background-color: #f7f7f7;
	text-align: center;*/
	vertical-align: middle;
}
.professor_box figure img {
	/*max-width: 180px;*/
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	width: 65%;
}
@media screen and (max-width: 680px) {
	.professor_box figure img {
		width: inherit;
	}
}
.section.professor_box .ph_right .contents {
	padding: 16px;
}
.section.professor_box .ph_right .ph {
	width: 340px;
	text-align: center;
	padding-top: 16px;
}
.doctor_box figure:before,
.doctor_box figure:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 260px;
	width: 30px;
	height: 186px;
	margin-top: -93px;
	background: url(../images/parts/book_joint.png) no-repeat;
}
.doctor_box figure:after {
	background-position: 0 100%;
}
.doctor_box figure img {
	max-width: 180px;
	border: 5px solid #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
}
.doctor_box figure.no-photo img {
	padding: 20px;
	background-color: #F7F7F7;
}
.doctor_box .profile {
	height: 300px;
	padding: 30px 45px;
	border: 5px solid #f7f7f7;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.doctor_box .profile .post {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #48b3ca;
}
.doctor_box .profile h1 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}
.doctor_box .profile .prof {
	margin-top: 15px;
	padding: 20px 25px;
	background-color: #f6fdfe;
	border: 5px solid #e2f3f7;
}
.doctor_box .profile dl {
	line-height: 1.8;
}
.doctor_box .profile dl + dl {
	margin-top: 8px;
	padding-top: 10px;
	border-top: 1px solid #e2f3f7;
}
.doctor_box .profile dt {
	margin-bottom: 5px;
	padding-left: 30px;
	background: url(../images/parts/point_tag.png) no-repeat 0 0.6em;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

/* 教授 */
.doctor_box.kyojyu > div {
	border-color: #800080;
}
.doctor_box.kyojyu .type:after,
.doctor_box.kyojyu .type span {
	background-color: #800080;
}
.doctor_box.kyojyu .profile .post {
	color: #800080;
}
.doctor_box.kyojyu .profile .prof {
	background-color: #fefdf6;
	border-color: #f7f4e2;
}
.doctor_box.kyojyu .profile dl + dl {
	border-top-color: #f7f4e2;
}
.doctor_box.kyojyu .profile dt {
	background-image: url(../images/parts/point_tag_y.png);
}

/* 非常勤 */
.doctor_box.hijokin > div {
	border-color: #c6b843;
}
.doctor_box.hijokin .type:after,
.doctor_box.hijokin .type span {
	background-color: #c6b843;
}
.doctor_box.hijokin .profile .post {
	color: #c6b843;
}
.doctor_box.hijokin .profile .prof {
	background-color: #fefdf6;
	border-color: #f7f4e2;
}
.doctor_box.hijokin .profile dl + dl {
	border-top-color: #f7f4e2;
}
.doctor_box.hijokin .profile dt {
	background-image: url(../images/parts/point_tag_y.png);
}
@media screen and (max-width: 680px) {
	.doctor_box {
		width: auto;
	}
	.doctor_box > div {
		display: block;
		width: auto;
		border-width: 3px;
	}
	.doctor_box .type {
		top: 3px;
		left: 3px;
		width: 104px;
		padding-right: 20px;
		z-index: 3;
	}
	.doctor_box .type span {
		padding: 0px 0 3px;
		font-size: 1.3rem;
	}
	.doctor_box figure,
	.doctor_box .profile {
		display: block;
	}
	.doctor_box figure {
		position: relative;
		width: auto;
		padding: 40px 0 20px;
	}
	.professor_box figure {
		position: relative;
		width: auto;
		padding: 40px 0 20px;
	}
	.doctor_box figure:before,
	.doctor_box figure:after {
		content: "";
		position: absolute;
		top: auto;
		bottom: -15px;
		width: 8px;
		height: 30px;
		margin-top: 0;
		background: url(../images/parts/book_joint_sp.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;

	}
	.doctor_box figure:before {
		left: 30px;
	}
	.doctor_box figure:after {
		left: auto;
		right: 30px;
	}
	.doctor_box .profile {
		height: auto;
		padding: 30px 15px 15px;
		border: 0;
	}
	.doctor_box .profile .post {
		font-size: 1.4rem;
	}
	.doctor_box .profile h1 {
		font-size: 1.8rem;
	}
	.doctor_box .profile .prof {
		margin-left: -3px;
		margin-right: -3px;
		padding: 10px;
		border-width: 3px;
	}
	.doctor_box .profile dt {
		font-size: 1.4rem;
		background-image: url(../images/parts/point_tag_sp.png);
		-webkit-background-size: 18px;
		background-size: 18px;
	}
	.doctor_box.hijokin .profile dt {
		background-image: url(../images/parts/point_tag_y_sp.png);
	}
}



/* box_section
============================================================================================================ */
.box_section {
	padding: 35px;
	background-color: #f7f7f7;
}
.box_section .img {
	float: left;
}
.box_section .img ~ * {
	margin-left: 235px;
}
.box_section h1 {
	margin-bottom: 1em;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
@media screen and (max-width: 680px) {
	.box_section {
		padding: 15px;
	}
	.box_section .img {
		float: none;
		margin-bottom: 15px;
		text-align: center;
	}
	.box_section .img ~ * {
		margin-left: 0;
	}
	.box_section h1 {
		font-size: 1.5rem;
	}
}



/* bd_box
============================================================================================================ */
.bd_box {
	padding: 38px;
	border: 2px solid #e1d88e;
}
.bd_box.ss {
	padding: 15px 20px;
}
.bd_box * + * {
	margin-top: 1.8em;
}
@media screen and (max-width: 680px) {
	.bd_box {
		padding: 10px 15px !important;
	}
}

.bd_g_box {
	margin-top: 40px;
	padding: 38px;
	border: 2px solid #ededed;
}
.bd_g_box.s {
	padding: 28px;
}
@media screen and (max-width: 680px) {
	.bd_g_box {
		margin-top: 20px;
		padding: 12px !important;
	}
}



/* qa_box
============================================================================================================ */
.qa_box {
	padding: 38px;
	border: 2px solid #e8e3bb;
}
* + .qa_box,
.qa_box + * {
	margin-top: 40px;
}
.title_bdl + .qa_box {
	margin-top: -30px;
}
.qa_box > *:first-child {
	margin-top: 0;
}
.qa_box h1 {
	display: table;
	width: 100%;
	margin-bottom: 25px;
	border: 1px solid #e8e3bb;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qa_box h1 > span {
	display: table-cell;
	vertical-align: middle;
}
.qa_box h1 > .q {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #d8cd76;
	border-right: 1px solid #fff;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
}
.qa_box h1 > .q + * {
	padding: 5px 15px;
}
.qa_box section > * + * {
	margin-top: 1.2em;
}
@media screen and (max-width: 680px) {
	.qa_box {
		padding: 0;
		border-width: 0;
	}
	* + .qa_box,
	.qa_box + * {
		margin-top: 20px;
	}
	.qa_box h1 {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
	.qa_box h1 > .q {
		width: 30px;
		height: 30px;
		font-size: 2rem;
	}
	.qa_box h1 > .q + * {
		padding: 5px 10px;
	}
	.qa_box section > * + * {
		margin-top: 0.6em;
	}
}



/* ico_blank
============================================================================================================ */
.ico_blank {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 10px;
}
.ico_blank:before,
.ico_blank:after {
	content: "";
	top: 50%;
	right: 0;
	position: absolute;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.15s;
	-o-transition: all 0.15s;
	transition: all 0.15s;
}
.ico_blank:after {
	right: 3px;
	margin-top: -2px;
	background-color: #fff;
}
.box_link .ico_blank:before,
.box_link .ico_blank:after {
	border-color: #48b3ca;
}
.box_link .ico_blank:after {
	background-color: #48b3ca;
}
.box_link:hover .ico_blank:before,
.box_link:hover .ico_blank:after {
	border-color: #fff !important;
}
.box_link:hover .ico_blank:after {
	background-color: #fff !important;
}

.ico_blank_in {
	position: relative;
	display: inline-block;
	width: 18px;
	vertical-align: middle;
}
.ico_blank_in:before,
.ico_blank_in:after {
	content: "";
	top: 50%;
	right: 0;
	position: absolute;
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border: 1px solid #48b3ca;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ico_blank_in:after {
	right: 3px;
	margin-top: -2px;
	background-color: #48b3ca;
}



/* ico_pdf
============================================================================================================ */
.ico_pdf {
	padding-right: 18px;
	background: url(../images/parts/ico_pdf.png) no-repeat 100%;
}
.ico_pdf_l {
	display: inline-block;
	margin: -8px 0;
	padding: 8px 0 8px 40px;
	background: url(../images/parts/ico_pdf_l.png) no-repeat 0;
}
.ico_word_l {
	display: inline-block;
	margin: -8px 0;
	padding: 8px 0 8px 40px;
	background: url(../images/parts/ico_word_l.png) no-repeat 0;
}
@media screen and (max-width: 680px) {
	.ico_pdf_l,
	.ico_word_l {
		padding-left: 20px;
		-webkit-background-size: 13px;
		background-size: 13px;
	}
}


/* table
============================================================================================================ */
table.fixed {
	table-layout: fixed;
}
table.basic {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.basic.fixed {
	table-layout: fixed;
}

table.basic th,
table.basic td {
	padding: 1em 2em;
	border: 1px solid #ededed;
}
table.basic th {
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
table.basic thead th {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	background-color: #f7f7f7;
	border-bottom-width: 3px;
	font-size: 15px;
	font-size: 1.5rem;
}
table.basic thead th.sat {
	color: #6dbfe1;
	border-bottom-color: #6dbfe1;
}
table.basic .title th {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: #fbfbfb;
}
table.center th,
table.center td {
	text-align: center;
}
table.basic.w40 {
	width: 40%;
}
table.basic.w50 {
	width: 50%;
}
table.basic.type01 th {
	border-right-width: 3px;
	background-color: #fff4d6;
}
table.basic.type01 td {
	background-color: #fffcf3;
}
table.basic.type02 th {
	border-right-width: 3px;
	background-color: #f7f7f7;
}
table.basic.type02 td {
}
table.basic.type03 tbody th {
	background-color: #fff9e8;
}
table.basic.type03 tbody td {
	background-color: #fffcf3;
}
table.basic.type_case th {
	border-right-width: 3px;
	background-color: #f7f7f7;
	width: 15%;
}
table.basic.type_case td {
	width: 35%;
	background-color: #fdfdfd;
}
table.basic.th10 th {
	width: 10%;
}
table.basic.th20 th:first-child {
	width: 20%;
}
table.basic.th30 th {
	width: 30%;
}
table.basic.type_case td {
	width: 35%;
	background-color: #fdfdfd;
}
table.basic.type_time tbody th {
	width: 18%;
}
table.basic.type_time tbody td {
	text-align: center;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
table .sat th {
	background-color: #daf3fd;
}
table .sat td {
	background-color: #f4fbfe;
}
table .sun th {
	background-color: #fedfdf;
}
table .sun td {
	background-color: #fef4f4;
}

table .bg_y th,
table .bg_y td {
	background-color: #fffcf3;
}
table .bg_r th,
table .bg_r td {
	background-color: #fdf6ff;
}

table.basic .closed {
	background-color: #fef4f4;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 1.6rem;
	color: #ef747e;
}


@media screen and (max-width: 680px) {
	table.basic {
		font-size: 1.2rem;
	}
	table.basic th,
	table.basic td {
		padding: 0.7em 0.8em;
		line-height: 1.6;
	}
	table.basic.w50 {
		width: 100%;
	}
	table.basic thead th {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		font-size: 1.4rem;
	}
	table.basic.type_case th {
		padding-right: 0.5em;
		padding-left: 0.5em;
	}
	table.basic.type_case td {
	}
	table.basic .closed {
		font-size: 1.5rem;
	}
	table.basic.sp_ps  th,
	table.basic.sp_ps td {
		padding: 0.7em 0.4em;
	}

	.sp_scroll_table {
		overflow: auto;
		white-space: nowrap;
	}
	.sp_scroll_table::-webkit-scrollbar {
		 height: 5px;
	}
	.sp_scroll_table::-webkit-scrollbar-track {
		 background: #F1F1F1;
	}
	.sp_scroll_table::-webkit-scrollbar-thumb {
		 background: #BCBCBC;
	}
}


/* li
============================================================================================================ */
.point_list {
}
.point_list > li {
	position: relative;
	padding-left: 15px;
}
.point_list > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 7px;
	height: 7px;
	background-color: #48b3ca;
	border-radius: 100%;
}
.point_list > li + li {
	margin-top: 0.5em;
}
.point_list.nmt > li + li {
	margin-top: 0;
}

.inline_point_list {
	padding: 10px 20px;
	border: 2px solid #e6e6e6;
}
.inline_point_list li {
	display: inline-block;
	position: relative;
	padding: 0 10px 0 15px;
}
.inline_point_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 7px;
	height: 7px;
	background-color: #48b3ca;
	border-radius: 100%;
}

@media screen and (max-width: 680px) {
	.inline_point_list {
		padding: 6px 15px;
	}
}


.number_li li {
	margin-left: 1.8em;
	list-style-type: decimal;
}
.disc_li > li {
	margin-left: 1.8em;
	list-style-type: disc;
}

.notes_li li {
	position: relative;
	padding-left: 1.1em;
}
.notes_li li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}



/* indent
============================================================================================================ */
.indent {
	position: relative;
	padding-left: 1em;
}
.indent > span:first-child {
	position: absolute;
	left: 0;
	top: 0;
}

/* dl_table
============================================================================================================ */
.dl_table {
	display: table;
}
.dl_table > * {
	display: table-row;
}
.dl_table > * > * {
	display: table-cell;
}
.dl_table dt {
	white-space: nowrap;
}
.dl_table.colon dd {
	position: relative;
	padding-left: 1em;
}
.dl_table.colon dd:before {
	content: "：";
	position: absolute;
	top: 0;
	left: 0;
}

/* dl_type01
============================================================================================================ */
.dl_type01 dt {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 1.5rem;
}


/* box_list_column4
============================================================================================================ */
.box_list_column4 {
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}
.qa_box section * + .box_list_column4 {
	margin-top: 30px;
}
.box_list_column4 li {
	float: left;
	width: 25%;
	padding: 0 10px;
	background-color: #f6fbfc;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	text-align: center;
	line-height: 1.4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box_list_column4 li:before {
	content: "";
	display: inline-block;
	height: 3.6em;
	vertical-align: middle;
}
.box_list_column4 li > span {
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 680px) {
	.qa_box section * + .box_list_column4 {
		margin-top: 20px;
	}
	.box_list_column4 li {
		width: 50%;
		font-size: 1.2rem;
	}
}

/* box_strong
============================================================================================================ */
.box_strong {
	padding: 15px;
	background-color: #fef4f4;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	color: #ef747e;
}
.box_strong.s {
	font-size: 16px;
	font-size: 1.6rem;
}
* + .box_strong {
	margin-top: 40px;
}
@media screen and (max-width: 680px) {
	.box_strong {
		font-size: 1.6rem;
	}
	* + .box_strong {
		margin-top: 20px;
	}
	.box_strong.s {
		font-size: 1.4rem;
	}
}



/* reception_time_column
============================================================================================================ */
.reception_time_column {
	margin-top: 40px;
}
.reception_time_column .table {
	float: left;
	width: 610px;
}
.reception_time_column .table .type_time th,
.reception_time_column .table .type_time td {
	border-width: 2px;
}
.reception_time_column .table .type_time thead th {
	padding: 0;
	background-color: #48b3ca;
	border-bottom: 0;
	color: #fff;
}
.reception_time_column .table .type_time thead th span {
	display: block;
	padding: 0.7em;
	border-bottom: 3px solid #2ca0b9;
}
.reception_time_column .table .type_time tbody th {
	width: 44%;
}
.reception_time_column .table .type_time tbody th:first-child {
	width: auto;
}
.reception_time_column .table .type_time .title .am {
	background-color: #fdf4f4;
	border-bottom-color: #f5caca;
}
.reception_time_column .table .type_time .title .pm {
	background-color: #f3f5fd;
	border-bottom-color: #ccd1ea;
}
.reception_time_column .table .type_time .sat td {
	background: none;
}
.reception_time_column .text {
	margin-left: 650px;
}
.reception_time_column .text p + p {
	margin-top: 1em;
}
@media screen and (max-width: 680px) {
	.reception_time_column {
		margin-top: 20px;
	}
	.reception_time_column .table {
		float: none;
		width: auto;
	}
	.reception_time_column .table .type_time tbody th {
		width: 40%;
	}
	.reception_time_column .text {
		margin: 15px 0 0;
	}
}





/* link_section
============================================================================================================ */
.link_section {
	position: relative;
	min-height: 293px;
	padding: 30px;
	border-bottom: 3px solid #48b3ca;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.link_section + .link_section {
	margin-top: 50px;
}

.link_section .ph {
	position: absolute;
	top: 0;
}
.link_section.ph_l {
	padding-left: 540px;
}
.link_section.ph_l .ph {
	left: 0;
}
.link_section.ph_r {
	padding-right: 540px;
}
.link_section.ph_r .ph {
	right: 0;
}

.link_section h1 {
	margin-bottom: 25px;
}
.link_section .btn {
	margin-top: 25px;
}

@media screen and (max-width: 680px) {
	.link_section {
		min-height: 0;
		padding: 0 0 20px !important;
		border-bottom-width: 3px;
	}
	.link_section + .link_section {
		margin-top: 30px;
	}
	.link_section .ph {
		position: static;
		margin: 0 0 15px;
		text-align: center;
	}
	.link_section h1 {
		margin-bottom: 15px;
	}
	.link_section .btn {
		margin-top: 15px;
	}
	.link_section h1.b_small span:before {
		font-size: 1.3rem;
		padding-right: 10px;
	}
	.link_section h1.b_small span:after {
		display: inline;
	}
}




/* .contact_tel_box
============================================================================================================ */
.contact_tel_box {
}
.contact_tel_box .title_bdl {
	margin-bottom: 0;
}
.contact_tel_box .bd_box {
	padding: 15px 20px;
}
.contact_tel_box .bd_box * + * {
	margin: 0;
}
.contact_tel_box .bd_box .txt {
	float: left;
}
.contact_tel_box .bd_box .tel {
	float: right;
	padding: 8px;
	min-width: 360px;
	background-color: #808080;
	text-align: center;
	color: #fff;
}
.contact_tel_box .bd_box .tel a {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.3;
}

@media screen and (max-width: 680px) {
	.contact_tel_box .bd_box {
		padding: 10px;
	}
	.contact_tel_box .bd_box .txt {
		float: none;
	}
	.contact_tel_box .bd_box .tel {
		float: none;
		margin-top: 10px;
		padding: 5px;
		min-width: 0;
		font-size: 1.1rem;
	}
	.contact_tel_box .bd_box .tel a {
		font-size: 2rem;
		color: #fff;
	}
}




/* .getadobereader
============================================================================================================ */
.getadobereader {
	margin-top: 60px;
}
.getadobereader a {
	display: table;
	margin: auto;
	padding: 10px;
	border: 1px solid #ededed;
	text-decoration: none;
	color: #333;
}
.getadobereader a:hover {
	color: #48b3ca;
}
.getadobereader a > * {
	display: table-cell;
	vertical-align: middle;
}
.getadobereader a > * + * {
	padding-left: 20px;
}

@media screen and (max-width: 680px) {
	.getadobereader {
		margin-top: 40px;
	}
	.getadobereader a {
		display: block;
		padding: 10px;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.getadobereader a > * {
		display: block;
		text-align: center;
	}
	.getadobereader a > * + * {
		padding: 10px 0 0;
	}
}





/* .bgg
============================================================================================================ */
.wrap_bgg {
	padding: 60px 50px;
	background-color: #f2f2f2;
}

@media screen and (max-width: 680px) {
	.wrap_bgg {
		padding: 0;
		background: none;
	}
}




/* .main_head_text
============================================================================================================ */
.main_head_text {
	margin-bottom: -20px;
	padding-top: 50px;
	text-align: center;
}
.main_head_text .main {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 680px) {
	.main_head_text {
		margin-bottom: 20px;
		padding-top: 20px;
		text-align: left;
	}
	.main_head_text .main {
		margin-bottom: 15px;
		padding-bottom: 10px;
		font-size: 1.7rem;
		line-height: 1.6;
		text-align: center;
	}
}



/* .fig_img
============================================================================================================ */
.fig_img {
	margin-bottom: 20px;
	text-align: center;
}

@media screen and (max-width: 680px) {
	.fig_img {
		margin-bottom: 10px;
	}
}









/* wp-pagenavi
============================================================================================================ */
.wp-pagenavi {
	margin-top: 60px;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
}
.wp-pagenavi .page ,
.wp-pagenavi .current {
	display: inline-block;
	width: 30px;
	line-height: 26px;
	border: 2px solid #52b7cd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wp-pagenavi a {
	text-decoration: none;
}
.wp-pagenavi .current,
.wp-pagenavi .page:hover {
	background-color: #52b7cd;
	color: #fff;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	.wp-pagenavi {
		margin-top: 30px;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 5px;
	}
}


/* 看護部ページ用
============================================================================================================ */

#balance {
	padding: 30px;
	background-color: #f9f0e5;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 100px;
}

#balance figure {
	width: 250px;
	margin-left: 30px;
	float: right;
}

#balance .tit span {
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
}

#balance p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 25px;
	line-height: 2.5rem;
}
.box .tit,
.subwrap p,
.subwrap .image {
	position: relative;
	z-index: 10;
}

.box .tit {
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 40px;
	line-height: 4rem;
	color: #FF8E00;
}

.sikaku{
	float: right;
}
@media screen and (max-width: 680px) {
.sikaku{
	float: inherit;
}}	