@charset "utf-8";
/* CSS Document */
html {
    font-size: 9px;
}
.inner {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    padding: 20px 0;
}
.inner section {
    margin-bottom: 30px;
}
.inner h1 {
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
}
.inner p {
    margin-bottom: 1em;
    font-size: 1.6rem;
}
img.hagaki {
    border: 1px solid #ccc;
    float: right;
    width: 250px;
    margin-left: 30px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 10px 0px;
}
div.caution {
    background-color: #fff3f6;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #c03;
    display: table;
    background-image: url("../../../images/support/ryokinkaitei_skz_pid/caution.png");
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 80px;
    margin: 30px 0;
}
div.info {
    background-color: #eee;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
    display: table;
    min-width: 350px;
}
div.info p.title {
    font-size: 1.9rem;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 1px dashed lightslategray;
}
table.info_table {
    font-size: 1.5rem;
}
table.info_table td, table.info_table th {
    padding: 5px;
}
table.info_table th {
    min-width: 80px;
}
table.info_table span {
    font-weight: normal;
}
dl.info {
    display: block;
    font-size: 1.6rem;
}
dl.info dd {
    font-weight: normal;
}
dl.info dt {
    font-weight: bold;
}
dl.info dd {
    font-weight: normal;
}
/*アコーディオン*/
.accordion {
    margin-bottom: 25px;
}
.accordion-header {
    padding: 10px 20px 10px 20px;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    background-color: #c2edff;
    background-image: url("../../../images/support/ryokinkaitei_skz_pid/circle.png");
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: 23px;
    font-weight: bold;
}
.accordion-header::before, .accordion-header::after {
    position: absolute;
    content: '';
    top: 1px;
    left: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background-color: #fff;
}
.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}
.accordion-header.active::after {
    transform: rotate(0deg);
}
.accordion-content {
    background-color: #FFF;
    padding: 12px 20px 10px;
    display: none;
    border: 1px solid #c2edff;
}
.accordion-content img {
    width: 450px;
    height: auto;
    margin-bottom: 10px;
}
.accordion-header p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 0;
}
.accordion-content div.flex {
    display: flex;
    margin-bottom: 10px;
}
.accordion-content div.flex div {
    width: 47%;
}
.accordion-content div.flex div:last-child {
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
}
.accordion-content div.flex div ul.list-disc {
    font-size: 1.6rem;
}
.accordion-content div.flex div span {
    font-size: 1.5rem;
}
.inq {
    font-size: 2.2rem !important;
    margin-top: 5px;
}
.inq_sub {
    display: inline-block;
    background-color: #00a2e6;
    color: white;
    border-radius: 15px;
    padding: 3px 15px;
}
.inq.hikari {
    /*color: #00a2e6;*/
}
.juyou {
    font-size: 1.5rem;
}
.juyou ul.list-disc > li {
    margin-bottom: 1em;
}
.juyou ul.list-number > li {
    margin-bottom: 1em;
}
/* ----------------------------------------------------------------
スマホ・タブレット
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .inner {
        padding: 12px;
        width: 100%;
    }
    img.hagaki {
        width: 40%;
        margin-left: 15px;
    }
    .accordion-header {
        background-position: 5px;
    }
    .accordion-header::before, .accordion-header::after {
        left: 10px;
    }
    .accordion-header p {
        padding-left: 13px;
    }
    .accordion-content {
        background-color: #FFF;
        padding: 10px;
    }
    .accordion-content img {
        width: 100%;
    }
    .accordion-content div.flex {
        display: block;
    }
    .accordion-content div.flex div {
        width: 100%;
    }
    .accordion-content div.flex div span {
        font-size: 1.4rem;
    }
    .accordion-content div.flex div:first-child {
        margin-bottom: 10px;
    }
    .accordion-content div.flex div:last-child {
        padding: 10px;
    }
    div.caution {
        padding: 10px;
        padding-left: 80px;
        margin: 15px 0;
    }
    .inq {
        font-size: 1.8rem !important;
    }
    .inq_sub {
        border-radius: 30px;
        text-align: center;
    }
    div.info {
        display: block;
        width: 100%;
        padding: 10px;
    }
}