@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

body {
    /* background-image: url(https://www.bunka-s.shop/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: 1em;
    padding-right: 1em;
    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(https://www.bunka-s.shop/wp/wp-content/themes/bunkas/images/garage/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(https://www.bunka-s.shop/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: 1em;
    padding-right: 1em;
    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(https://www.bunka-s.shop/wp/wp-content/themes/bunkas/images/garage/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
******************/



/******************
店舗・倉庫シャッタ LP
******************/
.store__hd {
    padding: 15px 0;
    border-bottom: 7px solid #00a4e6;
}
.store__hd .store-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stor__hd-log {
    width: 25%;
}
.store__hd ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.store__hd ul li {
    padding: 0 30px;
}
.store__hd ul li:last-child {
    padding: 0;
}
.store__hd ul li a {
    color: #444;
    font-size: 12px;
    text-decoration: underline;
}
.ele__bnr {
    background: url(http://test2.bunka-s.shop/wp/wp-content/themes/bunkas/images/store/back_top_.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 165px 0 0 0;
}
.ele__bnr-in {
    position: relative;
    top: -124px;
    padding: 0 0;
}
.store-container {
    width: 1200px;
    margin: 0 auto;
}

#store .ele__pity {
    margin: -80px 0 0;
    background: #00a4e6;
}

#store .ele__pity .container_pity {
    width: 1320px;
    margin: 0 auto;
}

#store .ele__pity-blg {
    border-radius: 3px;
    position: relative;
    z-index: 9999;
    padding: 50px 40px 160px;
}
#store .ele__pity-blg::after {
    content: "";
    background: url(https://www.bunka-s.shop/wp/wp-content/themes/bunkas/images/electric/ele__pity-darw.png) no-repeat;
    width: 160px;
    height: 66px;
    position: absolute;
    bottom: 94px;
    left: 50%;
    transform: translate(-50%, 0);
}

#store .ele__pity-blg figure {
   text-align: center;
}

#store .ele__pity-blg ul {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 5px 30px;
    margin: 35px 0 0 0;
    border-radius: 20px;
}
#store .ele__pity-blg ul li {
    width: 25%;
    padding: 0 20px;
    position: relative;
    border-left: 2px solid #00a4e6;
}

#store .ele__pity-blg ul li:first-child {
    border-left: 0;
    
}
#store .ele__use {
    margin: 80px 0;
}

#store .ele__use-bl {
    background: #fcf5e2;
    margin: 5px 0;
    padding: 20px 0 10px;
}

#store .ele__use-list {
    display: flex;
    width: 1225px;
    margin: 40px auto 0;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
}
#store .store_item {
    background: #00a4e6;
    padding: 65px;
}
#store .store_item-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 55px 0 0 0;
}
#store .store_item-list li {
    margin: 0 0 30px;
}

#store .store_consult {
    background: url(http://test2.bunka-s.shop/wp/wp-content/themes/bunkas/images/store/back_consultation.jpg) no-repeat;
    background-size: cover;
    padding: 40px 0 70px;
}
.store_consult-btn {
    padding: 30px 60px;
    background: #fff;
    border-radius: 30px;
}
.store_consult-btn a {
    margin: 10px 0 0 0;
    display: block;
}

.store_example {
    margin: 80px 0 40px;
}
.store_example-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0 0;
}

#store .ele__soudan {
    padding: 80px 0 0;
}
#store .ele__soudan .ele__soudan-tit {
    text-align: center;
}
#store .stor_home-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 0;
}

#store .ele__flow {
    margin: 115px 0 20px;
    background: #EBF9FC;
    padding: 60px 0;
}

#store .ele__flow-tit {
    color: #00a4e6;
    font-size: 2.7rem;
    padding-bottom: 45px;
}
#store .ele__flow ul li {
    border: 4px solid #00a4e6;
    border-radius: 70px;
    position: relative;
    padding: 12px 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
#store .ele__flow ul li + li {
    margin-top: 65px;
}
#store .ele__flow ul li + li::before {
    content: '';
    background: url(https://www.bunka-s.shop/wp/wp-content/themes/bunkas/images/electric/d-arw.png)no-repeat;
    width: 41px;
    height: 21px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#store .ele__flow ul li figure {
    width: 10%;
    position: relative;
    left: -7px;
}

#store .ele__flow-bl {
    width: 80%;
}
#store .ele__flow-txt01 {
    font-size: 2.5rem;
    font-weight: bold;
}

#store .ele__flow-txt02 {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0 0;
}

#store .ele__flow-txt02 a {
    color: #d80000;
    text-decoration: underline;
}
/*******************
調整
******************/
/* 横向きの場合のスタイル */
.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;
}

@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: 768px) {
    .stor__hd-log {
        width: 35%;
    } 
    .store__hd ul {
        width: 55%;
    }
    .store__hd ul li {
        display: none;
    }
    .store__hd ul li:last-child {
        display: block;
    }
    .store__hd ul.sp {
        width: 100%;
        justify-content: space-between;
        margin: 20px 0 0;
    }
    .store__hd ul.sp li {
        padding: 0;
        display: block;
    }
    #store .ele__bnr {
        background: url(http://test2.bunka-s.shop/wp/wp-content/themes/bunkas/images/store/back_consultation.jpg);
        background-size: cover;
        background-position: right;
        padding: 60px 0px;
    }
    #store .bnr_formtab {
        margin: 25px 0 0;
    }
    .ele__bnr-in {
        width: 82%;
        margin: 0 auto;
        top: 0;
    }
    .store-container {
        width: 90%;
    }
    #store .ele__pity {
        margin: 30px 0 50px;
    }
    #store .ele__pity .container_pity {
        width: 94%;
        margin: 0 auto;
    }
    #store .ele__pity-blg {
        z-index: 0;
        padding: 30px 0px 85px;
    }
    #store .ele__pity-blg::after {
        width: 82px;
        height: 32px;
        bottom: 53px;
        background-size: cover;
    }
    #store .ele__pity-blg ul {
        justify-content: space-between;
        padding: 25px 5px 15px;
        flex-wrap: wrap;
    }
    #store .ele__pity-blg ul li {
        width: 48%;
        padding: 0 20px;
        margin: 0 0 20px 0;
    }
    #store .ele__pity-blg ul li + li {
        margin-right: 5px;
    }
    #store .ele__pity-blg ul li:nth-child(3) {
        border-left: 0px;
    }
    #store .ele__use {
        margin: 0 0 80px;
    }
    #store .ele__use-tit {
        width: 88%;
        margin: 0 auto;
    }
    #store .ele__use-bl {
        padding: 10px 0 20px;
    }
    #store .ele__use-list {
        width: 93%;
        align-items: baseline;
    }
    #store .ele__use-list li {
        width: 48%;
    }
    #store .ele__use-list li + li {
        margin-top: 10px;
    }
    #store .store_item {
        padding: 35px 0;
    }
    #store .store_item-list {
        margin: 35px 0 0 0;
    }
    #store .store_consult {
        padding: 40px 0 70px;
        background-position: right;
    }
    .store_consult-btn {
        padding: 20px 20px;
        border-radius: 25px;
    }
    .store_example-list li {
        width: 33.3%;
    }

    #store .ele__soudan {
        padding: 0 0 0;
    }
    #store .ele__soudan .ele__soudan-tit {
        font-size: 1.5rem;
        padding: 0 0 25px;
        line-height: 1.3;
    }
    #store .ele__soudan .ele__soudan-tit::before,
    #store .ele__soudan .ele__soudan-tit::after {
       display: none
    }
    #store .ele__trouble-tit {
        font-size: 1.5rem;
        margin: 0 0 20px 0;
        line-height: 1.3;
    }
    .store_example {
        margin: 40px 0 40px;
    }
    #store .ele__flow {
        margin: 30px 0;
    }
    #store .ele__flow-tit {
        font-size: 1.6rem;
        padding-bottom: 30px;
    }
    #store .ele__flow ul li {
        padding: 12px 15px;
        border-radius: 20px;
    }
    #store .ele__flow ul li + li {
        margin-top: 40px;
    }
    #store .ele__flow ul li + li::before {
        top: -23px;
    }
    #store .ele__flow ul li figure {
        display: none;
    }
    #store .ele__flow-bl {
        width: 100%;
    }
    #store .ele__flow-txt01 {
        font-size: 1.2rem;
    }
    #store .ele__flow-txt02 {
        font-size: 14px;
        padding: 7px 0 0;
        line-height: 1.3;
    }
    #store .ft__soudan-sp {
        background: #d90000;
        text-align: center;
        position: relative;
        color: #fff;
        font-size: 18px;
        padding: 10px 10px 10px 65px;
        font-weight: bold;
        margin-bottom: 35px;
        line-height: 1.3;
    }
    #store .ft__soudan-sp::after {
        content: "";
        background: url(https://www.bunka-s.shop/wp/wp-content/themes/bunkas/images/electric/ele_spform-darw.png) no-repeat;
        width: 40px;
        height: 21px;
        position: absolute;
        bottom: -29px;
        background-size: cover;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    #store .ft__soudan-sp span {
        position: absolute;
        width: 78px;
        left: 13px;
        top: -7px;
    }
}