@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
header .rightTxt:before,
.l-header__sitename:before,
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before,
header .site_ttl a:before,
header .site_ttl h1:before {
  content: "PR";
  display: inline-block;
  background: #000;
  color: #fff;
  text-align: center;
  width: fit-content;
  margin-right: 1rem;
  font-size: 16px;
  padding: 0 1rem;
  line-height: 1.5;
}

footer p.copy a:before,
.l-footer-bottom__copy a:before,
.l-footer-copy a:before,
footer .copyright .left a:before {
  content: "【PR】";
}

.grad-wrap {
  position: relative;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #00743f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "105社を全て見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  margin-right: .5em;
  display: none;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 4rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(223, 234, 237, 0) 0%, rgba(223, 234, 237, 0.9) 50%, rgba(223, 234, 237, 0.9) 50%, #dfeaed 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -2em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

p.sitemap a:before {
  display: none;
}

.l-gnavi-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 50px 0 0;
  width: 60px;
  height: 60px;
  color: #0a0e2e;
  text-align: center;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
}

.l-gnavi-btn:hover {
  color: #0a0e2e;
  opacity: 0.6;
}

.l-gnavi-btn span {
  position: absolute;
  left: 15px;
  display: inline-block;
  width: 30px;
  height: 4px;
  background: #0a0e2e;
  transition: all 0.4s;
}

.l-gnavi-btn span:nth-of-type(1) {
  top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
  top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
  top: 39px;
}

.l-gnavi-btn-box {
  position: absolute;
  top: 2.3rem;
  left: 4.7rem;
  transition: all 0.4s;
  transform: translate(-50%, -50%);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
  background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.l-gnavi-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  padding: 0;
  width: 400px;
  height: 100vh;
  background: #FFF;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
  opacity: unset;
  overflow: unset;
}

.l-gnavi-area-menu {
  display: table-cell;
  vertical-align: middle;
}

.l-gnavi-area-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 100px 20px 0;
  height: 100%;
  -ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
  display: table;
  height: 100%;
}

.l-gnavi-area-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100vh;
}

.l-gnavi-area--slide-right {
  transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
  right: 0;
  left: auto;
  transform: translateX(-100%);
  display: none;
}

.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  width: 300px;
  padding-left: 4rem;
}

.l-gnavi-list__link {
  display: block;
  margin: 0 auto;
  padding: 10px 45px 10px 20px;
  width: 90%;
  text-decoration: none;
}

.l-gnavi-list__link--menu {
  cursor: pointer;
}

.l-gnavi-list__sub {
  display: none;
  margin: 0 0 0 1.6rem;
  border-top: solid 1px #7b9ab1;
  background: #f2f2f2;
}

.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_blue.svg) no-repeat left 2rem center;
  background-size: 4px 8px;
}

.l-gnavi-btn-close__link {
  position: relative;
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  background: #ffffff;
  text-decoration: none;
}

.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}

.l-gnavi-btn-close__link:hover:after {
  background: #ffffff;
}

.l-gnavi-btn-close__link:hover:before {
  background: #ffffff;
}

.l-gnavi-btn-close__link:before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.l-gnavi-btn-close__link:after {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  height: 3px;
  background: #000;
  content: '';
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.is-gnavi-cover .l-gnavi-area {
  top: auto;
  z-index: 1;
  overflow-y: hidden;
  height: auto;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
  padding: 0;
  overflow: hidden;
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
  display: none;
}

.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  overflow-y: scroll;
  height: 100vh;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}






.l-gnavi-area02 {
  display: none;
}

.kanrenkiji {
  background: #fff;
  border: 3px solid #ff0;
  border-radius: 20px;
  margin: 70px auto;
  width: 90%;
  padding: 10px;
  position: relative;
  box-sizing: border-box;
}

.kanrenkiji p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.l-parts06-plan {
  margin: 0 0 3rem 0;
  padding: 1rem;
  border: solid 3px #000;
  text-align: center;
}

.date {
  margin-bottom: 20px;
  color: #949494;
}

.l-parts06-plan__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  background: #fff;
  margin: -2rem 5rem 0 5rem;
  padding: 0;
}

.l-parts06-plan__text.green {
  color: #003e20;
  font-weight: bold;
}

.l-parts06-plan__text.green span {
  color: #003e20;
  background: linear-gradient(transparent 50%, #ff0 50%);
  font-weight: bold;
  font-size: 2.4rem;
}

#fill .l-parts02__inner__title {
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: none;
  width: 100%;
  background: #ff0;
  z-index: 5;
}

#full .contents_top .l-parts02__inner__title {
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: none;
  width: 100%;
  background: #ff0;
  z-index: 5;
}

#full .l-parts02__inner__title {
  margin-bottom: 2rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: none;
  width: 100%;
  background: #ff0;
  z-index: 5;
}

#full .l-parts02__inner.company01, .l-parts02__inner.company02, .l-parts02__inner.company03 {
  margin: 0px 0 10rem 0;
  padding: 0 0 3rem 0;
  background: #fff;
  z-index: 0;
  position: relative;
}

#full .l-parts02__inner__title a {
  padding: 3.5rem;
  background: url(img/arrow02_green.svg) no-repeat right center;
  background-size: 18px 18px;
  text-decoration: none;
  display: block;
}

#full .l-parts02__slider .thumb-item li img {
  height: 500px;
  width: auto;
  margin: 0 auto;
}

#full .slick-slide img {
  display: block;
}

#full .l-parts02__slider .thumb-item-nav li {
  margin: 0;
  padding: 2.5rem 0;
  background: none;
  outline: none;
}

#full .l-parts02__slider .thumb-item-nav img {
  height: 116px;
  width: auto;
  margin: 0 auto;
}

#full .contents_top .l-parts02-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3.5rem 2rem 0 2rem;
}

#full .contents_top .l-parts02-feature__left {
  width: 115px;
}

#full .contents_top .l-parts02-feature__title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #ff0;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

#full p.l-parts02-feature__title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #ff0;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  left: 24px;
}

#full span.l-parts02-feature__catch {
  background: #003e20;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  padding: 0.5rem 2rem;
  display: inline-block;
}

#full .l-parts02-about {
  margin: 4rem 2rem;
  padding: 2rem 2rem 1rem 2rem;
  background: #f6f6f6;
  position: relative;
}

#full p.l-parts02-about__title {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#full .l-parts02-about__title span {
  background: #003e20;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  padding: 0.2rem 2rem;
  display: inline-block;
}

#full p.l-parts02-basic__title span {
  background: #003e20;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  padding: 0.2rem 2rem;
  display: inline-block;
}

#full .l-parts02-basic {
  margin: 5rem 2rem 3rem 2rem;
  padding: 0;
}

#full p.l-parts02-basic__title {
  margin-bottom: 3rem;
  padding: 0 0 1.5rem 0;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#full .contents_top .l-parts02-basic__title:after {
  position: absolute;
  content: "";
  width: 120px;
  bottom: 0;
  left: 50%;
  margin-left: -6rem;
  border-bottom: 5px solid #003e20;
  padding-bottom: 0.8rem;
}

#full .l-parts02-basic__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#full.l-parts02-basic__inner__left {
  width: 410px;
}

#full .contents_top .l-parts02-basic__inner__left {
  width: 410px;
}

#full .l-parts02-basic__inner__right {
  width: 260px;
}

#full li {
  background: none;
}

#full h4 {
  margin: 4rem 0;
  padding: 1rem 0 1rem 4rem;
  background: url(img/icon_h3.svg) no-repeat left center;
  background-size: 25px 30px;
  border-bottom: solid 3px #98afb4;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

#full h5.title-class {
  padding: 0px 7px;
}


#full .paragraph-frame p {
  padding: 0px 7px
}


#full .basicInfo th {
  background-color: #daeaee;
  text-align: left;
}

#full .l-parts02-basic__inner__left {
  width: 410px;
}

#full table th, table td {
  vertical-align: middle;
}


#full p.l-parts02-basic__title:after {
  position: absolute;
  content: "";
  width: 120px;
  bottom: 0;
  left: 50%;
  margin-left: -6rem;
  border-bottom: 5px solid #003e20;
  padding-bottom: 0.8rem;
}

#full .l-parts02__slider .thumb-item li img {
  height: 220px;
  width: auto;
  margin: 0 auto;
}

#full .l-parts02__slider .thumb-item-nav .slick-current:after {
  content: '';
  width: 94%;
  height: 20px;
  background: url(img/arrow04_black.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#full .l-parts02__slider .thumb-item li {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  line-height: 1.2;
  color: #666;
  background: none;
  text-align: center;
}

#full .btn-web a {
  background: #ff3300 url(img/bg_btnweb.png) no-repeat left 2rem center;
  background-size: 27px auto;
  padding: 2rem 5rem 2rem 7rem;
}

#full .l-parts02__slider .thumb-item-nav .slick-active:before {
  content: '';
  width: 237px;
  height: 116px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 2.5rem;
  left: 0;
}

#full .l-parts02__slider .thumb-item-nav .slick-slide.slick-current.slick-active:before {
  content: none;
}

.fb-root1 {
  text-align: center;
}

/* oki_20220518 */
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 140px;
}

.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label {
  display: table;
  bottom: 5px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0 auto;
  z-index: 2;
  padding: 0 10px;
  background-color: #ff0;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
}

.readmore-label:before {
  content: '続きを読む';
}

.readmore-check {
  display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}

.readmore-check:checked~.readmore-label:before {
  content: '閉じる';
}

/*チェック時に高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
  height: auto;
}

/*チェック時グラデーション等を削除*/
.readmore-check:checked~.readmore-content::before {
  display: none;
}

.caption2 p {
  font-size: 10px;
  color: #818181;
}

/*2025.01.24*/
.is-fixed {
	display: none!important;
}
.contents_top .l-parts06__box__item  .company-name {text-align: center;font-size: 1.8rem;font-weight: bold;}

.contents_top .l-parts06__box__item__image {
    min-height: 170px;
}

.contents_top .contents-left .l-parts06__box__item span {
    font-size: 1.4rem;];
    background: linear-gradient(transparent 95%, #ff0 50%);
}

.contents_top .contents-left .l-parts06__box__item ul {
    padding: 0;
    min-height: 400px;
}

.contents_top .l-parts06__box__item table th,.contents_top .l-parts06__box__item table td {
    display: block;
    padding: 10px;
}

.contents_top .l-parts06__box__item .image img {
    max-height: 110px;
    margin: 0 auto;
    width: auto;
}

.contents_top .l-parts02__inner__title {
    padding: 20px 20px 10px;
}

.contents_top table.spec {
    width: 82%;
    margin: 0 auto;
}

.contents_top .contents-left span .caption {
    color: #999;
}
.contents_top table.spec td {
    font-size: 16px;
    font-weight: bold;
    color: #ff3300;
}


.lower_bottom__box__item  .company-name {text-align: center;font-size: 1.8rem;font-weight: bold;}
.lower_bottom__box__item__image {
    min-height: 170px;
}
.contents-left .lower_bottom__box__item span {
    font-size: 1.4rem;];
    background: linear-gradient(transparent 95%, #ff0 50%);
}
.contents-left .lower_bottom__box__item ul {
    padding: 0;
    min-height: 400px;
}
.lower_bottom__box__item table th,.lower_bottom__box__item table td {
    display: block;
    padding: 10px;
}
.lower_bottom__box__item .image img {
    max-height: 110px;
    margin: 1rem auto 0;
    width: auto;
    display: block;
}
.lower_bottom__box__item span.txt_marker {
    font-weight: bold;
    color: #e60012;
    font-size: 1.4rem;
}

.lower_bottom__box__item td {
    font-weight: bold;
    color: #ff3300;
    font-size: 13px;
}

.lower_bottom__box__item ul li {
    margin: 0 0 1rem;
    position: relative;
    line-height: 1.6;
    padding: 0 0 0.6rem 2rem;
    background: url(img/ico_li.svg) 2px 3px no-repeat;
    background-size: 1rem;
    color: #000;
}

.lower_bottom__box__item ul {
    padding: 0;
    min-height: 450px;
}
.official {
  padding: 20px 100px !important;
  background: #f5f5f559 !important;
  border-radius: 30px 30px 30px 30px !important;
}

.official li {
  text-align: left !important;
}

.official .partTtl {
  background: #e7eef0 !important;
  padding: 20px !important;
}

.official .partTtl {
  display: inline-block !important;
  font-size: 30px !important;
  margin: 0px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 10px #777,
    -2px 2px 10px #777,
    2px -2px 10px #777,
    -2px -2px 10px #777;
}

.official .partTtl:before {
  display: none;
}

.official h3 {
  margin: 2.6rem 0;
  padding: 0 0 2.5rem 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  background: url(img/bg_h2.svg) no-repeat center bottom;
  background-size: 200px 24px;
}

.side-banner-box ul {
  display: none;
}

.center {
  text-align: center !important;
}

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

.heading {
  padding: 0rem 1rem !important;
  border-left: 6px double #000 !important;
  font-weight: bold !important;
}

ul.column_record {
  display: block;
  width: 90%;
  margin: auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  border: solid 3px #ffff00;
  margin-bottom: 15px;
}

ul.column_record li {
  display: block;
  background: none;
  border-bottom: solid 3px #ffff00;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
}

ul.column_record li::before {
  content: none;
}

ul.column_record li span.day {
  font-size: small;
  display: block;
  background: none;
  color: #000;
  width: 120px;
  margin: 0px;
}

.mini {
  font-size: 10px;
  text-align: right;
}

.official {
  padding: 20px 100px !important;
  background: #f5f5f559 !important;
  border-radius: 30px 30px 30px 30px !important;
}

.official li {
  text-align: left !important;
}

.official .partTtl {
  background: #fcfcfc !important;
  padding: 20px !important;
}

.official .partTtl {
  display: inline-block !important;
  font-size: 30px !important;
  margin: 0px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-shadow: 2px 2px 10px #777,
    -2px 2px 10px #777,
    2px -2px 10px #777,
    -2px -2px 10px #777;
}

.official .partTtl:before {
  display: none;
}

.center {
  text-align: center !important;
}

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

.heading {
  padding: 0rem 1rem !important;
  border-left: 6px double #000 !important;
  font-weight: bold !important;
}

ul.column_record {
  display: block;
  width: 90%;
  margin: auto;
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px;
  border: solid 3px #ffff00;
  margin-bottom: 15px;
}

ul.column_record li {
  display: block;
  background: none;
  border-bottom: solid 3px #ffff00;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
}

ul.column_record li::before {
  content: none;
}

ul.column_record li span.day {
  font-size: small;
  display: block;
  background: none;
  color: #000;
  width: 120px;
  margin: 0px;
}

.mini {
  font-size: 10px;
  text-align: right;
}


.l-mv {
  padding: 40px 0 0;
  /* padding: 80px 0 0; */
  margin: 0 0 20px;
  min-height: 380px;
}

.l-mv__title__img {
  height: auto;
  margin: 0 0 20px;
  width: 100px;
}

.l-mv__title {
  background: #dfeaed;
  margin: 0 auto 20px;
  max-width: 500px;
  width: auto;
}

.l-mv__text {
  background: #dfeaed;
}
.contents_top .image {
    text-align: center;
}

.contents_top .l-parts06__box__item table td {
    font-weight: bold;
    color: #ff3300;
}

.contents_top .l-parts02__slider .thumb-item li img {
    height: auto;
}

.company03 .caption{
    margin:1em 3rem;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 481px) {
.fix-menu-sp {
	display:none;
}
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  .official {
    background: #f5f5f559 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 10% !important;
  }


  .official .partTtl {
    background: #e7eef0 !important;
    padding: 20px !important;
  }

  .official .partTtl {
    display: inline-block !important;
    font-size: 30px !important;
    margin: 0px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 10px #777,
      -2px 2px 10px #777,
      2px -2px 10px #777,
      -2px -2px 10px #777;
  }

  .official .partTtl:before {
    display: none !important;
  }

  .center {
    text-align: center !important;
  }

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


  .fb-container {
    width: 500px !important;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  ul.column_record {
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 1px #FFCC00;
    margin-bottom: 15px;
  }

  ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
  }

  ul.column_record li::before {
    content: none;
  }

  ul.column_record li span.day {
    font-size: small;
    display: block;
    background: none;
    color: #000;
    width: 120px;
    margin: 0px;
  }


  .official {
    background: #f5f5f559 !important;
    border-radius: 30px 30px 30px 30px !important;
    padding: 10% !important;
  }


  .official .partTtl {
    background: #fcfcfc !important;
    padding: 20px !important;
  }

  .official .partTtl {
    display: inline-block !important;
    font-size: 30px !important;
    margin: 0px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    text-shadow: 2px 2px 10px #777,
      -2px 2px 10px #777,
      2px -2px 10px #777,
      -2px -2px 10px #777;
  }

  .official .partTtl:before {
    display: none !important;
  }

  .center {
    text-align: center !important;
  }

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


  .fb-container {
    width: 100% !important;
  }

  .heading {
    padding: 0rem 1rem !important;
    border-left: 6px double #000 !important;
    font-weight: bold !important;
  }

  ul.column_record {
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    border: solid 1px #ffff00;
    margin-bottom: 15px;
  }

  ul.column_record li {
    display: block;
    background: none;
    border-bottom: solid 1px #ffff00;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
  }

  ul.column_record li::before {
    content: none;
  }

  ul.column_record li span.day {
    font-size: small;
    display: block;
    background: none;
    color: #000;
    width: 120px;
    margin: 0px;
  }


  .l-parts06-plan__text {
    font-size: 1.8rem;
  }

  #full .l-parts02__slider .thumb-item-nav img {
    height: 60px
  }

  #full .l-parts02__slider .thumb-item-nav .slick-active:before {
    width: calc(100% - 1rem);
    height: calc(100% - 2rem);
    top: 1rem;
    left: 0.5rem;
  }

  .side-banner-area {
    display: none;
  }

  .date {
    font-size: 12px;
  }

  .btn-internal a {
    padding: 1.6rem 4.5rem 1.6rem 1.9rem;
    line-height: 1.5;
  }

  p.time_function {
    font-size: 1.2rem;
  }

  .kanrenkiji {
    width: 90%;
    padding: 15px 0px 0px;
  }

  #full .btn-web a.acf_link.cost_link {
    background: #ff3300 url(img/bg_btnweb.png) no-repeat left 1rem center;
    background-size: 27px auto;
    padding: 2rem 3rem 2rem 4rem;
    font-size: 14px;
  }

  .l-gnavi-area--slide-right {
    display: none;
  }

  .l-gnavi-btn {
    display: none;
  }

  header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before, header .site_ttl a:before, header .site_ttl h1:before {
    display: block;
    float: left;
  }

  .l-mv {
    padding: 20px 0 0;
  }

  .l-mv__title__img {
    margin: 10px 0 20px;
  }

  .l-mv__title {
    background: transparent;
    padding: 1rem;
    margin: 0 auto 1rem;
  }

/*2025.01.25*/	
.fix-menu {
    position: fixed;
    bottom: 0px;
    z-index: 2;
	width:100%;
}
.fix-menu .btn-internal{
margin:0 auto;
width:100%;
	}
.fix-menu .btn-internal a{
  padding: 1.6rem 4.5rem 1.6rem 1.9rem;
  background: #f98334 url(img/arrow02_white.svg) no-repeat right 2rem center;
  background-size: 25px 25px;
	width:100%;
	}
	.l-pagetop {
		bottom:8rem;
	}	
.contents_top .l-parts06__box__item .image img {
    max-height: max-content;
}

.contents_top .contents-left .l-parts06__box__item ul {
    min-height: auto;
}

.contents_top .l-parts02-plan__catch {
    padding: 0;
}
.lower_bottom__box__item ul {
    min-height: unset;
}

.contents_top table.spec {
    margin-bottom: 2rem;
}	

.l-mv__text {
    text-align: left;
}
 .l-mv {
    min-height: auto;
  }
.contents_top table.spec td {
    font-size: 14px;
    font-weight: bold;
    color: #ff3300;
}
}
