/* body footer .footer-top .footer-top-inner {
  padding-left: 27px;
  padding-right: 27px;
}

footer .footer-top .footer-top-inner .footer-company {
  padding: 0px !important;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-left: 46px !important;
  padding-right: 46px !important;
} */

/* body .page_home .header.underlayer-header {
  background: #F2F2F2;
} */

/*
.price .price-inner .price-table02 .price-table-inner table tr .value {
  font-family: 'simplomedium' !important;
}
.price .price-inner .price-table01 .price-table-inner table tr .value {
  font-family: 'simplomedium' !important;
}
.price .price-inner .price-table03 .price-table-inner table tr .value {
  font-family: 'simplomedium' !important;
}

.price .price-inner .price-table04 .price-table-inner table tr .value {
  font-family: 'simplomedium' !important;
} */

/* body footer .footer-top p {
  font-family: 'greycliff_cfdemi_bold' !important;
  font-size: 10px;
}
body footer  {
  font-size: 10px !important;
  font-family: 'greycliff_cfdemi_bold' !important;
  color: #000;
}
body footer .footer-bottom p {
  font-family: 'greycliff_cfdemi_bold' !important;
  font-size: 10px !important;
} */




/* body .page_store .insta-company .company .switch-cyan {
  width: 104%;
  left: -3%;
} */
/*
.price .price-inner .price-table02 .price-table-inner table tr td.value span {
  text-decoration: line-through;
}
.price .price-inner .price-table03 .price-table-inner table tr td.value span {
  text-decoration: line-through;
}
.price-table-desc {
  margin-top: 15px;
} */

/* .spanarrow {
  padding-left: 5px;
  padding-right: 5px;
} */

/* .reason .scroll {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
/* .reason .scroll p {
  font-size: 10px;
} */
/* .reason .scroll img {
  width: 67% !important;
  text-align: center;
  margin: 0 auto !important;
}
.secscrolldown {
  color: #000 !important;
} */
/* body footer .footer-top .footer-top-inner .footer-top-sns {
  justify-content: right;
  width: auto !important;
} */
/*.footer-top-sns-contents.divicon1 {margin-right:20px;}*/
/* body footer .footer-top-sns .footer-top-sns-contents {
  margin-left: 20px;
} */
/* body .reserve-store-wrapper {
  margin-bottom: 70px !important;
} */
/* body .post_date {
  color: #ff628f;
  font-family: 'simplomedium' !important;
}
body .post_date {
  color: #ff628f;
  font-family: 'simplomedium' !important;
  font-weight: 600;
  font-size: 1.4vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(2.5vw - 0.5em);
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.reserve-store.postadd {
  position: relative;
}
.reserve-store.postadd.p-address span {
  color: #474243;
}
.reserve-store.postadd.p-address span a {
  color: #474243;
  text-decoration: none;
} */

/* @media (min-width: 768px) and (max-width: 1024px) {
  body
    .page_store
    .insta-company
    .instagram
    .instagram-content
    .instagram-contents {
    width: 30%;
  }
} */


@media (max-width: 599px) {
  .option {
    height: 230vw;
  }
  .text-offset-left {
    margin-left: 0 !important;
  }
}


/*** price-table04 ***/
.price .price-inner .price-table04 .price-table-inner .table-img01 {
  width: calc(100% - 60vw);
}
@media screen and (max-width: 767px) {
  .price .price-inner .price-table04 .price-table-inner .table-img01 {
    width: calc(18% - 2vw);
  }
}
/*** footer-dl ***/
/* footer .footer-top .footer-top-inner .footer-dl {
  margin-bottom: 25px;
} */
/* footer .footer-top .footer-top-inner .footer-dl:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
  line-height: 0;
} */
/* footer .footer-top .footer-top-inner .footer-dl li {
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
} */
/* footer .footer-top .footer-top-inner .footer-dl img {
  width: 26px;
  margin-right: 7px;
} */
/* footer .footer-top .footer-top-inner .footer-dl-file {
  font-size: 0.8vw !important;
  font-weight: normal !important;
  display: inline-block;
  color: #fff;
  background-color: #727171;
  line-height: 1;
  font-weight: bold;
  padding: 10px 15px;
  margin-right: 20px;
  position: relative;
}
footer .footer-top .footer-top-inner .footer-dl li:last-child .footer-dl-file {
  margin-right: 0;
} */
/* @media screen and (max-width: 767px) {
  footer .footer-top .footer-top-inner .footer-dl {
    margin-bottom: 15px;
  }
  footer .footer-top .footer-top-inner .footer-dl img {
    width: 13px;
    margin-right: 4px;
  }
  footer .footer-top .footer-top-inner .footer-dl-file {
    font-size: 10px !important;
    padding: 5px 7px;
    margin-right: 10px;
  }
} */
/*** news ***/
#news {
  padding: 20px 40px;
  /* display: flex; */
  align-items: center;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
#news.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#news .news_title {
  font-size: 29px;
  font-family: 'Greycliff CF Demi';
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-top: 1vw;
  color: #ffa8c8;
  background-color: #fbdae7;
  float: left;
  height: 1000px;
}
#news #news_content {
  width: 100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
}
#news #news_content li {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#border-und {
  position: relative;
}
#border-und::after {
  content: '';
  display: block;
  width: 50%;
  height: 0.4px;
  background: darkgray;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  /* transition: .3s; */
}

#news .news_img {
  width: 320px;
  margin-right: 10px;
  text-align: center;
}
#news .news_img img {
  max-height: 180px;
  margin: 0 auto;
}
#news .news_text {
  /* width: calc(100% - 165px); */
  font-size: 24px;
  padding: 0 1vw;
}
#news .text_left {
  text-align: right;
}
#news .news_text .date {
  font-size: 21px;
  color: #e05d5d;
  margin-bottom: 10px;
}
#news .news_text .caption {
  font-size: 19px;
  margin-bottom: 10px;
  /* -webkit-transition: .5s;
	transition: 0.5s; */
}
#news .news_text .click-tittle {
  cursor: pointer;
}
#divlink {
  position: relative;
}
#link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #news {
    padding: 10px 20px;
  }
  #news .news_title {
    font-size: 3vw;
    height: 120vw;
  }
  #news #news_content {
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
  }
  #news #news_content li {
    height: 30vw;
    padding: 0 5px;
  }
  #news .news_img {
    width: 30vw;
    margin-right: 5px;
  }
  #news .news_img img {
    max-height: 25vw;
  }
  #news .news_text {
    /* width: calc(100% - 65px); */
    font-size: 4vw;
  }
  #news .news_text .date {
    font-size: 3vw;
    margin-bottom: 5px;
  }
  #news .news_text .caption {
    font-size: 3vw;
    margin-bottom: 5px;
  }
}

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

  .wrapper.page_service p {
    font-size: 12px;
  }
  .machine
    .machine-inner
    .machine-contents
    .machine-contents-exposition
    .machine-contents-exposition-desc
    p {
    font-size: 12px;
  }
  .machine
    .machine-inner
    .machine-contents
    .machine-contents-list
    .machine-contents-lists
    p {
    font-size: 10px;
  }
  .machine
    .machine-inner
    .machine-contents
    .how-to-use
    .how-to-use-inner
    .how-to-use-contents
    .how-to-use-desc {
    font-size: 12px;
  }

  .price .price-inner .price-table .price-table-heading span {
    font-size: 12px;
  }
}
