@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

.wrapper {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
}

h1,
h2,
h3,
p,
ul,
li,
a,
th,
td {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  font-size: 1.6rem;
}

img {
  border: none;
  vertical-align: bottom;
}

p {
  margin: 0;
  text-align: left;
  font-size: 1.73rem;
  line-height: 1.6;
}

@media only screen and (max-width: 599px) {
  p {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  table th,
  table td {
    font-size: 14px;
  }
}

a {
  display: block;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

.flex-style, .h1-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-style-smp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .flex-style-smp {
    display: block;
  }
}

.fstart, article .topi-one {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ait {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aic, .h1-bg {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner {
  position: relative;
  text-align: left;
  width: 100%;
  height: 120px;
  margin: 0 auto;
  z-index: 1000;
}

@media only screen and (max-width: 599px) {
  #inner {
    height: auto;
  }
}

.header-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 599px) {
  .header-cnt {
    display: block;
    height: auto;
  }
}

@media only screen and (min-width: 600px) {
  .header-cnt.height-ad {
    height: 77px;
  }
}

header {
  width: 100%;
  min-width: 1220px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  header {
    min-width: 0;
  }
}

.h1-bg {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: #000;
}

@media only screen and (max-width: 599px) {
  .h1-bg {
    height: auto;
  }
}

h1 {
  right: 0;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
  color: #ffc000;
  font-size: 1.46rem;
}

@media only screen and (max-width: 599px) {
  h1 {
    font-size: 10px;
  }
}

h2 {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 2.39rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media only screen and (max-width: 599px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 2.39rem;
  font-weight: bold;
  text-align: left;
}

h3::before {
  display: block;
  content: "";
  width: 19px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/h3-bg.png) no-repeat center center;
}

@media only screen and (max-width: 599px) {
  h3 {
    font-size: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  h3::before {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
}

h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto 5px;
  color: #007a5a;
  font-size: 1.86rem;
  text-align: left;
  font-weight: bold;
}

h4::before {
  display: block;
  content: "";
  width: 10px;
  height: 18px;
  margin-right: 8px;
  background: url(../img/h4-bg.png) no-repeat center center;
}

.logo-box {
  width: 395px;
}

.logo-box p:nth-of-type(2) {
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

@media only screen and (max-width: 599px) {
  .logo-box {
    width: auto;
    margin: 0 auto;
    padding: 10px 0;
  }
  .logo-box .logo-image {
    margin-right: 5px;
  }
  .logo-box .logo-text {
    width: calc(100% - 135px);
  }
  .logo-box a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .logo-box p {
    text-align: center;
  }
}

.clear-fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-lock {
  position: relative;
  width: 1220px;
  margin: 0 auto;
  z-index: 5;
}

.header-lock_inner {
  position: relative;
  width: 1220px;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .header-lock_inner {
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  #inner .fixed-header {
    position: fixed;
    width: 100%;
    min-width: 1220px;
    top: 0;
    height: auto;
    background: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 200;
  }
  #inner .fixed-header #gnavi {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

#gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0, 5px);
          transform: translate(0, 5px);
}

#gnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}

#gnavi ul li {
  position: relative;
  letter-spacing: 1px;
  z-index: 5;
  -webkit-transition: .3s;
  transition: .3s;
}

#gnavi ul li a {
  position: relative;
  display: block;
  padding: 0 37px;
  font-size: 16px;
  overflow: unset;
}

#gnavi ul li a::after {
  content: "";
  display: block;
  width: 20px;
  margin: 0 auto;
  border-bottom: solid 1px #158f46;
  opacity: 0;
}

#gnavi ul li p {
  text-align: center;
}

#gnavi ul li:nth-last-of-type(1) {
  margin-left: 30px;
  padding: 6px 10px 4px;
  background: #158f46;
}

#gnavi ul li:nth-last-of-type(1) p {
  color: #fff;
  font-size: 18.6px;
}

#gnavi ul li:hover > a {
  opacity: 1;
}

#gnavi ul li:hover > a::after {
  opacity: 1;
}

@media only screen and (max-width: 599px) {
  #gnavi {
    display: none;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  #gnavi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #fff;
  }
  #gnavi ul li {
    width: 50%;
    height: auto;
    border-bottom: 1px #262626 solid;
  }
  #gnavi ul li:nth-of-type(odd) {
    border-left: 1px #262626 solid;
  }
  #gnavi ul li:nth-of-type(1) {
    width: 100%;
    border-right: none;
  }
  #gnavi ul li:nth-last-of-type(1) {
    display: none;
  }
  #gnavi ul li a {
    padding: 5px 0;
    line-height: 1.6;
    font-size: 1.4rem;
    background: none;
  }
  #gnavi ul li a::after {
    display: none;
  }
}

#smp-menu {
  display: none;
}

@media only screen and (max-width: 599px) {
  #smp-menu {
    display: block;
    width: 100%;
    color: #262626;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    cursor: pointer;
    border-top: solid 1px #262626;
    border-bottom: 1px #262626 solid;
    background: #fff;
  }
}

#home #gnavi ul li:nth-of-type(1) a::after {
  opacity: 1;
}

#business #gnavi ul li:nth-of-type(2) a::after {
  opacity: 1;
}

#company #gnavi ul li:nth-of-type(3) a::after {
  opacity: 1;
}

/* スライド */
#slider img {
  width: 100%;
}

/* トップ */
.slides img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.index-box {
  margin: 0 auto 0px;
}

.index-box .child {
  width: 48%;
  max-width: 270px;
  margin-bottom: 25px;
}

.index-box .child img {
  width: 100%;
  margin-bottom: 10px;
}

section.wide-cnt {
  max-width: inherit;
  height: 550px;
  background: url(../img/wide-bg.jpg);
}

section.wide-cnt .child {
  width: 100%;
  max-width: 260px;
}

section.wide-cnt a {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 9px 0;
  border: solid 1px #fff;
}

section.wide-cnt a p {
  text-align: center;
}

/* セカンド */
#b01,
#b02,
#b03,
#b04,
#b05,
#b06,
#b07,
#b08,
#b09 {
  margin-top: -140px;
  padding-top: 140px;
}

#introduce-box {
  width: 100%;
  background-color: #deebf7;
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 599px) {
  #introduce-box {
    margin-bottom: 40px;
    background-position: center bottom;
  }
}

#introduce-box {
  background-image: url(../img/page-des__bg1.jpg);
}

#gynecology #introduce-box {
  background-image: url(../img/page-des__bg2.jpg);
}

#access #introduce-box {
  background-image: url(../img/page-des__bg3.jpg);
}

#page-des-in {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  #page-des-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#page-des h2 {
  margin: 0px auto 30px;
  padding: 65px 0 0;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}

#page-des h2 + p {
  font-size: 18.6px;
  font-weight: bold;
}

#page-des h2::after {
  display: none;
}

@media only screen and (max-width: 599px) {
  #page-des h2 {
    padding: 15px 5px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.85);
  }
}

.tp-box-parent {
  margin: 0 auto 90px;
  background: #F2F2F2;
}

@media only screen and (max-width: 599px) {
  .tp-box-parent {
    display: none;
  }
}

.tp-box {
  max-width: 1200px;
  height: 30px;
  margin: 0 auto;
}

#topic-path {
  margin-right: 30px;
  padding-right: 30px;
}

#topic-path ul li,
#topic-path ul li a {
  color: #000;
}

#topic-path ul li {
  margin-right: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

#topic-path ul li::before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 15px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topic-path ul li:nth-of-type(1)::before {
  display: none;
}

#topic-path ul li.link a {
  margin-right: 4px;
}

@media only screen and (max-width: 599px) {
  #topic-path {
    display: none;
  }
}

.page-nav {
  width: 700px;
}

.page-nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-nav ul::after {
  content: '';
  display: block;
  height: 0;
  visibility: 0;
  clear: both;
}

.page-nav ul li {
  margin: 0 20px 0 0;
}

.page-nav ul li:nth-last-of-type(1) {
  margin: 0;
}

.page-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 16px;
}

.page-nav a::before {
  content: "▸";
  display: block;
  margin-right: 5px;
  color: #158f46;
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  .page-nav {
    display: none;
  }
}

/*各エレメント設定
---------------------------------------------------------------------------*/
.contents-wrap {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 40px;
}

.gray-bg {
  margin-bottom: 60px;
  padding: 80px 0;
  background: #F2F2F2;
}

.gray-bg section {
  margin-bottom: 0;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 115px;
}

section.top-section {
  margin-bottom: 0;
}

section.first-mes {
  width: 100%;
  max-width: inherit;
  height: 170px;
  margin-bottom: 0;
  background: #000;
  color: #ffc000;
}

section.first-mes .child {
  width: 95%;
  max-width: 1200px;
}

section.first-mes p {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  section {
    width: 95%;
    margin: 0 auto 60px;
  }
  section.center {
    width: 100%;
    margin: 0 auto 20px;
  }
  section#company {
    margin: 0 auto 140px;
  }
  section.first-mes {
    height: auto;
  }
}

.contents-wrap section:nth-last-of-type(1) {
  margin: 0 auto 200px;
}

.content-box-inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  .content-box-inner {
    width: 95%;
    margin: 0 auto;
  }
}

/* 事業内容 */
.business-info section {
  margin-bottom: 70px;
}

.col3-i3 {
  width: 100%;
  margin: 0 auto 20px;
}

.col3-i3 .child {
  width: 100%;
  max-width: 380px;
}

@media only screen and (max-width: 599px) {
  .col3-i3 .child {
    margin: 0 auto 20px;
  }
  .col3-i3 .child p {
    text-align: center;
  }
}

.col3-t3 {
  width: 100%;
  border-top: solid 1px #D9D9D9;
}

.col3-t3 tr {
  border-bottom: solid 1px #D9D9D9;
}

.col3-t3 th,
.col3-t3 td {
  padding: 8px 20px 6px;
}

.col3-t3 th:nth-of-type(1) {
  width: 74%;
}

.col3-t3 th:nth-of-type(2),
.col3-t3 th:nth-of-type(3) {
  width: 13%;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .col3-t3 th:nth-of-type(1) {
    width: 40%;
  }
  .col3-t3 th:nth-of-type(2),
  .col3-t3 th:nth-of-type(3) {
    width: 30%;
    text-align: center;
  }
}

/* 企業情報 */
.box50 .child {
  width: 48.3%;
}

@media only screen and (max-width: 599px) {
  .box50 .child {
    width: 100%;
    margin-bottom: 40px;
  }
}

.company-info {
  width: 100%;
  border-top: solid 1px #7f7f7f;
}

.company-info tr {
  border-bottom: solid 1px #7f7f7f;
}

.company-info th,
.company-info td {
  padding: 7px 20px 5px;
}

.company-info th {
  width: 160px;
}

.iframe-box {
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
  padding: 50% 0 0 0;
}

.iframe-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 新着・お知らせ */
.select-content {
  table-layout: fixed;
  margin: 0px 0px 30px 0px;
  width: 100%;
}

.select-content tr {
  vertical-align: top;
}

.select-content td {
  border: solid 2px #fff;
}

.select-content td:nth-of-type(1) {
  width: 190px;
  text-align: center;
}

.select-content td:nth-of-type(2) {
  padding-left: 30px;
}

.select-content a {
  display: inline;
}

@media only screen and (max-width: 599px) {
  .select-content th,
  .select-content td {
    display: block;
    padding: 0;
  }
  .select-content td:nth-of-type(2) {
    padding-left: 0;
  }
}

article {
  width: 100%;
  height: auto;
  max-height: 300px;
  border-top: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  overflow-y: auto;
}

article .topi-one {
  padding: 20px 20px;
  border-bottom: solid 1px #bfbfbf;
}

article .topi-one:nth-last-of-type(1) {
  border-bottom: none;
}

article .di-box {
  margin-right: 30px;
}

article .icon-box {
  width: 100px;
  text-align: center;
  font-size: 1.46rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

article .icon-box.result {
  color: #ed7d31;
  border: solid 1px #ed7d31;
}

article .icon-box.news {
  color: #158f46;
  border: solid 1px #158f46;
}

article .cnt-box {
  width: calc(100% - 250px);
  font-size: 1.73rem;
}

@media only screen and (max-width: 599px) {
  article .cnt-box {
    width: 100%;
    font-size: 1.73rem;
  }
}

/*「個人情報保護方針」ページの表レイアウト
-------------------------------------------------------*/
ul.privacy {
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translate(25px, 0);
  transform: translate(25px, 0);
}

@media only screen and (max-width: 599px) {
  ul.privacy {
    width: 100%;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

ul.privacy li {
  padding-bottom: 20px;
  list-style: decimal outside;
  text-align: left;
}

@media only screen and (max-width: 599px) {
  ul.privacy li {
    list-style: decimal inside;
  }
}

/*【サイトマップ】のレイアウト
-------------------------------------------------------*/
.sitemap ul {
  margin: 0;
}

.sitemap ul li {
  color: #000;
  padding: 0 0 30px 0;
  text-align: center;
}

.sitemap ul li a {
  display: inline;
  color: #000;
  text-decoration: underline;
}

.sitemap ul li a:hover {
  color: #666;
}

.sitemap ul .s-head {
  font-size: 2.66rem;
}

@media only screen and (max-width: 599px) {
  .sitemap ul li:not(.s-head) a {
    font-size: 1.6rem;
  }
  .sitemap ul li.s-head a {
    font-size: 1.86rem;
  }
}

/* フッター */
footer {
  position: relative;
  height: 570px;
  padding: 70px 0;
  background: url(../img/f-bg.jpg) no-repeat center center;
  background-size: cover;
}

footer .f-inner {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

footer .f-smap {
  margin: 0 auto 95px;
}

footer .f-smap ul li {
  height: 15px;
  padding: 0 15px;
  border-right: solid 1px #000;
}

footer .f-smap ul li a {
  font-size: 1.6rem;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

footer .f-smap ul li:nth-last-of-type(1) {
  border-right: none;
}

footer .f-upper {
  width: 100%;
  margin: 0 auto 30px;
}

footer .f-upper .logo-box {
  width: 428px;
  margin: 0 auto 20px;
}

footer .f-upper h2 {
  margin: 0 auto 80px;
}

footer .f-upper h2::after {
  display: none;
}

footer .f-upper h2 + p {
  margin-bottom: 20px;
}

footer .f-upper .tell-holiday {
  margin: 0 auto;
}

@media only screen and (max-width: 599px) {
  footer {
    height: auto;
    padding: 0;
  }
  footer .f-smap {
    margin-bottom: 0;
    padding: 0;
  }
  footer .f-smap ul {
    border-top: solid 1px #000;
  }
  footer .f-smap ul li {
    width: 50%;
    height: auto;
    padding: 2px 0;
    border: none;
    background: #fff;
    border-bottom: solid 1px #000;
  }
  footer .f-smap ul li:nth-of-type(1) {
    width: 100%;
  }
  footer .f-smap ul li:nth-of-type(even) {
    border-right: solid 1px #000;
  }
  footer .f-smap ul li a {
    padding: 5px 0;
    font-size: 1.4rem;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  footer .f-smap ul li a p {
    text-align: center;
  }
  footer .f-upper {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
  }
  footer .f-upper table {
    margin: 0 auto;
  }
  footer .f-upper table th,
  footer .f-upper table td {
    display: block;
    text-align: center;
  }
  footer .f-upper table th {
    font-weight: bold;
  }
  footer .f-upper table td:nth-last-of-type(1) {
    margin-bottom: 15px;
  }
  footer .f-upper .child {
    margin: 0 auto 20px;
  }
  footer .f-upper .logo-box {
    width: auto;
  }
  footer .logo-box + p,
  footer .f-3r,
  footer .f-3r > p {
    text-align: center;
  }
}

#copyright {
  position: relative;
  width: 100%;
  color: #ffc000;
  background: black;
}

#copyright p {
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: .3px;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
}
/*# sourceMappingURL=style.css.map */