@charset "UTF-8";

.page-title {
    font-size: 30px;
    margin: 0 auto 25px;
    text-align: center;
}

.box-title {
    background-color: #B0CB1D;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.img-box {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 30px auto;
    padding-top: 35%;
}

.text-box p {
    font-size: 14px;
}

/*--------------------------------------------------------------------------------
　▼ bg-yellow 黄色背景箇所
--------------------------------------------------------------------------------*/
.bg-yellow {
    background-color: #FFCC00;
    font-size: 14px;
    margin: 20px 0;
    padding: 20px;
}

.bg-yellow ul {
    margin: 0;
    padding: 0;
}

.bg-yellow ul li {
    list-style: none;
    padding: 2px 0;
}

/*--------------------------------------------------------------------------------
　▼ details　詳細テーブル
--------------------------------------------------------------------------------*/
.details {
    padding: 30px 0;
}

.table01 tr th {
    border-bottom: 1px solid #8E8E8E;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
    width: 200px;
}

.table01 tr td {
    border-bottom: 1px solid #8E8E8E;
    padding: 10px 5px;
    vertical-align: top;
}

.link-pdf a {
    background-color: #FF6600;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 30px auto 0;
    padding: 15px 10px;
    text-decoration: none;
    text-align: center;
    width: 300px;
}

/*--------------------------------------------------------------------------------
　▼ application-box　お申し込み
--------------------------------------------------------------------------------*/
.application-box {
    padding: 60px 0 0;
}

.aap-title {
    border-bottom: 1px solid #4C897C;
    color: #4C897C;
    font-size: 20px;
    margin: 0;
    padding: 0 0 3px;
    text-align: center;
}

#form-box {
    margin: 0 auto;
    padding: 0 0 80px;
}

.contact th {
    font-weight: bold;
    padding: 10px 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 23%;
}

.contact td {
    vertical-align: top;
    padding: 10px 20px;
}

.contact td .ul-radio,
.contact td .ul-check {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.contact td .ul-radio li,
.contact td .ul-check li {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
    width: 30%;
}

.contact td .ul-radio li input,
.contact td .ul-check li input {
    height: 14px;
    padding: 0;
    width: 14px;
}

.contact td p {
    font-size: 13px;
    padding-top: 3px;
}

.list,
.list01 {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.list li {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}

.list li:nth-child(1) {
    margin-right: 2%;
}

.list01 li {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
}

.list01 li:nth-child(odd) {
    width: 20%;
}

.list01 li:nth-child(even) {
    width: auto;
    padding: 0 1%;
}

.red {
    color: #FF0000;
}

.icn {
    float: right;
}

.required {
    color: #FF0000;
    display: inline;
}

.required:after {
    display: block;
    clear: both;
    content: "";
}

.contact td select {
    border: 1px solid #707070;
    border-radius: 0;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 1.3;
    padding-left: 10px;
    text-overflow: ellipsis;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/zaidan_web.png) 92% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#fff 100%);
    width: 50%;
}

.contact td input {
    border: 1px solid #707070;
    border-radius: 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.3;
    padding: 9px 10px;
}

.contact td input.check {
    width: auto;
}

.contact td textarea {
    border: 1px solid #707070;
    font-size: 16px;
    height: 250px;
    padding: 10px;
    width: 100%;
}

.privacy-box {
    border: 1px solid #707070;
    font-size: 14px;
    height: 150px;
    overflow-y: auto;
    padding: 10px 15px;
}

.check-box {
    padding: 20px 0;
    text-align: center;
}

.link-box a {
    background-color: #4C897C;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto;
    padding: 15px 10px;
    text-decoration: none;
    text-align: center;
    width: 300px;
}

.ul02 li {
    padding: 0 1%;
}

.prev {
    background: #ccc;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    color: #000;
    display: inline;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    width: 220px;
}

.next {
    background: #FF6600;
    border-radius: 5px;
    box-shadow: none;
    border: none;
    display: inline;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    padding: 10px;
    width: 220px;
}


/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:800px) {

    /*--------------------------------------------------------------------------------
    　▼ details　詳細テーブル
    --------------------------------------------------------------------------------*/
    .table01 tr th {
        width: 20%;
    }

    /*--------------------------------------------------------------------------------
    　▼ application-box　お申し込み
    --------------------------------------------------------------------------------*/
    #form-box {
        width: 95%;
    }
}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:640px) {

    /*--------------------------------------------------------------------------------
    　▼ details　詳細テーブル
    --------------------------------------------------------------------------------*/
    .table01 tr th {
        display: block;
        border-bottom: none;
        padding: 10px 5px 0;
        text-align: left;
        width: 100%;
    }

    .table01 tr td {
        display: block;
        padding: 0 5px 10px;
        width: 100%;
    }

    .link-pdf a {
        width: 90%;
    }

    /*--------------------------------------------------------------------------------
    　▼ application-box　お申し込み
    --------------------------------------------------------------------------------*/
    #form-box {
        width: 100%;
    }

    .contact th {
        display: block;
        padding: 10px 0 0;
        text-align: left;
        width: 100%;
    }

    .contact td {
        display: block;
        padding: 0 0 10px;
        width: 100%;
    }

    .required {
        float: none;
    }

    .link-box a {
        width: 90%;
    }

    .prev {
        width: 48%;
    }

    .next {
        width: 48%;
    }

    .contact td .ul-radio li,
    .contact td .ul-check li {
        display: block;
        width: 100%;
    }

    .contact td select {
        width: 100%;
    }
}