@charset "utf-8";

#FUT_IMG1:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#FUT_IMG1 {
zoom: 1;
}

.txt_R{
	text-align: right;
}


/* CONTAINER */

/* TITLE */
#TITLE {}
#TITLE .cont {
position: relative;
background: url("../../img/title_bg.jpg") no-repeat center center;
background-size: cover;
height: 250px;
text-align: center;
margin-bottom: 30px;
}
#TITLE h1 {
background-size: auto 50px;
padding-top: 100px;
font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
font-size: 36px;
font-weight: bold;
text-align: center;
color: #fff;
}
#TITLE p {
font-size: 18px;
text-align: center;
font-family: 'Sora', "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
color: #fff;
letter-spacing: 5px;
}
@media (min-width: 1020px) {
	#TITLE {}
	#TITLE .cont {
	padding-top: 109px;
	position: relative;
	height: 194px;
	}
	#TITLE h1 {
	font-size: 40px;
	padding-top: 10px;
	margin-top: 20px;
	background-size: 83px auto;
	}
	#TITLE p {
	font-size: 16px;
	color: #fff;
	}

}




.section h2 {
font-size: 20px;
font-weight: bold;
text-align: center;
background-color: #1e24d5;
font-family: 'Noto Sans JP', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
color: #fff;
margin-bottom: 10px;
box-sizing: border-box;
padding: 5px 0 8px 0;
}

@media (min-width: 1020px) {
	.section h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	}
}

/* MESSAGE */
#CONT {
padding: 20px 10px;
}
#CONT .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
}
#CONT .list {
margin-bottom: 30px;
padding-top: 15px;
}
#CONT .block {
border-bottom: solid 1px #d9dde4;
padding: 10px 0;
}
#CONT .list span{
font-size: 90%;
color: #555;
}

#CONT .about h2 span.little{
font-size: 60%;
color: #D3FF00;
}

#CONT a {
color: #e41f26;
text-decoration: underline;
}
#CONT .top {
font-size: 16px;
}
#CONT .top strong {
color: #e41f26;
}
#CONT .list h3,
#CONT .note h3 {
background-color: #778c64;
padding: 10px 0;
text-align: center;
color: #fff;
margin-bottom: 30px;
margin-top: 30px;
}
#CONT .note p span {
display: block;
margin-bottom: 20px;
margin-top: 10px;
font-size: 16px;
}
#CONT .note h3 {
background-color: #1e24d5;
padding: 10px 0;
text-align: center;
color: #fff;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
margin-top: 40px;
}
#CONT .note h4 {
margin-top: 25px;
margin-bottom: 5px;
font-size: 16px;
}
#CONT .note p {
font-size: 14px;
line-height: 20px;
text-align: left;
}

#CONT .noteCenter p {
font-size: 16px;
text-align: center;
}
@media (min-width: 1020px) {
	#CONT {
	padding: 25px 0;
	}
	#CONT .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 70px 70px;
	width: 1000px;
	}
	#CONT .list {
	margin-bottom: 55px;
	padding-top: 30px;
	display: table;
	width: 100%;
	}
	#CONT .list .block {
	border-bottom: none;
	padding: 0;
	}
	#CONT .list h4 {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 200px;
	vertical-align: middle;
	}
	#CONT .list p {
	display: table-cell;
	border-bottom: solid 1px #d9dde4;
	margin: 0;
	padding: 10px 0 10px 0;
	width: 660px;
	}
}

/* NEWS */
#NEWS {
padding: 20px 10px;
}
#NEWS .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
}
#NEWS .list {
margin-top: 20px;
height: 400px;
overflow: none;
overflow-y: auto;
}
#NEWS dt {
margin-bottom: 8px;
font-size: 13px;
font-weight: bold;
}
#NEWS dd {
margin-bottom: 25px;
font-size: 14px;
line-height: 1.59;
}
#NEWS dd:last-of-type {
margin-bottom: 0;
}
@media (min-width: 1020px) {
	#NEWS {
	padding: 25px 0;
	}
	#NEWS .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 65px 70px;
	width: 1000px;
	}
	#NEWS .list {
	margin-top: 40px;
	height: 150px;
	}
	#NEWS dt {
	float: left;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	}
	#NEWS dd {
	margin-bottom: 15px;
	margin-left: 105px;
	font-size: 14px;
	line-height: 1.59;
	}
	#NEWS dd:last-of-type {
	margin-bottom: 0;
	}
}

/* SPECIAL */
#SPECIAL {
padding: 20px 10px;
}
#SPECIAL .cont {
background-color: #fff;
padding: 45px 20px 30px 20px;
}
#SPECIAL .list {
padding-top: 20px;
}
#SPECIAL .block {
margin-bottom: 27px;
}
#SPECIAL .image {
margin-bottom: 6px;
}
#SPECIAL .image img {
width: 100%;
height: auto;
}
#SPECIAL h3 {
margin-bottom: 4px;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #e41f26;
}
#SPECIAL .block p {
font-size: 14px;
line-height: 1.87;
}
#SPECIAL .catch {
padding: 30px 0;
font-size: 18px;
font-weight: bold;
line-height: 1.57;
text-align: center;
}
@media (min-width: 1020px) {
	#SPECIAL {
	padding: 25px 0;
	}
	#SPECIAL .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 45px 70px 35px 70px;
	width: 1000px;
	}
	#SPECIAL .list {
	padding-top: 40px;
	margin-right: -55px;
	}
	#SPECIAL .block {
	margin-right: 55px;
	width: 250px;
	float: left;
	}
	#SPECIAL h3 {
	font-size: 16px;
	}
	#SPECIAL .block p {
	font-size: 14px;
	}
	#SPECIAL .catch {
	font-size: 20px;
	}
}

/* OFFICIAL */
#OFFICIAL {
padding: 20px 10px;
}
#OFFICIAL .cont {
background-color: #e41f26;
margin: 0 -10px;
padding: 45px 20px 30px 20px;
}
#OFFICIAL h2 {
color: #fff;
}
#OFFICIAL h2 span {
background-color: #e41f26;
}
#OFFICIAL .ticker {
position: relative;
margin: 20px -20px 40px -20px;
overflow: hidden;
height: 325px;
}
#OFFICIAL .ticker div {
position: absolute;
left: 0;
top: 0;
animation: loop 50s -25s linear infinite;
}
@keyframes loop {
0% {transform: translateX(0);}
to {transform: translateX(-100%);}
}
#OFFICIAL .ticker img {
width: auto;
height: 325px;
}
#OFFICIAL .ticker img:last-child {
position: absolute;
left: 100%;
top: 0;
}
#OFFICIAL h3 {
margin-bottom: 18px;
font-size: 18px;
font-weight: bold;
text-align: center;
color: #fff;
}
#OFFICIAL p {
font-size: 13px;
line-height: 1.55;
color: #fff;
}
@media (min-width: 1020px) {
	#SPECIAL {
	padding: 25px 0;
	}
	#OFFICIAL {
	padding: 25px 0;
	}
	#OFFICIAL .cont {
	padding: 45px 0 75px 0;
	}
	#OFFICIAL h2 {
	margin: 0 auto;
	width: 860px;
	color: #fff;
	}
	#OFFICIAL h2 span {
	background-color: #e41f26;
	}
	#OFFICIAL .ticker {
	margin: 40px 0 40px 0;
	height: 370px;
	}
	#OFFICIAL .ticker img {
	height: 370px;
	}
	#OFFICIAL h3 {
	margin-bottom: 25px;
	font-size: 22px;
	}
	#OFFICIAL p {
	margin: 0 auto;
	width: 860px;
	font-size: 14px;
	line-height: 1.8;
	}
}




/*以下追加*/


.processBox h4{

background-color: #eee;
font-size: 14px;
padding: 5px;

}

@media (min-width: 1020px) {
	.processBox h4{
	font-size: 20px;
	
	}
}


#CONT .btn_entry {
	text-align: center;
	margin-top: 45px;
	}
	#CONT .btn_entry img{
	width: 80%;
	height: auto;
}

@media (min-width: 1020px) {
	#CONT .btn_entry {
	text-align: center;
	margin-top: 45px;
	}
	#CONT .btn_entry img{
	width: 400px;
	height: auto;
	}
	
	

	
}


.note .btn_box {
	
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.note .btn_maru {
	vertical-align: middle;
	display: inline-block;
	margin: 10px;
	width: 180px;
	height: 80px;
	padding: 0 30px;
	padding-top: 90px;
	padding-bottom: 70px;
	background: #ff0000;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
}

#CONT .note .btn_maru a:link {
color: #fff;
text-decoration: none;
	font-size:18px;
}
#CONT .note .btn_maru a:active,
#CONT .note .btn_maru a:visited { 
color: #fff;
text-decoration: underline;
}
#CONT .note .btn_maru a:hover { 
color: #ccc;
text-decoration: underline;
}



#CONT .box h3{
font-size: 26px;
text-align: center;
margin: 20px 0;
}

#CONT .box {
margin-bottom: 40px;
padding-top: 15px;
text-align: left;
font-size: 16px;
}

#CONT .box .midashi{
margin-top: 30px;
margin-bottom: 10px;
box-sizing: border-box;
background: #eee;
text-align: left;
font-size: 18px;
font-weight: bold;
font-family: 'Noto Sans JP', cursive,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",メイリオ,Meiryo,sans-serif;
padding: 10px;
}

#CONT .box h5{
font-size: 18px;
}

