@charset "UTF-8";
@import url("form_style.css");
#contentContainer {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #000000;
}
#contentContainer section {
  position: relative;
  width: 100%;
}
#contentContainer section#firstView .sp {
  display: block;
  width: 100%;
}
#contentContainer section#firstView .pc {
  display: none;
}
@media screen and (min-width: 800px) {
  #contentContainer section#firstView img {
    max-width: 100%;
  }
  #contentContainer section#firstView .sp {
    display: none;
  }
  #contentContainer section#firstView .pc {
    display: block;
    width: 100%;
  }
}
#contentContainer section#menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
#contentContainer section#menu ul li {
  background-color: rgb(0, 0, 0);
  width: 33.3333333333%;
  box-sizing: border-box;
  padding: 0.5em;
  border-bottom: solid 0.5px #fff;
  border-right: solid 0.5px #fff;
  text-align: center;
  line-height: normal;
  font-weight: 600;
}
#contentContainer section#menu ul li:hover {
  background-color: rgb(32, 21, 8);
}
#contentContainer section#menu ul li:active {
  background-color: rgb(32, 21, 8);
}
#contentContainer section#menu ul li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; /* 縦中央 */
  justify-content: center;
}
#contentContainer section#menu ul li a:hover {
  color: #be9978;
}
#contentContainer section#menu ul li a:active {
  color: #be9978;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contentContainer section#menu {
    /* iPad mini 専用調整 */
  }
  #contentContainer section#menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    font-size: 16px;
    line-height: 1.3;
  }
  #contentContainer section#menu ul li {
    background-color: rgb(0, 0, 0);
    width: 33.3333333333%;
    box-sizing: border-box;
    padding: 0.8em;
    border-bottom: solid 0.5px #fff;
    border-right: solid 0.5px #fff;
    text-align: center;
    align-items: center;
    height: 70px;
  }
  #contentContainer section#menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#menu ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    font-size: 15px;
    line-height: 1.3;
  }
  #contentContainer section#menu ul li {
    background-color: rgb(0, 0, 0);
    width: 16.6666666667%;
    box-sizing: border-box;
    padding: 0.8em;
    border-bottom: solid 0.5px #fff;
    border-right: solid 0.5px #fff;
    text-align: center;
    align-items: center;
    height: 70px;
  }
  #contentContainer section#menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#contentContainer section#clinic {
  background-image: url(../img/dairiseki.jpg);
  background-repeat: repeat;
}
#contentContainer section#clinic h2 {
  font-family: Noto Serif, serif;
  font-weight: 800;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 20px 0 0 20px;
}
#contentContainer section#clinic .sub {
  color: #202f50;
  padding: 0 0 20px 20px;
  margin: -5px 10px 0px 0px;
  display: flex;
  align-items: center; /* 垂直中心 */
}
#contentContainer section#clinic .sub:before {
  border-top: 1px solid #202f50;
  content: "";
  width: 55px;
  margin-left: 0;
}
#contentContainer section#clinic .sub::before {
  margin-right: 10px;
}
#contentContainer section#clinic img {
  border-top: solid 7px #202f50;
}
#contentContainer section#clinic .syokai-text {
  background: #202f50;
}
#contentContainer section#clinic .syokai-text p {
  color: #ffffff;
  padding: 25px 30px;
  line-height: 1.8;
}
#contentContainer section#clinic {
  /* スマホ用（Pixel 9a, iPhone 14/15/16 Pro系） */
}
@media (min-width: 390px) {
  #contentContainer section#clinic h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8% 0 0 5%;
  }
  #contentContainer section#clinic .sub {
    color: #202f50;
    padding: 0 0 20px 55px;
    margin: -1% 5% 2% 0;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1rem;
    font-weight: 300;
  }
  #contentContainer section#clinic .sub:before {
    border-top: 1px solid #202f50;
    content: "";
    width: 74px;
    margin-left: -9%;
  }
  #contentContainer section#clinic .sub::before {
    margin-right: 10px;
  }
  #contentContainer section#clinic img {
    max-width: 100%;
    width: 100%;
    border-top: solid 15px #202f50;
  }
  #contentContainer section#clinic .syokai-text {
    padding: 1rem 1rem 2rem 1rem;
  }
  #contentContainer section#clinic .syokai-text p {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#clinic h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 70px 0 0 30px;
  }
  #contentContainer section#clinic .sub {
    color: #202f50;
    padding: 0 0 20px 55px;
    margin: -5px 10px 30px 0;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1.5rem;
    font-weight: 300;
  }
  #contentContainer section#clinic .sub:before {
    border-top: 1px solid #202f50;
    content: "";
    width: 150px;
    margin-left: -15px;
  }
  #contentContainer section#clinic .sub::before {
    margin-right: 10px;
  }
  #contentContainer section#clinic img {
    max-width: 100%;
    width: 100%;
    border-top: solid 15px #202f50;
  }
  #contentContainer section#clinic .syokai-text {
    padding: 1rem 1rem 2rem 1rem;
  }
  #contentContainer section#clinic .syokai-text p {
    font-size: 1.1rem;
  }
}
#contentContainer section#merit {
  background-image: url(../img/merit-haikei.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 2330px;
}
#contentContainer section#merit h2 {
  font-family: Noto Serif, serif;
  font-weight: 800;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 120px 0 0 20px;
}
#contentContainer section#merit .sub {
  color: #fff;
  padding: 0 0 20px 20px;
  margin: -5px 10px 0px 0px;
}
#contentContainer section#merit .merit-01sp {
  display: block;
  margin: 0rem auto;
  padding: 0 1.5rem;
  max-width: 85%;
}
#contentContainer section#merit .merit-01pc {
  display: none;
}
#contentContainer section#merit .merit-01ipc {
  display: none;
}
#contentContainer section#merit .merit01-text p {
  color: #dbc18b;
  padding: 0px 35px 35px 30px;
  font-size: 0.95rem;
  margin: 1.2rem 0 0 0;
  line-height: 1.5;
}
#contentContainer section#merit .merit02 {
  margin-top: 50px;
}
#contentContainer section#merit .merit02 img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
}
#contentContainer section#merit .merit-02pc {
  display: none;
}
#contentContainer section#merit .merit02-text p {
  color: #dbc18b;
  padding: 0px 35px 35px 30px;
  font-size: 0.95rem;
  margin: -0.5rem 0 0 0;
  line-height: 1.5;
}
#contentContainer section#merit .merit03 img {
  display: block;
  margin: 60px auto 15px;
  max-width: 85%;
}
#contentContainer section#merit .merit-03pc {
  display: none;
}
#contentContainer section#merit .merit03-text p {
  color: #dbc18b;
  padding: 0px 35px 35px 30px;
  font-size: 0.95rem;
  margin: 1.2rem 0 0 0;
  line-height: 1.5;
}
#contentContainer section#merit .merit04 img {
  display: block;
  margin: 37px auto 15px;
  max-width: 85%;
}
#contentContainer section#merit .merit-04pc {
  display: none;
}
#contentContainer section#merit .merit04-text p {
  color: #dbc18b;
  padding: 0px 35px 35px 30px;
  font-size: 0.95rem;
  margin: 1.2rem 0 0 0;
  line-height: 1.5;
}
#contentContainer section#merit .merit05 img {
  display: block;
  margin: 45px auto 15px;
}
#contentContainer section#merit .merit-05pc {
  display: none;
}
#contentContainer section#merit .merit05-text p {
  color: #dbc18b;
  padding: 0px 35px 35px 30px;
  font-size: 0.95rem;
  margin: 1rem 0 0 0;
  line-height: 1.5;
}
#contentContainer section#merit {
  /* スマホ用（Pixel 9a, iPhone 14/15/16 Pro系） */
}
@media (min-width: 390px) {
  #contentContainer section#merit {
    background-image: url(../img/merit-haikei.jpg);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 2550px;
  }
  #contentContainer section#merit h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 33% 0 0 5%;
  }
  #contentContainer section#merit .sub {
    color: #ffffff;
    padding: 0 0 20px 26px;
    margin: -1% 5% 2% -0.9%;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1rem;
    font-weight: 300;
  }
  #contentContainer section#merit .merit-01sp {
    display: block;
    margin: 0rem auto;
    padding: 0 1.5rem;
    max-width: 85%;
  }
  #contentContainer section#merit .merit-01pc {
    display: none;
  }
  #contentContainer section#merit .merit-01ipc {
    display: none;
  }
  #contentContainer section#merit .merit01-text p {
    color: #dbc18b;
    padding: 0px 35px 35px 30px;
    font-size: 1rem;
    margin: 1.5rem 0.5rem 0 1rem;
    line-height: 1.5;
  }
  #contentContainer section#merit .merit02 {
    margin-top: 62px;
  }
  #contentContainer section#merit .merit02 img {
    display: block;
    margin: 0 auto;
    max-width: 85%;
  }
  #contentContainer section#merit .merit-02pc {
    display: none;
  }
  #contentContainer section#merit .merit02-text p {
    color: #dbc18b;
    padding: 0px 35px 35px 30px;
    font-size: 1rem;
    margin: 0rem 0.5rem 0 1rem;
    line-height: 1.5;
  }
  #contentContainer section#merit .merit03 img {
    display: block;
    margin: 80px auto 15px;
    max-width: 85%;
  }
  #contentContainer section#merit .merit-03pc {
    display: none;
  }
  #contentContainer section#merit .merit03-text p {
    color: #dbc18b;
    padding: 0px 35px 35px 30px;
    font-size: 1rem;
    margin: 1.5rem 0.5rem 0 1rem;
    line-height: 1.5;
  }
  #contentContainer section#merit .merit04 img {
    display: block;
    margin: 63px auto 15px;
    max-width: 85%;
  }
  #contentContainer section#merit .merit-04pc {
    display: none;
  }
  #contentContainer section#merit .merit04-text p {
    color: #dbc18b;
    padding: 0px 35px 35px 30px;
    font-size: 1rem;
    margin: 1.5rem 0.5rem 0 1rem;
    line-height: 1.5;
  }
  #contentContainer section#merit .merit05 img {
    display: block;
    margin: 55px auto 15px;
  }
  #contentContainer section#merit .merit-05pc {
    display: none;
  }
  #contentContainer section#merit .merit05-text p {
    color: #dbc18b;
    padding: 0px 35px 35px 30px;
    font-size: 1rem;
    margin: 1.5rem 0.5rem 0 1rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#merit {
    background-image: url(../img/merit-haikei-pc.jpg);
    background-repeat: no-repeat;
    width: 100%;
    max-width: 100%;
    height: 3318px;
  }
  #contentContainer section#merit h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 170px 0 0 30px;
  }
  #contentContainer section#merit .sub {
    color: #ffffff;
    padding: 0 0 20px 26px;
    margin: -5px 10px 30px 0;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1.5rem;
    font-weight: 300;
  }
  #contentContainer section#merit .merit-01sp {
    display: none;
  }
  #contentContainer section#merit .merit-01pc {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
  }
  #contentContainer section#merit .merit-01ipc {
    display: inline;
    margin: -2rem 0 0 3rem;
  }
  #contentContainer section#merit .merit01-text {
    float: right;
    color: #dbc18b;
    padding: 0px 70px 0 0;
    width: 450px;
  }
  #contentContainer section#merit .merit01-text p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  #contentContainer section#merit .merit02 img {
    display: none;
    margin: 0 auto;
  }
  #contentContainer section#merit .merit-02pc {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 56px auto 0;
  }
  #contentContainer section#merit .merit02-text {
    font-size: 1.2rem;
    margin: -1rem auto 2rem;
    padding: 0;
    width: 85%;
  }
  #contentContainer section#merit .merit02-text p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  #contentContainer section#merit .merit03 img {
    display: none;
    margin: 0 auto;
  }
  #contentContainer section#merit .merit-03pc {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 175px auto 0;
  }
  #contentContainer section#merit .merit03-text {
    font-size: 1.2rem;
    margin: -1rem auto 2rem;
    padding: 0;
    width: 55%;
    position: relative;
    top: -3rem;
    left: 7rem;
  }
  #contentContainer section#merit .merit03-text p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  #contentContainer section#merit .merit04 img {
    display: none;
    margin: 0 auto;
  }
  #contentContainer section#merit .merit-04pc {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 125px auto 0;
  }
  #contentContainer section#merit .merit04-text {
    font-size: 1.2rem;
    margin: -1rem auto 2rem;
    padding: 0;
    width: 55%;
    position: relative;
    top: -6rem;
    left: -5.5rem;
  }
  #contentContainer section#merit .merit04-text p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
  #contentContainer section#merit .merit05 img {
    display: none;
    margin: 0 auto;
  }
  #contentContainer section#merit .merit-05pc {
    display: block;
    width: 100%;
    max-width: 85%;
    margin: 80px auto 0;
  }
  #contentContainer section#merit .merit05-text {
    font-size: 1.2rem;
    margin: -1rem auto 2rem;
    padding: 0;
    width: 55%;
    position: relative;
    top: -5rem;
    left: 5.5rem;
  }
  #contentContainer section#merit .merit05-text p {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
  }
}
#contentContainer section#skill {
  background-image: url(../img/skill-haikei.jpg);
  background-repeat: no-repeat;
  background-size: 102%;
  height: 509px;
}
#contentContainer section#skill h2 {
  font-family: Noto Serif, serif;
  font-weight: 800;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 10px 0 0 20px;
}
#contentContainer section#skill .sub {
  color: #202f50;
  padding: 0 0 20px 20px;
  margin: -5px 10px 0px 0px;
  display: flex;
  align-items: center; /* 垂直中心 */
}
#contentContainer section#skill .sub:after {
  border-top: 1px solid #202f50;
  content: "";
  width: 95px;
  margin-left: 10px;
}
#contentContainer section#skill .sub::before {
  margin-left: 10px;
}
#contentContainer section#skill .logo-sp {
  position: relative;
  top: -113px;
  left: 250px;
}
#contentContainer section#skill .logo-pc {
  display: none;
}
#contentContainer section#skill .skill-base {
  position: relative;
  top: -80px;
  left: 5px;
  width: 100%;
  height: auto;
}
#contentContainer section#skill .skill-base img {
  width: 100%;
  height: auto;
}
#contentContainer section#skill .skill-base-pc {
  display: none;
}
#contentContainer section#skill .first {
  position: relative;
  top: -383px;
  left: 132px;
  font-size: 0.9rem;
  font-family: serif;
  font-weight: bold;
  line-height: 44px;
}
#contentContainer section#skill .first p {
  font-weight: 600;
  color: #3f3530;
}
#contentContainer section#skill .second {
  position: relative;
  top: -370px;
  left: 32px;
  font-size: 0.9rem;
  font-family: serif;
  font-weight: bold;
  line-height: 43px;
}
#contentContainer section#skill .second p {
  font-weight: 600;
  color: #3f3530;
}
#contentContainer section#skill .thaad {
  position: relative;
  top: -352px;
  left: 132px;
  font-size: 0.9rem;
  font-family: serif;
  font-weight: bold;
  line-height: 43px;
}
#contentContainer section#skill .thaad p {
  font-weight: 600;
  color: #3f3530;
}
#contentContainer section#skill {
  /* スマホ用（Pixel 9a, iPhone 14/15/16 Pro系） */
}
@media (min-width: 390px) {
  #contentContainer section#skill {
    background-image: url(../img/skill-haikei.jpg);
    background-repeat: no-repeat;
    height: 570px;
  }
  #contentContainer section#skill .logo-sp {
    position: relative;
    top: -21.5%;
    left: 70%;
  }
  #contentContainer section#skill h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 1.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 0 0 5%;
  }
  #contentContainer section#skill .sub {
    color: #202f50;
    padding: 0 0 20px 21px;
    margin: -1% 5% 2% 0;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1rem;
    font-weight: 300;
  }
  #contentContainer section#skill .sub:after {
    border-top: 1px solid #202f50;
    content: "";
    width: 95px;
    margin-left: 10px;
  }
  #contentContainer section#skill .sub::before {
    margin-left: 10px;
  }
  #contentContainer section#skill .skill-list .first {
    top: -414px;
    left: 143px;
    font-size: 1rem;
    font-family: serif;
    line-height: 48px;
  }
  #contentContainer section#skill .skill-list .first p {
    font-weight: 700;
    color: #3f3530;
  }
  #contentContainer section#skill .skill-list .second {
    top: -400px;
    left: 34px;
    font-size: 1rem;
    font-family: serif;
    line-height: 48px;
  }
  #contentContainer section#skill .skill-list .second p {
    font-weight: 700;
    color: #3f3530;
  }
  #contentContainer section#skill .skill-list .thaad {
    top: -381px;
    left: 145px;
    font-size: 1rem;
    font-family: serif;
    line-height: 48px;
  }
  #contentContainer section#skill .skill-list .thaad p {
    font-weight: 700;
    color: #3f3530;
  }
}
@media screen and (min-width: 800px) {
  #contentContainer section#skill {
    background-image: url(../img/skill-haikei-pc.jpg);
    background-repeat: no-repeat;
    height: 1000px;
  }
  #contentContainer section#skill h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 70px 0 0 30px;
  }
  #contentContainer section#skill .sub {
    color: #202f50;
    padding: 0 0 20px 0;
    margin: -5px 10px 30px 30px;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1.5rem;
    font-weight: 300;
  }
  #contentContainer section#skill .sub::after {
    border-top: 1px solid #202f50;
    content: "";
    width: 210px;
    margin-left: 17px;
  }
  #contentContainer section#skill .logo-sp {
    display: none;
  }
  #contentContainer section#skill .logo-pc {
    display: block;
    position: relative;
    top: -276px;
    left: 524px;
  }
  #contentContainer section#skill .skill-base {
    display: none;
  }
  #contentContainer section#skill .skill-base-pc {
    display: block;
    position: relative;
    top: -200px;
    left: 5px;
    width: 100%;
    height: 3000px;
  }
  #contentContainer section#skill .skill-base-pc img {
    width: 100%;
    height: auto;
  }
  #contentContainer section#skill .skill-list .first {
    position: relative;
    color: #000;
    top: -3185px;
    left: 287px;
    font-size: 1.8rem;
    font-family: serif;
    font-weight: bold;
    line-height: 88px;
  }
  #contentContainer section#skill .skill-list .second {
    position: relative;
    color: #000;
    top: -3147px;
    left: 65px;
    font-size: 1.8rem;
    font-family: serif;
    font-weight: bold;
    line-height: 88px;
    letter-spacing: 0rem;
  }
  #contentContainer section#skill .skill-list .thaad {
    position: relative;
    top: -3103px;
    left: 297px;
    font-size: 1.8rem;
    font-family: serif;
    font-weight: bold;
    line-height: 88px;
  }
}
#contentContainer section#message {
  background-image: #fff;
}
#contentContainer section#message h2 {
  font-family: Noto Serif, serif;
  font-weight: 800;
  font-size: 1.3rem;
  background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 0 20px;
}
#contentContainer section#message .sub {
  color: #202f50;
  padding: 0 0 10px 20px;
  margin: -5px 0 0px 0px;
  display: flex;
  align-items: center; /* 垂直中心 */
}
#contentContainer section#message .sub:before {
  border-top: 1px solid #202f50;
  content: "";
  width: 30px;
  margin-left: 0;
}
#contentContainer section#message .sub::before {
  margin-right: 10px;
}
#contentContainer section#message img {
  width: 100%;
}
#contentContainer section#message .message-box {
  background: #fff;
  margin: 1rem 2rem;
  padding: 30px 20px;
  border-top: solid 1px #000000;
  box-shadow: rgba(225, 225, 255, 0.92) 5px 5px 20px;
}
#contentContainer section#message .message-box p {
  font-family: "Noto Sans JP", sans-serif;
  color: #996b60;
  font-size: 1rem;
  line-height: 23px;
  padding: 1rem;
  font-weight: 400;
}
#contentContainer section#message .message-box h3 {
  color: #534741;
  font-family: Noto Serif, serif;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 800px) {
  #contentContainer section#message {
    background-image: url(../img/messagel-haikei-pc.jpg);
    background-repeat: no-repeat;
    height: 1000px;
  }
  #contentContainer section#message .doctor-photo {
    display: none;
  }
  #contentContainer section#message h2 {
    font-family: Noto Serif, serif;
    font-weight: 800;
    font-size: 2.5rem;
    background: linear-gradient(90deg, #be9978 0%, #e2c6ae 40%, #d1b27a 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 70px 0 0 30px;
  }
  #contentContainer section#message h3 {
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  #contentContainer section#message .sub {
    color: #202f50;
    padding: 0 0 20px 0;
    margin: -5px 10px 30px 30px;
    display: flex;
    align-items: center; /* 垂直中心 */
    font-size: 1.5rem;
    font-weight: 300;
  }
  #contentContainer section#message .sub::after {
    border-top: 1px solid #202f50;
    content: "";
    width: 210px;
    margin-left: 17px;
  }
  #contentContainer section#message .message-box {
    background: rgba(255, 255, 255, 0.92);
    width: 55%;
    margin: 1rem 0 0 18.5rem;
    padding: 30px 20px;
    border-top: solid 1px #000000;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 20px;
  }
  #contentContainer section#message .message-box h3 {
    color: #534741;
    font-family: Noto Serif, serif;
    font-weight: bold;
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  #contentContainer section#message .message-box p {
    font-family: "Noto Sans JP", sans-serif;
    color: #996b60;
    font-size: 1.2rem;
    line-height: 32px;
    padding: 1rem;
    font-weight: 400;
  }
}
#contentContainer section#recruit {
  background-image: url(../img/recruit-haikei.jpg);
  background-size: 100%;
  margin: 0rem 0 0 0;
  padding: 1rem 0 0 0;
}
#contentContainer section#recruit h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0 0 0;
  margin: 5rem 0 0 0;
  border-top: 3px solid #000;
}
#contentContainer section#recruit .sub {
  text-align: center;
  font-weight: 100;
  margin: -0.5rem 0 0 0;
}
#contentContainer section#recruit .kihon {
  margin: 2rem 0 0 0;
}
#contentContainer section#recruit .kihon table {
  width: 90%;
  max-width: 90%;
  border-collapse: collapse;
  margin: 2rem 1rem;
}
#contentContainer section#recruit .kihon table th, #contentContainer section#recruit .kihon table td {
  border: 1px solid #000000;
  padding: 0.5rem;
  text-align: left;
}
#contentContainer section#recruit .kihon table th {
  background: #000000;
  font-size: 0.9rem;
  color: #ffffff;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#contentContainer section#recruit .kihon table td {
  font-size: 0.9rem;
  color: #000000;
}
#contentContainer section#recruit .kihon table tr:last-child th {
  border-bottom: 1px solid #000000;
}
#contentContainer section#recruit .syosai {
  padding: 1rem 0 4rem 0;
}
#contentContainer section#recruit .syosai table {
  width: 90%;
  max-width: 90%;
  border-collapse: collapse;
  margin: 0 1rem;
}
#contentContainer section#recruit .syosai table tr {
  border-bottom: 1px solid #000000;
}
#contentContainer section#recruit .syosai table tr th, #contentContainer section#recruit .syosai table tr td {
  border: 1px solid #000000;
  padding: 0.5rem;
  text-align: left;
  line-height: normal;
}
#contentContainer section#recruit .syosai table tr th {
  background: #000000;
  font-size: 0.9rem;
  color: #ffffff;
  width: 30%;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#contentContainer section#recruit .syosai table tr td {
  font-size: 0.9rem;
  color: #000000;
}
#contentContainer section#recruit .syosai table tr:last-child th {
  border-bottom: 1px solid #000000;
}
#contentContainer section#recruit .syosai .kyuzingaiyo-bn {
  background: linear-gradient(-120deg, rgb(175, 147, 86), rgb(194, 169, 115), rgb(175, 147, 86));
  text-align: center;
  align-items: center;
  padding: 1rem;
  margin: 3rem 3rem 3rem 3rem;
  box-shadow: rgba(46, 46, 46, 0.3) 5px 5px 20px;
}
#contentContainer section#recruit .syosai .kyuzingaiyo-bn a {
  letter-spacing: 2px;
}
#contentContainer section#recruit .syosai .kyuzingaiyo-bn a p {
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: rgba(172, 117, 80, 0.3) 3px 3px 10px;
  font-weight: 600;
}
@media screen and (min-width: 800px) {
  #contentContainer section#recruit {
    background-image: url(../img/recruit-haikei-pc.jpg);
  }
  #contentContainer section#recruit h2 {
    font-size: 2.3rem;
    font-weight: 400;
    text-align: center;
    padding: 2.2rem 0 0 0;
    margin: -1rem 0 0 0;
    border-top: 7px solid #000;
  }
  #contentContainer section#recruit .sub {
    text-align: center;
    font-weight: 100;
    margin: -0.9em 0 0 0;
    font-size: 1rem;
  }
  #contentContainer section#recruit .kihon {
    margin: 2rem 0 0 0;
  }
  #contentContainer section#recruit .kihon table {
    width: 90%;
    max-width: 90%;
    border-collapse: collapse;
    margin: 2rem 2.5rem;
  }
  #contentContainer section#recruit .kihon table tr:last-child th {
    border-bottom: 1px solid #000000;
  }
  #contentContainer section#recruit .syosai {
    padding: 1rem 0 4rem 0;
  }
  #contentContainer section#recruit .syosai table {
    width: 90%;
    max-width: 90%;
    border-collapse: collapse;
    margin: 1rem 2.5rem 4rem;
  }
  #contentContainer section#recruit .syosai th {
    font-size: 1.1rem;
  }
  #contentContainer section#recruit .syosai td {
    font-size: 1.1rem;
  }
  #contentContainer section#recruit .syosai td:last-child {
    border-bottom: none;
  }
  #contentContainer section#recruit .syosai th:last-child {
    border-bottom: none;
  }
  #contentContainer section#recruit .syosai table tr:last-child th {
    border-bottom: 1px solid #000000;
  }
  #contentContainer section#recruit .syosai .kyuzingaiyo-bn {
    background: linear-gradient(-120deg, rgb(175, 147, 86), rgb(194, 169, 115), rgb(175, 147, 86));
    text-align: center;
    align-items: center;
    padding: 1rem;
    margin: 3rem 6rem 3rem 6rem;
    box-shadow: rgba(46, 46, 46, 0.3) 5px 5px 20px;
  }
  #contentContainer section#recruit .syosai .kyuzingaiyo-bn a {
    letter-spacing: 2px;
  }
  #contentContainer section#recruit .syosai .kyuzingaiyo-bn a p {
    color: #fff;
    font-size: 1.3rem;
    font-family: "Noto Sans JP", sans-serif;
    text-shadow: rgba(172, 117, 80, 0.3) 3px 3px 10px;
    font-weight: 600;
  }
}
#contentContainer section#contact {
  background-color: #f2efe8;
  border-top: solid 5px #c4a785;
}
#contentContainer section#contact h2 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  padding: 1.5rem 0 0 0;
  margin: 1rem 0 0 0;
}
#contentContainer section#contact .sub {
  text-align: center;
  font-weight: 100;
  margin: -0.5rem 0 0 0;
}
#contentContainer section#contact form {
  padding: 0 0 3rem 0;
  margin: 0;
}
#contentContainer section#contact form .Contact-box {
  width: 70%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #ffffff;
  border: solid 1px #c4a785;
  box-shadow: rgb(225, 225, 255) 5px 5px 20px;
  color: #9b827d;
}
#contentContainer section#contact form .Contact-box .labelBox {
  margin-left: -1rem;
}
#contentContainer section#contact form .Contact-box .labelBox label {
  color: #9b827d;
}
#contentContainer section#contact form .Contact-box .labelBox .UIFormContainerRequiredBox, #contentContainer section#contact form .Contact-box .labelBox .UIFormContainer .UIFormContainerOptionalBox, .UIFormContainer #contentContainer section#contact form .Contact-box .labelBox .UIFormContainerOptionalBox {
  width: 2rem;
  font-size: 0.8rem;
  min-width: 2.5rem;
  min-height: 1.5rem;
  background: #9b827d;
}
#contentContainer section#contact form .Contact-box .partsBox input {
  width: 114%;
  margin: 0 0 0 -1rem;
}
#contentContainer section#contact form .Contact-box .partsBox #sBox {
  padding-left: 1rem;
  height: 4.4rem;
}
#contentContainer section#contact form .Contact-box .partsBox #sBox label {
  color: #9b827d;
}
#contentContainer section#contact form .Contact-box .partsBox #matter {
  height: 8rem;
  width: 114%;
  margin-left: -1rem;
}
#contentContainer section#contact form .buttonBox .buttonFrame button {
  width: 70%;
  background: #000;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 0.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  padding-bottom: 0.5rem;
  border-radius: 0;
  margin-top: -0.5rem;
}
@media screen and (min-width: 800px) {
  #contentContainer section#contact {
    background-color: oldlace;
  }
  #contentContainer section#contact h2 {
    font-size: 2.3rem;
    font-weight: 400;
    text-align: center;
    padding: 2.2rem 0 0 0;
    margin: 1rem 0 0 0;
  }
  #contentContainer section#contact .sub {
    text-align: center;
    font-weight: 100;
    margin: -0.9em 0 0 0;
    font-size: 1rem;
  }
  #contentContainer section#contact form {
    padding: 0 0 3rem 0;
    margin: 0;
  }
  #contentContainer section#contact form .Contact-box {
    width: 90%;
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border: solid 1px #c4a785;
    box-shadow: rgb(225, 225, 255) 5px 5px 20px;
    color: #9b827d;
  }
  #contentContainer section#contact form .Contact-box .labelBox {
    margin-left: 0rem;
  }
  #contentContainer section#contact form .Contact-box .labelBox label {
    color: #9b827d;
  }
  #contentContainer section#contact form .Contact-box .labelBox .UIFormContainerRequiredBox, #contentContainer section#contact form .Contact-box .labelBox .UIFormContainer .UIFormContainerOptionalBox, .UIFormContainer #contentContainer section#contact form .Contact-box .labelBox .UIFormContainerOptionalBox {
    width: 2rem;
    font-size: 0.8rem;
    min-width: 2.5rem;
    min-height: 1.5rem;
    background: #9b827d;
  }
  #contentContainer section#contact form .Contact-box .partsBox input {
    width: 100%;
    margin: 0;
  }
  #contentContainer section#contact form .Contact-box .partsBox #sBox {
    padding-left: 1rem;
    height: 4.4rem;
  }
  #contentContainer section#contact form .Contact-box .partsBox #sBox label {
    color: #9b827d;
  }
  #contentContainer section#contact form .Contact-box .partsBox #matter {
    height: 8rem;
    width: 100%;
    margin-left: 0rem;
  }
  #contentContainer section#contact form .buttonBox .buttonFrame button {
    width: 70%;
    background: #000;
    font-size: 1.5rem;
    font-weight: 400;
    padding-top: 0.5rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-bottom: 0.5rem;
    border-radius: 0;
    letter-spacing: 0.2rem;
    margin: 1.5rem 0 2rem 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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", sans-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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", 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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  color: #a0a0a0;
  font-size: 1rem;
}
#formConf #formConfBox #formPartsBox {
  width: 85%;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", 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 #aaaaaa;
  border-radius: 0.3rem;
  box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", 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 #3498db);
  background-color: #ffffff;
  border: solid 1px #3498db;
}

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

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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", sans-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: solid 1px #aaaaaa;
  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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", sans-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: solid 1px #aaaaaa;
  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 {
  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, #3498db, #37a1e8);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:active {
  background: linear-gradient(to bottom, #2f88c4, #2873a6);
  transform: translateZ(0);
  filter: drop-shadow(0rem 0.2rem 0.2rem rgba(0, 0, 0, 0.2));
}
button:hover {
  background: linear-gradient(to bottom, #2f88c4, #2873a6);
  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, #2f88c4, #2873a6);
  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: #e67e22;
  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: -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", 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: #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 */