@charset "UTF-8";
/******************************************************
fonts
******************************************************/
/******************************************************
スマートフォン
******************************************************/
html {
  font-size: 62.5%;
  /*10px 1em */
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #3f1200;
  font-family: sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  position: relative;
  font-weight: 500; }

a {
  text-decoration: none;
  color: #3f1200; }

.relative {
  position: relative; }

.cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

#wrap {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  padding-top: 75px; }

#spmenu {
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: -100%;
  top: 75px;
  width: 100%;
  height: calc(100% - 75px);
  z-index: 100;
  transition: all 0.4s cubic-bezier(1, 0.2, 0.2, 1) 0.1s;
  backface-visibility: hidden; }
  #spmenu .mainpage {
    background: url(../img/bg.jpg) repeat 0 0;
    background-size: 500px 375px; }
    #spmenu .mainpage li {
      border-bottom: #3f1200 solid 0.5px; }
      #spmenu .mainpage li a {
        position: relative;
        display: block;
        height: 60px;
        line-height: 60px;
        font-size: 1.5rem;
        font-weight: 600;
        padding-left: 40px;
        color: #3f1200;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: left;
        font-weight: 600; }
        #spmenu .mainpage li a i {
          color: #ed3f03;
          padding-right: 10px;
          position: absolute;
          left: 10px;
          top: 0;
          line-height: 60px;
          text-align: center; }
    #spmenu .mainpage li:nth-child(4) i {
      font-size: 2rem;
      left: 12px; }
  #spmenu .subpage {
    background: url(../img/bg2.jpg) repeat 0 0;
    background-size: 500px 375px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    #spmenu .subpage li {
      width: 50%;
      border-right: #3f1200 solid 0.5px;
      border-bottom: #3f1200 solid 0.5px;
      box-sizing: border-box; }
      #spmenu .subpage li a {
        position: relative;
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 1.3rem;
        color: #3f1200;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        text-align: center;
        font-weight: 600;
        font-feature-settings: "palt"; }
        #spmenu .subpage li a i {
          color: #ed3f03;
          padding-right: 10px;
          position: absolute;
          left: 10px;
          top: 0;
          line-height: 50px;
          text-align: center; }
    #spmenu .subpage li:nth-child(2n), #spmenu .subpage li:last-child {
      border-right: 0; }
    #spmenu .subpage li:nth-child(5) {
      width: 100% !important;
      border-right: 0; }
    #spmenu .subpage li:nth-child(6) {
      border-right: #3f1200 solid 0.5px; }
  #spmenu p {
    display: block;
    line-height: 50px;
    background: #fff;
    font-size: 1.2rem;
    text-align: center; }
    #spmenu p i {
      font-size: 1.6rem;
      position: relative;
      top: 2px;
      margin-right: 10px; }

.slide-open header {
  z-index: 1000; }
  .slide-open header #slidemenuCover p {
    transform: rotate(225deg) !important; }
    .slide-open header #slidemenuCover p span:nth-child(1) {
      top: 19px !important;
      left: 9px !important;
      width: 23px !important;
      transform: rotate(270deg); }
    .slide-open header #slidemenuCover p span:nth-child(2) {
      opacity: 0; }
    .slide-open header #slidemenuCover p span:nth-child(3) {
      top: 19px !important;
      left: 9px !important;
      width: 23px !important;
      transform: rotate(180deg); }

.slide-open #wrap {
  filter: blur(5px); }
  .slide-open #wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100; }

.slide-open #spmenu {
  left: 0; }

header {
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed; }
  header .seo {
    line-height: 15px;
    background: #ed3f03;
    text-align: left;
    color: #fff;
    font-size: 10px;
    width: 100%;
    overflow: hidden; }
    header .seo span {
      display: inline-block;
      transform: scale(0.8, 0.8);
      white-space: nowrap; }
  header .headerContent {
    width: 100%;
    background: url(../img/bg.jpg) repeat center center;
    background-size: 500px 375px;
    height: 60px;
    position: relative; }
    header .headerContent .logo {
      display: block;
      padding: 15px 0 15px 10px; }
      header .headerContent .logo a {
        display: block; }
      header .headerContent .logo img {
        width: auto;
        height: 30px; }
    header .headerContent .rsvBox {
      position: absolute;
      right: 10px;
      top: 10px;
      display: flex;
      justify-content: flex-start; }
      header .headerContent .rsvBox li a, header .headerContent .rsvBox li p {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #3f1200;
        text-align: center; }
        header .headerContent .rsvBox li a i, header .headerContent .rsvBox li p i {
          color: #fff;
          font-size: 22px;
          line-height: 40px; }
      header .headerContent .rsvBox li#slidemenuCover p {
        background: #ed3f03;
        position: relative;
        transform: rotate(0deg);
        transition: all 0.4s ease-in-out 0.4s;
        backface-visibility: hidden;
        cursor: pointer; }
        header .headerContent .rsvBox li#slidemenuCover p span {
          position: absolute;
          left: 9.5px;
          top: 12px;
          display: inline-block;
          width: 21px;
          height: 2px;
          background: #efd8bb;
          transition: all 0.4s ease;
          backface-visibility: hidden; }
        header .headerContent .rsvBox li#slidemenuCover p span + span {
          top: 19px; }
        header .headerContent .rsvBox li#slidemenuCover p span + span + span {
          top: 26px; }
      header .headerContent .rsvBox li + li {
        margin-left: 5px; }

section {
  padding: 30px 20px; }
  section h2 {
    padding-bottom: 30px; }
    section h2 em {
      display: block;
      line-height: 1;
      font-family: "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      text-align: center;
      font-size: 2.4rem;
      font-weight: 600; }
    section h2 small {
      display: block;
      line-height: 1;
      color: #ed3f03;
      text-align: center;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: bold;
      font-size: 1rem;
      padding-top: 8px; }

.btn {
  display: block;
  width: 250px;
  height: 45px;
  margin: 0 auto;
  line-height: 45px;
  text-align: center;
  background: #ed3f03;
  font-size: 1.5rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }
  .btn span {
    position: relative;
    z-index: 10;
    font-weight: 600; }
  .btn i {
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 45px;
    transition: all 0.2s ease;
    backface-visibility: hidden; }
  .btn.blue {
    background: #004ead; }
  .btn:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: skew(-45deg) scaleX(0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.02);
    backface-visibility: hidden; }
  .btn.hover {
    color: #fff; }
    .btn.hover i {
      right: 10px; }
  .btn.hover:before {
    transform: skew(-45deg) scaleX(1.2); }

.sqImg {
  overflow: hidden; }
  .sqImg a {
    position: relative;
    display: block; }
    .sqImg a img {
      opacity: 1;
      transition: all 0.3s ease-in-out; }
    .sqImg a span {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      opacity: 1; }
    .sqImg a span:before,
    .sqImg a span:after {
      content: '';
      background: #ffffff;
      width: 200%;
      height: 200%;
      position: absolute;
      opacity: 0.5;
      transition: all 0.4s ease-in-out;
      z-index: 1; }
    .sqImg a span:after {
      top: 0;
      left: 0;
      transform: skew(-45deg) translateX(-150%); }
    .sqImg a span:before {
      right: 0;
      bottom: 0;
      transform: skew(-45deg) translateX(150%); }
    .sqImg a:before {
      content: "";
      position: absolute;
      left: 3px;
      top: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      border: #fff solid 0.5px;
      box-sizing: border-box;
      pointer-events: none;
      z-index: 100;
      transition: all 0.3s ease-in-out; }
    .sqImg a:after {
      content: "Read More";
      position: absolute;
      left: 0;
      top: 50%;
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1.2rem;
      margin-top: -1em;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #ed3f03;
      opacity: 0;
      z-index: 10;
      transition: all 0.3s ease-in-out 0.2s;
      pointer-events: none; }

.cover ~ figure.circleImg {
  display: inline-block;
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 50%; }
  .cover ~ figure.circleImg:before {
    content: "";
    display: block;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    border: rgba(255, 255, 255, 0.8) solid 0.5px;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    box-sizing: border-box; }
  .cover ~ figure.circleImg:after {
    content: "Read More";
    color: #ed3f03;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: calc(50% - 0.5em);
    z-index: 2;
    opacity: 0; }
  .cover ~ figure.circleImg img {
    transition: all 0.4s ease;
    backface-visibility: hidden;
    transform: scale(1, 1); }

#officeHours {
  padding: 30px 10px; }

.openTime {
  width: 100%;
  border: #3f1200 solid 1px;
  box-sizing: border-box;
  font-size: 10px; }
  .openTime thead th {
    background: #f4f6fa;
    border-bottom: #3f1200 solid 1px;
    border-right: #3f1200 solid 1px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0; }
    .openTime thead th:nth-child(4),
  .openTime thead th:nth-child(7) {
    color: #004ead; }
  .openTime thead th:last-child {
    border-right: 0;
    color: #da4207; }
  .openTime tbody th {
    border-bottom: #3f1200 solid 1px;
    border-right: #3f1200 solid 1px;
    text-align: center;
    vertical-align: middle;
    background: #fff; }
  .openTime tbody td {
    background: #fff;
    border-bottom: #3f1200 solid 1px;
    border-right: #3f1200 solid 1px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    padding: 8px; }
    .openTime tbody td:nth-child(4),
  .openTime tbody td:nth-child(7) {
    color: #004ead; }
  .openTime tbody td:nth-child(8) {
    color: #da4207; }

.openTime + small {
  display: block;
  padding-top: 5px;
  line-height: 1.3;
  font-size: 10px; }

.Calendar {
  padding: 30px 10px 10px; }

.CalendarBox > div + div {
  margin-top: 20px; }

.CalendarBox time {
  display: block;
  text-align: left;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3f1200;
  font-size: 1.8rem;
  border-bottom: #444444 solid 1px;
  padding-bottom: 10px;
  margin-bottom: 1px; }

.CalendarBox .CalendarTable {
  width: 100%;
  table-layout: fixed; }
  .CalendarBox .CalendarTable thead th {
    font-size: 10px;
    height: 30px;
    vertical-align: middle;
    line-height: 1;
    border-top: #444444 solid 1px;
    border-bottom: #444444 solid 2px; }
  .CalendarBox .CalendarTable thead th:nth-child(7) {
    color: #274e82; }
  .CalendarBox .CalendarTable thead th:first-child {
    color: #cd424e; }
  .CalendarBox .CalendarTable tbody td {
    vertical-align: top;
    border-bottom: #444444 solid 1px; }
    .CalendarBox .CalendarTable tbody td div {
      height: 50px;
      box-sizing: border-box;
      line-height: 38px;
      text-align: center;
      position: relative; }
    .CalendarBox .CalendarTable tbody td.closed div, .CalendarBox .CalendarTable tbody td.pm_close div, .CalendarBox .CalendarTable tbody td.am_close div, .CalendarBox .CalendarTable tbody td.close div, .CalendarBox .CalendarTable tbody td.other div {
      position: relative;
      color: #fff;
      z-index: 10; }
    .CalendarBox .CalendarTable tbody td.closed div:before, .CalendarBox .CalendarTable tbody td.close div:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 6px;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #cd424e;
      z-index: -1; }
    .CalendarBox .CalendarTable tbody td.closed div:after, .CalendarBox .CalendarTable tbody td.close div:after {
      content: "休診日";
      font-size: 10px;
      line-height: 1;
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #cd424e;
      letter-spacing: -1px; }
    .CalendarBox .CalendarTable tbody td.pm_close div:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 6px;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #4693d0;
      z-index: -1; }
    .CalendarBox .CalendarTable tbody td.pm_close div:after {
      content: "午後休診";
      font-size: 10px;
      line-height: 1;
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #4693d0;
      letter-spacing: -1px; }
    .CalendarBox .CalendarTable tbody td.am_close div:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 6px;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #c4a64d;
      z-index: -1; }
    .CalendarBox .CalendarTable tbody td.am_close div:after {
      content: "午前休診";
      font-size: 10px;
      line-height: 1;
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #c4a64d;
      letter-spacing: -1px; }
    .CalendarBox .CalendarTable tbody td.other div:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 6px;
      margin-left: -13px;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      background: #7ac9cc;
      z-index: -1; }
    .CalendarBox .CalendarTable tbody td.other div:after {
      content: "その他";
      font-size: 10px;
      line-height: 1;
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #7ac9cc;
      letter-spacing: -1px; }
  .CalendarBox .CalendarTable tbody td:nth-child(7) {
    color: #274e82; }

.bannerList {
  padding: 10px 0 0;
  text-align: center; }
  .bannerList li {
    position: relative;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px; }
    .bannerList li p {
      display: block;
      text-align: left;
      padding-left: 20px; }
    .bannerList li small {
      display: block;
      font-family: "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      z-index: 10;
      font-size: 1rem; }
    .bannerList li em {
      display: block;
      font-size: 2rem;
      font-family: "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      z-index: 10;
      line-height: 1.2;
      font-weight: 600; }
      .bannerList li em span {
        color: #e14243;
        font-size: 2.2rem; }
    .bannerList li:before {
      content: "";
      width: calc(100% - 6px);
      height: calc(100% - 6px);
      position: absolute;
      left: 3px;
      top: 3px;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.3); }
  .bannerList .contact {
    background-image: url(../../img/banner01.jpg); }
  .bannerList .recruit {
    background-image: url(../../img/banner02.jpg); }
  .bannerList .column {
    background-image: url(../../img/banner03.jpg); }

footer {
  background: url(../img/bg.jpg) repeat center center;
  background-size: 500px auto; }
  footer .f-banners {
    width: 100%;
    padding: 10px 10px 0;
    box-sizing: border-box; }
    footer .f-banners li {
      padding-bottom: 10px; }
  footer #googleMap {
    width: 100%;
    height: 200px;
    background: #fff; }
    footer #googleMap iframe {
      pointer-events: none; }
  footer .footerContents {
    padding: 10px;
    border-bottom: #3f1200 solid 1px;
    position: relative; }
    footer .footerContents .data {
      padding: 10px 10px 0; }
      footer .footerContents .data .f-logo img {
        height: 30px;
        width: auto; }
      footer .footerContents .data .f-logo small {
        display: block;
        padding-top: 10px; }
      footer .footerContents .data ul {
        padding-top: 20px; }
        footer .footerContents .data ul li {
          width: 100%;
          overflow: hidden; }
          footer .footerContents .data ul li em {
            float: left; }
          footer .footerContents .data ul li p {
            margin-left: 4em; }
      footer .footerContents .data .tel {
        display: block;
        text-align: center;
        font-family: "Swiss_721 W01 Bold";
        font-size: 2.8rem;
        color: #3f1200;
        line-height: 1;
        letter-spacing: 2px;
        padding: 20px 0; }
        footer .footerContents .data .tel i {
          position: relative;
          top: 2px;
          padding-right: 5px; }
    footer .footerContents .clinic {
      margin-top: 20px; }
    footer .footerContents #frog {
      width: 83px;
      height: auto;
      position: absolute;
      top: 10px;
      right: 10px; }
  footer .f-links {
    padding: 10px; }
    footer .f-links ul {
      display: flex;
      justify-content: flex-start;
      flex-flow: wrap; }
      footer .f-links ul li {
        white-space: nowrap;
        line-height: 2;
        margin-right: 10px; }
        footer .f-links ul li a {
          font-size: 1.2rem; }
          footer .f-links ul li a i {
            font-size: 10px;
            display: inline-block;
            transform: scale(0.5, 0.5); }
  footer .copy {
    background: #ed3f03;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 24px; }

.pageTop {
  position: fixed;
  right: 0px;
  bottom: -50px;
  transition: all 0.5s cubic-bezier(1, 0.2, 0.2, 1.6);
  backface-visibility: hidden;
  z-index: 100; }
  .pageTop a {
    width: 50px;
    height: 50px;
    background: #ed3f03;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    transition: all 0.2s ease;
    backface-visibility: hidden;
    opacity: 0.9; }
    .pageTop a i {
      transform: rotate(-90deg);
      display: inline-block;
      font-size: 1.6rem;
      line-height: 50px;
      color: #fff; }
  .pageTop.on {
    bottom: 0px; }

/******************************************************
subpage
******************************************************/
.subpageTitle {
  width: 100%;
  height: 125px;
  position: relative; }
  .subpageTitle h1 {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); }
    .subpageTitle h1 em {
      font-size: 2.4rem;
      font-family: "utsukushi", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      display: block;
      line-height: 1.35;
      padding-bottom: 0px;
      letter-spacing: -1px;
      font-weight: 600; }
    .subpageTitle h1 small {
      display: block;
      color: #ed3f03;
      font-size: 1rem;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      line-height: 1;
      letter-spacing: 1px;
      text-indent: 0.5em;
      font-weight: 600; }

.Breadcrumb {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  background: #f4f6fa; }
  .Breadcrumb li {
    height: 28px;
    line-height: 28px;
    font-size: 1rem;
    white-space: nowrap;
    background: #f4f6fa;
    padding: 0 12px;
    position: relative; }
    .Breadcrumb li:after {
      content: "";
      position: absolute;
      right: -14px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 0 14px 15px;
      border-color: transparent transparent transparent #f4f6fa;
      z-index: 1; }
    .Breadcrumb li a i {
      color: #ed3f03; }
  .Breadcrumb li + li {
    padding-left: 24px; }
    .Breadcrumb li + li:before {
      content: "";
      position: absolute;
      left: 1px;
      top: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 14px 0 14px 15px;
      border-color: transparent transparent transparent #fff; }
  .Breadcrumb li:nth-child(2) {
    background: #eef0f4; }
    .Breadcrumb li:nth-child(2):after {
      border-color: transparent transparent transparent #eef0f4; }
  .Breadcrumb li:nth-child(3) {
    background: #e9ebef; }
    .Breadcrumb li:nth-child(3):after {
      border-color: transparent transparent transparent #e9ebef; }
  .Breadcrumb li:nth-child(4) {
    background: #e6e8ec; }
    .Breadcrumb li:nth-child(4):after {
      border-color: transparent transparent transparent #e6e8ec; }

.subpage .textBox img {
  margin-bottom: 10px; }

.subpage .textBox h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.35;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-bottom: 10px; }

.subpage .textBox p {
  padding-bottom: 20px; }

.subpage section + section {
  padding-top: 0; }

/*# sourceMappingURL=style.map */