@charset "UTF-8";
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%) rotate(0.1deg);
    transform: translateY(-10%) rotate(0.1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%) rotate(0.1deg);
    transform: translateY(-10%) rotate(0.1deg);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  header::before {
    display: none;
  }
}
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-keyvisual {
    padding-top: 0.69rem;
  }
  .section-top-keyvisual::before {
    z-index: 2;
    top: 0.69rem;
    width: 100%;
    height: 100%;
    background: url("../img/common/sp/decoration_keyvisual_01.png") 0% 0%/100% auto no-repeat;
  }
/* 移転コピー 　はじめ*/
  /* .copy_iten{
    position: absolute;
    bottom: 10px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
  } */
  .copy_iten{
    position: absolute;
    bottom: 0px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background-color: #00b7edbf;
    padding: 15px;
  }
  /* .copy_iten p{
    text-align: center;
    filter: drop-shadow(0px 0px 4px #fff) drop-shadow(0px 0px 5px #fff) drop-shadow(0px 0px 9px #fff) drop-shadow(0px 0px 9px #fff);
  }  */

  .fukidashi{
    text-align: center;
    margin-bottom: 0;
}
  /* .fukidashi span.fukidashi_s::before,
  .fukidashi span.fukidashi_s::after{
    content: "";
    display: inline-block;
    background: #0066c0;
    width: 1px;
    position: absolute;
  } */
  .fukidashi span.fukidashi_s::before{
    left: 0;
  }
  .fukidashi span.fukidashi_s::after{
    right: 0;
  }


  .fukidashi span.fukidashi_s{
    position: relative;
    display: inline-block;
    padding: 0 0.2rem;
    font-weight: bold;
    color: #0066c0;
    line-height: 1.6;
  }

  .fukidashi span.fukidashi_s::before,
  .fukidashi span.fukidashi_s::after{
    height: 0.9rem;
    bottom:-0.01rem;
  }
  .fukidashi span.fukidashi_s::before{
    transform: rotate(-25deg);
  }
  .fukidashi span.fukidashi_s::after{
    transform: rotate(25deg);
  }

  .fukidashi span.tx_size{
    font-size: 0.24rem;
    color: #fff;
  }
  .fukidashi span.tx_circle{
    display: inline-block;
    background-color: #fff;
    line-height: 1;
    color: #ff921e;
    padding: 0.03rem 0.15rem;
    border-radius: 20px;
      }
/* 移転コピー 　終わり*/
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-keyvisual {
    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;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .section-top-keyvisual::before {
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #fff url("../img/common/decoration_keyvisual_01.png") 0% calc(0% - 51px)/44.45% auto no-repeat;
  }
/* 移転コピー 　はじめ*/
.copy_iten{
  
}
.copy_iten{
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 3;
  width: 680px;
    height: 60px;
  /* border: 1px solid #82cc19; */
  background-color: #00b7ed;
  /* padding: 15px; */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 0;
}
/* @media only screen and (min-width:1700px) {
  .copy_iten{
    bottom: 310px;
    width: 590px;
  }
} */
.copy_iten p{
margin: 0;
text-align: center;
line-height: 1;
position: relative;
}
.copy_iten p::before{
  content: "";
  display: block;
  width: 710px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: -27px;
  bottom: -2px;
  }


.fukidashi span.fukidashi_s{
  position: relative;
  display: inline-block;
  /* padding: 0 40px; */
  font-weight: bold;
  color: #0066c0;
  line-height: 1.6;
  display: inline-block;
  margin-bottom: 5px;
}

.fukidashi span.tx_size{
  font-size:20px;
  color: #fff;
}
.fukidashi span.tx_circle{
  display: inline-block;
  background-color: rgb(255, 255, 255);
  line-height: 1;
  color: rgb(255, 146, 30);
  padding: 0.03rem 0.15rem;
  font-size: 20px;
  border-radius: 20px;
  margin-right: 9px;
    }

    
  /* 移転コピー 　終わり*/
}
.slider-top-keyvisual {
  position: relative;
  overflow: hidden;
}
.slider-top-keyvisual img {
  position: absolute;
  top: 0;
  left: 0;
}
.slider-top-keyvisual .slider-slide {
  position: relative;
  width: 100% !important;
}


/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .slider-top-keyvisual {
    z-index: 1;
  }
  .slider-top-keyvisual .slide-wrapper {
    padding-top: 102.6666666667%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .slider-top-keyvisual {
    z-index: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 87.5%;
    border-radius: 0 0 0 165px;
  }
  .slider-top-keyvisual .slider-slide {
    min-height: 850px;
  }
  .slider-top-keyvisual .slide-wrapper {
    padding-top: 48.5714285714%;
  }
}
.title-top-keyvisual {
  display: block;
  margin: 0;
  overflow: hidden;
}
.title-top-keyvisual::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  margin: 0 auto;
  -webkit-animation: moving 1s linear infinite;
  animation: moving 1s linear infinite;
  background: 50% 50%/contain no-repeat;
  pointer-events: none;
}
.title-top-keyvisual .title-wrapper {
  display: block;
  position: relative;
  z-index: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-top-keyvisual {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -1.9rem;
    /* bottom: -2.1rem; */
    left: 0;
  }
  .title-top-keyvisual::before {
    bottom: 0.36rem;
    left: 0;
    width: 0.4rem;
    height: 0.5rem;
    background-image: url("../img/top/sp/icon_scroll_01.svg");
  }
  .title-top-keyvisual .title-wrapper {
    margin: 0 -0.45rem 0 -0.23rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-top-keyvisual {
    position: relative;
    z-index: 3;
    width: 37.15%;
    min-width: 570px;
    margin: 0 -464px 45px -36px;
  }
  .title-top-keyvisual::before {
    bottom: 4.9875311721%;
    left: 9.9173553719%;
    width: 9.3663911846%;
    height: 14.2144638404%;
    background-image: url("../img/top/icon_scroll_01.svg");
  }
}
.section-top-news {
  position: relative;
  z-index: 1;
}
.section-top-news .news-viewport {
  background-color: #fff;
}
.section-top-news .news-wrapper {
  margin: 0 auto;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-news {
    margin-bottom: -0.16rem;
    /* padding: 1.7rem 0 0.5rem; */
    padding: 2.2rem 0 0.5rem;
    background: url("../img/top/sp/background_news_01.svg") 50% calc(0% - 0.23rem)/100% auto no-repeat;
    background-color: #82cc19;
    -webkit-mask: url("../img/top/sp/mask_news_02.svg") calc(0% + 0.29rem) 100%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(0% + 0.3rem) 100%/3.6rem 0.37rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 0%/100% calc(100% - 0.36rem) no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_02.svg") calc(0% + 0.29rem) 100%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(0% + 0.3rem) 100%/3.6rem 0.37rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 0%/100% calc(100% - 0.36rem) no-repeat;
    mask: url("../img/top/sp/mask_news_02.svg") calc(0% + 0.29rem) 100%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(0% + 0.3rem) 100%/3.6rem 0.37rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 0%/100% calc(100% - 0.36rem) no-repeat;
    mask: url("../img/top/sp/mask_news_02.svg") calc(0% + 0.29rem) 100%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(0% + 0.3rem) 100%/3.6rem 0.37rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 0%/100% calc(100% - 0.36rem) no-repeat;
  }
  .section-top-news .wrapper {
    padding: 0 0.15rem;
  }
  .section-top-news .news-label {
    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;
    max-width: 2.75rem;
    margin: 0 auto 0.32rem;
    padding: 0.03rem 0.1rem;
    border-radius: 0.15rem;
    background-color: #00b7ed;
    color: #fff;
    font-size: 0.15rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .section-top-news .news-label .label-wrapper {
    display: block;
    position: relative;
  }
  .section-top-news .news-viewport {
    padding: 0.2rem 0.15rem 0.3rem;
    border-radius: 0.2rem;
  }
  .section-top-news .title-common-primary {
    margin-bottom: 0.07rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-news {
    margin: -454px 0 -72px;
    padding: 527px 0 110px;
    background: url("../img/top/background_news_01.svg") 50% calc(50% - 27px)/2000px auto no-repeat;
    background-color: #82cc19;
    -webkit-mask: url("../img/top/mask_news_01.svg") 50% 0%/100% 281px no-repeat, url("../img/top/mask_news_02.png") calc(50% + 88px) 100%/auto 72px repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% calc(0% + 280px)/100% calc(100% - 280px - 71px) no-repeat;
    -webkit-mask: url("../img/top/mask_news_01.svg") 50% 0%/100% 281px no-repeat, url("../img/top/mask_news_02.png") calc(50% + 88px) 100%/auto 72px repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% calc(0% + 280px)/100% calc(100% - 280px - 71px) no-repeat;
    mask: url("../img/top/mask_news_01.svg") 50% 0%/100% 281px no-repeat, url("../img/top/mask_news_02.png") calc(50% + 88px) 100%/auto 72px repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% calc(0% + 280px)/100% calc(100% - 280px - 71px) no-repeat;
    mask: url("../img/top/mask_news_01.svg") 50% 0%/100% 281px no-repeat, url("../img/top/mask_news_02.png") calc(50% + 88px) 100%/auto 72px repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% calc(0% + 280px)/100% calc(100% - 280px - 71px) no-repeat;
  }
  .section-top-news .news-viewport {
    min-height: 300px;
    padding: 24px 0 44px;
    border-radius: 50px;
  }
  .section-top-news .news-wrapper {
    max-width: 704px;
  }
  .section-top-news .list-top-news ul {
    max-width: 697px;
  }
  .section-top-news .title-common-primary {
    margin-bottom: 15px;
  }
}
.list-top-news {
  opacity: 0;
}
.list-top-news ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.list-top-news li {
  position: relative;
  background: url("../img/top/pattern_dash_01.png") 0% 100%/auto 0.01rem repeat-x;
}
.list-top-news .news_detail li {
  position: inherit;
  background: none;
}
.list-top-news li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.list-top-news a::before, .list-top-news a::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.list-top-news .news_detail a::before, .list-top-news .news_detail a::after {
  display: none;
}

.list-top-news a::before {
  position: absolute;
  z-index: 0;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  background-color: #fefabc;
}
.list-top-news a::after {
  z-index: 1;
  width: 0.2rem;
  height: 0.2rem;
  background: url("../img/top/icon_arrow_01.svg") center center/100% auto no-repeat;
}
.list-top-news a:hover::before {
  opacity: 1;
}
.list-top-news .news_day,
.list-top-news .news_cat_img,
.list-top-news .news_right,
.list-top-news .news_List_Title,
.list-top-news .news_new {
  position: relative;
}
.list-top-news .news_day {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #989898;
  font-weight: 400;
}
.list-top-news .news_new {
  color: #ff921e;
}
.list-top-news .news_List_Title,
.list-top-news .news_detail {
  font-size: 0.16rem;
  line-height: 1.75;
}
.list-top-news .news_List_Title {
  font-weight: 600;
}
html.is-android .list-top-news .news_List_Title {
  font-weight: 700;
}
.list-top-news .news_detail {
  width: 100%;
  font-weight: 300;
}

.list-top-news.is-ready {
  opacity: 1;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-news li > * {
    padding: 0.19rem 0;
  }
  .list-top-news .detailText li span {
    padding: 0;
  }
  .list-top-news a::after {
    top: calc(50% - 0.1rem);
    right: 0.05rem;
  }
  /* .list-top-news dl {
    margin-bottom: 0.08rem;
  } */
  .list-top-news .news_day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0.01rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0.5rem;
    font-size: 0.14rem;
    line-height: 2.1428571429;
  }
  .list-top-news .news_day > span {
    margin: 0 0.08rem 0 -0.05rem;
  }
  .list-top-news .news_right {
    margin-bottom: 0.02rem;
  }
  .list-top-news .news_cat_img {
    top: -0.01rem;
    height: 0.3rem;
  }
  .list-top-news .news_List_Title {
    padding-right: 0.5rem;
    margin-top: 0.1rem;
  }
  .list-top-news .news_new {
    margin-left: 0.14rem;
  }
  .list-top-news .news_detail {
    margin: 0.07rem 0 -0.01rem;
  }
  .list-top-news .button-common-more {
    max-width: 2.3rem;
    margin: 0.19rem auto 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  
  .list-top-news li > * {
    width: 100%;
    padding: 18px 1px;
  }
  .list-top-news .detailText li span {
    padding:0;
  }
  .list-top-news a::after {
    top: 25px;
    right: 14px;
  }
  .list-top-news dl {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px; */

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-top-news .news_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .list-top-news .news_day {
    top: 1px;
    font-size: 0.15rem;
    line-height: 2.2666666667;
    margin-right: 20px;
  }
  .list-top-news .news_day > span {
    margin-left: 14px;
  }
  .list-top-news .news_cat_img {
    top: -1px;
    height: 34px;
  }
  .list-top-news .news_List_Title {
    padding: 4px 0 3px;
  }

  .list-top-news .news_right {
   /* margin-top: 10px; */
   width: 100%;
  }
  .list-top-news .news_new {
    margin-left: 17px;
  }
  /* .list-top-news .news_detail {
    margin: 12px 0 3px;
  } */
  .list-top-news .button-common-more {
    margin-top: 16px;
  }
}
.section-top-sitemap {
  position: relative;
  background-color: #fff;
}
.section-top-sitemap::before, .section-top-sitemap::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.section-top-sitemap::before {
  z-index: 1;
}
.section-top-sitemap::after {
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: 50% 100%/cover no-repeat;
}
.section-top-sitemap .wrapper {
  position: relative;
  z-index: 2;
}
.section-top-sitemap .title-common-primary {
  z-index: 2;
}
.section-top-sitemap .list-top-sitemap {
  z-index: 3;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-sitemap {
    padding: 0.57rem 0 0.86rem;
  }
  .section-top-sitemap::before {
    top: 0.98rem;
    right: 0.15rem;
    width: 0.91rem;
    height: 0.35rem;
    background: url("../img/top/sp/background_sitemap_01.svg") 50% 50%/contain no-repeat;
  }
  .section-top-sitemap::after {
    height: 7.78rem;
    background-image: url("../img/top/sp/background_sitemap_02.jpg");
  }
  .section-top-sitemap .title-common-primary {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-sitemap {
    min-height: 1070px;
    padding: 131px 0 153px;
  }
  .section-top-sitemap::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/top/background_sitemap_01.svg") 50% 100%/2000px auto no-repeat;
  }
  .section-top-sitemap::after {
    height: 1500px;
    background-image: url("../img/top/background_sitemap_02.jpg");
  }
  .section-top-sitemap .wrapper {
    max-width: 1080px;
  }
  .section-top-sitemap .title-common-primary {
    margin-bottom: 37px;
  }
}
.list-top-sitemap {
  position: relative;
  font-weight: 700;
  text-align: center;
}
.list-top-sitemap .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-top-sitemap .list-item {
  position: relative;
}
.list-top-sitemap .list-item.is-general .item-title {
  background-color: rgba(255, 29, 37, 0.8);
}
.list-top-sitemap .list-item.is-checkup .item-title {
  background-color: rgba(255, 146, 30, 0.8);
}
.list-top-sitemap .list-item.is-allergy .item-title {
  background-color: rgba(251, 237, 33, 0.8);
  color: #000;
}
.list-top-sitemap .list-item.is-allergy .item-icon::before {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.list-top-sitemap .list-item.is-vaccination .item-title {
  background-color: rgba(104, 206, 25, 0.8);
}
.list-top-sitemap .list-item.is-stature .item-title {
  background-color: rgba(0, 183, 237, 0.8);
}
.list-top-sitemap .list-item.is-enuresis .item-title {
  background-color: rgba(157, 0, 93, 0.8);
}
.list-top-sitemap .item-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  border-radius: 50%;
}
.list-top-sitemap .item-wrapper::before, .list-top-sitemap .item-wrapper::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.list-top-sitemap .item-wrapper::before {
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: center center/100% 100% no-repeat;
}
.list-top-sitemap .item-wrapper::after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.list-top-sitemap .item-wrapper:hover {
  -webkit-transform: translateY(-0.05rem) rotate(0.1deg);
  -ms-transform: translateY(-0.05rem) rotate(0.1deg);
  transform: translateY(-0.05rem) rotate(0.1deg);
}
.list-top-sitemap .item-ratio {
  position: relative;
  z-index: 2;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.list-top-sitemap .item-thumbnail {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-top-sitemap .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  color: #fff;
}
.list-top-sitemap .item-icon {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.list-top-sitemap .item-icon::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  background: url("../img/top/icon_arrow_02.svg") 50% 50%/auto 100% no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-sitemap .list-wrapper {
    margin: 0 0 -0.3rem -0.15rem;
  }
  .list-top-sitemap .list-item {
    width: 50%;
    padding: 0 0 0.3rem 0.15rem;
  }
  .list-top-sitemap .item-wrapper {
    padding: 0.04rem;
  }
  .list-top-sitemap .item-wrapper::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: 0.2rem;
    background-image: url("../img/top/sp/shadow_sitemap_01.png");
  }
  .list-top-sitemap .item-title {
    padding: 0.01rem 0.1rem 0.22rem;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .list-top-sitemap .item-icon {
    top: calc(100% - 0.24rem);
    width: 0.97rem;
    height: 0.97rem;
  }
  .list-top-sitemap .item-icon::before {
    top: 0.05rem;
    height: 0.16rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-sitemap .list-wrapper {
    margin: 0 -30px -43px;
  }
  .list-top-sitemap .list-item {
    width: 33.3333333333%;
    padding: 0 30px 43px;
  }
  .list-top-sitemap .item-wrapper {
    padding: 7px;
  }
  .list-top-sitemap .item-wrapper::before {
    width: 329px;
    height: 329px;
    margin-top: 30px;
    background-image: url("../img/top/shadow_sitemap_01.png");
  }
  .list-top-sitemap .item-title {
    padding: 10px 20px 57px;
    font-size: 0.3rem;
    line-height: 1.3333333333;
  }
  .is-mac .list-top-sitemap .item-title {
    bottom: 1px;
  }
  .list-top-sitemap .item-icon {
    top: calc(100% - 48px);
    width: 194px;
    height: 194px;
  }
  .list-top-sitemap .item-icon::before {
    top: 10px;
    height: 30px;
  }
}
.slider-top-showcase {
  margin: -0.01rem 0;
  overflow: hidden;
}
.slider-top-showcase .slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-top-showcase .slider-wrapper * {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-top-showcase .slider-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.slider-top-showcase .item-thumbnail {
  position: relative;
  padding-top: 66%;
}
.slider-top-showcase .item-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .slider-top-showcase .slider-item {
    width: 1.82rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .slider-top-showcase .slider-item {
    width: 500px;
  }
}
.section-top-features {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-top-features {
    margin-top: -0.34rem;
    padding: 0.55rem 0 0.58rem;
    background: url("../img/top/sp/background_features_01.svg") 50% 0%/100% auto repeat-y;
    background-color: #82cc19;
    -webkit-mask: url("../img/top/sp/mask_news_03.svg") calc(0% + 0.29rem) 0%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_03.svg") calc(0% + 0.3rem) 0%/3.6rem 0.37rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 100%/100% calc(100% - 0.36rem) no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_03.svg") calc(0% + 0.29rem) 0%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_03.svg") calc(0% + 0.3rem) 0%/3.6rem 0.37rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 100%/100% calc(100% - 0.36rem) no-repeat;
    mask: url("../img/top/sp/mask_news_03.svg") calc(0% + 0.29rem) 0%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_03.svg") calc(0% + 0.3rem) 0%/3.6rem 0.37rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 100%/100% calc(100% - 0.36rem) no-repeat;
    mask: url("../img/top/sp/mask_news_03.svg") calc(0% + 0.29rem) 0%/3.6rem 0.37rem repeat-x, url("../img/top/sp/mask_news_03.svg") calc(0% + 0.3rem) 0%/3.6rem 0.37rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 100%/100% calc(100% - 0.36rem) no-repeat;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 0.4rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-top-features {
    margin-top: -64px;
    padding: 96px 0 120px;
    background: url("../img/top/background_features_01.svg") 50% 0%/2000px auto repeat-y;
    background-color: #82cc19;
    -webkit-mask: url("../img/top/mask_news_03.png") calc(50% - 88px) 0%/auto 72px repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 100%/100% calc(100% - 71px) no-repeat;
    -webkit-mask: url("../img/top/mask_news_03.png") calc(50% - 88px) 0%/auto 72px repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 100%/100% calc(100% - 71px) no-repeat;
    mask: url("../img/top/mask_news_03.png") calc(50% - 88px) 0%/auto 72px repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 100%/100% calc(100% - 71px) no-repeat;
    mask: url("../img/top/mask_news_03.png") calc(50% - 88px) 0%/auto 72px repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 100%/100% calc(100% - 71px) no-repeat;
  }
  .section-top-features .wrapper {
    max-width: 1245px;
  }
  .section-top-features .title-common-primary {
    margin-bottom: 50px;
  }
}
.list-top-features {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.list-top-features .list-item {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-top-features .list-item {
    margin-bottom: 0.4rem;
  }
  .list-top-features .list-item:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-top-features .list-item {
    margin-bottom: 70px;
  }
  .list-top-features .list-item:last-child {
    margin-bottom: 0;
  }
}
.block-top-features {
  position: relative;
}
.block-top-features .block-thumbnail {
  position: relative;
  overflow: hidden;
}
.block-top-features .thumbnail-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
}
.block-top-features .block-information {
  position: relative;
}
.block-top-features .information-wrapper {
  background-color: #fff;
}
.block-top-features .information-label {
  display: block;
  position: relative;
}
.block-top-features .information-label img {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
}
.block-top-features .information-number {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.block-top-features .information-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
  font-weight: 400;
}
.block-top-features .information-title::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff921e;
}
.block-top-features .information-title .title-wrapper {
  display: block;
  position: relative;
}
.block-top-features .information-detail {
  font-size: 0.16rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.block-top-features .information-detail mark {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 146, 30, 0.4)), to(rgba(255, 146, 30, 0.4))) 0% 100%/100% 0.06rem no-repeat;
  background: linear-gradient(to bottom, rgba(255, 146, 30, 0.4) 0%, rgba(255, 146, 30, 0.4) 100%) 0% 100%/100% 0.06rem no-repeat;
  font-weight: 600;
}
html.is-android .block-top-features .information-detail mark {
  font-weight: 700;
}
.block-top-features .information-detail p {
  margin: 0;
}
.block-top-features .information-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-top-features .button-common {
  width: auto;
  min-width: auto;
  max-width: none;
  margin: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-top-features .block-thumbnail {
    width: 2.8rem;
  }
  .block-top-features .thumbnail-wrapper {
    padding-top: 67.8571428571%;
  }
  .block-top-features .information-label {
    height: 0.2625rem;
    margin-bottom: 0.08rem;
  }
  .block-top-features .information-title {
    margin-bottom: 0.14rem;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .block-top-features .information-title::before {
    width: 0.04rem;
    margin-right: 0.13rem;
  }
  .block-top-features .information-controller {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.29rem;
  }
  .block-top-features .button-common {
    padding: 0.04rem 0.5rem 0.04rem 0.3rem;
  }
  .block-top-features .button-common::before {
    right: 0.27rem;
    width: 0.08rem;
  }
  .block-top-features.is-right .block-thumbnail {
    margin: 0 -0.2rem -0.01rem auto;
    border-radius: 0.3rem 0 0;
  }
  .block-top-features.is-right .information-wrapper {
    margin: 0 -0.2rem 0 -0.06rem;
    padding: 0.16rem 0.15rem 0.3rem 0.33rem;
    background: #fff url("../img/top/decoration_features_01.svg") calc(100% + 0.37rem) calc(100% - 0.03rem)/3.31rem auto no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_04.svg") calc(0% + 0.01rem) calc(0% + 0.14rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_04.svg") calc(0% + 0.02rem) calc(0% + 0.15rem)/0.26rem 1.91rem repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 100% 0%/calc(100% - 0.25rem) 100% no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_04.svg") calc(0% + 0.01rem) calc(0% + 0.14rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_04.svg") calc(0% + 0.02rem) calc(0% + 0.15rem)/0.26rem 1.91rem repeat-y, linear-gradient(to right, #000 0%, #000 100%) 100% 0%/calc(100% - 0.25rem) 100% no-repeat;
    mask: url("../img/top/sp/mask_news_04.svg") calc(0% + 0.01rem) calc(0% + 0.14rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_04.svg") calc(0% + 0.02rem) calc(0% + 0.15rem)/0.26rem 1.91rem repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 100% 0%/calc(100% - 0.25rem) 100% no-repeat;
    mask: url("../img/top/sp/mask_news_04.svg") calc(0% + 0.01rem) calc(0% + 0.14rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_04.svg") calc(0% + 0.02rem) calc(0% + 0.15rem)/0.26rem 1.91rem repeat-y, linear-gradient(to right, #000 0%, #000 100%) 100% 0%/calc(100% - 0.25rem) 100% no-repeat;
  }
  .block-top-features.is-bottom .block-thumbnail {
    margin: 0 auto -0.01rem;
    border-radius: 0.3rem 0.3rem 0 0;
  }
  .block-top-features.is-bottom .information-wrapper {
    margin: 0 -0.05rem;
    padding: 0.16rem 0.21rem 0.53rem;
    background: #fff url("../img/top/decoration_features_01.svg") calc(100% + 0.37rem) calc(100% - 0.24rem)/3.31rem auto no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_02.svg") 50% calc(100% - 0.01rem)/2.56rem 0.27rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(50% + 0.01rem) calc(100% - 0.02rem)/2.56rem 0.27rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 0%/100% calc(100% - 0.25rem) no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_02.svg") 50% calc(100% - 0.01rem)/2.56rem 0.27rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(50% + 0.01rem) calc(100% - 0.02rem)/2.56rem 0.27rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 0%/100% calc(100% - 0.25rem) no-repeat;
    mask: url("../img/top/sp/mask_news_02.svg") 50% calc(100% - 0.01rem)/2.56rem 0.27rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(50% + 0.01rem) calc(100% - 0.02rem)/2.56rem 0.27rem repeat-x, -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) 50% 0%/100% calc(100% - 0.25rem) no-repeat;
    mask: url("../img/top/sp/mask_news_02.svg") 50% calc(100% - 0.01rem)/2.56rem 0.27rem repeat-x, url("../img/top/sp/mask_news_02.svg") calc(50% + 0.01rem) calc(100% - 0.02rem)/2.56rem 0.27rem repeat-x, linear-gradient(to bottom, #000 0%, #000 100%) 50% 0%/100% calc(100% - 0.25rem) no-repeat;
  }
  .block-top-features.is-left .block-thumbnail {
    margin: 0 auto -0.01rem -0.2rem;
    border-radius: 0 0.3rem 0 0;
  }
  .block-top-features.is-left .information-wrapper {
    margin: 0 -0.06rem 0 -0.2rem;
    padding: 0.16rem 0.2rem 0.3rem;
    background: #fff url("../img/top/decoration_features_01.svg") calc(100% - 0.07rem) calc(100% - 0.49rem)/3.31rem auto no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_05.svg") calc(100% - 0.01rem) calc(0% + 0.03rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_05.svg") calc(100% - 0.02rem) calc(0% + 0.04rem)/0.26rem 1.91rem repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 0% 0%/calc(100% - 0.25rem) 100% no-repeat;
    -webkit-mask: url("../img/top/sp/mask_news_05.svg") calc(100% - 0.01rem) calc(0% + 0.03rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_05.svg") calc(100% - 0.02rem) calc(0% + 0.04rem)/0.26rem 1.91rem repeat-y, linear-gradient(to right, #000 0%, #000 100%) 0% 0%/calc(100% - 0.25rem) 100% no-repeat;
    mask: url("../img/top/sp/mask_news_05.svg") calc(100% - 0.01rem) calc(0% + 0.03rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_05.svg") calc(100% - 0.02rem) calc(0% + 0.04rem)/0.26rem 1.91rem repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 0% 0%/calc(100% - 0.25rem) 100% no-repeat;
    mask: url("../img/top/sp/mask_news_05.svg") calc(100% - 0.01rem) calc(0% + 0.03rem)/0.26rem 1.91rem repeat-y, url("../img/top/sp/mask_news_05.svg") calc(100% - 0.02rem) calc(0% + 0.04rem)/0.26rem 1.91rem repeat-y, linear-gradient(to right, #000 0%, #000 100%) 0% 0%/calc(100% - 0.25rem) 100% no-repeat;
  }
  .block-top-features.is-first .information-number {
    top: -0.1rem;
    right: 0.57rem;
    width: 0.42rem;
  }
  .block-top-features.is-first .information-title {
    padding-right: 1rem;
  }
  .block-top-features.is-second .information-number {
    top: -0.15rem;
    right: 0.9rem;
    width: 0.51rem;
  }
  .block-top-features.is-second .information-title {
    padding-right: 1rem;
  }
  .block-top-features.is-third .information-number {
    top: -0.48rem;
    right: 1.08rem;
    width: 0.45rem;
  }
  .block-top-features.is-fourth .information-number {
    top: -0.37rem;
    right: 0.91rem;
    width: 0.46rem;
  }

  /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin: 0.01rem 0 0.04rem 0rem;
    font-size: 0.15rem;
  }
  .detailUpfile{
    margin: 0.01rem 0 0.04rem 0.1rem;
  }
.detailText div,
.detailText div span {
  font-size: 0.17rem !important;
  line-height: 1.8;
}

.news_detail,
.news_detail p {
  font-size: 0.16rem !important;
  line-height: 1.8;
margin-bottom: 0.1rem;
}

.news_detail p:not(:last-child) {
  margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
  font-size: inherit;
  line-height: 1.8;
}

.detailText b {
  font-weight: bold;
}

.detailText i {
  font-style: italic;
}

.detailText u {
  text-decoration: underline;
}

.detailText ul {
  list-style-type: disc;
  padding-left: 1em;
}

.detailText ol {
  list-style-type: decimal;
  padding-left: 1.2em;

}

.detailText div a {
  color: #0066c0;
  transition: .3s;
  text-decoration: underline;
}

.detailText div a:hover {
  opacity: 0.6;
}


.detailUpfile a {
  color: #0066c0;
}

.detailUpfile a img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-top-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)) 50% 50%/10px 100% no-repeat;
    background: linear-gradient(to right, #fff, #fff) 50% 50%/10px 100% no-repeat;
  }
  .block-top-features .block-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 622px;
  }
  .block-top-features .thumbnail-wrapper {
    padding-top: 68.6495176849%;
  }
  .block-top-features .information-wrapper {
    height: 100%;
  }
  .block-top-features .information-label {
    height: 30px;
    margin-bottom: 25px;
  }
  .block-top-features .information-title {
    margin-bottom: 24px;
    font-size: 0.25rem;
    letter-spacing: 0.05em;
    line-height: 1.36;
  }
  .block-top-features .information-title::before {
    width: 5px;
    margin-right: 18px;
  }
  .block-top-features .information-title .title-wrapper {
    padding: 5px 0;
  }
  .block-top-features .information-controller {
    margin-top: 29px;
  }
  .block-top-features .button-common {
    padding: 7px 49px 7px 28px;
  }
  .block-top-features .button-common .button-wrapper {
    top: 0;
  }
  .is-mac .block-top-features .button-common .button-wrapper {
    top: 1.5px;
  }
  .block-top-features .button-common::before {
    right: 27px;
    width: 8px;
    height: 12px;
    margin-top: 0.5px;
  }
  .block-top-features.is-odd .block-thumbnail {
    border-radius: 50px 0 0 50px;
  }
  .block-top-features.is-odd .information-wrapper {
    padding: 42px 75px 42px 51px;
    background: #fff url("../img/top/decoration_features_01.svg") calc(100% - 61px) calc(100% + 6px)/331px auto no-repeat;
    -webkit-mask: url("../img/top/mask_news_05.png") 100% 0%/72px auto repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 0% 0%/calc(100% - 71px) 100% no-repeat;
    -webkit-mask: url("../img/top/mask_news_05.png") 100% 0%/72px auto repeat-y, linear-gradient(to right, #000 0%, #000 100%) 0% 0%/calc(100% - 71px) 100% no-repeat;
    mask: url("../img/top/mask_news_05.png") 100% 0%/72px auto repeat-y, -webkit-gradient(linear, left top, right top, from(#000), to(#000)) 0% 0%/calc(100% - 71px) 100% no-repeat;
    mask: url("../img/top/mask_news_05.png") 100% 0%/72px auto repeat-y, linear-gradient(to right, #000 0%, #000 100%) 0% 0%/calc(100% - 71px) 100% no-repeat;
  }
  .block-top-features.is-even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .block-top-features.is-even .block-thumbnail {
    border-radius: 0 50px 50px 0;
  }
  .block-top-features.is-even .information-wrapper {
    padding: 42px 45px 42px 83px;
    background: #fff url("../img/top/decoration_features_01.svg") calc(100% + 20px) calc(100% + 8px)/331px auto no-repeat;
    -webkit-mask: url("../img/top/mask_news_04.png") 0% 0%/72px auto repeat-y, -webkit-gradient(linear, right top, left top, from(#000), to(#000)) 100% 0%/calc(100% - 71px) 100% no-repeat;
    -webkit-mask: url("../img/top/mask_news_04.png") 0% 0%/72px auto repeat-y, linear-gradient(to left, #000 0%, #000 100%) 100% 0%/calc(100% - 71px) 100% no-repeat;
    mask: url("../img/top/mask_news_04.png") 0% 0%/72px auto repeat-y, -webkit-gradient(linear, right top, left top, from(#000), to(#000)) 100% 0%/calc(100% - 71px) 100% no-repeat;
    mask: url("../img/top/mask_news_04.png") 0% 0%/72px auto repeat-y, linear-gradient(to left, #000 0%, #000 100%) 100% 0%/calc(100% - 71px) 100% no-repeat;
  }
  .block-top-features.is-first .information-number {
    top: -48px;
    right: 122px;
    width: 77px;
  }
  .block-top-features.is-first .information-title {
    padding-right: 150px;
  }
  .block-top-features.is-second .information-number {
    top: -40px;
    right: 104px;
    width: 92px;
  }
  .block-top-features.is-second .information-title {
    padding-right: 150px;
  }
  .block-top-features.is-third .information-number {
    right: 85px;
    bottom: -24px;
    width: 96px;
  }
  .block-top-features.is-third .information-controller {
    padding-right: 150px;
  }
  .block-top-features.is-fourth .information-number {
    right: 112px;
    bottom: -50px;
    width: 102px;
  }

  /* お知らせ欄　移植 */

  .detailText{
    font-weight: normal;
    margin-top: 10px;
  }
.detailText div,
.detailText div span {
font-size: 17px !important;
line-height: 1.8;
}

.news_detail,
.news_detail p {
font-size: 16px !important;
line-height: 1.8;
/* margin-bottom: 10px; */
}

.news_detail p:not(:last-child) {
margin-bottom: 5px;
}

/* お知らせ 文章 */
.detailText div,
.detailText b,
.detailText i,
.detailText u,
.detailText strike,
.detailText div span,
.detailText span {
font-size: inherit;
line-height: 1.8;
}

.detailText b {
font-weight: bold;
}

.detailText i {
font-style: italic;
}

.detailText u {
text-decoration: underline;
}

.detailText ul {
list-style-type: disc;
padding-left: 1em;
}

.detailText ol {
list-style-type: decimal;
padding-left: 1em;

}

.detailText div a {
color: #0066c0;
transition: .3s;
text-decoration: underline;
}

.detailText div a:hover {
opacity: 0.6;
}


.detailUpfile a {
color:#0066c0;
}

.detailUpfile a img {
max-width: 350px;
width: 100%;
height: auto;
}
}
/*# sourceMappingURL=top.css.map */