/******************************* Preface ***************************************/

/********************************* body ***************************************/
body {}
/******************************** header **************************************/
/*===========================================
header
===========================================*/
header{background: #FFF8FA;}
/* MV */
.mv_area{
  background: url(../img/mv_bg_pc.jpg) bottom no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 1rem 1.5rem 0 1.5rem;
}
.mv{
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}
.conditions{
  max-width: 1110px;
  margin: 0 auto;
  background: #FFF5F8;
  border-radius: 30px;
  border: solid 4px #F16579;
  padding: 1.5rem;
}
.conditions-list{
}
.conditions-item{
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: solid 1px #F16579;
  padding: 0.8rem 1.2rem;
  margin-bottom: 1rem;
}
.conditions-item .thm{
  width: 10%;
  margin-right: 1.2rem;
}
.conditions-item .txt{
  width: 90%;
  font-size: .95rem;
  font-weight: bold;
}

.conditions .link_btn.link_btn_02{
  max-width: 68%;
  padding-top: .1rem;
}
 /********************************  Main Content ******************************/
 /* width */
.content-wrap {
	padding: 4rem 1.5rem;
}
.content-wrap-p0{
	padding: 0 0;
}
.content-wrap .inner.inner-s {
	max-width: 840px;
	margin: 0 auto;
}
.content-wrap .inner.inner-m {
	max-width: 960px;
	margin: 0 auto;
}
.content-wrap .inner.inner-l {
	max-width: 1100px;
	margin: 0 auto;
}
.content-wrap .inner.inner-xl {
	margin: 0 auto;
}
.bg_box{
  border-radius: 20px;
}

/* オートチャージのメリット */
/* ----------------------------------------------------------------------  */
.content-wrap_01{
  padding-top: 3rem;
  margin-top: -1px;
}
/* イントロ */
.content-wrap_01 .intro{
  max-width: 840px;
  width: 80%;
  margin: 0 auto 4rem auto;
}
.content-wrap_01 .bg_box{
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}
.content-wrap_01 .bg_box .content{
  max-width: 960px;
  margin: 5.5rem auto 0 auto;
  border-radius: 20px;
  padding: 2rem 3rem;
}
.content-wrap_01 .bg_box .content:first-of-type{
  margin-top: 1.5rem;
}
.content-wrap_01 .bg_box .content .point{
  width: 25%;
  margin: -6rem auto 0 auto;
  transform: translateX(14%);
}
.content-wrap_01 .bg_box .ttl{
  position: relative;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: dotted 4px #FFBEC7;
  margin-top: -1.8rem;
  margin-bottom: 1rem;
}
.content-wrap_01 .bg_box .txt{
  font-weight: 600;
  text-align: center;
}
.content-wrap_01 .bg_box .thm{
  margin-top: 1.5rem;
}
.content-wrap_01 .bg_box .thm01{
  width: 50%;
  margin: 1.5rem auto 0 auto;
}
.content-wrap_01 .bg_box .thm02{
  width: 65%;
  margin: 1.5rem auto 0 auto;
}

/* オートチャージの準備をしよう */
/* ----------------------------------------------------------------------  */
.content-wrap_02{}
/* イントロ */
.content-wrap_02 .intro{
  margin-bottom: 2rem;
}
.content-wrap_02 .bg_box{
  position: relative;
  padding: 2rem;
  text-align: center;
}
.content-wrap_02 .bg_box .ttl{
  width: 88%;
  margin: 0 auto;
}
.content-wrap_02 .bg_box .section-title{
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 1.5rem 0 1rem 0;
}
.content-wrap_02 .bg_box .sub_ttl{
  border-radius: 999px;
  background: rgba(255,255,255,.4);
  padding: .5rem 4rem;
  border: solid 1px #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.content-wrap_02 .bg_box .flex_box{
  display: flex;
  position: relative;
}
.content-wrap_02 .bg_box .flex_box .c-box{
  width: 50%;
  padding: 1.5rem;
  border-radius: 10px;
  margin-right: 1rem;
}
.content-wrap_02 .bg_box .flex_box .c-box:last-of-type{
  margin-right: 0;
}
.content-wrap_02 .bg_box .flex_box .c-box .c-box-ttl{
  font-weight: bold;
  font-size: 1.4rem;
}
.content-wrap_02 .bg_box .flex_box .c-box .card{
  margin: 1rem 0;
}
.content-wrap_02 .bg_box .flex_box .c-box .c-box-txt{
  font-weight: bold;
  font-size: 1.125rem;
}
.content-wrap_02 .bg_box .flex_box .c-box-dec{
  width: 8.5%;
  position: absolute;
  top: -3%;
  left: 49%;
  transform: translateX(-50%);
}

/* オートチャージの設定ステップ */
/* ----------------------------------------------------------------------  */
.content-wrap_03{
  padding-top: 10rem;
  margin-top: -10rem;
}
.content-wrap_03 .intro{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.content-wrap_03 strong{
  font-size: 5rem;
}
.content-wrap_03 .bg_box{
  padding: 2rem;
  padding-bottom: 4rem;
}
 /* ステップ */
.content-wrap_03 .bg_box .step{
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.content-wrap_03 .bg_box .step .step_ttl{
  background: #F16579;
  display: flex;
  align-items: center;
  padding: 1rem;
  margin-bottom: 2rem;
}
.content-wrap_03 .bg_box .step .step_ttl .num{
  background: #F16579;
  margin-right: 2.5rem;
  width: 14%;
}
.content-wrap_03 .bg_box .step .step_ttl .ttl{
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
}
.content-wrap_03 .bg_box .step .content{
  display: flex;
}
.content-wrap_03 .bg_box .step .content .thm{
  width: 45%;
  margin-left: 2rem;
}
.content-wrap_03 .bg_box .step .content .txt-area{
  width: 55%;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content{
  display: flex;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content02{

}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content02 .txt-area-content-txt{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content .txt-area-content-thm{
  width: 32%;
  margin-right: .8rem;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content .txt-area-content-txt{
  width: 68%;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content .txt-area-content-txt p{
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: .85rem;
  font-weight: normal;
  margin-top: .5rem;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content .txt-area-content-txt a{
  color: #F16579;
  font-weight: bold;
  text-decoration: underline;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content-ar{
  width: 8%;
  margin: 1rem auto;
}
.content-wrap_03 .bg_box .step .content .txt-area .txt-area-content-ar02{
  margin: 2rem auto;
}
.step-dec{
  margin-top: -3rem;
}
.step-dec03{
  margin-top: -1rem;
}

/* CTA */
.cta{
  text-align: center;
}
.cta .cta_dec{
  width: 20%;
  margin: 0 auto 1rem auto;
}
.cta .ttl{
  font-weight:bold;
  font-size: 2rem;
}
.cta{

}
.cta .link_btn.link_btn_01{
	max-width: 80%;
  padding-top: 1rem;
	margin: 0 auto;
}

.cta .link_btn.link_btn_02{
	max-width: 80%;
  padding-top: 1rem;
	margin: 0 auto;
}

.cta .link_btn.link_btn_02 a{
  font-size: 1.6rem;
}
.cta .link_btn.link_btn_02 span{
  padding: 1.4rem;
}
/* キャンペーンに関する注意事項 */
/* ----------------------------------------------------------------------  */
.content-wrap_04{
}
.content-wrap_04 .bg_box{
  padding: 3rem 4rem;
}
.content-wrap_04 .bg_box .section-title{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.content-wrap_04 .caution{
    font-size: .9rem;
    font-weight: bold;
}
.content-wrap_04 .caution .caution_item{
  text-indent: -.8rem;
  padding-left: .8rem;
  margin-bottom: 1rem;
}
.content-wrap_04 .caution_inner li{
  text-indent: -1rem;
  padding-left: .8rem;
  margin-top: .6rem;
}

/* 個人情報の取扱いについて*/
/* ----------------------------------------------------------------------  */
.content-wrap_05{
}
.content-wrap_05 .bg_box{
  padding: 3rem 4rem;
  border: solid 3px #E76D9A;
}
.content-wrap_05 .bg_box .section-title{
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.content-wrap_05 .caution{
    font-size: .9rem;
    font-weight: bold;
}
.content-wrap_05 .caution .caution_item{
  text-indent: -.8rem;
  padding-left: .8rem;
  margin-bottom: 1rem;
}
.content-wrap_05 .caution_inner li{
  text-indent: -1rem;
  padding-left: .8rem;
  margin-top: .6rem;
}


 /* parts */
 /* ----------------------------------------------------------------------  */
 /* title */
.section-title{
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 1.5;
  margin-bottom: 1rem;
}

/* link */
.link_btn{}
.link_btn.link_btn_01{
	max-width: 70%;
  padding-top: 2rem;
	margin: 0 auto;
}
.link_btn.link_btn_02{
	max-width: 80%;
	margin: 0 auto;
}
.link_btn.link_btn_03{
	max-width: 80%;
	margin: 0 auto;
}

.link_btn.link_btn_01 a{
  position: relative;
  display: block;
	text-align: center;
	vertical-align: middle;
  font-size: 1.4rem;
	padding: .5rem .5rem;
	font-weight: bold;
	border-radius: 999px;
	border-bottom: 6px solid #CFCFCF;
	background: #fff;
  color: #E33171;
}
.link_btn.link_btn_01 span{
  display: block;
  background: #FFF575;
  border-radius: 999px;
  padding: 1rem;
}
.link_btn.link_btn_01 a:hover {
	margin-top: 5px;
	border-bottom: .5px solid #CFCFCF;
}
.link_btn.link_btn_02 a{
	position: relative;
  display: block;
	text-align: center;
	vertical-align: middle;
  font-size: 1.6rem;
	padding: .5rem .5rem;
	font-weight: bold;
	border-radius: 999px;
	border-bottom: 6px solid #A1A0A0;
	background: #fff;
  color: #fff;
}
.link_btn.link_btn_02 span{
  display: block;
  background: #e60012;
  border-radius: 999px;
  padding: .8rem;
}
.link_btn.link_btn_02 a:hover {
	margin-top: 5px;
	border-bottom: 1px solid #A1A0A0;
	color: #fff;
}
.link_btn.link_btn_02 a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 46%;
    height: 42%;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.2s ease;
}
.link_btn.link_btn_03 a{
	position: relative;
  display: block;
	text-align: center;
	vertical-align: middle;
  font-size: 1.8rem;
	padding: .5rem .5rem;
	font-weight: bold;
	border-radius: 999px;
	border-bottom: 6px solid #A1A0A0;
	background: #fff;
  color: #fff;
}
.link_btn.link_btn_03 span{
  display: block;
  background: #F16579;
  border-radius: 999px;
  padding: 1.2rem;
}
.link_btn.link_btn_03 a:hover {
	margin-top: 4px;
	border-bottom: .5px solid #A1A0A0;
	color: #fff;
}
.link_btn.link_btn_03 a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/arrow01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 46%;
    height: 42%;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    transition: right 0.2s ease;
}

.bg_op{
  display: block;
  transition: .3s;
}
.bg_op:hover{
  opacity: .7;
}
/***********************************  footer ********************************/
footer{background: #E9E9E9;}
footer .inner{
  max-width: 960px;
  margin: 0 auto;
}
footer .bnr_list{
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
footer .bnr_list li{
  width: 33.333%;
  margin: 0 1.5rem ;
}
footer .copyright{
  background: #444;
  font-size: .8rem;
  padding: 1.5rem 1rem;
}
