@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  color: #333;
}

a {
  color: inherit;
}

h1 {
  font-weight: bold;
  font-size: 1.8rem;
}

h2 {
  font-weight: bold;
  font-size: 1.6rem;
}

p {
  line-height: 1.6;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

.clearfix::after {
  content: ".";
  clear: both;
  display: block;
  height: 0px;
  visibility: hidden;
}

.disp-none {
  display: none;
}

.disp-block {
  display: block !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.nowrap {
  white-space: nowrap;
}

.font-bold {
  font-weight: bold !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-purple {
  color: #372fb1;
}

.font-red {
  color: #f00;
}

.list-none {
  list-style: none;
}

[class^="btn-"]:hover,
[class*=" btn-"]:hover {
  opacity: 0.8;
}

.hdr-line {
  display: -webkit-inline-flex;
  /* Safari */
  display: inline-flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  width: 100%;
  color: #372fb1;
  font-weight: bold;
  text-align: center;
}

.hdr-line i {
  width: 100%;
  height: 1px;
  background-color: #372fb1;
}

.hdr-line span {
  -webkit-flex-shrink: 0;
  /* Safari */
  flex-shrink: 0;
  white-space: nowrap;
  font: 500 1.7rem "Noto Sans Japanese", sans-serif;
}

.list-disc {
  list-style: disc;
}

.list-disc li {
  margin-left: 1.5em;
}

.tbl-basic {
  border-collapse: collapse;
}

.tbl-basic th {
  padding: 8px;
  border: solid 1px #999;
  background: #8a85d0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tbl-basic td {
  padding: 8px;
  border: solid 1px #999;
  background: #fff;
}

.tbl-basic .col-th {
  background: #eee;
  color: inherit !important;
}

.tbl-basic .col-th.nowrap {
  width: auto;
}

.tbl-toggle-purple th {
  border: solid 1px #999;
  background: #e5e5e5;
  color: inherit;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}

.tbl-toggle-purple td {
  border: solid 1px #999;
  background: #fff;
  text-align: left;
  vertical-align: middle;
}

.tbl-toggle-purple td.label {
  background: #eee;
}

.tbl-voice {
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: solid 1px #ccc;
}

.tbl-voice tr {
  border-top: solid 1px #ccc;
}

.tbl-voice .icn-required {
  display: inline-block;
  background: #c00;
  color: #fff;
}

.tbl-voice .icn-optional {
  display: inline-block;
  background: #7a7a7a;
  color: #fff;
}

.tbl-voice .flex {
  display: flex;
}

.required {
  color: #f00;
}

.agreement {
  margin-bottom: 1em;
  font-weight: bold;
}

.msg {
  display: block;
  color: #f00;
}

input[type="text"],
input[type="email"] {
  border: solid 1px #999;
}

input[type="text"].date,
input[type="email"].date {
  margin-right: 5px;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

textarea {
  border: solid 1px #999;
}

.select-wrapper select {
  border: solid 1px #999;
  position: relative;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
}

.select-wrapper label {
  position: relative;
}

.select-wrapper label::after {
  display: block;
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
}

.btns {
  text-align: center;
}

.btns input,
.btns a {
  border: solid 1px #ccc;
}

.btns input.btn-submit,
.btns a.btn-submit {
  background: #ff8e00;
  color: #fff;
}

.btns input.btn-back,
.btns a.btn-back {
  background: #999;
  color: #fff;
}

.btns a {
  display: block;
}

#sitelogo a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
}

#page-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#page-header h1,
#page-header p {
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
}

#page-header.form {
  background-image: url(../img/form/index_pagehdr_bg_pc.jpg);
}

#page-header.form h1, #page-header.form p {
  background-image: url(../img/form/index_pagehdr_txt.png);
}

#page-header.voice {
  background-image: url(../img/voice/index_pagehdr_bg_pc.jpg);
}

#page-header.voice h1, #page-header.voice p {
  background-image: url(../img/voice/index_pagehdr_txt.png);
}

#footer .menu {
  height: 40px;
  line-height: 40px;
  border-top: solid 1px #372fb1;
}

#copyright {
  height: 40px;
  line-height: 40px;
  border-top: solid 1px #372fb1;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  html {
    min-width: 320px;
  }
  body {
    min-width: 320px;
    line-height: 1.6;
    background: #fff;
    font-family: Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 1.2rem;
  }
  p,
  ul,
  ol,
  dl {
    margin-bottom: 15px;
  }
  p:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0;
  }
  .s-margin {
    display: block;
    height: 5px;
    line-height: 5px;
  }
  .section,
  section {
    margin-bottom: 30px;
  }
  .section p:last-child,
  .section ul:last-child,
  .section ol:last-child,
  .section dl:last-child,
  section p:last-child,
  section ul:last-child,
  section ol:last-child,
  section dl:last-child {
    margin-bottom: 0;
  }
  .section .section:not(.bg-gray),
  section .section:not(.bg-gray) {
    margin-bottom: 20px;
  }
  .inner {
    min-width: 320px;
    padding-right: 3.1%;
    padding-left: 3.1%;
  }
  .hdr-line {
    margin-bottom: 20px;
  }
  .hdr-line span {
    line-height: 1.2;
    padding: 0 5px;
    font-size: 1.7rem;
  }
  .tbl-toggle-purple {
    display: block;
    margin-bottom: 20px;
    border-bottom: solid 1px #999;
    font-size: 1.2rem;
  }
  .tbl-toggle-purple tbody {
    display: block;
  }
  .tbl-toggle-purple tr {
    display: block;
  }
  .tbl-toggle-purple th {
    display: block;
    padding: 10px;
    line-height: 1.7rem;
    border-bottom-style: none;
    text-align: left;
  }
  .tbl-toggle-purple td {
    display: block;
    line-height: 1.8rem;
    padding: 10px;
    border-bottom-style: none;
  }
  .tbl-toggle-purple:last-child {
    margin-bottom: 0;
  }
  .tbl-voice {
    width: 100%;
  }
  .tbl-voice tr {
    display: flex;
    flex-direction: column;
  }
  .tbl-voice th {
    padding: 20px 12px 12px 12px;
    text-align: left;
  }
  .tbl-voice td {
    padding: 0 12px 20px 12px;
  }
  .tbl-voice td ul {
    margin-bottom: 0;
  }
  .tbl-voice td ul.flex {
    flex-wrap: wrap;
  }
  .tbl-voice td ul.flex li {
    margin-top: 20px;
  }
  .tbl-voice .icn-required,
  .tbl-voice .icn-optional {
    width: 30px;
    height: 16px;
    margin-left: 10px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
  }
  .tbl-voice input[type=radio] + label {
    margin-right: 1.5em;
    white-space: nowrap;
  }
  .tbl-voice input[type=text] + input[type=text] {
    margin-top: 10px;
  }
  .tbl-voice textarea {
    width: 100%;
  }
  .tbl-voice .msg,
  .tbl-voice .nb {
    display: block;
    margin-top: 1em;
    margin-bottom: 0;
  }
  input[type="text"],
  input[type="email"] {
    width: 200px;
    font-size: 1.6rem;
  }
  input[type="text"].date,
  input[type="email"].date {
    width: 40px;
  }
  input[type="text"].age, input[type="text"].tel,
  input[type="email"].age,
  input[type="email"].tel {
    width: 50px;
  }
  input[type="text"].mail, input[type="text"].mail-confirm,
  input[type="email"].mail,
  input[type="email"].mail-confirm {
    width: 200px;
  }
  input[type="text"].mail-confirm,
  input[type="email"].mail-confirm {
    margin-top: 10px;
  }
  label.label-radio {
    position: relative;
    display: inline-block;
    line-height: 22px;
    padding: 3px 3px 3px 20px;
    cursor: pointer;
  }
  label.label-radio::before {
    position: absolute;
    box-sizing: content-box;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
  }
  label.label-checkbox {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 22px;
    cursor: pointer;
  }
  label.label-checkbox::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #fff;
    border: 1px solid #ccc;
  }
  input[type="radio"] {
    display: none;
  }
  input[type="radio"]:checked + label.label-radio::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #3498db;
    border-radius: 100%;
  }
  input[type="checkbox"] {
    display: none;
  }
  input[type="checkbox"]:checked + label.label-checkbox::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 3px;
    width: 13px;
    height: 5px;
    border-left: 2px solid #3498db;
    border-bottom: 2px solid #3498db;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .s-disp-none {
    display: none;
  }
  textarea {
    width: 250px;
    height: 6em;
    font-size: 1.6rem;
  }
  .select-wrapper select {
    width: 100%;
  }
  .select-wrapper label {
    position: relative;
  }
  .select-wrapper label::after {
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    background-position: -250px -20px;
  }
  .msg {
    margin-bottom: 10px;
  }
  .nb {
    font-size: 1.0rem;
  }
  .nb.nb-box {
    margin: 10px auto 30px auto;
  }
  .num {
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    background: #ebeaf7;
    text-align: center;
  }
  .num span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .btns {
    margin-top: 20px;
  }
  .btns input,
  .btns a {
    display: block;
    width: 140px;
    height: 44px;
    margin: 0 auto 10px auto;
  }
  .btns input:last-child,
  .btns a:last-child {
    margin-bottom: 0;
  }
  .btns input:hover,
  .btns a:hover {
    opacity: 0.8;
  }
  .btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none;
  }
  #header {
    position: fixed;
    width: 100%;
    min-width: 320px;
    height: 65px;
    padding: 10px 0;
    background: #fff;
    z-index: 10;
  }
  #header .inner {
    height: 100%;
  }
  #sitelogo {
    width: 150px;
    padding-top: 8px;
  }
  #sitelogo a {
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    background-size: 320px auto;
    height: 28px;
    background-position: 0 -25px;
  }
  #contents {
    position: relative;
    min-width: 320px;
    padding-top: 66px;
    background: #fff;
  }
  #contents-body {
    line-height: 1.8;
  }
  #contents-body a {
    color: #372fb1;
  }
  #page-header {
    margin-bottom: 20px;
  }
  #page-header h1,
  #page-header p {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 100px;
    background-size: auto 20px;
  }
  #reservation p {
    margin-top: 25px;
    margin-bottom: 0;
    line-height: inherit;
  }
  #reservation p:first-child {
    margin-top: 0;
  }
  #reservation .notice {
    margin-bottom: 30px;
    padding: 20px;
    border: solid 1px #c00;
    text-align: center;
  }
  #reservation .font-large {
    font-size: 1.4rem;
  }
  #reservation .font-red {
    color: #c00;
  }
  #reservation .btn-news,
  #reservation .btn-clinic,
  #reservation .btn-reserve {
    width: 46%;
    margin-top: 10px;
  }
  #reservation .btn-news:first-child,
  #reservation .btn-clinic:first-child,
  #reservation .btn-reserve:first-child {
    margin-top: 0;
  }
  #reservation .btn-news > a,
  #reservation .btn-news > span,
  #reservation .btn-clinic > a,
  #reservation .btn-clinic > span,
  #reservation .btn-reserve > a,
  #reservation .btn-reserve > span {
    display: block;
    height: calc(0.3125 * 44 * 1vw);
    line-height: calc(0.3125 * 44 * 1vw);
    border: solid 2px #372fb1;
    text-decoration: none;
    text-align: center;
  }
  #reservation .btn-reserve > a {
    color: #fff;
  }
  #reservation .clinics {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  #reservation .clinics li {
    width: 46%;
    margin-top: 25px;
  }
  #reservation .clinics li:nth-child(1), #reservation .clinics li:nth-child(2) {
    margin-top: 0;
  }
  #reservation .clinics li .hdr {
    color: #372fb1;
    font-weight: bold;
  }
  #reservation .clinics li .hdr + .btn-clinic,
  #reservation .clinics li .hdr + .btn-reserve {
    margin-top: 0;
  }
  #reservation .clinics li .btn-clinic,
  #reservation .clinics li .btn-reserve {
    width: 100%;
  }
  #reservation .clinics li .btn-clinic:first-child,
  #reservation .clinics li .btn-reserve:first-child {
    margin-top: 0;
  }
  #reservation .clinics .hibiya .btn-clinic > a {
    border-color: #3399FE;
    color: #3399FE;
  }
  #reservation .clinics .hibiya .btn-reserve > a {
    border-color: #3399FE;
    background: #3399FE;
  }
  #reservation .clinics .yaesu .btn-clinic > a {
    border-color: #339933;
    color: #339933;
  }
  #reservation .clinics .yaesu .btn-reserve > a {
    border-color: #339933;
    background: #339933;
  }
  #reservation .clinics .kamata .btn-clinic > a {
    border-color: #E54085;
    color: #E54085;
  }
  #reservation .clinics .kamata .btn-reserve > a {
    border-color: #E54085;
    background: #E54085;
  }
  #reservation .clinics .shinagawa .btn-clinic > a {
    border-color: #FF9900;
    color: #FF9900;
  }
  #reservation .clinics .shinagawa .btn-reserve > a {
    border-color: #FF9900;
    background: #FF9900;
  }
  #spiral table {
    width: 100% !important;
  }
  #voice .hdr {
    color: #372fb1;
    font-size: g_vw(15);
    text-align: center;
  }
  #voice .frame {
    box-sizing: border-box;
    line-height: 1.5;
    margin-top: 30px;
    padding: 12px;
    border: solid 1px #372fb1;
  }
  #voice .frame + * {
    margin-top: 20px;
  }
  #voice input[type="text"],
  #voice input[type="email"] {
    width: 100%;
    padding: 5px;
  }
  #voice .btn-submit {
    background: #372fb1;
  }
  #voice .btns.s-flex {
    display: flex;
    justify-content: space-between;
  }
  #footer {
    min-width: 320px;
  }
  #footer .menu ul {
    list-style: none;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
  #footer .menu ul .box-item {
    width: 50%;
    border-right: solid 1px #372fb1;
  }
  #footer .menu ul .box-item:last-child {
    border-right-style: none;
  }
  #footer .menu ul .box-item a {
    display: block;
    height: 100%;
    text-align: center;
    text-decoration: none;
  }
}

@media only screen and (max-width: 600px) and (orientation: landscape) {
  #s-box-reserve #s-box-reserve-tel-contents dl {
    list-style: none;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dt {
    float: none;
    width: 15%;
    border-top: solid 1px #3986ca;
    border-bottom-style: none;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dt:nth-of-type(3) {
    width: 15%;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dd {
    float: none;
    width: 35%;
    border-top: solid 1px #3986ca;
    border-bottom-style: none;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dd:nth-of-type(even) {
    float: none;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dd:nth-of-type(odd)::after {
    display: none;
  }
  #s-box-reserve #s-box-reserve-tel-contents dl dd:nth-of-type(3) {
    padding-left: 0;
  }
}

@media only screen and (min-width: 601px), print {
  body {
    min-width: 1080px;
    font-size: 1.4rem;
    font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  }
  a {
    text-decoration: underline;
  }
  a:hover {
    text-decoration: none;
  }
  p,
  ul,
  ol,
  dl {
    margin-bottom: 20px;
  }
  p:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0;
  }
  .p-disp-none {
    display: none;
  }
  section,
  .section {
    margin-bottom: 60px;
  }
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
  .hdr-line {
    height: 24px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .hdr-line span {
    padding: 0 10px;
    font-size: 2.4rem;
  }
  .tbl-toggle-purple {
    table-layout: auto;
    width: 100%;
    margin-bottom: 30px;
  }
  .tbl-toggle-purple th {
    width: 210px;
  }
  .tbl-toggle-purple td.label {
    width: 150px;
  }
  .tbl-toggle-purple td.data {
    width: auto;
  }
  .tbl-voice {
    width: 100%;
  }
  .tbl-voice tr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .tbl-voice th {
    flex-basis: 216px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 25px;
    padding-left: 30px;
  }
  .tbl-voice td {
    flex: 1;
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
  }
  .tbl-voice td ul {
    margin-bottom: 0;
  }
  .tbl-voice .icn-required,
  .tbl-voice .icn-optional {
    width: 30px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
  }
  .tbl-voice input[type=radio] + label {
    margin-right: 2em;
  }
  .tbl-voice input[type="text"],
  .tbl-voice input[type="email"],
  .tbl-voice input[type="password"] {
    width: 434px;
  }
  .tbl-voice input[type="text"].short,
  .tbl-voice input[type="email"].short,
  .tbl-voice input[type="password"].short {
    width: 212px;
  }
  .tbl-voice textarea {
    width: 100%;
  }
  .tbl-voice .msg {
    display: block;
    margin-top: 1em;
  }
  input[type="text"],
  input[type="email"] {
    width: 200px;
  }
  input[type="text"].date,
  input[type="email"].date {
    width: 40px;
  }
  input[type="text"].age, input[type="text"].tel,
  input[type="email"].age,
  input[type="email"].tel {
    width: 50px;
  }
  input[type="text"].mail, input[type="text"].mail-confirm,
  input[type="email"].mail,
  input[type="email"].mail-confirm {
    width: 240px;
  }
  input[type="text"].mail-confirm,
  input[type="email"].mail-confirm {
    margin-top: 10px;
  }
  textarea {
    width: 500px;
    height: 10em;
  }
  .p-disp-none {
    display: none;
  }
  .select-wrapper select {
    width: 100%;
  }
  .select-wrapper label {
    position: relative;
  }
  .select-wrapper label::after {
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    background-position: -250px -20px;
  }
  .nb {
    font-size: 1.2rem;
  }
  .nb.nb-box {
    width: 600px;
    margin: 10px auto 60px auto;
  }
  .num {
    width: 600px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 10px;
    background: #ebeaf7;
    text-align: center;
  }
  .num span {
    font-size: 2.0rem;
    font-weight: bold;
  }
  .btns {
    margin-top: 40px;
  }
  .btns input,
  .btns a {
    width: 180px;
    height: 48px;
    margin-right: 50px;
  }
  .btns input:last-child,
  .btns a:last-child {
    margin-right: 0;
  }
  .btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    color: #fff !important;
    text-decoration: none;
  }
  .errs {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  #header {
    height: 85px;
  }
  #sitelogo {
    width: 250px;
    height: 80px;
    padding-top: 20px;
  }
  #sitelogo a {
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    width: 236px;
    height: 45px;
  }
  #contents-body {
    line-height: 1.7;
  }
  #contents-body a {
    color: #372fb1;
  }
  #page-header {
    margin-bottom: 40px;
  }
  #page-header h1,
  #page-header p {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    height: 200px;
  }
  #reservation {
    line-height: 2;
  }
  #reservation p {
    margin-top: 40px;
    margin-bottom: 0;
    line-height: inherit;
  }
  #reservation p:first-child {
    margin-top: 0;
  }
  #reservation .notice {
    margin-bottom: 50px;
    padding: 20px;
    border: solid 1px #c00;
    text-align: center;
  }
  #reservation .font-red {
    color: #c00;
  }
  #reservation .font-large {
    font-size: 1.8rem;
  }
  #reservation .btn-news,
  #reservation .btn-clinic,
  #reservation .btn-reserve {
    width: 225px;
    margin-top: 15px;
  }
  #reservation .btn-news:first-child,
  #reservation .btn-clinic:first-child,
  #reservation .btn-reserve:first-child {
    margin-top: 0;
  }
  #reservation .btn-news > a,
  #reservation .btn-news > span,
  #reservation .btn-clinic > a,
  #reservation .btn-clinic > span,
  #reservation .btn-reserve > a,
  #reservation .btn-reserve > span {
    display: block;
    height: 50px;
    line-height: 50px;
    border: solid 2px #372fb1;
    text-decoration: none;
    text-align: center;
  }
  #reservation .btn-news {
    margin-top: 40px;
  }
  #reservation .btn-reserve > a {
    color: #fff;
  }
  #reservation .clinics {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  #reservation .clinics li {
    width: 225px;
  }
  #reservation .clinics li .hdr {
    color: #372fb1;
    font-size: 1.6rem;
    font-weight: bold;
  }
  #reservation .clinics li .hdr + .btn-clinic,
  #reservation .clinics li .hdr + .btn-reserve {
    margin-top: 10px;
  }
  #reservation .clinics .hibiya .btn-clinic > a {
    border-color: #3399FE;
    color: #3399FE;
  }
  #reservation .clinics .hibiya .btn-reserve > a {
    border-color: #3399FE;
    background: #3399FE;
  }
  #reservation .clinics .hibiya .btn-reserve > span {
    padding-top: 5px;
    line-height: 20px;
    border-color: #ccc;
    background: #ccc;
  }
  #reservation .clinics .hibiya .btn-reserve:hover {
    opacity: 1.0;
  }
  #reservation .clinics .yaesu .btn-clinic > a {
    border-color: #339933;
    color: #339933;
  }
  #reservation .clinics .yaesu .btn-reserve > a {
    border-color: #339933;
    background: #339933;
  }
  #reservation .clinics .yaesu .btn-reserve > span {
    padding-top: 5px;
    line-height: 20px;
    border-color: #ccc;
    background: #ccc;
  }
  #reservation .clinics .yaesu .btn-reserve:hover {
    opacity: 1.0;
  }
  #reservation .clinics .kamata .btn-clinic > a {
    border-color: #E54085;
    color: #E54085;
  }
  #reservation .clinics .kamata .btn-reserve > a {
    border-color: #E54085;
    background: #E54085;
  }
  #reservation .clinics .shinagawa .btn-clinic > a {
    border-color: #FF9900;
    color: #FF9900;
  }
  #reservation .clinics .shinagawa .btn-reserve > a {
    border-color: #FF9900;
    background: #FF9900;
  }
  #voice .hdr {
    color: #372fb1;
    font-size: 2.4rem;
    text-align: center;
  }
  #voice .lead {
    line-height: 2.14;
    margin-top: 40px;
    text-align: center;
  }
  #voice .frame {
    box-sizing: border-box;
    line-height: 2.14;
    margin-top: 60px;
    padding: 30px;
    border: solid 1px #372fb1;
  }
  #voice .frame + * {
    margin-top: 40px;
  }
  #voice .btn-submit {
    background: #372fb1;
  }
  #jump-to-pagetop {
    position: fixed;
    bottom: 62px;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-left: 440px;
    background: #fff;
  }
  #jump-to-pagetop a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    background-color: #372fb1;
    background-position: -260px 0;
  }
  #jump-to-pagetop a:hover {
    opacity: 0.8;
  }
  #footer .menu ul {
    list-style: none;
    width: 1000px;
    margin: 0 auto;
    font-size: 1.4rem;
  }
  #footer .menu ul::after {
    content: ".";
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
  }
  #footer .menu ul > .box-item {
    float: left;
  }
  #footer .menu ul li {
    margin-right: 15px;
  }
  #footer .menu ul li::before {
    background-image: url(../img/form/form_sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    width: 6px;
    height: 10px;
    line-height: 10px;
    margin-right: 5px;
    vertical-align: text-top;
    margin-top: 5px;
    background-position: -250px 0;
  }
  #footer .menu ul li:last-child {
    margin-right: 0;
  }
  #footer .menu ul li a {
    color: inherit;
    text-decoration: none;
  }
  #footer .menu ul li a:hover {
    text-decoration: underline;
  }
}
