@charset "UTF-8";
/* body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
    color: #2f2f2f;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
} */
main {
    background: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN", "メイリオ", sans-serif;
    color: #2f2f2f;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

.breadcrumb {
    margin: 0;
    padding: 1em 0;
}

.ks_lp_out_wrap {
    background: #ffffe5;
}

.ks_lp_wrap {
    max-width: 750px;
    margin: 0 auto;
}

.ks_lp_out_wrap .inner_wrap {
    width: 92%;
    margin: 0 auto;
    padding: 0;
}

.con_inner {
    width: 91.3%;
    margin: 0 auto;
}

.text_blue {
    color: #004e9d;
}

.underline {
    background: linear-gradient(transparent 70%, #ecf010 30%);
}

.sb {
    display: inline-block;
    position: relative;
}

.sb::before {
    content: '';
    width: 1.2em;
    height: 4px;
    background: #2f2f2f;
    position: absolute;
    top: 50%;
    left: -1em;
    transform: translateY(-50%) rotate(70deg);
}

.sb::after {
    content: '';
    width: 1.2em;
    height: 4px;
    background: #2f2f2f;
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%) rotate(-70deg);
}

@media screen and (max-width: 749px) {
    .sb::before {
        height: 2px;
    }
    
    .sb::after {
        height: 2px;
    }
}

@media screen and (min-width: 750px) {
    .ks_sp {
        display: none;
    }
}

/* cta_wrap */
.cta_wrap {
    position: relative;
    background-color: #f5f7fa;
    padding: 58px 0 62px;
    z-index: 0;
}

.cta_wrap::before {
    content: '';
    display: inline-block;
    width: 100%;
    padding-top: 4%;
    background-image: url(../img/kitchenstove_lp/cta_top.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.cta_wrap .inner_wrap {
    border: 2px solid #2f2f2f;
    background: #fff;
    position: relative;
}

.cta_wrap .inner_wrap::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../img/kitchenstove_lp/cta_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.cta_wrap .cta_inner {
    border: 1px solid #2f2f2f;
    margin: 8px;
    position: relative;
    padding: 30px 0 30px;
}

.cta_text p {
    margin: 0;
    font-size: 32px;
    /* letter-spacing: 0.1em; */
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.cta_text p .em {
    font-size: 44px;
}

.cta_btn {
    margin-top: 75px;
}

.cta_btn a {
    background: #f36f01;
    width: 88.37%;
    max-width: 570px;
    height: 110px;
    border-radius: 55px;
    margin: 0 auto;
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
    position: relative;
}

.cta_btn a::before {
    content: '';
    display: inline-block;
    width: 51.05%;
    padding-top: 12.6%;
    background-image: url(../img/kitchenstove_lp/cta_sb.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translateX(-50%);
}

.cta_btn a span {
    color: #fff;
    font-size: 44px;
    font-weight: bold;
    position: relative;
}

.cta_btn a span::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 17px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: -0.8em;
    transform: translateY(-50%);
}

@media screen and (max-width: 749px) {
    .cta_wrap {
        padding: 29px 0 31px;
    }

    .cta_wrap .inner_wrap::after {
        top: 8px;
        left: 8px;
    }

    .cta_wrap .cta_inner {
        padding: 40px 0 15px;
        margin: 4px;
    }

    .cta_wrap .cta_inner::before {
        content: '';
        display: inline-block;
        width: 6.37%;
        max-width: 22px;
        padding-top: 7.96%;
        background-image: url(../img/kitchenstove_lp/cta_icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
    }

    .cta_text p {
        font-size: 16px;
    }

    .cta_text p .em {
        font-size: 22px;
    }

    .cta_btn {
        margin-top: 38px;
    }

    .cta_btn a {
        height: 55px;
    }

    .cta_btn a span {
        font-size: 22px;
    }

    .cta_btn a span::after {
        border-width: 6px 0 6px 8px;
    }

    .cta_btn a::before {
        max-width: 145px;
    }
}

@media screen and (max-width: 374px) {
    .cta_text p {
        font-size: 4.27vw;
    }

    .cta_text p .em {
        font-size: 5.88vw;
    }

    .cta_btn a span {
        font-size: 5.88vw;
    }
}

/* mv_wrap */
.mv_wrap h1 {
    margin: 0;
}

.mv_wrap img {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .mv_wrap {
        margin: 0 calc(50% - 960px);
        width: 1920px;
    }

    .mv_wrap + .cta_wrap::before {
        width: 0;
        padding-top: 0;
    }
}

/* select_wrap */
.select_wrap {
    padding: 81px 0;
    background: #ced8e4;
}

.select_heading h2 img {
    width: 100%;
}

.select_heading h2 span {
    display: block;
    text-align: center;
    font-size: 36px;
    color: #2f4f74;
    margin-top: 0;
    line-height: 1.4;
}

.check_wrap {
    background: #fff;
    margin-top: 49px;
}

.check_wrap li {
    padding: 20px 0 18px 1.5em;
    background-image: linear-gradient(to right, #ccc, #ccc 11px, transparent 11px, transparent 8px);
    background-size: 18px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #5e7692;
    font-size: 25px;
    line-height: 1.22;
    font-weight: bold;
    position: relative;
}

.check_wrap li::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-image: url(../img/kitchenstove_lp/check_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: calc(20px + 0.11em);
    left: 0;
}

.check_wrap img {
    margin-top: 10px;
    width: 100%;
}

@media screen and (max-width: 749px) {
    .select_wrap {
        padding: 40px 0;
    }

    .select_heading h2 span {
        font-size: 18px;
    }

    .select_heading h2 img {
        max-width: 345px;
        margin: 0 auto;
        display: block;
    }

    .check_wrap {
        margin-top: 24px;
    }

    .check_wrap li {
        padding: 13px 0 12px 1.5em;
        background-image: linear-gradient(to right, #ccc, #ccc 6px, transparent 6px, transparent 4px);
        background-size: 9px 1px;
        font-size: 18px;
    }

    .check_wrap li::before {
        top: calc(13px + 0.11em);
    }
}

/* lineup_wrap */
/* .lineup_wrap {
    padding: 71px 0 70px;
} */

.lineup_heading {
    text-align: center;
    font-weight: bold;
}

.lineup_heading > span {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.lineup_heading > span > .em {
    font-size: 46px;
}

.lineup_heading h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3;
}

.lineup_heading h2 span.small {
    font-size: 46px;
}

/* .lineup_wrap .img_wrap {
    margin-top: 25px;
} */

@media screen and (max-width: 749px) {
    .lineup_wrap {
        padding: 35px 0;
        background-image: url(../img/kitchenstove_lp/lineup_bg.png);
        background-repeat: no-repeat;
        background-position: 0 115%;
        background-size: contain;
    }

    .lineup_heading > span {
        font-size: 18px;
    }

    .lineup_heading > span > .em {
        font-size: 23px;
    }

    .lineup_heading h2 {
        font-size: 30px;
    }

    .lineup_heading h2 span.small {
        font-size: 23px;
    }

    .lineup_wrap .img_wrap {
        margin-top: 12px;
    }
}

@media screen and (max-width: 374px) {
    .lineup_heading > span {
        font-size: 4.81vw;
    }

    .lineup_heading > span > .em {
        font-size: 6.14vw;
    }

    .lineup_heading h2 {
        font-size: 8.02vw;
    }

    .lineup_heading h2 span.small {
        font-size: 6.14vw;
    }
}

@media screen and (min-width: 750px) {
    .lineup_wrap {
        padding-top: 71px;
        padding-bottom: 50%;
        position: relative;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }

    .lineup_wrap .img_wrap {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        position: absolute;
        bottom: 7%;
    }

    .lineup_wrap .img_wrap img {
        width: 100%;
        max-width: 1436px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .lineup_wrap {
        padding-bottom: 60%;
    }
}

@media screen and (min-width: 1250px) {
    .lineup_wrap {
        padding-bottom: 70%;
    }
}

/* merit_wrap */
.merit_wrap {
    background-color: #fff;
    position: relative;
    z-index: 0;
    padding-bottom: 124px;
}

.merit_heading {
    padding: 80px 0 40px;
}

.merit_heading h2 img {
    width: 100%;
}

.merit_model_wrap {
    position: relative;
    padding-top: 50px;
}

.merit_model_wrap::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    /* background-repeat: no-repeat; */
    vertical-align: middle;
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: -1;
}

.model_heading {
    padding: 0 0 60px;
    /* text-align: center; */
}

.model_heading .case {
    display: block;
    font-size: 36px;
    color: #004e9d;
    font-weight: bold;
    line-height: 1.38;
}

.model_heading .heading_text {
    font-size: 28px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.model_heading h3 {
    margin-top: 45px;
}

.model_heading h3 img {
    width: 100%;
}

.used img {
    margin-left: -2.9%;
    width: 35.3%;
}

.used ul {
    margin-top: -4px;
}

.used ul li {
    padding-left: 1.2em;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    position: relative;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    margin-top: 7px;
}

.used ul li:not(:first-child) {
    margin-top: 20px;
}

.used ul li::before {
    content: '';
    display: inline-block;
    width: 1.1em;
    height: 1em;
    background-image: url(../img/kitchenstove_lp/merit_icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.model_img {
    margin-top: 47px;
    position: relative;
}

.model_img img {
    width: 100%;
}

.more_link {
    padding: 10px 0;
    text-align: center;
}

.more_link p {
    font-size: 16px;
    display: inline-block;
    position: relative;
}

.more_link p::after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #2f2f2f;
    border-right: 1px solid #2f2f2f;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: -1em;
}

.more_link a {
    text-decoration: underline;
}

@media screen and (max-width: 749px) {
    .merit_wrap {
        padding-bottom: 62px;
    }

    .merit_heading {
        padding: 40px 0 61px;
    }

    .merit_heading h2 img {
        max-width: 315px;
        display: block;
        margin: 0 auto;
    }

    .merit_model_wrap {
        padding-top: 62px;
    }

    .merit_model_wrap::before {
        content: '';
        display: inline-block;
        /* width: 32.75%;
        padding-top: 32.75%; */
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 105px;
        height: 105px;
        padding-top: 0;
    }

    .model_heading {
        padding: 0 0 30px;
        text-align: center;
    }

    .model_heading .case {
        font-size: 18px;
    }

    .model_heading .heading_text {
        font-size: 14px;
        margin-top: 10px;
    }

    .model_heading h3 {
        margin-top: 15px;
    }

    .used ul li {
        font-size: 14px;
        margin-top: 5px;
    }

    .used ul li:not(:first-child) {
        margin-top: 10px;
    }

    .model_img {
        margin-top: 23px;
    }

    .more_link p {
        font-size: 14px;
    }

    .merit_model_wrap::after {
        top: 15px;
        left: 10px;
    }
}

@media screen and (max-width: 374px) {
    .model_heading .case {
        font-size: 4.81vw;
    }

    .model_heading .heading_text {
        font-size: 3.74vw;
    }

    .used ul li {
        font-size: 3.74vw;
    }

    .more_link p {
        font-size: 3.74vw;
    }
}

@media screen and (min-width: 750px) {
    .model_heading .case {
        margin-left: 170px;
    }

    .model_heading .heading_text {
        margin-left: 170px;
    }

    .merit_model_wrap::before {
        content: '';
        display: inline-block;
        width: 156px;
        padding-top: 156px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 47px;
        left: 4.35%;
    }

    .merit_model_wrap.merit_a_wrap::before {
        content: '';
        display: inline-block;
        width: 156px;
        padding-top: 156px;
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        left: 4.35%;
    }
}

/* merit_a */
.merit_a_wrap {
    background: #fff7f7;
}

.merit_a_wrap::after {
    background-image: url(../img/kitchenstove_lp/merit_a_bg.jpg);
}

.merit_a_wrap::before {
    background-image: url(../img/kitchenstove_lp/merit_a_heading.png);
}

/* merit_b */
.merit_b_wrap {
    background: #f2f9ff;
    margin-top: 90px;
}

.merit_b_wrap::after {
    background-image: url(../img/kitchenstove_lp/merit_b_bg.jpg);
}

.merit_b_wrap::before {
    background-image: url(../img/kitchenstove_lp/merit_b_heading.png);
}

@media screen and (max-width: 749px) {
    .merit_b_wrap {
        margin-top: 79px;
    }
}

/* merit_c */
.merit_c_wrap {
    background: #ffffe5;
    margin-top: 90px;
}

.merit_c_wrap::after {
    background-image: url(../img/kitchenstove_lp/merit_c_bg.jpg);
}

.merit_c_wrap::before {
    background-image: url(../img/kitchenstove_lp/merit_c_heading.png);
}

@media screen and (max-width: 749px) {
    .merit_c_wrap {
        margin-top: 79px;
    }
}

/* merit_d */
.merit_d_wrap {
    background: #f2ffff;
    margin-top: 90px;
}

.merit_d_wrap::after {
    background-image: url(../img/kitchenstove_lp/merit_d_bg.jpg);
}

.merit_d_wrap::before {
    background-image: url(../img/kitchenstove_lp/merit_d_heading.png);
}

@media screen and (max-width: 749px) {
    .merit_d_wrap {
        margin-top: 79px;
    }
}

/* lifestyle_wrap */
.lifestyle_wrap {
    background-image: url(../img/kitchenstove_lp/lifestyle_bg.gif);
    background-repeat: repeat;
    padding-bottom: 74px;
}

.lifestyle_heading {
    text-align: center;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    padding: 79px 0 71px;
    position: relative;
}

.lifestyle_heading::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 105px 0 105px;
    border-color: #ecf010 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

.lifestyle_heading > span {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}

.lifestyle_heading h2 {
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
}

.lifestyle_heading h2 span.small {
    font-size: 46px;
}

.lifestyle_con_wrap:not(:first-child) {
    margin-top: 46px;
}

.lifestyle_con .con_inner {
    padding: 30px 0 25px;
}

.lifestyle_con_wrap .inner_wrap {
    background: #fff;
}

.lifestyle_con_heading {
    width: 108.69%;
    margin-left: -4.3%;
}

.lifestyle_con_heading img {
    width: 100%;
    margin-top: -10px;
}

.lifestyle_con {
    margin-top: 30px;
    /* padding-top: 30px; */
}

.lifestyle_con:first-of-type {
    margin-top: 17px;
}

.lifestyle_rbn {
    display: inline-block;
    background-image: url(../img/kitchenstove_lp/lifestyle_rbn.svg?202112062048);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 110%;
    height: 63px;
    line-height: 63px;
    margin-left: -25px;
}

.lifestyle_rbn span {
    background-color: #004e9d;
    display: inline-block;
    height: 63px;
    margin-left: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-right: 1em;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}

.lifestyle_con h3 {
    margin: 23px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #004e9d;
    width: 90.47%;
    line-height: 1;
}

.lifestyle_con h3 span {
    font-size: 24px;
}

.lifestyle_con p {
    margin: 12px auto 0;
    font-size: 20px;
    line-height: 1.71;
    width: 90.47%;
}

.lifestyle_con img {
    margin: 21px auto 0;
    width: 90.47%;
    display: block;
}

.lifestyle_fx {
    display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
    margin: 20px auto 0;
    width: 90.47%;
}

.lifestyle_fx > * {
    width: 47.01%!important;
    margin: 0!important;
}

.lifestyle_fx p {
    margin-top: 0;
}

.lifestyle_fx img {
    width: 100%;
    margin-top: 0;
}

@media screen and (max-width: 749px) {
    .lifestyle_wrap {
        padding-bottom: 37px;
    }

    .lifestyle_heading {
        padding: 39px 0 35px;
    }

    .lifestyle_heading > span {
        font-size: 18px;
    }

    .lifestyle_heading h2 {
        font-size: 30px;
    }

    .lifestyle_heading h2 span.small {
        font-size: 23px;
    }

    .lifestyle_heading::after {
        border-width: 30px 52px 0 52px;
        bottom: -4px;
    }

    .lifestyle_con_wrap:not(:first-child) {
        margin-top: 23px;
    }

    .lifestyle_con {
        margin-top: 15px;
    }

    .lifestyle_con .con_inner {
        padding: 15px 0 12px;
    }

    .lifestyle_rbn {
        height: 32px;
        line-height: 32px;
        margin-left: -14px;
    }

    .lifestyle_rbn span {
        height: 32px;
        margin-left: 30px;
        font-size: 14px;
    }

    .lifestyle_con h3 {
        margin: 16px auto 0;
        font-size: 18px;
    }

    .lifestyle_con p {
        margin: 11px auto 0;
        font-size: 14px;
    }

    .lifestyle_con img {
        margin: 10px auto 0;
    }

    .lifestyle_con h3 span {
        font-size: 12px;
    }

    .lifestyle_fx {
        margin: 18px auto 0;
    }

    .lifestyle_rbn span.wide {
        /* padding-right: 0;
        width: 91%; */
        letter-spacing: 0;
    }
}

@media screen and (max-width: 374px) {
    .lifestyle_heading > span {
        font-size: 4.81vw;
    }

    .lifestyle_heading h2 {
        font-size: 8.02vw;
    }

    .lifestyle_heading h2 span.small {
        font-size: 6.14vw;
    }

    .lifestyle_rbn span {
        font-size: 3.74vw;
    }

    .lifestyle_con h3 {
        font-size: 4.81vw;
    }

    .lifestyle_con p {
        font-size: 3.74vw;
    }
}

/* lifestyle_01_wrap */
.lifestyle_01_wrap .lifestyle_con .con_inner {
    background: #fff7f7;
}

/* lifestyle_02_wrap */
.lifestyle_02_wrap .lifestyle_con .con_inner {
    background: #f2f9ff;
}

/* lifestyle_03_wrap */
.lifestyle_03_wrap .lifestyle_con .con_inner {
    background: #ffffe5;
}

/* lifestyle_04_wrap */
.lifestyle_04_wrap .lifestyle_con .con_inner {
    background: #f9f8e9;
}

/* contact_wrap */
.contact_heading {
    background: #004e9d;
    padding: 71px 0 67px;
    position: relative;
    text-align: center;
}

.contact_heading::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    top: 17px;
    left: 0;
}

.contact_heading::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.contact_heading h2 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    line-height: 1.3;
}

.contact_heading h2 .small {
    font-size: 45px;
}

.contact_heading h2 .text_yellow {
    color: #ecf010;
}

.contact_heading p {
    font-size: 36px;
    line-height: 1.38;
    font-weight: bold;
    color: #fff;
}

.contact_heading p span {
    position: relative;
}

.contact_heading p span::before {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 1em;
    background-image: url(../img/kitchenstove_lp/contact_heading_deco_left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -0.5em;
    left: -0.8em;
}

.contact_heading p span::after {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 1em;
    background-image: url(../img/kitchenstove_lp/contact_heading_deco_right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -0.5em;
    right: -0.8em;
}

.contact_con {
    background-image: url(../img/kitchenstove_lp/contact_bg_2407.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    position: relative;
}

.contact_con::after {
    content: '';
    display: inline-block;
    width: 59.6%;
    padding-top: 20.7%;
    background-image: url(../img/kitchenstove_lp/contact_sb.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    left: 0;
}

.contact_con h3 {
    font-size: 46px;
    color: #004e9d;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    font-weight: bold;
    line-height: 1.08;
}

.contact_con .em {
    font-size: 56px;
}

.contact_con .font_din {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 76px;
    /* font-weight: bold; */
}

.contact_con span.att {
    font-size: 24px;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    display: block;
    margin-top: 3px;
}

.contact_con p {
    font-size: 32px;
    line-height: 1.59;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.contact_con_01 {
    padding-top: 251px;
}

.contact_con_02 {
    padding-top: 476px;
}

.contact_con_02 p {
    margin-top: 20px;
}

.contact_con_03 {
    padding-bottom: 10px;
    padding-top: 344px;
}

@media screen and (max-width: 749px) {
    .contact_heading {
        padding: 35px 0 34px;
    }

    .contact_heading::before {
        height: 2px;
        top: 8px;
    }

    .contact_heading::after {
        height: 2px;
        bottom: 10px;
    }

    .contact_heading h2 {
        font-size: 30px;
    }

    .contact_heading h2 .small {
        font-size: 22px;
    }

    .contact_heading p {
        font-size: 18px;
    }

    .contact_con::after {
        width: 224px;
        padding-top: 78px;
    }

    .contact_con h3 {
        font-size: 23px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .contact_con .font_din {
        font-size: 38px;
    }

    .contact_con span.att {
        font-size: 12px;
        margin-top: 2px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .contact_con p {
        font-size: 16px;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .contact_con_02 p {
        margin-top: 10px;
    }

    .contact_con .em {
        font-size: 28px;
    }

    .contact_con_01 {
        padding-top: 125px;
        padding-top: 34.3%;
    }

    .contact_con_02 {
        padding-top: 238px;
        padding-top: 64.5%;
    }

    .contact_con_03 {
        padding-top: 172px;
        padding-top: 46.8%;
    }
}

@media screen and (min-width: 400px) and (max-width: 749px) {
    .contact_con h3 {
        font-size: 6.13vw;
    }

    .contact_con p {
        font-size: 4.26vw;
    }

    .contact_con .font_din {
        font-size: 10.13vw;
    }

    .contact_con span.att {
        font-size: 3.2vw;
    }

    .contact_con .em {
        font-size: 7.46vw;
    }

    .contact_con_03 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 374px) {
    .contact_heading h2 {
        font-size: 8.02vw;
    }

    .contact_heading h2 .small {
        font-size: 5.88vw;
    }

    .contact_heading p {
        font-size: 4.81vw;
    }

    .contact_con h3 {
        font-size: 6.13vw;
    }

    .contact_con p {
        font-size: 4.26vw;
    }

    .contact_con .font_din {
        font-size: 10.13vw;
    }

    .contact_con span.att {
        font-size: 3.2vw;
    }

    .contact_con .em {
        font-size: 7.46vw;
    }

    .contact_con_03 {
        padding-bottom: 20px;
    }
}

/* estimate_wrap */
.estimate_wrap {
    background-image: url(../img/kitchenstove_lp/estimate_bg_2310.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffe5;
    padding-top: 329px;
    padding-bottom: 74px;
    position: relative;
    z-index: 0;
}

.estimate_wrap .inner_wrap {
    background: #fff;
    border: 2px solid #2f2f2f;
    position: relative;
}

.estimate_wrap .inner_wrap::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../img/kitchenstove_lp/estimate_bg_02.jpg);
    background-size: cover;
    background-repeat: repeat;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}

.estimate_wrap .estimate_con_wrap {
    border: 1px solid #2f2f2f;
    margin: 8px;
}

.estimate_con {
    width: 94%;
    margin: 0 auto;
    padding: 57px 0 60px;
}

.estimate_heading {
    text-align: center;
}

.estimate_heading p {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}

.estimate_heading h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}

.estimate_heading h2 .small {
    font-size: 46px;
}

.estimate_wrap p {
    margin: 0;
}

/* .estimate_list {
    margin-top: 60px;
} */

.estimate_list_item {
    padding: 33px 0 30px;
    background-image: linear-gradient(to right, #ccc, #ccc 11px, transparent 11px, transparent 8px);
    background-size: 18px 2px;
    background-position: left bottom;
    background-repeat: repeat-x;
}

.estimate_list h3 {
    padding-left: 1.5em;
    font-size: 32px;
    line-height: 1.42;
    font-weight: bold;
    position: relative;
    width: 103%;
}

.estimate_list h3::before {
    content: '';
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    background-image: url(../img/kitchenstove_lp/check_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 0.11em;
    left: 0;
}

.estimate_list p {
    font-size: 20px;
    line-height: 1.59;
    margin-top: 7px;
}

.estimate_list p .text_blue {
    font-weight: bold;
}

@media screen and (max-width: 749px) {
    .estimate_wrap {
        padding-top: 164px;
        padding-bottom: 37px;
    }

    .estimate_wrap .estimate_con_wrap {
        margin: 4px;
    }

    .estimate_con {
        padding: 28px 0 30px;
    }

    .estimate_heading p {
        font-size: 18px;
    }

    .estimate_heading h2 {
        font-size: 30px;
    }

    .estimate_heading h2 .small {
        font-size: 23px;
    }

    .estimate_list_item {
        padding: 23px 0 20px;
        background-image: linear-gradient(to right, #ccc, #ccc 6px, transparent 6px, transparent 4px);
        background-size: 9px 1px;
    }

    .estimate_list h3 {
        font-size: 18px;
    }

    .estimate_list p {
        font-size: 16px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 374px) {
    .estimate_heading p {
        font-size: 4.81vw;
    }

    .estimate_heading h2 {
        font-size: 8.02vw;
    }

    .estimate_heading h2 .small {
        font-size: 6.14vw;
    }

    .estimate_list h3 {
        font-size: 4.81vw;
    }

    .estimate_list p {
        font-size: 4.27vw;
    }
}