@charset "utf-8";
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #231815;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

*:focus {
    outline: none;
}

.wrap,
.pc_wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

a {
    text-decoration: none;
    transition: opacity 0.5s;
}

* a {
    color: inherit;
}

img {
    width: 100%;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.sp-layout {
    display: none;
}

.pc-layout {
    display: block;
}

@media screen and (max-width: 767px) {
    .sp-layout {
        display: block;
    }
    .pc-layout {
        display: none;
    }
    .container {
        padding: 0;
        width: auto;
    }
}


/*=====header=====*/


/*ページタイトル*/

.pageTitle {
    padding-bottom: 25px;
}


/*メニュー*/

#consumerMenu202006 {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#consumerMenu202006 ul.pc-layout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    position: absolute;
    right: 0;
    width: 550px;
}

#consumerMenu202006 ul.pc-layout {
    padding: 0;
}

#consumerMenu202006 .pc-layout li {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 3%;
}

#consumerMenu202006 .pc-layout li:last-of-type {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 6% 0 3%;
}

#consumerMenu202006 .pc-layout li a {
    font-size: 18px;
}

#consumerMenu202006 .pc-layout li a,
#consumerMenu202006 .pc-layout div a {
    color: #ccc;
    font-weight: 800;
    letter-spacing: 0.05rem;
}

#consumerMenu202006 .pc-layout li a:hover {
    text-decoration: none;
    color: #e5374f;
}

#consumerMenu202006 .pc-layout li.current a {
    color: #000;
    position: relative;
}

#consumerMenu202006 .pc-layout li.current a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 50%;
    bottom: -7px;
    margin: 0 auto;
    background-color: #e5374f;
    display: block;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transition: bottom 0.2s ease;
}

#consumerMenu202006 .pc-layout li.current a:hover::after {
    bottom: -5px;
}

#consumerMenu202006 .pc-layout div {
    padding: 5px 10px;
    background-color: #e5374f;
    border-radius: 5px;
}

#consumerMenu202006 .pc-layout div a {
    color: white;
    text-align: center;
    font-size: 12px;
}

#consumerMenu202006 .pc-layout div a span {
    font-size: 10px;
}

#consumerMenu202006 .pc-layout div:hover {
    background-color: #df0522;
}

#consumerMenu202006 .pc-layout div a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .st-CompanyButton {
        display: none;
    }
    .st-Logo.sp-layout {
        display: table;
    }
    .pageTitle {
        padding: 20px 10px;
    }
    #consumerMenu202006 {
        position: relative;
        width: 100%;
        margin: 0 auto;
    }
    #consumerMenu202006 ul.pc-layout {
        display: none;
    }
    #consumerMenu202006 ul.sp-layout {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        margin: 0px auto;
        position: absolute;
        right: 5px;
    }
    #consumerMenu202006 .sp-layout div a {
        color: #ccc;
        font-weight: 800;
        letter-spacing: 0.05rem;
    }
    #consumerMenu202006 .sp-layout div {
        padding: 5px;
        background-color: #e5374f;
        border-radius: 5px;
    }
    #consumerMenu202006 .sp-layout div a {
        color: white;
        text-align: center;
        font-size: 11px;
    }
    #consumerMenu202006 .sp-layout div a span {
        font-size: 10px;
    }
    #consumerMenu202006 .sp-layout div:hover {
        background-color: #df0522;
    }
    #consumerMenu202006 .sp-layout div a:hover {
        text-decoration: none;
    }
    #consumerMenu202006 ul.sp-layout {
        top: 12px;
    }
    /*ハンバーガーメニュー*/
    .st-GlobalSiteNav {
        text-align: left;
    }
}