@charset "UTF-8";



/* animation-reset */

.inline-block{
	display: inline-block;
}

.transition-none * {
	-webkit-transition: none;
	transition: none;
}

html {
	height: 100%;
	overflow-y: scroll;
}

#wrapper {
	overflow: visible;
}

.u-zm5{ zoom: 0.5; }

.menu_open {
	cursor: pointer;
	position: fixed;
	z-index: 100;
}

#header {
	position: fixed;
	height: 100%;
	z-index: 1000;
	letter-spacing: 0.5px;
}

#header .logo {
	width: 157px;
	margin: 0 auto;
	padding: 24px 0 21px;
}

#header .list li {
	border-bottom: 1px solid #006cb6;
}

#header .list li:first-child {
	border-top: 1px solid #006cb6;
}

#header .list li a {
	line-height: 1;
	width: 100%;
	height: 69px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#header .list li a div {
	width: 100%;
	padding-left: 16px;
}

#header .list li a .ja {
	display: block;
	margin-bottom: 2px;
}

#header .list li a .alp {
	display: block;
}

#header .list li a .alp img {
	width: auto;
	zoom: 0.5;
	margin-left: 2px;
}

#footer {
	margin-top: 142px;
	border-top: 1px solid #bbb;
}

#footer .c_inner {
	padding: 37px 10px 72px 40px;
	background: url(../img/cmn/bg_footer_pc.png) no-repeat 60% 100.5%;
	background-size: 867px;
}

#footer .flex {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#footer .fleft ul a {
	text-decoration: none !important;
}

#footer .fleft .bnr a {
	display: block;
	margin-bottom: 24px;
}

#footer .fright .bnr a {
	display: block;
	width: 100%;
	max-width: 220px;
	margin-top: 10px;
}

#footer .fright ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4px auto 0;
}

#footer .fright ul li {
	width: 33%;
}

#footer .fright ul li.large {
	width: 62%;
}

#footer .fright ul li a {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
}

#footer .fright ul li a:before {
	content: "\003E";
	margin-right: 6px;
}

#footer #copy {
	font-size: 10px;
	background: #006cb6;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
	padding: 12px 0 0;
	height: 35px;
	letter-spacing: 0.5px;
}

.c_inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.c_inner:after {
	content: "";
	display: block;
	clear: both;
}

.c_pagetitle {
	width: 100%;
	height: 270px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: url(../img/cmn/bg_pagetitle_pc.jpg) no-repeat center center;
	background-size: cover !important;
}

.c_pagetitle .txt img {
	width: auto;
	height: 59px;
	margin: 36px auto 0;
	display: block;
}

[data-js-tel] a {
	color: inherit;
	text-decoration: underline;
}



/* pagenavi */

.wp-pagenavi {
	clear: both;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin: 0 4px 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	position: relative;
	z-index: 1;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #006cb6;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #ffffff;
	border-color: #006cb6;
	background: #006cb6;
}



/*single markup style*/

.post_text {
	overflow: hidden;
	margin-bottom: 94px;
}

.post_text p {
	margin-bottom: 38px;
	line-height: 2.3;
	font-size: 15px;
	letter-spacing: 1px;
}

.post_text img {
	max-width: 100%;
	height: auto;
}

.post_text img.alignright {
	float: right;
	margin: 0 0 15px 15px;
	display: block;
}

.post_text img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	display: block;
}

.post_text img.aligncenter {
	display: block;
	margin: 0 auto 15px;
}

.post_text table {
	display: block;
	width: 100%;
}

.post_text table tbody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.post_text table tr {
	width: 32.2%;
	margin: 0 1.7% 1.7% 0;
	display: block;
}

.post_text table tr td {
	display: block;
	margin-bottom: 2px;
	line-height: 1;
}

.post_text h1,
.post_text h2 {
	font-size: 22px;
	padding: 20px;
	margin: 0 0 35px;
	background: #006cb6;
	color: #ffffff;
	line-height: 1.5;
}

.post_text h3,
.post_text h4 {
	font-size: 18px;
	border-left: 4px solid #006cb6;
	color: #006cb6;
	margin: 0 0 35px;
	padding: 5px 0 2px 15px;
	line-height: 1.8;
}

.post_text h5,
.post_text h6 {
	font-size: 18px;
	border-bottom: 1px solid #006cb6;
	margin: 0 0 35px;
}

.post_text ul,
.post_text ol {
	padding-left: 1.3em;
	margin-bottom: 25px;
	border: 1px solid #000000;
	padding: 40px 60px;
}

.post_text li {
	list-style-type: inherit;
}

.post_text ul li {
	list-style: square;
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text ol li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post_text a {
	text-decoration: underline;
	color: #000000;
}

/* css hack */

/* IE11 */

_:-ms-lang(x)::-ms-backdrop,
.wp-pagenavi a,
.wp-pagenavi span {
	padding-top: 4px;
}

/* Edge */

_:-ms-lang(x)::backdrop,
.wp-pagenavi a,
.wp-pagenavi span {
	padding-top: 4px;
}

.page { /*----------------------------------------
	greetings
	-----------------------------------------*/ /*----------------------------------------
	officers
	-----------------------------------------*/ /*----------------------------------------
	topics
	-----------------------------------------*/ /*----------------------------------------
	inquiry
	-----------------------------------------*/
}

.page_greetings {
	padding: 86px 0 50px;
}

.page_greetings .hl {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 45px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.page_greetings .hl span {
	display: block;
}

.page_greetings .hl span:before,
.page_greetings .hl span:after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background: #000000;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
}

.page_greetings .hl span:before {
	left: 0;
}

.page_greetings .hl span:after {
	right: 0;
}

.page_greetings .hl:before,
.page_greetings .hl:after {
	content: "";
	height: 1px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #000000;
}

.page_greetings .hl:before {
	margin-right: 0.9rem;
}

.page_greetings .hl:after {
	margin-left: 0.9rem;
}

.page_greetings .txt {
	margin-bottom: 26px;
}

.page_greetings .txt p {
	font-size: 15px;
	margin-bottom: 33px;
	letter-spacing: 0.5px;
	line-height: 2.35;
}

.page_greetings .txt p:last-child {
	margin-bottom: 0;
}

.page_greetings .name {
	text-align: right;
	font-size: 12px;
}

.page_greetings .name span {
	font-size: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.page_officers {
	padding: 90px 0 54px;
}

.page_officers .hl {
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	padding-left: 9px;
	margin-bottom: 6px;
	border-left: 5px solid #006cb6;
}

.page_officers table {
	width: 100%;
	table-layout: fixed;
	border-top: 3px solid #006cb6;
	border-bottom: 3px solid #006cb6;
}

.page_officers table .bg {
	background: #e5f0f8;
}

.page_officers table tr th {
	width: 33%;
	border-right: 1px solid #006cb6;
	border-bottom: 1px solid #006cb6;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

.page_officers table tr td {
	width: 67%;
	height: 63px;
	border-bottom: 1px solid #006cb6;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

.page_topics_archive {
	padding: 57px 0 18px;
}

.page_topics_archive .list {
	margin-bottom: 47px;
}

.page_topics_archive .list .item {
	border-bottom: 1px dashed #000000;
}

.page_topics_archive .list .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 17px 0;
	position: relative;
	background: url(../img/topics/arr01.png) no-repeat center right;
	background-size: 22px;
}

.page_topics_archive .list .item .day {
	margin-right: 25px;
}

.page_topics_archive .list .item .day span {
	font-size: 13px;
	letter-spacing: 1px;
	display: block;
}

.page_topics_archive .list .item .tit {
	font-size: 18px;
	letter-spacing: 1.5px;
	padding-right: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_topics_single {
	padding: 82px 0 48px;
}

.page_topics_single .info {
	border-left: 9px solid #006cb6;
	border-bottom: 1px solid #006cb6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	line-height: 1.2;
	padding: 0 0 12px 28px;
	margin-bottom: 37px;
}

.page_topics_single .info .tit {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	word-break: break-all;
}

.page_topics_single .info .day span {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
}

.page_topics_single .pager_single {
	border-top: 2px solid #bbb;
	padding-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.page_topics_single .pager_single img {
	width: auto;
	height: 20px;
}

.page_topics_single .pager_single .back {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.page_topics_single .pager_single .prev {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.page_topics_single .pager_single .next {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
}

.page_inquiry {
	padding: 60px 0 30px; /* check,radio */
}

.page_inquiry .txt01 {
	letter-spacing: 1px;
	line-height: 2.3;
	margin-bottom: 57px;
}

.page_inquiry .txt01 strong {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.page_inquiry .txt02 {
	letter-spacing: 1px;
	font-weight: bold;
}

.page_inquiry .req {
	color: #006cb6;
}

.page_inquiry .form_area dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #006cb6;
}

.page_inquiry .form_area dl:first-child {
	border-top: 3px solid #006cb6;
}

.page_inquiry .form_area dl:last-child {
	border-bottom: 3px solid #006cb6;
}

.page_inquiry .form_area dl dt {
	display: table-cell;
	vertical-align: top;
	width: 29.7%;
	font-size: 18px;
	padding: 0 5px;
	border-right: 1px solid #006cb6;
	vertical-align: middle;
	letter-spacing: 1px;
}

.page_inquiry .form_area dl dd {
	display: table-cell;
	vertical-align: top;
	width: 70.3%;
	height: 77px;
	padding: 14px 15px;
	vertical-align: middle;
}

.page_inquiry .form_area .req {
	vertical-align: super;
	font-size: 11px;
}

.page_inquiry .form_area .select_box {
	width: 100%;
	max-width: 247px;
	position: relative;
}

.page_inquiry .form_area .select_box:before {
	content: "";
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 50px;
	height: 100%;
	background: #e5f0f8;
	pointer-events: none;
}

.page_inquiry .form_area .select_box:after {
	content: "";
	position: absolute;
	z-index: 2;
	right: 13px;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-style: solid;
	border-width: 12px 7px 0 7px;
	border-color: #006cb6 transparent transparent transparent;
	pointer-events: none;
}

.page_inquiry .form_area input[type="text"],
.page_inquiry .form_area input[type="email"],
.page_inquiry .form_area textarea,
.page_inquiry .form_area .submit input,
.page_inquiry .form_area select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
	height: 48px;
	font-size: 16px;
	border: none;
	padding: 0 25px;
	background: #e5f0f8;
	letter-spacing: 1px;
}

.page_inquiry .form_area .submit {
	margin-top: 21px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.page_inquiry .form_area .submit .box {
	width: 34.5%;
}

.page_inquiry .form_area .submit .txt {
	width: 59%;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.7;
}

.page_inquiry .form_area .submit input {
	cursor: pointer;
	border: none;
	display: inline-block;
	max-width: 277px;
	height: 80px;
	background: #006cb6;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	margin: 5px;
	padding: 22px 10px;
}

.page_inquiry .form_area .submit input.back {
	background: #e5f0f8;
}

.page_inquiry .form_area textarea {
	resize: vertical;
	height: 147px;
	min-height: 147px;
	padding-top: 12px;
}

.page_inquiry .mwform-radio-field label {
	display: inline-block;
	margin-right: 11px;
	font-size: 18px;
}

.page_inquiry .mwform-radio-field label input {
	display: none;
}

.page_inquiry .mwform-radio-field label input:checked + .mwform-radio-field-text:after {
	display: block;
}

.page_inquiry .mwform-radio-field-text {
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}

.page_inquiry .mwform-radio-field-text:before {
	content: "";
	position: absolute;
	left: 8px;
	top: 2px;
	bottom: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border: 1px solid #000000;
}

.page_inquiry .mwform-radio-field-text:after {
	content: "";
	position: absolute;
	display: none;
	left: 11px;
	top: 50%;
	bottom: 0;
	margin: -3px auto 0;
	width: 6px;
	height: 4px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*----------------------------------------

index

-----------------------------------------*/

.top_news_hl .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 108px;
	position: relative;
	line-height: 1;
}

.top_news_hl img {
	width: 135px;
	display: block;
	margin: 0 auto;
}

.top_news_hl .more {
	position: absolute;
	right: 48px;
	top: 50%;
	margin-top: -8px;
}

.top_news_hl .more a {
	padding-left: 30px;
	background: url(../img/cmn/icon_link.png) no-repeat center right;
	background-size: 15px;
	padding: 10px 20px 10px 0;
	font-size: 11px;
}

.top_news_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.top_news_list li {
	width: 25%;
}

.top_news_list li a {
	display: block;
}

.top_news_list li a .img img {
	display: block;
}

.top_news_list li a .box {
	padding: 10px 25px 22px 15px;
	line-height: 1.4;
}

.top_news_list li a .box .day {
	font-size: 10px;
}

.top_news_list li a .box .tit {
	font-size: 14px;
}

.top_menu {
	padding-top: 94px;
	border-top: 1px solid #bbb;
}

.top_menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 88%;
	margin: 0 auto;
	text-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.top_menu ul li {
	width: 23%;
}

.top_menu ul li a {
	display: block;
}

.top_menu ul li .img {
	width: 100%;
	border-radius: 100%;
}

.top_menu ul li .txt {
	margin-top: 13px;
	font-size: 16px;
	display: block;
}

#mv {
	display: grid;
}

#mv .txt {
	grid-area: 1/1/2/2;
	place-self: center;
	padding-inline: 30px;
	z-index: 10;
}

#mv .image {
	grid-area: 1/1/2/2;
}

#mv .image img{
	width: 100%;
}

@media screen and (min-width: 901px) {

.menu_open {
	top: 0;
	left: 0;
	width: 200px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	padding: 25px 0 0;
}

.menu_open .logo1 {
	display: block;
	margin-bottom: 20px;
}

.menu_open .menu {
	background: #e5f0f8;
	display: block;
	padding: 10px;
}

.menu_open .menu img {
	display: block;
	margin: 0 auto;
}

#header {
	width: 200px;
	top: 0;
	left: -200px;
	background: #e5f0f8;
}

#header.fix {
	left: 0 !important;
}

#header.open {
	-webkit-animation: open_menu 0.5s ease-in-out 0s;
	animation: open_menu 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header.open2:not(.fix) {
	-webkit-animation: open_menu 0.5s ease-in-out 0s;
	animation: open_menu 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header.close {
	-webkit-animation: close_menu 0.5s ease-in-out 0s;
	animation: close_menu 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header .menu_close {
	cursor: pointer;
	width: 60px;
	height: 60px;
	margin-right: -60px;
	position: absolute;
	z-index: 15;
	padding: 15px 0 0 15px;
	top: 0;
	right: 0;
	background: rgba(0, 108, 182, 0.8);
}

#footer .fleft {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	width: 404px;
	padding-inline-end: 20px;
	font-size: 13px;
	line-height: 1.85;
}

#footer .fright {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: 310px;
}

#main_content.fix {
	padding-left: 200px !important;
}

#main_content.open,
#main_content.open2:not(.fix) {
	-webkit-animation: open_content 0.5s ease-in-out 0s;
	animation: open_content 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#main_content.close {
	-webkit-animation: close_content 0.5s ease-in-out 0s;
	animation: close_content 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.u_sp {
	display: none !important;
}

a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	opacity: 0.6;
}

.post_text table tr:nth-child(3n) {
	margin-right: 0;
}

.page_greetings .c_inner {
	width: 83.5%;
}

.page_officers .c_inner {
	width: 72.5%;
}

.page_topics_archive .c_inner {
	width: 83.5%;
}

.page_topics_single .c_inner {
	width: 83.5%;
}

.page_inquiry .c_inner {
	width: 83.5%;
}

.page_inquiry .form_area dl:last-child dt {
	padding-top: 25px;
	vertical-align: top;
}

.top_menu ul li:nth-child(odd) .img {
	background: #81c1b2;
}

.top_menu ul li:nth-child(even) .img {
	background: #c0e0d9;
}

#mv .youtube {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	padding-top: 56.25%;
}

#mv .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none;
}

#mv .youtube .youtube_mask {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#mv .youtube .sp_slide {
	display: none;
}

}

@media screen and (max-width: 900px) {

.menu_open {
	right: 0px;
	top: 0;
	width: 40px;
}

#header {
	overflow-y: scroll;
	right: -100%;
	width: 100%;
}

#header .logo2 img {
	width: 208px;
}

#header.open {
	-webkit-animation: open_menu_sp 0.5s ease-in-out 0s;
	animation: open_menu_sp 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header.close {
	-webkit-animation: close_menu_sp 0.5s ease-in-out 0s;
	animation: close_menu_sp 0.5s ease-in-out 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

#header .menu_content {
	background: #e5f0f8;
}

#header .menu_close {
	background: #006cb6;
	color: #fff;
	width: 100%;
	height: 61.5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	padding: 0 20px 0 35px;
}

#header .menu_close .txt img {
	width: 54.5px;
}

#header .menu_close .mark img {
	width: 15px;
}

#header .logo {
	width: 110px;
	padding-top: 21px;
}

#header .list li a {
	height: 61px;
}

#header .list li a div {
	text-align: center;
	padding-left: 0;
}

#footer {
	margin-top: 72px;
}

#footer .c_inner {
	padding: 15px 0 57px 0;
	background: url(../img/cmn/bg_footer_sp.png) no-repeat center bottom;
	background-size: 289px;
}

#footer .flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 320px;
	margin: 0 auto;
}

#footer .fleft {
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	margin: 0 auto;
	padding: 0 15px;
	font-size: 10px;
	line-height: 1.6;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .fleft ul {
	margin: 0 auto;
}

#footer .fleft .bnr a {
	width: 246.5px;
	margin: 0 auto 27px;
}

#footer .fright {
	margin: 0 auto 20px;
	width: 100%;
	max-width: 250px;
}

#footer .fright .bnr a {
	width: fit-content;
	margin: 10px auto 0;
}

#footer .fright ul {
	margin: 0 auto;
}

#footer .fright ul li {
	width: 31.5%;
}

#footer .fright ul li:nth-child(1),
#footer .fright ul li:nth-child(4) {
	width: 37%;
}

#footer .fright ul li a {
	font-size: 11px;
	letter-spacing: 0.5px;
}

#footer #copy {
	font-size: 9px;
	letter-spacing: 0;
}

#footer #copy span {
	display: block;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
}

.u_pc {
	display: none !important;
}

.c_pagetitle {
	padding-inline: 10px;
	background: url(../img/cmn/bg_pagetitle_sp.jpg) no-repeat center 70%;
	height: 202px;
}

.c_pagetitle .txt img {
	height: 51px;
	margin-top: 25px;
}
.c_pagetitle .txt img[src*="inquiry"]{
	width: auto;
	height: auto;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-size: 15px;
	min-width: 21px;
	height: 21px;
}

.post_text {
	margin-bottom: 20px;
}

.post_text p {
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 1.7;
}

.post_text table tr {
	width: 48.5%;
	margin: 0 3% 1.7% 0;
}

.post_text table tr:nth-child(even) {
	margin-right: 0;
}

.post_text table tr td {
	font-size: 9px;
}

.post_text img.alignright,
.post_text img,
.post_text img.alignleft {
	float: none;
	margin: 0 auto;
	display: block;
}

.post_text img.emoji {
	display: inline !important;
}

.page_greetings {
	padding: 20px 0 6px;
}

.page_greetings .hl {
	font-size: 14px;
	letter-spacing: 1px;
	margin: 0 auto 16px;
	width: 94%;
}

.page_greetings .hl span:before,
.page_greetings .hl span:after {
	width: 3px;
	height: 3px;
	border-radius: 3px;
	margin-top: -1.5px;
}

.page_greetings .hl:before {
	margin-right: 0.4rem;
}

.page_greetings .hl:after {
	margin-left: 0.4rem;
}

.page_greetings .txt {
	margin-bottom: 12px;
	padding: 0 10px;
}

.page_greetings .txt p {
	line-height: 1.75;
	font-size: 12px;
	margin-bottom: 17px;
}

.page_greetings .name {
	font-size: 9px;
}

.page_greetings .name span {
	font-size: 14px;
}

.page_officers {
	padding: 30px 15px 10px;
}

.page_officers .hl {
	font-size: 14px;
	border-left-width: 3px;
	padding-left: 4px;
	margin-bottom: 2px;
	letter-spacing: 1px;
}

.page_officers table {
	border-width: 2px;
}

.page_officers table tr th {
	width: 29%;
	font-size: 11px;
}

.page_officers table tr td {
	width: 71%;
	height: 30px;
	font-size: 12px;
}

.page_topics_archive {
	padding: 17px 15px 18px;
}

.page_topics_archive .list {
	margin-bottom: 29px;
}

.page_topics_archive .list .item a {
	padding: 7px 0;
	background: none;
}

.page_topics_archive .list .item .day {
	margin-right: 7px;
}

.page_topics_archive .list .item .day span {
	font-size: 9px;
	letter-spacing: 0.5px;
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	margin-left: -11px;
}

.page_topics_archive .list .item .tit {
	font-size: 10px;
	letter-spacing: 0;
	padding-right: 0;
}

.page_topics_single {
	padding: 20px 10px 0;
}

.page_topics_single .info {
	border-left-width: 5px;
	padding: 0 0 8px 11px;
	margin-bottom: 12px;
}

.page_topics_single .info .tit {
	font-size: 14px;
	letter-spacing: 1px;
}

.page_topics_single .info .day span {
	font-size: 8px;
	letter-spacing: 0;
	-webkit-transform: scale(0.8) translateX(7px);
	-ms-transform: scale(0.8) translateX(7px);
	transform: scale(0.8) translateX(7px);
}

.page_topics_single .pager_single {
	padding-top: 0;
	border-top-width: 1px;
}

.page_topics_single .pager_single img {
	height: 13.5px;
}

.page_inquiry {
	padding: 13px 15px 0;
	margin-bottom: -30px;
}

.page_inquiry .txt01 {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 15px;
}

.page_inquiry .txt02 {
	font-size: 10px;
	letter-spacing: 0;
}

.page_inquiry .form_area dl {
	display: block;
	padding: 6px 0;
}

.page_inquiry .form_area dl:first-child {
	border-top-width: 2px;
}

.page_inquiry .form_area dl:last-child {
	border-bottom-width: 2px;
	padding-bottom: 1px;
}

.page_inquiry .form_area dl dt {
	font-size: 10px;
	display: block;
	width: 100%;
	border-right: none;
	padding: 0;
}

.page_inquiry .form_area dl dd {
	width: 100%;
	height: auto;
	padding: 0;
	display: block;
}

.page_inquiry .form_area .req {
	font-size: 8px;
}

.page_inquiry .form_area .select_box {
	max-width: 100%;
}

.page_inquiry .form_area .select_box:before {
	display: none;
}

.page_inquiry .form_area .select_box:after {
	right: 7px;
	border-width: 8px 5px 0 5px;
}

.page_inquiry .form_area input[type="text"],
.page_inquiry .form_area input[type="email"],
.page_inquiry .form_area textarea,
.page_inquiry .form_area .submit input,
.page_inquiry .form_area select {
	padding: 0 12px;
	font-size: 11px;
	height: 29px;
}

.page_inquiry .form_area select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.page_inquiry .form_area .submit {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page_inquiry .form_area .submit .box {
	width: 100%;
	padding-top: 7px;
}

.page_inquiry .form_area .submit .txt {
	width: 100%;
	font-size: 11px;
	margin-top: 5px;
}

.page_inquiry .form_area .submit input {
	margin: 0 0 5px;
	font-size: 16px;
	padding: 18px 10px;
	max-width: 100%;
	height: 60px;
}

.page_inquiry .form_area textarea {
	padding-top: 6px;
	height: 85px;
	min-height: 85px;
}

.page_inquiry .mwform-radio-field label {
	font-size: 12px;
	line-height: 1;
	margin-right: 9px;
}

.page_inquiry .mwform-radio-field-text {
	padding-left: 11px;
}

.page_inquiry .mwform-radio-field-text:before {
	width: 8px;
	height: 8px;
	left: 0;
}

.page_inquiry .mwform-radio-field-text:after {
	left: 3px;
	margin-top: -1.5px;
	width: 4px;
	height: 3px;
	border-width: 1px;
}

.top_news_hl .flex {
	height: 49px;
}

.top_news_hl img {
	width: 76px;
}

.top_news_hl .more {
	right: 5px;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.top_news_hl .more a {
	font-size: 9px;
	background-size: 12px;
	margin-left: 10px;
}

.top_news_list li {
	width: 50%;
}

.top_news_list li a .box {
	padding: 3px 10px 8px;
}

.top_news_list li a .box .day {
	font-size: 9px;
	-webkit-transform: scale(0.7) translateX(-20%);
	-ms-transform: scale(0.7) translateX(-20%);
	transform: scale(0.7) translateX(-20%);
}

.top_news_list li a .box .tit {
	font-size: 9px;
	line-height: 1.1;
}

.top_menu {
	padding-top: 40px;
}

.top_menu ul {
	max-width: 300px;
}

.top_menu ul li {
	width: 47%;
	margin-bottom: 10px;
}

.top_menu ul li:nth-child(1) .img,
.top_menu ul li:nth-child(4) .img {
	background: #81c1b2;
}

.top_menu ul li:nth-child(2) .img,
.top_menu ul li:nth-child(3) .img {
	background: #c0e0d9;
}

.top_menu ul li .txt {
	margin-top: 0;
	font-size: 13px;
}

}

@-webkit-keyframes open_menu {

0% {
	left: -200px;
}

100% {
	left: 0px;
}

}

@keyframes open_menu {

0% {
	left: -200px;
}

100% {
	left: 0px;
}

}

@-webkit-keyframes open_content {

0% {
	padding-left: 0px;
}

100% {
	padding-left: 200px;
}

}

@keyframes open_content {

0% {
	padding-left: 0px;
}

100% {
	padding-left: 200px;
}

}

@-webkit-keyframes close_menu {

0% {
	left: 0px;
}

100% {
	left: -200px;
}

}

@keyframes close_menu {

0% {
	left: 0px;
}

100% {
	left: -200px;
}

}

@-webkit-keyframes close_content {

0% {
	padding-left: 200px;
}

100% {
	padding-left: 0px;
}

}

@keyframes close_content {

0% {
	padding-left: 200px;
}

100% {
	padding-left: 0px;
}

}

@-webkit-keyframes open_menu_sp {

0% {
	right: -100%;
	opacity: 0;
}

10% {
	right: 0;
	opacity: 0;
}

100% {
	right: 0;
	opacity: 1;
}

}

@keyframes open_menu_sp {

0% {
	right: -100%;
	opacity: 0;
}

10% {
	right: 0;
	opacity: 0;
}

100% {
	right: 0;
	opacity: 1;
}

}

@-webkit-keyframes close_menu_sp {

0% {
	right: 0;
	opacity: 1;
}

90% {
	right: 0;
	opacity: 0;
}

100% {
	right: -100%;
	opacity: 0;
}

}

@keyframes close_menu_sp {

0% {
	right: 0;
	opacity: 1;
}

90% {
	right: 0;
	opacity: 0;
}

100% {
	right: -100%;
	opacity: 0;
}

}

@-webkit-keyframes menu_hover {

0% {
	top: -100%;
}

10% {
	top: 0;
	opacity: 0;
}

100% {
	top: 0;
	opacity: 1;
}

}

@keyframes menu_hover {

0% {
	top: -100%;
}

10% {
	top: 0;
	opacity: 0;
}

100% {
	top: 0;
	opacity: 1;
}

}

