@charset "UTF-8";
:root {
  --color_white: #fff;
  --color_black: #000;
  --color_gray: #f1f1f1;
  --color_gray_2: #ccc;
  --color_gray_3: #8b8b8b;
  --color_red: #f65252;
  --color_blue: #83c2ca;
  --clinic_color_ginza: #be9330;
  --clinic_color_shinjuku: #000;
  --clinic_color_ikebukuro: #47a92c;
  --clinic_color_yokohama: #0a9ab4;
  --clinic_color_sendai: #ae99dd;
  --clinic_color_nagoya: #154280;
  --clinic_color_osaka: #d7712e;
  --clinic_color_fukuoka: #f2b1b1;
}

input.disabled,
select.disabled {
  background-color: var(--color_gray) !important;
}

@media screen and (min-width: 761px) {
  /*共通*/
  ::placeholder {
    color: var(--color_gray_2);
  }
  .form {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 820px;
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: left;
  }
  .form .auto {
    width: 830px;
    padding: 70px 0 70px;
  }
  .form dl {
    margin-bottom: 28px;
  }
  .form dl dt {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .form dl dt label {
    margin: 0;
  }
  .form dl dt .small,
  .form dl dt .multi-select {
    font-size: 14px;
    color: #ff0513;
    line-height: 1.3;
    display: inline-block;
    margin-left: 10px;
    letter-spacing: 0;
  }{
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-top: 4px;
    letter-spacing: 0;
    color: var(--color_red);
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 5px 1px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form input[type="radio"] + label ,
  .form input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    width: calc(100% / 6 - 10px);
    margin: 0 10px 15px 0;
    padding: 14px 0 13px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_gray);
  }
  .form .form-treatment .input-area,
  .form .form-monitor .input-area {
    display: flex;
    width: calc(100% / 4 - 10px);
    margin: 0 10px 10px 0;
    text-align: center;
  }
  .form .input_field .note {
    width: 100%;
    font-size: 13px;
  }
  .form .form-treatment input + label,
  .form .form-monitor input[type="radio"] + label {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 65px;
    margin: 0;
    padding: 4px 6px 3px;
    letter-spacing: -0.02em;
  }
  .form input[type="radio"],
  .form input[type="checkbox"] {
    display: none;
  }
  .form input[type="radio"]:checked + label,
  .form input[type="checkbox"]:checked + label{
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"] {
    font-size: 17px;
    width: 100%;
    height: 48px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  .form input[type="text"].form-calendar {
    width: 200px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    font-size: 16px;
    position: relative;
    width: 139px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
	.form .formname {
		display: flex;
	}
	.form .formname li {
		width: 40%;
		margin-right: 10%;
	}
	.form .formname li:last-child {
		margin-right: 0;
	}
  .form .form-birth-date select {
    width: 90px;
  }
  .form .form-birth-date select[name="birth_year"] {
    width: 140px;
  }
  .form .list-item {
    position: relative;
    margin-right: 10px;
    display: inline-block;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-birth-date .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 12px 20px 0 0;
  }
  .form textarea {
    font-size: 18px;
    width: 100%;
    max-width: 820px;
    min-height: 360px;
    padding: 10px 10px 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 30px;
    padding: 10px 0;
    text-align: center;
    color: var(--color_red);
    border: 2px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 4px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 20px;
    font-weight: bold;
    display: block;
    display: block;
    width: 364px;
    margin: 0 auto;
    margin: auto;
    padding: 0;
    padding: 15px 0;
    cursor: pointer;
    transition-duration: 0.6s;
    color: var(--color_blue);
    border: none;
    border: 2px solid var(--color_blue);
    background: var(--color_white);
    -webkit-appearance: none;
    appearance: none;
  }
  form .form_button:hover {
    color: var(--color_white);
    background: var(--color_blue);
  }
  .calendar_title {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  /*共通*/
  ::placeholder {
    color: var(--color_gray_2);
  }
  .form {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium",
      "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
      Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    width: 90%;
    margin: 0 auto;
    padding: 80px 0 0;
    text-align: left;
  }
  .form .auto {
    width: 830px;
    padding: 70px 0 70px;
  }
  .form dl {
    margin-bottom: 28px;
  }
  .form dl dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .form dl dt .form_title {
    display: inline-block;
    margin: 0 8px 4px 0;
  }
  .form dl dt .small,
  .form dl dt .multi-select {
    font-size: 14px;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 0;
    color: var(--color_red);
  }
  .form dl dt .required,
  .form dl dt .optional {
    font-size: 13px;
    line-height: 1.4;
    display: inline-block;
    padding: 2px 5px 1px;
    color: var(--color_white);
    background-color: var(--color_red);
  }
  .form dl dt .optional {
    color: var(--color_white);
    background-color: var(--color_gray_3);
  }
  .form dl dd .input_field {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .form dl dd .input_field .note {
    width: 100%;
    font-size: 12px;
  }
  .form dl.form-treatment dd .input_field,
  .form dl.form-monitor dd .input_field {
    justify-content: space-between;
  }

  .form input[type="radio"] + label,
  .form input[type="checkbox"] + label{
    position: relative;
    display: inline-block;
    width: calc(100% / 4 - 6px);
    margin: 0 8px 8px 0;
    padding: 14px 0 13px;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    background-color: var(--color_gray);
  }
  .form input[type="radio"] + label:nth-of-type(4n),
  .form input[type="checkbox"] + label:nth-of-type(4n){
    margin-right: 0;
  }
  .form .form-treatment .input-area,
  .form .form-monitor .input-area {
    display: flex;
    width: calc(100% / 2 - 4px);
    margin: 0 0 8px 0;
    text-align: center;
  }
  .form .form-treatment input + label,
  .form .form-monitor input[type="radio"] + label {
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: auto;
    min-height: 65px;
    margin: 0;
    padding: 4px 2px 3px;
    letter-spacing: -0.02em;
  }
  .form input[type="radio"],
  .form input[type="checkbox"]{
    display: none;
  }
  .form input[type="radio"]:checked + label,
  .form input[type="checkbox"]:checked + label{
    color: var(--color_white);
    background-color: var(--color_blue);
  }
  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"] {
    font-size: 17px;
    width: 94%;
    height: 48px;
    padding: 0 10px 0;
    vertical-align: middle;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  .form input[type="text"].form-calendar {
    width: 150px;
  }
  .form label {
    margin: 0;
  }
  .form select {
    font-size: 16px;
    position: relative;
    width: 140px;
    height: 50px;
    padding: 0 10px;
    color: var(--color_black);
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
    outline: none;
    background-color: var(--color_white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form .form-birth-date select {
    width: 60px;
  }
  .form .form-birth-date select[name="birth_year"] {
    width: 90px;
  }
  .form .list-item {
    position: relative;
    margin-right: 10px;
  }
  .form .list-item:before {
    position: absolute;
    z-index: 1;
    top: 18px;
    right: 13px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
    color: var(--color_gray_3);
    border-top: 1.9px solid var(--color_gray_3);
    border-right: 1.9px solid var(--color_gray_3);
  }
  .form .form-birth-date .list-item + span {
    font-weight: 600;
    display: inline-block;
    margin: 14px 14px 0 0;
  }
  .form textarea {
    font-size: 18px;
    width: 94%;
    max-width: 100%;
    min-height: 150px;
    padding: 10px 10px 10px;
    border: 1px solid var(--color_gray_3);
    border-radius: 5px;
  }
  /*エラー表示*/
  .error-area {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    padding: 10px 5%;
    text-align: center;
    color: var(--color_red);
    border: 1px solid var(--color_red);
    display: none;
  }
  .error,
  .warning {
    display: block;
    margin-bottom: 4px;
    color: var(--color_red);
    font-weight: bold;
  }
  /*ボタン*/
  .form button.form_button {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    display: block;
    box-sizing: border-box;
    width: 250px;
    margin: 0 auto;
    margin: 0 auto;
    padding: 0;
    padding: 12px 0 10px;
    color: var(--color_blue);
    border: 0;
    border: 2px solid var(--color_blue);
    background: none;
    background-color: var(--color_white);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .calendar_title {
    text-align: center;
    font-size: 20px;
  }
}
