@charset "UTF-8";
/*                下層共通
======================================================= */
.lower .lowerTtl {
  padding: 0;
  height: 200px;
  position: relative;
  background: center/cover no-repeat, #eef6fa;
}
@media only screen and (max-width: 768px) {
  .lower .lowerTtl {
    height: 150px;
  }
}
.lower .lowerTtl::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 109, 186, 0.3);
}
.lower .lowerTtl .ttlCont {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .lower .lowerTtl .ttlCont {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lower .lowerTtl .ttlCont {
    left: 15px;
  }
}
.lower .lowerTtl .ttlCont .ttl h1 span,
.lower .lowerTtl .ttlCont .ttl h2 span {
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .lower .lowerTtl .ttlCont .ttl h1 span,
.lower .lowerTtl .ttlCont .ttl h2 span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 768px) {
  .lower .lowerTtl .ttlCont .ttl h1 span,
.lower .lowerTtl .ttlCont .ttl h2 span {
    font-size: 22px;
  }
}
.lower .lowerTtl .ttlCont .txt {
  margin-top: 15px;
}
.lower .lowerTtl .ttlCont .txt p {
  font-size: 14px;
  color: #086dba;
  font-weight: 400;
}
.lower .sec {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .lower .sec {
    padding: 50px 0;
  }
}
.lower .sec.pt0 {
  padding-top: 0px;
}
.lower .sec.pb0 {
  padding-bottom: 0px;
}
.lower #wrapper .wrapCol2 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper .wrapCol2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower #wrapper .wrapCol2 #main_area {
  width: calc(100% - 300px);
  padding-right: 100px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper .wrapCol2 #main_area {
    width: calc(100% - 230px);
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper .wrapCol2 #main_area {
    width: 100%;
    padding-right: 0px;
  }
}
.lower #wrapper .wrapCol2 #sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper .wrapCol2 #sidebar {
    width: 230px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper .wrapCol2 #sidebar {
    margin-top: 50px;
    width: 100%;
  }
}
.lower #wrapper .wrapCol2 #sidebar > .wrap {
  position: sticky;
  top: 160px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper .wrapCol2 #sidebar > .wrap {
    top: 85px;
  }
}
.lower #wrapper .wrapCol2 #sidebar .ttl {
  padding-bottom: 30px;
  border-bottom: 1px solid #bebebe;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper .wrapCol2 #sidebar .ttl {
    padding-bottom: 15px;
  }
}
.lower #wrapper .wrapCol2 #sidebar .ttl h2 {
  font-size: 20px;
  font-weight: bold;
}
.lower #wrapper .wrapCol2 #sidebar .catList {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  border-bottom: 1px solid #bebebe;
}
.lower #wrapper .wrapCol2 #sidebar .catList::-webkit-scrollbar {
  width: 6px;
}
.lower #wrapper .wrapCol2 #sidebar .catList::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(190, 190, 190, 0.3);
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper .wrapCol2 #sidebar .catList {
    max-height: none;
  }
}
.lower #wrapper .wrapCol2 #sidebar .catList ul {
  padding: 30px 0;
}
.lower #wrapper .wrapCol2 #sidebar .catList ul li a,
.lower #wrapper .wrapCol2 #sidebar .catList ul li span {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
.lower #wrapper .wrapCol2 #sidebar .catList ul li a::before,
.lower #wrapper .wrapCol2 #sidebar .catList ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
}
.lower #wrapper .wrapCol2 #sidebar .catList ul li span {
  color: #086dba;
  font-weight: bold;
}
.lower #wrapper .wrapCol2 #sidebar .catList ul li span::before {
  border-color: transparent transparent transparent #086dba;
}
.lower #wrapper .wrapCol2 #sidebar .catList ul li + li {
  margin-top: 25px;
}
.lower #wrapper #main_area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.lower #wrapper #main_area .dlTable2.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable2.mt30 {
    margin-top: 15px;
  }
}
.lower #wrapper #main_area .dlTable2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.65;
}
.lower #wrapper #main_area .dlTable2 dl dt {
  width: 8.5em;
}
.lower #wrapper #main_area .dlTable2 dl dd {
  width: calc(100% - 8.5em);
}
.lower #wrapper #main_area .dlTable2.em4 dl dt {
  width: 4em;
}
.lower #wrapper #main_area .dlTable2.em4 dl dd {
  width: calc(100% - 4em);
}
.lower #wrapper #main_area .dlTable.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.mt20 {
    margin-top: 15px;
  }
}
.lower #wrapper #main_area .dlTable.dt160 dl dt {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.dt160 dl dt {
    width: 100%;
  }
}
.lower #wrapper #main_area .dlTable.dt160 dl dd {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.dt160 dl dd {
    width: 100%;
  }
}
.lower #wrapper #main_area .dlTable.dt220 dl dt {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.dt220 dl dt {
    width: 100%;
  }
}
.lower #wrapper #main_area .dlTable.dt220 dl dd {
  width: calc(100% - 220px);
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.dt220 dl dd {
    width: 100%;
  }
}
.lower #wrapper #main_area .dlTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lower #wrapper #main_area .dlTable dl:first-child {
  border-top: 1px solid #ccc;
}
.lower #wrapper #main_area .dlTable dl dt {
  width: 140px;
  background-color: #f8f8f8;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable dl dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.lower #wrapper #main_area .dlTable dl dt p {
  font-weight: bold;
}
.lower #wrapper #main_area .dlTable dl dd {
  width: calc(100% - 140px);
  background-color: #fff;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable dl dd {
    width: 100%;
    padding: 15px;
  }
}
.lower #wrapper #main_area .dlTable dl dd .ttl p {
  font-weight: bold;
}
.lower #wrapper #main_area .dlTable dl dd .ttl + .txt {
  margin-top: 0.5em;
}
.lower #wrapper #main_area .dlTable dl dd .txt + .ttl {
  margin-top: 2em;
}
.lower #wrapper #main_area .dlTable.w190 dl dt {
  width: 190px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.w190 dl dt {
    width: 100%;
    padding: 10px 15px;
  }
}
.lower #wrapper #main_area .dlTable.w190 dl dd {
  width: calc(100% - 190px);
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable.w190 dl dd {
    width: 100%;
    padding: 15px;
  }
}
.lower #wrapper #main_area .dlTable + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .dlTable + .borderTtl {
    margin-top: 40px;
  }
}
.lower #wrapper #main_area .boxTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 40px;
  background-color: #f8f8f8;
  margin-bottom: 60px;
}
.lower #wrapper #main_area .boxTxt.block {
  display: block;
}
.lower #wrapper #main_area .boxTxt.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .boxTxt.mt20 {
    margin-top: 15px;
  }
}
.lower #wrapper #main_area .boxTxt.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .boxTxt.mb20 {
    margin-bottom: 15px;
  }
}
.lower #wrapper #main_area .boxTxt.mb0 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .boxTxt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 25px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .boxTxt {
    padding: 20px 15px;
  }
}
.lower #wrapper #main_area .boxTxt.blue {
  background-color: #eef6fa;
}
.lower #wrapper #main_area .boxTxt.block {
  display: block;
}
.lower #wrapper #main_area .boxTxt.p20 {
  padding: 20px;
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .boxTxt.p20 {
    padding: 20px 15px;
  }
}
.lower #wrapper #main_area .boxTxt.mb0 {
  margin-bottom: 0px;
}
.lower #wrapper #main_area .boxTxt.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .boxTxt.mb30 {
    margin-bottom: 15px;
  }
}
.lower #wrapper #main_area .boxTxt .txt p + p {
  margin-top: 2em;
}
.lower #wrapper #main_area .txtImgCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 46px 40px;
  background-color: #f8f8f8;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .txtImgCont {
    padding: 20px 15px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL {
  width: calc(100% - 290px);
  padding-right: 46px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont .contL {
    width: calc(100% - 20vw);
    padding-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL {
    width: 100%;
    padding-right: 0px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL .ttl h3 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL .ttl h3 {
    font-size: 20px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL .ttl + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL .ttl + .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL .txt p {
    font-size: 14px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL .txt p + p {
  margin-top: 1em;
}
.lower #wrapper #main_area .txtImgCont .contL .txt + .subTtl {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL .txt + .subTtl {
    margin-top: 20px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL .subTtl h3 {
  font-size: 20px;
  color: #086dba;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contL .subTtl h3 {
    font-size: 16px;
  }
}
.lower #wrapper #main_area .txtImgCont .contL .subTtl + .txt {
  margin-top: 15px;
}
.lower #wrapper #main_area .txtImgCont .contR {
  width: 290px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont .contR {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont .contR {
    width: 100%;
    margin-top: 20px;
  }
}
.lower #wrapper #main_area .txtImgCont .contR .img {
  width: 100%;
  padding-top: 65.5%;
  background: center/cover no-repeat;
}
.lower #wrapper #main_area .txtImgCont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.lower #wrapper #main_area .txtImgCont2.mb0 {
  margin-bottom: 0px;
}
.lower #wrapper #main_area .txtImgCont2 .contL {
  width: calc(100% - 220px);
  padding-right: 46px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont2 .contL {
    width: calc(100% - 20vw);
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area .txtImgCont2 .contL {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contL {
    width: 100%;
    padding-right: 0px;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contL .ttl h3 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area .txtImgCont2 .contL .ttl h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contL .ttl h3 {
    font-size: 20px;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contL .ttl + .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contL .ttl + .txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contL .txt p {
    font-size: 14px;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contL .txt p + p {
  margin-top: 2em;
}
.lower #wrapper #main_area .txtImgCont2 .contL .txt p + .name {
  margin-top: 1em;
}
.lower #wrapper #main_area .txtImgCont2 .contL .txt p.name {
  text-align: right;
}
.lower #wrapper #main_area .txtImgCont2 .contL .txt + .subTtl,
.lower #wrapper #main_area .txtImgCont2 .contL .txt + .miniTtl {
  margin-top: 2em;
}
.lower #wrapper #main_area .txtImgCont2 .contL .subTtl h3 {
  font-size: 20px;
  color: #086dba;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contL .subTtl h3 {
    font-size: 16px;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contL .subTtl + .txt {
  margin-top: 1em;
}
.lower #wrapper #main_area .txtImgCont2 .contL .miniTtl h3 {
  font-weight: bold;
}
.lower #wrapper #main_area .txtImgCont2 .contL .miniTtl + .txt,
.lower #wrapper #main_area .txtImgCont2 .contL .miniTtl + .dlTable2 {
  margin-top: 1em;
}
.lower #wrapper #main_area .txtImgCont2 .contL .dlTable2 + .txt {
  margin-top: 2em;
}
.lower #wrapper #main_area .txtImgCont2 .contR {
  width: 220px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont2 .contR {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contR {
    width: 100%;
    margin-top: 20px;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contR .img {
  width: 100%;
  padding-top: 100%;
  background: center/cover no-repeat;
}
.lower #wrapper #main_area .txtImgCont3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont3 {
    display: block;
    margin-bottom: 30px;
  }
}
.lower #wrapper #main_area .txtImgCont3.mb0 {
  margin-bottom: 0px;
}
.lower #wrapper #main_area .txtImgCont3 > div {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont3 > div {
    width: 100%;
  }
}
.lower #wrapper #main_area .txtImgCont3 .contL {
  padding-right: 25px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont3 .contL {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont3 .contL {
    padding-right: 0px;
  }
}
.lower #wrapper #main_area .txtImgCont3 .contR {
  padding-left: 25px;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .txtImgCont3 .contR {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont3 .contR {
    padding-left: 0px;
    margin-top: 15px;
  }
}
.lower #wrapper #main_area .txtImgCont3 .contR img {
  width: 100%;
  height: auto;
}
.lower #wrapper #main_area .introCont {
  background-color: #f8f8f8;
  padding: 30px 15px;
}
.lower #wrapper #main_area .introCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lower #wrapper #main_area .introCont ul li {
  width: 50%;
  padding: 30px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .introCont ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introCont ul li {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .introCont ul li {
    padding: 15px 0;
  }
}
.lower #wrapper #main_area .introCont ul li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #bebebe;
}
@media only screen and (max-width: 1300px) {
  .lower #wrapper #main_area .introCont ul li:nth-child(even)::before {
    content: none;
  }
}
.lower #wrapper #main_area .introCont ul li .ttl {
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #086dba;
  position: relative;
}
.lower #wrapper #main_area .introCont ul li .ttl::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.lower #wrapper #main_area .introCont ul li .ttl h3 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introCont ul li .ttl h3 {
    font-size: 16px;
  }
}
.lower #wrapper #main_area .introCont ul li .cont {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .introCont ul li .cont {
    display: block;
  }
}
.lower #wrapper #main_area .introCont ul li .cont .contL {
  width: calc(100% - 180px);
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introCont ul li .cont .contL {
    width: calc(100% - 170px);
  }
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .introCont ul li .cont .contL {
    width: 100%;
  }
}
.lower #wrapper #main_area .introCont ul li .cont .contL.noImg {
  width: 100%;
}
.lower #wrapper #main_area .introCont ul li .cont .contL .txt {
  margin-top: 15px;
}
.lower #wrapper #main_area .introCont ul li .cont .contR .img {
  width: 150px;
  height: 150px;
  background: center/cover no-repeat;
}
@media only screen and (max-width: 480px) {
  .lower #wrapper #main_area .introCont ul li .cont .contR .img {
    margin: 15px auto 0;
  }
}
.lower #wrapper #main_area .introTtl.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introTtl.mb60 {
    margin-bottom: 40px;
  }
}
.lower #wrapper #main_area .introTtl h2 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introTtl h2 {
    font-size: 20px;
  }
}
.lower #wrapper #main_area .introTtl + .introCont {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .introTtl + .introCont {
    margin-top: 25px;
  }
}
.lower #wrapper #main_area #kv_title {
  padding: 30px 100px;
}
@media only screen and (max-width: 1400px) {
  .lower #wrapper #main_area #kv_title {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area #kv_title {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area #kv_title {
    padding: 15px 15px;
  }
}
.lower #wrapper #main_area #kv_title .main_title_inner {
  position: relative;
}
.lower #wrapper #main_area #kv_title .main_title_inner h1,
.lower #wrapper #main_area #kv_title .main_title_inner h2,
.lower #wrapper #main_area #kv_title .main_title_inner p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 30px;
  letter-spacing: 0.5em;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.lower #wrapper #main_area #kv_title .main_title_inner h1 span,
.lower #wrapper #main_area #kv_title .main_title_inner h2 span,
.lower #wrapper #main_area #kv_title .main_title_inner p span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}
.lower #wrapper #main_area #kv_title .main_title_inner h1 span.black,
.lower #wrapper #main_area #kv_title .main_title_inner h2 span.black,
.lower #wrapper #main_area #kv_title .main_title_inner p span.black {
  color: #4d4d4d;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area #kv_title .main_title_inner h1 span,
.lower #wrapper #main_area #kv_title .main_title_inner h2 span,
.lower #wrapper #main_area #kv_title .main_title_inner p span {
    font-size: 25px;
  }
}
.lower #wrapper #main_area #kv_title .main_title_inner .kv_img {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area #kv_title .main_title_inner .kv_img {
    height: 200px;
  }
}
.lower #wrapper #main_area #kv_title .main_title_inner .kv_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lower #wrapper #main_area .text_group + .text_group {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px #e6e6e6;
}
.lower #wrapper #main_area .text_group + .img_group {
  margin-top: 60px;
  padding-top: 60px;
}
.lower #wrapper #main_area .text_group.center_group {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .text_group.center_group > p {
    text-align: left;
  }
}
.lower #wrapper #main_area .text_group .catch_text + p,
.lower #wrapper #main_area .text_group .catch_text + .text_group_title {
  margin-top: 1.8em;
}
.lower #wrapper #main_area .text_group .catch_text span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .text_group .catch_text span {
    display: block;
  }
  .lower #wrapper #main_area .text_group .catch_text span.sp_none {
    display: none;
  }
}
.lower #wrapper #main_area .text_group .text_group_title + p,
.lower #wrapper #main_area .text_group .text_group_title + .point_box {
  margin-top: 0.6em;
}
.lower #wrapper #main_area .text_group .text_group_title h4 span {
  font-size: 18px;
  font-weight: 600;
  color: #086dba;
}
.lower #wrapper #main_area .text_group p,
.lower #wrapper #main_area .text_group ul,
.lower #wrapper #main_area .text_group ul li {
  line-height: 1.7em;
}
.lower #wrapper #main_area .text_group p + p,
.lower #wrapper #main_area .text_group p + .asterisk,
.lower #wrapper #main_area .text_group p + .point_box,
.lower #wrapper #main_area .text_group p + .text_group_title,
.lower #wrapper #main_area .text_group p + ul,
.lower #wrapper #main_area .text_group ul + p,
.lower #wrapper #main_area .text_group ul + .asterisk,
.lower #wrapper #main_area .text_group ul + .point_box,
.lower #wrapper #main_area .text_group ul + .text_group_title,
.lower #wrapper #main_area .text_group ul + ul,
.lower #wrapper #main_area .text_group ul li + p,
.lower #wrapper #main_area .text_group ul li + .asterisk,
.lower #wrapper #main_area .text_group ul li + .point_box,
.lower #wrapper #main_area .text_group ul li + .text_group_title,
.lower #wrapper #main_area .text_group ul li + ul {
  margin-top: 1.8em;
}
.lower #wrapper #main_area .text_group p + li,
.lower #wrapper #main_area .text_group ul + li,
.lower #wrapper #main_area .text_group ul li + li {
  margin-top: 6px;
}
.lower #wrapper #main_area .text_group p a,
.lower #wrapper #main_area .text_group ul a,
.lower #wrapper #main_area .text_group ul li a {
  color: #086dba;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 769px) {
  .lower #wrapper #main_area .text_group p a:hover,
.lower #wrapper #main_area .text_group ul a:hover,
.lower #wrapper #main_area .text_group ul li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.lower #wrapper #main_area .text_group p .note,
.lower #wrapper #main_area .text_group ul .note,
.lower #wrapper #main_area .text_group ul li .note {
  color: #e83820;
}
.lower #wrapper #main_area .text_group .asterisk {
  line-height: 1.7em;
  color: #086dba;
  text-align: center;
}
.lower #wrapper #main_area .text_group .asterisk + p {
  margin-top: 1.8em;
}
.lower #wrapper #main_area .img_group + .text_group {
  margin-top: 70px;
}
.lower #wrapper #main_area .img_group .img_inner {
  text-align: center;
}
.lower #wrapper #main_area .img_group .img_inner img {
  margin: auto;
}
.lower #wrapper #main_area .point_box {
  border: solid 1px #086dba;
  background-color: #eef5f4;
  border-radius: 10px;
  padding: 26px;
}
.lower #wrapper #main_area .point_box + p,
.lower #wrapper #main_area .point_box + .asterisk,
.lower #wrapper #main_area .point_box + .text_group_title {
  margin-top: 1.8em;
}
.lower #wrapper #main_area .point_box .point_box_inner h3 {
  margin-bottom: 8px;
}
.lower #wrapper #main_area .point_box .point_box_inner h3 span {
  font-size: 22px;
  font-weight: 600;
  color: #086dba;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area .point_box .point_box_inner h3 span {
    font-size: 18px;
  }
}
.lower #wrapper #main_area .content_wrapper + .content_wrapper {
  padding-top: 0;
}
.lower #wrapper #main_area .content_wrapper .main_width {
  max-width: 1200px;
}
.lower #wrapper #main_area .content_wrapper .main_width.narrow_width {
  max-width: 800px;
}
@media only screen and (max-width: 1024px) {
  .lower #wrapper #main_area .content_wrapper .main_width {
    padding: 0;
  }
}

.contact_block_title {
  background-color: #086dba;
  border-radius: 50px;
  padding: 10px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.contact_block_title h2 {
  text-align: center;
}
.contact_block_title h2 span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .contact_block_title h2 span {
    font-size: 16px;
  }
}

.remarks p {
  font-size: 14px;
}

.step_group dl + dl {
  margin-top: 30px;
}
.step_group dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  background-color: #eef5f4;
  border-radius: 50px;
}
.step_group dl dt .step_number span {
  font-size: 20px;
  color: #086dba;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .step_group dl dt .step_number span {
    font-size: 16px;
  }
}
.step_group dl dt .step_title {
  margin-left: 14px;
}
.step_group dl dt .step_title span {
  font-size: 20px;
  color: #086dba;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .step_group dl dt .step_title span {
    font-size: 16px;
  }
}
.step_group dl dd p {
  margin-top: 20px;
  padding: 0 30px;
  line-height: 1.8em;
  letter-spacing: 0.12em;
}

/*                bread
======================================================= */
#breadCont {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  #breadCont {
    padding-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #bread {
    display: none;
  }
}
#bread ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
#bread ol li {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  line-height: 1;
}
#bread ol li:before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  left: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#bread ol li:first-child {
  padding-left: 0px;
}
#bread ol li:first-child:before {
  content: none;
}

/*                ページネーション
======================================================= */
.pagination_wrapper {
  margin-top: 20px;
}
.pagination_wrapper .page_feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination_wrapper .page_feed li a {
  position: relative;
}
.pagination_wrapper .page_feed li.prev a {
  padding-left: 10px;
}
.pagination_wrapper .page_feed li.prev a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.pagination_wrapper .page_feed li.next a {
  padding-right: 10px;
}
.pagination_wrapper .page_feed li.next a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.pagination_wrapper .pagination .p-posts-navigation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination_wrapper .pagination .p-posts-navigation__wrap a {
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px 10px;
  background-color: #f1f1f1;
  color: #999;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .pagination_wrapper .pagination .p-posts-navigation__wrap a {
    margin: 5px;
  }
}
.pagination_wrapper .pagination .p-posts-navigation__wrap a.prev {
  width: 80px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination_wrapper .pagination .p-posts-navigation__wrap a.prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.pagination_wrapper .pagination .p-posts-navigation__wrap a.next {
  width: 80px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination_wrapper .pagination .p-posts-navigation__wrap a.next:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.pagination_wrapper .pagination .p-posts-navigation__wrap .current {
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin: 5px 10px;
  background-color: #086dba;
  color: #fff;
}
@media only screen and (max-width: 1300px) {
  .pagination_wrapper .pagination .p-posts-navigation__wrap .current {
    margin: 5px;
  }
}
.pagination_wrapper .pagination li {
  position: relative;
  margin-bottom: 10px;
}
.pagination_wrapper .pagination li + li {
  margin-left: 10px;
}
.pagination_wrapper .pagination li.page {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 2px;
}
.pagination_wrapper .pagination li.active {
  color: #fff;
  background-color: #086dba;
  pointer-events: none;
}
.pagination_wrapper .pagination li.active span {
  color: #fff;
}
.pagination_wrapper .pagination li.prev a span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.pagination_wrapper .pagination li.next a span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.pagination_wrapper .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .pagination_wrapper .pagination li a:hover {
    text-decoration: none;
  }
  .pagination_wrapper .pagination li a:hover span {
    color: #086dba;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
.pagination_wrapper .pagination li a span {
  text-align: center;
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination_wrapper .pagination li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
}

/*                各種ファイル読み込み
======================================================= */
#about.lower #wrapper #main_area #hospital-name {
  padding-bottom: 0;
}
#about.lower #wrapper #main_area #hospital-name .img_group {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #about.lower #wrapper #main_area #hospital-name .img_group {
    width: 74%;
  }
}
#about.lower #wrapper #main_area #director {
  padding-top: 100px;
}
#about.lower #wrapper #main_area #director .img_group .director_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
#about.lower #wrapper #main_area #director .img_group .director_name span {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
}
#about.lower #wrapper #main_area #director .img_group .director_name span:first-child {
  font-size: 24px;
  margin-right: 20px;
}
#about.lower #wrapper #main_area #director .img_group .director_name span:last-child {
  margin-top: 4px;
}
#about.lower #wrapper #main_area #director .img_group .birthplace {
  margin-top: 10px;
}
#about.lower #wrapper #main_area #director .img_group .birthplace span {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #about.lower #wrapper #main_area #director .img_group .birthplace span {
    font-size: 16px;
  }
}
#about.lower #wrapper #main_area #director .text_group .skill_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -10px 0;
}
@media only screen and (max-width: 640px) {
  #about.lower #wrapper #main_area #director .text_group .skill_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about.lower #wrapper #main_area #director .text_group .skill_list li {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  #about.lower #wrapper #main_area #director .text_group .skill_list li {
    width: 100%;
  }
}
#about.lower #wrapper #main_area #facilities .facilities_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  #about.lower #wrapper #main_area #facilities .facilities_list {
    margin: 0 -15px;
  }
}
#about.lower #wrapper #main_area #facilities .facilities_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 30px;
  width: 33.3333%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #about.lower #wrapper #main_area #facilities .facilities_list li {
    padding: 0 15px;
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  #about.lower #wrapper #main_area #facilities .facilities_list li {
    width: 100%;
    margin-bottom: 60px;
  }
}
#about.lower #wrapper #main_area #facilities .facilities_list li .facilities_cont {
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}
#about.lower #wrapper #main_area #facilities .facilities_list li .facilities_img_area {
  position: relative;
  width: 100%;
  border-radius: 30px;
  padding-top: 66.5625%;
  overflow: hidden;
}
#about.lower #wrapper #main_area #facilities .facilities_list li .facilities_img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
#about.lower #wrapper #main_area #facilities .facilities_list li p {
  margin-top: 16px;
  text-align: left;
}
#about.lower #wrapper #main_area #facilities .facilities_list li p span {
  display: block;
}

/*                記事系
======================================================= */
.menu-icon-outer.ok {
  -webkit-filter: drop-shadow(0 3px 6px rgba(48, 29, 17, 0.5));
          filter: drop-shadow(0 3px 6px rgba(48, 29, 17, 0.5));
}

.menu-icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  /*padding: 50px;*/
}
.menu-icon .bar {
  position: absolute;
  width: 70px;
  height: 10px;
  background-color: rgb(255, 216, 89);
  left: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-icon .bar.bar-1 {
  top: -5px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.menu-icon .bar.bar-2 {
  top: 30px;
}
.menu-icon .bar.bar-3 {
  top: 65px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.menu-icon:hover .bar.bar-1 {
  -webkit-transform: rotate(45deg) scaleX(1.414);
          transform: rotate(45deg) scaleX(1.414);
}
.menu-icon:hover .bar.bar-2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.menu-icon:hover .bar.bar-3 {
  -webkit-transform: rotate(-45deg) scaleX(1.414);
          transform: rotate(-45deg) scaleX(1.414);
}

/*                お問い合わせ
======================================================= */
#mail_form {
  padding: 60px 0;
}

.wpcf7 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .wpcf7 {
    margin-top: 20px;
  }
}

.form_cont {
  max-width: 800px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .form_cont {
    margin: 30px auto 0;
  }
}
.form_cont .form_table label dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.form_cont .form_table label dl + dl {
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl {
    display: block;
  }
  .form_cont .form_table label dl dt,
.form_cont .form_table label dl dd {
    display: block;
    width: 100%;
  }
}
.form_cont .form_table label dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  padding: 10px 60px 10px 0;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dt {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    padding: 15px 0 0;
  }
}
.form_cont .form_table label dl dt.align_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15px;
}
.form_cont .form_table label dl dt.align_start span {
  top: 15px;
  -webkit-transform: none;
          transform: none;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dt.align_start span {
    position: relative;
    font-size: 10px;
    padding: 3px 5px 3px 4px;
    top: 1px;
    margin-left: 15px;
  }
}
.form_cont .form_table label dl dt span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #086dba;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px 2px 10px;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dt span {
    position: relative;
    font-size: 10px;
    padding: 3px 5px 3px 4px;
    top: 1px;
    -webkit-transform: none;
            transform: none;
    margin-left: 15px;
  }
}
.form_cont .form_table label dl dd {
  width: calc(100% - 190px);
  padding: 10px 0 10px 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dd {
    width: 100%;
    padding: 0.75em 0em 1em 0em;
  }
  .form_cont .form_table label dl dd .wpcf7-list-item {
    margin: 0.5em 2em 0.5em 0;
  }
}
.form_cont .form_table label dl dd .wpcf7-form-control-wrap.your-select {
  position: relative;
}
.form_cont .form_table label dl dd .wpcf7-form-control-wrap.your-select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  font-size: 14px;
  color: #111111;
  pointer-events: none;
}
.form_cont .form_table label dl dd .wpcf7-form-control-wrap.your-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 標準のスタイルを無効にする */
}
.form_cont .form_table label dl dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 0.5em;
  color: #e1251c;
  font-size: 14px;
}
.form_cont .form_table label dl dd .wpcf7-form-control-wrap .wpcf7-radio label input {
  display: none;
}
.form_cont .form_table label dl dd .wpcf7-text:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.form_cont .form_table label dl dd .wpcf7-text:-webkit-autofill.wpcf7c-conf {
  -webkit-box-shadow: 0 0 0 1000px #ccc inset;
          box-shadow: 0 0 0 1000px #ccc inset;
}
.form_cont .form_table label dl dd input[type=text],
.form_cont .form_table label dl dd input[type=email],
.form_cont .form_table label dl dd input[type=tel],
.form_cont .form_table label dl dd select,
.form_cont .form_table label dl dd textarea {
  background: rgb(255, 255, 255);
  width: 100%;
  padding: 1em 1em 0.9em;
  border: 1px solid #ccc;
}
.form_cont .form_table label dl dd input[type=text]::-webkit-input-placeholder, .form_cont .form_table label dl dd input[type=email]::-webkit-input-placeholder, .form_cont .form_table label dl dd input[type=tel]::-webkit-input-placeholder, .form_cont .form_table label dl dd select::-webkit-input-placeholder, .form_cont .form_table label dl dd textarea::-webkit-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_cont .form_table label dl dd input[type=text]::-moz-placeholder, .form_cont .form_table label dl dd input[type=email]::-moz-placeholder, .form_cont .form_table label dl dd input[type=tel]::-moz-placeholder, .form_cont .form_table label dl dd select::-moz-placeholder, .form_cont .form_table label dl dd textarea::-moz-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_cont .form_table label dl dd input[type=text]:-ms-input-placeholder, .form_cont .form_table label dl dd input[type=email]:-ms-input-placeholder, .form_cont .form_table label dl dd input[type=tel]:-ms-input-placeholder, .form_cont .form_table label dl dd select:-ms-input-placeholder, .form_cont .form_table label dl dd textarea:-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_cont .form_table label dl dd input[type=text]::-ms-input-placeholder, .form_cont .form_table label dl dd input[type=email]::-ms-input-placeholder, .form_cont .form_table label dl dd input[type=tel]::-ms-input-placeholder, .form_cont .form_table label dl dd select::-ms-input-placeholder, .form_cont .form_table label dl dd textarea::-ms-input-placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_cont .form_table label dl dd input[type=text]::placeholder,
.form_cont .form_table label dl dd input[type=email]::placeholder,
.form_cont .form_table label dl dd input[type=tel]::placeholder,
.form_cont .form_table label dl dd select::placeholder,
.form_cont .form_table label dl dd textarea::placeholder {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.3;
  -webkit-text-size-adjust: none;
  color: #bababa;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.form_cont .form_table label dl dd input[type=text].wpcf7c-conf,
.form_cont .form_table label dl dd input[type=email].wpcf7c-conf,
.form_cont .form_table label dl dd input[type=tel].wpcf7c-conf,
.form_cont .form_table label dl dd select.wpcf7c-conf,
.form_cont .form_table label dl dd textarea.wpcf7c-conf {
  background-color: #ccc;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dd input[type=text],
.form_cont .form_table label dl dd input[type=email],
.form_cont .form_table label dl dd input[type=tel],
.form_cont .form_table label dl dd select,
.form_cont .form_table label dl dd textarea {
    padding: 1em 1em 0.9em;
    font-size: 14px;
  }
  .form_cont .form_table label dl dd input[type=text]::-webkit-input-placeholder, .form_cont .form_table label dl dd input[type=email]::-webkit-input-placeholder, .form_cont .form_table label dl dd input[type=tel]::-webkit-input-placeholder, .form_cont .form_table label dl dd select::-webkit-input-placeholder, .form_cont .form_table label dl dd textarea::-webkit-input-placeholder {
    font-size: 14px;
  }
  .form_cont .form_table label dl dd input[type=text]::-moz-placeholder, .form_cont .form_table label dl dd input[type=email]::-moz-placeholder, .form_cont .form_table label dl dd input[type=tel]::-moz-placeholder, .form_cont .form_table label dl dd select::-moz-placeholder, .form_cont .form_table label dl dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  .form_cont .form_table label dl dd input[type=text]:-ms-input-placeholder, .form_cont .form_table label dl dd input[type=email]:-ms-input-placeholder, .form_cont .form_table label dl dd input[type=tel]:-ms-input-placeholder, .form_cont .form_table label dl dd select:-ms-input-placeholder, .form_cont .form_table label dl dd textarea:-ms-input-placeholder {
    font-size: 14px;
  }
  .form_cont .form_table label dl dd input[type=text]::-ms-input-placeholder, .form_cont .form_table label dl dd input[type=email]::-ms-input-placeholder, .form_cont .form_table label dl dd input[type=tel]::-ms-input-placeholder, .form_cont .form_table label dl dd select::-ms-input-placeholder, .form_cont .form_table label dl dd textarea::-ms-input-placeholder {
    font-size: 14px;
  }
  .form_cont .form_table label dl dd input[type=text]::placeholder,
.form_cont .form_table label dl dd input[type=email]::placeholder,
.form_cont .form_table label dl dd input[type=tel]::placeholder,
.form_cont .form_table label dl dd select::placeholder,
.form_cont .form_table label dl dd textarea::placeholder {
    font-size: 14px;
  }
}
.form_cont .form_table label dl dd textarea {
  border-radius: 5px;
  height: 16em;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dd textarea {
    height: 10em;
  }
}
.form_cont .form_table label dl dd ul.tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -2em;
}
.form_cont .form_table label dl dd ul.tel > li {
  width: 33.3333%;
  padding-left: 2em;
  position: relative;
}
.form_cont .form_table label dl dd ul.tel > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  .form_cont .form_table label dl dd ul.tel {
    margin-left: -1.2em;
  }
  .form_cont .form_table label dl dd ul.tel > li {
    padding-left: 1.2em;
  }
  .form_cont .form_table label dl dd ul.tel > li + li::before {
    left: 0.3em;
    width: 0.6em;
  }
}
.form_cont .form_table label dl dd ul.zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form_cont .form_table label dl dd ul.zip > li {
  width: 36%;
  padding-left: 2em;
  position: relative;
}
.form_cont .form_table label dl dd ul.zip > li:before {
  position: absolute;
  left: 0.1em;
  top: 1em;
  content: "〒";
  color: #000;
  font-weight: 600;
  display: block;
  width: 1em;
}
.form_cont .form_table label dl dd ul.zip > li + li {
  width: 64%;
}
.form_cont .form_table label dl dd ul.zip > li + li:before {
  position: absolute;
  left: 0.5em;
  top: 1.5em;
  content: "";
  display: block;
  border-top: solid 1px #bababa;
  width: 1em;
}
@media only screen and (max-width: 480px) {
  .form_cont .form_table label dl dd ul.zip > li:before {
    left: 0.3em;
  }
  .form_cont .form_table label dl dd ul.zip > li + li {
    padding-left: 1.2em;
  }
  .form_cont .form_table label dl dd ul.zip > li + li:before {
    left: 0.3em;
    width: 0.6em;
  }
}
.form_cont .form_table label dl dd .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 1.5em;
}
.form_cont .form_table label dl dd .wpcf7-radio {
  display: block;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table label dl dd .wpcf7-radio {
    margin-top: 0em;
  }
}
.form_cont .form_table label dl dd input[type=radio] + span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  cursor: pointer;
}
.form_cont .form_table label dl dd input[type=radio] + span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border: 1px solid #a3a3a3;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}
.form_cont .form_table label dl dd input[type=radio] + span:after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #a3a3a3;
}
.form_cont .form_table label dl dd input[type=radio]:checked + span::after {
  opacity: 1;
}
.form_cont .form_table + .more_btn {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .form_cont .form_table + .more_btn {
    margin-top: 40px;
  }
}

#ceo .ttl h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  #ceo .ttl h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #ceo .ttl h3 {
    font-size: 18px;
  }
}
#ceo .ttl h3::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #086dba;
  opacity: 0.1;
}
@media only screen and (max-width: 768px) {
  #ceo .ttl h3::before {
    height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #ceo .ttl h3::before {
    height: 14px;
  }
}
#ceo .youtube {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #ceo .youtube {
    margin-top: 15px;
  }
}
#ceo .txt {
  margin-top: 30px;
}
#ceo .txt h3 {
  font-weight: 500;
}
#ceo .txt h3 + p {
  margin-top: 1em;
}
#ceo .txt p {
  font-size: 14px;
  font-weight: 300;
}
#ceo .txt p + p {
  margin-top: 1em;
}
#ceo .txt p + h3 {
  margin-top: 2em;
}

#access {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  #access {
    padding-top: 100px;
  }
}
#access .main_width {
  /*.main_title {
    margin-bottom: 40px;
    h2 {
      span {
        font-size: 30px;
      }
    }
  }*/
}
#access .main_width .main_cont .content_inner .table_2column {
  max-width: 520px;
  margin: auto;
}
#access .main_width .main_cont .content_inner .table_2column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#access .main_width .main_cont .content_inner .table_2column dl + dl {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .table_2column dl + dl {
    margin-top: 16px;
  }
}
#access .main_width .main_cont .content_inner .table_2column dl dt {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .table_2column dl dt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .table_2column dl dd p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  #access .main_width .main_cont .content_inner .table_2column dl dd p span {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .table_2column dl dd p span {
    display: block;
  }
}
#access .main_width .main_cont .content_inner .gmap_area {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
#access .main_width .main_cont .content_inner .gmap_area iframe {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#access .main_width .main_cont .content_inner .routes_column {
  width: 620px;
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
  padding-left: 1em;
}
#access .main_width .main_cont .content_inner .routes_column > h3 {
  margin-bottom: 0.5em;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}
#access .main_width .main_cont .content_inner .routes_column > h3 > span {
  position: relative;
  padding-left: 1.5em;
}
#access .main_width .main_cont .content_inner .routes_column > h3 > span:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-0.35em);
          transform: translateY(-0.35em);
  display: block;
  content: "";
  width: 0.7em;
  height: 0.7em;
  line-height: 1;
  border-radius: 50%;
  border: solid 1px #333;
}
#access .main_width .main_cont .content_inner .routes_column p + ul,
#access .main_width .main_cont .content_inner .routes_column ul + p {
  margin-top: 0.75em;
}
#access .main_width .main_cont .content_inner .routes_column ul li + li {
  margin-top: 0.35em;
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .routes_column ul li + li {
    margin-top: 0.75em;
  }
}
#access .main_width .main_cont .content_inner .routes_column ul li > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#access .main_width .main_cont .content_inner .routes_column ul li > div > span > span {
  display: inline-block;
}
#access .main_width .main_cont .content_inner .routes_column ul li a.minbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4em;
  min-width: 4em;
  margin-left: 0.35em;
  height: 1.5em;
  border-radius: 0.75em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #086dba;
}
#access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover {
  text-decoration: none;
}
#access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
  line-height: 1.1;
  padding-bottom: 0.2em;
  text-align: center;
  color: #086dba;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
    letter-spacing: 0.005em;
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  #access .main_width .main_cont .content_inner .routes_column ul li a.minbtn {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #access .main_width .main_cont .content_inner .routes_column ul li a.minbtn > span {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover {
    background-color: #086dba;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #access .main_width .main_cont .content_inner .routes_column ul li a.minbtn:hover > span {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

#service {
  position: relative;
  padding: 200px 0;
}
@media only screen and (max-width: 1300px) {
  #service {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  #service {
    padding: 50px 0;
  }
}
#service .bgTxt {
  z-index: 2;
  position: absolute;
  top: 100px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  #service .bgTxt {
    top: 50px;
  }
}
#service .bgTxt p {
  font-size: 270px;
  font-size: 12vw;
  font-family: "Oswald", sans-serif;
  color: #e6e6e6;
  line-height: 0.8;
  opacity: 0.3;
}
#service .ttl h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #service .ttl h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #service .ttl h3 {
    font-size: 18px;
  }
}
#service .serviceContTop {
  position: relative;
  z-index: 3;
  padding: 0px 0 100px;
}
@media only screen and (max-width: 768px) {
  #service .serviceContTop {
    padding: 0px 0 50px;
  }
}
#service .serviceContTop h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #service .serviceContTop h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  #service .serviceContTop h3 {
    font-size: 18px;
  }
}
#service .serviceContTop .squareList {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #service .serviceContTop .squareList {
    margin-top: 20px;
  }
}
#service .serviceContTop .squareList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .serviceContTop .squareList ul li {
  padding: 20px 40px;
}
@media only screen and (max-width: 768px) {
  #service .serviceContTop .squareList ul li {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 480px) {
  #service .serviceContTop .squareList ul li {
    width: 100%;
  }
}
#service .serviceContTop .squareList ul li + li {
  margin-top: 0px;
}
#service #serviceContBottom_bg {
  position: absolute;
  z-index: 1;
  bottom: 200px;
  left: 0;
  background-color: #086dba;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  #service #serviceContBottom_bg {
    bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #service #serviceContBottom_bg {
    bottom: 50px;
  }
}
#service #serviceContBottom {
  position: relative;
  z-index: 4;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  #service #serviceContBottom {
    padding: 50px 0;
  }
}
#service #serviceContBottom .txtImgCont {
  margin-left: auto;
  width: calc((100% - 1200px) / 2 + 1200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  #service #serviceContBottom .txtImgCont {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  #service #serviceContBottom .txtImgCont {
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 768px) {
  #service #serviceContBottom .txtImgCont {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  #service #serviceContBottom .txtImgCont {
    padding: 0 15px;
  }
}
#service #serviceContBottom .txtImgCont .txt {
  width: 40%;
  padding-right: 30px;
}
@media only screen and (max-width: 1300px) {
  #service #serviceContBottom .txtImgCont .txt {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #service #serviceContBottom .txtImgCont .txt {
    width: 100%;
    padding-right: 0px;
  }
}
#service #serviceContBottom .txtImgCont .txt p {
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  #service #serviceContBottom .txtImgCont .txt p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  #service #serviceContBottom .txtImgCont .txt p {
    font-size: 14px;
  }
}
#service #serviceContBottom .txtImgCont .img {
  width: 60%;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media only screen and (max-width: 1300px) {
  #service #serviceContBottom .txtImgCont .img {
    width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  #service #serviceContBottom .txtImgCont .img {
    margin-top: 15px;
    width: 100%;
    position: relative;
  }
}

.ttlTxtCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ttlTxtCont .ttl {
  width: 400px;
}
@media only screen and (max-width: 1300px) {
  .ttlTxtCont .ttl {
    width: 350px;
  }
}
@media only screen and (max-width: 1024px) {
  .ttlTxtCont .ttl {
    width: 100%;
  }
}
.ttlTxtCont .ttl h3 {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .ttlTxtCont .ttl h3 {
    font-size: 18px;
  }
}
.ttlTxtCont .txt {
  width: calc(100% - 400px);
  font-size: 16px;
  letter-spacing: normal;
}
@media only screen and (max-width: 1300px) {
  .ttlTxtCont .txt {
    width: calc(100% - 350px);
  }
}
@media only screen and (max-width: 1024px) {
  .ttlTxtCont .txt {
    margin-top: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ttlTxtCont .txt {
    font-size: 14px;
  }
}

.contCol3 {
  margin-top: 30px;
  overflow: hidden;
}
.contCol3 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px;
  counter-reset: my-counter;
}
@media only screen and (max-width: 1024px) {
  .contCol3 > ul {
    margin: -10px;
  }
}
.contCol3 > ul > li {
  width: 33.333333%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .contCol3 > ul > li {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .contCol3 > ul > li {
    width: 100%;
  }
}
.contCol3 > ul > li .cont {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 30px 90px;
  position: relative;
}
.contCol3 > ul > li .cont::before {
  counter-increment: my-counter;
  content: counter(my-counter, decimal-leading-zero);
  position: absolute;
  bottom: 20px;
  right: 30px;
  color: #e6e6e6;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  z-index: 1;
}
.contCol3 > ul > li .cont .ttl {
  position: relative;
  z-index: 2;
}
.contCol3 > ul > li .cont .ttl p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contCol3 > ul > li .cont .ttl p {
    font-size: 16px;
  }
}
.contCol3 > ul > li .cont .txt {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.contCol3 > ul > li .cont .txt p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (max-width: 768px) {
  .contCol3 > ul > li .cont .txt p {
    font-size: 14px;
  }
}
.contCol3 > ul > li .cont .txt p + p {
  margin-top: 1em;
}
.contCol3 > ul > li .cont .txt p + .bold {
  margin-top: 2em;
}
.contCol3 > ul > li .cont .txt p.bold {
  font-weight: bold;
}

.grayBgCont {
  margin-top: 60px;
  background-color: #e6e6e6;
  border-radius: 20px;
  padding: 60px;
}
@media only screen and (max-width: 768px) {
  .grayBgCont {
    margin-top: 40px;
    padding: 30px;
  }
}
.grayBgCont .squareList ul li + li {
  margin-top: 30px;
}

#regrass {
  padding-top: 0px;
}
#regrass .circleCont {
  overflow: hidden;
}
#regrass .circleCont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -15px -30px;
}
@media only screen and (max-width: 768px) {
  #regrass .circleCont ul {
    margin: -10px -25px;
  }
}
@media only screen and (max-width: 480px) {
  #regrass .circleCont ul {
    margin: -5px -15px;
  }
}
#regrass .circleCont ul li {
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  #regrass .circleCont ul li {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 480px) {
  #regrass .circleCont ul li {
    padding: 5px 15px;
  }
}
#regrass .circleCont ul li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e0efe1;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #regrass .circleCont ul li > span {
    width: 180px;
    height: 180px;
  }
}
@media only screen and (max-width: 480px) {
  #regrass .circleCont ul li > span {
    width: 125px;
    height: 125px;
    font-size: 14px;
  }
}
#regrass .flowCont {
  margin-top: 60px;
  border: 1px solid #e6e6e6;
}
#regrass .flowCont .ttl {
  background-color: #e6e6e6;
  padding: 15px;
}
#regrass .flowCont .ttl p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #regrass .flowCont .ttl p {
    font-size: 15px;
  }
}
#regrass .flowCont .flowCol {
  padding: 40px 60px;
}
@media only screen and (max-width: 1024px) {
  #regrass .flowCont .flowCol {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  #regrass .flowCont .flowCol {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #regrass .flowCont .flowCol {
    padding: 15px;
  }
}
#regrass .flowCont .flowCol ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px;
}
#regrass .flowCont .flowCol ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.333333%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  #regrass .flowCont .flowCol ul li {
    width: 100%;
  }
}
#regrass .flowCont .flowCol ul li .flow .txt {
  margin-top: 10px;
}
#regrass .flowCont .flowCol ul li .flow .txt p {
  font-size: 14px;
  letter-spacing: normal;
}
#regrass .flowCont .flowCol ul li + li {
  position: relative;
}
#regrass .flowCont .flowCol ul li + li::before {
  content: "";
  position: absolute;
  top: calc(50% - 20px);
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #333;
}
@media only screen and (max-width: 768px) {
  #regrass .flowCont .flowCol ul li + li::before {
    top: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}

.regrassList {
  margin-top: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .regrassList {
    margin-top: 15px;
  }
}
.regrassList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px;
}
@media only screen and (max-width: 1024px) {
  .regrassList ul {
    margin: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .regrassList ul {
    margin: -8px;
  }
}
.regrassList ul li {
  width: 33.3333%;
  padding: 30px;
}
@media only screen and (max-width: 1024px) {
  .regrassList ul li {
    width: 50%;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .regrassList ul li {
    padding: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .regrassList ul li {
    width: 100%;
  }
}
.regrassList ul li .img {
  padding-top: 75%;
  background-position: center;
  background-repeat: none;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .regrassList ul li .img {
    padding-top: 56.25%;
  }
}

#company section {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  #company section {
    padding: 30px 0;
  }
}

.lowerKv {
  padding: 0;
  height: 200px;
  position: relative;
  background: top center/cover no-repeat;
}
@media only screen and (max-width: 768px) {
  .lowerKv {
    height: 150px;
  }
}
.lowerKv::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 109, 186, 0.3);
}
.lowerKv .ttlCont {
  position: absolute;
  top: 50%;
  left: calc((100% - 1200px) / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  .lowerKv .ttlCont {
    left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lowerKv .ttlCont {
    left: 15px;
  }
}
.lowerKv .ttlCont .ttl h1 span {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .lowerKv .ttlCont .ttl h1 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lowerKv .ttlCont .ttl.sp_fs21 h1 span {
    font-size: 21px;
  }
}
@media only screen and (max-width: 480px) {
  .lowerKv .ttlCont .ttl.sp_fs21.sp480 h1 span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lowerKv .ttlCont .ttl.sp_fs26 h1 span {
    font-size: 26px;
  }
}
.lowerKv .ttlCont .ttl.sp_fs26 span.small {
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .lowerKv .ttlCont .ttl.sp_fs26 span.small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .lowerKv .ttlCont .ttl.sp_fs26 span.small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .lowerKv .ttlCont .ttl.sp_fs26 span.small {
    font-size: 16px;
  }
}
.lowerKv .ttlCont .txt {
  margin-top: 10px;
}
.lowerKv .ttlCont .txt p {
  color: #fff;
}

.colorTtl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .colorTtl {
    margin-bottom: 20px;
  }
}
.colorTtl h2 {
  color: #086dba;
  font-size: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .colorTtl h2 {
    font-size: 20px;
  }
}
.colorTtl h2 .fs24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .colorTtl h2 .fs24 {
    font-size: 16px;
  }
}
.colorTtl.fs28 h2 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .colorTtl.fs28 h2 {
    font-size: 20px;
  }
}

.borderTtl,
.accTtl {
  padding-bottom: 20px;
  border-bottom: 1px solid #bebebe;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .borderTtl,
.accTtl {
    margin-bottom: 15px;
  }
}
.borderTtl.mt60,
.accTtl.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .borderTtl.mt60,
.accTtl.mt60 {
    margin-top: 40px;
  }
}
.borderTtl::before,
.accTtl::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 64px;
  height: 1px;
  background-color: #086dba;
}
.borderTtl h2,
.borderTtl h3,
.accTtl h2,
.accTtl h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.accTtl {
  padding-top: 20px;
  margin-bottom: 0px;
  cursor: pointer;
}
.accTtl.green:before {
  background-color: #04ac4a;
}
.accTtl.green span.floor {
  background-color: #c0ead2;
}
.accTtl.green .ttl::after {
  border-bottom: 2px solid #04ac4a;
  border-right: 2px solid #04ac4a;
}
.accTtl h2,
.accTtl h3 {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .accTtl h2,
.accTtl h3 {
    font-size: 16px;
  }
}
.accTtl h2::after,
.accTtl h3::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 6px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .accTtl h2::after,
.accTtl h3::after {
    top: calc(50% - 1px);
    right: 3px;
    width: 6px;
    height: 6px;
  }
}
.accTtl .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  .accTtl .ttl {
    font-size: 16px;
    display: block;
  }
}
.accTtl .ttl::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  right: 6px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .accTtl .ttl::after {
    top: calc(50% - 1px);
    right: 3px;
    width: 6px;
    height: 6px;
  }
}
.accTtl .ttl h2,
.accTtl .ttl h3 {
  width: 130px;
  padding-right: 0px;
}
.accTtl .ttl h2::after,
.accTtl .ttl h3::after {
  content: none;
}
.accTtl .info {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .accTtl .info {
    display: block;
    margin-top: 5px;
    width: 100%;
  }
}
.accTtl span.floor {
  font-size: 12px;
  display: inline-block;
  width: 100px;
  height: 16px;
  border-radius: 8px;
  text-align: center;
  background: #afdcf3;
  margin-right: 20px;
}
.accTtl span.time {
  width: calc(100% - 100px);
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .accTtl span.time {
    width: 100%;
    margin-top: 10px;
    display: block;
    font-size: 14px;
  }
}
.accTtl.open h2::after,
.accTtl.open h3::after {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotateZ(225deg);
          transform: translateY(-50%) rotateZ(225deg);
}
@media only screen and (max-width: 768px) {
  .accTtl.open h2::after,
.accTtl.open h3::after {
    top: calc(50% + 1px);
  }
}
.accTtl.open .ttl::after {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotateZ(225deg);
          transform: translateY(-50%) rotateZ(225deg);
}
@media only screen and (max-width: 768px) {
  .accTtl.open .ttl::after {
    top: calc(50% + 1px);
  }
}

.accCont {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .accCont {
    padding-bottom: 20px;
  }
}
.accCont .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .accCont .txt {
    margin-top: 15px;
  }
}

.deptTtl.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .deptTtl.mt80 {
    margin-top: 40px;
  }
}
.deptTtl h2 {
  font-size: 24px;
  font-weight: bold;
  color: #086dba;
}

.deptList.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .deptList.mt40 {
    margin-top: 20px;
  }
}
.deptList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.deptList ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333%;
  padding: 35px 0;
  position: relative;
  border-bottom: 1px solid #bebebe;
}
.deptList ul li:not(:nth-child(3n-2)) {
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:not(:nth-child(3n-2)) {
    padding-left: 0px;
  }
}
.deptList ul li:not(:nth-child(3n)) {
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:not(:nth-child(3n)) {
    padding-right: 0px;
  }
}
.deptList ul li:not(:nth-child(3n))::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 40px);
  background-color: #bebebe;
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:not(:nth-child(3n))::before {
    content: none;
  }
}
.deptList ul li:nth-child(3n+1):nth-last-child(1), .deptList ul li:nth-child(3n+1):nth-last-child(2), .deptList ul li:nth-child(3n+1):nth-last-child(3), .deptList ul li:nth-child(3n+2):nth-last-child(1), .deptList ul li:nth-child(3n+2):nth-last-child(2), .deptList ul li:nth-child(3n):nth-last-child(1) {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:nth-child(3n+1):nth-last-child(1), .deptList ul li:nth-child(3n+1):nth-last-child(2), .deptList ul li:nth-child(3n+1):nth-last-child(3), .deptList ul li:nth-child(3n+2):nth-last-child(1), .deptList ul li:nth-child(3n+2):nth-last-child(2), .deptList ul li:nth-child(3n):nth-last-child(1) {
    border-bottom: 1px solid #bebebe;
  }
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:nth-child(2n) {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .deptList ul li:nth-child(2n) {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .deptList ul li {
    width: 50%;
  }
  .deptList ul li:not(:nth-child(2n)) {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .deptList ul li:not(:nth-child(2n)) {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:not(:nth-child(2n))::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 40px);
    background-color: #bebebe;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .deptList ul li:not(:nth-child(2n))::before {
    content: none;
  }
}
@media only screen and (max-width: 1024px) {
  .deptList ul li:nth-child(2n+1):nth-last-child(1), .deptList ul li:nth-child(2n+1):nth-last-child(2), .deptList ul li:nth-child(2n):nth-last-child(1) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .deptList ul li:nth-child(2n+1):nth-last-child(1), .deptList ul li:nth-child(2n+1):nth-last-child(2), .deptList ul li:nth-child(2n):nth-last-child(1) {
    border-bottom: 1px solid #bebebe;
  }
}
@media only screen and (max-width: 480px) {
  .deptList ul li {
    width: 100%;
    padding: 15px 0;
  }
  .deptList ul li:nth-child(2n+1):nth-last-child(1), .deptList ul li:nth-child(2n):nth-last-child(1) {
    border-bottom: none;
  }
}
.deptList ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1300px) {
  .deptList ul li a {
    font-size: 16px;
  }
}
.deptList ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contTxt.mt10 {
  margin-top: 10px;
}
.contTxt.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contTxt.mt20 {
    margin-top: 15px;
  }
}
.contTxt.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .contTxt.mt30 {
    margin-top: 15px;
  }
}
.contTxt.ml15 {
  margin-left: 15px;
}
.contTxt.ml30 {
  margin-left: 30px;
}
.contTxt p.ti1em,
.contTxt h4.ti1em {
  text-indent: -1em;
  margin-left: 1em;
}
.contTxt p .linear,
.contTxt h4 .linear {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 65%, #fff100 0%);
}
.contTxt p.right,
.contTxt h4.right {
  text-align: right;
}
.contTxt p + a,
.contTxt h4 + a {
  margin-top: 1em;
}
.contTxt p + p,
.contTxt p + .komeList,
.contTxt h4 + p,
.contTxt h4 + .komeList {
  margin-top: 2em;
}
.contTxt p + .mt0,
.contTxt h4 + .mt0 {
  margin-top: 0px;
}
.contTxt p + .mt10,
.contTxt h4 + .mt10 {
  margin-top: 10px;
}
.contTxt a {
  display: inline-block;
  color: #086dba;
}
.contTxt a.mt15 {
  margin-top: 15px;
}
.contTxt a p {
  font-weight: bold;
}
.contTxt + .boxTxt,
.contTxt + .img_col3_2 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contTxt + .boxTxt,
.contTxt + .img_col3_2 {
    margin-top: 15px;
  }
}
.contTxt + .aroundCont,
.contTxt + .contTxt,
.contTxt + .pageLinkList,
.contTxt + .txtImgCont3 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .contTxt + .aroundCont,
.contTxt + .contTxt,
.contTxt + .pageLinkList,
.contTxt + .txtImgCont3 {
    margin-top: 20px;
  }
}
.contTxt + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .contTxt + .borderTtl {
    margin-top: 40px;
  }
}
.contTxt + .mt5 {
  margin-top: 5px;
}
.contTxt + .mt10 {
  margin-top: 10px;
}
.contTxt + .mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contTxt + .mt20 {
    margin-top: 15px;
  }
}

.aroundCont.mt30 {
  margin-top: 30px;
}
@media screen and (min-width: 480px) {
  .aroundCont.w430 .img {
    width: 430px;
  }
}
@media screen and (max-width: 479px) {
  .aroundCont.w430 .img {
    width: 100vw;
    padding-left: 30px;
  }
}
.aroundCont.w420 .img {
  width: 430px;
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) {
  .aroundCont.w420 .img {
    width: 300px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .aroundCont.w420 .img {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .aroundCont.w420 .img {
    width: 150px;
  }
}
.aroundCont .img {
  float: right;
  width: 270px;
  padding-left: 50px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .aroundCont .img {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .aroundCont .img {
    width: 215px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .aroundCont .img {
    width: 150px;
  }
}
.aroundCont .img img {
  width: 100%;
  height: auto;
}
.aroundCont .img.no_img {
  height: 250px;
}
.aroundCont .txt p + p {
  margin-top: 2em;
}
.aroundCont .txt p.ttl {
  font-weight: bold;
  color: #086dba;
}
.aroundCont .txt p.ttl + p {
  margin-top: 0.5em;
}
.aroundCont .name {
  margin-top: 2em;
}
.aroundCont .name h3 {
  text-align: right;
}
.aroundCont + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .aroundCont + .borderTtl {
    margin-top: 40px;
  }
}

.floorImg {
  text-align: center;
}
.floorImg img {
  max-width: 100%;
  height: auto;
}

.scroll-hint-icon {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.drug_table table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .drug_table table {
    font-size: 14px;
  }
}
.drug_table table thead tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  border-left: 1px solid #afdcf3;
  border-bottom: 1px solid #afdcf3;
}
.drug_table table thead tr th:nth-child(1), .drug_table table thead tr th:nth-child(3) {
  width: 300px;
}
.drug_table table thead tr th:nth-child(2), .drug_table table thead tr th:nth-child(4) {
  width: 100px;
}
.drug_table table thead tr th:nth-child(4) {
  border-right: 1px solid #afdcf3;
}
.drug_table table thead tr th + th {
  border-left: 1px solid #fff;
}
.drug_table table tbody tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  width: 400px;
}
.drug_table table tbody tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.drug_table table tbody tr th + th {
  border-left: 1px solid #fff;
}
.drug_table table tbody tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.drug_table table tbody tr td {
  padding: 20px 10px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.drug_table table tbody tr td + td {
  border-left: 1px solid #d8d8d8;
}
.drug_table table tbody tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.drug_table table tbody tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.drug_table table tbody tr td.left {
  text-align: left;
}
.drug_table table tbody tr td.no_border {
  border: none;
  border-left: 1px solid #d8d8d8;
}
.drug_table table tbody tr + tr th {
  border-top: 1px solid #fff;
}
.drug_table table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.drug_table table tbody tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.drug_table table tbody tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}
.drug_table table tbody tr:last-child td.no_border {
  border: none;
  border-left: 1px solid #d8d8d8;
}
.drug_table + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .drug_table + .borderTtl {
    margin-top: 40px;
  }
}

.table_cont.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .table_cont.mt20 {
    margin-top: 15px;
  }
}
.table_cont.td_left td {
  text-align: left;
}
.table_cont.pct100 table {
  min-width: auto;
}
.table_cont.hospitalization thead th.border-r {
  border-right: 1px solid #fff;
}
.table_cont.hospitalization thead th.w30 {
  width: 30px;
}
.table_cont.hospitalization thead tr.wm-tb th {
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.table_cont.hospitalization tbody tr th {
  width: auto;
}
.table_cont .date p {
  text-align: right;
}
.table_cont table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .table_cont table {
    font-size: 14px;
  }
}
.table_cont table thead tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  border-bottom: 1px solid #fff;
}
.table_cont table thead tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.table_cont table thead tr th:last-child {
  border-right: 1px solid #afdcf3;
}
.table_cont table thead tr th.w90 {
  width: 90px;
}
.table_cont table thead tr th + th {
  border-left: 1px solid #fff;
}
.table_cont table tbody tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  width: 400px;
}
.table_cont table tbody tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.table_cont table tbody tr th:first-child.border_w {
  border-left: 1px solid #fff;
}
.table_cont table tbody tr th + th {
  border-left: 1px solid #fff;
}
.table_cont table tbody tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.table_cont table tbody tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.table_cont table tbody tr td + td {
  border-left: 1px solid #d8d8d8;
}
.table_cont table tbody tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.table_cont table tbody tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.table_cont table tbody tr td.left {
  text-align: left;
}
.table_cont table tbody tr + tr th {
  border-top: 1px solid #fff;
}
.table_cont table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.table_cont table tbody tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.table_cont table tbody tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.cancer_table .date p {
  text-align: right;
}
.cancer_table table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cancer_table table {
    font-size: 14px;
  }
}
.cancer_table table thead tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  border-left: 1px solid #afdcf3;
  border-right: 1px solid #afdcf3;
  border-bottom: 1px solid #fff;
}
.cancer_table table tbody tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  width: 400px;
}
.cancer_table table tbody tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.cancer_table table tbody tr th + th {
  border-left: 1px solid #fff;
}
.cancer_table table tbody tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.cancer_table table tbody tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.cancer_table table tbody tr td + td {
  border-left: 1px solid #d8d8d8;
}
.cancer_table table tbody tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.cancer_table table tbody tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.cancer_table table tbody tr td.left {
  text-align: left;
}
.cancer_table table tbody tr + tr th {
  border-top: 1px solid #fff;
}
.cancer_table table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.cancer_table table tbody tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.cancer_table table tbody tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.taiinTable table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .taiinTable table {
    font-size: 14px;
  }
}
.taiinTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  width: 70px;
}
.taiinTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
  width: 100px;
}
.taiinTable table tr th + th {
  border-left: 1px solid #fff;
}
.taiinTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.taiinTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.taiinTable table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.taiinTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.taiinTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.taiinTable table tr td.left {
  text-align: left;
}
.taiinTable table tr + tr th {
  border-top: 1px solid #fff;
}
.taiinTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.taiinTable table tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.taiinTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.haienTable table {
  width: 408px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .haienTable table {
    font-size: 14px;
  }
}
.haienTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
}
.haienTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
  width: 112px;
}
.haienTable table tr th:nth-child(3), .haienTable table tr th:nth-child(4) {
  width: 104px;
}
.haienTable table tr th + th {
  border-left: 1px solid #fff;
}
.haienTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.haienTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.haienTable table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.haienTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.haienTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.haienTable table tr td.left {
  text-align: left;
}
.haienTable table tr + tr th {
  border-top: 1px solid #fff;
}
.haienTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.haienTable table tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.haienTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.noukousokuTable table {
  width: 496px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .noukousokuTable table {
    font-size: 14px;
  }
}
.noukousokuTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
}
.noukousokuTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
  width: 112px;
}
.noukousokuTable table tr th + th {
  border-left: 1px solid #fff;
}
.noukousokuTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.noukousokuTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.noukousokuTable table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.noukousokuTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.noukousokuTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.noukousokuTable table tr td.left {
  text-align: left;
}
.noukousokuTable table tr + tr th {
  border-top: 1px solid #fff;
}
.noukousokuTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.noukousokuTable table tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.noukousokuTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.otherTable table {
  width: 610px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .otherTable table {
    font-size: 14px;
  }
}
.otherTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
}
.otherTable table tr th:nth-child(1) {
  width: 112px;
}
.otherTable table tr th:nth-child(2) {
  width: 216px;
}
.otherTable table tr th:nth-child(3) {
  width: 104px;
}
.otherTable table tr th:nth-child(4), .otherTable table tr th:nth-child(5) {
  width: 89px;
}
.otherTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.otherTable table tr th + th {
  border-left: 1px solid #fff;
}
.otherTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.otherTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
}
.otherTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.otherTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.otherTable table tr:nth-child(2n+2) th:nth-child(n+2) {
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.otherTable table tr:nth-child(2n+3) th {
  background-color: #fff;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
}
.otherTable table tr + tr th {
  border-top: 1px solid #fff;
}
.otherTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.otherTable table tr:nth-last-child(2) th:first-child {
  border-bottom: 1px solid #afdcf3;
}
.otherTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.shihyouTable table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .shihyouTable table {
    font-size: 14px;
  }
}
.shihyouTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
}
.shihyouTable table tr th:nth-child(2) {
  width: 236px;
}
.shihyouTable table tr th:not(:first-child):not(:nth-child(2)) {
  width: 80px;
}
.shihyouTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.shihyouTable table tr th + th {
  border-left: 1px solid #fff;
}
.shihyouTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.shihyouTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.shihyouTable table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.shihyouTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.shihyouTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.shihyouTable table tr td:nth-child(2) {
  text-align: left;
}
.shihyouTable table tr + tr th {
  border-top: 1px solid #fff;
}
.shihyouTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.shihyouTable table tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.shihyouTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.cancerTable table {
  width: 100%;
  min-width: 800px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cancerTable table {
    font-size: 14px;
  }
}
.cancerTable table tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
}
.cancerTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.cancerTable table tr th + th {
  border-left: 1px solid #fff;
}
.cancerTable table tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.cancerTable table tr td {
  padding: 20px 10px;
  background-color: #fff;
}
.cancerTable table tr td + td {
  border-left: 1px solid #d8d8d8;
}
.cancerTable table tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.cancerTable table tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.cancerTable table tr + tr th {
  border-top: 1px solid #fff;
}
.cancerTable table tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.cancerTable table tr:first-child th {
  width: 86px;
}
.cancerTable table tr:first-child th:first-child {
  width: 112px;
}
.cancerTable table tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.cancerTable table tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}
.cancerTable table tr:nth-child(2) th:nth-child(1), .cancerTable table tr:nth-child(2) th:nth-child(2), .cancerTable table tr:nth-child(2) th:nth-child(3), .cancerTable table tr:nth-child(2) th:nth-child(4), .cancerTable table tr:nth-child(2) th:nth-child(5) {
  width: 86px;
}
.cancerTable table tr:nth-child(2) th:nth-child(1) {
  border-left: 1px solid #fff;
}

.newsList ul li {
  border-bottom: 1px solid #e5e5e5;
}
.newsList ul li:first-child {
  border-top: 1px solid #e5e5e5;
}
.newsList ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
}
@media only screen and (max-width: 768px) {
  .newsList ul li a {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .newsList ul li a {
    padding: 15px 0;
  }
}
.newsList ul li a .date {
  width: 150px;
}
.newsList ul li a .ttl {
  width: calc(100% - 150px);
}

.download {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .download {
    margin-bottom: 20px;
  }
}
.download a {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.download a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/contain no-repeat url("/wp-content/themes/sadosogo2022/asset/media/images/shihyou/shihyou01.png");
}
.download a p {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #adadad;
}

.img_col2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.img_col2 .wrap .img {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .img_col2 .wrap .img {
    width: 100%;
  }
}
.img_col2 .wrap .img img {
  width: 100%;
  height: auto;
}
.img_col2 + .contTxt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .img_col2 + .contTxt {
    margin-top: 15px;
  }
}

.img_col3 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.img_col3 .wrap .img {
  width: 33.333333%;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .img_col3 .wrap .img {
    width: 100%;
  }
}
.img_col3 .wrap .img img {
  width: 100%;
  height: auto;
}
.img_col3 + .numList,
.img_col3 + .num_list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .img_col3 + .numList,
.img_col3 + .num_list {
    margin-top: 15px;
  }
}
.img_col3 + .contTxt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .img_col3 + .contTxt {
    margin-top: 15px;
  }
}

.img_col3_2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -5px;
}
@media only screen and (max-width: 480px) {
  .img_col3_2 .wrap {
    display: block;
  }
}
.img_col3_2 .wrap .img {
  padding: 5px;
  text-align: center;
}
.img_col3_2 .wrap .img img {
  width: auto;
  max-height: 348px;
}

.doctorTable.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .doctorTable.mt20 {
    margin-top: 15px;
  }
}
.doctorTable table {
  width: 800px;
}
.doctorTable table thead tr th:nth-child(1), .doctorTable table thead tr th:nth-child(2) {
  width: 150px;
}
.doctorTable table thead tr th:nth-child(3) {
  width: 500px;
}
.doctorTable table tr th,
.doctorTable table tr td {
  padding: 20px;
}
.doctorTable table tr th {
  background-color: #afdcf3;
}
.doctorTable table tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.doctorTable table tr th:last-child {
  border-right: 1px solid #afdcf3;
}
.doctorTable table tr th + th {
  border-left: 1px solid #fff;
}
.doctorTable table tr td {
  border: 1px solid #d8d8d8;
  vertical-align: top;
}

.ward_table.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .ward_table.mb20 {
    margin-bottom: 15px;
  }
}
.ward_table table {
  width: 800px;
}
.ward_table table thead tr th:nth-child(1) {
  width: 120px;
}
.ward_table table thead tr th:nth-child(3) {
  width: 170px;
}
.ward_table table thead tr th:nth-child(4), .ward_table table thead tr th:nth-child(5) {
  width: 102px;
}
.ward_table table thead tr th:nth-child(6) {
  width: 208px;
}
.ward_table table tr th,
.ward_table table tr td {
  padding: 20px 15px;
}
.ward_table table tr th {
  background-color: #afdcf3;
}
.ward_table table tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.ward_table table tr th:last-child {
  border-right: 1px solid #afdcf3;
}
.ward_table table tr th + th {
  border-left: 1px solid #fff;
}
.ward_table table tr td {
  border: 1px solid #d8d8d8;
  padding: 20px 10px;
}
.ward_table table tr td:nth-child(2), .ward_table table tr td:nth-child(4) {
  text-align: right;
}

.pageLinkList {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .pageLinkList {
    margin-bottom: 30px;
  }
}
.pageLinkList ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageLinkList ul li {
  width: 25%;
  border: 1px solid #ccc;
}
.pageLinkList ul li:not(:nth-child(4n+1)) {
  border-left: none;
}
@media only screen and (max-width: 1024px) {
  .pageLinkList ul li:not(:nth-child(4n+1)) {
    border-left: 1px solid #ccc;
  }
}
.pageLinkList ul li:nth-child(n+5) {
  border-top: none;
}
@media only screen and (max-width: 1024px) {
  .pageLinkList ul li:nth-child(n+5) {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 1024px) {
  .pageLinkList ul li {
    width: 50%;
  }
  .pageLinkList ul li:nth-child(2n) {
    border-left: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .pageLinkList ul li:nth-child(2n) {
    border-left: 1px solid #ccc;
  }
}
@media only screen and (max-width: 1024px) {
  .pageLinkList ul li:nth-child(n+3) {
    border-top: none;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 480px) {
  .pageLinkList ul li:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 480px) {
  .pageLinkList ul li {
    width: 100%;
  }
  .pageLinkList ul li:nth-child(n+2) {
    border-top: none;
  }
}
.pageLinkList ul li a {
  display: block;
  padding: 20px 35px 20px 20px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .pageLinkList ul li a {
    padding: 15px 30px 15px 15px;
  }
}
.pageLinkList ul li a:hover {
  color: #086dba;
}
.pageLinkList ul li a:hover:after {
  top: calc(50% + 2px);
}
.pageLinkList ul li a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .pageLinkList ul li a:after {
    right: 15px;
  }
}

.deviceImgCont {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .deviceImgCont {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.deviceImgCont .bigImg img {
  width: 100%;
  height: auto;
}
.deviceImgCont .imgList {
  margin-top: 20px;
}
.deviceImgCont .imgList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fullImgCont {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .fullImgCont {
    margin-bottom: 30px;
  }
}
.fullImgCont.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .fullImgCont.mb20 {
    margin-bottom: 15px;
  }
}
.fullImgCont.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .fullImgCont.mb30 {
    margin-bottom: 15px;
  }
}
.fullImgCont.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .fullImgCont.mt20 {
    margin-top: 15px;
  }
}
.fullImgCont img {
  width: 100%;
}

.img_center {
  text-align: center;
}
.img_center.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .img_center.mb20 {
    margin-bottom: 15px;
  }
}
.img_center.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .img_center.mt20 {
    margin-top: 15px;
  }
}

.system_img_txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
@media only screen and (max-width: 1300px) {
  .system_img_txt ul {
    margin: -20px -10px;
  }
}
.system_img_txt ul li {
  width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 1300px) {
  .system_img_txt ul li {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 768px) {
  .system_img_txt ul li {
    width: 100%;
  }
}
.system_img_txt ul li .cont .img img {
  width: 100%;
  height: auto;
}
.system_img_txt ul li .cont .txt {
  margin-top: 15px;
}
.system_img_txt ul li .cont .txt a {
  display: block;
  position: relative;
  padding-right: 35px;
}
.system_img_txt ul li .cont .txt a:hover {
  color: #086dba;
}
.system_img_txt ul li .cont .txt a:hover:after {
  top: calc(50% + 2px);
}
.system_img_txt ul li .cont .txt a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  right: 15px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .system_img_txt ul li .cont .txt a:after {
    right: 15px;
  }
}
.system_img_txt + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .system_img_txt + .borderTtl {
    margin-top: 40px;
  }
}

.scheduleTable {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .scheduleTable {
    margin-bottom: 30px;
  }
}
.scheduleTable.mb0 {
  margin-bottom: 0px;
}
.scheduleTable table {
  width: 800px;
}
.scheduleTable table th,
.scheduleTable table td {
  padding: 20px 7.5px;
  text-align: center;
}
.scheduleTable table td {
  border: 1px solid #d8d8d8;
}
.scheduleTable table td.bgGray {
  background: #f8f8f8;
}
.scheduleTable table td.w100 {
  width: 70px;
}
.scheduleTable table thead tr {
  background-color: #afdcf3;
  border: none;
}
.scheduleTable table thead tr th {
  border-left: 1px solid #fff;
}
.scheduleTable table thead tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.scheduleTable table thead tr th:last-child {
  border-right: 1px solid #afdcf3;
}
.scheduleTable table thead tr th.w98 {
  width: 98px;
}
.scheduleTable table thead tr th.w120 {
  width: 120px;
}
.scheduleTable table thead tr th.w351 {
  width: 351px;
}
.scheduleTable table thead tr th.w234 {
  width: 234px;
}
.scheduleTable table tbody tr th {
  width: 70px;
  background: #afdcf3;
  border-left: 1px solid #afdcf3;
  border-right: 1px solid #afdcf3;
  border-top: 1px solid #fff;
}
.scheduleTable table tbody tr td.w100 {
  width: 70px;
}
.scheduleTable table tbody tr td.w351 {
  width: 351px;
}
.scheduleTable table tbody tr td.w234 {
  width: 234px;
}
.scheduleTable.cancerTopTable table thead th:nth-child(1),
.scheduleTable.cancerTopTable table tbody td:nth-child(1) {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 768px) {
  .scheduleTable.cancerTopTable table thead th:nth-child(1),
.scheduleTable.cancerTopTable table tbody td:nth-child(1) {
    width: calc(100% - 120px);
  }
}
.scheduleTable.cancerTopTable table tbody td:nth-child(1) {
  text-align: left;
}
.scheduleTable.cancerTopTable table tbody td:nth-child(1) a {
  color: #086dba;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.scheduleTable.cancerTopTable table tbody td:nth-child(1) a:hover {
  opacity: 0.8;
}
.scheduleTable.cancerTopTable table thead th:nth-child(2),
.scheduleTable.cancerTopTable table tbody td:nth-child(2) {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .scheduleTable.cancerTopTable table thead th:nth-child(2),
.scheduleTable.cancerTopTable table tbody td:nth-child(2) {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .scheduleTable.cancerTopTable table tbody td {
    padding: 15px 5px;
  }
}

.scheduleAnnotation .dotList ul li + li {
  margin-top: 5px;
}

.single_ttl {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
}
.single_ttl .date {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .single_ttl .date {
    margin-bottom: 15px;
  }
}
.single_ttl .ttl h1 {
  font-size: 24px;
  font-weight: bold;
  color: #086dba;
}
@media only screen and (max-width: 768px) {
  .single_ttl .ttl h1 {
    font-size: 18px;
  }
}

.single_cont {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .single_cont {
    margin-top: 15px;
  }
}
.single_cont .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .single_cont .cont {
    padding-bottom: 20px;
  }
}
.single_cont .cont > span,
.single_cont .cont > p,
.single_cont .cont > h2,
.single_cont .cont > h3 {
  margin-top: 2em;
  display: block;
  line-height: 1.65;
}
.single_cont .cont h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.single_cont .cont h2 + span,
.single_cont .cont h2 + p,
.single_cont .cont h2 + table,
.single_cont .cont h2 + ul,
.single_cont .cont h2 + a {
  margin-top: 1em;
}
.single_cont .cont h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.single_cont .cont h3 + span,
.single_cont .cont h3 + p,
.single_cont .cont h3 + table,
.single_cont .cont h3 + ul,
.single_cont .cont h3 + a {
  margin-top: 1em;
}
.single_cont .cont > ul {
  padding-left: 1.5em;
}
.single_cont .cont > ul > li {
  list-style-type: disc;
  line-height: 1.65;
}
.single_cont .cont > ul > li + li {
  margin-top: 0.5em;
}
.single_cont .cont > ul + span,
.single_cont .cont > ul + ul,
.single_cont .cont > ul + p,
.single_cont .cont > ul + h2,
.single_cont .cont > ul + h3 {
  margin-top: 2em;
}
.single_cont .cont table {
  width: 100%;
  min-width: 800px;
}
@media only screen and (max-width: 1024px) {
  .single_cont .cont table {
    font-size: 14px;
  }
}
.single_cont .cont table thead tr th {
  padding: 20px 5px;
  background-color: #afdcf3;
  border-left: 1px solid #afdcf3;
  border-bottom: 1px solid #afdcf3;
}
.single_cont .cont table thead tr th + th {
  border-left: 1px solid #fff;
}
.single_cont .cont table tbody tr th {
  width: 200px;
  padding: 20px 5px;
  background-color: #afdcf3;
}
.single_cont .cont table tbody tr th:first-child {
  border-left: 1px solid #afdcf3;
}
.single_cont .cont table tbody tr th + th {
  border-left: 1px solid #fff;
}
.single_cont .cont table tbody tr th + th:last-child {
  border-right: 1px solid #afdcf3;
}
.single_cont .cont table tbody tr td {
  width: 600px;
  padding: 20px 15px;
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
.single_cont .cont table tbody tr td + td {
  border-left: 1px solid #d8d8d8;
}
.single_cont .cont table tbody tr td:last-child {
  border-right: 1px solid #d8d8d8;
}
.single_cont .cont table tbody tr td:first-child {
  border-left: 1px solid #d8d8d8;
}
.single_cont .cont table tbody tr + tr th {
  border-top: 1px4 solid #fff;
}
.single_cont .cont table tbody tr + tr td {
  border-top: 1px solid #d8d8d8;
}
.single_cont .cont table tbody tr:last-child th {
  border-bottom: 1px solid #afdcf3;
}
.single_cont .cont table tbody tr:last-child td {
  border-bottom: 1px solid #d8d8d8;
}

.cont_form7 input[type=submit] {
  margin-top: 50px;
  background-color: #979797;
  color: #fff;
  width: 300px;
  height: 76px;
  border-bottom: 2px solid #086dba;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .cont_form7 input[type=submit] {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 290px;
    height: 60px;
  }
}
.cont_form7 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cont_form7 label:first-child {
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 768px) {
  .cont_form7 label {
    display: block;
  }
}
.cont_form7 label .th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 160px;
  background-color: #f5f5f5;
  padding: 35px 20px;
}
@media only screen and (max-width: 768px) {
  .cont_form7 label .th {
    width: 100%;
    padding: 20px 10px;
  }
}
.cont_form7 label .th .required {
  border: 1px solid #ff4f4b;
  background-color: #ffeeee;
  color: #ff4f4b;
  font-size: 12px;
  padding: 0 5px;
}
.cont_form7 label .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 160px);
  padding: 24px 50px 24px 28px;
}
@media only screen and (max-width: 768px) {
  .cont_form7 label .wpcf7-form-control-wrap {
    width: 100%;
    padding: 20px 10px;
  }
}
.cont_form7 label .wpcf7-form-control-wrap input {
  max-width: 510px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.cont_form7 label .wpcf7-form-control-wrap textarea {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 20px;
}

#calendar .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  #calendar .main_width {
    padding: 0 15px;
  }
}
#calendar .mc-main {
  overflow: hidden;
  width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #calendar .mc-main {
    width: 100%;
  }
}
#calendar .mc-main .mc-list li button {
  width: 100%;
  padding: 10px 25px 10px 10px;
  text-align: left;
  position: relative;
}
#calendar .mc-main .mc-list li button::after {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#calendar .mc-main .mc-list li button[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotateZ(225deg);
          transform: translateY(-50%) rotateZ(225deg);
}
#calendar .mc-main .mc-list .odd {
  background-color: #eef6fa;
}
#calendar .mc-main .my-calendar-month {
  background: #086dba;
  color: #fff;
  padding: 20px;
}
#calendar .mc-main .my-calendar-table tr th,
#calendar .mc-main .my-calendar-table tr td {
  border: 1px solid #dedede;
}
#calendar .mc-main .my-calendar-table tr th .screen-reader-text,
#calendar .mc-main .my-calendar-table tr td .screen-reader-text {
  display: none;
}
#calendar .mc-main .my-calendar-table tr th {
  width: 180px;
  height: 38px;
}
#calendar .mc-main .my-calendar-table tr th.sun {
  color: #ff4f4b;
}
#calendar .mc-main .my-calendar-table tr th.sat {
  color: #086dba;
}
#calendar .mc-main .my-calendar-table tr th abbr {
  text-decoration: none;
}
#calendar .mc-main .my-calendar-table tr td {
  height: 120px;
  vertical-align: top;
  padding: 5px;
}
#calendar .mc-main .my-calendar-header {
  margin-bottom: 20px;
}
#calendar .mc-main .my-calendar-footer {
  margin-top: 20px;
}
#calendar .mc-main .my-calendar-month {
  margin: 0;
}
#calendar .mc-main .mc-print {
  text-align: right;
}
#calendar .mc-main .mc-print a {
  position: relative;
  padding-left: 20px;
}
#calendar .mc-main .mc-print a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: center/cover no-repeat url("/wp-content/themes/sadosogo2022/asset/media/images/calendar/calendar01.png");
}
#calendar .mc-main .my-calendar-nav {
  width: 100%;
}
#calendar .mc-main .my-calendar-nav ul {
  display: grid;
  grid-template-columns: 1fr auto 1fr; /* 左 / 中央 / 右 の3枠固定 */
  align-items: center;
}

/* 左：前月 */
#calendar .mc-main .my-calendar-nav ul li.my-calendar-prev {
  justify-self: start;
}

/* 中央：本日 */
#calendar .mc-main .my-calendar-nav ul li.my-calendar-today {
  justify-self: center;
}

/* 右：来月 */
#calendar .mc-main .my-calendar-nav ul li.my-calendar-next {
  justify-self: end;
}

#calendar .mc-main .my-calendar-nav ul li.my-calendar-prev a {
  padding-left: 10px;
}
/* #calendar .mc-main .my-calendar-nav ul li.my-calendar-prev a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}*/
#calendar .mc-main .my-calendar-nav ul li.my-calendar-next a {
  padding-right: 10px;
}
/* #calendar .mc-main .my-calendar-nav ul li.my-calendar-next a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}*/
#calendar .mc-main .my-calendar-nav ul li a {
  position: relative;
  display: inline-block;
  background: none;
  color: #333;
  border: none;
}

.receTable {
  margin-top: 20px;
}
.receTable table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.receTable table td {
  background: #fff;
}
.receTable table th {
  background: #eee;
  text-align: center;
}
.receTable table th,
.receTable table td {
  border: 1px solid #cccccc;
  padding: 20px 10px;
}
.receTable table tbody tr:first-child th:first-child {
  width: 80px;
}
.receTable table tbody tr:first-child th:nth-child(2) {
  width: calc(100% - 80px);
}

#privacy {
  /*                余白
  ======================================================= */
}
#privacy .mt_auto {
  margin-top: auto;
}
#privacy .mt5 {
  margin-top: 5px;
}
#privacy .mt10 {
  margin-top: 10px;
}
#privacy .mt15 {
  margin-top: 15px;
}
#privacy .mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt20 {
    margin-top: 15px;
  }
}
#privacy .mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt30 {
    margin-top: 15px;
  }
}
#privacy .mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt40 {
    margin-top: 20px;
  }
}
#privacy .mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt50 {
    margin-top: 25px;
  }
}
#privacy .mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt60 {
    margin-top: 30px;
  }
}
#privacy .mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  #privacy .mt80 {
    margin-top: 40px;
  }
}
#privacy .mb15 {
  margin-bottom: 15px;
}
#privacy .mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #privacy .mb30 {
    margin-bottom: 15px;
  }
}
#privacy .mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #privacy .mb50 {
    margin-bottom: 25px;
  }
}
#privacy .ml15 {
  margin-left: 15px;
}
#privacy .ml20 {
  margin-left: 20px;
}
#privacy .pt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #privacy .pt50 {
    padding-top: 25px;
  }
}
#privacy .pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  #privacy .pt80 {
    padding-top: 40px;
  }
}
#privacy .pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  #privacy .pt100 {
    padding-top: 50px;
  }
}
#privacy .pt120 {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  #privacy .pt120 {
    padding-top: 60px;
  }
}
#privacy .pb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #privacy .pb50 {
    padding-bottom: 25px;
  }
}
#privacy .pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #privacy .pb80 {
    padding-bottom: 40px;
  }
}
#privacy .pb90 {
  padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #privacy .pb90 {
    padding-bottom: 45px;
  }
}
#privacy .pb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #privacy .pb100 {
    padding-bottom: 50px;
  }
}
#privacy .pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #privacy .pb120 {
    padding-bottom: 60px;
  }
}

/*20220531デサキ追記*/
.training_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img_arrow {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

.dlTable dd .ttl + p {
  margin-top: 1em;
}
.dlTable dd p + .ttl {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  .dlTable dd p + .ttl {
    margin-top: 1em;
  }
}

.txtCont {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .txtCont {
    margin-bottom: 30px;
  }
}
.txtCont.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .txtCont .contTxt {
    font-size: 14px;
  }
}
.txtCont .contTxt + .contSubTtl {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .txtCont .contTxt + .contSubTtl {
    margin-top: 15px;
  }
}
.txtCont .contSubTtl h4,
.txtCont .contSubTtl p {
  font-size: 20px;
  color: #086dba;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .txtCont .contSubTtl h4,
.txtCont .contSubTtl p {
    font-size: 16px;
  }
}
.txtCont .contSubTtl + .contTxt {
  margin-top: 1em;
}

.mapCont {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .mapCont {
    margin-bottom: 30px;
  }
}
.mapCont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .mapCont iframe.pc-map {
    display: none;
  }
}
.mapCont iframe.sp-map {
  display: none;
}
@media only screen and (max-width: 768px) {
  .mapCont iframe.sp-map {
    display: block;
  }
}

.lower #wrapper #main_area .txtImgCont2 .contR.w380 {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  .lower #wrapper #main_area .txtImgCont2 .contR.w380 {
    width: 100%;
  }
}
.lower #wrapper #main_area .txtImgCont2 .contR.w380 .img {
  padding-top: 56%;
}

.txtImgCont2 .contL .subTtl.black h3,
.txtImgCont2 .contL .subTtl.black h4,
.txtImgCont2 .contL .subTtl.black p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .txtImgCont2 .contL .subTtl.black h3,
.txtImgCont2 .contL .subTtl.black h4,
.txtImgCont2 .contL .subTtl.black p {
    font-size: 16px;
  }
}

.accCont .scheduleTable {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .accCont .scheduleTable {
    margin-bottom: 15px;
  }
}

.pdfDownloadLink {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .pdfDownloadLink {
    margin-top: 20px;
  }
}
.pdfDownloadLink a {
  margin-left: 30px;
  display: inline-block;
  line-height: 1.65;
}
.pdfDownloadLink a.pdficon {
  position: relative;
}
.pdfDownloadLink a.pdficon:before {
  content: "";
  background: center/contain no-repeat url("/information/doctor/images/doctor01.png");
  width: 20px;
  height: 26px;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pdfDownloadLink a.pdficon .ilb {
  text-decoration: underline;
}

.cancer_table.w190 table {
  width: 100%;
  min-width: auto;
}
.cancer_table.w190 table tbody tr th:first-child,
.cancer_table.w190 table tbody tr td:first-child {
  width: 190px;
}
.cancer_table.w190 table tbody tr th br,
.cancer_table.w190 table tbody tr td br {
  display: none;
}
@media only screen and (max-width: 480px) {
  .cancer_table.w190 table tbody tr th br,
.cancer_table.w190 table tbody tr td br {
    display: block;
  }
}

.scheduleTable.cancerTopTable table {
  width: 100%;
  min-width: auto;
}
.scheduleTable.cancerTopTable table tr th a,
.scheduleTable.cancerTopTable table tr td a {
  line-height: 1.8;
}

.doctorTable table {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .doctorTable table {
    width: 100%;
    min-width: 600px;
  }
}
.doctorTable table thead tr th:nth-child(1) {
  width: auto;
  min-width: 110px;
}
.doctorTable table thead tr th:nth-child(2) {
  width: auto;
  min-width: 90px;
}
.doctorTable table thead tr th:nth-child(3) {
  width: auto;
}

/*     看護部紹介_先輩からのメッセージ_インタビュー
======================================================= */
.interview_set .interview_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .interview_set .interview_cont {
    display: block;
  }
}
.interview_set .interview_cont .img {
  width: 390px;
}
@media only screen and (max-width: 768px) {
  .interview_set .interview_cont .img {
    width: 100%;
    padding-left: 0;
  }
}
.interview_set .interview_cont .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.interview_set + .interview_set {
  margin-top: 30px;
}

/*     2021/7/29 本人以外の患者側意志決定者不在時の対応について
======================================================= */
li.others_list {
  margin-left: 1em;
  text-indent: -1em;
}

ul.others_block {
  margin-bottom: 2rem;
}

/*     2023/1/13 ＜データ活用例＞追加
======================================================= */
.borderTtl.deta_type::before {
  background-color: #fff;
}

.borderTtl.deta_type {
  border-bottom: none;
}

/*     20240805@ScrollHint
======================================================= */
@media only screen and (max-width: 768px){
    .js-scrollable.wp-block-table{
        overflow-x: hidden;
}
    }

/*     20250623@当院における看護師による特定行為について
======================================================= */
.deptTtl.mt30{
  margin-top: 30px;
}
.deptTtl.mt30 h2.center{
  text-align: center;
}
.h3bold{
  font-weight: bold;
  color: #086dba;
}
.mt8{
  margin-top: 8px;
}
.actions_nurses-table table tbody tr td{
  padding: 12px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.actions_nurses-table table tbody tr td.glay{
  background-color: #f8f8f8;
  font-weight: bold;
}
.actions_nurses-table table tbody tr td.last{
  border-bottom: 1px solid #ccc;
}
.actions_nurses-table{
  margin-top: 10px;
}
.h4bold{
  font-weight: bold;
  margin-top: 8px;
}
.actions_nurses-ul{
  margin-top: 10px;
}
.actions_nurses-ul li{
  line-height: 1.8;
}
.t-right{
  text-align: right;
}
.p-mt10{
  margin-top: 10px!important;
}
/*当院で実施中の研究ページ20250714*/
.c-investigation-table{
  overflow: auto;
  white-space: nowrap;
  height: 450px;
}
.c-investigation-table table{
  width: 100%;
}
.c-investigation-table table th{
  padding: 8px;
  border: 1px solid #ccc;
}
.c-investigation-table table td{
  padding: 8px;
  border: 1px solid #ccc;
}
.c-investigation-table table td:nth-child(1){
  text-align: center;
}
.c-investigation-table table td:nth-child(4){
  width: 150px;
  text-align: center;
}
.c-investigation-table table td:nth-child(6){
  text-align: center;
}
.c-investigation-table table th:nth-child(4){
  width: 150px;
}
.c-investigation-table table th:nth-child(2){
  width: 200px;
}
.c-investigation-table table td:nth-child(2){
  width: 200px;
}
.c-investigation-table table th:nth-child(3){
  width: 150px;
}
.c-investigation-table table th:nth-child(4){
  width: 150px;
}
.c-investigation-table table th:nth-child(5){
  width: 100px;
}
.c-investigation-table table th:nth-child(6){
  width: 150px;
}
@media only screen and (max-width: 767px){
  .c-investigation-table{
    height: 400px;
  }
}
.ward_table table tr td.t-center{
  text-align: center;
}

/*20260116追記*/
.img_col .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  margin: -20px;
}
.img_col .wrap .img {
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .img_col .wrap {
    flex-direction: column;
  }
  .img_col .wrap .img {
    width: 100%;
  }
  .img_col .wrap .img img {
    width: 100%;
    height: auto;
  }
}
.img_center.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .img_center.mb50 {
    margin-bottom: 25px;
  }
}

/*20260119 追記*/
#main_area .main_width .mc-main .mc-print a .mc-icon::before {
	display: none;
}

#main_area .main_width .my-calendar-navigation .my-calendar-nav {
	display: block;
}

/*20260529 追記*/
.newsList ul li a .new_icon {
    color: #ff4f4b;
    margin-left: 8px;
    height: fit-content;
}
