.c-faq {
    max-width: 950px;
    margin: 0 auto;
    line-height: 1.8;
    color: #333;
}
.c-faq dt,
.c-faq dd {
    display: flex;
    align-items: center;
}
.c-faq dt {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 15px;
    padding-top: 25px;
}
.c-faq dt:first-child {
    border-top: none;
    padding-top: 0;
}
.c-faq dt::before {
    content: "Q";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ff8e9c;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
}
.c-faq dd {
    margin: 0 0 35px 0;
    padding-bottom: 0;
}
.c-faq dd::before {
    content: "A";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fce4ec;
    color: #ff8e9c;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 15px;
}
@media screen and (max-width: 600px) {
    .c-faq dt::before,
    .c-faq dd::before {
        width: 34px;
        height: 34px;
        font-size: 1.1em;
        margin-right: 12px;
    }
}

/* メインバナー画像 */
.c-head-mv {
    background-color: #333;
    background-image: url(../img/column/head-mv-00.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    font-weight: bold;
    height: 300px;
    line-height: 1.4;
    position: relative;
    width: 100%;
}

.c-head-mv[data-number="01"] {
    background-image: url(../img/column/head-mv-01.jpg);
}

.c-head-mv[data-number="02"] {
    background-image: url(../img/column/head-mv-02.jpg);
}

.c-head-mv[data-number="03"] {
    background-image: url(../img/column/head-mv-03.jpg);
}

.c-head-mv[data-number="04"] {
    background-image: url(../img/column/head-mv-04.jpg);
}

.c-head-mv[data-number="05"] {
    background-image: url(../img/column/head-mv-05.jpg);
}

.c-head-mv[data-number="06"] {
    background-image: url(../img/column/head-mv-06.jpg);
}

.c-head-mv[data-number="07"] {
    background-image: url(../img/column/head-mv-07.jpg);
}

.c-head-mv[data-number="08"] {
    background-image: url(../img/column/head-mv-08.jpg);
}

.c-head-mv[data-number="09"] {
    background-image: url(../img/column/head-mv-09.jpg);
}

.c-head-mv[data-number="10"] {
    background-image: url(../img/column/head-mv-10.jpg);
}

.c-head-mv h2 {
    background: rgba(0, 0, 0, .4);
    border-bottom: none !important;
    color: #fff;
    font-size: 20px;
    text-align: left;
    margin: 0 !important;
    padding: .5em;
    position: relative;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .c-head-mv {
        height: auto;
        padding: 4.5em 0 0;
    }
    .c-head-mv h2 {
        font-size: 14px;
        font-weight: normal !important;
    }
}


/*間隔 共通*/
.u-m0 {
    margin: 0 !important;
}
.u-mt10 {
    margin-top: 10px !important;
}
.u-mt15 {
    margin-top: 15px !important;
}
.u-mt20 {
    margin-top: 20px !important;
}
.u-mt30 {
    margin-top: 30px !important;
}
.u-mt40 {
    margin-top: 40px !important;
}
.u-mt50 {
    margin-top: 50px !important;
}
.u-mt60 {
    margin-top: 60px !important;
}
.u-mt1em {
    margin-top: 1em !important;
}
.u-mb10 {
    margin-bottom: 10px !important;
}
.u-mb15 {
    margin-bottom: 15px !important;
}
.u-mb20 {
    margin-bottom: 20px !important;
}
.u-mb30 {
    margin-bottom: 30px !important;
}
.u-mb40 {
    margin-bottom: 40px !important;
}
.u-mb50 {
    margin-bottom: 50px !important;
}
.u-mb60 {
    margin-bottom: 60px !important;
}
.u-mb1em {
    margin-bottom: 1em !important;
}
.u-p0 {
    padding: 0 !important;
}
.u-p10 {
    padding: 10px !important;
}
.u-p15 {
    padding: 15px !important;
}
.u-p20 {
    padding: 20px !important;
}
.u-pt10 {
    padding-top: 10px !important;
}
.u-pt20 {
    padding-top: 20px !important;
}
.u-pt30 {
    padding-top: 30px !important;
}
.u-pt40 {
    padding-top: 40px !important;
}
.u-pt50 {
    padding-top: 50px !important;
}
.u-pt60 {
    padding-top: 60px !important;
}
.u-pt1em {
    padding-top: 1em !important;
}
.u-pb10 {
    padding-bottom: 10px !important;
}
.u-pb20 {
    padding-bottom: 20px !important;
}
.u-pb30 {
    padding-bottom: 30px !important;
}
.u-pb40 {
    padding-bottom: 40px !important;
}
.u-pb50 {
    padding-bottom: 50px !important;
}
.u-pb60 {
    padding-bottom: 60px !important;
}
.u-pb1em {
    padding-bottom: 1em !important;
}
#breadcrumbs {
    font-size: 90%;
    margin: 0 0 20px;
    text-align: left;
}
.l-section {}
.l-container {
    word-break: normal;
    margin: 0 auto 20px;
    max-width: 1020px;
    padding: 0 10px;
}


/*タイトル 共通*/
.l-container .l-heading-primary {}
.l-container .l-heading-secondary {
    border-bottom: 2px dotted #42aac7;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 22px;
}
.l-container .l-tertiary {
    border-left: 5px solid #42aac7;
    padding: 5px 5px 5px 10px;
    font-size: 20px;
}
.l-container .l-quaternary {}
/*コンテンツ内リンク 共通*/
.l-container a {}
.l-container a:hover {}
/*テキストブロック 共通*/
.c-block {
    overflow: hidden;
}
/*小見出しブロック 共通*/
.c-s-block {}
/*リスト 共通*/
.c-block ul, .c-block ol {
    margin: 1em 1em 1.8em 0;
    padding-left: 30px;
    vertical-align: top;
}
.c-block ul li, .c-block ol li {}
.c-block ul li {
    list-style: disc;
}
.c-block ol li {
    list-style: decimal;
}
.c-block ul li:last-of-type, .c-block ol li:last-of-type {}
.c-block ul li::marker, .c-block ol li::marker {
    color: #333;
}
/*テーブル 共通*/
.c-s-table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
    width: 60%;
    margin: 0;
    margin-bottom: 30px;
}
.c-s-table th {
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    background: #f7f7f7;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}
.c-s-table td {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
}
.c-s-table tr:nth-child(odd) {
    background-color: #eee;
}
/*アンカーテキスト 共通*/
.c-block a {}
/*末尾分 共通*/
.c-endblock {
    background: #eee;
    border: 1px solid #ddd;
    padding: 18px 18px 2px;
}
/*画像 共通*/
.img-left-s {
    float: left;
    margin: 0 4% 4% 0;
    width: 35%;
}
.img-right-s {
    float: right;
    margin: 0 0 4% 4%;
    width: 35%;
    border-radius: 20px;
}
.img-left-l {
    float: left;
    margin: 0 4% 4% 0;
    width: 30%;
}
.img-right-l {
    float: right;
    margin: 0 0 4% 4%;
    width: 30%;
}
.img-left-s img, .img-right-s img, .img-left-l img, .img-right-l img {
    vertical-align: middle;
    height: auto;
    width: 100%;
}
/*リンク一覧 共通*/
.c-linkblock {}
.c-linkblock h2 {
    border-bottom: 2px dotted #42aac7;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 22px;
}
.c-pagelink {
    counter-reset: number;
    list-style-type: none !important;
}
.c-pagelink li {
    border-bottom: 1px dashed #babec2;
    position: relative;
    padding: 1.5em 0.5em 1em 5em;
    counter-increment: number;
}
.c-pagelink li:before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    top: 1em;
    left: 0.5em;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 0;
    color: #fff;
    font-size: 2.2em;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #676f8e;
}
.c-pagelink li a {}
.c-pagelink li a:hover {}
.u-c-a {}
.u-c-a h3 {}
.u-c-a li {}
.u-c-a a {}
.u-c-a a:hover {}
/*NAP表 共通*/
.c-nap h2 {
    border-bottom: 2px dotted #42aac7;
    margin: 0 0 20px;
    padding: 0 0 5px;
    font-size: 22px;
}
.c-table {
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: left;
    width: 100%;
}
.c-table th {
    background: #ecf6f9;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
    width: 25%;
    padding: 10px;
}
.c-table td {
    background: #fff;
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
}
.c-table a {}
.c-table a:hover {}
/*ボタン 共通*/
.c-btn {
    text-align: center;
}
.c-btn-anchor {
    background: #42aac7;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    transition: 0.2s;
    max-width: 500px;
    width: 100%;
}
.c-btn-anchor:hover {
    opacity: 0.7;
    text-decoration: none;
}
@media (max-width: 768px) {
    /*タイトル スマホのみ*/
    .l-container .l-heading-primary {}
    .l-container .l-heading-secondary {
        font-size: 19px;
    }
    .l-container .l-tertiary {
        font-size: 17px;
    }
    .l-container .l-quaternary {
        font-size: 15px;
    }
    /*リンク一覧 スマホのみ*/
    .c-linkblock {}
    .c-linkblock h2 {
        font-size: 18px;
    }
    .c-pagelink {}
    .c-pagelink li {}
    /*NAP表 スマホのみ*/
    .c-nap h2 {
        font-size: 18px;
    }
    .c-table th, .c-table td {
        display: block;
    }
    .c-table th {
        width: auto;
    }
    .c-s-table {
        width: 100%;
    }
    /*画像 スマホのみ*/
    .img-left-s, .img-right-s, .img-left-l, .img-right-l {
        float: none;
        width: 100%;
        margin: 0 0 4%;
    }
}
@media (min-width: 768px) {
    /*ボタン PCのみ*/
    .c-btn-anchor {
        width: 45%;
    }
}