@charset "utf-8";
/* CSS Document */
*{
 box-sizing:border-box;
 }
html{
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
	scroll-padding-top: 53.83px;
    }
body{
    font-family: -apple-sysytem, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"游ゴシック Medium" , "Yu Gothic Medium" , "游ゴシック" , "Yu Gothic" ,"游ゴシック体" , "YuGothic" , "メイリオ" , Meiryo , "Meiryo UI" , Avenir , "Open Sans" , Helvetica,"Helvetica Neue", Arial , Verdana , Roboto ,"ＭＳ Ｐゴシック" , "MSPGothic" , sans-serif;
	color: #3e3a39;
	font-size: 1.8rem;
	line-height: 1.5;
    }
img{
   max-width: 100%;
   height:auto;
   vertical-align: bottom;
   }
/*リンク*/
a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-inner>a:hover, .bn-img>a:hover,.campaign-pagetop>a:hover{
  opacity: 0.7;
}
/*header_pc*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background-color: #ffffff;
	border-bottom: solid 1px #efefef;
}
.header-inner {
    max-width: 1200px;
    padding: 15px 49px 18px;
    margin: 0 auto;
  }
.header-logo {
    display: inline-block;
    width: 100px;
}
/*main_pc*/
main{
	margin: 54px auto 0;
}
.complete-inner{
	max-width: 900px;
	padding: 0 30px;
	margin: 102px auto 120px;
}
h2{
	font-size: 3.2rem;
	font-weight: bold;
	display: flex;
    justify-content: center;
    text-align: center;
}
h2>span{
	position: relative;
    padding-bottom: 12px;
}
h2>span::after{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #81CECF 0%, #96D7BE 25%, #9DD198 47.92%, #E1D64F 69.79%, #DB6D16 100%);
}
.tx-lead{
	text-align: center;
}
.tx-red{
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
	color: #d00f31;
	margin: 5px 0 0 0;
}
.tx-red>span{
	font-size: 3.6rem;
}
h3{
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	margin: 50px 0 0;
}
/*checkアイコン_PC*/
.check-ic{
	width: 100px;
	margin: 40px auto 30px;
}
/*ドコモでんき お申込みボタン_pc*/
.btn-red{
	margin: 43px auto 0;
	max-width: 500px;
	display: block;
	background: #d00f31;
	text-align: center;
    color: #ffffff;
	border: 2px solid #d00f31;
	font-size: 2.0rem;
    font-weight: bold;
	padding: 15px;
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	transition: all 0.4s !important;
}
.btn-red:hover{
	cursor: pointer;
	color: #d00f31;
	background: #feffd9;
	opacity: 1;
}
.btn-icon .hover{
	display: none;
}
.btn-red:hover .btn-icon .standard{
	display: none;
}
.btn-red:hover .btn-icon .hover{
	display: block;
}
.btn-icon .standard,.hover{
	width: 30px;
    height: 30px;
    right: 20px;
    transition: all 0.4s !important;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.bn-img{
	margin: 20px auto 0;
	text-align: center;
}
.point-img{
	margin: 40px auto 0;
	text-align: center;
}
/*トップボタン_pc*/
.wrap{
	position: relative;
}
.campaign-pagetop{
	position: absolute;
	bottom: 60px;
	right: 100px;
	display: inline-block;
	width: 64px;
	/*transform: translateY(-50%);*/
}
/*footer_pc*/
.footer{
	background-color: #000000;
	margin-top: auto;
}
.footer-inner{
	padding: 35px 0 40px;
}
.footer-logo{
	width: 141px;
	margin: 0 auto;
}
.service-lead{
	font-size: 24px;
	color: #cc0033;
	font-weight: bold;
	text-align: center;
	
}
/*768px以上の場合に適用(pc)*/
@media screen and (min-width: 768px),print{
.view-sp {
    display: none;
  }
}

/*以降sp*/
/*767px以下の場合に適用(sp)*/
@media screen and (max-width: 767px) {
	.view-pc{
		display: none;
	}
	body{
		font-size: 4vw;
		line-height: 1.5;
    }
	/*header_SP*/
	.header-inner{
		padding: 3.865vw 5.3333vw;
	}
	.header-logo{
		width: 19.2vw;
	}
	/*main_SP*/
	main{
		margin: 12.5333vw auto 0;
	}
	.complete-inner{
	width: 89.33vw;
	padding: 0;
	margin: 22.67vw auto 26.67vw;
	}
	h2{
		font-size: 6.39vw;
		line-height: 1.56;
	}
	h2>span{
		padding-bottom: 1.6vw;
	}
	h2>span::after{
		height: 1.6vw;
	}
	/*checkアイコン_SP*/
	.check-ic{
		width: 21.33vw;
		margin: 6.4vw auto;
	}
	/*ドコモでんき お申込みボタン_SP*/
	.btn-icon .standard,.hover{
		width: 7vw;
		height: 7vw;
		right: 4vw;
	}
	.btn-red{
	margin: 8vw auto 0;
	width: 89.33vw;
	border: 0.53vw solid #d00f31;
	font-size: 4.27vw;
	padding: 2.67vw;
    box-shadow: 0 1.07vw 1.07vw rgba(0, 0, 0, 0.25);
	border-radius: 26.67vw;
	}
	h3{
		font-size: 5.5vw;
		margin: 8vw auto 0;
	}
	.point-img{
	margin: 8vw auto 0;
	}
	.bn-img{
	width: 89.33vw;
	margin-top: 3vw;
	}
	.tx-lead{
	text-align: left;
	}
	.tx-red{
		font-size: 5vw;
		margin: 1vw 0 0 0;
	}
	.tx-red>span{
		font-size: 7vw;
	}
	/*トップボタン_SP*/
	.campaign-pagetop{
		width: 16vw;
		right: 4vw;
		bottom: 13.6vw;
	}
	/*footer_SP*/
	.footer-inner{
		padding: 10.13vw 0 8.27vw;/*38px 0 31px*/
	}
	.footer-logo>img{
		width: 37.3333vw;
		
	}
}