@charset "utf-8";

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 24px;
	-webkit-text-size-adjust: none;
	color: #000000;
}

.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}

.form_container{
    width: 800px;
    margin: auto;
    position: relative;
}

.form_submit{
    text-align: center;
    margin: 25px auto 50px auto;
    background: #f39000; /* Old browsers */
    background: -moz-linear-gradient(top,  #f39000 0%, #ea5a00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f39000 0%,#ea5a00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f39000 0%,#ea5a00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39000', endColorstr='#ea5a00',GradientType=0 ); /* IE6-9 */
    color: white;
    font-size: 24px;
    padding: 20px 30px;
    background-position: 0% 0%;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.form_submit:hover{
    background: #febe00; /* Old browsers */
    background: -moz-linear-gradient(top,  #febe00 0%, #fd9c00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #febe00 0%,#fd9c00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #febe00 0%,#fd9c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe00', endColorstr='#fd9c00',GradientType=0 ); /* IE6-9 */
}

.btn_back_img{
    text-align: center;
    margin: 25px auto 50px auto;
    background: #acacac; /* Old browsers */
    background: -moz-linear-gradient(top,  #acacac 0%, #9a9999 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #acacac 0%,#9a9999 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #acacac 0%,#9a9999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39000', endColorstr='#ea5a00',GradientType=0 ); /* IE6-9 */
    color: white;
    font-size: 24px;
    padding: 20px 30px;
    background-position: 0% 0%;
    border: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.btn_back_img:hover{
    background: #acacac; /* Old browsers */
    background: -moz-linear-gradient(top,  #9a9999 0%, #acacac 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #9a9999 0%,#acacac 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #9a9999 0%,#acacac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febe00', endColorstr='#fd9c00',GradientType=0 ); /* IE6-9 */
}

.checkmark{
    position: absolute;
    right: 0;
    top: 20px;
    width: 28px;
    height: 28px;
    top: 13px;
}

.errtext {
    width: 100%;
    color: #FE0000;
    display: block;
    background-position: 4px 5px;
    margin-top: 10px;
    padding: 0px 23px 0 0;
    line-height: 22px;
    box-sizing: border-box;
    margin-top:-2px;
    margin-bottom:-5px;
}

@media only screen and (max-width: 799px) {
    .form_container{
        width: 100%;
    }
    
    img{
        max-width: 100%;
    }
    
    .form_submit{
    width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
      margin: 25px auto;
    }
    .btn_back_img{
    width: 90%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
      margin: 0 auto 30px;
    }
}


@media only screen and (max-width: 480px) {
    .form_submit,.btn_back_img{
        font-size: 18px;
    }
    
    .errtext{
        font-size: 12px;
    }
    
    .checkmark{
        top: 8px;
    }
}


/* **********************
　ヘッダー部分
********************** */

/* #form_header */

#form_header{
    border-bottom: 2px solid #4aaa34;
    width: 100%;
    padding-bottom: 5px;
}

#header_img01{
    float: left;
    width: 113px;
}

#header_logo{
    float: right;
    width: 133px;
}

#header_sp{
    display: none;
}

#form_step{
    background: #c1c1c1;
}

#form_step img{
    vertical-align: bottom;
}

#step_sp{
    display: none;
}

@media only screen and (max-width : 799px) {
        
    #form_header{
        border-bottom: 4px solid #4aaa34;
    }
    
    #header_img01,
    #header_logo{
        display: none;
    }

    #header_sp{
        display: block;
        width: 100%;
    }
    
    #header_sp img{
        vertical-align: bottom;
    }
    
    #step_pc{
        display: none;
    }
    
    #step_sp{
        display: block;
    }   
    
}


/* **********************
　フッター部分
********************** */
#form_footer{
    border-top: 2px solid #4aaa34;
}

#form_footer p{
    text-align: center;
    padding: 15px 0;
    color: #333333;
    font-size: 12px;
}










