@charset "UTF-8";
body,h1,h2,h3,h4,p,a,ul,li,dl,dt,dd,address {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	text-indent: none;
	list-style: none;
	text-decoration: none;
	font-weight: 400;
	transition: all 0.5s 0s ease;
}
html {
	scroll-behavior: smooth;
}
img {
	width: 100%;
}
strong {
	font-weight: 700;
}
.sp {
	display: none;
}
.pc {
	display: inline-block;
}
header {
	position: relative;
	max-width: 1440px;
	min-width: 1120px;
	height: 271px;
	margin: 0 auto;
	background: url(/wp-content/uploads/header.png) top left no-repeat;
	background-size: auto 100%;
}
header.top {
	height: 643px;
	background: url(/wp-content/uploads/header-top.jpg) top left no-repeat;
	background-size: auto 100%;
}

header .navi {
	overflow: hidden;
	background: rgba(255,255,255,0.7);
}
header .navi .header-title {
	float: left;
	margin: 0 0 0 75px;
	padding: 6px 0 16px 65px;
	color: #0066DB;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	background: url(/wp-content/uploads/logo.png) left center no-repeat;
	background-size: 55px auto;
}
header .navi .header-title span {
	display: inline-block;
	font-size: 20px;
	margin-left: 3px;
}
header .navi ul.contact {
	float: right;
	margin: 25px 50px 0 0;
}
header .navi ul.contact li {
	float: left;
	margin: 0 0 0 10px;
}
header .navi ul.contact li.tel a,
header .navi ul.contact li.email a {
	box-sizing: border-box;
	display: block;
	height: 50px;
	padding: 0 25px 0 55px;
	border: 1px solid #0066DB;
	border-radius: 25px;
	color: #0066DB;
	font-size: 28px;
	font-weight: 500;
}
header .navi ul.contact li.tel a:hover,
header .navi ul.contact li.email a:hover {
	text-decoration: underline;
}
header .navi ul.contact li.tel a {
	background: #fff url(/wp-content/uploads/header-icon-tel.png) 25px center no-repeat;
	background-size: 20px auto;
	line-height: 50px;
}
header .navi ul.contact li.email a {
	background: #fff url(/wp-content/uploads/header-icon-email.png) 25px 18px no-repeat;
	background-size: 21px auto;
	line-height: 46px;
}
header .navi ul.contact li.text {
	margin-right: 10px;
	color: #0066DB;
	font-size: 16px;
	font-weight: 900;
	line-height: 50px;
}
header .header-lead {
	position: absolute;
	bottom: 30px;
	left: 120px;
	color: #3169C4;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.3;
}
header .banner-online {
	position: absolute;	
	bottom: 30px;
	right: 110px;
	width: 368px;
}
header .banner-online:hover {
	transform:scale(1.05);
}

@media ( max-width: 1250px ) {
	header .navi .header-title {
		margin-left: 25px;
	}
	header .navi ul.contact {
		margin-right: 25px;
	}
	header .header-lead {
		bottom: 35px;
		left: 70px;
	}
	header .banner-online {
		right: 25px;
	}
}
@media (max-width: 780px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
	header {
		width: 100%;
		max-width: auto;
		min-width: auto;
		height: 40.9669vw;
		background: url(/wp-content/uploads/header-sp.jpg) top left no-repeat;
		background-size: auto 100%;
	}
	header.top {
		margin-bottom: calc(77vw + 40px);
		height: 83vw;
		background: url(/wp-content/uploads/header-top-sp.jpg) top left no-repeat;
		background-size: auto 100%;
	}
	header .navi .header-title {
		margin: 0 0 0 3.8vw;
		padding: 6.4vw 0 3.8vw 10.3vw;
		font-size: 4.6vw;
		background: url(/wp-content/uploads/logo.png) left 7.7vw no-repeat;
		background-size: 9.0vw auto;
	}
	header .navi .header-title span {
		display: inline-block;
		font-size: 3.1vw;
		margin-left: 0.3vw;
	}
	header .navi ul.contact {
		float: right;
		margin: 3.8vw 3.8vw 0 0;
	}
	header .navi ul.contact li {
		margin: 0 0 0 1.3vw;
	}
	header .navi ul.contact li.tel a,
	header .navi ul.contact li.email a {
		height: auto;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	header .navi ul.contact li.tel a img,
	header .navi ul.contact li.email a img {
		width: auto;
		height: 13.8vw;
	}
	header .navi ul.contact li.tel a:hover,
	header .navi ul.contact li.email a:hover {
		text-decoration: none;
	}
	header .navi ul.contact li.tel a {
		background: none;
		line-height: auto;
	}
	header .navi ul.contact li.email a {
		background: none;
		line-height: auto;
	}
	header .navi ul.contact li.text {
		display: none;
	}
	header .header-lead {
		position: absolute;
		bottom: 10vw;
		left: 3.8vw;
		font-size: 3.6vw;
		line-height: 1.3;
	}
	header .banner-online {
		position: absolute;	
		bottom: -77vw;
		right: 9vw;
		width: 82vw;
	}

}

main {
	box-sizing: border-box;
	width: 1120px;
	margin: 60px auto;
}
main .heading01 {
	margin: 0 0 60px 0;
	color: #00128A;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
main .heading02 {
	margin: 60px 0 30px 0;
	color: #00128A;
	font-size: 40px;
	font-weight: 700;
}
main .heading03 {
	margin: 30px 0;
	color: #00128A;
	font-size: 24px;
	font-weight: 500;
}
main .heading04 {
	margin: 30px 0;
	color: #000000;
	font-size: 24px;
	font-weight: 500;
}
@media (max-width: 1120px) {
	main {
		padding: 0 20px;
	}
}
@media (max-width: 780px) {
	main {
		width: 92vw;
		margin: 40px auto;
		padding: 0;
	}
	main .heading01 {
		margin: 0 0 40px 0;
		font-size: 5.1282vw;
	}
	main .heading02 {
		margin: 40px 0 20px 0;
		font-size: 5.1282vw;
	}
	main .heading03 {
		margin: 20px 0 10px;
		font-size: 3.6vw;
	}
	main .heading04 {
		margin: 20px 0 10px;
		font-size: 3.6vw;
	}
}

main .symptoms {
	overflow: hidden;
	width: 1120px;
	margin: 0 auto;
}
main .symptoms li {
	float: left;
	margin: 0 20px 10px 0;
}
main .symptoms li:nth-child(3n) {
	margin: 0 0 10px 0;
}
main .symptoms li a {
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	width: 360px;
	height: 180px;
	border: 3px solid #CCE4FF;
}
main .symptoms li a .pic {
	float: left;
	width: 147px;
}
main .symptoms.about li a .pic {
	display: none;
}
main .symptoms li a span {
	box-sizing: border-box;
	position: relative;
	float: right;
	width: 207px;
	height: 174px;
	padding: 41px 0 0 0;
	color: #1F2F98;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	background: #FFFBEA;
}
main .symptoms li:nth-child(8) a span {
	padding-top: calc(41px + 0.6em);
}
main .symptoms li:nth-child(10) a span,
main .symptoms li:nth-child(9) a span {
	padding-top: calc(41px - 0.6em);
}
main .symptoms li:nth-child(12) a span {
	padding-top: 5px;
}
main .symptoms li a:hover {
	border-color: rgba(0, 102, 219, 1);
}
main .symptoms li a span .arw {
	width: 35px;
	position: absolute;
	left: 86px;
	bottom: 20px;
}
main .symptoms li a:hover span .arw {
	left: 106px;
	transition: all 0.5s 0s ease;
}

main .symptoms.about li a {
	box-sizing: border-box;
	height: 98px;
}
main .symptoms.about li a span {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 16px;
	padding-left: 20px;
	text-align: left;
	line-height: 1.2;
	background: none;
}
main .symptoms.about li a span:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 98px;
	line-height: 1.2;
	background: #FFFBEA;
	z-index: -1;
}
main .symptoms.about li:nth-child(8) a span {
	padding-top: calc(16px + 0.6em);
}
main .symptoms.about li:nth-child(9) a span {
	padding-top: calc(16px - 0.6em);
}
main .symptoms.about li a span .arw {
	width: 36px;
	position: absolute;
	right: 17px;
	left: auto;
	top: 35px;
	bottom: auto;
}
main .symptoms.about li a:hover span .arw {
	right: 7px;
	left: auto;
	transition: all 0.5s 0s ease;
}

@media (max-width: 1120px) {
	main .symptoms {
		overflow: hidden;
		width: 1080px;
		margin: 0 auto;
	}
	main .symptoms li {
		float: left;
		margin: 0 8px 10px 0;
	}
	main .symptoms li a {
		width: 354px;
	}
	main .symptoms li a span {
		width: 201px;
	}
	main .symptoms li a span .arw {
		left: 82px;
	}
	main .symptoms li a:hover span .arw {
		left: 100px;
	}

	main .symptoms.about li a span .arw {
		right: 20px;
		left: auto;
	}
	main .symptoms.about li a:hover span .arw {
		right: 12px;
		left: auto;
	}
}
@media (max-width: 780px) {
	main .symptoms {
		width: 100%;
	}
	main .symptoms li {
		float: left;
		margin: 0 2.6vw 1.3vw 0;
	}
	main .symptoms li:nth-child(3n) {
		margin: 0 2.6vw 1.3vw 0;
	}
	main .symptoms li:nth-child(2n) {
		margin: 0 0 1.3vw 0;
	}
	main .symptoms li a {
		width: 44.7vw;
		height: 22.35vw;
		border: 0.4vw solid #CCE4FF;
	}
	main .symptoms li a .pic {
		float: left;
		width: 18.84vw;
	}
	main .symptoms li a span {
		width: 25.06vw;
		height: 21.55vw;
		padding: 5vw 0 0 0;
		font-size: 3vw;
		line-height: 1.3;
	}
	main .symptoms li:nth-child(8) a span {
		padding-top: calc(5vw + 0.6em);
	}
	main .symptoms li:nth-child(3) a span,
	main .symptoms li:nth-child(10) a span,
	main .symptoms li:nth-child(9) a span {
		padding-top: calc(5vw - 0.6em);
	}
	main .symptoms li:nth-child(12) a span {
		padding-top: 0.6vw;
	}
	main .symptoms li a span .arw {
		width: 4.6vw;
		left: 10.897vw;
		bottom: 2.5vw;
	}
	main .symptoms li a:hover span .arw {
		left: 15vw;
	}

	main .symptoms.about li a {
		height: 17.7vw;
	}
	main .symptoms.about li a span {
		padding-top: 4.1vw;
		padding-left: 5.1vw;
		line-height: 1.3;
		font-size: 	3.6vw;
	}
	main .symptoms.about li a span:after {
		width: 7.3vw;
		height: 17.7vw;
	}
	main .symptoms.about li:nth-child(8) a span {
		padding-top: calc(3.6vw + 0.6em);
	}
	main .symptoms.about li:nth-child(12) a span,
	main .symptoms.about li:nth-child(9) a span {
		padding-top: calc(3.6vw - 0.6em);
	}
	main .symptoms.about li a span .arw {
		width: 4.3vw;
		right: 1.5vw;
		top: 7vw;
	}
	main .symptoms.about li a:hover span .arw {
		right: 0.5vw;
	}

}

main .top-online p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}
main .button-online {
	display: block;
	box-sizing: border-box;
	margin: 40px auto;
	width: 645px;
	height: 82px;
	background: rgba(0, 102, 219, 1);
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	line-height: 82px;
	border-radius: 41px;
	text-align: center;
	box-shadow: 0px 3px 6px #999;
}
main .button-online.footer {
	margin: 80px auto;
}
main .button-online:after {
	content: "　";
	display: inline-block;
	width: 42px;
	margin: 0 0 0 20px;
	background: url(/wp-content/uploads/arw-button01.png) center center no-repeat;
	background-size: 42px auto;
}
main .button-online:hover {
	transform: translateY(3px);
	transition: all 0.1s 0s ease;
}
@media (max-width: 780px) {
	main .top-online p {
		font-size: 3.6vw;
	}
	main .button-online {
		margin: 40px auto;
		width: 78.8vw;
		height: 11.4vw;
		margin: 5.1vw auto;
		font-size: 4.1vw;
		line-height: 11.4vw;
		border-radius: 39.4vw;
		box-shadow: 0px 0.5vw 1vw #999;
	}
	main .button-online.footer {
		margin: 7.7vw auto;
	}
	main .button-online:after {
		content: "　";
		display: inline-block;
		width: 5.64vw;
		margin: 0 0 0 10px;
		background: url(/wp-content/uploads/arw-button01.png) center center no-repeat;
		background-size: 5.64vw auto;
	}
	main .button-online:hover {
		transform: translateY(0.7vw);
		transition: all 0.1s 0s ease;
	}
}

main .info__items {
	overflow: hidden;
	padding: 20px 24px 20px 24px; 
	background: #FFFBEA;
}
main .info__items:nth-child(2n) {
	background: #FFFFFF;
}
main .info__items .info__date {
	float: left;
	color: #8D8D8D;
	font-size: 16px;
	font-weight: 400;
}
main .info__items .info__cat {
	float: left;
	width: 104px;
	height: 24px;
	margin: 0 0 0 20px;
	background: #999999;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.info__items .info__cat.announcement {
	background: #FF8964;
}
.info__items .info__cat.clinic-information {
	background: #7EC7EF;
}
.info__items .info__cat.information {
	background: #00128A;
}
.info__items .info__body {
	float: right;
	width: 808px;
	margin-top: -7px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

.info__items .info__body a {
	text-decoration: underline;
}
.info__items .info__body a:hover {
	text-decoration: none;
}
.info__items .info__body p {
	margin-bottom: 0.5em;
}
.info__items .info__body p:last-child {
	margin-bottom: 0;
}
.info__items .info__body strong {
  font-weight: 700;
}
.info__items .info__body .bold {
  font-weight: 700;
}
.info__items .info__body .red {
  color: #e60033;
}
.info__items .info__body .bold-red {
  font-weight: 700;
  color: #e60033;
}
.info__items .info__body .blue {
  color: #0095d9;
}
.info__items .info__body .bold-blue {
  font-weight: 700;
  color: #0095d9;
}
.info__items .info__body .green {
  color: #3eb370;
}
.info__items .info__body .bold-green {
  font-weight: 700;
  color: #3eb370;
}

@media (max-width: 780px) {
	main .info__items {
		padding: 4.3vw; 
	}
	main .info__items:nth-child(2n) {
		background: #FFFFFF;
	}
	main .info__items .info__date {
		float: left;
		color: #8D8D8D;
		font-size: 3.1vw;
		font-weight: 400;
	}
	main .info__items .info__cat {
		float: left;
		width: 18vw;
		height: 4.4vw;
		font-size: 3.3vw;
		line-height: 4.4vw;
	}
	.info__items .info__body {
		clear: both;
		float: none;
		width: auto;
		margin-top: 0;
		padding-top: 2vw;
		font-size: 3.8vw;
		line-height: 1.5;
	}

}

main .top-message {
	position: relative;
	padding: 0 0 45px 0;
}
main .top-message p {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}
main .top-message .pics {
	overflow: hidden;
	margin: 30px 0;
}
main .top-message .pics .pic {
	width: 48%;
}
main .top-message .pics .pic:first-child {
	float: left;
}
main .top-message .pics .pic:last-child {
	float: right;
}
main .top-message .bg {
	position: absolute;
	bottom: 0;
	width: 100vw;
	left: calc((1120px - 100vw) / 2);
	z-index: -1;
}
@media (min-width: 1440px) {
	main .top-message .bg {
		position: absolute;
		bottom: 0;
		width: 1440px;
		left: calc((1120px - 1440px) / 2);
		z-index: -1;
	}
}
@media (max-width: 1120px) {
	main .top-message .bg {
		width: 1120px;
		left: -20px;
	}
}
@media (max-width: 780px) {
	main .top-message p {
		font-size: 3.6vw;
	}
	main .top-message .pics {
		margin: 20px 0;
	}
	main .top-message .bg {
		width: 100vw;
		left: -4vw;
	}
}

main table.schedule {
	width: 928px;
	margin: 45px auto 0;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;
}
main table.schedule th {
	width: 100px;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFF;
	background: #3169C4;
}
main table.schedule th:first-child {
	width: 228px;
}
main table.schedule td {
	border-bottom: 1px solid #000000;
}
main table.schedule td:first-child {
	font-size: 24px;
	font-weight: 500;
}
main table.schedule td .mark {
	padding: 30px 0 0 0;
	font-size: 25px;
	line-height: 25px;
}
main table.schedule td .mark.orange {
	color: #FF8964;
}
main table.schedule td .comment {
	height: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
main .schedule-comment {
	width: 928px;
	margin: 15px auto 0;
	font-size: 24px;
	font-weight: 400;
}
@media (max-width: 780px) {
	main table.schedule {
		width: 100vw;
		margin: 20px auto 0 -4vw;
	}
	main table.schedule th {
		width: 11vw;
		height: 6.1vw;
		line-height: 6.1vw;
		font-size: 2.82vw;
	}
	main table.schedule th:first-child {
		width: 23vw;
	}
	main table.schedule td:first-child {
		font-size: 2.6vw;
		font-weight: 500;
	}
	main table.schedule td .mark {
		padding: 2.82vw 0 0 0;
		font-size: 2.7vw;
		line-height: 2.7vw;
	}
	main table.schedule td .comment {
		height: 2.82vw;
		font-size: 2.17vw;
		line-height: 2.82vw;
	}	
	main .schedule-comment {
		width: 100%;
		margin: 10px auto 0;
		font-size: 3.6vw;
	}
}

main .top-access {
	overflow: hidden;
}
main .top-access .map-wrapper {
	display: inline-block;
	width: 572px;
}
main .top-access .map {
	position: relative;
	padding-top: 75%; /* 4:3 アスペクト比 */
	height: 0;
}
main .top-access .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
main .top-access .text {
	display: inline-block;
	margin: 0 0 0 30px;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
}
@media (max-width: 780px) {
	main .top-access .map-wrapper {
		display: block;
		width: 100%;
	}
	main .top-access .map {
		position: relative;
		padding-top: 75%; /* 4:3 アスペクト比 */
		height: 0;
	}
	main .top-access .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	main .top-access .text {
		display: block;
		margin: 10px 0 0 0;
		font-size: 3.6vw;
	}
}

footer {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 36px;
	color: #fff;
	font-weight: 500;
	background: #7BBBF3;
}
footer .footer-title {
	float: left;
	margin: 0 45px 0 175px;
	padding: 0 0 12px 93px;
	font-size: 38px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	background: url(/wp-content/uploads/logo.png) left center no-repeat;
	background-size: 67px auto;
}
footer .footer-title span {
	margin-left: 4px;
	font-size: 25px;
}
footer .footer-contact {
	float: left;
}
footer .footer-link {
	float: left;
	padding: 15px 0 0 60px; 
}
footer .footer-link ul {
	padding: 0 0 0 2.5em;
	border-left: 1px solid #FFFFFF;
}
footer .footer-link ul {
	font-size: 15px;
}
footer .footer-link ul li {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.6;
	list-style: disc;
}
footer .footer-link ul li a {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: underline;
}
footer .footer-link ul li a:hover {
	text-decoration: none;
}

footer .address {
	padding: 15px 0 0 0;
	color: #ffffff;
	line-height: 1.25;
}
footer .contact {
	padding: 5px 0 0 0;
	color: #ffffff;	
	line-height: 1.25;
}
.copyright {
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
}
@media screen and (max-width: 1440px){
	footer .footer-title {
		margin-left: 50px;
	}
	footer .footer-link {
		padding: 15px 0 0 30px; 
	}
}
@media screen and (max-width: 1120px){
	footer .footer-title {
		margin-left: 25px;
	}
	footer .footer-contact {
		float: none;
		width: auto;
	}
	footer .footer-link {
		float: none;
		clear: both;
		width: 96vw;
		margin: 35px auto 0;
		padding: 15px 0 0 0; 
		border-top: 1px solid #FFFFFF;
		border-left: none;
	}
	footer .footer-link ul {
		width: 20em;
		margin: 0 auto;
		padding: 0 0 0 1.5em;
		border: none;
	}
}
@media (max-width: 780px) {
	footer {
		width: 100%;
		padding: 20px 0 24px;
		max-width: auto;
		min-width: auto;
	}
	footer .footer-title {
		float: none;
		width: 7em;
		margin: 0 auto;
		padding: 0 0 12px 60px;
		font-size: 30px;
		background: url(/wp-content/uploads/logo.png) left center no-repeat;
		background-size: 53px auto;
	}
	footer .footer-title span {
		margin-left: 4px;
		font-size: 20px;
	}
	footer .address {
		padding: 5px 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	footer .contact {
		font-size: 13px;
		text-align: center;
	}
	footer .footer-link {
		width: 92vw;
		margin: 20px auto 0;
		padding: 15px 0 0 0; 
	}
	footer .footer-link ul {
		font-size: 13px;
	}
	footer .footer-link ul li {
		font-size: 13px;
	}
	footer .footer-link ul li a {
		font-size: 13px;
	}
}

/* --------------------------------
「当院で対応できる症状」ページ
-------------------------------- */
main .about-symptom .heading {
	width: 100%;
	height: 440px;
	display: flex;
	align-items: center;
	margin: 40px 0 0 0;
	color: #00128A;
	font-size: 40px;
	font-weight: 700;
	background-size: 440px 440px;
	background-position: top right;
	background-repeat: no-repeat;
}
main .about-symptom .heading#symptom01 {
	background-image: url(/wp-content/uploads/about-bg-n01.png);
}
main .about-symptom .heading#symptom02 {
	background-image: url(/wp-content/uploads/about-bg-n02.png);
}
main .about-symptom .heading#symptom03 {
	background-image: url(/wp-content/uploads/about-bg-n03.png);
}
main .about-symptom .heading#symptom04 {
	background-image: url(/wp-content/uploads/about-bg-n04.png);
}
main .about-symptom .heading#symptom05 {
	background-image: url(/wp-content/uploads/about-bg-n05.png);
}
main .about-symptom .heading#symptom06 {
	background-image: url(/wp-content/uploads/about-bg-n06.png);
}
main .about-symptom .heading#symptom07 {
	background-image: url(/wp-content/uploads/about-bg-n07.png);
}
main .about-symptom .heading#symptom08 {
	background-image: url(/wp-content/uploads/about-bg-n08.png);
}
main .about-symptom .heading#symptom09 {
	background-image: url(/wp-content/uploads/about-bg-n09.png);
}
main .about-symptom .heading#symptom10 {
	background-image: url(/wp-content/uploads/about-bg-n10.png);
}
main .about-symptom .heading#symptom11 {
	background-image: url(/wp-content/uploads/about-bg-n11.png);
}
main .about-symptom .heading#symptom12 {
	background-image: url(/wp-content/uploads/about-bg-n12.png);
}
main .about-symptom .text {
	margin: 1em 0 0 0;
	font-size: 24px;
	font-weight: 400;
	line-height: 2;
}
@media (max-width: 780px) {
	main .about-symptom .heading {
		height: 35.9vw;
		margin: 20px 0 0 0;
		font-size: 4.1vw;
		background-size: 35.9vw 35.9vw;
	}
	main .about-symptom .text {
		font-size: 3.6vw;
		line-height: 1.8;
	}
}


/* --------------------------------
「オンライン診療」ページ
-------------------------------- */
body.online main .heading01 {
	margin: 0 0 20px 0;
}
body.online main .online-button-area {
	width: 100vw;
	margin: 0 0 0 -4vw;
}
body.online main .online-button-area li a {
	display: block;
	box-sizing: border-box;
	padding-top: 3.2vw;
	width: 100%;
	height: 19.8vw;
	text-align: center;
}
body.online main .online-button-area li a:hover {
	background: #7BBBF3;
}
body.online main .online-button-area li a img {
	width: auto;
	height: 13.4vw;
}
body.online main .online-text {
	margin: 20px 0 0 0;
	font-size: 3.6vw;
	line-height: 1.7;
}

@media (min-width:451px) {
	body.online {
		background: url(/wp-content/uploads/online-bg-01.png) top left no-repeat;
		background-size: 100% auto;
	}
	body.online .pc {
		display: none;
	}
	body.online .sp {
		display: inline-block;
	}
	body.online header {
		width: 450px;
		max-width: auto;
		min-width: auto;
		height: 184px;
		background: url(/wp-content/uploads/header-sp.jpg) top left no-repeat;
		background-size: auto 100%;
	}
	body.online header .navi {
		width: 450px;
	}
	body.online header .navi .header-title {
		margin: 0 0 0 17px;
		padding: 29px 0 17px 46px;
		font-size: 21px;
		background: url(/wp-content/uploads/logo.png) left 35px no-repeat;
		background-size: 41px auto;
	}
	body.online header .navi .header-title span {
		display: inline-block;
		font-size: 14px;
		margin-left: 2px;
	}
	body.online header .navi ul.contact {
		float: right;
		margin: 17px 17px 0 0;
	}
	body.online header .navi ul.contact li {
		margin: 0 0 0 5px;
	}
	body.online header .navi ul.contact li.tel a,
	body.online header .navi ul.contact li.email a {
		height: auto;
		padding: 0;
		border: none;
		border-radius: 0;
	}
	body.online header .navi ul.contact li.tel a span,
	body.online header .navi ul.contact li.email a span {
		display: none;
	}
	body.online header .navi ul.contact li.tel a img,
	body.online header .navi ul.contact li.email a img {
		display: inline;
		height: 62px;
	}
	body.online header .navi ul.contact li.tel a:hover,
	body.online header .navi ul.contact li.email a:hover {
		text-decoration: none;
	}
	body.online header .navi ul.contact li.tel a {
		background: none;
		line-height: auto;
	}
	body.online header .navi ul.contact li.email a {
		background: none;
		line-height: auto;
	}
	body.online header .navi ul.contact li.text {
		display: none;
	}

	body.online main {
		width: 450px;
		margin: 0 auto;
		padding: 40px 18px;
		background: #FFFFFF;
	}
	body.online main .heading01 {
		margin: 0 0 20px 0;
		font-size: 23px;
	}
	body.online main .online-button-area {
		width: 450px;
		margin: 0 0 0 -18px;
	}
	body.online main .online-button-area li a {
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 88px;
		padding-top: 14px;
		text-align: center;
	}
	body.online main .online-button-area li a:hover {
		background: #7BBBF3;
	}
	body.online main .online-button-area li a img {
		height: 60px;
		width: auto;
	}
	body.online main .online-text {
		margin: 20px 0 0 0;
		font-size: 16px;
		line-height: 1.7;
	}

	body.online footer {
		width: 450px;
		margin: 0 auto;
		padding: 20px 0 24px;
		max-width: auto;
		min-width: auto;
	}
	body.online footer .footer-title {
		float: none;
		width: 7em;
		margin: 0 auto;
		padding: 0 0 12px 60px;
		font-size: 30px;
		background: url(/wp-content/uploads/logo.png) left center no-repeat;
		background-size: 53px auto;
	}
	body.online footer .footer-title span {
		margin-left: 4px;
		font-size: 20px;
	}
	body.online footer .address {
		padding: 5px 0 0 0;
		font-size: 13px;
		text-align: center;
	}
	body.online footer .contact {
		font-size: 13px;
		text-align: center;
	}
	body.online .copyright {
		width: 450px;
		margin: 0 auto;
		padding: 5px 0 0 0;
		background: #FFFFFF;
	}
	body.online footer .footer-contact {
		float: none;
		width: auto;
	}
	body.online footer .contact {
		font-size: 13px;
		text-align: center;
	}
	body.online footer .footer-link {
		float: none;
		clear: both;
		width: 96vw;
		margin: 35px auto 0;
		padding: 15px 0 0 0; 
		border-top: 1px solid #FFFFFF;
		border-left: none;
	}
	body.online footer .footer-link ul {
		width: 20em;
		margin: 0 auto;
		padding: 0 0 0 1.5em;
		border: none;
	}
	body.online footer .footer-link {
		width: 416px;
		margin: 20px auto 0;
		padding: 15px 0 0 0; 
	}
	body.online footer .footer-link ul {
		font-size: 13px;
	}
	body.online footer .footer-link ul li {
		font-size: 13px;
	}
	body.online footer .footer-link ul li a {
		font-size: 13px;
	}
}
