@charset "utf-8";

/* 	フォント */

.back{
    background-image: url(../img/back.jpg);
    background-size:100% auto;
    background-repeat: no-repeat;
    background-color:#fff;

}




@media screen and (max-width: 1020px) { 
    /*　画面サイズが1020px以下はここを読み込む　*/

    h1 img{
        width: 100%;
        height: auto;
    }


}


.p-form-table .c-more-btn--sub-color01{
    background: #b9b9b9;
}

.p-form-table .col-md-6{
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
}
.p-form-table .col-md-3{
    padding-left: 0;
    padding-right: 10px;
    font-size: 16px;
}
.p-form-table div{

    font-size: 16px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.p-form-ttl-sub{
    color: #005cac;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.p-form-table {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.p-form-rec{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.p-form-table .form-group {
    margin-right: -15px;
    margin-left: -15px;
    border-bottom: #b4cde2 2px dashed;
    padding-bottom: 20px;
}
.p-form-table .form-group  {width: 100%;margin-right: 0!important;margin-left: 0!important;}

.p-form-table input[type=text]{
    height: 44px;
    font-size: 18px;
}

.p-form-table input[type=email]{
    height: 44px;
    font-size: 18px;
}

.p-form-table textarea{
    height: 44px;
    font-size: 18px;
}

.p-form-table input[type="radio"], input[type="checkbox"] {
    margin: 4px 6px 4px;
    margin-top: 1px \9;
    line-height: normal;
}

.c-basic-form__btn-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;       /* Safari etc. */
    -ms-justify-content    : center;       /* IE10        */
    justify-content        : center;
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.btn{
    margin-right: 5px;
    font-weight: bold;
    min-width: 130px;
}


.p-form-table .p-form-table-th{
    font-size: 16px;
    color: #336086;
    margin-left: inherit;
    margin-left: 0;
    margin-bottom: 5px;
    /* padding-right: 10px; */
    padding-left: 0;

}


.p-form-description{
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #005bac;
    background: #e2f4fe;
    padding: 12px 0;
    margin-bottom: 20px;
    width: 80%;
    border-radius: 5px;
}
@media screen and (max-width:780px){
    .p-form-description{
        width: 100%;
        font-size: 16px;
        padding: 8px 0;
    }
}

.p-form-check{

    background: #fbfbfb;

    border: solid #eaeaea 2px;

    padding: 20px 10px 0;

    border-radius: 6px;
}


.p-form-check label{
    text-align: center;
    width: 100%;
    font-size: 17px;
}





/* END */