@charset "UTF-8";

/*共通*/
p {
    line-height: 1.6;
    word-wrap: break-word;
}

#wrapper {
    padding: 0;
   /* overflow: hidden;*/
    color: #333;
    background: #fee101;
}

.contents{
/*    width: 750px;*/
    margin: 0 auto; 
}

a:link {
    color: #ff6c00;
    text-decoration: underline;
}

.pc_ds{
    display: block;
}

.pc_ds2{
    display: inline;
}

.sp_ds{
    display: none;
}

.w100{
    width:100%;
}
.w95{
    width:100%;
}
.w80{
    width:80%;
    margin: 0 auto;
}
.w65{
    width:65%;
    margin: 0 auto;
}

img{
    width: 100%;
}

/*テキスト*/


.comment {
    font-size: 26px;
    font-weight: bold;
}

.tex_sm{
    font-size: 70%; 
}

.yellow_line{
    background: rgba(0, 0, 0, 0)linear-gradient(transparent 70%, #fff600 0%)repeat scroll 0 0;
}


/*margin*/
.mb2{
    margin-bottom: 2%;
}
.mb3{
    margin-bottom: 3%;
}
.mb5{
    margin-bottom: 5%;
}
.mb6{
    margin-bottom: 6%;
}
.mb8{
    margin-bottom: 8%;
}
.mb10{
    margin-bottom: 10%;
}
.mb20{
    margin-bottom: 10%;
}
.mt1{
    margin-top: 1%;
}
.mt2{
    margin-top: 2%;
}
.mt3{
    margin-top: 3%;
}
.mt5{
    margin-top: 5%;
}
.pb3{
    padding-bottom: 3%;
}
.pb5{
    padding-bottom: 5%;
}
.pb8{
    padding-bottom: 8%;
}
.pb10{
    padding-bottom: 10%;
}
.pb2{
    padding-bottom: 2%;
}
.pb3{
    padding-bottom: 3%;
}
.pb4{
    padding-bottom: 4%;
}
.pt5{
    padding-top: 5%;
}
.pt4{
    padding-top: 4%;
}
.pt2{
    padding-top: 2%;
}
.mr3 {
    margin-right: 3%;
}

/*ポジション*/
.rel{
    position: relative;
}

.abs{
    position: absolute;
}
.abs02{
    position: absolute;
    width: 28%;
    left: 36%;
    padding-top: 0.5%;
}
.abs03{
    position: absolute;
    left: 22%;
    bottom: 3%;
}
.abs03 img{
   width: 80%;
    margin: 5px;

}


/*ポジション　画面中央*/
.po_ce{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*追従ナビ*/
.floating{
	position: fixed;
	z-index: 99999;
	bottom: 0;
	background: linear-gradient( 90deg , rgba(108,199,1,1) 0%, rgba(0,176,31,1) 100%);
	width: 100%;
	display: none;
}

.floating .wrap{
	margin: 0 auto;
}

.nav img:hover {
	opacity: 0.7 ;
}


.nav{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 7px 0 2px;
	max-width:800px;
    margin: 0 auto;
}

.nav img{
	width: 100%;
}


@media screen and (max-width:767px){
.floating .btn-anc{
    margin-top: 6px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
}

.nav{
    padding: 7px 2px 2px;
}	
.comment {
    font-size: 1.2em;
    font-weight: bold;
}
}


/*mv*/
.mv{
    margin: 0 auto 60px;   
}

.mv img.mv_a{
    max-width: 1100px;
    width: 100%;
}

.mv img.mv_b{
    max-width: 2000px;
    margin: 0 ;
}

/*corona*/
.corona{
    width: 650px;
    margin: 70px auto 50px;
}

.corona img{
    width: 100%;
}

@media screen and (max-width:1300px){
.mv img.mv_a{
    width: 90%;
}

.mv img.mv_b{
    margin: 1% auto 7%;
}
}

/*施工内容一覧*/
.contents01 {
    background-color: #fff576;
    padding: 3% 0;
}
@media screen and (max-width: 768px) {
    .contents01 {
        background-color: #fff576;
        padding: 6% 0;
    }
}

/*電気トラブル*/
.contents02 {
    background-color: #fee101;
    padding-top: 2%;
}

.contents05 {
    background-color: #fff576;
    padding-bottom:4%;
}
@media screen and (max-width: 768px) {
    .contents05 {
        background-color: #fff576;
        padding-bottom:10%;
    }
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}



/*目次*/
.ttl_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 40px;
}
.ttl_contents li {
    width: calc(33% - 1.5%);
    margin-bottom: 20px;
}
.contact_btn {
    display: flex;
    justify-content: space-between;
}
.contact_btn a {
    width: calc(50% - 1%);
}
.abs_cta_tel {
    position: absolute;
    width: 12%;
    right: -4%;
    top: -10%;
}
.abs_cta_tel2 {
    position: absolute;
    width: 20%;
    right: -1%;
    top: -24%;
}
.contact_btn a {
    margin-bottom: 10px;
    display: block;
}
h2#contents01 {
    margin-top: 30px;
}

/*悩み*/
.consultation{
    padding: 70px 0;
}

.contents_wrapper {
    width: 730px;
    margin: 0 auto;
}
.contents_wrapper01 {
    width: 850px;
    margin: 0 auto;
}
.contents_wrapper02 {
    width: 60%;
    margin: 0 auto;
}
.contents_wrapper03 {
    width: 75%;
    margin: 0 auto;
}
.contents_wrapper04 {
    width: 70%;
    margin: 0 auto;
}
.trouble_bg {
    padding-top: 50px;
    background-image: url("../img/trouble_bg.png");
    background-size: cover;
}
.step_ma {
    margin: 40px 0 50px;
}
.cta_flex{
    display: flex;
    align-items: flex-end;
}
.cta_flex02{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.cta_flex02 img{
    width: 95%;
	z-index: 2;
	position: relative;
}

/*ba*/
.ba{
    position:relative;
}

.pro {
    position: absolute;
    left: 26%;
    top: -5%;
    width: 46%;
}
.ba p.tyuu {
    font-size: 90%;
    text-align: right;
    font-weight: 100;
    margin: 10px auto 0;
    max-width: 800px;
    padding: 0 15px;
}


/*お客様の声*/
.uservoice{
    text-align: center;
    padding: 0 0 5% 0;  
}
.uservoice_ttl {
    width: 550px;
    margin: 0 auto;
    padding: 100px 0 30px;
}


/*スライダー部分*/
/*1*/
/*.slick01 .slide_contents{
    background-color: #fff;
    padding: 3%;*/
    /*border-radius:10px;*/
/*    max-width: 85%;
    box-shadow: 5px 5px 6px #d5d4b9;
}*/

.slick01 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 15px;
}

.slick01 .slide_icon{
    background-color: #4eccc2;
    padding: 5px 10px;
    color: #fff;
    display: table;
    font-weight: bold;
    border-radius: 5px;
}

.slick01 .slick-prev:before, .slick01 .slick-next:before {
    color: #000000;
}

.slick01 .slick-next:before {
    content: '▶';
}

.slick01 .slick-prev:before {
    content: '◀';
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 0;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 55%;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

/*2*/
.slick02 .slide_contents{
/*    padding: 2%;*/
    max-width: 80vw;
}

.slick02 .slide_contents p{
    text-align: left;
    margin: 2% 1%;
    font-size: 3.5vw;
}

.slick02 .slide_icon{
    background-color: #4eccc2;
    padding: 5px 10px;
    color: #fff;
    display: table;
    font-weight: bold;
}

.slick02 .slick-prev:before, .slick02 .slick-next:before {
    color: #000000;
}

.slick02 .slick-next:before {
    content: '▶';
}

.slick02 .slick-prev:before {
    content: '◀';
}

.slick02 .slick-next {
    right: 1vw;
}

.slick02 .slick-prev{
    left: 1vw;
}

.slick02 .slick-prev, .slick02 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


/*スライダー共通*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 75%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.section .slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #767410;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.section .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #767410;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 40px;
}

.slick01 .slick-list {
  overflow: visible;
}

/*他社比較*/
/*.comparison {
    width: 50%;
    margin: 0 auto;
}*/

.ba_bg{
    background-image: url(../img/border_blue.png);
    background-size: cover;
}

/*お問い合わせフォーム*/
.decimal li {
    list-style: decimal;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
}
.fadein_up.fadein_up__active {
    opacity: 1;
    animation-name: fadein_up__active;
    animation-duration: 1.2s;
}
.form_inner {
    background: #fff;
    border-radius: 15px;
    max-width: 840px;
    margin: 0 auto;
    border: solid 4px #000;
}
.form_inner02 {
    background: #fff;
    border-radius: 15px;
    max-width: 840px;
    margin: 0 auto;
}


.fadein_up.fadein_up__active {
    opacity: 1;
    animation-name: fadein_up__active;
    animation-duration: 1.2s;
}
#form {
    background: #fff57f;
}
#form th {
    font-weight: bold;
}
.must {
    background: #ff7352;
    color: #fff;
    font-size: 13px;
    border-radius: 24px;
    display: inline-block;
    line-height: 1em;
    padding: 5px 10px;
    margin-left: 10px;
    vertical-align: middle;
}
input[type="text"], textarea, input[type="tel"], input[type="email"], input[type="number"] {
    padding: 10px;
    border: none;
    margin: 0;
    display: block;
    background: #f3f3f3;
    font-family: inherit;
    -webkit-appearance: none;
    font-size: inherit;
    width: 100%;
    border-radius: 10px;
}
input[type="text"].short_input {
    display: inline-block;
    width: 12em;
}
textarea {
    height: 14em;
    width: 100%;
    display: block;
    resize: vertical;
}
table {
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
h3 {
    color: #025490;
    font-weight: bold;
    margin: 0;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}
.pp_box {
    background: #f3f3f3;
    padding: 20px;
    overflow: auto;
    height: 150px;
    font-size: 14px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.decimal li {
    list-style: decimal;
    margin-left: 1.2em;
    margin-bottom: 0.5em;
    line-height: 22px;
}
.mt-3, .my-3 {
    margin-top: 1rem !important;
}
.form_p02 {
    font-size: 18px;
    line-height: 28px;
    color: #0041aa;
    font-weight: bold;
}
.form_p {
    font-size: 18px;
    line-height: 28px;
}
input[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    background: #fc7600;
    color: #fff;
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.5em;
    width: 32%;
    padding: 15px;
    margin: 0 auto;
    display: block;
    /* box-shadow: 0 5px 0 #d4d5d2; */
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: bold;
    border-bottom: 7px solid #c15c02;
    transform: translate(0, 0);
    border-radius: 50px;
    -webkit-appearance: none;
}
@media screen and (max-width: 480px){
  
}
@media only screen and (max-width: 767px){
    input[type="submit"] {
        border: none;
        background: none;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
        background: #fc7600;
        color: #fff;
        text-align: center;
        font-size: 28px;
        letter-spacing: 0.5em;
        width: 72%;
        padding: 9px;
        margin: 0 auto;
        display: block;
        /* box-shadow: 0 5px 0 #d4d5d2; */
        -webkit-transition: .5s;
        transition: .5s;
        font-weight: bold;
        border-bottom: 7px solid #c15c02;
        transform: translate(0, 0);
        border-radius: 50px;
         -webkit-appearance: none;
    }
    .form_inner02 {
        padding: 15px;
        margin: 10px;
        border-radius: 5px;
    }
    
    .form_inner {
      border: solid 3px #000;
    }
    
    input[type="text"], textarea, input[type="tel"], input[type="email"], input[type="number"] {
        padding: 10px;
        border: none;
        margin: 0;
        display: block;
        background: #f3f3f3;
        font-family: inherit;
        -webkit-appearance: none;
        font-size: inherit;
        width: 95%;
        border-radius: 10px;
    }
    .form_p {
        font-size: 16px;
        line-height: 28px;
    }
    .form_inner {
        padding: 30px 15px;
        width: 90%;
}
    #form table, .pp {
        margin-bottom: 30px;
    }
    #form th {
        margin-bottom: 10px;
    }
    #form th, #form td {
        display: block;
    }
    #form td {
        margin-bottom: 30px;
    }
    #form th, #form td {
        display: block;
        width: 100%;
        text-align: left;
    }
}
@media print, screen and (min-width: 768px){
    input[type="submit"] {
        font-size: 1.3rem;
    }
    .form_inner {
        padding: 50px;
}
    .form_inner02 {
        padding: 40px;
    }
    #form th {
        width: 240px;
}
    #form th, #form td {
        vertical-align: top;
        padding: 25px 0;
    }
        #form th, #form td {
            vertical-align: top;
            padding: 25px 0;
    }
    #form td p {
        font-size: 13px;
    }
    #form th {
        width: 240px;
    }
    #form th, #form td {
        vertical-align: top;
        padding: 25px 0;
    }
    #form th {
        font-weight: bold;
        text-align: left;
    }
    #form table, .pp {
        margin-bottom: 50px;
    }
}



/*----------タブレット------------*/
@media only screen and (min-width:768px) and (max-width:1024px) {
.corona {
    width: 60%;
    margin: 4vw auto 3vw;
}
.contents_wrapper {
    width: 85%;
    margin: 0 auto;
}
.w65 {
    width: 85%;
    margin: 0 auto;
    text-align: center;
}
.trouble_bg {
    padding-top: 4vw;
}
}
@media screen and (max-width: 768px) {
.ttl_contents {
    padding: 6vw 0 3vw;
}
h2 {
    margin: 7vw 0 3vw;
}
.uservoice_ttl {
    width: 50%;
    margin: 0 auto;
    padding: 8vw 0 3vw;
}
.consultation {
    padding: 5vw 0;
}
.comment {
    font-size: 1.2em;
    font-weight: bold;
}
.step_ma {
    margin: 4vw 0 4vw;
}




/*----------sp------------*/
@media (max-width: 767px) { 
/*共通*/
.contents{
    width: 100%;
    padding: 0 5px; 
}

.sp_ds{
    display: block;
}

.pc_ds{
    display: none;
}

.pc_ds2{
    display: none;
}

.contents_wrapper {
    width: 92%;
}

.w80{
    width:100%;
}

.step_ma {
    margin: 7vw 0 8vw;
}

/*テキスト*/
h2{
    margin: 8vw 0 4vw;
}


/*mv*/
.mv{
    margin: 0 auto 10px;   
}

.mv img{
    width: 100%;
}

/*corona*/
.corona{
    width: 90%;
    margin: 9vw auto 5vw;
}

/*目次*/
.ttl_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
}
.ttl_contents li {
    width: calc(50% - 1%);
    margin-bottom: 2vw;
    width:25
}
.contact_btn {
    text-align: center;
    margin: 30px 0;
    display: block;
}
.abs_cta_tel {
    position: absolute;
    width: 12%;
    right: -2%;
    top: -10%;
}

/*お問い合わせ*/
.contact {
    padding: 3% 0;
    font-size: 5vw;
    line-height: 1.2;
    margin: 0;
}
.contact_btn a {
    width: inherit;
}
.contact2{
    padding: 3% 0;
}

.contact2 img{
    width: 45vw;
}

.ma{
    width: 100%;
}



/*悩み*/
.consultation{
    padding: 0% 2% 10%;
}

.consultation_img{
    padding: 0 5px;
}

.consultation_img img{
    margin: 0 0 3px;
    width: 100%;
}

.consultation_img div {
    width: calc(97% / 2);
    padding: 0 2px;
}
.trouble_bg {
    padding-top: 1vw;
}

/*ba*/
.ba{
    padding: 0;
}

.pro{
   width: 80%;
    left: 9%;
}

.ba p.tyuu {
    padding: 0 5px;
}
    .cta_flex02{
        display: block;
        align-items: flex-end;
        justify-content: space-between;
    }
/*他社比較*/
.comparison{
    padding: 0 0 3%;
    text-align: center;
    width: 100%;
}


/*お客様の声*/
.uservoice_ttl {
    width: 86%;
}


/*スライダー*/
.slick01 .slide_contents p{
    margin: 2% 1%;
    font-size: 4vw;
}
.slick-slide img {
    width: 105%;
    height: auto;
    margin-left: -3%;
}

.sliderArea {
    padding: 0 5px;
}

.section .slick-prev:before, .section .slick-next:before {
    font-size: 5vw;
}

.slick01 .slick-next {
    right: 1vw;
}

.slick01 .slick-prev{
    left: 1vw;
}

.slick02 .slide_contents p.re{
    text-align: right;  
}

.section .slick-dots li button:before {
    font-size: 10px;
    line-height: 40px;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
}

.slick01 .slick-prev, .slick01 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 45vw;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
}

.tel_ic_pc .tel{
    line-height:0;
}
.tel_btn{
        margin: 10px 0 10px;
}

@media screen and (max-width:767px){
.tel_btn{
    width:90%;
}
.step_img {
    width: 90%;
    padding: 5%;
    margin: auto;
}
}

/*改行レスポンシブ*/
@media screen and (min-width:640px){ 
    .br-sp { 
        display: none; 
    } 
}     
@media screen and (max-width: 640px) { 
    .br-pc { display:none; } 
}
}

header {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
}
.pt2 {
	padding-top: 2%;
}

footer ul{
	text-align: left;
	display: inline-block;
	line-height: 1.2rem;
	margin-bottom: 10px;
}
footer li:first-child{
	font-weight: bold;
}
.cta01 {
	margin-top: -3.5rem;
	z-index: -1;
}

/*==============
調整
==============*/

#fv {
  padding-top: 100px;
  margin-top:-100px;
}
