
/* TOP */




/* PAGE */





.policy__container {
    max-width: 1000px;
    margin: 25px auto 0;
}

.policy__title {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    color: #0273ba;
    border-bottom: 1px solid #0273ba;
    padding-bottom: 5px;
    margin: 30px auto 5px 0;
}

.policy__txt {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}

@media screen and (max-width: 768px) {

}

.overview__story dt {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    font-weight: 500;
    color: #0273ba;
    margin-top: 30px;
    margin-bottom: 10px;
}

.overview__story dd {
    font-family: 'Noto Sans JP';
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    line-height: 2;
}

.overview__info a {
    color: #4d4d4d;
    text-decoration: none;
}

.formTable {
    margin: 0 auto;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    max-width: 664px;
    width: 100%;
    margin: 35px auto 0;
    padding-left: 0;
}

.formTable tr {
    width: 100%;
    display: block;
}

.formTable tr:nth-child(n+2) {
    margin-top: 20px;
}

.formTable td {
    width: 100%;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    text-align: left;
    border: none;
    background-color: #E6E6E6;
    color: #4d4d4d;
    padding: 12px 10px;
    min-height: 48px;
}

.formTable th {
    width: 100%;
    display: block;
    font-family: 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
    text-align: left;
    margin-bottom: 7px;
}

.confirm_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}
