@charset "utf-8";

.page_tit{
background:url(../img/tit_bg.png);
background-size:cover;
margin-bottom:80px;
}

.desc{
text-align: center;
margin-bottom:90px;
font-size:18px;
line-height:3em;
}

.conditions{
background:url(../img/conditions_bg_pc.png) no-repeat;
background-size:100% 100%;
padding:40px 0 100px;
text-align:center;
margin-bottom:60px;
}
.conditions img{
max-width:1070px;
margin:0 auto;
}
h3{
text-align:center;
margin-bottom:70px;
}
h3 img{
width:auto;
}

.point1, .point3, .point5{
text-align:center;
position:relative;
background:url(../img/y_bg_pc.png) no-repeat;
background-size:100% 100%;
}
.point2, .point4, .point6{
text-align:center;
position:relative;
background:url(../img/b_bg_pc.png) no-repeat;
background-size:100% 100%;
}
.point_main{
max-width:1080px;
margin:0 auto;
padding:135px 0 180px;
}
.point2{
margin-top:-110px;
}
.point3{
margin-top:-110px;
}
.point4{
margin-top:-110px;
}
.point5{
margin-top:-130px;
}
.point6{
margin-top:-130px;
}





.future{
text-align:center;
margin:120px auto 200px;
}
.future img{
width:auto;
}
.future p{
max-width:1080px;
margin:0 auto;
}

.page_top{
max-width:112px;
margin:0 auto 140px;
}

@media screen and (max-width: 950px) {

.page_tit{
margin-bottom:10%;
}

.desc{
font-size:4vw;
margin-bottom:10%;
line-height:2.5em;
}

.conditions{
background:url(../img/conditions_bg_sp.png) no-repeat;
background-size:100% 100%;
padding:5% 0 10%;
margin-bottom:5%;
}

h3{
margin-bottom:10%;
}

.point1, .point3, .point5{
text-align:center;
position:relative;
background:url(../img/y_bg_sp.png) no-repeat;
background-size:100% 100%;
}
.point2, .point4, .point6{
text-align:center;
position:relative;
background:url(../img/b_bg_sp.png) no-repeat;
background-size:100% 100%;
}
.point_main{
max-width:1080px;
margin:0 auto;
padding:20% 0 ;
}
.point2{
margin-top:-8%;
}
.point3{
margin-top:-8%;
}
.point4{
margin-top:-8%;
}
.point5{
margin-top:-8%;
}
.point6{
margin-top:-9%;
}

.future{
text-align:center;
margin:15% auto 20%;
}
.future p{
}

.page_top{
max-width:112px;
margin:0 auto 25%;
}
}