@-webkit-keyframes pyonAction
{
    35%
    {
        -webkit-transform: scale(.97);
                transform: scale(.97);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pyonAction
{
    35%
    {
        -webkit-transform: scale(.97);
                transform: scale(.97);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@-webkit-keyframes pyonAction_large
{
    35%
    {
        -webkit-transform: scale(.87);
                transform: scale(.87);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pyonAction_large
{
    35%
    {
        -webkit-transform: scale(.87);
                transform: scale(.87);
    }
    100%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/* ------------------------
  Print Styles
------------------------ */
@media print
{
    *,
    *:before,
    *:after
    {
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100% !important;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}

.m-mv-faq
{
    background: url('/img/company/mv_company.jpg') center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 768px)
{
    .m-mv-faq
    {
        background: url('/img/company/mv_company_sp.jpg') center no-repeat;
        background-size: cover;
    }
}

.m-mv_body
{
    margin: -16px auto 0;
    padding-left: 68px;
}
@media screen and (max-width: 768px)
{
    .m-mv_body
    {
        margin: 0 auto 10.9375vw;
        padding-left: 0;
    }
}

.m-mv_title .jp
{
    font-size: 30px;
}

.question,
.answer
{
    font-size: 20px;
}

.question
{
    color: #094;
}

.answer
{
    width: 22px;
    height: 15px;

    fill: #f29b00;
}

.answer_bdy
{
    display: inline-block;

    width: calc(100% - 36px);
    margin-left: 6px; 

    vertical-align: top;
}

.faq_list
{
    letter-spacing: 1px;
}
.faq_list:not(:first-child)
{
    margin-top: 22px;
}
.faq_list dt
{
    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    padding: 0 0 14px 30px;

    cursor: pointer; 

    border-bottom: 1px solid #f5f5f5;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.faq_list dt:before
{
    font-family: 'Prompt b';
    font-size: 20px;

    position: absolute;
    top: 0;
    left: 0;

    display: block;

    content: 'Q.';

    color: #094;
}
.faq_list dd
{
    position: relative; 

    display: none;

    margin: 28px 0 0 32px;
}
.faq_list .prompt-b
{
    display: inline-block;

    margin-right: 12px;
}
@media screen and (max-width: 768px)
{
    .faq_list
    {
        font-size: 14px;
    }
}

.faq_list_txt
{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
@media screen and (max-width: 768px)
{
    .faq_list_txt
    {
        padding-right: 10px;
    }
}

.icon_link_target
{
    margin: -4px 2px 0 3px;
}

.faq_btn
{
    position: relative;

    display: inline-block;

    width: 30px;
    height: 30px;
    margin-left: auto;

    -webkit-transition: -webkit-transform .4s cubic-bezier(.25, .1, .25, 1);

    transition: -webkit-transform .4s cubic-bezier(.25, .1, .25, 1);

    transition: transform .4s cubic-bezier(.25, .1, .25, 1);

    transition: transform .4s cubic-bezier(.25, .1, .25, 1), -webkit-transform .4s cubic-bezier(.25, .1, .25, 1); 
    vertical-align: middle;

    border-radius: 50%;
    background: #094;
}
@media screen and (max-width: 768px)
{
    .faq_btn
    {
        width: 7.1875vw;
        height: 7.1875vw;
    }
}
.is-show .faq_btn
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.faq_btn:before,
.faq_btn:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 16px;
    height: 2px;
    margin: auto; 

    content: '';

    background: #fff;
}
@media screen and (max-width: 768px)
{
    .faq_btn:before,
    .faq_btn:after
    {
        width: 12px;
        height: 2px;

        border-radius: 2px;
    }
}
.faq_btn:after
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.faq_txt
{
    margin-top: 38px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    .faq_txt
    {
        font-size: 14px;

        margin-top: 28px;
    }
}

.font_orange
{
    color: #f29b00;
}

.m-target_link:hover
{
    color: #094;
}

.contact
{
    margin-top: 40px;
}

.faq_contact
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 40px 0;

    border-radius: 12px; 
    background: #f5f5f5;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
}
@media screen and (max-width: 768px)
{
    .faq_contact
    {
        padding: 20px;
    }
}

.faq_contact_num
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 

    margin-right: 40px;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;

        margin-right: 0;
    }
}

.faq_contact_num_list + .faq_contact_num_list
{
    margin-left: 40px;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num_list + .faq_contact_num_list
    {
        margin: 20px 0 0;
    }
}

.faq_contact_num_list dt
{
    font-weight: bold;
    line-height: 1;

    margin-bottom: 4px;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num_list dt
    {
        margin-bottom: 6px;

        text-align: center;
    }
}

.faq_contact_num_list dd
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1;

    position: relative; 

    padding-left: 26px;

    color: #094;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num_list dd
    {
        font-size: 16px;
    }
}
.faq_contact_num_list dd span
{
    font-size: 14px;

    margin-left: -26px;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num_list dd span
    {
        font-size: 12px;

        margin-left: 0;
    }
}
.faq_contact_num_list dd:before
{
    position: absolute;
    top: 3px;
    left: 0; 

    display: block;

    width: 28px;
    height: 17px;

    content: '';

    background: url('/img/common/icon_free_tel.svg') no-repeat;
    background-size: contain;
}
@media screen and (max-width: 768px)
{
    .faq_contact_num_list dd:before
    {
        top: 2px;

        width: 22px;
        height: 15px;
    }
}

a[href^='tel:']
{
    color: #094;
}
a[href^='tel:']:hover
{
    color: #094;
}
