@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {}
.pc {display:none !important;}

body {
	font-family: 'Noto Serif JP', serif !important;
	background: url("../Images/bg001.png") top center repeat-y #F1F0E4;
	background-size:contain;
	height: 100%;
	position: relative;
}


img {
	vertical-align: middle;
}

/*---共通---*/

.header {
	width: 100%;
}

.sp_header_logo {
	width: 100%;
}

.sp_header_logo img {
	width: 100%;
}

/*---スマホ用メニュー---*/
	nav {
		width:100%;
		height:100%;
		min-height:120px;
		box-sizing:border-box;
		position:fixed;
		display:none !important;
		top:0;
		left:0;
		z-index:1400;
		background: #F1F0E4;
		box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 75px 30px;
	}

	#navToggle {
		position:fixed; /*bodyに対しての絶対位置指定です*/
		right:10px;
		top:10px;
		width:17px;
		height:20px;
		cursor:pointer;
		z-index:1500;
		padding:10px 15px 13px 15px;
		background: #fff;
		}
	#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
	#navToggle span {
		display:block;
		position:absolute; /*#navToggle div に対して*/
		width:100%;
		border-bottom:solid 3px #222222;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out}
	#navToggle span:nth-child(1) {top:0}
	#navToggle span:nth-child(2) {top:8px}
	#navToggle span:nth-child(3) {top:16px}
	
	.openNav #navToggle span {
		border-bottom:solid 3px #222222;
		}

	.openNav #navToggle span:nth-child(1) {
		top: 11px;
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
		}
	.openNav #navToggle span:nth-child(2),
	.openNav #navToggle span:nth-child(3) {
		top: 11px;
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
		}

	.openNav nav {
		display:block !important;
	}

nav ul {
	border-top: 1px solid #000;
}

nav ul li {
	border-bottom: 1px solid #000;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left;
}

.header_area {
	width: 100%;
	height: auto;
}

.header_box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.header_top {
	width: 100%;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
}

.header_top .text {
	width: auto;
}

.header_top .mark1 {
	width: auto;
	margin-left: auto;
	margin-right: 20px;
}

.header_top .mark1 img {
	width: 80px;
}

.header_top .mark2 {
	width: auto;
}

.header_top .mark2 img {
	width: 100px;
}

.header_main {
	width: 100%;
	position: relative;
	z-index: 1;
}

.header_main img {
	width: 100%;
}

.header_logo {
	width: auto;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	z-index: 10;
}

.header_logo img {
	width: 700px;
}

.header_left {
	width: auto;
	position: absolute;
	left: -50px;
	bottom: 0;
	z-index: 2;
}

.header_left img {
	width: 500px;
}

.header_right {
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.header_right img {
	width: 500px;
}

.in_header {
	width: 100%;
	background: #AF7E50;
	padding: 0 30px;
	box-sizing: border-box;
}

.in_header_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 70px 0 20px 0;
}

.in_title {
	width: 100%;
	text-align: left;
	font-size: 2.2em;
	font-weight: 600;
	color: #fff;
}

.in_title2 {
	position: absolute;
	right: -20px;
	top: 20px;
}

.in_title2 img {
	width: 110px;
}

.manu {
	width: 100%;
	background: #AF7E50;
	border-bottom: 7px solid #6E4E30;
}

.manu_area {
	width: 100%;
	height: auto;
	display: none;
}

.manu_box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.manu_box li {
	width: 16.66%;
	text-align: center;
}

.manu_box li a {
	width: 100%;
	display: inline-block;
	padding: 8px 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.manu2 {
	width: 100%;
	background: #6E4F30;
	display: none;
}

.manu2_area {
	width: 1080px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.manu2_box {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.manu2_box li {
	width: 16.66%;
	text-align: center;
}

.manu2_box li a {
	width: 100%;
	display: inline-block;
	padding: 8px 0;
	box-sizing: border-box;
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.top__main {
	width: 100%;
}

.top__main_area {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.top__main_box {
	width: 100%;
	padding: 50px 0;
}

.top__main_box h2 {
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 1.8em;
	margin-bottom: 20px;
}

.top__main_box h2 span {
	color: #BA0015;
}

.top__main_box .text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-size: 1.2em;
	font-weight: 500;
}

.top__main_time {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.top__main_time img {
	width: 100%;
	max-width: 1080px;
}

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

.top__main_kau .title {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.top__main_kau .title img {
	width: 140px;
}

.top__main_kau .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top__main_kau .inbox p {
	width: 20%;
}

.top__main_kau .inbox p img {
	width: 100%;
}

.top__main_link {
	width: 100%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 50px;
}

.top__main_link a {
	width: 100%;
	background: #004C78;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 7px 45px 7px 45px;
	margin-bottom: 15px;
	box-sizing: border-box;
	font-size: 1.2em;
}

.top__main_link a i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__main_taiken {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.top__main_taiken .title {
	width: 100%;
	margin-bottom: 20px;
}

.top__main_taiken .title img {
	width: 140px;
}

.top__main_taiken .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.top__main_taiken .inbox .l_box {
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.top__main_taiken .inbox .l_box .intitle {
	width: 100%;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .l_box .intitle img {
	max-width: 364px;
	width: 100%;
}

.top__main_taiken .inbox .l_box .in__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .l_box .in__box .intitle2 {
	width: 100%;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .l_box .in__box .intitle2 img {
	width: 100%;
}

.top__main_taiken .inbox .l_box .in__box .left__box {
	width: 70%;
	margin-right: 30%;
}

.top__main_taiken .inbox .l_box .in__box .left__box img {
	width: 100%;
}

.top__main_taiken .inbox .l_box .in__box .right__box {
	position: absolute;
	right: 0;
	top: 45px;
}

.top__main_taiken .inbox .l_box .in__box .right__box img {
	width:150px;
}

.top__main_taiken .inbox .l_box .link__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.top__main_taiken .inbox .l_box .link__box a {
	width: 280px;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px 0;
	background: #DCB028;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	text-decoration: underline;
}

.top__main_taiken .inbox .l_box .link__box a i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__main_taiken .inbox .r_box {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.top__main_taiken .inbox .r_box .intitle {
	width: 100%;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .r_box .intitle img {
	max-width: 364px;
	width: 100%;
}

.top__main_taiken .inbox .r_box .in__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .r_box .in__box .intitle2 {
	width: 100%;
	margin-bottom: 15px;
}

.top__main_taiken .inbox .r_box .in__box .intitle2 img {
	width: 100%;
}

.top__main_taiken .inbox .r_box .in__box .left__box {
	width: 50%;
	margin-right: 50%;
}

.top__main_taiken .inbox .r_box .in__box .left__box img {
	width: 100%;
}

.top__main_taiken .inbox .r_box .in__box .right__box {
	position: absolute;
	right: 0;
	top: 100px;
}

.top__main_taiken .inbox .r_box .in__box .right__box img {
	width:150px;
}

.top__main_taiken .inbox .r_box .link__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.top__main_taiken .inbox .r_box .link__box a {
	width: 280px;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px 0;
	background: #DCB028;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	text-decoration: underline;
}

.top__main_taiken .inbox .r_box .link__box a i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__main_manabu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.top__main_manabu .title {
	width: 100%;
	margin-bottom: 20px;
}

.top__main_manabu .title img {
	width: 140px;
}

.top__main_manabu .inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
}

.top__main_manabu .inbox .ma_title {
	width: 100%;
	margin-bottom: 10px;
}

.top__main_manabu .inbox .ma_title img {
	width: 100%;
}

.top__main_manabu .inbox .l_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

.top__main_manabu .inbox .r_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.top__main_manabu .inbox .sub_title {
	width: 100%;
	background: #676666;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	padding: 3px 10px;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	margin-bottom: 15px;
}

.top__main_manabu .inbox .sub_title span {
	position: absolute;
	right: 10px;
	top: 3px;
	color: #fff;
}

.top__main_manabu .inbox .in__box {
	width: 65%;
	margin-right: 3%;
	text-align: left;
}

.top__main_manabu .inbox .in__box .text1 {
	width: 100%;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.top__main_manabu .inbox .in__photo {
	width: 32%;
}

.top__main_manabu .inbox .in__photo img {
	width: 100%;
}

.top__main_manabu .inbox .link__box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
}

.top__main_manabu .inbox .link__box a {
	width: 280px;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px 0;
	background: #FFE815;
	color: #014C78;
	font-size: 1.2em;
	font-weight: 500;
	position: relative;
	text-decoration: underline;
}

.top__main_manabu .inbox .link__box a i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__main_manabu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.top__main_linkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.top__main_linkbox .inbox {
	width: 100%;
}

.top__main_linkbox .inbox:nth-child(2) {
	width: 100%;
	padding-top: 15px;
}

.top__main_linkbox .inbox .stamp {
	width: 100%;
	margin-bottom: 15px;
}

.top__main_linkbox .inbox .stamp img {
	width: 100%;
}

.top__main_linkbox .inbox .download {
	width: 100%;
}

.top__main_linkbox .inbox .download a {
	width: 100%;
	display: inline-block;
	background: #89402C;
	color: #fff;
	box-sizing: border-box;
	padding: 12px 0;
	font-weight: 600;
	line-height: 1.4em;
	font-size: 1.2em;
	position: relative;
}

.top__main_linkbox .inbox .download a i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__main_linkbox .inbox .whisky {
	width: 100%;
}

.top__main_linkbox .inbox .whisky img {
	width: 100%;
}


.top__sun_menu {
	width: 100%;
	border-bottom: 1px dotted #000000;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.top__sun_menu .linkbox {
	width: 100%;
	font-size: 1.2em;
	padding-top: 3px;
	margin-bottom: 15px;
}

.top__sun_menu .linkbox a {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}

.top__sun_menu .linkbox a i {
	background: url("../Images/windo.png") center center no-repeat;
	background-size: cover;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.top__sun_menu .linkbox a.co01 {
	background: #064283;
	padding: 12px 0;
	box-sizing: border-box;
}

.top__sun_menu .linkbox a.co02 {
	background: #3A2B20;
	padding: 8px 0;
	box-sizing: border-box;
	line-height: 1.2em;
}

.top__sun_menu .linkbox a.co03 {
	background: #3A2B20;
	padding: 8px 0;
	box-sizing: border-box;
	line-height: 1.2em;
}

.top__sun_menu .linkbox a.co04 {
	background: #832019;
	padding: 12px 0;
	box-sizing: border-box;
}

.top__sun_menu .setumei {
	width: 100%;
	text-align: left;
}

.top__sun_menu .setumei .intext {
	width: 100%;
	font-weight: 600;
	font-size: 1.2em;
	display: flex;
	flex-wrap: wrap;
}

.top__sun_menu .setumei .intext .no1 {
	width: auto;
}

.top__sun_menu .setumei .intext .no2 {
	width: auto;
	margin-right: 5px;
}

.top__sun_menu .setumei .intext .no3 {
	width: auto;
	margin-right: 5px;
}

.top__sun_menu .setumei .intext .no4 {
	width: auto;
}

.top__sun_menu .setumei .intext .txt1 {
	font-weight: 800;
}

.top__sun_menu .setumei .intext .txt2 {
	font-weight: 800;
	font-size: 1.5em;
	line-height: 0.1em;
}

.top__sun_menu .setumei .intext .youbi {
	font-size: 0.8em;
	background: #064283;
	color: #fff;
	padding: 2px 5px 3px 5px;
	border-radius: 100px;
}

.top__sun_menu .setumei .intext .doyou {
	font-size: 0.8em;
	background: #6C16C3;
	color: #fff;
	padding: 2px 5px 3px 5px;
	border-radius: 100px;
}

.top__sun_menu .setumei .intext .nitiyou {
	font-size: 0.8em;
	background: #D10808;
	color: #fff;
	padding: 2px 5px 3px 5px;
	border-radius: 100px;
}




.pankuzu {
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: left;
}

.pankuzu_area {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.pankuzu_box {
	width: 100%;
	float: left;
	color: #000;
}

.pankuzu_box a {
	color: #000;
}

.pankuzu_box a:hover {
	color: #999;
}

.footer_top {
	width: 100%;
	clear: both;
	text-align: center;
	font-weight: 600;
	font-size: 1.3em;
	padding: 10px 0;
	background: #fff;
}

.footer {
	width: 100%;
	float: left;
	background: #AF7E50;
}

.footer_area {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.footer_box {
	width: 100%;
	float: left;
	padding: 30px 0;
}

.footer_text {
	width: 100%;
	color: #fff;
	font-weight: 500;
}

.footer_text2 {
	width: 100%;
	color: #fff;
	font-size: 1.4em;
	font-weight: 800;
}

.footer_text3 {
	width: 100%;
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	margin-bottom: 20px;
}

.footer_text4 {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
}

.footer_text5 {
	width: 100%;
	color: #fff;
	font-size: 1.2em;
	font-weight: 800;
}

.footer_text6 {
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
}


nav {
	display: none;
}


/*---TOP---*/

.top_main {
	width: 100%;
	min-height: 800px;
	background: url("../Images/top_bg.png") center center no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 88px;
}

.top_main_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../Images/top_bg2.png") center center no-repeat;
	background-size: cover;
	z-index: 2;
}

.top_logo {
	width: 500px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 57%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	z-index: 3;
}

.top_logo img {
	width: 100%;
	vertical-align: middle;
}

.top_mark {
	width: auto;
	height: auto;
	position: absolute;
	left: 75%;
	bottom: 15%;
	z-index: 4;
}

.top_mark img {
	width: 200px;
}

.top_textarea {
	width: 100%;
	margin-bottom: 50px;
}

.top_textarea_bg {
	background: #fff;
	padding: 30px 0;
}

.top_text_area {
	width: 100%;
	height: auto;
}

.top_text_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 70px 0;
}

.top_text_box .timelist {
	width: 48%;
	margin-right: 4%;
}

.top_text_box .timelist:nth-child(2) {
	margin-right: 0;
}

.top_text_box .timelist img {
	width: 100%;
}

.top_info_title {
	width: 100%;
	position: relative;
}

.top_info_title .link {
	width: 160px;
	margin: 0 auto;
	background: #707070;
	position: relative;
}

.top_info_title .link a {
	width: 100%;
	box-sizing: border-box;
	display: block;
	padding:2px 10px;
	color: #fff;
}

.top_info_title .link a:hover {
	background: #999;
}

.top_info_title .link i {
	background: url("../Images/yajirushi_news.png") center center no-repeat;
	background-size: cover;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 5px;
}

.top_info_box {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
	border-radius: 10px;
}

.top_info_box ul {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.top_info_box ul:last-child {
	margin-bottom: 0;
}

.top_info_box ul .time {
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
}

.top_info_box ul .cat {
	width: 150px;
	position: absolute;
	color: #fff;
	left: 100px;
	top: 0;
}

.top_info_box ul .cat1 {background: #064283;}
.top_info_box ul .cat2 {background: #832019;}
.top_info_box ul .cat3 {background: #3A2B20;}
.top_info_box ul .cat4 {background: #707070;}

.top_info_box ul .link {
	width: 100%;
	padding: 35px 0 0 0;
	box-sizing: border-box;
	text-align: left;
}






















/*---内部---*/

.temp_top_bg {
	width: 100%;
	height: 180px;
	background: url("../Images/temp_bg.png") center center no-repeat;
	background-size: cover;
	margin-top: 88px;
	position: relative;
}

.temp_top_bg h2 {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	font-weight: 900;
	font-size: 2em;
	color: #fff;
}

.temp_top_bg_cw {
	margin-top: 51px;
}

.temp_main {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.temp_main_area {
	width: 100%;
	height: auto;
	padding: 0 30px;
	box-sizing: border-box;
}

.temp_main_box {
	width: 100%;
	float: left;
}

.temp_w_box {
	width: 100%;
	float: left;
	background: #fff;
	box-sizing: border-box;
	padding: 50px;
	margin-bottom: 70px;
}

.workshop_title {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.workshop_title i {
	width: 194px;
	height: 194px;
	background: url("../Images/setumeikaimaru.svg") center center no-repeat;
	position: absolute;
	right: 30px;
	bottom: 0;
}

.workshop_title_sp {
	display: none;
}

.workshop_box {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.workshop_box .workshop_left {
	width: 65%;
	margin-right: 5%;
}

.workshop_box .workshop_left .text {
	width: 100%;
	text-align: left;
	font-size: 1.2em;
	margin-bottom: 30px;
}

.workshop_box .workshop_left .text2 {
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	border: 1px solid #E12E21;
	color: #E12E21;
	font-weight: 600;
	padding: 20px;
	box-sizing: border-box;
}

.workshop_box .workshop_right {
	width: 30%;
}

.workshop_box .workshop_right img {
	width: 100%;
}

.workshop_red_box {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	background: #E12E21;
	color: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.blue_bg {
	background: #0D5EB0 !important;
}

.workshop_red_box h3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 1.4em;
	color: #fff;
	font-weight: 600;
}

.workshop_red_box ul li {
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	font-weight: 500;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}

.workshop_title2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 600;
	background: #FFE7E5;
	box-sizing: border-box;
	padding: 7px 10px;
	border-left: 10px solid #E12E21;
	text-align: left;
}

.workshop_title3 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 1.4em;
	font-weight: 600;
	background: #DDEEFF;
	box-sizing: border-box;
	padding: 7px 10px;
	border-left: 10px solid #0D5EB0;
	text-align: left;
}

.workshop_flow_box {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

.workshop_flow {
	width: 47%;
	margin-right: 6%;
}

.workshop_flow:nth-child(2) {
	margin-right: 0;
}

.workshop_flow h4 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1.2em;
	text-align: left;
}

.workshop_flow h4 span {
	color: #E12E21;
}

.workshop_flow h4.blue span {
	color: #0D5EB0;
}

.workshop_flow p {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: #FEDF32;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.2em;
	position: relative;
}

.workshop_flow p.blue {
	background: #82FA8B;
}

.workshop_flow p.none {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: #ffffff;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	padding: 15px;
	font-size: 1.1em;
	line-height: 1.2em;
	position: relative;
}

.workshop_flow p.blue a {
	color: #0D5EB0;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
}

.workshop_flow p i {
	background: url("../Images/icon.png") bottom center no-repeat;
	width: 30px;
	height: 25px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.workshop_flow p.blue i {
	background: url("../Images/icon2.png") bottom center no-repeat;
}

.workshop_flow p span {
	font-size: 0.8em;
}

.workshop_flow_text {
	width: 100%;
	float: left;
	text-align: left;
}

.ticket {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.ticket_box {
	width: 72%;
	display: flex;
	flex-wrap: wrap;
}

.ticket_box .no {
	width: 5%;
	background: #000000;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box .zone {
	width: 35%;
	background: #E12E21;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box .subject {
	width: 35%;
	background: #FFE1DE;
	color: #000;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	border-right: 10px solid #E12E21;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box .time {
	width: 25%;
	background: #FFE1DE;
	color: #000;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box .textbox {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.ticket_box .textbox .title {
	width: 100%;
	border-bottom: 1px solid #707070;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 1.2em;
}

.ticket_box .textbox .text {
	width: 100%;
	font-weight: 500;
	font-size: 0.9em;
}

.ticket_link {
	width: 	15%;
	display: block;
	background: #E12E21;
	color: #fff;
	position: relative;
}

.ticket_link:hover {
	background: #999;
}

.ticket_link p {
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.ticket_link p span {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 25px;
	box-sizing: border-box;
	margin-top: 10px;
}

.ticket_img {
	width: 13%;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.ticket_img img {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


.ticket_box2 {
	width: 72%;
	display: flex;
	flex-wrap: wrap;
}

.ticket_box2 .no {
	width: 5%;
	background: #000000;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box2 .zone {
	width: 35%;
	background: #0D5EB0;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box2 .subject {
	width: 40%;
	background: #F0E9F4;
	color: #000;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	border-right: 10px solid #0D5EB0;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box2 .time {
	width: 20%;
	background: #F0E9F4;
	color: #000;
	text-align: left;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	font-weight: 500;
}

.ticket_box2 .textbox {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	text-align: left;
}

.ticket_box2 .textbox .title {
	width: 100%;
	font-weight: 600;
	font-size: 1.2em;
}

.ticket_link2 {
	width: 	15%;
	display: block;
	background: #0D5EB0;
	color: #fff;
	position: relative;
}

.ticket_link2:hover {
	background: #999;
}

.ticket_link2 p {
	width: 100%;
	height: auto;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.ticket_link2 p span {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 25px;
	box-sizing: border-box;
	margin-top: 10px;
}

.company__title {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 70px;
	margin-bottom: 30px;
}

.company__logo {
	width: 150px;
	height: 120px;
	margin-right: 20px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.company__logo img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 100%;
}

.company__titlebox {
	width: 1110px;
}

.company__zone {
	width: 18%;
	background: #F2A005;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}

.company__titlebox2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.company__titlebox2 .no {
	width: 10%;
	background: #3D6997;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;
}

.company__titlebox2 .title {
	width: 90%;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #000;
	font-size: 1.3em;
	font-weight: 600;
	text-align: left;
}

.company__sdgs {
	width: 65%;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	right: 0;
	top: -100%;
}

.company__sdgs p {
	width: 9.5%;
	margin-left: 1%;
	margin-bottom: 1%;
}

.company__sdgs p img {
	width: 100%;
}

.company__message {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.35)
}

.company__message h3 {
	width: 100%;
	color: #000;
	font-size: 1.4em;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.company__message p {
	width: 100%;
	color: #000;
}

/* slide-box */

.slide-box {
  position: relative;
  margin: 0 0 50px 0;
}

/* slide */

.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
	max-height: 600px;
	text-align: center;
}
.slide .item a {
  display: block;
}
.slide .item::before {
  display: block;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
	height: 100%;
	display: inline;
	height: 100%;
	max-height: 600px;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

/* slide-navigation */

.slide-navigation {
  line-height: 0;
  position: relative;
  margin: 20px 0 0 0;
  padding: 0;
}
.slide-navigation .item {
  position: relative;
  cursor: pointer;
}

.slide-navigation .item {
  position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	height: 240px;
}
.slide-navigation .item img {
  width: 100%;
}

/* slick */

.slick-vertical .slick-slide {
  border: 0 solid transparent;
}
.slick-arrow {
  z-index: 999;
}
.slick-prev {
  top: 50% !important;
  left: -20px !important;
  margin: auto;
	background: url("../Images/slide_icon1.svg") center center no-repeat !important;
	background-size: cover !important;
}
.slick-next {
  top: 50% !important;
  right: -20px !important;
  margin: auto;
	background: url("../Images/slide_icon2.svg") center center no-repeat !important;
	background-size: cover !important;
}

.company__list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.company__list .title {
	width: 20%;
	min-height: 60px;
	background: #3D6997;
	position: relative;
}

.company__list .title span {
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	color: #fff;
	font-weight: 600;
	font-size: 1.1em;
}

.company__list .text {
	width: 80%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.company__w_list {
	width: 100%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.company__w_list h3 {
	width: 100%;
	border-left: 9px solid #3D6997;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.company__w_listbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #333;
}

.company__w_listbox_end {
	border-bottom: 1px solid #333;
	margin-bottom: 30px;
}


.company__w_listbox .title {
	width: 20%;
	min-height: 60px;
	background: #E8DAF5;
	position: relative;
}

.company__w_listbox .title span {
	width: 100%;
	height: auto;
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	color: #000;
	font-weight: 600;
	font-size: 1.1em;
}

.company__w_listbox .text {
	width: 80%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.company__w_listbox .text2 {
	width: 30%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.company__w_listbox .text2 a.sns {
	margin-right: 10px;
}

.company__w_listbox .text2 a.sns img {
	width: 30px;
}

.company__mail {
	width: 100%;
	text-align: center;
}

.company__mail a {
	width: 300px;
	background: #3D6997;
	color: #fff;
	padding: 15px 20px 15px 50px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	font-weight: 600;
	font-size: 1.1em;
}

.company__mail a i {
	background: url("../Images/mail.png") center center no-repeat;
	background-size: cover;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	width: 35px;
	height: 24px;
}

.company__mail a:hover {
	background: #999;
}

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

.company_bottom_list {
	flex-grow: 1;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
}

.company_bottom_list:nth-child(2) {
	margin-left: 4%;
}

.company_bottom_list h3 {
	width: 100%;
	border-left: 9px solid #3D6997;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.company_bottom_list iframe {
	width: 100%;
	height: 320px;
	vertical-align: middle;
}

.outline_area {
	width: 100%;
}

.outline_box {
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}

.outline_box .title {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #AF7E50;
	color: #fff;
	font-size: 1.4em;
	text-align: left;
	font-weight: 500;
}

.outline_box .text {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em;
}

.outline_box .text h4 {
	width: 100%;
	font-weight: 700;
	font-size: 1.6em;
	margin-bottom: 10px;
}

.outline_box .text h4 span {
	color: #3D6997;
}

.outline_box .text ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #3D6997;
	padding: 10px 0;
	box-sizing: border-box;
}

.outline_box .text ul.last {
	margin-bottom: 50px;
	border-bottom: none;
}

.outline_box .text ul .no {
	width: 5%;
	background: #3D6997;
	position: relative;
}

.outline_box .text ul .no span {
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 700;
	font-size: 1.8em;
	color: #fff;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.outline_box .text ul .intext {
	width: 95%;
	padding: 10px 20px;
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 1.3em;
}

.outline_subbox {
	width: 100%;
	margin-bottom: 80px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.7em;
}

.businesslist {
	width: 100%;
}

.businesslist_linkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.businesslist_linkbox_all {
	width: 10%;
	display: block;
	margin-right: 2%;
	background: #F2A027;
	color: #fff;
	position: relative;
}

.businesslist_linkbox_all span {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	color: #fff;
}

.businesslist_linkbox_all:hover {
	background: #999;
}

.businesslist_linkbox_list {
	width: 88%;
	display: flex;
	flex-wrap: wrap;
}

.businesslist_linkbox_list a {
	width: 23.5%;
	background: #F2A027;
	color: #fff;
	display: block;
	margin-right: 2%;
	padding: 10px;
	box-sizing: border-box;
}

.businesslist_linkbox_list a:hover {
	background: #999;
}

.businesslist_linkbox_list a:nth-child(4n) {
	margin-right: 0;
}

.businesslist_linkbox_list a:nth-child(1),.businesslist_linkbox_list a:nth-child(2),.businesslist_linkbox_list a:nth-child(3),.businesslist_linkbox_list a:nth-child(4) {
	margin-bottom: 10px;
}

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

.businesslist_listbox {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 40px;
}

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

.businesslist_listbox .img {
	width: 100%;
	display: block;
}

.businesslist_listbox .img img {
	width: 100%;
	vertical-align: middle;
}

.businesslist_listbox .titlebox {
	width: 100%;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
}

.businesslist_listbox .titlebox .no {
	width: 20%;
	background: #3D6997;
	color: #fff;
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	font-size: 1.2em;
}

.businesslist_listbox .titlebox .title {
	width: 80%;
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: left;
	font-weight: 500;
	font-size: 1.2em;
}

.businesslist_listbox .text {
	width: 100%;
	margin-top: 15px;
	text-align: left;
	font-size: 0.9em;
}

.info_page {
	width: 100%;
	background: #fff;
	margin-bottom: 50px;
}

.info_page .title {
	width: 100%;
	background: #AF7E50;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	text-align: left;
}

.info_page .info_main {
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
}

.info_page .info_main .info_sub {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
}

.info_page .info_main .info_sub .cat {
	background: #ABA8D1;
    border-radius: 100px;
    color: #fff;
	width: 150px;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}

.info_page .info_main .info_sub .cat1 {background: #064283;}
.info_page .info_main .info_sub .cat2 {background: #832019;}
.info_page .info_main .info_sub .cat3 {background: #3A2B20;}
.info_page .info_main .info_sub .cat4 {background: #707070;}

.info_page .info_main .info_sub .time {
	width: 150px;
	margin-left: 15px;
}

.info_page .info_main .info_inbox {
	width: 100%;
}

.info_page .info_main .info_inbox p {
	width: 100%;
	margin-bottom: 30px;
}

.info_page .info_main .info_inbox div {
	width: 100%;
	margin-bottom: 30px;
}

.info_page .info_main .info_inbox strong {
	font-weight: 700;
}

.info_page .info_main .info_inbox em {
	font-style: italic;
}

.info_page .info_main .info_inbox ul {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
}

.info_page .info_main .info_inbox ul li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}

.info_page .info_main .info_inbox ul li::before {
	position: absolute;
	left: 0;
	top: 5px;
	content: "";
	background: url("../Images/slide_icon2.svg") center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
}

.info_page .info_main .info_inbox ol {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}

.info_page .info_main .info_inbox ol li {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	list-style-type: decimal;
	list-style-position: outside;
}

.info_page .info_main .info_inbox h2 {
	width: 100%;
	box-sizing: border-box;
	border-left: 10px solid #3D6997;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 10px;
	font-weight: 700;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.info_page .info_main .info_inbox h3 {
	width: 100%;
	background: #3D6997;
	color: #fff;
	box-sizing: border-box;
	padding: 5px 20px;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 10px;
}

.info_page .info_main .info_inbox h4 {
	width: 100%;
	position: relative;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-weight: 600;
	margin-bottom: 5px;
}

.info_page .info_main .info_inbox h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: url("../Images/icon_info.svg") center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
}

.info_list_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.info_list_area a {
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	display: block;
	margin-bottom: 30px;
}

.info_list_area a:hover {
	opacity: 0.5;
}

.info_list_area .subtextbox {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}

.info_list_area .subtextbox .cat {
    border-radius: 100px;
    color: #fff;
	width: 150px;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}

.info_list_area .subtextbox .cat1 {background: #064283;}
.info_list_area .subtextbox .cat2 {background: #832019;}
.info_list_area .subtextbox .cat3 {background: #3A2B20;}
.info_list_area .subtextbox .cat4 {background: #707070;}

.info_list_area .subtextbox .time {
	width: auto;
	margin-left: 15px;
	text-align: left;
}

.info_list_area .text {
	width: 100%;
	text-align: left;
}

.inquiry_title {
	width: 100%;
	position: relative;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	font-weight: 600;
	margin-bottom: 10px;
}

.inquiry_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: url("../Images/icon_info.svg") center center no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
}

.inquiry_table {
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	box-sizing: border-box;
}

.inquiry_table th {
	width: 150px;
	background: #AF7E50;
	text-align: center;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	padding: 5px 10px;
	font-weight: 600;
	color: #fff;
}

.inquiry_table td {
	text-align: left;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	box-sizing: border-box;
	padding: 5px 10px;
}

/*---サイズ調整---*/

.imgsize {
	width: 40px;
}

.imgsize_all {
	width: 100%;
}

/*---ビジネス掲示板---*/

.business_box {
	width: 100%;
}

.business_title {
	width: 100%;
	margin-bottom: 30px;
	margin-top: -80px;
}

.business_title img {
	width: 100%;
}

.business_text {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	padding: 30px;
	box-sizing: border-box;
	background: rgba(255,255,255,1.0)
}

.business_intext {
	width: 100%;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

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

.business_list_area a {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	box-sizing: border-box;
	display: block;
}

.business_list_area a:nth-child(4n) {
	margin-right: 0;
}

.business_list_area a img {
	width: 100%;
}

.lightboxOverlay {
	z-index: 9999999 !important;
}

.lightbox {
	z-index: 99999999 !important;
}

.movie_box {
	width: 100%;
	padding: 50px 200px;
	box-sizing: border-box;
	text-align: left;
}

.movie_box iframe {
	width: 100%;
	vertical-align: middle;
}

.outline_in_text {
	width: 100%;
}

.outline_in_text2 {
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 88px;
}

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

.outline_in_box .in__box {
	width: 100%;
	margin-bottom: 20px;
}

.outline_in_box .in__box img {
	width: 280px;
}

.exhibitor_text {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
	font-size: 1.2em;
}

.exhibitor_title {
	width: 100%;
	text-align: left;
	background: #7E5631;
	color: #fff;
	font-weight: 500;
	font-size: 1.2em;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 20px;
}

.exhibitor_box {
	width: 100%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}


.exhibitor_box p {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	position: relative;
}

.exhibitor_box p:nth-child(2n) {
	margin-right: 0;
}

.exhibitor_box p img {
	width: 100%;
}

.exhibitor_box p span {
	position: absolute;
	background: #af7e50;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	width: 80%;
	height: 80%;
	margin: 10%;
	left: 0;
	top: 0;
	font-weight: 600;
	font-size: 1.6em;
	color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.exhibitor_intext {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 20px;
}

.exhibitor_inimg {
	width: 100%;
	margin-bottom: 30px;
}

.exhibitor_inimg img {
	width: 100%;
}

.exhibitor_intext2 {
	width: 100%;
	text-align: left;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 30px;
}

.exhibitor_inurl {
	width: 100%;
	background: #7E5631;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.exhibitor_inurl .intitle {
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.1em;
}

.exhibitor_inurl .intext {
	width: 100%;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: 500;
	font-size: 1.1em;
	text-align: left;
}









