body {
  background-color: #ffffff;
  margin: 0;
}

div {
  color: #343434;
}

.font-small {
  font-size: 11px;
}

.font-small a {
  text-decoration: underline !important;
}

.font-small a:hover {
  text-decoration: none !important;
}

.font-medium {
  font-size: 14px;
}
.font-e-large {
  font-size: 15px;
}
.font-large {
  font-size: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-color1 {
  color: #f0027f;
}
#text-end {
  margin-bottom: 0;
}
.mb30 {
  margin-bottom: 30px;
}
.link-btn {
  font-size: 15px;
  line-height: 1.7em;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0.3em 0 0.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  color: #7a97b2;
  border: 1px solid #d3d6db;
  border-radius: 3px;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}
.link-btn:hover {
  border-color: #aeb1b5;
}
.link-btn:is-active {
  outline: 0;
}
.link-btn:hover {
  color: #7a97b2;
}
.link-btn:is-active {
  box-shadow: inset 0 1px 1000px rgba(0, 0, 0, 0.1);
}
.link-btn.dark {
  color: #fff;
  border-color: transparent;
  background: #939394;
  width: 346px;
  height: 48px;
  border-radius: 5px;
  padding-top: 9px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .link-btn.dark {
    width: 100%;
  }
}
.link-btn.dark:hover {
  color: #fff;
  border-color: transparent;
}
.link-btn.dark.outline {
  color: #7a97b2;
  background: 0 0;
}
.link-btn.dark.outline:hover {
  background: #d7e0e8;
}
.link-btn.dark.invert {
  color: #7a97b2;
}
.link-btn.dark.invert:hover {
  background: #f2f2f2;
}
.link-btn.blue {
  width: 346px;
  height: 48px;
  background-color: #2d2d2d;
  border-radius: 5px;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  padding-top: 9px;
}

@media screen and (max-width: 767px) {
  .link-btn.blue {
    width: 100%;
  }
}
.link-btn.blue:hover {
  border-color: transparent;
}
.link-btn.blue.outline {
  color: #09f;
  border-color: #09f;
  background: 0 0;
}
.link-btn.blue.outline:hover {
  color: #0088e3;
  border-color: #0088e3;
  background: #b3e0ff;
}
.link-btn.blue.invert {
  color: #09f;
}
.link-btn.blue.invert:hover {
  background: #f2f2f2;
}
.link-btn.green {
  color: #fff;
  border-color: transparent;
  background: #51c688;
}
.link-btn.green:hover {
  color: #fff;
  border-color: transparent;
  background: #48b079;
}
.link-btn.green.outline {
  color: #51c688;
  border-color: #51c688;
  background: 0 0;
}
.link-btn.green.outline:hover {
  color: #48b079;
  border-color: #48b079;
  background: #c8e7d7;
}
.link-btn.green.invert {
  color: #51c688;
}
.link-btn.green.invert:hover {
  background: #f2f2f2;
}
.link-btn.peagreen {
  color: #fff;
  border-color: transparent;
  background: #97cd76;
}
.link-btn.peagreen:hover {
  color: #fff;
  border-color: transparent;
  background: #7bbf51;
}
.link-btn.peagreen.outline {
  color: #97cd76;
  border-color: #97cd76;
  background: 0 0;
}
.link-btn.peagreen.outline:hover {
  color: #7bbf51;
  border-color: #7bbf51;
  background: #e0f0d6;
}
.link-btn.peagreen.invert {
  color: #97cd76;
}
.link-btn.peagreen.invert:hover {
  background: #f2f2f2;
}
.link-btn.yellow {
  color: #333;
  border-color: transparent;
  background: #ffd500;
}
.link-btn.yellow:hover {
  border-color: transparent;
  background: #e6c000;
}
.link-btn.yellow.outline {
  border-color: #ffd500;
  background: 0 0;
}
.link-btn.yellow.outline:hover {
  color: rgba(0, 0, 0, 0.7);
  border-color: #fbda41;
  background: #fff2b3;
}
.link-btn.yellow.invert {
  color: #e6c000;
}
.link-btn.yellow.invert:hover {
  background: #f2f2f2;
}
.link-btn.red {
  color: #fff;
  border-color: transparent;
  background: #c75656;
}
.link-btn.red:hover {
  background: #b34d4d;
}
.link-btn.red.outline {
  color: #c75656;
  border-color: #c75656;
  background: 0 0;
}
.link-btn.red.outline:hover {
  color: #b34d4d;
  border-color: #b34d4d;
  background: #f9d3d0;
}
.link-btn.red.invert {
  color: #c75656;
}
.link-btn.red.invert:hover {
  background: #f2f2f2;
}
.link-btn.small {
  font-size: 11px;
}
.link-btn.medium {
  font-size: 15px;
}
.link-btn.large {
  font-size: 22px;
}
.link-btn.fullwidth {
  display: block;
  width: 100%;
}
.link-btn.invert {
  background: 0 0;
}
.link-btn.invert.outline {
  color: rgba(0, 0, 0, 0.5);
  border-color: #d3d6db;
  background-color: transparent;
}
.link-btn.invert.outline:hover {
  background: rgba(0, 0, 0, 0.05);
}
img {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}
#breadcrumbs {
  font-size: 11px;
  box-sizing: border-box;
  width: 960px;
  height: 40px;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  color: #636363;
}
#breadcrumbs p {
  display: inline-block;
}
#breadcrumbs p::after {
  margin: 0 4px;
  content: ">";
}
#breadcrumbs a:hover {
  text-decoration: underline;
  color: #09f;
}
#container {
  display: block;
  clear: both;
  width: 100%;
  height: auto !important;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #container {
  }
}

#faq_nav {
  float: left;
  width: 230px;
}
#faq_nav ul {
  list-style: none;
}
#faq_nav li {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all, 0.1s ease;
  color: #434a53;
}
#faq_nav li a::before {
  margin-right: 3px;
}
#faq_nav li a {
  font-size: 14px;
  display: block;
  color: #434a53;
}
#faq_nav li a:hover {
  cursor: pointer;
  color: #7a97b2;
}
#faq_nav.scrollPosition {
  position: fixed;
  top: 83px;
}
#faq_nav.scrollStop {
  position: absolute;
  bottom: 7px;
}
#main {
  position: relative;
  display: block;
  /* overflow: hidden; */
  color: #333;
}
#contact-page-title {
  width: 100%;
  height: 70px;
  background: #434a53;
}
#contact-page-title h1 {
  font-size: 32px;
  line-height: 70px;
  width: 960px;
  margin: 0 auto;
  color: #fff;
}
#primary {
}
#primary input[type="submit"] {
  font-family: "Hiragino Kaku Gothic ProN", meiryo, ãƒ¡ã‚¤ãƒªã‚ª, "ms pgothic",
    "ms pã‚´ã‚·ãƒƒã‚¯", osaka, sans-serif, TakaoPGothic, "Sazanami Gothic";
}
.contact p {
  line-height: 1.5em;
  color: #434a53;
  font-size: 13px;
  padding: 37px 0 13px 0;
}
.contact a {
  -webkit-transition: all, 0.2s ease;
  -moz-transition: all, 0.2s ease;
  transition: all, 0.2s ease;
  color: #343434;
}
.contact a:hover {
  cursor: pointer;
  text-decoration: none;
}
.contact-title {
  height: 86px;
  padding: 0 36px 0 34px;
  border-top: 1px solid #d6dde4;
  border-bottom: 1px solid #d6dde4;
}
.contact-title h2,
.contact-title-first h2 {
  font-size: 26px;
  padding-top: 30px;
  color: #434a53;
}
.contact-title h2::before,
.contact-title-first h2::before {
  margin-right: 12px;
}
.contact-title-first {
  height: 86px;
  padding: 0 36px 0 34px;
  border-bottom: 1px solid #d6dde4;
}
.contact-emergency {
  padding-top: 20px;
}
.contact-emergency p {
  font-size: 16px;
  color: #c00;
}
.contact-caution h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  padding: 0 0 16px 0;
  color: #434a53;
  border-bottom: 2px solid #434a53;
}
.contact-caution p {
  font-size: 14px;
  margin-bottom: 30px;
}
.contact-inner {
}
.contact-inner-first {
  margin-top: -12px;
}
.contact-inner h3 {
  font-size: 22px;
  margin: 36px 0;
  padding-left: 8px;
  color: #434a53;
  border-left: 10px solid #d6dde4;
}
.contact-inner dl {
  float: left;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.contact-inner dt {
  font-size: 14px;
  float: left;
  width: 220px;
  padding-top: 13px;
  color: #434a53;
}
.contact-inner dd {
  font-size: 14px;
  float: right;
  width: 360px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .contact-inner dt {
    width: auto;
  }
  .contact-inner dd {
    display: inline-table;
    float: left;
    width: 420px;
  }
}

@media screen and (max-width: 430px) {
  .contact-inner dd {
    width: 300px;
  }
}

@media screen and (max-width: 330px) {
  .contact-inner dd {
    width: 240px;
  }
}
.contact-inner input[type="text"] {
  overflow: hidden;
  width: 375px;
  height: 25px;
  padding: 5px;
  border: 1px solid #e6ebef;
  border-radius: 4px;
  background: #e6ebef;
}
.contact-inner input[type="text"]:focus {
  color: #333;
  border: 1px solid #e6ebef;
  background: #fff;
}
.contact-inner-tc {
  margin-bottom: -20px;
  text-align: center;
}
.contact-inner textarea {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  overflow: auto;
  width: 375px;
  height: 140px;
  min-height: 25px;
  padding: 5px;
  resize: vertical;
  border: 1px solid #e6ebef;
  border-radius: 4px;
  background: #e6ebef;
}
.contact-inner textarea:focus {
  color: #333;
  border: 1px solid #e6ebef;
  background: #fff;
}

.contact-form-required {
  margin-bottom: 10px;
  cursor: default;
}

.contact-form-while {
  margin-bottom: 10px;
}

.contact-form_area {
  display: contents;
}

@media screen and (max-width: 767px) {
  .contact-form_area {
    display: block;
  }
}

.contact-form-required::after {
  content: "必須";
  color: #ffffff;
  font-size: 10px;
  width: 36px;
  height: 14px;
  border-radius: 22px;
  background-color: #f0027f;
  margin-top: 42px;
  padding: 2px 8px;
  font-weight: bold;
}

.contact-form-required-input ::after {
  content: "必須";
  color: rgb(255, 255, 255);
  font-size: 10px;
  width: 36px;
  height: 14px;
  background-color: rgb(240, 2, 127);
  margin-left: 20px;
  border-radius: 22px;
  text-align: center;
  float: right;
  padding: 0px;
  padding-top: 2px;
}

@media screen and (max-width: 767px) {
  .contact-form-required-input ::after {
    margin-left: 10px;
  }
}

dd {
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  dl {
    margin-bottom: 40px;
  }
}

.contact-error-text {
  font-size: 14px;
  padding-top: 8px;
  color: #c00;
}
.contact-check {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact-check {
    margin-top: -20px;
    margin-bottom: -40px;
  }
}

.contact-check-area {
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .contact-check-area {
    display: initial;
  }
}
.contact-submit {
  width: 170px;
  height: 36px;
  margin: 28px 0 31px 0;
  cursor: pointer;
}
.contact-submit:hover {
  background: #939394;
  opacity: 0.7;
  transition: 0.3s;
}
.contact-send {
  line-height: 1.3;
  min-height: 20px;
  padding: 12px 0 8px 28px;
}
@media screen and (max-width: 767px) {
  .contact-send {
    padding: 10px 10px 20px 0;
  }
}
::-webkit-input-placeholder {
  color: #b2b2b2;
}
:-ms-input-placeholder {
  color: #b2b2b2;
}
::placeholder {
  color: #b2b2b2;
}

.newHeaderBanner {
  text-align: center;
}

.frame_728 {
  max-width: 728px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .frame_728 {
    margin: 0 15px;
  }
}

.flex {
  display: flex;
}

.title_area {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 19px 0;
  background-color: #ffff;
}

@media screen and (max-width: 767px) {
  .title_area {
    font-size: 18px;
    padding: 20px 0 19px 0;
  }
}

.gray_zone {
  background-color: #f3f4f5;
  padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .gray_zone {
  }
}

/*入力幅の設定*/
.frame_615 {
  max-width: 615.8px;
  margin: 0 auto;
}

.frame_727 {
  max-width: 727.8px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .frame_615 {
    margin: 0 15px;
  }
  .frame_727 {
    margin: 0 15px;
  }
}

.frame {
  max-width: 731px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .frame {
    margin: 0 15px;
  }
}

/*タイトル上の幅の設定*/
.frame_728 {
  max-width: 728px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .frame_728 {
    margin: 0 15px;
  }
}

.frame_900 {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .frame_900 {
    margin: 0 15px;
  }
}

.terms_text {
  font-size: 20px;
  padding-top: 40px;
  margin-bottom: 25px;
  line-height: 1.7em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .terms_text {
    font-size: 18px;
  }
}

.terms_text a {
  text-decoration: underline !important;
}

.terms_text span,
.terms_text span a {
  color: #ef017e;
}

.terms_text a:hover {
  text-decoration: none !important;
}

.meil_text {
  font-size: 14px;
  font-weight: bold;
}

.meil {
  font-size: 14px;
  margin-left: 30px;
}

.title_text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 10px;
  margin-right: 8px;
  cursor: default;
}

.pink {
  width: 36px;
  height: 14px;
  border-radius: 22px;
  background-color: #f0027f;
  margin-left: 20px;
  margin-top: 42px;
}

.font {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
}

.pink_font {
  color: #f0027f;
  font-size: 12px;
  margin-top: 10px;
  font-weight: bold;
}

.pause_font {
  color: #f0027f;
  margin-top: 10px;
  font-weight: bold;
}

.constraint {
  font-size: 13px;
  margin: 10px 0;
}

.select {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .select {
    margin-left: 2%;
  }
  .constraint {
    font-size: 12px;
  }
}

.sex_text {
  font-size: 14px;
  margin: 4px 0 0 9.1px;
}

input[type="radio"] {
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.supplement {
  font-size: 13px;
  color: #343434;
  margin-top: 8.5px;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border-radius: 2px;
  border: 1px solid #343434;
  text-indent: 10px;
  width: 99%;
  height: 44px;
}
@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    width: 97%;
  }
}

/*プレースホルダー調整*/
input::placeholder {
  color: #b7b7b7;
  font-size: 14px;
}

.input_box {
  padding-left: 10px;
}

.partition {
  margin-right: 7px;
}

.white {
  margin: 40px 0;
  width: auto;
  height: 54px;
  background-color: #ffffff;
}
@media screen and (max-width: 510px) {
  .white {
    height: 83px;
  }
}

@media screen and (max-width: 767px) {
  .sp_white {
    background-color: #ffffff;
  }
}

input[type="checkbox"] {
  width: 22px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #666666;
  margin: 15.24px 0 0 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"] {
    margin: 21.25px 0 0 0;
  }
}

.checkbox_text {
  margin: -26px 0 0 58.8px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .checkbox_text {
    margin: -27px 19px 0 51.8px;
    font-size: 12px;
  }
}

/*ボタン対応*/
button {
  margin-top: 46px;
  margin-bottom: 35px;
  width: 346px;
  height: 48px;
  background-color: #2d2d2d;
  border-radius: 5px;
  opacity: 1;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 374px) {
  button {
    width: 290px;
  }
}

.button {
  text-align: center;
}

.gray {
  background-color: #939394;
  border: none;
  width: 173px;
  height: 48px;
}

.link_text {
  font-size: 13px;
  margin-top: 40px;
}

select::-ms-expand {
  display: none;
}
select {
  border-radius: 2px;
  border: 1px solid #343434;
  padding-left: 10px;
  width: 99%;
  height: 44px;
}

@media screen and (max-width: 767px) {
  select {
    width: 97%;
  }
}

textarea {
  border-radius: 2px;
  border: 1px solid #343434;
  width: 99%;
  height: 176px;
}

@media screen and (max-width: 767px) {
  textarea {
    width: 97%;
  }
}

.selector-hide {
  display: none;
}

.label_sex {
  cursor: pointer;
  margin-right: 44.57px;
}
@media screen and (max-width: 767px) {
  .label_sex {
    margin-right: 25px;
  }
}

label {
  cursor: pointer;
}

.label_checkbox {
  margin-left: 19px;
}

@media screen and (max-width: 767px) {
  .label_checkbox {
    margin-left: 19px;
  }
}

.gray_button {
  background-color: #939394;
  width: 173px;
  margin-top: 0px;
}

.gray_button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.btn_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  left: 50%;
}

@media screen and (max-width: 767px) {
  .btn_wrapper {
    left: 0%;
    display: block;
  }
}

.sonota {
  rows: 10;
  cols: 86;
  maxlength: 1500;
}

.frame_615 dl {
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

@media screen and (max-width: 767px) {
  .frame_615 dl {
  }
}

input[type="date"] {
  border-radius: 2px;
  border: 1px solid #343434;
  text-indent: 5px;
  width: 99%;
  height: 44px;
}

@media screen and (max-width: 767px) {
  input[type="date"] {
    width: 97%;
  }
}

.contact-inner-while {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .contact-inner-while {
  }
}
