/*
Theme Name: basstemplate
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.4
License: GNU General publish License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse;
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
.both{
	clear:both;
}
p {
    display: block;
    -webkit-margin-before:0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
html{
/*font-family: 'Noto Serif JP', serif;*/
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size:10px;
line-height:1.6;
color:#6D6D6D;
}
body{
font-size:1.6rem;
    line-height: 1.6em;
}

img{
	display:block;
	max-width:100%;
	height:auto;
}
a,
a:hover,
a:active,
a:visited,
a:link{
	text-decoration:none;
	color:inherit;
}
ol, ul{
    list-style:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

span{
	display:inline-block;
	font-weight: inherit;
}

p{margin-bottom:20px;
}
p:last-child{margin-bottom:0px;
}


@media (min-width: 701px){

.twocolumn{
	margin:auto;
	width:100%;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:20px;
}
.twocolumn li{
	width:calc(50% - 10px);
	box-sizing:border-box;
}
.twocolumn li img{
	max-width:100%;
	display:block;
	margin:0;
}
.twocolumn li p{
}



.threecolumn{
	display:flex;
	margin:auto;
	justify-content:flex-start;
	flex-wrap:wrap;
	gap:50px;

}
.threecolumn li{
	width:calc(33.33% - 100px / 3);
	box-sizing:border-box;
}
.threecolumn li img{
	max-width:100%;
	display:block;
	margin:0;
}
}

@media (max-width: 640px){
}

.error404.content-area{
	float:none;
	margin:auto;
}
.error404.content-area main{
	text-align:center;
	margin-right:auto;
}

.error404 h1 {
    font-size: 70px;
}
@media screen and (max-width: 800px){
.error404 h1 span {
    display: block;
    font-size: 36px;
    margin-bottom: 20px;
}
}






.site-header{
	padding: 0 20px;
}
.header_container{
	margin:auto;
	max-width:1200px;
	width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
	margin:auto;
	align-items:center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.headermain{
	position:relative;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.spnavibtn{
	display:none;
	align-items:center;
}
.navibtn{
    display: block;
    position: relative;
    width: 26px;
    height: 23px;
    box-sizing: border-box;
    border-top: solid 3px #5f5f5f;
    border-bottom: solid 3px #5f5f5f;
	cursor: pointer;
}
.navibtn:after{
	top:0;
	bottom: 0;
	left: 0;
	margin:auto;
	position:absolute;
	height:3px;
	width:100%;
	background-color:#5f5f5f;
	display:block;
	content:"";
	transition:0.3s;
    transform-origin: 100% 0%;
}
.headernavi{
	flex-shrink:0;
}
.headernavi ul{
	margin:auto;
	max-width: 1240px;
	display:flex;
}
.headernavi ul a{
	padding:25px 10px;
	color:#000;
	display:block;
	font-size:15px;
	position:relative;
	transition:0.3s 0.2s;
}
.headernavi ul a.current{
}
.headernavi ul a:after{
	content:"";
	display:block;
	left:0;
	right:0;
	bottom:0;
	height:1px;
	background-color:#999;
	width:0;
    transition: 0.3s 0.3s;
}
.headernavi ul a:hover{
	color:#999;
}
.headernavi ul a:hover:after{
	width:100%;
}
.headernavi ul a.current:after{
	background-color:#000;
	width:100%;
}
.header_right{
	display: flex;
	align-items: center;
}
.headernavi{
	display: flex;
	align-items: center;
	margin-right: 20px;
}
.headernavi li{
	margin-right: 10px;
	padding-right: 10px;
	border-right: solid 1px #0067e6;
}
.headernavi a{
	color: #6d6d6d;
	transition: all 1s ease-out;
}
.headernavi a:hover{
}
.headernavi li:last-child{
	border-right: 0;
	padding-right: 0;
	margin-right: 0;
}
.search_bar{
    top: 0;
    transition: 0.3s;
    right: 0;
    z-index: 10;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.6);
	font-size: 14px;
}
.search_bar form{
    width: 300px;
    display: flex;
    align-items: center;
}
.search_bar input[type='submit']{
	word-break: keep-all;
}
.search_bar p{
    margin: 0;
	word-break: keep-all;
	margin-right: 10px;
}
.search_bar button{
	word-break: keep-all;
	margin-left: 10px;
	
}
.search_btn{
	padding: 4px;
	background-color:#0067e6;
}
.search_btn img{
	width: 16px;
	height:auto;
}

.head_contact a{
background: #5f5f5f;
    color: #ffffff;
    /* padding: 20px 20px; */
    line-height: 0;
    /* height: 80px; */
    display: block;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25px;
    padding-right: 25px;
	transition: all 1s ease-out;
}
.head_contact a:hover{
	background: #003976;
}

.spnavi{
	display:none;
}
.listitem_text{
	display:block;
	width:100%;
	color:#787878;
}
.listitem_text a{
	width:100%;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	position:relative;
}
.listitem_text:last-child{
	margin-bottom:0;
}



.taglist{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	color:#bf1920;
	flex-wrap:wrap;
	margin-bottom:40px;
	gap:8px;
}
.tag{
    border: solid 1px #bf1920;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 0px 6px;
    text-align: left;
    min-width: 80px;
    text-align: center;
}
.tag.current,
.tag:hover{
	background-color:#bf1920;
	color:#fff;
}

.btn_a{
	display:flex;
	justify-content:center;
	color:#fff;
}
.btn_a a{

    text-align: center;
    background-color: #0067E6;
	border: solid 2px #0067E6;
    display: flex;
    /* height: 30px; */
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /* border-radius: 5px; */
    box-sizing: border-box;
    transition: 0.3s;
    line-height: 1;
	padding: 15px;
	border-radius: 50px;
	min-width: 230px;
	box-sizing: border-box;
}
.btn_a a:hover{
	background-color:#ffffff;
	color: #0067E6;
}
.btn_a a span.center{
    margin-bottom: 0.3em;
}

.btn_w{
	display:flex;
	justify-content:center;
	color:#000;
}
.btn_w a{
	box-sizing:border-box;
    width: 140px;
    text-align: center;
    background-color: #fff;
	border:solid 1px #000;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
	border-radius:5px;
	transition:0.3s;
}
.btn_w a:hover{
	color:#fff;
	background-color:#000;
}

.two_column_left{
	display: flex;
	justify-content: center;
	align-items:flex-start;
	flex-direction: row-reverse;
}
.two_column_left > article{
	max-width: 745px;
	width: 100%;
	flex-shrink: 1;
}
.two_column_left > aside{
	width: 216px;
	margin-right: 20px;
	flex-shrink: 0;
}

.two_column,
.three_column{
		display: flex;
		flex-wrap: wrap;
	gap:35px;
	flex-direction:column;
	}
.two_column > div,
.two_column > li,
.three_column > div,
.three_column > li{
	width: 100%;
}

@media (min-width: 801px){
.two_column,
.three_column{
	flex-direction: row;
	}
.two_column > div,
	.two_column > li{
	width: calc(50% - 70px / 2);
	}
.three_column > div,
.three_column > li{
	width: calc(33.33% - 70px / 3);
}
}

.movie_list_item{
	background-color: #F2F2F2;
}
.movie_list_item h4{
    height: 3.2em;
    padding: 5px 10px;
    display: block;
    overflow: hidden;
		  overflow: hidden;
		  display: -webkit-box;
		  -webkit-box-orient: vertical;
		  -webkit-line-clamp: 2;
}

.movie_list_item .listitem_box_img{
	position: relative;
}
.movie_list_item .listitem_box_img:after {
    content: "";
    width: 25%;
    height: 0;
    padding-top: 25%;
    background-image: url(../images/icon_play.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 10;
    transition: 0.3s;
	opacity: 0;
}
.movie_list_item a:hover .listitem_box_img:after {
    opacity: 0.6;
}
.movie_list_item .listitem_box_img:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: 0.3s;
}

.movie_list_item a:hover .listitem_box_img:before {
    background-color: rgba(0,0,0,0.60);
}
.listitem_box{
	background-color: #F2F2F2;
}
.listitem_box_img{
	width: 100%;
	display:block;
	padding-top: calc(56.25% - 2px);
	background-position: center;
	background-size: cover;
}

.listitem_box_text{
	padding: 10px;
}
.postdate{
	display: block;
	word-break: keep-all;
	margin: 0;
	font-size: 12px
}
	.listitem_box_text .text{
	   /* height: calc(3em * 1.6);*/
	    display: block;
	    overflow: hidden;
			  overflow: hidden;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
			  -webkit-line-clamp: 3;
}
.listitem_text h4,
.listitem_box h4{
	color: #5F5F5F;
	font-weight: 600;
	font-size: 18px;
	    height: 1.6em;
	    display: block;
	    overflow: hidden;
			  overflow: hidden;
			  display: -webkit-box;
			  -webkit-box-orient: vertical;
			  -webkit-line-clamp: 1;
}
.listitem_box a:hover h4{
	color: #eb6ea5;
}




@media (min-width: 701px){
}
@media (max-width: 700px){
}
.site-footer{
	background: #ababab;
}
.site-footer .copyright{
	color:#ffffff;
	text-align: center;
	padding: 20px;
}
.site-footer .icon{
	justify-content:flex-end;
	display:flex;
}
.site-footer .icon a{
	width:20px;
	margin-left:10px;
	display:block;
}
.footcontents{
	background: #FFFF00;
	padding: 20px;
} 
.footcontents .inner{
    max-width: 1040px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items:stretch;
	color: #000000;
}

@media (max-width: 1060px){
.footcontents {
	padding: 40px 20px;
	}
	.footcontents .inner{
		flex-direction: column;
		align-items: center;
	}
	.footcontents .inner > img{
		max-width: 300px;
		width: 100%;
	}
	.footcontents .inner > p{
		display: block;
		margin-top: 20px;
	}
	.footcontents .inner > p.kouenkai_logo{
	
		margin-top: 0px;
	}
}
.footcontents p {
	margin: 0;
}
.footcontents p.mail {
	font-weight: 700;
	font-size: 20px;
    line-height: 1;
    margin-top: 4px;
	margin-bottom: 4px;
}
.footcontents .kigou{
	margin-left: -0.1em;
}
.copyright{
	line-height:1;
	margin:0;
	text-align:center;
	display:block;
}

.page_container{
	padding:70px 20px;
	padding-bottom:0;
	margin:auto;
    min-height: 500px;
	position: relative;
}
.page_container > .inner{
    padding-bottom: 70px;
}
.page_title{
    font-size: 24px;
    margin: 0px;
    text-align: center;
    color: #ababab;
    line-height: 1.4;
    font-weight: 700;
}
.page_header{
	color: #fff;
	padding: 0 20px;
    height: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image: url("../images/pageheader_bg.jpg");
	position: relative;
}
.page_header .imgtitle {
	max-height: 40px;
    height: 7vw;
    margin: 0;
}
.page_header .page_header_kome{
	position: absolute;
	bottom: -30px;;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1020px;
	margin: auto;
	left: 0;
	right: 0;
	color: #0067e6;
	text-align: right;
}
.title_illust{
	width: 160px;
}
.page_header .imgtitle img {
    width: auto;
    height: 130%;
	margin: auto;
}

@media (max-width: 800px){
.title_illust{
	width: 80px;
	}
.page_header {
	height: 130px;
}
}
#page{
	position: relative;
	z-index: 10;
}

.listitem_text{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap:15px;
}
.postcat{
    width: 100px;
    display: block;
    flex-shrink: 0;
    padding-top: 5px;
}
.postcat span{
	width: 100%;
	word-break: keep-all;
	background-color: #e3ebf5;
	text-align: center;
	display: block;
    font-size: 12px;
	line-height: 28px;
	color: #5f5f5f;
	line-height: 1.4;
	margin-top: 15px;
}
.postcat span:first-child{
	margin-top: 0px;
}
.listitem_text h4{
	flex-shrink: 1;
	width: 100%;
}
.listitem_text p{
	margin-bottom: 0;
}


.archive_content .information_list {
}
.archive_content .listitem_text{
	border-bottom:solid 1px #5f5f5f;
}
.archive_content .listitem_text:first-child{
	border-top:solid 1px #5f5f5f;
}
.archive_content .listitem_text a{
	padding:10px 0;
}
.navigation .screen-reader-text{
	display:none;
}
.pagenavi{
	margin-top:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.contact{
	border:none;
	margin-left:110px;
	max-width:740px;
	width:100%;
}
.contact th,
.contact td{
	border:none;
}
.contact th{
	width:190px;
}
.contact span{
	width:100%;
}
input, textarea{
	padding:5px;
	width:100%;
	box-sizing:border-box;
}
input[type="submit"]{
    border: solid 3px #5f5f5f;
    color: #ffffff;
	font-size: 20px;
	font-weight: 600;
    background-color: #5f5f5f;
    width: 300px;margin: auto;
    padding: 15px 30px;
	cursor:pointer;
    transition: 0.3s;
	text-align: center;
	display: block;
}
input[type="submit"]:hover{
    color: #5f5f5f;
    background-color: #ffffff;
	border: solid 3px #5f5f5f;
}
	.spnavi_bg{
		display: none;
		position: fixed;
		width: 100%;
		top: 0;
		height: 100vh;
		left: 0;
		background-color: rgba(0,0,0,0.50);
		z-index: 90;
		cursor: pointer;
	}



@media (min-width: 901px){
	.spnavi{
		display:none !important;
	}
}
@media (max-width: 900px){
.spnavibtn{
	display:flex;
}
.headernavi,
.en_link{
	display:none;
}
	.head_contact{
		display: none;
	}
.site-header{
	transition:0.5s;
    min-height: 70px;
	overflow:hidden;
}
	.header_container{
		padding: 15px 0;
	}
.site-header.active{
}
	.head_navi{
		display: none;
	}
.spnavi{
    position: fixed;
    justify-content: center;
    align-items: center;
    right: -220px;;
    bottom: 0;
    top: 0;
    margin: auto;
	height:calc(100vh - 140px);
	height: 100vh;
	overflow:auto;
    font-size: 20px;
    background-color: #fff;
	transition: 0.5s;
	display: block;
	z-index: 101;
}
	.spnavi_bg{
	}
.site-header.active .spnavi{
	right: 0;
}
	.search_btn{
		display: none;
	}
.spnavi{
	color: #5f5f5f;
}
.spnavi li a{
    width: 220px;
    margin: auto;
	padding: 0.5em 1em;
	padding-right: 0;
	display: block;
	box-sizing: border-box;
	border-bottom: solid 1px #5f5f5f ;
    font-size: 16px;
}
	.spnavi li.head_contact_sp a{
		background-color: #5f5f5f ;
		color: #fff;
}
.spnavi.active{
	display:flex;
}
.spnavi > div{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    position: relative;
	height:calc(100vh - 140px);
}
.spnavi > div > ul{
	overflow:auto;
}
.spnavi .navi_child{
	display:none;
}
.navi_parent{
	display:flex;
	flex-wrap:wrap;
    align-items: center;
}
.navi_parent ul{
	width:100%;
}
.navi_parent ul li{
	margin-bottom:0;
	margin-top:0.5em;
	margin-left:1em;
}
.navi_child{
	font-size:16px;
}
.childopen{
	transform:rotateZ(45deg);
	border-bottom:solid 2px #000;
	border-right:solid 2px #000;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    margin-top: 0px;
    margin-top: -10px;
}
.childopen.opend{
	transform:rotateZ(225deg);
    margin-top: 10px;
}

.site-header {
    min-height: 60px;
}
.headerlogo {
   width: 240px;
}
}

@media (max-width: 800px){
	.box1 .pc{display: none;}.box1 .sp{display: block;}
}
@media (max-width: 700px){

.contact{
	margin:auto;
}
.contact table,
.contact tbody,
.contact td,
.contact th{
	display:block;
	width:100%;
    box-sizing: border-box;
}




.twocolumn li,
.threecolumn li{
	margin-bottom:20px;
}
.twocolumn li:last-child,
.threecolumn li:last-child{
	margin-bottom:0;
}


.page_container {
    padding: 40px 20px;
	padding-bottom:0;

}
.post_detail{
	display:block;
}
.post_detail .left{
    margin-bottom: 10px;
}
}
@media (max-width: 480px){
}

.maincontents{
background: #ffffff;
width: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
}
.maincontents > .page_inner{
box-sizing: border-box;
width: 100%;
max-width: 1200px;
	margin: auto;
}
@media (min-width: 801px){
.side_on{
	display: flex;
	justify-content: space-between;
}
	.side_on > main{
		width: 100%;
		flex-shrink: 1;
	}
	.side_on > aside{
		width: 300px;
		margin: 0;
		margin-left: 50px;
		flex-shrink: 0;
	}
	.side_on.left{
		flex-direction: row-reverse;
	}
	.side_on.left > aside{
		margin: 0;
		margin-right: 30px;
}
}
@media (max-width: 800px){
	.side_on > main{
		margin-bottom: 60px;
	}
	.side_on > aside{
	}
}
.navigation.pagination{
	margin-top: 60px;
}
.navigation .screen-reader-text{
	display:none;
}
.pagenavi{
	margin-top:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#004097;
}
.page_num{
	margin-bottom:0;
	margin-right:20px;
	color:#004097;
}
.nav-links{
	display:flex;
    justify-content: center;
	color: #ababab;
}


.page-numbers{
	border:solid 1px #ababab;
	background-color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	line-height:1;
	width:30px;
	height:30px;
	margin-right:10px;
	transition:0.3s;
	color: #ababab;
}
.page-numbers:hover{
	color:#fff;
	background-color:#ababab;
}
.page-numbers.current{
	color:#fff;
	background-color:#ababab;
}
.page-numbers:last-child{
	margin-right:0;
}
.page-numbers.prev,
.page-numbers.next{
	display:none;
}
.sidebar{
}
.search_word{
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #004097;
    border-bottom: solid 1px #004097;
    font-size: 1.2rem;
}

.wpcf7-form-control-wrap{
	width: 100%;
}


@media screen and (max-width: 640px){
.contact_table,
.contact_table tr,
.contact_table td,
.contact_table th{
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
}
    .contact_table td{
    padding-bottom: 10px;}
    .contact_table th{
        padding-bottom: 0;
}

}
.contact_table .requied{
    font-size: 12px;
    background-color: #FF0004;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-left: 10px;
}
.contact_table form, 
.contact_table input,
.contact_table textarea{
    border: solid 1px #ccc; 
}
.contact_table input[type="submit"] {
    margin: auto;
    display: block;
    background-color: #ababab;
    color: #fff;
    border: solid 2px #ababab;
}
.contact_table input[type="submit"]:hover{
    background-color: #fff;
    color: #ababab;
}
.contact_table input[type="date"]{
    font-size: 16px;
    padding: 3px 3px;
    border: solid 1px #ccc;
}
.contact_table select {
    font-size: 16px;
    padding: 5px;
    border: solid 1px #ccc; 
}

.popupmoviebox{
	position:fixed;
	width:90%;
	z-index:100001;
	display:none;
	left:5%;
	top:50%;
	margin-top:-25.3125%;	
}
.popupmoviebox iframe{
	width:100%;
}
.popupmoviebg{
	position:fixed;
	height:100vh;
	width:100vw;
	z-index:100000;
	display:none;
     top: 0;
    left: 0;
	background-color:rgba(0,0,0,0.70);
}
.moviethumb{
	cursor:pointer;
}

.youtubearea{
	padding:0 !important;
	width:100%;
	height:0;
	position:relative;
  padding-top: 56.25% !important;
  overflow:hidden;
  margin-bottom:20px;
}
.youtubearea iframe{
	width:100%;
	height:100%;
	position:absolute;
	top:-20%;
	right:-20%;
	left:-20%;
	bottom:-20%;
	margin:auto;
}



.head_navi a{
    font-family: 'Catamaran','Open Sans', sans-serif;
    letter-spacing: 0.15em;
	font-size:18px;
	font-weight: 700;
	display: block;
	padding: 10px 0 ;
	color: #5F5F5F;
}
.head_navi a:hover{
	color: #eb6ea5;
}
.head_navi ul{
	max-width: 1200px;
	margin: auto;
	display: flex;
	align-items:center;
	justify-content:flex-start;
    column-gap: 40px;
	flex-wrap: wrap;
}

.subheader{
	background: #f1f1f1;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pankz{
	padding: 5px 20px;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
}
.pankz .inner{
	max-width: 1200px;
	margin: auto;
}
.pankz a{
	font-size: 14px;
	font-weight: 600;
	color:#5F5F5F ;
}
.pankz a:hover{
	color:#eb6ea5 ;
}

.pankz a:after{
	content: "";
    width: 0px;
    border-left: 6px solid #f1f1f1;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    height: 0px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 800px){
	.subheader{	height: 150px;}
}

.inner{
	max-width: 1100px;
	margin: auto;
}

.news_listitem{
	padding: 5px;
	display: flex;
	gap:0.5em;
	column-gap: 1em;
    align-items: flex-start;
}
.news_category{
	display: flex;
	gap:0.5em;
	column-gap: 1em;
    align-items: flex-start;
}
.news_category_item{
	font-size: 1.2rem;
	padding: 0 5px;
	color: #020674;
	border: solid 1px #020674;
	background-color: #fff;
}
.contents_tag{
	display: flex;
	flex-wrap: wrap;
	gap:0.5em;
	column-gap: 1em;
}
.contents_category{	
	display: flex;
	gap:0.5em;
	column-gap: 1em;
    align-items: flex-start;
}
.contents_category_item{
	font-size: 1.2rem;
	padding: 0 5px;
	color: #fff;
	background-color: #020674;
}
.top_contents_list{
}
.top_contents_list > li{
	border-top: solid 1px;
}

.top_contents_list > li:last-child{
	border-bottom: solid 1px ;
}
.top_contents_listitem{
	padding: 5px;
	display: flex;
	gap:0.5em;
	column-gap: 1em;
    align-items: flex-start;
}

.top_contents_listitem  h4{
	flex-shrink: 1;
}
.top_contents_listitem  ul{
	flex-shrink: 0;
}
.top_contents_listitem  p{
	flex-shrink: 0;
	font-size: 1.2rem;
}

.faq_list {
	width: 100%;
	max-width: 800px;
}

.faq_q {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #e5f5fe;
  border-radius: 10px;
  padding-right: 15px;
  box-sizing: border-box;
}
.faq_q > p {
  padding: 10px 20px;
  box-sizing: border-box;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
	margin-bottom: 0;
}
.faq_q .plus {
  flex-shrink: 0;
}
.faq_q_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  width: 66px;
  flex-shrink: 0;
}
.faq_a_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66px;
  width: 66px;
  flex-shrink: 0;
  padding-left: 34px;
}
.faq_q_icon img, .faq_a_icon img {
  height: 32px;
  width: auto;
}
.aco_contents {
  display: none;
}
.faq_a {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #f2f2f2;
}
.faq_a_text {
  padding: 10px 0;
  padding-right: 20px;
  flex-shrink: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-align: left;
}
.faq_a_text p {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
}
.faq_a_text a {
  font-weight: 500;
  color: #f7931e;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
.faq_a_text a:hover {
  text-decoration: none;
}
.faq_q .plus {
  width: min(5.5vw, 35px);
  width: 5.5vw;
  max-width: 35px;
  flex-wrap: nowrap;
  position: relative;
  display: block;
  flex-shrink: 0;
}
.faq_q .plus:before, .faq_q .plus:after {
  content: "";
  display: block;
  width: min(5.5vw, 35px);
  height: min(5.5vw, 35px);
  width: 5.5vw;
  max-width: 35px;
  height: 5.5vw;
  max-height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #1c3082;
  transition: 0.3s;
}
.faq_q .plus:before {
  width: min(1vw, 6px);
  width: 1vw;
  max-width: 6px;
}
.faq_q.open .plus:before {
  height:0px;
}
.faq_q .plus:after {
  height: min(1vw, 6px);
  height: 1vw;
  max-height: 6px;
  transition: 0.3s;
}

@media screen and (max-width: 500px) {
  .faq_q_icon {
    min-height: 46px;
    width: 46px;
  }
  .faq_a_icon {
    min-height: 46px;
    width: 46px;
    padding-left: 10px;
  }
  .faq_q {
    padding-right: 10px;
  }
  .faq_q > p {
    padding: 10px 10px;
    font-size: 16px;
  }
  .faq_a p {
    font-size: 16px;
  }
		}



