@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
/**
 * Base
 */
a {
  color: #0093db;
}

/**
 * Header
 */
.l-header {
  border-bottom: 1px solid #fff;
}

.l-header__container {
  padding: 0;
}

.l-header .topArea {
  border-bottom: none;
  height: 55px;
  background-image: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(60%, #fff), to(#fff));
  background-image: linear-gradient(-90deg, #fff, #fff 60%, #fff 100%);
}

.l-header .topArea .l-header__container {
  padding: 0 15px;
}

.l-header .topArea .l-header__container > div {
    padding-top: 15px;
}

.l-header .topArea .l-header__container > div.link .concerned,
.l-header .topArea .l-header__container > div.link .linkList {
  display: inline-block;
  vertical-align: middle;
  FONT-WEIGHT: 500;
}

.l-header .topArea .l-header__container > div.link .concerned {
  margin-right: 5px;
}

.l-header .topArea .l-header__container > div.link .linkList .concerned a {
  display: block;
  border-radius: 100px;
  margin-top: -5px;
  padding: 3px 20px;
  background-color: #fff;
  border: 2px solid #0093db;
  font-size: 1.2rem;
}

.l-header .topArea .l-header__container > div.link .concerned a::before {
    content: "";
    display: inline-block;
    margin-right: 6px;
    width: 12px;
    height: 12.5px;
    background-image: url(../images/icon_figure_blue.png);
    background-size: 12px;
    vertical-align: -1px;
}

.l-header .topArea .l-header__container > div.link .linkList .access a::before {
  height: 14px;
  background-image: url(../images/icon_pin_blue.png);
}

.l-header .topArea .l-header__container > div.link .linkList .floormap a::before {
  width: 14px;
  height: 11px;
  background-image: url(../images/icon_floormap_blue.png);
}

.l-header .topArea .l-header__container > div.link .linkList .contact a::before {
  width: 15px;
  height: 12px;
  background-image: url(../images/icon_balloon_blue.png);
  background-size: 15px;
}

.l-header .topArea .l-header__container > div.link .linkList .faq a::before {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_question_white_blue.png);
}

.l-header .topArea .l-header__container > div.search form {
  padding-left: 0;
}

.l-header .topArea .l-header__container > div.search .searchInput {
  border-bottom: none;
  padding: 0 25px 0 8px;
  width: 180px;
  height: 25px;
  background-color: #d4edfa;
}

.l-header .topArea .l-header__container > div.search .searchBtn {
  left: auto;
  right: 7px;
  top: 5px;
  width: 14px;
}

.l-header .btmArea .logo {
  position: relative;
  z-index: 1;
  margin-top: -15px;
  padding: 0 9px 10px 32px;
}

.l-header .btmArea .logo [lang="en"] {
  display: block;
  margin-top: 7px;
  padding-left: 1px;
  color: #fff;
  letter-spacing: 3px;
}

.l-header .btmArea .gNav {
  position: relative;
}

.l-header .btmArea .gNav::before, .l-header .btmArea .gNav::after {
  content: "";
  position: absolute;
}

.l-header .btmArea .gNav::before {
  left: 0;
  right: 0;
  top: 0;
  min-width: 100vw;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 50%, #0093db 100%);
}

.l-header .btmArea .gNav::after {
  right: 100%;
  top: -56px;
  bottom: 0;
  width: 100vw;
  background-color: #0093db;
}

.l-header .btmArea .gNav__list {
  position: relative;
}

.l-header .btmArea .gNav__list__item {
  position: relative;
  border-color: #fff;
}

.l-header .btmArea .gNav__list__item > a {
  height: 70px;
  color: #fff;
}

.l-header .btmArea .gNav__list__item > a > span {
  padding: 0 52px;
}

.l-header .btmArea .gNav__list__item .subMenuList {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2000;
}

.l-header .btmArea .gNav__list__item .subMenuList li {
  border-top: 1px solid #fff;
}

.l-header .btmArea .gNav__list__item .subMenuList a {
  display: block;
  padding: 15px 20px;
  background-color: #0093db;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.8;
}

.l-header .btmArea .gNav__list__item .subMenuList a:hover {
  opacity: 1;
  background-color: #0093db;
}

.l-header .btmArea .gNav__list__item.current > a, .l-header .btmArea .gNav__list__item:hover > a {
  background-color: #0093db;
}

.l-header .btmArea .gNav__list__item:first-child {
  border-left-color: #fff;
}

@media screen and (max-width: 750px) {
  .l-header {
    border-bottom: 3px solid #0093db;
  }
  .l-header .btmArea .l-header__container {
    padding: 0 5.06667%;
  }
  .l-header .btmArea .logo {
    margin-top: 0;
    padding: 12px 0 0;
  }
  .l-header .btmArea .logo img {
    height: 18px;
  }
  .l-header .btmArea .logo [lang="en"] {
    margin-top: 2px;
    color: #0093db;
    letter-spacing: 1.5px;
  }
  .l-header .btmArea .spMenu {
    border-top-color: #0093db;
  }
  .l-header .btmArea .spMenu .spAccordionBtn > span::before, .l-header .btmArea .spMenu .spAccordionBtn > span::after {
    background-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav::before, .l-header .btmArea .spMenu .gNav::after {
    content: none;
  }
  .l-header .btmArea .spMenu .gNav__list__item {
    border-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item > a {
    height: 52px;
    color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item > a::before {
    border-left-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    padding-left: 40px;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList li {
    border-top-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList a {
    position: relative;
    padding: 12px 35px;
    background-color: inherit;
    text-align: center;
    color: #0093db;
    line-height: 1.6;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -4px;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 7px;
    border-left-color: #0093db;
  }
  .l-header .btmArea .spMenu .gNav__list__item .subMenuList a:hover {
    background-color: inherit;
  }
  .l-header .btmArea .spMenu .gNav__list__item.current > a, .l-header .btmArea .spMenu .gNav__list__item:hover > a {
    background-color: inherit;
    color: #0093db;
  }
  .l-header .btmArea .spMenu .utilityMenu {
    margin-top: 35px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .concerned {
    margin-bottom: 35px;
    border: 1px solid #0093db;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .concerned a {
    display: block;
    padding: 14px;
    text-align: center;
    font-size: 1.3rem;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .concerned a::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 13px;
    background: url(../images/icon_figure_blue.png) no-repeat;
    background-size: 14px;
    vertical-align: -2px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList {
    position: relative;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #0093db;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList li {
    border-color: #0093db;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList li:nth-child(odd) {
    border-right-color: #0093db;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList a {
    height: 46px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList span::before {
    margin-right: 8px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList .access span::before {
    background-image: url(../images/icon_pin_blue.png);
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList .contact span::before {
    width: 14px;
    height: 11px;
    background-image: url(../images/icon_balloon_blue.png);
    background-size: 14px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList .floormap span::before {
    width: 12px;
    height: 10px;
    background-image: url(../images/icon_floormap_blue.png);
    background-size: 12px;
  }
  .l-header .btmArea .spMenu .utilityMenu .link .linkList .faq span::before {
    width: 11px;
    height: 11px;
    background-image: url(../images/icon_question_blue.png);
    background-size: 11px;
  }
  .l-header .btmArea .spMenuBtn {
    border-left-color: #0093db;
  }
  .l-header .btmArea .spMenuBtn .hamburgerIcon span {
    background-color: #0093db;
  }
  .l-header .btmArea .spMenuBtn .hamburgerIcon span::before, .l-header .btmArea .spMenuBtn .hamburgerIcon span::after {
    background-color: #0093db;
  }
  .l-header .btmArea .spMenuBtn.is-active {
    background-image: url(../images/icon_cross_blue.png);
  }
  .l-header .btmArea .spSearch__btn.is-active {
    background-image: url(../images/icon_cross_blue.png);
  }
  .l-header .btmArea .spSearch__window {
    border-top-color: #0093db;
  }
}

@media screen and (max-width: 350px) {
  .l-header .btmArea .logo img {
    height: 15px;
  }
  .l-header .btmArea .logo [lang="en"] {
    letter-spacing: .5px;
  }
}

/**
 * Footer
 */
.l-footer .breadcrumbArea .toPageTop a {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 0%, #0093db 100%);
}

.l-footer .btmArea {
  color: #FFF;
}

.l-footer .btmArea::before {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 0%, #0093db 100%);
}

.l-footer .btmArea::after {
  content: none;
}

.l-footer .btmArea__container {
  margin: 0 auto;
  padding: 75px 0;
  width: 1100px;
}

.l-footer .btmArea .infoArea {
  padding: 0;
  width: 400px;
}

.l-footer .btmArea .infoArea address {
  font-size: 1.3rem;
  line-height: 2;
}

.l-footer .btmArea .infoArea .linkList {
  margin: 40px 0 0 -20px;
}

.l-footer .btmArea .infoArea .linkList li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.l-footer .btmArea .infoArea .linkList li ~ li {
  margin-top: 0;
}

.l-footer .btmArea .infoArea .linkList a {
  padding-left: 0;
  font-size: 1.3rem;
}

.l-footer .btmArea .infoArea .linkList a::before {
  display: inline-block;
  position: static;
  margin-right: 10px;
}

.l-footer .btmArea .infoArea .linkList .access a::before {
  content: "";
  width: 10px;
  height: 14px;
  background: url(../images/icon_pin_white.png);
  vertical-align: -2px;
}

.l-footer .btmArea .infoArea .linkList .contact a::before {
  content: "";
  width: 15px;
  height: 12px;
  background: url(../images/icon_balloon_white.png);
  vertical-align: -1px;
}

.l-footer .btmArea .infoArea .copyright {
  margin-top: 95px;
  color: #FFF;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.l-footer .btmArea .linkListArea {
  padding: 0;
  text-align: right;
}

.l-footer .btmArea .linkListArea .row {
  margin: 0 -47px;
}

.l-footer .btmArea .linkListArea .col {
  padding: 0 33px;
  width: auto;
  text-align: left;
}

.l-footer .btmArea .linkListArea .linkList > li ~ li {
  margin-top: 8px;
}

.l-footer .btmArea .linkListArea .linkGroup__list li ~ li {
  margin-top: 8px;
}

.l-footer .btmArea .linkListArea .linkGroup__list a {
  font-size: 1.3rem;
}

.l-footer .btmArea .linkListArea .linkGroup ~ .linkGroup {
  margin-top: 25px;
  border-top-color: #FFF;
  padding-top: 25px;
}

@media screen and (max-width: 750px) {
  .l-footer .btmArea__container {
    padding: 40px 5.06667% 78px;
    width: auto;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#99ccff), to(#0093db));
    background-image: linear-gradient(0deg, #99ccff 0%, #0093db 100%);
  }
  .l-footer .btmArea .infoArea {
    padding: 0;
    width: auto;
    background: none;
  }
  .l-footer .btmArea .infoArea .logo img {
    width: 271px;
  }
  .l-footer .btmArea .infoArea address {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .l-footer .btmArea .infoArea .linkList {
    margin: 22px 0 30px;
  }
  .l-footer .btmArea .infoArea .linkList li {
    margin: 0;
  }
  .l-footer .btmArea .infoArea .linkList li ~ li {
    border-left-color: #FFF;
  }
  .l-footer .btmArea .infoArea .linkList a {
    font-size: 1.2rem;
  }
  .l-footer .btmArea .infoArea .linkList .access a::before {
    width: 7px;
    height: 9px;
    background: url(../images/icon_pin_white_md.png) no-repeat;
    background-size: 7px;
    vertical-align: 0;
  }
  .l-footer .btmArea .infoArea .linkList .contact a::before {
    width: 10px;
    height: 9px;
    background: url(../images/icon_balloon_white_md.png) no-repeat;
    background-size: 10px;
    vertical-align: 0;
  }
  .l-footer .btmArea .infoArea .copyright {
    margin-top: 0;
    font-size: 1rem;
  }
  .l-footer .btmArea .linkListArea {
    margin-top: 30px;
    padding: 0;
    background: none;
    text-align: right;
  }
  .l-footer .btmArea .linkListArea .row {
    margin: 0;
  }
  .l-footer .btmArea .linkListArea .col {
    padding: 0;
  }
  .l-footer .btmArea .linkListArea .linkList > li ~ li {
    margin-top: 0;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col {
    position: relative;
    font-size: 0;
    letter-spacing: normal;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col::before, .l-footer .btmArea .linkListArea .linkList--sp2col::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col::before {
    top: 0;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col::after {
    bottom: 0;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col > li {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col > li > a > span {
    padding: 0 20px 0 30px;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col > li:first-child {
    border-top: none;
  }
  .l-footer .btmArea .linkListArea .linkList--sp2col > li:nth-child(odd) {
    border-right: 1px solid #FFF;
  }
  .l-footer .btmArea .linkListArea .linkGroup__list li ~ li {
    margin-top: 6px;
  }
  .l-footer .btmArea .linkListArea .linkGroup__list a {
    font-size: 1.2rem;
  }
  .l-footer .btmArea .linkListArea .linkGroup ~ .linkGroup {
    margin-top: 0;
    padding-top: 0;
  }
}

/**
 * Contents
 */
.l-contents .breadcrumbArea {
  background-color: #e0f2ff;
}

/**
 * Module
 */
.m-hdgLg {
  border-bottom-color: #0093db;
}

.m-hdgLg::before {
  background-color: #0093db;
}

.m-hdgMd::before {
  background-color: #99bfff;
}

.m-hdgSm::before {
  background-color: #6fbef7;
}

.m-wysiwyg h2 {
  border-bottom-color: #0093db;
}

.m-wysiwyg h2::before {
  background-color: #0093db;
}

.m-wysiwyg h3::before {
  background-color: #99bfff;
}

.m-wysiwyg h4::before {
  background-color: #6fbef7;
}

.m-wysiwyg a {
  color: #0093db;
}

.m-wysiwyg a[target="_blank"]::after {
  background-image: url(../images/icon_external_blue.png);
}

.m-wysiwyg a.m-textBtn {
  color: #0093db;
}

.m-wysiwyg table th {
  background-color: #0093db;
}

.m-wysiwyg table.light th {
  background-color: #86c7fc;
}

.m-wysiwyg ul li::before {
  color: #0093db;
}

.m-wysiwyg ol > li::before {
  color: #0093db;
}

.m-textBtn {
  border-color: #0093db;
  color: #0093db;
}

.m-textBtn::before {
  border-left-color: #0093db;
}

.m-textBtn:hover {
  background-color: #0093db;
}

.m-textBtn2 {
  color: #FFF !important;
}

.m-textBtn2::before {
  background-image: -webkit-gradient(linear, right top, left top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 0%, #0093db 100%);
}

.m-textBtn2:hover {
  color: #0093db !important;
}

.m-textBtn2:hover::after {
  border-color: #0093db;
}

.m-linkList a::before {
  border-left-color: #0093db;
}

.m-linkList a[target="_blank"]::after {
  background-image: url(../images/icon_external_blue.png);
}

.m-linkBtnList {
  border-left-color: #0093db;
}

.m-linkBtnList li {
  border-color: #0093db !important;
}

.m-linkBtnList li::before {
  border-left-color: #0093db;
}

.m-linkBtnList li:hover {
  background-color: #0093db;
}

.m-imageList a {
  color: inherit;
}

.m-catLabel {
  background-color: #0093db;
}

/**
 * Component
 */
.c-pageHeader {
  background-image: -webkit-gradient(linear, right top, left top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 0%, #0093db 100%);
}

.c-pageHeader__container {
  height: 226px;
}

@media screen and (max-width: 750px) {
  .c-pageHeader__container {
    height: auto;
  }
}

.c-bodyAndImage--framed {
  border-color: #99bfff;
}

.c-wysiwyg--framed {
  border-color: #99bfff;
}

.c-qa__list__q::before, .c-qa__list__a::before {
  font-family: 'Crimson Text', serif;
}

.c-qa__list__q::before {
  left: 18px;
  color: #0093db;
}

.c-qa__list__a::before {
  color: #99ccff;
}

@media screen and (max-width: 750px) {
  .c-qa__list__q::before {
    left: 10px;
  }
  .c-qa__list__a::before {
    left: 11px;
  }
}

.c-anchor a::before {
  border-top-color: #0093db;
}

.c-anchor a:hover {
  background-color: #99ccff;
  color: #0093db;
}

@media screen and (max-width: 750px) {
  .c-anchor a {
    color: #0093db;
  }
}

.c-linkGroup__list__item__mainLink__hdg {
  border-bottom-color: #0093db;
  color: #0093db;
}

.c-linkGroup__list__item__mainLink__hdg::before {
  background-image: url(../images/icon_arrow_blue_lg.png);
}

.c-linkGroup__list__item__mainLink__image {
  border-top-color: #0093db;
}

.c-linkGroup__list__item__mainLink__desc {
  color: #333;
}

.c-linkGroup__list__item__subLinkList li {
  border-bottom-color: #0093db;
}

.c-linkGroup__list__item__subLinkList li:first-child {
  border-top-color: #0093db;
}

.c-linkGroup__list__item__subLinkList a::before {
  border-left-color: #0093db;
}

.c-linkGroup__list__item__subLinkList a:hover {
  background-color: #0093db;
}

@media screen and (max-width: 750px) {
  .c-linkGroup__list__item__subLinkList a:hover {
    background-color: inherit;
    color: #0093db;
  }
}

.c-relatedLink__list__item__hdg {
  color: #0093db;
}

.c-relatedLink__list__item__hdg::before {
  border-left-color: #0093db;
}

.c-relatedLink__list__item__desc {
  color: #333;
}

.c-staffIntroTable th {
  background-color: #0093db;
}

.c-staffIntroTable td a::after {
  background-image: url(../images/icon_arrow_blue2.png);
}

.c-gMap .gMap .linkBtn a {
  border-color: #0093db;
  color: #0093db;
}

.c-gMap .gMap .linkBtn a:hover {
  background-color: #0093db;
}

@media screen and (max-width: 750px) {
  .c-gMap .infoList li ~ li {
    border-top-color: rgba(200, 235, 245, 10);
  }
}

.c-tabCont__tabList {
  border-bottom-color: #0093db;
}

.c-tabCont__tabList button {
  background-color: rgba(200, 235, 245, 10);
  color: #0093db;
}

.c-tabCont__tabList button.is-current {
  background-color: #0093db;
}

/* ばんたねTOP */
main.p-top3 {
  margin-bottom: -105px;
}

main.p-top3 .mainVisualArea {
  position: relative;
  height: 50.285714286vw;
  min-height: 704px;
  overflow: hidden;
}

main.p-top3 .mainVisualArea__frame {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  width: 171.428571429%;
  height: 71.428571429vw;
  min-height: 1000px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}

main.p-top3 .mainVisualArea__frame__inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  margin-top: -1.714285714vw;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1400px) {
  main.p-top3 .mainVisualArea__frame__inner {
    margin-top: -24px;
  }
}

main.p-top3 .mainVisualArea__pcSlide {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  min-width: 1400px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

main.p-top3 .mainVisualArea__pcSlide__item__image {
  padding-top: 48.571428571%;
  background-position: 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 32s linear;
  transition: -webkit-transform 32s linear;
  transition: transform 32s linear;
  transition: transform 32s linear, -webkit-transform 32s linear;
}

main.p-top3 .mainVisualArea__pcSlide__item__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 75px;
  text-align: center;
  color: #FFF;
  font-size: 2rem;
}

main.p-top3 .mainVisualArea__pcSlide__item.is-current .mainVisualArea__pcSlide__item__image {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

main.p-top3 .mainVisualArea__pcSlide.slick-initialized {
  opacity: 1;
}


main.p-top3 .mainVisualArea__spSlide {
  display: none;
}

main.p-top3 .guideLinkArea {
  position: relative;
}

main.p-top3 .guideLinkArea__time {
  position: absolute;
  right: 10.714285714%;
  bottom: 100%;
  z-index: 11;
  width: 290px;
  height: 290px;
}

main.p-top3 .guideLinkArea__time::before {
  content: "";
  opacity: .8;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-130deg, #99ccff 0%, #0093db 100%);
}

main.p-top3 .guideLinkArea__time__inner {
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  border-radius: 50%;
  padding: 40px 0 0;
  background-color: #FFF;
  text-align: center;
  opacity: .95;
}

main.p-top3 .guideLinkArea__time .time__hdg {
  margin-bottom: 40px;
  color: #0093db;
  font-size: 2.2rem;
}

main.p-top3 .guideLinkArea__time .time__body {
  position: relative;
}

main.p-top3 .guideLinkArea__time .time__time {
  padding-top: 12px;
  color: #0093db;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.4rem;
  font-style: italic;
  font-weight: lighter;
  letter-spacing: 2px;
  line-height: 1;
}

main.p-top3 .guideLinkArea__time .time__day {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  color: #0093db;
  font-size: 1.3rem;
}

main.p-top3 .guideLinkArea__time .time__day::before {
  content: "●";
}

main.p-top3 .guideLinkArea__time .off {
  position: relative;
  margin-top: 28px;
  font-size: 1.3rem;
  line-height: 1.8;
}

main.p-top3 .guideLinkArea__time .off::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin: 0 0 12px -87px;
  width: 180px;
  height: 1px;
  background-color: #6fbef7;
}

main.p-top3 .guideLinkArea__time .off__hdg {
  padding-top: 5px;
}

main.p-top3 .guideLinkArea__time .off__hdg::before {
  content: "[";
  margin-right: 3px;
}

main.p-top3 .guideLinkArea__time .off__hdg::after {
  content: "]";
  margin-left: 3px;
}

main.p-top3 .guideLinkArea__pop {
  opacity: .6;
  position: absolute;
  right: 2.142857143%;
  bottom: 100%;
  z-index: 11;
  margin-bottom: 9.2857143%;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  background-image: linear-gradient(-135deg, #99ccff 0%, #0093db 100%);
}

main.p-top3 .guideLinkArea__linkList::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .guideLinkArea__linkList li {
  float: left;
  width: 25%;
}

main.p-top3 .guideLinkArea__linkList li a {
  display: block;
  position: relative;
  margin-top: -6.8vw;
  padding-top: 6.8vw;
  height: 22.857142857vw;
  min-height: 320px;
}

main.p-top3 .guideLinkArea__linkList li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  main.p-top3 .guideLinkArea__linkList li a {
    margin-top: -95px;
    padding-top: 95px;
  }
}

main.p-top3 .guideLinkArea__linkList li .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.p-top3 .guideLinkArea__linkList li .image::before {
  content: "";
  opacity: .9;
  position: absolute;
  left: 0;
  right: -1px;
  top: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

main.p-top3 .guideLinkArea__linkList li .image > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
}

main.p-top3 .guideLinkArea__linkList li a:hover .image::before {
  opacity: .6;
}

main.p-top3 .guideLinkArea__linkList li:nth-child(1) .image::before {
  background-image: linear-gradient(-100deg, #229fe3 0%, #0093db 100%);
}

main.p-top3 .guideLinkArea__linkList li:nth-child(2) .image::before {
  background-image: linear-gradient(-100deg, #47b0ed 0%, #229fe3 100%);
}

main.p-top3 .guideLinkArea__linkList li:nth-child(3) .image::before {
  background-image: linear-gradient(-100deg, #6fbef7 0%, #47b0ed 100%);
}

main.p-top3 .guideLinkArea__linkList li:nth-child(4) .image::before {
  background-image: linear-gradient(-100deg, #99ccff 0%, #6fbef7 100%);
}

main.p-top3 .guideLinkArea__linkList li .body {
  position: absolute;
  left: 8.547008547%;
  right: 8.547008547%;
  bottom: 9.116809116%;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

main.p-top3 .guideLinkArea__linkList li .body .hdg {
  margin-bottom: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
}

main.p-top3 .guideLinkArea__linkList li .body .text {
  padding-bottom: 48px;
  font-size: 1.3rem;
  border-bottom: 1px solid #fff;
}

main.p-top3 .guideLinkArea__linkList li .body .icon {
  margin: 0 0 20px;
}

main.p-top3 .guideLinkArea__linkList li .body .icon img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main.p-top3 .guideLinkArea__linkList li .body .guideText {
  position: relative;
  width: 100%;
  padding-top: 15px;
  font-size: 1.6rem;
}

main.p-top3 .guideLinkArea__linkList li .body .m-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 8px;
}

main.p-top3 .guideLinkArea__linkList li ~ li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #FFF;
}

/*---ここから病院長挨拶エリア---*/

main.p-top3 .greetingArea {
    width: 100%;
    padding: 100px 0;
}
main.p-top3 .greetingArea .certArea {
    margin: auto;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.p-top3 .certArea::after {
    content: "";
    display: block;
    clear: both;
}
main.p-top3 .greetingArea .certArea__image {
    float: none;
    width: 500px;
}
main.p-top3 .certArea__image {
    position: relative;
}
main.p-top3 .greetingArea .certArea__image img {
    float: none;
    width: 500px;
}
main.p-top3 .certArea__image {
    float: right;
    position: relative;
    width: 50%;
}
img {
    vertical-align: top;
}
main.p-top3 .greetingArea .certArea__body {
    margin: 0 0 0 30px;
    width: 550px;
    box-sizing: border-box;
    padding: 0 40px 0 0;
}
main.p-top3 .certArea__body__hdg {
    margin-bottom: 26px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3.8rem;
    letter-spacing: 3px;
}
main.p-top3 .greetingArea .certArea .name {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 3rem;
    letter-spacing: 3px;
}
main.p-top3 .certArea__body__linkBtn {
    margin-top: 38px;
}
main.p-top3 .certArea__body__linkBtn a {
    display: inline-block;
    position: relative;
    border: 1px solid #0093db;
    padding: 17px 60px;
    width: 340px;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.5rem;
}
a:-webkit-any-link {
    cursor: pointer;
}
main.p-top3 .certArea__body__linkBtn .m-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
main.p-top3 .certArea__body__linkBtn .m-arrow::before {
    background-color: #0093db;
}
main.p-top3 .certArea__body__linkBtn .m-arrow::after {
    background-color: #0093db;
}

/*---ここからレスポンシブCSS---*/

@media screen and (max-width: 750px) {
  main.p-top3 .greetingArea {
      padding: 50px 0;
  }
  main.p-top3 .greetingArea .certArea {
      display: block;
  }
  main.p-top3 .certArea {
      overflow: hidden;
  }
  main.p-top3 .greetingArea .certArea__image {
      width: 100%;
  }
  main.p-top3 .certArea__image {
      float: none;
      position: relative;
      width: auto;
  }
  main.p-top3 .greetingArea .certArea__image img {
      width: 100%;
  }
  main.p-top3 .greetingArea .certArea__body {
      margin: auto;
      width: 90%;
      padding: 30px 0;
  }
  main.p-top3 .certArea__body {
      position: relative;
      margin: 0;
      padding: 0 5.06667% 50px;
      width: auto;
  }
  main.p-top3 .certArea__body__hdg {
      margin-bottom: 28px;
      text-align: center;
      text-indent: .8em;
      font-size: 2.4rem;
      line-height: 1.3;
  }
  main.p-top3 .greetingArea .certArea .name {
      font-size: 2rem;
      text-align: center;
  }
  main.p-top3 .certArea__body__linkBtn {
      margin-top: 22px;
  }
  main.p-top3 .certArea__body__linkBtn a {
      display: block;
      padding: 13px 40px;
      width: auto;
      font-size: 1.4rem;
  }
  main.p-top3 .certArea__body__linkBtn .m-arrow {
      right: 13px;
      margin-top: 1px;
  }
  main.p-top3 .certArea__body__linkBtn a {
      display: block;
      padding: 13px 40px;
      width: auto;
  }
}

/* トップ特設 */

main.p-top3 .specialtopicsArea {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    border: 3px solid #C23C40;
    width: 70%;
    margin: 60px auto;
    border-radius: 5px;
  }
  
  main.p-top3 .specialtopicsArea p {
    margin-right: 50px;
  }
  
  main.p-top3 .specialtopicsArea p img {
    width: 200px;
  }
  
  main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-left-color: #C23C40;
    vertical-align: 3px;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  
  main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li a {
    font-size: 2.4rem;
    font-weight: bold;
    color: #C23C40;
  }
  
  main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
    margin-bottom: 10px;
  }
  
  @media screen and (max-width: 750px) {
  
    main.p-top3 .specialtopicsArea {
      display: block;
      padding: 20px;
    }
    
    main.p-top3 .specialtopicsArea p {
      display: flex;
      justify-content: center;
      margin-right: 0;
      margin-bottom: 20px;
    }
    
    main.p-top3 .specialtopicsArea p img {
      margin-right: 20px;
    }
    
    main.p-top3 .specialtopicsArea p span {
      font-size: 4rem;
      font-weight: bold;
      color: #C23C40;
    }
    
    main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li a::before {
      content: "";
      display: inline-block;
      margin-right: 10px;
      border-color: transparent;
      border-style: solid;
      border-width: 5px 0 5px 8px;
      border-left-color: #C23C40;
      vertical-align: 1px;
      -webkit-transition: border-color 0.2s;
      transition: border-color 0.2s;
    }
    
    main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li a {
      font-size: 1.8rem;
      font-weight: bold;
      color: #C23C40;
    }
    
    main.p-top3 .specialtopicsArea .specialtopicsArea_linkset li:first-of-type {
      margin-bottom: 10px;
    }
  }




main.p-top3 .searchArea {
  position: relative;
  padding: 42px 0 50px;
}

main.p-top3 .searchArea::before {
  content: "";
  opacity: .2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(-90deg, #99ccff 0%, #0093db 100%);
}

main.p-top3 .searchArea__inner {
  position: relative;
  margin: auto;
  width: 860px;
}

main.p-top3 .searchArea__inner::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .searchArea__hdg {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 2.4rem;
  letter-spacing: 1px;
}

main.p-top3 .searchArea__guide {
  float: left;
  width: 300px;
}

main.p-top3 .searchArea__guide .text {
  margin-top: 8px;
  font-size: 1.3rem;
}

main.p-top3 .searchArea__form {
  float: right;
  position: relative;
  margin-top: 5px;
  width: 540px;
}

main.p-top3 .searchArea__form input[type="text"] {
  border: none;
  border-radius: 100px;
  padding: 20px 75px 20px 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

main.p-top3 .searchArea__form input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #88ccbf;
}

main.p-top3 .searchArea__form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #88ccbf;
}

main.p-top3 .searchArea__form input[type="text"]::-ms-input-placeholder {
  opacity: 1;
  color: #86c7fc;
}

main.p-top3 .searchArea__form input[type="text"]::placeholder {
  opacity: 1;
  color: #86c7fc;
}

main.p-top3 .searchArea__form button {
  position: absolute;
  right: 5px;
  top: 5.5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(#99ccff), to(#0093db));
  background-image: linear-gradient(90deg, #99ccff 0%, #0093db 100%);
  text-align: center;
}

main.p-top3 .searchArea__form button:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  opacity: .4;
}

main.p-top3 .centerArea .m-container {
  position: relative;
  width: 100%;
}

main.p-top3 .centerArea .m-container--outer {
  padding-bottom: 80px;
}

main.p-top3 .centerArea .m-container--outer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  background-size: 100% 100%;
  background: url(../../images/site3-top/img_centerarea.gif) 50% 100%;
  background-size: 100% 100%;
  z-index: -1;
}

main.p-top3 .centerArea .m-container--inner:before {
  content: '';
  position: absolute;
  top: 270px;
  width: 100%;
  height: calc(100% - 190px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe6ff), to(#d9f2ff));
  background-image: linear-gradient(180deg, #bfe6ff 0%, #d9f2ff 100%);
  z-index: -1;
}

main.p-top3 .centerArea__hdg {
  margin: 70px auto 120px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  letter-spacing: 2.5px;
  text-align: center;
}

main.p-top3 .centerArea .centerBlock {
  width: 1100px;
  margin: 0 auto;
}

main.p-top3 .centerArea .centerBlock::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .centerArea .centerBlock li {
  width: 340px;
  float: left;
  margin: 40px 40px 0 0;
}

main.p-top3 .centerArea .centerBlock li a {
  display: block;
  background-color: #FFF;
}

main.p-top3 .centerArea .centerBlock li a::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .centerArea .centerBlock li a:hover {
  opacity: 1;
  background-color: #0093db;
  color: #FFF;
}

main.p-top3 .centerArea .centerBlock li .image {
  width: 100%;
}

main.p-top3 .centerArea .centerBlock li .image img {
  width: 100%;
  height: auto;
}

main.p-top3 .centerArea .centerBlock li .body {
  padding: 28px 30px;
}

main.p-top3 .centerArea .centerBlock li .body .hdg {
  margin-bottom: 10px;
  font-size: 2rem;
}

main.p-top3 .centerArea .centerBlock li .body .text {
  color: #252525;
  font-size: 1.4rem;
  line-height: 2.3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

main.p-top3 .centerArea .centerBlock li a[target="_blank"] .body .hdg > span:first-child {
  margin-right: 18px;
}

main.p-top3 .centerArea .centerBlock li a[target="_blank"] .body .hdg > span.m-transIcon--external img {
  width: 14px;
  height: 12px;
}

main.p-top3 .centerArea .centerBlock li a:hover .body .text {
  color: #FFF;
}

main.p-top3 .centerArea .centerBlock li:first-child {
  width: 100%;
  margin-top: 0;
}

main.p-top3 .centerArea .centerBlock li:first-child .image, main.p-top3 .centerArea .centerBlock li:first-child .body {
  width: 50%;
  float: left;
}

main.p-top3 .centerArea .centerBlock li:first-child .body {
  padding: 47px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top3 .centerArea .centerBlock li:nth-of-type(3n+1) {
  margin-right: 0;
}



/*-------------ここから-------------*/
main.p-top3 .spArea .m-container {
  position: relative;
  width: 100%;
}

main.p-top3 .spArea .m-container--outer {
  padding-bottom: 80px;
}

main.p-top3 .spArea .m-container--outer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  background-size: 100% 100%;
  z-index: -1;
}

main.p-top3 .spArea .m-container--inner:before {
  content: '';
  position: absolute;
  top: 270px;
  width: 100%;
  height: calc(100% - 190px);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bfe6ff), to(#d9f2ff));
  background-image: linear-gradient(180deg, #bfe6ff 0%, #d9f2ff 100%);
  z-index: -1;
}

main.p-top3 .spArea__hdg {
  margin: 70px auto 70px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 3.6rem;
  letter-spacing: 2.5px;
  text-align: center;
}

main.p-top3 .spArea .centerBlock {
  width: 1100px;
  margin: 0 auto;
}

main.p-top3 .spArea .centerBlock::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .spArea .centerBlock li {
  width: 340px;
  float: left;
  margin: 40px 40px 0 0;
}

main.p-top3 .spArea .centerBlock li a {
  display: block;
  background-color: #FFF;
}

main.p-top3 .spArea .centerBlock li a::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .spArea .centerBlock li a:hover {
  opacity: 1;
  background-color: #0093db;
  color: #FFF;
}

main.p-top3 .spArea .centerBlock li .image {
  width: 100%;
}

main.p-top3 .spArea .centerBlock li .image img {
  width: 100%;
  height: auto;
}

main.p-top3 .spArea .centerBlock li .body {
  padding: 28px 30px;
}

main.p-top3 .spArea .centerBlock li .body .hdg {
  margin-bottom: 10px;
  font-size: 2rem;
}

main.p-top3 .spArea .centerBlock li .body .text {
  color: #252525;
  font-size: 1.4rem;
  line-height: 2.3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

main.p-top3 .spArea .centerBlock li a[target="_blank"] .body .hdg > span:first-child {
  margin-right: 18px;
}

main.p-top3 .spArea .centerBlock li a[target="_blank"] .body .hdg > span.m-transIcon--external img {
  width: 14px;
  height: 12px;
}

main.p-top3 .spArea .centerBlock li a:hover .body .text {
  color: #FFF;
}

main.p-top3 .spArea .centerBlock li:first-child {
  width: 100%;
  margin-top: 0;
}

main.p-top3 .spArea .centerBlock li:first-child .image, main.p-top3 .spArea .centerBlock li:first-child .body {
  width: 50%;
  float: left;
}

main.p-top3 .spArea .centerBlock li:first-child .body {
  padding: 47px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top3 .spArea .centerBlock li:nth-of-type(3n+1) {
  margin-right: 0;
}
/*-------------ここまで-------------*/


main.p-top3 .infoArea {
  padding: 80px 0 52px;
}

main.p-top3 .infoArea__header {
  position: relative;
}

main.p-top3 .infoArea__hdg {
  margin-bottom: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 3.4rem;
  letter-spacing: 2.5px;
  line-height: 1;
}

main.p-top3 .infoArea__listLinkBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  margin-top: 3px;
}

main.p-top3 .infoArea__listLinkBtn a {
  display: block;
  position: relative;
  padding: 5px;
  font-size: 1.2rem;
  background-image: linear-gradient(-100deg, #99ccff 0%, #0093db 100%);
  border-radius: 15px;
  color: #fff;
  text-align: center;
}

main.p-top3 .infoArea__listLinkBtn a .container {
  margin-left: -10px;
}

main.p-top3 .infoArea__listLinkBtn .m-arrow {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 15px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

main.p-top3 .infoArea__listLinkBtn .m-arrow::before, main.p-top3 .infoArea__listLinkBtn .m-arrow::after {
  background-color: #fff;
}

main.p-top3 .infoArea__listLinkBtn a:hover .m-arrow {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

main.p-top3 .infoArea li {
  border-bottom: 1px solid #858585;
}

main.p-top3 .infoArea li a {
  display: block;
}

main.p-top3 .infoArea .pickup a {
  background-color: rgba(200, 235, 245, 0.5);
  font-weight: bold;
}
main.p-top3 .infoArea li a:hover {
  opacity: 1;
  background-color: rgba(200, 235, 245, 0.5);
}
/*
main.p-top3 .infoArea li:last-child {
  border-bottom: none;
}
*/
main.p-top3 .infoArea article {
  display: table;
  width: 100%;
  height: 64px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

main.p-top3 .infoArea article .meta,
main.p-top3 .infoArea article .title {
  display: table-cell;
  vertical-align: middle;
}

main.p-top3 .infoArea article .meta {
  width: 145px;
}

main.p-top3 .infoArea article .meta .date {
  padding: 0 0 0 18px;
  width: 145px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 20px;
}

main.p-top3 .infoArea article .title {
  padding: 28px 100px 28px 40px;
  color: #333;
  font-size: 1.5rem;
}

main.p-top3 .infoArea article.new {
  position: relative;
}

main.p-top3 .infoArea article.new::before {
  content: "NEW";
  position: absolute;
  right: 30px;
  top: 50%;
  border: 1px solid #0093db;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  color: #0093db;
  line-height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.p-top3 .infoArea article.pickup {
  position: relative;
}
main.p-top3 .infoArea article.pickup::before {
  content: "Pickup";
  position: absolute;
  right: 30px;
  top: 50%;
  border: 1px solid #0093db;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0093db;
  text-align: center;
  color: #FFF;
  line-height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
main.p-top3 .infoArea article.pickup .meta .m-catLabel {
  border-radius: 0;
}

main.p-top3 .targetLinkBlockArea {
  margin: auto;
  max-width: 1400px;
}

main.p-top3 .targetLinkBlockArea ul::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .targetLinkBlockArea li {
  float: left;
  position: relative;
  width: 50%;
  height: 270px;
}

main.p-top3 .targetLinkBlockArea li:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 1px;
  height: 100%;
  background-color: #FFF;
}

main.p-top3 .targetLinkBlockArea a {
  display: block;
}

main.p-top3 .targetLinkBlockArea a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

main.p-top3 .targetLinkBlockArea a:hover {
  opacity: 1;
}

main.p-top3 .targetLinkBlockArea a:hover::before {
  opacity: 0.7;
}

main.p-top3 .targetLinkBlockArea .body {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  color: #FFF;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.p-top3 .targetLinkBlockArea .icon {
  margin-bottom: 20px;
}

main.p-top3 .targetLinkBlockArea .hdg {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 2.2rem;
  letter-spacing: 2px;
}

main.p-top3 .targetLinkBlockArea .text {
  margin-top: 8px;
  font-size: 1.4rem;
}

main.p-top3 .targetLinkBlockArea .guideText {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 14px;
  width: 100%;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 1.5rem;
}

main.p-top3 .targetLinkBlockArea .guideText .text {
  margin-left: 25px;
}

main.p-top3 .targetLinkBlockArea .guideText .m-arrow {
  margin-left: 27px;
  width: 20px;
  vertical-align: middle;
}

main.p-top3 .targetLinkBlockArea .med a::before {
  background-image: linear-gradient(100deg, #0093db 0%, #47b0ed 100%);
}

main.p-top3 .targetLinkBlockArea .med .guideText {
  color: #00a6e8;
}

main.p-top3 .targetLinkBlockArea .med .guideText .m-arrow::before, main.p-top3 .targetLinkBlockArea .med .guideText .m-arrow::after {
  background-color: #90e4f0;
}

main.p-top3 .targetLinkBlockArea .employ a::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#47b0ed), to(#99ccff));
  background-image: linear-gradient(90deg, #47b0ed 0%, #99ccff 100%);
}

main.p-top3 .targetLinkBlockArea .employ .guideText {
  color: #6fbef7;
}

main.p-top3 .targetLinkBlockArea .employ .guideText .m-arrow::before, main.p-top3 .targetLinkBlockArea .employ .guideText .m-arrow::after {
  background-color: #6fbef7;
}

main.p-top3 .linkBtnArea {
  margin-bottom: 45px;
  padding-top: 60px;
  margin-bottom: 38px;
}

main.p-top3 .linkBtnArea__hdg {
  margin-bottom: 32px;
}

main.p-top3 .linkBtnArea__hdg [lang="en"] {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 4.4rem;
}

main.p-top3 .linkBtnArea__hdg [lang="ja"] {
  margin-left: 28px;
  vertical-align: 10px;
  color: #0093db;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

main.p-top3 .linkBtnArea .linkBtnList {
  margin: -20px 0 0 -20px;
}

main.p-top3 .linkBtnArea .linkBtnList::after {
  content: "";
  display: block;
  clear: both;
}

main.p-top3 .linkBtnArea .linkBtnList li {
  float: left;
  padding: 20px 0 0 20px;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main.p-top3 .linkBtnArea .linkBtnList a {
  display: table;
  position: relative;
  width: 100%;
  height: 54px;
  background-color: #e0f2ff;
  color: #0093db;
}

main.p-top3 .linkBtnArea .linkBtnList a > span {
  display: table-cell;
  padding: 0 40px 0 20px;
  vertical-align: middle;
  font-size: 1.3rem;
}

main.p-top3 .linkBtnArea .linkBtnList a[target="_blank"]::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  width: 13px;
  height: 8px;
  background: url(../images/icon_external_blue.png) no-repeat;
  background-size: auto 8px;
}

main.p-top3 .bannerArea .container {
  margin: 0 auto;
}

main.p-top3 .bannerArea .c-bannerList {
  width: 100%;
  margin: 0;
}

main.p-top3 .bannerArea .c-bannerList li {
  padding: 0;
}

main.p-top3 .bannerArea--2col .container {
  width: 722px;
}

main.p-top3 .bannerArea--2col .c-bannerList li {
  width: 346px;
  margin-top: 15px;
}

main.p-top3 .bannerArea--2col .c-bannerList li:nth-of-type(2n) {
  margin-left: 30px;
}

main.p-top3 .bannerArea--3col {
  margin-bottom: 28px;
}

main.p-top3 .bannerArea--3col .container {
  width: 650px;
}

main.p-top3 .bannerArea--3col .c-bannerList {
  margin-top: 15px;
}

main.p-top3 .bannerArea--3col .c-bannerList li {
  width: 200px;
  margin-right: 25px;
  margin-top: 15px;
}

main.p-top3 .bannerArea--3col .c-bannerList li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  main.p-top3 {
    margin-bottom: -38px;
  }
  main.p-top3 .m-container {
    padding: 0 5.06667%;
  }
  main.p-top3 .mainVisualArea {
    height: 121.333333333vw;
    min-height: 0;
  }
  main.p-top3 .mainVisualArea__frame {
    width: 200%;
    height: 133.333333333vw;
    min-height: 0;
  }
  main.p-top3 .mainVisualArea__frame::before {
    content: "";
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#99ccff), to(#0093db));
    background-image: linear-gradient(-90deg, #0093db 0%, #99ccff 100%);
  }
  main.p-top3 .mainVisualArea__frame__inner {
    margin-top: -4vw;
  }
  main.p-top3 .mainVisualArea__pcSlide {
    display: none;
  }
  main.p-top3 .mainVisualArea__spSlide {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    background-color: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  main.p-top3 .mainVisualArea__spSlide__item__image {
    padding-top: 117.333333333%;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: -webkit-transform 32s linear;
    transition: -webkit-transform 32s linear;
    transition: transform 32s linear;
    transition: transform 32s linear, -webkit-transform 32s linear;
  }
  main.p-top3 .mainVisualArea__spSlide__item__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 21.333333333%;
    text-align: center;
    color: #FFF;
    font-size: 3.733333333vw;
  }
  main.p-top3 .mainVisualArea__spSlide__item.is-current .mainVisualArea__spSlide__item__image {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  main.p-top3 .guideLinkArea__time {
    position: static;
    width: auto;
    height: auto;
  }
  main.p-top3 .guideLinkArea__time::before {
    content: none;
  }
  main.p-top3 .guideLinkArea__time__inner {
    position: static;
    border-radius: 0;
    padding: 30px 5.06667% 38px;
    text-align: left;
  }
  main.p-top3 .guideLinkArea__time .time::after {
    content: "";
    display: block;
    clear: both;
  }
  main.p-top3 .guideLinkArea__time .time__hdg {
    float: left;
    margin-bottom: 0;
    width: 8.25em;
    font-size: 1.7rem;
  }
  main.p-top3 .guideLinkArea__time .time__hdg::before {
    content: "[";
    margin-right: 3px;
  }
  main.p-top3 .guideLinkArea__time .time__hdg::after {
    content: "]";
    margin-left: 3px;
  }
  main.p-top3 .guideLinkArea__time .time__body {
    overflow: hidden;
  }
  main.p-top3 .guideLinkArea__time .time__time {
    display: inline;
    font-size: 2.4rem;
    font-style: normal;
  }
  main.p-top3 .guideLinkArea__time .time__day {
    display: inline;
    position: static;
    vertical-align: 2px;
    font-size: 1.2rem;
  }
  main.p-top3 .guideLinkArea__time .time__day::before {
    content: "(";
    margin-right: 3px;
  }
  main.p-top3 .guideLinkArea__time .time__day::after {
    content: ")";
    margin-left: 3px;
  }
  main.p-top3 .guideLinkArea__time .off {
    margin-top: 15px;
  }
  main.p-top3 .guideLinkArea__time .off::before {
    content: none;
  }
  main.p-top3 .guideLinkArea__time .off__hdg {
    float: left;
    width: 8.25em;
    padding-top: 0;
    font-size: 1.7rem;
  }
  main.p-top3 .guideLinkArea__time .off__body {
    padding-top: 3px;
    overflow: hidden;
    font-size: 1.4rem;
  }
  main.p-top3 .guideLinkArea__pop {
    display: none;
  }
  main.p-top3 .guideLinkArea__linkList {
    overflow: hidden;
  }
  main.p-top3 .guideLinkArea__linkList li {
    width: 50%;
  }
  main.p-top3 .guideLinkArea__linkList li a {
    margin-top: 0;
    padding-top: 0;
    height: 185px;
    min-height: 0;
  }
  main.p-top3 .guideLinkArea__linkList li .body {
    left: 0;
    right: 0;
    bottom: 21.333%;
  }
  main.p-top3 .guideLinkArea__linkList li .body .hdg {
    margin-bottom: 3px;
    font-size: 1.9rem;
  }
  main.p-top3 .guideLinkArea__linkList li .body .text {
    padding-bottom: 0;
    font-size: 1.3rem;
    border-bottom: none;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-top3 .guideLinkArea__linkList li .body .text {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 750px) {
  main.p-top3 .guideLinkArea__linkList li .body .icon {
    margin: 12px 0 18px;
  }
  main.p-top3 .guideLinkArea__linkList li .body .icon img {
    width: 53px;
  }
  main.p-top3 .guideLinkArea__linkList li .body .guideText {
    display: none;
  }
  main.p-top3 .guideLinkArea__linkList li:nth-of-type(1) .body .icon img {
    width: 35px;
  }
  main.p-top3 .guideLinkArea__linkList li:nth-of-type(3) .body .icon img {
    width: 44px;
  }
  main.p-top3 .guideLinkArea__linkList li:nth-child(odd) .body .icon {
    margin: 12px 0 14px;
  }
  main.p-top3 .guideLinkArea__linkList li:nth-child(odd) a::before {
    content: none;
  }
  main.p-top3 .guideLinkArea__linkList li:nth-child(n+3) a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 1px;
    background-color: #FFF;
  }
  main.p-top3 .searchArea {
    padding: 32px 5.06667% 40px;
  }
  main.p-top3 .searchArea__inner {
    width: auto;
  }
  main.p-top3 .searchArea__hdg {
    font-size: 2rem;
  }
  main.p-top3 .searchArea__guide {
    float: none;
    margin-bottom: 15px;
    padding-left: 20px;
    width: auto;
  }
  main.p-top3 .searchArea__guide .text {
    margin-top: 10px;
  }
  main.p-top3 .searchArea__form {
    float: none;
    margin-top: 0;
    width: auto;
  }
  main.p-top3 .searchArea__form input[type="text"] {
    border: 1px solid #6dc7b6;
    padding: 15px 50px 15px 20px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 350px) {
  main.p-top3 .searchArea__form input[type="text"] {
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  main.p-top3 .searchArea__form button {
    width: 40px;
    height: 40px;
  }
  main.p-top3 .searchArea__form button img {
    width: 18px;
    vertical-align: middle;
  }
  main.p-top3 .centerArea__hdg {
    margin: 32px auto;
    font-size: 2.5rem;
  }
  main.p-top3 .centerArea .m-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  main.p-top3 .centerArea .m-container--outer:before {
    height: 120px;
    background: url(../../images/site3-top/img_centerarea_sp.gif) 50% 100%;
  }
  main.p-top3 .centerArea .m-container--inner:before {
    top: 120px;
    height: calc(100% - 70px);
  }
  main.p-top3 .centerArea .centerBlock {
    position: relative;
    width: 100%;
    padding: 0 5.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-top3 .centerArea .centerBlock li {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
  main.p-top3 .centerArea .centerBlock li .body {
    padding: 24px 25px;
  }
  main.p-top3 .centerArea .centerBlock li .body .hdg {
    margin-bottom: 5px;
  }
  main.p-top3 .centerArea .centerBlock li .body .text {
    line-height: 2;
  }
  main.p-top3 .centerArea .centerBlock li a:hover .body .hdg > span.m-transIcon--external img:first-child {
    opacity: 0;
  }
  main.p-top3 .centerArea .centerBlock li:first-child {
    margin: 0 0 30px 0;
  }
  main.p-top3 .centerArea .centerBlock li:first-child .image, main.p-top3 .centerArea .centerBlock li:first-child .body {
    width: 100%;
  }
  main.p-top3 .centerArea .centerBlock li:first-child .body {
    padding: 24px 25px;
  }

/*-------------ここから-------------*/
  main.p-top3 .spArea__hdg {
    margin: 32px auto;
    font-size: 2.5rem;
  }
  main.p-top3 .spArea .m-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  main.p-top3 .spArea .m-container--outer:before {
    height: 120px;
    background: url(../../images/site3-top/img_sparea_sp.gif) 50% 100%;
  }
  main.p-top3 .spArea .m-container--inner:before {
    top: 120px;
    height: calc(100% - 70px);
  }
  main.p-top3 .spArea .centerBlock {
    position: relative;
    width: 100%;
    padding: 0 5.666%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-top3 .spArea .centerBlock li {
    width: 100%;
    margin: 0 0 30px 0;
    float: none;
  }
  main.p-top3 .spArea .centerBlock li .body {
    padding: 24px 25px;
  }
  main.p-top3 .spArea .centerBlock li .body .hdg {
    margin-bottom: 5px;
  }
  main.p-top3 .spArea .centerBlock li .body .text {
    line-height: 2;
  }
  main.p-top3 .spArea .centerBlock li a:hover .body .hdg > span.m-transIcon--external img:first-child {
    opacity: 0;
  }
  main.p-top3 .spArea .centerBlock li:first-child {
    margin: 0 0 30px 0;
  }
  main.p-top3 .spArea .centerBlock li:first-child .image, main.p-top3 .spArea .centerBlock li:first-child .body {
    width: 100%;
  }
  main.p-top3 .spArea .centerBlock li:first-child .body {
    padding: 24px 25px;
  }
/*-------------ここまで-------------*/

  main.p-top3 .infoArea {
    padding: 70px 0 50px;
  }
  main.p-top3 .infoArea__hdg {
    margin-bottom: 6px;
    font-size: 2.5rem;
  }
  main.p-top3 .infoArea__listLinkBtn {
    margin-top: 0;
  }
  main.p-top3 .infoArea__listLinkBtn a {
    padding: 4px;
    font-size: 1.25rem;
  }
  main.p-top3 .infoArea__listLinkBtn a .container {
    margin-left: -13px;
  }
  main.p-top3 .infoArea__listLinkBtn .m-arrow {
    right: 10px;
    width: 15px;
  }
  main.p-top3 .infoArea li:last-child {
    border-bottom: 1px solid #858585;
  }
  main.p-top3 .infoArea article {
    position: relative;
    display: block;
    padding: 20px 60px 22px 0;
    width: auto;
    height: auto;
  }
  main.p-top3 .infoArea article .meta,
  main.p-top3 .infoArea article .title {
    display: block;
  }
  main.p-top3 .infoArea article .meta {
    margin-bottom: 10px;
    width: auto;
  }
  main.p-top3 .infoArea article .meta .date {
    padding: 0;
    width: 96px;
    border-right: none;
  }
  main.p-top3 .infoArea article .meta .m-catLabel {
    font-size: 1.1rem;
  }
  main.p-top3 .infoArea article .title {
    padding: 0;
    font-size: 1.5rem;
  }
  main.p-top3 .infoArea article.new::before {
    right: 0;
  }
  main.p-top3 .infoArea article.pickup::before {
    right: 0;
  }
  main.p-top3 .targetLinkBlockArea li {
    height: 221px;
    float: none;
    width: auto;
  }
  main.p-top3 .targetLinkBlockArea li:nth-child(2)::before {
    content: none;
  }
  main.p-top3 .targetLinkBlockArea li:nth-child(2) a:before {
    opacity: 0.85;
  }
  main.p-top3 .targetLinkBlockArea .body {
    padding-bottom: 0;
  }
  main.p-top3 .targetLinkBlockArea .icon {
    margin-bottom: 14px;
  }
  main.p-top3 .targetLinkBlockArea .icon img {
    height: 45px;
  }
  main.p-top3 .targetLinkBlockArea .hdg {
    font-size: 1.8rem;
  }
  main.p-top3 .targetLinkBlockArea .text {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  main.p-top3 .targetLinkBlockArea .guideText {
    display: none;
  }
  main.p-top3 .linkBtnArea {
    padding-top: 35px;
  }
  main.p-top3 .linkBtnArea__hdg {
    margin-bottom: 18px;
    padding-left: 12px;
  }
  main.p-top3 .linkBtnArea__hdg [lang="en"] {
    font-size: 3rem;
    letter-spacing: 1px;
  }
  main.p-top3 .linkBtnArea__hdg [lang="ja"] {
    margin-left: 12px;
    vertical-align: 4px;
    font-size: 1rem;
    letter-spacing: .5px;
  }
  main.p-top3 .linkBtnArea .linkBtnList {
    margin: 0;
  }
  main.p-top3 .linkBtnArea .linkBtnList li {
    float: none;
    border-bottom: 1px solid #94d3c7;
    padding: 0;
    width: auto;
  }
  main.p-top3 .linkBtnArea .linkBtnList li:first-child {
    border-top: 1px solid #94d3c7;
  }
  main.p-top3 .linkBtnArea .linkBtnList a {
    border: none;
    height: auto;
    background-color: transparent;
  }
  main.p-top3 .linkBtnArea .linkBtnList a > span {
    padding: 12px 40px 12px 12px;
  }
  main.p-top3 .linkBtnArea .linkBtnList a[target="_blank"]::before {
    right: 12px;
  }
  main.p-top3 .bannerArea .container {
    width: 100%;
    padding: 0 5.06667%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.p-top3 .bannerArea--2col .c-bannerList li {
    width: 100%;
    margin-top: 12px;
  }
  main.p-top3 .bannerArea--2col .c-bannerList li:nth-of-type(2n) {
    margin-left: 0;
  }
  main.p-top3 .bannerArea--3col .c-bannerList {
    margin-top: 0;
  }
  main.p-top3 .bannerArea--3col .c-bannerList li {
    width: 50%;
    margin: 0;
    padding: 12px 12px 0 0;
  }
  main.p-top3 .bannerArea--3col .c-bannerList li:nth-of-type(2n) {
    padding-right: 0;
  }
}


/* 汎用詳細 */
.p-genDet > section.news .sectHdg {
  color: #0093db;
}

.p-genDet > section.news li ~ li {
  border-top-color: rgba(200, 235, 245, 10);
}

.p-genDet > section.news article .title {
  color: #0093db;
}

.p-genDet > section.news article.new .title > span::before {
  border-color: #0093db;
  color: #0093db;
}

.p-genDet > section.news a:hover article {
  background-color: rgba(200, 235, 245, 0.5);
}

.p-genDet > section.news .listLinkBtn a {
  border-color: #0093db;
}

.p-genDet > section.news .listLinkBtn a::before {
  border-left-color: #0093db;
}

.p-genDet > section.news .listLinkBtn a:hover {
  background-color: #0093db;
}

@media screen and (max-width: 750px) {
  .p-genDet > section.news article .meta .date {
    color: #0093db;
  }
  .p-genDet > section.news article.new::before {
    border-color: #0093db;
    color: #0093db;
  }
}

/* ニュース一覧 */
.p-newsList header .yearLinkListArea__hdg {
  color: #0093db;
}

.p-newsList header .yearLinkListArea .yearLinkList .current a {
  color: #0093db;
}

.p-newsList header .refineArea {
  color: #0093db;
}

.p-newsList header .refineArea__hdg::before {
  background-image: url(../images/icon_3bar_blue.png);
}

.p-newsList header .refineArea .refineList button {
  background-color: rgba(200, 235, 245, 10);
}

.p-newsList header .refineArea .refineList button.is-active {
  background-color: #0093db;
}

@media screen and (min-width: 751px) {
  .p-newsList header .refineArea .refineResetBtn::before {
    background-image: url(../images/icon_rollback_blue.png);
  }
}

.p-newsList .articleList {
  border-top-color: #0093db;
}

.p-newsList .articleList li {
  border-bottom-color: #0093db;
}

.p-newsList .articleList a:hover {
  color: #0093db;
}

.p-newsList .articleList article.new::before {
  border-color: #0093db;
  color: #0093db;
}

.p-newsList .articleList a:hover article {
  background-color: rgba(200, 235, 245, 10);
}

/* ニュース詳細 */
.p-newsDet header {
  border-bottom-color: #0093db;
}

.p-newsDet header .hdg {
  color: #0093db;
}

/* 診療科一覧 */
.p-deptList .deptGroupList .deptGroupListItem {
  padding: 0;
}

.p-deptList .deptGroupList .deptGroupListItem__hdg {
  color: #0093db;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink {
  border-bottom-color: #0093db;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink::before {
  border-left-color: #0093db;
}

.p-deptList .deptGroupList .deptGroupListItem__list .pageLink:hover {
  background-color: #0093db;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink {
  background-color: #FFF;
  color: #0093db;
}

.p-deptList .deptGroupList .deptGroupListItem__list .tablePageLink:hover {
  background-color: #0093db;
}

.p-deptList .deptList {
  margin-top: 0;
}

.p-deptList .deptList li {
  padding-top: 0;
}

.p-deptList .deptList .hdg {
  border-bottom: 2px solid #0093db;
}

.p-deptList .deptList .hdg::before {
  border-left-color: #0093db;
}

.p-deptList .deptList a:hover .hdg > span {
  background-color: #0093db;
}

@media screen and (max-width: 750px) {
  .p-deptList .deptGroupList {
    margin: 0;
  }
}

/* 診療科詳細 */
.p-deptDet .profList__item .header .copy {
  color: #0093db;
}

.p-deptDet .profList__item .header .enName {
  color: #0093db;
}

/*---ここからタブのスタイル---*/

.m-wysiwyg .dept-menu ul li::before {
    content: none;
}
.m-wysiwyg .dept-menu ul li {
    margin: 0;
    padding: 0;
}
.m-wysiwyg .dept-menu ul .at {
    margin: 0;
    padding: 15px 35px 10px;
}
.m-wysiwyg .dept-menu ul li a::after {
    margin: 0 0 0 10px;
}
.dept-menu ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 5px solid #0093db;
}
.dept-menu .bumon {
    display: flex;
    justify-content: flex-start;
    border-bottom: 5px solid #0093db;
}
.dept-menu ul li {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.857142857;
}
.dept-menu .bumon li {
    margin-right: 10px;
}
.dept-menu ul .at {
    color: #fff;
    background: #0093db;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px 10px;
    border-radius: 4px 4px 0 0;
}
.dept-menu ul .at::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 6px 4px 0;
    border-top-color: #fff;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 10px;
}
.dept-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0093db;
    border: 1px solid #0093db;
    border-bottom: none;
    padding: 15px 30px 10px;
    border-radius: 4px 4px 0 0;
}
.dept-menu ul .out {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0093db;
    border: 1px solid #0093db;
    border-bottom: none;
    padding: 15px 30px 10px;
    border-radius: 4px 4px 0 0;
    background: #C4C4C4;
}
.dept-menu ul li a::after {
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-left-color: #0093db;
    -webkit-transition: margin-top 0.2s;
    transition: margin-top 0.2s;
    margin-left: 10px;
    margin-right: 5px;
}
.dept-menu ul li a:hover {
    color: #fff;
    background: #0093db;
    opacity: 1;
}
.dept-menu ul li a:hover::after {
    border-left-color: #fff;
}

@media screen and (max-width: 750px) {
    .p-deptDet>*~* {
        margin-top: 30px;
    }
    .dept-menu ul {
        flex-wrap: wrap;
        justify-content: space-between;
        border-bottom: none;
    }
    .dept-menu ul li {
        font-weight: bold;
        width: 49.5%;
        font-size: 1.2rem;
        margin-bottom: 3px;
        display: flex;
    }
    .m-wysiwyg .dept-menu ul li {
        margin-bottom: 3px;
    }
    .dept-menu ul li a {
        border-radius: 0;
        border-bottom: 1px solid #0093db;
        width: 100%;
        padding: 10px 5px 10px;
        box-sizing: border-box;
    }
    .dept-menu ul .at {
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 10px 5px 10px;
    }

    .dept-menu ul .out {
        border-radius: 0;
        border-bottom: 1px solid #0093db;
        border-radius: 0;
        width: 49.5%;
        box-sizing: border-box;
        padding: 15px 5px 10px;
    }
    .dept-menu ul li a::after {
        content: "";
        border-color: transparent;
        border-style: solid;
        border-width: 4px 0 4px 6px;
        border-left-color: #0093db;
        -webkit-transition: margin-top 0.2s;
        transition: margin-top 0.2s;
        margin-left: 5px;
        margin-right: 5px;
    }
    .m-wysiwyg .dept-menu ul .at {
        margin-bottom: 3px;
    }
    .dept-menu .bumon {
        justify-content: space-between;
        border-bottom: none;
    }
    .dept-menu .bumon li {
        margin-right: 0;
    }
    .dept-menu .centermenu li a {
        border-bottom: 1px solid #0093db;
        border-radius: 0;
        padding: 15px 5px 10px;
    }
    .dept-menu .centermenu .at {
        border-radius: 0;
        padding: 15px 5px 10px;
    }

    .p-deptDet .sp-only {
        display: block;
    }
    
    .p-deptDet .pc-only {
        display: none;
    }
}