@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */

*:first-child+html .clearfix {
	zoom: 1;
}

/* IE7 */

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 3rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-style: normal;
	letter-spacing: .1rem;
	text-align: left;
	color: #000;
	-webkit-text-size-adjust: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

.linkdeco {
	color: #1D39A7;
	text-decoration: underline;
}

a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

a:hover img {
	opacity: 0.7;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	will-change: transform;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	margin: 0;
	padding: 0;
}

/* --- base --- */

img {
	width: 100%;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

section {
	margin-bottom: 90px;
}

.mb50 {
	margin-bottom: 50px;
}

.ten {
	font-family: ten-mincho-text, serif;
}

.textL {
	text-align: left;
}

.textC {
	text-align: center;
}

.fRed_l {
	color: #E50C0C;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}

.fBlue_m {
	color: #2389B9;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}

.text_btn {
	margin-bottom: 15px;
}

.text_btn a {
	display: inline-block;
	padding: 8px 25px;
	border: 1px solid #707070;
	border-radius: 60px;
	font-size: 1.6rem;
	font-weight: bold;
	background: #fff;
}

.color_link {
	color: #194992;
}

.color_link:hover {
	text-decoration: underline;
}

/* --- header --- */

header {
	border-top: solid 10px #D3ECF8;
	padding: 40px;
	display: flex;
	align-items: center;
}

header h1 {
	width: 435px;
}

header .glnv {
	margin-left: auto;
}

header .glnv ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header .glnv ul li {
	margin-left: 40px;
	font-weight: bold;
	font-size: 1.6rem;
}

/* --- footer --- */

.footer_nv {
	background: #D3ECF8;
	padding: 90px 60px;
	margin-bottom: 40px;
}

.footer_nv h1 {
	margin-bottom: 60px;
}

.fnv_contents {
	display: flex;
	justify-content: center;
}

.fnv_contents .contents_area {
	margin-right: 70px;
}

.footer_nv .contents_area:nth-of-type(4n) {
	margin-right: 0;
}

.footer_nv .hospital {
	font-size: 1.7rem;
	font-weight: bold;
}

.footer_nv .contents_area .contents_part:first-of-type {
	margin-right: 40px;
}

.footer_nv .contents_box h3 {
	margin-top: 30px;
}

.footer_nv h3 a {
	cursor: pointer;
}

.footer_nv .contents_box ul {
	padding-left: 20px;
}

.footer_copyright {
	text-align: center;
	margin-bottom: 60px;
}

footer .footer_logo {
    width: 362px;
    margin: 0 auto 30px;
}

/*== sp ==*/

/*==================================================================================*/

@media (max-width: 769px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.inner{
		width:100%;
		overflow:hidden;
	 }

	 section {
		margin-bottom: 50px;
	}

	.text_btn a {
		padding: 8px 15px;
		border-radius: 30px;
		font-size: 1.6rem;
	}

	/* --- header --- */
	header {
		padding: 20px;
	}

	header h1 {
		width: 70%;
	}

	header .glnv {
		display: none;
	}

	/* --- footer --- */

.footer_nv {
	display: none;
}

.footer_copyright {
	background: #D3ECF8;
	padding: 40px 20px;
	margin: 0;
}

.footer_copyright p {
	font-size: 10px;
	line-height: 1.2;
}

footer .footer_logo {
    width: 80%;
    margin: 0 auto 30px;
}

.fat-nav ul li img {
	width: 80%;
}

.fat-nav ul .logo {
	text-align: center;
	margin-bottom: 20px;
}

.fat-nav ul .nv_list {
    position: relative;
	padding: 0em 0.3em 0.3em 1em;
	margin: 0 auto ;
	width: 70%;
	text-align: left;
}

.fat-nav ul .cat_last {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #707070;
}

.fat-nav ul .nv_list:before {
    position: absolute;
    content: '';
    top: 0.5em;
    left: 0.2em;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #707070;
}

}