@charset "utf-8";
/* CSS Document */




/*----- header ----- */
header{
	width: 1000px;
	margin: 0 auto;
	padding: 27px 0 0px 0;
	background: url(/images/header-line.png) no-repeat 0 0;
	position: relative;
}
header ul{
	margin: 0;
	padding: 0;
}
header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
header .header-block01{
	border-bottom: solid 1px #231815;
	padding: 0 0px 6px 27px;
}
header .header-block01 .organizer{
	float: left;
	margin-right: 27px;
}
header .header-block01 .sponsor{
	position: relative;
}
header .header-block01 .sponsor .applying{
	position: absolute;
	left: 577px;
	top: 0;
}
header .header-block01 .sponsor ul{
	display: flex;
}
header .header-block02{
	padding: 17px 0px 19px 32px;
}
header .jmr-logo{
	position: absolute;
	right: 14px;
	top: 29px;
}
header .jmr-logo ul{
	display: flex;
}

/*----- footer ----- */
footer{
	width: 1000px;
	margin: 0 auto;
	background: #dadbdb;
	display: flex;
	position: relative;
}
footer .icon-top{
	position:fixed;
	bottom: 160px;
	right: auto;
    left: auto;
    margin-left: 1000px;
}
@media screen and (max-width:1160px) {
	footer .icon-top{
		right: 0px;
	}
}
footer .info-block01 {
	width: 725px;
	padding: 15px 15px 15px 26px;
	background: url(/images/footer-line.png) repeat-y right 0;
}
footer .info-block02 {
	width: 276px;
	padding: 25px 10px 20px 10px;
}
footer .info-block01 .icon-info{
	float: left;
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background: #717071;
	color: #fff;
	font-weight: 800;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 8px;
}
footer .info-block01 h2{
	float: left;
	margin: 10px 5px 5px 0;
}
footer .info-block01 h3{
	margin: 12px 0px 0px 0;
}
footer .info-block01 address{
	margin: 10px 0 0 0;
}
footer .info-block02 {
	padding: 27px 0 0 16px;
}
footer .info-block02 .tel{
	margin-bottom: 10px;
}

/*----- 共通パーツ ----- */
body{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-style: normal;
	font-weight: 300;
}
article{
	width: 1000px;
	margin: 0 auto;
}
article ul{
	margin: 0;
	padding: 0;
}
article ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
a img{
	transition: .8s;
}
a img:hover{
	opacity: 0.5;
}




/* --------------------
	   index.html
--------------------- */
.main-visual-benefits{
	background: url(/images/main-visual-benefits.png) no-repeat 0 0;
	height: 270px;
	position: relative;
}
.main-visual-benefits p{
	position: absolute;
	right: 38px;
	top: 19px;
}
.about-block {
	width: 900px;
	margin: 38px auto 0 auto;
}
.about-block h2{
	margin-bottom: 18px;
}
.about-block .producer-block ul{
	display: flex;
}
.about-block .producer-block li:nth-child(1){
	width: 750px;
	padding: 0 23px 0 11px;
	font-size: 18px;
	letter-spacing: -.05em;
	line-height: 1.42em;
}
@media screen and (max-width:1000px) {
	.about-block .producer-block li:nth-child(1){
		font-size: 32px;
	}
}
.about-block .producer-block li:nth-child(1) span{
	color: #e85513;
}
.about-block .producer-block li:nth-child(2){
	width: 148px;
}
.about-block .producer-block p{
	margin-top:-40px ;
}
.about-block .menu{
	display: flex;
	margin: 72px 0 30px 0;
}
.about-block .menu li{
	margin-right: 23px;
}
.about-block .menu li:nth-child(3n){
	margin-right: 0;
}
.about-block .entry-buttun{
	margin: 0 0 82px 0;
}
.content-block h3{
	width: 900px;
	margin: 0 auto 13px auto;
}
.content-block ul{
	width: 930px;
	margin: 0 auto;
}
.content01{
	margin-bottom: 99px;
}
.content02{
	margin-bottom: 90px;
}
.content03 .table{
	width: 904px;
	text-align: center;
	margin: 37px auto 40px auto;
}
.entry-buttun-block a{
	background: #e63828;
	color: #fff;
	display: block;
	text-decoration: none;
	text-align: center;
	width: 900px;
	padding: 30px 0 24px 0;
	margin: 48px auto 150px auto;
	border-radius: 25px;
	transition: .5s;
}
.entry-buttun-block a:hover{
	background: #ef6660;
}
.entry-buttun-block h4{
	font-size: 32px;
	font-weight: 800;
}
.entry-buttun-block h4:after{
	content:url(/images/icon_arrow.png);
	position: relative;
	bottom: -8px;
}
.entry-buttun-block .caution{
	font-size: 25px;
	font-weight: 600;
}
.entry-buttun-block .date{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	width: 605px;
	margin: 5px auto;
	font-size: 20px;
	font-weight: 800;
}
.entry-buttun-block span{
	font-size: 15px;
}



