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

html {
	overflow-y: scroll;
}

body {
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-width: 1280px;
}

.sp {
	display: none;
}

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

h2.title em {
	display: block;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 22px;
	font-weight: 700;
	padding: 20px 0;
}

h2.subtitle {
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 28px;
	letter-spacing: 1px;
	position: relative;
}

h2.subtitle em {
	font-size: 18px;
}

h2.subtitle:after {
	border-bottom: 4px solid #06135d;
	bottom: -10px;
	content: "";
	display: block;
	height: 120px;
	left: 40%;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 20%;
}

h2.copy {
	border-bottom: 1px dotted #06135d;
	border-top: 1px dotted #06135d;
	color: #06135d;
	font-size: 22px;
	padding: 5px 20px;
}

h3.subtitle {
	background-color: #06135d;
	border-radius: 25px;
	color: white;
	font-size: 20px;
	letter-spacing: 1.5px;
	margin: 0 -30px;
	padding: 8px 40px;
	text-align: left;
}

h3.copy {
	border-bottom: 1px dotted #06135d;
	color: #06135d;
	font-size: 20px;
	padding: 5px 30px;
}

h4.subtitle {
	border-left: 10px solid #06135d;
	color: #06135d;
	font-size: 18px;
	margin: 10px 0;
	padding: 0 20px 0 10px;
	text-align: justify;
}

p {
	line-height: 1.8em;
	margin: 15px 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;
}

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

a {
	color: black;
	font-weight: 500;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=60);
	opacity: .60;
	transition: all .3s;
}

a.link-btn {
	background: #06135d url(images/link_btn_w.svg)no-repeat right 10px center;
	background-size: 6px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 40px 7px 30px;
	text-align: center;
	text-decoration: none;
}

a.link-btn:hover {
	background: #fae36d url(images/link_btn.svg)no-repeat right 10px center;
	background-size: 6px;
	color: #06135d;
	opacity: 1;
}

a.link-btn-s {
	background: url(images/link_btn.svg) no-repeat right 15px center;
	background-size: 8px;
	border: 1px solid black;
	border-radius: 5px;
	display: inline-block;
	font-weight: 500;
	letter-spacing: .5px;
	padding: 8px 35px 8px 20px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-l {
	background: #06135d url(images/link_btn_w.svg) no-repeat right 25px center;
	background-size: 8px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 30px 100px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-l em {
	display: block;
	font-size: 14px;
	padding-top: 7px;
}

a.link-btn-l:hover {
	background: #fae36d url(images/link_btn.svg)no-repeat right 25px center;
	background-size: 12px;
	color: #06135d;
	opacity: 1;
}

a.link-btn-prev {
	background: #06135d url(images/link_btn_w_prev.svg) no-repeat left 10px center;
	background-size: 6px;
	border-radius: 5px;
	color: white;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding: 7px 30px 7px 40px;
	text-align: center;
	text-decoration: none;
}

a.link-btn-prev:hover {
	background: #fae36d url(images/link_btn_prev.svg) no-repeat left 10px center;
	background-size: 6px;
	color: #06135d;
	opacity: 1;
}

span.link-btn-next a,
a.link-btn-next {
	background: black url(images/link_btn_w.svg) no-repeat right 12px center;
	background-size: 10px;
	color: white;
	font-weight: 400;
	padding: 10px 45px 10px 30px;
	text-decoration: none;
}

a.pagelink {
	background: url(images/pagelink.svg) no-repeat center bottom 8px;
	background-size: 8px;
	border: 1px solid #b1b3cd;
	border-radius: 4px;
	color: #06135d;
	display: inline-block;
	font-weight: 600;
	margin: auto;
	padding: 5px 40px 15px 40px;
	position: relative;
	text-decoration: none;
}

a.pagelink:hover {
	background-color: #fae36d;
	filter: alpha(opacity=100);
	opacity: 1.00;
}

a.plink {
	display: block;
	margin-top: -150px;
	padding-top: 150px;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.8em;
	margin-left: 14px;
}

ol li {
	padding: 4px 0 10px 5px;
	text-align: left;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	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;
}

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

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

span.red {
	color: red;
}

ul.list {
	line-height: 1.6em;
}

ul.list li {
	background: url(images/ul_list_li.svg) no-repeat 5px 10px;
	background-size: 6px;
	margin: 7px 0;
	padding: 2px 0 2px 20px;
}

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

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

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

ul.notelist li ol {
	padding: 3px 0;
}

ul.notelist li ol li {
	padding: 2px 0;
	padding-left: 1.0em;
}

div.line {
	border-bottom: 1px dotted #c0c0c0;
	clear: both;
	font-size: 5px;
	height: 20px;
	margin: 0 -15px 20px -15px;
}

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.indexmenu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px;
}

ul.indexmenu li {
	display: flex;
	margin-bottom: 20px;
}

ul.indexmenu li:nth-child(even) {
	margin-left: 20px;
}

ul.indexmenu li a {
	background-color: #e0e7f8;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	width: 540px;
}

ul.indexmenu li.em a {
	background-color: #06135d;
	color: white;
}

ul.indexmenu li a div.img {
	height: 300px;
	max-width: 100%;
	position: relative;
	width: 540px;
}

ul.indexmenu li a div.img::after {
	background-image: linear-gradient(180deg, transparent 0 60%, #e0e7f8 100%);
	bottom: 0;
	content: "";
	height: 120px;
	left: 0;
	position: absolute;
	width: 540px;
}

ul.indexmenu li a div.img img {
	width: 100%;
}

ul.indexmenu li a div.text {
	padding: 30px 40px;
}

ul.indexmenu li a div.text h3 {
	border-left: 12px solid #06135d;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 5px;
	padding-left: 12px;
	text-align: left;
}

ul.indexmenu li.em a div.text h3 {
	border-color: white;
}

ul.indexmenu li a div.text p {
	font-size: 14px;
	padding-top: 5px;
}

ul.indexmenu li a span.more {
	background: url(images/link_btn.svg)no-repeat right 5px center;
	background-size: 5px;
	border-bottom: 1px solid #07166a;
	display: block;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0 0 0 auto;
	padding-right: 25px;
	text-align: right;
	width: 100px;
}

ul.indexmenu li.em a span.more {
	background: url(images/link_btn_w.svg)no-repeat right 5px center;
	background-size: 5px;
	border-bottom: 1px solid white;
}

div.indexmenu-wide a {
	align-items: center;
	background-color: #1056c1;
	border-radius: 4px;
	display: flex;
	height: 240px;
	justify-content: center;
	margin-bottom: 30px;
	text-decoration: none;
}

div.indexmenu-wide a div.img {
	position: relative;
	width: 440px;
}

div.indexmenu-wide a div.img::after {
	background-image: linear-gradient(90deg, transparent 0 60%, #1056c1 100%);
	bottom: 0;
	content: "";
	height: 100%;
	position: absolute;
	right: 40px;
	width: 100px;
}

div.indexmenu-wide a div.text {
	color: white;
	padding: 0 40px 0 20px;
	width: 600px;
}

div.indexmenu-wide a div.text h3 {
	border-left: 12px solid #e0e7f8;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 5px;
	padding-left: 12px;
	text-align: left;
}

div.indexmenu-wide a div.text p {
	font-size: 14px;
	padding-top: 5px;
}

div.indexmenu-wide a span.more {
	background: url(images/link_btn_w.svg)no-repeat right 5px center;
	background-size: 5px;
	border-bottom: 1px solid white;
	display: block;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 0 0 0 auto;
	padding-right: 25px;
	text-align: right;
	width: 100px;
}

div.intro {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 500px;
}

div.intro div.text {
	margin: 0 auto;
	padding: 50px 0 10px 700px;
	width: 540px;
}

div.intro div.text h2 {
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 35px;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

ul.qa {
	margin-top: 50px;
}

ul.qa li {
	border: 2px solid #06135d;
	border-radius: 4px;
	margin-bottom: 45px;
}

ul.qa li:last-child {
	margin-bottom: 0;
}

ul.qa li div.q,
ul.qa li div.a {
	align-items: center;
	display: flex;
	padding: 18px 38px 18px 25px;
}

ul.qa li div em {
	padding: 0 30px 0 10px;
}

ul.qa li div.q {
	border-bottom: 1px solid #06135d;
}

ul.qa li div ul {
	padding-bottom: 10px;
	width: 100%;
}

ul.qa li div ul li {
	border: none;
	margin: 0;
}

ul.page-category {
	display: flex;
	justify-content: center;
}

ul.page-category li {
	padding: 0 12px;
	text-align: center;
	width: auto;
}

ul.page-category li a {
	background: #dee6f8 url(images/pagelink.svg) no-repeat center bottom 15px;
	background-size: 10px;
	border-radius: 10px;
	color: black;
	display: block;
	font-weight: bold;
	padding: 13px 40px 30px 40px;
	text-decoration: none;
}

ul.page-category li a:hover {
	background-color: #fae36d;
	opacity: 1;
}

table.list-table tr.header th,
table.list-table tr.header td {
	background-color: #686868;
	border-bottom: 1px solid white;
	border-right: 1px solid #cedaf4;
	color: white;
	font-weight: 600;
	text-align: center;
}

table.list-table th {
	background-color: #cedaf4;
	border-bottom: 1px solid #686868;
	border-top: 1px solid #686868;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .6px;
	padding: 20px;
	width: 35%;
}

table.list-table td {
	border-bottom: 1px solid #686868;
	border-top: 1px solid #686868;
	font-size: 15px;
	padding: 10px 20px;
	text-align: justify;
	width: auto;
}

table.list-table td.total {
	font-weight: 700;
}

table.list-table td.center {
	text-align: center;
}

table.list-table td table th {
	background-color: #dfdfdf;
	border-color: #dfdfdf;
	font-size: 14px;
	padding: 15px 20px;
	width: auto;
}

table.list-table td table td {
	border-color: #dfdfdf;
	font-size: 14px;
	padding: 15px 20px;
}

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

table.form-table th {
	border-bottom: 1px solid #acacac;
	border-top: 1px solid #acacac;
	color: #06135d;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 16px;
	font-weight: 700;
	padding: 20px 0;
	width: 300px;
}

table.form-table td {
	border-bottom: 1px solid #acacac;
	border-top: 1px solid #acacac;
	padding: 15px 0;
	vertical-align: middle;
	width: 500px;
}

table.form-table td.m {
	text-align: center;
	width: 70px;
}

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

input,
textarea,
select {
	background-color: white;
	border: 1px solid #a1a19b;
	border-radius: 5px;
	font-family: YuGothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	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 input.size100 {
	width: 100px;
}

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

table.form-table select.type {
	margin-top: 14px;
}

table.form-table div.trial {
	float: right;
	width: 240px;
}

table.form-table div.trial a {
	background: #e0e7f8 url(images/link_btn.svg) no-repeat right 10px center;
	background-size: 6px;
	border-radius: 4px;
	color: #06135d;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

table.form-table td input.checkbox,
table.form-table td input.radio {
	margin: 0 2px 0 10px;
	width: auto;
}

input.submit {
	background: url(images/link_btn_w.svg)no-repeat right 15px center #06135d;
	background-size: 12px;
	border-radius: 10px;
	color: white;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: auto;
	padding: 20px 0;
	pointer-events: auto;
	width: 400px;
}

input.submit:hover {
	background: url(images/link_btn.svg)no-repeat right 15px center #fae36d;
	background-size: 14px;
	color: #06135d;
	cursor: pointer;
}

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

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

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

ul.news-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
}

ul.news-list li {
	margin: 10px;
}

ul.news-list li a {
	background-color: #ecf1fb;
	border-radius: 4px;
	display: block;
	padding: 30px 30px 20px 30px;
	text-decoration: none;
	width: 280px;
}

ul.news-list li div.img {
	height: 180px;
	overflow-y: hidden;
	width: 280px;
}

ul.news-list li div.img img {
	height: auto;
	max-width: 100%;
}

ul.news-list li div.text {
	display: block;
	padding-top: 10px;
	text-align: left;
}

ul.news-list li div.text span {
	display: inline-block;
	vertical-align: middle;
}

ul.news-list li div.text span.category {
	width: 100px;
}

ul.news-list li div.text span.category span {
	color: white;
	display: block;
	font-size: 12px;
	margin: 2px 0;
	padding: 1px 10px;
	text-align: center;
}

ul.news-list li div.text span.date {
	display: inline-block;
	font-size: 14px;
	padding: 10px 0 10px 15px;
}

ul.news-list li div.text h3 {
	font-size: 16px;
	min-height: 65px;
	text-align: left;
}

span.category span a,
p.category span a {
	color: white;
	padding: 3px 30px;
	text-decoration: none;
}

span.category span.news a,
p.category span.news a,
ul.news-list li div.text span span.news {
	background-color: #5ea643;
}

span.category span.parent a,
p.category span.parent a,
ul.news-list li div.text span span.parent {
	background-color: #ad3b7c;
}

span.category span.alumni a,
p.category span.alumni a,
ul.news-list li div.text span span.alumni {
	background-color: #c2811f;
}

ul.footercategory {
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
}

ul.footercategoryb {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1100px;
}

ul.footercategoryb li {
	padding-bottom: 5px;
	width: 220px;
}

ul.footercategory li a {
	color: white;
	display: block;
	font-size: 15px;
	margin: 5px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	width: 150px;
}

ul.footercategoryb li a {
	background: #06135d url(images/link_btn_w.svg) no-repeat right 10px center;
	background-size: 6px;
	border-radius: 5px;
	color: white;
	display: block;
	font-size: 15px;
	margin: 0 3px;
	padding: 5px 15px 5px 10px;
	text-align: center;
	text-decoration: none;
}

ul.footercategoryb li a:hover {
	background: #fae36d url(images/link_btn.svg) no-repeat right 10px center;
	background-size: 6px;
	color: #06135d;
	opacity: 1;
}

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

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

div.page a.page-numbers,
div.page span.page-numbers {
	border-radius: 5px;
	display: inline-block;
	font-size: 15px;
	margin: 0 2px;
	padding: 6px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.page a.page-numbers {
	background-color: #06135d;
	color: white;
}

div.page span.page-numbers {
	color: #06135d;
}

div.page span.page-numbers.current {
	font-weight: 600;
}

div.page span.next a,
div.page span.prev a {
	border-radius: 5px;
	color: white;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page span.next a {
	background: #06135d url(images/link_btn_w.svg)no-repeat right 12px center;
	background-size: 6px;
	padding: 8px 45px 8px 40px;
}

div.page a.prev,
div.page span.prev a {
	background: #06135d url(images/link_btn_w_prev.svg) no-repeat left 12px center;
	background-size: 6px;
	padding: 8px 40px 8px 45px;
}

div.page span a:hover {
	background-color: #fae36d;
	color: #06135d;
	opacity: 1.0;
}

div.page span.next a:hover {
	background: #fae36d url(images/link_btn.svg)no-repeat right 12px center;
	background-size: 6px;
}

div.page span.prev a:hover {
	background: #fae36d url(images/link_btn_prev.svg)no-repeat left 12px center;
	background-size: 6px;
}

body#single p.category {
	margin-bottom: 5px;
	text-align: center;
}

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

body#single h1 {
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 28px;
	font-weight: 700;
	padding: 5px 0 5px 20px;
	text-align: justify;
	vertical-align: middle;
}

body#archive h1 em {
	font-size: 24px;
	padding-left: 5px;
}

body#single div.body h2 {
	border-bottom: 1px dotted #06135d;
	border-top: 1px dotted #06135d;
	color: #06135d;
	font-size: 20px;
	line-height: 1.5em;
	margin: 30px 0 20px 0;
	padding: 10px;
	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 {
	line-height: 1.6em;
	margin: 20px auto;
}

body#single div.body ul li {
	background: url(images/ul_list_li.svg) no-repeat 5px 10px;
	background-size: 6px;
	margin: 7px 0;
	padding: 2px 0 2px 20px;
}

body#single div.body table td {
	border-bottom: 1px solid #686868;
	border-top: 1px solid #686868;
	font-size: 15px;
	line-height: 1.5em;
	padding: 10px 20px;
	text-align: justify;
}

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 figure img {
	height: auto;
	width: 100%;
}

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 {
	display: table;
	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 figure {
	padding: 0;
}

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

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

#header-bg {
	background-color: rgba(999,999,999,.85);
	height: 120px;
	position: fixed;
	width: 100%;
	z-index: 9999;
}

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

#header-logo {
	align-items: center;
	display: flex;
	float: left;
	height: 120px;
}

#header-logo img {
	height: 70px;
	padding-right: 12px;
	width: 70px;
}

#header-logo h1,
#header-logo a {
	color: black;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}

#header-logo span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

#header-logo em {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

#dropdown,
#hamburger {
	display: none;
}

nav#globalnav {
	display: block;
	float: right;
	padding-top: 25px;
}

ul#hnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: right;
}

ul#hnav li {
	display: table-cell;
	padding-left: 20px;
	text-align: right;
	vertical-align: middle;
}

ul#hnav li a {
	background: url(images/link_btn_w.svg)no-repeat right 10px center #06135d;
	background-size: 5px;
	border-radius: 5px;
	color: white;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 30px 6px 20px;
	text-decoration: none;
}

ul#hnav li a:hover {
	background: url(images/link_btn.svg)no-repeat right 10px center #fae36d;
	background-size: 5px;
	color: #06135d;
	opacity: 1;
}

ul#gnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 10px;
}

ul#gnav li {
	display: table-cell;
	vertical-align: middle;
}

ul#gnav li.sp {
	display: none;
}

ul#gnav li a {
	color: #06135d;
	font-weight: 700;
	text-decoration: none;
}

ul#gnav li a {
	display: inline-block;
	font-size: 13px;
	padding: 5px 10px;
	position: relative;
	text-decoration: none;
}

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

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

#title {
	align-items: center;
	background-position: center center;
	background-size: cover;
	display: flex;
	height: 200px;
	justify-content: center;
	padding: 120px 0 50px 0;
	position: relative;
}

#title h1 {
	color: white;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.4em;
	padding-top: 40px;
}

#title h1:nth-child(2) {
	padding-top: 75px;
}

#title h1:nth-child(3) {
	padding-top: 130px;
}

#title h1 em {
	display: block;
	font-family: YuGothic,"Yu Gothic",sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.6em;
}

#title a {
	color: white;
	font-family: YuMincho,"Yu Mincho",serif;
	font-size: 22px;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX(-50%);
}

#title a:nth-child(1) {
	top: 180px;
}

#title a:nth-child(2) {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-size: 15px;
	line-height: 1.6em;
	padding: 3px 50px 2px 50px;
	top: 220px;
}

#title-s {
	background-position: center center;
	background-size: cover;
	height: 110px;
	padding: 120px 0 60px 0;
	position: relative;
	text-align: center;
}

#title-s a {
	color: white;
	font-family: YuMincho,"Yu Mincho",serif;
	font-weight: 700;
	left: 50%;
	position: absolute;
	text-decoration: none;
	transform: translateX(-50%);
}

#title-s a:first-child {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-size: 14px;
	line-height: 1.4em;
	padding: 3px 50px 2px 50px;
	top: 155px;
}

#title-s a:last-child {
	border: none;
	font-size: 30px;
	top: 185px;
}

div.localnav-bg p {
	display: none;
	margin: 0;
}

nav.localnavbtn ul {
	display: flex;
	justify-content: center;
}

nav.localnavbtn ul li {
	margin: 0 10px;
	width: 190px;
}

nav.localnavbtn ul li.active,
nav.localnavbtn ul li a {
	border-radius: 5px;
	color: white;
	font-weight: 600;
	padding: 15px 0;
	text-align: center;
}

nav.localnavbtn ul li.active {
	background-color: #fae36d;
	color: #06135d;
}

nav.localnavbtn ul li a {
	background: #06135d url(images/link_btn_w.svg)no-repeat right 20px center;
	background-size: 6px;
	display: block;
	padding: 15px 40px 15px 30px;
	text-decoration: none;
	width: 120px;
}

nav.localnavbtn ul li a:hover {
	background: #fae36d url(images/link_btn.svg)no-repeat right 20px center;
	background-size: 6px;
	color: #06135d;
	opacity: 1;
}

nav.localnav {
	background-color: #06135d;
}

nav.localnav ul {
	color: white;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding: 15px 0;
	text-align: center;
}

nav.localnav ul li {
	font-size: 13px;
	margin: 0 10px;
}

nav.localnav ul li.active {
	border-bottom: 1px solid #e0e7f8;
	color: white;
	font-size: 15px;
	font-weight: 600;
	padding: 0 30px 5px 30px;
	position: relative;
}

nav.localnav ul li a {
	background: url(images/link_btn_w.svg) no-repeat right 3px center;
	background-size: 5px;
	color: white;
	display: block;
	font-weight: 600;
	padding: 5px 30px 5px 20px;
	position: relative;
	text-decoration: none;
}

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

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

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

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

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

div.bg-gray {
	background-color: #f4f4f4;
	font-weight: 500;
}

footer {
	border-top: 1px solid #07166a;
}

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

#footerinfo {
	padding: 30px 0;
	text-align: center;
	width: 300px;
}

#footerlogo a {
	display: block;
	font-family: YuMincho,"Yu Mincho",serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
}

#footerlogo a img {
	height: auto;
	width: 70px;
}

#footername span {
	display: block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
}

#footername {
	display: block;
	font-size: 14px;
}

#footername strong {
	display: block;
	font-size: 24px;
}

#footerlogo em {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
}

#footerinfo address {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	padding-top: 20px;
	text-align: center;
}

p#footer-tel,
p#footer-mail {
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	margin: 0;
	text-align: center;
}

p#footer-mail {
	padding-bottom: 20px;
}

nav#footernav {
	display: flex;
	justify-content: right;
	position: absolute;
	right: 0;
	top: 10px;
	width: 800px;
}

nav#footernav ul li {
	padding-left: 40px;
}

nav#footernav ul li a {
	display: block;
	font-size: 12px;
	padding: 4px 0 4px 20px;
	text-decoration: none;
}

nav#footernav ul li h5 {
	padding: 30px 0 10px 0;
}

nav#footernav ul li h5 a {
	border-left: 4px solid #0f56c0;
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	padding-left: 15px;
}

nav#footernav ul li ul li {
	padding-left: 10px;
}

nav#footernav ul li ul li a {
	background: url(images/footernav_line.svg) no-repeat center left 10px;
	background-size: 5px;
	padding: 1px 0 1px 20px;
}

nav#footernav ul li ul li:last-child a {
	padding-bottom: 4px;
}

ul#footernavlast {
	padding-top: 30px;
}

nav#sidenav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

nav#sidenav ul li:first-child {
	bottom: 436px;
	display: block;
	position: fixed;
	right: 0;
}

nav#sidenav ul li a {
	border-radius: 4px 0 0 4px;
	box-shadow: 0 0 5px #9f9f9f;
	display: block;
	padding: 14px 10px;
}

nav#sidenav ul li:first-child a {
	background-color: #d1dbf5;
}

nav#sidenav ul li:nth-child(2) {
	bottom: 175px;
	display: block;
	position: fixed;
	right: 0;
}

nav#sidenav ul li:nth-child(2) a {
	background-color: #1056c1;
}

nav#sidenav ul li:nth-child(3) {
	bottom: 15px;
	display: block;
	position: fixed;
	right: 0;
}

nav#sidenav ul li:nth-child(3) a {
	background-color: #06135d;
}

nav#sidenav ul li img:nth-child(1) {
	display: inline;
}

nav#sidenav ul li img:nth-child(2) {
	display: none;
}

p#copyright {
	background-color: #06135d;
	color: white;
	font-size: 12px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}
