@charset "utf-8";

em{
	font-style: normal;
}

#p-similation_zone *,
#p-similation_zone *:after,
#p-similation_zone *:before{
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

#p-similation_zone{
  font-family: 'Noto Sans JP', sans-serif;
  color: #3e3d3d;
}

.input_area{

}

.bt_input{
  cursor: pointer;
}

.hide {
    display: none;
}
.d_b { display: block;}

.d_flex {
  display: flex;
}

.d_inlineflex {
  display: inline-flex;
}

.flex_wrap {
  flex-wrap: wrap !important;
}

.flex_column {
  flex-direction: column !important;
}

.justify_content_between {
  justify-content: space-between !important;
}

.justify_content_center {
  justify-content: center !important;
}

.justify_content_end {
  justify-content: flex-end !important;
}

.align_items_center {
  align-items: center !important;
}

.align_items_end {
  align-items: flex-end !important;
}

.align_items_baseline {
  align-items: baseline !important;
}

/*
--------------------------------- radiobtn ---------------------------------
*/
.p-tab_switch { position:relative; }
.radio01-input{
  display: none;
}
/*
.radio01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
  line-height:1;
}

.radio01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #fff;
  margin-top: -6.5px;
}
/*
.radio01-input:checked + .radio01-parts{
  color: #E93817;
}
.p-tab_switch_wrap .p-tab_switch.active .radio01-parts::after,
.radio01-input:checked + .radio01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  width: 11px;
  height: 11px;
  background: #E93817;
  border-radius: 50%;
  margin-top: -4.5px;
}
*/
a:link.btnTypeEntry, a:visited.btnTypeEntry, a:hover.btnTypeEntry {
  text-decoration: none;
  color: #ffffff;
}
a.btnTypeEntry {
  display: block;
  position: relative;
  padding: 20px 30px 20px;
  /* background: #E93817; */
  background: -webkit-gradient(linear,left top, left bottom,from(#eb5d45),to(#e83416));
  background: linear-gradient(to bottom,#eb5d45 0%,#e83416 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb5d45', endColorstr='#e83416', GradientType=0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 22px;
  font-family: 'Noto Sans Japanese Medium';
  line-height: 1.2;
  color: #ffffff !important;
  text-align: center;
}
a.btnTypeEntry::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -5px;
}
.columnType2 {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mvMobileBtns2 .btnTypeEntry {
  width: 286px;
  margin: 0 auto;
  padding: 11px 0;
	font-size: 16px;
}
.columnType2 .columnType2Child {
  width: 380px;
  float: left;
}
.columnType2 .columnType2Child:nth-child(2n+1) {
  margin-right: 12px;
}
/*
--------------------------------- .btn_area ---------------------------------
*/
.btn_area .btn_wrap.type01 a .text_pickup {
	color: #e94024;
}
.btn_area .btn_wrap.type01 a:hover .text_pickup,
.btn_area .btn_wrap.type01 a.is-active .text_pickup {
	color: #f2ee81;
}
.btn_area{
  margin: 40px 0 0 0;
  text-align: center;
  letter-spacing: -0.4em;
}

.btn_area .btn_wrap{
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  vertical-align:  top;
}

.btn_area .btn_content{
  display: block;
  position: relative;
  width: 100%;
  letter-spacing: -0.4em;
  cursor: pointer;
}

.btn_area .btn_content.disable {
    cursor: not-allowed;
}

.btn_area .btn_content:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
}

.btn_area .btn_text{
  letter-spacing: normal;
  display: inline-block;
  vertical-align:  middle;
}

.btn_area.max1 .btn_wrap.type01{
    width: 100%;
}

/*  .btn_area.max2*/

.btn_area.max2 .btn_wrap.type01{
  width: calc( 100% / 2 - 10px);
  margin-right: 20px;
}
.btn_area.max2 .btn_wrap.type01:nth-child(even),
.btn_area.max2 .btn_wrap.type01:last-child{
  margin-right: 0;
}
.btn_area.max2 .btn_wrap.type01:nth-child(n+3) {
	margin-top: 20px;
}
.btn_area.max2 .btn_wrap.type01 a{
  width: 100%;
  display: inline-block;
}
/*
.step01 .btn_area.max2 .btn_wrap.type01:first-child a:before{
  content: "おすすめ";
  border-radius: 5px 0 5px 0;
  color: #fff;
  background: #e83416;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}
*/
.step01 .btn_area.max2 {
	text-align: left;
}
/*
.step01 .btn_area.max2 .btn_wrap.type01 .text_body01 {
  padding: 40px 0;
}
.step01 .btn_area.max2 .btn_wrap.type01 .text_body02 {
  padding: 30px 0;
}
*/

/*  .btn_area.max3 */

.btn_area.max3 .btn_wrap.type01{
  width: calc( 100% / 3 - 16px);
  margin-right: 23px;
}

.btn_area.max3 .btn_wrap.type01:last-child{
  margin-right: 0;
}

/*  .btn_area.max4 */

.btn_area.max4 .btn_wrap.type01{
  width: calc( 100% / 4 - 12px);
  margin-right: 15px;
}

.btn_area.max4 .btn_wrap.type02{
  width: 144px;
  margin-right: 15px;
}

.btn_area.max4 .btn_wrap.type01:last-child{
  margin-right: 0;
}

.btn_area.max4 .btn_wrap.type02:last-child{
  margin-right: 0;
}

.btn_area.max4 .btn_wrap.type01 a{
  width: 100%;
  display: inline-block;
}


/* .btn_area .btn_wrap.type01 .btn */

.btn_area .btn_wrap.type01 .btn_content{
  border: 1px solid #afafaf;
  padding: 34px 0;
  border-radius: 5px;
}

.btn_area .btn_wrap.type01 a:hover .btn_content,
.btn_area .btn_wrap.type01 a.is-active .btn_content{
  border: 1px solid #E93817;
  background:#FDECEE;
}

.step01 .btn_area .btn_wrap.type01 a:hover .btn_content,
.step01 .btn_area .btn_wrap.type01 a.is-active .btn_content,
.step01 .btn_area .btn_wrap.type01 a:hover .btn_content,
.step01 .btn_area .btn_wrap.type01 a.is-active .btn_content{
  background: none;
}
#sp_step02 .btn_area .btn_wrap.type01 a:hover .btn_content,
#sp_step02 .btn_area .btn_wrap.type01 a.is-active .btn_content{
  border: 1px solid #E93817;
  background:#FDECEE;
}
#sp_step02 .btn_area.max2 li {
	text-align: center;
}
#sp_step01_iphone #data_capacity .btn_area .btn_wrap.type01 a:hover .btn_content,
#sp_step01_iphone #data_capacity .btn_area .btn_wrap.type01 a.is-active .btn_content {
  border: 1px solid #E93817;
  background:#FDECEE;
}
.btn_area .btn_wrap.type01 .btn_text{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn_area .btn_wrap.type01 a:hover .btn_text,
.btn_area .btn_wrap.type01 a.is-active .btn_text,
#sp_step01_iphone #data_capacity .btn_area .btn_wrap.type01 a:hover .btn_content,
#sp_step01_iphone #data_capacity .btn_area .btn_wrap.type01 a.is-active .btn_content {
  color: #333333;
}

/* .btn_area .btn_wrap.type01 .btn */

.btn_area .btn_wrap.type02 .btn_content{
  border: 1px solid #afafaf;
  padding: 33px 5px 15px 5px;
  border-radius: 5px;
	z-index: 2;
}
.btn_area .btn_wrap.type02 a:hover .btn_content,
.btn_area .btn_wrap.type02 a.is-active .btn_content{
  border: 1px solid #E93817;
}


.btn_area .btn_wrap.type01 .btn_min,
.btn_area .btn_wrap.type02 .btn_min{
  height: 27px;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color: #333333;
  border-radius: 2px;
  border: 2px solid #AFAFAF;
  margin: 0 auto;
  width: 120px;
}

.btn_area .btn_wrap.type01 a:hover .btn_min,
.btn_area .btn_wrap.type01 a.is-active .btn_min,
.btn_area .btn_wrap.type02 a:hover .btn_min,
.btn_area .btn_wrap.type02 a.is-active .btn_min{
  background: #FDECEE;
  border: 2px solid #E93817;
  color: #333333;
}
.step01 .btn_area.max2 .btn_wrap.type01 .text_wrap h4 {
	margin: 0;
	padding: 10px 0 35px;
	font-weight: bold;
}
.step01 .btn_area.max2 .btn_wrap.type01 .text_wrap h4 {
	font-weight: bold;
}
.step01 .btn_area.max2 .btn_wrap.type01 .text_wrap h4 + p {
	font-weight: normal!important;
}
/*  .btn_area.max3 */

.btn_area.max3 .btn_wrap.type01 a{
  width: 100%;
  display: inline-block;
  position: relative;
}

.step01 .btn_area.max3 .btn_wrap.type01.sim_recommended a:before{
  content: "おすすめ";
  border-radius: 5px 0 5px 0;
  color: #fff;
  background: #D9161B;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.step01 .btn_area.max3 .btn_wrap.type01.sim_new a:before{
  content: "NEW";
  border-radius: 5px 0 5px 0;
  color: #fff;
  background: #D9161B;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.btn_area.max3 .btn_wrap.type01:last-child{
  margin-right: 0;
}

.btn_area.max3 .btn_wrap.type01 .btn_min{
  font-size: 15px;
  width: 133px;
  height: 34px;
  line-height: 32px;
}

.btn_area.max3 .btn_wrap.type02{
  width: 379px;
  height: 340px;
  margin-right: 26px;
}

.btn_area.max3 .btn_wrap.type02 a{
  width: 100%;
  display: inline-block;
  position: relative;
}

.btn_area.max3 .btn_wrap.type02:first-child a:before{
  content: "おすすめ";
  border-radius: 5px 0 5px 0;
  color: #fff;
  background: #E93817;
  padding: 3px 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}

.btn_area.max3 .btn_wrap.type02:last-child{
  margin-right: 0;
}

.btn_area.max3 .image_wrap{
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  height: 175px;
}

.btn_area.max3 .image_wrap figure img{
	height: 175px;
}

.btn_area.max3 .image_wrap .colors{
  position: absolute;
  bottom: 20px;
  right: -30px;
}

.btn_area.max3 .image_wrap .colors_list{
  width: 17px;
  height: 17px;
  margin: 0 0 5px 0;
  border-radius: 2px;
}

.btn_area.max3 .image_wrap .colors_list:last-child{
  margin-bottom: 0;
}

.btn_area.max3 .btn_wrap.type02 .btn_min{
  font-size: 15px;
  width: 133px;
  height: 34px;
  line-height: 32px;
}

/*  .btn_area.max5 */

.btn_area.max5 .btn_wrap.type02{
  width: 144px;
  height: 155px;
  margin-right: 15px;
}
.btn_area.max5.c3 .btn_wrap.type02 {
  width: calc( 100% / 3 - 16px);
	height: 155px;
	margin-right: 23px;
}
.btn_area.max5.c4 .btn_wrap.type02 {
  width: calc( 100% / 4 - 18px);
	height: 155px;
	margin-right: 23px;
}
.btn_area.max5 .btn_wrap.type02 a{
  width: 100%;
  display: inline-block;
}
.btn_area.max5 .btn_wrap.type02 a:hover, .btn_area.max5 .btn_wrap.type02a:active {
	text-decoration: none;
}
.pickup_icon a:before,
.btn_area.max5 .btn_wrap.type02.recommend a:before{
  content: "おすすめ";
  border-radius: 5px 0 5px 0;
  font-size: 10px;
  color: #fff;
  background: #D9161B;
  padding: 3px 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}
.btn_area.max5 .btn_wrap.type02.pickup a:before{
  content: "イチオシ";
  border-radius: 5px 0 5px 0;
  font-size: 10px;
  color: #fff;
  background: #D9161B;
  padding: 3px 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}
/*
.pittari_icon a:before{
	content: "ぴったり♪パック";
  border-radius: 5px 0 5px 0;
  font-size: 10px;
  color: #fff;
  background: #E93817;
  padding: 3px 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}
*/
.otegaru_icon a:before{
	content: "お手軽♪パック";
  border-radius: 5px 0 5px 0;
  font-size: 10px;
  color: #fff;
  background: #D9161B;
  padding: 3px 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: inline-block;
}
.btn_area.max5 .btn_wrap.type02:last-child{
  margin-right: 0;
}

/*
--------------------------------- titles ---------------------------------
*/

.p-img_title01{
  margin: 0 0 50px 0;
}

.p-img_title01#cheap p{
  line-height: 1.2;
}

.p-img_title02 {
  border: 1px solid #00a5a8;
  margin: 0 0 50px 0;
  padding: 10px;
}

.p_section_title01{
  position: relative;
  padding: 0 0 16px 98px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #E93817;
  text-align: center;
}

.p_section_title02{
  position: relative;
  padding: 0 0 0 98px;
  margin: 0 0 20px 0;
  text-align: center;
}

.p_section_title01 .text01{
  position: absolute;
  top: 0;
  left: 0;
}

.p_section_title02 .text01{
	font-size: 21px;
  font-weight: bold;
  display: inline-block;
}

.p_section_title01 .text02,
.p_section_title01 .text04 {
  font-size: 21px;
  font-weight: bold;
  display: inline-block;
}
.p_section_title01 .text03{
	font-size: 21px;
	font-weight: bold;
	color: #00a5a8;
}
.p-img_title01-price{
  font-size: 34px;
}

.p-section_title02{
 margin: 0 0 17px 0;
  letter-spacing: -0.4em;
}

.p-section_title02 .image,
.p-section_title02 .text{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: normal;
}

.p-section_title02 .image{
  text-align: center;
  width: 30px;
}

.p-section_title02 .text{
  font-size: 17px;
  font-weight: bold;
}

.p-section_title02 .text strong{
  color: #E93817;
}

/* .p-section_title03 */

.p-section_title03{
  text-align: center;
  line-height: 1;
}

.p-section_title03 .p-section_title03_in{
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding: 0 20px 0 20px;
}

.p-section_title03 .p-section_title03_in:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e5e5e5;
}

.p-section_title03 .p-section_title03_content{
  position: relative;
  z-index: 2;
}

/*
--------------------------------- tab ---------------------------------
*/

.p-tab_switch_wrap{
  margin: 0 0 55px 0;
}

.p-tab_switch_wrap .p-tab_switch{
  position: relative;
  border: 2px solid #AFAFAF;
/*  height: 62px;*/
  line-height: 58px;
  background: #ffffff;
  text-align: center;
  color: #333333;
  font-size: 21px;
  font-weight: bold;
/*  width: 250px;*/
  cursor: pointer;
	margin-left: 15px;
	width: calc( 100% / 2 - 10px);
}
.p-tab_switch_wrap .p-tab_switch:first-child {
	margin-left: 0;
}
.p-tab_switch_wrap .p-tab_switch:hover,
.p-tab_switch_wrap .p-tab_switch.active{
  background: #FDECEE;
  color: #333333;
  border: 2px solid #E93817;
}

/* .p-tab_switch_wrap .p-tab_switch:hover:after,
.p-tab_switch_wrap .p-tab_switch.active:after{
  content:"";
  position: absolute;
  width: 38px;
  height: 20px;
  left: 50%;
  bottom: -20px;
  margin: 0 0 0 -19px;
  background: url(../images/p-tab_active.png) no-repeat;
} */

.p-tab_switch_wrap .p-tab_switch:hover:before,
.p-tab_switch_wrap .p-tab_switch.active:before,
.p-tab_switch_wrap .p-tab_switch:hover:after,
.p-tab_switch_wrap .p-tab_switch.active:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}
.p-tab_switch_wrap .p-tab_switch:hover:after,
.p-tab_switch_wrap .p-tab_switch.active:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FDECEE;
  border-width: 21px;
  margin-left: -21px;
}
.p-tab_switch_wrap .p-tab_switch:hover:before,
.p-tab_switch_wrap .p-tab_switch.active:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #E93817;
  border-width: 23px;
  margin-left: -23px;
}









.p-tab_switch_wrap .p-tab_switch{
  float: left;
}
/*
.p-tab_switch_wrap .p-tab_switch.p-tab02{
  float: right;
}*/

.p-tab_content_wrap .p-tab_content{
  display: none;
}

.p-tab_content_wrap .p-tab_content:first-child{
  display: block;
}

.p-selctContent{
  margin: 65px 0;
}

.p-selectPrice{
  text-align: center;
}

.p-selectPrice p{
  display:  inline-block;
  vertical-align:  bottom;
  font-size: 30px;
  line-height: 1;
  color: #00a5a8;
  font-weight: bold;
  margin: 0;
}

.p-selectPrice input[type="text"]{
  display:  inline-block;
  vertical-align:  bottom;
  font-size: 30px;
  color: #3a3a3a;
  width: 290px;
  height: 58px;
  margin: 0 10px;
  padding: 0 15px;
  border: 2px solid #00a5a8;
  border-radius: 4px;
}
/*  #result_zone */

.result_zone{
  margin: 50px 0 0 0;
  display: none;
}

/*  #result_box */

#result_box{
  letter-spacing: -0.4em;
  margin: 0 0 50px 0;
}

#result_box .p-result_content{
  letter-spacing: normal;
  display: inline-block;
  vertical-align:  middle;
}

/*  #result_box01 */

#result_box01{
  width: 236px;
}

#result_box01_in{
  border: 3px solid #3a3a3a;
  border-radius: 6px;
}

#result_box01_title{
  text-align: center;
  background: #3a3a3a;
  color: #ffffff;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#result_box01_text{
  font-size: 18px;
  line-height: 1;
  padding: 15px;
  text-align: center;
  margin: 0;
}

#result_box01_price{
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.025em;
  margin: 0 0.1em 0 0;
}

/*  #result_box02 */

#result_box02,
#result_box03 {
  /*width: 448px;*/
	width: 100%;
}
.result_box_in,
#result_box02_in,
#result_box03_in {
  position: relative;
  border: 3px solid #AFAFAF;
  border-radius: 6px;
  text-align: center;
}
.result_box_in:after,
#result_box02_in:after,
#result_box03_in:after {
  content: "";
  position: absolute;
  width: 86px;
  height: 98px;
/*  background: url(../images/p-result_img01.png) no-repeat;*/
  bottom: -10px;
  right: 25px;
}
.result_box_title {
  text-align: center;
  background: #FFF2F0;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0 5px 0;
	margin: 0;
}
.result_box_title i {
	font-style: normal;
}
.result_box_inner {
	width: 520px;
	margin: 0 auto;
}
.price_diff .result_box_inner {
	padding: 10px 0;

}
#result_box02_title,
#result_box03_title {
  text-align: center;
  background: #00a5a8;
  color: #ffffff;
  font-size: 14px;
  height: 34px;
  line-height: 32px;
  font-weight: bold;
  padding: 0 0 2px 0;
}

#result_box02_title img,
#result_box03_title img {
  display: inline-block;
  vertical-align: middle;
}

#result_box02_title span,
#result_box03_title span{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 5px 18px;
  margin: 0 10px;
}

#result_box02_content,
#result_box03_content {
  padding: 15px 50px 15px 15px;
  display: inline-block;
  text-align: left;
}

.sim #result_box02_content{
  padding-top: 40px;
  padding-bottom: 40px;
}

#result_box02_in_head,
#result_box03_in_head{
  font-weight: bold;
  color: #f8b500;
  text-align: center;
  font-size: 14px;
}

#result_box02_in_head span,
#result_box03_in_head span{
  display: inline-block;
}

#result_box02_price,
#result_box03_price{
  text-align: center;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
}

#result_box02_price span,
#result_box03_price span{
  position: relative;
}

#result_box02_price sup,
#result_box03_price sup{
  position: absolute;
  left: 0;
  top: -15px;
}

#result_box_arrow{
  text-align: center;
  background: url(../images/p-result_arrow01.png) no-repeat center center;
  width: 98px;
  height: 114px;
  padding: 22px 0;
  font-size: 18px;
  letter-spacing: -0.02em;
  font-weight: bold;
}
.terminal_payment {
  margin: 10px auto 15px;
}
.terminal_payment h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.terminal_payment table {
	border: none;
	font-size: 18px;
	margin-bottom: 0;
}
.terminal_payment table th,
.terminal_payment table td {
	background: #ffffff;
	padding: 0;
	border: 0;
	font-size: 18px;
}
.terminal_payment table th {
	text-align: left;
	line-height: 2;
	font-weight: normal;
}
.terminal_payment table td {
	text-align: right;
}
.breakdown_wrap .terminal_payment table th {
	font-weight: normal;
}
.breakdown_wrap h3 {
	background: #707070;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
	margin-bottom: 10px;
}
#result_box_arrow.black{
  background: url(../images/p-result_arrow02.png) no-repeat center center;
}

/*  .p-gray_box */

.p-gray_box{
  padding: 20px;
  background: #f2f2f2;
}

/*  .p-apply_box*/

.p-apply_box{
  display: table;
  width: 100%;
}

.p-apply_box .p-apply_box_in{
  display: table-cell;
  vertical-align:  top;
}

.p-apply_box .p-apply_box_in{
  border-right: 1px solid #dedede;
}

.p-apply_box .p-apply_box_in:nth-child(1){
  padding-right: 20px;
}

.p-apply_box .p-apply_box_in:nth-child(2){
  padding-left: 20px;
  border-right: none;
}

/* #recommend_result */

#recommend_result{
  margin: 20px 0 0 0;
}

/* .p-recommend_result_box */

.p-recommend_result_box{
  position: relative;
  background: #f5f5f5;
  padding: 0;
  margin: 0 0 55px 0;
}
.p-recommend_result_box h2 {
	display: table;
	width: 163px;
	height: 150px;
	background: #00a5a8;
	color:#fff;
}
.p-recommend_result_box h2 span {
  display: table-cell;
  vertical-align: middle;
}
.p-recommend_result_box:last-child:after{
  display: none;
}

.p-recommend_result_box_in{
  width: 621px;
  text-align: center;
  padding-top: 25px;
}

#recommend_year{
  margin: 20px 0 0 0;
  letter-spacing:  -0.4em;
}

#recommend_year dl{
  vertical-align: top;
  border: 1px solid #7f7f7f;
  background: #7f7f7f;
  margin: 0 25px;
  display:  inline-block;
}

#recommend_year dl dt,
#recommend_year dl dd{
  padding: 6px 8px;
  display:  inline-block;
  letter-spacing:  normal;
}

#recommend_year dl dt{
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
}

#recommend_year dl dd{
  background: #f5f5f5;
  vertical-align: bottom;
}

#recommend_year dl dd span,
#recommend_year dl dd strong{
  display:  inline-block;
  vertical-align: bottom;
  letter-spacing:  normal;
  line-height: 1;
}

#recommend_year dl dd span{
  font-size: 14px;
}

#recommend_year dl dd strong{
  font-size: 20px;
  font-weight: normal;
  color: #e94024;
}

.recommend_year_icon{
  margin-top: 9px;
  display: inline-block;
}

.mvMobileBtns2{
  background: #f2f2f2;
  padding: 15px 0;
  position: relative;
}
/* .mvMobileBtns2:after{
  content: "";
  width: 1px;
  height: 66px;
  background: #dedede;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
} */
.mvMobileBtns2 .btnTypeEntry{
  width: 286px;
  margin: 0 auto;
  padding: 11px 0;
}

span.color {
  border-radius: 2px;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 0 -3px 2px;
}

.mvnolp_recommend {
    background-color: #e83416;
    border-radius: 5px 0;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    left: 0;
    padding: 3px 11px;
    position: absolute;
    top: 0;
    width: 65px;
    z-index: 1;
}

.p-recommend_result_box h2 {
	display: table;
	width: 163px;
	height: 150px;
	background: #00a5a8;
	color:#fff;
}
.p-recommend_result_box h2 span {
  display: table-cell;
  vertical-align: middle;
}

.cheap_1all .cheap_1all_head,
.cash_back_all .cash_back_head {
	display: table;
	width: 163px;
	height: 96px;
	background: #00a5a8;
	color:#fff;
}
.cheap_1all .cheap_1all_head span,
.cash_back_all .cash_back_head span {
  display: table-cell;
  vertical-align: middle;
}
.month_price {
	border-bottom: 1px solid #ccc;
}
#camp_price {
	width: 700px;
	margin: 10px auto 0;
}
#camp_price .noteList li {
	display: inline;
}
.noteList {
	padding-bottom: 10px;
	margin-bottom: 0;
}
.noteList li {
	text-align: left;
}
.icon_triangle {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #00a5a8;
}
.initial_cost .title th {
	text-align: center;
  background: #eee;
}

/*　免責事項
-------------------------------------------------------*/
.boxTypeD.titPriceTypeA,
.titPriceTypeA {
  font-size: 26px;
  cursor: pointer;
  background: url(/common_form/img//common/icon/icon_open.png) 97.4% 50% no-repeat;
}
.boxTypeD.titPriceTypeA.isActive,
.titPriceTypeA.isActive {
  background: url(/common_form/img//common/icon/icon_close.png) 97.4% 50% no-repeat;
}
.headingV302 {
  font-family: 'Noto Sans Japanese Regular';
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: -2px;
  margin-bottom: 28px;
  color: #333;
}
.boxTypeD.isTypeTitleA {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 50px 12px 20px;
}
.boxTypeD {
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
}
.isTypeNoBorderBottom {
  border-bottom: none !important;
}
.isTypeNoBorderTop {
  border-top: none !important;
}
.btnCloseTypeA {
  background: url(/common_v3/images/icon/icon_close.png) 0 50% no-repeat;
  background-size: 12px;
  padding: 10px 5px 10px 20px;
  float: right;
}
.kakeho .p-selctContent_in .btn_content {
    padding: 0!important;
}
.kakeho .p-selctContent_in .btn_content .d_flex {
    height: 100%;
    gap: 10px;
    align-items: center;
}
.kakeho .p-selctContent_in .btn_content .d_flex .btn_text {
    width: 65%;
}
.kakeho .p-selctContent_in .btn_content .d_flex .btn_img {
    width: 35%;
}
.kakeho .p-selctContent_in .btn_content .d_flex .btn_img img {
    width: 85%;
}
.kakeho .p-selctContent_in .btn_content .btn_text #kakeho_none {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
