@charset "utf-8";

.pcnone {display:none;}
.wid90 {width:90%;margin:0 auto;}
#header {padding:0;}
#header .logo {width:100%;}
.h1_202508_01 {
  font-family: "A1 Mincho", serif;
  text-align:center;
  font-size:30px;
  margin:60px auto;
}
.line_y {
    background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgb(238, 255, 0) 70%);
}
.Button_link,
.line_202508_01_input .btn>*,
.line_202508_01_input .btn_close>* {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  text-decoration:none;
  font-family: YuGothic, "Yu Gothic Medium", yu-gothic-pr6n, sans-serif;
  font-weight: bold;
  color: #FFF;
  background: #06C755;
  height: 56px;
  font-size: 18px;
  border-radius: 28px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.26);
  width:100%;
}
.Button_link:hover,
.line_202508_01_input .btn>*:hover,
.line_202508_01_input .btn_close>*:hover {
  cursor:pointer;
  opacity:0.7;
  transition: opacity 0.5s ease-in-out;
}

/*入力画面
===================*/
.line_input_top_img {
  text-align:center;
  margin:70px auto 20px;
}
.line_202508_01_input .h1_202508_01 {
  margin:0 auto 20px;
  font-size:36px;
  padding:0 2%;
}
.line_input_top_txt {
  font-size:24px;
  font-weight:bold;
  text-align:center;
  font-family: "A1 Mincho", serif;
  padding:0 2%;
}
.line_202508_01_input .mod_rel .list li {
  padding-left:1em;
  background:none;
  position:relative;
}
.line_202508_01_input .mod_rel .list li:before {
  content:"※";
  position:absolute;
  top:0;
  left:0;
}
.line_202508_01_input .mod_input .txt {
  margin-bottom:30px;
}
.line_input_top_formcap {
  display:flex;
  justify-content:space-between;
  font-size:16px;
  margin-bottom:5px;
}
.line_input_top_formcap .line_input_top_formcap_h {
  font-weight:bold;
}
.line_input_top_formcap .line_input_top_formcap_must {
  color:#f22;
  text-align:right;
}
.line_input_top_formcap + .ipt_txt {
  margin-top:0;
  margin-bottom:16px;
}
.line_202508_01_input input[type=text],
.line_202508_01_input input[type=email],
.line_202508_01_input input[type=password],
.line_202508_01_input input[type=tel] {
  border: 1px solid #aaa;
  font-size:18px;
  background:#fff;
}
.line_202508_01_input .mod_rel .txt {
  text-align:center;
}
.line_202508_01_input .mod_rel {
  padding-top:0;
}
/*.line_202508_01_input button:hover {
  cursor:pointer;
  opacity:0.7;
  
}*/
.line_202508_01_input .btn_rel .ic_rel {
  display:none;
}
.line_202508_01_input .btn_rel .cap {
  color:#fff;
  vertical-align:baseline;
  line-height:0;
}
.line_202508_01_input .mod_input .ipt_note {
  font-size:18px;
  margin-bottom:30px;
}

/*お客様情報
===================*/
.box_info {
  border:none;
  padding:0;
  margin:0 auto;
}
/*.box_info .list_info {
  margin-top:0;
  vertical-align:baseline;
  line-height:0;
}*/


/*エラーページ
===================*/
.line_202508_01_error .err_box .cap {
  text-align:center;
}
.line_202508_01_error .err_box .cap span {
  display:none;
}
.line_202508_01_error .err_box p {
  margin-left:0;
  padding-left:0;
  text-indent:0;
  text-align:center;
}
.line_202508_01_error .err_box p:before {
  content:none;
}
.error_txt_btn_under {
  text-align:center;
  margin-top:30px;
}


/*完了
===================*/
.finish_txt {
  text-align:center;
  font-size:18px;
  margin-bottom:50px;
}
.btn>*,.btn_close>* {
  color: #32292d!important;
  border: #d6d6d6 solid 1px;
  background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
  background: -webkit-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
  background-color: #fefefe;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1.0) inset, 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 1.0) inset, 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.btn_close .cap {
  vertical-align: 3px;
  font-size:18px!important;
  font-family:inherit;
  font-weight:normal;
}

/*-------------------------

SP

-------------------------*/
@media screen and (max-width: 768px) {
.pcnone {display:inline-block;}

.h1_202508_01 {
  font-size:28px;
  margin:60px auto 40px;
}


/*入力画面
===================*/
.line_input_top_img {
  margin-top:30px;
}
.line_input_top_img img {
  width:50%;
}
.line_202508_01_input .h1_202508_01 {
  font-size:26px;
  text-align:center;
}
.line_input_top_txt {
  font-size:16px;
}
.line_input_top_formcap {
  font-size:14px;
}
.line_202508_01_input .mod_input .ipt_note {
  font-size:16px;
}

/*完了
===================*/
.btn_close .cap {
  vertical-align: 0;
}



}