
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	background: url(images/bg_img1.png) no-repeat right 0 top 100px, url(images/bg_img2.png) no-repeat left bottom, url(images/bg.jpg) repeat-y center center;
	background-attachment: fixed;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 500;
	min-width: 1240px;
	-webkit-text-size-adjust: none;
}

main {
	padding-top: 145px;
}

.sp {
	display: none;
}

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

h2.img {
	font-size: 27px;
}

h2.img em {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	display: block;
	font-size: 15px;
	margin: 5px 0 15px 0;
	padding: 5px 0;
}

p {
	font-size: 15px;
	line-height: 2em;
	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 {
	color: black;
	overflow: hidden;
	transition: all .3s;
}

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

span.link-btn a,
a.link-btn {
	background: url(images/link_btn.svg) no-repeat right 35px center;
	background-size: 5px;
	border: 1px solid black;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 95px 18px 90px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-position: right 25px center;
	background-size: 5px;
	opacity: 1.00;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: url(images/link_btn_prev.svg) no-repeat left 30px center;
	background-size: 5px;
	border-radius: 40px;
	display: inline-block;
	font-weight: 600;
	padding: 18px 60px 8px 80px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-prev a:hover,
a.link-btn-prev:hover {
	background-color: #dddddd;
	background-position: left 30px center;
	background-size: 5px;
	opacity: 1.00;
}

a.download-pdf {
	background: url(images/download_pdf.svg) no-repeat left 15px center,
	url(images/download.svg) no-repeat right 15px center;
	background-size: 30px, 28px;
	border: 1px solid #dddddd;
	font-size: 14px;
	font-weight: 600;
	padding: 20px 60px;
	text-decoration: none;
}

a.download-pdf:hover {
	background-position: left 15px center,
	right 15px bottom 10px;
}

img {
	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.red {
	color: red;
}

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: url(images/marker.png) repeat-x center bottom;
	padding: 7px 5px;
}

strong.marker span {
	margin: 0 2px;
}


ul.list,
div.body ul {
	line-height: 1.5em;
	padding-top: 10px;
}

ul.list li,
div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 8px 5px;
	background-size: 10px;
	display: block;
	margin: 7px 0;
	padding-left: 28px;
}

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

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

div.line {
	background: #d1c4b0;
	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 {
	border-collapse: separate;
	border-spacing: 0 5px;
}

table.list-table th {
	background-color: #b0976d;
	color: white;
	padding: 15px 44px;
	vertical-align: top;
	white-space: nowrap;
}

table.list-table td {
	background-color: white;
	padding: 15px 44px;
}

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

table.form-table th {
	background-color: #f85820;
	border-bottom: 2px solid #f5f5f5;
	color: white;
	font-weight: 500;
	font-weight: 600;
	padding: 20px;
	text-align: justify;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 30%;
}

table.form-table td {
	background-color: white;
	border-bottom: 2px solid #f5f5f5;
	padding: 17px 0;
	vertical-align: top;
}

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

table.form-table td.m span {
	background-color: #f85820;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 10px;
	font-weight: 600;
	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: 95%;
	margin: 2px 5px 2px 0;
	padding: 5px;
}

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

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

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

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

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

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

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

table.form-table td table {
	width: auto;
}

table.form-table td table th {
	background-color: white;
	border-bottom: none;
	color: #f85820;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: auto;
}

table.form-table td table td {
	border-bottom: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0 10px;
	vertical-align: middle;
	width: auto;
}

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: #f85820 url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 30px;
	border: 1px solid #c9c9c9;
	border-radius: 100px;
	box-shadow: 0 0 4px gray;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1em;
	padding: 20px 100px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	background-color: #6fcfeb;
	background-position: right 10px center;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	     opacity: 1.00;
}

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

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

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

header {
	background: url(images/bg.jpg) no-repeat center center;
	position: fixed;
	width: 100%;
	z-index: 100;
}

#header {
	margin: 0 auto;
	padding-bottom: 15px;
	position: relative;
	width: 1200px;
}

#header-logo {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

#header-copy {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.8em;
	margin: 10px 0 0 0;
	padding: 4px 0;
	text-align: center;
}

#hamburger {
	display: none;
}

nav#globalnav {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
}

nav#globalnav ul {
	align-items: flex-end;
	display: flex;
}

nav#globalnav ul li {
	padding: 0 18px;
}

nav#globalnav ul:nth-child(1) {
	padding-left: 90px;
}

nav#globalnav ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.0em;
	padding: 5px 10px 15px 10px;
	position: relative;
	text-decoration: none;
}

nav#globalnav ul li a:after {
	background: #b81117;
	bottom: 8px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scaleX(0);
	transition: all .3s;
	width: 100%;
}

nav#globalnav ul li a:hover {
	color: #b81117;
}

nav#globalnav ul li a:hover:after {
	transform: scaleX(1);
}

nav#globalnav ul li.shop a::after {
	display: none;
}

nav#globalnav ul li.shop {
	padding: 0;
}

nav#globalnav ul li.shop a {
	background: black url(images/link_btn_new_w.svg) no-repeat center right 10px;
	background-size: 13px;
	color: white;
	font-size: 13px;
	padding: 20px 32px 18px 28px;
}

nav#globalnav ul li.shop a:hover {
	background: #b81117 url(images/link_btn_new_w.svg) no-repeat center right 10px;
	background-size: 13px;
}

div.title {
	background-size: cover;
	border-radius: 30px;
	color: white;
	margin: 0 auto;
	padding: 40px 0;
	width: 1200px;
	z-index: 1;
}

div.title h1 {
	position: relative;
}

div.title h1:before {
	background-color: white;
	bottom: 32px;
	content: "";
	display: inline-block;
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 300px;
}

div.title h1 em {
	display: block;
	font-size: 14px;
	font-weight: 500;
	padding-top: 15px;
}

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

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

div.bg-spring {
	background: url(images/bg_spring.jpg) no-repeat center top;
	background-size: cover;
}

div.bg-gray {
	background-color: rgba(0, 64, 151,.05);
}

#footer {
	margin: 0 auto;
	width: 1200px;
}

h3#footer-logo {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	padding: 13px 0;
}

h3#footer-logo a {
	text-decoration: none;
}

h3#footer-logo a em {
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding-bottom: 5px;
}

#footer-contact {
	padding: 30px 0;
}

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

#footer-contact p a.contact {
	background: url(images/link_btn.svg) no-repeat center right 35px, url(images/mail.svg) no-repeat center left 50px;
	background-size: 5px, 20px;
	border: 1px solid black;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 18px 95px;
	text-align: center;
	text-decoration: none;
}

#footer-contact p a.contact:hover {
	background: url(images/link_btn_w.svg) no-repeat center right 35px, url(images/mail_w.svg) no-repeat center left 50px;
	background-color: black;
	background-position: center right 25px, center left 50px ;
	background-size: 5px, 20px;
	color: white;
	opacity: 1;
}

nav#footernav ul {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	width: 800px;
}

nav#footernav ul li {
	padding: 3px 0;
}

nav#footernav ul li a {
	background: url(images/link_btn.svg) no-repeat center right 5px;
	background-size: 5px;
	font-size: 14px;
	padding: 0 23px;
	text-decoration: none;
}

nav#footernav ul.small {
	border: none;
	padding: 5px 0 10px 0;
}

nav#footernav ul.small li {
	line-height: 1.1em;
	padding: 0;
}

nav#footernav ul.small li a {
	background: none;
	font-size: 12px;
}

nav#footernav ul li a:hover {
	background-position: center right;
}

ul#footer-banner {
	border-bottom: 1px solid black;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

ul#footer-banner li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 250px;
}

ul#footer-banner li a span {
	font-size: 13px;
}

ul#footer-banner li a img {
	border: 1px solid black;
}

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

p#copyright {
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	padding: 20px 0 50px 0;
	text-align: center;
}