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

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

body {
	color: black;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-weight: bold;
	font-size: 95%;
}

.sp {
	display: none;
}

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

h1.copy {
	text-align: left;
}

h2.top-title span {
	font-size: 30px;
	display: block;
	letter-spacing: 2.3px;
	border-bottom: 3px solid #cb252d;
	width: 460px;
	margin: auto;
	margin-bottom: 5px;
}

h2.second-title {
	padding: 60px 0px 20px 0px;
	font-size: 180%;
	font-weight: bold;
}

h2.second-title-bg {
	padding: 10px 0px 20px 0px;
	font-size: 180%;
	font-weight: bold;
}

h2.second-title-bg em {
	font-size: 15px;
	font-weight: bold;
	display: block;
	width: 400px;
	margin: auto;
	padding-bottom: 10px;
}

h3.subtitle  {
	font-size: 120%;
	padding: 20px 0px 2px 0px;
	font-weight: bold;
	border-bottom: 3px solid #cb252d;
	text-align: center;
}

h3.subtitle em  {
	font-weight: bold;
	color: #cb252d;
	padding-right: 10px;
	font-size: 140%;
}

h4.subtitle  {
	font-size: 105%;
	font-weight: bold;
	border-left: 17px solid #0b309d;
	text-align: left;
	line-height: 1em;
	margin-top: 20px;	
}

h4.subtitle span  {
	padding-left: 8px;	
}

p {
	line-height: 1.9em;
	margin: 15px 0px;
	text-align: justify;
	text-justify: distribute;
	font-weight: bold;
	letter-spacing: 1.5px;
}

p.mn {
	margin: 0px;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0px;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0px;
	text-align: center;
}

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

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

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	opacity: 0.50;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

span.link-btn a,
a.link-btn {
	background: url(images/link_btn_w.png) no-repeat right 20px center #e8aa24;
	background-size: 8px;
	padding: 15px 110px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 2px;
}

span.link-btn a:hover,
a.link-btn:hover {
	background-color: #0b309d;
	opacity: 1;
}

a.link-btn-w {
	background: url(images/link_btn.png) no-repeat right 20px center white;
	background-size: 6px;
	padding: 15px 110px;
	text-decoration: none;
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.5px;
}

a.link-btn-w:hover {
	background-color: #e8aa24;
	opacity: 1;
}


span.link-btn-prev a,
a.link-btn-prev {
	background: #e8aa24 url(images/link_btn_w_prev.png) no-repeat left 12px center;
	background-size: 6px;
	color: white;
	padding: 10px 30px 10px 45px;
	text-decoration: none;
	font-weight: bold;
}

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

a.contact-mail-btn {
	background: url(images/link_btn_w.png) no-repeat right 20px center,url(images/contact_mail_icon.png)no-repeat left 20px center #e8aa24;
	background-size: 8px,42px ;
	padding: 15px 0px 15px 80px;
	text-decoration: none;
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1.8px;
	display: block;
	width: 232px;
	margin: auto;
	margin-top: 20px;
}

a.contact-mail-btn:hover {
	background-color: #0b309d;
	opacity: 1;
}

ul {
	list-style-type: none;
}

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

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

sup {
	line-height: 1em;
}

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;
	font-weight: 500;
}

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

span.red {
	color: #fac4cb;
}

ul.list {
	line-height: 1.5em;
	text-align: justify;
	text-justify: distribute;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 5px 12px;
	background-size: 6px;
	display: block;
	padding: 4px 0px 4px 20px;
}

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

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

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

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space15px {
	clear: both;
	font-size: 5px;
	height: 15px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

div.photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.photos a {
	width: 320px;
	height: auto;
	display: block;
}

div.photos img {
	width: 100%;
	height: auto;	
}


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

table.list-table {
	width: 860px;
	margin: auto;
}

table.list-table tr {
	border: 1px solid #aeaeae;
}

table.list-table th {
	background-color: #0b309d;
	width: 20%;
	font-weight: bold;
	color: white;
	padding: 10px 10px;
}

table.list-table td {
	width: auto;
	text-align: left;
	padding: 10px 30px;
	font-weight: 500;
}

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

table.history-table {
	border-bottom: 2px dotted white;
}

table.history-table tr {
	border-top: 2px dotted white;
}

table.history-table th {
	padding: 15px 0px;
	font-weight: bold;
}

table.history-table td {
	padding: 15px 0px;
	font-weight: 500;
	text-align: left;
}

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

table.form-table {
	border-top: 1px solid #0b309d;
}

table.form-table tr {
	border-bottom: 1px solid #0b309d;
}

table.form-table th {
	width: 180px;
	font-size: 17px;
	color: #0b309d;
	font-weight: bold;
	text-align: center;
	padding: 15px 0px;
}

table.form-table td {
	width: 600px;
	text-align: left;
	padding: 15px 0px;
}

table.form-table td select {
	background-color: #fbf0d9;
	padding: 10px;
}

table.form-table td span.wideform {
	display: block;
	margin: 4px 0px;
	background-color: #fbf0d9;
}

table.form-table td input {
	padding: 10px;
	background-color: #fbf0d9;
	display: block;
}

table.form-table td span.comment {
	padding-left: 10px;
	font-weight: 500;
	color: #545454;
}

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

table.form-table td.m span {
	background-color: #c21025;
	border-radius: 60px;
	color: white;
	font-weight: bold;
	padding: 12px 8px;
	font-size: 70%;
}

table.form-table td textarea {
	padding: 10px;
	width: 600px;
	background-color: #fbf0d9;
}

form input.submit {
	font-weight: bold;
	font-size: 130%;
	color:white;
	padding: 20px 0px;
	width: 400px;
	margin: auto;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	background: url(images/link_btn_w.png)no-repeat right 25px center #e8aa24;
	background-size: 10px;
	pointer-events: auto;
}

form input.submit:hover {
	background: url(images/link_btn_w.png)no-repeat right 15px center #0b309d;
	background-size: 10px;
	cursor:pointer;
} 

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

ul.blog-list {
	font-size: 0px;
	width: 900px;
	margin: auto;
	margin-top: 20px;
	text-align: left;
}

ul.blog-list li {
	font-size: 14px;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

ul.blog-list li a {
	display: block;
	background: url(images/link_btn.png)no-repeat right 40px center white;
	padding: 25px;
	text-decoration: none;
	font-weight: 500;
	color: black;
}

ul.blog-list li span.img {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	height: 120px;
	margin: auto;
}

ul.blog-list li span.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

ul.blog-list li div.text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	width: 550px;
}

ul.blog-list li div.text span.date {
	display: block;
	border-bottom: 1px solid #0b309d;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

ul.blog-list li h3 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}



/***********************************************************************/
h2.screen-reader-text {
	display: none;
}

div.nav-links span.current {
	background-color: black;
	padding: 10px;
	color: white;	
}

div.page a.page-numbers {
	background-color: #e8aa24;
	padding: 10px;
	color: black;
	text-decoration: none;
	font-weight: 500;
}

div.page a.next {
	background: #e8aa24 url(images/link_btn.png) no-repeat right 12px center;
	background-size: 8px;
	padding: 10px 45px 10px 30px;
	color: black;
	text-decoration: none;
	font-weight: 500;
}

div.page a.prev {
	background: #e8aa24 url(images/link_btn_prev.png) no-repeat left 12px center;
	background-size: 8px;
	padding: 10px 30px 10px 45px;
	color: black;
	text-decoration: none;
	font-weight: 500;
}


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

body#single h1.blogtitle {
	font-size: 25px;
	padding-top: 10px;
}

body#single div.body {
	margin-bottom: 70px;
}

body#single div.body h2 {
	font-size: 22px;
	text-align: left;
	border-left: 20px solid #e8aa24;
	border-bottom: 2px solid #e8aa24;
	padding-left: 10px;
	margin: 20px 0px;
}

body#single div.body p {
	font-weight: 500;
}

body#single div.body a.link-btn {
	display: block;
	width: 400px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 15px 0px;
}

body#single div.body figure.wp-block-image {
	margin: 20px 0px 30px 0px;
}

body#single div.body figure.wp-block-image figcaption {
	font-size: 13px;
	color: #565656;
	font-weight: 500;
}

body#single div.body ul {
	text-align: left;
}

body#single div.body ul li {
	background: url(images/ul_list_li.png)no-repeat left top 12px;
	background-size: 6px;
	padding: 3px 0px 3px 13px;
	margin-left: 10px;
	font-weight: 500;
}


/***********************************************************************/
#header-bg {
	background-color: white;
	width: 100%;
}

#header {
	width: auto;
	height: 70px;
}

#header #header-logo {
	float: left;
	padding: 20px 0px 0px 50px; 
}

#header #header-logo img {
	width: 226px;
	height: auto;
}

#header-menu {
	float: right;
	width: auto;
	height: 70px;
	display: block;
}

#sp-icon {
	display: none ;	
}

ul#menu {
	display: block;
	text-align: right;
	background: none;
	position: static;
	font-size: 87%;
	margin-top: 33px;
	letter-spacing: 1.5px;
}

ul#menu li {
    display: inline-block;
}

ul#menu li:last-child {
    margin-right: 50px;
}

ul#menu li a {
	color: black;
    font-weight: bold;
    text-decoration: none;
	background: none;
	padding: 2px 10px 23px 10px;
}

ul#menu li a:hover {
	background: none;
}

#maintitle {
	background-position: center top;
	background-repeat: no-repeat;
	height: 270px;
}

#maintitle #title,
#maintitle #title a {
	padding-top: 100px;
	text-align: center;
	font-size: 35px;
	letter-spacing: 5px;
	color: white;
	text-shadow: 0 0 8px black;
	font-weight: bold;
	text-decoration: none;
}

#maintitle #title em {
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}

#maintitle #title span.recruit-second {
	display: block;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 2px solid white;
	width: 250px;
	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

div.main {
	margin: 0px auto;
	text-align: center;
	width: 1080px;
}

div.main-s {
	margin: 0px auto;
	text-align: center;
	width: 860px;
}

div.main-blog {
	margin: 0px auto;
	text-align: center;
	width: 800px;
}

div.bg-blue {
	background-color: #0b309d;
	padding: 55px 0px;
	font-weight: 500;
	color: white;
}

div.bg-paleblue {
	background-color: #c8d7fb;
	padding: 55px 0px;
	font-weight: 500;
}

div.white-container {
	width: 870px;
	margin: auto;
	background-color: white;
	border-radius: 15px;
	padding: 35px 35px 60px 35px;
	color: black;
}

#footer {
	background-color: white;
	text-align: center;
	padding-top: 80px;
}

#footer #contact {
	width: 940px;
	margin: auto;
	border:5px solid #0b309d;
	border-radius: 15px;
	padding: 20px 0px 40px 0px;
}

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

#footer #contact ul {
	font-size: 0px;
	margin-top: 30px;
}

#footer #contact ul li {
	font-size: 15px;
	display: inline-block;
	text-align: center;
	width: 450px;
	vertical-align: top;
}

#footer #contact ul li h4 {
	font-size: 160%;
	letter-spacing: 3px;
}

#footer #contact ul li span.number {
	font-size: 250%;
	letter-spacing: 5px;
	display: block;
	padding-left: 20px;
	background: url(images/contact_tel_icon.png)no-repeat left 40px bottom 14px;
	background-size: 30px;
	margin: 10px 0px;
}

#footer #contact ul li span.time {
	letter-spacing: 1.8px;
}

#footer #contact ul li.contact-tel {
	border-right: 3px solid #0b309d;
}

#footer #footer-logo {
	display: block;
	width: 290px;
	margin: auto;
	margin-top: 50px;
}

#footer #footer-logo img {
	width: 100%;
	height: auto;
}

#footer #footer-logo a {
	text-decoration: none;
	font-size: 85%;
	font-weight: bold;
}

#footer #footer-logo a span {
	display: block;
	padding-top: 10px;
	letter-spacing: 1.5px;
}

#footer address {
	font-style: normal;
	font-weight: bold;
	margin-top: 30px;
	letter-spacing: 1.5px;
}

#footer address a {
	font-weight: bold;
}

p#copy {
	font-size: 80%;
	text-align: center;
	line-height: 0em;
}

#footer ul#footer-nav {
	display: block;
	text-align: center;
	padding: 15px 0px;
	background-color: #0b309d;
	margin-top: 70px;
}

#footer ul#footer-nav li {
	display: inline-block;
	padding: 10px 18px;
	line-height: 1em;
	text-align: center;
	font-size: 95%;
}

#footer ul#footer-nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

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

#pagetop a {
	display: block;
	height:100px;
	width: 100px;
}

#pagetop a img {
	width: 100%;
	height: auto
}

