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

html {
	overflow-y: scroll;
}

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

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

h2.subtitle {
	background: url(images/h2_img.svg) no-repeat center bottom;
	background-size: 80px 6px;
	color: #102a52;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0 20px 0;
}

h3.subtitle {
	border-bottom: 1px dotted #102a52;
	border-top: 1px dotted #102a52;
	font-size: 26px;
	padding: 14px 30px;
}

h3.copy {
	border-bottom: 2px solid #102a52;
	color: #102a52;
	font-size: 24px;
	padding: 10px 20px;
	text-align: justify;
}

h3.copy em {
	display: table-cell;
	padding-right: 8px;
}

h3.copy strong {
	display: table-cell;
}

.sp {
	display: none;
}

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

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

a.link-btn,
div.page span.next a,
div.page a.next {
	background: #102a52 url(images/link_btn.svg) no-repeat right 28px center;
	background-size: 8px;
	color: white;
	display: inline-block;
	padding: 18px 68px 18px 60px;
	text-decoration: none;
}

a.link-btn:hover,
div.page span.next a:hover,
div.page a.next:hover {
	background-position: right 23px center;
}

a.link-btn-prev,
div.page span.prev a,
div.page a.prev {
	background: #102a52 url(images/link_btn_prev.svg) no-repeat left 28px center;
	background-size: 8px;
	color: white;
	display: inline-block;
	padding: 18px 60px 18px 68px;
	text-decoration: none;
}

a.link-btn-prev:hover,
div.page span.prev a:hover,
div.page a.prev:hover {
	background-position: left 23px center;
	background-size: 8px;
}

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

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,
div.body strong {
	background: url(images/marker.gif) repeat-x center bottom;
	line-height: 2.0em;
	padding: 0 5px;
}

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 10px 12px;
	background-size: 7px;
	padding: 5px 0 5px 22px;
}

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: #bfbfbf;
	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;
}

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

ul.photos {
	display: flex;
}

ul.photos li {
	padding-right: 10px;
}

ul.photos li:last-child {
	padding-right: 0;
}

ul.photos li p {
	font-size: 13px;
	margin: 5px 0 0 0;
	text-align: center;
}

table.list-table th {
	background-color: #dfe4ea;
	border-bottom: 1px solid #071325;
	border-top: 1px solid #071325;
	padding: 15px 30px;
	white-space: nowrap;
	width: 30%;
}

table.list-table td {
	background-color: white;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	padding: 15px 20px 15px 40px;
}

table.list-table td table {
	border-bottom: 1px solid #d2d2d2;
	width: auto;
}

table.list-table td table th {
	background-color: #dfe4ea;
	border-color: #d2d2d2;
	font-weight: 500;
	padding: 5px 50px;
	width: auto;
}

table.list-table td table td {
	padding: 5px 50px;
	text-align: center;
}

div.indent {
	padding: 0 20px;
}

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

table.form-table th {
	background-color: #102a52;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	color: white;
	font-weight: 700;
	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: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	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: #f8982d;
	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 {
	width: auto;
}

table.form-table td table th {
	background-color: white;
	border-bottom: none;
	color: #f8982d;
	font-size: 14px;
	font-weight: 700;
	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 {
	background-color: #3c3c3c;
	color: white;
	cursor: pointer;
	display: none;
	font-size: 11px;
	font-weight: 700;
}

input.submit {
	background: #f8982d url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 16px;
	border: none;
	border-radius: 100px;
	box-shadow: 0 0 5px 2px rgba(160, 160, 160, .3);
	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-position: right 15px center;
}

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

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

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

/***********************************************************************/
ul.news-list {
	border-top: 1px solid #ababab;
	margin: 0 auto;
	width: 780px;
}

ul.news-list li {
	border-bottom: 1px solid #ababab;
}

ul.news-list li a {
	background: rgba(255, 255, 255, .4) url(images/link_btn_black.svg) no-repeat right 50px center;
	background-size: 6px;
	display: flex;
	padding: 12px 100px 12px 80px;
	text-decoration: none;
}

ul.news-list li a:hover {
	background-color: #fffff2;
	background-position: right 45px center;
}

ul.news-list li a span.date {
	padding-right: 30px;
}

ul.news-list li a span.category {
	font-size: 12px;
	margin-right: 30px;
	width: 100px;
}

div.page {
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page span.page-numbers,
div.page a.page-numbers {
	display: inline-block;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background-color: #102a52;
	color: white;
}

div.page span.page-numbers {
	color: #102a52;
}

div.page a.next,
div.page a.prev {
	margin: 0 5px;
}

div.page a.next {
	background-position: right 12px center;
	padding: 7px 40px 7px 25px;
}

div.page a.next:hover {
	background-position: right 7px center;
}

div.page a.prev {
	background-position: left 12px center;
	padding: 7px 25px 7px 40px;
}
div.page a.prev:hover {
	background-position: left 7px center;
}

body#single h1 {
	border-bottom: 1px solid #dfe3ea;
	border-top: 1px solid #dfe3ea;
	color: #102a52;
	font-size: 32px;
	line-height: 1.8em;
	padding: 15px 30px;
}

body#single p.date {
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
}

body#single div.body {
	background-color: white;
	border-radius: 5px;
	margin: 0 auto;
	padding: 20px 60px 60px 60px;
	width: 900px;
}

body#single div.body h2 {
	background-color: #102a52;
	color: white;
	font-size: 22px;
	margin: 10px auto;
	padding: 8px 20px;
}

body#single div.body figure {
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

body#single div.body figure figcaption {
	margin-top: 10px;
}

body#single div.body iframe,
body#single div.body video {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 30px 0;
	width: 100%;
}

body#single div.body figure.wp-embed-aspect-16-9 iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}

body#single div.body div.wp-block-columns div.wp-block-column {
	display: table-cell;
	padding: 10px 1%;
	vertical-align: top;
	width: 48%;
}

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	width: 100%;
}

body#single div.body ul {
	line-height: 1.5em;
	margin: 20px auto;
}

body#single div.body table {
	margin: 20px auto;
}

body#single div.body table td {
	background-color: white;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	padding: 15px 20px 15px 40px;
}

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

header {
	position: relative;
}

body#single header {
	height: 240px;
}

#header {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 40px;
	width: 1190px;
}

#header-logo {
	display: inline-block;
	line-height: 1.0em;
}

#hamburger {
	display: none;
}

nav#globalnav ul {
	display: flex;
	justify-content: right;
	padding-bottom: 8px;
}

nav#globalnav ul li {
	border-left: 1px solid white;
	line-height: 1.0em;
}

nav#globalnav ul li:first-child {
	border-left: none;
}

nav#globalnav ul li a {
	color: white;
	font-size: 14px;
	font-weight: 700;
	padding: 0 18px 5px 18px;
	position: relative;
	text-decoration: none;
}

nav#globalnav ul li a::after {
	background: #dfe3ea;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .4s;
	width: 100%;
}

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

nav#globalnav ul li a:hover {
	opacity: .5;
}

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

#title,
#title-s {
	margin: 0 auto;
	width: 1200px;
}

#title h1 {
	color: #102a52;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.8em;
	padding: 215px 0 15px 0;
	text-align: justify;
}

#title h1:after {
	background-color: #102a52;
	content: "";
	display: block;
	height: 1px;
	margin-left: -20px;
	width: 685px;
}

#title h1 em {
	font-size: 28px;
	padding-left: 5px;
}

#title-s {
	padding-top: 44px;
	text-align: center;
}

#title-s a {
	color: white;
	display: inline-block;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 30px;
	font-weight: 700;
	text-decoration: none;
}

#title-s a em {
	font-size: 20px;
	padding-left: 5px;
}

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

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

div.main-c {
	margin: 0 auto;
	width: 700px;
}

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

div.bg-sotecblue {
	background-color: #f2f5fa;
}

footer {
	background-color: #071325;
}

#fcontact {
	background-color: #dfe3ea;
	padding: 40px 0;
}

#fcontact-text {
	margin: 0 auto;
	padding-left: 300px;
	position: relative;
	width: 1000px;
}

#fcontact-text h2 {
	left: 0;
	position: absolute;
	top: 0;
}

p#fcontact-tel {
	background-color: white;
	background-size: 30px;
	display: flex;
	font-size: 16px;
	padding: 16px 0;
}

p#fcontact-tel img {
	padding: 0 24px 0 30px;
}

p#fcontact-tel span {
	font-size: 24px;
	font-weight: 700;
	padding: 0 14px 0 30px;
	vertical-align: middle;
}

p#fcontact-tel em {
	font-size: 13px;
	vertical-align: middle;
}

p#fcontact-mail a {
	background: url(images/link_btn_black.svg) no-repeat right 30px center;
	background-color: white;
	background-size: 8px;
	color: black;
	font-size: 16px;
	padding: 17px 0;
	text-decoration: none;
	width: 100%;
}

p#fcontact-mail a.link-btn:hover {
	background-color: #fffff2;
	background-position: right 25px center;
	opacity: 1;
}

p#fcontact-mail a img {
	padding: 0 24px 0 30px;
}

#footer-bg {
	background-color: #102a52;
}

#footer {
	color: white;
	display: flex;
	font-weight: 400;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 110px;
	position: relative;
	width: 1200px;
}

#footer-address {
	width: 600px;
}

#footer-address h3 {
	text-align: left;
}

#footer-address address {
	font-style: normal;
	margin-top: 24px;
}

#footer-address address a {
	color: white;
}

#footer-address p {
	margin: 0;
}

a#footer-sotec img {
	margin: 20px 0 40px 0;
}

nav#footernav {
	display: table;
	margin-top: 0;
}

nav#footernav ul {
	display: inline-block;
	padding-right: 80px;
	vertical-align: top;
}

nav#footernav ul:nth-child(2) {
	padding-right: 0;
}

nav#footernav ul li {
	line-height: 1.2em;
	padding-bottom: 10px;
}

nav#footernav ul li a {
	color: white;
	display: inline-block;
	padding: 0 10px 4px 0;
	position: relative;
	text-decoration: none;
}

nav#footernav ul li a:after {
	background: #dfe3ea;
	border-radius: 50px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .4s;
	width: 100%;
}

nav#footernav ul li a:hover {
	opacity: .5;
}

nav#footernav ul li a:hover:after {
	transform: scale(1, 1);
}

nav#footernav ul li ul {
	margin-top: -8px;
}

nav#footernav ul li ul li {
	padding-bottom: 0;
}

nav#footernav ul li ul li a {
	font-size: 13px;
	padding: 0 8px 2px 15px;
	position: relative;
}

nav#footernav ul li ul li a:before {
	background-color: white;
	content: "";
	display: inline-block;
	height: 1px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 8px;
}

p#copyright {
	color: #dfe3ea;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 1200px;
}

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

#pagetop a {
	background-color: #071325;
	border: 2px solid #dfe3ea;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	display: block;
	height: 50px;
	padding-top: 10px;
	text-align: center;
	width: 50px;
}

#pagetop a:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
	height: 43px;
	padding-top: 7px;
}