@charset "Shift_JIS";

/* ?? ?? */
.feature {
	background: #d22e22;
}

.f_inner {
	position: relative;
	background: url("/gyousei/reason/success/smapho_stype/images/index/f_bg.jpg") center center no-repeat;
	background-size: contain;
	max-width: 720px;
	min-height: 405px;
	margin: 0 auto;
}

.f_wrap {
	position: relative;
}

.f_btn {
	position: absolute;
	bottom: 9px;
	right: 10px;
	color: #fff;
}

.f_btn_trr {
	position: relative;
	padding: 10px 30px 10px 15px;
	font-size: 15px;
}

.f_btn_trr::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translatY(-50%);
	right: 5px;
	width: 19px;
	height: 19px;
	background: url(/ad/gyousei/smapho_stype/images/arrow_t.png) no-repeat center / contain;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.f_btn_trr.active::before {
	background: url(/ad/gyousei/smapho_stype/images/arrow_b.png) no-repeat center / contain;
}

.at01 {
    margin: 0 !important;
}
.f_contents {
	display: block;
	background-color: #d22e22;
	padding: 1rem;
	font-size: 11px;
	color: #fff;
}

.f_wrap_c {
	max-width: 700px;
	margin: 0 auto;
}

.f_ul li {
	margin: 10px 0 0;
	padding: 0 10px 0;
}

.f_ul li:first-child {
	margin: 0;
}

.f_wrap_clw {
	text-align: center;
	margin: 10px 0 0;
}

.f_wrap_close {
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	padding: 1rem 0;
	margin: 2rem;
	border: 1px solid #eeb5b0;
	width: 210px;
}

.f_wrap_close::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translatY(-50%);
	right: 1rem;
	width: 19px;
	height: 19px;
	background: url(/ad/gyousei/smapho_stype/images/arrow_t.png) no-repeat center / contain;
	transform: translateY(-50%);
	transition: all .3s ease;
}
@media screen and (min-width:580px) and (max-width:767px) {
    .f_btn {
        bottom: 2px;
    }
}

@media screen and (min-width:320px) and (max-width:579px) {
    .f_btn {
        bottom: -6px;
    }
}
@media screen and (min-width:320px) and (max-width:767px) {
	.f_contents {
		display: block;
		padding: 3% 4%;
		font-size: 11px;
	}
    .at01 {
        margin: 0 !important;
    }
}

@media (max-width: 767px) {
	
	.f_inner {
		padding-top: 56.25%;
		min-height: 220px;
		background-size: contain;
	}
}