:root {
	--back: #FAFAFC;
	--headline: #2D2D37;
	--main: #2D2D37;
	--white: #FFFFFF;
	--text_sub: #D9D9D9;
	--nav_gray: #787882;

	--content_back: #F7F7F9;
	--contents_back_dark_500: #F0F0F3;
	--contents_back_dark_600: #DCDCDF;
	--contents_back_dark_700: #91919B;

	--line_general: #E8E8E9;
	--active_blue: #2471DC;
	--primary_color: #FA0000;
	 
	--Gradient-secondary_light:#FFC400;
	--primary_gradient: linear-gradient(90deg, #FFC400 0%, #FA0000 50.48%);
	--sub_gradient: linear-gradient(180deg, #FFC400 0%,  #FF750B 100%);
	

	/*
	--sub_blue: #0F1FDB;
	--active_turquoise: #009FB1;
	--sub_turquoise: #1AD3C6;
	*/
	--red: #FA0000;

  }


/* ----------------------------------------------------
 Layout
 ---------------------------------------------------- */
body{
	padding-top: 100px;
	background: #FAFAFC;
}
body.page_link_fixed{
	padding-top: 180px;
}

body, h1, h2, h3, h4, h5, h6 {
	font-size:16px;
	color: var(--main);
	font-family:Meiryo,メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.inner,
.pankuzu{
	position: relative;
	width: 1164px;
	margin: 0 auto;
	padding: 0 40px;
}
.inner.m{
	width: 920px;
}
.inner.s{
	width: 800px;
}
.heroContent {
	display: block;
	width: 100%;
	height: 600px;
	background-color: var(--contents_back_dark_500);
}
@media only screen and (max-width: 992px) {
	.heroContent {
		height: 400px;
	}
}
@media only screen and (max-width: 767px) {
	.heroContent {
		height: 300px;
	}
}
@media only screen and (max-width: 460px) {
	.heroContent {
		height: 200px;
	}
}

.heroInner {
	display: block;
	margin: 0px auto;
	max-width: 2560px;
	height: 100%;
	background-image: url("../images/top/back-max.jpg");
	background-repeat: no-repat;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 2559px) {
	.heroInner {
		background-image: url("../images/top/back.jpg");
	}
}

.heroTextWrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	max-width: 1164px;
}
.heroTextWrap .hero_subtTitle {
	position: absolute;
	width: 35%;
	left: 3%;
	top: 6%;
}
.heroTextWrap .hero_title {
	position: absolute;
	width: 65%;
	bottom: 1.5%;
	right: 2%;
}
@media only screen and (max-width: 460px) {
	.heroTextWrap .hero_title {
		width: 75%;
	}
}

/*
#page-container:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../images/bg_container_2024.jpg");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
	#page-container:before {
		height: 50vh;
	}
}
#page-container {
	position: relative;
	background: url("../images/bg_tr.png") top right no-repeat;
	background-size: 40%;
}
#page-container::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/bg_bl.png") bottom left no-repeat;
	background-size: 40%;

}
*/

@media only screen and (max-width: 992px) {
	#page-container {
		background-size: 60%;
	}
	#page-container::before {
		background-size: 100%;
	}
}


.content {
	padding: 0 0 2.5rem 0;
}
.content.bg-lg {
	padding:4rem 0;
}
.content .row{
	margin: 0 -20px 40px -20px;
	justify-content: center;
}
.content .row > div[class^="col-"]{
	padding:0 20px;
}
.content .row:last-child{
	margin-bottom: 0;
}
.content .row.s{
	margin: 0 -10px 20px -10px;
}
.content .row.s > div[class^="col-"]{
	padding:0 10px;
}


.content p{
	line-height:2rem;
	margin: 0 0 1rem 0;
	word-break: break-all;
}

.mb0{margin-bottom: 0 !important;}
.mb1{margin-bottom: 1rem !important;}
.mb2{margin-bottom: 2rem !important;}
.mb3{margin-bottom: 3rem !important;}

small,.small{
	font-size: 0.8rem;
}
.content p.small{
	line-height: 1.5rem;
}

.box{
	background: var(--white);
	border: 6px solid var(--contents_back_dark_600);
	border-radius: 0.5rem;
	padding: 1rem 2rem;
}
.box2{
	background: var(--white);
	border: 1px solid var(--line_general);
	padding: 1rem 2rem;
	border-radius: 0.5rem;
}
.box2.bgnone{
	background: none;
	border: none;
	padding: 1rem 2rem;
	border-radius: 0.5rem;
}


/* ----------------------------------------------------
 BG
 ---------------------------------------------------- */
.bg-lg{
	background-color: var(--contents_back_dark_500);
}


/* ----------------------------------------------------
 Font
 ---------------------------------------------------- */

h2{
	color: var(--headline);
	text-align: center;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin:0 0 3rem 0;
	padding-top: 1.5rem;
}
h2 small{
	position: relative;
	display: block;
	padding-top: 1.5rem;
	margin-top: 1.5rem;
	font-size: 0.75rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}
h2 small:after {
	content: " ";
	display: block;
	height: 4px;
	border-radius: 2px;
	width: 50px;
	margin-left:-25px;
    background: var(--primary_gradient);
	position: absolute;
	top: 0;
	left:50%;
}



h3{
	color: var(--headline);
	position: relative;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: bold;
	margin:1rem 0 2rem 0;
	padding: 0.5rem 0;
	padding-left: 50px;
}

h3>span{
	display: inline-block;
	background: var(--white);
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

h3:after {
	content: " ";
	display: block;
	height: 4px;
	border-radius: 2px;
	width: 30px;
	margin-top: -2px;
    background: var(--primary_gradient);
	position: absolute;
	top: 50%;
	left:0;
} 

h3:not(.nb)::before {
	content: '';
	width: calc(100% - 50px);
	height: 1px;
	display: inline-block;
	background-color: var(--contents_back_dark_700);
	position: absolute;
	top: 50%;
	left: 50px;
  }


h4{
	color: var(--headline);
	position: relative;
	text-align: left;
	font-size: 1.4rem;
	font-weight: bold;
	margin:1rem 0;
	padding-left: 25px;
}
h4:after {
	content: " ";
	display: block;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	background: var(--sub_gradient);
	position: absolute;
	top: 50%;
	left:0;
}
h4 small{
	font-size: 0.5rem;
	margin-left: 1rem;
	letter-spacing: 0.1rem;
}

h4.default{
	padding-left: 0;
}
h4.default:after {
	content:none;
}


h5{
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin:0 0 1rem 0;
}


.content .description{
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.error{
	color:var(--red);
	margin: 0;
	font-size: 0.9rem;
	font-weight: bold;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}

.text-bold{
	font-weight: bold;
}
.text-red{
	color: var(--red);
}
.text-blue{
	color: #2731AA;
}

/* ----------------------------------------------------
 Header
 ---------------------------------------------------- */
#header{
	position: fixed;
	top:0;left: 0;
	width: 100%;
	height: 100px;
	/*overflow: hidden;*/
	text-align: right;
	z-index: 1000;
	background: #FFF;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
#header .inner{
	padding: 5px 0 0 0;
}

#header h1{
	display: none;
}

#header .logo{
	margin: 0;
}
#header a.logo{
	padding: 20px 20px 25px 20px;
	display: inline-block;
}
#header .logo img{
	height: 25px;
	width: auto;
}
#menu{
	margin-left: auto;
}


#header ul{
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#header ul li{
	position: relative;
	display: inline-block;
}
#header a{
	display: block;
}
#header .btn{
	font-size: 0.9rem;
	padding: 0.5rem 1rem;
}
#header .btn.outline{
	padding: calc(0.5rem - 1px) calc(1rem - 1px);
}

#gnavi {
	margin-top: 1px !important;
}
#gnavi li{
margin-left:0.5em;
}

#gnavi a{
	font-size: 1rem;
	padding: 16px 1.5em;
	color: #50506e;
	text-decoration: none;
}
#gnavi a.disabled{
	color: #CCC;
	cursor: default;
}
#header .sub_menu{
	position: absolute;
	top:56px;
	left: 50%;
	transform: translateX(-50%);

	/*
	display: flex;
	justify-content: space-evenly;
	*/

	display: inline-block;
	text-align: center;
	border-top:2px solid var(--nav_gray);
	background: var(--nav_gray);

	transition: 0.25s;
	visibility: hidden;
	opacity: 0;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#header .sub_menu li{
	display: block;
	margin: 0;
}

#header #gnavi>li:hover > .sub_menu{
	visibility: visible;
	opacity: 1;
	z-index: 1001;
}
#header .sub_menu a{
	display: block;
	color: #FFF;
	white-space: nowrap;
	padding: 0;
	transition: 0.1s;
}
#header .sub_menu a::after{
	content: " ";
    display: block;
    height: 2px;
    background: var(--nav_gray);
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
}

#header #gnavi>li:hover >.sub_menu a{
	padding: 1em 2.5em;
}
#header .sub_menu a:not(.disabled):hover{
	background: var(--main);
}
#header .sub_menu a:not(.disabled):hover::after{
    background: var(--primary_gradient);
}

#header .sub_menu a.disabled{
	color: rgba(255,255,255,0.2);
}

#gnavi .has_child:after{
	position: absolute;
	bottom: -1px; left: 50%;
	content: "";
	margin-left:-4px;
	border-style: solid;
	border-color:  var(--nav_gray) transparent transparent transparent;
	border-width: 4px;
	opacity: 0.75;
	transition: 0.1s;
}
#header li.has_child:hover:after{
	margin-left:-6px;
	border-width: 6px;
	opacity: 1;
	bottom: 0;
	border-color: transparent transparent var(--nav_gray) transparent;
}

/* ----------------------------------------------------
 Footer
 ---------------------------------------------------- */
#footer{
	background: #FFF;
}
#footer > .inner{
	padding-top:2.5rem;
}
#footer h4,
#footer strong{
	font-size: 1.3rem;
	display: block;
	color: #101649;
	text-align: left;
	font-weight: bold;
	margin: 0.5rem 0;
}

#footer ul{
	list-style: none;
	margin: 0 0 2rem 0;
	padding: 0;
}
#footer li a{
	display: block;
	color: #50506e;
	padding: 0.5rem;
	text-decoration: none;
}
#footer li a:hover{
	text-decoration: underline;
}
#footer li a.disabled{
	cursor: auto;
	color: #CCC;
	text-decoration: none;
}


#footer .footer_menu{
	border-top:1px solid #DDD;
}

#footer .footer_menu,
ul.sns{
	text-align: center;
	margin: 0;
	padding: 1rem 0 0 0;
}
#footer .footer_menu li,
ul.sns li{
	display: inline-block;
	margin: 0 0.5rem;
}
ul.sns li:before,
ul.sns a:not(.btn)[target="_blank"]:after{
	content: none !important;
}
ul.sns li{
	padding: 0 !important;
	margin: 0 !important;
}
ul.sns li img{
	max-width: 60px;
	height: auto;
}

ul.sns li a{
	display: block;
	padding: 0 1.5rem;
	line-height: 0;
	text-decoration: none;
}


#footer #copy{
	text-align: center;
	font-size: 0.8rem;
	line-height: 1rem;
	margin-top: 1rem;
	padding: 1rem;
}
#pagetop{
	cursor: pointer;
	position: fixed;
	bottom:1rem; right: 1rem;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	color: var(--white);
	padding-top: 6px;
	background-color: var(--primary_color);
	width: 36px;
	height: 36px;
	border-radius: 18px;
}


#pagetop:hover{
	opacity: 0.5;
}


/* ----------------------------------------------------
 Pankuzu
 ---------------------------------------------------- */
.pankuzu{
	list-style: none;
	padding-top: 1rem;
}
.pankuzu li{
	color: var(--contents_back_dark_700);
	display: inline-block;
	position: relative;
	padding-right: 1.5rem;
	vertical-align: middle;
}
.pankuzu li:not(:last-child):after{
	font-size: 10px;
	line-height: 1rem;
	color: var(--contents_back_dark_700);
	position: absolute;
	top: 0.2rem; right: 0.5rem;

	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
}
.pankuzu li a {
	color: var(--contents_back_dark_700);
	text-decoration: none;
	vertical-align: top;
}
.pankuzu li a:hover{
	text-decoration: underline;
}

.page_link{
	margin:1rem auto 4rem auto;
}
.page_link .inner{
	display: flex;
	justify-content: space-evenly;
}
.page_link a{
	display: flex;
	flex: 1;
	align-items: center ;
	justify-content:center;
	
	position: relative;
	padding: 1rem 0 2rem 0;
	text-align: center;
	line-height:1.25rem;
	text-decoration: none;
	color: var(--main);
	font-weight: bold;
	margin: 0 10px;
	color: var(--main);
	transition:0.25s;
	background: rgba(255, 255, 255, 0.75);
}

.page_link a::before{
	font-size: 0.5rem;
	line-height: 1rem;
	position: absolute;
	bottom: 0.5rem; left: 50%;
	margin-left:-0.5rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f078";
}

.page_link a:hover{
	color: var(--sub_blue);
	border-bottom: 3px solid var(--sub_blue);
}

.page_link a::after {
    content: " ";
    display: block;
    height: 4px;
    background: var(--line_general);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	transition:0.25s;
}
.page_link a:hover::after {
    background: var(--primary_gradient);
}





.page_link.fixed{
	position: fixed;
	z-index: 999;
	top: 100px;
	width: 100%;
	background: var(--white);
	margin: 0 auto;
}
.page_link.fixed a{
	padding: 0.75rem 0 1.5rem 0;
}
.page_link.fixed a:hover{
	background: var(--active_turquoise);
}
.page_link.fixed a:after{
	color: rgba(255,255,255, 0.75);
	bottom: 0;
}

/* ----------------------------------------------------
 List
 ---------------------------------------------------- */
.content ul,
.content ol{
	margin-bottom: 2rem;
}
.content ul > li,
.content ol > li{
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

.content ul.inline > li,
.content ol.inline > li{
	display: inline-block;
	line-height: 1rem;
	margin: 0 2rem  1rem 0;
}


.content ul{
	list-style: none;
	padding: 0;
}
.content ul:not(.banner) li{
	position: relative;
	padding-left: 1.5rem;
}
.content ul:not(.banner) li:before{
	position: absolute;
	top:0; left:0.5rem;
	font-size: 0.6rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f0da";
}
.content ul.attention li:before{
	color: var(--red);
	position: absolute;
	top:0; left:0.5rem;
	font-size: 0.6rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f069";
}

.content td ul,
.content td ol{
	margin: 0.5rem 0 0 0;
}
.content td ul li,
.content td ol li{
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}

/* ----------------------------------------------------
 Image
 ---------------------------------------------------- */
.thumbnail{
	padding: 0;
	border: none;
}

div.sercle{
	display: inline-block;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	padding: 2.5rem 1rem;
	text-align: center;
	background-color: #FFF;
}
div.sercle .fas {
	color: #f2a904;
	font-size: 3rem;
	line-height: 1rem;
	margin-bottom: 0.25rem;
	display: block;
}
.content img{
	max-width: 100%;
	height: auto;
}
.content div[class^="col-md-"] img{
	max-width: 100%;
	height: auto;
}

.gmap{
	width:100%;
	height:400px;
}

/* ----------------------------------------------------
 Button
 ---------------------------------------------------- */
.content a:not(.btn){
	color: var(--primary_color);
	text-decoration: underline;
}
.content a:not(.btn):hover{
	opacity: 0.75;
	text-decoration: none;
}
.content li a:not(.btn)[target="_blank"]:after{
	margin-left: 0.5rem;
	font-size: 0.8rem;
	vertical-align: top;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f24d";
}

.btn:not(.btn-sm):not(.btn-lg) {
	line-height: 1.25rem;
}

.btn{
	position: relative;
	display: inline-block;
	padding: 1rem 2rem;
	color: var(--white);
	background: var(--sub_gradient);
	text-decoration: none;
	line-height: 1rem;
	white-space: nowrap;
	border-radius: 5px;
	border: none;
	/*border: 1px solid var(--white);*/
}
.input-group .btn{
	
	padding:0 1rem;
}


.btn.icon-left,
.btn.icon-left.outline{
	padding-left: 4.5em;
}
.btn.icon-right,
.btn.icon-right.outline{
	padding-right: 4.5em;
}


.btn.disabled, .btn:disabled, fieldset:disabled .btn{
	opacity:1;
	background: var(--contents_back_dark_600);
}
.btn.blue{
	color: var(--white);
	background: var(--primary_color);
}

.btn.outline{
	color: var(--primary_color);
	background: var(--white);
	border: 1px solid var(--primary_color);
	padding: calc(1rem - 1px) calc(2rem - 1px);
}

.btn:hover{
	color: var(--white) !important;
	background: var(--primary_color);
	border-color: var(--white);
}


.btn:hover > .fas{
	color: var(--white);
}







.btn.block{
	display: block;
	text-align: center;
}

.btn.disabled{
	opacity: 0.25;
}
.btn .fa-pull-left,
.btn .fa-pull-right{
	line-height: 1.2rem;
}

.content .btn{
	min-width: 18rem;
}
.btn .fa-arrow-right{
	position: absolute;
	top:50%;
	right: 1rem;
	display: inline-block;
	padding-top: 4px;
	font-size: 12px;
	margin-top: -10px;
}
.btn .fa-file-pdf{
	font-size:2em;
	position: absolute;
	top:50%;
	left: 1.5rem;
	display: inline-block;
	margin-top: -1rem;
}
.btn > .fas.left {
	font-size:2em;
	position: absolute;
	top:50%;
	left: 1.5rem;
	display: inline-block;
	margin-top: -1rem;
}
.btn > .fas.right {
	font-size:2em;
	position: absolute;
	top:50%;
	right: 1.5rem;
	display: inline-block;
	margin-top: -1rem;
}



.content .btn>small{
	display: block;
}


/* ----------------------------------------------------
 Badge
 ---------------------------------------------------- */

.badge.required{
	color: #FFF;
	background-color: #e02222;
}
.badge.visitor{
	color: #FFF;
	background-color: #3f5da0 ;
	border-color: #3f5da0 ;
}
.badge.exhibitor{
	color: #FFF;
	background-color: #5fb8b7 ;
	border-color: #5fb8b7 ;
}

/* ----------------------------------------------------
 Tab
 ---------------------------------------------------- */

.nav-tabs > li > a{
	background-color: #ebf0f9;
}
.tabbable-custom > .nav-tabs{
	margin-bottom: 1rem;
}

.tabbable-custom > .nav-tabs > li,
.tabbable-custom > .nav-tabs > li.active,
.tabbable-custom > .nav-tabs > li a{
	border: none !important;
}

.tabbable-custom > .nav-tabs > li.active > a,
.tabbable-custom > .nav-tabs > li > a:hover,
.tabbable-custom > .nav-tabs > li.active > a:hover{
	color: #FFF;
	border: none;
	background-color: #3b5da2;
}

.tabbable-custom > .tab-content{
	border: none;
	padding: 2rem;
}


.tabbable-custom > .nav-tabs > li.active:after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right:0;
	margin:auto;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #3b5da2 transparent transparent transparent;
	border-width: 5px 5px 0 5px;
}

/* ----------------------------------------------------
 Table
 ---------------------------------------------------- */
.content table {
	border-spacing: 0;
	border-collapse: separate;
	width: 100%;
	border: 1px solid var(--line_general);
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	overflow: hidden;
} 

.content table caption{
	color: var(--white);
	padding: 0.5rem 1rem;
	background: var(--contents_back_dark_700);
}
.content thead th,
.content thead td{
	color: var(--white);
	background: var(--contents_back_dark_700);
}


.content th,
.content td{
	padding: 1rem;
	background: var(--white);
}
.content th{
	text-align: right;
	white-space: nowrap;
	color: var(--headline);
}
.content td{
	word-break:break-all;
	word-break:break-word;
}

.content table tbody > tr:nth-child(2n+1) > th,
.content table tbody > tr:nth-child(2n+1) > td{
	background: var(--content_back);
}
.content table tbody > tr:not(:last-child) > th,
.content table tbody > tr:not(:last-child) > td{
	border-bottom:1px solid var(--line_general);
}

.content table.inline {
	width: auto;
	margin: 0 auto 1rem auto;
}

.content table.bgnone th,
.content table.bgnone td{
	background: var(--white) !important;
}

.content table.s th,
.content table.s td {
	padding: 0.5rem 1rem;
}
.content table.ss th,
.content table.ss td {
	padding:0.25rem;
}

.content table caption {
	font-weight: bold;
	caption-side: top;
	text-align: left;
}

tbody{
	border: none;
}

/* ----------------------------------------------------
 Form
 ---------------------------------------------------- */
form > dl{
	padding: 1rem 0;
	border-bottom: 1px solid var(--line_general);
}
form > dl:last-child{
	border: none;
}


form .form-action{
	padding: 1rem 0;
	text-align: center;
}
form > dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form > dl dt{
	font-size: 1rem;
	margin-bottom: 0.25rem;
	float: left;
	padding: 0.5rem 0;
	width: 30%;
}
.fa-asterisk{
	color: var(--red);
	font-size: 0.8rem;
	vertical-align: middle;
	margin-left: 0.5rem;
}

form > dl dd{
	padding-left: 32%;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

form > dl dt small{
	display: block;
	margin-top: 0.5rem;
	font-weight: normal;
}
form > dl dd small{
	display: block;
	margin-top: 0.5rem;
}

form > dl dd input,
form > dl dd select,
form > dl dd textarea{
	display: block;
	width: 100%;
	padding: 0.5rem;
	border: 1px solid #d4d4d4;
	border-radius: 3px;
}
form > dl dd select{
	
	padding-right:  2.25rem
}

form > dl dd input[type=checkbox]{
	display: inline-block;
	width: auto;
	margin: 0.25rem;
    vertical-align: middle;
}

form > dl dd textarea{
	min-height: 8rem;
}

.content p.error{
	margin: 0 0 0.5rem 0;
    line-height: 1.25rem;
}
.content p.error+.form-control,
.content p.error+input,
.content p.error+.input-group > input,
.content p.error+select,
.content p.error+.input-group > select,
.content p.error+textarea,
.content p.error+.input-group > textarea{
	border: 2px solid var(--red);
}





.form-horizontal .form-group{
	margin-left: 0;
	margin-right: 0;
}

.form-group.form-title{
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	color: #3b5da2;
	border-bottom: 1px solid #3b5da2;
}
.form-group.form-title .control-label{
	font-weight: bold;
	text-align: left;
}


.input-group .form-control {
	border: 1px solid #d4d4d4;
}

.input-group .input-group-addon{
	padding: 0.375rem 0.75rem;

}
.form-control:disabled, .form-control[readonly] {
	background-color: #F9F9F9;
}


.form-actions {
	text-align: center;
	padding: 1rem;
	margin: 0;
	background: none;
	border-top: 1px solid #e7ecf1;
}
.form-actions >a,
.form-actions >button{
	margin: 0 2rem;
}


.comment_post{
	border-top: 1px solid #EEE;
	padding: 1rem 0;
}

.comment_post textarea{
	height: 8rem;
	margin-bottom: 1rem;
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-sm{
	height: auto;
}

.radio-group label{
	display: block;
	padding: 0.5rem 1rem;
	margin-bottom: 2px;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
	cursor: pointer;
}

.radio-group input:checked + label {
	color: var(--white);
	background-color: var(--primary_color);
	border-color: var(--primary_color);
}

.mt-radio.mt-radio-outline > span,
.mt-radio.mt-checkbox-outline > span,
.mt-checkbox.mt-radio-outline > span,
.mt-checkbox.mt-checkbox-outline > span
{
	background: #FFF !important;
}

textarea.form-control{
	height: 10rem;
}

.mt-checkbox-inline h4+div{
	display: none;
}

.form-check{
	position: relative;
	padding: 0;
}
.form-check-input{
	display: none;
	position: absolute;
}
.form-check-input:checked {
	background-color: #5fb8b7;
	border-color: #5fb8b7;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
	color: #999;
    opacity: .5;
	cursor: default;
}


/* ----------------------------------------------------
 CheckBox
 ---------------------------------------------------- */

label.checkbox > input[type=checkbox]{
	display: none;
}
label.checkbox > input[type=checkbox]+span{
	display: inline-flex;
    justify-content: center;
    align-items: center;
	width: 18px;
	height: 18px;
	margin: 2px;
	border-radius: 4px;
	border: var(--bs-border-width) solid var(--bs-border-color);
	background-color: #FFF;
	vertical-align: top;
}

label.checkbox > input[type=checkbox]+span > i{
	display: none;
	color: #FFF;
	font-size: 12px;
}

label.checkbox > input[type=checkbox]:checked+span{
	background-color: var(--primary_color);
	border: var(--bs-border-width) solid var(--primary_color);
}

label.checkbox > input[type=checkbox]:checked+span>i{
	display: inline-block;
}



/* ----------------------------------------------------
 Toast
 ---------------------------------------------------- */


/* ----------------------------------------------------
 TextBox
 ---------------------------------------------------- */


/* ----------------------------------------------------
 Modal
 ---------------------------------------------------- */

.modal-title{
	font-weight: bold;
	font-size: 1.25rem;
}
.modal-body p{
	margin: 0 0 1rem 0 ;
}

/* ----------------------------------------------------
 ListLink
 ---------------------------------------------------- */
.page_list_link{
	list-style: none;
	margin: 2rem 0;
	padding: 0;
	text-align: center;
}
.page_list_link li{
	display: inline-block;
	line-height: 1rem !important;
	padding: 0 !important;
	margin: 2px !important;
}
.content .page_list_link li:before{
	content: none !important;
}
.page_list_link li a{
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1rem;
	padding: 0.5rem 0;
	width: 2rem;
	text-decoration: none !important;
	color:  var(--primary_color) !important;
	border: 1px solid  var(--primary_color);
	background: var(--white);
	border-radius: 3px;
}
.page_list_link li a.disabled,
.page_list_link li a.disabled:hover{
	color: #FFF !important;
	background-color: var(--primary_color);
	border-color: var(--primary_color);
	cursor: default;
	opacity: 1;
}



/* ----------------------------------------------------
 Popover
 ---------------------------------------------------- */
.popover .btn {
	padding:0.5rem 1rem;
	border-radius: 1rem;
}


/* ----------------------------------------------------
 Accordion
 ---------------------------------------------------- */
.accordion > dt{
	cursor: pointer;
}

/* ----------------------------------------------------
 Dl
 ---------------------------------------------------- */
dt{
	margin-bottom: 0.5rem;
}

dl.bunya{
	font-size: 1.5rem;
	border: 1px solid var(--line_general);
	background: var(--contents_back_dark_500);
	padding: 1rem;
	text-align: center;
}
dl.bunya dd{
	margin: 0;
}
dl.bunya dt i{
	font-style: normal;
	color: var(--contents_back_dark_700);
	margin-right: 1rem;
}

/* ----------------------------------------------------
Youtube
 ---------------------------------------------------- */
.iframe-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
	/*
	4:3の場合 padding-bottom: 75%;
	16:9の場合 padding-bottom: 56.25%;
	 */
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.iframe-wrapper > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* ----------------------------------------------------
TOP
 ---------------------------------------------------- */
#mainvisual{
	height: 600px;
	margin-bottom: 2rem;
	background: url("../images/main_bg.jpg") center center no-repeat;
	background-size: cover;
	background-position: center;
}
.heroTextWrap {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	max-width: 1164px;
}
.heroTextWrap .hero_subtTitle {
	position: absolute;
	width: 35%;
	left: 3%;
	top: 6%;
}
.heroTextWrap .hero_title {
	position: absolute;
	width: 65%;
	bottom: 1.5%;
	right: 2%;
}



.swiper-slide{
	text-align: center;
}
.swiper-slide.no1{
	position: relative;
	background: url("../images/top/top_img1_bg.jpg") top center no-repeat;
}
.swiper-slide.no2{
	position: relative;
	background: url("../images/top/top_img2_bg.jpg") top center no-repeat;
}
.swiper-slide.no3{
	position: relative;
	background: url("../images/top/top_img3_bg.jpg") top center no-repeat;
}

.content .banner{
	list-style: none;
	margin: 20px -10px;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
}
.banner li{
	padding: 0 10px;
	text-align: center;
}
.banner li a{
	display: block;
}
.banner li img{
	max-width: 100%;
	height: auto;
}
.banner li p{
	margin: 0.5rem 0 0 0;
}



.news {
	margin-bottom: 1rem;
	background: var(--white);
	border: 1px solid var(--line_general);
	border-radius: 3px;

}
.news a{
	position: relative;
	display: flex;
	justify-content: space-between;
    align-items: center;
	color: #666 !important;
	text-decoration: none !important;
	padding-right: 1rem;
}
.news a>i{
	color: #CCC;
	font-size: 0.8rem;
}

.news > a:not(:last-child){
	border-bottom: 1px solid var(--line_general);
}


.news a >.fas {
	color: #FFF;
	position: absolute;
	top:50%; right:1rem;
	line-height: 0;
}
.news a:hover >.fas{
	color: var(--main);
}


.news dl{
	padding: 1.25rem 1rem;
	margin: 0;
}
.news dl dt{
	float: left;
	font-size: 1rem;
	font-weight: bold;
	margin: 0;
}
.news dl dd{
	margin:0 0 0 11rem;
}
.news span[class^="cat"]{
	margin-left: 1.5rem;
}
span[class^="cat"]{
	display: inline-block;
	line-height: 1rem;
	font-size: 0.8rem;
	padding: 0.4rem 0;
	color: #2731AA;
	background-color: #FFF;
	border: 1px solid #2731AA;
	vertical-align: middle;
	border-radius: 3px;
	width: 6rem;
	text-align: center;
}
span.cat3{ color: #FFF; background-color: #2731AA;}


.bg{
	position: relative;
	background: linear-gradient(to right, #fde0e0, #e9dbe8);
}
.bg>.bg1{
	position: absolute;
	top:0; left: 15%;
	width: 70%;
	height: 100%;
	transform: skewX(15deg);
	background-color: #fff2f7;
}
.bg>.bg2{
	position: absolute;
	top:0; left: 15%;
	width: 70%;
	height: 100%;
	transform: skewX(-15deg);
	background-color: #fde8ec;
}
/* ----------------------------------------------------
 Swiper
 ---------------------------------------------------- */

.swiper-pagination-bullet-active{
	background: #FFF;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
	color: #FFF;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:30px  !important;
}
#top_scroll .swiper-slide {
	overflow: hidden;
}

#top_scroll .swiper-slide a,
#top_scroll .swiper-slide span
{
	position: absolute;
	bottom: -4rem; left: 0;
	display: block;
	padding: 1rem;
	width: 100%;
	overflow: hidden;
	font-size: 0.8rem;
	line-height: 1rem;
	color: #FFF;
	background-color: rgba(0,0,0,0.8);
	transition: 200ms;

}
#top_scroll .swiper-slide:hover a,
#top_scroll .swiper-slide:hover span{
	bottom: 0;
}

/* ----------------------------------------------------
 Label
 ---------------------------------------------------- */
.label{
	display: inline-block;
	padding: 0.25rem 0.5rem;
	line-height: 1rem;
	color: #FFF;
	font-weight: normal;
	background-color: #2731AA;
	vertical-align: middle;
	border-radius: 3px;
}
.label.label-sm{
	font-size: 12px;
	padding: 0.35rem 1rem;
}

.label.visitor{
	color: #FFF;
	background-color: #3f5da0 ;
	border-color: #3f5da0 ;
}
.label.exhibitor{
	color: #FFF;
	background-color: #5fb8b7 ;
	border-color: #5fb8b7 ;
}


.label.seminar1{
	background-color: #5C8FC4;
}
.label.seminar2{
	background-color: #61B3CF;
}
.label.seminar3{
	background-color: #5FB8B7;
}
.label.seminar4{
	background-color: #61CFAE;
}
.label.seminar5{
	background-color: #5CC488;
}

/* ----------------------------------------------------
 Seminar
 ---------------------------------------------------- */
.time:before {
	margin-right: 0.5rem;
	font-size: 0.8rem;
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f017";
}

/* ----------------------------------------------------
 Q&A
 ---------------------------------------------------- */
.content .qa dd ul, .content .qa  dd ul>li{
	margin:0;
}
.content .qa dd ul{
	margin:1rem 0;
}
.content .qa dd ul li{
	line-height: 1.75rem;
	margin-bottom: 0.5rem;
}

.content .qa dl{
	margin-bottom:3rem;
}
.content .qa dt{
	font-size: 1rem;
	position: relative;
	color: #146ebe;
	border:1px solid #146ebe;
	background-color: #FFF;
	color: #FFF;
	background-color: #146ebe;
	padding:1rem 1rem 1rem 4rem;
	border-radius: 1.75rem;
	margin: 1rem 1rem 0 6rem;
}
.content .qa dt:before{
	font-family: 'arial';
	position: absolute;
	font-size:1.5rem;
	line-height:1rem;
	top: 50%; left: 1rem;
	margin-top:-0.5rem;
	content: "Q";
	opacity: 0.75;
}
.content .qa dt:after{
	content: "";
	position: absolute;
	right: -5px;
	top: 0;
	border-style: solid;
	border-color:  transparent  transparent transparent #146ebe;
	border-width: 5px 0 5px 15px;
	transform: rotate(-45deg);
}
.content .qa dd{
	position: relative;
	line-height:2rem;
	padding:1rem 2rem;
	background-color: #FFF;
	border:1px solid #146ebe;
	border-radius: 1.75rem;
	margin: 1rem 6rem 0 1rem;
}


.content .qa dd:before{
	content: "";
	position: absolute;
	z-index: 0;
	left: -5px;
	top: 0;
	border-style: solid;
	border-color:  transparent  transparent transparent #146ebe;
	border-width: 5px 0 5px 14px;
	transform: rotate(-135deg);
}
.content .qa dd:after{
	content: "";
	position: absolute;
	left: -3px;
	top: 2px;
	border-style: solid;
	border-color:  transparent  transparent transparent #FFF;
	border-width: 5px 0 5px 14px;
	transform: rotate(-135deg);
}
.content .qa dd th{
	width: 30%;
}