p.remark {
    margin: 0;
}
table caption{
    font-size:20px;
    margin-bottom:20px;
    text-align:center;
}
table caption .title{
    font-size:20px;
    margin-bottom:20px;
}
table caption span.small{
    font-size:14px;
    text-align:left;
}

.contact01 table {
    margin-top: 80px;
}

span.require {
    font-size: 80%;
    color: #ff0000;
}

.form_name01 {
    margin: 0;
}

.form_001 div.radio_container {
    margin-bottom: 10px;
}

.form_001 .error-box p{
    text-align:center;
    color:#ff0000;
}

.form_001 p {
    margin: 0;
}
.policy-box,.oath-box{
    margin:40px 0;
    background-color:#f3f7f5;
    padding:20px 0;
}
.policy-box .iframe-box{
    margin-bottom:20px;
    display:flex;
    justify-content: center;
}
.policy-box iframe{
    width:95%;
    height:300px;
    background-color:#fff;
}
.policy-box p{
    margin:0 0 10px 0;

}
.policy-box p.title{
    font-size:18px;
    font-weight:bold;
}
.checkbox-box{
    display: flex;
    justify-content: center;
}
.checkbox-box label{
    font-weight: bold;
    font-size:17px;
}
.checkbox-box input[type="checkbox"]{
    transform:scale(2);
    margin:0 10px 0 0;
}
input[type="radio"]{
    transform:scale(1.3);
    margin-right:10px;
}
select{
    margin-left:5px;
    margin-bottom:2px;
    padding:2px;
    border-radius:3px;
}

.oath-box{
    padding:0 20px 20px 20px;
}

.oath-box p{
    margin:0;
    text-align:left;

}
.oath-box p.title{
    font-weight:bold;
    font-size:18px;
}
.oath-box p.date{
    font-weight:bold;
    font-size:16px;
    text-align:right;
    text-decoration: underline;
}
.oath-box p.small{
    font-size:12px;
}
.oath-box p.oath{
    font-weight:bold;
    font-size:16px;
}
.contact01 table td{
    vertical-align: inherit;
    white-space: nowrap;

}
/* td div.flex-box{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
} */
td p.direction{
    margin-bottom:10px;
}
.select-flexbox{
    display:flex;
    justify-content: space-around;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.form_age{
    width:20%;
}
input[type="submit"]{
    height:80px;
    width:70%;
    transition:0.3s;
}
input[type="submit"]:disabled{
}



@media screen and (max-width:768px) {
.select-flexbox{
width: 100%;
    display:block;
}
.contact01 table tr, 
.contact01 table td {
    width: 100%;
}
.note02{
    width: 100%;
}
.form_001 div.radio_container {
    margin-bottom: 10px;
        display:block;
            width: 100%;
}
.contact01 table td {
    vertical-align: inherit;
    white-space: normal;
}

}