@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..600&display=swap");
/*---------------------------------------------------contact*/
html {
  font-size: 62.5%;
}

body {
  background-color: #dfdfdf;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  overflow-wrap: break-word;
  color: #221815;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-break: break-all;
}

header,
footer,
section,
article,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
table,
tr,
td,
th,
input,
textarea,
select,
a,
figure,
span {
  box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.logo a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-weight: 600;
  line-height: 1.4;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1em;
}

a,
input[type=submit] {
  text-decoration: none;
  transition: opacity 0.3s;
  color: #434363;
  outline: none;
}

article a {
  color: #000000;
  text-decoration: underline;
}
article a:hover {
  text-decoration: none;
}

img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

strong {
  font-size: 2.4rem;
}

hr {
  border: none;
  border-bottom: 1px dotted #ddd;
  margin: 0 0 30px 0;
}

.sp {
  display: none;
}

.txt-red {
  color: #db2020;
}

.txt-marker {
  background: linear-gradient(transparent 70%, #ffc800 70%);
}

.txt-delete {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.txt-delete strong {
  -webkit-text-decoration: line-through #db2020 5px;
          text-decoration: line-through #db2020 5px;
  position: relative;
  margin-right: 20px;
}

em {
  font-style: normal;
  color: #db2020;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.small {
  font-size: 1.4rem;
}
@media screen and (min-width: 375px) {
  .small {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .small {
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.txt-caution {
  margin-top: 10px;
  text-indent: -1em;
  margin-left: 1em;
  color: #db2020;
}

.nowrap {
  white-space: nowrap;
}

.list-disc {
  margin-bottom: 30px;
}
.list-disc li {
  margin-left: 1.5em;
  list-style: disc;
  line-height: 1.8;
}
.list-disc li + li {
  margin-top: 0.5em;
}

.list-unstyled {
  list-style: none;
  margin-left: 0;
}
.list-unstyled li::before {
  content: none;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

.indent2 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.indent2 em {
  padding-right: 0.5em;
}

.deadline {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1em;
  color: #cf0000;
}

#PageTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 75%;
}
#PageTopBtn a {
  display: block;
  color: #fff;
  background: #9ca8b3;
  text-align: center;
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 1.5;
  opacity: 0.7;
}
#PageTopBtn a:hover {
  background: #434363;
}

article,
footer,
header {
  background-color: #fff;
  text-align: left;
  max-width: 768px;
  position: relative;
  padding: 0;
  margin: 0 auto;
  padding: 30px 3dvw 0;
}
@media screen and (min-width: 1025px) {
  article,
  footer,
  header {
    padding: 30px 30px 0;
  }
}

.logo {
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .logo {
    font-size: 2.8rem;
    margin: 0;
  }
}

.terms,
.note {
  background-color: #353535;
  color: #fff;
  padding: 5dvw 3dvw;
  margin: 20px 0 40px;
}
@media screen and (min-width: 1025px) {
  .terms,
  .note {
    padding: 3%;
  }
}
.terms .list-disc,
.note .list-disc {
  margin-bottom: 0;
}
.terms h3,
.note h3 {
  margin-top: 40px;
}

.terms h2 {
  margin-top: 40px;
}

footer {
  padding-top: 0;
  text-align: center;
}
footer p {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  padding: 2vw 2vw 0;
  border-top: 1px solid #8d8d8d;
}
@media screen and (min-width: 1025px) {
  footer p {
    font-size: 2.4rem;
    padding: 50px 25px 0;
  }
}

address {
  font-style: normal;
  padding: 2vw;
}
@media screen and (min-width: 1025px) {
  address {
    padding: 25px;
  }
}
address b {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
}

.txt-copyright {
  font-size: 1.4rem;
  border-top: 1px solid #8d8d8d;
  text-align: center;
  padding: 25px;
}

/*---------------------------------------------------------------------*/
.area-btn {
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 600px) {
  .area-btn input {
    width: 100%;
  }
}

.txt-info {
  font-size: 1.4rem;
  color: #707070;
}

.item {
  margin-bottom: 15px;
}

.icon_required {
  background-color: #fff;
  color: #dc2b2b;
  font-size: 1.2rem;
  vertical-align: middle;
  padding: 2px 10px;
  margin-left: 10px;
  display: inline-block;
  border: 1px solid #dc2b2b;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .icon_required {
    margin-left: 0;
    position: absolute;
    right: 15px;
    top: 0.66rem;
  }
}

.form-parts {
  border-top: 1px solid #cacaca;
  padding: 30px 0;
}

.d-member {
  margin-top: 10px;
}

.d-member > label,
.form-parts > label {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .d-member > label,
  .form-parts > label {
    grid-template-columns: minmax(12em, auto) 1fr;
  }
}
.d-member > label + label,
.form-parts > label + label {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .d-member > label small,
  .form-parts > label small {
    line-height: 1.2;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .d-member > label small {
    display: inline-block;
  }
}

.form-parts > div:not(.d-member) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 30px;
}

.formTable {
  margin-top: 40px;
  width: 100%;
}
.formTable th,
.formTable td {
  padding: 30px 0;
  border-top: 1px solid #cacaca;
}
.formTable th {
  font-size: 1.4rem;
  padding-right: 2em;
  width: 14em;
}

input[type=tel],
input[type=email],
input[type=text] {
  width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

#fixed {
  display: block;
  position: fixed;
  background-color: #434363;
  color: #fff;
  padding: 20px;
  text-align: center;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  #fixed {
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 601px) {
  #fixed {
    top: 0;
    right: 0;
  }
}
#fixed div,
#fixed p {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 5px;
}
#fixed #payment {
  font-size: 1.8rem;
}
@media screen and (min-width: 601px) {
  #fixed #payment {
    line-height: 1.3;
    font-size: 3rem;
  }
}

/*---------------------------------------------------contact-origin*/
.btn-return {
  background-color: #d7d7d7;
  text-align: center;
  display: block;
  color: #000;
  margin: 40px auto;
  text-decoration: underline;
}

.txt_atte {
  margin-bottom: 40px;
}

/*---------------------------------------------------contact-origin*/
.thanks .form_end p {
  font-weight: bold;
}

.thanks article .btn {
  display: inline-block;
  padding: 20px;
}

strong.txt-marker.small {
  font-size: 2rem;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}

/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

button,
input,
select,
optgroup,
textarea {
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

/* Forms */
.terms label,
.return,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #434363;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 2px;
  text-decoration: none;
  padding: 20px 30px;
  transition: all 0.3s;
  border: 1px solid #434363;
  display: inline-block;
  border-radius: 8px;
}
.terms label:hover,
.return:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-position: right 10px center;
  background-color: #ffffff;
  color: #434363;
  opacity: 1;
}

.terms label {
  background-image: none;
  margin-top: 40px;
}

.terms label:has(input#agree:checked) {
  background-color: #ffffff;
  color: #434363;
}

input#submit:disabled {
  cursor: none;
  opacity: 0.5;
  pointer-events: none;
}

input[type=button].return,
input[type=reset] {
  background-color: #cecece;
  background-image: none;
  border: 1px solid #cecece;
  padding: 20px;
}
input[type=button].return:focus, input[type=button].return:hover,
input[type=reset]:focus,
input[type=reset]:hover {
  background-color: #ffffff;
  color: #cecece;
  opacity: 1;
}

.return:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  /*background: #111;*/
  cursor: pointer;
  color: #434363;
}

.button:visited,
button:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
  text-decoration: none;
}

.return:focus,
.button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  background: #fff;
  color: #434363;
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: #fff;
  border: solid 1px #d7d7d7;
  box-sizing: border-box;
  outline: none;
  padding: 0.66rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  border-radius: 5px;
}
input[type=text]:user-invalid,
input[type=email]:user-invalid,
input[type=url]:user-invalid,
input[type=password]:user-invalid,
input[type=search]:user-invalid,
input[type=number]:user-invalid,
input[type=tel]:user-invalid,
input[type=range]:user-invalid,
input[type=date]:user-invalid,
input[type=month]:user-invalid,
input[type=week]:user-invalid,
input[type=time]:user-invalid,
input[type=datetime]:user-invalid,
input[type=datetime-local]:user-invalid,
input[type=color]:user-invalid,
textarea:user-invalid {
  background-color: #ffd3d3;
  outline: 2px solid #cf0000;
}

select {
  background: #fff;
  border: solid 1px #d7d7d7;
  box-sizing: border-box;
  outline: none;
  padding: 0.66rem 0.66rem;
  outline-offset: 0;
  border-radius: 0;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #434363;
}

textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}/*# sourceMappingURL=form.css.map */