body, div, li, dt, dd, th, td, p, button, input, select, textarea {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
}


.goTop__img--sp{
  display: block;
}
.goTop__img--pc{
  display: none;
}

.sp-none{
  display:none;
}
.pc-none{
  display: inline;
}
.header__sp-menu-item--my-page {
	display: none;
}
#footer_sp.simple-footer {
  border-width: 0;
  border-top: 3px solid #0057B8;
}

/*===================================
h1変換
===================================*/
.detail_container p.heading-title-h1 {
  margin-bottom: 2rem;
  }
  .detail_container p.heading-title-h1 .wrapper {
  padding: .8rem 15px .8rem 56px;
  font-size: 120%;
  background-size: auto 23px;
  }
  .detail_container p.heading-title-h1.photo .wrapper,
  .detail_container p.heading-title-h1.review .wrapper {
  background-size: auto 20px;
  }

.step_title p.heading-title-h1 {
  margin-bottom: 1rem;
  color:#EB7D00;
  font-size: 160%;
  text-align: left;
  }
  .step_title p.heading-title-h1 span {
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  font-size: 80%;
  }
  .step_title p.heading-title-h1 span strong {
  font-weight: 400;
  font-size: 160%;
  }
.box_input p.heading-title-h1 {
  padding-left: 22px;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  background: url(https://tour.his-usa.com/rn2/images/ico_edit_b.svg) no-repeat 0 4px;
  background-size: 17px;
  color: #004098;
  font-weight: normal;
  font-size: 133%;
  text-align: left;
  border-bottom: 3px solid #004098;
  }

  .box_input.review p.heading-title-h1 {
  background: url(https://tour.his-usa.com/rn2/images/ico_entry_b.svg) no-repeat 0 4px;
  }

.cart_container p.heading-title-h1 {
  padding-left: 30px;
  background: url(https://tour.his-usa.com/rn2/images/ico_cart_b.svg) no-repeat 0 50%;
  background-size: 23px auto;
  color: #004098;
  font-weight: 600;
  font-size: 120%;
  text-align: left;
  }



  .result_cont .info_container p.heading-title-h1 {
    display: block;
    font-size: 120%;
    margin: 0 0 10px 0;
  }
  .result_cont .info_container p.heading-title-h1 {
    color: #004098;
    font-size: 120%;
    margin: 0 0;
  }



/*===================================
ステップ
===================================*/

section.entry_flow {
	margin: 1rem 0 1rem;
}

.entry_flow li p {
	font-size: 11px;
	padding: .3rem .3rem .4rem .8rem;
	line-height: 1.2;
}
.entry_flow li.arrow {
	width: 21px;
}
/*===================================
カート
===================================*/
.cart_container {
	background: #EDF6FD;
	border: 1px solid #004098;
	letter-spacing: normal;
	padding: 16px;
	margin: 30px auto;
	width: 94%;
}
.cart_container li span {
	width: 100%;
	margin-right: 0;
	padding: .3rem 10px;
	background: #76BEF4;
	color: #ffffff;
	font-weight: 600;
	font-size: 98%;
	border-radius: 3px;
	text-align: left;
}
.cart_container li p {
	width: 100%;
	text-align: left;
	padding: 0 10px;
}
.cart_container li p.price {
	font-size: 16px;
	text-align: right;
	width: 100%;
}

.btn_edit{
  display: none;
}


/*===================================
入力
===================================*/
.required:before {
	font-size: 12px;
}
.box_input input.input_required[type=text], .box_input textarea.input_required {
	background: rgb(255, 255, 255);
	border: 1px solid #888;
	border-radius: 4px;
	padding: 12px;
}
.box_input select.input_required {
	background: #ffffff url(https://tour.his-usa.com/rn2/images/ico_select_g.svg) no-repeat right 8px top 50%;
	background: rgb(255, 255, 255);
	border: 1px solid #888;
	border-radius: 4px;
	padding: 12px;
	width: 40%;
}
.box_input_wrap dd {
	padding: 10px;
}
ul.box_name {
	display: flex;
	flex-wrap: nowrap;
}
.box_input .box_name li {
  margin-bottom: 0;
  width: 49%;
}
.box_input .box_name li:first-child {
	margin-right: auto;

}

#id_card_input ul.box_name {
	display: block;
}
#id_card_input.box_input .box_name li {
  margin-bottom: 0;
  width: 100%;
}

.wrap_add_info {
  border: 1px solid #004098;
  padding: 0;
  text-align: left;
  margin-bottom: 3rem;
}
.wrap_add_info_heading {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding-bottom: 0;
}
.wrap_add_info_heading_title {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-right: 0;
	background-color: #edf6fd;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.wrap_add_info_heading_title span{
  width: 100%;
  padding: 5px;
  text-align: left;
  font-weight: bold;
}
.wrap_add_info .wrap_add_info_heading_title span.unfinish {
  width: 40%;
	display: inline-block;
	background: #F25749;
	padding: .2rem 1rem;
	border-radius: 12px;
	color: #FFF;
	font-size: 93.3%;
	font-weight: 600;
}
.wrap_add_info .btn_orange {
	margin: 0 auto 2rem;
	display: block;
	width: 60%;
	font-size: 113%;
	font-weight: 600;
	padding: .5rem 2rem;
}

.box_input {
	margin-bottom: 0;
}
/* #id_box_input_m p{
  margin-bottom: 40px;
} */

/*===================================
完了画面
===================================*/

.thanks_head {
	margin: 2rem 0 1rem;
	padding-top: 2rem;
	font-size: 18px;
	color: #004098;
	border-top: 1px dotted #004098;
}
.complete_text_body p {
	padding: 0 2rem 1rem;
	font-size: 13px;
}
.thanks_box_caution p {
	margin-bottom: .6rem;
	font-size: 12px;
}


/*=============================================
20201201調整
=============================================*/
.cart_container li p {
  white-space: normal;
}


ul.box_name {
	flex-wrap: wrap;
}

input.btn_orange.cls_btn_comp_m {
	margin: 0 0 3rem;
}
.slider-wrap {
	display: none;
}
.box_image .sp_tourcode {
	margin: .2rem 0 0;
}
