@charset"utf-8";


body{
	overflow: hidden;
}

/*--------------------------
	Header,Footer
----------------------------*/

.base_color-background{
	background: linear-gradient(-180deg, #DF5727, #DF5727);
	border-bottom: 1px solid #DF5727;
	border-right: 1px solid #DF5727;
}

.footer-contents{
	margin: auto;
}

footer h5{
	font-size: x-large;
	font-weight: bold;
	color: white;
}

footer .contact_name_content{
	margin: 50px 0 10px 0;
}

footer, footer a{
	color: white;
}

footer a:hover{
	color: #4cb5d7;
}

.footer_nav{
	line-height: 1.8;


}

.footer_list{
	list-style: none;
	margin: 0;
	padding-bottom: 15px;
}

.footer_list li{
	line-height: 1.8;
}


.footer_list li:before{
	content: "▶";
	width: 16px;
	height: 16px;
	display: inline-block;
}

.copyright{
	padding: 15px;
	text-align: center;
}
@media screen and (max-width: 1216px){
	footer h5{
		font-size: 20px;
	}
}

@media screen and (max-width: 768px){
		footer .container{
			padding-left: 20px;
	}
}

/*-----------------------------
	Heading(h1は設定なし)
------------------------------*/

h2{
	font-size: 40px;
	font-weight:bold;
	text-align: center;
	border-bottom: 3px solid #DF5727;
}

h2 + p{
	margin-top: 40px;
}

.heading_design{
	margin: 20px 0;
	padding: 20px 0;
	text-align: center;}

h3{
	text-align: center;
	font-weight: bold;
	line-height: 1;
	font-size: 35px;
}

h4{
	margin: 20px 0;
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	border-bottom: 3px double #DF5727;
}

@media screen and (max-width: 1024px){
	h2{
		font-size: 35px;
	}

	h3{
		font-size: 30px;
	}
	h4{
		font-size: 25px;
	}
}

/*--------------------------
	Navigation
----------------------------*/

.nav-design{
	height: 80px;
}

.img_sns img{
	max-height: 2.25rem;
}

@media screen and (max-width: 1279px){
	.img_sns{
		display: none;
	}	
}

@media screen and (max-width: 1024px){
	.nav-design{
		height:100%;
	}
}


@media screen and (max-width: 750px){
	footer .container{
		padding-left: 20px;
	}
}

/*--------------------------
	sublist,mainimage
----------------------------*/

.listname{
	margin: 10px 10px;
	text-align: right;
}

.listname a{
	color: #4a4a4a;
	text-decoration: none;
}

.listname a:hover{
	color: #3273dc;
}

.main_image{
	width: 100%;
}

.icon_link{
	padding: 5px 0;
}

.icon_link a{
	color: #4a4a4a;
	cursor: pointer;
	text-decoration: none;
}


/*-------------------------
	content_margin_layout
--------------------------*/

.content_margin_layout{
	margin-bottom: 120px !important;
}

/*------------------------
	textcontents
--------------------------*/

.text-content{
	line-height: 1.8;
	padding: 0 10px;
	word-wrap: break-word;
}

.text-center-content{
	line-height: 1.8;
	text-align: center;
	word-wrap: break-word;
	padding-top: 40px;
}

.line-height{
	margin-top: 20px;
}

@media screen and (max-width: 870px){

	.text-content{
		padding: 0 30px;
	}

	.text-center-content{
		text-align: justify;
		padding: 0 30px;
	}
	
	.pc{
		display: none;
	}
}

/*-------------------
	center-content
--------------------*/

.center-content{
	margin: 0 auto;
}


/*-------------------
	bg-color-text
--------------------*/

.bg-color-text{
	background-color: #fffdb4;
	margin: 10px;
	padding: 20px 100px;
}

@media screen and (max-width: 550px){
	.bg-color-text{
		padding: 20px 50px;
}
}
@media screen and (max-width: 400px){
	.bg-color-text{
		padding: 10px 10px;
	}
}

/*------------------
	table-design
------------------*/

.table-design table{
	margin: 0 30px;
}

.table-design table,
.table-design tr,
.table-design th,
.table-design td{
	border: 1px solid;
}

.table-design th,
.table-design td{
	padding: 25px;
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}


/*---------------------
	contents-list
-----------------------*/

.contents-list{
	margin: 0 30px;
}

.contents-list li{
	line-height: 1.8;
	padding-left: 2em;
	text-indent: -1em;
}


.contents-list li:before{
	content: "▶";
	width: 1em;
	height: 1em;
	display: inline-block
}

/*-----------------------
	number_list
------------------------*/

.number_list{
	margin: 30px;
}

.number_list li{
	line-height: 3;
	font-weight: bold;
}


/*----------------------
	button_wrapper
----------------------*/

.button_wrapper{
	text-align: center;
}

button{
	background-color: #DF5727;
	color: #ffffff;
	width: 260px;
	height: 60px;
	border: none;
	font-size: 18px;
	cursor: pointer;
	transition: all 1.0s ease 0s;
}

button:hover{
	background-color: #ffffff;
	color: #DF5727;
	border: 2px solid #DF5727;
}

/*-----------------------
	organization_name
------------------------*/

.organization_name{
	color: #4a4a4a;
	font-weight: 700;
	font-size: 25px;
}


/*-----------------------
	iframe
-----------------------*/

iframe{
	max-width: 100%;
	max-height: 100%;
}


/*---------------------
	img
---------------------*/

.img-width{
	width: 100%;
}

/*---------------------
	配置反転レイアウト
---------------------*/

.reverse-row {
  flex-direction: row-reverse;
}

.mobile-sponsors{
	background-color: rgba(255,255,255,0.8);
	position:fixed;
	bottom:0;
	width:100%;
	z-index:10000;
}


/* 協賛広告CSS */
.sponsor_slider{
	display:none;
}
.sponsor_slider.slick-initialized{
	display:block;
}
.sponsor_slider_sp{
	display:none;
}
.sponsor_slider_sp.slick-initialized{
	display:block;
}

.slide-img{
	margin:0 auto;
}

.toptile{
	position: relative;
}

.toptile p{
	position: absolute;
	left: 0;
	bottom: 0.5em;
	color: #fff;
	margin: 0;
	/* padding: 5px; */
	/* padding: 5px 0 5px 3%; */
	padding: 1rem 2%;
	/* width: 97%; */
	width: 100%;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	text-align:center;
}

.navbar-burger{ color: #ffffff; }
.navbar-burger:hover{ color:#ffffff; }

img{
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}

.slogan-list{
	padding-left: 2em;
	list-style-type: disc;
}