@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}
.topinner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
/* reset */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}

/* ============ parts common ============*/
.hidden{
  display: none!important;
  overflow: hidden!important;
}
.off{
  pointer-events: none!important;
  cursor: none;
}
/* mainimage */

/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */

/* slider option */
.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev {
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next {
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/* 汎用ボタン */
.btn-style a {
  font-size: 18px;
  color: #fff;
  background: #3db094;
  border-radius: 10px;
  max-width: 300px;
  width: 100%;
  padding: 0.8em 30px 0.8em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn-style a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 9px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 4%;
}
.under .btn-style a.wide {
  max-width: 400px;
}

/* loopSlider */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
  box-sizing: content-box;
}
.loopSlider ul li img {
  width: 100%;
}

/*============ TOP contents ============*/
/* whole link */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}
.top .mainblock a {
  text-decoration: none;
}

/* news */
.sec_news .news {
  position: relative;
}
.sec_news .news h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 0 180px 1.2em 0;
  margin-bottom: 1em;
  border-bottom: 2px solid #009dc6;
}
.sec_news .news h3 .en{
  font-size: 150%;
  color: #009dc6;
  margin-right: 1em;
}
.sec_news .blog h3{
  border-color: #3db094;
}
.sec_news .blog h3 .en{
  color: #3db094;
}
.sec_news .news .btn-style{
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
}
.sec_news .news .btn-style a {
  font-size: 16px;
  width: 170px;
  padding: 0.6em 30px 0.6em 1em;
  border-radius: 5px;
  background: #009dc6;
}
.sec_news .blog .btn-style a {
  background: #3db094;
}
.sec_news .news .btn-style a:after {
}
.sec_news .news dl {
}
.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #009dc6;
}
.sec_news .blog dt {
  color: #3db094;
}
.sec_news .news dd {
  padding: 1em 0;
  padding-left: 120px;
}
.sec_news .news dd a {
  text-decoration: none;
  color: #655b59;
}
.sec_news .news dd a:hover {
  color: #009dc6;
}
.sec_news .blog dd a:hover {
  color: #3db094;
}

/* contents */
h2.ttl{
  font-size: 30px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4%;
}
h2.ttl .en{
  font-size: 60%;
  display: block;
  margin-top: 0.5em;
  color: #009dc6;
}
.sec01{
  margin: 100px 0;
}
.sec01 .news{
  margin-bottom: 5%!important;
}
.sec01 .column{
  position: relative;
}
.sec02{
  padding: 100px 0;
  background: #fbf8f3;
}
.sec02 .googlemap{
  margin-bottom: 1em;
}
.sec02 .googlemap + p{
  margin-bottom: 1em;
}
.sec03{
  padding: 100px 0 70px;
  background: url(img/sec03_bg.jpg) no-repeat center / cover;
}
.sec03 .col_l h3{
  font-size: 30px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.3;
  margin-bottom: 1em;
  color: #009dc6;
}
.sec03 .btn-style{
  margin-top: 2em;
}
.sec03 .col_r figure img{
  margin: 0 0 0 auto;
}
.sec03 .bg_wrap{
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: right;
  padding: 2% 3%;
  background: rgba(61,176,148,.8);
  color: #fff;
  border-radius: 20px;
}
.sec03 .col_r h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #fff;
}
.sec03 .col_r h3 .l{
  font-size: 118.18%;
}
.sec03 .col_r h3 .s{
  font-size: 81.81%;
}
.sec03 .col_r ul li{
  font-size: 18px;
  font-weight: bold;
}
.sec04{
  margin: 100px 0;
}
.sec04 .con_ttl{
  margin-bottom: 2%;
}
.sec04 .con{
  padding-top: 110px;
  background: url(img/sec04_bg.png) no-repeat center top;
}
.sec04 .col_2{
  padding: 2% 4% 5%;
  background: #fff;
  box-shadow: 3px 3px 7px rgba(0,0,0,.35);
}
.sec04 h3{
  font-size: 25px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.3;
  margin-bottom: 1em;
  position: relative;
}
.sec04 .col_2:nth-child(1) h3:before{
  content: '';
  position: absolute;
  top: 0;
  right: 18%;
  margin: auto;
  width: 104px;
  height: 110px;
  background: url(img/sec04_fukidashi.png) no-repeat center / contain;
}
.sec04 h3 .l{
  font-size: 160%;
  color: #3db094;
  display: block;
}
.sec04 h3 .num{
  font-size: 400%;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: rgba(61,176,148,.5);
  display: block;
}
.sec04 .col_2:nth-child(2) h3 .num{
  color: rgba(0,157,198,.5);
  text-align: right;
}
.sec04 .col_2:nth-child(2) h3 .l{
  color: #009dc6;
}
.sec04 .col_2:nth-child(2) .btn-style a{
  background: #009dc6;
}
.sec04 figure{
  margin-bottom: 1em;
}
.sec05{
  padding: 100px 0;
  background: url(img/sec05_bg.jpg) no-repeat center / cover;
}
.sec05 .bg_wrap{
  padding: 50px 4% 4%;
  margin-top: 50px;
  border-radius: 30px;
  background: rgba(60,176,148,.7);
  color: #fff;
}
.sec05 .colon{
  background: rgba(0,157,198,.7);
}
.sec05 h3{
  font-size: 36px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.5em;
  position: relative;
}
.sec05 h3 .marker{
  background: linear-gradient(transparent 70%,rgba(247,245,84,.65) 70%);
  padding: 0 0.2em;
}
.sec05 h3:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 102%;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url(img/sec05_icon01.png) no-repeat center / contain;
}
.sec05 .colon h3:before{
  background: url(img/sec05_icon02.png) no-repeat center / contain;
}
.sec05 .btn-style{
  margin: 0!important;
}
.sec05 .btn-style li{
  margin-top: 4%;
}
.sec05 .btn-style a{
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  background: #fff;
  color: #3cb094;
  box-shadow: 0 0 10px rgba(60,176,148,.9);
  padding: 0.2em 30px 0.2em 1em;
  margin: 0;
  max-width: 100%;
  min-height: 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec05 .btn-style a:after{
  border-color: #3cb094;
}
.sec05 .colon .btn-style a{
  color: #009dc6;
  box-shadow: 0 0 10px rgba(0,157,198,.9);
}
.sec05 .colon .btn-style a:after{
  border-color: #009dc6;
}
.sec06{
  padding: 100px 0;
  background: #fbf8f3;
}
.sec06 h3{
  font-size: 26px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1em;
}
.sec06 h4{
  font-size: 26px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  line-height: 1.5;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #3db094;
  color: #3db094;
}
.sec06 h4:not(:first-child){
  margin-top: 0.5em;
}
.sec06 .tab_btn_wrap{
  width: calc(100% - 40px);
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.sec06 .tab_btn{
  font-size: 26px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  line-height: 1.5;
  padding: 0.2em 40px 0.2em 0.2em;
  color: #3db094;
  background: #fff;
  border: 4px solid #3db094;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  width: 32%;
  max-width: 320px;
  position: relative;
  transition: .2s;
  cursor: pointer;
  min-height: 80px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec06 .tab_btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5%;
  bottom: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 9px;
  border-bottom: 2px solid #3db094;
  border-right: 2px solid #3db094;
  transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transition: 200ms;
}
.sec06 .tab_btn.active{
  background: #3db094;
  color: #fff;
}
.sec06 .tab_btn.active:after{
  border-color: #fff;
}
.sec06 .tab_btn:not(:first-child){
  margin-left: 2%;
}
.sec06 .tab_item{
  padding: 5% 7%;
  background: #fff;
  border: 4px solid #3db094;
  border-radius: 20px;
}
.sec06 .tab_item .btn-style{
  margin: 0!important;
}
.sec06 .tab_item .btn-style li{
  margin-top: 1%;
  margin-bottom: 1%;
}
.sec06 .tab_item .btn-style a{
  font-size: 22px;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
  background: #fff;
  border: 2px solid #3db094;
  color: #655b59;
  border-radius: 20px;
  padding: 0.2em 40px 0.2em 1em;
  max-width: 100%;
  min-height: 75px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec06 .tab_item .btn-style a:after{
  border-color: #3db094;
}
.sec06 .tab_item .btn-style a .icon{
  padding-left: 60px;
  position: relative;
}
.sec06 .tab_item .btn-style a .icon:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.sec06 .tab_item .btn-style .btn01 a .icon:before{
  width: 26px;
  height: 42px;
  background: url(img/sec06_icon01.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn02 a .icon:before{
  width: 38px;
  height: 38px;
  background: url(img/sec06_icon02.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn03 a .icon:before{
  width: 34px;
  height: 26px;
  background: url(img/sec06_icon03.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn04 a .icon:before{
  width: 31px;
  height: 41px;
  background: url(img/sec06_icon04.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn05 a .icon:before{
  width: 41px;
  height: 34px;
  background: url(img/sec06_icon05.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn06 a .icon:before{
  width: 23px;
  height: 37px;
  background: url(img/sec06_icon06.png) no-repeat center / contain;
}
.sec06 .tab_item .btn-style .btn07 a .icon:before{
  width: 36px;
  height: 41px;
  background: url(img/sec06_icon07.png) no-repeat center / contain;
}
.sec06 .tab_item:not(.active){
  display: none;
}

@media screen and (min-width: 768px) {
  .mainimage{
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns.aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .columns.jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .columns.jcs{
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .columns.jce{
    -webkit-box-pack: end;
    justify-content: flex-end;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_1).column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_1{
    width: 100%;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_5{
    width: 18.4%
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec02 .googlemap{
    padding-bottom: 44%;
  }
  .sec03 .col_l{
    width: 60%;
  }
  .sec03 .col_r{
    width: 38%;
  }
  .sec03 .columns{
    position: relative;
  }
  .sec03 .bg_wrap{
    width: 416px;
    max-width: 35%;
    position: absolute;
    top: 49%;
    right: 9%;
    margin: auto;
  }
  .sec04 .col_4{
    width: 24.2%;
  }
  .sec04 .col_4:not(:nth-child(4n+1)){
    margin-left: 1.06%;
  }
  .sec04 .col_4:nth-child(n+5){
    margin-top: 2%;
  }
  .sec06 .tab_item .btn-style li.col_3{
    width: 30%;
  }
  .sec06 .tab_item .btn-style li.col_3:not(:nth-child(3n+1)){
    margin-left: 5%;
  }

}

/******************************** Responsive *********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
}

@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec03 .bg_wrap {
    right: 2%;
  }
}

@media screen and (max-width: 1041px) {
  .sec_news .news h3 {
    font-size: 16px;
    padding-right: 140px;
  }
  .sec_news .news h3 .en {
    font-size: 130%;
  }
  .sec_news .news .btn-style a {
    font-size: 14px;
    width: 130px;
  }
  .sec03 .col_l h3 {
    font-size: 24px;
  }
  .sec03 .col_r h3 {
    font-size: 18px;
  }
  .sec03 .col_r ul li {
    font-size: 14px;
  }
  .sec06 .tab_btn {
    font-size: 18px;
    min-height: 60px;
  }
  .sec06 .tab_item .btn-style a {
    font-size: 16px;
  }
  .sec06 .tab_item .btn-style a .icon {
    padding-left: 45px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    padding-right: 20px;
    margin: 0 auto 10px;
    font-size: 14px;
  }
  .btn-style a:after {
    top: 50%;
    bottom: auto;
    border-width: 1px;
    width: 15px;
    height: 5px;
  }
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* table scroll */
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /* mainimage */
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /* news */
  .sec_news {
  }
  .sec_news .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  .sec_news .news h3{
    font-size: 20px;
  }
  .sec_news .news dt {
    width: 100%;
  }
  .sec_news .news dt {
    padding: 10px 0 0;
  }
  .sec_news .news dd {
    padding: 0 0 10px;
  }
  .sec_news .news .btn a {
    font-size: 12px;
  }

  /* loopslider */
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*============ TOP contents ============*/
  .columns:not(:last-child),
  .columns:not(.sp_col_2) .column:not(:last-child),
  .columns:not(.sp_col_3) .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .columns.sp_col_2 .column, .columns.sp_col_3 .column {
    margin-bottom: 4%;
  }
  .sp_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_col_2,.columns.sp_col_3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.sp_col_2.sp_jcc,.columns.sp_col_3.sp_jcc{
    -webkit-box-pack: center;
    justify-content: center;
  }
  .columns.sp_col_2.sp_aic,.columns.sp_col_3.sp_aic{
    -webkit-box-align: center;
    align-items: center;
  }
  .columns.sp_col_2 .column{
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .columns.sp_col_3 .column{
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  /* contents */
  .sec01,.sec04{
    margin: 50px 0;
  }
  .sec02,.sec03,.sec05,.sec06{
    padding: 50px 0;
  }
  h2.ttl {
    font-size: 21px;
  }
  .sec_news .news h3 {
    font-size: 18px;
    padding-right: 120px;
  }
  .sec_news .news h3 .en{
    display: block;
  }
  .sec_news .news .btn-style a {
    width: 120px;
    padding-right: 20px;
  }
  .sec03 .col_l h3 {
    font-size: 20px;
  }
  .sec03 .bg_wrap {
    max-width: 90%;
    margin-top: -50%;
    position: relative;
    z-index: 1;
  }
  .sec04 h3 {
    font-size: 18px;
  }
  .sec04 h3 .num {
    font-size: 300%;
  }
  .sec04 .col_2:nth-child(1) h3::before {
    top: -50px;
    right: 0;
  }
  .sec05 h3 {
    font-size: 24px;
  }
  .sec05 .btn-style a {
    min-height: 70px;
  }
  .sec05 .btn-style .col_1{
    margin-bottom: 2%;
  }
  .sec06 h3 {
    font-size: 20px;
  }
  .sec06 h4 {
    font-size: 20px;
  }
  .sec06 .tab_btn_wrap {
    width: calc(100% - 20px);
  }
  .sec06 .tab_btn{
    font-size: 14px;
    padding: 0.2em;
    border-radius: 10px 10px 0 0;
  }
  .sec06 .tab_btn::after {
    top: auto;
    bottom: 5px;
  }
  .sec06 .tab_item{
    border-radius: 10px;
  }
  .sec06 .tab_item .btn-style a {
    font-size: 14px;
    padding-right: 20px;
    min-height: 60px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 420px) {
}

@media screen and (max-width: 320px) {
}

/* ============ 下層 ============ */
.page-name-clinic h4.train,
.page-name-clinic h4.car,
.page-name-clinic h4.bicycle{
  padding-left: 60px;
}
.page-name-clinic h4.train:before,
.page-name-clinic h4.car:before,
.page-name-clinic h4.bicycle:before{
  top: 0;
  width: 47px;
  height: 30px;
}
.page-name-clinic h4.train:before{
  background: url(img/h4_train.png) no-repeat center / contain;
}
.page-name-clinic h4.car:before{
  background: url(img/h4_car.png) no-repeat center / contain;
}
.page-name-clinic h4.bicycle:before{
  background: url(img/h4_bicycle.png) no-repeat center / contain;
}

.page-name-checkup .t01 th{
  padding: 1em 0.5em;
}
.page-name-checkup .t01 tbody th{
  width:15%;
}
.page-name-checkup .t01 td{
  text-align:center;
  width:10%;
  padding:1em 0;
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  .page-name-checkup .t01 th,
.page-name-checkup .t01 td{
  font-size:84%;
}
}
.page-name-ibs .t01 tbody td{
  width: calc(80% / 2);
}
@media screen and (max-width: 767px) {
  .page-name-clinic .table01 th{
    width: 7em;
  }
}
