@charset "UTF-8";
/* stylelint-disable scss/dollar-variable-pattern */
/* stylelint-disable string-quotes */
/* stylelint-disable no-duplicate-selectors, selector-list-comma-newline-after, declaration-property-value-blacklist */
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, header, footer, address,
p, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main,
a, em, strong, small, s, cite, q, dfn, abbr, data, time, code, var, samp, kbd, sub, sup, i, b, u, mark, span,
ins, del,
img, iframe, embed, object, video, audio,
table, caption, tbody, thead, tfoot, tr, td, th,
form, label, fieldset, legend,
canvas {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* Box model
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Display
   ========================================================================== */
main {
  display: block;
}

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

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

template,
[hidden] {
  display: none;
}

/* View
   ========================================================================== */
html:not(.is-mobile) {
  overflow-y: scroll;
}

body {
  background-color: #fff;
}

/* Fonts
   ========================================================================== */
html,
body {
  line-height: 1.5;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body,
input,
textarea,
select,
button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Style
   ========================================================================== */
/* Sections
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

address {
  font-style: normal;
  font-weight: normal;
}

/* Grouping content
   -------------------------------------------------------------------------- */
blockquote {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: '';
  content: none;
}

hr {
  overflow: visible;
  height: 0;
  margin: 0;
}

pre {
  overflow: auto;
}

ol,
ul {
  list-style: none;
}

/* Text-level semantics
   -------------------------------------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

em,
strong,
b {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 1em;
}

q {
  quotes: none;
}

q::before, q::after {
  content: '';
  content: none;
}

dfn {
  font-style: italic;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

mark {
  background-color: inherit;
  color: inherit;
  font-weight: bold;
}

/* Embedded content
   -------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

iframe,
embed,
object {
  max-width: 100%;
  outline: none;
  vertical-align: top;
}

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

/* Tabular data
   -------------------------------------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

th,
td {
  vertical-align: top;
}

/* Forms
   -------------------------------------------------------------------------- */
label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input,
textarea,
select,
optgroup,
button {
  margin: 0;
  padding: 0;
  color: inherit;
  vertical-align: top;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input,
textarea {
  border-radius: 0;
}

input {
  line-height: normal;
}

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

input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

textarea {
  overflow: auto;
  resize: vertical;
}

select {
  background-color: #fff;
  text-transform: none;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

optgroup {
  font-weight: bold;
}

input[type='submit'],
button {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

input[disabled],
button[disabled] {
  cursor: default;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button:-moz-focusring {
  outline: 1px dotted;
}

/* Focusable item
   -------------------------------------------------------------------------- */
[tabindex='-1']:focus {
  outline: 0;
}

/* stylelint-disable declaration-property-value-blacklist */
/* ==========================================================================
   Font
   ========================================================================== */
body {
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

.win body {
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic", Meiryo, sans-serif;
}

.ie body {
  font-weight: normal;
  font-family: Meiryo, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b,
mark,
optgroup {
  font-weight: 700;
}

/* ==========================================================================
   Animation keyframes
   ========================================================================== */
/* Keyframe name
   ========================================================================== */
/* ==========================================================================
   Base
   ========================================================================== */
/* Root
   ========================================================================== */
html,
body {
  height: 100%;
}

body {
  background-color: #fff;
  color: #2d2d2d;
  line-height: 2.42857142857;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}

/* Section
   ========================================================================== */
main * + section {
  margin-top: 65px;
}

main section * + section {
  margin-top: 40px;
}

main section section * + section {
  margin-top: 30px;
}

/* Paragraph
   ========================================================================== */
main p + p {
  margin-top: 2.42857142857em;
}

/* Image
   ========================================================================== */
/* For tracking image
   -------------------------------------------------------------------------- */
head > img,
body > img, head >
iframe,
body >
iframe {
  position: absolute;
  top: -100%;
  left: -100%;
}

/* Link
   ========================================================================== */
a {
  text-decoration: none;
}

a:link {
  color: #1e6b97;
  -webkit-transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a:visited {
  color: #1e6b97;
}

html:not(.is-mobile) a:hover {
  color: #1e6b97;
  text-decoration: underline;
}

/* Form
   ========================================================================== */
::-webkit-input-placeholder {
  color: #858585;
}

::-moz-placeholder {
  color: #858585;
}

:-ms-input-placeholder {
  color: #858585;
}

/* ==========================================================================
   Ordered list
   ========================================================================== */
/* Default
   ========================================================================== */
.e-ol {
  counter-reset: ol;
}

.e-ol > li {
  counter-increment: ol;
  position: relative;
  padding-left: 2.1em;
  list-style-type: none;
}

.e-ol > li::before {
  content: counters(ol, "-", decimal) '.';
  position: absolute;
  top: 0;
  left: 2px;
}

.e-ol .e-ol > li {
  padding-left: 2.5em;
}

/* Notes
   ========================================================================== */
/* ==========================================================================
   Page
   ========================================================================== */
.Page {
  min-width: 1100px;
}

/* ==========================================================================
   Page container
   ========================================================================== */
.PageContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 100%;
  padding-top: 156px;
}

.Page__home .PageContainer {
  padding-top: 100px;
}

/* ==========================================================================
   Page content
   ========================================================================== */
.PageContent {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.PageContent > .inner {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 130px;
}

/* ==========================================================================
   Page footer
   ========================================================================== */
.PageFooter {
  background-color: #0F1E4D;
}

.PageFooter > .inner {
  width: 646px;
  position: relative;
  margin: 0 auto;
}

.PageFooter__row {
  margin: 0 -100%;
  padding: 0 100%;
}

/* ==========================================================================
   Page header
   ========================================================================== */
.PageHeader {
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
}

.PageHeader > .inner {
  width: 1040px;
  margin: 0 auto;
}

.PageHeader__row {
  display: flex;
  justify-content: space-between;
  height: 100px;
  margin: 0 -100%;
  padding: 0 100%;
  z-index: 2;
  position: relative;
  background-color: #23315F;
}

/* Header Page Id
   ========================================================================== */
.HeaderPageId {
  flex-shrink: 0;
}

.HeaderPageId a {
  width: 156px;
  height: 112px;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header contact
   ========================================================================== */
.HeaderContact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: justify;
          justify-content: flex-end;
  margin-top: -4px;
  flex-grow: 1;
}

.HeaderContact__address {
  line-height: 1.666;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #FFFFFF;
  font-weight: 300;
  display: flex;
  align-items: center;
}

.HeaderContact__tel {
  margin-left: 57px;
}

.HeaderContact__tel::before, .HeaderContact__tel::after {
  content: '';
  display: block;
  height: 1px;
}

.HeaderContact__tel::before {
  margin-bottom: -1px;
}

.HeaderContact__tel::after {
  margin-top: -1px;
}

.HeaderContact__telNumber {
  line-height: 1;
  font-size: 3.2rem;
  padding-left: 22px;
  letter-spacing: 0.025em;
  color: #fff;
  position: relative;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}
.HeaderContact__telNumber::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 16px;
  height: 26px;
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/HeaderContact/bg_icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 16px 26px;
}

.HeaderContact__telTime {
  margin-top: 8px;
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0em;
  color: #fff;
}

.HeaderContact__link {
  margin-left: 15px;
}

.HeaderContact__link > a {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 376px;
  height: 50px;
  background: linear-gradient(to bottom, #51A242 0%, #2A8618 100%);
  box-shadow: 0px 4px 0px #1C5F10;
  border-radius: 90px;
  font-weight: 600;
}

.HeaderContact__link > a > .inner {
  padding-left: 32px;
  position: relative;
}

.HeaderContact__link > a > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/HeaderContact/bg_icon_reserve.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
}

html:not(.is-mobile) .HeaderContact__link > a:hover {
  color: #53A344;
  background: #fff;
  box-shadow: 0px 4px 0px #5F5F5F;
  text-decoration: none;
}

html:not(.is-mobile) .HeaderContact__link > a:hover > .inner::before {
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/HeaderContact/bg_icon_reserve_green.svg);
}

/* ==========================================================================
   Blank link notifier
   ========================================================================== */
.BlankLinkNotifier {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background: url(/wp-content/themes/atom-clinic/assets/images/shared/bg_icon_blankLink.svg) no-repeat;
  background-size: contain;
}

/* ==========================================================================
   Page title
   ========================================================================== */
.PageTitle {
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0;
  position: relative;
  padding: 66px 0 17px;
  border-bottom: 1px solid #ebe4d6;
  text-align: center;
  font-family: "Ryumin Medium KL", "Hiragino Mincho ProN", "Yu Mincho", HGS明朝E, serif;
}

.PageTitle::after {
  right: 0;
  bottom: -1px;
  left: 0;
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-color: #b78a00;
  background-repeat: no-repeat;
}

/* ==========================================================================
   ProgressTracker
   ========================================================================== */
.ProgressTracker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ProgressTracker > li {
  line-height: 1;
  font-size: 2rem;
  color: #c3c3c3;
}

.ProgressTracker > li:not(:first-child) {
  position: relative;
  margin-left: 61px;
}

.ProgressTracker > li:not(:first-child)::before {
  width: 23px;
  height: 23px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #bd9517 #bd9517 transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -52px;
  margin: auto 0;
}

.ProgressTracker > li.is-current {
  color: #2d2d2d;
  font-weight: 700;
}

/* ==========================================================================
   Footer clinic logo
   ========================================================================== */
.FooterClinicLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 136px;
}

/* ==========================================================================
   Footer copyright
   ========================================================================== */
.FooterCopyright {
  text-align: center;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  height: 78px;
  box-sizing: border-box;
  color: #7987B9;
  border-top: 1px solid #5466A0;
  padding-top: 28px;
  margin-top: 20px;
}

/* ==========================================================================
   Footer return top
   ========================================================================== */
.FooterReturnTop {
  top: -72px;
  right: 0;
  position: absolute;
}

/* ==========================================================================
   Footer sub nav
   ========================================================================== */
.FooterSubNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.FooterSubNav.-col2 {
  margin-top: 26px;
}

.FooterSubNav > li {
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.FooterSubNav > li:not(:first-child) {
  margin-left: 16px;
  padding-left: 16px;
  position: relative;
}

.FooterSubNav > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 16px;
  background-color: #5466A0;
}

.FooterSubNav > li a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

html:not(.is-mobile) .FooterSubNav > li a:hover {
  color: #53A344;
  text-decoration: none;
}

/* ==========================================================================
   Confirm page
   ========================================================================== */
/* Confirm
   ========================================================================== */
.Confirm__content {
  padding-top: 80px;
}

.Confirm__guide {
  line-height: 1;
  font-size: 1.4rem;
  margin-top: 80px;
  text-align: center;
}

.Confirm__partContainer {
  width: 720px;
  margin: 44px auto 0;
}

.Confirm__actionContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.Confirm__action > button,
.Confirm__action > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  width: 400px;
  height: 70px;
  color: #fefefe;
}

html:not(.is-mobile) .Confirm__action > button:hover, html:not(.is-mobile)
.Confirm__action > a:hover {
  color: #fff;
  text-decoration: underline;
}

.Confirm__action > button::before, .Confirm__action > button::after,
.Confirm__action > a::before,
.Confirm__action > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Confirm__action > button {
  border-style: none;
  background-color: #1e6b97;
}

.Confirm__action > button::after {
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  right: 30px;
}

.Confirm__action > a {
  background-color: #aaa;
}

.Confirm__action > a::before {
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  left: 30px;
}

/* Confirm part
   -------------------------------------------------------------------------- */
.ConfirmPart:not(:first-child) {
  margin-top: 98px;
}

.ConfirmPart__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 2.4rem;
  font-family: "Ryumin Bold KL", "Hiragino Mincho ProN", "Yu Mincho", HGS明朝E, serif;
}

.ConfirmPart__title::before, .ConfirmPart__title::after {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background-color: #bbb;
}

.ConfirmPart__title::before {
  margin-right: 27px;
}

.ConfirmPart__title::after {
  margin-left: 27px;
}

.ConfirmPart__itemList {
  margin-top: 38px;
}

.ConfirmPart__itemList > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 0;
  border-bottom: 1px solid #dadada;
}

.ConfirmPart__itemList > div:first-child {
  border-top: 1px solid #dadada;
}

.ConfirmPart__itemList > div > dt,
.ConfirmPart__itemList > div > dd {
  line-height: 1.875;
  font-size: 1.6rem;
}

.ConfirmPart__itemList > div > dt {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 250px;
  font-weight: 700;
}

.ConfirmPart__itemList > div > dd {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* ==========================================================================
   Form
   ========================================================================== */
.Form form .inner {
  padding: 68px 90px 70px;
  background-color: #f7f9fa;
}

.Form__guide {
  margin-top: 30px;
  margin-bottom: -10px;
}

.Form__guide:first-child {
  margin-top: -10px;
}

.Form__partContainer {
  margin-top: 45px;
}

.Form__itemContainer .Form__itemContainer {
  margin-top: 28px;
}

.Form__itemContainer .Form__itemContainer.Form__itemName {
  position: relative;
  padding-left: 23px;
}

.Form__itemContainer .Form__itemContainer.Form__itemName::before {
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background-color: #2d2d2d;
}

.Form__item:not(:first-child) {
  margin-top: 50px;
}

.Form__item.-verification {
  margin-top: 49px;
}

html.no-js .Form__item.-verification {
  display: none;
}

.Form__item .Form__item:not(:first-child) {
  margin-top: 30px;
}

.Form__item .Form__item > dt {
  position: relative;
  padding-left: 26px;
}

.Form__item .Form__item > dt::before {
  top: 0;
  bottom: 0;
  left: 4px;
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  margin: auto 0;
  background-color: #2d2d2d;
}

.Form__itemLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form__itemName {
  line-height: 1;
  font-size: 1.6rem;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 700;
}

.Form__itemType {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.3rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 40px;
  height: 20px;
  margin-right: 10px;
  color: #f7f9fa;
}

.Form__itemType.-required {
  background-color: #ab1b1b;
}

.Form__itemType.-optional {
  background-color: #1e6b97;
}

.Form__itemNotice {
  line-height: 1;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 21px;
}

.Form__holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.Form__holder.has-select {
  margin-top: 0;
}

.Form__input {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border: 1px solid #eaf1f4;
  outline: none;
}

.Form__input:focus {
  border-color: #1e6b97;
}

.Form__input.is-error {
  border-color: #ab1b1b;
  background-color: #f4e9e9;
}

.Form__input[name='age'] {
  width: 130px;
}

.Form__inputLabel {
  line-height: 1;
  font-size: 1.6rem;
  margin-left: 20px;
}

.Form__verification {
  margin-top: 28px;
}

.Form__verification::before, .Form__verification::after {
  content: '';
  display: block;
  height: 1px;
}

.Form__verification::before {
  margin-bottom: -1px;
}

.Form__verification::after {
  margin-top: -1px;
}

.Form__verificationInput {
  margin-top: 26px;
  margin-bottom: 0;
  line-height: 1;
  font-size: 2.8rem;
  display: block;
  width: 100%;
  word-break: break-all;
}

.Form__verificationInput:first-child {
  margin-top: 0;
}

.Form__verificationInput:empty {
  display: none;
}

.Form__verificationNotice {
  margin-top: 25px;
  line-height: 1;
  font-size: 1.4rem;
}

.Form__verificationNotice:first-child {
  margin-top: -7px;
}

.Form__verificationInput:empty + .Form__verificationNotice {
  margin-top: 0;
  padding-top: 2px;
}

.Form__inputList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
  padding-bottom: 10px;
}

.Form__inputList label {
  line-height: 1;
  font-size: 1.8rem;
}


.Form__inputList label input {
  display: none;
}

.Form__inputList label input + span::after {
  top: -8px;
  left: 14px;
  content: '';
  position: absolute;
  width: 11px;
  height: 23px;
  display: none;
  z-index: 2;
  border-right: 3px solid #1e6b97;
  border-bottom: 3px solid #1e6b97;
  -webkit-transform: rotate(48deg);
          transform: rotate(48deg);
}

.Form__inputList label input:checked + span::after {
  display: block;
}

.Form__inputList label span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.mwform-checkbox-field {
    margin-right: 20px!important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px!important;
}

.Form__inputList label span::before {
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 1;
  margin: auto 0;
  border: 1px solid #c8d3d9;
  background-color: #fff;
}

.Form__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
}

.Form__datePart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Form__datePart:not(:first-child) {
  margin-left: 36px;
}

.Form__select {
  width: 150px;
  height: 50px;
  padding: 0 50px 0 29px;
  border: 1px solid #eaf1f4;
  border-radius: 0;
  background: right top/50px 50px no-repeat url(/wp-content/themes/atom-clinic/assets/images/pages/top/Form/bg_select_arr.svg) #fff;
}

.-time .Form__select {
  width: 190px;
}

.Form__select:focus {
  border-color: #1e6b97;
  outline: none;
}

.Form__textarea {
  line-height: 1.875;
  font-size: 1.6rem;
  width: 100%;
  height: 280px;
  padding: 20px 32px;
  border: 1px solid #eaf1f4;
}

.Form__textarea:focus {
  border-color: #1e6b97;
  outline: none;
}

.Form__error {
  line-height: 1;
  font-size: 1.6rem;
  margin-top: 15px;
  color: #ab1b1b;
}

.Form__privacyPolicy {
  margin-top: 42px;
  margin-bottom: -10px;
  text-align: center;
}

.Form__privacyPolicy:first-child {
  margin-top: -10px;
}

.Form__actionContainer {
  margin-top: 50px;
}

.Form__action {
  width: 400px;
  margin: 0 auto;
}

.Form__action > input,
.Form__action > button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  width: 100%;
  height: 70px;
  border-style: none;
  background-color: #1e6b97;
  color: #fefefe;
}


.Form__action.-back > input,
.Form__action.-back > button {
  background-color: #aaa;
}

html:not(.is-mobile) .Form__action > input:hover,
html:not(.is-mobile) .Form__action > button:hover {
  text-decoration: underline;
}

.Form__action > input::after,
.Form__action > button::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Form__action.-back > input::after,
.Form__action.-back > button::after {
  right: auto;
  left: 30px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
}

.Form__note {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.71428571;
  color: #666666;
  text-indent: -1em;
}

.Form__note::before {
  content: '※';
}

.Form__dlLink {
  display: inline-block;
  padding: 0 20px 10px 0;
  margin-top: 20px;
  font-size: 1.6rem;
  line-height: 1;
}

.Form__dlLink > a {
  text-decoration: underline;
  color: #2d2d2d;
}

html:not(.is-mobile) .Form__dlLink > a:hover {
  text-decoration: none;
  color: #2d2d2d;
}

/* Form part
   ========================================================================== */
.FormPart::before, .FormPart::after {
  content: '';
  display: block;
  height: 1px;
}

.FormPart::before {
  margin-bottom: -1px;
}

.FormPart::after {
  margin-top: -1px;
}

.FormPart:not(:first-child) {
  margin-top: 98px;
  padding-top: 98px;
  border-top: 1px solid #e3eaee;
}

.FormPart__title {
  line-height: 1;
  font-size: 2.4rem;
  text-align: center;
  font-family: "Ryumin Regular KL", "Hiragino Mincho ProN", "Yu Mincho", HGS明朝E, serif;
}

.FormPart__title > b {
  position: relative;
  padding: 0 58px;
}

.FormPart__title > b::before, .FormPart__title > b::after {
  margin: auto 0;
  background-color: #bbb;
}

.FormPart__title > b::before {
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}

.FormPart__title > b::after {
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}

.FormPart__content {
  margin-top: 47px;
}

.FormPart__content::before, .FormPart__content::after {
  content: '';
  display: block;
  height: 1px;
}

.FormPart__content::before {
  margin-bottom: -1px;
}

.FormPart__content::after {
  margin-top: -1px;
}

/* ==========================================================================
   Section
   ========================================================================== */
.Section::before, .Section::after {
  content: '';
  display: block;
  height: 1px;
}

.Section::before {
  margin-bottom: -1px;
}

.Section::after {
  margin-top: -1px;
}

.Section:not(:first-child) {
  margin-top: 65px;
}

.Section .Section:not(:first-child) {
  margin-top: 40px;
}

.Section .Section .Section:not(:first-child) {
  margin-top: 30px;
}

.Section__titleLevel1 {
  margin-top: -1px;
  line-height: 1.07142857143;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}

.Section__titleLevel2 {
  margin-top: -3px;
  margin-bottom: -3px;
  line-height: 1.25;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}

.Section__titleLevel3 {
  margin-top: -7px;
  margin-bottom: -7px;
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.Section__content {
  margin-top: 40px;
}

.Section__titleLevel2 + .Section__content {
  margin-top: 30px;
}

.Section__titleLevel3 + .Section__content {
  margin-top: 25px;
}

/* ==========================================================================
   Case page
   ========================================================================== */
/* List
   ========================================================================== */
._CasePart__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

._CasePart__content ._Section__content {
  flex: 1;
}

._CasePart__content ._Section__contentInner {
  margin: 60px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #ebe4d6;
}

._CasePart__content ._Section__contentInner:first-child {
  margin: 0;
  padding: 0;
  border: none;
}

._CasePart__content ._Outline__name {
  margin: 0;
  line-height: 1.75;
  text-align: left;
}

._CasePart__content ._Outline__kv {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 30px -15px 0;
}

._CasePart__content ._Outline__kv:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #ebe4d6;
  border-style: solid;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}

._CasePart__content ._Outline__kv figure {
  position: relative;
  width: 310px;
  height: 310px;
  margin: 0 15px;
}

._CasePart__content ._Outline__kv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._CasePart__content ._Outline__kv figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 24px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 1.3rem;
  font-weight: bold;
}

._CasePart__content ._Outline__dataList {
  width: auto;
  margin-top: 50px;
  margin-right: 0;
  margin-left: 0;
  padding: 20px 15px;
  background: #fff;
}

._CasePart__content ._Outline__dataListInner {
  margin: 0 !important;
  padding: 15px 0;
  border-top: 1px solid #ebe4d6;
}

._CasePart__content ._Outline__dataListInner:first-child {
  padding-top: 0;
  border-top: none;
}

._CasePart__content ._Outline__dataListInner:last-child {
  padding-bottom: 0;
}

._CasePart__content ._Outline__dataListTitle {
  width: 120px;
  font-weight: bold;
  line-height: 1.75;
}

._CasePart__content ._Outline__dataListText {
  flex: 1;
  line-height: 1.75;
}

._CasePart__content ._Outline__entry {
  margin: 50px 0 0;
}

._CasePart__content ._Outline__entry p,
._CasePart__content ._Outline__entry ul,
._CasePart__content ._Outline__entry ol,
._CasePart__content ._Outline__entry blockquote {
  margin-top: 20px;
  line-height: 1.75;
}

._CasePart__content ._Outline__entry img {
  max-width: 100%;
}

._CasePart__content ._Outline__entry ul li,
._CasePart__content ._Outline__entry ol li {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 1.5em;
}

._CasePart__content ._Outline__entry ul li:before {
  content: '・';
  display: block;
  position: absolute;
  top: 0;
  left: 0.25em;
}

._CasePart__content ._Outline__entry ol {
  counter-reset: num;
}

._CasePart__content ._Outline__entry ol li:before {
  counter-increment: num;
  content: counter(num)'.';
  position: absolute;
  top: 0;
  left: 0;
}

._CasePart__content ._Outline__entry blockquote {
  padding: 15px 10px 15px 1.5em;
  border-left: 4px solid #ebe4d6
}

._CasePart__content ._Outline__entry blockquote *:first-child {
  margin-top: 0 !important;
}

._CasePart__content .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px -20px;
}

._CasePart__content .gallery .gallery-item {
  width: calc(33.33333% - 20px);
  margin: 20px 0 0 20px;
}

._CasePart__content .gallery .gallery-icon {
  width: 100%;
}

._CasePart__content .gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

._CasePart__content .Link__container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0 0;
}

._CasePart__content .Link__container a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 400px;
  height: 70px;
  border-style: none;
  background-color: #1e6b97;
  color: #fefefe;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}

._CasePart__content .Link__container a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

._CasePart__content .Link__container a:hover {
  color: #fefefe;
}

._Side__content {
  width: 200px;
  margin: 72px 40px 0 0;
  border: 1px solid #ebe4d6;
}

._Side__contentInner {
  margin: 30px 0 0;
}

._Side__contentInner:first-child {
  margin: 0;
}

._Side__title {
  display: block;
  padding: 3px 0;
  background: #1e6b97;
  color: #fff;
  text-align: center;
}

._Side__nav li {
  display: block;
  border-top: 1px solid #ebe4d6;
  background-color: #fff;
}

._Side__nav a {
  display: block;
  position: relative;
  padding: 8px 10px 7px 24px;
  line-height: 1.5;
}

._Side__nav a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #b78a00;
  border-right: 1px solid #b78a00;
  margin: 0 10px 0 0;
  transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
}

/* ==========================================================================
   Thanks page
   ========================================================================== */
/* Thanks
   ========================================================================== */
.Thanks__content {
  padding-top: 80px;
}

.Thanks__lead {
  line-height: 1;
  font-size: 2.4rem;
  margin-top: 75px;
  text-align: center;
  font-family: "Ryumin Bold KL", "Hiragino Mincho ProN", "Yu Mincho", HGS明朝E, serif;
}

.Thanks__description {
  margin-top: 48px;
  text-align: center;
}

.Thanks__description::before, .Thanks__description::after {
  content: '';
  display: block;
  height: 1px;
}

.Thanks__description::before {
  margin-bottom: -1px;
}

.Thanks__description::after {
  margin-top: -1px;
}

.Thanks__description > p:not(:first-child) {
  margin-top: 30px;
}

.Thanks__description > p:first-child {
  margin-top: -10px;
}

.Thanks__description > p:last-child {
  margin-bottom: -10px;
}

.Thanks__returnTop {
  margin-top: 58px;
}

.Thanks__returnTop > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  position: relative;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  background-color: #aaa;
  color: #fefefe;
}

html:not(.is-mobile) .Thanks__returnTop > a:hover {
  color: #fff;
  text-decoration: underline;
}

.Thanks__returnTop > a::before {
  width: 7px;
  height: 7px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
}

/* ==========================================================================
   Hidden
   ========================================================================== */
.u-hidden {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}


/* ==========================================================================
   ContactInformation
   ========================================================================== */
.ContactInformation {
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/ContactInformation/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding: 72px 0;
  color: #fff;
}

.ContactInformation > .inner {
  width: 1020px;
  margin: 0 auto;
}

.ContactInformation__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
}

.ContactInformation__titleText {
  line-height: 1;
  font-size: 3.6rem;
  letter-spacing: 0.072em;
}

.ContactInformation__titleText::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 16px auto 0;
  background-color: #51A242;
}

.ContactInformation__titleLabel {
  line-height: 1;
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.24em;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  color: #51A242;
}

.ContactInformation__titleLabel::before {
  content: attr(data-label);
}

.ContactInformation__lead {
  text-align: center;
  margin-top: 40px;
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.032em;
}

.ContactInformation__lead > b {
  font-weight: 400;
}

.ContactInformation__lead > b > b {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0.032em;
}

.ContactInformation__sublead {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.032em;
  margin-top: 24px;
  text-align: center;
}

.ContactInformation__sublead > .inner {
  padding: 0 48px;
  position: relative;
}

.ContactInformation__sublead > b {}

.ContactInformation__sublead > .inner::before,
.ContactInformation__sublead > .inner::after {
  content: "";
  width: 32px;
  height: 1px;
  position: absolute;
  top: 7px;
  background-color: #fff;
}

.ContactInformation__sublead > .inner::before {
  left: 0;
}

.ContactInformation__sublead > .inner::after {
  right: 0;
}

.ContactInformation__itemList {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 13px;
}

.ContactInformation__itemList li > a {
  box-shadow: 0px 8px 0px #0D4E01;
}

.ContactInformation__itemList li.-mail {
  box-shadow: 0px 4px 30px rgba(199, 255, 225, 0.4);
  border-radius: 52px;
}

.ContactInformation__itemList li.-mail > a {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  width: 568px;
  height: 104px;
  background: linear-gradient(to bottom, #50A141, #2A8618);
  box-shadow: 0px 8px 0px #0D4E01;
  border-radius: 52px;
  font-weight: 600;
}

.ContactInformation__itemList li.-mail > a > .inner {
  padding-left: 52px;
  position: relative;
}

.ContactInformation__itemList li.-mail > a > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/ContactInformation/bg_icon_reserve.svg);
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.ContactInformation__itemList li.-mail > a:hover {
  color: #53A344;
  background: #fff;
  box-shadow: 0px 8px 0px #5F5F5F;
  text-decoration: none;
}

.ContactInformation__itemList li.-mail > a:hover > .inner::before {
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/ContactInformation/bg_icon_reserve_green.svg);
}

.ContactInformation__itemList li.-tel {
  color: #fff;
}

.ContactInformation__telLead {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0em;
}

.ContactInformation__telLead > b {
  font-weight: 600;
}

.ContactInformation__telNumber {
  margin-top: 13px;
  line-height: 1;
  font-size: 5.4rem;
  letter-spacing: 0.025em;
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
}

.ContactInformation__telNumber > .inner {
  position: relative;
  padding-left: 60px;
}

.ContactInformation__telNumber > .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 48px;
  height: 48px;
  background-image: url(/wp-content/themes/atom-clinic/assets/images/components/ContactInformation/bg_icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.ContactInformation__telTime {
  margin-top: 15px;
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0.032em;
}
