@charset "UTF-8";

/* アバターアイコン
------------------------------------------------------------ */
.concierge_avatar {
    display: none!important;
}

/* 共通
------------------------------------------------------------ */
a{
    outline:none;
    color:#333;
}
a,
a:link,
a:visited {
    text-decoration: none;
}
.container {
    font-family: Roboto,"Helvetica Neue",Arial,"Century Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","BIZ UDPGothic",Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1.2;
}

/* 見積りボタン */
.estimate_btn a {
    font-size: 4.7vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 15px 8vw;
    background: linear-gradient(to bottom, #43c0ed 0%,#43c0ed 50%,#29a3cf 51%,#29a3cf 100%);
    border-radius: 100px;
    display: inline-block;
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px rgb(255 255 255);
    position: relative;
}

.estimate_btn a::after {
    content: '';
    width: 2vw;
    height: 2vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: translateY(-50%) rotate(45deg);
}

.general_btn {
    text-align: center;
    margin: 30px 15px;
}

.general_btn a {
    font-size: 24px;
    width: 100%;
    max-width: 345px;
    box-sizing: border-box;
    padding: 15px 30px;
}

.general_btn a::after {
    width: 10px;
    height: 10px;
    right: 25px;
}

/* 見出し */
.container h2 {
    text-align: center;
    position: relative;
    margin: 0 0 15px;
}

.container h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #055241;
    position: absolute;
    top: 50%;
    left: 0;
}

.container h2 > span {
    font-size: 24px;
    font-weight: bold;
    color: #055241;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}

/* 見出し-吹き出し */
.container h2 .repletion {
    font-size: 18px;
    color: #fff;
    display: table;
    margin: 0 auto 15px;
    background: #055241;
    padding: 10px 15px;
    border-radius: 50px;
    position: relative;
}

.container h2 .repletion::after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(5,82,65) 51%,rgba(5,82,65) 100%);
    transform: translateX(-50%) rotate(135deg);
}

/* 死亡保険はなぜ必要？ */
.necessity_wrap .balloon {
    position: relative;
    line-height: 1.5;
    padding: 11px;
    background: #0B9C7D;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.necessity_wrap .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid #0B9C7D;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translateX(-50%);
}

.necessity_wrap .txt_area {
    padding: 25px 15px 25px 130px;
    background: #E6F0FA url(images/necessity_bg.png) left bottom no-repeat;
    background-size: 120px auto;
}

.necessity_wrap .txt_area p {
    line-height: 1.5;
    padding: 12px;
    border-radius: 8px;
    background: #FFF;
    font-size: 16px;
}

.necessity_wrap figure {
    margin: 15px;
    padding: 15px 22px;
    background: #FAF7E6;
    text-align: center;
}

.necessity_wrap figcaption {
    margin: 0 0 5px;
    color: #055241;
    font-weight: bold;
}

.necessity_wrap img {
    width: 100%;
}

.necessity_wrap figure img {
    max-width: 300px;
}

.necessity_wrap .point_list {
    padding: 15px;
    background: #E6F0FA;
}

.necessity_wrap .point_list > p {
    line-height: 1.5;
    color: #055241;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.necessity_wrap .point_list > p span {
    display: inline-block;
}

.necessity_wrap .point_list ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0;
}

.necessity_wrap .point_list li {
    width: calc((100% - 15px) / 2);
    padding: 15px;
    background: #FFF;
    box-sizing: border-box;
}

.necessity_wrap .point_list .list_tit {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.necessity_wrap .point_list .list_txt {
    line-height: 1.5;
    padding: 90px 0 0;
    background: url(images/ico_money.png) center top no-repeat;
    background-size: 80px auto;
}

.necessity_wrap .point_list li.term .list_txt {
    background-image: url(images/ico_term.png);
}

.necessity_wrap .point_list li.term {
    position: relative;
}

.necessity_wrap .point_list li.term::before,
.necessity_wrap .point_list li.term::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    width: 2px;
    height: 30px;
    background: #055241;
}

.necessity_wrap .point_list li.term::before {
    transform: translateY(-50%) rotate(-45deg);
}

.necessity_wrap .point_list li.term::after {
    transform: translateY(-50%) rotate(45deg);
}

.balloon_head {
    display: table;
    position: relative;
    line-height: 1.5;
    margin: 30px auto 0;
    padding: 0 15px;
    font-size: 18px;
}

.balloon_head::before,
.balloon_head::after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 50%;
    background: #0B9C7D;
}

.balloon_head::before {
    left: 0;
    transform: translateY(-50%) rotate(-25deg);
}

.balloon_head::after {
    right: 0;
    transform: translateY(-50%) rotate(25deg);
}

.balloon_head + .estimate_btn {
    margin-top: 5px;
}

@media (orientation: landscape) and (max-width: 767px){
    .necessity_wrap .txt_area {
        padding: 36px 15px 35px 130px;
    }
}

.marker {
    background: linear-gradient(transparent 55%, #fefe7a 10%);
}


/* メインビジュアル
------------------------------------------------------------ */
.mv_wrap h1 img {
    width: 100%;
}

.mv_wrap h1.fifties {
    margin-bottom: 30px;
}

.estimate_btn {
    margin: 20px 0;
    text-align: center;
}

/* フォームのカスタマイズ
-------------------------------------------------------------*/
.form_box .accept_line + .btn_confirm::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 50%;
    display: block;
    width: 1em;
    height: 1em;
    background: url(images/arw_send_sp.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
/* Line友達追加 ver.*/
.form_box .btn_confirm input.line-submit-btn{
	background-image: url(images/btn_line_submit_sp.webp);
}
/* 継承による調整20250203/life */
.mv_wrap .input_area dl dd label::before {
    width: 16px;
    height: 16px;
}


/* PTengine実装
------------------------------------------------------------ */
.mv h1 img {
    width: 100%;
    height: auto;
}

p.input_area_text {
    background-color: #f1f1f1;
    padding: 10px 16px 0;
    font-weight: bold;
}

p.note_text {
    margin: 10px 10px 10px;
}

p.note_text span {
    color: #0B9C7D;
    font-weight: bold;
}

.osusume_wrap {
    max-width: 750px;
    margin: 0 auto;
}

.osusume_list {
    margin: 0 0 16px;
}

.osusume_list li {
    border-bottom: 1px solid #055241;
    padding: 0 10px 10px;
    margin: 0 0 10px;
}

.osusume_list li:last-child {
    border: none;
    padding-bottom: 0;
}

.osusume_list li .title {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 16px;
}

.osusume_list li .note {
    line-height: 1.5;
}

.osusume_list li .title em {
    color: #fe66f3;
    font-weight: bold;
}

.osusume_list li .title span {
    color: #fe66f3;
}

.osusume_list li mark {
    background: linear-gradient(transparent 55%, #fefe7a 10%);
}

.osusume_att {
    font-size: 12px;
    margin: 10px 10px 20px;
}

.container h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #055241;
    position: absolute;
    top: 50%;
    left: 0;
}

.container h2>span {
    font-size: 24px;
    font-weight: bold;
    color: #055241;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
    display: inline-block;
}

/* 引っ越し侍風 */
.lead_txt,
.hosoku {
    margin: 8px 0;
    font-size: 12px;
    text-align: center;
}

.attention_txt {
    margin: 8px 0 0;
    font-size: 14px;
    text-align: center;
    color: #cc6402;
    background: #fff5d3;
    padding: 8px 0;
    font-weight: bold;
}

.mv_wrap {
    max-width: 750px;
    margin: 0 auto 20px;
    background: rgb(24, 190, 126);
    padding: 10px 12px 15px;
}

.mv_wrap .input_area {
    background: #fff;
    border-radius: 10px;
    padding: 10px 0;
}

.mv_wrap .input_area dl {
    background: #fff;
    margin: 0;
    padding: 0 16px;
    border-radius: 10px;
}

.input_area .btn_net_estimate {
    margin: 0;
    padding: 0 10px;
}

figure img {
    width: 100%;
}

.btn_net_estimate a {
    align-items: center;
    background: rgb(255, 136, 0);
    border-radius: 100px;
    box-shadow: rgba(14, 31, 53, 0.12) 0px 1px 4px 0px, rgba(14, 31, 53, 0.06) 0px 4px 8px 0px;
    display: flex;
    font-size: min(5.333vw, 40px) ;
    line-height: 1.38;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    max-width: 540px;
    margin: 0 auto 8px;
}

.btn_net_estimate a::after {
    border: none;
}

.btn_net_estimate a .btn_free {
    background-color: rgb(255, 255, 255);
    border-radius: 100px;
    box-shadow: rgba(14, 31, 53, 0.06) 2px 2px 1px inset, rgba(14, 31, 53, 0.12) 0px 0px 4px inset;
    color: rgb(255, 136, 0);
    padding: 4px 0;
    text-align: center;
    width: 20.666vw;
}

.btn_net_estimate a .btn_estimate {
    text-align: center;
    width: 100%;
}

.formbanner {
    display: flex;
    padding: 10px 10px 0;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: center;
}

.formbanner_item {
    background-color: rgb(255, 244, 244);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: min(2.133vw, 20px);
    text-align: center;
}

.formbanner_half {
    flex-basis: 50%;
}

.formbanner_label {
    font-size: 12px;
    line-height: 1.3;
}

.formbanner_label sup {
    font-size: 10px;
}

.formbanner_emphasis {
    color: rgb(221, 23, 31);
    font-size: min(4.267vw, 24px);
    font-weight: bold;
    line-height: 1;
    margin-top: 1.067vw;
}

.formbanner_emphasis span em {
    font-weight: bold;
    color: #333;
}

.term {
    font-size: 12px;
    text-align: right;
    padding: 8px 0 0;
    line-height: 1;
}

/* 引っ越し侍風に統一 */
.container h2>span,
.necessity_wrap .point_list>p,
.order_list li .order_tit {
    color: #18BE7E;
}

.container h2::before,
.necessity_wrap .balloon,
.container h2 .repletion {
    background: #18BE7E;
}

.osusume_list li .title em,
.osusume_list li .title span,
.order_list li .turn,
.form_box p.txt {
    color: #DD171F;
}

.osusume_list li {
    border-bottom: 1px solid #18BE7E;
}

.osusume_list li mark {
    background: linear-gradient(transparent 55%, #fff5d3 10%);
}

.estimate_btn a,
.balloon_head::before,
.balloon_head::after {
    background: #FF8800;
}

.necessity_wrap .balloon::before {
    border-top: 8px solid #18BE7E;
}

.necessity_wrap .txt_area {
    background: #EDFCF4 url(images/necessity_bg.png) left bottom no-repeat;
    background-size: 120px auto;
}

.necessity_wrap figure {
    background: #FFF5D3;
}

.necessity_wrap .point_list,
.order_list {
    background: #EDFCF4
}

.container h2 .repletion::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(24, 190, 126) 51%, rgba(24, 190, 126) 100%);
}

.order_list li::before {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(24, 190, 126, 1) 51%, rgba(24, 190, 126, 1) 100%);
}

.form_box .privacy_box {
    border: 2px solid #DD171F;
}

.form_box .privacy_notes {
    background: #DD171F;
}

.form_box .btn_confirm input[name="lpo_estimate_btn"] {
    background-image: url(images/btn.webp);
}

/*PC用スタイル*/
@media screen and (min-width: 768px) {
    /* 共通
    ------------------------------------------------------------ */
    .br {
        display: block;
    }
    /* チェックボックス */
    #lpnetform-gender label:before {
        left: 68px;
    }
    #lpnetform-gender label:after {
        left: 72px;
    }
    /* 見積りボタン */
    .estimate_btn {
        margin: 20px 0 30px;
        text-align: center;
    }

    .estimate_btn a {
        font-size: 40px;
        width: 540px;
        max-width: inherit;
        box-sizing: border-box;
        box-shadow: none;
        padding: 15px 30px;
    }

    .estimate_btn a::after {
        width: 15px;
        height: 15px;
        border-width: 4px;
        right: 35px;
    }

    .estimate_btn a:hover {
        box-shadow: 0px 0px 10px #fff;
    }

    .general_btn {
        margin: 0 0 60px;
        transition: all .4s ease;
    }

    .general_btn:hover {
        transform: translateY(10px);
    }

    /* 見出し */
    .container h2 {
        max-width: 950px;
        margin: 0 auto 20px;
    }

    .container h2::before {
        height: 2px;
    }

    .container h2 span {
        font-size: 40px;
    }

    /* 見出し-吹き出し */
    .container h2 .repletion {
        font-size: 24px;
    }

    .container h2 .repletion::after {
        width: 20px;
        height: 20px;
        bottom: -6px;
        background: linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(5,82,65,1) 51%,rgba(5,82,65,1) 100%);
    }

    /* メインビジュアル
    ------------------------------------------------------------ */
    .ico_osusume {
        margin: 0 auto 10px;
        max-width: 950px;
        width: 100%;
    }
    /* カルーセル ---------- */
    .carousel_area {
        width: 100%;
        max-width: 950px;
        margin: 0 auto 60px;
        padding: 20px 0;
        overflow: hidden;
    }

    .carouselItem img {
        width:165px;
    }

    /* スライダー静止状態 */
    .slide_item {
        margin: 0 3px;
        width: 300px;
    }

    /* 死亡保険はなぜ必要？
    -------------------------------------------------------------*/
    .necessity_wrap .necessity_area,
    .necessity_wrap .point_list,
    .necessity_wrap .relief_area {
        max-width: 750px;
        margin: 0 auto;
    }

    .necessity_wrap .txt_area {
        padding: 50px 15px 50px 130px;
    }

    .necessity_wrap figure {
        margin: 15px 0;
    }
    .necessity_wrap figcaption {
        font-size: 16px;
    }
    .necessity_wrap .point_list {
        box-sizing: border-box;
    }

    /* フォームのカスタマイズ
    -------------------------------------------------------------*/
    .form_box .accept_line + .btn_confirm::before{
        width:30px;
        height:44px;
        background-image:url(images/arw_send_pc.png);
        transition:top .4s ease;
    }

    /* Line友達追加 ver.*/
    .form_box .btn_confirm input.line-submit-btn {
        width: 480px;
        height: 84px;
        background-image: url(images/btn_line_submit_pc.webp);
    }

    /* PTengine実装
    ------------------------------------------------------------ */
    .mv_wrap {
        margin-bottom: 50px;
    }
    .form_box .btn_confirm input[name="lpo_estimate_btn"] {
        background-image: url(images/btn.webp);
        height: 100px;
    }
}