@font-face {
	font-family: "Outfit";
	font-weight: 400;
	font-display: swap;
	src: url("../webfonts/Outfit-Regular.ttf") format("TrueType");
}
@font-face {
	font-family: "Outfit";
	font-weight: 600;
	font-display: swap;
	src: url("../webfonts/Outfit-Bold.ttf") format("TrueType");
}
@font-face {
	font-family: "Poppins";
	font-weight: 400;
	font-display: swap;
	src: url("../webfonts/Poppins-Regular.ttf") format("TrueType");
	unicode-range: U+0030-0039;
}
@font-face {
	font-family: "Poppins";
	font-weight: 600;
	font-display: swap;
	src: url("../webfonts/Poppins-Bold.ttf") format("TrueType");
	unicode-range: U+0030-0039;
}

body {
  background: #F8F8F8;
  font-family: "Poppins", "Outfit", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  min-width: auto;
}

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

.header_pc {
  background: unset;
}
.header_pc .w_logo img {
  height: 55px;
  margin: 30px 0 0 0;
}
.header_pc_in {
  padding: 0;
  min-width: auto;
  box-shadow: none;
  height: auto;
}
body.body_app .back-bnt{
  max-width: 1024px;
}
body.body_app .back-bnt a{
  margin: 5px 0;
  display: inline-block;
}

h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.step-bar {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: auto;
}

.step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: 1px solid #797A7C;
  border-radius: 8px;
  padding: 13px 10px;
  color: #797A7C;
  background-color: #fff;
  font-size: 15px;
  width: 25%;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.step .step-num {
  font-size: 13px;
  margin-right: 7%;
  vertical-align: text-top;
}
.step.active {
  border-color: #d70000;
  color: #d70000;
}
.step.active .step-num {
  color: #d70000;
}
.arrow {
  margin: 0 10px;
  display: inline-block;
  width: 16px;
  height: auto;
  background: url('/img/step/step_arrow.svg') center / 8px no-repeat;
}
.arrow.active {
  background-image: url('/img/step/step_arrow_active.svg');
}

.contents.section_app_step .contents_in {
  border-bottom: none;
  padding: 30px 0 10px 0;
}

.contents .main_l {
  width: 100%;
  float: none;
  margin: auto;
  background: #fff !important;
  padding: 45px;
  margin-bottom: 40px;
  border-radius: 8px;
}

.errorbox {
  border: none;
  color: #CC0000;
  background: #fff0f0 url(../images_app/pc/default/icon_error.svg) no-repeat 20px center;
  padding: 20px 20px 20px 120px;
  background-size: 70px;
  font-size: 14px;
  margin-bottom: 40px;
}

.errorbox.en {
  background: #fff0f0 url(../images_app/pc/default/icon_error_en.svg) no-repeat 20px center;
}

.errorbox.tw {
  background: #fff0f0 url(../images_app/pc/default/icon_error_tw.svg) no-repeat 20px center;
}

.required {
  color: #cc0000;
  font-size: 11px;
}

.required span {
  margin-right: 1%;
}

.title_app1 {
  border-bottom: none;
  margin-top: 30px;
  padding: 2px 10px;
  border-left: 4px solid #E01747;
}
.title_app1 .maintitle {
  font-size: 28px;
  line-height: 35px;
}

.formtitle {
  margin-bottom: 5px;
}
.sub_formtitle{
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
}

.section_app {
  margin-bottom: 0px;
  padding: 0px;
}

.required_title {
  font-size: 20px;
  vertical-align: bottom;
  color: #EF2C2E;
  margin: 1%;
}

input[type="text"], input[type="password"]{
  padding: 0 10px;
  height: 45px;
}
input[type="text"]:focus-visible, .selectbox1:focus-visible, input[type="password"]:focus-visible{
  outline: none;
  border-color: #CC0000;
}

input,
select {
  margin-left: 2px;
}

.contents .contents_in {
  min-width: auto;
  max-width: 1024px;
  padding: 5px 0;
}

.selectbox1 {
  background: #fff url(../images_app/pc/default/selectbox.svg) no-repeat right;
  background-position: right 10px center;
  margin: 0;
  height: 45px;
}
.selectbox1:invalid{
  color: #ccc!important;
}

.footer {
  background: white;
  padding-bottom: 10px;
}
.footer .btn_tel{
  margin-right: 0;
}
.footer .btn_tel .tel_number {
  font-weight: 600;
  font-size: 20px;
  color: #202124;
  margin-bottom: 10px;
}
.footer .btn_tel .tel_number:before {
  background: url(../images/icon_phone.png) center / contain no-repeat;
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.nwi-757 .contact_box p::before {
  height: 24px;
  width: 24px;
  margin-right: 5px;
}
.footer .btn_tel .tel_time {
  font-size: 12px;
  color: #202124;
  margin-right: 0;
}
.footer .copy {
  font-size: 10px;
  line-height: 13px;
  color: #A3A3A3;
  padding: 10px 0 15px 0;
}
.nwi-757 .contact_box p.mail::before {
  background: url(../images/icon_mail.svg) no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 5px;
}
.footer .btn_tel .nwi-757 .contact_box {
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  color: #202124;
}
.footer .btn_tel .nwi-757 .contact_box p {
  color: #202124;
  vertical-align: middle;
  margin: 5px 10px;
}
.footer .btn_tel .nwi-757.tw .contact_box p{
  margin: 0;
}
.nwi-757 .contact_box p.facebook a {
  text-decoration: none;
  cursor: pointer;
  color: #202124;
}
.nwi-757 p.time {
  font-size: 12px;
  color: #202124 !important;
  margin-top: 10px;
}
.footer .btn_tel .nwi-757 {
  font-size: 14px;
  max-width: 700px;
}
.tw .time {
  font-size: 12px;
}

@media screen and (max-width: 799px) {

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

  body.body_app .back-bnt a{
    margin: 5px;
  }
  .header_pc .w_logo img{
    margin-top: 15px;
    height: 40px;
  }
  .step {
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
    width: calc(25% - 3%);
    padding: 13px 0;
  }
  html[lang="en"] .step {
    padding: 8px 5px;
  }
  .step .step-num{
    font-size: 10px;
    margin-right: 0;
  }
  .contents.section_app_step .contents_in{
    margin-bottom: 0;
    padding: 20px 15px 0;
  }
  .arrow{
    margin: 0 5px;
  }

  .errorbox{
    padding: 20px 15px 20px 100px;
  }
  .errorbox.jp{
    background-position-x: 15px;
  }

  .contents .main_l {
    width: 100%;
    padding: 20px 15px;
  }

  .contents {
    padding: 0px;
  }

  .section_app_date .w_form_q.left {
    width: 100%;
  }

  .title_app1 {
    margin-top: 25px;
  }

  .footer_in {
    min-width: auto;
  }

  #pickup_place_select {
    max-width: 98%
  }

  .btn_w_app1{
    width: 260px;
    max-width: 80%;
  }

  body.body_app .footer{
    padding: 0 15px 10px;
  }
  .footer .btn_tel .nwi-757{
    width: auto;
  }
  .footer .btn_tel .nwi-757 .contact_box p {
    font-size: 16px;
    margin: 0;
  }
  .footer .btn_tel .nwi-757 .contact_box p + p{
    margin-top: 7px;
  }
  .nwi-757 p.time{
    margin-top: 15px;
  }
}