@charset "UTF-8";
/* CSS Document */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #000000;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

.btn-h {
  display: none;
}

.btn-h a.btn_01 {
  display: block;
  color: #fff;
  font-size: 1.5em;
  padding: 1.5rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 25px;
  background: url("../images/mail_FILL0.svg") 20px center no-repeat #f18d42;
  background-size: 10%;
  height: 50px;
}

.btn-h a.btn_01:hover {
  background: url("../images/mail_FILL0.svg") 20px center no-repeat #fbed8e;
  background-size: 10%;
}

.btn-h a.btn_01 span {
  position: relative;
  padding-left: 35px;
}

.btn-f {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  position: relative;
  padding: 0 0 20px 0;
}

.btn-f a.btn_01 {
  display: block;
  color: #fff;
  font-size: 1.7em;
  padding: 1.7rem 0.5rem;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 30px;
  background: url("../images/mail_FILL0.svg") 35px center no-repeat #f18d42;
  background-size: 10%;
  height: 55px;
}

.btn-f a.btn_01:hover {
  background: url("../images/mail_FILL0.svg") 35px center no-repeat #fbed8e;
  background-size: 10%;
}

.btn-f a.btn_01 span {
  position: relative;
  padding-left: 35px;
}

.pagetop {
  display: none;
}

.pagetop-sp {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 30px auto 0;
  background: #b9b9b9;
  padding: 20px;
}

.pagetop-sp img {
  width: 25%;
  display: block;
  margin: 0 auto;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 70px;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #ffffff;
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#header {
  min-height: 60px;
  z-index: 5;
  width: 100%;
  margin: 0px auto;
  padding: 0 10px;
  top: 0;
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  background: #ffffff;
  display: block;
}

#header #header-inner {
  margin: 0px auto;
  display: block;
}

#logo {
  position: relative;
  width: 45%;
  right: 0px;
  top: 0px;
  padding-top: 10px;
}

#header-tel {
  display: block;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}

#header-tel .tel-sp {
  position: absolute;
  right: 8%;
  width: 40px;
  height: 40px;
  top: 0px;
  fill: #FFF;
  padding: 5px;
  background-color: #54b431;
  border-radius: 10%;
}

#header-tel .tel {
  position: absolute;
  left: 18%;
  width: 65%;
  top: 7px;
}

@media (min-width: 600px) {
  .tel-popup {
    display: none;
  }
}

@media (max-width: 600px) {
  body.tel-open {
    overflow: hidden;
  }

  body.tel-open::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow-y: hidden;
    z-index: 5;
  }

  body.tel-open .tel-popup {
    opacity: 1;
    z-index: 990;
  }

  .tel-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: calc(100vw - 30px);
    max-width: 500px;
    text-align: center;
    padding: 15px 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
    border-radius: 20px;
    border: 4px solid #bfe3b3;
    opacity: 0;
    z-index: -1;
  }

  .tel-popup p {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .tel-popup .popup-text {
    font-size: 1.6rem;
  }

  .tel-popup .popup-text__title {
    font-size: 2rem;
    color: #54b431;
    margin: 1rem 0;
  }

  .tel-popup a {
    color: #54b431;
    text-decoration: none;
    display: block;
  }

  .tel-popup a:hover {
    opacity: .65;
  }

  .tel-popup .fa-phone {
    font-size: 2.2rem;
    margin-right: 4px;
  }

  .tel-popup .tel-num {
    font-size: 4rem;
    font-weight: 700;
  }

  .tel-popup__tag {
    display: block;
    width: 40%;
    margin: 8px auto 16px;
    padding: 8px;
    background: #54b431;
    font-size: 1.6rem;
    color: #fff;
  }

  .tel-popup__site {
    border-top: 3px dotted #d2ebca;
    margin: 2rem 2rem 0;
  }

  .tel-popup__site span,
  .popup-text__bottom span {
    display: inline-block;
  }

  .tel-popup .tel-popup__close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    margin: 0;
  }

  .tel-popup .fa-solid {
    vertical-align: 6px !important;
  }

  .tel-popup__close i {
    background-color: #fff;
    border-radius: 50%;
  }

  .tel-popup__close i::before {
    color: #54b431;
  }
}

.inner {
  display: block;
  margin: 0 auto;
  position: relative;
  padding-top: 16vw;
  width: 90%;
  overflow: hidden;
}

.title1 {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.title1 img {
  width: 100%;
}

/*ストライプ見出し*/
h2 {
  position: relative;
  padding: 0.7rem 0;
  margin: 1.2rem auto;
  background-image: repeating-linear-gradient(-45deg, #bfe3b3 0 2px, transparent 2px 4px);
  background-repeat: no-repeat;
  background-size: 100% 15px;
  background-position: left 0 bottom 0;
  color: #54b431;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  line-height: 1.2;
}

h2 span {
  font-size: .7em;
}

/*ステップバー*/
.stepbar {
  display: flex;
  margin: 30px auto;
  padding: 0;
  list-style: none;
}

.stepbar__item {
  box-sizing: border-box;
  position: relative;
  width: calc((100% - 30px) / 3);
  height: 50px;
  margin: 0 5px;
  padding: 1px;
  background: #54b431;
}

/* 重なり順を設定 */
.stepbar__item:nth-child(1) {
  z-index: 4;
}

.stepbar__item:nth-child(2) {
  z-index: 3;
}

.stepbar__item:nth-child(3) {
  z-index: 2;
}

.stepbar__item:first-child {
  margin-left: 0;
}

.stepbar__item:last-child {
  margin-right: 0;
}

.stepbar__item:nth-child(2) .stepbar__item-inner {
  padding-left: .5em;
}

.stepbar__item:not(:first-child)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 1px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 12px solid #54b431;
}

.stepbar__item:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 12px solid #fff;
}

.stepbar__item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #d7e7d1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #54b431;
  text-align: right;
}

.stepbar__item-inner--current {
  background: transparent;
  color: #fbfc87;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 12px solid #54b431;
}

.stepbar__item:not(:last-child) .stepbar__item-inner::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(100% - 1px);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 0;
  border-bottom: 25px solid transparent;
  border-left: 12px solid #d7e7d1;
}

.stepbar__item:not(:last-child) .stepbar__item-inner--current::after {
  display: none;
}

/*アンケート*/
.enquete {
  display: block;
  margin: 30px auto 10px;
  border: solid #54b431;
  border-radius: 15px;
  padding-bottom: 20px;
}

.enquete h3 {
  background: #54b431;
  width: 100%;
  font-size: 2em;
  color: #fff;
  margin: 0;
  padding: .5em;
  text-align: center;
  border-radius: 13px 13px 0 0;
  line-height: 1.2;
}

.enquete h3.en-more {
  font-size: 16px;
}

.enquete h4 {
  color: #54b431;
  padding: 10px;
  border-radius: 20px;
  width: 84%;
  font-size: 1em;
  margin: 0px 0px 0px;
  text-align: left;
  line-height: 1.2;
}

.enquete h4.en-title {
  font-size: 1.7em;
  margin: 0 10px;
}

/*ラジオぼたん*/
label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label::before,
label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

label::after {
  background-color: #54b431;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}

label.soudanLabel::before {
  background: none;
  border: none;
}

.soudanLabel {
  padding: 0;
}

input:checked + label::after {
  opacity: 1;
}

.date {
  font-weight: bold;
  color: #646464;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

.bg-y {
  background: #f5f7fa;
  border: 1px solid #cccccc;
  font-size: 1em;
  color: #000;
  margin: 0;
  line-height: 1.7;
  border-radius: 10px;
  height: 40px;
}

#name-wrapper {
  width: 90%;
  text-align: center;
  margin: 0 26px 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}

#post-wrapper {
  width: 90%;
  text-align: left;
  margin: 0 0 0 10px;
  padding: 0;
}

#add-wrapper {
  width: 90%;
  text-align: left;
  margin: 0 0 0 10px;
  padding: 0;
}

#build-wrapper {
  width: 90%;
  text-align: left;
  margin: 10px 0 0 10px;
}

#build-wrapper .name-sytle {
  width: 56px;
}

.name-width {
  width: 115px;
  margin: 0 10px;
}

.attention {
  font-size: 0.7em;
}

.display-b {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
  margin: 10px 0;
}

.mb10 {
  margin-bottom: 10px;
}

.name-sytle {
  font-weight: bold;
  color: #646464;
  text-align: left;
  font-size: 14px;
}

.pb-30 {
  padding-bottom: 30px;
}
.text-note{
  font-size: 15px;
  line-height: normal;
  color: #d74d4d;
  font-weight: bold;
  text-align: center;
  padding:10px
}
.w-25 {
  width: 25px;
  margin: 0 10px;
}

.w-50 {
  width: 50px;
  margin: 0 10px;
  height: 40px;
}

.w-75 {
  width: 75px;
  margin: 0 10px;
  height: 40px;
}

.w-80 {
  width: 80px;
  margin: 0 10px;
  height: 40px;
  font-weight: bold;
  color: #646464;
}

.w-100 {
  width: 100px;
  margin: 0 10px;
}

.w-120 {
  width: 120px;
  margin: 0 10px;
}

.w-125 {
  width: 125px;
  margin: 0 10px;
}

.w-150 {
  width: 150px;
  margin: 0 10px;
}

.w-170 {
  width: 210px;
  margin: 0 6px;
  font-size: 0.9em;
  height: 40px;
  border-radius: 12px;
}

.w-210 {
  width: 210px;
  margin: 0 10px;
  height: 40px;
  border-radius: 12px;
  text-align: center;
  font-weight: bold;
  color: #646464;
}

.w-250 {
  width: 250px;
  margin: 0 10px;
}

.w-280 {
  width: 280px;
  margin: 0 10px;
}

.w-min {
  width: 84%;
  min-width: 84%;
  margin: 0 10px;
}

.w-max {
  width: 84%;
  max-width: 84%;
  margin: 0 10px;
}

.w-auto {
  width: auto;
  margin: 0 10px;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

.gender-area {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 10px 15px;
  color: #646464;
  font-size: 1.7em;
  max-width: 331px;
  margin: 0 auto;
}

.gender-radio {
  font-weight: bold;
  color: #646464;
  padding-right: 2em;
}

.en-check {
  width: 100%;
  display: block;
  margin: 0 auto;
  list-style: none;
  padding: 0 5%;
}

.t-page1 {
  padding: 10px;
  color: #646464;
  font-size: 1.4em;
}

.ta-c {
  text-align: center;
  font-weight: bold;
  line-height: 150%;
}

.en-check p {
  color: #646464;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 600;
}

.en-check li {
  margin-bottom: 10px;
}

.boxstyle {
  margin-right: 5px;
}

.boxstyle {
  transform: scale(1.3);
  margin: 0 8px 0 0;
}

.ECM_CheckboxInput {
  padding: 8px 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.boxstyle {
  margin: 0;
  width: 0;
  opacity: 0;
}

.ECM_CheckboxInput:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.boxstyleECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: dashed 2px #555555;
}

.boxstyleECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput3 {
  border: dashed 2px #555555;
}

.boxstyle:checked + span .ECM_CheckboxInput-DummyInput {
  background: #555555;
}

.boxstyle:checked + .ECM_CheckboxInput-DummyInput3 {
  background: #555555;
}

.boxstyle:checked + span .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 56%;
  width: 46%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.boxstyle:checked + .ECM_CheckboxInput-DummyInput3::before {
  content: "";
  display: block;
  position: absolute;
  top: 23%;
  left: 63%;
  width: 49%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.boxstyle:checked + span .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 62%;
  width: 74%;
  height: 4px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.boxstyle:checked + .ECM_CheckboxInput-DummyInput3::after {
  content: "";
  display: block;
  position: absolute;
  top: 26%;
  left: 73%;
  width: 76%;
  height: 3px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #ffffff;
}

.ECM_CheckboxInput-DummyInput {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-right: 8px;
}

.ECM_CheckboxInput-DummyInput3 {
  position: relative;
  top: -85px;
  left: -30px;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.ECM_CheckboxInput-LabelText {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #646464;
}

.ECM_CheckboxInput-LabelText span {
  display: inline-block;
  font-size: .8em;
}

.en-check li img {
  width: 100%;
  border-color: #c8c8c8;
}

/*相談場所を選択*/
.consul-check p {
  color: #646464;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.8em;
}

ul.consul-check {
  margin: 0;
  padding: 0;
}

.consul-check li {
  display: block;
  float: left;
  width: 33%;
  margin: 0;
  padding: 0;
}

.consul-check li img {
  height: 55px;
  margin: 0;
  padding: 0;
  border-color: #c8c8c8;
}

.must {
  color: #d74d4d;
  font-size: 0.7em;
  font-weight: bold;
  margin: 5px;
  position: absolute;
}
.must_box{
  display: inline-block;
  color: #fff;
  background: #d74d4d;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: .8em;
  margin-right: 10px;
}

.any-icon {
  color: #646464;
  font-size: 0.8em;
  font-weight: bold;
  margin: 5px;
  position: absolute;
}
.any_box{
  display: inline-block;
  color: #fff;
  background: #989898;
  border-radius: 2px;
  padding: 2px 4px;
  font-size: .8em;
  margin-right: 10px;
}

.message-area {
  padding-bottom: 40px;
}

.message {
  display: block;
  width: 90%;
  margin: 0 5%;
  background: #f5f7fa;
  display: block;
  font-size: 16px;
  padding: 0.3em 0.7em;
  border: 1px solid #cccccc;
  border-radius: 10px;
  line-height: 1.4;
}

.message-tit {
  color: #646464;
  font-size: 1.3em;
  margin: 0;
  padding: 10px 5%;
  font-weight: 700;
  line-height: 1.2;
}

.item-num {
  text-align: center;
  font-size: 16px;
  margin-inline: auto;
  font-weight: bold;
  color: #646464;
}

.btn-c {
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn_01 {
  display: block;
  width: 90%;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 35px;
  height: 50px;
  font-weight: 900;
  border: 2px solid #f18d42;
  background: #f18d42;
}

.btn_01.btn_text {
  font-size: 14px;
  line-height: 1.4;
}

.btn-c a {
  text-decoration: none;
}

.btn-c a.btn_01:hover {
  background-color: #fff;
  color: #f18d42;
}

.btn_01:hover {
  background-color: #fff;
  border: 1.5px solid #f18d42;
  color: #f18d42;
  background-size: 10%;
}

.btn-c a.btn_01 span {
  position: relative;
}

/*** 戻るボタンの追加　***/
.btn-c a {
  display: block;
  width: 90%;
}

.btn-c a .btn_02 {
  display: block;
  width: 100%;
  color: #666666;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 35px;
  height: 50px;
  font-weight: 900;
  border: 2px solid #dcdcdc;
  background: #dcdcdc;
  line-height: 46px;
}

.btn-c a .btn_02 :nth-child(3n) {
  margin-right: 4%;
}

.btn-c a .btn_02:hover {
  background-color: #fff;
  border: 2px solid #666666;
}

.btn-c a .btn-c a.btn_02 span {
  position: relative;
  padding-right: 45px;
}

h3.thanks_title {
  color: #54b431;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}

/***フッタのメニュー***/

footer {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

footer .footer-wrapper {
  width: 100%;
  margin: 0 auto;
  border-top: #d5efcb 3px solid;
  height: auto;
}

footer .footer-confirm {
  margin-top: 40px;
}

footer .small {
  margin: 10px auto;
  display: block;
  color: #646464;
  text-align: center;
  line-height: 200%;
  font-size: 0.5em;
}

footer .footer-menu {
  font-size: 1.2em;
  margin: 20px auto;
}

footer .footer-menu a {
  color: #646464;
}

.footer-wrapper ul {
  list-style: none;
  width: 100%;
  margin: 10px auto;
  padding: 0px;
}

.footer-wrapper ul .logo {
  width: 43%;
  display: block;
  float: left;
  padding-top: 15px;
  margin-left: 1em;
}

.footer-wrapper ul .logo img {
  width: 100%;
}

.footer-wrapper ul .add {
  width: 50%;
  display: block;
  float: right;
  padding-top: 15px;
  margin-right: 1em;
}

.footer-wrapper ul .add img {
  width: 100%;
}

.footer-inquiry {
  width: 800px;
  display: block;
  margin: 0px auto;
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-inquiry .freedial {
  width: 300px;
  display: block;
  float: left;
}

.footer-inquiry .freedial img {
  width: 100%;
}

@media (min-width: 600px) {
  .form_footerbtn{
    display: none;
  }  
}
.form_footerbtn{
  position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}
.form_footerbtn .btn_01{
  /* display: flex; */
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  /* padding: 1em 0 1em 1em; */
  padding: 12px 0;
  height: auto;
  color: #fff;
  font-size: 1.8em;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 35px;
  font-weight: 900;
  border: 2px solid #54b431;
  background: #54b431;
  background: url(../images/telicon.svg) 12% center no-repeat #54b431;
  background-size: 8%;
}
.form_footerbtn .footerbtn_tel{  
  font-size: 24px;
  margin-top: 6px;
  display: inline-block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

p.error {
  color: red;
  font-size: 1.5rem;
  text-align: center;
  margin: 10px auto 12px;
  font-weight: bold;
}

input {
  padding: 0.3em 0.7em;
  border-radius: 10px;
}

.contact {
  position: relative;
  cursor: pointer;
  color: #646464;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 290%;
  max-width: 100%;
  width: 100%;
  padding: 0 10px;
}

.contact .d-flex {
  align-items: flex-start;
}

label {
  font-size: 1em;
  font-weight: bold;
  max-width: 700px;
}

.contact-title {
  color: #54b431;
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
}

.contact-message {
  text-align: center;
  font-weight: bold;
  line-height: 150%;
  padding: 10px;
  color: #646464;
  font-size: 1.2em;
}

.ECM_CheckboxInput3 {
  padding: 22px 8px 12px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  align-items: center;
}

.ECM_CheckboxInput3:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}

.w-post {
  width: 170px;
}

.contact-key {
  display: inline-block;
  text-align: right;
  width: 130px;
  padding: 0;
  vertical-align: top;
}

.contact-val {
  margin-left: 20px;
  width: calc(100% - 130px - 20px);
}

ul.contact-val {
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}

.d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.d-flex.d-md-block {
  display: block;
}

#otherCheckArea .d-flex {
  justify-content: flex-start;
  padding: 0 0 0 5%;
}

#otherCheckArea .ECM_CheckboxInput {
  padding: 5px 0;
  width: 30%;
  flex-direction: row;
}
.serviceAgree p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
}
.checkAgree label {
  font-size: 16px;
  padding-left: 5px;
  color: #646464;
  display: inline-block;
}

.checkAgree .ECM_CheckboxInput-DummyInput {
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.checkAgree .boxstyle:checked + span .ECM_CheckboxInput-DummyInput::before {
  top: 45%;
  left: 59%;
}

.checkAgree .boxstyle:checked + span .ECM_CheckboxInput-DummyInput::after {
  top: 45%;
  left: 65%;
}

.checkAgree .ECM_CheckboxInput-LabelText,
.checkAgree a {
  font-size: 16px;
}

.checkAgree input:checked + label::after {
  content: unset;
}

.address-area > div.d-flex {
  display: block;
}

.address-area .d-flex {
  justify-content: flex-start;
}

.mendan-area {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 10px 15px;
  margin-bottom: 10px;
  color: #646464;
}
.mendan-area__comment {
  font-size: 12px;
  line-height: normal;
  margin-bottom: 20px;
  text-align: left;
}
.mendan-area > div {
  margin-bottom: 20px;
}

.mendan-area .name-sytle {
  font-size: 16px;
  margin: 10px;
  display: block;
}

.mendan-area h4 {
  font-size: 1.7em;
}

.mendan-area input[type="text"],
.mendan-area input[type="date"] {
  font-size: 14px;
  color: #646464;
  font-weight: bold;
}

.mendan-area select {
  font-size: 16px;
  color: #646464;
  font-weight: bold;
}

.ui-datepicker {
  width: 250px;
  padding: .2em .2em 0;
  display: none;
  font-size: 18px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-size: 18px;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.mendan-area .w-170 {
  width: 50%;
}

.name-sytle .must,
.name-sytle .any-icon {
  position: relative;
}

.sp {
  display: block;
}
.pc{
  display: none;
}
