@charset "UTF-8";

/*---------------------------------
  baikyaku_top
---------------------------------*/
#baikyaku_top .s-step_row {
    position: relative;
    padding-top: 84px;
    padding-bottom: 84px;
}

#baikyaku_top .s-step_row:last-child {
    padding-bottom: 0;
}

#baikyaku_top .s-step_row:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-color: transparent transparent #565656 #565656;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
}

#baikyaku_top .s-step_row:last-child:after {
    content: normal;
}

#baikyaku_top .s-step_row .s-step_row__cnt {
    position: relative;
    background: url('/assets/images/original/baikyaku-guide-top_steplink.png');
    background-repeat: no-repeat;
    background-position: bottom 0 right 0;
    background-size: auto 50px;
    background-color: #e7eff7;
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
}

#baikyaku_top .s-step_row__cnt_tit {
    position: relative;
    margin-bottom: 8px;
}

#baikyaku_top .s-step_row__cnt_tit .s-page {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 20;
    font-size: 40px;
    color: #003d7c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    line-height: 1;
}

#baikyaku_top .s-step_row__cnt_tit .s-page:after {
    content: '';
    position: absolute;
    background: #003d7c;
    width: 1px;
    height: 30px;
    bottom: -36px;
    left: 50%;
}

#baikyaku_top .s-step_row__cnt_tit .s-page .s-page-num {
    font-size: 60px;
}

#baikyaku_top .s-step_row .s-step_row__img_wrap {
    display: block;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#baikyaku_top .s-step_row .s-step_row__img_wrap:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/assets/images/original/baikyaku-guide-top_stepbg.png') center/cover no-repeat;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

#baikyaku_top .s-step_row .s-step_row__img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}

#baikyaku_top .s-step_row.s-step_left .s-step_row__img_wrap {
    padding: 0 0px 20px 20px;
}

#baikyaku_top .s-step_row.s-step_left .s-step_row__img_wrap:after {
    left: 0;
}

#baikyaku_top .s-step_row.s-step_right .s-step_row__img_wrap {
    padding: 0 20px 20px 0;
    margin-left: auto;
}

#baikyaku_top .s-step_row.s-step_right .s-step_row__img_wrap:after {
    right: 0;
    transform: scaleX(-1);
}

#baikyaku_top .s-step_row .s-btnwrap {
    margin-bottom: 8px;
}

#baikyaku_top .s-step_row .s-btnwrap:last-child {
    margin-bottom: 0;
}

#baikyaku_top .s-step_row .s-btnwrap .s-btn {
    position: relative;
    z-index: 3;
    border: solid 1px #00aeef;
    font-size: 14px;
    line-height: 1.4;
    padding: 8px 16px;
    border-radius: 3px;
    display: inline-block;
    transition: 0.25s;
}

#baikyaku_top .s-step_row .s-btnwrap .s-btn:hover {
    background: #00aeef;
    color: #fff;
}

#baikyaku_top .s-step_row .s-baselink {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}

#baikyaku_top .s-step_row .s-baselink:hover {
    background: #fff;
    opacity: 0.4;
    transition: 0.25s;
}


/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_top .s-step_row {
        width: 1044px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    #baikyaku_top .s-step_row:after {
        width: 48px;
        height: 48px;
        bottom: 60px;
    }

    #baikyaku_top .s-step_row .s-step_row__cnt {
        width: 748px;
        background-size: auto 60px;
        min-height: 368px;
    }

    #baikyaku_top .s-step_row.s-step_left .s-step_row__cnt {
        padding-left: 98px;
        padding-right: 52px;
        margin-left: auto;
    }

    #baikyaku_top .s-step_row.s-step_right .s-step_row__cnt {
        padding-left: 52px;
        padding-right: 98px;
    }

    #baikyaku_top .s-step_row__cnt_tit .s-page {
        font-size: 56px;
        top: -150px;
    }

    #baikyaku_top .s-step_row__cnt_tit .s-page:after {
        height: 46px;
        bottom: -50px;
    }

    #baikyaku_top .s-step_row__cnt_tit .s-page .s-page-num {
        font-size: 82px;
    }

    /* STEPの位置調整 */
    #baikyaku_top .s-step_row.s-step_left .s-step_row__cnt_tit .s-page {
        left: calc(50% - 171px);
    }

    #baikyaku_top .s-step_row.s-step_right .s-step_row__cnt_tit .s-page {
        left: calc(50% + 171px);
    }

    #baikyaku_top .s-step_row .s-step_row__img_wrap {
        position: absolute;
        width: 340px;
        z-index: 3;
    }

    #baikyaku_top .s-step_row .s-step_row__img_wrap:after {
        width: calc(100% - 24px);
        height: calc(100% - 24px);
    }

    #baikyaku_top .s-step_row.s-step_left .s-step_row__img_wrap {
        padding: 0 0px 24px 24px;
        left: -296px;
        top: 32px;
    }

    #baikyaku_top .s-step_row.s-step_right .s-step_row__img_wrap {
        padding: 0 24px 24px 0;
        right: -296px;
        top: 32px;
    }
}


/*-- SP --*/
@media only screen and (max-width: 768px) {

    #baikyaku_top .s-step_row.s-step_left .s-step_row__cnt,
    #baikyaku_top .s-step_row.s-step_right .s-step_row__cnt {
        padding: 20px 16px 60px;
        margin-left: auto;
    }

    #baikyaku_top .s-step_row__cnt_tit {
        text-align: center;
        margin-bottom: 40px;
    }

    #baikyaku_top .s-step_row__cnt_tit:after {
        content: "";
        position: absolute;
        height: 10px;
        width: 52px;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background: center / contain no-repeat url('/assets/images/original/baikyaku-guide-top_cnt-tit_icon.png');
    }

    #baikyaku_top .s-step_row__cnt_tit .s-page_t {
        font-size: 24px;
    }

    #baikyaku_top .s-step_row .s-step_row__img_wrap {
        margin-bottom: 24px;
    }

    /*#baikyaku_top .s-step_row .s-btnwrap .s-btn {
        width: 100%;
        text-align: center;
    }*/
}



/*---------------------------------
  baikyaku_01
---------------------------------*/
/* チャプター1 */
#baikyaku_01 .s-chapter01 .s-chapter_image {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 32px auto 0;
    max-width: 762px;
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item {
    position: relative;
    width: 20.5rem;
    height: 6rem;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item .s-item_in {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(1) {
    background: url('/assets/images/original/baikyaku-guide-baikyaku01_textbk01.png') center/cover no-repeat;
    color: #b7243b;
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(2),
#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(3) {
    background: url('/assets/images/original/baikyaku-guide-baikyaku01_textbk02.png') center/cover no-repeat;
    color: #217db0;
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(1):after,
#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(2):after {
    display: inline-block;
    position: absolute;
    right: -18px;
    font-weight: normal;
    color: #5a6e8b;
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(1):after {
    content: '=';
}

#baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(2):after {
    content: '−';
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item {
        width: 236px;
        height: 68px;
        font-size: 22px;
    }

    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(1):after,
    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item:nth-child(2):after {
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_01 .s-chapter01 .s-chapter_image {
        max-width: 295px;
    }

    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item {
        margin: 0 auto 32px;
    }

    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item:last-child {
        margin-bottom: 0;
    }

    #baikyaku_01 .s-chapter01 .s-chapter_image .s-item:after {
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* チャプター2 */
#baikyaku_01 .s-chapter02 .s-graph_info__text .s-small {
    font-size: 14px;
}

#baikyaku_01 .s-chapter02 .s-emphasis {
    display: inline-block;
    margin: 8px 0 20px;
    font-size: 28px;
    color: #e73820;
}

#baikyaku_01 .s-chapter02 .s-emphasis .s-marker {
    background-image: linear-gradient(to top, #f0e800 30%, transparent 0%);
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item .s-list-item {
    position: relative;
    width: 100%;
    font-size: 14px;
    padding-left: 24px;
    padding-bottom: 8px;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item .s-list-item:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
    border: #ddd solid 1px;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(1) .s-list-item {
    font-size: 16px;
    color: #9f0e15;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(1) .s-list-item:nth-child(1):before {
    background: #f8981d;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(1) .s-list-item:nth-child(2):before {
    background: #fab256;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(1) .s-list-item:nth-child(3):before {
    background: #fbcb8e;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(2) .s-list-item {
    font-size: 16px;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(2) .s-list-item:nth-child(1):before {
    background: #7f9ebd;
}

#baikyaku_01 .s-chapter02 .s-graph_info__list>.s-2clm__item:nth-child(2) .s-list-item:nth-child(2):before {
    background: #99b1cb;
}

#baikyaku_01 .s-chapter02 .s-graph_cap .s-graph_cap__tit {
    text-align: center;
    margin-bottom: 4px;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_01 .s-chapter02 .s-graph_info {
        width: 464px;
        margin: 0 40px 0 auto;
    }

    #baikyaku_01 .s-chapter02 .s-graph_info__text {
        margin-top: 40px;
    }

    #baikyaku_01 .s-chapter02 .s-graph_cap {
        width: 255px;
        margin: 0 auto 0 40px;
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_01 .s-chapter02 .s-graph_info__list {
        margin-bottom: 24px;
    }
}



/*---------------------------------
  baikyaku_02
---------------------------------*/
#baikyaku_02 .s-scroll .s-chapter_table {
    width: 1008px;
}

.s-red-txt {
    color: #e73820;
    line-height: 1.2;
}

.s-report_list {
    display: flex;
}

.s-report_list_name01,
.s-report_list_name02,
.s-report_list_name03 {
    margin-bottom: 4px;
}

.s-report_list_name01 {
    color: #009fe9;
}

.s-report_list_name02 {
    color: #43af35;
}

.s-report_list_name03 {
    color: #ef8201;
}

.s-report_list_txt {
    line-height: 1.4;
}

.s-report_list_img {
    text-align: center;
}

.s-flex_dl {
    display: flex;
    line-height: 1.4;
}

.s-flex_dl.s-flex_dl__mb40 {
    margin-bottom: 40px;
}

.s-flex_dl .s-flex_dl__dt {
    white-space: nowrap;
}

.s-kakko02 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_middle_r.png') repeat-y right top;
}

.s-kakko02:before {
    content: "";
    position: absolute;
    right: 0;
    top: -7px;
    width: 14px;
    height: 7px;
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_top.png') no-repeat right top;
}

.s-kakko02:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    width: 14px;
    height: 7px;
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_bottom.png') repeat right bottom;
    z-index: 99;
}

.s-kakko02_inner {
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_middle_l.png') repeat-y left top;
    padding: 8px 20px;
}

.s-kakko02_inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    width: 14px;
    height: 7px;
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_top.png') no-repeat left top;
    transform: scale(-1, 1);
}

.s-kakko02_inner:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 14px;
    height: 7px;
    background: url('/assets/images/original/baikyaku-guide-baikyaku02_s-kakko02_bottom.png') no-repeat left top;
    transform: scale(-1, 1);
}

.s-kakko02_txt {
    line-height: 1.4;
}

.s-kakko02_txt:first-child {
    margin-bottom: 8px;
}

.s-3column_item {
    background-color: #fff;
    padding: 20px 32px;
}

.s-arrow-flow_list_item {
    position: relative;
    height: 50px;
    color: #b7243b;
    background: -moz-linear-gradient(6.85% -45.64% -29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, 6.85% -45.64%, 93.27% 145.91%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(239, 240, 240, 1)));
    background: -o-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0' ,GradientType=0)";
    background: linear-gradient(119.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0', GradientType=1);
    -moz-box-shadow: 0.91px 0.91px 2px 0.91px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0.91px 0.91px 2px 0.91px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0.91px 0.91px 2px 0.91px rgba(0, 0, 0, 0.35);
    box-shadow: 0.91px 0.91px 2px 0.91px rgba(0, 0, 0, 0.35);
    mix-blend-mode: multiply;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 13px;
}

.s-arrow-flow_list_item:before {
    position: absolute;
    width: 21px;
    height: 38px;
    background-image: url('/assets/images/original/guide-common__blue_arrow_icon.png');
    background-size: 21px 38px;
    content: "";
}

.s-arrow-flow_list_item:last-child:before {
    position: static;
    width: 0;
    height: 0;
    margin-top: 0;
    background-image: none;
}

.s-caption_for_ttl {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
}

.s-flex_caption {
    font-size: 15px;
    color: #656464;
    line-height: 1.2;
    margin-top: 4px;
}

.s-promise_ttl_box {
    background-color: #007bb4;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 8px 4px;
}

.s-promise_num {
    font-size: 40px;
    margin-right: 8px;
}

.s-promise_ttl {
    font-size: 14px;
    line-height: 1.4;
}

.s-promise_txt {
    font-size: 14px;
    line-height: 1.7;
}

.s-promise_icon {
    text-align: center;
    padding: 28px 0;
}

.s-value_up_icn_txt,
.s-analysis_icn_txt {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.s-value_up_icn_txt {
    background: url(/assets/images/original/baikyaku-guide-baikyaku02_img18.png) no-repeat left center / 49px auto;
    color: #f6ab00;
    padding-left: 64px;
}

.s-analysis_icn_txt {
    background: url(/assets/images/original/baikyaku-guide-baikyaku02_img19.png) no-repeat left center / 56px auto;
    color: #45b035;
    padding-left: 64px;
}

.s-baikyaku-guide-baikyaku02_achievement {
    text-align: center;
}

.s-baikyaku-guide-baikyaku02_achievement-img {
    width: 224px;
    margin-bottom: 4px;
}

.s-baikyaku-guide-baikyaku02_achievement-title {
    color: #003d7c;
    font-size: 24px;
    font-weight: bold;
}

.s-baikyaku-guide-baikyaku02_achievement-num {
    display: block;
    color: #f7931d;
    font-size: 40px;
    margin-top: 8px;
}

.s-baikyaku-guide-baikyaku02_achievement-per_year {
    color: #003d7c;
    font-size: 16px;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    .s-center_content_inner {
        width: 955px;
        margin: 0 auto;
    }

    .s-baikyaku_guide_mb_type01 {
        margin-bottom: 32px;
    }

    .s-baikyaku_guide_mb_type02 {
        margin-bottom: 24px;
    }

    .s-baikyaku_guide_mb_type03 {
        margin-bottom: 52px;
    }

    .s-baikyaku_guide_mb_type04 {
        margin-bottom: 48px;
    }

    .s-baikyaku_guide_mb_type05 {
        margin-bottom: 88px;
    }

    .s-baikyaku_guide_mb_type06 {
        margin-bottom: 68px;
    }

    .s-baikyaku_guide_mb_type07 {
        margin-bottom: 20px;
    }

    .s-baikyaku_guide_mr_type01 {
        margin-right: 52px;
    }

    .s-baikyaku_guide_pt_type01 {
        padding-top: 16px;
    }

    .s-baikyaku_guide_pt_pb_type01 {
        padding: 16px 0;
    }

    .s-red-txt {
        font-size: 22px;
    }

    .s-report_wrap {
        width: 1025px;
    }

    .s-report_box_l {
        width: 365px;
        float: left;
    }

    .s-report_box_r {
        width: 636px;
        float: right;
        padding: 24px;
    }

    .s-report_list_item {
        width: 212px;
    }

    .s-report_list_item img {
        width: 177px;
    }

    .s-report_list_txt_wrap {
        padding: 0 20px;
    }

    .s-3column_wrap {
        display: flex;
        justify-content: center;
    }

    .s-3column_item {
        width: 303px;
        margin-right: 24px;
    }

    .s-3column_item:last-child {
        margin-right: 0;
    }

    .s-flex_img_wrap {
        display: flex;
    }

    .s-flex_img_item {
        margin-right: 28px;
    }

    .s-flex_img_item02 {
        margin-right: 52px;
    }

    .s-proposal_flex_img {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .s-proposal_flex_img_item {
        margin-right: 12px;
    }

    .s-proposal_flex_img_item:last-child {
        margin-right: 0;
    }

    .s-proposal_flex_img_item img {
        width: 325px;
    }

    .s-five_promises_wrap {
        display: flex;
    }

    .s-five_promises_item {
        width: 205px;
        margin-right: 20px;
    }

    .s-five_promises_item:last-child {
        margin-right: 0;
    }

    .s-promise_ttl_box {
        min-height: 75px;
    }

    .s-arrow-flow_list_item {
        width: 196px;
        float: left;
        margin-right: 56px;
        margin-bottom: 20px;
    }

    .s-arrow-flow_list_item:before {
        top: 50%;
        right: -40px;
        margin-top: -19px;
    }

    .s-arrow-flow_list_item:last-child {
        margin-right: 0;
    }

    .s-caption_for_ttl {
        margin-left: 1em;
    }


}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    /*.s-center_content_inner {
        margin: 0 20px;
    }*/

    .s-baikyaku_guide_mb_type01 {
        margin-bottom: 32px;
    }

    .s-baikyaku_guide_mb_type02 {
        margin-bottom: 24px;
    }

    .s-baikyaku_guide_mb_type03 {
        margin-bottom: 32px;
    }

    .s-baikyaku_guide_mb_type04 {
        margin-bottom: 24px;
    }

    .s-baikyaku_guide_mb_type05 {
        margin-bottom: 88px;
    }

    .s-baikyaku_guide_mb_type06 {
        margin-bottom: 24px;
    }

    .s-baikyaku_guide_mb_type07 {
        margin-bottom: 0;
    }

    .s-baikyaku_guide_mr_type01 {
        margin-right: 52px;
    }

    .s-baikyaku_guide_pt_type01 {
        padding-top: 12px;
    }

    .s-baikyaku_guide_pt_pb_type01 {
        padding: 12px 0;
    }

    .s-flex_img_wrap {
        display: flex;
        flex-direction: column;
    }

    .s-flex_img_reverse {
        flex-direction: column-reverse;
    }

    .s-flex_img_item {
        margin-bottom: 12px;
    }

    .s-flex_img_item02 {
        margin-bottom: 12px;
    }

    .s-proposal_flex_img_item {
        margin-bottom: 20px;
    }

    .s-proposal_flex_img_item:last-child {
        margin-bottom: 0;
    }

    .s-proposal_flex_img_item img {
        width: 100%;
        height: auto;
    }

    .s-report_list {
        flex-wrap: wrap;
        margin-top: 32px;
    }

    .s-report_list_item {
        width: 44%;
        margin-bottom: 16px;
    }

    .s-report_list_item:nth-child(odd) {
        margin-right: 12%;
    }

    .s-report_list_img img {
        width: 100%;
        height: auto;
        max-width: 177px;
    }

    .s-3column_item {
        padding: 28px;
        margin-bottom: 24px;
    }

    .s-3column_item:last-child {
        margin-bottom: 0;
    }

    .s-arrow-flow_list_item {
        width: 100%;
        margin-bottom: 40px;
        box-sizing: border-box;
    }

    .s-arrow-flow_list_item:before {
        bottom: -40px;
        right: 50%;
        margin-right: -10px;
        transform: rotate(90deg);
    }

    .s-arrow-flow_list_item:last-child {
        margin-bottom: 24px;
    }

    .s-five_promises_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .s-selling_proposal_img img {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .s-baikyaku-guide-baikyaku02_achievement {
        margin-top: 24px;
    }
}

/*---------------------------------
  baikyaku_03
---------------------------------*/
#baikyaku_03 .s-scroll .s-chapter_table02 {
    width: 950px;
}

.s-bk-white {
    background-color: #fff;
}

.s-grad_box {
    border: 1px solid #00aeef;
}

.s-grad_box_h {
    background: -moz-linear-gradient(left, #0056aa, #00aeef 50%, #0056aa);
    background: -webkit-linear-gradient(left, #0056aa, #00aeef 50%, #0056aa);
    background: linear-gradient(to left, #0056aa, #00aeef 50%, #0056aa);
    box-shadow: 4px 4px 1px 0 rgb(0 0 0 / 5%);
    padding: 12px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.s-grad_box_cnt {
    padding: 20px;
    background: #ebf4fa;
}

.s-red-txt_normal {
    color: #e73820;
}

.s-livable-servbox.baikyaku_03_servbox01 .s-2clm .s-2clm__item:first-child .s-servbox_cnt__tit {
    display: flex;
    align-items: center;
}

.s-livable-servbox.baikyaku_03_servbox01 .s-2clm .s-2clm__item:first-child img {
    width: 100px;
    height: auto;
    margin-right: 28px;
}

.baikyaku_03_chapter2_s-2clm .s-2clm__item:nth-child(1) img {
    width: 284px;
    margin: 16px 0 28px 0;
}

.baikyaku_03_chapter2_s-2clm .s-2clm__item:nth-child(2) img {
    width: 214px;
    margin-top: 56px;
}

.s-arrow-flow_list.s-arrow-flow_list_type02 {
    width: 100%;
}

.s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
    justify-content: center;
    text-align: center;
    color: #217db0;
    font-weight: bold;
}

.s-baikyaku_guide_pt_pb_type02 {
    padding: 8px 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item01,
.s-report_bgbox_list .s-report_bgbox_list_item02,
.s-report_bgbox_list .s-report_bgbox_list_item03,
.s-report_bgbox_list .s-report_bgbox_list_item04,
.s-report_bgbox_list .s-report_bgbox_list_item05,
.s-report_bgbox_list .s-report_bgbox_list_item06,
.s-report_bgbox_list .s-report_bgbox_list_item07,
.s-report_bgbox_list .s-report_bgbox_list_item08 {
    position: relative;
    display: flex;
    align-items: center;
    width: 243px;
    height: 148px;
}


.s-report_bgbox_list .s-report_bgbox_list_item01 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg01.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item02 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg02.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item03 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg03.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item04 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg04.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item05 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg05.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item06 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg06.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item07 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg07.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_item08 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg08.png') no-repeat 0 0;
}

.s-report_bgbox_list .s-report_bgbox_list_number {
    font-size: 45px;
    font-family: "Times New Roman";
    margin-right: 8px;
    position: absolute;
    left: 16px;
    top: 46px;
}

.s-report_bgbox_list .s-report_bgbox_list_item01 .s-report_bgbox_list_number {
    color: #e3782f;
}

.s-report_bgbox_list .s-report_bgbox_list_item02 .s-report_bgbox_list_number {
    color: #0c6b89;
}

.s-report_bgbox_list .s-report_bgbox_list_item03 .s-report_bgbox_list_number {
    color: #40525e;
}

.s-report_bgbox_list .s-report_bgbox_list_item04 .s-report_bgbox_list_number {
    color: #3b302f;
}

.s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_number {
    color: #1d95d4;
}

.s-report_bgbox_list .s-report_bgbox_list_item06 .s-report_bgbox_list_number {
    color: #ed7959;
}

.s-report_bgbox_list .s-report_bgbox_list_item07 .s-report_bgbox_list_number {
    color: #a47d6c;
}

.s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_number {
    color: #8cc456;
}

.s-report_bgbox_list_txt {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 74px;
    top: 63px;
}

.s-report_bgbox_list .s-report_bgbox_list_item02 .s-report_bgbox_list_txt {
    left: 61px;
}

.s-report_bgbox_list .s-report_bgbox_list_item04 .s-report_bgbox_list_txt {
    left: 108px;
}

.s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_txt,
.s-report_bgbox_list .s-report_bgbox_list_item06 .s-report_bgbox_list_txt,
.s-report_bgbox_list .s-report_bgbox_list_item07 .s-report_bgbox_list_txt,
.s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_txt {
    top: 100px;
    left: 112px;
}

.s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_txt {
    left: 126px;
}

.s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_txt {
    left: 128px;
}

.s-grad_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 86px;
    text-align: center;
    background: -moz-linear-gradient(8.65% -87.86% -29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, 8.65% -87.86%, 91.47% 188.24%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(239, 240, 240, 1)));
    background: -o-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0' ,GradientType=0)";
    background: linear-gradient(119.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    box-shadow: 0.92px 0.92px 0.92px rgba(35, 24, 21, 0.35);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0.92, OffY=0.92, Color='#231815') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0', GradientType=1);
}

.s-marker.s-marker_yellow {
    background-image: linear-gradient(to top, #f0e800 30%, transparent 0%);
}

.s-num_l {
    font-size: 42px;
    font-family: "Times New Roman";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1;
}

.s-grad_btn_txt_l {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}

.s-grad_btn_txt_s {
    font-size: 11px;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    .s-bk-white {
        padding: 32px;
    }

    .s-baikyaku_guide_mb_type08 {
        margin-bottom: 48px;
    }

    .s-baikyaku_guide_mb_type09 {
        margin-bottom: 32px;
    }

    .s-baikyaku_guide_mb_type10 {
        margin-bottom: 88px;
    }

    .s-baikyaku_guide_mb_type11 {
        margin-bottom: 16px;
    }

    .s-baikyaku_guide_mb_type12 {
        margin-bottom: 32px;
    }

    .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
        width: auto;
        height: 60px;
        min-width: 147px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item.s-arrow-flow_list_w222 {
        width: 222px;
    }

    .s-report_bgbox_list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }

}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    .s-bk-white {
        padding: 24px;
    }

    .s-baikyaku_guide_mb_type08 {
        margin-bottom: 28px;
    }

    .s-baikyaku_guide_mb_type09 {
        margin-bottom: 0;
    }

    .s-baikyaku_guide_mb_type10 {
        margin-bottom: 44px;
    }

    .s-baikyaku_guide_mb_type11 {
        margin-bottom: 12px;
    }

    .s-baikyaku_guide_mb_type12 {
        margin-bottom: 20px;
    }

    .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
        height: 50px;
        font-size: 18px;
    }

    .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item:last-child {
        margin-bottom: 0;
    }

    .s-report_bgbox_list {
        margin-bottom: 28px;
    }

    .s-report_bgbox_list .s-report_bgbox_list_item01,
    .s-report_bgbox_list .s-report_bgbox_list_item02,
    .s-report_bgbox_list .s-report_bgbox_list_item03,
    .s-report_bgbox_list .s-report_bgbox_list_item04,
    .s-report_bgbox_list .s-report_bgbox_list_item05,
    .s-report_bgbox_list .s-report_bgbox_list_item06,
    .s-report_bgbox_list .s-report_bgbox_list_item07,
    .s-report_bgbox_list .s-report_bgbox_list_item08 {
        margin: 0 auto 16px;
    }


}

/*---------------------------------
  baikyaku_04
---------------------------------*/
#baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 {
    width: 100%;
}

#baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
    justify-content: center;
    text-align: center;
    color: #217db0;
    font-weight: bold;
}

#baikyaku_04 .s-baikyaku_guide_pt_pb_type02 {
    padding: 8px 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item01,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item02,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item03,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item04,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item06,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item07,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 {
    position: relative;
    display: flex;
    align-items: center;
    width: 243px;
    height: 148px;
}


#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item01 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg01.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item02 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg02.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item03 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg03.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item04 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg04.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg05.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item06 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg06.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item07 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg07.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 {
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_1_chapter02_txtbg08.png') no-repeat 0 0;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_number {
    font-size: 45px;
    font-family: "Times New Roman";
    margin-right: 8px;
    position: absolute;
    left: 16px;
    top: 46px;
    opacity: 0.25;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item01 .s-report_bgbox_list_number {
    color: #e3782f;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item02 .s-report_bgbox_list_number {
    color: #0c6b89;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item03 .s-report_bgbox_list_number {
    color: #40525e;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item04 .s-report_bgbox_list_number {
    color: #3b302f;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_number {
    color: #1d95d4;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item06 .s-report_bgbox_list_number {
    color: #ed7959;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item07 .s-report_bgbox_list_number {
    color: #a47d6c;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_number {
    color: #8cc456;
}

#baikyaku_04 .s-report_bgbox_list_txt {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 74px;
    top: 63px;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item02 .s-report_bgbox_list_txt {
    left: 61px;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item04 .s-report_bgbox_list_txt {
    left: 108px;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_txt,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item06 .s-report_bgbox_list_txt,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item07 .s-report_bgbox_list_txt,
#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_txt {
    top: 100px;
    left: 112px;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05 .s-report_bgbox_list_txt {
    left: 126px;
}

#baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 .s-report_bgbox_list_txt {
    left: 128px;
}

#baikyaku_04 .s-grad_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 86px;
    text-align: center;
    background: -moz-linear-gradient(8.65% -87.86% -29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, 8.65% -87.86%, 91.47% 188.24%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(239, 240, 240, 1)));
    background: -o-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0' ,GradientType=0)";
    background: linear-gradient(119.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    box-shadow: 0.92px 0.92px 0.92px rgba(35, 24, 21, 0.35);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0.92, OffY=0.92, Color='#231815') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0', GradientType=1);
}

#baikyaku_04 .s-marker.s-marker_yellow {
    background-image: linear-gradient(to top, #f0e800 30%, transparent 0%);
}

#baikyaku_04 .s-num_l {
    font-family: "Times New Roman";
    font-weight: normal;
    margin-bottom: 8px;
    line-height: 1;
}

#baikyaku_04 .s-grad_btn_txt_l {
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}

#baikyaku_04 .s-grad_btn_txt_s {
    font-size: 11px;
}

#baikyaku_04 .s-ai_bgbox_list {
    display: flex;
    justify-content: center;
}

#baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01,
#baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item02 {
    width: 338px;
    height: 144px;
    margin: 0 6px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    padding-top: 32px;
}

#baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01 {
    color: #217db0;
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_2_chapter03_txtbg01.png') no-repeat 0 0;
}

#baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item02 {
    color: #b7243b;
    background: url('/assets/images/original/baikyaku-guide-baikyaku04_2_chapter03_txtbg02.png') no-repeat 0 0;
}

#baikyaku_04 .s-other_selling_activity {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#baikyaku_04 .s-other_selling_activity_number {
    font-size: 76px;
    font-family: "Times New Roman";
    opacity: 0.25;
}

#baikyaku_04 .s-portalsite_list_wrap {
    float: right;
}

#baikyaku_04 .s-other_selling_activity_ttl {
    line-height: 1.2;
    margin-bottom: 8px;
}

#baikyaku_04 .s-portalsite_list {
    display: flex;
    margin-bottom: 12px;
}

#baikyaku_04 .s-other_selling_activity_item01,
#baikyaku_04 .s-other_selling_activity_item02,
#baikyaku_04 .s-other_selling_activity_item03,
#baikyaku_04 .s-other_selling_activity_item04,
#baikyaku_04 .s-other_selling_activity_item05,
#baikyaku_04 .s-other_selling_activity_item06,
#baikyaku_04 .s-other_selling_activity_item07 {
    position: relative;
}

#baikyaku_04 .s-other_selling_activity_item02,
#baikyaku_04 .s-other_selling_activity_item03,
#baikyaku_04 .s-other_selling_activity_item04,
#baikyaku_04 .s-other_selling_activity_item05,
#baikyaku_04 .s-other_selling_activity_item06,
#baikyaku_04 .s-other_selling_activity_item07 {
    padding: 20px 16px 16px 124px;
}

#baikyaku_04 .s-other_selling_activity_txt_wrap {
    padding-top: 16px;
}

#baikyaku_04 .s-other_selling_activity_item01 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item01 .s-other_selling_activity_ttl {
    color: #a47d6c;
}

#baikyaku_04 .s-other_selling_activity_item02 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item02 .s-other_selling_activity_ttl {
    color: #e3782f;
}

#baikyaku_04 .s-other_selling_activity_item03 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item03 .s-other_selling_activity_ttl {
    color: #0c6b89;
}

#baikyaku_04 .s-other_selling_activity_item04 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item04 .s-other_selling_activity_ttl {
    color: #ed7959;
}

#baikyaku_04 .s-other_selling_activity_item05 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item05 .s-other_selling_activity_ttl {
    color: #1d95d4;
}

#baikyaku_04 .s-other_selling_activity_item06 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item06 .s-other_selling_activity_ttl {
    color: #40525e;
}

#baikyaku_04 .s-other_selling_activity_item07 .s-other_selling_activity_number,
#baikyaku_04 .s-other_selling_activity_item07 .s-other_selling_activity_ttl {
    color: #3b302f;
}


#baikyaku_04 .s-other_selling_activity_flex {
    display: flex;
}

#baikyaku_04 .s-other_selling_activity_caption {
    color: #656464;
    font-size: 12px;
    text-align: right;
}

#baikyaku_04 .s-livable_channel_ttl,
#baikyaku_04 .s-livable_channel_subttl {
    color: #9f0e15;
    font-weight: normal;
}

#baikyaku_04 .s-other_selling_activity_txt .s-marker.s-marker_yellow {
    font-weight: normal;
}

#baikyaku_04 .s-preview_point_box {
    display: flex;
    margin-top: 16px;
}

#baikyaku_04 .s-preview_point_box .s-preview_point_img {
    margin-right: 12px;
    float: left;
    z-index: 1;
}

#baikyaku_04 .s-preview_point_txt_wrap {
    padding: 8px 8px 8px 0;
}

#baikyaku_04 .s-preview_point_box_ttl {
    position: relative;
    margin-bottom: 8px;
    line-height: 1.2;
    padding-left: 20px;
    margin-left: -20px;
}

#baikyaku_04 .s-preview_point_box_ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d45214+0,f08e25+100 */
    background: #d45214;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d45214 0%, #f08e25 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d45214 0%, #f08e25 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d45214 0%, #f08e25 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d45214', endColorstr='#f08e25', GradientType=1);
    /* IE6-9 */
}

#baikyaku_04 .s-preview_point_box_txt {
    line-height: 1.4;
    font-size: 14px;
    margin-bottom: 16px;
}

#baikyaku_04 .s-preview_point_caption {
    font-size: 12px;
}

#baikyaku_04 .s-available_service_box {
    color: #e73820;
    border: 1px solid #e73820;
    padding: 0 12px 8px 12px;
}

#baikyaku_04 .s-available_service_ttl {
    margin-top: -0.5em;
    line-height: 1.1;
}

#baikyaku_04 .s-available_service_ttl span {
    background-color: #f6f6f6;
}

#baikyaku_04 .s-individual_info {
    position: relative;
    color: #a00e15;
    background: url(/assets/images/original/baikyaku-guide-baikyaku04_individual_info_bg.jpg) no-repeat 0 0;
    margin-bottom: 24px;
}

#baikyaku_04 .s-individual_info_txt {
    font-weight: bold;
}

#baikyaku_04 .s-hp_capture_wrap {
    display: flex;
}

#baikyaku_04 .s-hp_capture_info {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 52px;
    background: -moz-linear-gradient(8.65% -87.86% -29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -webkit-gradient(linear, 8.65% -87.86%, 91.47% 188.24%, color-stop(0, rgba(255, 255, 255, 1)), color-stop(1, rgba(239, 240, 240, 1)));
    background: -o-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    background: -ms-linear-gradient(-29.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0' ,GradientType=0)";
    background: linear-gradient(119.31deg, rgba(255, 255, 255, 1) 0%, rgba(239, 240, 240, 1) 100%);
    box-shadow: 0.92px 0.92px 0.92px rgba(35, 24, 21, 0.35);
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0.92, OffY=0.92, Color='#231815') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFF0F0', GradientType=1);
    margin-bottom: 24px;
    box-sizing: border-box;
}

#baikyaku_04 .s-hp_capture_info_ttl {
    font-size: 20px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #9e9e9f;
    text-align: center;
    box-sizing: border-box;
}

#baikyaku_04 .s-hp_capture_info_txt {
    font-size: 14px;
    text-align: left;
}

#baikyaku_04 .s-sub_leadtxt {
    color: #003d7c;
    font-weight: bold;
    text-align: center;
}

#baikyaku_04 #baikyaku_04 .s-ai_recommend .s-servbox_cnt .s-servbox_cnt__tit {
    margin-bottom: 0;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_04 .s-baikyaku_guide_mb_type13 {
        margin-bottom: 44px;
    }

    #baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
        width: auto;
        height: 60px;
        min-width: 147px;
        font-size: 20px;
        margin-bottom: 0;
    }

    #baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item.s-arrow-flow_list_w222 {
        width: 222px;
    }

    #baikyaku_04 .s-report_bgbox_list {
        display: flex;
        justify-content: space-between;
        margin-bottom: 32px;
    }

    #baikyaku_04 .s-monthly {
        margin-top: 16px;
    }

    #baikyaku_04 .s-monthly_img {
        width: 30%;
    }

    #baikyaku_04 .s-monthly_txt {
        width: 68%;
        margin-top: 16px;
    }

    #baikyaku_04 .s-num_l {
        font-size: 42px;
    }

    #baikyaku_04 .s-grad_btn_txt_l {
        font-size: 22px;
    }

    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01,
    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item02 {
        width: 338px;
        height: 144px;
        margin: 0 6px;
    }

    #baikyaku_04 .s-ai_recommend {
        margin: 0 12px;
    }

    #baikyaku_04 .s-ai_recommend .s-2clm .s-2clm__item {
        width: 455px;
    }

    #baikyaku_04 .s-other_selling_activity_wrap {
        margin-bottom: 68px;
    }

    #baikyaku_04 .s-other_selling_activity_item01 {
        width: 1002px;
        height: 152px;
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg01.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item02 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg02.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item03 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg03.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item04 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg04.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item05 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg05.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item06 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg06.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item07 {
        background: url(/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg07.png) no-repeat 0 0;
    }

    #baikyaku_04 .s-other_selling_activity_item02,
    #baikyaku_04 .s-other_selling_activity_item03,
    #baikyaku_04 .s-other_selling_activity_item06,
    #baikyaku_04 .s-other_selling_activity_item07 {
        width: 493px;
        height: 168px;
    }

    #baikyaku_04 .s-other_selling_activity_item04,
    #baikyaku_04 .s-other_selling_activity_item05 {
        width: 493px;
        height: 198px;
    }

    #baikyaku_04 .s-other_selling_activity_flex {
        float: left;
    }

    #baikyaku_04 .s-other_selling_activity_item01 {
        padding: 24px 24px 12px 120px;
        margin-bottom: 20px;
    }

    #baikyaku_04 .s-other_selling_activity_item02,
    #baikyaku_04 .s-other_selling_activity_item06 {
        margin-right: 16px;
    }

    #baikyaku_04 .s-other_selling_activity_item04 {
        margin: 0 16px 20px 0;
    }

    #baikyaku_04 .s-other_selling_activity_number {
        margin-right: 16px;
    }

    #baikyaku_04 .s-other_selling_activity_item01 .s-other_selling_activity_number {
        margin-right: 24px;
    }

    #baikyaku_04 .s-other_selling_activity_txt_wrap {
        float: right;
    }

    #baikyaku_04 .s-other_selling_activity_ttl {
        font-size: 22px;
    }

    #baikyaku_04 .s-portalsite_list .s-portalsite_list_item {
        margin-right: 8px;
    }

    #baikyaku_04 .s-portalsite_list .s-portalsite_list_item:last-child {
        margin-right: 0;
    }

    /*20250306 追記*/
    #baikyaku_04 .s-250306 .s-portalsite_list .s-portalsite_list_item {
        width: 145px;
        text-align: center;
        background: #fff;
    }

    #baikyaku_04 .s-livable_channel_ttl {
        font-size: 27px;
        line-height: 1.4;
    }

    #baikyaku_04 .s-livable_channel_subttl {
        font-size: 20px;
        line-height: 2;
        margin-bottom: 20px;
    }

    #baikyaku_04 .s-other_selling_activity_txt .s-num_l {
        font-size: 30px;
    }

    #baikyaku_04 .s-preview_point_box .s-preview_point_img img {
        width: 82px;
        height: 82px;
    }

    #baikyaku_04 .s-preview_point_box_ttl {
        font-size: 22px;
    }

    #baikyaku_04 .s-available_service_ttl {
        font-size: 20px;
    }

    #baikyaku_04 .s-individual_info {
        height: 270px;
    }

    #baikyaku_04 .s-hp_capture_info {
        padding: 12px 16px;
    }

    #baikyaku_04 .s-hp_capture_txt_wrap {
        position: relative;
        z-index: 10;
        width: 437px;
        padding-top: 36px;
        margin-right: -2px;
    }

    #baikyaku_04 .s-hp_capture_img_wrap {
        position: relative;
        z-index: 1;
    }

    #baikyaku_04 .s-individual_info_txt {
        font-size: 20px;
        line-height: 2.4;
        position: absolute;
        top: 64px;
        right: 216px;
    }

    #baikyaku_04 .s-hp_capture_wrap .s-available_service_box {
        width: 337px;
        margin: 48px auto;
    }

    #baikyaku_04 .s-hp_capture_info_ttl {
        width: 40%;
        font-size: 20px;
        padding-right: 16px;
        margin-right: 16px;
        box-sizing: border-box;
    }

    #baikyaku_04 .s-hp_capture_info_txt {
        width: 60%;
        font-size: 14px;
    }

    #baikyaku_04 .s-hp_capture_sp_num {
        display: none;
    }

    #baikyaku_04 .s-sub_leadtxt {
        font-size: 18px;
        line-height: 3;
        margin-bottom: 16px;
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_04 .s-baikyaku_guide_mb_type13 {
        margin-bottom: 8px;
    }

    #baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item {
        height: 50px;
        font-size: 18px;
    }

    #baikyaku_04 .s-arrow-flow_list.s-arrow-flow_list_type02 .s-arrow-flow_list_item:last-child {
        margin-bottom: 0;
    }

    #baikyaku_04 .s-report_bgbox_list {
        margin-bottom: 28px;
    }

    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item01,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item02,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item03,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item04,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item05,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item06,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item07,
    #baikyaku_04 .s-report_bgbox_list .s-report_bgbox_list_item08 {
        margin: 0 auto 16px;
    }

    #baikyaku_04 .s-monthly_img {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }

    #baikyaku_04 .s-grad_btn {
        min-height: 86px;
        padding: 12px;
    }

    #baikyaku_04 .s-num_l {
        font-size: 34px;
    }

    #baikyaku_04 .s-grad_btn_txt_l {
        font-size: 16px;
    }

    #baikyaku_04 .s-ai_bgbox_list {
        flex-direction: column;
        align-items: center;
    }

    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01,
    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item02 {
        width: 245px;
        height: 104px;
        font-size: 18px;
        padding-top: 24px;
    }

    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01,
    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item02 {
        background-size: 245px 104px;
    }

    #baikyaku_04 .s-ai_bgbox_list .s-ai_bgbox_list_item01 {
        margin-bottom: 12px;
    }

    #baikyaku_04 .s-ai_recommend .s-2clm .s-2clm__item:first-child {
        margin-bottom: 24px;
    }

    #baikyaku_04 .s-chapterbox__cnt.s-other_selling_activity_wrap {
        padding: 24px 8px;
    }

    #baikyaku_04 .s-other_selling_activity_wrap {
        margin-bottom: 32px;
    }

    #baikyaku_04 .s-other_selling_activity {
        width: 300px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }

    #baikyaku_04 .s-other_selling_activity_item01,
    #baikyaku_04 .s-other_selling_activity_item02,
    #baikyaku_04 .s-other_selling_activity_item03 {
        margin-bottom: 20px;
        z-index: 1;
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg01_sp_middle.png');
        background-repeat: no-repeat;
        background-size: 300px 609px;
        background-position: 0 77px;
    }

    #baikyaku_04 .s-other_selling_activity_item04,
    #baikyaku_04 .s-other_selling_activity_item05,
    #baikyaku_04 .s-other_selling_activity_item06,
    #baikyaku_04 .s-other_selling_activity_item07 {
        margin-bottom: 20px;
        z-index: 1;
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg04_sp_middle.png');
        background-repeat: no-repeat;
        background-size: 300px 609px;
        background-position: 0 77px;
    }

    #baikyaku_04 .s-other_selling_activity_item01:before,
    #baikyaku_04 .s-other_selling_activity_item02:before,
    #baikyaku_04 .s-other_selling_activity_item03:before,
    #baikyaku_04 .s-other_selling_activity_item04:before,
    #baikyaku_04 .s-other_selling_activity_item05:before,
    #baikyaku_04 .s-other_selling_activity_item06:before,
    #baikyaku_04 .s-other_selling_activity_item07:before {
        content: "";
        width: 300px;
        height: 77px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 300px 77px;
        z-index: 10;
    }

    #baikyaku_04 .s-other_selling_activity_item01:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg01_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item02:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg02_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item03:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg03_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item04:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg04_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item05:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg05_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item06:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg06_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item07:before {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg07_sp_top.png');
    }

    #baikyaku_04 .s-other_selling_activity_item01:after,
    #baikyaku_04 .s-other_selling_activity_item02:after,
    #baikyaku_04 .s-other_selling_activity_item03:after,
    #baikyaku_04 .s-other_selling_activity_item04:after,
    #baikyaku_04 .s-other_selling_activity_item05:after,
    #baikyaku_04 .s-other_selling_activity_item06:after,
    #baikyaku_04 .s-other_selling_activity_item07:after {
        content: "";
        width: 300px;
        height: 5px;
        display: inline-block;
        position: absolute;
        left: 0;
        bottom: -5px;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 320px 5px;
        z-index: 10;
    }

    #baikyaku_04 .s-other_selling_activity_item01:after {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg01_sp_bottom.png');
    }

    #baikyaku_04 .s-other_selling_activity_item02:after,
    #baikyaku_04 .s-other_selling_activity_item03:after,
    #baikyaku_04 .s-other_selling_activity_item04:after,
    #baikyaku_04 .s-other_selling_activity_item05:after,
    #baikyaku_04 .s-other_selling_activity_item06:after,
    #baikyaku_04 .s-other_selling_activity_item07:after {
        background-image: url('/assets/images/original/baikyaku-guide-baikyaku04_3_chapter01_txtbg02_sp_bottom.png');
    }

    #baikyaku_04 .s-other_selling_activity_item02 {
        width: 100%;
        background-size: 100% auto;
    }

    #baikyaku_04 .s-other_selling_activity_item03 {
        width: 100%;
        background-size: 100% auto;
    }

    #baikyaku_04 .s-other_selling_activity_flex {
        padding: 24px 0 0 56px;
    }

    #baikyaku_04 .s-other_selling_activity_item01,
    #baikyaku_04 .s-other_selling_activity_item02,
    #baikyaku_04 .s-other_selling_activity_item03,
    #baikyaku_04 .s-other_selling_activity_item04,
    #baikyaku_04 .s-other_selling_activity_item05,
    #baikyaku_04 .s-other_selling_activity_item06,
    #baikyaku_04 .s-other_selling_activity_item07 {
        padding: 8px;
    }

    #baikyaku_04 .s-other_selling_activity_number {
        font-size: 45px;
        margin-right: 12px;
    }

    #baikyaku_04 .s-other_selling_activity_ttl {
        font-size: 18px;
    }

    #baikyaku_04 .s-other_selling_activity_number,
    #baikyaku_04 .s-other_selling_activity_txt_wrap {
        position: relative;
        z-index: 10;
    }

    #baikyaku_04 .s-portalsite_list {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    #baikyaku_04 .s-portalsite_list .s-portalsite_list_item {
        margin: 4px;
    }

    #baikyaku_04 .s-livable_channel_ttl {
        font-size: 21px;
        line-height: 1.4;
    }

    #baikyaku_04 .s-livable_channel_subttl {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 20px;
    }

    #baikyaku_04 .s-other_selling_activity_txt .s-num_l {
        font-size: 24px;
    }

    #baikyaku_04 .s-preview_point_box .s-preview_point_img img {
        width: 60px;
        height: 60px;
    }

    #baikyaku_04 .s-preview_point_box_ttl {
        font-size: 20px;
    }

    #baikyaku_04 .s-available_service_ttl {
        font-size: 18px;
        width: 90%;
    }

    #baikyaku_04 .s-individual_info {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 156px;
        background-size: auto 100%;
        background-position: -78px 0;
        background-color: #c0d4df;
    }

    #baikyaku_04 .s-individual_info_txt {
        font-size: 11px;
        line-height: 2.4;
        padding: 0 16px;
    }

    #baikyaku_04 .s-hp_capture_info {
        position: relative;
        padding: 8px;
    }

    #baikyaku_04 .s-hp_capture_wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    #baikyaku_04 .s-hp_capture_img_wrap img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    #baikyaku_04 .s-hp_capture_info_ttl {
        font-size: 14px;
        padding: 0 8px 0 24px;
        margin-right: 8px;
        width: 48%;
    }

    #baikyaku_04 .s-hp_capture_info_txt {
        font-size: 12px;
        width: 60%;
    }

    #baikyaku_04 .s-hp_capture_wrap .s-available_service_box {
        margin-top: 32px;
    }

    #baikyaku_04 .s-hp_capture_wrap .s-available_service_ttl {
        width: 100%;
    }

    #baikyaku_04 .s-hp_capture_sp_num {
        position: absolute;
        top: 50%;
        left: 4px;
        margin-top: -0.5em;
        font-size: 24px;
        color: #e73820;
    }

    #baikyaku_04 .s-sub_leadtxt {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 16px;
    }
}


/*---------------------------------
  baikyaku_05
---------------------------------*/
#baikyaku_05 .s-mt26 {
    margin-top: 26px;
}

#baikyaku_05 .s-desc_heading {
    font-size: 18px;
    margin-bottom: 8px;
}

#baikyaku_05 .s-chapter_table03 th {
    padding: 8px 20px;
    text-align: left;
    box-sizing: border-box;
}

#baikyaku_05 .s-chapter_table03 td {
    padding: 8px 20px;
}

#baikyaku_05 .s-condition figure,
#baikyaku_05 .s-arrow-big figure {
    position: relative;
    text-align: center;
    margin-bottom: 16px;
}

#baikyaku_05 .s-condition figcaption,
#baikyaku_05 .s-arrow-big figcaption {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    top: 40%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

#baikyaku_05 .s-arrow-big {
    margin-top: 42px;
    margin-bottom: 32px;
}

/*売買契約の手続きの流れ*/
#baikyaku_05 .s-flow_btm_wrap {
    max-width: 946px;
    margin: 8px auto;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-bk-grad {
    padding: 8px 16px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item .s-flow_item__tit {
    font-size: 18px;
    border-bottom: 1px solid #ded4d0;
    font-weight: bold;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item .s-flow_item__tit.s-noborder {
    border-bottom: 0;
    padding-bottom: 0;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-flow_item__txt {
    padding: 16px 0 0;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-flow_item__list {
    display: flex;
    margin-top: 8px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-flow_item__list .s-tit {
    font-size: 16px;
    color: #e73820;
    padding: 5px;
    border: 1px solid #e73820;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-arrow-small {
    text-align: center;
    margin: 16px 0;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-arrow-small figure {
    position: relative;
    max-width: 114px;
    margin: 0 auto;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-arrow-small figcaption {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .mb16 {
    margin-bottom: 16px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__tit {
    color: #e73820;
    text-align: left;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt {
    position: relative;
    border: 1px solid #afaeae;
    margin-top: 16px;
    padding: 20px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-sab_h {
    font-size: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ded4d0;
    display: block;
    width: 100%;
    margin-bottom: 16px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-sab_h.mt {
    margin-top: 32px;
}

#baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-text-relative {
    position: relative;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_05 .s-desc_heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    #baikyaku_05 .s-desc_txt .s-2clm__item:first-child {
        width: 456px;
    }

    #baikyaku_05 .s-desc_txt .s-2clm__item:last-child {
        width: 600px;
    }

    #baikyaku_05 .s-condition .s-2clm__item {
        width: 40%;
        margin: 0 auto;
    }

    #baikyaku_05 .s-condition figure {
        margin-bottom: 24px;
    }

    #baikyaku_05 .s-condition figcaption,
    #baikyaku_05 .s-arrow-big figcaption {
        font-size: 20px;
        top: 44%;
    }

    /*売買契約の手続きの流れ*/
    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child .s-bk-grad {
        padding: 8px 42px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item .s-flow_item__tit {
        font-size: 22px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:first-child {
        width: 518px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child {
        width: 370px;
        margin-top: 32px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt {
        margin-top: 24px;
        padding: 30px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt:before,
    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-right: 54px solid #f6f6f6;
        border-bottom: 15px solid transparent;
        bottom: 208px;
        left: -52px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt:before {
        left: -54px;
        border-right: 54px solid #afaeae;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-flow_item__txt:after {
        left: -52px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-sab_h {
        margin-bottom: 24px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-sab_h.mt {
        margin-top: 48px;
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-text-relative figure {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_05 .s-desc_txt .s-2clm__item:first-child {
        margin-bottom: 16px;
    }

    #baikyaku_05 .s-condition .s-2clm__item:first-child {
        margin-bottom: 24px;
    }

    #baikyaku_05 .s-arrow-big figure img {
        width: 100%;
    }

    /*売買契約の手続きの流れ*/
    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child {
        margin-top: 32px
    }

    #baikyaku_05 .s-flow_btm_wrap .s-2clm__item:last-child .s-text-relative figure {
        width: 100px;
        margin: 0 auto 16px;
    }
}

/*---------------------------------
  baikyaku_06
---------------------------------*/
#baikyaku_06 .s-procedure {
    margin-top: 48px;
    margin-bottom: 64px;
}

#baikyaku_06 .s-procedure__title-box {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

#baikyaku_06 .s-procedure__title {
    font-size: 20px;
    background: linear-gradient(to right, #dd6f9c 0%, #b7006e 100%);
    color: #fff;
    padding: 10px 70px 10px 40px;
    position: relative;
    font-weight: bold;
}

#baikyaku_06 .s-procedure__title::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 47px solid #f6f6f6;
    border-left: 65px solid transparent;
    left: calc(100% - 65px);
    top: 0;
}

#baikyaku_06 .s-procedure__title-desc {
    font-size: 16px;
    padding-bottom: 5px;
}

#baikyaku_06 .s-procedure__body {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 2px -2px 3px -1px rgba(0, 0, 0, 0.6);
}

#baikyaku_06 .s-procedure__body-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 10px 0;
    color: #9f0e15;
}

#baikyaku_06 .s-procedure__body-desc-box {
    padding: 20px;
    position: relative;
}

#baikyaku_06 .s-procedure__body-desc-box::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    background-color: #ded4d4;
}

#baikyaku_06 .s-procedure__red-text {
    font-size: 16px;
    color: #e73820;
    border: 1px solid #e73820;
    padding: 10px 0;
    background-color: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
    font-weight: 600;
}

#baikyaku_06 .s-eyes__title-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#baikyaku_06 .s-eyes__title {
    font-size: 18px;
    color: #fff;
    background-color: #e34563;
    padding: 6px 20px;
    position: relative;
}

#baikyaku_06 .s-eyes__title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 16.5px solid transparent;
    border-left: 20px solid #e34563;
    border-bottom: 16.5px solid transparent;
    left: 100%;
    top: 0;
    z-index: 1;
}

#baikyaku_06 .s-eyes__title-desc {
    font-size: 18px;
    color: #e34563;
    padding-left: 40px;
}

#baikyaku_06 .s-eyes__main-title {
    font-size: 20px;
    background-color: #a47d6c;
    color: #fff;
    text-align: center;
    padding: 11px;
}

#baikyaku_06 .s-eyes__body {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

#baikyaku_06 .s-eyes__parts {
    margin-top: 12px;
}

#baikyaku_06 .s-eyes__parts .s-content_ttl01 {
    font-size: 20px;
}

#baikyaku_06 .s-eyes__parts-desc {
    background-color: #fdf3ee;
    padding: 12px 20px;
}

#baikyaku_06 .s-eyes__parts-desc--border {
    background-color: #fff;
    box-shadow: 2px -2px 3px -1px rgba(0, 0, 0, 0.6);
}

#baikyaku_06 .s-eyes .s-procedure__titles {
    font-size: 20px;
    background: linear-gradient(to right, #046fb8 0%, #2ca6e0 100%);
    color: #fff;
    padding: 10px 30px 10px 10px;
    position: relative;
    font-weight: bold;
}

#baikyaku_06 .s-eyes .s-procedure__titles::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 47px solid #f6f6f6;
    border-left: 65px solid transparent;
    left: calc(100% - 65px);
    top: 0;
}

#baikyaku_06 .s-eyes__box {
    display: flex;
    flex-direction: column;
}

#baikyaku_06 .s-eyes__box-col .s-content_ttl01 {
    margin-top: 16px;
    font-size: 20px;
}

#baikyaku_06 .s-eyes__text-red {
    font-size: 13px;
    color: #e73820;
    margin-top: 16px;
}

/*-- PC --*/
@media screen and (min-width: 769px) {
    #baikyaku_06 .s-procedure__title-box {
        flex-direction: row;
    }

    #baikyaku_06 .s-procedure__title {
        font-size: 24px;
    }

    #baikyaku_06 .s-procedure__title-desc {
        font-size: 18px;
        padding-bottom: 0;
    }

    #baikyaku_06 .s-procedure__body {
        flex-direction: row;
    }

    #baikyaku_06 .s-procedure__body-title {
        flex-basis: calc(100% - 560px);
        font-size: 26px;
        padding: 0;
    }

    #baikyaku_06 .s-procedure__body-desc-box {
        padding: 30px 25px;
    }

    #baikyaku_06 .s-procedure__body-desc-box::before {
        content: "";
    }

    #baikyaku_06 .s-procedure__red-text {
        font-size: 18px;
    }

    #baikyaku_06 .s-eyes__title {
        padding: 5px 20px;
        font-size: 20px;
    }

    #baikyaku_06 .s-eyes__body {
        flex-direction: row;
        margin-bottom: 0;
    }

    #baikyaku_06 .s-eyes__parts {
        flex-basis: 50%;
        margin-right: 24px;
    }

    #baikyaku_06 .s-eyes__parts:last-child {
        margin-left: 24px;
        margin-right: 0;
    }

    #baikyaku_06 .s-eyes .s-procedure__titles {
        max-width: 90%;
        font-size: 24px;
        padding: 10px 70px 10px 40px;
    }

    #baikyaku_06 .s-eyes__box {
        flex-direction: row;
    }

    #baikyaku_06 .s-eyes__box-col {
        flex-basis: 33.33%;
    }

    #baikyaku_06 .s-eyes__box-col:first-child {
        margin-right: 16px;
    }

    #baikyaku_06 .s-eyes__box-col:nth-child(2) {
        margin-right: 12px;
        margin-left: 12px;
    }

    #baikyaku_06 .s-eyes__box-col:last-child {
        margin-left: 16px;
    }
}

/*-- SP --*/
@media screen and (max-width: 768px) {
    #baikyaku_06 .s-procedure__title {
        width: 100%;
    }
}

/*---------------------------------
  baikyaku_07
---------------------------------*/
#baikyaku_07 .s-chapter_table03 .th01 {
    text-align: left;
    padding: 8px 20px;
    box-sizing: border-box;
}

#baikyaku_07 .s-chapter_table03 td {
    padding: 8px 20px;
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_07 .s-chapter_table03 .th01 {
        width: 140px;
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_07 .s-chapter_table03 .th01 {
        width: 30%;
        font-size: 14px;
    }
}

/*---------------------------------
  baikyaku_08
---------------------------------*/
#baikyaku_08 .s-chapter_table03 .th01 {
    width: 16%;
}

#baikyaku_08 .s-chapter_table03 .th02 {
    width: 42%;
}

#baikyaku_08 .s-chapter_table03 td {
    padding: 8px 32px;
}

#baikyaku_08 .s-chapter_table03 .s-table2clm {
    display: flex;
}

#baikyaku_08 .s-chapter_table03 .s-table2clm .s-table2clm__item:nth-child(2) {
    margin-left: 32px;
}

#baikyaku_08 .s-zeimu-support {
    width: 100%;
    padding: 10px;
}

#baikyaku_08 .s-zeimu-support__tit {
    text-align: center;
    color: #9f0e15;
}

#baikyaku_08 .s-zeimu-support__txt {}

#baikyaku_08 .s-zeimu-support__txt .a-caption {
    border: 1px solid #e73820;
    padding: 2px 16px;
    display: inline-block;
    margin-top: 8px;
}

/*ご提供サービス*/
#baikyaku_08 .s-servlist {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    -webkit-justify-content: start;
    justify-content: start;
    margin-bottom: 8px;
}

#baikyaku_08 .s-servlist .s-item {
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    background: url('/assets/images/original/baikyaku-guide-baikyaku08_textbk01.png') center/cover no-repeat;
    color: #b7243b;
    width: 40vw;
    height: calc(17.6vw * 0.75);
    margin-top: 1%;
}

#baikyaku_08 .s-servlist .s-item_in {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*-- PC --*/
@media only screen and (min-width: 769px) {
    #baikyaku_08 .s-zeimu-support {
        display: table;
    }

    #baikyaku_08 .s-zeimu-support__tit {
        display: table-cell;
        vertical-align: middle;
        border-right: 1px solid #ded4d0;
        font-size: 20px;
        width: 264px;
    }

    #baikyaku_08 .s-zeimu-support__txt {
        display: table-cell;
        vertical-align: middle;
        padding: 0 50px;
    }

    /*ご提供サービス*/
    #baikyaku_08 .s-servlist .s-item {
        width: 250px;
        height: 86px;
        margin-top: 4px;
        font-size: 18px;
    }

    #baikyaku_08 .s-servlist .s-item:nth-child(-n+4) {
        margin-top: 0;
    }
}

/*-- SP --*/
@media only screen and (max-width: 768px) {
    #baikyaku_08 .s-zeimu-support {
        width: 100%;
        padding: 10px;
    }

    #baikyaku_08 .s-zeimu-support__tit,
    #baikyaku_08 .s-zeimu-support__txt {
        padding: 16px;
    }

    #baikyaku_08 .s-zeimu-support__tit {
        border-bottom: 1px solid #ded4d0;
        font-size: 18px;
    }

    /*ご提供サービス*/
    #baikyaku_08 .s-servlist {
        max-width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }

    #baikyaku_08 .s-servlist .s-item:nth-child(-n+2) {
        margin-top: 0;
    }
}

/*-- SP 幅320用 --*/
@media only screen and (max-width: 320px) {

    /*ご提供サービス*/
    #baikyaku_08 .s-servlist .s-item {
        margin: 0 auto 2%;
        width: 50vw;
        height: calc(22.6vw * 0.75);
    }
}

/* NEW-CSS 25/05 */

.o-content .s-content-wpr {
    display: flex;
}

@media screen and (max-width: 768px) {
    .o-content .s-content-wpr {
        display: flex;
        flex-direction: column;
    }
}

.o-content .s-content-youtube {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 769px) {
    .o-content .s-content-youtube {
        margin-right: 15px;
        margin-bottom: 24px;
    }
}

.o-content .s-content-youtube .s-iframe-player {
    position: relative;
}

.o-content .s-content-youtube .s-iframe-player:after {
    position: absolute;
    content: '';
    width: 65px;
    height: 50px;
    background-image: url(/assets/images/original/s-youtube-logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

@media screen and (min-width: 769px) {
    .o-content .s-content-youtube .s-iframe-player img {
        width: 320px;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .o-content .s-content-youtube .s-iframe-player img {
        width: 100%;
        cursor: pointer;
    }
}

@media screen and (max-width: 768px) {
    .o-content .s-content-youtube-iframe {
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .o-content .s-content-youtube-iframe {
        width: 320px;
    }
}

.o-content .s-content-youtube-iframe {
    height: 190px;
}

@media screen and (min-width: 769px) {
    .o-content .s-content-youtube-iframe {
        /* height: 100%; */
    }
}



.modal {
    display: block;
    z-index: 99999;
    inset: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    transition: all 0.1s ease-in;
}

.modal.is-visible {
    visibility: visible;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal.is-visible .modal-transition {
    opacity: 1;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s ease-in;
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    width: 90%;
    overflow: auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 768px) {
    .modal-wrapper {
        width: 100%;
    }
}

.modal-transition {
    transition: all 0.1s ease-in;
    opacity: 0;
}

.modal-close {
    background-color: transparent;
    box-shadow: none;
    border: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    top: 5px;
    right: -8px;
}

@media only screen and (min-width: 768px) {
    .modal-close {
        top: 35px;
        right: -75px;
    }
}

.modal-close:before,
.modal-close:after {
    content: '';
    display: block;
    background-color: #fff;
    height: 5px;
    margin: 6px 0;
    transition: all .2s ease-in-out;
    width: 30px;
    height: 4px;
}

.modal-close:before {
    transform: rotate(45deg);
}

.modal-close:after {
    transform: translateY(-10px) rotate(-45deg);
}

.modal-close:hover {
    opacity: 0.7;
}

.modal-header {
    position: relative;
    padding: 20px 15px 10px;
    border: none;
    display: flex;
    justify-content: flex-end;
    max-width: 640px;
    width: 90%;
}

@media only screen and (min-width: 768px) {
    .modal-header {
        padding: 20px 35px 10px;
        width: 100%;
    }
}

.modal-content {
    border: none;
    padding: 0 15px 30px;
}

@media only screen and (min-width: 768px) {
    .modal-content {
        padding: 0 35px 30px;
    }
}


.modal-body {
    overflow-y: auto;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .modal-body {
        padding: 0;
        padding-top: 56.28%;
        position: relative;
        width: 100%;
        max-width: 540px;
    }
}

@media only screen and (min-width: 769px) {
    .modal-body {
        aspect-ratio: 16/9;
        width: 100%;
        max-width: 720px;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 768px) {
    .modal-body #player {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}

@media only screen and (min-width: 769px) {
    .modal-body #player {
        width: 100%;
        height: 100%;

    }
}

