p {
    font-size: 16px;
    line-height: 1.8em;
}
main a {
    color: #004da0 !important;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
     p {
        font-size: 14px;
        line-height: 1.5em;
    }
    ul li {
        font-size: 13px;
        line-height: 1.3em;
    }
}

p.notice1 {
    font-size: 14px;
    font-weight: bold;
    text-indent: -14px;
    margin-left: 14px;
    color: #dd0000;
}
@media only screen and (max-width: 767px) {
    p.notice1 {
        font-size: 14px;
        text-indent: -14px;
        margin-left: 14px;
    }
}

p.caption1 {
    margin: 5px 0 0 0;
    font-size: 12px;
    line-height: 1.3em;
}
.separator1 {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: #aaa;
}

h2.normal1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 60px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    h2.normal1 {
        font-size: 20px;
        margin-bottom: 40px;
    }
}

h3.normal1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
}
h3.normal1:before,
h3.normal1:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ccc;
}

h3.normal1:before {
    margin-right: 2rem;
}

h3.normal1:after {
    margin-left: 2rem;
}

.lead1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.5px;
    text-align: center;
}
.lead1 strong {
    font-size: 150%;
}
@media only screen and (min-width: 960px) {
    .lead1 {
        font-size: 32px !important;
    }
}

.lead2 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (min-width: 960px) {
    .lead2 {
        font-size: 32px !important;
    }
}

.column1 {
    padding: 30px;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
.column1 h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .column1 {
        padding: 20px;
    }
}

table.table1 {
    width: 100%;
}
table.table1 tr {
    border-top: 1px solid #ddd;
}
table.table1 tr th {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.8em;
    vertical-align: top;
    text-align: left;
}
table.table1 tr td {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.8em;
    vertical-align: middle;
}
@media only screen and (max-width: 767px) {
    table.table1 {
        margin: 10px 0 0 0;
    }
    table.table1 tr th {
        padding: 8px 0 8px 3px;
        font-size: 12px;
    }
    table.table1 tr td {
        padding: 8px 5px;
        font-size: 12px;
    }
    table.table1 tr td p {
        font-size: 12px;
    }
}





/* レイアウト共通
=================================================================================== */
.main_bg {
    padding: 50px 0;
}
.beige_bg {
    padding: 50px 0;
}
.green_bg {
    padding: 50px 0;
}
@media only screen and (max-width: 767px) {
    .main_bg {
        padding: 30px 0;
    }
    .beige_bg {
        padding: 10px 0 40px 0;
    }
    .green_bg {
        padding: 10px 0 40px 0;
    }
}



/* ページヘッダー */
#page_header {
}

@media only screen and (max-width: 767px) {
}





/* 装備
=================================================================================== */
h2.interior_h2 {
    margin-bottom: 20px;
}
.interior_text {
    margin-top: 10px;
    font-size: 75%;
    letter-spacing: -1px;
}

.interior_text_top {
    margin-top: -20px;
    font-size: 75%;
    letter-spacing: -1px;
}

.interior_l2 {
    display: flex;
    width: calc(100% + 16px);
    margin-left: -8px;
}
.interior_l2 .box {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
}
.interior_l2.interior_l2_center {
    justify-content: center;
}
h3.interior_h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
h3.ls_narrow {
    letter-spacing: -1.5px;
}

h3.interior_h3_2 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}





/* PC用
================================================== */
@media only screen and (min-width: 800px) {
    h3.interior_h3 {
        font-size: 24px !important;
    }
}