@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  background: #fff;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-size: 16px;
  color: #333;
}
body.top {
  line-height: 2.5;
}

/*
Font-size list (base: 16px)
   75% =  12px
   81% =  13px
   88% =  14px
   93% =  15px
 100% =  16px
 106% =  17px
 113% =  18px
 119% =  19px
 125% =  20px
 131% =  21px
 138% =  22px
 148% =  23px
 150% =  24px
*/
/* リンク色 */
a {
  color: #E96093;
}

a:hover, a:active {
  color: #E96093;
  text-decoration: none;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .advice-list:after, .tel-item-list:after, .facilities-section:after, .staff-list:after, .interview-section:after, .childcare-schedule li .childcare-schedule__header:after, .childcare-item:after, .childcare-feature:after, .equipment-list li:after, .infection-nosocomially-list:after, .nausea-gastro-serious:after, .nausea-nausea-point:after, .supervising-editor:after, .allergy-anaphylaxis:after, .case-list:after, .medical-check-equip-list:after, .medical-check-feature-list li:after, .medical-pediatrics-feature li:after, .top-advice-list:after, .top-news-list:after, .top-effort-list li:after, .medical-comment:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .advice-list, .tel-item-list, .facilities-section, .staff-list, .interview-section, .childcare-schedule li .childcare-schedule__header, .childcare-item, .childcare-feature, .equipment-list li, .infection-nosocomially-list, .nausea-gastro-serious, .nausea-nausea-point, .supervising-editor, .allergy-anaphylaxis, .case-list, .medical-check-equip-list, .medical-check-feature-list li, .medical-pediatrics-feature li, .top-advice-list, .top-news-list, .top-effort-list li, .medical-comment {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, * html .advice-list, * html .tel-item-list, * html .facilities-section, * html .staff-list, * html .interview-section, * html .childcare-schedule li .childcare-schedule__header, .childcare-schedule li * html .childcare-schedule__header, * html .childcare-item, * html .childcare-feature, * html .equipment-list li, .equipment-list * html li, * html .infection-nosocomially-list, * html .nausea-gastro-serious, * html .nausea-nausea-point, * html .supervising-editor, * html .allergy-anaphylaxis, * html .case-list, * html .medical-check-equip-list, * html .medical-check-feature-list li, .medical-check-feature-list * html li, * html .medical-pediatrics-feature li, .medical-pediatrics-feature * html li, * html .top-advice-list, * html .top-news-list, * html .top-effort-list li, .top-effort-list * html li, * html .medical-comment {
  height: 1%;
}

.clearfix, .advice-list, .tel-item-list, .facilities-section, .staff-list, .interview-section, .childcare-schedule li .childcare-schedule__header, .childcare-item, .childcare-feature, .equipment-list li, .infection-nosocomially-list, .nausea-gastro-serious, .nausea-nausea-point, .supervising-editor, .allergy-anaphylaxis, .case-list, .medical-check-equip-list, .medical-check-feature-list li, .medical-pediatrics-feature li, .top-advice-list, .top-news-list, .top-effort-list li, .medical-comment {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ページ幅 */
.layout-container, .layout-container--large {
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.layout-container .layout-container, .layout-container--large .layout-container {
  padding: 0;
}

/* メインカラム */
.layout-main-column {
  width: 710px;
  float: right;
}

/* サブカラム */
.layout-sub-column {
  width: 230px;
  float: left;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 80px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  height: 85px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
.header.is-float {
  background: rgba(255, 255, 255, 0.8);
}
.header .btn-open {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 20px;
}
.header .global-nav-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  list-style: none;
  text-align: right;
}
.header .global-nav-btn li {
  display: inline-block;
  margin-left: 20px;
}

/* ヘッダー上段 */
.site-description {
  width: 60%;
  font-weight: normal;
  float: left;
  font-size: 75%;
}

/* ヘッダーメイン部分 */
/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 200px;
  margin: 0 0 0 0;
  float: left;
}

/* グローバルボタン */
.btn--menu {
  background: #1C62D1;
  height: 36px;
  line-height: 1;
  padding: 5px;
  border: 1px solid #1C62D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 113%;
  color: #fff;
}
.btn--menu span {
  display: block;
  font-size: 66%;
  padding-top: 3px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: #E3F9FF;
  border-top: 3px solid #1C62D1;
  margin-top: 150px;
  padding: 0 20px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}

.footer-pagetop {
  position: absolute;
  top: -103px;
  left: 50%;
  margin-left: -33px;
}

.footer-map {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}

.footer-content {
  margin: 70px auto 30px;
}

/* フッター　会社情報 */
.footer-address {
  text-align: center;
  margin-bottom: 40px;
}
.footer-address .footer-address__logo {
  display: block;
  margin: 0 auto 20px;
}
.footer-address .footer-address__name {
  line-height: 1;
  font-size: 163%;
  color: #E96093;
}
.footer-address .footer-address__text {
  margin-bottom: 20px;
  font-size: 88%;
}
.footer-address .footer-address__tel {
  width: 100%;
  margin: 0 auto 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-address .footer-address__tel dt {
  background: #1C62D1;
  line-height: 1.8;
  width: 100px;
  padding: 5px 0;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 81%;
  color: #fff;
}
.footer-address .footer-address__tel dd {
  padding-top: 3px;
  line-height: 1;
  font-size: 181%;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1C62D1;
}
.footer-address .footer-address__tel a {
  color: #1C62D1;
}

address {
  font-style: normal;
}

.footer-schedule {
  text-align: center;
  line-height: 2.1;
  font-size: 88%;
}
.footer-schedule .footer-schedule__ico-01 {
  background: url(../img/common/footer/ico--01.svg) left center no-repeat;
  padding-left: 20px;
  margin-right: 20px;
}
.footer-schedule .footer-schedule__ico-02 {
  background: url(../img/common/footer/ico--02.svg) left center no-repeat;
  padding-left: 20px;
}
.footer-schedule .footer-schedule__ico-03 {
  background: url(../img/common/footer/ico--03.svg) left center no-repeat;
  padding-left: 20px;
}

.footer-schedule__subtext {
  margin-top: -15px;
  margin-bottom: 8px;
  font-size: 88%;
  color: #1C62D1;
}

.footer-sub-nav {
  margin-bottom: 30px;
  list-style: none;
  text-align: center;
  font-size: 88%;
}
.footer-sub-nav li {
  display: inline-block;
  margin: 0 10px;
}
.footer-sub-nav li a {
  color: #333;
}

/* コピーライト */
.copy {
  display: block;
  background: #1C62D1;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  line-height: 30px;
  color: #fff;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  background: #fff;
  display: none;
  width: 100%;
  clear: both;
  text-align: left;
  position: absolute;
  top: 0;
  z-index: 101;
}
.global-nav .nav-header {
  padding: 20px;
}
.global-nav .nav-header .nav-header__title {
  text-align: right;
}
.global-nav .nav-header .nav-header__title img {
  width: 130px;
}
.global-nav .btn-close {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 25px;
  left: 20px;
}
.global-nav .global-nav-list {
  list-style: none;
}
.global-nav .global-nav-list > li {
  background: #E3F9FF url(../img/sp/common/menu/ico--arrow-blue.svg) right 25px top 33px no-repeat;
  padding: 0 20px;
  margin-bottom: 3px;
}
.global-nav .global-nav-list > li > a {
  display: block;
  padding: 20px 5px 20px 60px;
  text-decoration: none;
  font-size: 125%;
  font-weight: bold;
  color: #1C62D1;
}
.global-nav .global-nav-list > li ul {
  border-top: 1px dashed #1C62D1;
  padding-top: 10px;
  padding-left: 57px;
  padding-bottom: 10px;
  list-style: none;
}
.global-nav .global-nav-list > li ul li {
  background: #fff;
  margin-bottom: 2px;
}
.global-nav .global-nav-list > li ul li a {
  background: url(../img/sp/common/menu/ico--arrow-black.svg) right 5px center no-repeat;
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
.global-nav .global-nav-item-01 {
  background: url(../img/sp/common/menu/ico--01.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-02 {
  background: url(../img/sp/common/menu/ico--02.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-03 {
  background: url(../img/sp/common/menu/ico--03.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-04 {
  background: url(../img/sp/common/menu/ico--04.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-05 {
  background: url(../img/sp/common/menu/ico--05.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-06 {
  background: url(../img/sp/common/menu/ico--06.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-07 {
  background: url(../img/sp/common/menu/ico--07.svg) left 15px no-repeat;
}
.global-nav .global-nav-item-08 {
  background: url(../img/sp/common/menu/ico--08.svg) left 15px no-repeat;
}
.global-nav .global-nav-sub {
  padding: 20px;
  text-align: right;
  list-style: none;
}
.global-nav .global-nav-sub li {
  display: inline-block;
  margin-left: 20px;
}
.global-nav .global-nav-sub li a {
  color: #333;
}

.inpage-ancho-wrap {
  margin-bottom: 40px;
  position: relative;
  text-align: right;
}

.inpage-ancho-toggle {
  background: #F2A9A8 url(../img/sp/common/menu/ico--drop.svg) right 10px center no-repeat;
  width: 260px;
  padding: 20px 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-weight: bold;
}

.inpage-ancho {
  display: none;
  list-style: none;
  text-align: right;
  position: absolute;
  top: 70px;
  right: 0;
}
.inpage-ancho li {
  margin-bottom: 2px;
}
.inpage-ancho li a {
  background: #F2A9A8;
  width: 260px;
  padding: 20px 20px;
  border-radius: 5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #333;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #1C62D1;
  padding: 7px;
  font-size: 113%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #1C62D1;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/* フッターナビ */
.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
.footer-nav .footer-nav__title {
  background: #1C62D1;
  padding: 10px;
  color: #fff;
}
.footer-nav ul {
  list-style: none;
  margin: 10px;
}
.footer-nav ul li {
  border-bottom: 1px dashed #1C62D1;
  text-align: left;
}
.footer-nav ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #1C62D1;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #1C62D1;
  color: #1C62D1;
}

/* 見出し */
.title-lv1 {
  text-align: center;
  font-size: 163%;
}

.title-lv2 {
  background: url(../img/common/heading/bgi--lv2.svg) center bottom no-repeat;
  text-align: center;
  padding-bottom: 20px;
  font-size: 131%;
  color: #1C62D1;
}

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E;
}

/* 汎用見出し */
.title-other-01, .interview-nav .interview-nav__title {
  border-left: 2px solid #333;
  padding-left: 10px;
  margin-bottom: 40px;
  font-size: 113%;
}

.title-other-02 {
  font-size: 150%;
  margin-bottom: 20px;
  color: #1C62D1;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
.table-ptn--01 th {
  background: #F6F6F6;
  padding: 20px;
  font-size: 113%;
  color: #1C62D1;
}
.table-ptn--01 td {
  background: #F6F6F6;
  padding: 20px;
}

.table-ptn--02 {
  border-top: 1px solid #1C62D1;
  width: 100%;
}
.table-ptn--02 tr {
  border-bottom: 1px solid #1C62D1;
}
.table-ptn--02 th {
  padding: 30px 0;
}
.table-ptn--02 th span {
  background: #E3F9FF;
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px;
}
.table-ptn--02 td {
  padding: 30px 40px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #1C62D1;
  color: #fff;
  text-decoration: none;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn-white, .staff-list .staff-list__btn, .interview-nav-list .interview-nav-list__btn, .medical-check-feature-list .medical-check-feature-list__btn, .medical-pediatrics-feature .medical-pediatrics-feature__btn {
  background: #fff;
  width: 320px;
  display: inline-block;
  border: 2px solid #E96093;
  padding: 20px 0;
  border-radius: 40px;
  position: relative;
  text-decoration: none;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  color: #E96093;
}
.btn-white:after, .staff-list .staff-list__btn:after, .interview-nav-list .interview-nav-list__btn:after, .medical-check-feature-list .medical-check-feature-list__btn:after, .medical-pediatrics-feature .medical-pediatrics-feature__btn:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
}
.btn-white:hover, .staff-list .staff-list__btn:hover, .interview-nav-list .interview-nav-list__btn:hover, .medical-check-feature-list .medical-check-feature-list__btn:hover, .medical-pediatrics-feature .medical-pediatrics-feature__btn:hover {
  background: #E96093;
  color: #fff;
}

.btn-pink {
  background: #E96093;
  display: inline-block;
  width: 320px;
  padding: 25px 0;
  border-radius: 40px;
  border: 2px solid #E96093;
  position: relative;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.btn-pink:after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
}
.btn-pink:hover {
  background: #fff;
  color: #E96093;
}

.sp .btn-pink {
  width: auto;
  display: block;
}

.btn-download {
  background: #fff url(../img/common/mark/ico--dl.svg) left 44px center no-repeat;
  display: inline-block;
  width: 320px;
  padding: 25px 0 25px 25px;
  border-radius: 40px;
  border: 2px solid #1C62D1;
  position: relative;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-size: 113%;
  color: #1C62D1;
}
.btn-download:hover {
  color: #1C62D1;
}

.sp .btn-download {
  background: #fff url(../img/common/mark/ico--dl.svg) calc(50% - 90px) center no-repeat;
  background-size: 30px auto;
  display: block;
  width: auto;
  font-size: 100%;
}

.btn-outside {
  background: #E96093 url(../img/common/mark/ico--outside.svg) right 40px center no-repeat;
  display: inline-block;
  width: 320px;
  padding: 25px 0;
  border-radius: 40px;
  border: 2px solid #E96093;
  position: relative;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.btn-outside:hover {
  background: #fff;
  color: #E96093;
}

.childcare-slide {
  list-style: none;
  margin-bottom: 200px;
}
.childcare-slide li {
  padding: 0 10px;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-arrow {
  list-style: none;
}
.list-arrow li {
  background: url(../img/common/mark/ico--arrow-01.png) 2px 7px no-repeat;
  padding-left: 17px;
}

.list-circle, .sitemap {
  list-style: none;
}
.list-circle li, .sitemap li {
  background: url(../img/common/mark/ico--circle-01.png) 4px 7px no-repeat;
  padding-left: 17px;
}

.list-dot, .childcare-schedule-attention {
  list-style: none;
}
.list-dot li, .childcare-schedule-attention li {
  padding-left: 17px;
  margin-bottom: 20px;
  position: relative;
}
.list-dot li:before, .childcare-schedule-attention li:before {
  content: " ";
  background: #1C62D1;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 9px;
  left: 2px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/* リストマークなし */
.list-circle, .sitemap {
  list-style: none;
}
.list-circle li, .sitemap li {
  background: url(../img/common/mark/ico--circle-pink.svg) left 4px no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 2px solid #1C62D1;
  background: #fff;
  border-radius: 10px;
  padding: 20px 40px;
}

.sp .box-sub--01 {
  padding: 15px;
}

.box-sub--02, .medical-pediatrics-total {
  background: #FEFBE2;
  padding: 20px;
  border-radius: 10px;
}

.box-sub--03, .service-attention, .supervising-editor, .medical-check-equip, .medical-pediatrics-document {
  background: url(../img/common/item/box/bgi--03-top.jpg) left top repeat-x, url(../img/common/item/box/bgi--03-bottom.jpg) left bottom repeat-x;
  background-color: #F6F6F6;
  padding: 75px;
}

.sp .box-sub--03, .sp .service-attention, .sp .supervising-editor, .sp .medical-check-equip, .sp .medical-pediatrics-document {
  padding: 40px 20px;
}

.box-sub--04, .flow-sub-01 .flow-sub-01__content {
  background-color: #F6F6F6;
  padding: 20px 40px;
  border-radius: 10px;
}

.sp .box-sub--04, .sp .flow-sub-01 .flow-sub-01__content, .flow-sub-01 .sp .flow-sub-01__content {
  padding: 15px;
}

.box-sub--05 {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
}

.sp .box-sub--05 {
  padding: 15px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  margin-bottom: 120px;
}
.article .article__title {
  background: url(../img/common/heading/bgi--article-title.svg) left bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 225%;
}

.sp .article {
  margin-bottom: 60px;
}
.sp .article .article__title {
  background: url(../img/common/heading/bgi--article-title.svg) left bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 150%;
}

.article-nav {
  width: 372px;
  margin: 0 auto 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-nav .article-nav__prev, .article-nav .article-nav__next {
  width: 80px;
}
.article-nav .article-nav__prev a, .article-nav .article-nav__next a {
  background: #fff;
  display: block;
  border: 1px solid #1C62D1;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #1C62D1;
}
.article-nav .article-nav__list {
  width: 180px;
}
.article-nav .article-nav__list a {
  background: #1C62D1;
  display: block;
  border: 1px solid #1C62D1;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
}

.sp .article-nav {
  width: 100%;
  margin: 0 auto 200px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 75%;
}
.sp .article-nav .article-nav__prev, .sp .article-nav .article-nav__next {
  width: 20%;
}
.sp .article-nav .article-nav__prev a, .sp .article-nav .article-nav__next a {
  background: #fff;
  display: block;
  border: 1px solid #1C62D1;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #1C62D1;
}
.sp .article-nav .article-nav__list {
  width: 50%;
}
.sp .article-nav .article-nav__list a {
  background: #1C62D1;
  display: block;
  border: 1px solid #1C62D1;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  color: #fff;
}

.category {
  background: #6BCE76;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 3px;
  font-size: 75%;
  color: #fff;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #1C62D1;
}
.pagination a {
  border: 1px solid #1C62D1;
}
.pagination a:hover {
  background-color: #1C62D1;
  border: 1px solid #1C62D1;
  color: #fff;
}
.pagination .current {
  background-color: #1C62D1;
  border: 1px solid #1C62D1;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
#pagetop {
  display: block;
  height: 83px;
}

.top #pagetop {
  height: 0;
}

.catch {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat;
  background-size: auto, 100% auto;
  background-color: #E2EBF9;
  height: 390px;
  padding-top: 150px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.catch .catch__title {
  font-size: 150%;
}
.catch .catch__title span {
  background: rgba(28, 98, 209, 0.8);
  padding: 20px 15px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  color: #fff;
}
.catch .catch__title span:after {
  content: url(../img/common/catch/ico--balloon.svg);
  position: absolute;
  bottom: -18px;
  left: 50%;
  margin-left: -11px;
  line-height: 1;
}
.catch .catch__title .catch__sub {
  background: none;
  display: inline;
  padding: 0;
  line-height: 20px;
  font-size: 67%;
}
.catch .catch__title .catch__sub:after {
  content: none;
}

.catch-medical {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/medical/catch/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-service {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/service/index/catch/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-entrance {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/service/catch/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-equipment {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/about/equipment/catch/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-perinatal {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/service/perinatal/catch/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-childcare {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/service/childcare/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-interview {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/interview/index/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-interview-03 {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/interview/03/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-voice {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/about/voice/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-facilities {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/about/facilities/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-reserve {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/reserve/index/bgi--catch.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-tel {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/reserve/tel/bgi--catch.jpg) 80% top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-advice {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/advice/catch/bgi--catch.jpg) right top repeat-x;
  background-size: auto, 100% auto, cover;
}

.catch-bg {
  background: url(../img/common/catch/bgi--layer.svg) left top repeat-x, url(../img/sp/common/catch/pic--ill.png) center bottom no-repeat, url(../img/common/catch/bgi--gp.jpg) center top repeat-x;
  background-size: auto, 100% auto, cover;
}

.page-site-name {
  text-align: right;
  margin-bottom: 20px;
}
.page-site-name img {
  width: 130px;
}

.topic-path {
  margin-bottom: 20px;
}

.bg-photo-bluewave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center 100px no-repeat, url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  margin-bottom: 200px;
}

.bg-photo-yellowwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center 100px no-repeat, url(../img/common/bgi/bgi--yellow.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  margin-bottom: 200px;
}

.bg-photo-pinkwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center 100px no-repeat, url(../img/common/bgi/bgi--pink.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  margin-bottom: 200px;
}

.bg-photo-greenwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center 100px no-repeat, url(../img/common/bgi/bgi--green.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  margin-bottom: 200px;
}

.bg-bluewave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  padding-top: 40px;
}

.bg-yellowwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--yellow.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  padding-top: 40px;
}

.bg-pinkwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--pink.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  padding-top: 40px;
}

.bg-greenwave {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--green.svg) center top no-repeat;
  background-size: 555px auto, auto 240px;
  padding-top: 40px;
}

.medical-comment {
  margin-bottom: 55px;
}
.medical-comment .medical-comment__pic {
  width: 110px;
  margin-right: 20px;
  float: left;
}
.medical-comment .medical-comment-content {
  overflow: hidden;
}
.medical-comment .medical-comment__title {
  padding-top: 5px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #1C62D1;
  font-size: 113%;
  color: #1C62D1;
}

.common-contact-bg {
  padding: 40px 0px;
  margin-bottom: 80px;
}

.common-contact {
  text-align: center;
}

.common-contact-tel {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 40px;
  border-radius: 10px;
  border: 2px solid #1C62D1;
  text-align: center;
}
.common-contact-tel dt {
  margin-bottom: 20px;
}
.common-contact-tel dt img {
  display: block;
  margin: 0 auto 10px;
}
.common-contact-tel .common-contact-tel__tel {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 181%;
}
.common-contact-tel a {
  color: #1C62D1;
}

.common-contact-web {
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  border: 2px solid #E96093;
  text-align: center;
}
.common-contact-web dt {
  margin-bottom: 20px;
}
.common-contact-web dt img {
  display: block;
  margin: 0 auto 10px;
}
.common-contact-web .common-contact-web__btn {
  background: #E96093 url(../img/common/item/contact/ico--outside.svg) right 50px center no-repeat;
  width: 234px;
  padding: 10px 0;
  border-radius: 20px;
  margin: 0 auto 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

.common-contact__text {
  line-height: 2.1;
  font-size: 75%;
}

/* トップ */
.top-intro {
  background: url(../img/sp/index/intro/bgi--section.png) left top no-repeat;
  background-size: 100% auto;
  margin-top: -70px;
  margin-bottom: 180px;
  position: relative;
  z-index: 11;
}
.top-intro .top-intro__pic {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.top-intro .top-intro__main-lede {
  padding-top: 200px;
  margin-bottom: 70px;
  line-height: 1.5;
  font-size: 288%;
  color: #1C62D1;
}
.top-intro .top-intro__sub-lede {
  margin-bottom: 50px;
  text-align: left;
  line-height: 1.8;
  font-size: 150%;
  letter-spacing: 2px;
  color: #E96093;
}

.top-section-title {
  margin-bottom: 40px;
  line-height: 1.5;
  font-size: 213%;
}

.top-medical {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/index/medical/bgi--section.svg) center top no-repeat;
  background-size: 555px auto, auto;
  background-color: #E3F9FF;
  padding: 0 20px;
  margin-bottom: 230px;
}

.top-medical-list {
  margin-bottom: 85px;
  list-style: none;
  text-align: left;
}
.top-medical-list li {
  margin-bottom: 70px;
}
.top-medical-list .top-medical-list__title {
  display: block;
  padding: 20px 0 20px;
  text-align: center;
  line-height: 1;
  font-size: 150%;
  color: #1C62D1;
}
.top-medical-list .top-medical-list__text {
  padding: 0 5px;
  margin-bottom: 30px;
  line-height: 1.8;
}

.top-medical-content {
  background: #fff;
  margin: 0 auto;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-medical-perinatal img {
  display: inline-block;
  margin-bottom: -85px;
}

.top-effort {
  background: url(../img/sp/common/bgi/bgi--ill.png) center 60px no-repeat, url(../img/common/bgi/bgi--yellow.svg) center 20px no-repeat;
  background-size: 555px auto, auto;
  padding: 0 20px;
  margin-bottom: 240px;
}
.top-effort .top-section-title {
  margin-bottom: 55px;
}

.top-effort-list {
  margin: 0 auto 60px;
  list-style: none;
}
.top-effort-list li {
  margin-bottom: 60px;
}
.top-effort-list li .top-effort-list__pic {
  width: 44%;
  display: block;
  float: left;
  margin-left: -10px;
  margin-right: 15px;
}
.top-effort-list .top-effort-list__ico {
  display: block;
  margin: -10px auto 5px;
}
.top-effort-list .top-effort-list__title {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 113%;
  color: #1C62D1;
}
.top-effort-list .top-effort-list__text {
  overflow: hidden;
  text-align: left;
  line-height: 1.8;
  font-size: 88%;
}

.top-effort-bnr {
  list-style: none;
}
.top-effort-bnr li {
  margin-bottom: 20px;
}

.top-message {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--green.svg) center top no-repeat;
  background-size: 555px auto, auto;
  padding: 0 20px;
  margin-bottom: 200px;
}
.top-message .top-section-title {
  margin-bottom: 40px;
}
.top-message .top-message__text {
  margin-bottom: 60px;
  text-align: left;
}

.top-article-bg {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--white.svg) center calc(100% + 360px) no-repeat, url(../img/index/article-bg/bgi--01.svg) center top no-repeat;
  background-size: 555px auto, auto auto, auto auto;
  background-color: #F6F6F6;
  padding: 0 20px 60px;
  margin-bottom: 200px;
}

.top-news-list {
  margin: 0 auto 40px;
  list-style: none;
  text-align: left;
}
.top-news-list li {
  background: #fff;
  width: 49%;
  margin-bottom: 20px;
  padding: 0 10px 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.top-news-list li:nth-child(even) {
  float: right;
  margin-right: 0;
}
.top-news-list li:nth-child(odd) {
  clear: both;
}
.top-news-list .top-news-list__pic {
  border-radius: 10px 10px 0 0;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
  max-width: none;
}
.top-news-list .top-news-list__category {
  background: #6BCE76;
  padding: 5px 10px;
  margin-top: -15px;
  margin-bottom: 10px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 75%;
  color: #fff;
}
.top-news-list .top-news-list__date {
  display: block;
  font-size: 75%;
}
.top-news-list a {
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  font-size: 88%;
  color: #333;
}

.top-advice {
  background: url(../img/common/bgi/bgi--ill.png) center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .top-advice {
    background: url(../img/common/bgi/bgi--ill-2x.png) center top no-repeat;
    background-size: 1138px auto;
  }
}

.top-advice-list {
  margin: 0 auto 0;
  text-align: left;
  list-style: none;
}
.top-advice-list li {
  background: #fff;
  padding: 30px 12px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 10px;
}
.top-advice-list .top-advice-list__category-wrap {
  margin-top: -50px;
}
.top-advice-list .top-advice-list__category {
  background: #6BCE76;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 75%;
  color: #fff;
}
.top-advice-list a {
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
}

.top-infection img {
  display: inline-block;
  margin-bottom: -40px;
}

.top-case {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--orange.svg) center top no-repeat;
  background-size: 555px auto, auto auto;
  padding: 0 20px;
  margin-bottom: 200px;
}

.top-case-list {
  list-style: none;
  margin: 0 auto 75px;
}
.top-case-list li {
  margin-bottom: 10px;
}
.top-case-list a {
  background-image: url(../img/index/case/ico--arrow.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-color: #CFF0FC;
  padding: 50px 0 50px 90px;
  border-radius: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  font-size: 131%;
  color: #1C62D1;
}
.top-case-list a .top-case-list__icon {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -30px;
}

.top-case-list--01 li:nth-child(2n) a {
  background-color: #F8D3CC;
}

.top-faq {
  background: url(../img/sp/common/bgi/bgi--ill.png) center top no-repeat, url(../img/common/bgi/bgi--brown.svg) center top no-repeat;
  background-size: 555px auto, auto auto;
  padding: 0 20px;
  margin-bottom: 265px;
}

.top-faq-content {
  margin: 0 auto 80px;
  text-align: left;
}

.faq {
  text-align: left;
}
.faq dt {
  background: url(../img/common/item/faq/ico--faq-q.svg) 25px 32px no-repeat, url(../img/common/item/faq/ico--plus.svg) right 30px center no-repeat;
  background-color: #F6F6F6;
  padding: 25px 42px;
  margin-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1.5;
  color: #1C62D1;
}
.faq dt.active {
  background: url(../img/common/item/faq/ico--faq-q.svg) 25px 32px no-repeat, url(../img/common/item/faq/ico--minus.svg) right 30px center no-repeat;
  background-color: #F6F6F6;
}
.faq dd {
  background: url(../img/common/item/faq/ico--faq-a.svg) left 20px no-repeat;
  padding-top: 40px;
  padding-bottom: 70px;
  display: none;
  line-height: 1.8;
}

.top-clutter {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 15;
}
.top-clutter img {
  width: 100px;
}

/* 診療案内 */
.medical-title-main {
  display: block;
  margin: 0 auto;
}

.medical-title-icon {
  width: 54px;
  display: block;
  margin: -27px auto 20px;
}

.medical-pediatrics-feature {
  list-style: none;
  margin-bottom: 130px;
}
.medical-pediatrics-feature li {
  margin-bottom: 90px;
}
.medical-pediatrics-feature .medical-pediatrics-feature__pic {
  width: 44%;
  float: left;
  margin-right: 15px;
}
.medical-pediatrics-feature .medical-pediatrics-feature__icon {
  display: block;
  margin: 0 auto;
}
.medical-pediatrics-feature .medical-pediatrics-feature__title {
  display: block;
  margin-bottom: 10px;
  line-height: 1.8;
  text-align: center;
  font-size: 113%;
  color: #1C62D1;
}
.medical-pediatrics-feature .medical-pediatrics-feature__text {
  overflow: hidden;
  line-height: 1.8;
  font-size: 88%;
}
.medical-pediatrics-feature .medical-pediatrics-feature__btn {
  width: 220px;
  padding: 15px 0;
  display: block;
  margin: 40px auto 0;
}

.medical-pediatrics-total {
  padding: 20px 20px 40px;
  margin-left: -20px;
  margin-right: -20px;
  line-height: 1.6;
}
.medical-pediatrics-total .medical-pediatrics-total__title {
  background: url(../img/medical/index/pediatrics/total/bgi--title.svg) center top no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 125%;
}

.medical-case-list {
  list-style: none;
  margin: 0 auto 75px;
}
.medical-case-list li {
  margin-bottom: 10px;
}
.medical-case-list li:nth-child(even) a {
  background-color: #F8D3CC;
}
.medical-case-list a {
  background-image: url(../img/index/case/ico--arrow.svg);
  background-position: right 17px center;
  background-repeat: no-repeat;
  background-color: #CFF0FC;
  padding: 50px 0 50px 90px;
  border-radius: 10px;
  display: block;
  position: relative;
  text-decoration: none;
  text-align: left;
  line-height: 1;
  font-size: 131%;
  color: #1C62D1;
}
.medical-case-list a .top-case-list__icon {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -30px;
}

.medical-pediatrics-document {
  padding: 40px 20px;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.medical-pediatrics-document .medical-pediatrics-document__title {
  background: url(../img/common/mark/ico--document.svg) left 3px no-repeat;
  padding-left: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 113%;
  color: #1C62D1;
}

.medical-immunization-guide {
  margin-bottom: 40px;
}
.medical-immunization-guide .medical-immunization-guide__title {
  background-image: url(../img/common/mark/ico--puls-white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  line-height: 1;
  font-size: 113%;
  color: #fff;
}
.medical-immunization-guide .medical-immunization-guide__title.active {
  background-image: url(../img/common/mark/ico--minus-white.svg);
}
.medical-immunization-guide .medical-immunization-guide__title-note {
  font-weight: normal;
  font-size: 67%;
}

.medical-immunization-guide-wrap {
  display: none;
}

.medical-immunization-detail {
  background: #F6F6F6;
  padding: 20px;
  margin-bottom: 10px;
}
.medical-immunization-detail .medical-immunization-detail__title {
  padding-left: 35px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 113%;
}
.medical-immunization-detail .medical-immunization-detail__note {
  background: #fff;
  padding: 15px;
  font-size: 88%;
}
.medical-immunization-detail .medical-immunization-detail__dl {
  margin-bottom: 10px;
  position: relative;
}
.medical-immunization-detail .medical-immunization-detail__dl dt {
  background: #1C62D1;
  width: 55px;
  padding: 3px 0 3px 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 15px;
  font-size: 75%;
  color: #fff;
}
.medical-immunization-detail .medical-immunization-detail__dl dd {
  padding-left: 70px;
}

.medical-immunization-guide--blue .medical-immunization-guide__title {
  background-color: #1C62D1;
}
.medical-immunization-guide--blue .medical-immunization-detail__title {
  background: url(../img/common/mark/ico--injection-blue.svg) left 3px no-repeat;
  border-bottom: 1px solid #1C62D1;
  color: #1C62D1;
}

.medical-immunization-guide--pink .medical-immunization-guide__title {
  background-color: #F2A9A8;
}
.medical-immunization-guide--pink .medical-immunization-detail__title {
  background: url(../img/common/mark/ico--injection-pink.svg) left 3px no-repeat;
  border-bottom: 1px solid #E96093;
  color: #E96093;
}

.medical-immunization-bnr {
  margin-bottom: 105px;
  list-style: none;
  text-align: center;
}
.medical-immunization-bnr li {
  margin-bottom: 20px;
}

.medical-immunization-link {
  background: url(../img/medical/index/immunization/pic--link.svg) left 10px top 20px no-repeat, url(../img/common/mark/ico--arrow.svg) right 10px center no-repeat;
  background-size: 40px auto, auto;
  background-color: #CFF0FC;
  padding: 40px 0 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 125%;
  color: #1C62D1;
}

.medical-check-feature-list {
  margin: 0 auto 120px;
  list-style: none;
}
.medical-check-feature-list li {
  margin-bottom: 80px;
}
.medical-check-feature-list .medical-check-feature-list__pic {
  width: 44%;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}
.medical-check-feature-list .medical-check-feature-list__icon {
  display: block;
  width: 40px;
  margin: 0 auto;
}
.medical-check-feature-list .medical-check-feature-list__title {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 100%;
  color: #1C62D1;
}
.medical-check-feature-list .medical-check-feature-list__text {
  min-height: 145px;
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 88%;
}
.medical-check-feature-list .medical-check-feature-list__btn {
  width: 220px;
  padding: 15px 0;
  margin: 0 auto;
  display: block;
}

.medical-check-equip {
  margin: 0 -20px 120px;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.medical-check-equip .medical-check-equip__title {
  background: #fff;
  border: 2px solid #1C62D1;
  padding: 10px 0;
  margin-bottom: 40px;
  border-radius: 30px;
  text-align: center;
  font-size: 100%;
  color: #1C62D1;
}

.medical-check-equip-list {
  list-style: none;
}
.medical-check-equip-list li {
  width: 49%;
  margin-bottom: 40px;
  float: left;
}
.medical-check-equip-list li:nth-child(even) {
  float: right;
}
.medical-check-equip-list li:nth-child(odd) {
  clear: both;
}
.medical-check-equip-list li img {
  display: block;
  margin-bottom: 20px;
}
.medical-check-equip-list li strong {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.medical-check-equip-list li p {
  text-align: left;
}

.medical-check-thank {
  background: #FEFBE2;
  padding: 70px 20px 20px;
  border-radius: 10px;
  margin-bottom: 130px;
  position: relative;
}
.medical-check-thank .medical-check-thank__title {
  background: url(../img/medical/index/check/bgi--thank-title.svg) center top no-repeat;
  padding-top: 17px;
  width: 326px;
  height: 81px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -163px;
  text-align: center;
  font-size: 113%;
  color: #fff;
}

.medical-expenses-section {
  margin-bottom: 90px;
}
.medical-expenses-section .medical-expenses-section__title {
  background-color: #4682E0;
  padding: 30px 0 30px 100px;
  margin-bottom: 20px;
  border-radius: 10px 10px 0 0;
  font-size: 131%;
  color: #fff;
}
.medical-expenses-section .medical-expenses-section__title.medical-expenses-section__title--01 {
  background: #4682E0 url(../img/medical/index/expenses/ico--01.svg) 22px center no-repeat;
}
.medical-expenses-section .medical-expenses-section__title.medical-expenses-section__title--02 {
  background: #4682E0 url(../img/medical/index/expenses/ico--02.svg) 22px center no-repeat;
}

.medical-expenses-table {
  font-size: 88%;
}
.medical-expenses-table th, .medical-expenses-table td {
  padding: 10px;
}
.medical-expenses-table th {
  width: 45%;
}

/* アレルギー */
.pic--manga {
  display: block;
  padding: 0 20px;
  margin-bottom: 80px;
}

.case-list {
  list-style: none;
}
.case-list li {
  background: #fff;
  width: 49%;
  padding: 20px 0;
  margin-bottom: 13px;
  border: 2px solid #1C62D1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  float: left;
  text-align: center;
  font-size: 88%;
  color: #1C62D1;
}
.case-list li:nth-child(2n) {
  float: right;
}
.case-list li:nth-child(2n+1) {
  clear: both;
}
.case-list li.case-list__etc {
  display: inline;
  border: none;
  padding: 0;
  margin-top: 50px;
  text-align: left;
}
.case-list li.case-list__etc-odd {
  display: inline;
  border: none;
  padding: 0;
  margin-top: 0;
  text-align: left;
}

.allergy-anaphylaxis {
  list-style: none;
}
.allergy-anaphylaxis li {
  width: 49%;
  margin-bottom: 40px;
  float: left;
}
.allergy-anaphylaxis li:nth-child(even) {
  float: right;
}
.allergy-anaphylaxis li:nth-child(odd) {
  clear: both;
}
.allergy-anaphylaxis .allergy-anaphylaxis__pic {
  display: block;
  margin: 0 auto 15px;
}
.allergy-anaphylaxis .allergy-anaphylaxis__title {
  display: block;
  margin: 0 auto 15px;
  text-align: center;
  color: #1C62D1;
}
.allergy-anaphylaxis .allergy-anaphylaxis__text {
  font-size: 88%;
}

.allergy-check-flow {
  list-style: none;
}
.allergy-check-flow li {
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}
.allergy-check-flow li .allergy-check-flow__no {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 113%;
  color: #1C62D1;
}

.allergy-point .allergy-point-content {
  margin-bottom: 20px;
}

.point-title {
  background: url(../img/medical/allergy/point/ico--point.svg) left top no-repeat;
  display: block;
  padding: 10px 0 10px 60px;
  margin-bottom: 20px;
  color: #1C62D1;
}

.allergy-point-list {
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  font-size: 75%;
  color: #1C62D1;
}
.allergy-point-list li {
  width: 48%;
}
.allergy-point-list img {
  display: block;
  margin: 0 auto 10px;
}

.supervising-editor {
  width: auto;
  padding: 40px 20px;
  margin: 0 0 150px;
  text-align: left;
  font-size: 81%;
}
.supervising-editor .supervising-editor__pic {
  width: 135px;
  margin-right: 20px;
  float: left;
}
.supervising-editor .supervising-editor__title {
  font-size: 113%;
}

/* 風邪 */
.cold-handling {
  border-top: 1px solid #1C62D1;
  padding: 40px 0;
}
.cold-handling.cold-handling--last {
  border-bottom: 1px solid #1C62D1;
  margin-bottom: 95px;
}
.cold-handling .cold-handling__title {
  width: 300px;
  margin: 0 auto 20px;
  font-size: 100%;
}
.cold-handling .cold-handling__title span {
  background: #E3F9FF;
  display: block;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
}
/* 吐き気・腹痛 */
.nausea-nausea-point {
  list-style: none;
}
.nausea-nausea-point li {
  background: #F6F6F6 url(../img/common/mark/ico--check-pink.svg) 20px center no-repeat;
  padding: 20px 0 20px 60px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}

.nausea-gastro-serious {
  list-style: none;
}
.nausea-gastro-serious li {
  display: block;
  border: 2px solid #E88A89;
  padding: 10px 0;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
}

.nausea-gastro-suggestion {
  background: #FEFBE2;
  padding: 25px 0;
  margin-bottom: 60px;
  text-align: center;
  font-size: 113%;
  color: #E88A89;
}

/* おねしょ */
.accident-define-sheet {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  font-size: 88%;
}
.accident-define-sheet th {
  padding: 10px 5px;
  border: 2px solid #1C62D1;
}
.accident-define-sheet td {
  padding: 10px 5px;
  border: 2px solid #1C62D1;
  position: relative;
}
.accident-define-sheet td span {
  display: block;
}
.accident-define-sheet .accident-define-sheet__top-cell {
  color: #1C62D1;
}
.accident-define-sheet .accident-define-sheet__sec-cell {
  background: #F6F6F6;
}
.accident-define-sheet .accident-define-sheet__physician {
  background: #F2A9A8;
  font-size: 117%;
  color: #fff;
}
.accident-define-sheet .accident-define-sheet__remediation {
  background: #E3F9FF;
}

.accident-merit {
  background: #FEFBE2;
  padding: 40px 20px;
  margin-bottom: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accident-merit .accident-merit__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 100%;
  color: #E88A89;
}
.accident-merit .accident-merit__title span {
  background: url(../img/medical/accident/merit/bgi--title.svg) left center no-repeat, url(../img/medical/accident/merit/bgi--title.svg) right center no-repeat;
  background-size: 42px auto, 42px auto;
  padding: 0 50px;
  display: inline-block;
}
.accident-merit .accident-merit__pic {
  margin-left: 40px;
  float: right;
}

.immunization-kind {
  margin-bottom: 20px;
}
.immunization-kind .immunization-kind__title {
  background-image: url(../img/common/mark/ico--puls-white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 113%;
  color: #fff;
}
.immunization-kind .immunization-kind__title.active {
  background-image: url(../img/common/mark/ico--minus-white.svg);
}

.immunization-kind-sheet {
  display: none;
  width: 100%;
  border-collapse: separate;
  border-spacing: 10px;
  font-size: 88%;
}
.immunization-kind-sheet th {
  background-size: 20px;
  display: block;
  padding: 10px 0 0 30px;
  font-size: 114%;
}
.immunization-kind-sheet td {
  background: url(../img/common/mark/ico--infection.svg) left 12px no-repeat;
  background-size: 20px auto;
  padding: 10px 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  display: block;
}
.immunization-kind-sheet .immunization-kind-sheet__name {
  width: 35%;
  padding: 0 0 10px;
}
.immunization-kind-sheet .immunization-kind-sheet__name img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
.immunization-kind-sheet .immunization-kind-sheet__infection {
  padding: 0 0 10px;
  border-bottom: 1px solid #333;
  color: #333;
}
.immunization-kind-sheet .immunization-kind-sheet__infection img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.immunization-kind--blue .immunization-kind__title {
  background-color: #4682E0;
}
.immunization-kind--blue th {
  background: url(..//img/common/mark/ico--injection-blue.svg) left 12px no-repeat;
  color: #1C62D1;
}

.immunization-kind--pink .immunization-kind__title {
  background-color: #F2A9A8;
}
.immunization-kind--pink th {
  background: url(..//img/common/mark/ico--injection-pink.svg) left 12px no-repeat;
  color: #E96093;
}

.immunization-side-effect .immunization-side-effect__pic {
  display: block;
  margin: 0 auto 40px;
}

/* 感染対策について */
.infection-nosocomially-list {
  list-style: none;
}
.infection-nosocomially-list li {
  width: 46%;
  float: left;
  text-align: center;
  margin-bottom: 40px;
}
.infection-nosocomially-list li:nth-child(even) {
  float: right;
}
.infection-nosocomially-list li:nth-child(odd) {
  clear: both;
}
.infection-nosocomially-list li img {
  display: block;
  margin: 0 auto 20px;
}
.infection-nosocomially-list li strong {
  display: block;
  text-align: center;
  color: #1C62D1;
}

/* スケジュール */
.schedule-section {
  padding: 40px 10px 20px;
  margin-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
}
.schedule-section .schedule-section__icon {
  display: block;
  margin: -60px auto 10px;
}
.schedule-section .schedule-section__title {
  margin-bottom: 20px;
  font-size: 150%;
  color: #1C62D1;
}
.schedule-section .schedule-section__text {
  text-align: left;
  line-height: 2.4;
  font-size: 75%;
}
.schedule-section .schedule-time__icon-01 {
  background: url(../img/service/schedule/time/ico--circle.svg) left 8px no-repeat;
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
}
.schedule-section .schedule-time__icon-02 {
  background: url(../img/service/schedule/time/ico--star.svg) left 8px no-repeat;
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
}
.schedule-section .schedule-time__icon-03 {
  background: url(../img/service/schedule/time/ico--triangle.svg) left 8px no-repeat;
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
}
.schedule-section .schedule-time__icon-face-01 {
  background: url(../img/service/schedule/clutter/ico--01.svg) left 3px no-repeat;
  display: inline-block;
  padding-left: 30px;
  margin-right: 20px;
}
.schedule-section .schedule-time__icon-face-02 {
  background: url(../img/service/schedule/clutter/ico--02.svg) left 3px no-repeat;
  display: inline-block;
  padding-left: 30px;
  margin-right: 20px;
}
.schedule-section .schedule-time__icon-face-03 {
  background: url(../img/service/schedule/clutter/ico--03.svg) left 3px no-repeat;
  display: inline-block;
  padding-left: 30px;
  margin-right: 20px;
}

.schedule-time {
  background: #E3F9FF;
}

.schedule-clutter {
  background: #FFECE8;
}
.schedule-clutter .schedule-time__icon-01 {
  background: url(../img/service/schedule/time/ico--circle.svg) left 8px no-repeat;
  display: inline-block;
  padding-left: 20px;
  margin-right: 20px;
}

.schedule-attention {
  font-size: 88%;
}

.schedule-bnr {
  list-style: none;
  margin: 0 20px 200px;
}
.schedule-bnr li {
  margin-bottom: 20px;
}

/* はじめての方へ */
.service-main {
  background: url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
  background-size: auto;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((101.5% - 100vw) / 2);
  padding-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.service-attention {
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((102% - 100vw) / 2);
  margin-bottom: 200px;
}

/* 流れ */
.flow-section {
  padding: 40px 0 100px 60px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow-section:before {
  content: " ";
  background: #1C62D1;
  width: 1px;
  height: calc(100% - 100px);
  display: block;
  position: absolute;
  top: 100px;
  left: 25px;
}
.flow-section.flow-section--last {
  padding-bottom: 0;
}
.flow-section.flow-section--last:before {
  content: none;
}
.flow-section .flow-section__no {
  background: url(../img/service/flow/bgi--balloon.svg) center top no-repeat;
  background-size: 100% auto;
  display: block;
  width: 50px;
  height: 69px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
  line-height: 50px;
  font-size: 113%;
  font-weight: bold;
  color: #1C62D1;
}
.flow-section .medical-comment__pic {
  width: 80px;
}

.flow-sub-01 {
  margin: 0 auto;
}
.flow-sub-01 .flow-sub-01__title {
  background: url(../img/service/flow/03/bgi--sub-title.svg) center top no-repeat;
  background-size: 250px auto;
  padding-top: 10px;
  padding-bottom: 25px;
  margin-bottom: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.flow-sub-01 .flow-sub-01__content {
  padding: 40px 20px 20px;
}
.flow-sub-01 .flow-sub-01__pic {
  display: block;
  margin: 0 auto;
}

.flow-paper td, .flow-paper th {
  display: block;
}
.flow-paper th {
  padding-bottom: 10px;
}
.flow-paper th span {
  font-weight: normal;
  font-size: 89%;
  color: #333;
}
.flow-paper td {
  padding-top: 0;
  text-align: right;
}

.flow-check-list {
  margin-bottom: 60px;
  list-style: none;
}
.flow-check-list li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 15px;
  display: block;
  float: left;
}
.flow-check-list li:nth-child(3n) {
  margin-right: 0;
}
.flow-check-list li:nth-child(3n+1) {
  clear: both;
}
.flow-check-list li img {
  display: block;
  margin-bottom: 10px;
}
.flow-check-list li strong {
  line-height: 1.2;
  font-size: 88%;
  color: #1C62D1;
}

.flow-outro {
  display: block;
  margin: 0 auto 250px;
}

/* 検査機器 */
.equipment-intro {
  background: url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
  background-size: auto;
}

.equipment-list {
  list-style: none;
}
.equipment-list li {
  border-bottom: 1px dotted #1C62D1;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.equipment-list li .equipment-list__pic {
  display: block;
  margin: 0 auto 20px;
}
.equipment-list li .equipment-list__icon {
  display: block;
  margin: 0 auto 20px;
}
.equipment-list li .equipment-list__title {
  text-align: center;
  display: block;
  margin-bottom: 15px;
  font-size: 131%;
}

.equipment-faq {
  padding: 40px 20px;
  margin: 0 auto 200px;
}

/* ペリネイタルビジット */
.perinatal-intro {
  background: url(../img/common/bgi/bgi--ill.png) center 340px no-repeat, url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
  background-size: 1138px auto, 100% auto;
  margin-bottom: 265px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .perinatal-intro {
    background: url(../img/common/bgi/bgi--ill-2x.png) center 340px no-repeat, url(../img/common/bgi/bgi--blue.svg) center top no-repeat;
    background-size: 1138px auto, 100% auto;
  }
}

.perinatal-contact {
  padding: 40px 20px;
  margin-bottom: 200px;
}
.perinatal-contact .perinatal-contact__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 131%;
}
.perinatal-contact dl {
  background: #fff;
  padding: 20px 0;
  border-radius: 10px;
  margin: 0 auto;
}
.perinatal-contact dt {
  margin-bottom: 20px;
}
.perinatal-contact dt img {
  display: block;
  margin: 0 auto 10px;
}
.perinatal-contact .perinatal-contact-tel {
  border: 2px solid #1C62D1;
}
.perinatal-contact .perinatal-contact-tel .common-contact-tel__tel {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  line-height: 1;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 181%;
  color: #1C62D1;
}
.perinatal-contact .perinatal-contact-tel a {
  color: #1C62D1;
}

/* 病児保育 */
.childcare-intro-point {
  background: #FEFBE2;
  padding: 40px 10px;
  margin: 0 auto 120px;
  border-radius: 100px;
  text-align: center;
  list-style: none;
}
.childcare-intro-point li {
  font-size: 113%;
}
.childcare-intro-point li:nth-child(1) {
  margin-bottom: 60px;
}
.childcare-intro-point li img {
  display: block;
  margin: 0 auto 10px;
}

.childcare-feature {
  list-style: none;
  margin-bottom: 40px;
}
.childcare-feature li {
  margin-bottom: 40px;
}
.childcare-feature .childcare-feature__pic {
  width: 44%;
  margin-right: 20px;
  display: block;
  float: left;
}
.childcare-feature .childcare-feature__icon {
  display: block;
  margin: 0 auto 10px;
}
.childcare-feature .childcare-feature__pic {
  width: 44%;
  margin-right: 20px;
  display: block;
  float: left;
}
.childcare-feature .childcare-feature__title {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  font-size: 100%;
  color: #1C62D1;
}
.childcare-feature .childcare-feature__text {
  overflow: hidden;
  text-align: left;
  font-size: 88%;
}

.childcare-data {
  margin-bottom: 120px;
}
.childcare-data th {
  display: block;
  vertical-align: top;
}
.childcare-data td {
  display: block;
  padding: 0 0 20px;
}

.childcare-day {
  margin-bottom: 20px;
  position: relative;
  font-size: 100%;
  color: #707070;
}
.childcare-day:before {
  content: " ";
  background: #707070;
  width: calc(100% - 100px);
  height: 1px;
  position: absolute;
  top: 12px;
  right: 0;
}

.childcare-flow {
  background: #F6F6F6;
  position: relative;
  padding: 15px 30px;
  margin-bottom: 40px;
  margin-left: 60px;
}
.childcare-flow .childcare-flow__no {
  background: url(../img/service/childcare/use/bgi--balloon.svg) left top no-repeat;
  background-size: 100% auto;
  width: 50px;
  height: 69px;
  display: block;
  position: absolute;
  top: 0;
  left: -60px;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  font-size: 113%;
  color: #1C62D1;
}
.childcare-flow > dt {
  font-size: 113%;
  color: #1C62D1;
}

.childcare-flow-reserve {
  margin-bottom: 40px;
}
.childcare-flow-reserve dt {
  width: 120px;
  padding: 5px 0;
  margin-bottom: 15px;
  border: 1px solid #000;
  margin-right: 20px;
  border-radius: 20px;
  display: block;
  text-align: center;
  font-size: 88%;
}
.childcare-flow-no-bg {
  background: #fff;
  padding-top: 40px;
  margin: 0 -30px -35px -30px;
}

.childcare-pdf {
  list-style: none;
}
.childcare-pdf li {
  background: url(../img/common/mark/ico--pdf.svg) left top no-repeat;
  padding: 8px 0 25px 50px;
}

.childcare-item {
  margin-bottom: 40px;
  list-style: none;
}
.childcare-item li {
  background: #FEFBE2 url(../img/common/mark/ico--check-pink.svg) 15px 18px no-repeat;
  padding: 20px 10px 20px 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
}
.childcare-item li:nth-child(odd) {
  clear: both;
}
.childcare-item li span {
  width: 250px;
  display: block;
  vertical-align: bottom;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 88%;
}
.childcare-item li:nth-child(10) span {
  top: 10px;
}

.childcare-schedule {
  list-style: none;
}
.childcare-schedule li {
  background: url(../img/service/childcare/schedule/bgi--list.svg) center bottom 10px no-repeat;
  background-size: auto 80px;
  padding-bottom: 100px;
}
.childcare-schedule li:last-child {
  background: none;
}
.childcare-schedule li .childcare-schedule__header {
  margin-bottom: 10px;
  font-size: 131%;
}
.childcare-schedule li .childcare-schedule__time {
  width: 116px;
  display: block;
  float: left;
  text-align: center;
  color: #E88A89;
}

.childcare-schedule-outro {
  background: url(../img/service/childcare/schedule/ico--dr.svg) left 20px no-repeat;
  padding: 45px 0 25px 120px;
  border-top: 1px dashed #1C62D1;
  margin-bottom: 120px;
}

.childcare-schedule-attention li {
  margin-bottom: 5px;
}

.childcare-faq {
  width: 600px;
  margin: 0 auto 160px;
}

/* スタッフインタビュー */
.interview-01-intro {
  padding-bottom: 60px;
}
.interview-02-intro {
  padding-bottom: 60px;
}

.interview-02-intro-detail {
  padding-bottom: 60px;
}

.interview-03-intro {
  padding-bottom: 60px;
}

.interview-entrance-lede {
  clear: both;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 131%;
  color: #1C62D1;
}

.interview-staff-bnr {
  padding: 0 20px;
  margin-bottom: 120px;
  text-align: center;
}

.interview-header {
  clear: both;
}

.interview-header-lede {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 131%;
  color: #1C62D1;
}

.interview-section {
  margin-bottom: 80px;
}

.interview-section-title {
  background: url(../img/interview/ico--title.png) left 5px no-repeat, url(../img/interview/bgi--section-title.svg) left bottom no-repeat;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 113%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .interview-section-title {
    background: url(../img/interview/ico--title-2x.png) left 5px no-repeat, url(../img/interview/bgi--section-title.svg) left bottom no-repeat;
    background-size: 30px auto, auto;
  }
}

.interview-movie {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #E3F9FF;
  padding: 30px 20px 60px;
  margin-bottom: 80px;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((102% - 100vw) / 2);
  text-align: center;
}
.interview-movie .interview-movie-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 150%;
}
.interview-movie .interview-movie-title img {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -23px;
}

.interview-nav .interview-nav__title {
  font-size: 113%;
}

.interview-nav-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 120px;
  list-style: none;
}
.interview-nav-list li {
  width: 48%;
  text-align: center;
}
.interview-nav-list li img {
  display: block;
  margin-bottom: 20px;
}
.interview-nav-list .interview-nav-list__btn {
  padding: 10px 0;
  display: block;
  width: auto;
  font-size: 69%;
}
.interview-nav-list .interview-nav-list__btn:after {
  right: 10px;
}

/* 利用者の声 */
.voice {
  border-bottom: 1px dashed #1C62D1;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.voice.voice-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 80px;
}
.voice .voice__icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.voice .voice__title {
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1.8;
  font-size: 125%;
  color: #1C62D1;
}
.voice .voice__text {
  clear: both;
  line-height: 1.9;
}

.voice-detail {
  background: url(../img/about/voice/pic--clinic.svg) center 80px no-repeat, url(../img/about/voice/bgi--01.svg) center top no-repeat;
  background-size: 95px auto, 700px auto;
  padding-top: 160px;
  margin-left: calc((100% - 100vw) / 2);
  margin-right: calc((102% - 100vw) / 2);
  margin-bottom: 200px;
  text-align: center;
}

/* スタッフ紹介 */
.staff-list {
  list-style: none;
}
.staff-list li {
  margin-bottom: 120px;
}
.staff-list li:last-child {
  margin-bottom: 0;
}
.staff-list .staff-list__pic {
  display: block;
  margin: 0 auto 10px;
}
.staff-list .staff-list__title {
  display: block;
  font-size: 88%;
  color: #E96093;
}
.staff-list .staff-list__name {
  font-size: 113%;
}
.staff-list .staff-list__balloon {
  background: #EBEBEB;
  margin-top: 30px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}
.staff-list .staff-list__balloon:after {
  content: url(../img/about/staff/pic--balloon.svg);
  position: absolute;
  top: -17px;
  left: 20px;
}
.staff-list .staff-list__btn {
  width: 220px;
  display: block;
  margin: 0 auto;
}

.staff-section-01 {
  margin-bottom: 160px;
}

.staff-section-02 {
  margin-bottom: 160px;
}

.staff-section-03 {
  margin-bottom: 160px;
}

/* 取り組み */
.effort-intro {
  margin-bottom: 0;
}

.effort-content {
  margin-bottom: 20px;
}

.effort-01 {
  position: relative;
  margin-bottom: 120px;
}

.effort-02 {
  padding: 40px 0;
  margin-bottom: 120px;
}

.effort-03 {
  position: relative;
  margin-bottom: 120px;
}

.effort-04 {
  padding: 40px 0;
  margin-bottom: 120px;
}
.effort-04 .layout-container {
  position: relative;
}
.effort-05 {
  margin-bottom: 120px;
}

.effort-06 {
  padding: 40px 0;
  margin-bottom: 120px;
}
.effort-06 .layout-container {
  position: relative;
}

.effort-photo {
  background: url(../img/about/effort/outro/pic--photo.png) center top repeat-x;
  background-size: auto 130px;
  height: 130px;
  margin-bottom: 60px;
}

.effort-outro .effort-outro__pic {
  display: block;
  margin: 0 auto 40px;
}
.effort-outro .effort-outro__text {
  margin-bottom: 60px;
}

.plocy-bg {
  padding: 0 20px;
}

.plocy {
  margin-bottom: 80px;
}
.plocy .plocy__no {
  background: url(../img/about/policy/intro/bgi--no.svg) center top no-repeat;
  width: 65px;
  height: 51px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0 auto 10px;
  font-size: 113%;
  color: #fff;
}
.plocy .plocy__title {
  margin-bottom: 20px;
  font-size: 131%;
  color: #1C62D1;
}

.nav-bnr {
  margin-bottom: 200px;
  list-style: none;
}
.nav-bnr li {
  margin-bottom: 20px;
}

.message-section-tite {
  background: url(../img/about/message/bgi--title.png) left top no-repeat;
  background-size: 40px auto;
  padding: 5px 0 20px 30px;
  margin-bottom: 20px;
  font-size: 131%;
  color: #1C62D1;
}

.message-bg {
  padding: 40px 0;
  margin-bottom: 80px;
}

.message-history dt {
  font-weight: bold;
}
.message-history dd {
  margin-bottom: 40px;
}

/* 施設紹介 */
.facilities-section {
  border-bottom: 1px dashed #1C62D1;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.facilities-section.facilities-section-last {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 250px;
}

.facilities-section__title {
  margin-bottom: 15px;
  font-size: 150%;
}

.facilities-wifi {
  border: 2px solid #1C62D1;
  border-radius: 10px;
  padding: 30px 40px;
  margin-bottom: 40px;
}
.facilities-wifi .facilities-wifi__title {
  background: url(../img/about/facilities/ico--wifi.svg) left top no-repeat;
  padding-left: 60px;
  margin-bottom: 20px;
  font-size: 113%;
  color: #1C62D1;
}

/* アクセス */
.access-way {
  list-style: none;
}
.access-way li {
  margin-bottom: 60px;
}
.access-way img {
  display: block;
  margin-bottom: 20px;
}
.access-way .access-way__no {
  margin-right: 10px;
  display: inline-block;
  font-size: 113%;
  color: #1C62D1;
}

.access-parking {
  padding: 40px 0 20px;
}

/* 予約 */
.reserve-intro {
  margin-bottom: 160px;
}

.reserve-web {
  margin: 0 auto 60px;
}

.reserve-qr {
  float: right;
  margin-right: 145px;
  margin-left: 80px;
}

.reserve-tel {
  margin: 0 auto 60px;
}

.reserve-flow-wrap {
  margin-bottom: 120px;
}

.reserve-flow {
  list-style: none;
  padding-left: 58px;
  margin-bottom: 80px;
}
.reserve-flow li {
  padding-top: 20px;
  margin-bottom: 40px;
  position: relative;
}
.reserve-flow li:before {
  content: " ";
  background: #1C62D1;
  width: 1px;
  height: calc(100% - 90px);
  display: block;
  position: absolute;
  top: 90px;
  left: -35px;
}
.reserve-flow li .reserve-flow__no {
  background: url(../img/reserve/index/flow/bgi--no.svg) left top no-repeat;
  background-size: 100% auto;
  display: block;
  width: 50px;
  height: 69px;
  position: absolute;
  top: 0;
  left: -58px;
  text-align: center;
  line-height: 50px;
  font-size: 113%;
  color: #1C62D1;
}

.tel-overtime {
  padding: 40px 20px;
  margin: 0 -20px 80px;
}

.tel-overtime-dl {
  background: #fff;
  padding: 25px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
.tel-overtime-dl .tel-overtime-dl__tel {
  display: block;
  text-align: center;
  line-height: 1.4;
  font-family: lato, sans-serif;
  font-size: 180%;
  color: #1C62D1;
}
.tel-overtime-dl .tel-overtime-dl__time {
  text-align: center;
  margin-bottom: 20px;
}
.tel-overtime-dl a {
  color: #1C62D1;
}

.tel-item .tel-item__title {
  padding: 10px 0;
  margin-bottom: 40px;
  border: 1px solid #1C62D1;
  border-radius: 30px;
  text-align: center;
  font-size: 100%;
  color: #1C62D1;
}

.tel-item-list {
  list-style: none;
}
.tel-item-list li {
  width: 48%;
  margin-bottom: 40px;
  float: left;
}
.tel-item-list li:nth-child(even) {
  float: right;
}
.tel-item-list li:nth-child(odd) {
  clear: both;
}
.tel-item-list li strong {
  display: block;
  text-align: center;
  font-size: 100%;
  color: #1C62D1;
}
.tel-item-list li img {
  display: block;
  margin-bottom: 10px;
}

.tel-trouble {
  border-bottom: 1px dashed #1C62D1;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.tel-trouble.tel-trouble-last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tel-trouble .tel-trouble__text {
  margin-bottom: 40px;
}
.tel-trouble .tel-trouble__list {
  list-style: none;
}
.tel-trouble .tel-trouble__list li {
  width: 48%;
  float: left;
  text-align: center;
  font-size: 88%;
  color: #1C62D1;
}
.tel-trouble .tel-trouble__list li:nth-child(2) {
  float: right;
}
.tel-trouble .tel-trouble__list li img {
  display: block;
  margin-bottom: 10px;
}

/* お知らせ*/
.news-bg {
  padding: 80px 0;
}

/* アドバイス */
.advice-category {
  margin: 0 auto 45px;
  list-style: none;
}
.advice-category li {
  width: 48%;
  margin-bottom: 9px;
}
.advice-category li:nth-child(2n) {
  float: left;
}
.advice-category li:nth-child(2n+1) {
  float: right;
  clear: both;
}
.advice-category li a {
  background: #6BCE76;
  display: block;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
}

.advice-list {
  margin: 0 auto 0;
  text-align: left;
  list-style: none;
}
.advice-list li {
  background: #fff;
  padding: 30px 12px 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  border-radius: 10px;
}
.advice-list li:nth-child(odd) {
  float: left;
  clear: both;
}
.advice-list li:nth-child(even) {
  float: right;
}
.advice-list .advice-list__category-wrap {
  margin-top: -50px;
}
.advice-list .advice-list__category {
  background: #6BCE76;
  padding: 5px 15px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 75%;
  color: #fff;
}
.advice-list a {
  display: inline-block;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
}

.advice-keyword {
  width: 200px;
  padding: 10px;
  height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: 1px solid #707070;
}

.advice-keyword-btn {
  background: #707070 url(../img/advice/ico--search.svg) center center no-repeat;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}

.advice-category-bottom-search {
  margin-bottom: 250px;
}

/* sitemap */
.sitemap li {
  margin-bottom: 20px;
}
.sitemap ul {
  margin-top: 20px;
  list-style: none;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 88%;
}

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 150%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
  font-weight: 700;
}

.u-color-red {
  color: red;
}

.u-color-white {
  color: white;
}

.u-color-main {
  color: #1C62D1;
}

.u-color-sub {
  color: #E96093;
}

.u-font-marugo, .accident-define-sheet .accident-define-sheet__remediation {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.u-font-marugo--mid, .top-intro .top-intro__main-lede {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.u-font-marugo--bold, .u-lede, .footer-address .footer-address__name, .title-lv1, .title-lv2, .title-other-01, .title-other-02, .table-ptn--01 th, .article .article__title, .sp .article .article__title, .catch .catch__title, .medical-comment .medical-comment__title, .common-contact-tel dt, .common-contact-web dt, .top-section-title, .top-medical-list .top-medical-list__title, .top-effort-list .top-effort-list__title, .top-case-list a, .medical-pediatrics-feature .medical-pediatrics-feature__title, .medical-pediatrics-total .medical-pediatrics-total__title, .medical-case-list a, .medical-pediatrics-document .medical-pediatrics-document__title, .medical-immunization-guide .medical-immunization-guide__title, .medical-immunization-detail .medical-immunization-detail__title, .medical-immunization-link, .medical-check-feature-list .medical-check-feature-list__title, .medical-check-equip .medical-check-equip__title, .medical-check-thank .medical-check-thank__title, .medical-expenses-section .medical-expenses-section__title, .case-list li, .allergy-anaphylaxis .allergy-anaphylaxis__title, .allergy-check-flow li .allergy-check-flow__no, .point-title, .allergy-point-list, .accident-define-sheet th, .accident-define-sheet .accident-define-sheet__physician, .accident-merit .accident-merit__title, .immunization-kind .immunization-kind__title, .schedule-section .schedule-section__title, .flow-section .flow-section__no, .flow-sub-01 .flow-sub-01__title, .flow-check-list li strong, .equipment-list li .equipment-list__title, .perinatal-contact dt, .childcare-intro-point li, .childcare-day, .childcare-flow .childcare-flow__no, .childcare-flow > dt, .childcare-item, .childcare-schedule li .childcare-schedule__header, .interview-entrance-lede, .interview-header-lede, .interview-movie .interview-movie-title, .interview-nav .interview-nav__title, .plocy .plocy__no, .plocy .plocy__title, .message-section-tite, .facilities-section__title, .access-way .access-way__no, .reserve-flow li .reserve-flow__no, .tel-item .tel-item__title, .tel-item-list li, .tel-trouble .tel-trouble__list li {
  font-family: vdl-v7marugothic, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-lede {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.7;
  font-size: 150%;
  color: #E96093;
}

.sp .u-lede {
  font-size: 125%;
}

.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 25px 25px 0;
}

img.alignright {
  float: right;
  margin: 0 0 25px 25px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #868484;
  height: 1px;
  margin: 20px 0;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xx-large {
  margin-bottom: 80px;
}

.u-margin-bottom--max {
  margin-bottom: 120px;
}

.u-margin-bottom--over {
  margin-bottom: 160px;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 背景の設定 */
.u-bg-blue {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #F2FCFF;
}

.u-bg-yellow, .effort-02 {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #FEFBE2;
}

.u-bg-orange, .perinatal-contact {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #FFF8ED;
}

.u-bg-pink, .effort-04 {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #FFECE8;
}

.u-bg-green, .effort-06 {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #E9F7E8;
}

.u-bg-gray, .news-bg {
  background: url(../img/common/bgi/bgi--layer.svg) left top repeat-x, url(../img/common/bgi/bgi--layer-bottom.svg) left bottom repeat-x;
  background-color: #F6F6F6;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master-sp.css.map */