/*
    子ページ共用
-------------------- */
.child_table th { background: #efefef; }
.child_table th, .child_table td {
    border: 1px solid #ccc;
    padding: 0.5em;
}
.child_heading1 {
    position: relative;
    padding-left: 0.7em;
    line-height: 2;
}
.child_heading1:after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 5px;
    height: 1.5em;
    background-color: rgba(32,81,149,1.00);
}
.child_heading1_wrap { margin-top: 2em; }
.child_heading1_wrap_1em { margin-top: 1em; }
/* PC */
@media screen and (min-width: 1080px){
}
/* SP */
@media screen and (max-width: 1079px){
    /* tb  */
    @media screen and (min-width: 768px){
    }
    /* se他 */
    @media screen and (max-width: 374px){
    }
}

/*
    会社概要
-------------------- */
.company {
    margin-top: 1em !important;
    line-height: 1.4em;
}
.company table {
    font-size: inherit !important;
    margin-top: 1em !important;
}
.company table th { white-space: nowrap !important; }
.company table th, .company table td {
    padding: 0.5em !important;
    width: auto !important;
}
/* PC */
@media screen and (min-width: 1080px){
}
/* SP */
@media screen and (max-width: 1079px){
    /* tb  */
    @media screen and (min-width: 768px){
    }
    /* se他 */
    @media screen and (max-width: 374px){
    }
}

/*
    個人情報保護
-------------------- */
/* PC */
@media screen and (min-width: 1080px){
    .privacy_p { padding: 1em; }
    .privacy_ul {  padding: 1em 1em 1em 2.5em; }
    .privacy_table { width: calc(100% - 2em) !important; }
}
/* SP */
@media screen and (max-width: 1079px){
    .privacy_p { padding: 1em 0; }
    .privacy_ul {  padding: 1em 0 1em 1.5em; }
    /* tb  */
    @media screen and (min-width: 768px){
    }
    /* se他 */
    @media screen and (max-width: 374px){
    }
}

/*
    ご利用ガイド
-------------------- */
/* PC */
.guide_h2 { margin-top: 2em; }
.guide_btn {
    display: inline-block;
    padding: 0.5em 1em 0.5em 0.75em;
    background: rgba(246,198,23,1.00);
    color: #fff;
    text-decoration: none;
}
.guide_btn:hover, .guide_btn:visited, .guide_btn:active { color: #fff; }
@media screen and (min-width: 1080px){
}
/* SP */
@media screen and (max-width: 1079px){
    /* tb  */
    @media screen and (min-width: 768px){
    }
    /* se他 */
    @media screen and (max-width: 374px){
    }
}

/*
    よくある質問
-------------------- */
/* PC */
ul.qanda_menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}
ul.qanda_menu li {
    list-style-type: none;
    width: 33%;
}
.qanda_details summary {
    color: transparent;
    cursor: pointer;
}
.qanda_details summary span {
    color: rgba(32,81,149,1.00);
    border: 1px solid rgba(32,81,149,1.00);
    display: block;
    padding: 0.5em;
}
.qanda_details summary span:before {
    content: "Q. ";
    font-weight: 900;
}
.qanda_p {
    background: rgba(246,198,23,1.00);
    color: #555;
    padding: 0.5em;
}
.qanda_p:before {
    content: "A. ";
    font-weight: 900;
}
@media screen and (min-width: 1080px){
}
/* SP */
@media screen and (max-width: 1079px){
    ul.qanda_menu li {
        width: 50%;
        margin-bottom: 0.5em;
        font-size: 14px;
    }
    /* tb  */
    @media screen and (min-width: 768px){
        ul.qanda_menu li {
            width: 33%;
            font-size: inherit;
        }
    }
    /* se他 */
    @media screen and (max-width: 374px){
    }
}