@charset "UTF-8";

/* ヘッダー　白背景の時
-------------------------------------*/
h2 .ja {
    display: block;
}

h2 .en {
    display: block;

}

.header-nav li a {
    color: #1F1F1F;
}

.toggle_btn span {
    background-color: #1F1F1F;
}

/* 言語 */
.lang a {
    display: inline;
    color: #0071BE;
    position: relative;
    margin-right: 15px;
}

.lang a.jp::after {
    position: absolute;
    content: '／';
    top: 0;
    right: -18px;
}

/*  */
#jp {
    padding-bottom: 5rem;
    border-bottom: #A8A8A8 1px solid;
}

#en {
    padding-top: 5rem;
}

h3 {
    font-size: 2rem;
    font-family: 'Go-bold';
    text-align: center;
    margin-top: 2rem;
}

.date {
    text-align: right;
}

.date-en {
    text-align: left;
}

h4 {
    font-size: 1.8rem;
    font-family: 'Go-bold';
    padding: 5rem 0 2rem 0;
}

h5 {
    font-size: 1.7rem;
    font-family: 'Go-bold';
}

h6 {
    padding-top: 1em;
    font-family: 'Go-bold';
}

p {
    margin-bottom: 1.5rem;
}

ul {
    margin-left: 1em;
}

li {
    margin-bottom: 1rem;
}

.red-txt {
    color: #FF0000;
}

.bl-txt {
    color: #0071BE;
    display: inline;
}

.contact-area {
    padding-top: 5rem;
}

ol {
    margin-left: 2.5em;
}

ol li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -3em;
}

ol li::before {
    content: "（" counter(cnt)"）";
}


@media screen and (max-width: 780px) {
    h3 {
        font-size: 1.8rem;
        margin-top: 2rem;
        color: #1F1F1F;
    }

    h4 {
        font-size: 1.6rem;
        padding: 2rem 0 1.5rem 0;
    }
}