@charset "UTF-8";


.title.title-line {
	position: relative;
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: solid 4px #f2f2f3;
    line-height: 1;
    margin-bottom: 50px;
}
.title.title-line:after {
    position: absolute;
    left: 0;
    bottom: -3.5px;
    width: 30%;
    height: 4px;
    background: #8ec21f;
}

.title.narmal-page{
	font-size: 2rem;
	margin-bottom: 20px;
}
.title.m-page{
	font-size: 1.1rem;
	margin-bottom: 30px;
	position: relative;
	padding-left: 20px;
}
.title.m-page:before{
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 4px;
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/t-icon2.svg)no-repeat;
	background-position: top left;
	background-size: contain;
}
p + .tx-link{
	margin-top: 20px;
}
.tx-link a{
	color: #8fc31f;
	display: flex;
	align-items: center;
	font-size: 14px;
}
.tx-link a .icon{
	display: inline-block;
	margin-right: 10px;
	border-radius: 4px;
	overflow: hidden;
}
.tx-link a + a{
	margin-top: 10px;
}

.bt-page a{
	color: #fff;
	padding: 8px 45px 12px 24px;
	background: #8fc31f;
	border-radius: 50px;
	position: relative;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}
.bt-page a:after{
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 17px;
	right: 20px;
	top: calc((100% - 14px) / 2);
	background: url(https://www.levanga.com/files/user/_/lp/lp-25-26/lp-gameday-moto/img/common/i-linkout.svg)no-repeat;
}

button.bt-page{
	margin-top: 30px;
}

.layout-5-5{
	display: flex;
	align-items: center;
}
.layout-5-5 .c-ph .ph{
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.layout-5-5 .c-ph,
.layout-5-5 .c-tx{
	width: 50%;
}
.layout-5-5 .c-tx {
	margin-left: 60px;
	width: calc(50% - 60px);
}

.one-section + .one-section{
	margin-top: 100px;
}





@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {

}
@media screen and (max-width: 767px) {

.layout-5-5{
	display: block;
}
.layout-5-5 .c-ph,
.layout-5-5 .c-tx{
	width: 100%;
}
.layout-5-5 .c-tx {
	margin-left: 0px;
	width: 100%;
}

.title.title-line {
    margin-bottom: 30px;
}


.title.m-page{
	margin-top: 40px;
	margin-bottom: 10px;
}

.one-section + .one-section{
	margin-top: 70px;
}


}
@media screen and (max-width: 460px) {

}
















