@charset "UTF-8";
@media print, screen and (min-width:1180px){

*{
	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%;
	min-width: 1180px;
}

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;
}


.clear{
	clear:both;
}

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

.pc_none{
	display: none;
}

#style01{
	width:100%;
}


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


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

header{
	width: 100%;
	min-width: 1180px;
	background: var(--color01);
	z-index: 10000;
	color: #fff;
}

.index_header{
	height: 80px;
	padding-bottom: 0;
}

.header01{
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	box-sizing: border-box;
	width: 1180px;
	height: 90px;
	padding: 0 30px;
	border-bottom: 1px #5A636B solid;
	margin: 0 auto;
}

.header01_logo01{
	width: 500px;
	margin:0 40px 0 0;
}

.header01_logo01 img{
	width: 500px;
}

.header01_logo02{
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	margin:0 30px 0 0;
}

.header01_org{
	width: 280px;
	text-align: right;
}

.header01_org img{
	width: 280px;
}

.sp_menu{
	display: none;
}

.header02{
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	min-width: 1180px;
	height: 60px;	
	background: var(--color01);
	z-index: 11000;
}

.index_header .header02{
	top: 0;
}

.header02.fixed{
	position: fixed;
	top: 0;
}

.header_nav{
	box-sizing: border-box;
	height: 100%;
	padding: 15px;
}

.header_nav ul{
	display: flex;
	justify-content: center;
	height: 100%;
}

.header_nav ul li{
	width: 220px;
	height: 100%;
	border-right: 1px #fff solid;
	font-size:13px;
}

.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:first-child{
	border-left: 1px #fff solid;
}

.header_nav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}
.header_nav ul li span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
}

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




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

footer{
	background: var(--color01);
}

.footer01{
	max-width: 1180px;
	padding: 50px 10px 0;
	margin: 0 auto;
}

.footer_text01{
	margin-bottom: 40px;
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	text-align: center;
}

.footer_flex{
	display: flex;
	justify-content: space-between;
	width: 1100px;
	margin:0 auto 50px auto;
	color:#FFF;
}

.footer01_l dl{
	display: flex;
	color: #fff;
}

.footer01_l dl:not(:last-child){
	margin-bottom: 35px;
}

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

.footer01_l dd{
	display: flex;
}

.footer01_r_img{
	margin: 0 0 20px auto;
	color: #fff;
}
.footer01_r_img img{
	width:600px;
}

.footer02{
	padding: 0 0 50px 64px;
	color: #fff;
	text-align:center;
}

.footer02_link{
	text-align:center;
	margin-bottom: 10px;
}

.footer02_link li{
}

.footer02_link li:not(:last-child){
	border-right: 1px #fff solid;
}

.footer02_link li a{
	color: #fff;
}

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

.footer02_copy{
	font-size: 12px;
}





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

main{
}

.comming_soon{
	padding-bottom: 50px;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
}

.ul_section_box{
	max-width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

.ul_section_box:not(:last-child){
	margin-bottom: 100px;
}

.top_space{
	padding-top: 150px;
	margin-top: -90px;
}

.ul_title01{
	margin-bottom:40px;
	color: var(--color01);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

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

.ul_title01 span:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	background: var(--color01);
}

.ul_title01 span:after{
	position: absolute;
	top: 16px;
	left: 18px;
	content: "";
	width: 8px;
	height: 8px;
	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{
	height: calc(100vh - 150px);
	max-height: 700px;
	min-height: 470px;
	background: url("./img/main_image_bg01.jpg") center center/cover no-repeat;
}

.main_image_box{
	position: relative;
	box-sizing: border-box;
	width: 1180px;
	height: 100%;
	padding: min(5.714vh, 40px) 0 0;
	margin: 0 auto;
}

.main_image_box h1{
	height: 46%;
	margin-bottom: 4.2%;
	text-align: center;
}

.main_image_box h1 img{
	height: 100%;
}

.main_image_ribbon{
	position: absolute;
	top: 0;
	right: 0;
	height: 10.571%;
}

.main_image_ribbon img{
	height: 100%;
}

.main_image01{
	display :flex;
	justify-content: center;
	/*height: 41%; 2nd表示*/
	padding-left: 20px;
}

.main_image_l{
	height: 100%;
	margin-right: min(5.9vh, 50px);
	color: #fff;
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
}

.main_image_img01{
	height: 79%;
}

.main_image_img01 img{
	height: 100%;
}

.main_image_l01{
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.3;
}

.main_image_l02{
	font-size: 30px;
	font-weight: 700;
}

.main_image_l dl{
	display: flex;
}

.main_image_l dt{
	flex-shrink: 0;
}

.main_image_l table{
	text-align: right;
}

.main_image_l th{
	font-weight: 900;
}

.main_image_r{
	box-sizing: border-box;
	/*width: 42vh;*/
	/*height:180px;*//*2nd削除*/
	/*padding: min(3.7vh, 35px) min(1vh, 10px) min(3.2vh, 30px);*/
	/*background: rgba(29, 104, 150, 0.9);*/
	/*text-align: center;*/
	max-width: 330px;
	margin-top:-30px;
}
.main_image_r img{
	/*box-sizing: border-box;*/
	/*width: 42vh;*/
	/*height:180px;*//*2nd削除*/
	/*padding: min(3.7vh, 35px) min(1vh, 10px) min(3.2vh, 30px);*/
	/*background: rgba(29, 104, 150, 0.9);*/
	/*text-align: center;*/
	max-width: 100%;
}


.main_image_r01{
	margin-bottom: min(1.2vh, 12px);
	color: #fff;
	font-size: min(2.8vh, 25px);
	font-weight: 700;
}

.main_image_r01 span{
	position: relative;
	padding-left: min(6.4vh, 60px);
}

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

.main_image_r02{
	margin-bottom: min(0.9vh, 8px);
	color: #fff;
	font-size: min(1.6vh, 14px);
	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: min(2.2vh, 20px);
	color: var(--color04);
	font-size:  min(1.7vh, 16px);
	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{
	padding-bottom: min(0.2vh, 2px);
	margin-left: min(1.1vh, 10px);
}

.main_image_r04{
	display: flex;
	justify-content: center;
}

.main_image_r04.cs{
	margin-top: min(2.7vh, 25px);
}

.main_image_r04 button{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28.3vh;
	max-width: 240px;
	height: 5.3vh;
	max-height: 50px;
	border: 1px #fff solid;
	background: #fff;
	color: var(--color03);
	font-size: min(2.6vh, 22px);
	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;
}

.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: 80px 0 50px;
	background: var(--color02);
}
.index_section0102{
	padding: 80px 0 50px;
	background: var(--color03);
}

.index_section_box{
	max-width: 1180px;
	margin: 0 auto;
}

.is01_00{
	margin-bottom: 150px;
}

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

.is01_info_list{
	max-width: 1000px;
	padding: 50px;
	margin: 0 auto;
	background: #fff;
}

.is01_info_list li{
	display: flex;
	padding: 10px 0;
	font-size: 18px;
}

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

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

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

.is01_info a{
	color: #000;
}

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

.is01_01,
.is01_02{
	display: flex;
	justify-content: space-between;
	color: var(--color01);
}

.is01_01{
	margin-bottom: 75px;
	justify-content: center;
}

.is01_box{
	width: 760px;
}

.is_title01{
	margin-bottom: 40px;
	color: var(--color01);
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}

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

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

.is_title01 span:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: "";
	width: 15px;
	height: 15px;
	background: var(--color01);
}

.is_title01 span:after{
	position: absolute;
	top: 16px;
	left: 22px;
	content: "";
	width: 10px;
	height: 10px;
	background: var(--color01);
}

.is01_catch{
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 1.2;
}

.is01_text{
	font-size: 20px;
	line-height: 1.5;
}
.is01_text p{
	margin:0 0 15px 0;
}

.is01_img{
	width: 290px;
	text-align: center;
}

.is01_img img{
	width: 290px;
}



.index_section02{
	padding: 80px 50px 120px;
	background: url("./img/is02_bg.jpg") center center/cover no-repeat;
}

.index_section02 .index_section_box{
	display: flex;
}

.is02_l .is_title01{
	position: relative;
}

.is02_l .is_title01 img{
	position: absolute;
	top: 56%;
	left: 240px;
	transform: translateY(-50%);
	width: 220px;
}

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

.is02_l dl{
	display: flex;
	margin-bottom: 8px;
}

.is02_l dt{
	width: 3em;
	padding-top: 0.3em;
	margin-right: 3em;
	font-size: 18px;
	font-weight: bold;
	flex-shrink: 0;
}

.is02_l dd{
	width: 100%;
	font-size: 25px;
}

.is02_l_Theme p{
	text-align: right;
}

.is02_l dd span{
	color: #FF0000;
	font-size: 18px;
}

.is02_link{
	display: flex;
	justify-content: center;
	padding-top: 35px;
}

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

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

.is02_l .spacial_box02{
	margin-left: 110px;
}

.is02_r{
	padding-top: 80px;
	margin-left: 50px;	
}

.is02_r img{
	width: 200px;
}

.is_koushi01{
	margin-bottom: -4px;
	font-size: 14px;
}

.is_koushi02{
	font-size: 30px;
	margin-bottom: 4px;
}

.is_koushi03{
	font-size: 16px;
}



.index_section03{
	padding: 80px 50px 100px;
	background: url("./img/is03_bg.jpg") center center/cover no-repeat;
}

.index_section03 .is_title01{
	margin-bottom: 70px;
	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);
}

.is03_list{
	display: flex;
	justify-content: space-between;
}

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

.is03_list li:not(:last-child){
	margin-right: 20px;
}

.is03_day{
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-top: 69px #FF9900 solid;
	border-bottom: 69px transparent solid;
	border-left: 99px #FF9900 solid;
	border-right: 99px transparent solid;
}

.is03_day span{
	position: absolute;
	top: -64px;
	left: -84px;
	color: #fff;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	white-space: nowrap;
}

.is03_date{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 498px;
	height: 100%;
	padding-left: 170px;
	background: #fff;
	font-size: 30px;
}

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

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

.is03_link:before{
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%) rotateZ(-45deg);
	content: "";
	width: 16px;
	height: 16px;
	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: 100px;
}

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

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

.is03_text{
	font-size: 50px;
	text-align: center;
}



.index_section04{
	padding: 100px 50px;
}

.is04_banner{
	display: flex;
	justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
}

.is04_banner_l h2{
	color: var(--color01);
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}


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

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

.is04_banner_l h2 span:after{
	position: absolute;
	top: 16px;
	left: 22px;
	content: "";
	width: 10px;
	height: 10px;
	background: var(--color01);
}

.is04_banner_img{
	margin-bottom: 5px;
	text-align: center;
}

.is04_banner_link{
	text-align: center;
}

.is04_banner_link a{
	color: #000;
}

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





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

.access_section{
	padding: 40px 50px 100px;
}

.access_flex{
	display: flex;
	justify-content: space-between;
}

.access_l{
	max-width: 670px;
	margin-right: 40px;
}

.access_l dl{
	display: flex;
	margin-bottom: 15px;
	font-size: 18px;
}

.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: 10px;
}

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

.access_r{
	width:500px;
}

.access_r_address{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.access_r_address span{
	margin-right: 10px;
	color: var(--color03);
}

.access_r img{
	width:500px;
}





/*■■■■■■■■■■■■■■■■■■ exhibitor.php ■■■■■■■■■■■■■■■■■■*/
.exhibitors_shinkin_area{
	width:100%;
}

.exhibitors_text01{
	padding: 0 20px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
}

.exhibitors_shinkin{
	width: 360px;
	margin-bottom: 30px;
	text-align: center;
	float:left;
}

.exhibitors_list01{
	width:100%;
}

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

.exhibitors_list01 li{
	box-sizing: border-box;
	display: table;
	width: 360px;
	margin:0 10px 20px 0;
	text-align: center;
}

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

.exhibitors_link{
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	width: 360px;
	height: 100%;
	padding: 20px;
	color: #000;
	text-decoration: none;

}

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

.exhibitors_logo img{
	height: 100%;
}

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





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

.exhibitors_detail_title01{
	padding-bottom: 5px;
	border-bottom: 2px var(--color01) solid;
	margin-bottom: 40px;
	color: var(--color01);
}

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

.exhibitors_detail_title01 a:hover{
	opacity: 0.6;
}

.exhibitors_detail_logo{
	margin-bottom: 60px;
	overflow: hidden;
}

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

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

.exhibitors_detail_data{
	position: relative;
	padding: 40px;
	background: #dedede;
}

.exhibitors_detail_title02{
	position: absolute;
	top: 0;
	left: 20px;
	transform: translateY(-50%);
	padding: 5px 30px;
	background: var(--color01);
	color: #fff;
	letter-spacing: 0.1em;
}

.exhibitors_detail_datalist li{
	padding: 20px;
	background: #fff;
}
.padding01{
	padding: 20px 10px 20px 20px!important;
	background: #fff;
}

.exhibitors_detail_datalist li:not(:last-child){
	margin-bottom: 20px;
}

.exhibitors_detail_title03{
	margin-bottom: 10px;
	color: var(--color01);
}

.exhibitors_detail_text{
	line-height: 1.5;
}
.exhibitors_detail_text01{
	line-height: 1.5;
}

.exhibitors_detail_exh{
	margin-top: 10px;
	font-weight: 700;
}

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

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

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





/*■■■■■■■■■■■■■■■■■■ spacial.php ■■■■■■■■■■■■■■■■■■*/
.spacial_section{
	padding-top: 30px;
}

.spacial_box01{
	display: flex;
	margin-bottom: 30px;
}

.spacial_img01{
	width: 200px;
	margin-right: 50px;
}

.spacial_img01 img{
	width: 100%;
}

.spacial_data.cs{
	display: flex;
	align-items: center;
	font-size: 20px;
}

.spacial_data dl{
	display: flex;
	margin-bottom: 10px;
	font-size: 18px;
}

.spacial_data dt{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: 3em;
	padding: 5px 10px;
	margin-right: 10px;
	background: var(--color01);
	color: #fff;
	font-weight: bold;
	text-align: center;
	flex-shrink: 0;
}

.spacial_data dd{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px 0;
}

.spacial_data dd span{
	color: #FF0000;
}

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

.spacial_box02_title{
	margin-bottom: 10px;
	color: var(--color01);
	font-size: 20px;
	font-weight: 900;
}

.spacial_box02_text{
	font-size: 18px;
	color: var(--color01);
}



.mss_section{
	padding-bottom: 40px;
}

.mss_section_box{
	width: 1100px;
	margin: 0 auto;
}

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

.mss_bg01,.mss_bg02{
	padding: 40px 0;
}

.mss_bg01{
	background: #e5f0ff;
}

.mss_bg02{
	background: #dbe6ff;
}

.mss_title01{
	margin-bottom: 40px;
	text-align: center;
}

.mss_title01 span{
	padding: 5px 20px;
	background: var(--color01);
	color: #fff;
}

.mss_list li{
	display: flex;
}

.mss_list li:not(:last-child){
	margin-bottom: 20px;
}

.mss_list_l{
	display: flex;
	align-items: center;
	padding: 20px;
	background-color:#FFFFFF;
	flex-shrink: 0;
}

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

.mss_list_logo img{
	width: 100%;
}

.mss_list_data01{
	width: 270px;
	margin-right: 20px;
	font-weight: 900;
}
.mss_list_number{
	color: var(--color01);
	font-size: 20px;
}

.mss_list_name{
	font-size: 20px;
	color:#000;
}

.mss_list_time{
	font-size: 30px;
	color:#000;
}

.mss_list_r{
	width: 70%;
	padding: 20px;
	background: #fff;
}

.mss_list_theme{
	color: var(--color01);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mss_list_text{
	line-height: 1.5;
}






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

}
.policy05 button{
	padding:5px 20px;
	width:200px;
	margin:0 auto;
}
.policy06{
	text-align:left;
	margin:0 0 5px 0;
}
.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; /* 好みで位置の調整 */
}
.policy_box01{
	width:330px;
	margin:0 auto;
}
.sa {
  width:200px;
  padding:15px 20px;
  opacity: 1;
  background-color:#FF6600;
  color:#FFFFFF;
  float:right;
  text-align:center;
}
.sa.show {
  opacity: 0;
  transform: none;
  transition: all .5s ease;
}
.sa--up {
  transform: translate(0, 100px);
}

.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;
	
}
.mini_sesson_area01{
	width:1180px;
	font-size: 22px;
	margin:0 auto 40px auto;
}
.mini_sesson_area02{
	width:580px;
	float:left;
}
.mini_sesson_area03{
	width:580px;
	float:right;
}

.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:240px;
	text-align:center;
	margin:0 auto;
	font-size: 22px;
}
.mini_sesson_area04 a{
	display:block;
	width:240px;
	background-color: var(--color01);
	text-align:center;
	color: #FFF;
	padding:12px 0;
	text-decoration:none;
}
.mini_sesson_area04 a:hover{
	background-color: var(--color02);
	color:#FFF;
}
.margin_type01{
	margin:40px auto 0 auto;
}

.coming01{
	font-size:45px;
	text-align:center;
}
.map_section_map{
	margin:0 0 15px 0;
}
.map_section_text{
	margin:0 0 15px 0;
}
.map_section_text p{
	margin:0 0 15px 0;
}

}





@media screen and (min-width: 768px) and (max-width: 1300px){
	.is03_date{
		width: 100%;
		padding-left: 140px;
	}
}

