@charset "utf-8";
/* CSS Document */

.tbline{
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.w540 p{
    margin-bottom: 1em;
    line-height: 150%;
}

/*---------------------------------*/

#form_blcok{
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
}

#form_blcok{
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
}

#form_blcok table th,
#form_blcok table td{
    width:100%;
    display:block;
}

#form_blcok table th{
    padding-top: 25px;
    text-align: left;
}


#form_blcok table td{
    border-bottom: 1px dotted gray;
    padding-bottom: 25px;
}

.tbline .subtxt{
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

#form_blcok input{
    width: 100%;
    box-sizing: border-box;
    padding: 15px 5px;
}

#form_blcok textarea{
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 5px;
}

/*---------------------------------*/

#form_blcok .btn_block{
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
}

#form_blcok .btn_block input{
    display: inline-block;
    width: 95%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.25em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 2px solid transparent;
}

#form_blcok .btn_block input.btn_submit{
    background-color: #FF3C41;
}

#form_blcok .btn_block input.btn_reset{
    background-color: #1644C2;
}

#form_blcok .btn_block input:first-child{
    margin-bottom: 15px;
}

/*---------------------------------*/

/*確認画面*/

.result_txt{
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
}

.tbline{
    width: 95%;
    margin: 0px auto;
    overflow: hidden;
}

.tbline th, .tbline td{
    width: 100%;
    display: block;
    text-align: left;
}

.tbline td{
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}

.tbline th{
    padding-top: 10px;
}














































/**/