@charset "UTF-8";
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.index {
  /*---------------------------------------
  KV
  ---------------------------------------*/
  /*---------------------------------------
  お知らせ
  ---------------------------------------*/
  /*---------------------------------------
  理事長の想い
  ---------------------------------------*/
  /*---------------------------------------
  よりSoyとは
  ---------------------------------------*/
  /*---------------------------------------
      KV　内のスクロールアイコン
  ---------------------------------------*/
  /*=== 9-1-2 丸が動いてスクロールを促す ====*/
  /*スクロールダウン全体の場所*/
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
  /* 線の描写 */
}
@media screen and (min-width:1025px) {
  .index {
    padding-top: 700px;
  }
}
.index .mainImg {
  background-image: url(/assets/img/cmn/bg_tree.png);
  background-repeat: repeat-x;
  background-position: bottom -2px center;
}
@media screen and (min-width:1025px) {
  .index .mainImg {
    position: absolute;
    top: 114px;
    height: 468px;
    width: 100%;
  }
}
.index .mainImgInner {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .mainImgInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 32px;
    padding-right: 24px;
  }
}
@media screen and (min-width:1025px) {
  .index .mainImgInner {
    padding: 0;
    padding-left: 48px;
    padding-right: 48px;
    height: 100%;
  }
}
@media screen and (max-width:639px) {
  .index .mainImgInner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.index .mainImgCopy {
  flex-grow: 1;
  font-size: 40px;
  color: #F58989;
  line-height: 1.7;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width:639px) {
  .index .mainImgCopy {
    font-size: 21px;
  }
}
@media screen and (min-width:1025px) {
  .index .mainImgCopy {
    position: relative;
    top: -40px;
  }
}
@media screen and (min-width:1400px) {
  .index .mainImgCopy {
    position: absolute;
    top: 84px;
    left: 92px;
  }
}
.index .mainImgCopy .txt {
  display: none;
}
@media screen and (min-width:1025px) {
  .index .mainImgCopy .txt {
    display: block;
  }
}
.index .mainImgCopy img {
  display: block;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width:1025px) {
  .index .mainImgCopy img {
    display: none;
  }
}
.index .mainImgCopy span {
  border-bottom: 4px dotted #F4DA6D;
}
@media screen and (min-width:1025px) {
  .index .mainImgCopy span {
    border-bottom: 6px dotted #F4DA6D;
  }
}
.index .mainImgCopy .small {
  font-size: 34px;
}
@media screen and (max-width:639px) {
  .index .mainImgCopy .small {
    font-size: 23px;
  }
}
.index .mainImgDeco {
  position: absolute;
  left: -18px;
}
@media screen and (max-width:639px) {
  .index .mainImgDeco {
    position: relative;
    width: 40%;
    transform: rotate(-5deg);
    margin-top: 20px;
  }
}
@media screen and (min-width:640px) {
  .index .mainImgDeco {
    top: 0;
  }
}
@media screen and (min-width:1025px) {
  .index .mainImgDeco {
    left: -26px;
    top: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .mainImgPhoto {
    margin-bottom: 90px;
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width:640px) {
  .index .mainImgPhoto {
    flex-grow: 1;
    width: 35%;
    margin-left: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .mainImgPhoto {
    position: relative;
    top: -24px;
  }
}
@media screen and (min-width:1400px) {
  .index .mainImgPhoto {
    width: 472px;
    position: absolute;
    right: 40px;
    top: 28px;
  }
}
.index .contents {
  background-image: url(/assets/img/cmn/bg_tree.png), url(/assets/img/cmn/bg_lineart_left.svg), url(/assets/img/cmn/bg_lineart_right.svg);
  background-repeat: repeat-x, no-repeat, no-repeat;
  border-top: 10px solid #FFC4C4;
  background-color: #fff;
}
@media screen and (max-width:639px) {
  .index .contents {
    background-position: bottom center, top 10px left 2%, top 10px right 1%;
    background-size: auto, 70px auto, 70px auto;
    padding-bottom: 120px;
  }
}
@media screen and (min-width:640px) {
  .index .contents {
    background-position: bottom center, top 20px left 3%, top 20px right 2%;
    background-size: auto, 120px auto, 120px auto;
  }
}
@media screen and (min-width:1025px) {
  .index .contents {
    border-top: none;
    background-position: bottom center, top 82px left 2%, top 82px right 2%;
    background-size: auto;
  }
}
@media screen and (min-width:1400px) {
  .index .contents {
    background-position: bottom center, top 82px left 13%, top 82px right 14%;
  }
}
.index .infomation {
  padding-top: 72px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .index .infomation {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomation {
    padding-top: 48px;
  }
}
.index .infomationInner {
  background-color: none;
  border-radius: 24px;
  margin: auto;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .index .infomationInner {
    padding: 36px 48px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    padding: 48px 72px;
    max-width: 1024px;
    display: flex;
  }
}
.index .infomationInner h2 {
  font-size: 28px;
  margin-bottom: 16px;
  padding-bottom: 0;
  padding-top: 0;
}
@media screen and (min-width:1025px) {
  .index .infomationInner h2 {
    text-align: left;
  }
}
@media screen and (max-width:639px) {
  .index .infomationInner .btnArea {
    text-align: center;
  }
}
@media screen and (min-width:640px) {
  .index .infomationInner .Ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomationInner .Ttl {
    width: 300px;
    display: block;
  }
}
.index .infomationInner .newsTxt {
  width: 100%;
}
@media screen and (min-width:1025px) {
  .index .infomationInner .newsTxt {
    margin-left: 70px;
  }
}
.index .infomationInner .newsTxt ul li {
  border-bottom: 3px dotted #F4DA6D;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  background-image: url(/assets/img/cmn/ico_arrow.svg);
  background-position: right 16px center;
  background-repeat: no-repeat;
}
@media screen and (max-width:639px) {
  .index .infomationInner .newsTxt ul li {
    background-position: right center;
    padding-right: 24px;
  }
}
@media screen and (min-width:640px) {
  .index .infomationInner .newsTxt ul li {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.index .infomationInner .newsTxt ul li time {
  font-weight: bold;
}
@media screen and (max-width:639px) {
  .index .infomationInner .newsTxt ul li time {
    margin-bottom: 6px;
  }
}
@media screen and (min-width:640px) {
  .index .infomationInner .newsTxt ul li time {
    width: 30%;
  }
}
@media screen and (min-width:640px) {
  .index .infomationInner .newsTxt ul li a {
    display: block;
    width: 70%;
  }
}
.index .message {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width:640px) {
  .index .message {
    padding-top: 20px;
  }
}
@media screen and (min-width:1025px) {
  .index .message {
    padding-top: 90px;
  }
}
.index .messageInner {
  max-width: 720px;
}
.index .message h3::before {
  content: url(/assets/img/cmn/ico_flower.png);
  margin-right: 8px;
  position: relative;
  top: 4px;
  margin-bottom: 20px;
}
.index .message p {
  padding-left: 32px;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .index .message p {
    font-size: 16px;
  }
}
.index .message .chairman {
  background-color: #FCFAFB;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 32px;
  border-radius: 24px;
}
@media screen and (min-width:640px) {
  .index .message .chairman {
    margin-bottom: 100px;
    padding: 48px 54px;
  }
}
@media screen and (min-width:1025px) {
  .index .message .chairman {
    margin-top: 80px;
    padding: 77px 88px;
  }
}
.index .message .chairman p {
  letter-spacing: 0.16em;
  line-height: 1.6;
  padding-left: 0;
}
.index .message .chairman .name {
  text-align: right;
  margin-top: 32px;
}
.index .message .chairman .name small {
  margin-right: 10px;
}
.index .message .chairman strong {
  font-weight: normal;
  color: #F58989;
}
.index .about {
  margin-top: 80px;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  background-image: url(/assets/img/cmn/bg_wave.svg), linear-gradient(180deg, rgb(255, 251, 235), rgba(255, 251, 235, 0));
  background-position: top left -200px, top 100px center;
  background-size: auto 100px, 100% 700px;
  background-repeat: no-repeat;
}
@media screen and (min-width:640px) {
  .index .about {
    padding-top: 100px;
  }
}
@media screen and (max-width:639px) {
  .index .about {
    background-position: top left -100px, top 28px center;
  }
}
@media screen and (max-width:639px) {
  .index .about {
    background-size: 290% auto, 100% 500px;
  }
}
.index .aboutInner {
  max-width: 720px;
}
.index .about h3 {
  color: #5D595A;
  text-align: center;
  font-size: 28px;
  margin-bottom: 32px;
}
@media screen and (min-width:640px) {
  .index .about h3 {
    margin-bottom: 48px;
  }
}
.index .about h3 small {
  color: #F58989;
  height: 80px;
  margin-bottom: 16px;
  line-height: 80px;
  display: block;
  font-size: 40px;
  font-family: "Nunito", sans-serif;
  background-image: url(/assets/img/cmn/bg_maru_yellow.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index .about .copy {
  text-align: center;
  color: #F58989;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 24px;
}
@media screen and (min-width:640px) {
  .index .about .copy br {
    display: none;
  }
}
@media screen and (min-width:640px) {
  .index .about .copy {
    display: flex;
    justify-content: center;
    letter-spacing: 0.25em;
  }
}
.index .about .copy strong {
  font-size: 40px;
  position: relative;
}
@media screen and (min-width:640px) {
  .index .about .copy strong {
    top: -7px;
  }
}
@media screen and (min-width:640px) {
  .index .about .copy:before {
    content: url(/assets/img/cmn/bg_ttl_left.png);
    display: inline-block;
    margin-right: 20px;
  }
}
@media screen and (min-width:640px) {
  .index .about .copy:after {
    content: url(/assets/img/cmn/bg_ttl_right.png);
    display: inline-block;
    margin-left: 10px;
  }
}
.index .about .philosophy {
  margin-bottom: 20px;
}
@media screen and (min-width:1025px) {
  .index .about .philosophy {
    margin-left: -100px;
    margin-right: -100px;
    margin-bottom: 30px;
    margin-bottom: 50px;
  }
}
.index .about .philosophy h4 {
  height: 120px;
  line-height: 120px;
  background-image: url(/assets/img/cmn/bg_maru_pink.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  font-size: 24px;
  color: #F58989;
  margin-bottom: 24px;
}
@media screen and (max-width:639px) {
  .index .about .philosophy h4 {
    height: 160px;
    line-height: 160px;
    background-size: contain;
  }
}
.index .about .philosophy p {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width:639px) {
  .index .about .philosophy p {
    margin-bottom: 32px;
  }
}
@media screen and (min-width:640px) {
  .index .about .philosophy {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width:640px) {
  .index .about .philosophyUnit {
    width: 33%;
  }
}
.index .about .philosophyMessage {
  text-align: center;
  color: #F58989;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 40px;
}
.index .about .philosophyMessage span {
  padding: 24px 12px;
  background-image: linear-gradient(to right, #F4DA6D, #F4DA6D 3px, transparent 3px, transparent 8px), linear-gradient(to left, #F4DA6D, #F4DA6D 3px, transparent 3px, transparent 8px); /* 下の線 */
  background-size: 8px 3px, 8px 3px; /* 下の線 */
  background-position: left top, right bottom; /* 下の線 */
  background-repeat: repeat-x;
  display: inline-block;
}
.index .about .philosophyMessage br {
  display: none;
}
@media screen and (min-width:640px) {
  .index .about .philosophyMessage br {
    display: block;
  }
}
@media screen and (min-width:640px) {
  .index .about .philosophyMessage {
    margin-bottom: 80px;
  }
}
.index .about .though {
  line-height: 1.8;
}
@media screen and (max-width:639px) {
  .index .about .though {
    padding-bottom: 16px;
  }
}
@media screen and (min-width:640px) {
  .index .about .though {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .about .thoughUnit {
    text-align: center;
  }
}
@media screen and (min-width:640px) {
  .index .about .thoughUnit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:639px) {
  .index .about .thoughUnit img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .about .thoughUnit p {
    margin-bottom: 24px;
  }
}
.index .about .thoughUnit:first-child {
  flex-direction: row-reverse;
}
@media screen and (min-width:640px) {
  .index .about .thoughUnit:first-child img {
    margin-left: 40px;
  }
}
@media screen and (min-width:640px) {
  .index .about .thoughUnit:last-child img {
    margin-right: 40px;
  }
}
@media screen and (min-width:640px) {
  .index .about .staff {
    margin-bottom: 40px;
  }
}
.index .about .staff li {
  margin-bottom: 20px;
  background-image: url(/assets/img/cmn/ico_flower.png);
  background-position: top 3px left;
  padding-left: 32px;
  background-repeat: no-repeat;
}
.index .kvScroll {
  position: absolute;
  bottom: 96px;
  right: 32px;
}
@media screen and (min-width:1400px) {
  .index .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .index .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.index .kvScroll span {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #F58989;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .index .kvScroll span {
    bottom: 64px;
  }
}
.index .kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F58989;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.index .kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #F58989;
}
@media screen and (max-width:639px) {
  .index .kvScroll:after {
    height: 56px;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.lower .contents {
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(/assets/img/cmn/bg_tree.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 260px, rgb(255, 255, 255) 260px);
}
@media screen and (min-width:1025px) {
  .lower .contents {
    padding-left: 0;
    padding-right: 0;
    padding-top: 258px;
    background-image: rgb(255, 255, 255);
    background-image: url(/assets/img/cmn/bg_tree.png), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 504px, rgb(255, 255, 255) 504px);
  }
}

.pageTtl {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:1025px) {
  .pageTtl {
    height: 240px;
  }
}
.pageTtl h2 {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (min-width:1025px) {
  .pageTtl h2 {
    font-size: 28px;
  }
}
.pageTtl h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #F58989;
  margin-bottom: 10px;
}

.lower .contents section {
  margin-top: 64px;
  margin-bottom: 80px;
}

.lower .sectionBody {
  width: 100%;
  margin: auto;
}
.lower .sectionBody .leadText {
  background-color: #FFFBEB;
  padding: 40px 64px;
  font-size: 112%;
  line-height: 2;
  width: 80%;
  margin: auto;
}
@media screen and (min-width:640px) {
  .lower .sectionBody {
    width: 80%;
    max-width: 640px;
  }
}
@media screen and (min-width:1025px) {
  .lower .sectionBody {
    max-width: 960px;
  }
}

.lower .sectionTtl {
  color: #F58989;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
/*-------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
.lower {
  position: relative;
}
.lower .contents .wrapper {
  margin: auto;
}
.lower .contents .wrapper .mg {
  padding: 0 24px;
}
.lower .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
}
.lower .contents .wrapper .articleWrap .article h3 {
  color: #F58989;
  margin: 24px 0;
  font-size: 24px;
}
.lower .contents .wrapper .sideBox section {
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  color: #F58989;
}
.lower .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower .contents .wrapper .sideBox section h3 {
  font-size: 1em;
  color: #ffffff;
  padding: 10px;
  background-color: #F58989;
  border-radius: 100px;
  text-align: center;
}
.lower .contents .wrapper .sideBox section form .search {
  padding: 8px;
  width: 70%;
  border: 1px solid #E5DDD3;
  margin-right: 4px;
}
.lower .contents .wrapper .sideBox section form .searchBtn {
  background-color: #F58989;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
}
.lower .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
@media screen and (min-width:640px) {
  .lower .contents .wrapper {
    display: flex;
  }
  .lower .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower .contents .wrapper .sideBox section {
    width: 275px;
  }
}

.lower .service .serviceList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.lower .service .serviceList li {
  width: calc(50% - 4px);
}
.lower .service .serviceList li a {
  display: block;
  font-weight: bold;
  background-color: #F58989;
  border-radius: 100px;
  color: #ffffff;
  width: 100%;
  padding: 24px 0;
  text-align: center;
}
@media screen and (min-width:640px) {
  .lower .service .serviceMain {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.lower .service .serviceImg {
  text-align: center;
}
.lower .service .serviceImg img {
  border-radius: 20px;
  border: 4px solid #F4DA6D;
}
.lower .service .serviceImg + p {
  margin-top: 24px;
}
.lower .service .serviceInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  font-size: 0.9em;
}
.lower .service .serviceInfo dt {
  background-color: #F58989;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.3em;
  padding: 6px 8px;
  border-radius: 100px;
  width: 10em;
  text-align: center;
}
.lower .service .serviceInfo dd {
  width: calc(100% - 10em - 16px);
  padding: 4px 0;
  margin: 0;
}

.lower .formTable {
  width: 100%;
}
.lower .formTable tr {
  border-bottom: 1px dotted #F7CCCC;
  display: block;
  width: 100%;
  margin-top: 1.5em;
}
@media screen and (min-width:640px) {
  .lower .formTable tr {
    margin-top: 0;
  }
}
.lower .formTable tr:first-child {
  margin-top: 0;
}
.lower .formTable tr:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.lower .formTable tr td {
  display: block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .formTable tr td input {
  border: 1px solid #F7CCCC;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
  max-width: 100%;
}
.lower .formTable tr td textarea {
  border: 1px solid #F7CCCC;
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  margin: 0;
  letter-spacing: 0.08em;
}
.lower .formTable tr td input[type=checkbox],
.lower .formTable tr td input[type=radio] {
  width: auto;
  margin-right: 8px;
}
.lower .formTable tr .radio li {
  margin-bottom: 0.6em;
}
.lower .formTable tr .radio li label {
  margin-bottom: 0;
}
.lower .formTable tr .checkbox li {
  margin-bottom: 0.6em;
}
.lower .formTable tr .checkbox li label {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .formTable tr .radio li {
    margin-bottom: 0.8em;
  }
  .lower .formTable tr .radio li:last-child {
    margin-bottom: 0;
  }
  .lower .formTable tr .checkbox li {
    margin-bottom: 0.8em;
  }
  .lower .formTable tr .checkbox li:last-child {
    margin-bottom: 0;
  }
  .lower .formTable tr .checkbox li label {
    margin-bottom: 0;
  }
}
.lower .formTable tr th {
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .formTable tr th:last-child {
  margin-top: 0;
}
.lower .formTable tr th .required {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #e54b2f;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .formTable tr th .optional {
  font-size: 80%;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #5D595A;
  color: #FFF;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .inquiry-item tr th {
  font-size: 1.3rem;
  color: #F58989;
  display: block;
  margin-bottom: 1em;
}
.lower .inquiry-item tr td ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 0.8em;
}
@media screen and (min-width:1025px) {
  .lower .inquiry-item tr td ul {
    flex-direction: row;
    gap: 32px;
  }
}
.lower .formBtn {
  text-align: center;
  margin-top: 1em;
}
.lower .formBtn input[type=button],
.lower .formBtn input[type=reset],
.lower .formBtn input[type=submit] {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #F58989;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.lower .formBtn input.btnBack {
  font-size: 1em;
  border: 1px solid #F7CCCC;
  background-color: #FFF;
  color: #A19C9D;
  padding: 16px 24px;
  width: 80%;
  margin-top: 0.8em;
}
@media screen and (min-width:1025px) {
  .lower .formTable tr {
    display: flex;
    align-items: center;
  }
  .lower .formTable tr:last-child {
    align-items: flex-start;
  }
  .lower .formTable tr th {
    width: 30%;
    vertical-align: middle;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 0;
  }
  .lower .formTable tr td {
    width: 70%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 28px;
    padding-bottom: 28px;
    margin-top: 0px;
    margin-bottom: 0em;
  }
  .lower .formTable tr td .formM {
    width: 20em;
  }
  .lower .formTable tr td .formL {
    width: 30em;
  }
  .lower .inquiry-item tr {
    flex-direction: column;
    justify-content: center;
  }
  .lower .inquiry-item tr th {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .lower .inquiry-item tr td {
    width: 100%;
    padding-top: 0;
  }
  .lower .customer {
    margin-bottom: 0.8em;
  }
  .lower .formBtn input[type=button],
  .lower .formBtn input[type=reset],
  .lower .formBtn input[type=submit] {
    width: 50%;
  }
  .lower .formBtn input.btnBack {
    font-size: 0.9em;
    width: 40%;
  }
}
.lower .confirm .formTable tr:last-child {
  border-bottom: none;
}
@media screen and (min-width:1025px) {
  .lower .confirm .formTable tr {
    margin-top: 1.5em;
  }
  .lower .confirm .formTable tr:first-child {
    margin-top: 0;
  }
  .lower .confirm .formTable tr th,
  .lower .confirm .formTable tr td {
    margin-bottom: 1.5em;
  }
  .lower .confirm .formBtn {
    padding: 2em;
  }
}
@media screen and (min-width:640px) {
  .lower .confirm .confirmTxt {
    text-align: left;
  }
  .lower .confirm .confirmTxt .br {
    display: none;
  }
}
.lower .thanks .thanksError {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .thanks .thanksError p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .thanks .thanksError .errorList {
    display: flex;
    justify-content: center;
  }
  .lower .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}/*# sourceMappingURL=pages.css.map */