@charset "utf-8";

#topInformation {
	padding: 0 30px;
	height: 240px;
	margin-bottom: 60px;
}

#topInformation .info {
	padding: 20px;
	float: left;
	width: 450px;
	height: 240px;
}

#topInformation h2 {
	font-size: 30px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	height: 55px;
}

#topInformation p {
	font-size: 18px;
	margin-bottom: 20px;
}

#topInformation .btn a {
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	border-radius: 30px;
	position: relative;
}
@media screen and (max-width: 1240px) {
	#topInformation {
		padding: 0 20px;
		height: 240px;
		margin-bottom: 60px;
	}
	#topInformation .info {
		padding: 20px 0;
		float: left;
		width: 450px;
		height: 240px;
	}
	#topInformation h2 {
		font-size: 24px;
		height: 55px;
	}
	#topInformation .image {
		text-align: right;
		margin-left: 450px;
		overflow-x: hidden;
	}
	#topInformation .image img {
		width: auto;
	}
}
@media screen and (max-width: 600px) {
	#topInformation {
		padding: 0;
		height: auto;
		margin-bottom: 30px;
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#topInformation::after {
		clear: both;
		content: "";
		display: block;
	}
	#topInformation .info {
		padding: 20px 10px;
		float: none;
		width: 100%;
		height: auto;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
		background: #F8FFEF;
	}
	#topInformation h2 {
		font-size: 20px;
		height: auto;
		margin-bottom: 10px;
	}
	#topInformation p {
		font-size: 16px;
	}
	#topInformation .image {
		text-align: center;
		margin-left: 0;
		overflow-x: hidden;
	}
	#topInformation .image img {
		width: 100%;
		object-fit: contain;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
}

section.content {
	width: 1000px;
	margin: 0 auto 50px;
	position: relative;
}

section.content h3 {
	font-size: 18px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 3px solid #22B573;
	margin-bottom: 20px;
	line-height: 35px;
}

section.content p {
	font-size: 14px;
	line-height: 24.5px;
	margin-bottom: 30px;
}

section.content .imgL {
	float: left;
	margin-right: 20px;
}

section.content .imgR {
	float: right;
	margin-left: 20px;
}

section.content div.imgR img {
	margin-bottom: 10px;
	display: block;
}
@media screen and (max-width: 600px) {
	section.content div.imgR img {
		width: 150px;
	}
}

section.content dl.service {
	margin-top: 30px;
	width: 700px;
}
@media screen and (max-width: 1000px) {
	section.content {
		width: auto;
		padding: 0 5px;
	}
	section.content h3 {
		padding: 0 5px;
	}
	section.content p {
		padding: 0 10px;
	}
	section.content dl.service {
		margin-top: 30px;
		width: 700px;
	}
	section.content.style05 img {
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
	section.content dl.service {
		width: auto;
	}
}

section.content dl.service dt {
	position: relative;
	padding-left: 44px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
}

section.content dl.service dt::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border: 2px solid #F7931E;
	border-radius: 50%;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

section.content dl.service dt::after {
	content: "";
	display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F7931E;
    border-right: 2px solid #F7931E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 9px;
}

section.content dl.service dd {
	padding-left: 44px;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 30px;
}

section.content.qanda h3 {
    flex: 1;
}
section.content .flex {
    display: flex;
}
section.content .flex img {
    margin-left: 10px;
}
section.content.qanda dl {
	margin-top: 30px;
	width: 700px;
}
section.content.qanda dl dt {
	position: relative;
	padding-left: 44px;
	line-height: 32px;
	font-size: 16px;
    padding-bottom: 10px;
	font-weight: bold;
}
section.content.qanda dl dt::before {
	content: "Q";
    color: #F7931E;
    font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
section.content.qanda dl dd {
	position: relative;
	padding-left: 44px;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 30px;
}
section.content.qanda dl dd::before {
	content: "A";
    color: #C00;
	font-weight: bold;
    font-size: 28px;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
section.content.qanda .photos {
    width: 300px;
}
section.content.qanda .photos li {
    padding-bottom: 10px;
    padding-left: 10px;
}
section.content.qanda .photos li img {
    width: 100%;
}

@media screen and (max-width: 1000px) {
	section.content dl.qanda {
		margin-top: 30px;
		width: 700px;
	}
}
@media screen and (max-width: 700px) {
	section.content dl.qanda {
		width: auto;
	}
}

section.content .rightimage {
	position: absolute;
	top: 60px;
	right: 0;
}
@media screen and (max-width: 600px) {
	section.content .rightimage {
		display: none;
	}
}

section.content .centerimage {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
	section.content .centerimage img {
		width: 100%;
	}
}

section.content .pdflist {
	width: 880px;
	margin: 30px auto;
}

@media screen and (max-width: 880px) {
	section.content .pdflist {
		width: 100%;
		margin: 30px auto;
	}
}

section.content .pdflist li {
	margin-bottom: 20px;
}

section.content .pdflist li a {
	position: relative;
	height: 70px;
	padding: 5px;
	display: block;
	padding-left: 100px;
	font-weight: bold;
	line-height: 60px;
	border-radius: 10px;
}

section.content .pdflist li a::before {
	content: "";
	display: block;
	background: url("../dayservice/images/pdf_icon.png") no-repeat 0 0;
	width: 57px;
	height: 57px;
	position: absolute;
	top: 6px;
	left: 20px;
}

section.content .pdflist li a:hover {
	background: #FFDBDC;
}

section.content .pdfcoution {
	background: #EFEFEF;
	width: 660px;
	margin: 20px auto 50px;
	padding: 25px 0;
	text-align: center;
}

section.content .pdfcoution p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media screen and (max-width: 660px) {
	section.content .pdfcoution {
		width: 100%;
	}
	section.content .pdfcoution p {
		font-size: 12px;
		line-height: 20px;
	}
}

section.content .access {
	padding-top: 20px;
	width: 880px;
	margin: 0 auto;
}

section.content .access dt {
	float: left;
	width: 250px;
	font-size: 16px;
}

section.content .access dt::before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	background: #009245;
}

section.content .access dd {
	font-size: 16px;
	margin-left: 250px;
}

section.content .mapimage {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
	section.content .access {
		padding-top: 20px;
		width: auto;
		margin: 0 auto;
	}
	section.content .access dl {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}
	section.content .access dt {
		width: auto;
		line-height: 20px;
		float: none;
		position: relative;
		padding-left: 10px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	section.content .access dd {
		margin-left: 0;
		padding-left: 10px;
		line-height: 20px;
		margin-bottom: 5px;
		font-size: 14px;
	}
	section.content .mapimage img {
		width: 100%;
	}
}

section.content.style01 {}

section.content.style01 h4 {
	font-weight: normal;
	color: #FF9A3C;
	font-size: 18px;
}
@media screen and (max-width: 600px) {
	section.content.style01 h4 {
		font-size: 14px;
	}
}

section.content.style01 p {
	padding-left: 20px;
}

section.content.style02 p.top {
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	padding: 20px;
}

section.content.style02 dl.service {
	margin-top: 0px;
	width: auto;
}

section.content.style02 dl dd {
	background: #FFF3F3;
	border-radius: 20px;
	margin-left: 30px;
	margin-top: 10px;
	padding: 20px 30px 10px;
	font-size: 16px;
}

section.content.style02 dl dd p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.8;
}

section.content.style02 dl dd table {
	border-collapse: separate;
	border-spacing: 5px;
}

section.content.style02 dl dd table th,
section.content.style02 dl dd table td {
	background: #FFF;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: normal;
}

section.content.style05 {}

section.content.style05 li {
	list-style: none;
	font-weight: normal;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
	padding-left: 50px;
}

section.content.style05 li::before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	border: 2px solid #F7931E;
	border-radius: 50%;
	line-height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}

section.content.style05 li::after {
	content: "";
	display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #F7931E;
    border-right: 2px solid #F7931E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 9px;
}

section.content.style06 ul {
	display: block;
}

section.content.style06 ul::after {
	content: "";
	display: block;
	clear: both;
}

section.content.style06 ul li {
	width: 33.33%;
	width: calc(100% / 3);
	float: left;
	padding: 20px 5px;
}

section.content.style06 ul li span {
	border-radius: 30px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	border: 2px #86BFFF solid;
	display: block;
	position: relative;
}

section.content.style06 ul li span i {
	position: absolute;
	top: 18px;
	left: 12px;
	color: #86BFFF;
	font-size: 20px;
}

section.content.style06 dl {
	width: 800px;
	margin: 20px auto;
}

section.content.style06 dl dt {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

section.content.style06 dl dt::before {
	font-family: "Font Awesome 5 Free";
	content: '\f005';
	font-size: 20px;
	margin-right: 10px;
	color: #86BFFF;
}

section.content.style06 dl dd {
	margin-bottom: 30px;
	margin-left: 30px;
}

section.content.style06 dl dd table th {
	padding-right: 10px;
	font-weight: normal;
}

section.content.style06 dl dd table td::before {
	content: "…　";
}
@media screen and (max-width: 600px) {
	section.content.style06 ul li {
		width: 100%;
		float: none;
		padding: 0 5px 10px;
	}
	section.content.style06 ul li span {
		font-size: 16px;
		line-height: 60px;
	}
	section.content.style06 dl {
		width: auto;
		margin: 20px auto;
	}

	section.content.style06 dl dt {
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	section.content.style06 dl dd {
		font-size: 14px;
		margin-bottom: 20px;
		margin-left: 30px;
	}
}

