@charset "UTF-8";
@import url("form_style.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
#contentContainer {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #784213;
  background: url(../img/back_grain.jpg) repeat-y;
}
@media screen and (min-width: 500px) {
  #contentContainer {
    font-size: 16px;
  }
}
#contentContainer img {
  max-width: 100%;
  /* 横幅：レスポンシブの設定 */
  height: auto;
  /* 高さ：横幅の比率に合わせる */
}
#contentContainer .sm {
  display: block;
}
#contentContainer .pc {
  display: none;
}
@media screen and (min-width: 800px) {
  #contentContainer .sm {
    display: none;
  }
  #contentContainer .pc {
    display: block;
  }
}
#contentContainer .menu-title {
  width: 270px;
  height: 110px;
  color: #784213;
  text-align: center;
  margin: 60px auto 30px;
  background: url(../img/h2-back-mini.png) no-repeat;
}
#contentContainer .menu-title p {
  font-size: 18px;
  display: block;
  padding-top: 40px;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (min-width: 800px) {
  #contentContainer .menu-title {
    width: 360px;
    margin: 120px auto 60px;
    background: url(../img/h2-back.png) no-repeat;
  }
  #contentContainer .menu-title p {
    font-size: 22px;
    padding-top: 36px;
    letter-spacing: 4px;
  }
}
#contentContainer .space15 {
  height: 15px;
}
#contentContainer .space25 {
  height: 25px;
}
#contentContainer .space40 {
  height: 40px;
}
#contentContainer .space60 {
  height: 60px;
}
#contentContainer .space80 {
  height: 120px;
}
#contentContainer section {
  position: relative;
  width: 100%;
  /* 左へ */
  /* 右へ */
}
#contentContainer section#firstView {
  position: relative;
  background-color: #fff;
  /* 文字の出現 */
}
#contentContainer section#firstView #header-top {
  border-top: 6px solid #f8c063;
  text-align: center;
}
#contentContainer section#firstView #header-top img {
  display: inline-block;
  width: calc(100% - 30px);
  height: auto;
  margin: 10px auto 15px;
}
@media screen and (min-width: 800px) {
  #contentContainer section#firstView #header-top img {
    width: 420px;
  }
}
#contentContainer section#firstView #header_main {
  position: relative;
}
#contentContainer section#firstView #header_main p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  line-height: 1.5;
  padding-right: 15px;
}
#contentContainer section#firstView #header_main p.orange {
  color: #ff6e00;
  font-weight: 500;
  z-index: 99;
}
#contentContainer section#firstView #header_main p.shadow {
  color: #fff;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  font-weight: 700;
  z-index: 9;
}
@media screen and (max-width: 500px) {
  #contentContainer section#firstView #header_main p {
    left: 15px;
    bottom: 10px;
    font-size: 17px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#firstView #header_main p {
    writing-mode: vertical-rl;
    top: 35px;
    left: 30px;
    bottom: auto;
    right: auto;
    font-size: 25px;
    line-height: 1.8;
  }
}
#contentContainer section#firstView .blur {
  animation-name: blurAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
#contentContainer section#firstView .blurTrigger {
  opacity: 0;
}
#contentContainer section#menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #a17c5b;
}
@media screen and (min-width: 680px) {
  #contentContainer section#menu {
    flex-direction: row;
    gap: 15px;
  }
}
#contentContainer section#menu .menu1, #contentContainer section#menu .menu2 {
  display: flex;
  justify-content: center;
  gap: 15px;
}
#contentContainer section#menu .menu1 li a, #contentContainer section#menu .menu2 li a {
  text-decoration: none;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  height: 2.5rem;
  padding: 2px;
  background: #a17c5b;
  border: 2px solid #fbdca8;
}
@media screen and (max-width: 400px) {
  #contentContainer section#menu .menu1 li a.line2, #contentContainer section#menu .menu2 li a.line2 {
    font-size: 12px;
  }
}
#contentContainer section#menu .menu1 li a:hover, #contentContainer section#menu .menu2 li a:hover {
  color: #784213;
  background-color: #fbdca8;
  font-weight: 700;
}
#contentContainer section#menu .menu1 li a:active, #contentContainer section#menu .menu2 li a:active {
  color: #784213;
  background-color: #fbdca8;
  font-weight: 700;
}
#contentContainer section#menu .menu1 {
  padding: 10px 15px;
  width: calc(100% - 30px);
}
#contentContainer section#menu .menu1 li {
  width: 33.3333333333%;
}
@media screen and (min-width: 680px) {
  #contentContainer section#menu .menu1 {
    padding: 10px 0 10px 15px;
    width: 60%;
  }
}
#contentContainer section#menu .menu2 {
  padding: 0 15px 10px;
  width: calc(100% - 30px);
}
#contentContainer section#menu .menu2 li {
  width: 50%;
}
@media screen and (min-width: 680px) {
  #contentContainer section#menu .menu2 {
    padding: 10px 15px 10px 0;
    width: 40%;
  }
}
#contentContainer section#motomeruDR, #contentContainer section#recruit,
#contentContainer section .wrapper {
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR, #contentContainer section#recruit,
  #contentContainer section .wrapper {
    padding: 0 40px;
  }
}
#contentContainer section .flipLeft {
  animation-name: flipLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeftAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(40deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
#contentContainer section .flipRight {
  animation-name: flipRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  perspective-origin: right center;
  opacity: 0;
}
@keyframes flipRightAnime {
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-40deg);
    opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
#contentContainer section#motomeruDR {
  /*========= 流体シェイプを動かす =========*/
  /* 箇条書きで左に●を付けるul */
}
#contentContainer section#motomeruDR .fluid {
  width: 100%;
  height: 400px;
  background: url(../img/anime.jpg) no-repeat center;
  animation: fluidrotate 30s ease 0s infinite;
}
@media screen and (min-width: 500px) {
  #contentContainer section#motomeruDR .fluid {
    width: 450px;
    height: 450px;
  }
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
#contentContainer section#motomeruDR .box-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR .box-flex {
    flex-direction: row;
    gap: 30px;
  }
}
#contentContainer section#motomeruDR .box-house {
  text-align: center;
}
#contentContainer section#motomeruDR .ul-circle {
  list-style: none;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR .ul-circle {
    width: calc(100% - 480px);
  }
}
#contentContainer section#motomeruDR .ul-circle li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 10px;
}
#contentContainer section#motomeruDR .ul-circle li::before {
  content: url(../img/mini-circle.svg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: -1px;
  left: 5px;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR .ul-circle li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 699px) {
  #contentContainer section#motomeruDR .roomlime {
    display: flex;
    flex-direction: column;
    margin: 50px 20px 40px 20px;
  }
  #contentContainer section#motomeruDR .roomlime .room {
    text-align: center;
  }
  #contentContainer section#motomeruDR .roomlime .room img {
    width: 100%;
    border-radius: 15px;
    z-index: 9;
  }
  #contentContainer section#motomeruDR .roomlime .tag {
    text-align: right;
    margin-top: -12%;
    margin-right: -20px;
  }
  #contentContainer section#motomeruDR .roomlime .tag img {
    width: 70%;
    z-index: 99;
  }
}
@media screen and (min-width: 700px) {
  #contentContainer section#motomeruDR .roomlime {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 50px 0 40px 20px;
  }
  #contentContainer section#motomeruDR .roomlime .room img {
    width: 360px;
    border-radius: 15px;
    z-index: 9;
  }
  #contentContainer section#motomeruDR .roomlime .tag {
    width: 340px;
    margin-left: -34px;
    margin-bottom: 30px;
    z-index: 99;
  }
}
@media screen and (max-width: 699px) {
  #contentContainer section#merit {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #contentContainer section#merit .meritinfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #contentContainer section#merit .meritinfo .img-left,
  #contentContainer section#merit .meritinfo .img-right {
    width: calc(100% - 40px);
  }
  #contentContainer section#merit .meritinfo .img-left img,
  #contentContainer section#merit .meritinfo .img-right img {
    border-radius: 15px;
    box-shadow: 6px 2px 7px 3px rgba(161, 124, 91, 0.2);
    display: block;
  }
  #contentContainer section#merit .meritinfo .textbox {
    margin: 20px 0 70px;
  }
  #contentContainer section#merit .meritinfo .textbox .heading {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #784213;
  }
  #contentContainer section#merit .meritinfo .textbox .sentence {
    padding: 17px 20px 0;
    font-weight: 400;
  }
}
@media screen and (min-width: 700px) {
  #contentContainer section#merit .meritinfo {
    margin-top: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  #contentContainer section#merit .meritinfo .img-left {
    width: 480px;
  }
  #contentContainer section#merit .meritinfo .img-left img {
    display: block;
    border-radius: 0 20px 20px 0;
    box-shadow: 6px 2px 7px 3px rgba(161, 124, 91, 0.2);
  }
  #contentContainer section#merit .meritinfo .img-right {
    order: 2;
    width: 480px;
  }
  #contentContainer section#merit .meritinfo .img-right img {
    display: block;
    border-radius: 20px 0 0 20px;
    box-shadow: -6px 2px 7px 3px rgba(161, 124, 91, 0.2);
  }
  #contentContainer section#merit .meritinfo .textbox {
    width: calc(100% - 480px);
  }
  #contentContainer section#merit .meritinfo .textbox .heading {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    padding: 0 20px 15px;
    border-bottom: 1px solid #784213;
  }
  #contentContainer section#merit .meritinfo .textbox .sentence {
    padding: 17px 20px 0;
    font-weight: 400;
  }
}
#contentContainer section#workmodel .schedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  gap: 15px;
}
@media screen and (min-width: 700px) {
  #contentContainer section#workmodel .schedule {
    gap: 0;
    margin-left: 20px;
    margin-right: 5px;
    flex-direction: row;
  }
}
#contentContainer section#workmodel .waiting {
  position: relative;
  margin-top: 40px;
}
#contentContainer section#workmodel .waiting::before {
  content: url(../img/waiting-label.png);
  width: 142px;
  height: 61px;
  position: absolute;
  top: -12px;
  left: -15px;
  z-index: 99;
}
#contentContainer section#recruit .ul-group {
  border: 1px solid #a17c5b;
}
#contentContainer section#recruit .ul-group .rowset {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  display: flex;
  gap: 0;
  font-size: 16px;
}
#contentContainer section#recruit .ul-group .rowset .col01 {
  background-color: #a17c5b;
  color: #fff;
  width: 100px;
  padding: 5px 0 8px 15px;
  letter-spacing: 2px;
  border-bottom: 1px solid #fff;
}
#contentContainer section#recruit .ul-group .rowset .col01.line-none {
  border-bottom: none;
}
@media screen and (min-width: 800px) {
  #contentContainer section#recruit .ul-group .rowset .col01 {
    padding: 5px 0 8px 20px;
  }
}
#contentContainer section#recruit .ul-group .rowset .col02 {
  width: calc(100% - 100px);
  padding: 5px 15px 8px;
  border-bottom: 1px solid #a17c5b;
  color: #333232;
}
#contentContainer section#recruit .ul-group .rowset .col02.line-none {
  border-bottom: none;
}
@media screen and (min-width: 800px) {
  #contentContainer section#recruit .ul-group .rowset .col02 {
    padding: 5px 20px 8px;
  }
}
#contentContainer section#recruit .ul-group .rowset .text-space {
  letter-spacing: 11px;
}
#contentContainer section#recruit .btn-center {
  width: 100%;
}
@media screen and (min-width: 800px) {
  #contentContainer section#recruit .btn-center {
    width: 360px;
    margin: 0 auto;
  }
}
#contentContainer section#recruit .btn-center button.red {
  background: #b0474f;
}
#contentContainer section#recruit .btn-center button.red:hover {
  background: #92010c;
}
#contentContainer section#recruit .btn-center button.green {
  background: #66bb35;
}
#contentContainer section#recruit .btn-center button.green:hover {
  background: #3e9b00;
}
#contentContainer section#contact {
  background-color: #fbdca8;
  background-image: url(../img/back-form.jpg);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 120px;
  position: relative;
}
#contentContainer section#contact #contact_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.UIFormContainer .partsBox #sBox {
  width: 100%;
  height: 3.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 3rem;
}
.UIFormContainer .partsBox #sBox2 {
  width: 100%;
  height: 3.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 3rem;
  gap: 8px;
}
.UIFormContainer .partsBox #matter {
  height: 8rem;
}

_::-webkit-full-page-media, _:future, :root input[type=radio] + label:before {
  top: 0.35rem !important;
}

_::-webkit-full-page-media, _:future, :root input[type=radio] + label:after {
  top: 0.9rem !important;
}

_::-webkit-full-page-media, _:future, :root input[type=radio]:checked + label:after {
  top: 0.6rem !important;
}

.buttonFrame {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#formConf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#formConf #titleBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #784213;
  font-size: 1.5rem;
}
#formConf #descriptionBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 1rem;
  line-height: calc(1rem * 1.4);
}
#formConf #formSeparatorBox {
  width: 100%;
  height: 1.5rem;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 1.5rem;
}
#formConf #formConfBox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 95%;
}
#formConf #formConfBox #formLabelBox {
  width: 90%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 1rem;
}
#formConf #formConfBox #formPartsBox {
  width: 85%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #a0a0a0;
  font-size: 1rem;
}
#formConf #formButtonBox {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#formConf #formButtonBox #back_button, #formConf #formButtonBox #send_button {
  font-size: 1.4rem;
  width: 45%;
}
#formConf #formButtonBox #back_error_button {
  font-size: 1.8rem;
  width: 100%;
}
@media screen and (min-width: 800px) {
  #formConf #formButtonBox #back_error_button {
    width: 60%;
  }
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0.4rem;
  background-color: #ffffff;
  outline: none;
  border: solid 1px #a17c5b;
  border-radius: 0.3rem;
  box-sizing: border-box;
  color: #784213;
  font-size: 1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  transform: translateZ(0);
  transition: all 0.2s ease-in-out;
}
input::-moz-placeholder, input textarea::-moz-placeholder, textarea::-moz-placeholder, textarea textarea::-moz-placeholder, select::-moz-placeholder, select textarea::-moz-placeholder {
  color: #9FA1A8;
}
input::placeholder, input textarea::placeholder, textarea::placeholder, textarea textarea::placeholder, select::placeholder, select textarea::placeholder {
  color: #9FA1A8;
}
input:hover::-moz-placeholder, input textarea:hover::-moz-placeholder, textarea:hover::-moz-placeholder, textarea textarea:hover::-moz-placeholder, select:hover::-moz-placeholder, select textarea:hover::-moz-placeholder {
  color: #9FA1A8;
}
input:hover::placeholder, input textarea:hover::placeholder, textarea:hover::placeholder, textarea textarea:hover::placeholder, select:hover::placeholder, select textarea:hover::placeholder {
  color: #9FA1A8;
}
input:hover:focus::-moz-placeholder, input textarea:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder, textarea textarea:hover:focus::-moz-placeholder, select:hover:focus::-moz-placeholder, select textarea:hover:focus::-moz-placeholder {
  color: #ffffff;
}
input:hover:focus::placeholder, input textarea:hover:focus::placeholder, textarea:hover:focus::placeholder, textarea textarea:hover:focus::placeholder, select:hover:focus::placeholder, select textarea:hover:focus::placeholder {
  color: #ffffff;
}
input:focus, textarea:focus, select:focus {
  transform: translateZ(0);
  filter: drop-shadow(0rem 0rem 0.1rem #422202);
  background-color: #ffffff;
  border: solid 1px #422202;
}

textarea {
  resize: none;
}

select {
  padding-right: 1.5rem;
  text-overflow: ellipsis;
}

.selectLabel {
  position: relative;
}

.selectLabel:after {
  display: block;
  content: "";
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  border-top: 0.5rem solid #784213;
  border-right: 0.3rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.3rem solid transparent;
  pointer-events: none;
}

input[type=radio],
input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  outline: none;
}
input[type=radio] + label,
input[type=checkbox] + label {
  border: solid 1px transparent;
}
input[type=radio]:focus + label:before,
input[type=checkbox]:focus + label:before {
  border: solid 1px #422202;
  transform: translateZ(0);
  box-shadow: 0rem 0rem 0.1rem #422202;
}

input[type=radio] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding-left: 2.2rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  border-radius: 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #784213;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
input[type=radio] + label:before {
  position: absolute;
  content: "";
  top: 0.2rem;
  left: 0rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  box-sizing: border-box;
  border: solid 1px #a17c5b;
  border-radius: 50%;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
input[type=radio] + label:after {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 1.1rem;
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

input[type=radio]:checked + label:after {
  position: absolute;
  content: "";
  top: 0.45rem;
  left: 0.75rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: #784213;
}

_::-webkit-full-page-media, _:future, :root input[type=radio] + label:before {
  top: 0.05rem;
}

_::-webkit-full-page-media, _:future, :root input[type=radio] + label:after {
  top: 0.6rem;
}

_::-webkit-full-page-media, _:future, :root input[type=radio]:checked + label:after {
  top: 0.3rem;
}

input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  padding-left: 2.2rem;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
  border-radius: 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #784213;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  top: 0.2rem;
  left: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #ffffff;
  border-radius: 10%;
  border: solid 1px #a17c5b;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  border-left: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  width: 1.1rem;
  height: 0.4rem;
  transform: rotate(-90deg);
  left: 0rem;
  top: 0.3rem;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "";
  border-left: 0.25rem solid #784213;
  border-bottom: 0.25rem solid #784213;
  width: 1.1rem;
  height: 0.4rem;
  transform: rotate(-45deg);
  left: 0.6rem;
  top: 0.3rem;
}

button {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  padding-top: 0.7rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 0.8rem;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(to top, #784213, #784213);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:active {
  background: linear-gradient(to bottom, #422202, #422202);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:hover {
  background: linear-gradient(to bottom, #422202, #422202);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:disabled {
  cursor: default;
  color: #7a7c80;
  opacity: 1;
  background: linear-gradient(to bottom, #bbbfc4, #afb3b8);
  filter: none;
}
button:focus {
  background: linear-gradient(to bottom, #422202, #422202);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}

.UIFormPasswordBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.UIFormPasswordBox .UIFormPasswordFieldIcon {
  position: relative;
  z-index: 2;
  top: -1.8rem;
  width: 1.2rem;
  height: 1.2rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
.UIFormPasswordBox .UIFormPasswordFieldIcon svg {
  fill: #784213;
}
.UIFormPasswordBox .UIFormPasswordFieldIcon#UIFormHidePasswordBtn {
  display: none;
}

.UIFormAddressBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.UIFormAddressBox .UIFormAddressBoxSubText {
  font-size: 0.8rem;
}
.UIFormAddressBox .UIFormAddressChildBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0.8rem;
}
.UIFormAddressBox .UIFormAddressChildBox:last-child {
  margin-bottom: 0;
}
.UIFormAddressBox .UIFormAddressChildBox #postalCode {
  width: calc(100% - 9rem);
}
@media screen and (min-width: 800px) {
  .UIFormAddressBox .UIFormAddressChildBox #postalCode {
    width: 12rem;
  }
}
.UIFormAddressBox .UIFormAddressChildBox #address {
  width: 100%;
}
.UIFormAddressBox .UIFormAddressChildBox .UIFormAddressButtonBox {
  position: relative;
  width: 9rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 1.5rem;
}
.UIFormAddressBox .UIFormAddressChildBox .UIFormAddressButtonBox #UIFormAddressSearchButton {
  display: none;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.3rem;
}
.UIFormAddressBox .UIFormAddressChildBox .UIFormAddressButtonBox #UIFormDisableAddressSearchButton {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 0.3rem;
  background: #aaaaaa;
  color: #ffffff;
  filter: none;
  cursor: auto;
}

.UIFormContainer {
  position: relative;
  width: 100%;
  left: 0%;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 800px) {
  .UIFormContainer {
    width: 80%;
    left: 10%;
  }
}
.UIFormContainer .labelBox {
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  color: #784213;
}
.UIFormContainer .partsBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
.UIFormContainer .partsBox input[type=text] {
  width: 70%;
}
@media screen and (min-width: 800px) {
  .UIFormContainer .partsBox input[type=text] {
    width: 70%;
  }
}
.UIFormContainer .partsBox .UIFormPasswordBox {
  width: 70%;
}
@media screen and (min-width: 800px) {
  .UIFormContainer .partsBox .UIFormPasswordBox {
    width: 70%;
  }
}
.UIFormContainer .partsBox .UIFormPasswordBox input[type=text], .UIFormContainer .partsBox .UIFormPasswordBox input[type=password] {
  width: 100%;
}
.UIFormContainer .partsBox .UIFormAddressBox {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .UIFormContainer .partsBox .UIFormAddressBox {
    width: 80%;
  }
}
.UIFormContainer .partsBox#checkboxAndRadioButtonBox {
  margin-left: 1rem;
}
.UIFormContainer .partsBox#checkboxAndRadioButtonBox input[type=radio] + label,
.UIFormContainer .partsBox#checkboxAndRadioButtonBox input[type=checkbox] + label {
  margin-bottom: 0.3rem;
}
.UIFormContainer .partsBox#checkboxAndRadioButtonBox input[type=radio] + label:last-child,
.UIFormContainer .partsBox#checkboxAndRadioButtonBox input[type=checkbox] + label:last-child {
  margin-bottom: 0rem;
}
.UIFormContainer .buttonBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.UIFormContainer .buttonBox button {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .UIFormContainer .buttonBox button {
    width: 60%;
  }
}
.UIFormContainer .separatorBox_thin {
  width: 100%;
  height: 0.6rem;
}
.UIFormContainer .separatorBox_thick {
  width: 100%;
  height: 1.2rem;
}
.UIFormContainer .UIFormContainerRequiredBox, .UIFormContainer .UIFormContainerOptionalBox {
  margin-left: 1rem;
  min-width: 3rem;
  min-height: 1.8rem;
  width: 3rem;
  height: 1.8rem;
  border-radius: 0.2rem;
  background-color: #D9383F;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.UIFormContainer .UIFormContainerRequiredBox::before, .UIFormContainer .UIFormContainerOptionalBox::before {
  content: "必須";
}
.UIFormContainer .UIFormContainerOptionalBox {
  background-color: #9FA1A8;
  color: #ffffff;
}
.UIFormContainer .UIFormContainerOptionalBox::before {
  content: "任意";
}

.UITabView {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.UITabView #tab1:checked ~ .UITabViewBox > #UITabView1,
.UITabView #tab2:checked ~ .UITabViewBox > #UITabView2,
.UITabView #tab3:checked ~ .UITabViewBox > #UITabView3,
.UITabView #tab4:checked ~ .UITabViewBox > #UITabView4,
.UITabView #tab5:checked ~ .UITabViewBox > #UITabView5,
.UITabView #tab6:checked ~ .UITabViewBox > #UITabView6 {
  display: flex;
}
.UITabView input[type=radio] {
  display: none;
}
.UITabView input[type=radio] + label {
  width: calc(100% / 6);
  display: inline-block;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0.3em 0.3rem 0rem 0rem;
  padding: 0;
  padding-top: 0.1rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #000000;
  background-color: #aaaaaa;
  transition: none;
}
.UITabView input[type=radio] + label:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: none;
  border: none;
}
.UITabView input[type=radio] + label:after {
  transition: none;
}
.UITabView input[type=radio]:checked + #tabLabel {
  border-bottom: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #784213;
}
.UITabView input[type=radio]:checked + #tabLabel:after {
  background: none;
}
.UITabView > .UITabViewBox > div {
  display: none;
}
.UITabView .UITabViewBox {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  background-color: #aaaaaa;
}/*# sourceMappingURL=style.css.map */