@charset "utf-8";
/*-------------form-------------*/
.form {
  background: #e7fbff;
  padding-bottom: calc(90 / 1920 * 100vw);
  padding-top: calc(90 / 1920 * 100vw);
}
.form_ttl {
  width: calc(420 / 1920 * 100vw);
  margin: 0 auto;
  padding-bottom: calc(60 / 1920 * 100vw);
}
.form-table {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}
input[name="user_name"],input[name="user_tel"],input[name="user_email"],textarea {
	width: 100%;
	padding: 12px;
}
.form-table table {
	width: 100%;
}
.form-table table tr{
    display: flex;
    flex-wrap: wrap;
    border-collapse: collapse;
	padding-bottom: calc(30 / 1920* 100vw);
}
.form-table table th {
    width: 100%;
    vertical-align: middle;
    text-align: left;
	font-weight: bold;
	margin-right: 2%;
	padding: 10px;
}
.form-table table td {
    width: 100%;
}
.must {
    padding: 2px 4px;
    background: #ff8902;
    color: #fff;
    font-size: 12px;
	margin-left: 10px;
}
.form-table .privacy-box td {
	width: 60%;
	line-height: 1.5;
	margin: 0 auto;
}
.checkbox {
	display: flex;
    align-items: center;
	justify-content: center;
	cursor: pointer;
}
input[name="checkbox_input"] {
	margin: 0;
}
.checkbox_inputtext {
	margin-left: 12px;
	font-size: 13px;
}

.checkbox_inputtext a {
	text-decoration-line:underline;
}

.submit div {
	width: calc(280 / 1920* 100vw);
	margin: 0 auto;
}

.submit input[type="submit"] {
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    appearance: none;
    padding: 15px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: #ff8902;
    transition: 0.5s;
	cursor: pointer;
}
.submit input[type="submit"]:hover {
	background: #ffad50;
}

/*スクロール*/
.suc{
  height: 150px;
  overflow-y: scroll;
  border-color: #d6d6d6;
  border-style: solid;
  border-width: 1px;
  padding: 20px 13px 15px 20px;
  font-size: 12px;
  background-color:#fff;
  margin-bottom: calc(30 / 1920* 100vw);
}
.suc p {
  font-size: 13px;
}
/* スクロールの幅の設定 */
.suc::-webkit-scrollbar {
width: 5px;
height: 5px;
}

/* スクロールの背景の設定 */
.suc::-webkit-scrollbar-track {
border-radius: 3px;
box-shadow: 0 0 3px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.suc::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #d6d6d6;
}

/*----------confirmation----------*/
.form-confirmation {
	background: #e7fbff;
  padding-bottom: calc(90 / 1920 * 100vw);
  padding-top: calc(90 / 1920 * 100vw);
}
.form-confirmation_ttl {
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(420 / 1920* 100vw);
	margin: 0 auto;
}
.submit02 {
	width: calc(280 / 1920* 100vw);
	padding-top: 10px;
	margin: 0 auto;
}

.submit_btn02 {
    width: 100%;
    letter-spacing: 1px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    appearance: none;
    padding: 15px;
    border-radius: 100px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    background: #969696;
    transition: 0.5s;
	cursor: pointer;
}
.submit_btn02:hover {
	background: #bfbfbf;
}
.form-confirmation .form-table td {
    border: solid 1px #969696;
    border-radius: 2px;
    padding: 10px;
}

/*backbtn*/
.backbtn {
	padding-top: calc(30 / 1920* 100vw);
	text-align: center;
	text-decoration-line:underline;
}
.backbtn a {
	color: #1a1a1a;
	font-weight: bold;
}

/*----------finish----------*/
.form-finish {
	background: #e7fbff;
  padding-bottom: calc(90 / 1920 * 100vw);
  padding-top: calc(90 / 1920 * 100vw);
}
.form-finish_ttl {
	padding-bottom: calc(60 / 1920* 100vw);
	width: calc(420 / 1920* 100vw);
	margin: 0 auto;
}
.form-finish_txt {
  background: #fff;
  padding: 30px;
	margin: 0 auto;
  width: 90%;
	text-align: center;
}
.form-finish_txt p:not(:first-child) {
	margin-top: 20px;
}

@media screen and (max-width: 650px) {
  .form {
    padding-bottom: calc(90 / 650 * 100vw);
    padding-top: calc(90 / 650 * 100vw);
  }
  .form_ttl {
    width: calc(320 / 650 * 100vw);
    padding-bottom: calc(60 / 650 * 100vw);
  }
  .form-table table tr{
	padding-bottom: calc(30 / 650* 100vw);
}
.submit div {
	width: calc(400 / 650* 100vw);
}
.suc{
  margin-bottom: calc(30 / 650* 100vw);
}
.form-confirmation {
	background: #e7fbff;
  padding-bottom: calc(90 / 650 * 100vw);
  padding-top: calc(90 / 650 * 100vw);
}
.form-confirmation_ttl {
	padding-bottom: calc(60 / 650* 100vw);
	width: calc(420 / 650* 100vw);
	margin: 0 auto;
}
.submit02 {
	width: calc(400 / 650* 100vw);
}
.backbtn {
	padding-top: calc(30 / 650* 100vw);
}
.form-finish {
  padding-bottom: calc(90 / 650 * 100vw);
  padding-top: calc(90 / 650 * 100vw);
}
.form-finish_ttl {
	padding-bottom: calc(60 / 650* 100vw);
	width: calc(420 / 650* 100vw);
}
.br-pc {
	display: none;
}
}