<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------
    変数設定
----------------------------------------------------*/
/* 16:9 */
/*----------------------------------------------------
    easeing
----------------------------------------------------*/
/*----------------------------------------------------
    mixin
----------------------------------------------------*/
/*----------------------------------------------------
    SCSS Import
----------------------------------------------------*/
/*====================================================
 *
 *
 *   Foundation
 *
 *
====================================================*/
/*----------------------------------------------------
    ブラウザ設定初期化
----------------------------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td {
  margin: 0;
  padding: 0;
}

address, caption, th {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

li {
  list-style-type: none;
}

/*----------------------------------------------------
    HTML5 elements for lte IE8
----------------------------------------------------*/
article, footer, header, nav, section {
  display: block;
}

/*----------------------------------------------------
    全要素にbox-sizingを設定(bootstrap対策)
----------------------------------------------------*/
html {
  box-sizing: border-box;
}

* {
  box-sizing: inherit;
}

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

/*----------------------------------------------------
    ウィンドウ高さ100%を有効にする
----------------------------------------------------*/
html, body {
  height: 100%;
}

/*----------------------------------------------------
    文字サイズ統一
----------------------------------------------------*/
body {
  line-height: 1.61;
  font-size: 18px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  color: #1f1f1f;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 16px;
  }
}

/*----------------------------------------------------
    基本設定、リンクカラーなど
----------------------------------------------------*/
body {
  background-color: #fdfcf9;
}

a {
  background-color: transparent;
}

a:link {
  color: #3f9dB8;
}

a:visited {
  color: #3f9dB8;
}

a:hover {
  color: #3f9dB8;
}

a:active {
  color: #3f9dB8;
}

a:link, a:visited {
  text-decoration: underline;
}

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

b, strong {
  font-weight: bold;
}

hr {
  box-sizing: content-box;
  height: 0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/*----------------------------------------------------
    フォームのノーマライズ
----------------------------------------------------*/
button, input, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

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

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

input {
  line-height: normal;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

/*====================================================
 *
 *
 *   Layout
 *
 *
====================================================*/
/*----------------------------------------------------
    #pageWrap
----------------------------------------------------*/
#pageWrap.active {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/*----------------------------------------------------
    #header
----------------------------------------------------*/
#header {
  position: relative;
}

#header &gt; .wrap {
  width: 1020px;
  margin: 0 auto;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 80px;
}

#header &gt; .wrap:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (max-width: 480px) {
  #header &gt; .wrap {
    width: 100%;
    height: 64px;
    padding: 0;
    border-bottom: 4px solid #dbb74c;
    box-sizing: border-box;
  }
}

/*  #header &gt; #hdLogo
----------------------------------------------------*/
#hdLogo {
  float: left;
}

#hdLogo a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  display: inline-block;
}

#hdLogo a:hover {
  opacity: 0.7;
}

#hdLogo a .logo {
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  #hdLogo {
    padding-top: 15px;
    padding-left: 7px;
  }
  #hdLogo .logo,
  #hdLogo .text {
    width: auto;
    height: 36px;
  }
}

@media screen and (max-width: 360px) {
  #hdLogo .logo,
  #hdLogo .text {
    height: 32px;
  }
}

/*  #header &gt; .hdContents
----------------------------------------------------*/
.hdContents {
  float: right;
}

.hdContents .linkTypeA {
  padding: 13px 7px 12px 9px;
}

@media screen and (max-width: 480px) {
  .hdContents {
    display: none;
  }
}

/*----------------------------------------------------
    #gNav
------------------------------------------------------*/
#gNav {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 90;
  clear: both;
  width: 100%;
  height: 80px;
  border-top: 1px solid #dbb74c;
  border-bottom: 4px solid #dbb74c;
  background-color: rgba(255, 255, 255, 0.8);
}

#gNav.active {
  position: fixed;
  top: 0;
}

#gNav ul {
  width: 1020px;
  margin: 0 auto;
}

#gNav li {
  position: relative;
  float: left;
  width: 203px;
  margin-right: 1px;
  line-height: 1;
}

#gNav li:first-child {
  width: 202px;
  margin-left: 1px;
}

#gNav li:after, #gNav li:first-child:before {
  display: block;
  position: absolute;
  top: 20px;
  width: 0;
  height: 40px;
  border-left: 1px dotted #dbb74c;
  content: "";
}

#gNav li:first-child:before {
  left: -1px;
}

#gNav li:after {
  right: -1px;
}

#gNav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 19px 0 14px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#gNav li a:hover {
  background-color: rgba(249, 243, 225, 0.8);
}

@media print {
  #gNav.active {
    position: absolute;
  }
}

@media screen and (max-width: 480px) {
  #gNav {
    display: none;
  }
}

/*----------------------------------------------------
    #drawer
------------------------------------------------------*/
#drawer {
  display: none;
}

@media screen and (max-width: 480px) {
  #drawer {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
    width: 0;
    height: 100%;
    background-color: #fff;
  }
}

/*  #drawer &gt; #drawerWrap
----------------------------------------------------*/
#drawerWrap {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
}

.inactive #drawerWrap {
  -webkit-animation: drawerCloseWrap 0.3s ease-out forwards;
          animation: drawerCloseWrap 0.3s ease-out forwards;
}

.active #drawerWrap {
  position: fixed;
  -webkit-animation: drawerOpenWrap 0.3s ease-out forwards;
          animation: drawerOpenWrap 0.3s ease-out forwards;
}

@-webkit-keyframes drawerOpenWrap {
  0% {
    width: 0;
  }
  100% {
    width: 260px;
  }
}

@keyframes drawerOpenWrap {
  0% {
    width: 0;
  }
  100% {
    width: 260px;
  }
}

@-webkit-keyframes drawerCloseWrap {
  0% {
    width: 260px;
  }
  100% {
    width: 0;
  }
}

@keyframes drawerCloseWrap {
  0% {
    width: 260px;
  }
  100% {
    width: 0;
  }
}

/*  #drawer &gt; .drawerButton
----------------------------------------------------*/
#drawerButton {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

#drawerButton &gt; div {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}

#drawerButton &gt; div button {
  width: 60px;
  height: 60px;
  padding: 10px;
  background: none;
  border: none;
  text-indent: 100%;
  overflow: hidden;
}

#drawerButton &gt; div button:focus {
  outline: 1px dotted #1f1f1f;
}

#drawerButton &gt; div button span {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

#drawerButton #drawerOpen {
  z-index: 2;
}

#drawerButton #drawerOpen.inactive {
  z-index: -1;
}

#drawerButton #drawerOpen button span {
  background-image: url(../img/btn_menu01.png);
}

#drawerButton #drawerClose {
  z-index: -1;
}

#drawerButton #drawerClose.active {
  z-index: 2;
}

#drawerButton #drawerClose button span {
  background-image: url(../img/btn_close01.png);
}

.inactive #drawerButton {
  -webkit-animation: drawerCloseButton 0.3s ease-out forwards;
          animation: drawerCloseButton 0.3s ease-out forwards;
}

.active #drawerButton {
  position: fixed;
  -webkit-animation: drawerOpenButton 0.3s ease-out forwards;
          animation: drawerOpenButton 0.3s ease-out forwards;
}

@-webkit-keyframes drawerOpenButton {
  0% {
    right: 0;
  }
  100% {
    right: 260px;
  }
}

@keyframes drawerOpenButton {
  0% {
    right: 0;
  }
  100% {
    right: 260px;
  }
}

@-webkit-keyframes drawerCloseButton {
  0% {
    right: 260px;
  }
  100% {
    right: 0;
  }
}

@keyframes drawerCloseButton {
  0% {
    right: 260px;
  }
  100% {
    right: 0;
  }
}

/*  #drawer &gt; #drawerWra &gt; #drawerMenu
----------------------------------------------------*/
#drawerMenu {
  position: absolute;
  left: 0;
  z-index: 102;
  width: 260px;
  height: 100%;
  background-color: #fff;
}

#drawerMenu ul {
  width: 260px;
  margin-bottom: 10px;
  margin-left: 0;
}

#drawerMenu li {
  border-bottom: 2px dotted #dbb74c;
  margin-left: 0;
}

#drawerMenu li a {
  display: block;
  padding: 18px 15px 18px 12px;
  line-height: 1;
  font-size: 10px;
  text-decoration: none;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

#drawerMenu li a:hover {
  background-color: #f1ead8;
}

#drawerMenu .linkTypeA {
  width: 240px;
  margin: 0 auto;
  padding: 10px 20px;
}

#drawerMenu .linkTypeA img {
  max-width: 100%;
  height: auto;
}

/*  #drawerOverlay
----------------------------------------------------*/
#drawerOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(164, 131, 32, 0.9);
  visibility: hidden;
  overflow: hidden;
}

#drawerOverlay.inactive {
  -webkit-animation: drawerOverlayHidden 0.3s ease-out forwards;
          animation: drawerOverlayHidden 0.3s ease-out forwards;
}

#drawerOverlay.active {
  -webkit-animation: drawerOverlayShow 0.3s ease-out forwards;
          animation: drawerOverlayShow 0.3s ease-out forwards;
}

@-webkit-keyframes drawerOverlayShow {
  0% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0);
  }
  100% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0.9);
  }
}

@keyframes drawerOverlayShow {
  0% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0);
  }
  100% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0.9);
  }
}

@-webkit-keyframes drawerOverlayHidden {
  0% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0.9);
  }
  100% {
    visibility: hidden;
    background-color: rgba(164, 131, 32, 0);
  }
}

@keyframes drawerOverlayHidden {
  0% {
    visibility: visible;
    background-color: rgba(164, 131, 32, 0.9);
  }
  100% {
    visibility: hidden;
    background-color: rgba(164, 131, 32, 0);
  }
}

/*----------------------------------------------------
    #footer
------------------------------------------------------*/
#footer {
  background-color: #f5f0e2;
}

#footer &gt; .wrap {
  width: 1020px;
  margin: 0 auto;
  padding: 20px 0;
}

#footer &gt; .wrap .ftLogo {
  float: left;
}

#footer &gt; .wrap .ftAddress {
  margin-left: 50px;
  line-height: 1.4;
  font-size: 16px;
}

#footer &gt; .wrap .ftAddress .name {
  padding-top: 0;
}

#footer &gt; .wrap .ftAddress .sp {
  display: none;
}

#footer &gt; .wrap .ftAddress .address p {
  display: inline-block;
}

#footer .copyright {
  clear: both;
  padding: 12px 0;
  background-color: #fdfcf9;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 1020px) {
  #footer {
    width: 1020px;
  }
}

@media screen and (max-width: 480px) {
  #footer {
    background-color: #f5f0e2;
    width: 100%;
    padding-right: 3.12%;
    padding-left: 3.12%;
  }
  #footer &gt; .wrap {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
  }
  #footer &gt; .wrap .ftLogo {
    float: left;
    margin-right: 10px;
  }
  #footer &gt; .wrap .ftAddress {
    margin-left: 0;
    line-height: 1.4;
    font-size: 14px;
  }
  #footer &gt; .wrap .ftAddress .name {
    padding-top: 3px;
  }
  #footer &gt; .wrap .ftAddress .address {
    clear: both;
    padding-top: 14px;
  }
  #footer &gt; .wrap .ftAddress .sp {
    display: block;
  }
  #footer .copyright {
    clear: both;
    padding: 0 0 20px;
    background-color: transparent;
    line-height: 1.61;
    font-size: 11px;
    color: #1f1f1f;
  }
}

/*----------------------------------------------------
    .topicPath
----------------------------------------------------*/
.topicPath {
  margin-bottom: 60px;
  border-bottom: 1px solid #f1ead8;
}

.topicPath &gt; .wrap {
  width: 1020px;
  margin: 0 auto;
  line-height: 40px;
  font-size: 16px;
}

.topicPath &gt; .wrap span {
  overflow: hidden;
  display: inline-block;
  width: 6px;
  height: 16px;
  margin: 0 9px;
  background: url(../img/icn_arrow01.svg) no-repeat 0 50%;
  background-size: 6px 8px;
  white-space: nowrap;
  text-indent: 100%;
  vertical-align: middle;
}

.topicPath &gt; .wrap #topicLv01 img {
  vertical-align: middle;
}

.topicPath &gt; .wrap a {
  text-decoration: underline;
  color: #555;
}

.topicPath &gt; .wrap a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  .topicPath {
    background-color: #fff;
    margin-bottom: 40px;
  }
  .topicPath &gt; .wrap {
    width: 100%;
    padding-left: 10px;
    line-height: 30px;
    font-size: 12px;
  }
}

/*----------------------------------------------------
    #contents
----------------------------------------------------*/
/*----------------------------------------------------
    Page Top
----------------------------------------------------*/
.secPageTop {
  position: relative;
  clear: both;
  padding-top: 120px;
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .secPageTop {
    width: 100%;
    padding-top: 120px;
  }
}

/*  .secPageTop &gt; #pageTop
----------------------------------------------------*/
#pageTop {
  display: block;
  position: absolute;
  right: 16px;
  bottom: 0px;
  z-index: 3;
  width: 200px;
  height: 50px;
  border-radius: 9px 9px 0 0;
  background-color: #f5f0e2;
  line-height: 50px;
  color: #1f1f1f;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#pageTop:hover {
  opacity: 0.7;
}

#pageTop span {
  padding-left: 30px;
  background: url(../img/btn_pagetop01.svg) no-repeat 0 50%;
}

@media screen and (max-width: 480px) {
  #pageTop {
    right: 0;
    width: 100%;
    background-color: white;
    border-top: 1px solid #dbb74c;
    border-bottom: 1px solid #dbb74c;
    border-radius: 0;
  }
}

@media print {
  #pageTop {
    display: none !important;
  }
}

/*====================================================
 *
 *
 *   Object:Component
 *
 *
====================================================*/
/*====================================================

  ページ共通パーツ

====================================================*/
/*----------------------------------------------------
    .secCotentsHead
----------------------------------------------------*/
.secCotentsHead {
  position: relative;
  height: 300px;
  background-color: #f0eced;
}

.page-prenatal-checkup .secCotentsHead {
  background-color: #f2f2f2;
}

.page-information .secCotentsHead {
  background-color: #f7f7f7;
}

.secCotentsHead &gt; .wrap {
  position: relative;
  z-index: 2;
  width: 1020px;
  margin: 0 auto;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.page-birth-hospitalization .secCotentsHead &gt; .wrap {
  background-image: url(../img/bg_birth-hospitalization01.jpg);
}

.page-information .secCotentsHead &gt; .wrap {
  background-image: url(../img/bg_information01.jpg);
}

.page-patients-voice .secCotentsHead &gt; .wrap {
  background-image: url(../img/bg_patients-voice01.jpg);
}

.page-prenatal-checkup .secCotentsHead &gt; .wrap {
  background-image: url(../img/bg_prenatal-checkup01.jpg);
}

.secCotentsHead &gt; .wrap .head {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 240px;
  padding-top: 95px;
  border: 1px solid #dbb74c;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.87);
  font-weight: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.secCotentsHead &gt; .wrap .head &gt; .wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.secCotentsHead &gt; .wrap .head &gt; .wrap:before, .secCotentsHead &gt; .wrap .head &gt; .wrap:after {
  content: '';
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.secCotentsHead &gt; .wrap .head &gt; .wrap:before {
  top: 7px;
  left: -13px;
  width: 63px;
  height: 62px;
  background-image: url(../img/pic_deco01.png);
}

.secCotentsHead &gt; .wrap .head &gt; .wrap:after {
  top: 145px;
  left: 176px;
  width: 87px;
  height: 95px;
  background-image: url(../img/pic_deco02.png);
}

.secCotentsHead &gt; .wrap .head .title {
  position: relative;
  display: block;
  margin-bottom: 11px;
  padding-top: 97px;
  padding-bottom: 16px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .secCotentsHead {
    height: 150px;
  }
  .secCotentsHead &gt; .wrap {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
  }
  .secCotentsHead &gt; .wrap .head {
    width: 120px;
    height: 120px;
    padding-top: 0;
  }
  .secCotentsHead &gt; .wrap .head &gt; .wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 35px;
    width: auto;
    -webkit-transform: translate(-50%, -43%);
            transform: translate(-50%, -43%);
  }
  .secCotentsHead &gt; .wrap .head &gt; .wrap:before {
    top: 7px;
    left: -8px;
    width: 31px;
    height: 31px;
    background-size: 100% auto;
  }
  .secCotentsHead &gt; .wrap .head &gt; .wrap:after {
    top: 78px;
    left: 72px;
    width: 44px;
    height: 47px;
    background-size: 100% auto;
  }
  .secCotentsHead &gt; .wrap .head .title {
    position: absolute;
    top: 50%;
    padding: 0 6.25%;
    font-size: 18px;
    text-align: left;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 420px) {
  .page-prenatal-checkup .secCotentsHead &gt; .wrap {
    background-position: 130% 0;
  }
  .page-information .secCotentsHead &gt; .wrap {
    background-position: 130% 0;
  }
  .page-birth-hospitalization .secCotentsHead &gt; .wrap {
    background-position: 80% 0;
  }
  .page-patients-voice .secCotentsHead &gt; .wrap {
    background-position: 110% 0;
  }
  .page-patients-voice .secCotentsHead &gt; .wrap .head &gt; .wrap img {
    height: 32px;
  }
}

@media screen and (max-width: 360px) {
  .page-patients-voice .secCotentsHead &gt; .wrap {
    background-position: 140% 0;
  }
}

@media screen and (max-width: 320px) {
  .page-prenatal-checkup .secCotentsHead &gt; .wrap {
    background-position: 160% 0;
  }
  .page-information .secCotentsHead &gt; .wrap {
    background-position: 180% 0;
  }
  .page-birth-hospitalization .secCotentsHead &gt; .wrap {
    background-position: 70% 0;
  }
  .page-patients-voice .secCotentsHead &gt; .wrap {
    background-position: 220% 0;
  }
}

/*----------------------------------------------------
    .secLinkTypeA
----------------------------------------------------*/
.secLinkTypeA {
  width: 520px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
}

.secLinkTypeA .wrap {
  height: 60px;
  background: url(../img/bg_texture01.png) repeat 0 0;
  border-radius: 9px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.secLinkTypeA .wrap:hover {
  opacity: 0.7;
}

.secLinkTypeA a {
  display: block;
  overflow: hidden;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  line-height: 1;
  font-size: 10px;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 481px) {
  .secLinkTypeA a {
    background-image: url(../img/txt_link01.png);
  }
}

@media screen and (max-width: 480px) {
  .secLinkTypeA {
    width: 93.76%;
    padding-top: 70px;
  }
  .secLinkTypeA a {
    background-image: url(../img/txt_link02.png);
    background-size: auto 36px;
  }
}

/*====================================================

  セクションスタイル

====================================================*/
/*----------------------------------------------------
    .secTypeA
----------------------------------------------------*/
.secTypeA {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .secTypeA {
    width: 100%;
  }
}

/*----------------------------------------------------
    .secTypeB
----------------------------------------------------*/
.secTypeB {
  background-color: #efefef;
}

.secTypeB &gt; .wrap {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .secTypeB &gt; .wrap {
    width: 100%;
  }
}

/*====================================================

  見出しスタイル

====================================================*/
/*----------------------------------------------------
    .hdTypeA
----------------------------------------------------*/
.hdTypeA {
  padding: 13px 3px 10px;
  border-bottom: 3px double #99d3e3;
  line-height: 1;
}

/*----------------------------------------------------
    .hdTypeB
----------------------------------------------------*/
.hdTypeB {
  position: relative;
  text-align: center;
}

.hdTypeB span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 25px;
  background-color: #fdfcf9;
}

.hdTypeB:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: url(../img/bg_line01.png) repeat-x 0 0;
  background-size: 8px 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*====================================================

  テーブルスタイル

====================================================*/
/*----------------------------------------------------
    .tableTypeA
----------------------------------------------------*/
.tableTypeA {
  width: 100%;
}

.tableTypeA th, .tableTypeA td {
  padding: 14px 18px;
  background-color: #fff;
}

.tableTypeA th {
  font-weight: normal;
}

.tableTypeA thead th {
  width: 50%;
  background-color: #99d3e3;
  color: #fff;
}

.tableTypeA.typeA {
  border: 1px solid #99d3e3;
}

.tableTypeA.typeA th, .tableTypeA.typeA td {
  border-bottom: 1px solid #99d3e3;
}

.tableTypeA.typeA thead th {
  background-color: #99d3e3;
}

.tableTypeA.typeA thead tr:first-child th {
  border-right: 1px dotted #fff;
}

.tableTypeA.typeA tbody th {
  border-right: 1px dotted #99d3e3;
}

.tableTypeA.typeB th, .tableTypeA.typeB td {
  border: 1px solid #9ad894;
}

.tableTypeA.typeB thead th {
  width: 10.5%;
  border-right-color: #fff;
  border-left-color: #fff;
  background-color: #9ad894;
  text-align: center;
}

.tableTypeA.typeB thead th:first-child {
  width: auto;
  border-left-color: #9ad894;
}

.tableTypeA.typeB thead th:last-child {
  border-right-color: #9ad894;
}

.tableTypeA.typeB tbody td {
  text-align: center;
}

/*====================================================

  カラム（列）スタイル

====================================================*/
/*----------------------------------------------------
    .secColumn
----------------------------------------------------*/
.secColumn .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.secColumn.typeA .container .item, .secColumn.typeC .container .item, .secColumn.typeD .container .item {
  position: relative;
  width: 490px;
  padding: 19px;
  background-color: #fff;
  border-radius: 9px;
}

.secColumn.typeA .container .item:before, .secColumn.typeC .container .item:before, .secColumn.typeD .container .item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dotted #add98e;
  border-radius: 9px;
}

.secColumn.typeA .container .item .picture, .secColumn.typeC .container .item .picture, .secColumn.typeD .container .item .picture {
  overflow: hidden;
  border-radius: 9px;
}

.secColumn.typeA .container .item .hdTypeA, .secColumn.typeC .container .item .hdTypeA, .secColumn.typeD .container .item .hdTypeA {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.secColumn.typeA .container .item .explanation, .secColumn.typeC .container .item .explanation, .secColumn.typeD .container .item .explanation {
  position: relative;
  z-index: 2;
  margin-right: 3px;
  margin-left: 3px;
}

.secColumn.typeA .container .item:before {
  border-color: #99d3e3;
}

.secColumn.typeB .container .item {
  width: 320px;
  margin-bottom: 30px;
  padding: 20px 18px;
  border: 1px solid #6abc56;
  border-radius: 9px;
  background-color: #fff;
  font-size: 18px;
}

.secColumn.typeB .container .item:before {
  display: none;
}

.secColumn.typeB .container .item.picture {
  overflow: hidden;
  padding: 0;
  border: none;
}

.secColumn.typeB .container .item.picture img {
  width: auto;
  height: 100%;
	transform: translateX(-74px);
}

.secColumn.typeB .container .item.col2 {
  width: 670px;
}

.secColumn.typeC .container {
  padding-bottom: 50px;
}

.secColumn.typeC .container .item {
  margin-bottom: 40px;
}

.secColumn.typeC .container .item:before {
  border-color: #a9d788;
}

.secColumn.typeC .container .item .hdTypeA {
  border-bottom-color: #add98e;
}

.secColumn.typeC .container .item.col2 {
  width: 100%;
}

.secColumn.typeD .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.secColumn.typeD .container .item {
  position: relative;
  width: 320px;
  margin-left: 30px;
  margin-bottom: 30px;
}

.secColumn.typeD .container .item:before {
  border-color: #9ad894;
}

.page-patients-voice .secColumn.typeD .container .item:before {
  border-style: dashed;
}

.secColumn.typeD .container .item:nth-child(3n+1) {
  margin-left: 0;
}

.secColumn.typeD .container .item:last-child {
  background-color: transparent;
  border: none;
  text-align: center;
}

.secColumn.typeD .container .item:last-child:before {
  display: none;
}

@media screen and (max-width: 480px) {
  .secColumn.typeA .container .item, .secColumn.typeB .container .item, .secColumn.typeC .container .item, .secColumn.typeD .container .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
  }
  .secColumn.typeA .container .item:last-child, .secColumn.typeB .container .item:last-child, .secColumn.typeC .container .item:last-child, .secColumn.typeD .container .item:last-child {
    margin-bottom: 0;
  }
  .secColumn.typeA .container .item.col2, .secColumn.typeB .container .item.col2, .secColumn.typeC .container .item.col2, .secColumn.typeD .container .item.col2 {
    width: 100%;
  }
  .secColumn.typeA .container {
    margin-right: auto;
    margin-left: auto;
  }
  .secColumn.typeA .container .item {
    margin-bottom: 30px;
  }
  .secColumn.typeA .container .item .hdTypeA img {
    width: auto;
    height: 18px;
  }
  .secColumn.typeB .container .item {
    font-size: 14px;
  }
  .secColumn.typeB .container .item.picture img {
    width: 100%;
    height: auto;
	  transform: translateX(0);
  }
  .secColumn.typeC .container .item .hdTypeA img {
    width: auto;
    height: 18px;
  }
  .secColumn.typeD .container .item {
    padding: 19px;
  }
}

/*====================================================

  リンクスタイル

====================================================*/
/*----------------------------------------------------
    .ulTypeA
----------------------------------------------------*/
.ulTypeA {
  margin-left: 16px;
}

.ulTypeA li {
  position: relative;
}

.ulTypeA li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -16px;
  width: 8px;
  height: 8px;
  border: 1px solid #dfbe5e;
  border-radius: 50%;
}

.ulTypeA li + li {
  margin-top: 20px;
}

/*====================================================

  リンクスタイル

====================================================*/
/*----------------------------------------------------
    .linkTypeA
----------------------------------------------------*/
.linkTypeA {
  display: block;
  background: url(../img/bg_texture01.png) repeat 0 0;
  border-radius: 9px;
}

.linkTypeA:hover {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.linkTypeA:hover:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
    .linkTypeB
----------------------------------------------------*/
.linkTypeB {
  margin-right: 7px;
  padding-right: 26px;
  background: url(../img/icn_link01.gif) no-repeat 100% 50%;
  background-size: 16px 15px;
}

.sd .linkTypeB {
  background-image: url(../img/icn_link02.gif);
}

/*====================================================

  背景スタイル

====================================================*/
/*----------------------------------------------------
    .bgTypeA
----------------------------------------------------*/
.bgTypeA {
  background: url(../img/bg_texture02.jpg) no-repeat 50% 0;
  background-size: cover;
}

/*----------------------------------------------------
    .bgTypeB
----------------------------------------------------*/
.bgTypeB {
  background: url(../img/bg_texture03.jpg) no-repeat 50% 0;
  background-size: cover;
}

/*----------------------------------------------------
    .bgTypeC
----------------------------------------------------*/
.bgTypeC {
  background: url(../img/bg_texture04.jpg) no-repeat 50% 0;
  background-size: cover;
}

/*====================================================

  文字スタイル

====================================================*/
/*----------------------------------------------------
    em
----------------------------------------------------*/
em {
  font-style: normal;
  font-weight: normal;
  color: #df3f3f;
}

/*----------------------------------------------------
    .colorTypeA
----------------------------------------------------*/
.colorTypeA {
  color: #df3f3f;
}

/*----------------------------------------------------
    .imgReplaceXX
----------------------------------------------------*/
.imgReplace, .imgReplace01 {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 3px 50%;
}

.imgReplace01 {
  height: 52px;
  background-image: url(../img/hd_prenatal-checkup10_01.png);
  background-size: auto 26px;
}

@media screen and (max-width: 480px) {
  .imgReplace01 {
    height: 68px;
    background-image: url(../img/hd_prenatal-checkup10_02.png);
    background-size: auto 40px;
  }
}

/*====================================================
 *
 *
 *   Object:Project
 *
 *
====================================================*/
/*====================================================

  トップページ

====================================================*/
/*----------------------------------------------------
    #mainVisual
----------------------------------------------------*/
#mainVisual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 680px;
  margin-bottom: 70px;
}

#mainVisual .secSlides {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#mainVisual .secSlides .picture {
  width: 100%;
  height: auto;
}

#mainVisual .secText {
  position: absolute;
  top: 465px;
  left: 50%;
  z-index: 2;
}

@media screen and (min-width: 481px) {
  #mainVisual .secText {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1361px) {
  #mainVisual {
    background-color: #efefef;
  }
  #mainVisual .secSlides {
    left: 50%;
    width: 1361px;
    margin-left: -680px;
  }
  #mainVisual .secSlides:before, #mainVisual .secSlides:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
  }
  #mainVisual .secSlides:before {
    left: 0;
    background: -webkit-linear-gradient(left, #efefef 0, rgba(239, 239, 239, 0) 100%);
    background: linear-gradient(90deg, #efefef 0, rgba(239, 239, 239, 0) 100%);
  }
  #mainVisual .secSlides:after {
    background: -webkit-linear-gradient(left, rgba(239, 239, 239, 0) 20%, rgba(239, 239, 239, 0.7) 80%, #efefef 100%);
    background: linear-gradient(90deg, rgba(239, 239, 239, 0) 20%, rgba(239, 239, 239, 0.7) 80%, #efefef 100%);
    right: 0;
  }
}

@media screen and (max-width: 1020px) {
  #mainVisual {
    width: 1020px;
  }
}

@media screen and (max-width: 480px) {
  #mainVisual {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 130px;
  }
  #mainVisual .secSlides {
    height: 100%;
  }
  #mainVisual .secSlides .picture {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #mainVisual .secText {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: 84px;
    padding: 10px;
    text-align: center;
  }
  #mainVisual .secText img {
    max-width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------
    .c-message--type01
----------------------------------------------------*/
.c-message--type01 {
	text-align: center;
	margin-bottom: 70px;
}

.c-message--type01 img {
	max-width: 95%;
}

/*----------------------------------------------------
    .bnr_covid19
----------------------------------------------------*/
.bnr_covid19 {
	text-align: center;
	margin-bottom: 70px;
}

.bnr_covid19 a img {
	max-width: 95%;
}


/*----------------------------------------------------
    .secHome01
----------------------------------------------------*/
.secHome01 {
  position: relative;
  height: 500px;
  margin-bottom: 80px;
}

.secHome01 .head, .secHome01 .explanation {
  margin: 0 210px;
  text-align: center;
}

.secHome01 .head {
  padding: 32px 0 24px;
}

.secHome01 .deco {
  position: absolute;
}

.secHome01 .deco01 {
  top: 0;
  left: 0;
}

.secHome01 .deco02 {
  top: 0;
  right: 4px;
}

.secHome01 .deco03 {
  bottom: 0;
  left: 2px;
}

.secHome01 .deco04 {
  bottom: 10px;
  right: 26px;
}

@media screen and (max-width: 480px) {
  .secHome01 {
    position: relative;
    width: 93.76%;
    height: auto;
    margin: 0 auto 50px;
  }
  .secHome01 .head, .secHome01 .explanation {
    margin: 0;
    text-align: center;
  }
  .secHome01 .head {
    padding: 0 0 15px;
  }
  .secHome01 .head img {
    max-width: 100%;
    height: auto;
  }
  .secHome01 .deco {
    display: none;
  }
}

/*----------------------------------------------------
    .secHome02
----------------------------------------------------*/
.secHome02 {
  margin-bottom: 85px;
  padding-top: 80px;
  padding-bottom: 100px;
}

.secHome02 .head {
  text-align: center;
  margin-bottom: 35px;
}

.secHome02 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.secHome02 .explanation {
  width: 543px;
}

.secHome02 .picture {
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  .secHome02 {
    margin-bottom: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .secHome02 .head {
    height: 52px;
    margin-bottom: 0;
    padding: 0 10px;
  }
  .secHome02 .head img {
    width: 95%;
    height: auto;
  }
  .secHome02 .head img + img {
    margin-top: 8px;
  }
  .secHome02 .container {
    margin: 0 10px;
  }
  .secHome02 .explanation {
    width: 100%;
    @inlucde textJustify;
  }
  .secHome02 .picture {
    margin: 15px 0;
  }
  .secHome02 .picture img {
    max-width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------
    .secHome03
----------------------------------------------------*/
.secHome03 .head {
  margin-bottom: 30px;
  text-align: center;
}

.secHome03 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.secHome03 .item {
  width: 300px;
  text-align: center;
}

.secHome03 a {
  display: inline-block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.secHome03 a:hover {
  opacity: 0.7;
}

.secHome03 .button {
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 480px) {
  .secHome03 .head {
    margin: 0 10px 30px;
  }
  .secHome03 .head img {
    width: auto;
    height: 17px;
    margin-top: 13px;
  }
  .secHome03 .head img + img {
    display: block;
    margin-top: 10px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  .secHome03 .head:before, .secHome03 .head:after {
    content: '';
    display: block;
    width: 148px;
    margin: 0 auto;
    height: 3px;
    background: url(../img/bg_line01.png) repeat-x 0 0;
    background-size: 8px 3px;
  }
  .secHome03 .item {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  .secHome03 .item img {
    max-width: 100%;
    height: auto;
  }
  .secHome03 .item + .item {
    margin-top: 40px;
  }
  .secHome03 .button {
    display: inline-block;
    width: 50%;
    text-align: center;
  }
}

/*----------------------------------------------------
    .secHome04
----------------------------------------------------*/
.secHome04 {
	margin-top: -40px;
	margin-bottom: 80px;
	text-align: center;
}

@media screen and (max-width: 480px) {
.secHome04 {
	width: 93.76%;
	height: auto;
	margin: 0 auto 50px;
}
}

.secHome04 img {
	max-width: 100%;
}

/*====================================================

  page-birth-hospitalization:出産・入院

====================================================*/
/*----------------------------------------------------
    .secBirthHospital01
----------------------------------------------------*/
.secBirthHospital01 {
  margin-bottom: 80px;
}

.secBirthHospital01 &gt; .head {
  margin-bottom: 30px;
  text-align: center;
}

.secBirthHospital01 .summary {
  margin-bottom: 35px;
  text-align: center;
}

.secBirthHospital01 .point {
  margin-bottom: 12px;
  text-align: center;
}

.secBirthHospital01 .notes {
  text-align: center;
}

.secBirthHospital01 .btn_link {
  text-align: center;
	display: block;
	width: 250px;
	margin: 15px auto;
}

@media screen and (max-width: 480px) {
  .secBirthHospital01 {
    width: 93.76%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
  }
  .secBirthHospital01 &gt; .head {
    height: 52px;
    margin-bottom: 20px;
  }
  .secBirthHospital01 &gt; .head img {
    width: auto;
    height: 100%;
  }
  .secBirthHospital01 .notes {
    margin-right: 10px;
    padding-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .secBirthHospital01 .point img {
    width: auto;
    height: 22px;
  }
}

/*----------------------------------------------------
    .secBirthHospital01
----------------------------------------------------*/
.secBirthHospital02 {
  padding-top: 88px;
  padding-bottom: 80px;
}

.secBirthHospital02 .head {
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.secBirthHospital02 .btn_link {
  text-align: center;
	display: block;
	width: 250px;
	margin: 15px auto;
}

@media screen and (max-width: 480px) {
  .secBirthHospital02 {
    padding: 40px 3.12%;
  }
  .secBirthHospital02 .head {
    margin-bottom: 30px;
  }
  .secBirthHospital02 .head img {
    width: auto;
    height: 45px;
  }
}

/*====================================================

  information:診療案内

====================================================*/
/*----------------------------------------------------
    .secInformation01
----------------------------------------------------*/
.secInformation01 .head {
  margin-bottom: 30px;
  text-align: center;
}

.secInformation01 .explanation {
  text-align: center;
}

.secInformation01 .explanation + .contact {
  margin-top: 35px;
}

.secInformation01 .contact {
  margin-bottom: 15px;
  padding: 30px;
  border: 1px dotted #9ad894;
  background-color: #fff;
}

.secInformation01 .contact + .explanation {
  font-size: 16px;
}

.secInformation01 .contact .notes {
  text-align: center;
}

.secInformation01 .tel {
  text-align: center;
}

.secInformation01 .tel span {
  font-weight: bold;
  font-size: 32px;
}

.secInformation01 .tel span:first-child {
  padding-left: 48px;
  background: url(../img/icn_tel01.png) no-repeat 0 50%;
}

.secInformation01 .tel span + span {
  padding-left: 4px;
  font-weight: normal;
  font-size: 18px;
}

.secInformation01 .notes {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .secInformation01 {
    width: 93.76%;
    margin-left: 3.12%;
    margin-right: 3.12%;
  }
  .secInformation01 .head {
    height: 52px;
  }
  .secInformation01 .head img {
    width: auto;
    max-height: 100%;
  }
  .secInformation01 .explanation {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .secInformation01 .contact {
    padding: 20px;
  }
  .secInformation01 .tel span:first-child {
    display: block;
    padding-top: 48px;
    padding-left: 0;
    background-position: 50% 0;
    line-height: 1.25;
    background-image: url(../img/icn_tel02.png);
    background-size: 37px 37px;
  }
  .secInformation01 .tel span + span {
    padding-left: 0;
  }
  .secInformation01 .notes {
    padding-top: 10px;
  }
}

/*  .secInformation01 &gt; .secConsultation
----------------------------------------------------*/
.secConsultation {
  margin-bottom: 80px;
  padding-top: 120px;
}

.secConsultation .hdTypeB {
  margin-bottom: 30px;
  line-height: 1;
}

.secConsultation .tableTypeA {
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .secConsultation {
    margin-bottom: 60px;
    padding-top: 60px;
  }
  .secConsultation .hdTypeB {
    margin-bottom: 20px;
    line-height: 1;
  }
  .secConsultation .hdTypeB span {
    display: inline-block;
    height: 18px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .secConsultation .hdTypeB span img {
    width: auto;
    max-height: 100%;
  }
  .secConsultation .hdTypeB:before, .secConsultation .hdTypeB:after {
    content: '';
    display: block;
    width: 148px;
    margin: 0 auto;
    height: 3px;
    background: url(../img/bg_line01.png) repeat-x 0 0;
    background-size: 8px 3px;
  }
  .secConsultation .hdTypeB:after {
    position: static;
  }
  .secConsultation .wrap {
    width: 100%;
    overflow: scroll;
  }
  .secConsultation .tableTypeA tbody th {
    white-space: nowrap;
  }
}

/*  .secInformation01 &gt; .secBelongings
----------------------------------------------------*/
.secBelongings .hdTypeB {
  margin-bottom: 45px;
  line-height: 1;
}

.secBelongings .notes {
  text-align: left;
}

.secBelongings .notes + .ulTypeA {
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .secBelongings .hdTypeB {
    margin-bottom: 20px;
  }
  .secBelongings .hdTypeB span {
    display: inline-block;
    height: 18px;
    margin-top: 13px;
    margin-bottom: 13px;
  }
  .secBelongings .hdTypeB span img {
    width: auto;
    max-height: 100%;
  }
  .secBelongings .hdTypeB:before, .secBelongings .hdTypeB:after {
    content: '';
    display: block;
    width: 148px;
    margin: 0 auto;
    height: 3px;
    background: url(../img/bg_line01.png) repeat-x 0 0;
    background-size: 8px 3px;
  }
  .secBelongings .hdTypeB:after {
    position: static;
  }
}

/*====================================================

  prenatal-checkup:妊婦健診

====================================================*/
/*----------------------------------------------------
    .secPrenatalCheckup01
----------------------------------------------------*/
.secPrenatalCheckup01 {
  margin-bottom: 80px;
}

.secPrenatalCheckup01 &gt; .head {
  margin-bottom: 30px;
  text-align: center;
}

.secPrenatalCheckup01 .summary {
  margin-right: 405px;
}

.secPrenatalCheckup01 &gt; .picture {
  float: right;
  border-radius: 9px;
}

.secPrenatalCheckup01 .summary, .secPrenatalCheckup01 &gt; .picture {
  margin-bottom: 90px;
}

.secPrenatalCheckup01 .secSchedule {
  clear: both;
}

.secPrenatalCheckup01 .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 80px;
  padding-top: 23px;
}

.secPrenatalCheckup01 .schedule .section {
  position: relative;
  width: 160px;
  height: 160px;
  padding-top: 33px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
}

.secPrenatalCheckup01 .schedule .section:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px dotted #e797ac;
}

.secPrenatalCheckup01 .schedule .section + .section {
  margin-left: 30px;
}

.secPrenatalCheckup01 .schedule .section span {
  border: none;
  background: none;
  display: block;
}

.secPrenatalCheckup01 .schedule .section .text {
  padding-top: 15px;
  padding-bottom: 4px;
}

.secPrenatalCheckup01 .schedule .section .notes {
  font-size: 12px;
  line-height: 1.5;
}

.secPrenatalCheckup01 .schedule .sec02 .text {
  padding-top: 6px;
  padding-bottom: 2px;
}

.secPrenatalCheckup01 .schedule .sec05 {
  width: 140px;
  height: 150px;
  padding-top: 10px;
  border: none;
  background-color: transparent;
}

.secPrenatalCheckup01 .schedule .sec05:after {
  display: none;
}

.secPrenatalCheckup01 .schedule .next {
  padding-top: 70px;
  text-align: center;
}

.secPrenatalCheckup01 .schedule .next .text {
  display: block;
  padding-top: 10px;
  font-size: 14px;
}

.secPrenatalCheckup01 .schedule .next01 {
  width: 30px;
}

.secPrenatalCheckup01 .schedule .next02,
.secPrenatalCheckup01 .schedule .next03,
.secPrenatalCheckup01 .schedule .next04 {
  width: 70px;
}

.secPrenatalCheckup01 .secMessage {
  padding: 15px 15px 20px;
  border: 1px dotted #ecc5b2;
  background-color: #fff;
}

.secPrenatalCheckup01 .secMessage .head {
  overflow: hidden;
  width: 858px;
  height: 62px;
  margin: 0 auto 8px;
  background: url(../img/hd_prenatal-checkup12_01.png) no-repeat 50% 50%;
  text-indent: 100%;
  white-space: nowrap;
}

.secPrenatalCheckup01 .secMessage .text {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .secPrenatalCheckup01 {
    margin-bottom: 40px;
    width: 93.76%;
    margin-right: auto;
    margin-left: auto;
  }
  .secPrenatalCheckup01 &gt; .head {
    height: 52px;
  }
  .secPrenatalCheckup01 &gt; .head img {
    width: auto;
    height: 100%;
  }
  .secPrenatalCheckup01 .summary {
    margin-right: 0;
  }
  .secPrenatalCheckup01 &gt; .picture {
    float: none;
    width: 100%;
    height: auto;
  }
  .secPrenatalCheckup01 .summary, .secPrenatalCheckup01 &gt; .picture {
    margin-bottom: 30px;
  }
  .secPrenatalCheckup01 .secSchedule .hdTypeB span {
    height: 35px;
    margin-top: 13px;
    margin-bottom: 13px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .secPrenatalCheckup01 .secSchedule .hdTypeB span img {
    width: auto;
    height: 100%;
  }
  .secPrenatalCheckup01 .secSchedule .hdTypeB:before, .secPrenatalCheckup01 .secSchedule .hdTypeB:after {
    content: '';
    display: block;
    width: 148px;
    margin: 0 auto;
    height: 3px;
    background: url(../img/bg_line01.png) repeat-x 0 0;
    background-size: 8px 3px;
  }
  .secPrenatalCheckup01 .secSchedule .hdTypeB:after {
    position: static;
  }
  .secPrenatalCheckup01 .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 160px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-top: 23px;
  }
  .secPrenatalCheckup01 .schedule .section + .section {
    margin-left: 0;
  }
  .secPrenatalCheckup01 .schedule .sec05 {
    width: 140px;
    height: 140px;
    padding-top: 0;
    border: none;
    background-color: transparent;
  }
  .secPrenatalCheckup01 .schedule .next {
    width: 160px;
    padding-top: 0;
    text-align: center;
  }
  .secPrenatalCheckup01 .schedule .next img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .secPrenatalCheckup01 .schedule .next .text {
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
    font-size: 14px;
  }
  .secPrenatalCheckup01 .schedule .next .text br {
    display: none;
  }
  .secPrenatalCheckup01 .schedule .next span {
    display: block;
    padding-top: 10px;
  }
  .secPrenatalCheckup01 .schedule .next span:first-child {
    padding-top: 15px;
  }
  .secPrenatalCheckup01 .schedule .next01 {
    width: 160px;
  }
  .secPrenatalCheckup01 .schedule .next01 span {
    margin-bottom: 15px;
  }
  .secPrenatalCheckup01 .schedule .next02,
  .secPrenatalCheckup01 .schedule .next03,
  .secPrenatalCheckup01 .schedule .next04 {
    width: 160px;
  }
  .secPrenatalCheckup01 .secMessage .head {
    width: 100%;
    height: 75px;
    margin-bottom: 15px;
    background-image: url(../img/hd_prenatal-checkup12_02.png);
    background-size: auto 100%;
  }
  .secPrenatalCheckup01 .secMessage .text {
    text-align: left;
  }
}

/*----------------------------------------------------
    .secPrenatalCheckup02
----------------------------------------------------*/
.secPrenatalCheckup02 {
  margin-bottom: 80px;
  padding-top: 93px;
}

.secPrenatalCheckup02 .head {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .secPrenatalCheckup02 {
    margin-bottom: 40px;
    padding: 40px 10px 0;
  }
  .secPrenatalCheckup02 .head {
    height: 43px;
    margin-bottom: 20px;
  }
  .secPrenatalCheckup02 .head img {
    width: auto;
    height: 100%;
  }
}

/*----------------------------------------------------
    .secPrenatalCheckup03
----------------------------------------------------*/
.secPrenatalCheckup03 {
  padding-top: 13px;
}

.secPrenatalCheckup03 .head {
  margin-bottom: 47px;
  text-align: center;
}

.secPrenatalCheckup03 .wrap .picture {
  float: left;
  width: 360px;
  margin-bottom: 80px;
}

.secPrenatalCheckup03 .wrap .picture img {
  border-radius: 9px;
}

.secPrenatalCheckup03 .wrap .picture img + img {
  margin-top: 20px;
}

.secPrenatalCheckup03 .wrap .explanation {
  float: right;
  width: 600px;
}

.secPrenatalCheckup03 .wrap .explanation .hdTypeA {
  margin-bottom: 20px;
  padding-top: 0;
}

.secPrenatalCheckup03 .wrap .explanation .text {
  margin-bottom: 15px;
}

.secPrenatalCheckup03 .wrap .explanation .text p {
  margin-bottom: 20px;
}

.secPrenatalCheckup03 .wrap .notes {
  margin-bottom: 80px;
  padding-top: 4px;
  text-align: right;
}

.secPrenatalCheckup03 .secColumn {
  clear: both;
}

@media screen and (max-width: 480px) {
  .secPrenatalCheckup03 {
    width: 93.76%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
  }
  .secPrenatalCheckup03 .head {
    height: 52px;
  }
  .secPrenatalCheckup03 .head img {
    width: auto;
    max-height: 100%;
  }
  .secPrenatalCheckup03 .wrap .picture {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .secPrenatalCheckup03 .wrap .picture img {
    max-width: 100%;
    height: auto;
  }
  .secPrenatalCheckup03 .wrap .explanation {
    float: none;
    width: 100%;
  }
  .secPrenatalCheckup03 .wrap .explanation .hdTypeA {
    height: 18px;
    box-sizing: content-box;
  }
  .secPrenatalCheckup03 .wrap .explanation .hdTypeA img {
    width: auto;
    max-height: 100%;
  }
  .secPrenatalCheckup03 .wrap .notes {
    margin-bottom: 40px;
  }
}

/*====================================================

  patients-voice:患者さまの声

====================================================*/
/*----------------------------------------------------
    .secPatientsVoice01
----------------------------------------------------*/
.secPatientsVoice01 .head {
  margin-bottom: 45px;
  text-align: center;
}

.secPatientsVoice01 .notes {
  margin-bottom: 12px;
  text-align: right;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .secPatientsVoice01 {
    width: 93.76%;
    margin-left: auto;
    margin-right: auto;
  }
  .secPatientsVoice01 .head {
    height: 52px;
    margin-bottom: 20px;
  }
  .secPatientsVoice01 .head img {
    width: auto;
    height: 100%;
  }
  .secPatientsVoice01 .notes {
    font-size: 12px;
    margin-right: 10px;
  }
}

/*====================================================
 *
 *
 *   Object:Utility
 *
 *
====================================================*/
/*----------------------------------------------------
    float
----------------------------------------------------*/
.fll {
  float: left !important;
}

img.fll {
  margin: 0 10px 10px 0;
}

.flr {
  float: right !important;
}

img.flr {
  margin: 0 0 10px 10px;
}

.clb {
  clear: both;
}

/*----------------------------------------------------
    text
----------------------------------------------------*/
.tac {
  text-align: center !important;
}

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

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

.ti, .ti p {
  text-indent: 1em !important;
}

.ttu {
  text-transform: uppercase !important;
}

/*----------------------------------------------------
    margin, padding
----------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

/*----------------------------------------------------
    角丸
----------------------------------------------------*/
.bdrsAll {
  border-radius: 50% !important;
}

.bdrs5 {
  border-radius: 5px !important;
}

.bdrs10 {
  border-radius: 10px !important;
}

.bdrs20 {
  border-radius: 20px !important;
}

/*----------------------------------------------------
    CSS ロールオーバー
----------------------------------------------------*/
.ro:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.rot {
  display: inline-block;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.rot:hover {
  opacity: 0.7;
}

/*----------------------------------------------------
    clearfix
----------------------------------------------------*/
.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*# sourceMappingURL=../css/base.css.map */
</pre></body></html>