@charset "utf-8";
/* Shinseikai-toyama hospital　Eye center
-----------------------------------------------------*/
section strong {
	color: #005e15;
}

section .flexbox .text {
	flex: 1;
	margin-right: 50px;
	order: 1;
}
section .flexbox .photo,
section .flexbox figure {
	order: 2;
}


@media screen and (max-width: 700px) {
	section .flexbox .text {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

/* ==============================================
    special-nav
============================================== */
.special-nav {
	background: #e5f0fd;
	padding: 20px 30px;
	margin-bottom: 40px;
}
.special-nav ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
.special-nav ul li {
	width: 18%;
	margin: 5px 1%;
}
.special-nav ul li a {
	font-size: 1.000em;
	font-weight: bold;
	color: #000;
	display: inline-block;
	padding-left: 20px;
}
.special-nav ul li a::before {
	content: "";
	display: inline-block;
	background: url("image/arrow01.svg") no-repeat 0 0 / contain;
	width: 14px;
	height: 14px;
	margin-right: 6px;
	margin-left: -20px;
}

@media screen and (max-width: 700px) {
	.special-nav {
		padding: 20px 10px;
	}
	.special-nav ul li {
		width: 48%;
	}
}

/* ==============================================
    
============================================== */
section strong {
	color: #005e15;
}

.special-for-medical {
	border: 1px dashed #579ce9;
	background: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.special-for-medical p:last-child {
	margin-bottom: 0;
}


.price-table table th,
.price-table table td {
	text-align: center;
}


dl.faq dt {
	font-weight: bold;
	color: #04428f;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
dl.faq dt::before {
	content: "Q";
	display: inline-block;
	background: #04428f;
	font-weight: bold;
	color: #fff;
	width: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
dl.faq dd {
	margin-bottom: 30px;
	padding-left: 30px;
	position: relative;
}
dl.faq dd::before {
	content: "A";
	display: inline-block;
	background: #005e16;
	font-weight: bold;
	color: #fff;
	width: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 5px;
	position: absolute;
	top: 0;
	left: 0;
}


.attention_block {
	border: 4px solid #df3923;
	padding: 12px 10px;
	text-align: center;
	margin: 70px auto 30px;
	width: 60%;
}
.attention_block p {
	font-size: 1.125em;
	font-weight: bold;
	color: #df3923;
}

@media screen and (max-width: 1000px) {
	.attention_block {
		margin: 50px auto 30px;
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	.attention_block {
		text-align: left;
	}
}
