
* {
	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: 16px;
	font-weight: 700;
	min-width: 1180px;
	-webkit-text-size-adjust: none;
}

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

h2.img {
	font-size: 25px;
	margin: 0 auto;
	position: relative;
	width: 550px;
}

h2.img::before,
h2.img::after {
	background-color: #16418b;
	bottom: 20px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 200px;
}

h2.img::after {
	left: auto;
	right: 0;
}

h2.img em {
	display: block;
	padding-bottom: 10px;
}

.sp {
	display: none;
}

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

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,
input.submit {
	color: black;
	overflow: hidden;
	transition: all .2s;
}

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

a.link-btn {
	background: #16418b url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 22px;
	border-radius: 8px;
	color: white;
	display: inline-block;
	font-weight: 700;
	margin: 0 auto;
	padding: 20px 80px 20px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background-color: #cf0918;
	background-position: right 10px center;
	opacity: 1;
}

a.link-btn-prev {
	background: #16418b url(images/link_btn_prev.svg) no-repeat left 15px center;
	background-size: 22px;
	border-radius: 8px;
	color: white;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
	padding: 15px 70px 15px 80px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background-color: #cf0918;
	background-position: left 10px center;
	opacity: 1;
}

a.link-btn-red {
	background: white url(images/link_btn_red.svg) no-repeat right 15px center;
	background-size: 25px;
	border-radius: 8px;
	color: black;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin: 0 auto;
	padding: 20px 80px 20px 70px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-red:hover {
	background-color: #16418b;
	background-image: url(images/link_btn.svg);
	background-position: right 10px center;
	color: white;
	opacity: 1;
}

img {
	box-sizing: content-box;
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
	text-align: justify;
}

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.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

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

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

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

strong.marker {
	background: linear-gradient(transparent 60%, #d2eaf3 0);
}

ul.list,
ul.list-gray {
	line-height: 1.5em;
}

ul.list li,
ul.list-gray li {
	background: url(images/ul_list_li.svg) no-repeat left 2px top 9px;
	background-size: 7px;
	padding: 2px 0 2px 20px;
}

ul.list-gray li {
	background-image: url(images/ul_list_li_gray.svg);
}

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

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-align: justify;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

ul.list li ul.notelist li {
	background-image: none;
}

div.line {
	background: #c0c0c0;
	clear: both;
	display: block;
	font-size: 5px;
	height: 1px;
	text-indent: -2000em;
}

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;
}

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

table.list-table th {
	border-bottom: 2px solid #16418b;
	border-top: 2px solid #16418b;
	color: #16418b;
	padding: 20px 40px;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

table.list-table td {
	border-bottom: 1px solid #626262;
	border-top: 1px solid #626262;
	padding: 20px 20px;
}

table.list-table td table th {
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	color: black;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 20px;
	white-space: nowrap;
	width: auto;
}

table.list-table td table td {
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	font-size: 15px;
	font-weight: 500;
	padding: 8px 0;
}

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

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

form {
	background-color: #f5f6e5;
	padding: 30px 50px 50px 50px;
}

form h3 {
	background-color: #16418b;
	color: white;
	font-size: 18px;
	margin: 20px 0;
	padding: 5px;
}

table.form-table th {
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	padding: 22px 20px;
	text-align: right;
	vertical-align: top;
	width: 28%;
}

table.form-table td {
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #c5c5c5;
	padding: 15px 20px 15px 0;
	vertical-align: top;
}

table.form-table td.m {
	padding: 22px 20px 0 20px;
	white-space: nowrap;
	width: 10px;
}

table.form-table td.m span {
	background-color: #cf0918;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 700;
	height: 27px;
	line-height: 27px;
	text-align: center;
	width: 27px;
}

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

table.form-table td input.size150 {
	width: 150px;
}

table.form-table td input.size200 {
	width: 200px;
}

table.form-table td input.size300 {
	width: 300px;
}

table.form-table td input.size400 {
	width: 400px;
}

table.form-table td input.size500 {
	width: 500px;
}

table.form-table td textarea {
	width: 500px;
}

input.radio,
input.checkbox {
	border: none;
	padding: 0;
}

table.form-table td table td input {
	border: none;
}

table.form-table td input#fileclear {
	cursor: pointer;
	display: none;
	font-size: 11px;
}

input.submit {
	background: #16418b url(images/link_btn.svg) no-repeat right 25px center;
	background-size: 25px;
	border: none;
	border-radius: 100px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background-color: #cf0918;
	background-position: right 20px center;
}

table.form-table th {
	padding: 20px 20px;
}

body#form table.form-table td {
	padding: 20px 20px 20px 30px;
}

body#form table.form-table td.textarea {
	white-space: pre-wrap;
}

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

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

div.main-s {
	margin: 0 auto;
	width: 900px;
}

div.bg-stripe {
	background: url(images/bg_stripe.gif) repeat;
}

div.bg-lightblue {
	background-color: #f2f3fd;
}

footer {
	background: black url(images/footer_bg.gif) no-repeat center center;
	background-size: cover;
	border-top: 5px solid #cf0918;
	color: white;
	text-align: center;
}

footer a {
	color: white;
}

footer h3 {
	padding: 60px 0 30px 0;
}

footer table {
	display: inline-block;
	width: auto;
}

footer table th {
	font-size: 15px;
	font-weight: 500;
	padding: 6px 15px;
	text-align: right;
	vertical-align: top;
}

footer table td {
	font-size: 15px;
	font-weight: 500;
	padding: 6px 0;
	text-align: left;
	vertical-align: top;
}

footer table tr:first-child th,
footer table tr:first-child td {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 30px;
}

footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

footer ul li a {
	background: url(images/footersns_instagram.svg) no-repeat center top;
	background-size: 40px;
	display: inline-block;
	font-size: 13px;
	line-height: 1.2em;
	margin: 0 10px;
	padding-top: 50px;
	text-decoration: none;
}

footer p#copyright {
	color: #cf0918;
	font-size: 12px;
	margin: 0;
	padding: 40px 0 50px 0;
	text-align: center;
}

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

#pagetop a {
	background: #16418b url(images/pagetop.svg) no-repeat center top 15px;
	background-size: 20px;
	border-radius: 50%;
	display: block;
	height: 80px;
	text-decoration: none;
	width: 80px;
}

#pagetop a:hover {
	background-color: #cc0918;
	background-position: center top 10px;
	opacity: 1;
}

#pagetop a em {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding-top: 40px;
}