@charset "UTF-8";

@import url("../fonts/FontAwesome/FontAwesome.css");
@import url("./normalize.css");
@import url("./general.css");

/* -----------------------------------------------------
スクリーン用スタイルファイル
----------------------------------------------------- */


/* ▼基本要素スタイル */
/* ----------------------------------------------------- */
html {
	width: 100%;
	overflow-y: scroll;
	font-family: sans-serif; /* 1 */
	font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	line-height: 1.75;
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

@media screen and (min-width: 767px) {
	html {
		font-size: 20px;
	}
}

@media screen and (max-width: 766px) {
	html {
		font-size: 5.333vw;
		font-size: 2.666vw;
	}
}

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;	/* center in winIE */
	color: #333333;
	background-color: #ffffff !important;
}

* {
	font-family: inherit;
	font-size: 100%;
}

div,p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

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

img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0 none #ffffff;
	vertical-align: top !important;
	vertical-align: middle;
	color: #666666;
}

*+html body img {
	vertical-align: middle !important;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}

em i {
	padding: 0.3em 0 0 0;
	font-style: normal;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-position: top left;
	background-image: -webkit-gradient(radial,center center,0,center center,1.5,from(#ffffff),color-stop(0.5,#ffffff),color-stop(0.9,transparent),to(transparent));
	background-image: -webkit-radial-gradient(center center, 0.1em 0.1em, #ffffff, #ffffff 95%, transparent 95%, transparent);
	background-image: radial-gradient(0.1em 0.1em at center center, #ffffff, #ffffff 95%, transparent);
}

sup {
	font-size: 0.5em;
	vertical-align: top;
}

.hidden,
.is-hide {
	display: none;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.clear {
	clear: both;
}

.floatCenter {
	margin-right: auto !important;
	margin-left: auto !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.note {
	padding: 0 0 0 1em;
	font-size: 0.8333em;
}

p.note::before {
	content: "※";
	margin: 0 0 0 -1em;
}

ul.note {
	padding: 0;
	font-size: 1em;
	list-style-type: none
}

ul.note li {
	padding: 0 0 0 2em;
}

ul.note li::before {
	content: "※";
	margin: 0 1em 0 -2em;
}

.quot {
	padding: 0 0 0 1em;
}

.quot span {
	margin: 0 0 0 -1em;
}

.line {
	background: #dcff1d;
}

.underline {
	text-decoration: underline;
}

/*
.large {
	font-size: 1.286em;
}

.small {
	font-size: 0.5em;
}
*/

.clear {
	clear: both;
}

.red {
	color: #d50012;
}

.grayscale {
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	     -o-filter: grayscale(100%);
	        filter: grayscale(100%);
}

.cursorDefault {
	cursor: default;
	pointer-events: none;
}

.atmark::before {
	content: "@";
}



iframe[name="google_conversion_frame"] {
	display: none;
}



@media screen and (min-width: 767px) {
	.sp,
	.spimage,
	/* img[src*="_sp."], */
	.hidden {
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media screen and (max-width: 766px) {
	.pc,
	.pcimage,
	/* img[src*="_pc."], */
	.hidden {
		display: none !important;
	}
}





/* ▼リンク指定 */
/* ----------------------------------------------------- */
a:link {
	color: #2981b8;
	text-decoration: underline;
}

a:visited {
	color: #30140e;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #009999;
	text-decoration: none;
}

a:link,
a:visited {
	opacity: 1.0;
	transition: all 0.5s;
}

a:hover,
a:active {
	opacity: 0.6;
}



a[href=""] {
	pointer-events: none;
}

p a[rel^="noopener"] {
	text-decoration: none;
}

p a[rel^="noopener"]::before {
	content: "\f00e";
	font-family: "FontAwesomeSolid";
	margin: 0 0.5em 0 0;
	font-size: 1.333em;
	text-decoration: none;
}





/* ▼アイコン */
/* ----------------------------------------------------- */
.icon {
	margin: 1em;
	padding: 0;
	list-style-type: none;
}

.icon li {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 2em;
}

.icon li::before {
	display: inline-block;
	width: 1em;
	margin: 0 0.75em 0 -1.75em;
	font-family: "FontAwesome";
	font-size: 1.143em;
	color: #979797;
	text-align: center !important;
}





/* ▼コンテナ */
/* ----------------------------------------------------- */
div.section,
footer {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}

div.section {
	padding: 3em 0;
}

div.container {
	clear: both;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

div.wrap {
	clear: both;
	width: 89.334%;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

footer::after,
div.section::after,
div.container::after,
div.wrap::after {
	clear: both;
	display: table;
	content: "";
}

@media screen and (min-width: 767px) {
	div.container {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 766px) {
	div.container {
		width: 89.334%;
		width: 100%;
	}
}



div.section div.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}



div.section h1,
div.section h2,
div.section h3,
div.section h4,
div.section h5,
div.section h6,
div.section table th,
div.section strong,
div.section b {
	font-weight: bold;
	line-height: 1.75;
}

header ul li,
nav ul li,
div.section p,
div.section dl,
div.section ul li,
div.section ol li,
div.section table td,
div.section figure,
footer p,
footer ul li,
footer address {
	font-weight: normal;
	line-height: 1.75;
}

div.section p,
div.section ul,
div.section ol,
div.section dl,
div.section table,
div.section figure {
	margin: 1.5em 0;
}

div.section ol li {
	margin-left: 1.2em;
}

div.section iframe {
	border: 0 none;
}

div.section div.googlemap {
	position: relative;
	overflow: hidden;
	padding: 80.598% 0 0 0;
	border-radius: 1rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div.section div.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0 none;
}





/* ▼body */
/* ----------------------------------------------------- */
@media screen and (min-width: 767px) {
	body {
		position: relative;
		background-image: url(../img/body_logo.svg),
						  url(../img/body_bg.jpg);
		background-repeat: no-repeat;
		background-position: left top, center top;
		background-attachment: fixed;
		background-size: cover, cover;
	}
	div#globalwrap {
		position: relative;
		z-index: 1;
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}
	div#scroll {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	div#scroll::before {
		content: "";
		position: fixed;
		top: 50%;
		left: 15%;
		width: 40px;
		height: 500px;
		background-image: url(../img/body_scroll.svg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size: auto;
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 766px) {
	div#scroll {
		display: none;
	}
}





/* ▼keyvisual */
/* ----------------------------------------------------- */
div#keyvisual {
	padding: 0;
	background-image: url(../img/keyvisual.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

div#keyvisual p,
div#keyvisual ul {
	display: none;
}





/* ▼cta */
/* ----------------------------------------------------- */
div.cta {
	padding: 2rem 0;
	background: #d2f2ff;
}

div.cta h2 {
	font-size: 2rem;
	text-align: center;
}

div.cta table {
	width: 100%;
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 0.75rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div.cta table th,
div.cta table td {
	padding: 0.5em 0.7em;
	text-align: center;
	border: 0.1rem solid #d2f2ff;
	background: #ffffff;
}

div.cta table thead th {
	background: #aaccd6;
}

div.cta table tbody th {
	font-size: 1.1rem;
	text-align: right;
}

div.cta table td {
	font-size: 1.3rem;
	line-height: 1;
}

div.cta table td span {
	font-size: 1rem;
}

div.cta p {
	font-size: 1.2rem;
	text-align: center;
}

div.cta table + p {
	margin-top: 1rem;
}

div.cta p img {
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}



@media screen and (min-width: 767px) {
	div.cta div.qrcode {
		margin: 0 1rem;
		border: 0.1rem solid #cccccc;
		background: #ffffff;
	}
	div.cta div.qrcode div.lead {
		cursor: pointer;
		position: relative;
		padding: 1.5rem 5.5rem 1px 2rem;
		background: #f4f4f4;
	}
	div.cta div.qrcode div.lead::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2.75rem;
		width: 1.25rem;
		height: 0.75rem;
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23333333%22%20width%3D%2225%22%20height%3D%2215%22%20viewBox%3D%220%200%2025%2015%22%3E%3Cpath%20d%3D%22M11.5%2C14.6L.4%2C3.6C-.1%2C3.1-.1%2C2.2.4%2C1.7L1.7.4c.5-.5%2C1.4-.5%2C1.9%2C0l8.9%2C8.7L21.4.4c.5-.5%2C1.4-.5%2C1.9%2C0l1.3%2C1.3c.5.5.5%2C1.4%2C0%2C1.9l-11.1%2C11c-.5.5-1.4.5-1.9%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	}
	div.cta div.qrcode div.lead.open::after {
		background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23333333%22%20width%3D%2225%22%20height%3D%2215%22%20viewBox%3D%220%200%2025%2015%22%3E%3Cpath%20d%3D%22M11.5.4L.4%2C11.4c-.5.5-.5%2C1.4%2C0%2C1.9l1.3%2C1.3c.5.5%2C1.4.5%2C1.9%2C0L12.5%2C5.9l8.9%2C8.7c.5.5%2C1.4.5%2C1.9%2C0l1.3-1.3c.5-.5.5-1.4%2C0-1.9L13.5.4c-.5-.5-1.4-.5-1.9%2C0h0Z%22%2F%3E%3C%2Fsvg%3E');
	}
	div.cta div.qrcode div.lead h3 {
		font-size: 1.4rem;
	}
	div.cta div.qrcode div.lead p {
		margin-top: 0;
		font-size: 0.9rem;
		text-align: left;
	}
	div.cta div.qrcode figure {
		text-align: center;
	}
}

@media screen and (max-width: 766px) {
	div.cta div.qrcode {
		display: none;
	}
}





/* ▼problem */
/* ----------------------------------------------------- */
div#problem {
	background: #f4f4f4;
}

div#problem h2 {
	padding: 0 0 5rem 0;
	font-size: 2.2rem;
	text-align: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23444444%22%20width%3D%2245%22%20height%3D%2230%22%20viewBox%3D%220%200%2045%2030%22%3E%3Cpolygon%20points%3D%2222.5%2030%200%200%2045%200%2022.5%2030%22%2F%3E%3C%2Fsvg%3E'),
					  url(../img/problem_headline.png);
	background-repeat: no-repeat;
	background-position: center bottom 2rem, center bottom;
	background-size: 2.25rem auto, 100% auto;
}

div#problem h2 strong {
	color: #007fc6;
	border-bottom: 0.1rem solid #007fc6;
}

div#problem h3 {
	font-size: 2.2rem;
	text-align: center;
}

div#problem h3 strong {
	color: #007fc6;
}

div#problem p {
	font-size: 2.2rem;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

div#problem p strong {
	color: #007fc6;
}

div#problem ul.checklist {
	margin: 0 0 3rem 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

div#problem ul.checklist li {
	list-style-type: none;
	width: 16rem;
	height: 7.5rem;
	margin: 1.5rem 0 0 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.625;
	color: #007fc6;
	text-align: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22320%22%20height%3D%22150%22%20viewBox%3D%220%200%20320%20150%22%3E%3Cpath%20fill%3D%22%23007fc6%22%20d%3D%22M32%2C2h288v118c0%2C16.6-13.4%2C30-30%2C30H2V32C2%2C15.4%2C15.4%2C2%2C32%2C2Z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M30%2C0h288v118c0%2C16.6-13.4%2C30-30%2C30H0V30C0%2C13.4%2C13.4%2C0%2C30%2C0Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#problem div#abandoned {
	overflow: hidden;
	margin: 3rem 0;
	background: #ffffff;
	border-radius: 1.5rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#problem div#abandoned h4 {
	font-size: 1.6rem;
	line-height: 2.5;
	color: #ffffff;
	text-align: center;
	background: #444444;
}

div#problem div#abandoned ul {
	margin: 0 2rem;
}

div#problem div#abandoned ul li {
	list-style-type: none;
	padding: 0.5em 0 0.5em 1.5em;
	font-size: 1.4rem;
}

div#problem div#abandoned ul li::before {
	content: "・";
	margin: 0 0.5em 0 -1.5em;
}

div#problem div#abandoned ul li + li {
	border-top: 0.1rem solid #cccccc;
}





/* ▼problem + bridge */
/* ----------------------------------------------------- */
div#problem + div.bridge {
	padding-bottom: 0;
	background: #dbdbdb;
}

div#problem + div.bridge div.container {
	overflow: visible;
}

div#problem + div.bridge div.container div.wrap {
	position: relative;
}

div#problem + div.bridge div.container div.wrap h2 {
	position: absolute;
	top: -4.5rem;
	left: 50%;
	width: 59.702%;
	padding: 0;
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	line-height: 1.667;
	color: #ffffff;
	background: #444444;
	transform: translate(-50%, 0);
	border-radius: 0.5rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#problem + div.bridge ul {
	margin: 0;
}

div#problem + div.bridge ul li {
	list-style-type: none;
	position: relative;
	margin: 0;
	font-size: 1.5rem;
	font-weight: medium;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	box-sizing: border-box;
}

div#problem + div.bridge ul li:first-child {
	height: 11.25rem;
	padding: 2rem 13.5rem 0 2rem;
	background-image: url(../img/problem_baloon_01.svg);
}

div#problem + div.bridge ul li:last-child {
	height: 12.75rem;
	margin-top: 1rem;
	padding: 1.5rem 2rem 0 11rem;
	background-image: url(../img/problem_baloon_02.svg);
}

div#problem + div.bridge ul li::before {
	content: "";
	position: absolute;
	bottom: 1rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#problem + div.bridge ul li:first-child::before {
	right: 3rem;
	width: 8rem;
	height: 10.25rem;
	background-image: url(../img/problem_baloon_01.png);
}

div#problem + div.bridge ul li:last-child::before {
	left: 2rem;
	width: 9.25rem;
	height: 11.75rem;
	background-image: url(../img/problem_baloon_02.png);
}





/* ▼solution */
/* ----------------------------------------------------- */
div#solution {
	padding: 7rem 0;
	background-color: #d2f2ff;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23dbdbdb%22%20width%3D%22750%22%20height%3D%22100%22%20viewBox%3D%220%200%20750%20100%22%3E%3Cpolygon%20points%3D%22750%2030%20375%20100%200%2030%200%200%20750%200%20750%2030%22%2F%3E%3C%2Fsvg%3E'),
					  url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ebfaff%22%20width%3D%22750%22%20height%3D%22100%22%20viewBox%3D%220%200%20750%20100%22%3E%3Cpath%20d%3D%22M750%2C66.1c-66.6-33.8-209.5-57.1-375-57.1S66.6%2C32.3%2C0%2C66.1v33.9h750v-33.9Z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-size: 100% auto;
}

div#solution ul {
	display: none;
}

div#solution div.wrap p {
	padding: 2rem;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
	border-radius: 0.5rem;
}

div#solution p strong {
	color: #d11851;
}

div#solution figure img {
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}





/* ▼policy */
/* ----------------------------------------------------- */
div#policy_01 {
	padding-top: 0;
	background: #ebfaff;
}

div#policy_02 {
	background: #ffffff;
}

div#policy_03 {
	background: #ebfaff;
}

div#policy_01 h2 {
	margin: 0 0 3rem 0;
	text-align: center;
}

div.policy h3 {
	font-size: 2.9rem;
	text-align: center;
}

div.policy h3 strong {
	color: #007fc6;
}

div.policy p {
	font-size: 1.4rem;
}

div.policy p strong {
	color: #d11851;
}

div.policy figure {
	overflow: hidden;
	border-radius: 0.5rem;
}

div.policy figure {
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}





/* ▼doctor */
/* ----------------------------------------------------- */
div#doctor {
	background: #f4f4f4;
}

div#doctor div.container {
	position: relative;
	z-index: 0;
}

div#doctor div.introduction {
	margin: 4rem 0;
	padding: 0 2rem;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}

div#doctor div#kitamoto.introduction {
	background-image: url(../img/doctor_kitamoto.jpg);
}

div#doctor div#hirota.introduction {
	background-image: url(../img/doctor_hirota.jpg);
}


div#doctor div.doctor {
	margin: 3rem 2rem;
}

div#doctor div.introduction div.career,
div#doctor div.introduction div.qualification,
div#doctor div.doctor div.qualification {
	position: relative;
	z-index: 0;
	background: #ffffff;
	border-radius: 1.5rem 0 1.5rem 0;
}

div#doctor div.introduction div.career div.contentwrap,
div#doctor div.introduction div.qualification div.contentwrap,
div#doctor div.doctor div.qualification div.contentwrap {
	position: relative;
	z-index: 2;
	padding: 1rem 2rem 1.5rem 2rem;
	background: #ffffff;
	border-radius: 1.5rem 0 1.5rem 0;
}

div#doctor div.introduction div.qualification,
div#doctor div.doctor div.qualification {
	margin: 1.5rem 0 0 0;
}

div#doctor div.introduction div.career::after,
div#doctor div.introduction div.qualification::after,
div#doctor div.doctor div.qualification::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 2px;
	left: 2px;
	width: 100%;
	height: 100%;
	background: #007fc6;
	border-radius: 1.5rem 0 1.5rem 0;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#doctor div.introduction div.career div.contentwrap h4,
div#doctor div.introduction div.qualification div.contentwrap h4,
div#doctor div.doctor div.qualification div.contentwrap h4 {
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	font-size: 1.4rem;
	border-bottom: 0.1rem solid #cccccc;
}

div#doctor div.introduction div.career div.contentwrap p,
div#doctor div.introduction div.qualification div.contentwrap ul,
div#doctor div.doctor div.qualification div.contentwrap ul {
	margin: 0;
}

div#doctor div.introduction div.career div.contentwrap p,
div#doctor div.introduction div.qualification div.contentwrap ul li,
div#doctor div.doctor div.qualification div.contentwrap ul li {
	font-size: 1.2rem;
}

div#doctor div.introduction div.qualification div.contentwrap ul li,
div#doctor div.doctor div.qualification div.contentwrap ul li {
	margin: 0 0 0 1.5rem;
}

div#doctor div.doctor h3 {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
}

div#doctor div.doctor.male h3 {
	background-image: url(../img/doctor_male.png);
}

div#doctor div.doctor.female h3 {
	background-image: url(../img/doctor_female.png);
}

div#doctor div#ogawa.doctor h3 {
	background-image: url(../img/doctor_ogawa.png);
}





/* ▼message */
/* ----------------------------------------------------- */
div#message {
	padding-top: 0;
	background-color: #f2ece2;
	background-image: url(../img/message_bg.svg),
					  url(../img/message_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}

div#message div.container {
	overflow: visible;
}

div#message div.bodytext {
	padding: 0.5rem 2rem;
	background: #ffffff;
	border-radius: 1.5rem;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#message div.bodytext p {
	font-size: 1.4rem;
}





/* ▼access */
/* ----------------------------------------------------- */
div#access {
	background: #ffffff;
}

div#access h3 {
	margin: 2rem 0 1rem 0;
	font-size: 1.4rem;
}

div#access h3 span {
	margin: 0 0.5rem 0 0;
	padding: 0.3rem 0.1rem 0.3rem 0.5rem;
	font-size: 1.6rem;
	color: #ffffff;
	background: #444444;
	border-radius: 0.25rem;
}

div#access h4 {
	font-size: 1.8rem;
	color: #007fc6;
}

div#access p {
	margin-top: 1rem;
	font-size: 1.4rem;
}

div#access figure {
	overflow: hidden;
	filter: drop-shadow(0.5rem 0.5rem 0.5rem rgba(0,0,0,0.05));
}

div#access hr {
	height: 0;
	border: 0 none;
	border-top: 0.1rem solid  #cccccc;
}





/* ▼footer */
/* ----------------------------------------------------- */
footer {
	padding: 0;
	background: #ffffff;
}

footer a {
	color: #000000 !important;
	text-decoration: none !important;
}

footer div.container {
	text-align: center;
}

footer figure {
	margin: 2.5em 0 0 0;
}

footer h2 {
	margin: 1.5em 0 0 0;
	font-size: 1.6rem;
}

footer p {
	margin: 1.5em 0 0 0;
	font-size: 1.4rem;
}

footer address {
	margin: 2em 0 0 0;
	padding: 1em 0;
	font-style: normal;
}



@media screen and (max-width: 766px) {
	footer {
		padding-bottom: 5.5rem;
	}
}





/* ▼ページトップ */
/* ----------------------------------------------------- */
div#pagetop {
	position: fixed;
	z-index: 100;
	right: 0;
}

div#pagetop p {
	margin: 0;
	padding: 0;
}

div#pagetop p a {
	display: block;
	width: 3em;
	height: 4.5em;
	padding: 1.75em 1em;
	line-height: 1;
	text-decoration: none;
	background: #000000;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 5px 0 0 5px;
	box-sizing: border-box;
}

div#pagetop p a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20fill%3D%22%23ffffff%22%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20d%3D%22M8.8%2C4.7c0.7-0.7%2C1.7-0.7%2C2.4%2C0l8.3%2C8.3c0.7%2C0.7%2C0.7%2C1.7%2C0%2C2.4s-1.7%2C0.7-2.4%2C0L10%2C8.2l-7.2%2C7.1c-0.7%2C0.7-1.7%2C0.7-2.4%2C0s-0.7-1.7%2C0-2.4L8.8%2C4.7L8.8%2C4.7z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
}

div#pagetop a:hover,
div#pagetop a:active {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE 8 */
}

div#pagetop a span {
	display: none;
}

div#pagetop a img {
	width: auto;
	max-width: 100%;
}



@media screen and (min-width: 767px) {

}

@media screen and (max-width: 766px) {
	div#pagetop {
		bottom: -1em;
	}
}





/* ▼banner */
/* ----------------------------------------------------- */
div#banner {
	position: fixed;
	z-index: 100;
}

div#banner p {
	margin: 0;
	padding: 0;
}

div#banner p a,
div#banner p button {
	position: relative;
	display: block;
}



@media screen and (min-width: 767px) {
	div#banner {
		bottom: 5%;
		right: 5%;
		width: 11rem;
	}
	div#banner p {
		width: 11rem;
		margin: 0 0 0 auto;
	}
	div#banner p a,
	div#banner p button {
		width: 11rem;
		height: 11rem;
		margin: 0 0 0 auto;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 766px) {
	div#banner {
		bottom: 0;
		left: 50%;
		width: 100%;
		transform: translate(-50%, 0);
	}
	div#banner p a,
	div#banner p button {
		margin-left: -1px;
		margin-right: -1px;
	}
}





/* ▼contact */
/* ----------------------------------------------------- */
body#contact section#contents h3,
body#confirm section#contents h3,
body#complete section#contents h3,
body#error section#contents h3 {
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
}

body#contact section#contents div.container > p,
body#confirm section#contents div.container > p,
body#complete section#contents div.container > p,
body#error section#contents div.container > p {
	text-align: center;
}

body#contact section#contents div.container > figure,
body#confirm section#contents div.container > figure,
body#complete section#contents div.container > figure,
body#error section#contents div.container > figure {
	text-align: center;
}

body#contact section#contents div#tel {
	margin: 4em 0 0 0;
	border: 1px solid #1a1a1a;
}

body#contact section#contents div#tel a {
	display: block;
	padding: 1em;
	color: #1a1a1a;
	text-decoration: none;
}

body#contact section#contents div#tel a h3 {
	margin: 1em 0 0 0;
}

body#contact section#contents div#tel a h3 +p {
	margin: 0.5em 0;
}

body#contact section#contents div#tel a p +p {
	margin-top: 0;
}

body#contact section#contents div#tel a p {
	text-align: center;
}

body#contact section#contents div#tel a p em {
	font-weight: 700;
}