@charset "utf-8";

/*================================================== common ==================================================*/

body.online_counseling {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: .04em;
    text-align: justify;
    word-break: break-all;
    line-height: 1.5;
}
.italic {
    font-style: italic;
}
.lh15 {
    line-height: 1.5 !important;
}
.online_counseling .header {
    background: none;
}
.sec_overview_cont a,
.sec_course_cont a,
.sec_flow_cont a,
.sec_faq_cont a,
.sec_notes_cont a {
    text-decoration: underline;
}
.kv {
    margin: 0 0 84px;
    height: 640px;
    background: url("/common/rn_img/service/online_counseling/kv_pc.jpg") center no-repeat;
    background-size: auto 640px;
}
.c_blue {
    color: #2E8DA3;
}
.c_red {
    color: #F0765B;
}
.btn_40.large.blue {
    margin: 0 auto;
    width: 334px;
    background: #2E8DA3;
    border: none;
    border-radius: 26px;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 50px;
}
.news {
    display: flex;
    gap: 56px;
    align-items: center;
    margin: 0 auto 84px;
    padding: 20px 56px;
    width: 1064px;
    background: #fff;
    border: 1px solid #DCDDDD;
}
.news .ttl {
    font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
    font-size: 1.8rem;
    line-height: 1;
}
.news p {
    flex: 1;
}
.intro {
    margin-bottom: 84px;
    text-align: center;
}
.intro .ttl {
    margin-bottom: 28px;
    font-size: 2.6rem;
}
.intro p {
    margin-bottom: 28px;
    line-height: 2;
}
.sec_overview_cont,
.sec_course_cont,
.sec_flow_cont,
.sec_faq_cont,
.sec_notes_cont {
    margin: 0 auto 84px;
    width: 1064px;
}
.sec_overview_cont .ttl,
.sec_course_cont .ttl,
.sec_flow_cont .ttl,
.sec_faq_cont .ttl,
.sec_notes_cont .ttl {
    margin-top: -84px;
    margin-bottom: 56px;
    padding-top: 84px;
    padding-bottom: 10px;
    border-bottom: 2px solid #222222;
    font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: .04em;
    line-height: 1;
}
.sec_overview_cont {
    text-align: center;
}
.sec_overview_cont p {
    margin-bottom: 42px;
}
.sec_overview_cont img {
    margin: 0 auto 42px;
    width: 640px;
}
.sec_overview_cont dl {
    margin: 0 auto 42px;
    width: 728px;
    border-bottom: 1px solid #DCDDDD;
    overflow: hidden;
}
.sec_overview_cont dl dt,
.sec_overview_cont dl dd {
    padding: 20px 0;
    border-top: 1px solid #DCDDDD;
    text-align: left;
}
.sec_overview_cont dl dt {
    float: left;
    width: 224px;
}
.sec_overview_cont dl dd {
}
.sec_course_cont {
    text-align: center;
}
.sec_course_cont p {
    margin-bottom: 42px;
}
.sec_course_cont .img_3 {
    margin: 0 auto 42px;
    width: 390px;
}
.sec_course_cont .img_4 {
    margin: 0 auto 42px;
}
.sec_course_cont .img_5 {
    margin: 0 auto 42px;
    width: 640px;
}
.sec_flow_cont {
    text-align: center;
}
.sec_flow_cont p {
    margin-bottom: 42px;
}
.sec_flow_cont .img_6 {
    margin: 0 auto 42px;
}
.sec_faq_cont {
    text-align: center;
}
.sec_faq_cont p {
    margin-bottom: 42px;
}
.sec_faq_cont .wrap_qa {
    margin: 0 auto;
    max-width: 728px;
    border-top: 1px solid #DCDDDD;
    text-align: left;
}
.sec_faq_cont .wrap_qa section {
    padding: 42px 0;
    border-bottom: 1px solid #DCDDDD;
}
.sec_faq_cont .wrap_qa section .q,
.sec_faq_cont .wrap_qa section .a {
    position: relative;
    padding-left: 28px;
    font-feature-settings: "palt";
}
.sec_faq_cont .wrap_qa section .q {
    padding-right: 1em;
    position: relative;
    font-size: 1.6rem;
    letter-spacing: .08em;
    cursor: pointer;
}
.sec_faq_cont .wrap_qa section .a {
    margin-top: 14px;
    font-size: 1.4rem;
    letter-spacing: .04em;
}
.sec_faq_cont .wrap_qa section .q .qa,
.sec_faq_cont .wrap_qa section .a .qa {
    position: absolute;
    top: 0; left: 0;
    font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.1;
}
.sec_faq_cont .wrap_qa section .a p {
    margin-bottom: 1em;
}
.sec_faq_cont .wrap_qa section .q:before,
.sec_faq_cont .wrap_qa section .q:after {
    content: "";
    position: absolute;
    top: 12px; right: 0;
    width: 14px; height: 1.5px;
    background: #222;
    transition: all .15s ease;
}
.sec_faq_cont .wrap_qa section .q:after {
    transform: rotate(90deg);
}
.sec_faq_cont .wrap_qa section .q.active:after {
    transform: rotate(0);
}
.sec_notes_cont {
    text-align: center;
}
.sec_notes_cont p {
    margin-bottom: 42px;
}
.sec_notes_cont .notes {
    margin: 0 auto 42px;
    padding: 28px;
    width: 728px;
    height: 280px;
    overflow: auto;
    box-sizing: border-box;
    border: 1px solid #DCDDDD;
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
}
.sec_notes_cont .notes ol {
}
.sec_notes_cont .notes ol li {
    margin-left: 1.5em;
    list-style: decimal;
}
.sec_notes_cont .notes ol li ul li {
    list-style: disc;
}

















