@charset "UTF-8";
/* 共通部分
------------------------ */
html {
  font-size: 100%;
}

body {
  font-family: "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #432;
  /* footerを一番下に配置するための処理 */
  min-height: 100vh;
  position: relative; /*←相対位置*/
  padding-bottom: 100px; /*←footerの高さ*/
  box-sizing: border-box; /*←全て含めてmin-height:100vhに*/
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* header　タイトル　ナビゲーション
------------------------ */
.hamburger-menu {
  display: none;
}

header {
  /* background: #8B0000; */
  /* background: #B5B5B6; */
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  /* background: v.$color-main; */
  text-align: center;
  /* background: -moz-linear-gradient(65deg, rgba(3, 71, 172, 0.8), rgba(0, 30, 74, 0.8)); */
  /* background: -moz-linear-gradient(65deg, rgba(3, 79, 194, 0.8), rgba(0, 32, 79, 0.8));  */
  /* background: -moz-linear-gradient(65deg, rgba(3, 79, 194, 1), #000093);  */
  /* background: -moz-linear-gradient(65deg, rgb(44, 3, 231,1), #000093); */
  background: linear-gradient(25deg, rgb(3, 79, 194), #000093);
  /* background: -moz-linear-gradient(65deg, rgb(57, 194, 3), #149300); 
  background: -webkit-linear-gradient(65deg, rgb(57, 194, 3), #149300); 
  background: linear-gradient(25deg, rgb(57, 194, 3), #149300);  */
  opacity: 0.8;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

/* .p-header{
    display:flex;
    justify-content:space-between;
} */
.logo {
  /* width: 28%;
  margin-top: 14px;
  margin-bottom: 14px;
  font-family: "HG創英角ｺﾞｼｯｸUB";
  font-size: 26px;
  color:#fff; */
  /* width: 370px; */
  width: 180px;
  /* margin-top: 14px; */
  /* margin-bottom: 14px; */
  margin-bottom: -10px;
  font-family: "HG創英角ｺﾞｼｯｸUB";
  font-size: 26px;
  color: #fff;
}

.logo2 {
  width: 200px;
  margin-top: -20px;
  margin-bottom: 10px;
  font-family: "HG創英角ｺﾞｼｯｸUB";
  font-size: 26px;
  color: #fff;
}

.main-nav {
  display: flex;
  font-size: 1.25rem;
  text-transform: uppercase;
  list-style: none;
  margin-top: 2%;
}

.main-nav a {
  font-size: 17px;
  text-decoration: none;
  color: #fff;
}

.main-nav a:hover {
  font-size: 17px;
  text-decoration: none;
  /* color:#8B0000; */
  /* color:#0e0244; */
  color: #f1f108;
}

.main-nav li {
  margin-left: 36px;
}

.p-header {
  display: flex;
  justify-content: space-between;
}

.wrap {
  margin: 0 auto;
  padding: 0 4%;
  /* margin-top: 2%; */
}

/* work　タイトル　ナビゲーション
------------------------ */
.p-ttl {
  text-align: center;
  margin-top: 35px;
  font-size: 33px;
  margin-bottom: 0.5%;
}

.p-ttl2 {
  text-align: center;
  margin-top: 20px;
  font-size: 33px;
  margin-bottom: 0.5%;
}

.p-ttl-cont {
  text-align: center;
  font-size: 18px;
  margin-bottom: 1%;
}

.p-ttl-cont2 {
  text-align: center;
  font-size: 22px;
  margin-top: 2%;
  margin-bottom: 2%;
}

.p-ttl-cont3 {
  font-size: 20px;
  margin-top: -2%;
  margin-bottom: 1%;
  /* margin-left: 35%; */
  /* margin-left: 42%; */
  /* margin-left: 41%; */
  margin-left: 43%;
}

.p-ttl-cont4 {
  font-size: 20px;
  margin-top: -2%;
  margin-bottom: 1%;
  margin-left: 35%;
}

.p-ttl-cont5 {
  font-size: 20px;
  margin-top: -2%;
  /* margin-bottom: 0.5%; */
  /* margin-bottom: 1%; */
  margin-bottom: 2%;
  /* margin-left: 35%; */
  margin-left: 36%;
}

.p-ttl-cont6 {
  font-size: 20px;
  margin-top: -2%;
  margin-bottom: 1%;
  /* margin-left: 35%; */
  margin-left: 39%;
}

.p-ttl-cont7 {
  font-size: 20px;
  margin-top: -2%;
  margin-bottom: 1%;
  /* margin-left: 35%; */
  /* margin-left: 42%; */
  margin-left: 41%;
}

.p-ttl-cont8 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 1%;
}

.p-info-cont {
  text-align: center;
  font-size: 17px;
  margin-bottom: 1%;
}

.p-ttl-cont9 {
  font-size: 20px;
  margin-top: -2%;
  margin-bottom: 1%;
  margin-left: 40.5%;
}

/* footer　ページ下部
------------------------ */
footer {
  /* background: #8B0000; */
  /* background: #B5B5B6; */
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  background: rgba(0, 56, 139, 0.8);
  text-align: center;
  padding: 37px 0;
  width: 100%;
  /* footerを一番下に配置するための処理 */
  position: absolute; /*←絶対位置*/
  bottom: 0; /*下に固定*/
  /*フッターの高さと等しいネガティブマージン*/
  margin-bottom: -450px;
  /*不要な横スクロールを非表示にする*/
  overflow-x: hidden;
}

/* footer p {
    color: #fff;
    font-size: 0.875rem;
}
.copy {
    font-family: "HG創英角ｺﾞｼｯｸUB";
} */
/* フッターナビゲーション */
.footer-nav-home {
  margin: 0 auto;
  /* display: flex; */
  text-align: left;
  /* justify-content: space-between; */
  padding: 8px;
  /* width: 80%; */
  width: 100%;
  /* height: 50px; */
  list-style: none;
  margin-top: -1%;
  margin-bottom: 3%;
  margin-left: 16%;
  /* color: #fff; */
  display: flex;
}

#footer-nav-home-part1 {
  width: 15%;
  order: 1;
}

#footer-nav-home-part2 {
  width: 15%;
  order: 2;
}

#footer-nav-home-part3 {
  width: 15%;
  order: 3;
}

#footer-nav-home-part4 {
  width: 15%;
  order: 4;
}

#footer-nav-home-part5 {
  width: 15%;
  order: 5;
}

.fmt-footer-nav-home-li {
  list-style: none;
}

.fmt-footer-nav-home-li a {
  /* color:dimgray; */
  /* color:rgb(79, 78, 78); */
  color: #fff;
}

.fmt-copy {
  /* color:dimgray; */
  color: #fff;
  font-size: 16px;
}

/* CONTACT
------------------------ */
/* フォーム */
#mailform {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: 1200px;
  /* height: auto; */
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  padding-bottom: 0.5%;
  background: rgba(0, 56, 139, 0.1);
  /* background: rgba(16, 139, 0, 0.1); */
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
}

#mailform2 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: 120px;
  font-size: 30px;
  border: 10px;
  padding-top: -1%;
  background: rgba(0, 56, 139, 0.1);
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
}

#mailform3 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: 250px;
  /* height: auto; */
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  background: rgba(0, 56, 139, 0.1);
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
}

#mailform4 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: 250px;
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  padding-bottom: 0.5%;
  background: rgba(0, 56, 139, 0.1);
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
  border-spacing: 1px 20px;
}

#mailform5 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: 120px;
  font-size: 30px;
  border: 10px;
  padding-top: -1%;
  background: rgba(0, 56, 139, 0.1);
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
}

#mailform6 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  /* height: 250px; */
  height: auto;
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  /* padding-bottom: 0.5%; */
  padding-bottom: 0.5%;
  background: rgba(0, 56, 139, 0.1);
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
}

#mailform7 {
  width: 500px;
  display: flex;
  margin-top: -2%;
  margin-bottom: 3%;
  margin-left: 35%;
}

#mailform8 {
  vertical-align: middle;
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 400px;
  height: 60px;
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  padding-bottom: 0.5%;
  background: rgba(0, 56, 139, 0.1);
  border-color: #432;
  border-radius: 10px;
}

#mailform9 {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  height: auto;
  font-size: 30px;
  border: 10px;
  padding-top: 1%;
  padding-bottom: 0.5%;
  background: rgba(0, 56, 139, 0.1);
  /* background: rgba(16, 139, 0, 0.1); */
  /* background-color: #f7f1f1; */
  border-color: #432;
  border-radius: 10px;
  background-color: white;
}

th {
  font-size: 18px;
  border-radius: 5px;
  /* padding: 20px 5px; */
  padding: 5px 5px;
  background: rgba(0, 56, 139, 0.001);
  /* background-color: #f7f1f1; */
  text-align: left;
}

td {
  font-size: 18px;
  border-radius: 5px;
  /* padding: 20px 5px; */
  padding: 5px 5px;
  background: rgba(0, 56, 139, 0.001);
  /* background-color: #f7f1f1; */
}

#mailform9 th {
  border: 0.1px #c9c9c9 solid;
  border-radius: 3px;
}

#mailform9 td {
  border-radius: 3px;
}

.need {
  font-size: 18px;
  color: #ff2e5a;
}

.indent-itemname {
  text-indent: 2em;
}

.indent-itemname2 {
  text-indent: 2em;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
select,
textarea {
  background: rgba(255, 255, 255, 0.5);
  border: 1px #898989 solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 16px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password] {
  width: 100%;
  max-width: 500px;
  height: 3rem;
}

input[type=number] {
  width: 100%;
  max-width: 60px;
  height: 3rem;
  text-align: center;
}

select {
  width: 100%;
  max-width: 205px;
  height: 3rem;
  text-align: left;
  padding-left: 2%;
}

#zip, #born_y {
  width: 100%;
  max-width: 110px;
  height: 3rem;
  text-align: center;
}

textarea {
  width: 100%;
  max-width: 500px;
  height: 6rem;
}

input[type=submit] {
  border: none;
  cursor: pointer;
  line-height: 1;
}

.payment-method {
  display: inline-block;
}

#note_zip {
  font-size: 90%;
}

/* 確認等ボタン */
.btn-gr {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  /* margin-top: -1%; */
  margin-top: 3%;
  margin-bottom: 4%;
  margin-left: -2%;
}

.btn-gr2 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 3%;
  margin-bottom: 4%;
}

.btn-gr3 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: -1%;
  margin-bottom: 4%;
  /* margin-left: 5%; */
  margin-left: 0%;
}

/* .btn-gr4 {
    display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none;
    margin-top: -1%;
    margin-bottom: 4%;
    margin-left: -2%;
    margin-left: 1%;
} */
.btn-gr4 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 2%;
  margin-bottom: 4%;
  margin-left: 1%;
}

.btn-gr6 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 3%;
  margin-bottom: 4%;
}

.btn-gr7 {
  display: flex;
  /* justify-content: center; */
  gap: 35px;
  list-style: none;
  /* margin:auto; */
  /* margin-left: 43%; */
  margin-left: 44%;
  margin-top: 1%;
  margin-bottom: 2%;
  /* margin-left:-1%; */
}

.btn-gr8 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: -1%;
  margin-bottom: 4%;
  margin-left: 2%;
}

.btn-gr9 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 3%;
  margin-bottom: 4%;
}

.btn-gr10 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 2%;
  margin-bottom: 4%;
  margin-left: 4%;
}

.btn-gr11 {
  display: flex;
  justify-content: center;
  gap: 35px;
  list-style: none;
  margin-top: 3%;
  margin-bottom: 4%;
  margin-left: -1%;
}

.form-btn {
  display: flex;
  text-align: center;
  font-size: 21px;
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  background: rgba(0, 56, 139, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  /* padding: 7px 12px; */
  padding: 12px 17px;
  margin-top: -1%;
  /* font-family: "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
  width: 140px;
  height: 60px;
}

.form-btn1 {
  display: flex;
  text-align: center;
  font-size: 21px;
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  /* background: rgba(174, 200, 241, 0.8); */
  background: rgba(174, 200, 241, 0.9);
  /* background: rgba(187, 209, 244, 0.8); */
  /* background: rgba(250, 243, 178, 0.821); */
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  /* padding: 7px 12px; */
  padding: 12px 17px;
  margin-top: -1%;
  /* font-family: "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
}

.form-btn3 {
  display: flex;
  text-align: center;
  font-size: 21px;
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  background: rgba(0, 56, 139, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  /* padding: 7px 12px; */
  padding: 12px 17px;
  margin-top: -1%;
  /* font-family: "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
}

.form-btn4 {
  display: flex;
  text-align: center;
  background: rgba(0, 56, 139, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  /* padding: 12px 17px; */
  /* margin-top: -1%; */
  margin-top: 5%;
  margin-left: 28%;
  font-size: 17px;
  padding: 8% 8%;
}

.form-btn5 {
  display: flex;
  text-align: center;
  background: rgba(174, 200, 241, 0.9);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  margin-left: 28%;
  font-size: 17px;
  /* padding: 12px 17px; */
  padding: 8% 8%;
  margin-top: 8%;
  padding: -10px;
}

.form-btn6 {
  display: flex;
  text-align: center;
  font-size: 21px;
  background: rgba(0, 56, 139, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  padding: 12px 17px;
  margin-top: -1%;
}

/* .form-btn:hover {
    background: #B5B5B6;
} */
.btn-gr .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr2 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr3 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr4 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr5 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr6 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr9 .form-btn:hover {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr .form-btn:focus-visible {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr2 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr3 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr4 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr5 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr6 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr9 .form-btn:focus {
  /* background: #B5B5B6; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.form-btn2 {
  display: flex;
  text-align: center;
  font-size: 21px;
  /* background: linear-gradient(to right, rgba(0, 56, 139, 0.8), rgba(0, 5, 139, 0.6), rgba(0, 56, 139,0.6)); */
  background: rgba(0, 56, 139, 0.8);
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
  color: #fff;
  border-radius: 5px;
  /* padding: 7px 12px; */
  padding: 12px 17px;
  margin-top: 1%;
  /* font-family: "游明朝", "Yu Gothic Medium", "游ゴシック Medimu", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif; */
}

/* .form-btn2:hover {
    background: #B5B5B6;
} */
.btn-gr .form-btn2:hover {
  /* background: #B5B5B6; */
  /* background: #0101a5; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.btn-gr .form-btn2:focus {
  /* background: #B5B5B6; */
  /* background: #0101a5; */
  background: #000093;
  box-shadow: 2px 2px 2px rgba(0, 56, 139, 0.2);
}

.form-btn2:disabled {
  display: flex;
  text-align: center;
  font-size: 21px;
  background-color: #a9a9a9;
  /* background-color: #c0c0c0; */
  color: #fff;
  border-radius: 5px;
  /* padding: 7px 12px; */
  padding: 12px 17px;
  margin-top: 1%;
}

.form-btn2:disabled:hover {
  background-color: #a9a9a9;
  /* background-color: #c0c0c0; */
  box-shadow: 2px 2px 10px #a9a9a9;
}

.form-btn2:focus {
  background-color: #a9a9a9;
  /* background-color: #c0c0c0; */
  box-shadow: 2px 2px 10px #a9a9a9;
}

/* エラーメッセージ */
#error-message {
  margin: auto;
  margin-top: 2%;
  margin-bottom: 2%;
  width: 770px;
  padding: 10px 30px;
  color: #ff2e5a;
  font-size: 95%;
  text-align: left;
  border: 1px solid #ff2e5a;
  border-radius: 5px;
}

/* privacypolicy
------------------------ */
.fmt-gr2 {
  max-width: 800px;
  margin-top: -1%;
  margin-bottom: -3%;
  margin-left: 29%;
  padding: 30px;
}

/* 誓約書
------------------------ */
.checkbox1 {
  margin: 10px 10px 20px 5px;
  transform: scale(1);
}

/* 同意ボタン
------------------------ */
.policy-checkbox {
  margin-left: 42%;
}

#fmt-gr {
  height: 300px;
  max-width: 690px;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: -3%;
  border: 1px solid;
  border-radius: 5px;
  overflow-y: scroll;
  background-color: #FFFFFF;
  transform: scale(1);
}

#policy-checkbox {
  margin-left: 1%;
  margin-bottom: 0%;
  margin: 10px 10px 20px 20px;
  transform: scale(2);
}

.policy-accept {
  margin-left: 2%;
  font-size: 20px;
}

#oath-text {
  margin-left: 2%;
  font-size: 18px;
}

.note {
  color: red;
  margin-left: 5%;
}

.space1 {
  margin-bottom: -15%;
}

/* .space2 {
    padding-bottom: -300px; 
} */
.fmt-ttl8 {
  margin-left: 46%;
  font-size: 21px;
  color: #1955A6;
}

.fmt-ttl9 {
  margin-top: -1%;
  margin-bottom: 2%;
}

.fmt17 {
  text-align: right;
  /* color:#1955A6; */
}

.wrap-qr {
  margin-top: -2%;
  margin-bottom: 3%;
  margin-left: 35%;
}

.adj2 {
  /* text-align:center; */
  margin-left: 34%;
}

.warn1 {
  color: red;
  margin-top: -3%;
  margin-bottom: 3%;
  margin-left: 35%;
}

.warn2 {
  color: red;
  font-size: 16px;
}

.item_name1 {
  background-color: #7272d2;
  border-radius: 10%;
  color: #FFFFFF;
}

/* =============================================
フォームのCSSはここから
============================================= */
.form-label1 {
  width: 25%;
  background: rgba(0, 56, 139, 0.1);
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  border-radius: 0px;
  padding: 8px;
}

.item1 {
  width: 75%;
  background: rgba(110, 159, 232, 0.1);
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  border-radius: 0px;
  padding: 8px;
}

.form-label1 label1 {
  vertical-align: middle;
}

#male {
  margin-left: 8%;
}

#necessity {
  margin-left: 8%;
}

@media (max-width: 600px) {
  table td, table th {
    display: block;
    width: 95%;
    margin: auto;
  }
  table {
    border-collapse: collapse;
  }
  table td, table th {
    display: block;
    padding: 3px;
  }
  .input_form1 {
    margin-left: 2%;
    margin-bottom: 10px;
  }
  #mailform9 {
    width: 95%;
    margin-top: 4%;
    z-index: 9999;
    position: relative;
  }
  .form-label1 {
    display: block;
    width: 95%;
    padding: 1%;
    padding-left: 2.5%;
    margin-left: 2.5%;
    margin-top: 2%;
  }
  .item1 {
    display: block;
    width: 95%;
    padding: 2% 4% 1%;
    margin-bottom: 4%;
  }
}
@media (max-width: 400px) {
  #mailform9 {
    margin-top: 7.5%;
  }
}
@media (max-width: 320px) {
  #mailform9 {
    margin-top: 10%;
  }
}
/* 旧ノートパソコン版 Nest Hub Max
------------------------ */
@media only screen and (min-width: 1280px) and (max-width: 1280px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .logo {
    /* width: 370px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 24px;
    color:#fff; */
    /* width: 370px; */
    /* width: 400px; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 24px;
    color: #fff;
  }
  .logo2 {
    width: 200px;
    margin-top: -20px;
    margin-bottom: 10px;
    font-size: 24px;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl-cont3 {
    font-size: 20px;
    margin-top: -2%;
    /* margin-bottom: 1%;
    margin-left: 32.5%; */
    margin-bottom: 2%;
    margin-left: 41%;
  }
  .p-ttl-cont4 {
    margin-left: 33%;
  }
  .p-ttl-cont5 {
    /* font-size: 20px;
    margin-top: -2%; */
    /* margin-bottom: 1%; */
    margin-bottom: 2%;
    /* margin-left: 35%; */
    margin-left: 33%;
  }
  .p-ttl-cont6 {
    /* font-size: 20px;
    margin-top: -2%;
    margin-bottom: 1%;
    margin-left: 32.5%;
    margin-bottom: 2%; */
    margin-left: 37%;
  }
  .p-ttl-cont7 {
    font-size: 20px;
    margin-top: -2%;
    /* margin-bottom: 1%;
    margin-left: 32.5%; */
    margin-bottom: 2%;
    margin-left: 40%;
  }
  .p-ttl-cont9 {
    font-size: 20px;
    margin-top: -2%;
    margin-bottom: 2%;
    margin-left: 39%;
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    /* width: 56%; */
    margin-left: 20%;
  }
  #mailform3 {
    /* width: 50%; */
    height: auto;
  }
  #mailform4 {
    /* width: 50%; */
    /* height: 100%; */
    height: 200px;
  }
  /* #mailform5 {
      width: 50%;
      height: 8%;
      margin-bottom: 1%;
  } */
  #mailform6 {
    /* width: 56%; */
    height: auto;
    margin-bottom: 4%;
  }
  #mailform8 {
    margin-left: 0%;
  }
  #mailform9 {
    margin-left: 20%;
  }
  /* 確認等ボタン */
  .form-btn {
    margin-top: -1%;
    font-size: 20px;
  }
  .form-btn2 {
    margin-top: 1%;
    font-size: 20px;
  }
  .form-btn2:disabled {
    margin-top: 1%;
    font-size: 20px;
  }
  .form-btn5 {
    margin-left: 28%;
    font-size: 17px;
  }
  .form-btn6 {
    margin-top: -1%;
    font-size: 20px;
  }
  .btn-gr8 {
    margin-left: 2%;
  }
  .btn-gr9 {
    margin-right: 3%;
  }
  footer {
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -10px; */
    margin-bottom: -450px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    margin-left: 16%;
  }
  #footer-nav-home-part1 {
    width: 15%;
    order: 1;
  }
  #footer-nav-home-part2 {
    width: 15%;
    order: 2;
  }
  #footer-nav-home-part3 {
    width: 15%;
    order: 3;
  }
  #footer-nav-home-part4 {
    width: 15%;
    order: 4;
  }
  #footer-nav-home-part5 {
    width: 15%;
    order: 5;
  }
  .fmt-footer1 {
    font-size: 14px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 {
    /* max-width: 800px;
    margin-top: -1%;
    margin-bottom: -3%; */
    margin-left: 24.5%;
    /* padding: 30px; */
  }
  .space1 {
    margin-bottom: -20%;
  }
  /* .fmt-ttl8 {
      margin-left: 5%;
  } */
  .fmt-ttl8 {
    margin-left: 46%;
    font-size: 21px;
  }
  .fmt-ttl9 {
    margin-top: -1%;
    margin-bottom: 2%;
  }
  .fmt17 {
    text-align: right;
  }
  .warn1 {
    /* margin-top: -3%; */
    /* margin-bottom: 3%; */
    margin-left: 34%;
  }
}
/* Nest Hub 版
------------------------ */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .logo {
    /* width: 370px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 20px;
    color:#fff; */
    /* width: 370px; */
    /* width: 400px; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 20px;
    color: #fff;
  }
  .logo2 {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }
  /* .wrap {
      margin-top: 3%;
  } */
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl-cont3 {
    font-size: 20px;
    margin-top: -2%;
    /* margin-bottom: 1%;
    margin-left: 28%; */
    margin-bottom: 2%;
    /* margin-left: 38%; */
    margin-left: 39%;
  }
  .p-ttl-cont4 {
    margin-left: 29%;
  }
  .p-ttl-cont5 {
    /* font-size: 20px;
    margin-top: -2%; */
    /* margin-bottom: 1%; */
    margin-bottom: 2%;
    /* margin-left: 35%; */
    margin-left: 29%;
  }
  .p-ttl-cont6 {
    margin-left: 34%;
  }
  .p-ttl-cont7 {
    font-size: 20px;
    margin-top: -2%;
    /* margin-bottom: 1%;
    margin-left: 28%; */
    margin-bottom: 2%;
    margin-left: 38%;
  }
  .p-ttl-cont9 {
    font-size: 20px;
    margin-top: -2%;
    margin-bottom: 2%;
    margin-left: 35.5%;
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    margin-bottom: 5%;
  }
  #mailform3 {
    /* width: 50%; */
    height: auto;
  }
  #mailform4 {
    width: 75%;
    /* height: 100%; */
    /* height: auto; */
    height: 200px;
  }
  #mailform5 {
    /* width: 50%; */
    height: 8%;
    /* height: auto; */
    height: 110px;
    margin-bottom: 1%;
  }
  #mailform6 {
    /* width: 56%; */
    height: auto;
    margin-bottom: 4%;
  }
  #mailform7 {
    margin-left: 30%;
  }
  #mailform8 {
    margin-left: 0%;
  }
  #mailform9 {
    margin-bottom: 5%;
  }
  /* 確認等ボタン */
  .btn-gr {
    margin-top: -1%;
    /* margin-bottom: 4%; */
    margin-bottom: 8%;
    margin-left: 0%;
  }
  .btn-gr2 {
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .form-btn {
    margin-top: -1%;
    font-size: 20px;
  }
  .form-btn2 {
    margin-top: 2%;
    font-size: 20px;
  }
  .form-btn2:disabled {
    margin-top: 2%;
    font-size: 20px;
  }
  .form-btn6 {
    margin-top: -1%;
    font-size: 20px;
  }
  .btn-gr6 {
    /* margin-top: 104%; */
    margin-top: 4%;
    margin-bottom: 8%;
  }
  .btn-gr7 {
    margin-left: 40%;
  }
  .btn-gr8 {
    /* margin-top: -2%;
    margin-bottom: 4%; */
    margin-left: 2%;
  }
  .btn-gr9 {
    margin-right: 3%;
  }
  .btn-gr10 {
    margin-left: -1%;
  }
  .btn-gr11 {
    margin-top: 4%;
    margin-bottom: 8%;
  }
  footer {
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -50px; */
    margin-bottom: -800px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 27%;
    flex-wrap: wrap;
    margin-top: 1%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 3%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 {
    /* max-width: 800px;
    margin-top: -1%;
    margin-bottom: -3%; */
    margin-left: 17%;
    /* padding: 30px; */
  }
  .space1 {
    margin-bottom: -40%;
  }
  .fmt-ttl8 {
    margin-left: 5%;
  }
  .fmt-ttl9 {
    margin-left: 42%;
  }
  .wrap-qr {
    margin-left: 30%;
  }
  .warn1 {
    /* margin-top: -3%; */
    /* margin-bottom: 3%; */
    margin-left: 28%;
  }
}
/* タブレット版
------------------------ */
/* @media only screen and (min-width: 768px) and (max-width: 1280px) { */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .p-header {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 19px;
    color:#fff; */
    /* width: 370px; */
    /* width: 380px; */
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    /* height: 50%; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 19px;
    color: #fff;
  }
  .logo2 {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 19px;
  }
  .wrap {
    margin-top: 3%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    margin-top: 2px;
  }
  .p-ttl2 {
    margin-top: 2px;
    font-size: 24px;
  }
  .p-ttl-cont {
    text-align: center;
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 22px;
    margin-top: 3%;
    margin-bottom: 1%;
  }
  .p-ttl-cont3 {
    font-size: 18px;
    margin-top: -4%;
    /* margin-bottom: -3%; */
    /* margin-bottom: 1%;
    margin-left: 24%; */
    margin-bottom: 2%;
    margin-left: 38%;
  }
  .p-ttl-cont4 {
    font-size: 20px;
    margin-top: -2%;
    margin-bottom: -3%;
    margin-left: 24%;
  }
  .p-ttl-cont5 {
    font-size: 18px;
    /* font-size: 20px;
    margin-top: -2%; */
    margin-bottom: 1%;
    /* margin-bottom: 1.5%; */
    /* margin-left: 35%; */
    margin-left: 25%;
    /* margin-left: 18%; */
  }
  .p-ttl-cont6 {
    margin-left: 31%;
  }
  .p-ttl-cont7 {
    font-size: 20px;
    margin-top: -4%;
    /* margin-bottom: -3%; */
    /* margin-bottom: 1%;
    margin-left: 24%; */
    margin-bottom: 2%;
    margin-left: 34%;
  }
  .p-ttl-cont9 {
    font-size: 18px;
    margin-top: -4%;
    margin-bottom: 2%;
    margin-left: 34%;
  }
  /* ハンバーガーボタン
  ------------------------ */
  .menu-btn {
    position: fixed;
    top: 7px;
    right: 10px;
    display: flex;
    height: 35px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.8);
    /* background-color: rgba(1, 5, 155, 0.8); */
    /* background-color: v.$color-btn-hover; */
    /* opacity: 0.8; */
    /* background: -moz-linear-gradient(65deg, rgb(3, 79, 194,1), #000093); */
    border-radius: 5px;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  /*メニューオープン時はボタンを透明にする*/
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(0, 5, 131, 0);
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  .menu-btn span span:before,
  .menu-btn span:before span:before,
  .menu-btn span:after span:before {
    bottom: 8px;
  }
  .menu-btn span span:after,
  .menu-btn span:before span:after,
  .menu-btn span:after span:after {
    top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(204, 204, 204, 0); /*メニューオープン時は真ん中の線を透明にする*/
    /* メニューを開いている時はハンバーガーボタンが×になる */
  }
  #menu-btn-check:checked ~ .menu-btn span ::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  #menu-btn-check:checked ~ .menu-btn span ::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    width: 200px;
    height: 306px;
    position: fixed;
    top: 0px;
    /* メニューを外に出しておく */
    left: 100%;
    z-index: 80;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.9);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    border-radius: 5px;
  }
  .menu-content ul {
    padding: 25px 10px 0;
    text-align: left;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    width: 115px;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    /* font-size: 16px; */
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 82%; /*メニューを画面内へ動かす*/
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    /* width: 56%; */
    width: 75%;
    margin-bottom: 5%;
    margin-top: 3%;
  }
  #mailform2 {
    width: 70%;
    height: 80px;
    margin-bottom: 1%;
  }
  #mailform3 {
    width: 50%;
    height: auto;
  }
  #mailform4 {
    width: 90%;
    /* height: 100%; */
    height: 160px;
  }
  #mailform5 {
    /* width: 50%; */
    width: 60%;
    /* height: auto; */
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    /* width: 56%; */
    width: 60%;
    height: auto;
    margin-bottom: 4%;
  }
  #mailform7 {
    width: 450px;
    margin-left: 28%;
  }
  #mailform8 {
    width: 350px;
    margin-left: 0%;
  }
  #mailform9 {
    width: 85%;
    height: auto;
    margin-bottom: 5%;
  }
  table {
    transform: scale(1);
  }
  td {
    font-size: 16px;
    /* font-size: 16px; */
    border-radius: 5px;
    padding: 8px 5px;
  }
  .need {
    font-size: 16px;
  }
  .indent-itemname {
    text-indent: 12px;
  }
  .indent-itemname2 {
    text-indent: 12px;
    /* text-indent:1em; */
  }
  .itemname-pay {
    font-size: 16px;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    font-size: 16px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  .itemname-shrink3 {
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea {
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /* max-width: 220px; */
    max-width: 95%;
    height: 3rem;
  }
  input[type=number] {
    max-width: 60px;
    height: 3rem;
    text-align: center;
  }
  #zip, #born_y {
    max-width: 110px;
    height: 3rem;
    text-align: center;
  }
  textarea {
    width: 95%;
    height: 5rem;
  }
  input[type=submit] {
    border: none;
    cursor: pointer;
    line-height: 1;
  }
  .payment-method {
    display: block;
  }
  /* 確認等ボタン */
  .btn-gr {
    margin-top: -1%;
    /* margin-bottom: 4%; */
    margin-bottom: 8%;
    margin-left: 0%;
  }
  .btn-gr2 {
    /* margin-top: -7%; */
    margin-top: 4%;
    margin-bottom: 6%;
  }
  .btn-gr3 {
    margin-top: -2%;
    margin-bottom: 4%;
    margin-left: 0%;
  }
  .btn-gr4 {
    margin-top: -2%;
    margin-bottom: 4%;
    margin-left: 0%;
  }
  .btn-gr6 {
    /* margin-top: -7%; */
    flex-direction: column;
    width: 180px;
    margin: auto;
    margin-top: 6%;
    margin-bottom: 10%;
  }
  .btn-gr7 {
    margin-left: 40%;
  }
  .btn-gr8 {
    margin-top: -2%;
    margin-bottom: 4%;
    margin-left: 4%;
  }
  .btn-gr9 {
    margin-right: 3%;
  }
  .btn-gr10 {
    margin-left: -2%;
  }
  .btn-gr11 {
    /* margin-top: -7%; */
    margin-top: 4%;
    margin-bottom: 6%;
  }
  .form-btn {
    /* margin-top: 2%; */
    margin-top: 0%;
    /* margin-top: -1%; */
    /* margin-bottom: 1%; */
    font-size: 16px;
    width: 120px;
    height: 50px;
  }
  .form-btn2 {
    margin-top: 2%;
    /* margin-top: -1%; */
    /* margin-top: -1%; */
    /* margin-bottom: 1%; */
    font-size: 17px;
  }
  .form-btn2:disabled {
    margin-top: 2%;
    font-size: 17px;
  }
  .form-btn3 {
    margin-top: -2%;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 180px;
  }
  .form-btn4 {
    font-size: 16px;
  }
  .form-btn5 {
    margin-top: 10%;
    /* font-size: 30px; */
    font-size: 16px;
  }
  .form-btn6 {
    margin-top: 0%;
    margin-left: -20%;
    font-size: 16px;
  }
  /* エラーメッセージ */
  #error-message {
    width: 350px;
    padding: 5px 30px;
    font-size: 16px;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -10px; */
    margin-bottom: -800px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 27%;
    flex-wrap: wrap;
    margin-top: 1%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 3%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 {
    max-width: 700px;
    margin-top: -3%;
    margin-bottom: -3%;
    margin-left: 18%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -3%;
    margin-bottom: -7%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.8);
  }
  #policy-checkbox {
    margin-left: -3%;
    margin-bottom: 0%;
    /* margin: 10px 10px 20px 20x; */
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -50%;
  }
  .fmt-ttl8 {
    margin-left: 5%;
    font-size: 19px;
  }
  .fmt-ttl9 {
    margin-left: 42%;
  }
  .wrap-qr {
    margin-left: 30%;
    font-size: 16px;
  }
  .warn1 {
    margin-left: 25%;
    font-size: 16px;
  }
  .warn2 {
    font-size: 16px;
  }
}
/* モバイル版
------------------------ */
/* @media (max-width: 700px) { */
/* @media only screen and (min-width: 600px) and (max-width: 700px) { */
@media (max-width: 767px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .p-header {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 19px;
    color:#fff; */
    /* width: 370px; */
    /* width: 340px; */
    /* width: 100px; */
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 18px;
    color: #fff;
  }
  .logo2 {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .wrap {
    margin-top: 3%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    margin-top: 2px;
  }
  .p-ttl2 {
    margin-top: 2px;
    font-size: 23px;
  }
  .p-ttl-cont {
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 18px;
    margin-top: 3%;
    margin-bottom: 2%;
  }
  .p-ttl-cont3 {
    font-size: 18px;
    /* margin-top: -8%; */
    /* margin-top: -3%; */
    margin-top: -5%;
    /* margin-bottom: -5%; */
    /* margin-bottom: 3%; */
    margin-bottom: 2%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 22%; */
    margin-left: 35%;
  }
  .p-ttl-cont4 {
    font-size: 16px;
    margin-top: -8%;
    margin-bottom: -5%;
    /* text-align: center; */
    margin-left: 10%;
  }
  .p-ttl-cont5 {
    font-size: 18px;
    /* font-size: 20px;
    margin-top: -2%; */
    margin-bottom: 1.5%;
    /* margin-left: 35%; */
    /* margin-left: 19%; */
    margin-left: 22%;
  }
  .p-ttl-cont6 {
    font-size: 17px;
    margin-top: -5%;
    margin-left: 31%;
  }
  .p-ttl-cont7 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -3%;
    /* margin-bottom: -5%; */
    /* margin-bottom: 3%; */
    margin-bottom: 2%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 22%; */
    margin-left: 34%;
  }
  .p-ttl-cont8 {
    font-size: 16px;
  }
  .p-ttl-cont9 {
    font-size: 18px;
    margin-top: -3%;
    padding-bottom: 2%;
    margin-left: 30%;
  }
  .p-info-cont {
    font-size: 16px;
  }
  /* ハンバーガーボタン
  ------------------------ */
  .menu-btn {
    position: fixed;
    top: 4px;
    right: 10px;
    display: flex;
    height: 35px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(0, 5, 131, 0.8);
    border-radius: 5px;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  /*メニューオープン時はボタンを透明にする*/
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(0, 5, 131, 0);
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(204, 204, 204, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    width: 200px;
    height: 306px;
    position: fixed;
    top: 0px;
    left: 100%; /* メニューを外に出しておく */
    z-index: 80;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.9);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    border-radius: 5px;
  }
  .menu-content ul {
    padding: 25px 10px 0;
    text-align: left;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    width: 115px;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    /* font-size: 16px; */
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 79%; /*メニューを画面内へ動かす*/
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    width: 90%;
    margin-bottom: 8%;
    margin-top: 3%;
  }
  #mailform2 {
    width: 70%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform3 {
    width: 55%;
    height: auto;
  }
  #mailform4 {
    width: 90%;
    /* height: 100%; */
    height: 140px;
  }
  #mailform5 {
    /* width: 55%; */
    width: 70%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    /* width: 95%; */
    width: 60%;
    height: auto;
    /* margin-bottom: 10%; */
    margin-bottom: 5%;
  }
  #mailform7 {
    width: 350px;
    margin-left: 28%;
  }
  #mailform8 {
    margin-left: 0%;
  }
  #mailform9 {
    width: 95%;
    height: auto;
    margin-bottom: 8%;
  }
  table {
    transform: scale(1);
  }
  td {
    font-size: 16px;
    /* font-size: 16px; */
    border-radius: 5px;
    padding: 8px 5px;
  }
  .need {
    font-size: 16px;
  }
  .indent-itemname {
    text-indent: 12px;
  }
  .indent-itemname2 {
    text-indent: 1px;
  }
  .itemname-pay {
    font-size: 16px;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    font-size: 16px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea {
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /* max-width: 220px; */
    max-width: 95%;
    height: 3rem;
  }
  input[type=number] {
    max-width: 60px;
    height: 3rem;
    text-align: center;
  }
  #zip, #born_y {
    max-width: 110px;
    height: 3rem;
    text-align: center;
  }
  textarea {
    width: 95%;
    height: 5rem;
  }
  input[type=submit] {
    border: none;
    cursor: pointer;
    line-height: 1;
  }
  .payment-method {
    display: block;
  }
  .form-label1 {
    font-size: 16px;
  }
  .item1 {
    font-size: 16px;
  }
  /* 確認等ボタン */
  .btn-gr {
    margin-top: -2%;
    /* margin-bottom: 4%; */
    margin-bottom: 8%;
    margin-left: -5%;
  }
  .btn-gr2 {
    /* margin-top: -7%; */
    margin-top: 5%;
    margin-bottom: 6%;
  }
  .btn-gr6 {
    /* margin-top: -7%; */
    flex-direction: column;
    width: 160px;
    margin: auto;
    margin-top: 8%;
    margin-bottom: 10%;
  }
  .btn-gr7 {
    margin-left: 38%;
  }
  .btn-gr8 {
    /* margin-top: -2%; */
    margin-top: 2%;
    margin-bottom: 4%;
    margin-left: 4%;
  }
  .btn-gr9 {
    margin-right: 3%;
  }
  .btn-gr10 {
    margin-left: -3%;
    /* transform: scale(0.9); */
  }
  .btn-gr11 {
    /* margin-top: -7%; */
    margin-top: 5%;
    margin-bottom: 6%;
  }
  .form-btn {
    /* margin-top: 2%; */
    margin-top: -2%;
    /* margin-bottom: -2%; */
    font-size: 16px;
    width: 120px;
    height: 50px;
  }
  .form-btn2 {
    margin-top: 2%;
    /* margin-top: -2%; */
    /* margin-bottom: -2%; */
    font-size: 16px;
  }
  .form-btn2:disabled {
    margin-top: 2%;
    font-size: 16px;
  }
  .form-btn3 {
    /* margin-top: 2%; */
    margin-top: -2%;
    /* margin-bottom: -2%; */
    font-size: 16px;
    display: block;
    text-align: center;
    width: 180px;
  }
  .form-btn4 {
    font-size: 16px;
  }
  .form-btn5 {
    margin-top: 10%;
    font-size: 16px;
  }
  .form-btn6 {
    padding: 10px 15px;
    margin-top: -2%;
    font-size: 16px;
  }
  /* エラーメッセージ */
  #error-message {
    width: 350px;
    padding: 5px 30px;
    font-size: 16px;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -50px; */
    margin-bottom: -770px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 25%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 5%;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 .fmt {
    max-width: 620px;
    margin-top: -12%;
    margin-bottom: -7%;
    margin-left: -30%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -7%;
    margin-bottom: -13%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.7);
  }
  #policy-checkbox {
    margin-left: -7%;
    margin-bottom: 0%;
    margin: 10px 10px 20px 20x;
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -65%;
  }
  .fmt-ttl8 {
    margin-left: 5%;
    font-size: 17px;
  }
  .fmt-ttl9 {
    margin-left: 42%;
  }
  .wrap-qr {
    margin-left: 30%;
    font-size: 16px;
  }
  .warn1 {
    margin-left: 23%;
    font-size: 16px;
  }
  .warn2 {
    font-size: 16px;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 600px) {
  /* @media only screen and (min-width: 400px) and (max-width: 600px) { */
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .p-header {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color:#fff; */
    /* width: 370px; */
    /* width: 320px; */
    width: 160px;
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color: #fff;
  }
  .logo2 {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap {
    margin-top: 4%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    margin-top: 2px;
    font-size: 24px;
  }
  .p-ttl2 {
    margin-top: 2px;
    /* font-size: 23px; */
    font-size: 21px;
  }
  .p-ttl-cont {
    /* font-size: 16px; */
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 18px;
    margin-top: 3%;
    margin-bottom: 2%;
    /* margin-bottom: -1%; */
  }
  .p-ttl-cont3 {
    font-size: 17px;
    margin-top: -8%;
    /* margin-top: -5%; */
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 18%; */
    /* margin-left: 33%; */
    /* margin-left: 28%; */
    /* margin-left: 32%; */
    margin-left: 35%;
  }
  .p-ttl-cont4 {
    font-size: 16px;
    margin-top: -8%;
    margin-bottom: -5%;
    /* text-align: center; */
    margin-left: 10%;
  }
  .p-ttl-cont5 {
    font-size: 16px;
    /* font-size: 20px; */
    /* margin-top: -2%; */
    margin-top: -5%;
    /* margin-bottom: 1.5%; */
    margin-bottom: 2%;
    /* margin-left: 35%; */
    /* margin-left: 13%; */
    margin-left: 21%;
  }
  .p-ttl-cont6 {
    font-size: 17px;
    margin-top: -5%;
    margin-left: 28%;
  }
  .p-ttl-cont7 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -5%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 18%; */
    /* margin-left: 33%; */
    /* margin-left: 28%; */
    margin-left: 28%;
  }
  .p-ttl-cont9 {
    font-size: 17px;
    margin-top: -5%;
    margin-bottom: 1.5%;
    margin-left: 27%;
  }
  .p-info-cont {
    font-size: 16px;
  }
  /* ハンバーガーボタン
  ------------------------ */
  .menu-btn {
    position: fixed;
    top: 4px;
    right: 10px;
    display: flex;
    height: 35px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(0, 5, 131, 0.8);
    border-radius: 5px;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  /*メニューオープン時はボタンを透明にする*/
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(0, 5, 131, 0);
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(204, 204, 204, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    width: 200px;
    height: 306px;
    position: fixed;
    top: 0px;
    left: 100%; /* メニューを外に出しておく */
    z-index: 80;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.9);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    border-radius: 5px;
  }
  .menu-content ul {
    padding: 25px 10px 0;
    text-align: left;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    width: 115px;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    /* font-size: 16px; */
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 73%; /*メニューを画面内へ動かす*/
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    /* width: 60%; */
    width: 90%;
    height: auto;
    margin-top: 4%;
  }
  #mailform2 {
    /* width: 85%; */
    width: 70%;
    height: 8%;
    /* height: 100%; */
    margin-bottom: 1%;
  }
  #mailform3 {
    width: 75%;
    height: auto;
  }
  #mailform4 {
    /* width: 92%; */
    /* width: 62%; */
    width: 70%;
    /* height: 100%; */
    /* height: auto; */
    height: 130px;
  }
  #mailform5 {
    /* width: 97%; */
    width: 70%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    width: 61%;
    height: auto;
    margin-bottom: 5%;
  }
  #mailform7 {
    /* width: 350px; */
    margin-left: 26%;
  }
  #mailform8 {
    /* width: 270px;
    height: 45px; */
    margin-left: 0%;
  }
  #mailform9 {
    width: 85%;
    height: auto;
  }
  table {
    transform: scale(1);
  }
  td {
    font-size: 16px;
    /* font-size: 16px; */
    border-radius: 5px;
    padding: 8px 5px;
  }
  .need {
    font-size: 16px;
  }
  .indent-itemname {
    text-indent: 12px;
  }
  .indent-itemname2 {
    text-indent: 1px;
  }
  .itemname-pay {
    font-size: 16px;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    /* font-size: 16px; */
    font-size: 16px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea {
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /* max-width: 220px; */
    max-width: 95%;
    height: 3rem;
    margin-bottom: 15px;
  }
  input[type=number] {
    max-width: 60px;
    height: 3rem;
    text-align: center;
  }
  #zip, #born_y {
    max-width: 110px;
    height: 3rem;
    text-align: center;
    margin-bottom: 2%;
  }
  textarea {
    width: 95%;
    height: 5rem;
    margin-bottom: 2%;
  }
  input[type=submit] {
    border: none;
    cursor: pointer;
    line-height: 1;
  }
  .payment-method {
    display: block;
  }
  #male {
    margin-bottom: 4%;
  }
  #object {
    margin-bottom: 2%;
  }
  /* 確認等ボタン */
  .btn-gr {
    /* display: flex;
    justify-content: center;
    gap: 35px;
    list-style: none; */
    margin-top: -2%;
    /* margin-top: -5%; */
    /* margin-bottom: 4%; */
    margin-bottom: 8%;
    margin-left: 2%;
  }
  .btn-gr6 {
    width: 160px;
    margin-top: 9%;
    margin-bottom: 10%;
  }
  .btn-gr7 {
    margin-left: 37%;
  }
  .btn-gr10 {
    margin-left: -1%;
  }
  .form-btn {
    margin-top: -2%;
    /* margin-top: 3%; */
    /* margin-bottom: -2%; */
    font-size: 16px;
    width: 120px;
    height: 50px;
  }
  .form-btn2 {
    /* margin-top: -2%; */
    margin-top: 3%;
    /* margin-bottom: -2%; */
    font-size: 16px;
  }
  .form-btn2:disabled {
    margin-top: 3%;
    font-size: 16px;
  }
  .form-btn3 {
    margin-top: -2%;
    font-size: 16px;
    width: 180px;
  }
  .form-btn4 {
    margin-left: 20%;
    font-size: 16px;
  }
  .form-btn5 {
    margin-top: 15%;
    margin-left: 20%;
    font-size: 16px;
  }
  .form-btn6 {
    margin-top: -2%;
    font-size: 16px;
  }
  .btn-gr8 {
    /* margin-top: -2%; */
    margin-top: -2%;
    margin-bottom: 4%;
    margin-left: 4%;
  }
  /* エラーメッセージ */
  #error-message {
    width: 350px;
    padding: 5px 30px;
    font-size: 16px;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -50px; */
    margin-bottom: -1030px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 80%;
    margin-left: 23%;
    flex-wrap: wrap;
    margin-top: 2%;
  }
  #footer-nav-home-part1 {
    width: 40%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 40%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 40%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 40%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 40%;
    order: 5;
    margin-bottom: 6%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 .fmt {
    max-width: 620px;
    margin-top: -17%;
    margin-bottom: -11%;
    margin-left: -42%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -7%;
    margin-bottom: -10%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.8);
  }
  #policy-checkbox {
    margin-left: -7%;
    margin-bottom: 0%;
    margin: 10px 10px 20px 20x;
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -80%;
  }
  .adj2 {
    margin-left: 28%;
  }
  .wrap-qr {
    margin-left: 30%;
    font-size: 16px;
  }
  .warn1 {
    margin-left: 17%;
    font-size: 16px;
  }
  .fmt-ttl8 {
    margin-left: -2%;
    font-size: 17px;
  }
  .item1 {
    margin-bottom: 5%;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 500px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color:#fff; */
    /* width: 370px; */
    /* width: 300px; */
    width: 150px;
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color: #fff;
  }
  .logo2 {
    width: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap {
    margin-top: 5%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    margin-top: 2px;
    font-size: 24px;
  }
  .p-ttl2 {
    margin-top: 2px;
    /* font-size: 23px; */
    font-size: 20px;
  }
  .p-ttl-cont {
    /* font-size: 16px; */
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 18px;
    margin-top: 4%;
    /* margin-bottom: 2%; */
    margin-bottom: 0%;
  }
  .p-ttl-cont3 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -9%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 26%; */
    /* margin-left: 27%; */
    margin-left: 31%;
    font-size: 15px;
  }
  .p-ttl-cont4 {
    font-size: 16px;
    margin-top: -8%;
    margin-bottom: -5%;
    /* text-align: center; */
    margin-left: 10%;
  }
  .p-ttl-cont5 {
    /* font-size: 17px; */
    font-size: 16px;
    margin-top: -4%;
    margin-bottom: 0%;
    /* margin-left: 35%; */
    /* margin-left: 5%; */
    margin-left: 10%;
  }
  .p-ttl-cont6 {
    font-size: 17px;
    margin-top: -6%;
    margin-left: 18%;
  }
  .p-ttl-cont7 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -9%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 26%; */
    margin-left: 23%;
    font-size: 17px;
  }
  .p-ttl-cont8 {
    font-size: 16px;
  }
  .p-ttl-cont9 {
    font-size: 15px;
    /* margin-top: -9%; */
    margin-top: -7%;
    margin-bottom: 1.5%;
    margin-left: 23%;
  }
  .p-info-cont {
    font-size: 16px;
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    width: 200px;
    height: 306px;
    position: fixed;
    top: 0px;
    left: 100%; /* メニューを外に出しておく */
    z-index: 80;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.9);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    border-radius: 5px;
  }
  .menu-content ul {
    padding: 25px 10px 0;
    text-align: left;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    width: 115px;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 115%;
    /* font-size: 16px; */
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 67%; /*メニューを画面内へ動かす*/
  }
  .menu-content ul li {
    width: 100px;
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    width: 95%;
    /* min-height: auto; */
    height: auto;
    padding-top: 5%;
    margin-top: 5%;
  }
  #mailform2 {
    /* width: 85%; */
    width: 75%;
    height: 8%;
    /* height: 100%; */
  }
  #mailform3 {
    width: 85%;
    height: auto;
  }
  #mailform4 {
    width: 90%;
    /* height: 100%; */
    height: 140px;
  }
  #mailform5 {
    width: 90%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    width: 88%;
    height: auto;
    margin-bottom: 7%;
  }
  #mailform7 {
    width: 320px;
    margin-left: 16%;
  }
  #mailform8 {
    width: 250px;
    margin-left: 0%;
  }
  #mailform9 {
    width: 95%;
    height: auto;
    padding-top: 5%;
  }
  .indent-itemname {
    text-indent: 15px;
    margin-top: 2%;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    font-size: 16px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  /* 確認等ボタン */
  .btn-gr {
    /* margin-top: -7%; */
    margin-top: 0%;
    /* margin-bottom: 4%; */
    margin-bottom: 6%;
  }
  .btn-gr2 {
    /* margin-top: -7%; */
    /* margin-top: 6%; */
    margin-top: 8%;
    margin-bottom: 6%;
    width: 160px;
  }
  .btn-gr3 {
    /* margin-top: -7%; */
    margin-top: -3%;
    margin-bottom: 4%;
    margin-left: 1%;
  }
  .btn-gr4 {
    margin-top: -1%;
    margin-bottom: 4%;
  }
  .btn-gr6 {
    width: 160px;
    margin-top: 12%;
    margin-left: 29%;
    margin-bottom: 10%;
  }
  .btn-gr7 {
    margin-left: 50%;
  }
  .btn-gr11 {
    /* margin-top: 8%; */
    margin-top: 5%;
    margin-bottom: 6%;
    /* margin-left: 32%; */
    margin-left: 30%;
    width: 160px;
  }
  .form-btn3 {
    margin-top: -2%;
    font-size: 16px;
    width: 180px;
  }
  .form-btn4 {
    margin-left: 0%;
  }
  .form-btn5 {
    margin-top: 20%;
    margin-left: 0%;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    /* padding: 20px 0; */
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -200px; */
    margin-bottom: -1050px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 17%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 45%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 45%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 45%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 45%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 45%;
    order: 5;
    margin-bottom: 5%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 .fmt {
    width: 370px;
    margin-top: -25%;
    margin-bottom: -15%;
    margin-left: -65%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -5%;
    margin-bottom: -10%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.8);
  }
  #policy-checkbox {
    margin-left: -7%;
    margin-bottom: 0%;
    margin: 10px 10px 20px 20x;
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -100%;
  }
  .fmt-ttl8 {
    margin-left: -1%;
    font-size: 16px;
  }
  .fmt-ttl9 {
    margin-left: 39%;
  }
  .wrap-qr {
    margin-left: 20%;
    font-size: 16px;
  }
  .adj1 {
    margin-left: -40%;
  }
  .adj2 {
    margin-left: 8%;
  }
  .warn1 {
    margin-left: 5%;
    font-size: 16px;
  }
  .warn2 {
    font-size: 16px;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 400px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color:#fff; */
    /* width: 370px; */
    /* width: 260px; */
    width: 140px;
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color: #fff;
  }
  .logo2 {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap {
    margin-top: 5%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    margin-top: 2px;
    font-size: 22px;
  }
  .p-ttl2 {
    margin-top: 2px;
    /* font-size: 23px; */
    font-size: 18px;
  }
  .p-ttl-cont {
    /* font-size: 16px; */
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 18px;
    margin-top: 3%;
    /* margin-bottom: 2%; */
    margin-bottom: -1%;
  }
  .p-ttl-cont3 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -9%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 27%; */
    margin-left: 30%;
    font-size: 14px;
  }
  .p-ttl-cont4 {
    font-size: 16px;
    margin-top: -8%;
    margin-bottom: -5%;
    /* text-align: center; */
    margin-left: 10%;
  }
  .p-ttl-cont5 {
    /* font-size: 17px; */
    font-size: 16px;
    margin-top: -6%;
    /* margin-bottom: 1.5%; */
    margin-bottom: -0.5%;
    /* margin-left: 35%; */
    /* margin-left: 1%; */
    margin-left: 10%;
  }
  .p-ttl-cont6 {
    font-size: 16px;
    margin-top: -8%;
    margin-left: 14%;
  }
  .p-ttl-cont7 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -9%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 27%; */
    margin-left: 25%;
    font-size: 14px;
  }
  .p-ttl-cont8 {
    font-size: 16px;
  }
  .p-ttl-cont9 {
    font-size: 16px;
    /* margin-top: -9%; */
    margin-top: -7%;
    margin-bottom: 1.5%;
    margin-left: 24%;
  }
  .p-info-cont {
    font-size: 16px;
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    width: 200px;
    height: 306px;
    position: fixed;
    top: 0px;
    left: 100%; /* メニューを外に出しておく */
    z-index: 80;
    /* background-color: #898989; */
    /* background-color: v.$color-main; */
    background-color: rgba(1, 5, 131, 0.9);
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    border-radius: 5px;
  }
  .menu-content ul {
    padding: 25px 10px 0;
    text-align: left;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    width: 115px;
    list-style: none;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    /* font-size: 16px; */
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 53%; /*メニューを画面内へ動かす*/
  }
  .menu-content ul li {
    width: 144px;
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    /* width: 98%; */
    width: 95%;
    height: auto;
    margin-top: 5%;
  }
  #mailform2 {
    width: 85%;
    height: 8%;
    /* height: 100%; */
  }
  #mailform3 {
    width: 85%;
    height: auto;
  }
  #mailform4 {
    width: 90%;
    /* width: 92%; */
    /* height: 100%; */
    height: 140px;
  }
  #mailform5 {
    width: 94%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    width: 96%;
    height: auto;
    margin-bottom: 7%;
  }
  #mailform7 {
    width: 290px;
    margin-left: 15%;
  }
  #mailform8 {
    width: 210px;
    margin-left: 0%;
  }
  #mailform9 {
    width: 95%;
    height: auto;
  }
  .indent-itemname {
    /* text-indent: 1px; */
    text-indent: 15px;
  }
  .indent-itemname2 {
    text-indent: 1px;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    text-indent: 15px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea {
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /* max-width: 220px; */
    max-width: 95%;
    height: 3rem;
  }
  /* 確認等ボタン */
  .btn-gr {
    /* margin-top: -7%; */
    /* margin-top: 1%; */
    margin-top: 0%;
    margin-bottom: 4%;
  }
  .btn-gr2 {
    /* margin-top: -7%; */
    margin-top: 7%;
    margin-bottom: 6%;
  }
  .btn-gr4 {
    margin-top: -1%;
    margin-bottom: 4%;
  }
  .btn-gr6 {
    width: 140px;
    margin-top: 12%;
    margin-left: 26%;
    margin-bottom: 10%;
  }
  .btn-gr11 {
    /* margin-top: -7%; */
    /* margin-top: 7%; */
    margin-top: 5%;
    margin-bottom: 6%;
    margin-left: 28%;
  }
  .form-btn3 {
    margin-top: -2%;
    font-size: 16px;
    width: 180px;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -250px; */
    margin-bottom: -950px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 12%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 45%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 45%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 45%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 45%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 47%;
    order: 5;
    margin-bottom: 8%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 .fmt {
    width: 350px;
    margin-top: -25%;
    margin-bottom: -15%;
    margin-left: -80%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -5%;
    margin-bottom: -10%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.8);
  }
  #policy-checkbox {
    margin-left: -7%;
    margin-bottom: 0%;
    margin: 10px 10px 20px 20x;
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -130%;
  }
  .fmt-ttl8 {
    margin-left: -7%;
    font-size: 16px;
  }
  .fmt-ttl9 {
    margin-left: 41%;
  }
  .wrap-qr {
    margin-left: 18%;
    font-size: 16px;
  }
  .adj1 {
    margin-left: -30%;
  }
  .adj2 {
    margin-left: 8%;
  }
  td {
    /* padding: 8px 5px; */
    font-size: 16px;
  }
  .warn1 {
    margin-left: 3.5%;
    font-size: 16px;
  }
  .warn2 {
    font-size: 16px;
  }
  .item1 {
    margin-bottom: 5%;
  }
}
/* モバイル版
------------------------ */
@media (max-width: 320px) {
  /* header　タイトル　ナビゲーション
  ------------------------ */
  .p-header {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
  .logo {
    /* width: 100%;
    line-height: 265%;
    margin-top: 0px;
    margin-bottom: 14px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color:#fff; */
    /* width: 370px; */
    /* width: 200px; */
    width: 140px;
    /* width: 100%; */
    /* margin-top: 14px; */
    /* margin-bottom: 14px; */
    margin-bottom: -10px;
    font-family: "HG創英角ｺﾞｼｯｸUB";
    font-size: 16px;
    color: #fff;
    padding: 1% 0;
  }
  .logo2 {
    width: 160px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .wrap {
    /* margin-top: 6%; */
    margin-top: 3%;
  }
  /* work　タイトル　ナビゲーション
  ------------------------ */
  .p-ttl {
    /* margin-top: 2px;
    font-size: 18px;
    font-size: 16px; */
    margin-top: 15px;
    font-size: 22px;
    margin-bottom: 2%;
  }
  .p-ttl2 {
    margin-top: 2px;
    /* font-size: 23px; */
    font-size: 16px;
  }
  .p-ttl-cont {
    /* font-size: 16px; */
    /* font-size: 16px; */
    font-size: 16px;
  }
  .p-ttl-cont2 {
    /* text-align: center; */
    font-size: 16px;
    /* margin-top: 3%; */
    margin-top: 5%;
    /* margin-bottom: 2%; */
    /* margin-bottom: -1%; */
    margin-bottom: -4%;
  }
  .p-ttl-cont3 {
    font-size: 18px;
    /* margin-top: -8%; */
    /* margin-top: -9%; */
    margin-top: -13%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 27%; */
    margin-left: 28%;
    font-size: 14px;
  }
  .p-ttl-cont4 {
    font-size: 16px;
    margin-top: -8%;
    margin-bottom: -5%;
    /* text-align: center; */
    margin-left: 10%;
  }
  .p-ttl-cont5 {
    /* font-size: 17px; */
    font-size: 16px;
    /* margin-top: -6%; */
    margin-top: -12%;
    /* margin-bottom: 1.5%; */
    /* margin-bottom: -6%; */
    margin-bottom: -3%;
    /* margin-left: 35%; */
    /* margin-left: 1%; */
    margin-left: 9%;
  }
  .p-ttl-cont6 {
    /* font-size: 16px; */
    font-size: 16px;
    margin-top: -8%;
    /* margin-left: 14%; */
    margin-left: 10%;
  }
  .p-ttl-cont7 {
    font-size: 18px;
    /* margin-top: -8%; */
    margin-top: -9%;
    /* margin-bottom: -4%; */
    margin-bottom: 1.5%;
    /* text-align: center; */
    /* margin-left: -1.5%; */
    /* margin-left: 2%; */
    /* margin-left: 27%; */
    margin-left: 25%;
    font-size: 14px;
  }
  .p-ttl-cont8 {
    font-size: 16px;
  }
  .p-ttl-cont9 {
    font-size: 16px;
    margin-top: -9%;
    margin-bottom: 1.5%;
    margin-left: 20%;
  }
  .p-info-cont {
    font-size: 16px;
  }
  /* ハンバーガーボタン
  ------------------------ */
  .menu-btn {
    transform: scale(0.8);
    margin-top: -1.5%;
  }
  /* ハンバーガーボタン　メニュー部分
  ------------------------ */
  .menu-content {
    /* width: 200px; */
    height: 306px;
    top: 0px;
  }
  .menu-content ul li a {
    font-size: 16px;
  }
  #menu-btn-check:checked ~ .menu-content {
    /*メニューを画面内へ動かす*/
    /* left: 57%; */
    left: 50%;
  }
  .menu-content ul li {
    width: 115px;
  }
  /*メニューオープン時はボタンを透明にする*/
  #menu-btn-check:checked ~ .menu-btn {
    background-color: rgba(0, 5, 131, 0);
  }
  /* CONTACT
  ------------------------ */
  /* フォーム */
  #mailform {
    width: 98%;
    height: auto;
    margin-top: 6%;
  }
  #mailform2 {
    width: 85%;
    height: 8%;
    /* height: 100%; */
  }
  #mailform3 {
    width: 95%;
    height: auto;
  }
  #mailform4 {
    width: 94%;
    /* height: 100%; */
    height: 120px;
  }
  #mailform5 {
    width: 94%;
    height: 8%;
    margin-bottom: 1%;
  }
  #mailform6 {
    width: 95%;
    height: auto;
    margin-bottom: 10%;
  }
  #mailform7 {
    width: 275px;
    margin-left: 1%;
  }
  #mailform8 {
    width: 210px;
    margin-left: 0%;
    height: 35%;
  }
  #mailform9 {
    width: 98%;
    height: auto;
  }
  td {
    font-size: 16px;
    /* font-size: 16px; */
    border-radius: 5px;
    padding: 8px 5px;
  }
  .need {
    font-size: 16px;
  }
  .indent-itemname {
    /* text-indent: 1px; */
    text-indent: 15px;
  }
  .indent-itemname2 {
    text-indent: 1px;
  }
  .itemname-pay {
    font-size: 16px;
  }
  .itemname-shrink {
    /* font-size: 5px; */
    text-indent: 15px;
  }
  .itemname-shrink2 {
    font-size: 16px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=number],
  input[type=password],
  textarea {
    border-radius: 5px;
    padding: 5px;
    font-size: 15px;
  }
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=password] {
    /* max-width: 220px; */
    max-width: 95%;
    height: 3rem;
  }
  input[type=number] {
    max-width: 50px;
    height: 3rem;
    text-align: center;
  }
  #zip, #born_y {
    width: 80px;
    height: 3rem;
    text-align: center;
  }
  textarea {
    width: 95%;
    height: 5rem;
  }
  input[type=submit] {
    border: none;
    cursor: pointer;
    line-height: 1;
  }
  .payment-method {
    display: block;
  }
  #password {
    font-size: 12px;
  }
  #password_confirmation {
    font-size: 12px;
  }
  #note_zip {
    font-size: 75%;
  }
  #email {
    font-size: 12px;
  }
  /* 確認等ボタン */
  .btn-gr {
    /* margin-top: -7%; */
    /* margin-top: 1%; */
    /* margin-top: 0%; */
    margin-top: -1%;
    /* margin-top: -6%-----; */
    /* margin-top: -6%; */
    margin-bottom: 4%;
    margin-left: 0%;
    gap: 25px;
  }
  .btn-gr2 {
    /* margin-top: -7%; */
    margin-top: 5%;
    /* margin-top: -5%; */
    margin-bottom: 4%;
  }
  .btn-gr3 {
    /* margin-top: -7%; */
    /* margin-top: 1%; */
    margin-top: -8%;
    /* margin-top: -6%; */
    margin-bottom: 4%;
    margin-left: 4%;
  }
  .btn-gr4 {
    /* margin-top: -1%; */
    margin-top: -5%;
    margin-bottom: 4%;
    margin-left: 5%;
  }
  .btn-gr6 {
    margin-top: 5%;
    margin-left: 19%;
  }
  .btn-gr8 {
    margin-left: 0%;
    gap: 25px;
  }
  .btn-gr11 {
    margin-top: 5%;
    margin-bottom: 4%;
    margin-left: 23%;
  }
  .form-btn {
    /* margin-top: -2%; */
    /* margin-top: -5%; */
    /* margin-top: -2%; */
    margin-top: 1%;
    /* margin-top: 4%; */
    /* margin-bottom: -2%; */
    /* font-size: 16px; */
    font-size: 16px;
    width: 110px;
    height: 50px;
  }
  .form-btn2 {
    /* margin-top: -2%; */
    /* margin-top: -5%; */
    /* margin-top: -2%; */
    /* margin-top: 1%; */
    margin-top: 4%;
    /* margin-bottom: -2%; */
    /* font-size: 16px; */
    font-size: 16px;
  }
  .form-btn2:disabled {
    margin-top: 4%;
    font-size: 16px;
  }
  .form-btn4 {
    margin-left: -20%;
  }
  .form-btn5 {
    margin-top: 20%;
    margin-left: -20%;
  }
  .form-btn6 {
    margin-top: 1%;
    font-size: 16px;
  }
  .btn-gr6 {
    width: 140px;
    margin-top: 12%;
    margin-bottom: 10%;
  }
  .form-btn3 {
    margin-top: 1%;
    font-size: 16px;
    width: 180px;
  }
  /* エラーメッセージ */
  #error-message {
    width: 260px;
    padding: 5px 30px;
    font-size: 16px;
  }
  /* footer　ページ下部
  ------------------------ */
  footer {
    padding: 20px 0;
    /*フッターの高さと等しいネガティブマージン*/
    /* margin-bottom: -300px; */
    margin-bottom: -950px;
  }
  /* フッターナビゲーション */
  .footer-nav-home {
    width: 90%;
    margin-left: 11%;
    flex-wrap: wrap;
  }
  #footer-nav-home-part1 {
    width: 49%;
    order: 1;
    margin-bottom: 2%;
  }
  #footer-nav-home-part2 {
    width: 49%;
    order: 2;
    margin-bottom: 2%;
  }
  #footer-nav-home-part3 {
    width: 49%;
    order: 3;
    margin-bottom: 2%;
  }
  #footer-nav-home-part4 {
    width: 49%;
    order: 4;
    margin-bottom: 2%;
  }
  #footer-nav-home-part5 {
    width: 57%;
    order: 5;
    margin-bottom: 8%;
  }
  .fmt-footer1 {
    font-size: 16px;
  }
  .fmt-footer2 {
    font-size: 16px;
  }
  .fmt-copy {
    font-size: 16px;
  }
  /* privacypolicy
  ------------------------ */
  .fmt-gr2 .fmt {
    width: 280px;
    margin-top: -30%;
    margin-bottom: -20%;
    margin-left: -100%;
    padding: 20px;
    font-size: 16px;
  }
  /* 同意ボタン
  ------------------------ */
  /* .policy-checkbox {
      margin-left: 42%;
  } */
  #fmt-gr {
    /* height: 300px;
    max-width: 690px;
    margin-left: 5%;
    margin-right: 5%; */
    margin-top: -5%;
    margin-bottom: -12%;
    /* border: 1px solid;
    border-radius: 5px;
    overflow-y: scroll;
    background-color: #FFFFFF; */
    transform: scale(0.8);
  }
  #policy-checkbox {
    margin-left: -7%;
    margin-bottom: 0%;
    margin: 10px 10px 20px 20x;
    transform: scale(1);
  }
  .policy-accept {
    margin-left: 0%;
    font-size: 16px;
  }
  #oath-text {
    margin-left: 0%;
    font-size: 16px;
  }
  .space1 {
    margin-bottom: -160%;
  }
  .fmt-ttl8 {
    margin-left: -13%;
    font-size: 16px;
  }
  .fmt-ttl9 {
    margin-left: 41%;
  }
  .wrap-qr {
    margin-left: 9%;
    font-size: 16px;
  }
  /* .adj1 {
      margin-left: -140%;
  } */
  .adj2 {
    margin-left: -2%;
  }
  td {
    font-size: 16px;
    /* padding: 8px 5px; */
  }
  .warn1 {
    margin-left: 3%;
    font-size: 16px;
  }
  .warn2 {
    font-size: 16px;
  }
  .item1 {
    margin-bottom: 7%;
  }
} /*# sourceMappingURL=style-form.css.map */