@charset "UTF-8";
html{
    scroll-behavior: smooth;
}

body {
    width: 720px;
    margin: 0 auto;
    text-align: center;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

img {
    width: 100%;
}

.fv_area,.contents{
    position: relative;
}

.fv_arrow{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;    
    width: 55px;
    bottom: 35px;
    padding-left: 10px;
}

.step_form{
    background-image: url(../img/form_bg.jpg);
    margin-top: -120px;
    padding-bottom: 250px;
}
.contents{
    top: 170px;
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
}
.form_area{
    top: 180px;
    display:block;
    width:500%;
}
.form_ttl{
    background: #000;
    color: #fff;
    padding: 35px 0;
    border-radius: 25px 25px 0 0;
    font-size: 38px;
    font-weight: 600;
}
.form01,.form02,.form03,.form04,.form05{
    background: #fff;
    border-radius: 0 0 25px 25px;
    padding: 0 0 50px;
}
.form01 label,.form02 label,.form03 label{
    display: block;
    width: 550px;
    background: #fff;
    border: solid;
    border-color: #000;
    border-radius: 53px;
    color: #000;
    padding: 20px;
    margin: 20px auto;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
}
input:checked+label{
    background: #049ea0;
    color: #FFF;
}
input{
    display: none;
}
.select_box::after {
    content: "";
    position: absolute;
    top: 38px;
    right: 100px;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 14px solid #555;
    border-bottom: 0;
}
.select_box{
    position: relative;
}
.select_box p{
    margin-left: 90px;
    text-align: left;
}
select{
    display: block;
    width: 550px;
    background: #fff;
    border: solid;
    border-color: #000;
    border-radius: 53px;
    color: #000;
    padding: 20px 35px;
    margin: 20px auto;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    font-size: 40px;
    font-weight: 500;
    -webkit-appearance: none;
    appearance: none;
}
.form05 p {
    display: table-cell;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    font-size: 20px;
}  
.form05 .formItem {
    display: table;
    padding-top: 15px;
    margin: 0 auto;
} 
.form05 .formItem p:first-child {
    width: 150px;
}
.form05 input {
    display: block;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    outline: none;
}
input[type="name"],input[type="tel"],input[type="email"]{
    width: 350px;
    border-radius: 8px;
    border: #000 solid 2px;
    font-size: 30px;
    padding: 15px 20px;
}
::placeholder{
    font-size: 20px;
}
.pinfo{
    margin: 50px 0 20px;
    font-size: 17px;
}
.pinfo a{
    color: #168bce;
    text-decoration: none;
}
.cta_btn{
    width: 90%;
    margin: 0 auto;
}
.step{
    width: 80%;
    text-align: center;
    margin: 20px auto 35px;
} 
.form_area .col{
    float: left;
    width: 20%;
}
 

.footer a{
    text-decoration: none;
    color: #989898;
    margin: 0 30px;
    font-size: 22px;
}   
.footer{
    margin-top: 90px;
}