@charset "utf-8";

.mainContents {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.75;
}

#main h3 {
    font-size: 30px;
    font-weight: bold;
}

.attention {
    border: solid 1px #cc3333;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 50px;
}

.attention p {
    font-size: 16px;
    color: #cc3333;
    line-height: 1.75;
}

a.btn {
    margin: 0 1em 0 0;
    display: inline-block;
    background: #529200;
    border: none;
    border-radius: 0;
    max-width: 270px;
    width: 38.5715%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.icon-exlink {
    margin-left: .2em;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../img/common/pc/icon-exlink.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
}


.section {
    margin-top: 60px;
}

.section a {
    font-size: 16px;
    font-weight: bold;
    color: #529200;
    display: inline-block;
}

#flow .figure {
    margin-top: 40px;
}

.stepList {}

.stepList li {
    overflow: hidden;
}

.stepList li + li {
    margin-top: 60px;
}

.stepList li .fr {
    float: right;
    max-width: 420px;
    width: 60%;
}

.stepList li .fl {
    float: left;
    max-width: 250px;
    width: 35.7143%;
}

.stepList li .fr h4 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}

.stepList li .fr a {
    margin-top: 10px;
}

#cost {
    padding-bottom: 70px;
}

#cost .figure {
    margin-top: 10px;
}

.costTb {
    width: 100%;
    margin: 25px auto;
}

.costTb th {
    font-size: 16px;
    vertical-align: middle;
    background-color: #f5f5f5;
    width: 190px;
    border: solid 1px #CCC;
    box-sizing: border-box;
    padding: 10px 0;
}

.costTb td {
    font-size: 16px;
    vertical-align: top;
    border: solid 1px #CCC;
    box-sizing: border-box;
    padding: 10px 20px;
}

#flow p {
    margin-bottom: 10px;
}




@media screen and (max-width:768px) { /* smart phone 6〜7 */

    .mainContents {
        font-size: 15px;
    }

    #main h3 {
        font-size: 18px;
    }

    #application .btnBox .btn {
        float: none;
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }

    #application .btnBox p {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    #letter .floatBox .fl {
        float: none;
        margin-bottom: 30px;
    }

    #letter .floatBox .fr {
        float: none;
    }

    #letter .floatBox dl {
        max-width: 100%;
        width: 100%;
    }

    #letter .floatBox dl dt {
        font-size: 20px;
    }

    .stepList li .fr {
        float: none;
        max-width: 100%;
        width: 100%;
    }

    .stepList li .fl {
        float: none;
        max-width: 100%;
        width: 100%;
        margin-top: 20px;
    }

    .costTb th {
        display: block;
        width: 100%;
        border-bottom: none;
        border-top: none;
    }

    .costTb td {
        display: block;
        width: 100%;
        text-align: center;
    }

    .costTb {
        border-top: solid 1px #CCC;
    }



}

