@charset "UTF-8";
/******************** CSS RESET ********************/
*, *:before, *:after {
	box-sizing: border-box;
}
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body{line-height: 1;}
ol, ul{list-style: none;}
img{
	max-width: 100%;
	vertical-align: bottom;
}
hr{
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
		vertical-align:middle;
}
address{
	font-style: normal;
}
input:not([type="radio"]):not([type="checkbox"]), button, textarea{
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
}
input{
	vertical-align: middle;
}
input[type="submit"]{
	cursor: pointer;
}
/******************** 共通設定 ********************/
body {
	font-family: arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: #000;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
}

/* リンク */
a {color: #000;}
a:link{text-decoration: none;}
/*a:visited{text-decoration: underline;}*/
a:hover{text-decoration: underline;}
a:hover{color: #0d67a0;}
a:active{text-decoration: none;}
a:focus{transition: none;}
a, a *, a::before, a::after{transition: 0.3s;}

/* clearfix */
.clear:after , .c-fix:after {
	content: "";
	display: block;
	clear: both;
}

/*clearspacer.gif*/
.skip{
    background: none;
    line-height: 0;
    position: relative;
}
.skip a{
    color: #000000;
    text-align: center;
    font-size: 0.1%;
    line-height: 0.1;
    position: absolute;
    width: 1px;
    top: auto;
    left: -3000px;
    z-index: 9999;
}
.skip a:active, .skip a:focus{
	display: block;
	font-size: 100%;
	left: 0;
	line-height: 1.6;
	top: 0;
	width: 99.99%;
	padding: 8px 0;
	background: #000;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.anchor{
	margin-top: -1px;
	background: transparent;
	display: block;
    height: 1px;
}


/*▼▼▼共通部分のスタイル▼▼▼*/
/* drawer */
.open_d{
	position: fixed;
	width: 100%;
}
.drawer-nav{
	position: fixed;
	top: 0;
	width: 260px;	
	border-left: 3px solid #000;
	background-color: #bfbfbf;
}
.drawer-nav a{
	text-decoration:none;
	display: block;
}
.drawer-nav .d-close{
	padding: 12px 10px;
	color: #fff;
	background-color: #000;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.drawer-nav .d-close img{
	margin-right: 10px;
	width: 20px;
}
.drawer-menu ul{
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.drawer-menu > ul{
	border-bottom: 2px solid #000;
}
.drawer-menu ul.nav_main{
	background-color: #eee;
}
.drawer-menu li{
	position: relative;
}
.drawer-menu .nav_sub02 li{
	width: 50%;
	border-right: 1px solid #bfbfbf;
	float: left;
}
.drawer-menu .nav_sub02 li:nth-child(2n){
	border-right: none;
}
.drawer-menu > ul > li::before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%) rotate(45deg);
}
.drawer-menu ul a{
	padding: 14px 12px 12px;
	border-bottom: 1px solid #bfbfbf;
}
.drawer-menu ul.nav_sub01 a{
	padding: 10px 12px 8px;
}
.drawer-menu ul.nav_sub01 ul a{
	padding: 6px 24px;
}
.drawer-menu ul.nav_sub02 a{
	padding: 6px 10px 4px;
}
.drawer-menu > ul > li:last-child > a{
	border-bottom: none;
}
.drawer-menu > ul > li:last-child li a{
	border-top: 1px solid #bfbfbf;
	border-bottom: none;
}
.drawer-menu ul.nav_sub02 li:nth-child(n+3) a{
	border-bottom: none;
}
.drawer-menu .search{
	padding: 10px;
}
.searchform div{
	height: 25px;
}
.searchform label{
    display: none;
}
.searchform input#s{
	padding: 0 6px;
	height: 25px;
	width: 200px;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border: 1px solid #000;
	border-right: none;
	border-radius: 5px 0 0 5px;
	vertical-align: top;
}
.searchform #searchsubmit{
	margin: 0;
	padding: 0 15px;
	height: 25px;
	font-size: 16px;
	line-height: 1;
	background-color: #000;
	background-image: url(../images/search_w.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: 8px 4px;
	border: 1px solid #000;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}
@media screen and (min-width: 1000px) {
	.drawer-nav{display: none;}
}


/*headerの設定*/
header{
	width: 100%;
}
.inbody header{
	background-color: #eee;
}
header .h1_box{
	background-color: #000;
	padding: 30px 0;
}
header .h1_box .logo{
	text-align: center;
}
header .h1_box .logo img{
	width: 300px;
}
header .h1_box p.lang a{
	padding: 3px 10px 2px;
	color: #000;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 13px;
	cursor: pointer;
	transition: 0.3s;
	display: none;
	position: absolute;
	top: 43px;
	right: 84px;
}
header .h1_box p.lang a:hover{
	color: #fff;
	background-color: #000;
}
header .h1_box .d-open{
	position: absolute;
	top: 30px;
	right: 20px;
	display: none;
	cursor: pointer;
}
header .h1_box .d-open img{
	height: 50px;
}
header .head_main{
	position: relative;
}
.sub_menu{
	margin: 10px auto;
	width: 1080px;
	display: flex;
	justify-content: space-between;
}
.index .sub_menu{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.sub_menu li{
	margin-right: 5px;
	float: left;
}
.sub_menu li:last-child{
	margin-right: 0;
}
.sub_menu .fanc{
	padding: 3px 10px 2px;
	color: #fff;
	font-size: 75%;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 13px;
	display: block;
	cursor: pointer;
	transition: 0.3s;
}
.sub_menu .taisho{
	position: relative;
}
.sub_menu .taisho li .acc_open_menu{
	padding: 3px 0 2px;
	width: 90px;
	border-radius: 5px;
}
.sub_menu .taisho li:hover .acc_open_menu{
	color: #000;
	background-color: #fff;
	border-radius: 0;
}
.index .sub_menu .taisho li:hover .acc_open_menu{
	padding: 5px 0;
}
.sub_menu .taisho li ul{
	padding: 10px 20px;
	position: absolute;
	left: 1px;
	width: 468px;
	background-color: rgba(255,255,255,0.8);
	visibility: hidden;
	z-index: 999;
	transition: visibility 0s linear 300ms;
}
.inbody .sub_menu .taisho li ul{
	background-color: #fff;
}
.sub_menu .taisho li:hover ul{
	visibility: visible;
	transition: visibility 0s linear 300ms;
}
.sub_menu .taisho li li{
	margin: 0 0 6px;
	font-size: 80%;
	float: none;
}
.sub_menu .taisho li li:last-child{
	margin: 0;
}
.sub_menu .taisho li li a{
	transition: 0s!important;
}
.sub_menu .function .fanc{
	padding: 3px 10px 2px;
	border-radius: 13px;
}
.sub_menu .function .search{
	position: relative;
}
.sub_menu .function .s_btn{
	margin: 0;
	padding: 0 15px;
	height: 25px;
	font-size: 16px;
	line-height: 1;
	background-color: #000;
	background-image: url(../images/search_w.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: 8px 4px;
	border: 1px solid #000;
	border-radius: 13px;
	cursor: pointer;
}
.sub_menu .function .s_btn:hover{
	background-image: url(../images/search.png);
}
.sub_menu .searchform{
    visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
.sub_menu .searchform div{
	width: 166px;
	height: 25px;
}
.sub_menu .searchform label{
    display: none;
}
.sub_menu .searchform input#s{
	padding: 0;
	height: 25px;
	width: 0;
	font-size: 14px;
	line-height: 1;
	background: #fff;
	border: 1px solid #000;
	border-right: none;
	border-radius: 5px 0 0 5px;
	vertical-align: top;
	position: absolute;
	right: 25px;
	transition: all 0.8s ease;
}
.sub_menu .searchform #searchsubmit{
	margin: 0;
	padding: 0 15px;
	height: 25px;
	font-size: 16px;
	line-height: 1;
	background-color: #000;
	background-image: url(../images/search_w.png);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: 8px 4px;
	border: 1px solid #000;
	border-left: 0;
	border-radius: 13px;
	cursor: pointer;
	position: absolute;
	right: 0;
	transition: all 0.8s ease;
}
.sub_menu #searchform.active{
	visibility: visible;
}
.sub_menu #searchform.active input#s{
	padding: 0 6px;
    width: 135px;
	right: 25px;
	transition: all 0.8s ease;
}
.sub_menu #searchform.active #searchsubmit{
	border-radius: 0 5px 5px 0;
	transition: all 0.8s ease;
}
.sub_menu .function a.lang{
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
.sub_menu .fanc:hover{
	color: #000;
	background-color: #fff;
}
.sub_menu .function a.lang:hover{
	color: #fff;
	background-color: #000;
}
@media screen and (max-width: 1119px){
	.sub_menu{
		padding: 0 20px;
		width: 100%;
	}
}
@media screen and (max-width: 999px){
	body{
		margin-top: 110px;
	}
	header .h1_box p.lang a{
		display: inline-block;
	}
	header .h1_box .d-open{
		display: block;
	}
	.sub_menu{
		display: none;
	}
	header .h1_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}
}
@media screen and (max-width: 768px){
	body{
		margin-top: 115px;
	}
	header .h1_box{
		padding: 20px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header .h1_box .logo{
		text-align: left;
	}
	header .h1_box .logo img{
		width: 240px;
	}
	header .h1_box p.lang a,
	header .h1_box .d-open{
		position: static;
	}
	header .h1_box p.lang{
		margin-top: 10px;
	}
	header .h1_box .d-open img{
		height: 45px;
	}
}
@media screen and (max-width: 375px){
	body{
		margin-top: 88px;
	}
	header .h1_box{
		padding: 10px 20px;
	}
	header .h1_box .logo img{
		width: 200px;
	}
}



/*グローバルナビ*/
header nav{
	background-color: #000;
}
#nav div{
	margin: 0 auto;
	width: 1080px;
	display: flex;
}
#nav ul{
	width: calc((100% / 5)*4);
	display: flex;
	flex-wrap: wrap;
}
#nav div p{
	width: calc(100% / 5);
}
#nav ul li{
	width: calc(100% / 4);
}
#nav a{
	padding: 10px 0;
	height: 100%;
	color: #fff;
	font-size: 75%;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
}
#nav ul li:nth-child(-n + 4) a{
	padding: 10px 0 0;
	border-bottom: 1px solid #fff;
}
#nav ul li:nth-last-child(-n + 4) a{
	padding: 0 0 10px;
}
#nav a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #707070;
}
#nav a span{
	text-align: center;
	border-left: 1px solid #fff;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav ul li:nth-child(-n + 4) span{
	padding-bottom: 10px;
}
#nav ul li:nth-last-child(-n + 4) span{
	padding-top: 10px;
	height: 48px;
}
#nav ul li:nth-child(4n) a span{
	border-right: 1px solid #fff;
}

#nav_en ul{
	margin: 0 auto;
	width: 1080px;
	display: flex;
}
#nav_en ul li{
	flex-grow: 1;
	flex-basis: 100px;
}
#nav_en ul li a{
	padding: 21px 0 18px;
	height: 100%;
	color: #fff;
	font-size: 75%;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
}
#nav_en ul li a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #707070;
}
#nav_en ul li a span{
	text-align: center;
	border-left: 1px solid #fff;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#nav_en ul li:last-child a span{
	border-right: 1px solid #fff;
}
@media screen and (max-width: 1119px){
	#nav div,
	#nav_en ul{
		padding: 0 20px;
		width: auto;
	}
}
@media screen and (max-width: 999px){
	header nav{
		display: none;
	}
}


/* main_vis */
.bx-wrapper{
	margin: 0 auto;
	height: auto;
	position: relative;
}
.index .eve_list .bx-wrapper{
	margin: 0!important;
}
.bx-wrapper ul li{
	width: 100%;
}
.head_main .bxslider li{
/* 	visibility: hidden; */
}
.head_main .bx-viewport .bxslider li{
/* 	visibility: visible!important; */
}
.bx-wrapper ul li img,
.bx-wrapper p img{
	width: 100%;
	vertical-align: top;
}
.bx-wrapper a{
	text-decoration: none;
	display: block;
}
.bx-viewport{
	z-index: -999;
}
.bx-controls{
	margin: 0 auto;
	z-index: 999;
}
.bx-controls a{
	font-size: 13px;
}
/*ページ番号1.2.3.4...*/
.bx-pager{
	position: absolute;
	bottom: 20px;
	right: calc((100% - 1080px)/2);
}
.bx-pager-item{
	display: inline-block;
}
.bx-pager-item a{
	margin-left: 7px;
	width: 9px;
	height: 9px;
	text-indent: -9999px;
	line-height: 0;
	background-color: #fff;
	border: 1px solid #000;
	display: block;
}
.bx-pager-item a.active{
	background-color: #000;
	border: 1px solid #fff;
}
@media screen and (max-width: 1119px){
	header .bx-controls {
		width: auto;
		position: static;
	}
	header .bx-pager{
		right: 20px;
	}
}
@media screen and (max-width:500px) {
	header .bx-wrapper ul li img{
		height: 150px;
		object-fit: cover;
	    font-family: 'object-fit: cover;'
	}
	header .bx-pager{
		bottom: 7px;
	}
}
/*前へ次へ*/
#main .bx-controls-direction .bx-prev{
	left: 0;
}
#main .bx-controls-direction .bx-next{
	right: 0;
}
#main .bx-controls-direction a{
	padding: 14px 0 4px;
	width: 40px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border: 1px solid #000;
	transform : translateY(-50%);
	position: absolute;
	top: 50%;
}
#main .bx-controls-direction a:hover{
	color: #000;
	background-color: #fff;
}
#main .bx-controls-direction a::before,
#main .bx-controls-direction a::after{
	content: "";
	margin: auto;
	height: 1px;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
}
#main .bx-controls-direction a::before{
	width: 9px;
	top: 9px;
	right: 7px;
	transform: rotate(45deg);
}
#main .bx-controls-direction a::after{
	width: 22px;
	top: 12px;
	right: 8px;
}
#main .bx-controls-direction a.bx-prev::before{
	left: -8px;
	transform: rotate(135deg);
}
#main .bx-controls-direction a:hover::before,
#main .bx-controls-direction a:hover::after{
	border-color: #000;
}
#main .bx-controls-direction a.disabled{
	opacity: 0.5;
	cursor: default;
}
@media screen and (max-width:768px) {
	#main .bx-pager {
		bottom: 5%;
		top: auto;
	}
}
@media screen and (max-width:500px) {
	#main .bx-pager {
		bottom: -28px;
	}
	#main .bx-pager-item a.active{
		border: 1px solid #000!important;
	}
}

/*footer*/
footer{
	padding: 40px 0 10px;
	color: #fff;
	font-size: 70%;
	background-color: #000;
}
.foot_box{
	margin: 0 auto;
	padding: 0 0 40px;
	width: 1080px;
}
.foot_up{
	display: flex;
	align-items: center;
}
.foot_up .foot_logo{
	margin-right: 20px;
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}
.foot_up .foot_logo img{
	margin-right: 20px;
	width: 230px;
}
.foot_up address{
	margin-top: 10px;
}
.foot_up .social{
	margin-right: 20px;
	display: flex;
}
.foot_up .social li{
/* 	margin-right: 10px; */
}
.foot_up .social li:last-child{
/* 	margin-right: 0; */
}
.foot_up .social li a{
	padding: 15px;
	height: 100%;
/* 	border: 1px solid #fff; */
	border-radius: 50%;
	display: flex;
	align-items: center;
}
.foot_up .social li a:hover{
	background-color: #707070;
}
.foot_up .social li img{
	width: 29px;
}
.foot_up .social li img.twitter{
	padding-top: 3px;
}
.foot_up .pageup a{
	padding: 6px 0;
	width: 140px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #fff;
	display: inline-block;
}
.foot_up .pageup a:hover{
	color: #000;
	background-color: #fff;
}
.site_map {
	display: flex;
	flex-wrap: wrap;
}
.site_map div{
	width: 216px;
/* 	flex-grow: 1; */
}
.site_map div > ul{
	margin-bottom: 20px;
	padding: 0;
}
.site_map div > ul > li{
	border-left: 1px solid #fff;
}
.site_map div ul.other li{
	margin-bottom: 20px;
}
.site_map div > ul > li > a{
	font-size: 120%;
}
.site_map ul{
	padding: 4px 0;
}
.site_map li{
	padding: 3px 0 1px 10px;
}
.site_map li.small > span{
	font-size: 90%;
}
.site_map a{
	color: #fff;
}
.link ul{
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
}
.link li{
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
.link li a{
	color: #fff;
}
.link .tab li a{
	padding-right: 16px;
	position: relative;
}
.link .tab li a::after{
	content: '';
	width: 13px;
	height: 13px;
	background: url(../images/tab_w.png) no-repeat;
	background-size: 11px;
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
}
.link p{
	margin: 4px 0;
}
.copy_right{
	font-size: 60%;
	text-align: center;
}
@media screen and (max-width: 1119px){
	footer{
		padding: 20px 20px 10px;
	}
	.foot_box{
		width: 100%;
	}
}
@media screen and (max-width: 999px){
	.foot_up .foot_logo{
		display: block;
	}
}
@media screen and (max-width: 768px){
	.foot_up{
		display: block;
	}
	.foot_up .social{
		margin: 20px 0;
	}
}
@media screen and (max-width: 500px){
	.site_map{
		display: block;
	}
	.site_map div{
		width: 100%;
	}
	.site_map div > ul{
		margin-bottom: 10px;
		border-top: 1px solid #fff;
	}
	.site_map div > ul > li{
		border-left: none;
	}
	.site_map .other li:nth-child(n + 2){
		border-top: 1px solid #fff;
	}
	.site_map li li{
		margin: 0;
		border-top: none;
	}
}


/*設定用*/
/*pankuzu*/
.breadcrumbs{
	margin: 10px auto;
	width: 1080px;
	font-size: 90%;
}
.breadcrumbs li{
	padding-right: 20px;
	float: left;
	position: relative;
}
.breadcrumbs li:last-child{
	padding-right: 0;
}
.breadcrumbs li::after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	transform: translateY(-60%) rotate(45deg);
}
.breadcrumbs li:last-child::after{
	content: none;
}
@media screen and (max-width: 1119px){
	.breadcrumbs{
		padding: 0 20px;
		width: 100%;
	}
}

/*MAIN*/
#main{
	width: 1080px;
	margin: 0 auto;
}
#column_2{
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#column_2 .left{
	width: 730px;
}
#column_2 .right{
	width: 300px;
	align-self: flex-start;
}
.lora{
	font-family: 'Roboto', sans-serif;
}
.h_box{
	margin-bottom: 10px;
	padding: 0 2px 6px;
	border-bottom: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.h_box .h2{
	font-size: 120%;
	line-height: 1.3;
}
.h_box .h2 span{
	margin: 0 0 1px 10px;
	padding-left: 10px;
	font-size: 65%;
	border-left: 1px solid #000;
}
.sec_box{
	margin-bottom: 30px;
}
.btn a{
	padding: 1px 12px 0;
	width: 160px;
	color: #000!important;
	font-size: 70%;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 11px;
	display: block;
	position: relative;
}
.btn.clear a{
	float: right;
}
.btn a::before,
.btn a::after{
	content: "";
	margin: auto;
	height: 1px;
	border-bottom: 1px solid #000;
	display: block;
	position: absolute;
	bottom: 0;
}
.btn a::before{
	width: 9px;
	top: -2px;
	right: 9px;
	transform: rotate(45deg);
}
.btn a::after{
	width: 18px;
	top: 4px;
	right: 10px;
}
.btn a:hover{
	color: #fff!important;
	background-color: #000;
}
.btn a:hover::before,
.btn a:hover::after{
	border-color: #fff;
}
@media screen and (max-width: 1119px){
	#main{
		padding: 0 20px;
		width: 100%;
	}
	#column_2 .left{
		width: calc(100% - 330px);
	}

}
@media screen and (max-width: 999px){
	#column_2{
		display: block;
	}
	#column_2 .left,
	#column_2 .right{
		width: auto;
	}
}
@media screen and (max-width: 374px){
	.h_box{
		display: block;
	}
	.h_box .btn{
		margin-top: 6px;
	}
}


/*▼▼▼トップページのスタイル▼▼▼*/
/*重要なお知らせ*/
.important{
	border: 1px solid #8a0000;
	display: flex;
}
.important .h2{
	margin: 0;
	width: 130px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	background-color: #8a0000;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.important ul{
	width: calc(100% - 130px);
	padding: 20px 30px;
}
.important li{
	margin-bottom: 10px;
	font-size: 80%;
	display: flex;
}
.important li:last-child{
	margin: 0;
}
.important li .date{
	margin-right: 10px;
}
.important li a{
	color: #8a0000;
}
@media screen and (max-width: 999px){
	.important{
		display: block;
	}
	.important .h2{
		padding: 8px 20px;
		width: auto;
		text-align: left;
		display: block;
	}
	.important ul{
		padding: 20px;
		width: auto;
	}
}
@media screen and (max-width: 768px){
	.important li{
		flex-direction: column;
	}
	.important li a{
		width: auto;
	}
}


/*本日のイベント*/
.eve_today{
	padding: 20px;
	background-color: #eee;
	display: flex;
	align-items: flex-start;
}
.eve_today .today_h2{
	margin-right: 10px;
	width: 150px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #000;
}
.eve_today .today_h2 .h2{
	padding: 6px 10px;
	color: #fff;
	font-size: 85%;
	font-weight: normal;
	background-color: #000;
}
.eve_today .today_h2 p span{
	padding: 0 10px 4px;
	font-size: 90%;
	display: block;
}
.eve_today .today_h2 p span.year{
	padding: 10px 15px 0;
	text-align: left;
	line-height: 1;
}
.eve_today .today_h2 p span.day{
	font-weight: 600;
}
.eve_today .today_h2 strong{
	font-size: 180%;
	font-weight: normal;
}
.eve_today .today_h2 p span.week{
	padding: 4px 10px 3px;
	color: #fff;
	background-color: #000;
}
.eve_today ul{
	width: calc(100% - 160px);
}
.eve_today li{
	margin-bottom: 8px;
	font-size: 85%;
	line-height: 1;
	display: flex;
	align-items: center;
}
.eve_today li:last-child{
	margin-bottom: 0;
}
.eve_today li .tag{
	margin-right: 10px;
	padding: 4px 0 2px;
	width: 76px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	display: block;
}
.eve_today li .text{
	width: calc(100% - 86px);
}
.eve_today li .text a{
	margin-top: 3px;
	max-width: 100%;
	line-height: 1.2;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media screen and (max-width: 600px){
	.eve_today{
		display: block;
	}
	.eve_today .today_h2{
		margin: 0 0 10px;
		width: auto;
	}
	.eve_today .today_h2 p span.year{
		text-align: center;
	}
	.eve_today ul{
		width: auto;
	}
	.eve_today li{
		display: block;
	}
	.eve_today li .text{
		margin-top: 4px;
		width: 100%;
		display: block;
	}
}


/*イベント情報*/
.eve_list .bx-viewport{
	z-index: 0;
}
.eve_list ul{
	display: flex;
} 
.eve_list li{
	background-color: #000;
	float: none!important;
} 
.eve_list li a{
	height: 100%;
	background-color: #eee;
	display: block;
} 
.eve_list li a:hover{
	color: #000;
	opacity: 0.9;
} 
.eve_list li a img{
	width: 100%;
	height: 167px;
    object-fit: cover;
    object-position: 0 0;
    font-family: 'object-fit: cover; object-position: 0 0;'
} 
.eve_list li a span{
	margin: 4px 9px;
	font-size: 75%;
	word-break: break-all;
	display: block;
} 
.eve_list li a .title{
	margin: 10px;
	height: 42px;
	font-size: 85%;
	letter-spacing: 0.02em;
	overflow: hidden;
}
.eve_list li a .place{
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 
.eve_list li a .tag{
	color: #225F9E;
	text-align: right;
} 


/*news*/
.news li{
	line-height: 1;
}
.news li a{
	padding: 14px 0;
	display: flex;
	align-items: flex-start;
}
.news li a:hover{
	color: #000;
	text-decoration: none;
	background-color: #eee;
}
.news li a:hover img{
	opacity: 0.7;
}
.news li span span{
	margin: 0 0 4px;
	display: block;
}
.news li span strong{
	margin-left: 10px;
}
.news li span span:last-child{
	margin: 0;
}
.news li .img{
	margin-right: 10px;
}
.news li img{
	width: 50px;
	height: 50px;
	object-fit: cover;
	object-position: 0 0;
	font-family: 'object-fit: cover; object-position: 0 0;';
}
.news li .text{
	width: calc(100% - 60px);
	line-height: 1.3;
}
.news li .text span{
	font-size: 75%;
}
.news li .text .title{
	height: 36px;
	font-size: 85%;
	overflow: hidden;
	word-break: break-all;
}
@media screen and (max-width: 999px){
	.news .sec_box li .text{
		width: calc(100% - 190px);
	}
	.news .sec_box li .text a{
		max-width: 100%;
	}
}
@media screen and (max-width: 768px){
	.news li{
		flex-wrap: wrap;
	}
	.news .sec_box li .text{
		margin-top: 4px;
		width: 100%;
	}
}


/*pickup*/
.pickup{
	margin: 30px 0;
}
.pickup h2{
	display: none;
}
.pickup li{
	margin-right: 10px;
	width: calc((100% - 30.01px)/4);
	float: left;
}
.pickup li:last-child{
	margin-right: 0;
}
.pickup a:hover{
	opacity: 0.7;
}
@media screen and (max-width: 999px){
	.pickup{
		margin: 20px 0;
	}
}
@media screen and (max-width: 500px){
	.pickup li{
		margin: 0 10px 10px 0;
		width: calc((100% - 10.01px)/2);
	}
	.pickup li:nth-child(2n){
		margin-right: 0;
	}
	.pickup li:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
}
@media screen and (min-width: 375px){
	#column_2 .pickup img{
		max-width: 300px;
	}
}


/*▼▼▼下層ページの共通スタイル▼▼▼*/
.inbody #main{
	font-size: 85%;
}
.inbody #main a {
	color: #0d67a0;
}
#content{
	margin:0 0 20px 0;
}
.inbody h1.page-title{
	background-color: #eee;
	border-top: 3px solid #000;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 120%;
}
.inbody h2{
	border: 1px solid #000;
	border-left: 4px solid #000;
	border-right: 4px solid #000;
	padding:10px;
	margin: 20px 0 10px;
	font-size: 120%;
}
.inbody h3{
background-color:#eee;
	padding: 6px 10px;
	margin: 20px 0 10px;
	font-size: 120%;
}
.inbody h4{
	border-bottom:1px solid #000;
	padding: 6px 10px;
	margin-bottom:20px;
	font-size: 120%;
}
.inbody h5{
    padding: 6px 10px 6px 20px;
    margin-bottom: 20px;
    position: relative;
	font-size: 120%;
}
.inbody h5::before {
	content: "";
	position: absolute;
	background: #000;
	width: 12px;
	height: 3px;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
}
.inbody h6{
    padding: 6px 10px 6px 20px;
    margin-bottom: 10px;
	font-size: 120%;
}
.inbody #main .txt p{
	margin-bottom:10px;
}
.inbody #main .txt ol{
	margin-left: 20px;
	margin-bottom:10px;
	padding: 0 0 0 20px;
}
.inbody #main .txt ol > li{
	padding: 4px 10px 4px 0;
	list-style-type: decimal;
}
.inbody #main .txt ul {
	margin-left: 20px;
	margin-bottom:10px;
}
.inbody #main .txt ul li{
	padding: 4px 10px 4px 14px;
	position: relative;
}
.inbody #main .txt ul > li::before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	transform: translateY(-50%);
	border: solid 4px transparent;
	border-left: solid 6px #000;
}
.inbody #main .txt dl{
	margin-left: 10px;
}
.inbody #main .txt dl dt{
	padding: 6px 20px 5px;
	border: 1px solid #000;
	display: inline-block;
}
.inbody #main .txt dl dd{
	margin: 10px 0 20px 10px;
}
.inbody #main .txt dl.flex{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.inbody #main .txt dl.flex dt{
	margin-right: 10px;
	padding: 6px 0 5px;
	width: 70px;
	text-align: center;
}
.inbody #main .txt dl.flex dd{
	margin: 0;
	width: calc(100% - 80px);
}

.inbody #main table{
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	word-break: break-all;
}
.inbody #main table caption{
    background-color: #000;
    padding: 6px 12px 4px;
    color: #fff;
}
.inbody #main table th{
	padding: 6px 8px 2px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.inbody #main table td{
	padding: 6px 8px 2px;
	border: 1px solid #ccc;
}
p.bt-download {
    margin: 16px 0 16px;
}
p.bt-download a{
	display: inline-block;
    padding: 8px 12px 6px;
	 color: #000!important;
    background-color: #eee;
    border: 1px solid #aaa;
	 border-radius: 5px;
}
p.bt-download a.i_pdf , p.bt-download a.i_word, p.bt-download a.i_excel{
	position:relative;
}
p.bt-download a.i_pdf::after{
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background-image: url(../images/pdf.png);
   background-size: contain;
   vertical-align: text-bottom;
	margin: 0 0 0 8px;
}
p.bt-download a.i_word::after{
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background-image: url(../images/word.png);
   background-size: contain;
   vertical-align: text-bottom;
	margin: 0 0 0 8px;
}
p.bt-download a.i_excel::after{
   content: '';
   display: inline-block;
   width: 20px;
   height: 20px;
   background-image: url(../images/excel.png);
   background-size: contain;
   vertical-align: text-bottom;
	margin: 0 0 0 8px;
}


/*search*/
#main .event_search{
	margin-bottom: 30px;
	padding: 10px 20px;
	background-color: #eee;
}
#main .event_search fieldset{
	padding: 20px;
	border-bottom: 1px solid #999;
}
#main .event_search fieldset > *{
	float: left;
}
#main .event_search fieldset legend{
	width: 260px;
}
#main .event_search input[type="radio"],
#main .event_search input[type="checkbox"]{
  display: none;
}
#main .event_search input + label{
	margin: 0 30px 0 0;
	padding-left: 20px;
	line-height: 1;
	display: inline-block;
	cursor: pointer;
	position:relative;
}
#main .event_search span:last-child input + label{
	margin: 0;
}
#main .event_search input[type="radio"] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
}
#main .event_search input[type="radio"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #000;
	border-radius: 50%;
}
#main .event_search input[type="checkbox"] + label::before{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
}
#main .event_search input[type="checkbox"]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 5px;
	width: 8px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
#main .event_search #submit {
	margin: 20px auto 10px;
	padding: 2px 14px 1px;
	color: #fff;
	font-size: 13px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 13px;
	display: block;
	cursor: pointer;
}
@media screen and (max-width: 850px){
	#main .event_search fieldset legend {
		width: 100%;
		margin-bottom: 8px;
	}
}
@media screen and (max-width: 600px){
	#main .event_search fieldset span {
		display: block;
		margin-bottom: 8px;
		width: 100%;
	}
	#main .event_search fieldset span:last-child {
		margin-bottom: 0;
	}
}

#main .artwork_search {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #eee;
}
#main .artwork_search > * {
	float: left;
}
#main .artwork_search label {
	margin-right: 10px;
	position: relative;
	width: 180px;
	height: 28px;
	background-color: #fff;
}
#main .artwork_search label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
	background-color: #000;
}
#main .artwork_search label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    width: 0;
    height: 0;
    transform : translateY(-25%);
    border: 5px solid transparent;
    border-top: 7px solid #fff;
}
#main .artwork_search select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 180px;
	height: 28px;
	padding: 4px 10px 5px;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	z-index: 99;
}
#main input[type="text"] {
	margin-right: 10px;
	padding: 4px 10px 5px;
	width: 200px;
	font-size: 12px;
	border: 1px solid #000;
	background: #fff;
}
#main .artwork_search input[type="text"] {
	padding: 5px 10px 6px;
}
#main .artwork_search #submit {
	padding: 4px 15px;
	color: #fff;
	font-size: 12px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 14px;
	cursor: pointer;
}
::-ms-expand {
	display: none;
}
@media screen and (max-width: 999px){
	#main .artwork_search > * {
		float: left;
		margin-bottom: 16px;
	}
	#main .artwork_search input {
		margin-right: 0;
	}
	#main .artwork_search .submit {
		margin: 0 auto 0;
		display: block;
		width: 100%;
		text-align: center;
	}
}

/*pager*/
.inbody nav.pagination{
	margin:0 0 30px;
}
.inbody nav.pagination ul{
	margin: 0 auto;
	width: 1080px;
	display: flex;
	justify-content: center;
}
.inbody nav.pagination li{
	margin: 0 4px 0 0;
	width: 40px;
	text-align:center;
}
.inbody #main nav.pagination li .page-numbers{
	padding: 10px 0 7px;
	height: 100%;
	color:#fff;
	font-size: 75%;
	line-height: 1.6;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	display: flex;
	flex-direction: column;
}
.inbody #main nav.pagination li a:hover{
	color: #fff;
	background-color: #707070;
	border: 1px solid #707070;
}
.inbody #main nav.pagination li span.page-numbers{
	padding: 10px 0 7px;
	color:#000;
	background-color: #fff;
}
@media screen and (max-width: 1119px){
	.inbody nav.pagination ul {
		width: auto;
	}
}
@media screen and (max-width: 768px){
	.inbody nav.pagination ul{
		width: 300px;
	}
	.inbody nav.pagination li .page-numbers{
		padding: 5px 0 2px;
	}
	.inbody nav.pagination li .current , .inbody nav.pagination li .dots{
		padding: 5px 0 2px;
	}
}

/* インタビューページ内リンク */
ul.interview li{
	margin-top: 10px;
}
ul.interview li{
	margin-right: 20px;
	float: left;
}
ul.interview li a{
	display: inline-block;
	padding: 6px 36px 4px 16px;
	color: #000!important;
	background-color: #eee;
	border: 1px solid #aaa;
	border-radius: 5px;
	position: relative;
}
ul.interview li a::before{
	content: "";
	position: absolute;
	top: 18px;
	right: 16px;
	transform: translateY(-50%);
	border: solid 6px transparent;
	border-top: solid 9px #000;
}
ul.interview li a:hover,
.teacher ul.interview li a.active{
	text-decoration: none;
	background-color: #d5d5d5;
}


/*インタビューのページャー*/
.inbody #main .txt .interview_nav nav.pagination {
	margin:30px 0  ;
}
.inbody #main .txt .interview_nav nav.pagination li {
	width: auto;
	padding: 0;
}
.inbody #main .txt .interview_nav  nav.pagination li::before{
	content: none;
}
.inbody #main .txt .interview_nav  nav.pagination li a{
	width: auto;
	padding: 10px;
	color:#fff;
	background-color: #000;
	display: block;
		border:1px solid #000;
}
.inbody #main .txt .interview_nav  nav.pagination li a:hover{
	text-decoration: none;
	background-color: #707070;
			border:1px solid #707070;
}
.inbody #main .txt .interview_nav  nav.pagination li a.active{
		color:#000;
	background-color: #fff;
}



/*受験生、在校生のページのお知らせ*/
.news_box {
	margin: 0 20px 30px;
}
.news_box li{
	margin-bottom:10px;
	border-bottom: 1px solid #000;
}
.news_box li .news_date{
	 display: inline-block;
    width: 100px;
}
.news_box li .news_tag{
	 display: inline-block;
    width: 100px;
}
.news_box li .news_title{
	display: inline-block;
	width:100%;
}
.news_box li .news_title a {
    margin-top: 3px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




/*▼▼▼固定ページのスタイル▼▼▼*/

.category_list{
	margin-bottom:30px;
}
 .category_list ul.link_wrap{
	margin-bottom: 30px;
	display: flex;
   flex-wrap: wrap;
}
.inbody #main .category_list li.link_block{
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom:10px;
	background-color: #000;
	padding: 0;
}
.inbody #main .category_list li.link_block:nth-child(2n){
	margin-right: 0px;
}

.inbody #main .category_list li.link_block::before{
	display: none;
}
.inbody #main .category_list li.link_block a{
	color:#000;
	display:flex;
	background-color: #eee;
}
.category_list li.link_block a:hover{
	opacity:0.9;
	color:#000;
	text-decoration:none;
}
.category_list li.link_block img{
	width:130px;
	height:108px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.category_list li.link_block span.title_box{
	width: calc(100% - 190px);
	padding : 0 10px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.category_list li.link_block span.back_black{
	background-color: #000;
	width: 60px;
	height: 108px;
	position: relative;
}
.inbody.english #main .member .category_list li.link_block{
/* 	color:#000; */
/* 	display:flex; */
/* 	background-color: #eee; */
}

/*画像なしリンクボックス*/
.category_list li.link_text{
	width: calc(50% - 5px);
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	background-color: #000;
}
.category_list li.link_text:nth-child(2n){
	margin-right: 0px;
}

.inbody #main .category_list li.link_text a {
    display: flex;
    background-color: #eee;
    color: #000;
}

.category_list li.link_text a:hover{
	opacity:0.9;
	color:#000;
	text-decoration:none;
}
.category_list li.link_text span.title_box{
   width: calc(100% - 60px);
	padding : 0 10px;
	display: flex;
   align-items: center;
}
.category_list li.link_text span.back_black{
	background-color: #000;
	width: 60px;
	min-height: 60px;
	position: relative;
}
/*画像なしリンクボックス終了*/

.back_black::before,
.back_black::after{
	content: "";
	margin: auto;
	height: 1px;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
	bottom: 0;
}
.back_black::before{
	width: 9px;
	top: -2px;
	right: 19px;
	transform: rotate(45deg);
}
.back_black::after{
	width: 18px;
	top: 4px;
	right: 20px;
}
@media screen and (max-width: 768px){
	.category_list li.link_block a img{
		width:100px;
		height:84px;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	.category_list li.link_block span.title_box {
		width: calc(100% - 130px);
	}
	.category_list li.link_block span.back_black {
		height:84px;
		width: 30px;
	}
	.category_list li.link_text span.title_box {
		width: calc(100% - 30px);
		padding: 0 10px;
	}
	.category_list li.link_text span.back_black {
		min-height:84px;
		width: 30px;
	}
	.back_black::before{
		width: 9px;
		top: -2px;
		right: 4px;
		transform: rotate(45deg);
	}
	.back_black::after{
		width: 18px;
		top: 4px;
		right: 5px;
	}
}
@media screen and (max-width: 600px){
	.category_list ul.link_wrap {
		display: block;
	}
.inbody #main .category_list li.link_block{
		width: auto;
		float: none;
		margin-right: 0px;
	}
	.category_list li.link_text{
		width: auto;
		float: none;
		margin-right: 0px;	
	}
	.category_list li.link_text{
		width: auto;
		float: none;
		margin-right: 0px;	
	}
}

/*下層ページのスライダー*/
.inbody #main .bx-controls-direction a {
    color: #fff;
}
.inbody #main .bx-controls-direction a:hover {
    color: #000;
    background-color: #fff;
}



/*▼▼▼サイドバー付きページのスタイル▼▼▼*/

.inbody .page_wrap{
	display:flex;
}
.inbody .page_wrap .category_list{
	  width: calc(100% - 300px);
    flex-grow: 1;
}
.inbody .page_wrap .side-nav{
	 width:  280px;
	margin-left:20px;
   margin-bottom: 20px;
}
.inbody .page_wrap .side-nav ul{
    border-top: 1px solid #000;
}
.inbody #main  .page_wrap .side-nav li{
	background-color:#000;
	border-bottom: 1px solid #000;
	padding: 0;
}
.inbody #main .page_wrap .side-nav li a{
	color:#000;
	background-color:#fff;
	display:block;
    padding: 16px 12px 14px;
}
.inbody .page_wrap .side-nav li a:hover,
.inbody .page_wrap .side-nav li a.active{
	opacity:0.9;
	color:#000;
	text-decoration: none;
}
@media screen and (max-width: 999px){
	.inbody .page_wrap .side-nav{
		display:none;
	}
}



/*▼▼▼404ページのスタイル▼▼▼*/
.layout_404 p{
	margin: 0 0 10px 0;
}


/*▼▼▼お知らせアーカイブのスタイル▼▼▼*/
.info_archive{
	display: flex;
}
.info_archive .main_content{
	width: calc(100% - 300px);
	flex-grow: 1;
}
.info_archive .sidebar{
	margin-left: 20px;
	width: 280px;
}
.info_archive .main_list li{
	margin-bottom: 20px;
	display: flex;
}
.info_archive .main_list li .thumbnail img{
	margin-right: 20px;
}
.info_archive .main_list li .thumbnail img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: 0 0;
	font-family: 'object-fit: cover; object-position: 0 0;';
}
.info_archive .main_list li .text{
width: calc(100% - 120px);
}
.info_archive .main_list li .text span{
	display: block;
}
.info_archive .sidebar dl{
	background-color: #000;
}
.info_archive .sidebar dt{
	background-color: #fff;
	display: block;
	padding: 16px 12px 14px;
	cursor: pointer;
	border-bottom: 1px solid #000;
}
.info_archive .sidebar dt:first-child{
	border-top: 1px solid #000;
}
.info_archive .sidebar dt:hover{
	opacity: 0.9;
}
.info_archive .sidebar dd{
	background-color: #fff;
	border-bottom: 1px solid #000;
	display: none;
}
.info_archive .sidebar dd li{
	padding: 10px 20px 8px;
}
@media screen and (max-width: 768px){
		.info_archive .sidebar {
    width: 200px;
}
}
@media screen and (max-width: 600px){
	.info_archive {
    display: block;
}
	.info_archive .main_content {
		width: 100%;
	}
	.info_archive .main_list li .text {
width: calc(100% - 80px);
}	
	.info_archive .sidebar {
    margin-left: 0px;
		margin-bottom:30px;
    width: 100%;
}
	.info_archive .main_list li .thumbnail img{
		width: 80px;
		height: 80px;
	}
}

/* お知らせ個別 */
.date_line{
	margin-bottom: 10px;
	font-size: 110%;
	text-align: right;
}


/*▼▼▼作品アーカイブのスタイル▼▼▼*/
.inbody #main .category_list 　.cat_artwork ul.link_wrap {
 display: flex;
 flex-wrap: wrap;
}
.inbody #main .category_list .cat_artwork li.link_block {
 width: calc((100% - 36px) /4);
 margin-right: 12px;
 margin-bottom: 20px;
 display: flex;
border: 1px solid #000;
}
.inbody #main .category_list .cat_artwork li.link_block:nth-child(4n) {
 margin-right: 0;
}
.inbody #main .category_list .cat_artwork li.link_block a{
	display:block;
	background-color:#fff;
	padding: 8px; 
}
.inbody #main .category_list .cat_artwork li.link_block a img {
	object-fit: contain;
	font-family: 'object-fit: cover;';
	display: block;
	margin-bottom: 8px;
	width: 243px;
	height: 156px;
}
.inbody #main .category_list .cat_artwork li.link_block span {
 display: block;
}
.inbody #main .category_list .cat_artwork li.link_block .title_box {
 padding: 0 0 4px 0;
 border-bottom: 1px solid #000;
 margin: 0 0 14px;
 font-size: 100%;
width: auto;
}
.category_list .cat_artwork li.link_block .artwork_award , .category_list .cat_artwork li.link_block .artwork_belongs , .category_list .cat_artwork li.link_block .artwork_author {
 font-size: 80%;
}
@media screen and (max-width: 768px){
.inbody #main .category_list .cat_artwork ul.link_wrap{
		display:flex;
	}
.inbody #main .category_list .cat_artwork li.link_block {
	    margin-bottom: 12px;
    width: calc((100% - 12px) /2);
}
	.inbody #main .category_list .cat_artwork li.link_block:nth-child(2n) {
    margin-right: 0;
}
	.inbody #main .category_list .cat_artwork li.link_block a img {
    width: 350px;
    height: 120px;
}
}
@media screen and (max-width: 400px){
	 	.inbody #main .category_list .cat_artwork ul.link_wrap{
		display:block;
	}
.inbody #main .category_list .cat_artwork li.link_block {
	 margin-bottom: 12px;
    width: 100%;
}
}
/*▼▼▼作品個別ページ▼▼▼*/
.aw_info{
	margin:20px 12px;
}
.aw_year_award , .aw_dmg , .aw_author , .aw_size , .aw_material{
	display:block;
	padding:4px;
	border-bottom: 1px solid #ddd;
}
.aw_attention{
	margin:20px 12px;
	padding:8px;
	background-color:#eee;
}
.inbody #main nav.pagination.artwork li{
	margin-right: 10px;
	width: auto;
}
.inbody #main nav.pagination.artwork li:last-child{
	margin-right: 0;
}
.inbody #main nav.pagination.artwork li a{
	padding: 6px 10px 5px 24px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	position: relative;
}
.inbody #main nav.pagination.artwork li.next a{
	padding: 6px 24px 5px 10px;
}
.inbody #main nav.pagination.artwork li a::before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: solid 4px transparent;
}
.inbody #main nav.pagination.artwork li.prev a::before{
	left: 6px;
	border-right: solid 6px #fff;
}
.inbody #main nav.pagination.artwork li.next a::before{
	right: 6px;
	border-left: solid 6px #fff;
}
.inbody #main nav.pagination.artwork li a:hover{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}
.inbody #main nav.pagination.artwork li.prev a:hover::before{
	border-right-color: #000;
}
.inbody #main nav.pagination.artwork li.next a:hover::before{
	border-left-color: #000;
}

.art_text{
	margin:20px 0;
}

/*▼▼▼イベントアーカイブのスタイル▼▼▼*/
.cat_event ul.link_wrap {
	display: flex;
	flex-wrap: wrap;
}
.cat_event li.link_block {
	width: calc((100% - 36px) /4);
	margin-right: 12px;
	margin-bottom: 30px;
	padding: 8px;
	display: flex;
}
.cat_event li.link_block.search_none {
	width: 100%;
}
.cat_event li.link_block:nth-child(4n) {
	margin-right: 0;
}
.cat_event li.link_block a {
	height: 100%;
	width: 100%;
	background-color: #eee;
	display: block;
	position: relative;
	border:2px solid #fff;
}
.cat_event li.link_block a:hover{
	opacity:0.9;
	color:#000;
	text-decoration: none;
	border:2px solid #000;
}
.cat_event li.link_block a img {
	width: 100%;
	height: 175px;
	object-fit: cover;
	object-position: 0 0;
	font-family: 'object-fit: cover; object-position: 0 0;';
}
.cat_event li.link_block a span {
 margin: 10px;
 display: block;
 font-size: 90%;
 word-break: break-all;
	color:#000;
}
.cat_event li.link_block a .title {
 letter-spacing: 0.02em;
 height: 40px;
 overflow: hidden;
}
.cat_event li.link_block a .place {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.cat_event li.link_block a .status {
	margin: 0;
	padding: 4px;
	background-color: #000;
	color: #fff;
	width: 70px;
	text-align: center;
	position: absolute;
	top: -10px;
	right: -10px;
	border: 2px solid #fff;
}
.cat_event li.link_block a .tag {
 color: #225F9E;
 text-align: right;
}
@media screen and (max-width: 999px){
	.cat_event li.link_block {
		width: calc((100% - 24px) /3);
	}
	.cat_event li.link_block:nth-child(4n) {
		margin-right: 12px;
	}
	.cat_event li.link_block:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 768px){
	.cat_event li.link_block {
		width: calc((100% - 12px) /2);
	}
	.cat_event li.link_block:nth-child(3n) {
		margin-right: 12px;
	}
	.cat_event li.link_block:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 560px){
	.cat_event li.link_block {
		width: 100%;
		margin-right: 0!important;
	}
}
/* 過去のイベントアーカイブ */
.eve_archive{
	margin-bottom: 30px;
}
.eve_archive li span{
	cursor: pointer;
}
.eve_archive li span:hover{
	background-color: #e5e5e5;
	transition: 0.3s;
}
.eve_archive .year > li{
	border-bottom: 1px solid #000;
}
.eve_archive .year > li:first-child{
	border-top: 1px solid #000;
}
.eve_archive .year > li > span{
	padding: 16px 12px 14px;
	display: block;
}
.eve_archive .month{
	display: none;
}
.eve_archive .month > li{
	margin-left: 20px;
	border-top: 1px solid #000;
}
.eve_archive .month > li > span{
	padding: 12px 18px 10px;
	display: block;
}
.eve_archive .title{
	display: none;
}


/* イベント・お知らせ個別 */
.eve_thumbnail{
	max-width: 260px;
	width: 100%;
	margin-right: 20px;
}
.eve_thumbnail img{
	width: 100%;
	height: auto;
}
.thumbnail_flex{
	display: flex;
}
.thumbnail_flex section{
	width: calc(100% - 280px);
	flex-grow: 1;
}
@media screen and (max-width: 768px){
	.thumbnail_flex{
		display: block;
	}
	.thumbnail_flex section{
		width: 100%;
	}
}

/* 非常勤講師一覧ページスタイル */
.pt_flex{
	  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pt_flex .pt_flex_item{
	width:calc(50% - 10px);
}
@media screen and (max-width: 600px){
	
	.pt_flex .pt_flex_item{
	width:100%;
}
}

/* 教員個別ページスタイル */
.profile{
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.profile p{
	margin-right: 20px;
}
.profile p img{
	width: 200px;
}
.profile li{
	padding: 10px 10px 8px;
	border-bottom: 1px solid #000;
}
.aw_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.work_img{
	margin: 20px 0;
	width: calc(50% - 10px);
}
.work_img > *{
	margin: 0 auto;
	width: 200px;
}
.work_img h2{
	width: 100%;
}
.work_img a{
	display: block;
}
.work_img img{
	width: 200px;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@media screen and (max-width: 499px){
	.aw_list{
		display: block;
	}
	.work_img{
		width: 100%;
	}
}



/******************** 英語ページ ********************/
body.english .sub_menu{
	display: block;
}
body.english .sub_menu .function{
	float:right;
}
body.english .entop_link_box li {
 margin: 0 10px 10px;
 background-color: #000;
 border: 1px solid #000;
 font-size: 90%;
}
body.english .entop_link_box li a {
 color: #000;
 background-color: #fff;
 padding: 10px;
 display: block;
 position: relative;
}
body.english .entop_link_box li a:hover {
 opacity: 0.9;
	text-decoration:none;
}
body.english .entop_img_wrap{
	text-align:center;
}
body.english .entop_img_wrap img {
 padding: 10px;
 width: 360px;
}
body.english .en_third {
 width: calc((100% - 40px)/3);
 float: left;
 margin:  30px 20px 0 0;
}
body.english .en_third:nth-child(3n) {
 margin-right: 0;
}
body.english .lora {
 padding-right: 10px;
 border-right: 1px solid #000;
}
body.english .h_box {
 padding: 0 2px 6px;
 border-bottom: 1px solid #000;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
body.english .h_box .h2 {
 line-height: 1.3;
}
body.english .banner h2{
	display: none;
}
body.english .banner li {
	width: 100%;
	background-color:#000;
	margin-bottom: 20px;
}
body.english .banner li a {
	color: #000;
	padding: 24px 12px;
	display: flex;
	flex-direction: column;
	height: 100%;
	background-image: url("../images/entop_up_bg.jpg");
	background-size: 100%;
}
body.english .banner li a:hover {
	opacity: 0.9;
	text-decoration:none;
}
body.english .banner li a span {
	text-align: center;
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 999px){
	body.english .entop_up {
		margin-top:30px;
	}
	body.english .sub_menu {
		display: none;
	}
}
@media screen and (max-width: 768px){
	body.english .entop_up {
		display: block;
	}
	body.english .en_third {
		width: 100%;
		float: none;
		margin-right: 20px;
	}
}


/* スタイル追記部分 */
#main img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}
#main img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}
.f-left{
	float:left;
}
.f-right{
	float:right;
}

/* 申し込みフォーム */
#main .mw_wp_form div.form{
	margin-bottom: 30px;
	padding: 10px 20px;
}
#main .mw_wp_form fieldset{
	padding: 20px;
	border-bottom: 1px solid #aaa;
}
#main .mw_wp_form fieldset > div{
	display: flex;
}
#main .mw_wp_form input[type="text"],
#main .mw_wp_form input[type="email"],
#main .mw_wp_form input[type="number"]{
	margin-right: 0;
	padding: 5px 6px 4px;
	width: 100%;
	max-width: 300px;
	font-size: 14px;
	border: 1px solid #000;
	background: #fff;
}
#main .mw_wp_form .tel input[type="text"]{
	width: 60px;
}
#main .mw_wp_form textarea{
	padding: 5px 6px 4px;
	width: 100%;
	max-width: 300px;
	border: 1px solid #000;
}
#main .mw_wp_form fieldset legend{
	margin-right: 20px;
	width: 200px;
	border-right: 1px solid #aaa;
}
#main .mw_wp_form fieldset legend + *{
	width: calc(100% - 220px);
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin: 0;
}
#main .mw_wp_form input[type="radio"],
#main .mw_wp_form input[type="checkbox"]{
  display: none;
}
#main .mw_wp_form label{
	margin: 0 30px 0 0;
	display: inline-block;
}
#main .mw_wp_form fieldset span:last-of-type label{
	margin: 3px 0 2px 0;
}
#main .mw_wp_form input + span{
	margin: 0;
	padding-left: 20px;
	line-height: 1;
	display: inline-block;
	cursor: pointer;
	position:relative;
}
#main .mw_wp_form span:last-child input + span{
	margin: 0;
}
#main .mw_wp_form input[type="radio"] + span::before{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 50%;
}
#main .mw_wp_form input[type="radio"]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #000;
	border-radius: 50%;
}
#main .mw_wp_form input[type="checkbox"] + span::before{
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
}
#main .mw_wp_form input[type="checkbox"]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: -4px;
	left: 5px;
	width: 8px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
#main .mw_wp_form .select_box label {
	margin-right: 10px;
	position: relative;
	width: 180px;
	height: 28px;
	background-color: #fff;
}
#main .mw_wp_form .select_box label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
	background-color: #000;
}
#main .mw_wp_form .select_box label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    width: 0;
    height: 0;
    transform : translateY(-25%);
    border: 5px solid transparent;
    border-top: 7px solid #fff;
}
#main .mw_wp_form_preview .select_box label::before,
#main .mw_wp_form_preview .select_box label::after{
    content: none;
}
#main .mw_wp_form .select_box select {
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 180px;
	height: 28px;
	padding: 4px 10px 5px;
	color: #000;
	border: 1px solid #000;
	border-radius: 0;
	background: transparent;
	z-index: 99;
}
#main .mw_wp_form .select_box.kouza label,
#main .mw_wp_form .select_box.kouza select {
	width: 260px;
}
#main .mw_wp_form .form_send{
/* 	margin: 40px auto 0; */
	text-align: center;
}
#main .mw_wp_form input[type="submit"]{
	padding: 5px 20px 4px;
	color: #fff;
	font-size: 13px;
	background-color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
}
#main .mw_wp_form input[type="submit"].back{
	margin-right: 20px;
	color: #000;
	background-color: #fff;
}
#main .mw_wp_form p.description{
	margin-top: 10px;
}
@media screen and (max-width: 729px){
	#main .mw_wp_form div.form{
		padding: 0;
	}
	#main .mw_wp_form fieldset{
		padding: 14px 10px;
	}
	#main .mw_wp_form fieldset > div {
		display: block;
	}
	#main .mw_wp_form fieldset legend,
	#main .mw_wp_form fieldset legend + *{
		width: 100%;
	}
	#main .mw_wp_form fieldset legend{
		margin-bottom: 10px;
		padding: 5px 10px 4px;
		background-color: #eee;
		border: none;
	}
}
@media screen and (max-width: 600px){
	#main .mw_wp_form fieldset span {
		display: block;
		margin-bottom: 8px;
		width: 100%;
	}
	#main .mw_wp_form label{
		margin-right: 0!important;
	}
	#main .mw_wp_form fieldset span:last-child {
		margin-bottom: 0;
	}
}


/* taget_blank */
.txt a[target="_blank"],
.page_wrap  a[target="_blank"],
.category_list a[target="_blank"],
.link_wrap a[target="_blank"] .title_box span{
	padding-right: 30px!important;
	background-image: url(../images/tab.png);
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: bottom 2px right 10px;
/* 	background-color:#0099FF!important; */
}
.link_wrap a[target="_blank"] .title_box span{
	background-position: bottom 5px right 10px;
}
.txt .bt-download a[target="_blank"],
.page_wrap .bt-download a[target="_blank"],
.category_list .bt-download a[target="_blank"]{
	background-image: none;
	position: relative;
}
.bt-download a[target="_blank"]::after{
	transition: 0.3s;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/tab.png) no-repeat;
	background-size: 12px;
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
.link_wrap a[target="_blank"],
a[target="_blank"].target_img{
	padding-right: 0!important;
	background-image: none;
}

