@charset "UTF-8";
@media all and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.72;
  }
}

/* =WordPress Core
-------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* single
-------------------------------------------------------------*/
.c-single_header .time {
  display: inline-block;
  font-size: 1.5rem;
  color: #0052a5;
  font-weight: bold;
  width: 115px;
}
@media all and (max-width: 767px) {
  .c-single_header .time {
    width: 88px;
    font-size: 1.2rem;
  }
}
.c-single_header .list {
  display: inline-block;
}
.c-single_header .list li {
  margin-right: 4px;
  padding: 0 9px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 1.4rem;
  background-color: #7c5b18;
  width: auto;
}
@media all and (max-width: 767px) {
  .c-single_header .list li {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}
.c-single_header .list a {
  color: #fff;
}
.c-single_title {
  margin-bottom: 25px;
  font-family: "A1 Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  padding: 20px 0;
}
@media all and (max-width: 767px) {
  .c-single_title {
    padding: 15px 0;
    font-size: 2rem;
  }
}
.c-single_content {
  overflow: hidden;
}
.c-single_content img {
  max-width: 100%;
  height: auto;
}
.c-single_content h2 {
  margin-bottom: 25px;
  font-family: "A1 Mincho", serif;
  font-weight: 500;
  font-size: 3rem;
  padding-bottom: 13px;
  border-bottom: 1px solid #ccc;
}
* + .c-single_content h2 {
  margin-top: 1.5em;
}
@media all and (max-width: 767px) {
  .c-single_content h2 {
    margin-bottom: 15px;
    font-size: 2rem;
    padding-bottom: 7px;
  }
}
.c-single_content h3 {
  margin-bottom: 30px;
  padding: 6px 10px 8px;
  font-family: "A1 Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid #4b86c0;
  background-color: #eaf1fb;
}
* + .c-single_content h3 {
  margin-top: 1.5em;
}
@media all and (max-width: 767px) {
  .c-single_content h3 {
    margin-bottom: 20px;
    padding: 5px 7px;
    font-size: 1.8rem;
  }
}
.c-single_content h4 {
  margin-bottom: 6px;
  color: #0052a5;
  font-size: 2rem;
  font-weight: bold;
}
* + .c-single_content h4 {
  margin-top: 1.5em;
}
@media all and (max-width: 767px) {
  .c-single_content h4 {
    font-size: 1.6rem;
  }
}
.c-single_content h5 {
  margin-bottom: 6px;
  color: #0052a5;
  font-size: 1.8rem;
  font-weight: bold;
}
* + .c-single_content h5 {
  margin-top: 1.5em;
}
@media all and (max-width: 767px) {
  .c-single_content h5 {
    font-size: 1.4rem;
  }
}
.c-single_content h6 {
  margin-bottom: 6px;
  font-size: 1.8rem;
  font-weight: bold;
}
* + .c-single_content h6 {
  margin-top: 1.5em;
}
@media all and (max-width: 767px) {
  .c-single_content h6 {
    font-size: 1.4rem;
  }
}
.c-single_content table {
  border-collapse: collapse;
  width: 100%;
}
* + .c-single_content table {
  margin-top: 1em;
}
.c-single_content table th,
.c-single_content table td {
  padding: 13px 0;
  text-align: center;
  vertical-align: middle;
  background-color: #4b86c0;
  border: 1px solid #ccc;
}
.c-single_content table th {
  color: #fff;
  background-color: #4b86c0;
}
.c-single_content table td {
  padding: 16px 0;
  background-color: #fff;
}
.c-single_content table td .topSpan {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
}
.c-single_content table .bg01 {
  background-color: #efd2d4;
}
.c-single_content table td .comLink {
  margin: 0 auto;
  width: 100px;
}
.c-single_content table td .comLink a {
  padding: 3px 14px;
  font-size: 1.6rem;
  text-align: left;
  background-position: right 16px center;
  background-image: url("../../img/common/icon13.png");
}
@media all and (max-width: 767px) {
  .c-single_content table {
    margin: 0;
  }
  .c-single_content table th,
.c-single_content table td {
    padding: 10px 0;
  }
  .c-single_content table td {
    padding: 12px 0;
  }
  .c-single_content table td .topSpan {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .c-single_content table td .comLink {
    margin: 0 auto;
    width: 90px;
  }
  .c-single_content table td .comLink a {
    padding: 3px 12px 4px;
    font-size: 1.3rem;
    text-align: left;
    background-position: right 10px center;
    background-image: url("../../img/common/icon13.png");
    background-size: 10px auto;
  }
}
.c-single_content ul li {
  padding: 0 0 2px 1.4em;
  background: url(../img/common/icon10.png) no-repeat left 5px top 9px;
}
@media all and (max-width: 767px) {
  .c-single_content ul li {
    padding: 0 0 0 1.4em;
    background: url(../img/common/icon10.png) no-repeat left 4px top 6px;
    background-size: 5px auto;
  }
}
.c-single_content ol {
  list-style-type: decimal;
  margin-left: 1.4em;
}

/* single pager
-------------------------------------------------------------*/
.c-singlePager {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #ccc;
  padding-top: 50px;
}
@media all and (max-width: 767px) {
  .c-singlePager {
    margin-top: 30px;
  }
}
.c-singlePager > * {
  width: 33%;
}
.c-singlePager_prev {
  text-align: left;
}
.c-singlePager_list {
  text-align: center;
}
.c-singlePager_next {
  text-align: right;
}

/* gnav current
-------------------------------------------------------------*/
body.page-id-12 #gNavi .navi02 a,
body.page-id-45 #gNavi .navi03 a,
body.page-id-93 #gNavi .navi04 a,
body.page-id-173 #gNavi .navi05 a,
body.page-id-175 #gNavi .navi06 a,
body.page-id-243 #gNavi .navi07 a {
  background-color: #f6f7fb;
}

body.home .spNavi .navi01 a,
body.page-id-12 .spNavi .navi02 a,
body.page-id-45 .spNavi .navi03 a,
body.page-id-93 .spNavi .navi04 a,
body.page-id-173 .spNavi .navi05 a,
body.page-id-175 .spNavi .navi06 a,
body.page-id-243 .spNavi .navi07 a {
  background-color: #f6f7fb;
}

/* override
-------------------------------------------------------------*/
body {
  position: relative;
}

#conts {
  margin-top: 0;
}
@media all and (max-width: 767px) {
  #conts {
    overflow: hidden;
  }
}

.pageTitle h2,
.mainImg .title,
#main .infoBox .rBox li a,
#main .newSec .tabUl li a,
#main .newSec .linkUl li .linkSpan,
#conts .linkList li a,
#conts .contactBox .linkUl li a,
#conts .floor .listDl dd,
#conts .tabUl li a,
#conts .text01,
.headLine01,
.comLink a,
.pageTitle h2,
.headLine02,
.headLine03,
.comBox .top,
.comBox .linkList a,
#gNavi li .txtSpan,
#sideBar .title,
#sideBar .ulBox .linkList li a {
  font-family: "A1 Mincho", serif;
}

#conts .linkList li a {
  padding: 15px 15px 14px;
}
@media all and (max-width: 767px) {
  #conts .linkList {
    justify-content: space-between;
  }
  #conts .linkList li {
    width: 48.5%;
    margin-right: 0;
  }
  #conts .linkList li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #conts .linkList li a {
    padding: 11px 10px 9px;
  }
}

.comLink a {
  padding: 16px 10px 15px;
}
@media all and (max-width: 767px) {
  .comLink a {
    padding: 11px 10px 9px;
  }
}

#conts .contactBox .linkUl li a {
  padding: 5px 0 4px;
}
@media all and (max-width: 767px) {
  #conts .contactBox .linkUl li a {
    padding: 4px 10px 3px;
  }
}

#conts .stepList li .comLink a {
  padding: 7px 0 6px;
}
@media all and (max-width: 767px) {
  #conts .stepList li .comLink a {
    padding: 7px 15px 6px;
  }
}

@media all and (max-width: 767px) {
  .menuBox .spNavi li .txtSpan {
    font-family: "A1 Mincho", serif;
  }
}
.mainImg .title {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  margin-top: 0;
  top: 14.5%;
  letter-spacing: -0.09em;
}

.menuBox .close {
  padding: 16px 10px 10px;
}

body.home .content {
  margin-top: 38px;
}
@media all and (max-width: 767px) {
  body.home .content {
    margin-top: 20px;
  }
}

.newsBox {
  overflow: hidden;
  position: relative;
}
.newsBox:before {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  height: 100%;
  background: #ae1f25;
  transform: translate(-320px, 0);
}
@media all and (max-width: 767px) {
  .newsBox:before {
    display: none;
  }
}
.newsBox dl {
  position: relative;
  display: flex;
}
@media all and (max-width: 767px) {
  .newsBox dl {
    flex-direction: column;
  }
}
.newsBox dt,
.newsBox dd {
  float: none;
}
.newsBox dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsBox dd {
  background: #ffffff;
}

@media all and (max-width: 767px) {
  #main .newSec .tabUl {
    display: table;
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  #main .newSec .tabUl li {
    width: auto;
    display: table-cell;
  }
}
@media all and (max-width: 767px) {
  #main .newSec .tabUl li a {
    padding: 16px 0px;
    font-size: 12px;
    border-right: 1px solid #fff !important;
    min-width: 40px;
  }
}
#main .newSec .tabBox .txtList .time {
  width: 115px;
}
@media all and (max-width: 767px) {
  #main .newSec .tabBox .txtList .time {
    width: 88px;
  }
}
#main .newSec .tabBox .txtList .list li a {
  color: #fff;
}

#conts img {
  max-width: 100%;
  height: auto;
}
#conts .newsList > li {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 767px) {
  #conts .newsList > li {
    margin-bottom: 10px;
  }
}
#conts .newsList .time {
  float: left;
  font-size: 1.5rem;
  color: #0052a5;
  font-weight: bold;
  width: 115px;
}
@media all and (max-width: 767px) {
  #conts .newsList .time {
    width: 88px;
    font-size: 1.2rem;
  }
}
#conts .newsList .list li {
  margin-right: 4px;
  padding: 0 9px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 1.4rem;
  background-color: #7c5b18;
  width: auto;
}
@media all and (max-width: 767px) {
  #conts .newsList .list li {
    padding: 0 5px;
    font-size: 1.2rem;
  }
}
#conts .newsList .list a {
  color: #fff;
}
#conts .newsList .link a {
  padding: 10px 0 18px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  #conts .newsList .link a {
    padding: 10px 0;
  }
}
#conts .newsList .link a:hover {
  opacity: 0.7;
}
#conts .linkList {
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  #conts .linkList {
    margin-top: 20px;
  }
}
#conts .linkList li:nth-child(n+4) {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  #conts .linkList li:nth-child(n+4) {
    margin-top: 10px;
  }
}
#conts .message {
  margin-bottom: 75px;
}
* + #conts .message {
  margin-top: 80px;
}
@media all and (max-width: 767px) {
  #conts .message {
    margin-bottom: 35px;
  }
  * + #conts .message {
    margin-top: 40px;
  }
}
#conts .message .inner {
  margin-bottom: 0;
}
#conts .picturesBox .imgList {
  margin: 0 -3px;
}
#conts .picturesBox .imgList li {
  width: 12.5%;
  padding: 0 3px 6px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  #conts .picturesBox .imgList {
    margin: 0 -2px;
  }
  #conts .picturesBox .imgList li {
    width: 16.6%;
    padding: 0 2px 4px;
  }
}
#conts .txtP {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  #conts .txtP {
    line-height: 1.72;
  }
}
#conts * + .headLine02 {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #conts * + .headLine02 {
    margin-top: 25px;
  }
}
#conts * + .headLine03 {
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  #conts * + .headLine03 {
    margin-top: 30px;
  }
}
#conts * + .title {
  margin-top: 25px;
}
@media all and (max-width: 767px) {
  #conts * + .title {
    margin-top: 15px;
  }
}
#conts * + .tabPanel {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #conts * + .tabPanel {
    margin-top: 30px;
  }
}
#conts .tabPanel .text01 {
  margin-top: 20px;
}
#conts * + .txt {
  margin-top: 1em;
}
#conts .tableSec .txtList01 {
  margin-bottom: 0;
}
#conts .tableSec .borderBox {
  margin-bottom: 0;
}
#conts * + .tableSec {
  margin-top: 2em;
}
#conts .floor {
  margin-bottom: 0;
}
#conts .stepList li .infoBox {
  box-sizing: border-box;
}
#conts .contactBox {
  box-sizing: border-box;
}
#conts * + .plan {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #conts * + .plan {
    margin-top: 30px;
  }
}
#conts .tabUl li a {
  position: relative;
  box-sizing: border-box;
  padding: 18px 10px 40px;
  font-size: 16px;
}
@media all and (max-width: 767px) {
  #conts .tabUl li a {
    font-size: 14px;
  }
}
#conts .tabUl li a:after {
  content: "";
  display: block;
  position: absolute;
  border-top: 12px solid #4cb57a;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 18px;
}
@media all and (max-width: 767px) {
  #conts .tabUl li a:after {
    border-top: 9px solid #4cb57a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
#conts .tabUl li.on a, #conts .tabUl li:hover a, #conts .tabUl li.on:hover a {
  background: #4cb57a;
  color: #fff;
}
@media all and (max-width: 767px) {
  #conts .tabUl li.on a, #conts .tabUl li:hover a, #conts .tabUl li.on:hover a {
    background: #4cb57a;
    color: #fff;
  }
}
#conts .tabUl li.on a:after, #conts .tabUl li:hover a:after, #conts .tabUl li.on:hover a:after {
  border-top: 12px solid #fff;
}
@media all and (max-width: 767px) {
  #conts .tabUl li.on a:after, #conts .tabUl li:hover a:after, #conts .tabUl li.on:hover a:after {
    border-top: 9px solid #fff;
  }
}
#conts .contactBox01 {
  margin-bottom: 0;
}
#conts * + .stepBox {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #conts * + .stepBox {
    margin-top: 20px;
  }
}

* + .comLink {
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  * + .comLink {
    margin-top: 25px;
  }
}

* + .comTableBox {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  * + .comTableBox {
    margin-top: 20px;
  }
}

@media all and (max-width: 767px) {
  .comTable.mod-sp-noscroll {
    min-width: 0;
  }
}
.comTable td {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .comTable td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.comTable td small {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media all and (max-width: 767px) {
  .comTable td small {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.comTable td.mod-left {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 767px) {
  .comTable td.mod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.comTable th {
  padding-left: 10px;
  padding-right: 10px;
}
@media all and (max-width: 767px) {
  .comTable th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.comTable th.mod-left {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 767px) {
  .comTable th.mod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
}

#sideBar .ulBox .linkList li a {
  font-size: 1.4rem;
}

#main {
  margin-bottom: 0;
}
#main .detailBox {
  padding: 49px 0;
  border-top: 1px solid #ccc;
  margin-top: 90px;
}
body.home #main .detailBox {
  margin-top: 0;
  border-top: 0;
}
body.home #main .detailBox .content {
  margin-top: 0;
}

#main .detailBox .map {
  float: left;
  width: 530px;
}
#main .detailBox .rBox {
  float: right;
  width: 530px;
  text-align: center;
}
#main .detailBox .rBox .logo {
  margin-bottom: 9px;
}
#main .detailBox .rBox .logo img {
  width: 423px;
}
#main .detailBox .rBox .txtP {
  margin-bottom: 29px;
}
#main .detailBox .rBox .comLink {
  margin-bottom: 0;
  width: 100%;
  margin-top: 0;
}
#main .detailBox .rBox .comTel {
  float: none;
  margin: 0 auto 33px;
  padding-left: 50px;
  text-align: left;
  width: 320px;
}
#main .detailBox .rBox .comTel .tel {
  letter-spacing: 0;
}

.c-btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.c-btn {
  padding: 3px 35px 6px;
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border: 1px solid #0051a5;
  background-color: #fff;
  text-align: center;
  max-width: 420px;
  width: 49%;
  margin-top: 10px;
}
.c-btn:hover {
  background-color: #f6f7fb;
}
@media all and (max-width: 767px) {
  .c-btn {
    padding: 3px 30px 4px;
    font-size: 1.4rem;
    min-width: 0px;
    width: 100%;
    max-width: 380px;
  }
}
.c-btn.has-arrow-down {
  background-image: url("../img/common/icon06.png");
  background-position: right 11px center;
  background-repeat: no-repeat;
}
.c-btn.has-icon-pdf {
  background-image: url("../img/common/icon07.png");
  background-position: right 11px center;
  background-repeat: no-repeat;
}
.c-btn.mod-width-full {
  width: 100%;
  padding: 10px 0 9px;
}

@media all and (max-width: 767px) {
  #main .detailBox {
    padding: 30px 0;
    margin-top: 40px;
  }
  #main .detailBox .map {
    margin-top: 30px;
    margin-bottom: 20px;
    float: none;
    position: relative;
    padding-bottom: 65%;
    height: 0;
    width: auto;
    overflow: hidden;
  }
  #main .detailBox .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #main .detailBox .rBox {
    float: none;
    width: auto;
  }
  #main .detailBox .rBox .logo {
    margin-bottom: 5px;
  }
  #main .detailBox .rBox .logo img {
    width: 300px;
  }
  #main .detailBox .rBox .txtP {
    margin-bottom: 16px;
  }
  #main .detailBox .rBox .comLink {
    margin-bottom: 0;
    width: 100%;
    max-width: 400px;
  }
  #main .detailBox .rBox .comTel {
    float: none;
    margin: 0 auto 20px;
    padding: 0;
    width: auto;
    text-align: center;
  }
}
.popBox .close {
  width: 30px;
}

/* add componetns
-------------------------------------------------------------*/
.c-ul_square {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .c-ul_square {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  * + .c-ul_square {
    margin-top: 10px;
  }
}
.c-ul_square.mod-2col li {
  width: 48%;
}
.c-ul_square.mod-3col li {
  width: 31%;
}
@media all and (max-width: 767px) {
  .c-ul_square.mod-2col li, .c-ul_square.mod-3col li {
    width: 100%;
  }
}
.c-ul_square li {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 10px 20px;
  background: url(../img/common/icon08.png) no-repeat left top 6px;
}
@media all and (max-width: 767px) {
  .c-ul_square li {
    padding: 0 0 6px 15px;
    background: url(../img/common/icon08.png) no-repeat left top 6px;
    background-size: 8px auto;
  }
}
.c-ul_disc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .c-ul_disc {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  * + .c-ul_disc {
    margin-top: 10px;
  }
}
.c-ul_disc.mod-2col li {
  width: 48%;
}
.c-ul_disc.mod-3col li {
  width: 31%;
}
@media all and (max-width: 767px) {
  .c-ul_disc.mod-2col li, .c-ul_disc.mod-3col li {
    width: 100%;
  }
}
.c-ul_disc li {
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 2px 12px;
  background: url(../img/common/icon10.png) no-repeat left top 9px;
}
@media all and (max-width: 767px) {
  .c-ul_disc li {
    padding: 0 0 0 10px;
    background: url(../img/common/icon10.png) no-repeat left top 9px;
    background-size: 5px auto;
  }
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
* + .c-row {
  margin-top: 20px;
}
@media all and (max-width: 767px) {
  * + .c-row {
    margin-bottom: 10px;
  }
}
.c-row.has-mb {
  margin-bottom: 1em;
}
@media all and (max-width: 767px) {
  .c-row.has-mb {
    margin-bottom: 1em;
  }
}
.c-row_2col {
  width: 48%;
}
@media all and (max-width: 767px) {
  .c-row_2col {
    width: 100%;
  }
  .c-row_2col + .c-row_2col {
    margin-top: 20px;
  }
}
.c-row_3col {
  width: 30%;
}
@media all and (max-width: 767px) {
  .c-row_3col {
    width: 100%;
  }
  .c-row_3col + .c-row_3col {
    margin-top: 20px;
  }
}

.wp-pagenavi {
  text-align: center;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
.wp-pagenavi span,
.wp-pagenavi a {
  border: 0;
}

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

select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000000; /* カラーは調整して下さい */
}

.c-selectWrap {
  width: 440px;
  margin: 0 auto;
  position: relative;
}
.c-selectWrap_label {
  box-sizing: border-box;
  font-weight: 500;
  border: 1px solid #0051a5;
  background: #fff url(../img/common/icon06.png) no-repeat right 11px center;
  width: 100%;
  color: #333;
  font-family: "A1 Mincho", serif;
  padding: 6px 20px;
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  z-index: 1;
  height: 100%;
  width: 100%;
}
.c-selectWrap_label:hover {
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .c-selectWrap_label {
    padding: 4px 50px;
    font-size: 1.4rem;
    background: #fff url(../img/common/icon06.png) no-repeat right 8px center;
    background-size: 14px auto;
  }
}
@media all and (max-width: 767px) {
  .c-selectWrap {
    width: 100%;
  }
}

.c-select {
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 20px;
  font-size: 1.8rem;
  display: block;
  font-weight: 500;
  border: 1px solid #0051a5;
  background: #fff url(../img/common/icon06.png) no-repeat right 11px center;
  width: 100%;
  color: #333;
  font-family: "A1 Mincho", serif;
  opacity: 0;
  position: relative;
  z-index: 2;
}
.c-select:hover {
  cursor: pointer;
}
.c-select:focus {
  z-index: -1;
  opacity: 1;
}
@media all and (max-width: 767px) {
  .c-select {
    padding: 4px 50px;
    font-size: 1.4rem;
    background: #fff url(../img/common/icon06.png) no-repeat right 8px center;
    background-size: 14px auto;
  }
}

.c-portrait {
  float: left;
  margin: 0 30px 10px 0;
}
.c-portrait_name {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
@media all and (max-width: 767px) {
  .c-portrait {
    margin: 0 0px 15px 0;
    text-align: center;
    float: none;
    width: 100%;
  }
}

/* kango
-------------------------------------------------------------*/
.content-kango_nav_item_title, .content-kango_tolist, .content-kango_title, body.page-id-243 .popBox .headLine02,
body.page-id-243 .popBox .headLine03, body.page-id-243 .pageTitle h2 {
  font-family: "丸フォーク M", Maru Folk Medium, sans-serif;
}

.content-kango_nav_item, .content-kango_tolist a, .content-kango_entry-list_title a {
  opacity: 1;
  transition: 0.3s;
}
@media all and (max-width: 767px) {
  .content-kango_nav_item, .content-kango_tolist a, .content-kango_entry-list_title a {
    transition: 0;
  }
}
.content-kango_nav_item:hover, .content-kango_tolist a:hover, .content-kango_entry-list_title a:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .content-kango_nav_item:hover, .content-kango_tolist a:hover, .content-kango_entry-list_title a:hover {
    transition: 1;
  }
}

body.page-id-243 .pageTitle {
  height: 460px;
  background: #fff url(../img/lower/mv_kango.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
body.page-id-243 .pageTitle h2 {
  letter-spacing: 0.08em;
  color: #666666;
  text-shadow: 0px 1px 2px #fff, 0px -1px 2px #fff, 1px 0px 2px #fff, -1px 0px 2px #fff, 1px 1px 2px #fff, -1px -1px 2px #fff, 1px -1px 2px #fff, -1px 1px 2px #fff;
  padding-top: 195px;
}
body.page-id-243 #main .detailBox {
  margin-top: 0;
}
body.page-id-243 .popBox .headLine02,
body.page-id-243 .popBox .headLine03 {
  color: #666666;
}

.content-kango {
  background: #fff url(../img/lower/bg_kango.png) repeat center;
}
.content-kango_inner {
  padding: 44px 20px 100px;
  width: 1080px;
  margin: 0 auto;
}
.content-kango_title {
  color: #666666;
  font-size: 24px;
  position: relative;
  padding-left: 33px;
}
.content-kango_title:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #fab227;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
body.ie_11 .content-kango_title:before {
  transform: translate(0%, -40%);
}

body.edge .content-kango_title:before {
  transform: translate(0%, -40%);
}

.content-kango_entry-list {
  background: #fff;
  border: 4px solid #ffd687;
  border-radius: 10px;
  padding: 5px 36px;
  margin-top: 13px;
}
.content-kango_entry-list_item {
  padding: 22px 0 20px;
}
.content-kango_entry-list_item + .content-kango_entry-list_item {
  border-top: 1px solid #ccc;
}
.content-kango_entry-list_date {
  color: #fab227;
  font-size: 16px;
  font-family: "roboto", sans-serif;
}
.content-kango_entry-list_title {
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}
.content-kango_tolist {
  text-align: right;
  font-size: 18px;
  margin-top: 26px;
  position: relative;
  padding-right: 20px;
}
.content-kango_tolist:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  background: url(../img/common/arrow_right_gray.svg) no-repeat center;
  width: 9px;
  height: 17px;
}
body.ie_11 .content-kango_tolist:after {
  transform: translate(0%, -40%);
}

body.edge .content-kango_tolist:after {
  transform: translate(0%, -40%);
}

.content-kango_tolist a {
  color: #666666;
}
.content-kango_nav {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-kango_nav_item {
  border: 4px solid #ccc;
  border-radius: 20px;
  background: #fff;
  width: 252px;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
}
.content-kango_nav_item.mod-blue {
  border-color: #a6ddf6;
}
.content-kango_nav_item.mod-blue .content-kango_nav_item_icon {
  background: #fff url(../img/lower/icn_nurse_01.svg) no-repeat center;
}
.content-kango_nav_item.mod-blue .content-kango_nav_item_title {
  background: #58b9e6;
}
.content-kango_nav_item.mod-pink {
  border-color: #ffd2da;
}
.content-kango_nav_item.mod-pink .content-kango_nav_item_icon {
  background: #fff url(../img/lower/icn_nurse_02.svg) no-repeat center;
}
.content-kango_nav_item.mod-pink .content-kango_nav_item_title {
  background: #ff8599;
}
.content-kango_nav_item.mod-green {
  border-color: #a6e8dd;
}
.content-kango_nav_item.mod-green .content-kango_nav_item_icon {
  background: #fff url(../img/lower/icn_nurse_03.svg) no-repeat center;
}
.content-kango_nav_item.mod-green .content-kango_nav_item_title {
  background: #71d5c4;
}
.content-kango_nav_item.mod-purple {
  border-color: #dacbff;
}
.content-kango_nav_item.mod-purple .content-kango_nav_item_icon {
  background: #fff url(../img/lower/icn_nurse_04.svg) no-repeat center;
}
.content-kango_nav_item.mod-purple .content-kango_nav_item_title {
  background: #b599fc;
}
.content-kango_nav_item_title {
  color: #fff;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
}
.content-kango_nav_item_title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 50%;
  transform: translate(0%, -50%);
}
.content-kango_nav_item_title.mod-icon-plus:after {
  background: url(../img/common/icon_plus_white.svg) no-repeat center;
  width: 17px;
  height: 17px;
}
.content-kango_nav_item_title.mod-icon-blank:after {
  background: url(../img/common/icon_blank_white.svg) no-repeat center;
  width: 17px;
  height: 17px;
}
.content-kango_nav_item_icon {
  flex: 1;
}

@media all and (max-width: 767px) {
  body.page-id-243 .pageTitle {
    height: 200px;
    background-position: center 28px;
  }
  body.page-id-243 .pageTitle h2 {
    font-size: 2.4rem;
    padding-top: 106px;
  }
  .content-kango_inner {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px;
  }
  .content-kango_title {
    font-size: 1.6rem;
    padding-left: 22px;
  }
  .content-kango_title:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
  }
  .content-kango_entry-list {
    border-width: 2px;
    padding: 5px 10px;
  }
  .content-kango_entry-list_date, .content-kango_entry-list_title {
    font-size: 1.4rem;
  }
  .content-kango_entry-list_title {
    margin-top: 2px;
  }
  .content-kango_entry-list_item {
    padding: 10px 0;
  }
  .content-kango_tolist {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .content-kango_nav {
    margin-top: 30px;
  }
  .content-kango_nav_item {
    border-width: 2px;
    width: 48%;
    height: 160px;
    margin-top: 15px;
  }
  .content-kango_nav_item.mod-blue .content-kango_nav_item_icon, .content-kango_nav_item.mod-pink .content-kango_nav_item_icon, .content-kango_nav_item.mod-green .content-kango_nav_item_icon, .content-kango_nav_item.mod-purple .content-kango_nav_item_icon {
    background-size: 70px 70px;
  }
  .content-kango_nav_item_title {
    font-size: 1.4rem;
    padding: 10px 15px 10px 0;
  }
  .content-kango_nav_item_title.mod-icon-plus:after, .content-kango_nav_item_title.mod-icon-blank:after {
    width: 12px;
    height: 12px;
    background-size: contain;
    right: 8px;
  }
}
/* helper
-------------------------------------------------------------*/
/* display toggle
------------------------------ */
.pc {
  display: block !important;
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media all and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m0 {
  margin-left: 0px !important;
}

.m5 {
  margin-left: 5px !important;
}

.m10 {
  margin-left: 10px !important;
}

.m15 {
  margin-left: 15px !important;
}

.m20 {
  margin-left: 20px !important;
}

.m25 {
  margin-left: 25px !important;
}

.m30 {
  margin-left: 30px !important;
}

.m35 {
  margin-left: 35px !important;
}

.m40 {
  margin-left: 40px !important;
}

.m45 {
  margin-left: 45px !important;
}

.m50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p0 {
  padding-left: 0px !important;
}

.p5 {
  padding-left: 5px !important;
}

.p10 {
  padding-left: 10px !important;
}

.p15 {
  padding-left: 15px !important;
}

.p20 {
  padding-left: 20px !important;
}

.p25 {
  padding-left: 25px !important;
}

.p30 {
  padding-left: 30px !important;
}

.p35 {
  padding-left: 35px !important;
}

.p40 {
  padding-left: 40px !important;
}

.p45 {
  padding-left: 45px !important;
}

.p50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/* color
------------------------------ */
.red {
  color: #ae1f25 !important;
}

/* font-weight
------------------------------ */
.bold {
  font-weight: 700 !important;
}

.normal {
  font-weight: 400 !important;
}

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

.al {
  text-align: left !important;
}

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

/* display
------------------------------ */
.db {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

/* hover
------------------------------ */
.hv {
  opacity: 1;
}
.hv:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .hv:hover {
    opacity: 1;
  }
}

/* 人間ドック table
-------------------------------------------------------------*/
#conts .plan .comTable02 .ico {
  color: #0052A4;
}

.bnr img {
  margin: 0 auto;
}

/* トップページ　診療科レイアウト調整
-------------------------------------------------------------*/
.comBox .topBox {
  padding: 43px 0 46px;
}
@media all and (max-width: 767px) {
  .comBox .topBox {
    padding: 15px 0;
  }
}
.comBox .btmBox {
  padding: 15px 29px 37px;
}
@media all and (max-width: 767px) {
  .comBox .btmBox {
    padding: 0 10px 10px;
  }
}

/*  診療科・担当表:外科 のcss調整
-------------------------------------------------------------*/
.comTable.table_geka tbody td {
  border-bottom: 0;
}
.comTable.table_geka tbody tr + tr td {
  border-top: 1px dashed #ccc;
  border-bottom: 1px solid #ccc;
}

/*  病院紹介＞モーダル追加
-------------------------------------------------------------*/
#conts .linkList li a.mod-2line {
  padding: 7px 35px 6px 14px;
  line-height: 1.2;
}
@media all and (max-width: 767px) {
  #conts .linkList li a.mod-2line {
    padding: 11px 20px 9px 10px;
    line-height: 1.72;
  }
}
#conts .linkList li a.has-icon-pdf {
  background-image: url("../img/common/icon07.png");
  background-position: right 11px center;
  background-repeat: no-repeat;
}

/*# sourceMappingURL=override.css.map */
