@charset "utf-8";






/*ダミー削除用
.-movie{background:#ccc;height:350px;padding-top:0!important;}
.-movie iframe{display:none!important;}
*/



.c-headline--1 span {
	font-size: 0.75em;}
.c-headline--04 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;}
.t-c {
	text-align: center;}


ul.flexUl01 {}
ul.flexUl01 li {
	padding: 20px 0;
	display: flex;
	align-items: center;}
ul.flexUl01 li figure {
	width: 33%;
	margin-right: 5%;}
ul.flexUl01 li .text {
	flex: 1;}
ul.flexUl01 li .text h4 {
	font-size: 30px;
	margin-bottom: 5px;}
ul.flexUl01 li .text h4 strong {
	color: #c30d23;}
@media screen and (max-width: 899px){
	ul.flexUl01 li {
		padding: 20px 0;
		flex-direction: column;}
	ul.flexUl01 li figure {
		width: 100%;
		text-align: center;
		margin-right: 0;}
	ul.flexUl01 li .text h4 {
		font-size: 20px;
		margin-bottom: 5px;}
}



ul.flexUl02 {
	display: flex;
	flex-wrap: wrap;}
ul.flexUl02 li {
	width: 40%;
	margin-right: 5%;
	padding: 10px 0;}
ul.flexUl02 li figure {
	margin-bottom: 10px;}
ul.flexUl02 li .text h4 {
	font-weight: bold;
	color: #c30d23;
	margin-bottom: 5px;}
ul.flexUl02 li.flexli {
	width: 100%;
	display: flex;
	align-items: center;
	margin-right: 0;
	padding: 10px 0;}
ul.flexUl02 li.flexli figure {
	width: 40%;
	margin-right: 5%;}
ul.flexUl02 li.flexli .text {
	flex: 1;}
@media screen and (max-width: 899px){
	ul.flexUl02 {
		flex-direction: column;}
	ul.flexUl02 li {
		width: 100%;
		margin-right: 0%;}
	ul.flexUl02 li.flexli {
		display: block;}
	ul.flexUl02 li.flexli figure {
		width: 100%;
		margin-right: 0;}
	ul.flexUl02 li.flexli .text {
		flex: 0;}
}



ul.flexUl03 {
	display: flex;
	justify-content: space-around;}
ul.flexUl03 li {
	box-sizing: border-box;
	padding: 10px 15px;
	font-size: 0.75em;
	text-align: center;
	border: 1px solid #999;}
@media screen and (max-width: 899px){
	ul.flexUl03 {
		flex-wrap: wrap;}
	ul.flexUl03 li {
		width: 22%;
		padding: 10px 5px;
		margin: 2px;}
}



.flexbox01 {
	padding: 20px 0;
	display: flex;
	align-items: center;}
.flexbox01 figure {
	width: 55%;
	margin-right: 5%;}
.flexbox01 .text {
	flex: 1;}
.flexbox01 .text h3 {
	font-size: 24px;
	font-weight: bold;}
.flexbox01 .text hr {
	margin: 10px 0;}
@media screen and (max-width: 899px){
	.flexbox01 {
		flex-direction: column;}
	.flexbox01 figure {
		width: 100%;
		text-align: center;
		margin-right: 0;}
	.flexbox01 .text {
		flex: 1;}
	.flexbox01 .text h3 {
		font-size: 20px;
		margin-bottom: 10px;}
	.flexbox01 .text hr {
		display: none;}
}



.flexbox02 {
	margin-bottom: 20px;
	flex-flow: row-reverse;
	display: flex;
	align-items: center;}
.flexbox02 figure {
	width: 33%;
	margin-left: 5%;}
.flexbox02 .text {
	flex: 1;}
.flexbox02 .text h3 {
	font-size: 20px;
	font-weight: bold;}
@media screen and (max-width: 899px){
	.flexbox02 {
		flex-direction: column;}
	.flexbox02 figure {
		width: 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 10px;}
	.flexbox02 .text {
		flex: 1;}
	.flexbox02 .text h3 {
		font-size: 16px;
		margin-bottom: 10px;}
}


.flexbox03 {
	border: 1px solid #999;
	padding: 30px 60px;
	margin-bottom: 40px;}
.flexbox03 ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;}
.flexbox03 h4 {
	text-align: center;
	color: #005a9d;}
.flexbox03 h4 span {
	font-size: 0.75em;
	color: #000;}
@media screen and (max-width: 899px){
	.flexbox03 {
		padding: 30px 20px;
		margin-bottom: 20px;}
	.flexbox03 ul {
		margin-bottom: 0;
		flex-direction: column;}
	.flexbox03 ul li {
		margin-bottom: 15px;}
}



.flexbox04 {
	margin-bottom: 40px;}
.flexbox04 ul {
	margin-bottom: 20px;
	display: flex;
	background: #005a9d;
	color: #fff;
	align-items: center;}
.flexbox04 ul li {
	padding: 20px;
	border-left: 2px solid #fff;}
.flexbox04 ul li:first-child {
	border-left: none}
.flexbox04 ul li h3 {
	font-weight: bold;}
.flexbox04 h4 {
	color: #005a9d;}
.flexbox04 h4 span {
	font-size: 0.75em;
	color: #000;}
@media screen and (max-width: 899px){
	.flexbox04 {
		margin-bottom: 20px;}
	.flexbox04 ul {
		margin-bottom: 0;
		flex-direction: column;}
	.flexbox04 ul li {
		padding: 15px 20px;
		border-top: 2px solid #fff;
		border-left: none;}
	.flexbox04 ul li:first-child {
		border-top: none;
		border-left: none;}
}



.flexbox05 {
	border: 1px solid #005a9d;
	padding: 10px;
	margin-bottom: 40px;}
.flexbox05 ul {
	display: flex;
	justify-content: space-between;}
.flexbox05 ul li {
	padding: 10px;}
.flexbox05 ul li:first-child {
	border-right: 1px solid #005a9d;}
@media screen and (max-width: 899px){
	.flexbox05 {
		padding: 5px 10px;
		margin-bottom: 20px;}
	.flexbox05 ul {
		margin-bottom: 0;
		flex-direction: column;}
	.flexbox05 ul li:first-child {
		border-right: none;
		border-bottom: 1px solid #005a9d;}
}



.flexbox06 {
	padding: 20px 0;
	display: flex;
	align-items: center;}
.flexbox06 figure {
	width: 357px;
    margin-right:20px;}
    .flexbox06 figure.-l {
        width: 357px;
        margin-left:20px;}
        .flexbox06 h4{
            font-size:30px;
            margin:0;
        }

.flexbox06 .text {
	flex: 1;}
@media screen and (max-width: 899px){
	.flexbox06 {
		flex-direction: column;}
	.flexbox06 figure {
        width: 100%;
        order:1;
		text-align: center;
        margin-right: 0!important;
    margin-left:0!important;}
    .flexbox06 .text{order:2;}
    .flexbox06 h4{
        font-size:18px;
    }
}


/*追加*/
.u-font--md {
	font-size: 0.875em;
}

.margin-btm-0 {
	margin-bottom: 5px;
}

.color-blug {
	color: #0e62aa;
}

.color-orange {
	color: #ea4d2d;
}

.color-pink {
	color: #e84962;
}

.title-pink {
	margin-bottom: 10px;
}
.title-pink span {
	display: inline-block;
	background: #e84962;
	color: #fff;
	font-weight: bold;
	padding: 7px 20px;
	border-radius: 50px;
}

.flexbox07 ul{
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;}
@media screen and (max-width: 899px){
	.flexbox07 li {
		margin: 15px 0;
	}
}

.flexbox08 {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;}
.flexbox08 .text {
	flex: 1;}
.flexbox08 figure {
	margin-left: 5%;}
@media screen and (max-width: 899px){
	.flexbox08 {
		flex-direction: column;}
	.flexbox08 .text {
		margin-bottom: 15px;}
	.flexbox08 figure {
		width: 100%;
		text-align: center;
		margin-left: 0;}
}

.flexbox09 {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	flex-flow: row-reverse;}
.flexbox09 .text {
	flex: 1;}
.flexbox09 figure {
	margin-right: 5%;}
@media screen and (max-width: 899px){
	.flexbox09 {
		flex-direction: column;}
	.flexbox09 .text {
		margin-bottom: 15px;}
	.flexbox09 figure {
		width: 100%;
		text-align: center;
		margin-left: 0;}
}

.flexbox10 {
	background: #f4f1e7;
	margin-bottom: 30px;}
.flexbox10 ul{
	display: flex;
	flex-wrap: wrap;}
.flexbox10 ul li{
	width: 33.33%;
	padding: 15px;
}
@media screen and (max-width: 899px){
	.flexbox10 ul li{
		width: 50%;
		padding: 10px;
	}
}



ul.flexUl04{
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;}
ul.flexUl04 li {
	box-sizing: border-box;
	width: 50%;
	padding: 15px;
	text-align: center;}
@media screen and (max-width: 899px){
	ul.flexUl04 {
		flex-direction: column;
	}
	ul.flexUl04 li {
		width: 100%;}
}




/* トップページ レイアウト修正 追加*/
.p-home {
	background: url("../img/bg_main.png") repeat center top;
}
.p-home__main__catch::before {
    content: none;
}
.p-home__sec1 {
	margin-top: 0;
	padding-top: 0;
}
.p-home__main {
    position: relative;
    padding-top: 170px;
	background: url("../img/bg_header.png") no-repeat left top;
	background-size: 36% auto;
}
@media screen and (max-width: 899px){
.p-home__sec1 {
	background: url(../img/home/sec1__bg.png) no-repeat center bottom 50px;
	background-size: 110% auto;
	margin-top: 0;
	padding-top: 0;
}
	.p-home__main {
		padding-top: 20px;}
}

.p-home__main__hd {
    max-width: 1200px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 20;
}
.p-home__main__hd>div {
    background: none;
    border-radius: 0;
	display: block;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.p-home__main__hd .flex {
	display: flex;
	justify-content: space-between;
}
.p-home__main__hd .date {
    background: #122a88;
    border-radius: 30px;
    padding: 10px 5%;
	text-align: center;
}
.p-home__main__hd>div>p {
    position: relative;
	flex: 1;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: auto;
}
.p-home__main__hd>p {
    text-align: right;
    font-size: 16px;
    padding: 10px 30px;
}
@media screen and (max-width: 899px){
	.p-home__main__hd {
		top: 0;
		position: relative;
	}
	.p-home__main__hd>div dl {
		margin-bottom: 0;}
	.p-home__main__hd>p {
		font-size: 12px;
		padding: 10px 10px;
		text-align: left;
	}
	.p-home__main__catch h1 {
		left: 0;
		position: relative;
		margin-left: 0;
		width: auto;
		padding-bottom: 10px;
	}
	.p-home__main__catch h1 img {
		width: auto;
	}
	.p-home__main__hd .flex {
		flex-direction: column;
	}
	.p-home__main__hd .date {
		margin-top: 10px;
	}
}


/* 下層ページ レイアウト修正 追加*/
.l-footer {
	background: #e94c2c;
}
.c-box--form .-submit input, .c-box--form .-submit button {
	background: #e94c2c;
}

.p-category {
	background: url("../img/bg_category.png") repeat center top;
}
.p-category__sec1 {
	padding-bottom: 100px;
}
@media screen and (max-width: 899px){
	.p-category .l-header {
		margin-bottom: 40px;
	}
	.p-category__sec1 {
		padding-bottom: 60px;
	}
}

.p-lower {
	background: url("../img/bg_main.png") repeat center top;
}
.p-lower .l-header {
	margin-bottom: 0;
	background: none;
}

.l-header__hd {
    width: 100%;
    max-width: 1190px;
    padding: 25px 20px;
	padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto;
}
.l-header__hd .-logo {
    bottom: 0;
    position: relative;
}
.l-header__hd>div {
	padding-bottom: 0;
}
.l-header__hd .date {
    background: #e94d2c;
	color: #fff;
    border-radius: 30px;
    padding: 10px 5%;
	text-align: center;
	margin-bottom: 15px;
}
.l-header__hd .date dl {
	font-size: 20px;
	justify-content: center;
}
.l-header__hd .date dl dt {
    background:#fff;
	color:#40220f;
}
.l-header__hd .date dl dd {
	flex: none;
}
.l-header__hd>div p{
	color:#000;
}
@media screen and (max-width: 1189px){
	.l-header__hd>div {
		flex: 1;
	}
}
@media screen and (max-width: 899px){
	.l-header__hd .-logo {
		width: 60%;
	}
	.l-header__hd .-logo img {
		width: auto;
		height: auto;
	}
	.l-header__hd {
		align-items: center;
		flex-direction: column;
		padding-bottom: 30px;
	}
	.l-header__hd .-logo {
		margin-bottom: 20px;
	}
	.l-header__hd>div {
		padding: 0;
	}
	.l-header__hd .date dl {
		font-size: 16px;
		padding: 2px 0;
	}
	.l-header__hd>div dl dt {
		width: auto;
	}
}

.concern-other {
	background: url("../img/bg_category.png") repeat center top;
	padding: 40px 0;
	margin-bottom: 60px;
}
@media screen and (max-width: 899px){
	.concern-other {
		padding: 20px 30px;
		margin-bottom: 40px;
	}
}




/* トップページ レイアウト修正 追加追加 */
.p-home__main__hd .date {
    background: #e94d2c;
}
.p-home__main__hd>div dl {
	color: #fff;
	justify-content: center;
}
.p-home__main__hd>div dl dt {
	background:#fff;
	color:#40220f;
}

.p-home__bg4 {
    background: url("../img/home/sec4__bg.png") no-repeat center top 120px;
}
@media screen and (max-width: 899px) {
	.p-home__bg4 {
		background: url("../img/home/sec4__bg.png") repeat-y center top 0;
		background-size: 105% auto;
	}
}

.p-home__sec1 {
    background: none;
	padding-bottom: 0;
}
.p-home__sec1 ul li a .-title span {
    background: #e94d2c;
	color: #fff100;
}
.p-home__sec5 {
	padding: 100px 20px;
	padding-top: 0;
	margin-top: -120px;
	position: relative;
	z-index: 100;
}
.p-home__sec5 h2 {
    text-align: center;
    margin-bottom: 40px;
}
.p-home__sec5 ul li {
    text-align: center;
}
.p-home__sec5 ul li+li {
    margin-top: 20px;
}
@media screen and (max-width: 899px) {
	.p-home__sec5 {
		padding-bottom: 60px;
		margin-top: 0;
	}
	.p-home__sec5 h2 {
		margin-bottom: 20px;
	}
}

.p-home__bg5 {
    background: #e94d2c url("../img/home/sec5__bg.png") no-repeat center top;
    padding: 50px 20px;
    position: relative;
}
@media screen and (max-width: 899px) {
	.p-home__bg5 {
		background: #e94d2c url("../img/home/sec5__bg.png") no-repeat center top 20px;
		background-size: 110% auto;
	}
}




/* 下層ページ レイアウト修正 追加追加 */
.p-category__sec1 ul li .-title {
	background: #e94d2c;
	color: #fff100;
	font-weight: bold;
}
.c-headline--4 {
	font-size: 24px;
	font-weight: bold;
	color: #c9bc9c;
	margin-bottom: 30px;
}

.click__box {
	position: relative;
}
.click__box .btn {
	position: absolute;
	right: -150px;
	bottom: -150px;
}
@media screen and (max-width: 899px){
	.click__box .btn {
		position: relative;
		right: 0;
		bottom: 40px;
		text-align: right;
		width: 30%;
		margin-left: auto;
		margin-bottom: -40px;
	}
}
.click__box_rvd .btn {
	bottom: -100px;
}
@media screen and (max-width: 899px){
	.click__box_rvd .btn {
		bottom: 40px;
	}
}


.click__box_kanta .btn {
	bottom: -100px;
}
@media screen and (max-width: 899px){
	.click__box_kanta .btn {
		bottom: 40px;
	}
}

.click__box_hotdry .btn {
	bottom: 0px;
	right: -140px;
}
@media screen and (max-width: 899px){
	.click__box_hotdry .btn {
		bottom: 40px;
		right: 0;
	}
}



/* 20210409 追加分 */
.color__blue01 {
	color: #30288b;
}
.color__blue02 {
	color: #1363aa;
}
.color__green01 {
	color: #009090;
}
.color__brown01 {
	color: #9b814e;
}
.c-headline--6 {
	background: #c9c9c9;
	border-radius: 30px;
	padding: 5px 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}


.c-headline--4 span{text-align: right;display: block;}



/**マイクロバブル・乾太くん特設ページ　フォーム部分**/

.lp-form dl {
	display: flex;
	justify-content: space-between;
	max-width: 500px;
	flex-wrap: wrap;
	margin: 20px auto;
  }
  .lp-form dl dt {
	width: 20%;
	font-weight: bold;
	text-align: left;
  }
  .lp-form dl dd {
	width: 80%;
	margin-bottom: 20px;
  }
  .lp-form dl dd input {
	background: #bfc0c0;
	box-shadow: none;
  }
  .lp-form input[type="button"] {
	background: #e94d2c;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
	width: 200px;
	border: none;
	margin: 0 auto;
	display: block;
  }


/**　電気LP　**/
.lp-form2 {
	max-width: 640px;
	margin: 20px auto;
  }
  .lp-form2 dl dt {
	width: 100%;
	font-weight: bold;
	text-align: center;
	background: #595757;
	color: #fff;
	margin-bottom: 5px;
  }
  .lp-form2 dl dd {
	width: 100%;
	margin-bottom: 20px;
  }
  .lp-form2 dl dd select {
	box-shadow: none;
	width: 100%;
	background: #dcdddd;
  }
  .lp-form2 dl dd.amount {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }
  @media screen and (max-width: 799px) {
	.lp-form2 dl dd.amount {
	  display: block;
	}
  }
  .lp-form2 dl dd.amount span.amount__unit {
	width: 60%;
  }
  @media screen and (max-width: 799px) {
	.lp-form2 dl dd.amount span.amount__unit {
	  width: 100%;
	  margin-bottom: 5px;
	  display: block;
	}
  }
  .lp-form2 dl dd.amount span.amount__month {
	width: 35%;
  }
  @media screen and (max-width: 799px) {
	.lp-form2 dl dd.amount span.amount__month {
	  width: 100%;
	  display: block;
	}
  }
  .lp-form2 input[type="button"] {
	background: #e94d2c;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
	width: 200px;
	border: none;
	margin: 0 auto;
	display: block;
  }


/*でんき　フォーム一部変更*/
.lp-form2 dl dd.amount ul {
	width: 100%;
  }
  
  .lp-form2 dl dd.amount ul li {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
	align-items: center;
  }
  
  @media screen and (max-width: 799px) {
	.lp-form2 dl dd.amount ul li {
	  display: block;
	}
  }
  
  .lp-form2 dl dd.amount ul li input {
	font-weight: normal;
	width: 50%;
	display: inline-block;
	border: solid #888 1px;
	box-shadow: none;
  }
  
  @media screen and (max-width: 799px) {
	.lp-form2 dl dd.amount ul li input {
	  width: 100%;
	}
  }
  




/** エラー表示部分 **/
  .error__box {
	max-width: 500px;
	border: solid 1px red;
	padding: 20px;
	margin: 0 auto;
  }
  .error__box p {
	color: red;
	text-align: left;
  }


.confirm__box{
	text-align: center;
    margin: 30px 0;
    color: red;
    font-weight: bold;
}



  /***　見に来て　***/
  .p-lower__sec1__box1 h2.comesee-h2 {
	text-align: center;
	background: #d85334;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 40px;
  }
  .p-lower__sec1__box1__wrap {
	padding: 0 20px;
  }
  .p-lower__sec1__box1__wrap h3 {
	text-align: center;
	margin-bottom: 20px;
  }
  .p-lower__sec1__box1__wrap h3 span {
	border-bottom: solid 1px #d85334;
	font-size: 1.2em;
	font-weight: bold;
  }
  .p-lower__sec1__box1__tel h4 {
	text-align: center;
  }
  .p-lower__sec1__box1__tel ul {
	max-width: 800px;
	margin: 0 auto;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  @media screen and (max-width: 799px) {
	.p-lower__sec1__box1__tel ul {
		display: block;
	  }
}
  .p-lower__sec1__box1__tel ul li {
	min-width: 320px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items: center;
  }
  @media screen and (max-width: 799px) {
	.p-lower__sec1__box1__tel ul li {
		max-width: 320px;
		min-width: initial;
		margin: 0 auto 10px;
	  }
}



  .p-lower__sec1__box1__tel ul li span {
	display: block;
  }
  .p-lower__sec1__box1__tel ul li span a {
	font-weight: bold;
	font-size: 1.3em;
	color: #d85334;
  }
  .p-lower__sec1__box1__mail form.lp-form3 {
	max-width: 600px;
	margin: 0 auto;
  }
  .p-lower__sec1__box1__mail form.lp-form3 h4 {
	font-weight: bold;
	text-align: center;
	background: #595757;
	color: #fff;
	margin: 20px 0;
  }
  .p-lower__sec1__box1__mail form.lp-form3 dl dd input {
	box-shadow: none;
	width: 100%;
	background: #dcdddd;
	padding: 5px 10px;
	border: none;
	margin-bottom: 10px;
  }
  .p-lower__sec1__box1__mail form.lp-form3 input[type="button"] {
	background: #e94d2c;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 5px 0;
	width: 200px;
	border: none;
	margin: 0 auto;
	display: block;
  }
  .p-lower__sec1__box1__mail__confirm form.lp-form3 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
  }

  .p-lower__sec1__box1__mail__confirm form.lp-form3 dt{
	width: 30%;
	font-weight: bold;
	margin-bottom: 10px;
  }
  .p-lower__sec1__box1__mail__confirm form.lp-form3 dd{
	width: 70%;
  }




/***　見に来てボタン固定　****/

  .comesee-btn.sticky{
	position: fixed;
	top: 0;
	right: 0;
  }

  .comesee-btn.sticky img{
	  display: block;
	  width: 60%;
	  margin: 0 auto;
  }


  .comesee-btn.sticky{
    animation-name: fadein;
    animation-duration: 1s;
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}









/*　　でんきページ変更　　*/

.p-lower__sec0{
	width: 100%;
    max-width: 1040px;
    margin: 0 auto 40px;
}
.p-lower__sec0 ul{
	display: flex;
	justify-content: space-between;
}
.p-lower__sec0 h2{
	text-align: center;
}

.p-lower__sec0 ul li a:hover{
	opacity: 0.6;
}