@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
    /* background-image: url(/wp/wp-content/themes/bunkas/images/electric/ele_top-bnrbg.png);
    background-repeat: no-repeat;
    background-position: center top; */
    font-family: "小塚ゴシック Pr6N", YuGothic, "小塚ゴシック Pr6NMedium", "Yu Gothic Medium", "小塚ゴシック Pr6N, "Yu Gothic", sans-serif;
}

.clear {
    clear: both;
}

.mincho {
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.pb80 {
    padding-bottom: 80px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {

    .pb80 {
        padding-bottom: 10.6vw;
    }

    .mt10 {
        margin-top: 1.33vw;
    }

    .mt20 {
        margin-top: 2.66vw;
    }

    .mt30 {
        margin-top: 4vw;
    }

    .mt40 {
        margin-top: 5.33vw;
    }

    .mt50 {
        margin-top: 6.66vw;
    }

    .mt60 {
        margin-top: 8vw;
    }

    .mt70 {
        margin-top: 9.33vw;
    }

    .mt80 {
        margin-top: 10.6vw;
    }

    .mt90 {
        margin-top: 12vw;
    }

    .mb10 {
        margin-bottom: 1.33vw;
    }

    .mb20 {
        margin-bottom: 2.66vw;
    }

    .mb30 {
        margin-bottom: 4vw;
    }

    .mb40 {
        margin-bottom: 5.33vw;
    }

    .mb50 {
        margin-bottom: 6.66vw;
    }

    .mb60 {
        margin-bottom: 8vw;
    }

    .mb70 {
        margin-bottom: 9.33vw;
    }

    .mb80 {
        margin-bottom: 10.6vw;
    }

    .mb90 {
        margin-bottom: 12vw;
    }

}

.re {
    position: relative;
}

.ab {
    position: absolute;
    z-index: 2;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}





/****************/
.lp {
    color: #444444;
}

.lp * {
    box-sizing: border-box;
}

.lp img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.sp {
    display: none;
}

.w1000 {
    padding-left: 0;
    padding-right: 0;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .lp {
        font-size: 3.2vw;
    }

    .w1000 {
        width: 100%;
    }
}

.lp h3 {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.dblock {
    display: block;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.gray1 {
    color: #777777;
}

.red {
    color: #e50013;
}

.red1 {
    color: #b20000;
}

.red2 {
    color: #d80000;
}

.green {
    color: #008c68;
}

.blue {
    color: #006797;
}

.bg_red {
    background-color: #d90000;
}

.bg_gray {
    background-color: #eeeeee;
}

.bg_gray1 {
    background: url(/common/images/ephoto/bg.jpg);
}

.bg_gray2 {
    background-color: #333333;
}

.bg_gray3 {
    background-color: #f5f5f5;
}

.bg_gray4 {
    background-color: #444444;
}

.bg_gray5 {
    background-color: #f3f3f3;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: #00a3e8;
}

.bg_blue2 {
    background-color: #006dd9;
}

.bg_green {
    background-color: #008c69;
}

.bg_orange {
    background-color: #ff8000;
}

.bg_orange2 {
    background-color: #ff5c26;
}

.bg_orange3 {
    background-color: #ff8000;
}

.lh1 {
    line-height: 1;
}

.bb {
    border-bottom: 6px solid #787878;
}

.arrow-d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 32.5px 0 32.5px;
    border-color: #797472 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-d-w {
    border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    .bb {
        border-bottom: 3px solid #787878;
    }

    .arrow-d {
        border-width: 22px 17px 0 17px;
    }

}

.font64 {
    font-size: 64px;
}

.font49 {
    font-size: 49px;
}

.font41 {
    font-size: 41px;
}

.font39 {
    font-size: 39px;
}

.font33 {
    font-size: 33px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font26 {
    font-size: 26px;
}

.font25 {
    font-size: 25px;
}

.font23 {
    font-size: 23px;
}

.font20 {
    font-size: 20px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.haifem {
    font-size: .5em;
}

.ttl {
    padding: 20px 10px;
}

.ttl1 {
    border-bottom: 2px solid #dddddd;
    padding-bottom: .5em;
}

@media screen and (max-width: 1000px) {
    .font64 {
        font-size: 54px;
    }

    .font49 {
        font-size: 39px;
    }

    .font41 {
        font-size: 31px;
    }

    .font39 {
        font-size: 29px;
    }

    .font33 {
        font-size: 23px;
    }

    .font29 {
        font-size: 19px;
    }

    .font28 {
        font-size: 18px;
    }

    .font26 {
        font-size: 18px;
    }

    .font25 {
        font-size: 18px;
    }

    .font23 {
        font-size: 16px;
    }

    .font20 {
        font-size: 16px;
    }

    .font17 {
        font-size: 13px;
    }

    .font18 {
        font-size: 13px;
    }

    .font16 {
        font-size: 13px;
    }

    .font15 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .font64 {
        font-size: 7vw;
    }

    .font49 {
        font-size: 6.5vw;
    }

    .font41 {
        font-size: 5vw;
    }

    .font39 {
        font-size: 5vw;
    }

    .font33 {
        font-size: 4.4vw;
    }

    .font29 {
        font-size: 3.8vw;
    }

    .font28 {
        font-size: 3.7vw;
    }

    .font26 {
        font-size: 3.46vw;
    }

    .font25 {
        font-size: 3.33vw;
    }

    .font23 {
        font-size: 3.2vw;
    }

    .font20 {
        font-size: 3.2vw;
    }

    .font17 {
        font-size: 3.2vw;
    }

    .font18 {
        font-size: 3.2vw;
    }

    .font16 {
        font-size: 3.2vw;
    }

    .font15 {
        font-size: 3.2vw;
    }
}

/******************
header
******************/


/******************
調整
******************/
/* 横向きの場合のスタイル */
.footer_nav_container,
.container {
    max-width: 980px;
    width: 100%;
}

.footer_nav_main {
    margin-right: 2%;
}

footer {
    overflow: hidden;
}

@media screen and (max-width: 896px) and (orientation: landscape) {}

article.estimate_form {
	background:#FFF;
}
article.estimate_form #sec03{
	background:none;

}
#contact {
	padding-bottom: 20px;
}

header.lp {
	padding:0;
}

@media screen and (max-width: 768px) {
	.pagefor a {
		right: 0;
		bottom: 2em !important;
	}	
}
/******************
文言追加調整
******************/
.fontcom_em {
    font-size: 15px;
    display: block;
    font-style: initial;
    padding: 0 !important;
    color: #444;
    text-decoration: underline;
}
.fontcom_em:hover {
    color: #444444
}

.fontcom_text {
    font-size: 18px;
    margin: 10px 0 10px;
}

@media screen and (max-width: 768px) {
	.fontcom_em {
        font-size: 12px;
    }
    .fontcom_text {
        font-size: 14px;
        margin: 5px 0 5px;
    }	
}@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
    /* background-image: url(/wp/wp-content/themes/bunkas/images/electric/ele_top-bnrbg.png);
    background-repeat: no-repeat;
    background-position: center top; */
    font-family: "游ゴシック体", YuGothic, "小塚ゴシック Pr6NMedium", "Yu Gothic Medium", "小塚ゴシック Pr6N, "Yu Gothic", sans-serif;
}

.clear {
    clear: both;
}

.mincho {
    font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.pb80 {
    padding-bottom: 80px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

@media screen and (max-width: 768px) {

    .pb80 {
        padding-bottom: 10.6vw;
    }

    .mt10 {
        margin-top: 1.33vw;
    }

    .mt20 {
        margin-top: 2.66vw;
    }

    .mt30 {
        margin-top: 4vw;
    }

    .mt40 {
        margin-top: 5.33vw;
    }

    .mt50 {
        margin-top: 6.66vw;
    }

    .mt60 {
        margin-top: 8vw;
    }

    .mt70 {
        margin-top: 9.33vw;
    }

    .mt80 {
        margin-top: 10.6vw;
    }

    .mt90 {
        margin-top: 12vw;
    }

    .mb10 {
        margin-bottom: 1.33vw;
    }

    .mb20 {
        margin-bottom: 2.66vw;
    }

    .mb30 {
        margin-bottom: 4vw;
    }

    .mb40 {
        margin-bottom: 5.33vw;
    }

    .mb50 {
        margin-bottom: 6.66vw;
    }

    .mb60 {
        margin-bottom: 8vw;
    }

    .mb70 {
        margin-bottom: 9.33vw;
    }

    .mb80 {
        margin-bottom: 10.6vw;
    }

    .mb90 {
        margin-bottom: 12vw;
    }

}

.re {
    position: relative;
}

.ab {
    position: absolute;
    z-index: 2;
}

.Flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

a {
    transition: 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    cursor: pointer;
}





/****************/
.lp {
    color: #444444;
}

.lp * {
    box-sizing: border-box;
}

.lp img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.sp {
    display: none;
}

.w1000 {
    padding-left: 0;
    padding-right: 0;
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .lp {
        font-size: 3.2vw;
    }

    .w1000 {
        width: 100%;
    }
}

.lp h3 {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.dblock {
    display: block;
}

.white {
    color: #ffffff;
}

.yellow {
    color: #ffff00;
}

.gray1 {
    color: #777777;
}

.red {
    color: #e50013;
}

.red1 {
    color: #b20000;
}

.red2 {
    color: #d80000;
}

.green {
    color: #008c68;
}

.blue {
    color: #006797;
}

.bg_red {
    background-color: #d90000;
}

.bg_gray {
    background-color: #eeeeee;
}

.bg_gray1 {
    background: url(/common/images/ephoto/bg.jpg);
}

.bg_gray2 {
    background-color: #333333;
}

.bg_gray3 {
    background-color: #f5f5f5;
}

.bg_gray4 {
    background-color: #444444;
}

.bg_gray5 {
    background-color: #f3f3f3;
}

.bg_white {
    background-color: #ffffff;
}

.bg_blue {
    background-color: #00a3e8;
}

.bg_blue2 {
    background-color: #006dd9;
}

.bg_green {
    background-color: #008c69;
}

.bg_orange {
    background-color: #ff8000;
}

.bg_orange2 {
    background-color: #ff5c26;
}

.bg_orange3 {
    background-color: #ff8000;
}

.lh1 {
    line-height: 1;
}

.bb {
    border-bottom: 6px solid #787878;
}

.arrow-d {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 32.5px 0 32.5px;
    border-color: #797472 transparent transparent transparent;
    margin: 0 auto;
}

.arrow-d-w {
    border-color: #ffffff transparent transparent transparent;
}

@media screen and (max-width: 768px) {
    .bb {
        border-bottom: 3px solid #787878;
    }

    .arrow-d {
        border-width: 22px 17px 0 17px;
    }

}

.font64 {
    font-size: 64px;
}

.font49 {
    font-size: 49px;
}

.font41 {
    font-size: 41px;
}

.font39 {
    font-size: 39px;
}

.font33 {
    font-size: 33px;
}

.font28 {
    font-size: 28px;
}

.font29 {
    font-size: 29px;
}

.font26 {
    font-size: 26px;
}

.font25 {
    font-size: 25px;
}

.font23 {
    font-size: 23px;
}

.font20 {
    font-size: 20px;
}

.font17 {
    font-size: 17px;
}

.font18 {
    font-size: 18px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.haifem {
    font-size: .5em;
}

.ttl {
    padding: 20px 10px;
}

.ttl1 {
    border-bottom: 2px solid #dddddd;
    padding-bottom: .5em;
}

@media screen and (max-width: 1000px) {
    .font64 {
        font-size: 54px;
    }

    .font49 {
        font-size: 39px;
    }

    .font41 {
        font-size: 31px;
    }

    .font39 {
        font-size: 29px;
    }

    .font33 {
        font-size: 23px;
    }

    .font29 {
        font-size: 19px;
    }

    .font28 {
        font-size: 18px;
    }

    .font26 {
        font-size: 18px;
    }

    .font25 {
        font-size: 18px;
    }

    .font23 {
        font-size: 16px;
    }

    .font20 {
        font-size: 16px;
    }

    .font17 {
        font-size: 13px;
    }

    .font18 {
        font-size: 13px;
    }

    .font16 {
        font-size: 13px;
    }

    .font15 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .font64 {
        font-size: 7vw;
    }

    .font49 {
        font-size: 6.5vw;
    }

    .font41 {
        font-size: 5vw;
    }

    .font39 {
        font-size: 5vw;
    }

    .font33 {
        font-size: 4.4vw;
    }

    .font29 {
        font-size: 3.8vw;
    }

    .font28 {
        font-size: 3.7vw;
    }

    .font26 {
        font-size: 3.46vw;
    }

    .font25 {
        font-size: 3.33vw;
    }

    .font23 {
        font-size: 3.2vw;
    }

    .font20 {
        font-size: 3.2vw;
    }

    .font17 {
        font-size: 3.2vw;
    }

    .font18 {
        font-size: 3.2vw;
    }

    .font16 {
        font-size: 3.2vw;
    }

    .font15 {
        font-size: 3.2vw;
    }
}

/******************
header
******************/



#ephoto .ephoto__hd {
    padding: 15px 0;
    border-bottom: 7px solid #00a4e6;
}
#ephoto .ephoto__hd .ephoto-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#ephoto .ephoto__hd-log {
    width: 25%;
}
#ephoto .ephoto__hd ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
#ephoto .ephoto__hd ul li {
    padding: 0 30px;
}
#ephoto .ephoto__hd ul li:last-child {
    padding: 0;
}
#ephoto .ephoto__hd ul li a {
    color: #444;
    font-size: 13px;
    text-decoration: underline;
}

.ephoto-container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

#ephoto .ephoto_pcbnr {
    background: url(/common/images/ephoto/main_pcbg.jpg) no-repeat;
    height: 387px;
    background-size: cover;
    background-position: right;
    position: relative;
}
#ephoto .ephoto_bnrin {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
}
#ephoto .ephoto_bnrin .ephoto_formbtn {
    position: absolute;
    bottom: 5%;
    left: 12%;
}
#ephoto .ephoto_bnrin .ephoto_formbtn img:hover,
#ephoto .ephoto_bnrin .ephoto_formbtn a:hover img {
    opacity: 1;
}
#ephoto .ephoto_bnrin .ephoto_formbtn:hover {
    opacity: 0.8;
}
#ephoto .ephoto_sec01 {
    padding: 40px 0;
}
#ephoto .ephoto_sec01 .ephoto_cttl {
    text-align: center;
    font-size: 37px;
    color: #402000;
}
#ephoto .ephoto_sec01 .ephoto_maintext {
    text-align: center;
    font-size: 24px;
    color: #545454;
    line-height: 1.4;
    padding: 20px 0 0 0;
}
#ephoto .ephoto_phsoudan {
    background: #ffefbf;
    padding: 40px 0 30px;
}
#ephoto .ephoto_phsoudan .ephoto_cttl {
    color: #402000;
    text-align: center;
    font-size: 37px;
}
#ephoto .ephoto_phsoudan ul {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin: 50px 0 25px 0;
}
#ephoto .ephoto_phosoudan_text {
    font-size: 31px;
    text-align: center;
    line-height: 1.4;
    color: #060406;
}
#ephoto .ephoto_phosoudan_text2 {
    text-align: right;
    color: #060406;
    font-size: 20px;
    margin: 10px 0 0;
}
#ephoto .ephoto_reqttl {
    background: #e70012;
    text-align: center;
    color: #ffff00;
    font-size: 44px;
    font-weight: 600;
    padding: 25px 0;
    position: relative;
}
#ephoto .ephoto_reqttl::after {
    content: "";
    position: absolute;
    background: url(/common/images/ephoto/p_ttl_darw.png);
    width: 62px;
    height: 31px;
    bottom: -46px;
    transform: translate(-50%, -50%);
    left: 50%;
}
#ephoto .ephoto_stepsec02 {
    background: #f3f3f3;
    margin: 45px 0 0;
    padding: 50px 0 10px;
}
#ephoto .ephoto_stepsec02 .ephoto_shuttab {
    display: flex;
    justify-content: center;
    gap: 25px;
    width: 100%;
}
#ephoto .ephoto_stepsec02 .ephoto_shuttab li.active  {
    background: #fff;
}
#ephoto .ephoto_shuttab li {
    background: #cccccc;
    padding: 20px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    color: #3f1f00;
    font-size: 30px;
    font-weight: 600;
    width: 350px;
    display: block;
    text-align: center;
    cursor: pointer;
}

#ephoto .panel{
    display: none;
}
#ephoto .panel.is-show{
    display: block;
}

#ephoto .ephoto_shutwrap {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
}
#ephoto .ephoto_step_ttl {
    display: flex;
    gap: 30px;
    align-items: center;
}
#ephoto .ephot_step_detail .ephot_step_text {
    color: #32312c;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
#ephoto .ephot_step_detail .ephot_step_text span {
    background: #e70012;
    color: #fff;
    padding: 0 6px;
    font-size: 20px;
}
#ephoto .ephoto_shutlist {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
    width: 100%;
}
#ephoto .ephoto_shutlist li {
    width: 48.5%;
    max-width: 494px;
}
#ephoto .ephoto_shuttext01 {
    color: #663300;
    font-size: 23px;
    margin: 0 0 14px;
    text-align: center;
    font-weight: 600;
}
#ephoto .ephoto_shuttext02 {
    padding: 30px 20px 5px;
    color: #32312c;
    font-size: 18px;
}
#ephoto .ephoto_shuttext03 {
    padding: 0 20px;
    line-height: 1.4;
    color: #32312c;
    font-size: 16px;
}
#ephoto .ephoto_shuttext03 span {
    display: block;
    position: relative;
    margin: 0 0 0 18px;
}
#ephoto .ephoto_shuttext03 span::before {
    content: "・";
    position: absolute;
    left: -16px;
}
#ephoto .ephoto_form {
    margin: 80px 0 30px;
}
#ephoto .ephoto_formwrap {
    background: #fff;
    border-radius: 20px;
    padding: 45px 30px;
}
#ephoto .ephoto_formtbl {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
#ephoto .ephoto_formtbl tr {
    display: block;
    padding: 0 0 20px;
}
#ephoto .ephoto_formtbl .form_bd {
    border-top: 2px solid #aaaaaa;
    width: 100%;
    padding-top: 20px;
}
#ephoto .ephoto_formtbl tr th {
    width: 330px;
    text-align: left;
    color: #32312c;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}
#ephoto .ephoto_formtbl tr th.ephoto_thindent {
    text-indent: -67px;
    padding: 0 0 0 67px;
}
#ephoto .ephoto_formtbl tr th .ephoto_req {
    margin: 0 15px 0 0;
}
#ephoto .ephoto_formtbl tr td {
    width: 700px;
    font-size: 20px;
}
#ephoto .ephoto_formtbl tr td .form-controls {
    border: 4px solid #999999;
    padding: 12px 15px;
    font-size: 18px;
    color: #32312c;
    border-radius: 5px;
}
#ephoto .ephoto_formtbl tr td .form-controls::placeholder {
    color: #cccccc;
    font-size: 18px;
  }
#ephoto .ephoto_formtbl tr td.ephoto_namesec .ephoto_name {
    width: 100%;
}
#ephoto .ephoto_formtbl tr td.ephoto_namesec .ephoto_name:first-child {
    margin: 0 15px 0 0;
}
#ephoto .ephoto_formtbl tr td.ephoto_company_namesec .ephoto_company_name {
    width: 100%;
}
#ephoto .ephoto_formtbl tr td.ephoto_company_namesec .company_name_message {
    color: red;
}
#ephoto .ephoto_formtbl tr td.ephoto_telsec .form-controls {
    width: 100%;
}
#ephoto .ephoto_formtbl tr td.ephoto_mailsec .ephoto_email {
    width: 100%;
}
#ephoto .ephoto_formtbl tr td.ephoto_mailsec span,
#ephoto .ephoto_formtbl tr td.ephoto_addsec span {
    font-size: 20px;
    color: #32312c;
}
#ephoto .ephoto_formtbl tr td.ephoto_addsec .p-postal-code {
    width: 260px;
}
#ephoto .ephoto_formtbl tr td .ephoto_form_address2 {
    margin: 20px 0 0 0;
}
#ephoto .ephoto_formtbl tr td .ephoto_form_address3 {
    margin: 0 0 0 0;
}
#ephoto .ephoto_formtbl tr td .ephoto_form_address3 span {
    position: relative;
    bottom: -28px;
    line-height: 1.3;
    margin: 0;
}
#ephoto .ephoto_formtbl tr td .ephoto_locality {
    width: 90%;
    vertical-align: top;
}
#ephoto .ephoto_formtbl tr td.ephoto_sizesec .ephoto_size {
    width: 100%;
}
#ephoto .ephoto_formtbl tr td select {
    width: 80%;
    text-align: center;
    appearance: none;
    background: url(/common/images/ephoto/e_selecticn.png) top 18px right 27px no-repeat;
}
#ephoto .ephoto_formtbl tr th.ephott_messageth {
    vertical-align: top;
}
#ephoto .ephoto_formtbl tr td.ephott_messagesec {
    width: 71%;
}
#ephoto .ephoto_formtbl tr td.ephott_messagesec .ephoto_message {
    width: 100%;
}
#ephoto .ephoto_formbtn {
    width: 33%;
    margin: 30px auto 0;
}
#ephoto .ephoto_formbtn .ephoto_fbtn {
    background: #d90000;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 35px;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
}
#ephoto .ephoto_formbtn .ephoto_fbtn.is-disabled {
    background: #D5D5D5;
    color: #F3F3F3;
    cursor: auto;
}
#ephoto .ephoto_formbtn .ephoto_fbtn:hover {
    opacity: 0.8;
}
#ephoto .ephoto_formbtn .ephoto_fbtn.is-disabled:hover {
    opacity: 1;
}
#ephoto .ephoto_imgup_th {
    vertical-align: top;
}
#ephoto .n_form_uploadarea {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 25px 0;
}
#ephoto .n_form_uploadarea dt {
    color: #32312c;
    background: #dddddd;
    padding: 20px 30px;
}
#ephoto .n_form_uploadarea dd.js-file {
    background: #eeeeee;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 80%;
}
#ephoto .js-filename.js-file1 {
    padding: 0 0 0 20px;
    color: #32312c;
}
#ephoto .n_form_filelabel {
    background: #222222;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    text-align: center;
}
#ephoto .n_form_uploadarea dd.js-file input[type="file"] {
    display: none;
}
#ephoto .ephoto_adduploadform {
    width: 230px;
    background: #222;
    color: #fff;
    padding: 15px 25px 15px 20px;
    margin: 0 auto;
    cursor: pointer;
}
#ephoto .ephoto_adduploadform:hover {
    opacity: 0.8;
}
#ephoto .n_form_upload {
    display: none;
}
#ephoto .ephoto_cautionary {
    color: #FF0000;
    font-weight: 600;
    margin: 0 0 20px;
}

#ephoto .form_agree {
    width: fit-content;
    margin: 60px auto 0;
}
#ephoto .form_agree label {
    cursor: pointer;
}
#ephoto .form_agree_input {
    display: none;
}
#ephoto .form_agree_text {
    font-size: 20px;
    position: relative;
    margin-right: 20px;
    padding-left: 30px;
    line-height: 1.5em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
#ephoto .form_agree_text:before {
    border: 2px solid #9a9a9a;
    border-radius: 7px;
    content: "";
    display: block;
    height: 25px;
    left: -10px;
    margin: 3px 0 0 0;
    position: absolute;
    top: -3px;
    width: 25px;
    background: #fff;
}
#ephoto .form_agree_input:checked + .form_agree_text:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -3px;
    width: 12px;
    height: 21px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #444444;
    border-right: 3px solid #444444;
}
#ephoto .form_agree_area {
    margin: 0 0 30px;
}
#ephoto .form_agree_caution {
    margin: 0 0 30px;
    font-size: 20px;
    color: #FF0000;
}
#ephoto .ephoto_step1_container {
    max-width: 1024px;
    margin: auto;
    width: 92%;
    padding: 60px 0 40px;
}
#ephoto .ephoto_step1_text {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

#ephoto .ephoto_step1_point {
    background: #ffefbf;
    padding: 20px 5%;
}
#ephoto .ephoto_step1_point_title {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 10px;
  }
#ephoto .ephoto_step1_point_title::before {
    content: "";
   display: inline-block;
   width: 34px;
   height: 34px;
   background-image:url(/common/images/ephoto/icon_point.png);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: top center;
   vertical-align: middle;
   margin: 0 5px 0 0;
}
#ephoto .ephoto_step1_point p,#ephoto .ephoto_step1_point span {
    font-size: 20px;
    line-height: 1.5;
}
#ephoto .ephoto_step1_point span {
    color: #d80000;
    font-weight: 900;
}
/*******************
写真で見積り　確認ページ
******************/
#ephoto.ephoto_confirm .ephoto_stepsec02 {
    margin: 0;
    padding: 0 0 10px;
}
#ephoto.ephoto_confirm .ephoto_form {
    margin: 0 0 30px;
}
#ephoto.ephoto_confirm .ephoto_formwrap {
    position: relative;
    top: -109px;
}
#ephoto.ephoto_confirm .ephoto_formtbl .form_bd {
    border-top: 0;
    width: 100%;
    padding: 0 0 10px 0;
}
#ephoto.ephoto_confirm .ephoto_formtbl tr th {
    width: 230px;
    font-size: 18px;
    background: #f3f3f3;
    padding: 12px 10px;
    vertical-align: top;
}
#ephoto.ephoto_confirm .ephoto_formtbl tr td {
    font-size: 18px;
    padding: 0 0 0 20px;
}
#ephoto.ephoto_confirm .ephoto_formtbl tr th.ephoto_thindent {
    text-indent: 0;
}
#ephoto.ephoto_confirm .n_form_uploadarea dt {
    color: #32312c;
    background: transparent;
    padding: 0 15px 0 0;
}
#ephoto.ephoto_confirm .n_form_uploadarea dd.js-file {
    background: transparent;
}

#ephoto.ephoto_confirm .ephoto_formtbl tr td.ephott_messagesec {
    width: 700px;
}
#ephoto.ephoto_confirm .ephoto_formbtn {
    width: 100%;
    margin: -50px auto 0;
}
#ephoto.ephoto_confirm .ephoto_formbtn .ephoto-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#ephoto.ephoto_confirm .ephoto_formbtn .ephoto_form_backbtn {
    background: #222222;
    width: 180px;
    line-height: 2;
    display: block;
    padding: 7px 10px;
    font-size: 25px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
#ephoto.ephoto_confirm .ephoto_formbtn .ephoto_form_backbtn:hover {
    opacity: .7;
}
#ephoto.ephoto_confirm .ephoto_formbtn .ephoto_fbtn {
    background: #d90000;
    border: none;
    color: #fff;
    width: 52%;
    font-size: 35px;
    padding: 20px 15px;
    border-radius: 8px;
    cursor: pointer;
    margin: 0 0 0 8%;
}
/*******************
写真で見積り　完了ページ
******************/
#ephoto.ephoto_confirm.ephoto_thanks .ephoto_formwrap {
    padding: 60px 30px 100px;
}
#ephoto.ephoto_thanks .ephoto_thanksttl {
    text-align: center;
    color: #00a3e5;
    font-weight: bold;
    font-size: 2.9vw;
    line-height: 1.5;
    padding: 0 0 20px 0;
}
#ephoto.ephoto_thanks .ephoto_thankstxt {
    text-align: center;
    color: #32312c;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
#ephoto.ephoto_thanks .ephoto_thankstxt a {
    color: #32312c;
    text-decoration: underline;
    text-underline-offset: 5px;
}
#ephoto.ephoto_confirm.ephoto_thanks .ephoto_formbtn {
    width: 100%;
    margin: -50px auto 150px;
}
#ephoto.ephoto_confirm.ephoto_thanks .ephoto_formbtn .ephoto_form_backbtn {
    width: 36%;
    padding: 7px 10px;
    font-size: 2vw;
    margin: 0 auto;
}

/*******************
調整
******************/
/* 横向きの場合のスタイル */
.footer_wrap,
.footer_nav_container,
.container {
    max-width: 980px;
    width: 100%;
    display: none;
}
.footer_nav_bottom {
    border-top: 0 !important;
}

.footer_nav_main {
    margin-right: 2%;
}

footer {
    overflow: hidden;
}

@media screen and (max-width: 896px) and (orientation: landscape) {}

article.estimate_form {
	background:#FFF;
}
article.estimate_form #sec03{
	background:none;

}
#contact {
	padding-bottom: 20px;
}

header.lp {
	padding:0;
}

#ephoto .ephoto_formtbl tr td.ephoto_individualsec .individual_flex {
    display: flex;
    justify-content: left;
}
#ephoto .ephoto_formtbl tr td.ephoto_individualsec label {
    white-space:nowrap;
    margin: 0 40px 0 0;
}

@media screen and (max-width: 768px) {
	.pagefor a {
		right: 0;
		bottom: 2em !important;
	}	
}
/******************
文言追加調整
******************/
/* .footer_wrap {
    display: none;
}
.footer_nav_container {
    display: none;
}
.footer_nav_bottom {
    border-top: none;
} */
.fontcom_em {
    font-size: 15px;
    display: block;
    font-style: initial;
    padding: 0 !important;
    color: #444;
    text-decoration: underline;
}
.fontcom_em:hover {
    color: #444444
}

.fontcom_text {
    font-size: 18px;
    margin: 10px 0 10px;
}



@media screen and (max-width: 768px) {
	.fontcom_em {
        font-size: 12px;
    }
    .fontcom_text {
        font-size: 14px;
        margin: 5px 0 5px;
    }	
}


/******************
写真で見積り LP
******************/
@media screen and (max-width: 821px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }
    .ephoto_spbnr img {
        width: 100%;
    }
    .ephoto-container {
        width: 90%;
    }
    #ephoto .ephoto__hd-log {
        width: 35%;
    }
    #ephoto .ephoto__hd ul {
        width: 55%;
    }
    #ephoto .ephoto__hd ul li {
        display: none;
    }
    #ephoto .ephoto__hd ul li:last-child {
        display: block;
    }
    #ephoto .ephoto__hd .sp {
        width: 100%;
        display: block;
    }
    #ephoto .ephoto__hd ul.sp {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    #ephoto .ephoto__hd ul.sp li {
        padding: 0;
        display: block;
    }
    #ephoto .ephoto_sec01 {
        padding: 25px 0;
    }
    #ephoto .ephoto_sec01 .ephoto_cttl {
        font-size: 6.5vw;
    }
    #ephoto .ephoto_sec01 .ephoto_maintext {
        font-size: 3.6vw;
    }
    #ephoto .ephoto_phsoudan {
        padding: 25px 0;
    }
    #ephoto .ephoto_phsoudan .ephoto_cttl {
        font-size: 5.5vw;
    }
    #ephoto .ephoto_phsoudan ul {
        gap: 15px;
        margin: 20px 0;
    }
    #ephoto .ephoto_phosoudan_text {
        font-size: 20px;
    }
    #ephoto .ephoto_phosoudan_text2 {
        font-size: 14px;
    }
    #ephoto .ephoto_reqttl {
        font-size: 6vw;
        padding: 20px 0;
    }
    #ephoto .ephoto_stepsec02 .ephoto_shuttab {
        gap: 10px;
        width: 100%;
    }
    #ephoto .ephoto_shuttab li {
        padding: 20px 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 17px;
        width: 100%;
    }
    #ephoto .ephoto_shuttab li a {
        padding: 20px 14px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        font-size: 17px;
        width: 100%;
    }
    #ephoto .ephoto_shutwrap {
        padding: 20px;
        border-radius: 0;
    }
    #ephoto .ephoto_step_ttl {
        gap: 20px;
        align-items: flex-start;
    }
    .ephot_step_fig {
        width: 18%;
    }
    .ephot_step_detail {
        width: 80%;
    }
    #ephoto .ephot_step_detail .ephot_step_text {
        font-size: 16px;
    }
    #ephoto .ephot_step_detail .ephot_step_text span {
        font-size: 14px;
    }
    #ephoto .ephoto_shutlist {
        margin: 30px 0 20px 0;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
    }
    #ephoto .ephoto_shutlist li {
        width: 100%;
        margin: auto;
    }
    #ephoto .ephoto_shutlist li img {
        display: block;
        margin: 0 auto;
    }
    #ephoto .ephoto_shuttext01 {
        font-size: 16px;
    }
    #ephoto .ephoto_step1_point p,#ephoto .ephoto_step1_point span {
        font-size: 16px;
    }
    #ephoto .ephoto_step1_point_title {
        font-size: 22px;
    }
    #ephoto .ephoto_step1_text {
        text-align: left;
        font-size: 16px;
    }
    #ephoto .ephoto_step1_container {
        width: 100%;
        padding: 30px 0 0px;
    }
    #ephoto .ephoto_shuttext03 {
        padding: 0 20px;
        font-size: 14px;
    }
    #ephoto .ephoto_form {
        margin: 40px 0 30px;
    }
    #ephoto .ephoto_formwrap {
        border-radius: 10px;
        padding: 30px 20px;
    }
    #ephoto .ephoto_formtbl {
        margin: 30px 0;
    }
    #ephoto .ephoto_formtbl tr th {
        width: 100%;
        font-size: 16px;
        padding: 0 0 20px 0;
    }
    #ephoto .ephoto_formtbl tr th .ephoto_req img {
        width: 40px;
    }
    #ephoto .ephoto_formtbl tr td {
        width: 100%;
        font-size: 16px;
        display: block;
    }
    #ephoto .ephoto_formtbl tr td .form-controls {
        border: 2px solid #999999;
        padding: 12px 15px;
        font-size: 17px;
        width: 100%;
        margin: 0 0 10px 0;
    }
    #ephoto .ephoto_formtbl tr td.ephoto_mailsec .ephoto_email {
        width: 100%;
    }
    #ephoto .ephoto_formtbl tr td.ephoto_namesec .ephoto_name {
        width: 100%;
    }
    #ephoto .ephoto_formtbl tr td.ephoto_namesec .ephoto_name:first-child {
        margin: 0 15px 10px 0;
    }
    #ephoto .ephoto_formtbl tr td.ephoto_mailsec span, #ephoto .ephoto_formtbl tr td.ephoto_addsec span {
        font-size: 18px;
        margin: 0 0 10px 0;
        display: inline-block;
    }
    #ephoto .ephoto_formtbl tr td .ephoto_form_address3 span {
        bottom: 0;
    }
    #ephoto .ephoto_formtbl tr td .ephoto_form_address3 span br {
        display: none;
    }
    #ephoto .ephoto_formtbl tr td.ephoto_addsec .p-postal-code {
        width: 42%;
    }
    #ephoto .ephoto_formtbl tr td .ephoto_locality {
        width: 100%;
    }
    #ephoto .n_form_uploadarea {
        flex-wrap: wrap;
    }
    #ephoto .n_form_uploadarea dt {
        background: #eeeeee;
        padding: 12px;
        width: 100%;
        border-bottom: 4px solid #ddd;
        font-size: 20px;
    }
    #ephoto .n_form_uploadarea dd.js-file {
        width: 100%;
        font-size: 16px;
        padding: 8px 10px;
    }
    #ephoto .js-filename.js-file1 {
        padding: 10px 10px 10px 0;
        font-size: 16px;
    }
    #ephoto .n_form_filelabel {
        font-size: 16px;
        padding: 15px;
        width: 200px;
    }
    #ephoto .ephoto_adduploadform {
        width: 60%;
        padding: 10px 20px 10px 15px;
    }
    #ephoto .ephoto_formtbl tr td.ephott_messagesec {
        width: 100%;
    }
    #ephoto .ephoto_formtbl tr td.ephott_messagesec .ephoto_message {
        width: 100%;
    }
    #ephoto .ephoto_formbtn {
        width: 90%;
    }
    #ephoto .ephoto_formbtn .ephoto_fbtn {
        width: 100%;
        font-size: 20px;
    }


    /*--------------------確認ページ------------------------  */
    #ephoto.ephoto_confirm .ephoto_stepsec02 {
        padding: 40px 0 10px;
    }
    #ephoto.ephoto_confirm .ephoto_formwrap {
        top: 0;
    }
    #ephoto.ephoto_confirm .ephoto_formtbl .form_bd,
    #ephoto.ephoto_confirm .ephoto_formtbl tr {
        border-top: 0;
        width: 100%;
        padding: 0 0 30px 0;
    } 
    #ephoto.ephoto_confirm .ephoto_formtbl tr th {
        width: 100%;
        font-size: 18px;
        padding: 12px 10px;
        display: block;
        margin: 0 0 15px 0;
    }
    #ephoto.ephoto_confirm .ephoto_formtbl tr td {
        font-size: 18px;
        padding: 0;
        display: initial;
    }
    #ephoto.ephoto_confirm .ephoto_formbtn {
        width: 100%;
        margin: 35px auto 0;
    }
    #ephoto.ephoto_confirm .ephoto_formbtn .ephoto-container {
        justify-content: center;
        flex-wrap: wrap;
    }
    #ephoto.ephoto_confirm .ephoto_formbtn .ephoto_form_backbtn {
        padding: 7px 10px;
        font-size: 18px;
    }
    #ephoto.ephoto_confirm .ephoto_formbtn .ephoto_fbtn {
        width: 100%;
        font-size: 20px;
        margin: 17px 0 0 0;
    }
    #ephoto.ephoto_confirm .n_form_uploadarea {
        flex-wrap: nowrap;
    }
    #ephoto.ephoto_confirm .n_form_uploadarea dt {
        border: 0;
        width: initial;
    }
    #ephoto.ephoto_confirm .n_form_uploadarea dd.js-file {
        width: 65%;
    }


    /* ------------------------完了ページ------------------------------ */
    #ephoto.ephoto_confirm.ephoto_thanks .ephoto_formwrap {
        padding: 30px;
    }
    #ephoto.ephoto_thanks .ephoto_thanksttl {
        font-size: 4.8vw;
    }
    #ephoto.ephoto_thanks .ephoto_thankstxt {
        font-size: 16px;
    }
    #ephoto.ephoto_confirm.ephoto_thanks .ephoto_formbtn {
        width: 100%;
        margin: 50px auto 50px;
    }
    #ephoto.ephoto_confirm.ephoto_thanks .ephoto_formbtn .ephoto_form_backbtn {
        width: 65%;
        padding: 7px 10px;
        font-size: 16px;
        color: #fff;
    }
    #ephoto .form_agree_text {
        font-size: 16px;

    }
    #ephoto .form_agree_caution {
        margin: 0 0 25px;
        font-size: 16px;
    }
    #ephoto .form_agree {
        margin: 30px auto 0;
    }
}

@media screen and (max-width: 480px) {
  
}
