@charset "UTF-8";
@media screen and (max-width: 1179px){

*{
	margin:0;
	padding:0;
}

:root{
	--color01: #073E72;
	--color02: #8BC6E9;
	--color03: #FFF;
	--color04: #FFFF00;
}

body { 
	color: #000;
	margin:0;
	padding:0;
	font-family: "Noto Sans JP", sans-serif;
	width:100%;
	webkit-text-size-adjust: 100%;
}

ul{
	list-style-type: none;
}

img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

a,a img,button {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

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

.sp_none{
	display:none;
}

#style01{
	width:100%;
}


.sample_finish02{
	width:100%;
	float:left;
	margin:0 0 1% 0;
}
.sample_finish02 img{
	width:100%;
}

/*■■■■■■■■■■■■■■■■■■ ヘッダー ■■■■■■■■■■■■■■■■■■*/

header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background: var(--color01);
	z-index: 10000;
	color: #fff;
}

.header01{
	position: relative;
	width: 100%;
	height: 100%;
}

.header01_logo01{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.header01_logo01 img{
	height: 32px;
}

.header01_logo02{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header01_logo02_01 img{
	width: 220px;
}

.header01_logo02_02,
.header01_org{
	display: none;
}



.sp_menu{
	position: absolute;
	top: 10px;
	right: 10px;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	border: 1px #fff solid;
}

.sp_menu span{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.sp_menu span:nth-child(1){
	top: 25%;
}

.sp_menu span:nth-child(2){
	top: 50%;
}

.sp_menu span:nth-child(3){
	top: 75%;
}

.sp_menu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%,-50%) rotateZ(135deg);
}

.sp_menu.active span:nth-child(2){
	opacity: 0;
}

.sp_menu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%,-50%) rotateZ(-135deg);
}

header nav{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	border-top: 1px #fff solid;
}

.header_unpublished{
	position: relative;
}

.header_unpublished:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "近日公開";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	font-weight: bold;
}

header nav ul li:not(:last-child){
	border-bottom: 1px #fff solid;
}

header nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: var(--color01);
	color: #fff;
	font-size: 4.444vw;
	text-decoration: none;
}

header nav ul li a:hover{
	background: #fff;
	color: var(--color01);
}




/*■■■■■■■■■■■■■■■■■■ フッター ■■■■■■■■■■■■■■■■■■*/

footer{
	padding: 10vw 4vw 5vw;
	background: var(--color01);
}

.footer01{
	margin-bottom: 10vw;
	font-size: 4.444vw;
}

.footer_text01{
	margin-bottom: 10vw;
	color: #fff;
	font-weight: 900;
}

.footer01_l{
	margin-bottom: 10vw;
	color: #fff;
}

.footer_flex{
	color:#FFF;
}
.footer_flex dl{
	margin:0 0 1em 0;
	color:#FFF;
}

.footer01_l dl{
}

.footer01_l dl:not(:last-child){
	margin-bottom: 6vw;
}

.footer01_l dt{
	margin-right: 2em;
	white-space: nowrap;
}

.footer01_l dd{
	display: flex;
}

.footer01_l dd li{
	margin-bottom: 1vw;
}

.footer01_r{
	text-align: center;
}

.footer01_r_title{
	margin-bottom: 2vw;
	color: #fff;
}

.footer01_r_img img{
	max-width: 100%;
}

.footer02{
	text-align: center;
	color: #fff;
}

.footer02_link{
	margin-bottom: 3vw;
	font-size: 4.444vw;
}

.footer02_link li:not(:last-child){
	margin-bottom: 1vw;
}

.footer02_link li a{
	color: #fff;
}

.footer02_link li a:hover{
	text-decoration: none;
}

.footer02_copy{
	font-size: 3.333vw;
}





/*■■■■■■■■■■■■■■■■■■ 共通 ■■■■■■■■■■■■■■■■■■*/

main{
	padding-top: 60px;
}

.comming_soon{
	padding-bottom: 8vw;
	font-size: 6vw;
	font-weight: 900;
	text-align: center;
}

.ul_section_box{
	padding: 0 4vw;
}

.ul_section_box:not(:last-child){
	margin-bottom: 12vw;
}

.top_space{
	padding-top: 70px;
	margin-top: -60px;
}

.ul_title01{
	margin-bottom: 6vw;
	color: var(--color01);
	font-size: 8vw;
	font-weight: 500;
	text-align: center;
}

.ul_title01 span{
	position: relative;
	display: inline-block;
	padding: 0 8.333vw;
	line-height: 1;
}

.ul_title01 span:before{
	position: absolute;
	top: 1vw;
	left: 0;
	content: "";
	width: 2.778vw;
	height: 2.778vw;
	background: var(--color01);
}

.ul_title01 span:after{
	position: absolute;
	top: 3vw;
	left: 4vw;
	content: "";
	width: 1.944vw;
	height: 1.944vw;
	background: var(--color01);
}





/*■■■■■■■■■■■■■■■■■■ index.php ■■■■■■■■■■■■■■■■■■*/

.fadeConts{
	position: relative;
	top: 50px;
	opacity: 0;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}

.fadeConts.show{
	top: 0;
	opacity: 1;
}

.main_image{
	background: url("./img/main_image_bg01.jpg") center center/cover no-repeat;
}

.main_image_box{
	position: relative;
	padding: 12vw 3vw;
}

.main_image_ribbon{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}

.main_image_ribbon img{
	width: 100%;
}

.main_image_box h1{
	margin-bottom: 8vw;
}

.main_image_box h1 img{
	width: 100%;
}

.main_image_l{
	margin-bottom: 6vw;
	color: #fff;
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}
.main_image_img01{
	width:100%;
	margin:0 0 2em 0;
}
.main_image_img01 img{
	width:100%;
}

.main_image_l01{
	margin-bottom: 3vw;
	font-size: 5vw;
	font-weight: 900;
	line-height: 1.3;
}

.main_image_l02{
	font-size: 5vw;
	font-weight: 700;
}

.main_image_l dl{
	display: flex;
}

.main_image_l dl:not(:last-child){
	margin-bottom: 2vw;
}

.main_image_l dt{
	flex-shrink: 0;
}

.main_image_l dd img{
	max-width: 100%;
}

.main_image_l table{
	text-align: right;
}

.main_image_l th{
	font-weight: 900;
}

/*
.main_image_r{
	padding: 5vw;
	background: rgba(29, 104, 150, 0.9);
	text-align: center;
}
*/
.main_image_r{
	width:60%;
	margin:0 auto;
}
.main_image_r img{
	width:100%;
}

.main_image_r01{
	margin-bottom: 4vw;
	color: #fff;
	font-size: 5vw;
	font-weight: 700;
}

.main_image_r01 span{
	position: relative;
	padding-left: 45px;
}

.main_image_r01 span img{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 34px;
}

.main_image_r02{
	margin-bottom: 2vw;
	color: #fff;
	font-size: 3.889vw;
	font-weight: 500;
}

.main_image_r02 a{
	color: #fff;
}

.main_image_r02 a:hover{
	color: var(--color03);
}

.main_image_r03{
	display: flex;
	justify-content: center;
	margin-bottom: 6vw;
	color: var(--color04);
	font-size: 4.444vw;
	font-weight: 500;
	line-height: 1;
}

.main_image_r03 label{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.main_image_r03 label input{
	transform: scale(1.5);
}

.main_image_r03 label div{
	margin-left: 10px;
	padding-bottom: 0.833vw;
}

.main_image_r04{
	display: flex;
	justify-content: center;
	padding: 0 10%;
}

.main_image_r04 button{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 14vw;
	border: 1px #fff solid;
	background: #fff;
	color: var(--color03);
	font-size: 5.556vw;
	font-weight: 700;
	cursor: pointer;
}

.main_image_r04 button:hover{
	border-color: var(--color03);
	background: var(--color03);
	color: #fff;
}

.main_image_r04.cs span{
	position: relative;
	width: 100%;
}

.main_image_r04.cs span:after{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}



.index_section01{
	padding: 12vw 0 18vw;
	background: var(--color02);
}
.index_section0102{
	padding: 12vw 0 18vw;
	background: var(--color03);
}

.index_section_box{
	padding: 0 4vw;
}

.is01_00{
	margin-bottom: 10vw;
}

.is01_00 .is_title01{
	text-align: center;
}

.is01_info_list{
	padding: 4vw;
	background: #fff;
}

.is01_info_list li{
	display: flex;
	padding: 3vw 0;
	font-size: 4vw;
}

.is01_info_list li:not(:last-child){
	border-bottom: 1px #ccc solid;
}

.is01_date{
	width: 24vw;
	color: var(--color01);
	font-weight: bold;
	flex-shrink: 0;
}

.is01_info{
	border-left: 5px var(--color01) solid;
	padding-left: 3vw;
}

.is01_info a{
	color: #000;
}

.is01_info a:hover{
	color: var(--color03);
}

.is01_01,
.is01_02{
	color: var(--color01);
}

.is01_01{
	margin-bottom: 8vw;
}

.is01_box{
	margin-bottom: 5vw;
}

.is_title01{
	margin-bottom: 6vw;
	color: var(--color01);
	font-size: 8vw;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}

.is_title01 span{
	position: relative;
	display: inline-block;
	padding: 0 8.333vw;
	line-height: 1;
}

.is_title01 span:before{
	position: absolute;
	top: 1vw;
	left: 0;
	content: "";
	width: 2.778vw;
	height: 2.778vw;
	background: var(--color01);
}

.is_title01 span:after{
	position: absolute;
	top: 3vw;
	left: 4vw;
	content: "";
	width: 1.944vw;
	height: 1.944vw;
	background: var(--color01);
}

.is01_catch{
	margin-bottom: 4vw;
	font-size: 5.556vw;
	text-align: center;
	line-height: 1.2;
}

.is01_text{
	font-size: 4.444vw;
	line-height: 1.3;
}

.is01_img{
	width:40%;
	margin:0 auto;
}
.is01_img img{
	width: 100%;
}



.index_section02{
	padding: 12vw 0 0;
	background: url("./img/is02_bg_sp.jpg") center center/cover no-repeat;
}

.index_section02.com{
	padding-bottom: 15vw;
}

.is02_l .is_title01{
	position: relative;
	color: var(--color01);
	text-align: left;
}

.is02_l .is_title01 span{
	padding-right: 0;
	margin-right: 3%;
}

.is02_l .is_title01 span:before,
.is02_l .is_title01 span:after{
	background: var(--color01);
}

.is02_l .is_title01 img{
	position: absolute;
	top: 58%;
	left: 48%;
	transform: translateY(-50%);
	width: 52%;
}

.is02_l dl{
	display: flex;
	margin-bottom: 3vw;
}

.is02_l dt{
	width: 3em;
	padding-top: 0.2em;
	margin-right: 2em;
	font-size: 4.444vw;
	font-weight: bold;
	flex-shrink: 0;
}

.is02_l dd{
	font-size: 5vw;
}

.is02_l_Theme p{
	display: inline;
}

.is02_l dd span{
	color: #FF0000;
	font-size: 4.444vw;
}

.is02_link{
	display: flex;
	justify-content: center;
	margin-top: 11vw;
}

.is02_link a{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 16vw;
	border: 1px #fff solid;
	background: #fff;
	color: var(--color03);
	font-size: 6vw;
	text-decoration: none;
}

.is02_link a:hover{
	border-color: var(--color03);
	background: var(--color03);
	color: #fff;
	text-shadow: 0 0 2px #666;
}

.is02_r{
	padding: 10vw 0;
	text-align: center;
}

.is02_r img{
	width: 70%;
	max-width: 100%;
}

.is_koushi01{
	margin-bottom: -1vw;
	font-size: 3.333vw;
}

.is_koushi02{
	font-size: 6vw;
	margin-bottom: 2vw;
}

.is_koushi03{
	font-size: 4.444vw;
}



.index_section03{
	padding: 12vw 0 15vw;
	background: url("./img/is03_bg.jpg") center center/cover no-repeat;
}

.index_section03 .is_title01{
	margin-bottom: 10vw;
	text-align: center;
}

.index_section03 .is_title01{
	color: var(--color01);
}

.index_section03 .is_title01 span:before,
.index_section03 .is_title01 span:after{
	background: var(--color01)0;
}

.is03_list li{
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 26vw;
	border: 1px #333 solid;
}

.is03_list li:not(:last-child){
	margin-bottom: 5vw;
}

.is03_day{
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-top: calc(13vw - 1px) #FF9900 solid;
	border-bottom: calc(13vw - 1px) transparent solid;
	border-left: 17vw #FF9900 solid;
	border-right: 17vw transparent solid;
}

.is03_day span{
	position: absolute;
	top: -12vw;
	left: -15vw;
	color: #fff;
	font-size: 5vw;
	font-style: italic;
	font-weight: 700;
	white-space: nowrap;
}

.is03_date{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 65%;
	height: 100%;
	padding-left: 25vw;
	background: #fff;
	font-size: 5.556vw;
}

.is03_link{
	position: relative;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 35%;
	height: 100%;
	padding-left: 5%;
	background: #FF9900;
	border-left: 1px #FF9900 solid;
	color: #fff;
	font-size: 3.333vw;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.2;
}

.is03_link:hover{
	background: #fff;
	color: #FF9900;
}

.is03_link:before{
	position: absolute;
	top: 50%;
	left: 1%;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 2vw;
	height: 2vw;
	border-right: 2px #fff solid;
	border-bottom: 2px #fff solid;
}

.is03_link:hover:before{
	border-color: #FF9900;
}

.is03_link02{
	display: flex;
	justify-content: center;
	margin-top: 12vw;
}

.is03_link02 a{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15vw;
	border: 1px var(--color02) solid;
	background: var(--color02);
	color: #fff;
	font-size: 5.556vw;
	text-decoration: none;
}

.is03_link02 a:hover{
	background: #fff;
	color: var(--color02);
}

.is03_text{
	font-size: 7vw;
	text-align: center;
}



.index_section04{
	padding: 12vw 0;
}

.is04_banner_l{
	margin-bottom: 8vw;
}

.is04_banner_l h2{
	color: var(--color01);
	font-size: 8vw;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.is04_banner_l h2 span{
	position: relative;
	display: inline-block;
	padding: 0 9vw;
	line-height: 1;
}

.is04_banner_l h2 span:before{
	position: absolute;
	top: 1vw;
	left: 0;
	content: "";
	width: 2.778vw;
	height: 2.778vw;
	background:var(--color01);
}

.is04_banner_l h2 span:after{
	position: absolute;
	top: 3vw;
	left: 4vw;
	content: "";
	width: 1.667vw;
	height: 1.667vw;
	background:var(--color01);
}

.is04_banner_r{
	text-align: center;
}

.is04_banner_img{
	margin-bottom: 2vw;
}

.is04_banner_img img{
	width: 100%!important;
	max-width: 100%important;
}

.is04_banner_img:nth-child(2) img{
	width: 70%;
	max-width: 100%;
}

.is04_banner_link{
	font-size: 4.44vw;
	text-align: center;
}

.is04_banner_link a{
	color: #000;
}

.is04_banner_link a:hover{
	color: var(--color03);
}





/*■■■■■■■■■■■■■■■■■■ access.php ■■■■■■■■■■■■■■■■■■*/

.access_section{
	padding: 6vw 0 16vw;
}

.access_l{
	margin-bottom: 8vw;
}

.access_l dl{
	display: flex;
	margin-bottom: 3vw;
	font-size: 4.444vw;
}

.access_l dt{
	width: 3em;
	margin-right: 2em;
	flex-shrink: 0;
}

.access_l dt{
	width: 5em;
	margin-right: 1em;
	color: var(--color01);
	font-weight: bold;
	flex-shrink: 0;
}

.access_l dd{
	border-left: 5px var(--color01) solid;
	padding-left: 3vw;
}

.access_l dd span{
	font-weight: 700;
}

.access_r img{
	width: 100%;
}

.footer_logo_img01{
	width:100%;
}

.access_r_address{
	font-size: 3.8vw;
	font-weight: bold;
	margin-bottom: 2vw;
}

.access_r_address span{
	margin-right: 2vw;
	color: var(--color03);
}

.footer_logo_img01 img{
	width:100%;
}



/*■■■■■■■■■■■■■■■■■■ exhibitor.php ■■■■■■■■■■■■■■■■■■*/
.exhibitors_text01{
	margin-bottom: 4vw;
	font-size: 4vw;
	font-weight: 700;
	text-align: center;
}

.exhibitors_shinkin{
	margin: 0 0 8vw 0;
	text-align: center;
}

.exhibitors_list01{
	width:100%;
}

.exhibitors_list01 ul{
	display: flex;
	flex-wrap: wrap;
	width:100%;
}

.exhibitors_list01 li{
	box-sizing: border-box;
	width: 45vw;
	margin:0 2vw 6vw 0;
	text-align: center;
}

.exhibitors_list01 li:nth-child(2n){
	margin-right: 0;
}

.exhibitors_link{
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
}

.exhibitors_logo{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40vw;
	border: 1px #aaa solid;
	border-radius: 15px;
	margin: 0 auto 2vw;
	background: #fff;
}

.exhibitors_logo img{
	height: 90%;
}

.exhibitors_logo.logosize01 img{
	height: 100%;
}

.exhibitors_name{
	font-size: 3.889vw;
}





/*■■■■■■■■■■■■■■■■■■ exhibitor_detail.php ■■■■■■■■■■■■■■■■■■*/

.exhibitors_detail_title01{
	padding-bottom: 1vw;
	border-bottom: 2px var(--color01) solid;
	margin-bottom: 6vw;
	color: var(--color01);
}

.exhibitors_detail_title01 a{
	position: relative;
	display: inline-block;
	padding-right: 2em;
	color: var(--color01);
	font-size: 5vw;
	text-decoration: none;
}

.exhibitors_detail_title01 a:hover{
	opacity: 0.6;
}

.exhibitors_detail_logo{
	width: 70%;
	margin-bottom: 10vw;
}

.exhibitors_detail_logo img{
	max-width: 250px;
	max-height: 200px;
}

.exhibitors_detail_logo.logosize01 img{
	width: 100%;
	max-width: 400px;
}

.exhibitors_detail_data{
	position: relative;
	padding: 7vw 4vw;
	background: #dedede;
}

.exhibitors_detail_title02{
	position: absolute;
	top: 0;
	left: 2vw;
	transform: translateY(-50%);
	padding: 1vw 4vw;
	background: var(--color01);
	color: #fff;
	font-size: 5vw;
	letter-spacing: 0.1em;
}

.exhibitors_detail_datalist li{
	padding: 3vw;
	background: #fff;
}

.exhibitors_detail_datalist li:not(:last-child){
	margin-bottom: 4vw;
}

.exhibitors_detail_title03{
	margin-bottom: 2vw;
	font-size: 4vw;
	color: var(--color01);
}

.exhibitors_detail_text{
	font-size: 3.889vw;
	line-height: 1.5;
}

.exhibitors_detail_exh{
	margin-top: 2vw;
	font-weight: 700;
}

.exhibitors_detail_back{
	display: flex;
	justify-content: center;
	margin-top: 10vw;
	text-align: center;
}

.exhibitors_detail_back button{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 14vw;
	border: 1px var(--color01) solid;
	background: var(--color01);
	color: #fff;
	font-size: 5vw;
}

.exhibitors_detail_back button:hover{
	background: #fff;
	color: var(--color01);
}



/*■■■■■■■■■■■■■■■■■■ spacial.php ■■■■■■■■■■■■■■■■■■*/
.spacial_section{
	padding-top: calc(6vw - 10px);
}

.spacial_box01{
	margin-bottom: 5vw;
}

.spacial_img01{
	margin-bottom: 3vw;
	text-align: center;
}

.spacial_img01 img{
	width: 50%;
	max-width: 100%;
}

.spacial_data.cs{
	font-size: 4.444vw;
	text-align: center;
}

.spacial_data dl{
	display: flex;
	margin-bottom: 3vw;
	font-size: 4.444vw;
}

.spacial_data dt{
	display: flex;
	align-items: center;
	width: 3em;
	padding: 1vw 3vw;
	margin-right: 2vw;
	background: var(--color01);
	color: #fff;
	font-weight: bold;
	flex-shrink: 0;
}

.spacial_data dd{
	padding: 1vw 0;
}

.spacial_theme dd,
.spacial_date dd{
	font-size: 5vw;
	font-weight: 700;
}

.spacial_data dd span{
	color: #FF0000;
}

.spacial_box02{
	padding: 3vw;
	border: 2px var(--color01) solid;
	background:rgba(255,255,255,0.6);
}

.spacial_box02_title{
	margin-bottom: 2vw;
	color: var(--color01);
	font-size: 5vw;
	font-weight: 900;
}

.spacial_box02_text{
	font-size: 4.444vw;
	color: var(--color01);
}



.mss_section{
	padding-bottom: 10vw;
}

.mss_section_box{
	padding: 0 4vw;
}

.mss_bg_wrap{
	padding-top: 60px;
	margin-top: -60px;
}

.mss_bg01,.mss_bg02{
	padding: 6vw 0;
}

.mss_bg01{
	background: #e5f0ff;
}

.mss_bg02{
	background: #dbe6ff;
}

.mss_title01{
	padding: 1vw 4vw;
	background: var(--color01);
	margin-bottom: 4vw;
	color: #fff;
	font-size: 5vw;
	text-align: center;
}

.mss_list li:not(:last-child){
	margin-bottom: 4vw;
}

.mss_list_l{
	display: flex;
	align-items: center;
	padding: 4vw;
	background-color:#FFF;
	flex-shrink: 0;
}

.mss_list_logo{
	width: 20%;
	padding: 10px;
	border: 1px #ccc solid;
	border-radius: 10px;
	background: #fff;
}

.mss_list_logo img{
	width: 100%;
}

.mss_list_data01{
	width: 75%;
	margin-right: 5%;
	font-weight: 900;
	color:#000;
}

.mss_list_number{
	color: var(--color01);
	font-size: 4.44vw;
}

.mss_list_name{
	font-size: 4.44vw;
	color:#000;
}

.mss_list_time{
	font-size: 6vw;
	color:#000;
}

.mss_list_r{
	padding: 4vw;
	background: #fff;
}

.mss_list_theme{
	color: var(--color01);
	font-size: 5vw;
	font-weight: bold;
	margin-bottom: 2vw;
}

.mss_list_text{
	font-size: 4.444vw;
	line-height: 1.5;
}






/*■■■■■■■■■■■■■■■■■■ policy.php ■■■■■■■■■■■■■■■■■■*/
.policy01{
	width:94%;
	margin:20px auto 50px auto;
	border:1px #333333 solid;
	padding:2%;
}
.policy_title01{
	font-size:22px;
	margin:0 0 40px 0;
	text-align:center;
}
.policy02{
	margin:0 0 0 1.5em;
}
.policy03{
	margin:0 0 15px 0;
}
.policy04{
	text-align:left;
	margin:0 0 15px 0;
	padding:0 1em;
}
.policy05{
	text-align:center;

}
.policy05 button{
	padding:5px 5%;
	width:60%;
	margin:0 auto;
}
.policy06{
	text-align:left;
	margin:0 0 5px 0;
	padding:0 1em;
}
.policy07{
	text-align:center;
	margin:0 0 15px 0;
}


.policy0301_li{
	margin:0 0 0 35px;
}

.policy0301_li li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
      
.policy0301_li li:before {
  content: "(" counter(cnt) ")";
  text-align: right;
  position: absolute;
  top: 0;
  left: -25px; /* 好みで位置の調整 */
}


.sa {display:none
}


.link_bt{
	margin:15px auto 0 auto;
    width: 28.3vh;
    max-width: 240px;
	
}
.link_bt a{
	display:block;
	box-sizing: border-box;
    justify-content: center;
    align-items: center;
	padding:10px 0;
    border: 1px #fff solid;
    background: #fff;
    color: var(--color01);
    font-size: min(2.6vh, 22px);
    font-weight: 700;
    cursor: pointer;
	text-decoration:none;
	
}
.map_section_map{
	width:100%;
}
.map_section_map img{
	width:100%;
}

.mini_sesson_area01{
	width:100%;
	font-size: 22px;
	margin:0 0 10px 0;
}
.mini_sesson_area02{
	width:100%;
	margin-bottom: 5px;
}
.mini_sesson_area03{
	width:100%;
}
.mini_sesson_area02 a,
.mini_sesson_area03 a{
	display: block;
	background: linear-gradient(#D5F8FC, #4AC5E9);
	text-align:center;
	color: var(--color01);
	padding:15px 0;
	border:1px #4AC5E9 solid;
	text-decoration: none;
}
.mini_sesson_area02 a:hover,
.mini_sesson_area03 a:hover{
	background: linear-gradient(#D5F8FC 50%, #4AC5E9);
}
.mini_sesson_area04{
	width:100%;
	text-align:center;
	margin:0 auto;
	font-size: 22px;
}
.mini_sesson_area04 a{
	box-sizing: border-box;
	display:block;
	width:100%;
	border:1px var(--color01) solid;
	background-color:#FFF;
	background-color: var(--color01);
	text-align:center;
	color: #FFF;
	padding:15px 0;
	text-decoration:none;
}
.mini_sesson_area04 a:hover{
	background-color: var(--color02);
	color:#FFF;
	border:1px var(--color03) solid;
}


.coming01{
	font-size:8vw;
	text-align:center;
	padding-bottom:2em;
}



}