
* {
	border: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	color: black;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 18px;
	font-weight: 500;
	min-width: 1100px;
	-webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.img {
	background: url(images/h2_subtitle.svg) no-repeat center bottom 50px;
	color: #0d6fb8;
	font-size: 45px;
	font-weight: 700;
	margin: 0 auto;
	padding: 20px 0;
	width: 270px;
}

h2.img em {
	color: #0d6fb8;
	display: block;
	font-size: 18px;
	font-weight: 700;
	padding-top: 10px;
}

.sp {
	display: none;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

a {
	color: black;
	overflow: hidden;
	transition: all .2s;
}

a:hover {
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: black url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 70px 15px 50px;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 1.5em;
}

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 12px;
	line-height: 1em;
	vertical-align: top;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.5em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.small {
	font-size: 85%;
	line-height: 1.2em;
}

span.large {
	font-size: 110%;
	font-weight: 700;
	line-height: 1.5em;
}

strong.marker {
	background: url("images/marker.gif") repeat-x center bottom;
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 12px;
}

span.img-left {
	float: left;
	margin: 5px 12px 5px 0;
}

strong.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	color: #f85820;
	padding: 0 5px;
}

ul.list {
	line-height: 1.5em;
	position: relative;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat left 5px top 7px;
	background-size: 12px;
	padding-left: 30px;
	text-align: justify;
}

ul.notelist {
	color: gray;
	line-height: 1.3em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	padding: 1px 0;
	text-align: justify;
	text-indent: -1.2em;
}

div.line {
	border-top: 1px solid #8f8f8f;
	clear: both;
	display: block;
	height: 10px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

ul.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.photos li {
	margin: 5px;
}

table.list-table th {
	border-bottom: 2px solid #0d6fb8;
	border-top: 2px solid #0d6fb8;
	color: #0d6fb8;
	font-weight: 700;
	padding: 20px;
	text-align: right;
	width: 30%;
}

table.list-table td {
	background-color: white;
	border-bottom: 2px solid #cecece;
	border-top: 2px solid #cecece;
	padding: 12px 40px;
}

/***********************************************************************/

header {
	background: #0d6fb6 url(images/header_bg.gif) repeat-x center bottom;
}

#header {
	display: flex;
	margin: 0 auto;
	padding-bottom: 35px;
	width: 1100px;
}

#header-text {
	color: white;
	font-size: 15px;
	margin-right: 140px;
	padding-top: 20px;
	text-align: center;
	width: 430px;
}

#header-text h1 {
	border-bottom: 3px double #5594bc;
	font-size: 13px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#header-text p {
	border-bottom: 1px solid #5594bc;
	border-top: 1px solid #5594bc;
	display: block;
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 1px 0;
	text-align: center;
}

#header-contact-sp {
	display: flex;
	width: 550px;
}

#header-contact {
	color: white;
	font-size: 14px;
	font-weight: 700;
	padding-top: 30px;
	width: 350px;
}

#header-contact p {
	color: #fbf1cc;
	line-height: 1.4em;
	text-align: center;
}

#header-contact p:nth-child(1) {
	background-color: #f6ecc8;
	border-radius: 15px;
	color: #0d6fb8;
	display: block;
	font-size: 13px;
	padding: 2px 0;
	text-align: center;
}

#header-contact p:nth-child(2) {
	padding-top: 15px;
}

#header-contact p:nth-child(2) span {
	background: url(images/icon_tel.svg) no-repeat left center;
	background-size: 25px;
	font-size: 37px;
	font-weight: 700;
	padding-left: 30px;
}

#header-contact p:nth-child(3) span {
	font-size: 19px;
}

#header-contact p:nth-child(4) {
	border-bottom: 1px solid #5594bc;
	border-top: 1px solid #5594bc;
	padding: 5px 0;
}

#header-contact p:nth-child(4) strong {
	font-size: 17px;
}

a#header-mail {
	background: white url(images/icon_mail.svg) no-repeat center bottom 20px;
	background-size: 50px;
	border-radius: 0 0 10px 10px;
	color: #0d6fb8;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 166px;
	line-height: 1.5em;
	margin-left: auto;
	padding-top: 30px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

div.bg-yellow {
	background-color: #fbf1cc;
}

div.bg-lblue {
	background-color: #dceefb;
}

div.bg-gray {
	background-color: #f3f3f3;
}

div.main {
	margin: 0 auto;
	width: 1100px;
}

footer {
	background-color: #0d6fb4;
}

#footer-contact {
	background: #fbf1cc url(images/footer_bg.png) repeat-x center bottom;
	color: #0d6fb8;
	font-weight: 700;
	padding: 50px 0 60px 0;
}

#footer-contact h2 {
	font-size: 35px;
	padding: 10px 0;
}

#footer-contact h2 em {
	background: url(images/h2_subtitle.svg) no-repeat center bottom 30px;
	background-size: 270px;
	color: #0d6fb8;
	display: block;
	font-size: 18px;
	padding-top: 20px;
}

#footer-contact p {
	text-align: center;
}

#footer-contact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0;
}

#footer-contact ul li {
	margin: 10px;
}

#footer-contact ul li.mail a,
#footer-contact ul li.tel {
	border: 6px solid #f6e8b4;
	border-radius: 10px;
	color: #0d6fb8;
	display: block;
	height: 190px;
	padding: 20px;
	text-align: center;
	width: 450px;
}

#footer-contact ul li.mail a {
	background: white url(images/icon_mail.svg) no-repeat center bottom 25px;
	background-size: 80px;
	text-decoration: none;
}

#footer-contact ul li.tel {
	background: white url(images/icon_tel_blue.svg) no-repeat left 40px bottom 25px;
	background-size: 45px;
	line-height: 1.8em;
}

#footer-contact ul li h3 {
	border-bottom: 2px solid #f6e8b4;
	font-size: 25px;
	line-height: 1.7em;
	padding-bottom: 10px;
}

#footer-contact ul li.tel p {
	margin: 0;
	padding-left: 30px;
}

#footer-contact ul li.tel p:nth-child(2) {
	padding-top: 15px;
}

#footer-contact ul li.tel p:nth-child(2) em {
	font-size: 35px;
}

#footer-contact ul li.tel p:nth-child(3) em {
	font-size: 25px;
}

#footer-contact ul li.tel p em {
	margin-left: 10px;
}

#footer-cdetail {
	border-bottom: 1px solid #dcd4b9;
	border-top: 1px solid #dcd4b9;
	font-size: 17px;
	margin: 0 auto;
	padding: 20px 0;
	width: 1000px;
}

#footer-cdetail ol {
	background-color: white;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin-top: 20px;
	padding: 10px;
}

#footer-cdetail ol li {
	margin-right: 30px;
}

#footer-cdetail ol li:last-child {
	margin-right: 0;
}


#footer {
	color: white;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
	width: 1100px;
}

#footer-logo address {
	font-size: 16px;
	font-style: normal;
	padding-top: 10px;
}

#footer-telmail {
	border-bottom: 1px solid #5594bc;
	border-top: 1px solid #5594bc;
	font-size: 17px;
	padding: 10px 30px;
	position: absolute;
	right: 0;
	top: 55px;
}

#footer-telmail p {
	margin: 0;
	text-align: center;
}

#footer-telmail p a {
	color: white;
}

#footer-telmail strong {
	font-size: 17px;
}

p#footer-copy {
	color: #cecece;
	font-size: 12px;
	position: absolute;
	right: 0;
	text-align: left;
	top: 110px;
}

#pagetop {
	bottom: 20px;
	position: fixed;
	right: 20px;
}

#pagetop a {
	background: url(images/pagetop.svg) no-repeat center top 15px;
	background-color: #dceefb;
	background-size: 35px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	color: #0d6fb2;
	display: block;
	font-weight: 700;
	height: 90px;
	padding-top: 48px;
	text-align: center;
	text-decoration: none;
	width: 90px;
}

#pagetop a:hover {
	background-position: center top 10px;
}
