@charset "utf-8";

html {
	font-size: 62.5%;
}


body{
	margin: 0px;
	padding: 0px;
	font-size:1.6em;
	overflow:auto;
    background:#fff;
    box-sizing:border-box;
	line-height:1.7em;
	font-family:'Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo','sans-serif';
	color: #2e2e2e;
}


main {
	width:100%;
	overflow:hidden;
	margin:auto;
	display:block; 
	padding:0;
	background:#fff;
}

input, select, textarea{
    font-family:'Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo','sans-serif';
	color: #2e2e2e;
	cursor:pointer;
	width:100%;
}
::placeholder{color:#bfbfbf;}
 :-ms-input-placeholder{color:#bfbfbf;}

a{cursor:pointer;}
img{width:100%;}

.red{color:#ff585f!important;}
.green{color:#64b28e!important;}
.ti{text-indent:-1em;padding-left:1em;}

/*header*/
header{background:#fff;text-align:center;height:110px;line-height:5em;padding:10px;}
header img{max-width:348px;display:inline-block;vertical-align:middle;}

/*footer*/
footer{background:#48A377;text-align:center;padding:40px 30px 30px;margin-top:70px;color:#fff;}
footer h3{font-size:2rem;font-weight:700;}
footer h3.yellow{margin:15px 0 20px;font-size:2.4rem;color:#FCDF4D;}
footer .btn2{border:1px solid #fff;border-radius:20px;padding:10px 14px;display: inline-block;line-height:1.2em;margin:30px 0 20px;}
footer .btn2:hover{background:#fff;color:#48A377;}
footer p{font-size:1.2rem;line-height:1.4em;}
footer .copyright{font-size:0.9rem;line-height:2em;letter-spacing:0.05em;}
footer .privacy{font-size: 1.2rem;margin-bottom: 2rem!important;display: inline-block!important;}
footer .privacy:hover{text-decoration:underline;}
/*main*/
.pagetitle{background:#64b28e;height:180px;text-align:center;padding:10px;}
#top .pagetitle p,
#input1 .pagetitle p,
#confirm .pagetitle p,
#error .pagetitle p{line-height:3.2em;color:#fff;font-weight:600;font-size:4.8rem;}

.wrapper{
    width: 96%;
    max-width: 1440px;
    margin: auto;
}

.container{
    width: 100%;
    max-width: 1120px;
    margin:100px auto;
    background:#fff;
    border-radius:26px;
    padding:64px;
box-shadow: 0px 0px 20px -7px #b5b5b5;
}

.chara_img{position:relative;}
.chara_img img{max-width:380px;position:absolute;bottom:30px;left:50%;margin-left:-190px;}


.btn01, .btn02{
    border-radius: 36px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
    font-size:1.9rem;
    padding:16px;
    line-height:1.8em;
    font-weight:600;
    border: 2px solid #ff585f;
}
.btn03{
    border-radius: 36px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0 auto;
/*    font-size:1.8rem;*/
    padding:16px;
    line-height:1.8em;
    font-weight:600;
    border: 2px solid #ff585f;
    width:250px;
}
.gray_bd{
	border-top: 1px solid #dedede;
    padding-top: 60px;
    margin-top: 55px;
}
.btn01{background:#ff585f;color:#fff;}
.btn01:hover{background:#b4171d;border: 2px solid #b4171d;}
.btn02, .btn03{background:#fff;color:#ff585f;}
.btn02:hover, .btn03:hover{background:#ffedee;}
.btn01:disabled, .btn02:disabled, .btn03:disabled{opacity: .4;cursor:not-allowed;}

h2{font-size:3.4rem;font-weight:600;line-height:1.4em;color:#64b28e;margin-bottom:30px;}
h3{font-size:2.4rem;font-weight:600;line-height:1.5em;}
h4{font-size:2.0rem;font-weight:600;line-height:1.45em;}
main p{color:#707070;}

h3.midashi{position:relative;display: inline-block;padding-left:34px;margin-bottom:20px;}
th.midashi{position:relative;display: inline-block;padding-left:34px;width:100%;}
h3.midashi::before,th.midashi::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f7dd78;
  margin-top:-10px;
}

input[type=text]{border-radius: 8px;border: 2px solid #bfbfbf;height: 50px;padding: 0 15px 2px;}
/* 20251008 */
.anketo_textarea{border-radius: 8px;border: 2px solid #bfbfbf;max-width:none;padding: 2px 15px 2px;}

input[type=text]:disabled{background:#f7f7f7;cursor:not-allowed;color:#707070;}
/* 20251008 */
.anketo_textarea:disabled{background:#f7f7f7;cursor:not-allowed;color:#707070;}

.error input[type=text].att, .error .radiobtn label{border: 2px solid #ff585f;background:#fff3f4;}

input[type=tel]{border-radius: 8px;border: 2px solid #bfbfbf;height: 50px;padding: 0 15px 2px;}
input[type=tel]:disabled{background:#f7f7f7;cursor:not-allowed;color:#707070;}
.error input[type=tel].att, .error .radiobtn label{border: 2px solid #ff585f;background:#fff3f4;}

select {
    padding: 0 47px 2px 15px;
    border-radius: 8px;
    border: 2px solid #bfbfbf;
    background: #fff url(../images/select_arrow.gif) no-repeat;
    background-position: right 10px top 50%;
    background-size: 27px 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    display:block;
}
select.att, .error label.file{border: 2px solid #ff585f;background-color:#fff3f4;}


input[type=checkbox] , input[type=radio], label.file input[type=file]{visibility: hidden;width: 0;height:0;}
input[type=checkbox] + label {position: relative; --checkbox-bg-color:#fff; --checkbox-border:2px solid #bfbfbf;}
input[type=checkbox] + label::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    background-color: var(--checkbox-bg-color);
    border: var(--checkbox-border);
    border-radius: 8px;
}
input[type=checkbox]:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/check_mark.gif) no-repeat center center;
    background-size:cover;
    top: 50%;
    left: 6px;
    margin-top:-13px;
}
.tel input{width:20%;}
.zip input{width:22%;}
.num input{width:15%;margin-right:5px;}
.num .num_half{width:10%;margin-right:5px;}
.tel span, .zip span, .kVA span{padding:0 5px;font-weight:600;}
.kVA span{padding-left:10px;font-weight:600;vertical-align: middle;}
.kVA select{display:inline-block;}

.radiobtn label{
    display:inline-block;
    border-radius: 8px;
    border: 2px solid #bfbfbf;
    height: 50px;
    padding: 0 15px 0 50px;
    line-height: 2.8em;
    width:70%;
    margin-bottom:10px;
    position:relative;
}
.radiobtn input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: #fff;
    border: 2px solid #bfbfbf;
    border-radius: 50%;
}
.radiobtn input[type=radio]:checked + label{background:#eaf8f0;}
.radiobtn input[type=radio]:checked + label::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    background: #64b28e;
    border-radius: 50%;
}


label.file{
    display:block;
    border-radius: 8px;
    border: 2px solid #bfbfbf;
    height: 50px;
    padding: 0 48px 0 15px;
    line-height: 2.8em;
    width:90%;
    background: #fff url(../images/file_mark.gif) no-repeat;
    background-position: right 8px top 50%;
    background-size:30px 48px;
}


.exLink{display:inline-block;color:#707070;position:relative;}
.exLink::after{
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/exLink_mark.gif) no-repeat center center;
    background-size:cover;
    top: 50%;
    right: -30px;
    margin-top:-9px;
}

table{width:100%;}
th{width:36%;font-size:1.9rem;font-weight:600;padding-right: 25px;}
td{width:64%;}
tr:last-child td{padding-bottom:0;}

.required {
    font-size: 1.4rem;
    color: #fff;
    background: #ff585f;
    vertical-align: middle;
    line-height: 1.4em;
    display: inline-block;
    padding: 2px 8px;
    margin-top:3px;
    border-radius: 3px;
    font-weight: 400;
    float:right;
}
p.att{color:#ff585f;margin-top:5px;}

.frame{
	border:2px dotted #707070;
	border-radius:10px;
	margin-bottom:20px;
	padding:10px;
}
.frame span{
	color:#ff585f;
}
/*popup*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: .6s;
  display:none;
}

.popup .innerbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 640px;
  padding: 60px;
  background: #fff;
  z-index: 2;
  border-radius:26px;
  text-align:center;
}
.popup .closebtn{
  position: absolute;
  right: 30px;
  top: 30px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}

.popup .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(46,46,46,.4);
  z-index: 1;
  cursor: pointer;
}

/*form_step*/
.form_step{width:100%;max-width:720px;padding-bottom:20px;margin:80px auto 0;}
.form_step ul{display: -webkit-box;display: -ms-flexbox;display: flex;position:relative;}
.form_step ul::before{
    content: '';
    position: absolute;
    top: -26px;
    left: 110px;
    width: 66%;
    height: 3px;
    background: #64b28e;
    display: block;
}
.form_step ul li{
	width: 33%;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    }
.form_step ul li::before{
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    width: 20px;
    height: 20px;
    border:3px solid #64b28e;
    border-radius: 50%;
    background: #fff;
    margin-left: -10px;
    display:block;
}
.form_step ul li.now::before{background: #f7dd78;}



/*top-----------------------------*/
#top .container{margin-top:110px;margin-bottom: 50px;}
#top .sec02 h2, #top .sec03 h2{margin-bottom:10px;}
#top .sec02 h3, #top .sec03 h3{margin-bottom:40px;}
#top .sec06 ul.checklist li{margin-top:50px;display: -webkit-box;display: -ms-flexbox;display: flex;}
#top .sec06 ul.checklist li .text{display: inline-block;vertical-align: middle;margin-left:80px;}
#top .sec06 ul.checklist li .text p{margin-top:10px;}
#top .sec06 ul.checklist li .text a{display:inline-block;margin-top:10px;}
#top .sec06 ul.checklist li .text a:hover{opacity:0.6;}
#top .sec06 .displayArea{border:3px solid #dfdfdf;padding:30px;height:330px;overflow:auto;margin-bottom:40px;}
#top .sec08 .btn01{margin:50px auto 30px;}
#top .sec09 ul li:nth-child(2){margin:40px 0 20px;}
#top .sec09 ul li .bold{margin-bottom:5px;}
#top .popup h2{color:#2e2e2e;}
#top .popup-inner img {max-width: 400px;}
#top table{margin-bottom:30px;}

#top .helpBlock {
    text-align: left;
    border-radius: 6px;
    border: 1px solid rgba(91,164,123,.4);
    padding: 1rem;
    font-size:1.4rem;
    margin-top:30px;
    position: relative;
    background: #fff;
    display:none;
}
#top .helpBlock::before, #top .helpBlock::after{
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#top .helpBlock::before{
    border-color: rgba(194,225,245,0);
    border-bottom-color: rgba(91,164,123,.4);
    border-width: 11px;
    margin-left: -11px;
}
#top .helpBlock::after{
    border-color: rgba(255,255,255,0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
#top .invisible{position: absolute;}
#top .flexbox1 .form-col{position: relative;margin-bottom: 10px;}
#top .flexbox1 .form-item {
    background-color: #fff;
    border-radius: 12px;
    padding: 25px;
    width: 100%;
    transition: .15s;
    border:1px solid #d2d2d2;
}
#top .sec01 .flexbox1 .form-item{height:100%;}
#top .flexbox1 label {cursor: pointer;margin-bottom: 0;display:inline-block;}
#top .flexbox1 input[type=radio]:checked+.form-item, #SimulatorResult input[type=radio]:checked+.form-item {background: #ffe291;border:1px solid #ffe291;}
#top .flexbox1 .wrap-text h6{font-weight:600;color:#595757;margin-bottom:10px;line-height:1.4em;}
#top .flexbox1 .wrap-text p{color:#595757;font-size:1.4rem;line-height:1.5em;}
#top .areaMap li:nth-of-type(n+2){display:none;}
#top .sec06 .flexbox1 .form-col h5{background:#b28055;color:#fff;padding:5px;border-radius:10px;text-align:center;}
#top .sec06 .flexbox1 .visual{max-width:340px;margin:auto;}
#top .sec04 .hiddenbox{display:none;}
#top .sec04 .hiddenbox .fukidashi{background: #e0e0e0;color: #fff;text-align: center;border-radius: 6px;padding:15px 10px;position:relative;margin-bottom:30px;}
#top .sec04 .hiddenbox .fukidashi::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #e0e0e0;
}
#top .sec04 .hiddenbox .fukidashi p{line-height:1.4em;}
#top .kenshinhyou{display:none;}

#top .flexbox1 .flow-image-item .desc{font-weight: 700; font-size: 14px; text-align: center;}
#top .flexbox1.supportersplan {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#top .flexbox1.supportersplan .form-item {display:block;padding:0;border-color:#E5E8ED;overflow:hidden;transition: 0s;}
#top .flexbox1.supportersplan .form-item h6{color:#fff;background:#5EB6EA;text-align:center;font-weight:bold;padding:6px;}
#top .flexbox1.supportersplan .form-item .wrap-text{padding:30px 15px 15px;margin:0;}
#top .flexbox1.supportersplan .form-item .wrap-text h4{font-size:2.8rem;}
#top .flexbox1.supportersplan label.form-item .wrap-text h4 span{font-size:1.6rem;display:block;}
#top .flexbox1.supportersplan .form-item .wrap-text p{font-size:1.2rem;text-align:center;position:relative;font-weight:bold;margin-top:20px;}
#top .flexbox1.supportersplan .form-item .wrap-text p::before{width:100%;content:"";position:absolute;height:1px;display:block;
background:#302D2C;top:50%;left:0;}
#top .flexbox1.supportersplan .form-item .wrap-text p span{background:#fff;display:inline-block;position: relative;padding:5px 10px;}
#top .flexbox1 input[type=radio]:checked+.form-item .wrap-text p span{background:#ffe291;}
#top .flexbox1.supportersplan .form-item h5{font-weight:bold;font-size:1.4rem;}
#top .flexbox1.supportersplan .form-item h5 .price{font-size:2rem;}
#top .flexbox1.supportersplan .form-item h5 .tax{font-size:1.2rem;}
#top .flexbox1.supportersplan .form-item.tsujyou h6{background:#58BC8B;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text{height:205px;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text h4{margin-top:2vw;font-size:2.4rem;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text h4 span{font-size: 2.4rem;}
#top .plan_guide{background:#F0FBFF;max-width:628px;margin:40px auto 0;padding:15px 30px;}
#top .plan_guide .flex{display:flex;justify-content:space-between;align-items:center;}
#top .plan_guide .flex img{width:30%;}
#top .plan_guide .flex .text{width:65%;}
#top .plan_guide .flex .text h5{font-size:1.4rem;font-weight:bold;background:#FCDF4D;color:#58BC8B;display:inline-block;position: relative;box-sizing: border-box;line-height: 26px;padding:0 30px;}
#top .plan_guide .flex .text h5::before, #top .plan_guide .flex .text h5::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
#top .plan_guide .flex .text h5::before {
  top: 0;
  left: 0;
  border-width: 13px 0px 13px 6px;
  border-color: transparent transparent transparent #F0FBFF;
  border-style: solid;
}

#top .plan_guide .flex .text h5::after {
  top: 0;
  right: 0;
  border-width: 13px 6px 13px 0px;
  border-color: transparent #F0FBFF transparent transparent;
  border-style: solid;
}
#top .plan_guide .flex .text h6{font-weight:bold;margin:5px 0;}
#top .plan_guide .flex .text p{font-size:1.4rem;}
#top .flexbox1 .flow-image-item .desc {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
#top .flexbox1 a{width:50%;}
#top .flexbox1 a:hover{opacity:0.6;}
#top .flexbox1 img{width:200px;}
#top .flexbox1 p{font-size: 14px;}


/*top-----------------------------*/
#top .box{
	border:1px solid #64b28e;
	border-radius:15px;
	padding:20px;
	margin:15px;
	height: 100%;
	position: relative;
	}
#top .box:after {
  content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    transform: rotate(45deg);
    border-color: #fff #fff #fff #64b28e;
    position: absolute;
    right: 10px;
    bottom: 3px;
    margin: auto;
}
#top .sw h4{text-align:center;}
#top section.mw p{max-width:736px;margin:auto;}
#top section a{color:#247EC1;text-decoration:underline;}
#top h3{
	border-bottom:2px dashed #64b28e;
	margin:10px auto;
	padding-bottom:10px;
	width: 200px;
    text-align: center;
	}


/*input-----------------------------*/
#input1 section, #input2 section, #confirm section, #error section,#done section{border-bottom:1px solid #dedede;padding-bottom:55px;margin-bottom:55px;}
#input1 section a{color:#247EC1;text-decoration:underline;}
#input1.sw .check p{display: inline-block;vertical-align: middle;margin-left:60px;font-weight:bold;}
#input1 .sec06 ul.checklist li{margin-top:50px;display: -webkit-box;display: -ms-flexbox;display: flex;}
#input1 .sec06 ul.checklist li .text{display: inline-block;vertical-align: middle;margin-left:80px;}
#input1 .sec06 ul.checklist li .text p{margin-top:10px;}
#input1 .sec06 ul.checklist li .text a{display:inline-block;margin-top:10px;}
#input1 .sec06 ul.checklist li .text a:hover{opacity:0.6;}
#input1 .sec06 .displayArea{border:3px solid #dfdfdf;padding:30px;height:330px;overflow:auto;margin-bottom:40px;}
#input1 .popup h3 {text-decoration:underline;}
#input1 .popup .innerbox {text-align:left;}
#input1.mw .h4_req{margin-bottom: 20px;}
#input1.mw .h4_req h4{display:inline;}
#input1.mw .h4_req .required{float:none;margin:-4px 0 0 10px;}
#input1.mw .h4_req .br{display:none;}

/* 20251008 */
#input1.sw .anketo_check{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
#input1.sw .anketo_check label{
	width: 100%;
	height: 60px;
    display: flex;
    align-items: center;
    }
#input1.mw .anketo_check{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	}
#input1.mw .anketo_check label{
	width: 100%;
	height: 60px;
    display: flex;
    align-items: center;
    }



#input2 td p.bold, #input2.sw section p.bold{color:#2e2e2e;}
#input2.mw .h4_req{margin-bottom: 20px;}
#input2.mw .h4_req h4{display:inline;}
#input2.mw .h4_req .required{float:none;margin:-4px 0 0 10px;}
#input2.mw .h4_req .br{display:none;}
#input2.sw h4{margin-bottom: 30px;}
#input2.sw .pic_box{background:#f7f7f7;border:2px solid #64b28e;padding:25px 30px;border-radius:12px;margin:30px 0 5px;}
#input2.sw .pic_box img{margin:20px auto 0;}
#input2.sw .pic_box .message{margin:30px auto;}
#input2.sw .check{margin-bottom:30px;}
#input2.sw .check p{display: inline-block;vertical-align: middle;margin-left:60px;font-weight:bold;}



/*confirm-----------------------------*/
#confirm .container{margin-top:80px;}
#confirm h3.green{border-bottom:1px solid #dedede;margin-bottom:55px;font-size: 1.2em;}
#confirm h3.midashi{margin-bottom:40px;font-size: 1.9rem;}
#confirm h5{font-size: 1.7rem;text-decoration:underline;font-weight:bold;}
#confirm td{color:#2e2e2e;font-size:2.0rem;}
#confirm p{color:#2e2e2e;}
#confirm table p{color:#707070;font-size: 0.8em;}
#confirm a{color:#247EC1;text-decoration:underline;}
#confirm section ul.checklist li{margin-top:50px;display: -webkit-box;display: -ms-flexbox;display: flex;}
#confirm .btns li{width:55%;text-align: center;}
#confirm .btn01{max-width:452px;margin-left:10px;}

/*done-----------------------------*/
#done .container{margin-top:470px;}
#done .chara_img img{max-width:630px;margin-left: -315px;bottom:25px;}
#done h2{color:#2e2e2e;margin:15px 0 40px;}
#done section p{color:#2e2e2e;}
#done p.ti{color: #707070;margin-top:20px;}
#done .red.bold{margin:20px 0 40px;}
#done .flow{border:2px solid #64b28e;padding:30px;border-radius:12px;color:#64b28e;text-align:center;margin:50px 0 30px;}
#done .flow img{margin:35px auto 0;max-width:916px;}



/*PC==============================================*/
@media screen and (min-width:769px){
.pc{display:block;}
.sp{display:none;}

input, select, textarea, #done .btn02, label.file{max-width:352px;}
input.long{max-width:100%;}
th, td{vertical-align:middle;padding-bottom:30px;}
tr:last-child th{padding-bottom:0;}
.vaTop th, .error th{vertical-align:top;padding-top:12px;}
.vaTop td, .error td{vertical-align:top;}
.btns{display: -webkit-box;display: -ms-flexbox;display: flex;
-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;
-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse;
max-width:740px;margin:auto;}
.btns li{width:49%;}
#top .sec06, #top .sec08{overflow:hidden;}
#top .sec06 .btn02{padding:12px;max-width:160px;font-size:1.6rem;line-height:1.6em;float:right;}
#confirm td .file{padding-top:14px;width:80%;}
.tel_kotei{display:none;}
#top .flexbox1{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
#top .flexbox1 .form-col{-webkit-box-flex: 0;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;padding:0 5px;}
#top .flexbox1.supportersplan .form-col{-webkit-box-flex: 0;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;padding:0 5px;}
#top .sec06 .hiddenbox .fukidashi{width:50%;}
#top .flexbox1 .wrap-text{text-align:center;margin-top:10px;}
#top .areaMap li{padding-right:20px;}
#top .flexbox2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
#top .flexbox2 .areaMap{-webkit-box-flex: 0;-ms-flex: 0 0 66.66667%;flex: 0 0 66.66667%; max-width: 66.66667%;}
#top .flexbox2 .selectTab{-webkit-box-flex: 0;-ms-flex: 0 0 33.33333%;flex: 0 0 33.33333%;max-width: 33.33333%;}
#top .sec04 .flexbox1 .form-col{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

#top .flexbox1 .form-col2{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;padding:0 5px;}
#top .flexbox1 .flow-image-item{margin-bottom: 1rem; padding: 0 5vw;}
#top .flexbox1 .flow-image-item:first-of-type{border-right: 1px solid #eef2f4;}

/* 20251008 */
#input1.sw .anketo_check label p {
    margin: 7px 10px 0px 60px;
}
#input1.mw .anketo_check label p {
    margin: 7px 10px 0px 60px;
}

}


@media screen and (min-width:769px) and (max-width:1081px) {
.container{padding:64px 40px;}
th{width:42%;padding-right: 3%;font-size:1.8rem;}
td{width:58%;}
th .required{margin-top:2px;}
#input2.mw .h4_req .br{display:block;}
.kVA select{max-width:80%;}

}


@media screen and (min-width:769px) and (max-width:1126px) {
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text h4{margin-top:2.5vw;}
#top .flexbox1.supportersplan .form-item .wrap-text {padding: 30px 5px 15px;}
#top .flexbox1.supportersplan .form-item h6{font-size:90%;}
#top .flexbox1.supportersplan label.form-item .wrap-text h4 span{font-size:1.5rem;}
}

@media screen and (max-width: 788px) {
.container{padding:64px 34px;}
th{width:45%;padding-right: 15px;}
td{width:55%;}

}


/*SP==========================================*/
@media screen and (max-width: 768px) {
.sp{display:block;}
.pc{display:none;}
body{font-size:1.4em;}

header{height: 19.6vw;line-height: 12vw;padding: 3vw;}
header img{width:76vw;}
footer {padding: 6vw 3vw;margin-top:10vw;}
footer ul{margin-bottom:6vw;}
footer ul li{padding:1.5vw;}
footer h3{font-size: 1.8rem;}
footer p{font-size:1.4rem;line-height: 1.5em;}
footer .btn2{font-size:1.6rem;}
footer .copyright{font-size:1rem;}
#top .pagetitle,
#input1 .pagetitle,
#confirm .pagetitle,
#error .pagetitle{height:28vw;padding:3vw;}
#top .pagetitle p,
#input1 .pagetitle p,
#confirm .pagetitle p,
#error .pagetitle p{font-size:3.0rem;line-height: 21vw;}
.chara_img img{max-width:80vw;margin-left:-38vw;bottom:4vw;}
.wrapper{width: -webkit-calc(96% - 3vw);width: -moz-calc(96% - 3vw);width: calc(96% - 3vw);}
.container{margin:20vw auto 14vw;padding:10vw 4vw;border-radius: 3vw;}
.btn01, .btn02{font-size:1.5rem;border-radius: 9vw;padding: 4.6vw;line-height: 1.6em;}
h2{font-size:2.3rem;margin-bottom:5.5vw;}
h3, h4, #confirm td{font-size:1.6rem;}
h3.midashi {padding-left: 6vw;margin-bottom: 4vw;}
h3.midashi::before {width: 16px;height: 16px;margin-top: -6.5px;}
input[type=checkbox] + label::before{width:44px;height:44px;top:0;margin-top: 3px;}
input[type=checkbox]:checked + label::after{width: 30px;height: 30px;left:7px;top:0;margin-top: 10px;}
.radiobtn label{width:100%;line-height:3em;}
.tel input{width:30%;}
.zip input{width:34%;}
.num input{width:30%;margin-bottom:10px;}
.num .num_half{width:20%;margin-bottom:10px;}
.kVA select{width:60%;}
.kVA input{width:60%;}
.tel span, .zip span{padding:0 1vw;font-size:1.35rem;}
label.file{line-height:3em;}
th{width:100%;display:block;padding:0 0 4vw;font-size: 1.6rem;}
td{width:100%;display:block;padding-bottom:7vw;}
th .required {font-size: 1.4rem;line-height: 1.25em;padding: 0.8vw 2vw;margin:-1.1vw 0 0 3vw;float:none;}
.popup .innerbox{border-radius: 3vw;padding:8vw;}
.popup .closebtn {right: 6vw;top: 6vw;width: 5.5vw;height: 5.5vw;line-height: 5.5vw;}
.form_step{margin:12vw auto 0;padding-bottom: 2vw;}
.form_step ul::before{top: -13px;left: 14vw;width:68%;}
.form_step ul:last-of-type{margin-top:10vw;}
.form_step ul:last-of-type::before{width:66%;}
.form_step ul li{width:33.3%;font-size:1.2rem;}
.form_step ul li::before {top:-21px;}
#top .container{margin-top:23vw;}
#top .sec06 ul.checklist li{margin:8vw 0;}
#top .sec06 ul.checklist li .text{vertical-align:top;margin-left:60px;}
#top .sec06 .displayArea{height:300px;padding:5vw;margin:0;}
#top .sec08, #input2 section, #confirm section{padding-bottom: 9vw;margin-bottom: 9vw;}
#top .sec08 .btn01{margin:8vw 0 6vw;}
#top .sec09 ul li:nth-child(2) {margin: 7vw 0 5vw;}
#top table{margin-bottom:3vw;}
#apply section.sw {padding-bottom: 9vw;margin: 2vw 0 10vw;}
#apply section.sw .btn01{border-radius: 12vw;}
#input1 section{margin-bottom:10vw;padding-bottom:9vw;}
#input2 h3.midashi, .btns li:first-child{margin-bottom:7vw;}
#confirm .container{margin-top:13.5vw;}
#confirm h3.green{margin-bottom: 9vw;}
#confirm h3.midashi{margin-bottom:6vw;}
#confirm th.midashi {
    padding: 0 0 0 34px;
    margin-bottom: 20px;
}
#confirm .sec06 ul.checklist li .text{vertical-align:top;margin-left:60px;}
#confirm .btns li {width: 100%;}
#confirm .btn01 {margin-left: 0px;max-width: 100%;}

#done .container{margin-top:67vw;}
#done .chara_img img{max-width:100vw;margin-left:-43vw;bottom: 5vw;}
#done h2{margin: 0 0 6vw;}
#done .red.bold{margin:5vw 0;}
#done .flow {padding: 5vw;border-radius:3vw;margin: 9vw 0 6vw;text-align: left;}
#done .flow img{margin:6vw auto 0;}
#done section{padding-bottom: 7vw;margin-bottom: 9vw;}
#input2.mw .h4_req{margin-bottom: 4vw;}
#input2.sw h4{margin-bottom: 5vw;}
#input2.sw .pic_box {padding: 5vw;border-radius: 3vw;margin: 7vw 0 0;text-align: center;}
.tel_kotei{display:block;background: #64b28e;position: fixed;width: 100%;z-index: 99;bottom: 0;left: 0;padding:10px;text-align:center;}
.tel_kotei h4{color: #fff;font-weight:600;font-size:1.4rem;}
.tel_kotei .tel{font-family: Heebo,sans-serif;font-size:2.4rem;text-align:center;color:#f7dd78;line-height:1.2em;display:inline-block;vertical-align:middle;
padding-left:10px;}
.tel_kotei .ta-c{font-size:1.3rem;color: #fff;}
#top .flexbox1{margin:3vw 0 12vw;}
#top .flexbox1 .form-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
padding:4vw 3vw;}
#top .flexbox1 .form-col{margin-bottom:3vw;}
#top .flexbox1 .form-item .visual{
    margin-bottom: 0;
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right:4vw;
}
#top .flexbox1 .wrap-text p{font-size:1.2rem;}
#top .flexbox2 .selectTab{margin-top:4vw;}
#top .helpBlock{margin-top:6vw;}
#top .flexbox1.denkiplan{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom:0;}
#top .sec02 .flexbox1.denkiplan .form-col{width:49%;}
#top .flexbox1.denkiplan .form-item{display:block;text-align:center;}
#top .flexbox1.denkiplan .form-item .visual{width:100%;max-width:100%;display:block;margin:0 auto;}
#top .sec02 .hiddenbox .fukidashi{padding:3vw 2vw;margin-bottom:4vw;}
#top .sec02 .hiddenbox .fukidashi p{font-size:1.2rem;}

#top .flexbox1 .flow-image-item{margin-bottom: 1rem; padding: 0 5rem;}

#top .flexbox1.supportersplan .form-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
}
#top .flexbox1.supportersplan .form-item .wrap-text{text-align:center;padding:3vw 1.5vw; height: 220px!important;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text h4{font-size:1.6rem;margin-top:8vw;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text h4 span{font-size:1.6rem;}
#top .flexbox1.supportersplan .form-item .wrap-text h4{font-size:2rem;}
#top .flexbox1.supportersplan label.form-item .wrap-text h4 span{font-size:1.4rem;}
#top .flexbox1.supportersplan .form-item .wrap-text p{font-size:1.1rem;margin-top:4vw;}
#top .flexbox1.supportersplan .form-item .wrap-text p span{padding:5px;}
#top .flexbox1.supportersplan .form-item h5 .price{font-size:1.6rem;}
#top .flexbox1.supportersplan .form-item h5, #top .flexbox1.supportersplan .form-item h5 .tax{font-size:1rem;}
#top .flexbox1.supportersplan .form-item.tsujyou .wrap-text{height:auto;}
#top .plan_guide{padding:5vw;margin:6vw auto 0;}
#top .plan_guide .flex img{width:43%;}
#top .plan_guide .flex .text{width:54%;}
#top .plan_guide .flex .text p{font-size:1.2rem;line-height:1.3em;}
#top .plan_guide .flex .text h6{line-height:1.3em;}

/* 20251008 */
#input1.sw .anketo_check label p {
    margin: 0px 10px 10px 55px;
}
#input1.mw .anketo_check label p {
    margin: 0px 10px 10px 55px;
}

}
@media screen and (max-width: 576px) {
#top .flexbox1.supportersplan .form-item .wrap-text{height: 40vw!important;}
}

.header-news-important{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#e5002d;z-index:10;position:relative}
.header-news-important a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.75rem .25rem;color:#fff;font-size:14px;font-weight:700}
@media screen and (max-width:375px){.header-news-important a{font-size:12px}}.header-news-important a:hover{opacity:.7}



.selector-hide {
    display:none;
}
