@charset "UTF-8";
/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 20px 0;
  min-height: 300px;
  font-size: 16px;
  line-height: 1.6; }
.postPage h2 {
  font-size: 28px;
  font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
  padding-bottom: 20px;
  color: #4D4D4D;
  position: relative;
  margin: 0 auto 30px; }
  .postPage h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #ECECEC;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .postPage h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 4px;
    background-color: #0c4291;
    bottom: 0;
    left: 0;
    z-index: 2; }
.postPage h3 {
  font-size: 26px;
  font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
  padding-left: 10px;
  background: #f0f4f8;
  padding: 16px 16px 16px 24px;
  margin: 0 auto 30px; }
  .postPage h3 span {
    display: block;
    padding: 4px 0 6px 10px;
    border-left: 3px solid #0c4291; }
.postPage h4 {
  font-size: 22px;
  font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
  padding-bottom: 15px;
  border-bottom: 1px dotted #0c4291;
  color: #333;
  position: relative;
  margin: 0 auto 30px; }
.postPage h5 {
  position: relative;
  z-index: 10;
  padding: 5px 10px 5px 20px;
  font-size: 20px;
  font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
  color: #273A62;
  margin: 0 auto 30px; }
  .postPage h5::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    margin-top: 10px;
    background-color: #0c4291;
    content: ""; }
.postPage h6 {
  font-size: 18px;
  font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
  color: #0c4291;
  margin: 0 auto 30px; }
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2; }
.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px; }
.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph; }
  .postPage p img {
    max-width: 100%;
    margin-bottom: 0; }
  .postPage p.tableAtt {
    margin: -20px 0 20px; }
.postPage img {
  margin-bottom: 10px !important; }
.postPage .bold {
  font-weight: bold; }
.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px; }
.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start; }
.postPage .imgWrap + .imgWrap {
  margin-top: 20px; }
.postPage .textLeft {
  text-align: left; }
.postPage .textCenter {
  text-align: center; }
.postPage .textRight {
  text-align: right; }
.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px; }
.postPage a {
  color: #1456c5 !important;
  text-decoration: underline !important; }
  .postPage a:hover {
    color: #00a4d1 !important;
    text-decoration: none !important; }
.postPage .btn {
  background: linear-gradient(90deg, #0C4290, #1456C4) !important;
  border: none !important;
  color: #fff !important;
  text-decoration: none !important; }
  .postPage .btn:hover {
    background: #fff !important;
    color: #1456c5 !important;
    border: 1px solid #1456c5 !important; }
    .postPage .btn:hover::after {
      color: #1456c5 !important; }
  .postPage .btn.type2 {
    background: #fff !important;
    color: #1456c5 !important;
    border: 1px solid #1456c5 !important; }
    .postPage .btn.type2::after {
      color: #1456c5 !important; }
    .postPage .btn.type2:hover {
      background: linear-gradient(90deg, #0C4290, #1456C4) !important;
      border: none !important;
      color: #fff !important;
      border: none !important; }
      .postPage .btn.type2:hover::after {
        color: #fff !important; }
.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse; }
  .postPage table caption {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin: 0; }
  .postPage table.type_b {
    margin-bottom: 70px; }
    .postPage table.type_b thead tr th {
      background: #0c4291;
      color: #fff;
      text-align: center;
      display: table-cell !important;
      border-left: 3px solid #fff; }
      .postPage table.type_b thead tr th:first-child {
        border-left: none !important; }
    .postPage table.type_b tr {
      background: #f0f4f8; }
      .postPage table.type_b tr th {
        background: #f0f4f8;
        color: #0c4291;
        text-align: center;
        vertical-align: middle;
        display: table-cell !important;
        border-bottom: 3px solid #fff; }
      .postPage table.type_b tr td {
        display: table-cell !important;
        width: 40%;
        padding: 20px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff; }
      @media print, screen and (max-width: 768px) {
        .postPage table.type_b tr td {
          display: table-cell !important;
          width: 40%;
          padding: 10px;
          border-left: 3px solid #fff;
          border-bottom: 3px solid #fff; } }
  .postPage table.type_b2 {
    margin-bottom: 70px; }
    .postPage table.type_b2 tr {
      background: #f0f4f8; }
      .postPage table.type_b2 tr th {
        background: #0c4291;
        color: #fff;
        text-align: center;
        display: table-cell !important;
        border-left: 3px solid #fff; }
        .postPage table.type_b2 tr th:first-child {
          border-left: none !important; }
      .postPage table.type_b2 tr td {
        display: table-cell !important;
        width: 33%;
        padding: 25px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff; }
      @media print, screen and (max-width: 768px) {
        .postPage table.type_b2 tr td {
          display: table-cell !important;
          width: 33%;
          padding: 10px;
          border-left: 3px solid #fff;
          border-bottom: 3px solid #fff; } }
.postPage .table_w {
  width: 100%;
  overflow-x: scroll; }
.postPage .tableSc {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; }
  .postPage .tableSc table {
    width: 100%; }
    .postPage .tableSc table tr:nth-of-type(odd) {
      background: none; }
    .postPage .tableSc table tr th, .postPage .tableSc table tr td {
      display: table-cell;
      border-collapse: collapse;
      width: inherit; }
    .postPage .tableSc table tr th {
      text-align: center;
      vertical-align: middle;
      min-width: inherit; }
      .postPage .tableSc table tr th + th {
        border-left: 1px solid #333; }
    .postPage .tableSc table tr td + td {
      border-left: 1px solid #333; }
    .postPage .tableSc table tr td:nth-of-type(1) {
      border-left: none; }
.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative; }
  .postPage blockquote:before {
    content: '\f10d';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    left: 10px;
    top: 10px; }
  .postPage blockquote:after {
    content: '\f10e';
    position: absolute;
    display: block;
    font: 20px/1 FontAwesome;
    right: 10px; }
  .postPage blockquote p {
    margin: 0 0 15px; }
    .postPage blockquote p:last-child {
      margin-bottom: 0; }
.postPage dl {
  margin: 0 0 30px; }
  .postPage dl dt {
    font-weight: bold; }
  .postPage dl dd {
    margin: 0;
    margin-bottom: 15px; }
.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0; }
  .postPage ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0px 24px;
    margin-bottom: 5px; }
    .postPage ul li::before {
      position: absolute;
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 20px;
      background: #1456c7;
      left: 0;
      top: 6px; }
    .postPage ul li ul {
      padding: 0 0 10px;
      margin: 10px 0 0 1em; }
  .postPage ul.iconList li {
    padding: 0 0 0 1em; }
    .postPage ul.iconList li:before {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      content: '';
      width: 10px;
      height: 10px;
      background: #333;
      border-radius: 50%;
      margin-right: .5em; }
  .postPage ul.check_list li {
    background: url("../img/common/check_list.png") no-repeat top 3px left;
    padding: 0 0 4px 32px; }
    .postPage ul.check_list li::before {
      content: none !important; }
.postPage ol {
  margin: 0 15px 20px;
  padding: 0 0 0 1em; }
  .postPage ol li {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: decimal-leading-zero; }
    .postPage ol li::marker {
      color: #1456c7 !important; }
    .postPage ol li:last-child {
      margin: 0 0 10px; }
    .postPage ol li ol {
      margin: 10px 0;
      padding: 0 0 0 1em; }
.postPage address {
  font-style: normal; }
.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px; }
.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .postPage .youtubeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.postPage .column2Wrap {
  padding: 0 !important; }
.postPage .gray-box {
  width: 100%;
  background: #f0f4f8;
  padding: 20px;
  margin-bottom: 5px; }
  .postPage .gray-box .column3Wrap {
    margin-bottom: 0; }
    .postPage .gray-box .column3Wrap .columnBox {
      flex-basis: 100% !important;
      max-width: 100% !important; }
    @media print, screen and (max-width: 1000px) {
      .postPage .gray-box .column3Wrap .columnBox {
        margin-top: 0 !important;
        margin-bottom: 20px !important; } }
    @media print, screen and (min-width: 768px) {
      .postPage .gray-box .column3Wrap .columnBox {
        flex-basis: 31% !important;
        max-width: 31% !important; }
      .postPage .gray-box .column3Wrap::nth-of-type(n+3) {
        margin-top: 0 !important; } }
.postPage .gray-box_w {
  padding-bottom: 80px; }
.postPage .message-box_r {
  padding: 60px 58px;
  border: 1px solid #0c4291;
  background: #F0F4F8;
  position: relative;
  margin: 100px 0 50px; }
  .postPage .message-box_r h4 {
    border: none !important;
    padding-bottom: 3px; }
    .postPage .message-box_r h4 span {
      background: linear-gradient(transparent 60%, #bee5f6 60%); }
  .postPage .message-box_r::before {
    content: "";
    position: absolute;
    width: 147px;
    height: 40px;
    background: #0c4291 url("../img/icon/message.svg") no-repeat center;
    background-size: 100px;
    top: -40px;
    left: -1px; }
  .postPage .message-box_r .column2Wrap:last-child {
    margin-bottom: 0 !important; }
@media print, screen and (max-width: 768px) {
  .postPage .message-box_r {
    padding: 30px 15px; } }
.postPage .c1_text {
  background: #00a4d1;
  width: 100%;
  padding: 13px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
.postPage .c2_text {
  background: #1456c5;
  width: 100%;
  padding: 13px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
.postPage .c3_text {
  background: #0c428f;
  width: 100%;
  padding: 13px 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
.postPage .column2Wrap.lp3_7 .columnBox:last-of-type {
  flex-basis: calc( 100% - 362px);
  max-width: calc( 100% - 362px); }
@media print, screen and (max-width: 768px) {
  .postPage .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: 100%;
    max-width: 100%; } }
.postPage .step_box .step_c_box {
  padding-bottom: 20px;
  border-bottom: solid 1px #1456c7;
  position: relative;
  margin-bottom: 45px; }
  .postPage .step_box .step_c_box:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2; }
  .postPage .step_box .step_c_box:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #1456c7;
    z-index: 1; }
  .postPage .step_box .step_c_box h4 {
    border: none;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #1456c7;
    font-size: 20px;
    margin-bottom: 0; }
    .postPage .step_box .step_c_box h4 span {
      background: #1456c7;
      color: #fff;
      padding: 10px;
      margin-right: 15px;
      font-size: 18px; }
  .postPage .step_box .step_c_box:last-child {
    border: none; }
    .postPage .step_box .step_c_box:last-child:before {
      content: none; }
    .postPage .step_box .step_c_box:last-child:after {
      content: none; }
.postPage .b_p_box {
  width: 390px;
  background: #1456c7 url("../img/common/medical_copy.svg") no-repeat center;
  padding-bottom: 17%;
  margin: -125px 0 30px 38px;
  position: relative; }
  .postPage .b_p_box p {
    color: #fff;
    font-size: 23px;
    font-family: Yu Mincho, "YuMincho", "Hiragino Mincho ProN", "", "MS PMincho", serif;
    margin-bottom: 0; }
    .postPage .b_p_box p span {
      font-style: italic;
      font-size: 30px; }
@media print, screen and (max-width: 768px) {
  .postPage .b_p_box {
    width: 90%;
    margin: -70px auto 30px auto;
    position: relative;
    padding-bottom: 50%; } }
.postPage .p_bg_box {
  width: 100%;
  height: 248px;
  background: url("../img/common/medical_img_01.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
.postPage .p_bg_box2 {
  width: 100%;
  height: 248px;
  background: url("../img/common/medical_bg2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed; }
@media print, screen and (max-width: 767px) {
  .postPage .p_bg_box {
    width: 100%;
    height: 248px;
    background: url("../img/common/medical_img_01.jpg") no-repeat center;
    background-size: cover;
    background-attachment: scroll; }
  .postPage .p_bg_box2 {
    width: 100%;
    height: 248px;
    background: url("../img/common/medical_bg2.jpg") no-repeat center;
    background-size: cover;
    background-attachment: scroll; } }
.postPage .kakko_t {
  width: 177px;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  padding: 26px 15px; }
.postPage .kakko_t::before, .postPage .kakko_t::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: none; }
.postPage .kakko_t::before {
  border-left: solid 1px #1456c7 !important;
  border-top: solid 1px #1456c7 !important;
  top: 0 !important;
  left: 0 !important; }
.postPage .kakko_t::after {
  border-right: solid 1px #1456c7 !important;
  border-bottom: solid 1px #1456c7 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: auto !important; }
.postPage .marker {
  background: linear-gradient(transparent 40%, #bee5f6 40%); }
@media print, screen and (max-width: 767px) {
  .postPage .sp_inversion .columnBox:nth-of-type(n+2) {
    margin-top: 0 !important; }
  .postPage .sp_inversion .columnBox:nth-child(1) {
    -ms-flex-order: 2 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    margin-top: 0 !important; }
  .postPage .sp_inversion .columnBox:nth-child(2) {
    -ms-flex-order: 1 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
    margin-top: 0 !important; } }
.postPage .slick-list {
  padding-bottom: 50px; }
.postPage .slick-slider {
  margin: 0;
  padding: 0; }
.postPage .slick-slide {
  margin: 0;
  padding: 0 15px !important; }
  .postPage .slick-slide a .slider_img_box {
    width: 100%;
    padding-bottom: 63%;
    overflow: hidden;
    position: relative; }
    .postPage .slick-slide a .slider_img_box img {
      position: absolute;
      width: 100%; }
    .postPage .slick-slide a .slider_img_box p.slick-slider_text {
      position: absolute;
      padding: 10px 16px;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 16px;
      bottom: 0;
      margin-bottom: 0; }
.postPage .slick-prev {
  background: url(../images/common/slick-prev.png) top center no-repeat !important;
  width: 30px;
  height: 30px;
  left: -7px;
  top: 40%;
  z-index: 2; }
  .postPage .slick-prev::before {
    content: "" !important; }
.postPage .slick-next {
  background: url(../images/common/slick-next.png) top center no-repeat !important;
  width: 30px;
  height: 30px;
  right: -7px;
  top: 40%;
  z-index: 2; }
  .postPage .slick-next::after {
    content: "" !important; }
.postPage .slick-next::before {
  content: none; }
@media only screen and (min-width: 768px) {
  .postPage .slick-prev {
    background: url(../images/common/slick-prev.png) top center no-repeat !important;
    width: 30px;
    height: 30px;
    left: -7px;
    top: 40%; }
  .postPage .slick-next {
    background: url(../images/common/slick-next.png) top center no-repeat !important;
    width: 30px;
    height: 30px;
    right: -7px;
    top: 40%; } }

/* ---------------------------------------------------------------- */
/* その他の修正 */
/* ---------------------------------------------------------------- */
.mv::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0); }

.w_590 {
  width: 100%;
  max-width: 590px;
  margin: 0 auto; }

.faq__contents__ttl {
  font-size: 16px !important; }

a.btn_link {
  border: 1px solid #fff !important; }

a.btn_link:hover {
  background: #fff !important;
  color: #1456c5 !important;
  border: 1px solid #1456c5 !important; }
  a.btn_link:hover::after {
    color: #1456c5 !important; }

.access-sect .btn {
  border: none;
  overflow: inherit;
  background: none; }

.postPage #postCnt {
  min-height: 70px; }

.bg_l_gg {
  position: relative;
  overflow: hidden; }
  .bg_l_gg::after {
    content: "";
    width: 1000px;
    height: 311px;
    background: #f0f4f8;
    position: absolute;
    right: 55%;
    top: 184px;
    z-index: -1; }

.bg_r_gg {
  position: relative;
  overflow: hidden; }
  .bg_r_gg::after {
    content: "";
    width: 1000px;
    height: 311px;
    background: #f0f4f8;
    position: absolute;
    left: 55%;
    top: 184px;
    z-index: -1; }

@media print, screen and (max-width: 767px) {
  .bg_l_gg::after {
    content: none; }

  .bg_r_gg::after {
    content: none; } }
.type_s_t {
  text-align: center;
  font-size: 24px !important; }
  .type_s_t span {
    color: #afafaf;
    font-size: 16px;
    line-height: 31px; }

#fixedBtn_sub {
  position: fixed;
  top: 130px;
  right: 0;
  width: 50px;
  z-index: 1001; }
  #fixedBtn_sub li img {
    margin-bottom: 10px; }

@media print, screen and (max-width: 1000px) {
  #fixedBtn_sub {
    display: none; } }
.header_inner {
  max-width: 1170px !important;
  margin: 0 auto; }

.gi-breadcrumbs {
  top: -60px;
  position: relative;
  z-index: 100;
  margin-bottom: 0 !important; }

.gi-breadcrumbs__list {
  max-width: 1170px !important;
  margin: 0 auto !important; }
  .gi-breadcrumbs__list li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; }
    .gi-breadcrumbs__list li a {
      text-decoration: none !important; }

.header-tel_img {
  padding-right: 15px; }
  .header-tel_img img {
    margin-right: 12px; }

.header-jr_tel_img {
  padding-right: 0; }
  .header-jr_tel_img img {
    margin-right: 12px; }

.f_header {
  background: #f0f4f8; }
  .f_header .inner {
    width: 100%;
    display: flex;
    max-width: 1170px !important;
    margin: 0 auto; }
    .f_header .inner .pc-header-link-area {
      margin: 0 0 0 auto; }
    .f_header .inner .header__logo {
      background: none; }

.page_to_top-area {
  max-width: 1170px !important; }

.mv__inner {
  display: block !important; }
  .mv__inner p {
    width: 100%;
    text-align: center;
    padding-top: 68px;
    margin-bottom: 0; }
  @media print, screen and (max-width: 1025px) {
    .mv__inner p {
      width: 100%;
      text-align: center;
      padding-top: 42px;
      margin-bottom: 0; } }
  .mv__inner .mv_ttl {
    color: #fff !important;
    font-size: 24px !important; }
    .mv__inner .mv_ttl::after {
      content: none !important; }
    .mv__inner .mv_ttl::before {
      content: none !important; }

.postListWrap .postListBox {
  padding: 10px 0; }
  .postListWrap .postListBox time {
    margin-bottom: 13px;
    color: #1456C5;
    font-weight: bold;
    font-size: 14px; }
  .postListWrap .postListBox .text_box {
    padding-top: 10px; }
    .postListWrap .postListBox .text_box a:hover {
      color: #00a4d1 !important;
      text-decoration: none !important; }
@media print, screen and (min-width: 768px) {
  .postListWrap .postListBox {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .postListWrap .postListBox time {
      width: 90px; }
    .postListWrap .postListBox .text_box {
      padding-top: 0;
      width: calc( 100% - 110px ) !important; } }

.wp-pagenavi i {
  color: #1456C5 !important; }

.wp-pagenavi span.current {
  background: #1456C5;
  font-weight: 400;
  border: 1px solid #1456C5; }

.wp-pagenavi a:hover, .wp-pagenavi a:focus {
  color: #fff;
  background: #1456C5;
  border: 1px solid #1456C5; }

.xo-month tr {
  background: #fff !important; }
  .xo-month tr th {
    display: table-cell !important; }
  .xo-month tr td {
    display: table-cell !important; }

.footer_list_area .footer_list li a:hover {
  color: #0c4291 !important; }

input.btn_link:hover {
  background: #fff !important;
  color: #0c4291 !important; }

@media print, screen and (min-width: 768px) {
  .medical_detail-box {
    max-width: auto !important;
    width: 32% !important; } }
.hospital_detail-box_w {
  padding: 0 15px; }

.contact01_form_checkbox + .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #8B8B8B; }

.contact01_form_checkbox:checked + .mwform-checkbox-field-text::after {
  content: "✔";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #fff;
  color: #1456C7 !important; }

@media print, screen and (max-width: 1024px) {
  #main {
    margin-top: 115px !important; } }
@media print, screen and (min-width: 1024px) {
  .top_com-define {
    position: absolute;
    top: 60px;
    right: 27.5%;
    max-width: none;
    width: 650px;
    margin: auto;
    padding: 45px 80px; } }
@media print, screen and (min-width: 1300px) {
  .top_com-define {
    position: absolute;
    top: 60px;
    right: 46.5%;
    max-width: none;
    width: 650px;
    margin: auto;
    padding: 45px 80px; } }
@media print, screen and (min-width: 1024px) {
  .equipment-sect .top_com-define {
    top: 70px;
    right: auto;
    left: 27.5%;
    max-width: 660px; } }
@media print, screen and (min-width: 1300px) {
  .equipment-sect .top_com-define {
    top: 70px;
    right: auto;
    left: 46.5%;
    max-width: 660px; } }
.access-flexbox {
  padding: 0 15px; }

.footer-area {
  padding: 49px 10px 20px !important; }

.footer-area .clearfix {
  padding: 0 15px; }

.header__nav-list {
  height: 65px; }
  .header__nav-list li {
    position: relative; }
    .header__nav-list li::before {
      content: "";
      width: 1px;
      height: 20px;
      background: #c8c8c8;
      position: absolute;
      top: 34px;
      left: 0;
      display: block; }
    .header__nav-list li:last-child::after {
      content: "";
      width: 1px;
      height: 20px;
      background: #c8c8c8;
      position: absolute;
      top: 34px;
      right: 0;
      display: block; }
    .header__nav-list li a {
      padding-top: 37px;
      position: relative; }
      .header__nav-list li a span {
        position: absolute;
        display: block;
        top: 18px;
        width: calc( 100% - 30px );
        font-size: 10px;
        color: #afafaf; }
    .header__nav-list li.children a span {
      width: 88%; }
    .header__nav-list li .sub-menu li::before {
      content: none !important; }
    .header__nav-list li .sub-menu li::after {
      content: none !important; }
    .header__nav-list li .sub-menu a {
      padding-top: 12px; }
  @media print, screen and (max-width: 1024px) {
    .header__nav-list li::before {
      content: none !important; }
    .header__nav-list li::after {
      content: none !important; }
    .header__nav-list li a {
      padding-top: 15px; }
      .header__nav-list li a span {
        display: none; } }

.fa.fa-angle-down {
  position: absolute;
  top: 31px !important;
  right: 14px; }

.drawer-nav.header__nav.js_fiexd {
  height: 65px; }

.medical_detail-box img {
  margin-bottom: 8px !important; }

.postPage .column2Wrap.lp3_7 .columnBox:last-of-type {
  flex-basis: calc( 100% - 327px) !important;
  max-width: calc( 100% - 327px) !important; }

@media print, screen and (max-width: 1024px) {
  .postPage .column2Wrap.lp3_7 .columnBox {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important;
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important; }

  .postPage .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important;
    max-width: calc( ( 100% - ( 30px * ( 2 - 1) ) ) / 2 ) !important; } }
@media print, screen and (max-width: 972px) {
  .postPage .column2Wrap.lp3_7 .columnBox {
    flex-basis: 100% !important;
    max-width: 100% !important; }

  .postPage .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: 100% !important;
    max-width: 100% !important; } }
.greeting_detail-box {
  max-width: 1140px !important; }

@media print, screen and (min-width: 768px) {
  .post_list_outer-box {
    padding: 0 15px; } }
.orthodontics_outer-box {
  max-width: 1140px !important; }

.treatment_menu-list {
  max-width: 1140px !important; }

.medical_outer-box_pc {
  max-width: 1140px !important; }

.hospital_detail-box {
  max-width: 1140px !important; }

.page_to_top-area {
  max-width: 1140px !important; }

.footer-area {
  padding-bottom: 0 !important; }

@media print, screen and (min-width: 1300px) {
  .top_com-define {
    position: absolute;
    top: 60px;
    right: 45.5%;
    max-width: none;
    width: 650px;
    margin: auto;
    padding: 45px 80px; }

  .equipment-sect .top_com-define {
    top: 70px;
    right: auto;
    left: 45.5%;
    max-width: 660px; } }
@media print, screen and (min-width: 1025px) {
  .header__nav-list {
    padding: 0 17px; } }
@media print, screen and (max-width: 767px) {
  .main_visual-sect {
    padding: 0 15px; } }
@media print, screen and (max-width: 767px) {
  .hospital_detail-box_w {
    padding: 0; } }
@media print, screen and (max-width: 767px) {
  .top_com-define {
    max-width: calc( 100% - 30px ); } }
@media print, screen and (max-width: 767px) {
  .orthodontics-sect img {
    width: calc( 100% - 30px ); } }
@media print, screen and (max-width: 767px) {
  .treatment_menu-sect {
    padding: 67px 15px 65px; } }
@media print, screen and (max-width: 767px) {
  .access-sect {
    margin-bottom: 90px;
    padding: 14px 0px 0 !important; } }
@media print, screen and (max-width: 767px) {
  .footer-area {
    padding: 49px 0 20px !important; } }
