@charset "utf-8";
/*@orange2: rgba(244,157,47,0.8);
@blue: rgba(0,150,223,1);
*/
.sans {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp {
  font-family: "Noto Sans JP";
  font-style: normal;
}
/*
@font-face {
	font-family: 'Zen Kaku Gothic Antique';
	src: url('../font/ZenKakuGothicAntique-Bold.ttf') format('truetype');
	font-display: swap;
}
.zen-kaku-gothic-antique-bold {
	font-family: "Zen Kaku Gothic Antique";
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Yuji Syuku';
	src: url('../font/YujiSyuku-Regular.ttf') format('truetype');
	font-display: swap;
}
.YujiSyuku-Regular {
	font-family: "Yuji Syuku";
	font-weight: 500;
	font-style: normal;
}
*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #141414;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 3vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #141414;
}
.scroll::-webkit-scrollbar-thumb {
  background: #141414;
}
.pc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1000px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 600px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 600px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.zoom {
  -webkit-animation: zoom linear 0.1s forwards;
          animation: zoom linear 0.1s forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mixin-btn {
  background-color: #ec6c00;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .mixin-btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  .mixin-btn {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    padding: 10px 20px;
  }
}
/** ベース設計 **/
html {
  scroll-padding-top: 74px;
  /*@media all and (max-width: @layout-sp-width) {
		scroll-padding-top: 207px;
	}*/
  scroll-behavior: smooth;
}
@media all and (max-width: 1000px) {
  html {
    scroll-padding-top: 67px;
  }
}
html body {
  position: relative;
  overflow-x: hidden !important;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fdf8d7;
}
header .ins {
  max-width: 100%;
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  z-index: 2;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*.mixin-padding(50px 10px 27px 10px, 10px 10px, 30px 10px);*/
  padding: 20px 10px 20px 30px;
  position: relative;
  /*border-bottom: solid 1px;*/
  /*justify-content: space-between;*/
}
@media screen and (max-width: 1000px) {
  header .ins {
    width: 1000px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1000px) {
  header .ins {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .ins .title {
  width: 274px;
  max-width: 274px;
  /*.mixin-padding(initial, 0 0 10px 0, 0 0 20px 0);*/
}
@media screen and (max-width: 1000px) {
  header .ins .title {
    width: 80%;
  }
}
@media screen and (max-width: 600px) {
  header .ins .title {
    width: 80%;
  }
}
header .ins .menu {
  width: 630px;
  max-width: 630px;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  header .ins .menu {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins .menu {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  header .ins .menu {
    /*width: calc(100% - 100px);*/
    /*margin: auto;*/
  }
}
@media all and (max-width: 600px) {
  header .ins .menu {
    width: 100%;
    margin: auto;
  }
}
header .ins .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 15px 0;
}
@media screen and (max-width: 1000px) {
  header .ins .menu ul {
    padding: 0 0 15px 0;
  }
}
@media screen and (max-width: 600px) {
  header .ins .menu ul {
    padding: 0 0 10px 0;
  }
}
@media all and (max-width: 600px) {
  header .ins .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*justify-content: center;*/
    gap: 10px 0;
  }
}
header .ins .menu ul li {
  width: 104px;
  list-style-type: none;
  padding-bottom: 2px;
  border-bottom: #666666 solid 1px;
  text-align: center;
}
@media all and (max-width: 600px) {
  header .ins .menu ul li {
    /*width: calc((100% - 40px) / 2);*/
    width: initial;
  }
}
@media all and (max-width: 600px) {
  header .ins .menu ul li:first-of-type {
    margin-left: initial;
  }
}
header .ins .menu ul li a {
  /*text-decoration: underline black 1px;
							padding-bottom: 2px;
							margin-bottom: 2px;*/
  text-decoration: none;
  color: #141414;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  header .ins .menu ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins .menu ul li a {
    font-size: 1rem;
  }
}
header .ins .h_contact {
  width: 100%;
  text-align: right;
  line-height: 100%;
}
@media all and (max-width: 600px) {
  header .ins .h_contact {
    text-align: center;
  }
}
header .ins .h_contact span {
  color: #141414;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  header .ins .h_contact span {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins .h_contact span {
    font-size: 0.85rem;
  }
}
header .ins .h_contact span > span {
  display: inline-block;
}
main {
  /*position: relative;
	padding-bottom: 100px;
	z-index: 1;
	background: url(../img/bg.png) top center;
	background-attachment: fixed;*/
}
main section {
  /*position: relative;
		top: 0;
		left: 0;
		z-index: 2;*/
}
main .ins {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
@media screen and (max-width: 1000px) {
  main .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  main .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  main .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  main .ins {
    padding: 20px 10px;
  }
}
footer > div {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: column;
  /*border-top: solid 1px @gray;*/
  padding: 30px 10px;
  /*.mixin-padding(100px 10px, 50px 10px, 100px 10px);*/
  text-align: center;
  /*.contact_us {
			.mixin-flex(wrap, center, center);
			.mixin-flex-gap(10px 0, 10px 0, 10px 0);
			.mixin-padding(0, 20px, 0);

			@media all and (max-width: @layout-pad-width) {
				.mixin-flex(wrap, flex-start, flex-start);
			}

			span {
				.mixin-font(@sizeM, @sizeLLsp, normal, @black, @sizeM);
			}

			>span {
				&:after {
					content: "／";
					.mixin-font(inherit, inherit, inherit, inherit, inherit);
					transform: translateX(100%);

					@media all and (max-width: @layout-pad-width) {
						display: none;
					}
				}
			}

			>div {
				.mixin-flex(wrap, center, center);
				.mixin-flex-gap(10px, 5px, 10px);

				@media all and (max-width: @layout-pad-width) {
					.mixin-flex(wrap, flex-start, flex-start);
				}
			}
		}*/
  /*small {
			display: none;
			.mixin-font(@sizeS, @sizeS, normal, @black, @sizeS);
			padding: 0 10px 0 0;

			span {
				display: inline-block;
				font-size: 180%;
				transform: translate(0, 10%);
			}
		}*/
}
@media screen and (max-width: 1000px) {
  footer > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  footer > div {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  footer > div {
    padding: 20px 10px;
  }
}
@media all and (max-width: 600px) {
  footer > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
footer > div > div {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
footer > div > div > span {
  display: inline-block;
  color: #141414;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  footer > div > div > span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  footer > div > div > span {
    font-size: 1.3rem;
  }
}
footer > div > span {
  display: inline-block;
  margin: auto;
}
footer > div ul {
  /*display: inline-block;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  padding-top: 25px;
  text-align: left;
  margin: auto;
}
footer > div ul li {
  list-style-type: none;
  border-bottom: solid #141414 1px;
}
footer > div ul li a {
  text-decoration: none;
  color: #141414;
  /*text-decoration: solid;*/
}
footer .totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 5;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
  width: 50px;
  height: 50px;
  margin: auto;
  border-radius: 50%;
  background: #ec6c00;
  border: solid #ffffff 1px;
}
@media screen and (max-width: 600px) {
  footer .totop {
    position: fixed;
    top: initial;
    right: 0;
    bottom: 0;
    left: initial;
    z-index: 100;
    -webkit-transform: translate(-10px, -100%);
            transform: translate(-10px, -100%);
  }
}
footer .totop:after {
  display: block;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border: 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
@-webkit-keyframes l6 {
  100% {
    inset: 0;
  }
}
@keyframes l6 {
  100% {
    inset: 0;
  }
}
.red {
  color: #e50112;
}
body .waiting {
  position: fixed;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 100;
  -webkit-transform: initial;
          transform: initial;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
body .waiting > span {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  body .waiting > span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body .waiting > span {
    font-size: 4.4vw;
  }
}
body .waiting > span:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  height: 10px;
  inset: 0 100% 0 0;
  border-radius: 10px;
  background: orange;
  -webkit-animation: l6 2s infinite;
          animation: l6 2s infinite;
}
@media all and (max-width: 600px) {
  body .waiting > span:after {
    -webkit-transform: translateY(calc(3.36vw + 20px));
            transform: translateY(calc(3.36vw + 20px));
  }
}
body main {
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  body main {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body main {
    padding: 0;
  }
}
body main #form {
  /*.mixin-padding(50px 0, 50px 0, 50px 0);*/
}
body main #form .detail {
  margin-bottom: 80px;
  background: #ffe200;
  margin: 0 0 80px 0;
}
@media screen and (max-width: 1000px) {
  body main #form .detail {
    margin: 0 0 80px 0;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail {
    margin: 0 0 50px 0;
  }
}
body main #form .detail > div {
  width: 900px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  /*.parking {
						.mixin-ins(@width3);
						.mixin-padding(0 10px, 0 10px, 0 10px);

						.text1 {
							display: block;
							font-size: 1.1rem;
							text-align: center;
							font-weight: bold;
							padding-bottom: 5px;
						}

						.text2 {
							display: block;
							color: red;
							font-weight: bold;
							font-size: 1.3rem;
							text-align: center;
							padding-bottom: 20px;
						}

						.note {
							display: block;
							line-height: 1.7rem;
							text-indent: -0.5em;
							padding-left: 1em;
							font-size: @sizeS;

							&:before {
								content: '■';
								display: inline-block;
								width: 10px;
								height: 10px;
							}
						}

						p {
							.mixin-padding(0 0 30px 0, 0 0 30px 0, 0 0 30px 0);
							font-size: @sizeS;
						}
					}*/
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div {
    padding: 20px 10px;
  }
}
body main #form .detail > div h2 {
  text-align: center;
  /*.mixin-font(@sizeXL, @size2XLsp, bold, @red, @sizeXL);*/
  color: #e50112;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div h2 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div h2 {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div h2 {
    padding: 0 0 30px 0;
  }
}
body main #form .detail > div h2 span {
  display: inline-block;
}
body main #form .detail > div .orange_box {
  width: 530px;
  max-width: 530px;
  margin: 0 auto 20px auto;
  padding: 15px;
  border-radius: 13px;
  background: #ec6c00;
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div .orange_box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div .orange_box {
    width: 100%;
  }
}
body main #form .detail > div .orange_box span {
  display: block;
  text-align: center;
  color: #ffffff;
}
body main #form .detail > div .orange_box span.big {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div .orange_box span.big {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div .orange_box span.big {
    font-size: 1.6rem;
  }
}
body main #form .detail > div .orange_box span.text {
  padding-bottom: 10px;
}
body main #form .detail > div .orange_box .note_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: solid #ffffff 1px;
  border-radius: 8px;
}
body main #form .detail > div .orange_box .note_box > div:first-of-type {
  position: relative;
  width: 85px;
  /*height: 100%;*/
  background: #ffffff;
  border-radius: 6px 0 0 6px;
  padding: 8px;
  text-align: center;
}
body main #form .detail > div .orange_box .note_box > div:first-of-type span {
  display: block;
  width: 100%;
  color: #ec6c00;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body main #form .detail > div .orange_box .note_box > div:last-of-type {
  padding: 5px 7px;
}
body main #form .detail > div .orange_box .note_box > div:last-of-type span {
  text-align: left;
  color: #ffffff;
}
body main #form .detail > div .etc {
  width: 700px;
  max-width: 700px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  padding: 0 0 20px 0 !important;
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div .etc {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div .etc {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main #form .detail > div .etc {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main #form .detail > div .etc {
    padding: 20px 10px;
  }
}
body main #form .detail > div .etc > span {
  display: block;
  text-align: center;
  color: red;
  font-size: 1.3rem;
  font-weight: bold;
}
@media all and (max-width: 1000px) {
  body main #form .detail > div .etc .pc {
    display: none;
  }
}
body main #form .detail > div .etc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
body main #form .detail > div .etc2 img {
  width: 95px;
}
body main #form .midashi {
  background: #000;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  body main #form .midashi {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main #form .midashi {
    margin: 0 0 15px 0;
  }
}
body main #form .midashi > span {
  display: block;
  color: #ffffff;
}
body main #form .midashi > span.big {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  body main #form .midashi > span.big {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main #form .midashi > span.big {
    font-size: 1.6rem;
  }
}
body main #form .sankaku {
  display: block;
  width: 150px;
  max-width: 150px;
  margin: auto;
  padding-bottom: 30px;
  padding: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  body main #form .sankaku {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main #form .sankaku {
    width: 100px;
  }
}
@media screen and (max-width: 1000px) {
  body main #form .sankaku {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main #form .sankaku {
    padding: 0 0 20px 0;
  }
}
body main form {
  width: 900px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
@media screen and (max-width: 1000px) {
  body main form {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main form {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main form {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form {
    padding: 20px 10px;
  }
}
body main form .input {
  border: solid 1px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #141414;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  body main form .input {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form .input {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1000px) {
  body main form .input {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  body main form .input {
    font-size: 16px;
  }
}
body main form [type=checkbox] {
  width: 20px;
  height: 20px;
}
body main form .btn {
  background-color: #ec6c00;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  body main form .btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  body main form .btn {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  body main form .btn {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 600px) {
  body main form .btn {
    padding: 10px 20px;
  }
}
body main form .errorcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body main form .errorcode ul {
  border: solid 1px #e50112;
  background-color: #e50112;
  border-radius: 10px;
  width: initial;
  max-width: initial;
  margin: 20px 0;
  padding: 10px;
}
@media screen and (max-width: 1000px) {
  body main form .errorcode ul {
    width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main form .errorcode ul {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main form .errorcode ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main form .errorcode ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
  body main form .errorcode ul {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form .errorcode ul {
    padding: 10px;
  }
}
body main form .errorcode ul li {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  body main form .errorcode ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main form .errorcode ul li {
    font-size: 3.5vw;
  }
}
body main form .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  padding: 20px 10px;
}
@media screen and (max-width: 1000px) {
  body main form .name {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form .name {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  body main form .name {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form .name {
    padding: 20px 10px;
  }
}
body main form .name:first-of-type {
  border-top: none;
}
body main form .name > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  body main form .name > div {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form .name > div {
    gap: 10px;
  }
}
body main form .name > div span {
  width: 70px;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
body main form .name > div label {
  white-space: nowrap;
}
body main form .input-name,
body main form .input-kana {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  body main form .input-name,
  body main form .input-kana {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main form .input-name,
  body main form .input-kana {
    width: 100%;
  }
}
body main form .input-know {
  width: 100%;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  body main form .input-know {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main form .input-know {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main form .input-know {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main form .input-know {
    gap: 20px;
  }
}
body main form .input-know-other,
body main form .input-grade-other,
body main form .input-point-other {
  display: initial;
  width: 100%;
  height: 100px;
}
body main form .input-city,
body main form .input-grade,
body main form .input-plan,
body main form .input-point {
  width: 100%;
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  body main form .input-city,
  body main form .input-grade,
  body main form .input-plan,
  body main form .input-point {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main form .input-city,
  body main form .input-grade,
  body main form .input-plan,
  body main form .input-point {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main form .input-city,
  body main form .input-grade,
  body main form .input-plan,
  body main form .input-point {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main form .input-city,
  body main form .input-grade,
  body main form .input-plan,
  body main form .input-point {
    gap: 20px;
  }
}
body main form .input-grade label {
  min-width: 130px;
}
body main form .input-point div:last-of-type {
  display: block;
  width: 100%;
}
body main form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  body main form label {
    gap: 5px;
  }
}
@media screen and (max-width: 600px) {
  body main form label {
    gap: 5px;
  }
}
body main form label input {
  cursor: pointer;
}
body main form .input-point label {
  min-width: 200px;
}
body main form dl.form_dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div {
    gap: 0;
  }
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div {
    padding: 10px 0;
  }
}
body main form dl.form_dl > div:last-of-type {
  border-bottom: initial;
}
body main form dl.form_dl > div dt {
  width: 100%;
  color: #141414;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  padding: 10px 0 0;
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div dt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div dt {
    font-size: 3.36vw;
  }
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div dt {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div dt {
    padding: 10px 0 0;
  }
}
body main form dl.form_dl > div dd {
  width: 100%;
  color: #141414;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 0 0 10px;
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div dd {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div dd {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div dd {
    padding: 0 0 10px;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div dd {
    padding: 0 0 10px;
  }
}
body main form dl.form_dl > div dd p strong {
  color: #141414;
  font-size: inherit;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div dd p strong {
    font-size: inherit;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div dd p strong {
    font-size: inherit;
  }
}
@media all and (max-width: 1000px) {
  body main form dl.form_dl > div dd p .pc {
    display: none;
  }
}
body main form dl.form_dl > div.hissu > dt span:first-of-type:after {
  content: "※ 必須";
  display: inline-block;
  color: #e50112;
  font-size: 0.85rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  body main form dl.form_dl > div.hissu > dt span:first-of-type:after {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main form dl.form_dl > div.hissu > dt span:first-of-type:after {
    font-size: 2vw;
  }
}
body main form .submit {
  text-align: center;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  body main form .submit {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  body main form .submit {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1000px) {
  body main form .submit {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main form .submit {
    gap: 20px;
  }
}
body main .confirm .ins {
  width: 900px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
  /*>p {.d;
					.mixin-padding(20px, 20px, 20px);
				}*/
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins {
    padding: 20px 10px;
  }
}
body main .confirm .ins h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #141414;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  padding: 10px 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins h2 {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins h2 {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins h2 {
    padding: 10px 20px;
  }
}
body main .confirm .ins h2 span {
  display: inline-block;
}
body main .confirm .ins > span {
  display: block;
  color: #141414;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins > span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins > span {
    font-size: 1.6rem;
  }
}
body main .confirm .ins .step {
  width: 900px;
  max-width: 900px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 20px 10px;
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins .step {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins .step {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins .step {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins .step {
    padding: 20px 10px;
  }
}
body main .confirm .ins .step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 0;
  counter-reset: n 0;
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins .step ul {
    gap: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins .step ul {
    gap: 10px 0;
  }
}
body main .confirm .ins .step ul li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  width: calc(100% / 4 - 20px);
  max-width: initial;
  position: relative;
  counter-increment: n 1;
  color: #141414;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  border: solid 1px;
  border-radius: 10px;
  padding: 10px;
  /*&:before {
								content: counter(n);
								.mixin-position(absolute, 5px, initial, initial, 5px, 2);
								.mixin-font(@sizeLL, @size2XLsp, normal, @white, @sizeLL);
								width: 40px;
								.mixin-width(40px, 100%, 100%, 40px);
								.mixin-flex(wrap, center, center);
							}

							&:after {
								content: "";
								.mixin-position(absolute, 5px, initial, initial, 5px, 1);
								border: solid 1px;
								border-radius: 50%;
								.mixin-width(40px, 100%, 100%, 40px);
								aspect-ratio: 1/1;
								background-color: @black;
							}*/
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins .step ul li {
    width: calc(100% / 4 - 20px);
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins .step ul li {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins .step ul li {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins .step ul li {
    font-size: 2vw;
  }
}
@media all and (max-width: 720px) {
  body main .confirm .ins .step ul li {
    width: calc(100% / 2 - 20px);
  }
}
body main .confirm .ins .step ul li:first-of-type {
  margin-left: 0;
}
body main .confirm .ins .step ul li .num {
  position: absolute;
  top: 5px;
  left: 5px;
  /*transform: translate(-50%, -50%);*/
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
}
body main .confirm .ins .step ul li img {
  aspect-ratio: 1.11111111;
  margin-bottom: 10px;
}
body main .confirm .ins .step ul li span {
  margin-bottom: auto;
}
@media all and (max-width: 1000px) {
  body main .confirm .ins .step ul li span .pc {
    display: none;
  }
}
body main .confirm .ins #form {
  padding: initial;
  /*.note {
						text-align: left;
						display: block!important;
					}*/
}
body main .confirm .ins #form .box {
  margin-top: 30px;
  padding: 20px;
  /*border-radius: 10px;*/
  border-top: dotted #e50112 3px;
  border-bottom: dotted #e50112 3px;
  text-align: center;
}
body main .confirm .ins #form .box p {
  display: inline-block;
  padding: 0 0 30px 0;
  /*font-size: @sizeS;*/
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins #form .box p {
    padding: 0 0 30px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins #form .box p {
    padding: 0 0 30px 0;
  }
}
body main .confirm .ins #form .box p > span {
  display: inline-block;
}
body main .confirm .ins #form .box p.note {
  text-align: left;
  padding-bottom: 10px;
}
body main .confirm .ins #form .box p.large {
  padding: 0 0 10px 0;
  /*.mixin-width(665px, 100%, 100%, 665px);*/
  color: #141414;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP Bold";
  font-style: normal;
  line-height: 160%;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  letter-spacing: -0.01rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins #form .box p.large {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins #form .box p.large {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 1000px) {
  body main .confirm .ins #form .box p.large {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm .ins #form .box p.large {
    font-size: 1.3rem;
  }
}
@media all and (max-width: 1000px) {
  body main .confirm .ins #form .box p .pc {
    display: none;
  }
}
body main .confirm form .form_dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  word-break: break-all;
}
@media screen and (max-width: 1000px) {
  body main .confirm form .form_dl dd {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .confirm form .form_dl dd {
    gap: 20px;
  }
}
body main .confirm form .form_dl dd span:before {
  content: "・";
}
body main .confirm form .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
