@charset "UTF-8";
.body #form {
  margin: 0;
  padding: 0;
  color: #333;
  margin: 30px auto 0;
  font-size: 14px;
*font-size: small;
*font: x-small;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.body h1 {
  max-width: 1000px;
  margin: 40px auto;
}
.body h1 img {
  max-width: 100%;
  height: auto;
}
.body h1 img.pc {
  display: block;
}
.body h1 img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
.body h1 img.pc {
  display: none;
}
.body h1 img.sp {
  display: block;
}
}
#form .body_tbl {
  width: 660px;
  margin: 0 auto;
  background: #f2f2f2;
  text-align: center;
}
#form h1 {
  margin: 0;
  padding: 10px 10px 10px 10px;
  background: #333333;
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
}
#form .header_img_smartphone {
  display: none;
}
#form .header_img_tablet {
  display: none;
}
#form .header_img_pc {
  display: block;
}
#form .header_text {
  margin: 0;
  padding: 20px 70px 20px 70px;
  background: #F1F1F1;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
#form .header_rmesg {
  margin: 0 auto;
  width: 600px;
  padding: 30px 0 10px 0;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
#form .header_emesg {
  width: 720px;
  margin: 30px auto;
  padding: 20px 20px 20px 20px;
  border: 2px solid #FF0000;
  color: #FF0000;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
#form .smp_tmpl {
  width: 600px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
#form dl {
  position: relative;
  margin: 0;
  padding: 15px 0 0 0;
  width: 600px;
}
#form dt.title {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 12px;
  color: #fff;
  background-color: #6b1b7e;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  vertical-align: top;
}
#form dt.title .required {
  font-size: 12px;
  color: #6b1b7e;
  padding: 0 4px;
  margin: 0 5px;
  background-color: #fff;
  font-weight: 400;
}
#form dt.title .supplement {
  font-size: 14px;
}
#form .status p {
  text-align: left;
}
#form .status .title {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  padding: 0;
  margin: 15px 0 10px;
}
#form .status dd.data {
  padding-top: 0;
}
#form .status .example {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
#form dt.title .caution {
  display: block;
  width: 220px;
  font-size: 85%;
  font-weight: normal;
  padding: 10px 0 0 0;
  line-height: 1.2;
  text-align: left;
}
#form dd.data {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 18px 0;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}
#form dd.data .note {
  font-size: 14px;
}
#form .comment .note {
  margin-top: 0;
  font-weight: 400;
}
#form .input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  color: #333333;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}
#form .zipcode li.code01 input {
  width: 60px;
}
#form .zipcode li.code02 input {
  width: 80px;
}
#form .phone li.num01 input {
  width: 60px;
}
#form .phone li.num02 input {
  width: 80px;
}
#form .phone li.num03 input {
  width: 80px;
}
#form .price input {
  width: 200px;
}
#form .num input {
  width: 60px;
}
#form .integer input {
  width: 60px;
}
#form .real input {
  width: 170px;
}
#form .pass input {
  width: 150px;
}
#form .epass input {
  width: 160px;
}
#form .time input {
  width: 40px;
}
#form .time .year {
  width: 80px;
}
#form .check-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
#form .check-box input {
  width: 30px;
  box-shadow: none;
}
#form .check-box label span {
  font-size: 18px;
}
#form .check-box label {
  display: flex;
  cursor: pointer;
}
#form .check-box .required {
  font-size: 12px;
  color: #fff;
  margin-left: 5px;
  padding: 2px 4px;
  background-color: #6b1b7e;
}
#form .privacy {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
  padding: 30px;
  height: 300px;
  background-color: #fff;
  overflow-y: scroll;
}
#form .privacy a {
  text-decoration: underline;
}
#form .privacy .title {
  font-size: 18px;
  text-align: center;
}
#form ul, #form li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#form .zipcode ul li, #form .phone ul li, #form .time ul li {
  width: auto;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  height: auto;
  line-height: 35px;
}
#form .birth-date ul li {
  margin-right: 10px;
}
#form .multi1 label {
  display: block;
  float: left;
  min-width: 70px;
  margin: 0 0 0 0;
  padding: 0 10px;
  text-align: left;
}
#form .participants .multi1 label {
  float: none;
  margin-bottom: 10px;
}
#form .multi1 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
#form .multi1 label span {
  display: block;
  margin: 0 0 0 30px;
  font-size: 100%;
  font-weight: normal;
}
#form .multi1 .radio input {
  border-radius: 1em;
}
#form .multi2 li {
  display: inline;
  float: left;
  min-width: 135px;
  margin: 0 0 0 0;
  padding: 0 5px 0 10px;
  text-align: left;
  clear: both;
}
#form .relationship label {
  display: block;
  margin-bottom: 10px;
}
#form .multi2 label input {
  display: block;
  float: left;
  width: 1em;
  height: 1em;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 0 0 0 0;
  overflow: hidden;
}
#form .multi1 label span, #form .multi2 label span {
  display: block;
  margin: 0 0 0 25px;
  font-size: 16px;
  font-weight: normal;
}
#form .multi1 .radio input, #form .multi2 .radio input {
  border-radius: 1em;
  inline-size: 16px;
  block-size: 16px;
}
#form .gender .multi2 ul {
  display: flex;
}
#form .gender .multi2 ul li {
  min-width: 70px
}
#form select {
  margin-bottom: 8px;
  font-size: 100%;
  width: 180px;
}
#form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}
#form .image input {
  width: 100%;
}
#form .file input {
  width: 100%;
}
#form input.clear {
  width: 55px;
  text-align: center;
}
#form input.submit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  background-color: #f6d500;
  border-radius: 100px;
  width: 100%;
  max-width: 160px;
  height: auto;
  padding: 15px;
  margin: 40px auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  color: #333;
  border: none;
}
#form input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#form input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}
#form input.searchZipcode {
  width: 150px;
  height: 32px;
  margin: auto;
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030) );
  /* for modern browser */
  background: linear-gradient( to bottom, #606060 0%, #303030 100% );
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
#form input.searchZipcode:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#form input.imageZipcode {
  margin: auto;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}
#form input[name=SMPFORM_BACK] {
  width: 270px;
  height: 42px;
  margin: 40px 0 40px 0;
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030) );
  /* for modern browser */
  background: linear-gradient( to bottom, #606060 0%, #303030 100% );
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
#form input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#form input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}
#form .sample {
  color: #555555;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
}
#form .suffix {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  height: 35px;
  line-height: 35px;
}
#form .need {
  color: #CC0000;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}
#form .msg {
  display: block;
  color: #DD0000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
#form .sub_text {
  width: 760px;
  font-size: 123.1%;
  font-weight: bold;
  padding: 150px 0;
  text-align: center;
}
#form .error {
  background: #FFE4E4;
}
#form .spiralSeal {
  width: 80%;
  overflow: hidden;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
#form .spiralSeal tr td.description {
  display: table-cell;
  text-align: left;
  overflow: auto;
}
#form .spiralSeal tr td.img {
  display: table-cell;
  margin-left: 0px;
  margin-right: 0px;
  overflow: auto;
  text-align: center;
}
#form .footer_text {
  width: 760px;
  font-size: 100%;
  margin: 30px 0 0 0;
  font-weight: normal;
  text-align: left;
}
#form .cf:before, #form .cf:after {
  content: "";
  display: table;
}
#form .cf:after {
  clear: both;
}
#form .cf {
*zoom:1;
}
#form .data label {
  cursor: pointer;
}

@media screen and (max-width:767px) {
.body #form {
  margin: 0;
  padding: 0;
  font-size: 13px;
*font-size: small;
*font: x-small;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: #FFFFFF;
}
#form .body_tbl {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
  border: none;
}
#form h1 {
  margin: 0;
  padding: 10px 10px 10px 10px;
  background: #333333;
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: bold;
  text-align: center;
}
#form .header_img_smartphone {
  display: block;
}
#form .header_img_tablet {
  display: none;
}
#form .header_img_pc {
  display: none;
}
#form .header_text {
  margin: 0;
  padding: 15px 15px 15px 15px;
  background: #F1F1F1;
  font-size: 85%;
  font-weight: normal;
  text-align: left;
}
#form .header_rmesg {
  margin: 0 0 0 0;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 15px 10px 15px;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
#form .header_emesg {
  width: 240px;
  margin: 10px auto 10px;
  padding: 15px 15px 15px 15px;
  border: 2px solid #FF0000;
  color: #FF0000;
  font-size: 100%;
  font-weight: normal;
  text-align: left;
}
#form .smp_tmpl {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px 0 15px;
  box-sizing: border-box;
}
#form dl {
  display: block;
  margin: 0;
  padding: 20px 0 0 0;
  position: relative;
  width: 100%;
}
#form dt.title {
  display: block;
  margin: 0;
  font-size: 108%;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
#form dt.title .caution {
  display: block;
  width: 270px;
  font-size: 85%;
  font-weight: normal;
  padding: 10px 0 0 0;
  line-height: 1.2;
  text-align: left;
}
#form dd.data {
  position: relative;
  display: block;
  margin: 0;
  padding: 18px 0 10px 0;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}
#form .input {
  color: #333333;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}
#form .price input {
  width: 150px;
}
#form .num input {
  width: 60px;
}
#form .integer input {
  width: 90px;
}
#form .real input {
  width: 170px;
}
#form .pass input {
  width: 150px;
}
#form .epass input {
  width: 160px;
}
#form .time .new_line {
  clear: both; }
#form ul, #form li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#form .zipcode ul li, #form .phone ul li, #form .time ul li {
  width: auto;
  float: left;
  margin: 0 3px 0 0;
  padding: 0;
  height: auto;
  line-height: 35px;
}
#form .multi1 label {
  display: block;
  margin: 0 10px 0 0;
  border-radius: 4px 4px 4px 4px;
  background: #F1F1F1;
  text-align: left;
}
#form .multi1 label input {
  display: block;
  float: left;
  width: 20px;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 3px 3px 3px 3px;
  text-align: left;
  overflow: hidden;
}
#form .multi1 label span {
  display: block;
  margin: 0 0 0 25px;
}
#form .multi1 .radio input {
  border-radius: 1em;
}
#form .multi2 li {
  display: block;
  min-width: 250px;
  margin: 0 10px 10px 0;
  border-radius: 4px 4px 4px 4px;
  text-align: left;
  width: auto;
}
#form .multi2 label input {
  display: block;
  float: left;
  width: 20px;
  margin: 0.2em 0 0 0;
  padding: 0;
  border-radius: 3px 3px 3px 3px;
  text-align: left;
  overflow: hidden;
}
#form .multi2 label span {
  display: block;
  margin: 0 0 0 25px;
}
#form .multi2 .radio input {
  border-radius: 1em;
}
#form select {
  margin-bottom: 8px;
  font-size: 100%;
  width: 180px;
}
#form textarea {
  padding: 5px;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  font-size: 108%;
  text-align: left;
}
#form .image input {
  width: 100%;
}
#form .file input {
  width: 100%;
}
#form input.clear {
  width: 55px;
  text-align: center;
}
#form input.submit {
  margin: 20px 10px;
  border: hidden;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 150px;
}
#form input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#form input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}
#form input[name=SMPFORM_BACK] {
  width: 150px;
  height: 42px;
  margin: 20px 0 40px 0;
  border: hidden;
  border-radius: 3px 3px 3px 3px;
  /* other browser */
  background: #303030;
  /* for old webkit */
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.00, #606060), color-stop(1.00, #303030) );
  /* for modern browser */
  background: linear-gradient( to bottom, #606060 0%, #303030 100% );
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  font-size: 153.9%;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
#form input.submit:hover {
  filter: alpha(opacity=90);
  -ms-filter: alpha(opacity=90);
  opacity: 0.9;
}
#form input.image {
  margin: 40px 0 40px 0;
  width: auto;
  border: none;
  padding: 0;
  vertical-align: middle;
}
#form .sample {
  color: #555555;
  font-size: 93%;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
}
#form .suffix {
  font-size: 100%;
  font-weight: normal;
  text-align: left;
  height: 35px;
  line-height: 35px;
}
#form .need {
  color: #CC0000;
  font-size: 100%;
  font-weight: bold;
  text-align: left;
}
#form .msg {
  display: block;
  color: #DD0000;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
#form .sub_text {
  width: 270px;
  font-size: 123.1%;
  font-weight: bold;
  padding: 150px 0;
  text-align: center;
}
#form .error {
  background: #FFE4E4;
}
#form .spiralSeal {
  width: 270px;
  overflow: hidden;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
#form .spiralSeal tr td.description {
  display: block;
  text-align: left;
  overflow: auto;
}
#form .spiralSeal tr td.img {
  display: block;
  margin-left: 60px;
  margin-right: 60px;
  overflow: auto;
  text-align: center;
}
#form .footer_text {
  width: 270px;
  font-size: 85%;
  margin: 30px 0 0 0;
  font-weight: normal;
  text-align: left;
}
#form .cf:before, #form .cf:after {
  content: "";
  display: table;
}
#form .cf:after {
  clear: both;
}
#form .cf {
*zoom:1;
}
#form .privacy {
  padding: 15px;
}
}