@charset "SHIFT_JIS";
/******************** header ***********************/
.cp-hd-inner {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}
.cp-hd {
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 88px;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.cp-logo-docomo img { width: 140px;margin-left: 20px;}
/* d acount */
.cp-logo-daccount {
  position: absolute;
  top: 21px;
  right: 10px;
}
.cp-logo-daccount .logo img {
  width: auto;
}
@media only screen and (max-width: 768px){
  .cp-hd{
    height: 12.7vw;
  }
  .cp-logo-docomo img{
    width: 23.8vw;
    margin-left: 2.4vw;
  }
}
/******************** /header ***********************/
/*------------common------------*/
.lp_wrap img{
  max-width: fit-content;
  width: 100%;
}
.lp_wrap{
  background-color: #fff;
  color: #575757;
}
.lp_outer{
  max-width: 960px;
  margin: 0 auto;
}
.lp_inner{
  padding: 0 60px;
}
/*parts*/
.text_wrap{
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.icon_wrap{
  text-align: center;
}
.icon_ttl{
  text-align: center;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.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;}
.mt-110{margin-top: 110px;}
.mt-120{margin-top: 120px;}
.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: 700;}
.color_white{color: #fff;}
.under_line{text-decoration: underline;}
.list_indent_1 li,.indent_1{text-indent: -1em; padding-left: 1em;}
.font_mini{font-size: 0.9em;}
@media only screen and (max-width: 959px){
  .lp_outer{
    max-width: 100.104vw;
  }
  .lp_inner{
    padding: 0 6.257vw;
  }
  /*parts*/
  .icon_wrap img{
    width: 6.26vw;
    margin: 0 auto;
  }
  .icon_ttl{
    font-size: 6.048vw;
  }
  .mt-5{margin-top: 0.521vw;}
  .mt-10{margin-top: 1.043vw;}
  .mt-15{margin-top: 1.564vw;}
  .mt-20{margin-top: 2.086vw;}
  .mt-30{margin-top: 3.128vw;}
  .mt-40{margin-top: 4.171vw;}
  .mt-50{margin-top: 5.214vw;}
  .mt-60{margin-top: 6.257vw;}
  .mt-70{margin-top: 7.299vw;}
  .mt-80{margin-top: 8.342vw;}
  .mt-90{margin-top: 9.385vw;}
  .mt-100{margin-top: 10.428vw;}
  .mt-110{margin-top: 11.47vw;}
  .mt-120{margin-top: 12.513vw;}
}
/*------------btn------------*/
.btn_top_text{
 font-size: 32px;
 font-weight: 700;
}
.grd_btn.btn_01 a{
  box-shadow: 0px 10px rgba(198, 44, 52, 0.45);
  background: linear-gradient(to bottom, #C62C34, #63161A);
}
.grd_btn.btn_02 a{
  box-shadow: 0px 10px rgba(45, 53, 74, 0.45);
  background: linear-gradient(to bottom, #646D8E, #2D354A);
}
.grd_btn a{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
}
.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;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
	right: 65px;
	width: 30px;
	height: 30px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}

@media only screen and (max-width: 959px){
  .btn_top_text{
   font-size: 3.333vw;
  }
  .grd_btn.btn_01 a{
    box-shadow: 0px 1.0416vw rgba(198, 44, 52, 0.45);
  }
  .grd_btn.btn_02 a{
    box-shadow: 0px 1.0416vw rgba(45, 53, 74, 0.45);
  }
  .grd_btn a{
    height: 15.641vw;
    width: 75.078vw;
    border-radius: 10.428vw;
    font-size: 4.38vw;
  }
  .grd_btn p{
    top: 1.147vw;
    left: 1.773vw;
    border: 0.31vw solid #fff;
    height: 13.034vw;;
    width: 71.95vw;
    border-radius: 10.428vw;
  }
  .grd_btn p span.style_01{
    font-size: 3.337vw;
  }
  .grd_btn a:after{
    right: 6.778vw;
    width: 3.128vw;
    height: 3.128vw;
    border-top: 0.42vw solid #fff;
    border-right: 0.42vw solid #fff;
  }
}
/*------------check_btn------------*/
.grd_btn button{
  position: relative;
  display: block;
  height: 150px;
  width: 720px;
  border-radius: 100px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.2em;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  /*未チェック*/
  background: #999;
}
/*チェック*/
.grd_btn button.entry-btnStyle_checked{
  cursor: pointer;
  box-shadow: 0px 10px rgba(45, 53, 74, 0.45);
  background: linear-gradient(to bottom, #646D8E, #2D354A);
}
.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;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  content: "";
	right: 65px;
	width: 30px;
	height: 30px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
@media only screen and (max-width: 959px){
  .grd_btn button{
    height: 15.641vw;
    width: 75.078vw;
    border-radius: 10.428vw;
    font-size: 4.38vw;
  }
  .grd_btn button.entry-btnStyle_checked{
    box-shadow: 0px 1.0427vw rgba(45, 53, 74, 0.45);
  }
  .grd_btn span.btn_outer{
    top: 1.147vw;
    left: 1.773vw;
    border: 0.31vw solid #fff;
    height: 13.034vw;;
    width: 71.95vw;
    border-radius: 10.428vw;
  }
  .grd_btn button:after{
    right: 6.778vw;
    width: 3.128vw;
    height: 3.128vw;
    border-top: 0.42vw solid #fff;
    border-right: 0.42vw solid #fff;
  }
}
.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;
  }
}
/*------------ac------------*/
.ac_switch{
  position: relative;
  cursor: pointer;
  background: #626262;
  padding: 24px 60px 24px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.ac_contents{
  background: #333;
  color: #fff;
  padding: 40px;
}
.ac_area_02 .ac_contents{
  background: #333333;
  color: #fff;
}
.ac_switch:after,
.ac_switch.ac_open:after{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.ac_switch:after{
  background:url("/bakuage/netflix/preview_screening/202511/assets/images/open.png");
  background-size: 100% 100%;
}
.ac_switch.ac_open:after{
  background:url("/bakuage/netflix/preview_screening/202511/assets/images/close.png");
  background-size: 100% 100%;
}
.ac_none{display: none;}
.ac_contents.bg_black{
  background-color: #000;
  padding: 0;
}
.ac_contents sup{
  font-size: 0.8em;
  vertical-align: top;
}
@media only screen and (max-width: 959px){
  .ac_switch{
    padding: 2.503vw 6.257vw 2.503vw 3.128vw;
    font-size: 3.128vw;
  }
  .ac_contents{
    padding: 4.171vw;
  }
  .ac_switch:after,
  .ac_switch.ac_open:after{
    width: 2.086vw;
    height: 2.086vw;
    right: 3.128vw;
  }
}
/*------------kv------------*/
.kv_wrap_01,
.kv_wrap_02,
.kv_wrap_03,
.kv_wrap_04{
  text-align: center;
}
.kv_wrap_01{
  background-color: #000;
  padding: 60px 0;
}
.kv_wrap_02{
  background-color: #e0e8e9;
}
.kv_wrap_02 img{
  max-width: 100%;
}
.kv_wrap_03{
  background-color: #000;
  margin-top: -1px;
}
.kv_wrap_04{
  background-color: #D49E37;
}
@media only screen and (max-width: 959px){
  .kv_wrap_01{
    padding: 6.257vw 0;
  }
  .kv_wrap_01 img{
    width: 75.7291vw;
  }
}
/*------------other------------*/
.bg_wrap{
  background-image: url(/bakuage/netflix/preview_screening/202511/assets/images/bg_01.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
/*------------section_01------------*/
.section_01{
  padding: 60px 0 80px;
}
.section_01 .white_tr_wrap{
  background-color: rgb(255 255 255 / 0.6);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.section_01 .text_01{
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  }
.section_01 .text_01:before{
  position: absolute;
  content: "";
  background-image: url(/bakuage/netflix/preview_screening/202511/assets/images/line_l.png);
  background-size: 100% 100%;
  width: 26px;
  height: 54px;
  bottom: 0;
  left: -46px;
}
.section_01 .text_01:after{
  position: absolute;
  content: "";
  background-image: url(/bakuage/netflix/preview_screening/202511/assets/images/line_r.png);
  background-size: 100% 100%;
  width: 26px;
  height: 54px;
  bottom: 0;
  right: -46px;
}
@media only screen and (max-width: 959px){
  .section_01{
    padding: 6.257vw 0 8.342vw;
  }
  .section_01 .white_tr_wrap{
    box-shadow: 0px 0px 1.56vw 0px rgba(0, 0, 0, 0.35);
  }
  .section_01 .text_01{
    font-size: 4.588vw;
    }
  .section_01 .text_01:before{
    width: 2.711vw;
    height: 5.631vw;
    left: -4.797vw;
  }
  .section_01 .text_01:after{
    width: 2.711vw;
    height: 5.631vw;
    right: -4.797vw;
  }
  .section_01 .img_02 img{
    width: 72.37vw;
    margin: 0 auto;
  }
  .section_01 .img_03 img{
    width: 76.12vw;
    margin: 0 auto;
  }
}
/*------------section_02------------*/
.section_02{
  padding-bottom: 350px;
}
.section_02 .icon_ttl{
  margin-bottom: 60px;
}
.section_02 .text_01{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
.section_02 .text_02{
  font-size: 31px;
}
.table_wrap table,
.table_wrap td,
.table_wrap th{
  border-collapse: collapse;
}
.table_wrap table{
  margin-left: auto;
  margin-right: auto;
}
.table_wrap td{
  vertical-align: top;
  font-size: 36px;
  font-weight: 700;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
.table_wrap table td:first-child{
  color: #D49E37;
  padding-right: 20px;
  width: 31%;
}
.table_wrap table td span.style_01{
  font-size: 40px;
}
.table_wrap table td span.style_02{
  font-size: 46px;
}
.table_wrap table td span.style_03,
.table_wrap table td span.style_04{
display: inline-block;
}
.table_wrap table td span.style_03{
  font-size: 20px;
  margin-right: 10px;
  color: #2DCBB8;
}
.table_wrap table td span.style_04{
  font-size: 20px;
}
.table_wrap table td span.style_05{
  margin-left: 30px;
}
@media only screen and (max-width: 959px){
  .section_02{
    padding-bottom: 36.4583vw;
  }
  .section_02 .icon_ttl{
    margin-bottom: 6.257vw;
  }
  .section_02 .text_01{
    font-size: 3.754vw;
  }
  .section_02 .text_02{
    font-size: 3.23vw;
  }
  .table_wrap td{
    font-size: 3.754vw;
    padding: 1.043vw 0;
  }
  .table_wrap table td:first-child{
    padding-right: 2.086vw;
  }
  .table_wrap table td span.style_01{
    font-size: 4.171vw;
  }
  .table_wrap table td span.style_02{
    font-size: 4.797vw;
  }
  .table_wrap table td span.style_03{
    font-size: 2.086vw;
    margin-right: 1.043vw;
  }
  .table_wrap table td span.style_04{
    font-size: 2.086vw;
  }
  .table_wrap table td span.style_05{
    margin-left: 3.128vw;
  }
}
/*------------section_03------------*/
.section_03 .lp_outer{
  position: relative;
  background-color: #000;
  padding-top: 160px;
  margin-top: -1px;
}
.section_03 .ab_wrap{
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.section_03 .icon_ttl{
  color: #fff;
}
.section_03 .step_ttl{
  background-color: #F7E9CE;
  text-align: center;
  color: #D49E37;
  font-weight: 700;
  padding: 30px 0;
  border-radius: 10px 10px 0 0;
}
.section_03 .step_ttl span{
  display: inline-block;
}
.section_03 .text_01{
  font-size: 32px;
  letter-spacing: 0.2em;
}
.section_03 .text_01 .style_01{
  font-size: 42px;
  margin-right: 50px;
  margin-left: 5px;
}
.section_03 .text_02{
  font-size: 32px;
}
.section_03 .step_white_box{
  background-color: #fff;
  text-align: center;
  padding: 50px 0 80px;
  border-radius: 0 0 10px 10px;
}
.section_03 .text_03{
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.section_03 .text_04{
  font-size: 26px;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
.section_03 .text_05{
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
}
.section_03 .text_05:before{
  position: absolute;
  content: "";
  background-image: url(/bakuage/netflix/preview_screening/202511/assets/images/line_l.png);
  background-size: 100% 100%;
  width: 18px;
  height: 42px;
  bottom: 0;
  left: -38px;
}
.section_03 .text_05:after{
  position: absolute;
  content: "";
  background-image: url(/bakuage/netflix/preview_screening/202511/assets/images/line_r.png);
  background-size: 100% 100%;
  width: 18px;
  height: 42px;
  bottom: 0;
  right: -38px;
}
.section_03 .plan_ttl{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (max-width: 959px){
  .section_03 .lp_outer{
    padding-top: 16.684vw;
  }
  .section_03 .ab_wrap{
    top: -5.214vw;
  }
  .section_03 .step_ttl{
    padding: 3.128vw 0;
    border-radius: 1.043vw 1.043vw 0 0;
  }
  .section_03 .text_01{
    font-size: 3.337vw;
  }
  .section_03 .text_01 .style_01{
    font-size: 4.38vw;
    margin-right: 5.214vw;
    margin-left: 0.521vw;
  }
  .section_03 .text_02{
    font-size: 3.337vw;
  }
  .section_03 .step_white_box{
    padding: 5.214vw 0 8.34vw;
    border-radius: 0 0 1.043vw 1.043vw;
  }
  .section_03 .text_03{
    font-size: 3.754vw;
  }
  .section_03 .text_04{
    font-size: 2.711vw;
  }
  .section_03 .text_05{
    font-size: 3.337vw;
  }
  .section_03 .text_05:before{
    width: 1.877vw;
    height: 4.38vw;
    left: -3.962vw;
  }
  .section_03 .text_05:after{
    width: 1.877vw;
    height: 4.38vw;
    right: -3.962vw;
  }
  .section_03 .img_05 img{
    width: 23.77vw;
    margin: 0 auto;
  }
  .section_03 .plan_ttl{
    font-size: 4.171vw;
    padding-bottom: 3.128vw;
  }
}
/*------------section_04------------*/
.section_04 .lp_outer.outer_01{
  background-color: #000;
  padding-top: 100px;
}
.section_04 .lp_outer.outer_02{
  background-color: #000;
  padding-top: 50px;
}
.section_04 .plan-area{
  padding: 20px 0;
}
.section_04 .sub_ttl{
  font-size: 36px;
  font-weight: 700;
  padding-left: 25px;
  border-left: 7px solid #2DCBB8;
  color: #fff;
}
@media only screen and (max-width: 959px){
  .section_04 .lp_outer.outer_01{
    padding-top: 10.428vw;
  }
  .section_04 .lp_outer.outer_02{
    padding-top: 5.214vw;
  }
  .section_04 .plan-area{
    padding: 2.086vw 0;
  }
  .section_04 .sub_ttl{
    font-size: 3.754vw;
    padding-left: 2.607vw;
    border-left: 0.73vw solid #2DCBB8;
  }
}
/*------------section_05------------*/
.section_05 .lp_outer{
  background-color: #000;
  padding-top: 80px;
  margin-top: -1px;
}
.section_05{
  color: #fff;
}
.section_05 a{
  text-decoration: underline;
}
.section_05 a:hover{
  text-decoration: none;
}
.section_05 .ttl_01{
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #FEFD32;
}
.section_05 .text_01{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.section_05 .text_02{
  text-align: center;
  font-size: 28px;
}
.section_05 .text_03{
  font-size: 30px;
}
.section_05 .text_04{
  font-size: 32px;
}
.section_05 .text_05{
  font-size: 26px;
}
@media only screen and (max-width: 959px){
  .section_05 .lp_outer{
    padding-top: 8.342vw;
  }
  .section_05 .ttl_01{
    font-size: 4.38vw;
  }
  .section_05 .text_01{
    font-size: 3.337vw;
  }
  .section_05 .text_02{
    font-size: 2.92vw;
  }
  .section_05 .text_03{
    font-size: 3.128vw;
  }
  .section_05 .text_04{
    font-size: 3.337vw;
  }
  .section_05 .text_05{
    font-size: 2.711vw;
  }
}
/*------------float_area------------*/
.float_area{
  display: none;
  background-color: rgb(255 255 255 / 0.36);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 960px;
  width: 100%;
  z-index: 10;
}
.float_area ul li.float_mgn{
  margin-top: 15px;
}
.page-docomo-lp .page-second footer{
  padding-bottom: 310px;
  margin-top: -1px;
}
/*parts*/
.float_area ul li .grd_btn.btn_01 a{
  box-shadow: 0px 5px rgba(198, 44, 52, 0.45);
}
.grd_btn button.entry-btnStyle_checked{
  box-shadow: 0px 5px rgba(45, 53, 74, 0.45);
}
.float_area ul li .grd_btn a,
.float_area ul li .grd_btn button{
  height: 85px;
  width: 410px;
  font-size: 24px;
}
.float_area ul li .grd_btn p,
.float_area .grd_btn span.btn_outer{
  top: 7px;
  left: 10px;
  border: 3px solid #fff;
  height: 72px;
  width: 392px;
}
.float_area ul li .grd_btn p span.style_01{
  font-size: 21px;
}
.float_area ul li .grd_btn a:after,
.float_area ul li .grd_btn button:after{
	right: 37px;
	width: 17px;
	height: 17px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
}
.float_area .btn_wrap label{
  color: #000;
}
@media only screen and (max-width: 959px){
  .float_area ul li.float_mgn{
    margin-top: 1.563vw;
  }
  /*parts*/
  .float_area ul li .grd_btn.btn_01 a{
    box-shadow: 0px 0.5208vw rgba(198, 44, 52, 0.45);
  }
  .float_area .grd_btn button.entry-btnStyle_checked{
    box-shadow: 0px 0.5208vw rgba(45, 53, 74, 0.45);
  }
  .float_area ul li .grd_btn a,
  .float_area ul li .grd_btn button{
    height: 8.863vw;
    width: 42.753vw;
    font-size: 2.503vw;
  }
  .float_area ul li .grd_btn p,
  .float_area .grd_btn span.btn_outer{
    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,
  .float_area ul li .grd_btn button:after{
    right: 3.858vw;
    width: 1.773vw;
    height: 1.773vw;
    border-top: 0.42vw solid #fff;
    border-right: 0.42vw solid #fff;
  }
  .float_area{
    padding: 1.56vw 0;
    max-width: 100.104vw;
  }
  .page-docomo-lp .page-second footer{
    padding-bottom: 37.0416vw;
  }
}
/*------------調整------------*/
#main{
  max-width: inherit;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
#header{
  display: block;
}
.plan-area{
  color: #fff;
  margin-bottom: 0;
}
.page-docomo-lp footer{
  background-color: #000;
}
.link-btn{
  text-decoration: none;
}
.plan-box .note{
  text-align: left;
}
.toggle-area .toggle-title{
  text-align: left;
}
.toggle-body.toggle-01,
.toggle-body.toggle-03{
  text-align: left;
  color: #fff;
}
.toggle-area .toggle-body.s_noBg.toggle-02{
  background-color: #000;
  color: #fff;
}
.plan_wrap{
  overflow: hidden;
}
.color-title,
.s_strong{
  color: #D9BD53;
}
.ac_contents .note{
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 0.9em;
}
@media (min-width: 1367px), print{
  .plan-area{
    width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
  .plan-box h3{
    width: 100%;
  }
  .link-btn{
    font-size: 3.43rem;
  }
  .plan-box .circle + span{
    font-size: 4.42rem;
  }
  .plan-box .note{
    font-size: 2.82rem;
  }
  .slide-btn.s_left,
  .slide-btn.s_right{
    display: none!important;
  }
}
@media (min-width: 769px) and (max-width: 1366px){
  .white_box_wrap .top_ttl{
    font-size: 2.341vw;
  }
  .white_box_wrap .top_notice{
    font-size: max(1.46vw,10px);
    margin-top: 1.464vw;
  }
  .contents_wrap,
  .white_box_inner{
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .plan-area{
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
  }
  .slide-area{
    margin: 0 0.62vw 2.05vw;;
  }
  .plan-box h3{
    width: 100%;
    font-size: 1.9vw;
    margin-bottom: 3.29vw;
  }
  .link-btn{
    font-size: 3.43rem;
  }
  .plan-box .circle + span{
    font-size: 4.42rem;
  }
  .plan-box .note{
    font-size: 2.82rem;
  }
  .slide-btn.s_left,
  .slide-btn.s_right{
    display: none!important;
  }
  /*サイズ調整*/
  .plan-box{
    padding: 2.2vw 0 1.32vw;
  }
  .plan-box .block{
    padding: 1.76vw 2.34vw;
  }
  .slide-area ul > li{
    padding: 0 0.59vw;
  }
  .plan-box .circle{
    font-size: 1.32vw;
    padding-top: 0.6vw;
    width: 5.64vw;
    height: 5.64vw;
  }
  .plan-box .circle strong{
    font-size: 2.05vw;
  }
  .plan-box .circle strong small{
    font-size: 1.46vw;
  }
  .plan-box .circle + span{
    font-size: 1.61vw;
  }
  .plan-box .lead{
    gap: 2.2vw;
  }
  .plan-box .lead{
    margin-bottom: 2.34vw;
  }
  .plan-box .block{
    padding: 0.95vw 1.32vw; 
  }
  .plan-box dt{
    font-size: 1.68vw;
  }
  .plan-box dd{
    font-size: 2.27vw;
  }
  .plan-box dd strong{
    font-size: 3.51vw;
  }
  .plan-box dt small{
    font-size: 1.32vw;
  }
  .plan-box .note{
    margin-top: 1.1vw;
    font-size: 1.12vw;
  }
  .plan-box .block:nth-child(2){
    min-height: 12.08vw;
  }
  .plan-box .block:last-child{
    padding: 1.61vw;
  }
  .plan-box .btn-text{
    margin-bottom: 1.32vw;
    font-size: 1.76vw;
  }
  .link-btn{
    font-size: 1.24vw;
    height: 5.27vw;
  }
}
@media (max-width: 768px){
  .white_box_wrap .top_ttl{
    font-size: 4.067vw;
  }
  .white_box_wrap .top_notice{
    font-size: max(2.6vw,10px);
    margin-top: 2.601vw;
  }
  .contents_wrap,
  .white_box_inner,
  .btn_area_wrap{
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }
  .contents_wrap{
    background-size: contain;
  }
  .plan-area{
    margin: 0 6vw;
  }
  .plan-box .note{
    font-size: 3.12rem;
  }
}
/*close*/
.page-docomo-lp__main{
  background-color: #fff;
}
.cp_attention__txt3 {
    max-width: 700px;
    min-width: 300px;
    border: 2px solid;
    color: #cc0033;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto;
    padding: 3% 30px;
    text-align: center;
    background: #fff;
}
@media only screen and (min-width: 769px){
  .pc_none{display: none;}
}
@media only screen and (max-width: 768px){
  .pc_none{display: block;}
}
