@charset "UTF-8";
@import url("form_style.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Old+Mincho:wght@500;600;700&display=swap");
#contentContainer {
  width: 100%;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Zen Old Mincho", serif;
  color: #000000;
  background-color: #CCE7F5;
}
@media screen and (min-width: 500px) {
  #contentContainer {
    font-size: 16px;
  }
}
#contentContainer img {
  max-width: 100%;
  /* 横幅：レスポンシブの設定 */
  height: auto;
  /* 高さ：横幅の比率に合わせる */
}
#contentContainer .sm {
  display: inline-block;
}
#contentContainer .smb {
  display: block;
}
#contentContainer .pc,
#contentContainer .pcb {
  display: none;
}
@media screen and (min-width: 500px) {
  #contentContainer .smb {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer .sm {
    display: none;
  }
  #contentContainer .pc {
    display: inline-block;
  }
  #contentContainer .pcb {
    display: block;
  }
}
#contentContainer .menu-title {
  width: 240px;
  height: 85px;
  line-height: 80px;
  font-size: 25px;
  color: #EFCE24;
  margin: 60px auto 40px;
  background: url(../img/menu-title.jpg);
  text-align: center;
}
#contentContainer .menu-comments {
  margin-top: -40px;
  margin-bottom: 40px;
  font-size: 15px;
  text-align: center;
}
#contentContainer .mid-title {
  font-size: 21px;
  font-weight: 700;
  color: #003F70;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  #contentContainer .mid-title {
    font-size: 23px;
    text-align: left;
  }
}
#contentContainer .mid-title_c {
  font-size: 21px;
  font-weight: 700;
  color: #003F70;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 500px) {
  #contentContainer .mid-title_c {
    font-size: 23px;
  }
}
#contentContainer .normal_text {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
#contentContainer .normal_indent {
  color: #333;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  padding-left: 1em;
  text-indent: -1em;
}
#contentContainer .recruit_indent {
  padding-left: 1em;
  text-indent: -1em;
}
#contentContainer .text_blue {
  color: #003F70;
}
#contentContainer .text_red {
  color: #D9383F;
  font-weight: bold;
}
#contentContainer .name_sub {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #003F70;
}
@media screen and (min-width: 500px) {
  #contentContainer .name_sub {
    font-size: 20px;
  }
}
#contentContainer .name_main {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #003F70;
  margin-bottom: 5px;
}
@media screen and (min-width: 500px) {
  #contentContainer .name_main {
    font-size: 30px;
  }
}
#contentContainer .space_15 {
  height: 15px;
}
#contentContainer .space_40 {
  height: 40px;
}
#contentContainer section {
  position: relative;
  width: 100%;
}
#contentContainer section#firstView {
  position: relative;
  background-color: #fff;
}
#contentContainer section#firstView #topline {
  height: 10px;
  width: 100%;
  background: #0086CD url(../img/topline.png) repeat-x;
}
#contentContainer section#firstView p {
  position: absolute;
  top: 105px;
  left: 20px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 2px 2px #0086CD;
}
@media screen and (min-width: 500px) {
  #contentContainer section#firstView p {
    font-size: 25px;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#firstView p {
    top: auto;
    left: auto;
    bottom: 30px;
    right: 30px;
    font-size: 25px;
  }
}
#contentContainer section#menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  text-align: center;
  background: #003F70;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  padding: 9px 18px;
}
@media screen and (min-width: 600px) {
  #contentContainer section#menu ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#menu ul {
    padding: 9px 40px;
  }
}
#contentContainer section#menu ul li {
  background: linear-gradient(90deg, #EFCE24, #BD9A28, #EDE08F, #BD9A28);
  padding: 2px;
  height: 2.5rem;
  position: relative;
}
#contentContainer section#menu ul li a {
  color: #EFCE24;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003F70;
}
#contentContainer section#menu ul li a:hover {
  background-color: #001d33;
}
#contentContainer section#menu ul li a:active {
  color: #EFCE24;
  background-color: #001d33;
}
#contentContainer section#menu ul li a p {
  padding-bottom: 4px;
}
#contentContainer section#menu #shadow {
  height: 30px;
  background: url(../img/shadow01.png) repeat-x;
  margin-bottom: -30px;
}
#contentContainer section#motomeruDR, #contentContainer section#merit, #contentContainer section#recruit {
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR, #contentContainer section#merit, #contentContainer section#recruit {
    padding: 0 40px;
  }
}
#contentContainer section#motomeruDR article {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#contentContainer section#motomeruDR article .img_box1,
#contentContainer section#motomeruDR article .img_box2 {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #contentContainer section#motomeruDR article {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  #contentContainer section#motomeruDR article .img_box1,
#contentContainer section#motomeruDR article .img_box2 {
    flex: 0 0 270px;
    margin-top: 10px;
  }
  #contentContainer section#motomeruDR article .text_box1,
#contentContainer section#motomeruDR article .text_box2 {
    flex: 1 1 auto;
  }
  #contentContainer section#motomeruDR article .img_box2 {
    order: 1;
  }
  #contentContainer section#motomeruDR article .text_box2 {
    order: 2;
  }
}
#contentContainer section#merit .grid3 {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 20px;
  margin: 40px 0;
}
#contentContainer section#merit .white-round {
  width: 100%;
  background: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  #contentContainer section#merit .grid3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    gap: 20px;
    margin: 40px 0;
  }
}
#contentContainer section#recruit {
  padding-bottom: 60px;
}
#contentContainer section#recruit #profession {
  border-left: 12px solid #003F70;
  padding-left: 20px;
  margin-bottom: 40px;
}
#contentContainer section#recruit #detail {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
}
#contentContainer section#recruit .recruit-flex1,
#contentContainer section#recruit .recruit-flex2 {
  display: flex;
  flex-direction: column;
}
#contentContainer section#recruit .left {
  font-weight: bold;
  color: #003F70;
  background: #fff;
  border: 1px solid #003F70;
  display: block;
  padding: 7px 15px;
}
#contentContainer section#recruit .right {
  padding: 7px 0;
}
@media screen and (min-width: 800px) {
  #contentContainer section#recruit .recruit-flex1,
#contentContainer section#recruit .recruit-flex2 {
    display: flex;
    flex-direction: row;
    padding: 10px 15px;
  }
  #contentContainer section#recruit .left {
    flex: 0 0 150px;
    padding: 0;
    border: none;
    background: none;
  }
  #contentContainer section#recruit .right {
    padding: 0;
  }
  #contentContainer section#recruit .recruit-flex1 {
    background: #fff;
  }
}
#contentContainer section#contact {
  background-color: #90d0f0;
  background-image: url(../img/contact.png);
  background-position: right 0 bottom 0;
  background-repeat: no-repeat;
  padding-top: 5px;
  padding-bottom: 320px;
  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 #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: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #000000;
  font-size: 1.5rem;
}
#formConf #descriptionBox {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  font-family: "Zen Old Mincho", 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: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 1rem;
}
#formConf #formConfBox #formPartsBox {
  width: 85%;
  font-family: "Zen Old Mincho", 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: none;
  border-radius: 0.3rem;
  box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-family: "Zen Old Mincho", 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:-ms-input-placeholder, input textarea:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea textarea:-ms-input-placeholder, select:-ms-input-placeholder, select textarea:-ms-input-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:-ms-input-placeholder, input textarea:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder, textarea textarea:hover:-ms-input-placeholder, select:hover:-ms-input-placeholder, select textarea:hover:-ms-input-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:-ms-input-placeholder, input textarea:hover:focus:-ms-input-placeholder, textarea:hover:focus:-ms-input-placeholder, textarea textarea:hover:focus:-ms-input-placeholder, select:hover:focus:-ms-input-placeholder, select textarea:hover:focus:-ms-input-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 #001d33);
  background-color: #ffffff;
  border: solid 1px #001d33;
}

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 #000000;
  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 #001d33;
  transform: translateZ(0);
  box-shadow: 0rem 0rem 0.1rem #001d33;
}

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: "Zen Old Mincho", serif;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  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: none;
  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: #000000;
}

_::-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: "Zen Old Mincho", serif;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  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: none;
  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 #000000;
  border-bottom: 0.25rem solid #000000;
  width: 1.1rem;
  height: 0.4rem;
  transform: rotate(-45deg);
  left: 0.6rem;
  top: 0.3rem;
}

button {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  padding-top: 0.7rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 0.7rem;
  outline: none;
  cursor: pointer;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  background: linear-gradient(to top, #003F70, #003F70);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:active {
  background: linear-gradient(to bottom, #001d33, #001d33);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:hover {
  background: linear-gradient(to bottom, #001d33, #001d33);
  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, #001d33, #001d33);
  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: #000000;
}
.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: #000000;
}
.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: "Zen Old Mincho", 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: #3498db;
}
.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 */