/*
==============================================================
============================ Header ==========================
==============================================================
*/
header.solid
{
    height: 160px;
    background: #000;
}
@media only screen and (max-width: 1400px) and (min-width: 769px)  {
    header.solid .sidebar
    {
        background: none;
        width: auto;
        padding-top: 0;
        top: unset;
        bottom: 30px;
        right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    header.solid .sidebar .language,
    header.solid .sidebar .language a,
    header.solid .sidebar .sign-in
    {
        display: inline-block;
    }
    header.solid .sidebar .language
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    header.solid .sidebar .language a
    {
        margin-bottom: 0;
        margin-left: 25px;
    }
    header.solid .sidebar .language a:first-child
    {
        margin-left: 0;
    }
    header.solid .sidebar .sign-in
    {
        margin-top: 0;
        margin-left: 25px;
    }
    header.solid .sidebar .sign-in a
    {
        border-radius: 28px;
        background: #fff;
        width: 170px;
        height: 46px;
        border-radius: 23px;
        font-size: 1.25rem;
        padding: 0;
        margin-top: 0;
        line-height: 46px;
    }
    header.solid .sidebar .sign-in a span{
        width: auto;
        height: auto;
        background-position: left center;
        border-radius: 0;
        padding: 0 0 0 26px;
        display: inline-block;
        border: none;
        background-color: transparent;
    }
     header.solid .sidebar .sign-in a:hover{
        background: #000;
        color: #fff;
        border: 1px solid #858485;
     }
}
@media only screen and (max-width: 1200px) and (min-width: 769px)  {
    header.solid .sidebar
    {
        bottom: 15px;
    }
}
@media(max-width: 768px){
    header.solid
    {
        height: 66px;
        background: #222222;
    }
    .fixed header.solid .header-top
    {
        animation: none;
        animation: unset;
    }
}
/*
==============================================================
========================= End Header =========================
==============================================================
*/
/*
==============================================================
====================== common user page ======================
==============================================================
*/
.user-page
{
    background: #EBF1F3;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.user-page:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 170px;
    background: #000;
    z-index: 1;
}
.user-page .container-inner
{
    background: #fff;
    padding: 20px 90px 80px 90px;
    display: block;
}
.user-page.default-template
{
    padding-top: 0;
}
.user-page.default-template .container-inner
{
    min-height: 25vh;
    padding-left: 20px;
    padding-right: 20px;
}
.user-page .content-detail
{
    display: inline-block;
    width: 100%;
    padding: 0 55px;
}
.user-page div.title{
    display: inline-block;
    width: 100%;
}
.user-page h2.title,
.user-page .page__title
{
    padding-top: 70px;
    padding-bottom: 40px;
}
.user-page div.title.note h2.title,
.user-page div.title.note .page__title
{
    padding-bottom: 7px;
}
.user-page div.title.note .desc{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: normal;
}
.user-page div.title.note .required-note{
    font-size: 1rem;
}
.user-page .back-page
{
    margin-top: 30px;
}
.user-page.policy .back-page
{
    margin-top: 70px;
}
@media(max-width: 768px){
    .user-page
    {
        padding-bottom: 60px;
    }
    .user-page .container-inner
    {
        padding: 20px 20px 70px 20px;
    }
    .user-page .content-detail
    {
        padding: 0 35px;
    }
    .user-page:before{
        height: 145px;
        background: #222222;
    }
    .user-page h2.title,
    .user-page .page__title
    {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .user-page .btn-group{
        padding-top: 70px;
    }
    .user-page.policy .back-page
    {
        margin-top: 60px;
    }
}
@media(max-width: 576px){
    .user-page .container-inner
    {
        padding-bottom: 50px;
    }
    .user-page.default-template .container-inner
    {
        min-height: 20vh;
    }
    .user-page .content-detail
    {
        padding: 0;
    }
    .user-page:before{
        height: 130px;
    }
    .user-page h2.title,
    .user-page .page__title
    {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .user-page div.title.note .desc{
        margin-bottom: 30px;
        font-size: 1.1rem;
    }
    .user-page .btn-group{
        padding-top: 45px;
    }
    .user-page.policy .back-page
    {
        margin-top: 45px;
    }
}
@media(max-width: 480px){
    .user-page:before{
        height: 125px;
    }
}
/*
==============================================================
=================== End common user page =====================
==============================================================
*/
/*
==============================================================
========================== Login page ========================
==============================================================
*/
.login-form .wrap-form
{
    max-width: 730px;
    margin: 0 auto;
}
.login-form .container-inner
{
    padding-left: 20px;
    padding-right: 20px;
}
.login-form .form-row
{
    border: none;
}
.login-form .form-row label.title
{
    width: 120px;
    min-width: 120px;
    padding-left: 0;
}
.login-form .btn-group
{
    padding-top: 35px;
    padding-bottom: 60px;
}
.login-form .sign-up{
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #949291;
    text-align: center;
    padding: 35px 0 15px;
}
.login-form .sign-up a{
    color: #000;
    font-size: 1.18rem;
    line-height: 1;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 15px;
}
.login-form .sign-up a span{
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
}
@media(max-width: 576px){
    .login-form .btn-group
    {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    .login-form .sign-up{
        padding: 25px 0 0px;
        font-size: 0.95rem;
    }
}
/*
==============================================================
======================== End Login page ======================
==============================================================
*/
/*
==============================================================
========================== Sign up page ======================
==============================================================
*/
.sign-up-form .checkbox-list
{
    padding-top: 28px;
}
.sign-up-form .group-checkbox
{
    margin-left: -5px;
    margin-right: -5px;
}
.sign-up-form .group-checkbox .item
{
    width: 33.33%;
    margin: 7px 0;
    padding-left: 5px;
    padding-right: 5px;
}
@media(max-width: 768px){
    .sign-up-form .group-checkbox .item
    {
        width: 50%;
    }
}
@media(max-width: 576px){
    .sign-up-form .checkbox-list
    {
        padding-top: 14px;
    }
    .sign-up-complete
    {
        font-size: 0.95rem;
    }
}
/*
==============================================================
======================= End sing up page =====================
==============================================================
*/
/*
==============================================================
============================ my page =========================
==============================================================
*/
.my-page .container-inner
{
    padding-left: 150px;
    padding-right: 150px;
}
.my-page ul li
{
    text-align: center;
    border-bottom: 1px dotted #949291;
    padding: 20px 35px;
}
.my-page ul li:first-child
{
    border-top: 1px dotted #949291;
}
.my-page ul li .item{
    width: 50%;
}
.my-page ul li .item:first-child
{
    text-align: left;
}
.my-page ul li .item:last-child
{
    text-align: right;
}
.my-page .btn
{
    border: none !important;
}
.my-page ul li a
{
    font-family: 'Noto Serif JP', 'YuMincho Extrabold', メイリオ, Meiryo, serif !important;
    text-align: left;
    width: 280px;
    font-weight: 700;
    line-height: 1.3;
    padding-right: 32px;
}
.my-page ul li a:hover
{
    background: none !important;
    color: #000 !important;
    opacity: 0.5 !important;
}
.my-page ul li a:hover:before{
    background: #000 !important;
}
.my-page ul li a:hover:after{
    border-color: #fff !important;
}
@media(max-width: 960px){
    .my-page .container-inner
    {
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media(max-width: 860px){
    .my-page .container-inner
    {
        padding-left: 60px;
        padding-right: 60px;
    }
    .my-page ul li
    {
        padding: 20px 15px;
    }
}
@media(max-width: 767px){
    .my-page .container-inner
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .my-page ul li
    {
        padding: 20px 5px;
    }
    .my-page ul li a
    {
        width: 100%;
    }
}
@media(max-width: 767px){
    .my-page h2.title,
    .my-page .page__title
    {
        padding-bottom: 40px;
    }
}
@media(max-width: 576px){
    .my-page ul li
    {
        flex-wrap: wrap;
        border: none !important;
        padding: 0 0px;
    }
    .my-page ul li .item
    {
        width: 100%;
        border-bottom: 1px dotted #949291;
        padding: 15px 0;
    }
    .my-page ul li:first-child .item:first-child
    {
        border-top: 1px dotted #949291;
    }
}
@media(max-width: 414px){
    .my-page ul li .item
    {
        padding: 12px 0;
    }
}
@media(max-width: 375px){
    .my-page ul li .item
    {
        padding: 10px 0;
    }
}
/*
==============================================================
========================== End my page =======================
==============================================================
*/
/*
==============================================================
==================== Contact history page ====================
==============================================================
*/
.contact-history .container-inner
{
    padding-bottom: 60px;
}
.contact-history .items,
.contact-history .items .item
{
    display: inline-block;
    width: 100%;
}
.contact-history .items .item .date,
.contact-history .items .item .lbl
{
    font-family: 'Noto Serif JP', 'YuMincho Extrabold', メイリオ, Meiryo, serif;
    font-weight: 700;
}
.contact-history .items .item
{
    margin-bottom: 40px;
}
.contact-history .items .item:last-child
{
    margin-bottom: 0;
}
.contact-history .items .item .date
{
    border-bottom: 1px dotted #949291;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.contact-history  .pagination
{
    margin: 20px 0 15px 0;
}
.contact-history a{
    color: inherit;
}
.contact-history .item:hover{
    opacity: 0.7;
}
/*
==============================================================
================== End Contact history page ==================
==============================================================
*/
