/* ヘッダー */
@keyframes updown1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.br__sp {
    display: block;
}

.br__pc {
    display: none;
}

header {}

.header__img {
    position: relative;
}

.header__img img {}

.campaign__pc {
    display: none;
}

.header__nav {
    background-color: #fed93f;


    padding-top: 61.56px;
    padding: 30px;
}

.header__nav__list {
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    /* height: 94px; */
    align-items: stretch;
    justify-content: center;
    /* margin: 0 17px; */
    display: block;
}

.header__nav__list li a {
    color: #1f6eb7;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.header__nav__list li {
    /* width: 50%; */
    width: 80%;
    /* text-align: center; */
    /* padding: 14.5px; */
    /* height: 32px; */
    /* padding-top:8px;
    padding-bottom: 8px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header__nav__list li:nth-of-type(1) {
    border-bottom: 1px solid #1f6eb7;
}

.header__nav__list li:nth-of-type(2) {
    border-bottom: 1px solid #1f6eb7;
}

.header__nav__list__info__wrap {
    /* height:32px;
    
    display: flex;
    align-items: center;
    justify-content:center;  */
    /* border-bottom: 1px solid ; */
    width: 98%;
    margin: 0 auto;
    text-align: center;
}


/* .header__nav__list li:not(:nth-child(2n)) {
    border-right: 1px solid #1f6eb7;
} */

.header__nav__list li:not(:nth-child(2n)) {
    /* padding-right:5px; */
}

.header__nav__list li:nth-child(2n) {
    /* margin-left:5px; */
}

.header__nav__list li:nth-child(1) .header__nav__list__info__wrap,
.header__nav__list li:nth-child(2) .header__nav__list__info__wrap {
    /* border-bottom: 1px solid #1f6eb7; */
    /* padding-bottom: 10px;
    padding-bottom: 17px;
    padding-top: 15px; */
}


/* キャンペーン */

.campaign {
    text-align: center;
    background-color: #e83820;
    padding-bottom: 8.5px;
    padding-top: 3px;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50px;
    ;




    animation-name: updown1;
    /* アニメーション名の指定 */
    animation-delay: 0s;
    /* アニメーションの開始時間指定 */
    animation-duration: 2s;
    /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;
    /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite;

}

.campaign__txt {
    font-size: min(4.9vw, 20px);
    color: #fff;
    font-weight: bold;
}

.campaign__txt span {
    color: #fff100;
}

.campaign a {
    text-decoration: none;
}

.campaign__txt::before {
    content: url("../img/campaign__txt__img__left.svg");
    width: 18px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-right: 8px;
}

.campaign__txt::after {
    content: url("../img/campaign__txt__img__right.svg");
    width: 18px;
    display: inline-block;
    position: relative;
    top: 10px;
    margin-left: 8px;
}

.campaign__send {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
    color: #fff;
}


/* .campaign__send a{
    text-decoration: none;
} */

.campaign__send::after {
    content: url("../img/campaign__send__img.svg");
    display: inline-block;
    width: 4px;
    margin-left: 6px;
}

/* 言語切り替え */
.language__wrap {
    position: absolute;
    width: 15%;
    font-size:2.5vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    top: 1.7%;
    right: 3%;
    cursor: pointer;
}

.language__now {
    text-align: center;
    background-color: #3867a4;
    color: #fff;
    padding: 8% 0;
}

.language__now::after{
    content: url("img/language__arrow.svg");
    display: inline-block;
    width: 10%;
    margin-left: 5px;

}

.language__switch {
    text-align: center;
    background-color: #fff;
    display:none;
    
}

.language__switch a{
    color: #3867a4;
    padding: 8% 0;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    
}


/* フッター */

.footer__wrap {
    /* height: 300px; */
}

.footer__nav {
    background-color: #fce68b;
    padding: 0 20px;
}

.footer__nav__list {
    padding: 17px;

    /* display: flex;
    flex-wrap: wrap;  */
}

.footer__nav__list li {
    font-size: 13px;
    font-weight: bold;
    /*  border-left: 1px solid black; */
    /* border-right: 1px solid black; */


    /* width: 45%; */
    /* padding-left: 10px; */
    /* margin: 0 auto; */
    text-align: center;

    width: 90%;
    margin: 0 auto;

}

.footer__nav__list li:not(:last-child) {
    border-bottom: 1px solid;

    padding-bottom: 17px;
    margin-bottom: 20px;
}


.footer__nav__list li a {
    color: black;
    text-decoration: none;
    line-height: 1.3;
}

.footer__nav__list li:last-child {
    /* width: 85%; */
    /*  width: 100%; */
}

.footer__under {
    background-color: #fed93f;
    font-size: 12px;
    text-align: center;
    /* font-family: 'Noto Sans JP', sans-serif; */
    color: #1f6eb7;
    padding: 15px
}

.footer__under__logo {
    color: #000000;
    margin-bottom: 12px;
}

@media screen and (min-width:768px) {
    .br__sp {
        display: none;
    }

    .br__pc {
        display: block;
    }

    .campaign__pc {
        display: block;
        position: absolute;
        width: 19%;
        /* bottom: 3%; */
        bottom: 30%;
        /* right: 2%; */
        right: 6%;
        filter: drop-shadow(5px 2px 2px rgba(73, 73, 73, 0.365));

        animation-name: updown1;
        /* アニメーション名の指定 */
        animation-delay: 0s;
        /* アニメーションの開始時間指定 */
        animation-duration: 2s;
        /* アニメーション動作時間の指定 */
        animation-timing-function: ease-in-out;
        /* アニメーションの動き指定（徐々に早く）*/
        animation-iteration-count: infinite;

    }

    .header__nav {
        padding-top: 0;
    }


    .campaign {
        display: none;
    }

    .header__nav__list {
        font-size: 20px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        margin: 0;
        height: 83px;
        max-width: 900px;
        width: 100%;
        margin: 0 auto;
    }

    .header__nav__list li:not(:nth-child(2n)) {
        border-right: none;
    }

    .header__nav__list li {
        width: auto;
        /* text-align: center; */
        /* padding: 14.5px; */
        height: auto;
        margin: 0;
        display: flex;
        align-items: center;
        width: 100%;
        border-left: 1px solid #1f6eb7;
        height: 43px;
    }

    .header__nav__list li:nth-of-type(1) {
        border-bottom: none;
    }

    .header__nav__list li:nth-of-type(2) {
        border-bottom: none;
    }

    .header__nav__list li:nth-child(1) .header__nav__list__info__wrap,
    .header__nav__list li:nth-child(2) .header__nav__list__info__wrap {
        border-bottom: none;
        padding: 0;
    }

    .header__nav__list li:last-child {
        border-right: 1px solid #1f6eb7;
    }

    /* 言語切り替え */
.language__wrap {
    position: absolute;
    width: 7.45%;
    font-size:1.15vw;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    top: 4%;
    right: 3%;
}

.language__now {
    text-align: center;
    background-color: #3867a4;
    color: #fff;
    padding: 6% 0;
}

.language__now::after{
    content: url("img/language__arrow.svg");
    display: inline-block;
    width: 12%;
    margin-left: 5px;

}

.language__switch {
    text-align: center;
    background-color: #fff;
    
    
}

.language__switch a{
    color: #3867a4;
    padding: 6% 0;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    
}


    .footer__wrap {}

    .footer__nav {}

    .footer__nav__list {
        display: flex;
        padding-top: 30px;
        padding-bottom: 22px;
        max-width: 735px;
        margin: 0 auto;
    }

    .footer__nav__list li {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        height: 28px;
        width: 50%;
        border-left: 1px solid;

    }

    .footer__nav__list li:last-child {
        border-right: 1px solid;
        /* width: 32%; */
    }

    .footer__under {
        font-size: 14px;
        padding: 18px 0;
    }

    .footer__nav__list li:not(:last-child) {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}