@charset "utf-8";
/* @import url(css/wms/shared.css); */

body {
    font-family:"Noto Sans CJK JP",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic",Verdana,Meiryo,sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
}
p {
    margin: 0;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: .7;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    margin: 0;
}
h2 span {
    display: inline-block;
    position: relative;
}
h2::before {
    content: '';
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: inline-block;
    position: absolute;
    left: -23px;
    top: -10px;
}
@media screen and (max-width: 767px) {
    h2 {
        font-size: 24px;
        font-feature-settings: 'palt';
    }
    h2::before {
        left: -22px;
        top: -25px;
    }
}
h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .02em;
    margin: 0;
}
h3 span {
    font-size: 16px;
    margin-left: 2.5em;
}
@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: .08em;
    }
    h3 span {
        display: block;
        margin-left: 0;
    }
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .w1000 {
        max-width: 1000px;        
        margin: 0 auto;
    }
}
/* HEADER */
header {
    width: 100vw;
    height: 98px;
    padding-top:0;
}
.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 16px;
}
@media screen and (max-width: 767px) {
    header {
        height: 50px;
    }
    .header_inner {
        padding: 15px calc(48/428*100vw/2) 11px;
        align-items: end;
    }
}
.header_logo {
    display: flex;
    align-items: baseline;
}
.header_logo img {
    width: 139px;
    height: 24px;
}
.header_logo span {
    font-size: 20px;
    margin-left: 15px;
}
@media screen and (max-width: 767px) {
    .header_logo img {
        width: 81px;
        height: 14px;
    }
    .header_logo span {
        font-size: 12px;
        margin-left: 8px;
        letter-spacing: .05em;
    }
}
.header_button {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2;
    color: #fff;
    background-color: #EF4242;
    width: 200px;
    height: 30px;
    text-align: center;
    transition: all .3s ease-out;
}
.header_button:hover {
    background-color: #B90003;
    border-radius: 15px; 
}
@media screen and (max-width: 767px) {
    .header_button {
        font-size: calc(13/428*100vw);
        width: calc(160/428*100vw);
        height: auto;
        letter-spacing: 0;
        border-radius: 12px; 
    }
}
/* FOOTER */
footer {
    width: 100vw;
    height: 120px;
    background-color: #fff;
}
.footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 14px;
    padding: 65px 0 30px;
}
.footer_logo img {
    width: 144px;
}
@media screen and (max-width: 767px) {
    footer {
        height: auto;
        margin-bottom: 0;
    }
    .footer_inner {
        width: calc(380/428*100%);
        margin:0 auto;
        padding: 19px 0 16px;
    }
    .footer_logo img {
        width: 104px;
    }
    .footer_copy {
        font-size: 10px;
    }
    .footer_company {
        font-size: 12px;
    }
}

/* 各セクション共通 */
.for,
.feature,
.entry,
.form  {
    background-color: #F7F6ED;
}
.for h2::before,
.feature h2::before {
    background-color: #fff;
}
.merit h2::before,
.aftercare h2::before,
.qa h2::before {
    background-color: #F7F6ED;
}
.voice h2::before {
    background-color: #F7F6ED;
}
@media screen and (max-width: 767px) {
    .seminar,
    .for_inner,
    .voice_inner,
    .voice_note_text,
    .merit,
    .feature_inner,
    .aftercare,
    .qa,
    .form_inner {
        width: calc(380/428*100%);
        margin: 0 auto;
    }
}
section .intro {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .03em;
    margin-top: 32px;
}
@media screen and (max-width: 767px) {
    section .intro {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: .06em;
        margin-top: 28px;
    }
}
section ul {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .05em;
    font-weight: 600;
    margin: 32px 0 0 50px;
}
section ul li {
    margin-left: 1em;
    position: relative;
}
section ul li::before {
    content: '・';
    position: absolute;
    left: -1em;
}
section ul li + li {
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    section ul {
        font-size: 18px;
        line-height: 1.8;
        margin-left: 0;
        font-feature-settings: 'palt';
    }
    section ul li + li {
        margin-top: 4px;
    }
}
/* MV */
.mv {
    background: url(images/mv.png) no-repeat;
    background-size: contain;
    height: 414px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .mv {
        background: url(images/mv_sp.jpg) no-repeat;
        background-size: contain;
        height: calc(398/428*100vw);
    }
}
.mv_inner {
    display: flex;
    padding: 55px calc(53/1000*100%) 100px;
}
@media screen and (max-width: 767px) {
    .mv_inner {
        flex-direction: column;
        padding: 21px calc(64/428*100%) 0;
    }
}
.mv_list {
    margin-right: calc(84/1000*100%);
}
@media screen and (max-width: 767px) {
    .mv_list {
        display: flex;
        flex-wrap: wrap;
        margin-right: 0;
        justify-content: space-between;
    }
}
.mv_list li {
    font-size: 20px;
    line-height: 1;
}
.mv_list li::before {
    content: '';
    background: url(images/icon_mv_list.svg) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
}
.mv_list li + li {
    margin-top: 27px;
}
.mv_list li p {
    margin-left: 15px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .mv_list li {
        line-height: 1.5;
        letter-spacing: .08em;
        font-feature-settings: 'palt';
    }
    .mv_list li + li {
        margin-top: 0;
    }
    .mv_list li::before {
        display: none;
    }
    .mv_list li p {
        margin-left: 0;
    }
}
.mv_title {
    font-weight: 600;
    letter-spacing: .06em;
    text-align: center;
}
.mv_title span {
    display: block;
}
.mv_title_top {
    color: #EF4242;
    font-size: 38px;
    line-height: 1.4;
}
.mv_title_middle {
    color: #EF4242;
    font-size: 58px;
    letter-spacing: .16em;
}
.mv_title_bottom {
    font-size: 34px;
}
@media screen and (max-width: 767px) {
    .mv_title {
        margin-top: 2px;
    }
    .mv_title span {
        display: block;
        font-feature-settings: 'palt';
        letter-spacing: 0;
    }
    .mv_title_top {
        font-size: 32px;
        line-height: 1.4;
    }
    .mv_title_middle {
        font-size: 50px;
        letter-spacing: .1em;
        line-height: 1;
    }
    .mv_title_bottom {
        font-size: 26px;
    }
}
.mv_badge {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color:  #EF4242;
    width: 120px;
    height: 105px;
    border-radius: 60px;
    text-align: center;
    line-height: 1.3;
    padding-top: 15px;
    position: absolute;
    right: calc(53/1000*100%);
    bottom: 73px;
}
.badge_text_l {
    font-size: 28px;
}
.badge_text_m {
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .mv_badge {
        font-size: 13px;
        width: 100px;
        height: 85px;
        right: calc(24/428*100%);
        bottom: -10px;
    }
    .badge_text_l {
        font-size: 23px;
    }
    .badge_text_m {
        font-size: 20px;
    }
}
@media screen and (min-width: 768px) {
    .mv_prize{
        width: 70%;
        margin:20px auto;
    }
}

@media screen and (max-width: 767px) {
    .mv_prize{
        width: 85%;
        margin: 120px auto 50px;
    }
}

/* SEMINAR DATE */
.seminar {
    font-weight: 600;
    padding-bottom: 53px;
    padding-top:130px;
}
@media screen and (max-width: 767px) {
    .seminar {
        padding-bottom: 31px;
    }
}
.seminar_date {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 50px;
}
@media screen and (max-width: 767px) {
    .seminar_date {
        flex-direction: column;
        align-items: center;
        margin-left:0;
    }
}
.seminar_date .date {
    font-size: 18px;
}
.seminar_date .date p {
    display: flex;
    align-items: end;
    line-height: 1;
    margin-bottom: 12px;
}
.seminar_date .date p:first-child {
    font-size: 16px;
}
.seminar_date .date p > span {
    font-size: 34px;
}
.seminar_date .date .week {
    color: #fff;
    font-size: 16px;
    background-color: #000;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 29px;
}
.seminar_date .date .time {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
}
@media screen and (max-width: 767px) {
    .seminar_date .date {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .seminar_date .date p > span {
        font-size: 28px;
    }
    .seminar_date .date .week {
        font-size: 14px;
        width: 22px;
        height: 22px;
        margin-left: 6px;
        margin-right: 26px;
    }
    .seminar_date .date p > span:last-child {
        margin-right: 0;
    }
    .seminar_date .date .time {
        font-size: 16px;
        letter-spacing: .05em;
    }
}
.seminar_date_point {
    display: flex;
    align-items: baseline;
}
.seminar_point {
    display: flex;
    align-items: baseline;
}
.seminar_point li {
    text-align: center;
}
.seminar_point li + li {
    margin-left: 16px;
}
.seminar_point li p {
    font-size: 18px;
    background-color: #F7F6ED;
    padding: 13px;
}

.seminar_point li.point_01 p {
    line-height: 1.3;
}

.seminar_point li.point_01 p span{
    font-size: 12px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .seminar_point {
        margin-top: 35px;
    }
    .seminar_point li + li {
        margin-left: calc(40/380*100%);
    }
    .seminar_point li p {
        font-size: 16px;
        background-color: #fff;
        padding: 0;
    }
    .seminar_point li.point_01 p span{
        white-space: nowrap;
    }
}
.point_01 img {
    width: 50px;
    height: 45px;
}
.point_02 img {
    width: 32px;
    height: 38px;
}
.point_03 img {
    width: 40px;
    height: 42px;
}
.seminar_intro {
    font-size: 20px;
    line-height: 2;
    margin: 63px 0 0 50px;
}
@media screen and (max-width: 767px) {
    .seminar_intro {
        font-size: 18px;
        letter-spacing: .16em;
        margin: 31px auto 0;
        text-align: center;
    }
}
/* エントリーボタン */
.entry {
    margin-top: 100px;
    padding: 38px 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .entry {
        margin-top: 90px;
        padding: 24px 0;
    }
}
.entry_place {
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 1.1;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .entry_place {
        font-size: 16px;
        margin-left: 3em;
    }
}
.entry_btn {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .08em;
    width: calc(540/1000*100%);
    margin: 19px auto 28px;
    padding: 13px 0;
    border-radius: 6px;
    background-color: #EF4242;
    box-shadow: 0 8px 0 #912626;
    display: flex;
    justify-content: center;
    position: relative;
}
.entry_btn:hover {
    background-color: #912626;
    box-shadow: none;
    transform: translateY(8px);
    transition: .2s;
}
.entry_btn_badge {
    font-size: 15px;
    line-height: 1.46;
    letter-spacing: .02em;
    color: #EF4242;
    background-color: #fff;
    border: solid 3px #EF4242;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    position: absolute;
    top: -48px;
    left: -40px;
    display: flex;
    align-items: center;
}
.entry_btn img {
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
    .entry_btn {
        width: calc(380/428*100%);
        font-size: 18px;
        margin: 16px auto;
        padding: 11px 0;
        align-items: center;
    }
    .entry_btn_badge {
        font-size: 13px;
        width: 68px;
        height: 68px;
        top: -37px;
        left: -10px;
    }
    .entry_notice {
        font-size: 12px;
        letter-spacing: .02em;
    }
}
/* 住宅購入をお考え中のあなたに */
.for_inner {
    padding: 79px 0 74px 0;
}
@media screen and (max-width: 767px) {
    .for_inner {
        padding: 56px 0 0;
    }
}
.for_content {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.for_content ul li + li {
    margin-top: 12px;
}
.for_content img {
    width: calc(360/1000*100%);
    height: 220px;
}
@media screen and (max-width: 767px) {
    .for_content {
        flex-direction: column;
        margin-top: 26px;
    }
    .for_content ul {
        margin-top: 0;
    }
    .for_content img {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        margin-top: 32px;
    }
}
/* お客様の声 */

.voice_inner {
    margin-top: 99px;
}
@media screen and (max-width: 767px) {
    .voice_inner {
        margin-top: 72px;
    }
}
.voice_inner .intro {
    margin: 32px 0 0 50px;
}
.voice_inner .intro span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .voice_inner .intro {
        margin: 34px 0 0 0;
    }
    .voice_inner .intro span {
        font-size: 11px;
    }
}
.voice_note {
    background-color: #F7F6ED;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 49px;
}
@media screen and (max-width: 767px) {
    .voice_note {
        margin: 34px calc(50% - 50vw) 0;
        width: 100vw;
        flex-direction: column;
    }
    .voice_note:last-child {
        margin-top: 24px;
    }
}
.voice_note_dot {
    width: 16px;
    margin-left: 10px;
}
.voice_note_dot span {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #fff;
    display: block;
}
.voice_note_dot span + span {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .voice_note_dot {
        display: flex;
        justify-content: space-between;
        width: calc(356/428*100%);
        margin: 8px 0 0 ;
    }
    .voice_note_dot span {
        width: 15px;
        height: 15px;
    }
    .voice_note_dot span + span {
        margin: 0;
    }
}
.voice_note_text {
    margin: 35px 0 40px 26px;
}

.voice_note_text p {
    font-size: 20px;
    line-height: 1.9;
    letter-spacing: .03em;
    margin-top: 20px;
}
.voice_note_text span {
    font-size: 16px;
    letter-spacing: .05em;
    margin-top: 46px;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 767px) {
    .voice_note_text {
        margin: 25px 0 0;
    }
    .voice_note_text p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0;
    }
    .voice_note_text span {
        margin: 52px 0 39px;
    }
}
.voice_note_text span img {
    width: 118px;
    margin-right: 24px;
}
.voice_image_01 {
    position: absolute;
    width: 191px;
    bottom: 0;
    right: 50px;
}
.voice_image_02 {
    position: absolute;
    width: 112px;
    bottom: 0;
    right: 89px;
}
@media screen and (max-width: 767px) {
    .voice_image_01 {
        width: calc(130/428*100%);
        right: calc(24/428*100%);
    }
    .voice_image_02 {
        width: calc(76/428*100%);
        right: calc(49/428*100%);
    }
}
/* 参加のメリット */
.merit {
    margin-top: 127px
}
.merit_inner {
    width: calc(950/1000*100%);
    margin: 0 auto;
}
.merit ul {
    margin-top: 42px;
}
.merit img {
    margin-top: 48px;
}
@media screen and (max-width: 767px) {
    .merit {
        margin-top: 74px;
    }
    .merit_inner {
        width: 100%; 
    }
    .merit ul {
        margin-top: 29px;
    }
    .merit img {
        margin: 34px calc(50% - 50vw) 0;
        width: 100vw;
    }
}
/* 特徴 */
.feature {
    margin-top: 100px;
}
@media screen and (max-width: 767px) {
    .feature {
        margin-top: 80px;
    }
}
.feature_inner {
    padding: 92px 0 80px;
}
@media screen and (max-width: 767px) {
    .feature_inner {
        padding: 56px 0 0;
    }
}
.feature_box {
    margin: 74px 50px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feature_box_l p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: .08em;
    margin: 10px 30px 0 50px;
}
.feature_box img {
    width: 357px;
}
.feature_box_r{
    width: 50%;
    display: flex;
}
.feature_box_r p {
    font-size: 14px;
    margin: 0;
    text-align: right;
    line-height: 1.4;
}
.feature_box_r p span {
    font-size: 20px;
    margin-top : 0.3rem;
    font-weight: bold;
}

.feature_box_r img{
    max-width: 190px;
}

.feature_box_r>.str{
    width: max-content;
    align-self: flex-end;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .feature_box {
        margin: 43px 0 0;
        flex-direction: column;
    }
    .feature_box h3 {
        font-size: 20px;
    }
    .feature_box ul {
        margin-top: 18px;
    }
    .feature_box_l p {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: .06em;
        margin: 11px 0 0;
    }
    .feature_box img {
        width: 100vw;
        margin: 24px calc(50% - 50vw) 0;
    }

    .feature_box_r {
        width: 100%;
        flex-direction: column-reverse;
    }

    .feature_box_r img {
        max-width: 150px;
        margin: 24px 0 0 0 !important;
    }

    .feature_box_r>.str {
        width: 50%;
        margin: -120px 0 0 0;
    }

    .feature_box_r p {
        text-align: left;
    }
}
.feature_box:nth-of-type(2) {
    margin-top: 10px;
}
.feature_box:nth-of-type(3){
    margin-top: 60px;
    flex-direction: column;
}
.feature_box:nth-of-type(3) p {
    font-size: 18px;
    line-height: 1.7;
    margin: 28px 0 0 50px
}
@media screen and (max-width: 767px) {
    .feature_box:nth-of-type(2),
    .feature_box:nth-of-type(3) {
        margin-top: 33px;
    }
    .feature_box:nth-of-type(3) p {
        font-size: 16px;
        line-height: 1.75;
        margin: 12px 0 0;
    }
}
.present {
    margin-top: 33px;
}
.present p {
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.present p span {
    font-size: 14px;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .present {
        margin-top: 24px;
    }
    .present p {
        font-size: 20px;
        font-weight: 600;
        flex-direction: column;
        align-items: baseline;
    }
    .present p span {
        font-size: 12px;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0;
    }
    .present img {
        width: 100vw;
        margin: 16px calc(50% - 50vw) 0;
    }
}
/* 参加後 */
.aftercare {
    margin-top: 119px;
}
.aftercare .intro {
    margin-left: 50px;
}
@media screen and (max-width: 767px) {
    .aftercare {
        margin-top: 74px;
    }
    .aftercare .intro {
        margin-left: 0;
    }
}
/* Q&A */
.qa {
    margin-top: 113px;
    position: relative;
}
.qa_image {
    position: absolute;
    width: 133px;
    top: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
    .qa {
        margin-top: 68px;
    }
    .qa_image {
        display: none;
    }
}
.qa_list {
    margin-top: 73px;
}
.qa_list_item {
    margin: 0;
}
.qa_list_item::before {
    content: none;
}
.qa_list_item + .qa_list_item {
    margin-top: 49px;
}
.qa_list_item div {
    display: flex;
    align-items: baseline;
}
.qa_list_item div p:last-child {
    margin-left: 47px;
}
@media screen and (max-width: 767px) {
    .qa_list {
        margin-top: 35px;
    }
    .qa_list_item + .qa_list_item {
        margin-top: 11px;
    }
    .qa_list_item div p:last-child {
        margin-left: 14px;
    }
}
.question {
    font-size: 30px;
}
.question p:last-child {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .12em;
}
.answer {
    font-size: 28px;
    margin-top: 24px;
}
.answer p:last-child {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: .08em;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .question p:last-child {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: .05em;
    }
    .answer {
        font-size: 30px;
        margin-top: 0;
    }
    .answer p:last-child {
        font-size: 16px; 
    }
}
/* フォーム */
.form {
    margin-top: 93px;
}
.form_inner {
    padding-top: 93px;
    padding-bottom: 89px;
    width: 900px;
    margin: 0 auto;
}
.form_title {
    font-size: 24px;
}
.form_title_sub {
    font-size: 24px;
    letter-spacing: .16em;
    margin: 64px 0 28px;
}
@media screen and (max-width: 767px) {
    .form {
        margin-top: 74px;
    }
    .form_inner {
        padding-top: 56px;
        width: calc(380/428*100%);
    }
    .form_title {
        font-size: 16px;
        font-weight: 600;
    }
}
.form_seminar_title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.75;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.form_seminar_title_place {
    font-size: 16px;
    font-weight: 400;
    width:30.5em;
}
.form_seminar_title_place span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    .form_seminar_title {
        flex-direction: column;
        align-items: baseline;
        font-size: 26px;
        line-height: 1.1;
        font-feature-settings: 'palt';
    }
    .form_seminar_title_place {
        line-height: 1.5;
        margin-top: 12px;
        width: auto;
    }
    .form_seminar_title_place span {
        font-size: 12px;
        letter-spacing: 0;
        font-feature-settings: 'palt';
        margin-top: 12px;
    }
}
.form_date_group {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .form_date_group {
        flex-direction: column;
    }
}
.form_date_item {
    font-size: 16px;
    color: #fff;
    background-color: #404040; 
    padding: 6px 0;
    width: calc(430/900*100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .form_date_item {
        width: 100%;  
    }
    .form_date_item + .form_date_item {
        margin-top: 8px;
    }
}
.item_date {
    display: flex;
    align-items: baseline;
}
.item_date span {
    font-size: 28px;
}
.item_date .item_date_week {
    font-size: 14px;
    color: #404040;
    background-color: #FFF;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 5px;
    position: relative;
    margin-left: 9px;
}
.item_time {
    margin-left: 61px;
}
@media screen and (max-width: 767px) {
    .item_time {
        letter-spacing: 0;
        margin-left: calc(40/380*100%);
    } 
}
.form_tel {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    background-color: #FFF;
    margin-top: 40px;
    padding: 19px 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_tel p {
    margin-right: 24px;
}
.form_tel img {
    width: 20px;
    margin-right: 82px;
}
.tel_num {
    font-size: 36px;
    letter-spacing: .08em;
}
.tel_num span{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    display: block;
}
@media screen and (max-width: 767px) {
    .form_tel {
        display: none;
    }
}
.form_tel_sp {
    display: none;
}
@media screen and (max-width: 767px) {
    .form_tel_sp {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
    }
    .tel_sp_box {
        text-align: center;
        width: 48%;
    }
    .tel_sp_box > p {
        font-size: 14px;
    }
    .tel_sp_box > span {
        font-size: 12px;
        line-height: 1.6;
        margin-top: 15px;
        display: block;
    }
    .entry_btn_form {
        color: #fff;
        border-radius: 6px;
        background-color: #EF4242;
        box-shadow: 0 8px 0 #912626;
        padding: 9px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .entry_btn_form:hover {
        background-color: #912626;
        box-shadow: none;
        transform: translateY(8px);
        transition: .2s;
    }
    .entry_btn_form span {
        font-size: 14px;
    }
    .entry_btn_form p {
        font-size: 16px;
        font-weight: 600;
    }
}
/* #lp_form {
    display: none;
} */
.form_step {
    max-width: max-content;
    margin: 4em auto 2em;
}

/* SP フロートボタン */
#pnav {
    display: none;
}
@media screen and (max-width: 767px) {
    #pnav {
        height: 100px;
        position: fixed;
        right: 0;
        bottom: -60px;
        width: 100%;
        z-index: 9;
        overflow: hidden;
        box-shadow: 0 0 1px rgba(0,0,0,.5);
    }
    #pnav.on {
        z-index: 150;
        display: block;
        bottom: 0;
        background-color:rgba(255,255,255,0.8);
    }
    .float {
        display: flex;
        justify-content: space-between;
        width: calc(380/428*100%);
        margin: 0 auto;
    }
    .float .entry_btn {
        width: calc(300/380*100%);
    }
    .float .float_tel {
        width: calc(56/380*100%);
    }
    .float_tel img {
        width: 26px;
        height: 36px;
        margin:0;
    }
}


/* サンクスページ */
.thanks_main {
    width: 100%;
    max-width: 900px;
    background: url(images/bg_thanks.jpg) center center no-repeat;
    background-size: cover;
    padding: 3em 0;
    margin: 20px auto;
    border-radius: 2em;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .thanks_main {
        border-radius: 3.5em;
        margin: 30px auto 50px auto;
        width: 90%;
    }
}
.form_step {
    max-width: max-content;
    margin: 4em auto 2em;
}
.thanks_title {
    margin: auto;
    padding: 2em 3.5%;
    font-size: 1.25em;
    display: block;
    padding-top: 0.8em;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .thanks_title {
        font-size: 1em;
    }
}
.thanks_title span {
    color: #eb537c;
}
.list-type-kome {
    padding: 2em 3.5%;
}
.back-btn {
    width: 100%;
    margin: 50px auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .list-type-kome {
        padding-top: 0;
    }
    .back-btn  {
        width: 80%;
    }
}
.a-btn {
    background: #FF5A5A;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    border: 0;
    font-size: 1.5rem;
    max-width: 360px;
    overflow: inherit;
    letter-spacing: .1em;
    box-shadow: 0 8px 0 #8D0000;
    border-radius: 50px;
    padding: 0.5em;
    margin: auto;
    width: 100%;
}
.a-btn:hover {
    background: #9BBD00;
    box-shadow: 0 3px 0 #465500;
    transform: translateY(5px);
}

/* スペーサー */
.mt30{
    margin-top: 30px !important;
}

.pt30{
    padding-top:30px !important;
}
