@charset "UTF-8";

/*--------------------
シェアボタン
--------------------*/
#foot_sharebutton{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 999;
}

#foot_sharebutton ul{
	margin: 0;
	padding-left: 0;
	display: flex;
}

#foot_sharebutton ul li{
	list-style: none;
}

@media only screen and (max-width: 767.98px){
	#foot_sharebutton{
		position: static;
		padding: 40px 3% 10px 8%;
	}
}


/*--------------------
枠組み・基本設定
--------------------*/
body{
	max-width: none;
}

.Main__content{
	max-width: 100%;
	width: 100%;
	padding: 0;
	position: relative;
	font-family: 'YakuHanJP', "Roboto", "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.Main__content img{
	width: 100%;
}

.Main__content h1{
	margin: 0;
}

.l_main a{
	transition: 0.5s;
}

.l_main a:hover{
	filter:Alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.50;
}

.l_main .br_pc { display: block !important;}
.l_main .br_sp { display: none !important;}

@media only screen and (max-width: 767.98px){
	.l_main .br_pc { display: none !important;}
	.l_main .br_sp { display: block !important;}
}


/*--------------------
メインビジュアル
--------------------*/
.l_main .l_kv{
	background: #00999e;
}

.l_main .l_kv h1{
	max-width: 1000px;
	margin: 0 auto;
}

.l_main .l_kv + p{
	font-size: 150%;
	font-weight: 600;
	text-align: center;
	padding: 0 4%;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_kv + p{
		font-size: 110%;
	}
}


/*--------------------
タイトル
--------------------*/
.l_main h2{
	color: #00999d;
    font-family: Yu Gothic, Hiragino Kaku Gothic Pro, Hiragino Sans, Meiryo, Osaka, Arial, MS PGothic, sans-serif;
	font-size: 200%;
	font-weight: 700;
	border-bottom: #999 1px solid;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
}

.l_main h3{
	color: #00999d;
	font-size: 132%;
	font-weight: 700;
	border-left: #00999d 4px solid;
	margin: 40px 0 10px 0;
	padding: 0 0 0 20px;
}

@media only screen and (max-width: 767.98px){
	.l_main h2{
		font-size: 150%;
	}
	
	.l_main h3{
		font-size: 125%;
		margin-top: 20px;
	}
	
}

/*--------------------
概要
--------------------*/
.l_main .l_day .md_day{
	max-width: 1000px;
	width: calc( 100% - 60px );
	margin: 0 auto;
	padding: 40px 0;
}

.l_main .l_day .md_day p{
	margin: 0;
}

.l_main .l_day .md_day .l_step .md_step{
	margin: 2em 0;
	position: relative;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle{
	width: 100%;
	display: inline-flex;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_stepcircle{
	content: "";
	color: #fff;
	text-align: center;
	border-radius: 50%;
	background: #00999e;
	width: 60px;
	height: 60px;
	display: inline-block;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_stepcircle p:nth-child(1){
	font-size: 76%;
	font-weight: bold;
	display: inline-block;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_stepcircle p:nth-child(2){
	font-size: 175%;
	position: relative;
	top: -12%;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle{
	font-size: 125%;
	font-weight: 700;
	width: calc(100% - 80px);
	margin: 10px 0 10px 20px;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle .is_kome{
font-size: 86%;
	font-weight: 500;
	line-height: 1.2;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a{
	text-decoration: underline;
	padding: 0 10px 0 26px;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a::before{
	content: "";
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 9px;
	height: 9px;
	margin: auto;
	position: absolute;
	top: 13px;
	left: 4px;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a.is_link::before{
	top: 0.5em;
	left: 10px;
	transform: rotate(135deg);
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a:hover{
	text-decoration: none;
}

.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a i{
	width: 12px;
	height: 12px;
	margin: 0 0 0 10px;
	display: inline-block;
}

.l_main .l_day .md_day .l_step .md_step .md_steptxt{
	padding-left: 76px;
}

.l_main .l_day .md_day .l_step .md_step .md_stepline{
	background: #00999e;
	width: 1px;
	height: calc(100% + 1em);
	position: absolute;
	top: 1em;
	left: 30px;
	z-index: -1;
}

.l_main .l_day .md_day .md_step:last-of-type .md_stepline:last-of-type{
	display: none;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_day .md_day{
		width: 84%;
	}
	
	.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_stepcircle{
		width: 50px;
		height: 50px;
	}
	
	.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle{
		margin: 0 0 10px 20px;
	}
	
	.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_stepcircle p:nth-child(2){
		top: -19%;
	}
	
	.l_main .l_day .md_day .l_step .md_step .md_steptitle .is_steptitle a::before{
		top: 0.5em;
	}
	
	.l_main .l_day .md_day .l_step .md_step .md_stepline{
		left: 1.8em;
	}
	
}

/*--------------------
賞品について
--------------------*/
.l_main .l_present{
	background: #f8f7ec;
}

.l_main .l_present .md_present{
	max-width: 1000px;
	width: calc( 100% - 60px );
	margin: 0 auto;
	padding: 40px 0;
}

.l_main .l_present .md_present p{
	margin: 0;
}

.l_main .l_present .md_present h2 + p{
	padding-bottom: 10px;
}

.l_main .l_present .md_present > ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.l_main .l_present .md_present > ul > li{
	list-style: none;
	width: 48%;
	padding-bottom: 4%;
}

.l_main .l_present .md_present ul li .is_presentname{
	color: #00999d;
	font-size: 125%;
	font-weight: 600;
	padding: 5px 0;
}

.l_main .l_present .md_present ul li .is_presenttxt{
	font-size: 86%;
}

.l_main .l_present .md_present > ul li li{
	list-style: disc;
	padding-bottom: 10px;
}

.l_main .l_present .md_present .is_attention{
	font-size: 86%;
	text-indent: -1em;
	padding-left: 1em;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_present .md_present{
		width: 84%;
	}
	
	.l_main .l_present .md_present > ul > li{
		width: 100%;
	}

}


/*--------------------
応募フォーム
--------------------*/
.l_main .l_cantact .md_cantact{
	max-width: 1000px;
	width: calc( 100% - 60px );
	margin: 0 auto;
	padding: 40px 0;
}

@media only screen and (max-width: 767.98px){
	.l_main .l_cantact .md_cantact{
		width: 84%;
	}
}
