@charset "UTF-8";
*:focus {
  outline: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }
}
p {
  color: #333;
}
.dsp {
	display: none;
}
@media screen and (max-width: 640px) {
.dsp {
	display: block;
}
}
/* -----------------------------
  mainVisual
------------------------------*/
#content {
  background-color: #ffffff;
}
#content img{
  height: auto;
}
@media screen and (max-width: 640px) {
  #content {
    overflow-x: hidden;
  }
}
#content .topicPath {
  margin-bottom: 0;
}

#content #mainVisual {
  z-index: 11;
  position: relative;
}
@media screen and (min-width: 641px) {
#content #mainVisual {
background: #FFC19F;
background: linear-gradient(315deg,rgba(255, 193, 159, 1) 0%, rgba(246, 211, 94, 1) 27%, rgba(234, 101, 145, 1) 100%);
}
}
#content #mainVisual h1 {
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}
#content #mainVisual h1 {
   margin-bottom: 50px;
   display: flex;
   justify-content: center;
 }
@media screen and (max-width: 640px) {
  #content #mainVisual {
    margin-bottom: 0;
    background: none;
  }
  #content #mainVisual h1 {
    width: 100%;
    padding: 0;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
	  margin-bottom: 30px;
  }
  #content #mainVisual h1 img {
    width: 100%;
  }
}
.section_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  }
@media screen and (min-width: 641px) {
 .section01 .section_inner {
    width: 1085px;
  }
}
@media screen and (max-width: 640px) {
  .section_inner {
    width: 100%;
  }
}

.note {
  font-size: 13px;
  text-align: center;
  color: #705d4f;
}
@media screen and (max-width: 640px) {
  .note {
    text-align: left;
  }
}


/* -----------------------------
  section btn
------------------------------*/

.btn03 li a {
    display: block;
    width: 480px;
    margin: 0 auto;
    height: 72px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    background: url(/campaign/mnp_waon_july/img/icon_01.png) no-repeat 38px 25px #f32f5a;
    background-size: 25px;
}
.btn03 li a:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
.btn03 li a {
  margin-top: 30px;
}
.section02 .btn03 li a {
  margin-top: 0;
}
}
@media screen and (max-width: 640px) {
.btn03 li a {
    width: 310px;
    height: 50px;
    margin: 0 auto;
    border-radius: 8px;
    font-size: 15px;
    line-height: 50px;
    background: url(/campaign/mnp_waon_july/img/icon_01.png) no-repeat 13px 17px #f32f5a;
    background-size: 20px 16px;
  }
}
.btn04 a.sub_btn01 {
    display: block;
    position: relative;
    margin: 25px auto 0;
    width: 324px;
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 999px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    color: #f08d00;
    border: 2px solid #f08d00;
}
.section03 .btn04 a.sub_btn01 {
    color: #ee82b0;
    border: 2px solid #ee82b0;
}
.btn04 a.sub_btn01:hover {
    text-decoration: none;
}
@media screen and (min-width: 641px) {
.btn04 {
  display: flex;
  width: 686px;
  margin: 0 auto;
}
.section03 .btn04 {
  display: block;
  width: 328px;
}
.btn04 li + li{
  margin-left: 30px;
}
}

.btn04 a.sub_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(/campaign/mnp_waon_july/img/sub_btn01_arrow.png) no-repeat left top;
}
.section03 .btn04 a.sub_btn01::after{
    background: url(/campaign/mnp_waon_july/img/sub_btn04_arrow.png) no-repeat left top;
}
.section02 .btn03 li a:hover,
.section04 .btn03 li a:hover,
.section06 .btn03 li a:hover,
.section03 .btn04 a.sub_btn01:hover,
.section06 .btn04 a.sub_btn01:hover{
    text-decoration: none;
    opacity: 0.8;
}
@media screen and (max-width: 640px) {
.btn04 a.sub_btn01 {
  width: 274px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  font-size: 15px;
}
}
.btn05 {
	margin: 0 auto;
}
.btn05 a.sub_btn01 {
    display: block;
    position: relative;
    margin: 65px auto 0;
    width: 324px;
    padding-top: 9px;
    padding-bottom: 4px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 999px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    color: #ec84ac;
    border: 2px solid #ec84ac;
}
.btn05 a.sub_btn01::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 18px;
    width: 12px;
    height: 8px;
    margin-top: -6px;
    background: url(/campaign/mnp_waon_july/img/sub_btn05_arrow.png) no-repeat left top;
}
@media screen and (max-width: 640px) {
.btn05 a.sub_btn01 {
  width: 274px;
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 15px;
}
.btn05 a.sub_btn01 img{
  width: 180px;
}
.btn05 a.sub_btn01::after {
    right: 16px;
}
}
/* -----------------------------
  section01 
------------------------------*/


.section01 .section_inner{
  padding-bottom: 88px;
}
@media screen and (max-width: 640px) {
.section01 .section_inner{
  padding-bottom: 20px;
}
}

/* ------------------title */
.section01 .ttl01 {
  margin: 25px auto;
  text-align: center;
}
.section01 .ttl02 {
  margin: 70px auto 25px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section01 .ttl01,
  .section01 .ttl02 {
    width: 100vw;
    margin: 20px 0 16px;
  }
  .section01 .ttl01 img,
  .section01 .ttl02 img{
    width: 100%;
  }
}

/* ------------------products */
.section01 .products .sp{
  display: block;
}
@media screen and (max-width: 640px) {
  .section01 .products .sp{
    display: none;
  }
  .section01 .ttl02 {
    margin: 40px auto 14px;
  }
  .section01 .ttl02 img{
    width: 100%;
  }
}
.section01 .productList > li {
  text-align: center;
  width: 770px;
  padding-top: 44px;
  padding-bottom: 48px;
  margin: 0 auto;
  position: relative;
}
#product01 +.products .productList{
  background-color: #fff6f8;
}
#product02 +.products .productList{
  background-color: #f4f9f9;
}
@media screen and (min-width: 641px) {
.section01 .productList{
width: 800px;
margin: 0 auto;
border-radius: 10px;
}
#product01 +.products .productList{
  display: flex;
justify-content: space-between;
box-sizing: border-box;
padding: 0 38px;
}
#product01 +.products .productList > li{
  width: 330px;
}
}
@media screen and (max-width: 640px) {
.section01 .productList > li.product01 .name,
.section01 .productList > li.product03 .name {
    top: 40px;
  }
.section01 .productList > li.product02::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  height: 1px;
  width: 92vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f4dcd8;
}
}
@media screen and (max-width: 640px) {
  .section01 .productList > li{
    padding: 26px 0 36px;
    margin: 0 auto;
    width: 100%;
  }
}
.section01 .productList > li .phone img {
  width: 240px;
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .phone img {
    width: 220px;
  }
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .phone {
    padding-top: 50px;
  }
.section01 .productList > li.product05 .phone {
    padding-top: 74px;
  }
}
.section01 .productList > li .name {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
.section01 .productList > li.product01 .name {
  margin: 30px 0 27px;
}
}
.section01 .productList > li .name span {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .name {
    position: absolute;
    top: 25px;
    font-weight: bold;
    font-size: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
.section01 .productList > li.product02 .name,
.section01 .productList > li.product03 .name {
    top: 34px;
}
.section01 .productList > li .name.line2 {
    line-height: 1;
}
}
.section01 .productList > li .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .flex {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .section01 .productList > li .flex .price {
    width: 290px;
    margin: 20px auto 20px;
  }
}
.section01 p.text {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.section01 p.text02 {
  text-align: center;
  margin-bottom: 6px;
}
@media screen and (min-width: 641px) {
.section01 .product01 p.text{
  margin-top: 60px;	
}
}
.section01 .product01 p.text,
.section01 .product02 p.text {
  color: #fb6f8e;
}
.section01 .product03 p.text {
  color: #4bcfd8;
}
.section01 .productList > li .color {
  margin-bottom: 20px;
}
.section01 .productList > li .color ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section01 .productList > li .color ul li {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  border: 1px solid #959595;
  box-sizing: border-box;
}
.section01 .productList > .product01 .color li:nth-of-type(1) {
  background: #f19161;
}
.section01 .productList > .product01 .color li:nth-of-type(2), 
.section01 .productList > .product02 .color li:nth-of-type(1), 
.section01 .productList > .product03 .color li:nth-of-type(1) {
  background: #000;
}
.section01 .productList > .product01 .color li:nth-of-type(3),
.section01 .productList > .product02 .color li:nth-of-type(2),
.section01 .productList > .product03 .color li:nth-of-type(2) {
  background: #FFF;
}
.section01 .productList > .product01 .color li:nth-of-type(4),
.section01 .productList > .product03 .color li:nth-of-type(3) {
  background: #5e74e3;
}
.section01 .productList > li .color ul li.on {
  width: 45px;
  height: 45px;
  border: 2px solid #959595;
}

.section01 .productList > li .color ul li.on::after {
  content: "";
  display: block;
  position: absolute;
  top: -17%;
  left: -7px;
  width: 55px;
  height: 55px;
  border-radius: 5px;
  box-sizing: border-box;
  z-index: 2;
}
.section01 .productList > li.product01 .color ul li.on::after,
.section01 .productList > li.product02 .color ul li.on::after {
  border: 2px solid #fda1b5;
}
.section01 .productList > li.product03 .color ul li.on::after {
  border: 2px solid #4ed0cb;
}

@media screen and (max-width: 640px) {
  
  .section01 .productList > li .color ul li.on {
    width: 45px;
    height: 45px;
  }
  .section01 .productList > li .color ul li.on::after {
    width: 55px;
    height: 55px;
  }
}

.section01 .productList > li .color ul li:not(:first-of-type) {
  margin-left: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .color ul li:not(:first-of-type) {
    margin-left: 18px;
  }
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .color ul li {
    width: 30px;
    height: 30px;
  }
}
.section01 .productList > li .color_box {
  width: 330px;
  margin: 0 auto 12px;
  padding-top: 16px;
  padding-bottom: 18px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
.section01 .productList > li .color_box {
  width: 92vw;
  max-width: 380px;
  margin: 0 auto 12px;
  padding-top: 14px;
  padding-bottom: 15px;
  background-color: #fff;
}
.section01 .productList > li .color_box img{
  width: 65vw;
  max-width: 270px;
}
}
.section01 .productList > li.product01 .color_box,
.section01 .productList > li.product02 .color_box{
  border: 2px solid #fda1b5;
}
.section01 .productList > li.product03 .color_box {
  border: 2px solid #4ed0cb;
}
.section01 .productList > li .color_btn {
  display: block;
  background: url("/campaign/mnp_waon_july/img/icon_02.png") no-repeat 15px center;
  background-size: 10px auto;
  border-radius: 8px;
  color: #fff;
  width: 288px;
  font-size: 18px;
  text-align: center;
  padding: 10px 0 10px 10px;
  font-weight: 600;
  margin: 12px auto 0;
  box-sizing: border-box;
  box-shadow: 3.536px 3.536px 10px 0px rgba(163, 172, 178, 0.4);
}
.section01 .productList > li.product01 .color_btn,
.section01 .productList > li.product02 .color_btn {
  background-color: #f32f5a;
}
.section01 .productList > li.product03 .color_btn{
  background-color: #00aaa4;
}
.section01 .productList > li p.color_btn {
  text-align: center;
  background-color: #9d9d9d;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  .section01 .productList > li .color_btn {
    max-width: 300px;
    width: 100%;
    margin: 10px auto 0;
    font-size: 18px;
    line-height: 1.2;
    background-size: 13px auto;
  }
}
.section01 .productList > li .color_btn:hover {
  text-decoration: none;
}
.section01 .productList > li .detail_btn {
  color: #444444;
  text-decoration: underline;
}
@media screen and (min-width: 641px) {
.section01 .productList > li .detail_btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
}

@media screen and (max-width: 640px){
.section01 .productList .product02 > .phone,
.section01 .productList .product03 > .phone {
    padding-top: 70px;
}
}
/* ------------------ note_list */
.section01 .note_list{
  width: 800px;
  margin: 20px auto 30px;
}
.section01 .note_list ul{
  padding: 40px 44px 36px 54px;
  background-color: #f9f9f6;
  border-radius: 8px;
}
.section01 .note_list ul li span{
  font-weight: bold;
}
.section01 .note_list ul li{
  margin-bottom: 5px;
  list-style-type: none;
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.section01 .note_list{
  width: 94%;
margin-bottom: 20px;
}
.section01 .note_list ul{
  padding: 22px 20px 23px 20px;
}
.section01 .note_list ul li{
  text-align: justify;
}
}

/* ------------------ banner */
.section01 .bnrArea {
  margin-top: 80px;
}
@media screen and (max-width: 640px) {
.section01 .bnrArea {
  margin: 40px auto 0;
  width: 90vw;
  max-width: 350px;
}
}

/* -----------------------------
  section02
------------------------------*/

.section02 .section_inner {
  padding-bottom: 40px;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (min-width: 641px) {
.section02 .section_inner {
  width: 1080px;
}
}
@media screen and (max-width: 640px) {
  .section02 .section_inner {
    padding-bottom: 30px;
  }
}
.section02 h2 {
  text-align: center;
}
.section02 .ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.section02 .ttl01 {
  margin-bottom: 20px;
}
.section02 .ttl01 img{
  width: 98vw;
  max-width: 350px;
} 
}
.section02 .img_02{
  margin: 60px 0 40px;
} 
@media screen and (max-width: 640px) {
  .section02 .img_01 img{
    width: 100%;
    max-width: 420px;
  } 
  .section02 .img_01 {
    margin: 0 auto;
  } 
  .section02 .img_02 img{
    width: 92%;
    max-width: 390px;
  } 
  .section02 .img_02{
  margin: 30px 0 25px;
  }  
}
#content .section02 .btnArea{
  margin-top: 10px;
}
#content .section02 .btnArea .btn03{
  margin-bottom: 0;
}

/* -----------------------------
  section03
------------------------------*/
.section03 h2 {
  text-align: center;
}
.section03 .ttl01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
.section03 .ttl01 {
  margin-bottom: 15px;
}
.section03 .ttl01 img {
  width: 68vw;
  max-width: 252px;
}
}
.section03 .section_inner {
  margin-bottom: 80px;
  padding: 22px 0 30px;
  width: 770px;
  background-color: #fcedf5;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
.section03 .section_inner {
  margin: 0 2vw 30px;
  padding: 15px 0 30px;
  width: 96vw;
  border-radius: 10px;
}
.section03 .section_inner .img_01 img{
  width: 76%;
  max-width: 310px;
}
}
.section03 .section_inner ul.text{
  margin: 20px auto 0;
  width: 454px;
}
.section03 .section_inner ul.text li{
  position: relative;
  color: #333;
}
.section03 .section_inner ul.text li::before{
  position: absolute;
  content: "・";
  left: -15px;
  top: -1px;
}
@media screen and (max-width: 640px) {
.section03 .section_inner ul.text{
  margin: 20px auto 0;
  width: 86vw;
  max-width: 464px;
}
.section03 .section_inner ul.text li{
  padding-left: 10px;
}
.section03 .section_inner ul.text li::before{
  left: -4px;
}
}

/* -----------------------------
  section04
------------------------------*/

.section04 .section_inner{
  margin: 80px auto;
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #f1f9ff;
}
@media screen and (min-width: 641px) {
.section04 .section_inner{
  width: 100%;
}
}
.section04 .ttl01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
.section04 .section_inner{
  padding-top: 30px;
  padding-bottom: 40px;
  margin: 0 0 30px;
}
}
.section04 .ttl01 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
.section04 .ttl01 {
  margin-bottom: 15px;
}
.section04 .ttl01 img{
    width: 98%;
    max-width: 350px;
}
}
.section04 .img_01 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
.section04 .img_01 {
    margin: 0 auto 20px;
}
.section04 .img_01 img{
    width: 94%;
    max-width: 350px;
}
}
.section04 .img_02 {
  text-align: center;
  margin: 70px 0 20px;
}
@media screen and (max-width: 640px) {
.section04 .img_02 {
  margin: 35px 0 15px;
}
.section04 .img_02 img{
  width: 100%;
  max-width: 350px;
}
}
.section04 .note_list{
  width: 770px;
  margin: 0 auto;
}
.section04 .note_list ul{
  padding: 40px 44px 36px 54px;
  background-color: #fff;
  border-radius: 8px;
}
.section04 .note_list ul li span{
  font-weight: bold;
}
.section04 .note_list ul li{
  margin-bottom: 5px;
  list-style-type: none;
  color: #666666;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
.section04 .note_list{
  width: 94%;
  margin: 0 auto;
}
.section04 .note_list ul{
  padding: 22px 20px 23px 20px;
  max-width: 420px;
  margin: 0 auto;
}
.section04 .note_list ul li{
  text-align: justify;
}
.section04 .btnArea {
    margin-top: 20px;
}
}
/* -----------------------------
  section05
------------------------------*/
.section05 .section_inner {
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 640px) {
.section05 .section_inner {
    padding-bottom: 56px;
  }
}
.section05 h2 {
  text-align: center;
}
.section05 .ttl01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
.section05 .ttl01 {
  margin-bottom: 28px;
}
.section05 .ttl01 img{
  width: 74vw;
  max-width: 350px;
} 
.section05 .img_01 img{
  width: 100vw;
  max-width: 450px;
} 
}
.section05 .section_inner ul.text {
  width: 450px;
  margin: 20px auto 0;
}
.section05 .section_inner ul.text li{
  position: relative;
  color: #333;
}
.section05 .section_inner ul.text li::before{
  position: absolute;
  content: "※";
  left: -15px;
  top: -1px;
}
@media screen and (max-width: 640px) {
.section05 .section_inner ul.text{
  margin: 20px auto 0;
  width: 86vw;
  max-width: 430px;
}
.section05 .section_inner ul.text li{
  padding-left: 10px;
}
.section05 .section_inner ul.text li::before{
  left: -4px;
}
}
#content .section05 .btnArea {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
#content .section05 .btnArea .btn04{
  display: block;
}
}
@media screen and (max-width: 640px) {

#content .section05 .btnArea .btn04{
  margin-top: 20px;
}
}
/* -----------------------------
  section06
------------------------------*/
.section06 {
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .section06 {
    padding: 0 0 40px;
  }
}
.section06 h2,
.section06 .img_01,
.section06 .img_02 {
  text-align: center;
}
.section06 h2 {
  margin-bottom: 40px;
}
.section06 .img_02 {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
.section06 .section_inner img{
  width: 98%;
  max-width: 350px;
  margin: 0 auto;
}
.section06 h2 {
  margin-bottom: 16px;
}
.section06 .img_02 {
  margin-bottom: 20px;
}
}

/* -----------------------------
  section07 Q&A
------------------------------*/
.section07 {
  padding: 100px 0;
  background: #ecfafb;
  color: #333333;
}
@media screen and (min-width: 641px) {
  .section07 .section_inner{
    width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .section07 {
    padding: 40px 20px;
  }
  .section07 .section_inner{
    max-width: 420px;
    margin: 0 auto;
  }
}
.section07 h2 {
  text-align: center;
  margin-bottom: 80px;
}
.section07 .qa_area h3{
  position: relative;
  padding: 0 70px 20px 80px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 4px solid #60cfd7;
}
.section07 .qa_area h3::before{
  position: absolute;
  top: -8px;
  left: 46px;
  height: 30px;
  font-size: 30px;
  font-weight: 600;
  content: 'Q';
  color: #60cfd7;
}
.section07 .qa_area h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  content: '';
  background: #e86b7b;
}
@media screen and (max-width: 640px) {
.section07 .qa_area h3{
  padding: 0 0 10px 34px;
  font-size: 16px;
}
.section07 .qa_area h3::before{
  top: -6px;
  left: 4px;
  font-size: 26px;
  height: 26px;
}
.section07 .qa_area h3::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 25%;
  height: 4px;
  content: '';
  background: #e86b7b;
}
}
@media screen and (max-width: 640px) {
  .section07 h2 {
    margin: 0 auto 30px;
  }
  .section07 h2 img{
    width: 65%;
    max-width: 300px;
  }
}
.section07 .qa_area {
  display: block;
  padding: 0 100px;
}
@media screen and (max-width: 640px) {
  .section07 .qa_area {
    padding: 0;
  }
}
.section07 .option_btn {
  background-color: #FFF;
  border-radius: 10px;
  margin: 20px 0 40px;
}
.section07 .qa_area details:last-child summary {
  border-bottom: none;
}
.section07 .qa_area details summary {
  display: block;
  list-style: none;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 70px 20px 80px;
  margin-top: 0px;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  letter-spacing: normal;
  cursor: pointer;
}
.section07 .qa_area details summary::before{
  position: absolute;
  top: 16px;
  left: 46px;
  height: 28px;
  font-size: 28px;
  font-weight: 600;
  content: 'A';
  color: #e86b7b;
}
.section07 .qa_area details summary p.note {
  margin-top: 8px;
  font-size: 13px;
  color: #333333;
  font-weight: 500;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .section07 .option_btn {
    border-radius: 6px;
    margin: 10px 0 24px;
  }
  .section07 .qa_area details summary {
    padding: 20px 26px 15px 32px;
    font-size: 14px;
  }
.section07 .qa_area details summary::before{
  top: 17px;
  left: 8px;
  height: 22px;
  font-size: 22px;
}
.section07 .qa_area details summary p.note {
  margin-top: 8px;
  font-size: 13px;
}
}
.section07 .qa_area details summary::-webkit-details-marker {
  display: none;
}
.section07 .qa_area details summary span {
  position: absolute;
  display: inline-block;
  width: 13px;
  height: 18px;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url("img/qa_arrow.png") no-repeat center;
  background-size: contain;
  transform: scaleY(-1);
}
@media screen and (max-width: 640px) {
  .section07 .qa_area details summary span {
    width: 10px;
    height: 15px;
    right: 12px;
  }
}
.section07 .qa_area details summary.active {
  border-bottom: none;
}
.section07 .qa_area details summary.active span {
  transform: scaleY(1);
}
.section07 .qa_area details .content_inner {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 70px 20px 50px;
  box-sizing: border-box;
  border-top: dotted 1px #b9d4e0;
}
@media screen and (max-width: 640px) {
  .section07 .qa_area details .content_inner {
    padding: 15px 24px 20px 32px;
  }
}
.section07 .qa_area details .content_inner p {
  line-height: 1.45;
  font-weight: 500;
}
.section07 .qa_area details .content_inner p + p{
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .section07 .qa_area details .content_inner p {
    font-size: 13px;
  }
  .section07 .qa_area details .content_inner p + p{
    margin-top: 8px;
  }
}
.section07 .qa_area details .content_inner p.note {
  font-size: 13px;
  color: #333333;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.section07 .qa_area details .content_inner p.note + p.note{
  margin-top: 0;
}
@media screen and (max-width: 640px) {
.section07 .qa_area details .content_inner p.note {
    font-size: 13px;
}
}


/* -----------------------------
  section08
------------------------------*/
.section08 {
	padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff6f8; 
}
@media screen and (max-width: 640px) {
.section08 {
	margin-top: 20px;
	padding: 30px 14px;
}
}
.section08 h2 {
	text-align: center;
	margin-bottom: 20px;
}
.section08 p {
	text-align: center;
}
.section08 p.lead {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ec84ac;
}

@media screen and (max-width: 640px) {
.section08 h2 {
	max-width: 400px;
	margin: 0 auto 20px;
}
.section08 p {
	text-align: justify;
	max-width: 386px;
	margin: 0 auto;
}
.section08 p.lead {
    font-size: 16px;
    margin-bottom: 20px;
	text-align: center;
}
}
.section08 .linktext{
	margin-top: 20px;
}
@media screen and (max-width: 640px) {
.section08 .linktext{
text-align: center;
}
}
/* -----------------------------
  attArea
------------------------------*/
#content #waonpoint .attArea01 {
  margin: 0 auto 60px;
  padding: 35px 55px;
  width: 770px;
  box-sizing: border-box;
  background: #fff4ee;
  font-size: 14px;
  color: #333333;
}

#content #waonpoint .attArea01 li {
  /* margin-left: 15px; */
  /* list-style-type: disc; */
  padding-left: 1.2em;
  text-indent: -1.2em;
}


#content .attArea {
  padding: 75px 0;
  background-color: #f5f5f5;
  color: #333333;
}

#content .attArea .inner {
  padding: 0 125px;
}

#content .attArea h2 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content .attArea a {
  color: #0000ff;
  text-decoration: underline;
}
#content .attArea table, #content .attArea td, #content .attArea th {
  border: 1px solid #d0d4d9;
  border-collapse: collapse;
}
#content .attArea td, #content .attArea th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
#content .attArea tr.ttl td {
  background: #f6f5f5;
  text-align: center;
}
#content .attArea tr td.point {
  text-align: center;
}
#content .attArea th {
  background: #f0e6cc;
}
#content .attArea .even {
  background: #fbf8f0;
}
#content .attArea .odd {
  background: #fefcf9;
}
#content .attArea .table_att {
  padding: 10px 0 30px 35px;
  text-align: left;
}

#content .attArea h2 .subtermsaeon {
  font-size: 14px;
  font-weight: 400;
}

#content .attArea h2:not(:first-child) {
  margin-top: 60px;
}

#content .attArea .catch {
  margin: -25px 0 35px;
  text-align: center;
}

#content .attArea ul li {
  font-size: 14px;
}


#content .attArea h2 + ul > li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
#content .attArea h2 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "□";
}
#content .attArea h2#terms2 + ul > li::before,
#content .attArea h2#terms3 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea ul li ul {
  margin-top: 5px;
  padding-left: 17px;
}

#content .attArea ul li ul.numbering_list{
  counter-reset: number 0; 
}
#content .attArea ul li ul.numbering_list li{
  margin-bottom: 5px;
}
#content .attArea ul li ul.numbering_list li::before{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) ". "!important;
	padding-right: 15px;
	vertical-align: middle;
}

#content .attArea ul li ul li li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul li ul li.mark-none {
  list-style-type: none;
}

#content .attArea ul.dott li ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul.dott_square > li > ul > li {
  position: relative;
}
#content .attArea ul.dott_square > li > ul > li::before {
  position: absolute;
  content: "□";
  left: -18px;
}

#content .attArea dl dt {
  position: relative;
  display: list-item;
  margin-bottom: 5px;
  font-size: 14px;
  list-style-type: none;
}
#content .attArea dl dt::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}

#content .attArea table {
  margin: 30px 0 5px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d4d9;
}

#content .attArea table th,
#content .attArea table td {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

#content .attArea table th {
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  font-weight: bold;
}

#content .attArea table td {
  background: #fff;
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  text-align: left;
}

#content .attArea table td.ac {
  text-align: center;
}

#content .attArea table.tb02 td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #content .attArea {
    padding: 45px 0;
  }
  #content .attArea .inner {
    padding: 0 30px 0 40px;
  }
  #content .attArea h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #content .attArea h2:not(:first-child) {
    margin-top: 50px;
  }
  #content .attArea .catch {
    margin: -8px 0 20px;
    font-size: 11px;
  }
  #content .attArea ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea ul li ul {
    padding-left: 10px;
  }
  #content .attArea h2 + dl {
    padding: 0;
  }
  #content .attArea dl dt {
    font-size: 14px;
  }
  #content .attArea dl dd {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea .def01 {
    margin: 15px 0;
  }
  #content .attArea .def01 dd {
    padding-left: 12%;
    font-size: 12px;
  }
  #content .attArea table th,
#content .attArea table td {
    font-size: 12px;
  }
  #content .attArea table {
    position: relative;
    margin: 10px auto 0 -15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #content .attArea .table_att {
    padding: 10px 0 20px 0px;
  }
}
