@charset "utf-8";

body {
    line-height: 2;
}
img {
    max-width: 100%;
}
.bg-pink {
    background-color: #ffe4ea;
}
.bg-dark-pink {
    background-color: #ea617f;
}
.text-white {
    color: #fff;
}
.text-dark-pink {
    color: #ea617f;
}
.arrow_down {
    position: relative;
}
.arrow_down::after {
    content: "\f063";
    font-family: "FontAwesome";
    font-size: 2em;
    color: #ea617f;
    position: absolute;
    top: 100%;
    left: calc(50% - 1em / 2);
}
/* .link_arrow_right {
    color: #ea617f;
}
.link_arrow_right::before {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-right: 0.5em;
} /* to common.css *******/
.btn_arrow_right::after {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: 0.5em;
}
.arrow_list {
    padding-left: 10px;
}
.arrow_list li {
    line-height: 2;
    margin-bottom: 10px;
}
.arrow_list li::before {
    content: "\f061";
    font-family: "FontAwesome";
    color: #ea617f;
    margin-right: 0.5em;
}
.chk_list {
    padding-left: 10px;
}
.chk_list li {
    line-height: 2;
}
.chk_list li::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #ea617f;
    margin-right: 0.5em;
}
.content_wrapper {
    width: 96%;
    margin: 0 auto;
    padding: 30px 0;
    margin-top: 90px;
}
.content_wrapper.first {
    margin-top: 0;
}
.bg-white-content {
    padding: 50px 6%;
    background: #fff;
    border-radius: 12px;
}
.bg-white-content.upper-connect {
    border-radius: 0 0 12px 12px;
}
.bg-white-content.downer-connect {
    border-radius: 12px 12px 0 0;
}
.bg-white-content.both-connect {
    border-radius: 0;
}
.lower-01 li {
        padding-right: 32px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-50 {
    margin-top: 50px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-20 {
    padding: 20px;
}
.text-0_75em {
    font-size: 0.75em;
}
.text-0_875em {
    font-size: 0.875em;
}
.text-1em {
    font-size: 1em;
}
.lh-1_5 {
    line-height: 1.5;
}
.border-b1 {
    border-bottom: 1px solid #ccc;
}
.border-radius10 {
    border-radius: 10px;
}
.border-pink {
    border: 1px solid #ffe4ea;
}
.border-dark-pink {
    border: 1px solid #ea617f;
}
.under-h {
    padding-top: 72px;        
}
.d-flex1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.d-flex2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.page_h2 {
    padding: 30px 0;
    font-size: 2.5rem;
}
.page_h3 {
    font-size: 2.25rem !important;
    color: #ea617f;
    font-weight: bold;
    line-height: 1.5;
}
.page_h4 {
    font-size: 1.875rem;
    line-height: 1.5;
}
.page_h5 {
    font-size: 1.75rem;
}
.flow_arrow {
    background-color: #ea617f;
    color: #fff;
    padding: 10px;
    line-height: 1.5;
    position: relative;
}
.flow_arrow::after {
    content: "";
    display: block;
    border-top: 10px solid #ea617f;
    border-right: 10px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: calc(50% - 1.125em / 2);
}
.col_box {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}
.free-consultation {
    margin-top: 12%;
    margin-bottom: -8%;
}
.free-consultation a {
    background-color: #ea617f;
    color: #fff;
    border-radius: 23px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ea617f;
    box-shadow: 1px 1px 3px #369;
}
.free-consultation a:hover {
    background-color: #fff;
    color: #ea617f;
}
.question {
    line-height: 2;
    margin-left: 40px;
}
.question::before {
    content: "Q";
    background-color: #00b1df;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    width: 2em;
    text-align: center;
    border-radius: 50%;
    margin-left: -48px;
}
.answer {
    padding-left: 40px;
}
.answer::before {
    content: "A";
    background-color: #ea617f;
    color: #fff;
    margin-right: 10px;
    display: inline-block;
    width: 2em;
    text-align: center;
    border-radius: 50%;
    margin-left: -42px;
}
@media (min-width: 768px) {
    .content_wrapper {
        margin-top: 120px;
    }
    .d-flex1 {
        flex-wrap: nowrap;
    }
    .d-flex2 {
        justify-content: space-evenly;
    }
    .page_h2 {
        padding: 30px 0;
        font-size: 2.75rem;
    }
    .page_h3 {
        font-size: 2.625rem !important;
    }
    .page_h4 {
        font-size: 2.25rem;
    }
    .free-consultation a {
        font-size: 1.5em;
        border-radius: 35px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .question::before {
        margin-left: -52px;
    }
    .answer {
        padding-left: 50px;
    }
}
@media (min-width: 992px) {
    .content_wrapper {
        width: 960px;
        margin-top: 120px;
    }
    .bg-white-content {
        padding: 50px 60px 50px 60px;
    }
    .under-h {
        padding-top: 120px;
    }
    .page_h2 {
        padding: 60px 0;
        font-size: 3.5rem;
    }
    .page_h3 {
        font-size: 3rem !important;
    }
    .page_h4 {
        font-size: 2.5rem;
    }
    .flow_arrow {
        padding: 23.5px 10px;
        text-align: center;
    }
    .flow_arrow.row2 {
        padding: 10px;
    }
    .flow_arrow::after {
        border-top: 37px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 37px solid transparent;
        border-left: 30px solid #ea617f;
        top: 0;
        left: 100%;
    }
    .col_box {
        max-width: 100%;
    }
    .arrow_down {
        height: 72px;
    }
}
@media (min-width: 1200px) {
    .content_wrapper {
        margin-top: 12%;
    }
    .free-consultation a {
        font-size: 2em;
        border-radius: 43px;
        padding: 0.5em 1em; 
    } 
}