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

html {
	min-width: 1140px;
	overflow-y: scroll;
}

body {
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-weight: 600;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

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

h2.subtitle {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 36px;
}

h2.subtitle em {
	border-bottom: 5px solid #00a7e8;
	display: inline-block;
	line-height: 1.6em;
	padding: 0 20px;
}

h2.img strong {
	border-bottom: 1px solid #00a7e8;
	padding: 0 50px;
}

h2.img em {
	display: block;
	font-size: 17px;
	padding-top: 20px;
}

h3.subtitle {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 32px;
}

h3.subtitle em {
	border-bottom: 4px solid #00a7e8;
	display: inline-block;
	padding: 0 15px;
}

p {
	line-height: 2em;
	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;
}

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	     opacity: .6;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: #00a7e8 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 90px 15px 80px;
	text-decoration: none;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: #00a7e8 url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 80px 15px 90px;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover,
span.link-btn-prev a:hover,
a.link-btn-prev:hover {
	background-color: black;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	     opacity: 1.0;
}

ul {
	list-style-type: none;
}

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

ol li {
	margin-top: 5px;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	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.lightblue {
	background-color: #d3e9f3;
}

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.marker {
	background: url(images/marker.gif) repeat-x center bottom;
	margin: 0 3px;
	padding: 0 3px;
}

strong.marker,
div.body strong {
	background: url(images/marker_y.gif) repeat-x center bottom;
	margin: 0 3px;
	padding: 0 3px;
}

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

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

div.body ul,
ul.list {
	border-top: 1px dotted #a9a9a9;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 10px 20px;
	background-size: 10px;
	border-bottom: 1px dotted #a9a9a9;
	display: block;
	padding: 15px 0 15px 35px;
}

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

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

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

div.line {
	border-bottom: 1px solid #6c4406;
}

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 {
	text-align: center;
}

ul.photos li {
	display: inline-block;
	padding: 0 3px;
}

table.list-table th {
	background: rgba(255,255,255,.4);
	border-bottom: 1px solid #00a7e8;
	border-top: 1px solid #00a7e8;
	padding: 25px 30px;
	text-align: right;
	width: 30%;
}

table.list-table td {
	background: rgba(255,255,255,.4);
	border-bottom: 1px solid #bcbcbc;
	border-top: 1px solid #bcbcbc;
	padding: 25px 30px;
}

/***********************************************************************/
table.form-table {
	border-bottom: 1px solid #97adb7;
	border-top: 1px solid #97adb7;
	width: 100%;
}

table.form-table th {
	background-color: #213d49;
	border-bottom: 1px solid #97adb7;
	color: white;
	padding: 28px 20px;
	text-align: right;
	vertical-align: top;
	width: 35%;
}

table.form-table tr:last-child th {
	border-bottom: none;
}

table.form-table td {
	background-color: white;
	border-bottom: 1px solid #97adb7;
	padding: 20px 25px;
}

table.form-table td.m {
	padding: 25px 0 22px 20px;
	vertical-align: top;
	white-space: nowrap;
	width: 5%;
}

table.form-table td.m span {
	background-color: #00a7e8;
	border-radius: 50%;
	color: white;
	display: block;
	font-size: 70%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

table.form-table input,
table.form-table select,
table.form-table textarea {
	background-color: white;
	border: 3px solid #dee5e8;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	        border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 100%;
	font-size: 95%;
	margin: 1px 0;
	padding: 10px;
	padding: 5px 10px;
}

table.form-table td.s {
	font-weight: 500;
}

table.form-table td.s label {
	margin-right: 15px;
}

table.form-table td.s input[type=radio] {
	height: 14px;
	margin: 0 3px 3px 0;
	vertical-align: middle;
	width: 14px;
}

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

input.submit {
	background: #00a7e8 url(images/link_btn.svg) no-repeat right 26px center;
	background-size: 8px;
	-webkit-border-radius: 100px;
	   -moz-border-radius: 100px;
	        border-radius: 100px;
	color: white;
	cursor: pointer;
	font-size: 140%;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	margin: 0 auto;
	padding: 25px 130px;
	text-align: center;
	text-decoration: none;
}

input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	     opacity: .70;
}

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

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

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

ul.news-list {
	border-top: 1px solid #e8e7ed;
}

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

ul.news-list li a {
	align-items: center;
	background: url(images/link_btn_b.svg) no-repeat right 50px center;
	background-size: 6px;
	display: flex;
	padding: 30px 100px 30px 70px;
	text-decoration: none;
}

ul.news-list li a span.date {
	white-space: nowrap;
}

ul.news-list li a strong {
	font-size: 18px;
	padding-left: 50px;
}

ul.news-list li a:hover {
	background-position: right 45px center;
	color: #00a7e8;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	     opacity: 1.0;
}

div.page {
	padding: 20px 0;
	text-align: center;
}

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

div.page span.page-numbers,
div.page a.page-numbers {
	border: 1px solid #00a7e8;
	border-radius: 2px;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page span.page-numbers {
	background-color: white;
	color: #00a7e8;
}

div.page a.page-numbers {
	background-color: #00a7e8;
	color: white;
}

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

div.page a.next,
div.page span.next a {
	background: #00a7e8 url(images/link_btn.svg) no-repeat right 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 90px 15px 80px;
	text-decoration: none;
}

div.page a.prev,
div.page span.prev a {
	background: #00a7e8 url(images/link_btn_prev.svg) no-repeat left 20px center;
	background-size: 6px;
	color: white;
	display: inline-block;
	padding: 15px 80px 15px 90px;
	text-decoration: none;
}

div.page span.next a:hover,
div.page span.prev a:hover,
div.page a.page-numbers:hover {
	background-color: black;
	border-color: black;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	     opacity: 1.0;
}

body#single h1 {
	border-bottom: 2px solid black;
	font-size: 35px;
	padding: 5px 0;
}

body#single p.date {
	text-align: center;
}

body#single div.body {
	padding-top: 20px;
}

body#single div.body h2 {
	background-color: #5d5d5d;
	color: white;
	font-size: 22px;
	line-height: 1.5em;
	margin: 20px 0;
	padding: 5px 20px;
	text-align: center;
}

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

body#single div.body p {
	margin: 20px 0;
}

body#single div.body ul {
	margin: 20px 0;
}

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

body#single div.body table td {
	background: rgba(255,255,255,.4);
	border-bottom: 1px solid #00a7e8;
	border-top: 1px solid #00a7e8;
	padding: 20px 30px;
}

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 iframe {
	min-height: 400px;
}

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

body#single div.body div.wp-block-columns div.wp-block-column img {
	height: auto;
	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%;
}

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

#header {
	margin: 0 auto;
	position: relative;
	width: 1100px;
}

#header #header-logo {
	display: inline-block;
	padding-bottom: 15px;
}

#header #header-logo a {
	text-decoration: none;
}

#header #header-logo a p {
	font-size: 14px;
	margin: 0;
	text-align: center;
}

#header-copy {
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
}

#header #header-copy {
	text-align: right;
}

#header #header-tel {
	bottom: 15px;
	position: absolute;
	right: 0;
}

#header #header-tel p {
	font-size: 13px;
	margin: 0;
	text-align: right;
}

#header #header-tel #header-tel-no {
	background: url(images/tel_mark.png) no-repeat left center;
	background-size: 24px;
	font-size: 35px;
	padding-left: 40px;
}

#globalnav {
	background-color: black;
	padding: 10px;
}

#globalnav ul {
	text-align: center;
}

#globalnav ul li {
	display: inline-block;
	padding: 0 40px;
}

#globalnav ul li a {
	border-bottom: 6px solid #5d5d5d;
	color: white;
	display: block;
	font-size: 16px;
	padding: 15px 35px;
	text-decoration: none;
}

#globalnav ul li.active a {
	border-color: #00a7e8;
}

#globalnav ul li a:hover {
	border-color: #00a7e8;
	opacity: 1.0;
}

#title {
	padding: 100px 0;
}

#title h1 {
	border-left: 5px solid #00a7e8;
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 45px;
	line-height: 1.4em;
	margin: 0 auto;
	padding-left: 30px;
	text-align: left;
	width: 950px;
}

#title-s {
	padding: 70px 0;
}

#title-s p {
	font-size: 30px;
	line-height: 1.0em;
	text-align: center;
}

#title-s p a {
	text-decoration: none;
}

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

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

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

div.bg-lattice {
	background: url(images/bg_lattice.png) repeat;
}

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

div.bg-blue {
	background-color: #e2edf2;
}

#fcontact {
	margin: 0 auto;
	padding: 60px 0 80px 0;
	width: 1100px;
}

#fcontact h3 {
	border-bottom: 4px solid #00a7e8;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 40px;
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	width: 450px;
}

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

#fcontact #fcontact-tel {
	padding-top: 10px;
	text-align: center;
}

#fcontact #fcontact-tel #fcontact-tel-no {
	background: url(images/tel_mark.png) no-repeat left bottom 15px;
	background-size: 30px;
	display: inline;
	font-size: 54px;
	line-height: 1.8em;
	padding-left: 40px;
}

#fcontact #fcontact-mail {
	padding-top: 10px;
	text-align: center;
}

#fcontact #fcontact-mail a {
	background: #00a7e8 url(images/mail_mark.png) no-repeat left 35px center;
	background-size: 40px;
	color: white;
	display: inline-block;
	font-size: 16px;
	padding: 15px 50px 15px 100px;
	text-decoration: none;
}

#fcontact #fcontact-mail a:hover {
	background-color: black;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	     opacity: 1.0;
}

#footernav {
	padding: 40px 0;
}

#footernav ul {
	text-align: center;
}

#footernav ul li {
	border-left: solid 1px #3abaed;
	display: inline-block;
	line-height: 1.0em;
}

#footernav ul li:last-child {
	border-right: solid 1px #3abaed;
}

#footernav ul li a {
	padding: 0 60px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footer-bg {
	background-color: #dfe1e1;
}

#footer {
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
	width: 1100px;
}

#footer-logo {
	margin: 0 auto;
	padding-top: 20px;
}

#footer-logo h3 {
	display: table-cell;
	text-align: left;
}

#footer-logo h4 {
	display: table-cell;
	font-size: 15px;
	padding-left: 20px;
	vertical-align: middle;
}

#footer-address {
	font-size: 15px;
	font-style: normal;
	padding: 15px 0 0 0;
}

#footer-address address {
	display: table-cell;
	font-style: normal;
}

#footer-address #footer-tel {
	display: table-cell;
	padding-left: 15px;
}

#footer #footer-copy {
	font-size: 11px;
	margin: 0;
	text-align: left;
}

#footer #group-link {
	position: absolute;
	right: 0;
	text-align: center;
	top: 100px;
}

#footer #group-link img {
	padding-bottom: 5px;
}

#footer #group-link a {
	display: block;
	font-size: 12px;
	text-decoration: none;
}

#pagetop {
	text-align: center;
}

#pagetop a {
	background-color: #00a7e8;
	display: block;
	padding: 30px 0;
}

