@charset "UTF-8";

/* common */
.cmn_arr_btm_base:after{
	border-top-color: #fff;
}
@media (min-width: 641px){
	.cmn_heading{
		background-image: url(../sy_images/current/current_billboard.jpg);
	}
}

/* ===========================================
  curent Page
=========================================== */

/* sec1 */
.sec1_txt{
	max-width: 800px;
	margin: -.5em auto 30px;
}
.sec1_img{
	margin-bottom: 30px;
	background: url(../sy_images/current/current_sec1_arrow_sp.png) no-repeat center;
	background-size: 60px auto;
}
.sec1_img2{
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 640px){
	.sec1_img{
		background-size: 60px auto;
	}
	.sec1_img span ~ span{
		display: block;
		margin-top: 60px;
	}
}
@media (min-width: 641px){
	.sec1_txt{
		margin-bottom: 51px;
	}
	.sec1_img{
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		background: url(../sy_images/current/current_sec1_arrow_pc.png) no-repeat center;
	}
	.sec1_img img{
		width: 420px;
	}
}

/* sec2 */
.sec2_txt,
.sec2_list{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.sec2_txt{
	margin-top: 15px;
}
.sec2_list li{
	margin-top: 20px;
	padding: 10px 10px;
	border-radius: 10px;
	background-color: #86C03F;
	line-height: 1.667;
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
}
@media (max-width: 640px){
	.sec2{
		padding-top: 40px;
	}
}
@media (min-width: 641px){
	.sec2_list{
		margin-top: 31px;
	}
	.sec2_list li{
		font-size: 2.4rem;
	}
	.sec2_list li ~li{
		margin-top: 30px;
	}
}