@charset "utf-8";
/* CSS Document */

html {
    font-size: 16px;
}

* html body {
    background: url(null) fixed;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body {
    background-color: #FAEAEA;
    color: #000;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    *font-size: small;
    *font: x-small;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    -webkit-text-size-adjust: 100%;
    /*レスポンシブのとき*/
}

body, #wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

html {
    overflow-x: hidden;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, p, th {
    margin: 0;
    font-weight: normal;
}

.fc-re {
    color: #FF0004;
}

.fc-bk {
    color: #000;
}

.fw-b {
    font-weight: bold;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dblock {
    display: block;
}

.spwrap {
    width: 90%;
    margin: auto;
}

.pt01 {
    padding-top: 30px;
}

.pt02 {
    padding-top: 15px;
}

.pt03 {
    padding-top: 5px;
}

.pb01 {
    padding-bottom: 30px;
}

.pb02 {
    padding-bottom: 15px;
}

.mt01 {
    margin-top: 30px;
}

.mt02 {
    margin-top: 15px;
}

.mt03 {
    margin-top: 5px;
}

.mb01 {
    margin-bottom: 30px;
}

.mb02 {
    margin-bottom: 15px;
}

.wrap {
    width: 1000px;
    margin: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

.opa8:hover {
    opacity: .8;
}

.btn-line {
    position: relative;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
}

/*2020/02/21 naito --------------------------------------------------------------------------------------*/

.contact a {
    color: #000;
}

.contact a:hover {
    color: #FF4C00;
    text-decoration: none;
}

.contact ul a:hover {
    color: #fff;
    text-decoration: none;
}

.contact table th {
    width: 30%;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #C21A1A;
    background-color: #fff;
}

.contact table td {
    text-align: left;
    width: 70%;
    border-top: 1px solid #C21A1A;
}

@media screen and (max-width: 767px) {
    .contact table, .contact tbody, .contact table tr, .contact table th, .contact table td {
        display: block;
        width: 100%;
    }
}

.contact .he_rl {
    margin-bottom: 0px;
}

.contact .he_rrl {
    height: 21px;
}

.contact .pc_navi a {
    padding: 12px 0 12px !important;
}

.contact .post_area td, .contact .phone_number_area td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.required {
    color: #f00;
}

.contact main p, .contact main th, .contact main td span, .contact main label, .contact main .form-control, .contact main .form-control::placeholder, .contact main textarea::placeholder, .contact .submit_btn {
    font-size: 17px !important;
}

@media screen and (max-width: 414px) {
    .contact main p, .contact main th, .contact main td span, .contact main label, .contact main .form-control, .contact main .form-control::placeholder, .contact main textarea::placeholder, .contact .submit_btn {
        font-size: 20px !important;
    }
}

@media screen and (max-width: 1000px) {
    .contact main {
        margin-top: 80px;
    }
}

@media screen and (max-width: 768px) {
    .contact main {
        margin-top: 40px;
    }
}

@media screen and (max-width: 414px) {
    .contact main {
        margin-top: 70px;
    }
}

.contact .contact_content_area th, .contact .contact_content_area td {
    border-bottom: 1px solid #C21A1A;
}

.contact .desired_time_area th {
    padding-left: 6px;
    padding-right: 6px;
}

.contact .submit_btn_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .submit_btn_area button {
    width: 35%;
}

.contact.complete .top_content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact.complete section {
    margin-top: 20px;
}

.contact.complete button {
    width: 35%;
}

/*header--------------------------------------------------------------------------------------*/

.pc_header {
    background-color: #FFF;
}

.header_ttlcon {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.header_link {
    display: flex;
}

.he_rrl {
    display: flex;
}

.he_rrl02 {
    padding-left: 15px;
}

.he_rl {}

.he_rl:hover {
    color: #FF4C00;
    text-decoration: underline;
}

.he_icon {
    margin-right: 5px;
}

.header_ttl {}

.pc_headercon {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.header_l {}

.header_l img {}

.header_r {}

.he_con {}

.he_con img {}

.pc_header_list {
    background-color: #DD551B;
}

.pc_navi {
    display: flex;
    border-right: 1px solid #FFF;
}

.pc_navi a {
    width: calc(100%/5);
    padding: 12px 0 10px;
    border-left: 1px solid #FFF;
    color: #FFF;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pc_navi a:hover {
    background-color: #FF4C00;
}

.pc_navi li {
    text-align: center;
}

/*footer--------------------------------------------------------------------------------------*/

footer {
    margin-top: auto;
}

.pc_footer {
    background-color: #FFF;
}

.focon {}

.fo_l {}

.adress {}

.mail {}

.eigyo {}

.f_link:hover {
    color: #C21A1A;
}

.footer_menu {
    display: flex;
}

.footer_menu li {
    border-right: 1px solid #C21A1A;
}

.footer_menu li:last-child {
    border-right: none;
}

.footer_menu li:hover {
    color: #C21A1A;
}

.f_rp {
    padding-right: 10px;
}

.f_lrp {
    padding-left: 10px;
    padding-right: 10px;
}

.c_r {
    background-color: #DD551B;
    color: #FFF;
    padding: 7px 0 5px;
    font-size: 13px;
}

.page_top {
    z-index: 999;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 60px;
    bottom: 240px;
}

/*topcontent--------------------------------------------------------------------------------------*/

.mainimg {
    background-image: url(../img/m_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mainimg img {
    width: 100%;
    margin-bottom: -6px;
}

.top_content {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.top_content img {
    width: 100%;
}

.t_conl {
    width: 78%;
    background-color: #FFF;
}

.t_conlwrap {
    width: 95%;
    margin: auto;
}

.t_conshiryou {
    border: 1px solid #EEE;
}

.t_conr {
    width: 20%;
}

/*下層ページ--------------------------------------------------------------------------------------*/

.c-ttl {
    padding: 15px 10px 5px;
}

.c-ttl h2 {
    color: #C21A1A;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-family: 'EB Garamond', YuMincho, "游明朝", "yu-mincho-pr6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.c-ttl h2:before {
    margin-right: .3em;
}

.c-ttl h2:after {
    margin-left: .3em;
}

.c-ttl h2:before, .c-ttl h2:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #C21A1A;
    display: block;
}

/*c_schedule--------------------------------------------------------------------------------------*/

.c_schedule01 {}

.c_schedule01 img {
    width: 20%;
}

    {}

.c_schedule01box {
    display: flex;
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
    background-color: #FFECEC;
}

.c_schedule02box {
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 50px;
    background-color: #FFECEC;
}

.c_schedule01box:after {
    content: url(../img/c_scafter.png);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    text-align: center;
    margin: auto;
}

.c_schedule01box p {
    font-size: 18px;
    padding-left: 30px;
}

.c_schedule02box p {
    font-size: 18px;
    padding-left: 30px;
}

.c_scheste {
    font-size: 14px;
}

.c_scheste02 {
    color: #C21A1A;
}

.c_sccon02ttl {
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 15px;
    border-left: 5px solid #C21A1A;
    background-color: #E8E8E8;
}

/*faq--------------------------------------------------------------------------------------*/

.c_faq01 {}

.c_faqq {
    position: relative;
    padding-left: 10px;
}

.c_faqq:before {
    content: url(../img/c_faqq.png);
    position: absolute;
}

.c_faqq p {
    color: #001B4A;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 50px;
    font-size: 20px;
}

.c_faqa {
    border-radius: 5px;
    background: #FFF7DF;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.c_faqa:before {
    content: url(../img/c_faqa.png);
    position: absolute;
    top: 10px;
}

.c_faqacome {
    padding-left: 50px;
}

.c_faqacome01 {
    padding-top: 10px;
}

.c_faqacome02 {}

.c_faqacome03 {}

.c_faqacomeul {}

.c_faqacomeul li {
    position: relative;
    margin-top: 10px;
}

.c_faqacomeul li:before {
    position: absolute;
    content: "・";
    left: -15px;
}

/*finance--------------------------------------------------------------------------------------*/

.c_fin {}

#yuushi .cm_l {
    text-shadow: 1px 1px 1px #aaa;
    font-size: 35px;
    font-weight: bold;
    color: #C30;
    text-align: center;
    letter-spacing: 2px;
    background: antiquewhite;
    padding: 15px 0 12px;
    margin: 0 0 20px;
}

.c_fincome {
    padding: 0 0 30px;
    line-height: 2;
}

.c_finfc {}

.c_finfc h3 {
    color: #005EBB;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 18px;
    text-align: center;
    background: aliceblue;
    margin: 0 0 20px;
}

.c_finfcs {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.c_finstep {}

.c_finstepb {
    padding: 0 0 30px;
}

.c_finstepb_last {
    padding: 0 0 15px;
}

.c_finstep .step {
    font-size: 20px;
    font-weight: bold;
    background-color: #005EBB;
    padding: 5px 20px 3px;
    border-radius: 30px;
    color: #FFF;
}

.c_finstep .ttl {
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
    text-shadow: 0px 1px 1px #BBB;
}

.c_finstep ol {
    margin: 0;
    padding: 10px 0 8px 30px;
}

.c_finstep li {
    padding: 3px 0;
    border-bottom: 1px dashed #CCC;
    list-style-position: inside;
    list-style: unset;
}

/*company--------------------------------------------------------------------------------------*/

.c_com01 {}

.c_com01come {}

.c_com01 table {
    border-collapse: collapse;
    width: 100%;
}

.c_com01 tr {}

.c_com01 td {
    width: 50%;
    padding: 10px;
    border: 1px solid #333;
}

.t_bg {
    background-color: #EEE;
}

.c_com01come {
    padding-left: 15px;
    border-left: 5px solid #C21A1A;
    font-size: 20px;
    margin-bottom: 10px;
}

.com_map {}

.com_map iframe {
    width: 100%;
    height: 350px;
}

.c_comprecome {
    padding: 15px;
    border: 2px solid #EEE;
}

.c_compreul {}

.c_compreul li {
    padding-top: 5px;
}

.c_compreul li:before {
    content: "・";
}

.c_compulp a {
    color: #C21A1A;
}

.c_compulp a:hover {
    text-decoration: underline;
}

/*mailform--------------------------------------------------------------------------------------*/

/*colmn--------------------------------------------------------------------------------------*/

.c_col {}

.c_col a {
    color: #0078C6;
    text-decoration: underline;
}

.c_col a:hover {
    text-decoration: none;
}

/*1001px以上--------------------------------------------------------------------------------------*/

@media screen and (min-width: 1001px) {
    .pcnone {
        display: none;
    }

    .pcnone02 {
        display: none;
    }
}

/*1000px以下--------------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    body {
        margin-top: 85px;
    }

    .pcnone {
        display: block;
    }

    .spnone {
        display: none;
    }

    .wrap {
        width: 95%;
        margin: auto;
    }

    /*header--------------------------------------------------------------------------------------*/
    .sp_header {
        top: 0;
        border-top: 5px solid #DD551B;
        position: fixed;
        width: 100%;
        z-index: 9999;
        background-color: rgba(255, 255, 255, .8);
    }

    .header-logo img {
        padding-top: 0;
        margin-bottom: -13px;
        width: 75%;
    }

    .spheadermenu {
        display: flex;
        align-items: center;
        padding: 10px 15px;
        justify-content: space-between;
        position: relative;
    }

    .button-right {
        margin: 0;
        display: flex;
        position: relative;
    }

    .sp_htel {
        position: absolute;
        right: 55px;
        top: 5px;
    }

    .sp-menu-button {
        color: #DD551B;
        padding: 0;
        border: none;
        outline: none;
        background: none;
        font-size: 35px;
        cursor: pointer;
    }

    .sp-menu-button:after {
        font-weight: bold;
        display: block;
        content: "MENU";
        font-size: 11px;
        margin-top: -5px;
    }

    .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
        content: "\f0c9";
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .top-nav {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
    }

    .top-menu {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #DD551B;
    }

    .top-menu li {
        border-bottom: 1px solid #FFF;
    }

    .top-menu li a {
        color: #FFF;
    }

    .top-menu a {
        display: block;
        padding: 12px 0 10px 15px;
        font-size: 14px;
        text-decoration: none;
        color: #FFF;
    }

    .top-menu a:hover {
        background-color: #999;
    }

    .sp_tel_img {
        position: absolute;
        right: 60px;
    }

    .sp_tel_img img {
        margin-bottom: -5px;
        width: 90%;
    }

    /*footer--------------------------------------------------------------------------------------*/
    .sp_footer {
        background-color: #FFF;
    }

    .focon_sp img {
        width: 80%;
    }

    .c_r {
        font-size: 10px;
    }

    .page_top {
        right: 0;
        bottom: 0;
        opacity: .8;
    }

    /*topcontent--------------------------------------------------------------------------------------*/
    .top_content {
        display: block;
    }

    .top_content img {
        width: 100%;
        height: auto;
    }

    .t_conl {
        width: 100%;
        background-color: #FFF;
    }

    .mainimg_sp {}

    .mainimg_sp img {
        width: 100%;
    }

    /*下層ページ--------------------------------------------------------------------------------------*/
    /*c_schedule--------------------------------------------------------------------------------------*/
    .c_schedule01 img {
        width: 20%;
    }
}

/*600以下--------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px) {
    .pcnone02 {
        display: block;
    }

    .spnone02 {
        display: none;
    }

    .pt01 {
        padding-top: 20px;
    }

    .pt02 {
        padding-top: 10px;
    }

    .pt03 {
        padding-top: 2px;
    }

    .pb01 {
        padding-bottom: 20px;
    }

    .pb02 {
        padding-bottom: 10px;
    }

    .mt01 {
        margin-top: 20px;
    }

    .mt02 {
        margin-top: 10px;
    }

    .mt03 {
        margin-top: 2px;
    }

    .mb01 {
        margin-bottom: 20px;
    }

    .mb02 {
        margin-bottom: 10px;
    }

    p, ul, li, ol {
        font-size: 16px;
        line-height: 1.8;
    }

    /*top_content--------------------------------------------------------------------------------------*/
    .top_content {
        padding-top: 15px;
    }

    /*下層ページ--------------------------------------------------------------------------------------*/
    .c-ttl h2 {
        font-size: 20px;
        font-weight: bold;
    }

    /*c_schedule--------------------------------------------------------------------------------------*/
    .c_schedule01box {
        display: block;
        margin-bottom: 30px;
        border-radius: 5px;
        padding: 10px 5px 8px;
    }

    .c_schedule02box {
        display: block;
        border-radius: 5px;
        padding: 5px 5px 10px;
    }

    .c_schedule01 img {
        width: 40%;
    }

    .c_schedule01box p {
        font-size: 16px;
        padding-left: 5px;
    }

    .c_schedule02box p {
        font-size: 16px;
        padding-left: 5px;
    }

    /*faq--------------------------------------------------------------------------------------*/
    .c_faqq:before {
        content: url(../img/c_faqq_sp.png);
    }

    .c_faqa:before {
        content: url(../img/c_faqa_sp.png);
    }

    .c_faqq p {
        padding-top: 2px;
        color: #001B4A;
        padding-bottom: 10px;
        padding-left: 25px;
        font-size: 16px;
    }

    .c_faqq {
        padding-left: 5px;
        padding-right: 5px;
    }

    .c_faqa {
        padding-left: 5px;
        padding-right: 5px;
    }

    .c_faqacome {
        padding-left: 25px;
    }

    .c_faqacome01 {
        padding-top: 2px;
    }

    /*company--------------------------------------------------------------------------------------*/
    .c_com01come {
        font-size: 16px;
    }

    .c_com01 table {
        border: 2px solid #EEE;
    }

    .c_com01 td {
        display: block;
        width: 100%;
        padding: 5px;
        font-size: 16px;
        border: 1px solid #EEE;
    }

    .c_comprecome {
        padding: 5px;
    }

    .c_compreul li {
        font-size: 16px;
    }

    .c_compulp a {
        font-size: 16px;
    }

    /*finance--------------------------------------------------------------------------------------*/
    #yuushi .cm_l {
        font-size: 23px;
        margin: 0 0 10px;
    }

    #yuushi .cm_l span {
        font-size: 16px;
    }

    .c_finfc h3 {
        font-size: 23px;
        padding: 15px 0 10px;
    }

    .c_finfcs {
        font-size: 12px;
    }

    .c_fincome p {
        margin-bottom: 10px;
    }

    .c_finstepb {
        text-align: center;
    }

    .c_finstepb_last {
        text-align: center;
    }

    .c_finstep .step {
        font-size: 18px;
        padding: 8px 110px 6px;
    }

    .c_finstep .ttl {
        font-size: 16px;
        padding: 10px 0 0;
        display: block;
    }

    .c_finstep ol {
        text-align: left;
    }

    /*mailform--------------------------------------------------------------------------------------*/
    .mailform th, .mailform td {
        display: block;
        border-bottom: none;
        padding: 7px 7px;
    }

    .mailform th {
        background-color: #EEE;
    }

    .c_con {
        font-size: 16px;
    }

    form#mailform {
        font-size: 16px;
        padding: 0;
    }

    form#mailform label {
        padding: 5px 0;
    }

    .c_thanc {
        font-size: 20px;
        letter-spacing: 1.5px;
        padding: 20px 0 15px;
    }

    .c_thancome {
        line-height: 1.8;
    }

    /*colmn--------------------------------------------------------------------------------------*/
    .c_col {}

    .c_col a {
        display: block;
        padding-top: 5px;
    }
}


/* ---------------------------------------------
	ページ改修　追加分
--------------------------------------------- */

.sp {
    display: none;
}

@media screen and (max-width:768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .id_margin {
        padding-top: 80px;
        margin-top: -80px;
    }
}

.box:not(:last-child) {
    margin-bottom: 30px;
}

.box:not(:last-child) img {
    margin-bottom: 10px;
}




/* =============================
共通パーツ
============================= */
.parts_list-price {
    background: #F2EBCE;
    padding: 25px;
    border-radius: 10px;
}

.parts_list-price .inner {
    background: #fff;
    padding: 20px;
}

.parts_list-price .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    font-weight: bold;
    font-size: 24px;
    border-bottom: 1px solid #F2EBCE;
    padding: .3em 0;
}

.parts_list-price .item:not(:first-of-type) {
    margin-top: .3em;
}

.parts_list-price dt,
.parts_list-price dd {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .parts_list-price {
        padding: 10px;
        border-radius: 5px;
    }

    .parts_list-price .inner {
        padding: 20px 15px;
    }

    .parts_list-price .item {
        font-size: 15px;
        display: block;
    }

}


/* 実績のリスト */
.parts_list-achieve {
    padding: 0 20px;
}

.parts_list-achieve .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #D4C853;
    padding-bottom: 5px;
}

.parts_list-achieve .item :not(:first-child) {
    margin-top: 1em;
}

.parts_list-achieve dd {
    line-height: 1;
    color: #FF7C00;
    background: -webkit-linear-gradient(top, #CEBF3A 0%, #F3E45D 50%, #CEBF3A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.parts_list-achieve dd .num {
    font-size: 40px;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {

    .parts_list-achieve {
        padding: 0 15px;
    }

    .parts_list-achieve .item {
        font-size: 20px;
    }

    .parts_list-achieve dd .num {
        font-size: 30px;
    }
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}



.voice-item__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
}


/* =============================
よくある質問
============================= */

.faq__list {
    padding: 30px 20px;
}


.faq__item:not(:first-of-type) {
    margin-top: 100px;
}

.faq-list .item {
    padding: 0.5em 0;
    border-bottom: 1px solid #c0c0c0;
}

.faq-list dt,
.faq-list dd {
    padding: 0.5em 25px 0.5em 45px;
    position: relative;
}

.faq-list dt {
    font-size: 20px;
}

.faq-list dd {
    display: none;
}

.faq-list dt::before,
.faq-list dd::before {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    left: 0;
}

.faq-list dt::before {
    content: 'Q';
    top: 10px;
    background-color: #DC89A6;
}

.faq-list dd::before {
    content: 'A';
    top: 5px;
    background-color: #75ADC7;
}

.faq-list dt::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 2px solid #DC89A6;
    border-right: 2px solid #DC89A6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 0;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.faq-list .item.is-active dt::after {
    transform: rotate(-135deg);
}


@media only screen and (max-width: 768px) {
    .faq-list dt {
        font-size: 16px;
    }

    .faq-list dt::before {
        top: 4px;
    }

    .faq-list dd {
        margin-top: 10px;
    }

    .faq-list dt::after {
        top: 10px;
    }

}






.list-ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
}

.list-ol>li {
    position: relative;
    padding-left: 20px;
    margin-top: .5em;
}

.list-ol>li::before {
    counter-increment: item;
    content: counter(item) ".";
    display: inline-block;
    font-family: "oswald", serif;
    font-size: 14px;
    font-weight: bold;
    color: #DC89A6;
    position: absolute;
    left: 0;
}

/* イロハニホヘトリスト */
.list-iroha {
    counter-reset: iroha;
    list-style-type: none;
    padding: 0;
}

.list-iroha>li {
    position: relative;
    padding-left: 20px;
    margin-top: .5em;
}

.list-iroha>li::before {
    counter-increment: iroha;
    content: counter(iroha, katakana-iroha) ".";
    display: inline-block;
    font-family: "oswald", serif;
    font-size: 14px;
    font-weight: bold;
    color: #DC89A6;
    position: absolute;
    left: 0;
}

/* アイウエオリスト */
.list-kana {
    counter-reset: kana;
    list-style-type: none;
    padding: 0;
}

.list-kana>li {
    position: relative;
    padding-left: 20px;
    margin-top: .5em;
}

.list-kana>li::before {
    counter-increment: kana;
    content: counter(kana, katakana) ".";
    display: inline-block;
    font-family: "oswald", serif;
    font-size: 14px;
    font-weight: bold;
    color: #DC89A6;
    position: absolute;
    left: 0;
}


/* =============================
  タイトル系
  ============================= */


.title-underline {
    font-size: 2em;
    border-bottom: 1px solid #ccc;
    margin: 2em 0 1em;
}

.title-center {
    font-size: 24px;
    font-weight: bold;
    padding-left: .5em;
    border-left: 5px solid #DD551B;
    margin-bottom: 0.5em;
}

.title-bold {
    font-weight: bold;
    font-size: 1.2em;
    margin: 2em 0 1em;
}

.text-bold {
    font-weight: bold;
    font-size: 1.2em;
}