@charset "SHIFT_JIS";

/*------------common------------*/
.lp_wrap{
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
  word-break: break-all;
}
.lp_inner{
  padding: 0 40px;
}
.page-docomo-lp__main img{
  max-width: fit-content;
  width: 100%;
}
.sec_ttl{
  background-color: #1A9F0E;
  color: #fff;
  font-size: 72px;
  font-weight: 710;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.mt-0{margin-top: 0;}
.mt-5{margin-top: 5px;}
.mt-10{margin-top: 10px;}
.mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;}
.mt-30{margin-top: 30px;}
.mt-40{margin-top: 40px;}
.mt-50{margin-top: 50px;}
.mt-60{margin-top: 60px;}
.mt-70{margin-top: 70px;}
.mt-80{margin-top: 80px;}
.mt-90{margin-top: 90px;}
.mt-100{margin-top: 100px;}
.pt-50{padding-top: 50px;}
.m-auto{margin-left: auto;margin-right: auto;}
.text_center{text-align: center;}
.text_left{text-align: left;}
.text_right{text-align: right;}
.font_bold{font-weight: 710;}
.color_white{color: #fff;}
.color_black{color: #000;}
.list_indent_h li,.indent_h{text-indent: -0.5em; padding-left: 0.5em;}
.list_indent_1 li,.indent_1{text-indent: -1em; padding-left: 1em;}
.list_indent_1h li,.indent_1h{text-indent: -1.5em; padding-left: 1.5em;}
.list_indent_2 li,.indent_2{text-indent: -2em; padding-left: 2em;}
.link_style_01{color: #3769FB;text-decoration: underline;}
.link_style_02{color: #EC5E84;text-decoration: underline;}
.link_footer{color: #fff;text-decoration: underline;}
.text_pink{color: #FF4AEC;}
.marker{background: linear-gradient(transparent 90%, #FFFF0A 50%);}
@media only screen and (min-width: 960px){
  .only-pc{display: block;}
  .only-sp{display: none;}
  .lp_wrap{
    max-width: 960px;
  }
}
@media only screen and (max-width: 959px){
  .only-pc{display: none;}
  .only-sp{display: block;}
  .lp_inner{
    padding: 0 4.167vw;
  }
  .sec_ttl{
    font-size: 7.5vw;
    height: 38.542vw;
  }
  .mt-0{margin-top: 0;}
  .mt-5{margin-top: 0.521vw;}
  .mt-10{margin-top: 1.042vw;}
  .mt-15{margin-top: 1.563vw;}
  .mt-20{margin-top: 2.083vw;}
  .mt-30{margin-top: 3.125vw;}
  .mt-40{margin-top: 4.167vw;}
  .mt-50{margin-top: 5.208vw;}
  .mt-60{margin-top: 6.25vw;}
  .mt-70{margin-top: 7.292vw;}
  .mt-80{margin-top: 8.333vw;}
  .mt-90{margin-top: 9.375vw;}
  .mt-100{margin-top: 10.417vw;}
  .pt-50{padding-top: 5.208vw;}
}
@media only screen and (max-width: 799px){
  .lp_wrap{
    font-size: 4vw;
  }
}
/*------------parts------------*/
.white_box{
  background-color: #fff;
  /*box-shadow: 0px 0px 20px 10px rgba(163, 216, 255, 0.4);*/
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px){
  .white_box{
    /*box-shadow: 0px 0px 2.08vw 1.04vw rgba(163, 216, 255, 0.4);*/
  }
}
/*------------grd_btn 画像------------*/
/*.grd_btn a{
  box-shadow: 0px 10px 30px 0px rgba(17, 44, 1, 0.33);
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 959px){
  .grd_btn a{
    box-shadow: 0px 1.04vw 3.13vw 0px rgba(17, 44, 1, 0.33);
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
  }
}*/
/*------------grd_btn button------------*/
.grd_btn button{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  /*未チェック*/
  background: #999;
}
/*checked*/
.grd_btn button.entry-btnStyle_checked{
  cursor: pointer;
  box-shadow: 0px 10px 10px -6px rgba(17, 44, 1, 0.33);
  background: linear-gradient(to right, #F1D61E, #FE8A16);
}
.grd_btn span.btn_outer{
  position: absolute;
  top: 11px;
  left: 17px;
  border: 3px solid #fff;
  height: 128px;
  width: 690px;
  border-radius: 100px;
  box-sizing: border-box;
}
.grd_btn span.btn_outer span.btn_inner{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
/*.grd_btn button:after{
  position: absolute;
  content: "";
  background-image: ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
	right: 45px;
	width: 93px;
	height: 58px;
}*/
@media only screen and (max-width: 959px){
  .grd_btn button{
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
    font-size: 3.75vw;
  }
  /*checked*/
  .grd_btn button.entry-btnStyle_checked{
    box-shadow: 0px 1.0416vw 1.0416vw -0.625vw rgba(17, 44, 1, 0.33);
  }
  .grd_btn span.btn_outer{
    top: 1.146vw;
    left: 1.771vw;
    border: 0.3125vw solid #fff;
    height: 13.333vw;
    width: 71.875vw;
    border-radius: 10.417vw;
  }
  /*.grd_btn button:after{
    right: 4.688vw;
    width: 9.688vw;
    height: 6.042vw;
  }*/
}
.btn_wrap{
  text-align: center;
}
.btn_wrap label{
  margin: 0 0 0 5px!important;
}
.btn_notice{
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 0.8em;
}
@media only screen and (max-width: 959px){
  .btn_wrap label{
    margin: 0 0 0 0.52vw!important;
  }
  .btn_notice{
    margin-top: 1.042vw;
    margin-bottom: 5.208vw;
  }
}
/*------------grd_btn a------------*/
.grd_btn.btn_01 a{
  background: linear-gradient(to right, #FFB1AB, #EC5E84);
}
.grd_btn.btn_02 a{
  background: linear-gradient(to right, #F1D61E, #FE8A16);
}
.grd_btn a{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 10px 10px -6px rgba(17, 44, 1, 0.33);
}
.grd_btn p{
  position: absolute;
  top: 11px;
  left: 17px;
  border: 3px solid #fff;
  height: 128px;
  width: 690px;
  border-radius: 100px;
  box-sizing: border-box;
}
.grd_btn p span.btn_span_outer{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 100%;
}
.grd_btn p span.style_01{
  font-size: 32px;
}
/*.grd_btn a:after{
  position: absolute;
  content: "";
  background-image: ;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
	right: 45px;
	width: 93px;
	height: 58px;
}*/
@media only screen and (max-width: 959px){
  .btn_top_text{
   font-size: 3.75vw;
  }
  .grd_btn a{
    height: 15.625vw;
    width: 75vw;
    border-radius: 10.417vw;
    font-size: 4.375vw;
    box-shadow: 0px 1.0416vw 1.0416vw -0.625vw rgba(17, 44, 1, 0.33);
  }
  .grd_btn p{
    top: 1.146vw;
    left: 1.771vw;
    border: 0.3125vw solid #fff;
    height: 13.333vw;
    width: 71.875vw;
    border-radius: 10.417vw;
  }
  .grd_btn p span.style_01{
    font-size: 3.333vw;
  }
  /*.grd_btn a:after{
    right: 4.688vw;
    width: 9.688vw;
    height: 6.042vw;
  }*/
}
/*------------logo_area------------*/
.logo_area{
  padding: 50px 0;
  text-align: center;
}
@media only screen and (max-width: 959px){
  .logo_area{
    padding: 5.208vw 0;
  }
  .logo_area img{
    width: 75.73vw;
    margin-left: auto;
    margin-right: auto;
  }
}
/*------------section_01------------*/
.section_01{
  background-color: #C0E969;
  padding: 60px 0 70px;
}
.section_01 .white_box{
  width: 844px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
.sec01_img{
  margin-left: -48px;
}
.section_01 .text_04{
  font-size: 44px;
}
/*tag_wrap*/
.section_01 .tag_wrap{
  display: flex;
  align-items: center;
}
.section_01 .tag_wrap .tag_img{
  margin-right: 10px;
  margin-top: 28px;
}
.section_01 .tag_wrap .tag_text_01{
  font-size: 40px;
}
.section_01 .tag_wrap .tag_text_02{
  font-size: 34px;
}
.section_01 .tag_text_03{
  font-size: 28px;
}
.section_01 .tag_wrap .tag_text_01,
.section_01 .tag_wrap .tag_text_02,
.section_01 .tag_text_03{
  color: #1A9F0E;
  font-weight: bold;
}
.section_01 .tag_wrap .tag_text_01 .text_01,
.section_01 .tag_wrap .tag_text_02 .text_01{
  font-size: 60px;
}
@media only screen and (max-width: 959px){
  .section_01{
    padding: 6.25vw 0 7.292vw;
  }
  .section_01 .white_box{
    width: 87.917vw;
    padding-bottom: 6.25vw;
  }
  .sec01_img{
    width: 90.21vw;
    margin-left: -5vw;
  }
  .section_01 .text_04{
    font-size: 4.583vw;
  }
  .section_01 .ttl_02{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  /*tag_wrap*/
  .section_01 .tag_wrap .tag_img{
    margin-right: 1.042vw;
    margin-top: 2.917vw;
    width: 29.6875vw;
  }
  .section_01 .tag_wrap .tag_text_01{
    font-size: 4.167vw;
  }
  .section_01 .tag_wrap .tag_text_02{
    font-size: 3.942vw;
  }
  .section_01 .tag_text_03{
    font-size: 3.217vw;
  }
  .section_01 .tag_wrap .tag_text_01 .text_01,
  .section_01 .tag_wrap .tag_text_02 .text_01{
    font-size: 6.25vw;
  }
}
/*------------section_03------------*/
.section_03{
  background-image: url("/bakuage/nintendo-software/campaign_202604/assets/images/bg_01.png");
  background-size: 30px 29px;
  background-repeat: repeat;
}
.section_03 .lp_inner{
  padding-top: 60px;
  padding-bottom: 80px;
}
.section_03 .white_box.box_01{
  text-align: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.section_03 .white_box.box_02{
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}
.section_03 .white_box.box_03{
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 130px;
}
.section_03 .white_box.box_02 .or_wrap{
  position: absolute;
  bottom: -170px;
  left: 50%;
  transform: translateX(-50%);
}
.section_03 .lp_inner.box_inner{
  padding-top: 0;
  padding-bottom: 0;
  background-color: unset;
}
.section_03 .sec_ttl span.style_01{
  font-size: 72px;
}
.section_03 .sec_ttl span.style_02{
  font-size: 74px;
  color: #F8FF45;
}
.section_03 .sec_ttl span.style_03{
  font-size: 68px;
}
.section_03 .white_box .white_box_inner{
  padding: 0 40px 50px;
}
.section_03 .white_box .img_wrap{
  text-align: center;
}
.section_03 .white_box .img_wrap.img_04{
  margin-left: 50px;
}
@media only screen and (max-width: 959px){
  .section_03{
    background-size: 3.125vw 3.021vw;
  }
  .section_03 .lp_inner{
    padding-top: 6.25vw;
    padding-bottom: 8.333vw;
  }
  .section_03 .white_box.box_01{
    padding-top: 4.167vw;
    padding-bottom: 5.208vw;
  }
  .section_03 .white_box.box_02{
    padding-top: 0;
    padding-bottom: 8.333vw;
  }
  .section_03 .white_box.box_03{
    padding-top: 5.2083vw;
    padding-bottom: 5.208vw;
    margin-top: 13.542vw;
  }
  .section_03 .white_box.box_01 .white_box_img{
    width: 81.25vw;
    margin-left: auto;
    margin-right: auto;
  }
  .section_03 .white_box.box_02 .or_wrap{
    width: 23.54vw;
    bottom: -17.708vw;
  }
  .section_03 .sec_ttl span.style_01{
    font-size: 7.5vw;
  }
  .section_03 .sec_ttl span.style_02{
    font-size: 7.708vw;
  }
  .section_03 .sec_ttl span.style_03{
    font-size: 7.083vw;
  }
  .section_03 .white_box .white_box_inner{
    padding: 0 4.167vw 5.208vw;
  }
  .section_03 .white_box .img_wrap.img_04{
    margin-left: 5.208vw;
  }
}
/*------------ac------------*/
.accordion-container {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1400px;
}
.accordion-list:not(:first-child) {
  margin-top: 40px;
}
.accordion-title {
  background: #1A9F0E;
  color: #fff;
  cursor: pointer;
  font-size: 38px;
  font-weight: bold;
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.accordion-title:before {
  background-image: url(/bakuage/nintendo-software/campaign_202604/assets/images/notes_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  left: 62px;
  transform: translateY(-50%);
  width: 78px;
  height: 102px;
}
.accoIcon::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 70px;
  top: 50%;
}
.accoIcon::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 70px;
  top: 50%;
  transform: rotate(-90deg);
  transition: 0.5s;
}
.accoIcon.show::after {
  transform: rotate(-180deg);
}
.accordionWrap p {
  margin-top: 10px;
}
.accordion-text{
  display: none;
}
/*accordion-text*/
.accordion-text{
  background-color: #fff;
  padding: 30px 40px;
}
.accordion-text .ac_ttl{
  font-size: 28px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
}
.accordion-text .mt-0{
  margin-top: 0;
}
.accordion-text .ac_text,
.accordion-text li{
  font-size: 24px;
}
.accordion-text .ac_notice{
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
.accordion-text .num_list_01 li{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.accordion-text .num_list_01 li:nth-child(n+10){
  text-indent: -2em;
  padding-left: 2em;
}
@media only screen and (max-width: 799px){
  .accordion-container {
    margin: 5.21vw auto 0;
    max-width: 145.985vw;
  }
  .accordion-list:not(:first-child) {
    margin-top: 4.171vw;
  }
  .accordion-title {
    font-size: 5.38vw;
    padding: 4.171vw 0;
  }
  .accordion-title:before {
    left: 6.465vw;
    width: 8.133vw;
    height: 10.636vw;
  }
  .accoIcon::before {
    width: 4.171vw;
    height: 1.043vw;
    right: 7.299vw;
  }
  .accoIcon::after {
    width: 4.171vw;
    height: 1.043vw;
    right: 7.299vw;
  }
  .accordionWrap p {
    margin-top: 1.043vw;
  }
  /*accordion-text*/
  .accordion-text{
    padding: 3.128vw 4.171vw;
  }
  .accordion-text .ac_ttl{
    font-size: 4.92vw;
    margin-top: 3.128vw;
    margin-bottom: 1.043vw;
  }
  .accordion-text .ac_text,
  .accordion-text li{
    font-size: 4.503vw;
  }
  .accordion-text .ac_notice{
    font-size: 3.668vw;
  }
}
/*------------section_04------------*/
.section_04{
  background-image: url("/bakuage/nintendo-software/campaign_202604/assets/images/bg_01.png");
  background-size: 30px 29px;
  background-repeat: repeat;
}
.section_04 .lp_inner{
  padding-top: 40px;
  padding-bottom: 80px;
}
.section_04 .white_box{
  background-color: #fff;
  box-shadow: 0px 0px 20px 10px rgba(192, 233, 105, 0.4);
  text-align: center;
}
.section_04 .white_box_ttl{
  background-color: #8FD800;
  padding: 20px;
  font-size: 50px;
  font-weight: 710;
  text-align: center;
  letter-spacing: 5px;
  color: #fff;
}
.section_04 .white_box .white_box_inner{
  padding: 60px 40px;
}
.section_04 .white_box .white_box_inner .step_top_text{
  font-size: 32px;
  font-weight: 710;
}
@media only screen and (max-width: 959px){
  .section_04{
    background-size: 3.125vw 3.021vw;
  }
  .section_04 .lp_inner{
    padding-top: 4.167vw;
    padding-bottom: 8.333vw;
  }
  .section_04 .white_box{
    box-shadow: 0px 0px 2.08vw 1.04vw rgba(192, 233, 105, 0.4);
  }
  .section_04 .white_box_ttl{
    padding: 2.083vw;
    font-size: 5.208vw;
    font-weight: 710;
    letter-spacing: 0.521vw;
  }
  .section_04 .white_box .white_box_inner{
    padding: 6.25vw 4.167vw;
  }
  .section_04 .white_box .white_box_inner .step_top_text{
    font-size: 3.333vw;
  }
}
@media only screen and (max-width: 799px){
  .section_04 .white_box_ttl{
    font-size: 6.631vw;
    letter-spacing: 0.521vw;
  }
  .section_04 .white_box .white_box_inner .step_top_text{
    font-size: 4.554vw;
  }
}
/*------------section_05------------*/
.section_05{
  background-image: url("/bakuage/nintendo-software/campaign_202604/assets/images/bg_01.png");
  background-size: 30px 29px;
  background-repeat: repeat;
}
.section_05 .lp_inner{
  padding-top: 80px;
  padding-bottom: 80px;
}
/*ac*/
.accordion{
  border-radius: 20px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.switch{
  position: relative;
  background: #8FD800;
  padding: 40px 100px 40px 90px;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  text-align: left;
  font-size: 28px;
  font-weight: 710;
}
.switch.open{
  border-radius: 20px 20px 0 0;
}
.contentWrap{
  background: #fff;
  text-align: left;
  padding: 40px 40px 40px 90px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  border-radius: 0 0 20px 20px;
}
.contentWrap:before{
  content: "";
  background-image: url(/bakuage/nintendo-software/campaign_202604/assets/images/icon_a.png);
  background-size: 27.5px 42.5px;
  width: 27.5px;
  height: 42.5px;
  position: absolute;
  top: 40px;
  left: 35px;
}
.switch:before{
  content: "";
  background-image: url(/bakuage/nintendo-software/campaign_202604/assets/images/icon_q.png);
  background-size: 30px 43px;
  width: 30px;
  height: 43px;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.switch:after{
  content: "";
  background-image: url(/bakuage/nintendo-software/campaign_202604/assets/images/ac_arrow_open.png);
  background-size: 23.5px 15.5px;
  width: 23.5px;
  height: 15.5px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}
.switch.open:after{
  background-image: url(/bakuage/nintendo-software/campaign_202604/assets/images/ac_arrow_close.png);
}
.displayNone{display: none;}
@media only screen and (max-width: 959px){
  .section_05{
    background-size: 3.125vw 3.021vw;
  }
}
@media only screen and (max-width: 799px){
  .section_05 .lp_inner{
    padding-top: 8.342vw;
    padding-bottom: 8.342vw;
  }
  /*ac*/
  .accordion{
    border-radius: 2.086vw;
    max-width: 145.985vw;
  }
  .switch{
    padding: 4.171vw 10.428vw 4.171vw 9.385vw;
    border-radius: 2.086vw;
    font-size: 4.337vw;
  }
  .switch.open{
    border-radius: 2.086vw 2.086vw 0 0;
  }
  .contentWrap{
    padding: 4.171vw 4.171vw 4.171vw 9.385vw;
    font-size: 3.92vw;
    border-radius: 0 0 2.086vw 2.086vw;
  }
  .contentWrap:before{
    background-size: 2.868vw 4.432vw;
    width: 2.868vw;
    height: 4.432vw;
    top: 4.171vw;
    left: 3.65vw;
  }
  .switch:before{
    background-size: 3.128vw 4.484vw;
    width: 3.128vw;
    height: 4.484vw;
    left: 3.65vw;
  }
  .switch:after{
    background-size: 2.45vw 1.616vw;
    width: 2.45vw;
    height: 1.616vw;
    right: 3.65vw;
  }
}
/*------------float_area------------*/
.float_area{
  background-color: rgb(0 0 0 / 0.36);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}
.fixed{
  opacity: 1;
  z-index: 10;
}
.float_area ul{
  display: flex;
  justify-content: center;
}
.float_area ul li:nth-child(2){
  margin-left: 30px;
}
/*-----grd_btn a-----*/
.float_area ul li .grd_btn a{
  box-shadow: 0px 5px 10px 0px rgba(121, 69, 31, 0.9);
}
.float_area ul li .grd_btn a{
  height: 85px;
  width: 410px;
  font-size: 24px;
}
.float_area ul li .grd_btn p{
  top: 7px;
  left: 10px;
  border: 3px solid #fff;
  height: 72px;
  width: 392px;
}
/*-----grd_btn a-----*/
.float_area ul li .grd_btn a{
  box-shadow: 0px 5px 10px 0px rgba(121, 69, 31, 0.9);
}
.float_area ul li .grd_btn a{
  height: 85px;
  width: 410px;
  font-size: 24px;
}
.float_area ul li .grd_btn p{
  top: 7px;
  left: 10px;
  border: 3px solid #fff;
  height: 72px;
  width: 392px;
}
/*.float_area ul li .grd_btn a:after{
	right: 20px;
	width: 46.5px;
	height: 22.5px;
}*/
@media only screen and (max-width: 959px){
  /*-----grd_btn a-----*/
  .float_area ul li .grd_btn a{
    box-shadow: 0px 0.52vw 1.04vw 0px rgba(17, 44, 1, 0.33);
  }
  .float_area ul li:nth-child(2){
    margin-left: 3.125vw;
  }
  .float_area ul li .grd_btn a{
    height: 8.863vw;
    width: 42.753vw;
    font-size: 2.503vw;
  }
  .float_area ul li .grd_btn p{
    top: 0.73vw;
    left: 1.043vw;
    border: 0.31vw solid #fff;
    height: 7.508vw;
    width: 40.876vw;
  }
  .float_area ul li .grd_btn p span.style_01{
    font-size: 2.19vw;
  }
  .float_area ul li .grd_btn a:after{
    right: 2.083vw;
    width: 4.844vw;
    height: 2.344vw;
  }
  .float_area{
    padding: 1.56vw 0;
    max-width: 100.104vw;
  }
}
/*------------footer------------*/
.page-docomo-lp .page-second #include_footer_menu footer{
  padding-bottom: 140px;
}
@media only screen and (max-width: 959px){
  .page-docomo-lp .page-second #include_footer_menu footer{
    padding-bottom: 15vw;
  }
}
/*close*/
.cp_attention_outer{
	padding-top: 15px;
}
.cp_attention__txt3 {
    max-width: 960px;
    min-width: 300px;
    border: 2px solid;
    color: #cc0033;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto 15px;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
}