@charset "UTF-8";
#contents {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#contents * {
    box-sizing: border-box;
    color: #353535;
    line-height: 1.8;
}
.title-line {
    text-align: center;
    overflow: hidden;
}
.title-line span {
    position: relative;
    display: inline-block;
}
.title-line span:before,
.title-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 370px;
    height: 1px;
    background: #c2c2c2;
}
.title-line span:before {
    right: 100%;
    margin-right: 10px;
}
.title-line span:after {
    left: 100%;
    margin-left: 10px;
}
.faq-top .title-line img {
    height: 44px;
}
.read {
    padding-top: 60px;
}
a:hover {
    opacity: 0.8;
}
#contents .bread_crumb_list {
    overflow: hidden;
    font-size: 12px;
    color: #888;
    padding-top: 50px;
    width: 870px;
    margin: 0 auto;
}
#contents .bread_crumb_list li {
    float: left;
    color: #888;
}
#contents .bread_crumb_list a span {
    color: #888;
}
/*faq top*/
.faq-top .faq-category-list ul {
    display: flex;
    justify-content: space-around;
}
.faq-top .faq-category-list a {
    display: block;
    text-align: center;
    width: 265px;
    background-color: #fafafa;
    border: #c3c2ca 1px solid;
    border-radius: 10px;
    padding: 20px;
    text-decoration: none;
}
.faq-top .faq-category-list a img {
    width: 100px;
    height: 100px;
}
.faq-top .faq-category-list .contact-link a img {
    width: 80px;
}
.faq-top .faq-category-list a span {
    display: block;
    padding-top: 35px;
    font-size: 18px;
}
/*faq category*/
.faq-category .read {
    text-align: center;
}
.faq-category .read span {
    display: block;
    font-size: 23px;
    font-weight: bold;
}
.faq-category .faq {
    max-width: 870px;
    margin: 0 auto;
    font-size: 15px;
    color: #333;
    margin-bottom: 30px;
}
.faq-category .faq-category-ttl {
    display: flex;
    align-items: center;
    font-weight: bold;
    padding: 12px 0;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}
.faq-category .faq-category-ttl .icon {
    display: flex;
    margin-right: 8px;
}
.faq-category .faq-category-ttl .icon img {
    width: 25px;
    height: 25px;
}
.faq-category .faq-item {
    border-bottom: 1px solid #cfcfcf;
}
/* 質問 */
.faq-question {
    position: relative;
    padding: 14px 40px 14px 30px;
    cursor: pointer;
    font-size: 16px;
}
/* 矢印（閉） */
.faq-question::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 1px solid #363636;
    border-bottom: 1px solid #363636;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform .3s ease;
}
/* 矢印（開） */
.faq-item.is-open .faq-question::after {
    transform: translateY(-50%) rotate(45deg);
}
/* 回答 */
.faq-answer {
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}
/* 中身（paddingはこっち） */
.faq-answer-inner {
    padding: 0 40px 16px 30px;
    font-size: 14px;
    line-height: 1.6;
}
.support-box {
    width: 870px;
    margin: 50px auto 0;
    background-color: #fdf9e5;
    padding: 35px;
}
.support-box p {
    max-width: 640px;
    margin: 0 auto;
}
#contents .support-box p a.support-link {
    /*color: #ea5404;*/
    text-decoration: underline;
}
#contents.faq-category,
#contents.renewal-termination {
    padding-bottom: 20px;
}
/*renewal termination*/
.renewal-termination section {
    width: 870px;
    margin: 0 auto;
}
.renewal-termination .title-line img {
    height: 50px;
}
.renewal-termination section {
    padding-top: 60px;
}
.renewal-termination section h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #cfcfcf;
    padding: 0 0 3px 30px;
}
.renewal-termination section .inner {
    margin-top: 20px;
    padding: 0 16px;
}
.renewal-termination section h4 {
    font-size: 16px;
    font-weight: bold;
}
.renewal-termination section .detail {
    padding: 0 15px;
}
.faq-termination .inner ul li img {
    width: 480px;
    margin: 30px 0 50px 120px;
    display: block;
}
.faq-termination .inner ul li {
    margin-left: 50px;
    font-size: 14px;
    margin-top: 20px;
}
.faq-termination .inner ul li h5 {
    font-weight: bold;
    margin-left: -27px;
}
#contents .faq-termination .inner ul li a {
    text-decoration: underline;
    color: #ea5404;
}
#contents .faq-termination .inner ul li h5 span {
    font-size: 10px;
    border: 1px solid;
    width: 20px;
    display: inline-flex;
    color: #666;
    height: 20px;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    justify-content: center;
    margin-right: 7px;
}
.renewal-termination .link {
    text-align: center;
}
.renewal-termination .link a {
    display: block;
    background-color: #fafafa;
    border: #c3c2ca 1px solid;
    width: 420px;
    margin: 70px auto 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    text-decoration: none;
}
@media (min-width: 640px) {
    .faq-top .read {
        width: 680px;
        margin: 0 auto 60px;
    }
    .sp_design {
        display: none;
    }
}
@media (max-width: 639px) {
    .sp_design {
        display: block;
    }
    .faq-top .title-line img {
        height: 7vw;
    }
    .read {
        padding: 20px 20px;
        font-size: 3.5vw;
    }
    #contents {
        padding: 40px 0 20px;
    }
    #contents .bread_crumb_list {
        padding-top: 0;
        width: auto;
        margin: 20px 20px 0;
    }
    /*faq top*/
    .faq-top .faq-category-list a {
        width: 100%;
        border-radius: 5px;
        padding: 2vw;
        height: 29vw;
    }
    .faq-top .faq-category-list ul {
        margin: 0 20px;
    }
    .faq-top .faq-category-list li {
        width: 30%;
    }
    #contents.faq-top .faq-category-list a span {
        font-size: 3.5vw;
        padding-top: 10px;
        line-height: 1.5;
    }
    #contents.faq-top .faq-category-list a img {
        width: 11vw;
        height: 12vw;
    }
    #contents.faq-top .faq-category-list .contact-link a img {
        width: 10vw;
    }
    /*faq category*/
    .faq-category .read span {
        font-size: 4vw;
        margin-bottom: 10px;
    }
    .faq-category .read p {
        text-align: left;
    }
    .faq-category .read p span {
        text-align: center;
    }
    .faq-category .faq {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .faq-category .faq-category-ttl {
        font-size: 4vw;
    }
    .faq-category .faq-category-ttl .icon img {
        width: 23px;
        height: 23px;
    }
    .faq-question {
        padding: 8px 20px 8px 5px;
        font-size: 3.5vw;
    }
    .faq-question::after {
        right: 10px;
        width: 8px;
        height: 8px;
    }
    .faq-answer-inner {
        padding: 0 5px 10px;
    }
    .support-box {
        width: auto;
        margin: 20px;
        padding: 15px;
    }
    .support-box p {
        font-size: 3.3vw;
    }
    /*renewal termination*/
    .faq-top.renewal-termination .title-line img {
        height: 6vw;
    }
    .renewal-termination section {
        padding: 20px 20px 0;
        width: auto;
    }
    .renewal-termination section h3 {
        font-size: 4vw;
        padding: 0 0 0 10px;
    }
    .renewal-termination section .inner {
        margin-top: 10px;
        padding: 0;
    }
    .renewal-termination section h4 {
        font-size: 3.8vw;
    }
    .renewal-termination section .detail {
        padding: 0;
        font-size: 3.5vw;
    }
    .faq-termination .inner ul li {
        margin-left: 0;
        font-size: 3.5vw;
        margin-top: 10px;
    }
    .faq-termination .inner ul li h5 {
        margin-left: 0;
        font-size: 3.8vw;
    }
    .faq-termination .inner ul li img {
        width: auto;
        margin: 20px 0;
    }
    .renewal-termination .link a {
        width: 80%;
        font-size: 4.3vw;
        padding: 15px 0;
        margin: 30px auto 10px;
    }
    #contents .faq-termination .inner ul li h5 span {
        margin-right: 5px;
    }
}
@media screen and (min-width:768px) and (max-width:1024px) {
    /*ipad*/
    #main {
        width: auto;
    }
    .renewal-termination section,
    .faq-category .faq,
    .support-box,
    #contents {
        width: auto;
        margin: 0 20px;
    }
    #contents .bread_crumb_list {
        width: auto;
        margin: 0 20px;
    }
    .faq-termination .inner ul li img {
        margin: 30px auto 50px;
        display: block;
        width: 70%;
    }
    .support-box p {
        max-width: none;
        margin: 0 auto;
        width: 90%;
    }
    .support-box {
        margin-top: 50px;
    }
    #copyright {
        margin: 0 20px;
    }
    .faq-top .faq-category-list a {
        width: 100%;
    }
    .faq-top .faq-category-list li {
        width: 30%;
    }
    .faq-top .faq-category-list a span {
        font-size: 16px;
        padding-top: 25px;
    }
    .faq-top .faq-category-list a img {
        width: 80px;
        height: 80px;
    }
    .faq-top .faq-category-list .contact-link a img {
        width: 70px;
    }
}
