@charset "UTF-8";
/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #breadcrumb {
    display: block;
    margin: 20px 0 0;
    text-align: right;
  }
}

/* ========== end △ */
#breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.3rem;
}

#breadcrumb li::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.1rem;
  padding-right: 5px;
  color: #636363;
}

#breadcrumb li:first-of-type::before {
  content: none;
}

#breadcrumb li a {
  text-decoration: none;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	content_area
================================================== */
#content_area {
  position: relative;
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area {
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
#content_area > * {
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > * {
    margin-bottom: 26.66vw;
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
#content_area > *:first-child {
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > *:first-child {
    margin-top: 21.328vw;
  }
}

/* ========== end △ */
#content_area > *:last-child {
  margin-bottom: 0;
}

#content_area > * p {
  line-height: 1.8;
}

#content_area > * section {
  margin-bottom: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area > * section {
    margin-bottom: 21.328vw;
  }
}

/* ========== end △ */
#content_area > * section:last-child {
  margin-bottom: 0;
}

#content_area .bg {
  position: relative;
  padding: 100px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area .bg {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
#content_area .bg::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #f6f5f2;
  width: 55%;
  height: 100%;
}

/* ==================================================
	page_ttl
================================================== */
.page_ttl {
  text-align: center;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page_ttl {
    height: 610px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl {
    background-size: cover;
    height: 250px;
  }
}

/* ========== end △ */
.page_ttl::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f5f2;
  width: 55%;
  height: 100%;
  padding-bottom: 210px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl::before {
    padding-bottom: 50.654vw;
  }
}

/* ========== end △ */
.page_ttl h1 {
  font-size: 5.0rem;
  font-weight: 600;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl h1 {
    line-height: 1;
    font-size: 9.5976vw;
  }
}

/* ========== end △ */
.page_ttl span {
  font-weight: normal;
  display: block;
  font-size: 2.0rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page_ttl span {
    padding-top: 2.666vw;
    font-size: 6.3984vw;
  }
}

/* ========== end △ */
/* ==================================================
	about_storzmedical
================================================== */
.page-aboutstorzmedical .page_ttl {
  background: url(../about_storzmedical/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section h2 {
  margin-bottom: 40px;
  font-size: 10.0rem;
  font-weight: 700;
  color: #9bb90b;
  line-height: 1;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section h2 {
    font-size: 18.662vw;
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.history {
  position: relative;
  padding: 100px 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section.history {
    padding-top: 26.66vw;
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.history::before {
  z-index: -1;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #f6f5f2;
  width: 55%;
  height: 80%;
}

.page-aboutstorzmedical section .head_wrap {
  position: relative;
  margin-bottom: 100px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section .head_wrap {
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-aboutstorzmedical section .head_wrap img {
    width: 1000px;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section .head_wrap h2 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -70px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section .head_wrap h2 {
    bottom: -10.664vw;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.certification {
  position: relative;
  padding: 100px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section.certification {
    padding-top: 26.66vw;
    padding-bottom: 26.66vw;
    padding-left: 3.999vw;
    padding-right: 3.999vw;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.certification::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  background: #f6f5f2;
  width: 55%;
  height: 100%;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section.certification::before {
    left: 0;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.certification .img {
  width: 1000px;
  margin-left: auto;
  margin-top: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section.certification .img {
    width: 100%;
    margin-top: 13.33vw;
  }
}

/* ========== end △ */
.page-aboutstorzmedical section.link {
  background: #f6f5f2;
  padding: 80px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-aboutstorzmedical section.link {
    padding-top: 13.33vw;
    padding-bottom: 13.33vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-aboutstorzmedical section.link div {
    width: 480px;
    margin: 0 auto;
  }
}

/* ========== end △ */
/* ==================================================
	shockwaves
================================================== */
.page-shockwaves .page_ttl {
  background: url(../images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-shockwaves section .anchor {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .anchor {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;          
  }
}

/* ========== end △ */
.page-shockwaves section .anchor li {
  position: relative;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(120deg, #b7d742 0, #b7d742 75%, #c5df68 75.01%, #c5df68 100%);
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-shockwaves section .anchor li {
    width: 300px;
    margin: 0 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .anchor li {
    width: 48%;
  }
}

/* ========== end △ */
.page-shockwaves section .anchor li::after {
  position: absolute;
  right: 48%;
  bottom: 5px;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-shockwaves section .anchor li a {
  display: block;
  padding: 20px 0 25px;
}

.page-shockwaves section .anchor li span {
  font-weight: normal;
  font-size: 1.3rem;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .anchor li span {
    font-size: 3.4658vw;
  }
}

/* ========== end △ */
.page-shockwaves section .ttl_style04 {
  font-size: 2.1rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .ttl_style04 {
    font-size: 5.5986vw;
  }
}

/* ========== end △ */
.page-shockwaves section .ttl_style04 span {
  font-size: 4.2rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .ttl_style04 span {
    font-size: 9.5976vw;
  }
}

/* ========== end △ */
.page-shockwaves section .caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .caption {
    font-size: 4.7988vw;
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.page-shockwaves section .img_set {
  margin: 30px auto;
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-shockwaves section .img_set {
    margin-top: 7.998vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-shockwaves section .img_set.btm {
  margin-bottom: 0;
  text-align: center;
}

.page-shockwaves section .img_set_image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .page-shockwaves section .img_set_image {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.page-shockwaves section .img_set_image img + img {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-shockwaves section .img_set_image img + img {
    margin-top: 0;
    margin-left: 20px;
  }
}

/* ==================================================
  #page-link
================================================== */
#page-link {
  display: none;
}

/* ▽ PC layout ========== */
/*@media print, screen and (min-width: 1024px) {*/
  #page-link {
    display: block;
    position: fixed;
    top: 50%;
    right: 2%;
    z-index: 1;
    margin-top: -120px;
    font-size: 85.71429%;

  position: fixed;
  right: 2%;
  top: 50%;
  transform: /*translateX(-50%)*/
             translateY(-50%);


  }
  #page-link li {
    position: relative;
    margin-top: 20px;
  }
  #page-link li:first-child {
    margin-top: 0;
  }
  #page-link li a {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #d8d8d8;
    background: #fff;
    box-sizing: border-box;
  }

  #page-link .page-cur_hover li span,
  #page-link li span {
    top: -10px;
  }
  #page-link .page-cur_hover span,
  #page-link span {    
    display: none;
    position: relative;
    right: 200px;    
    
    height: 30px;
    width: 180px;
    padding: 4px 0 10px;
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Lato', sans-serif;
    text-align: center;
    background: #6f811c;
    box-sizing: border-box;
  }

  #page-link .page-cur_hover span::after,
  #page-link span::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -11px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 7px solid #6f811c;
  }
  #page-link .page-cur_hover span,
  #page-link .page-cur span {
    display: inline-block;
  }
  #page-link .page-cur_hover > a,
  #page-link .page-cur > a {
    border: 2px solid #9bb90b;
    background: #9bb90b;
  }
/*}*/
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
	#page-link {
	    right: -2%;
	}
}


/* ========== end △ */


.video_container {
  margin: 0 auto;
  width: 650px;
  height: 500px;
}

.video_container iframe {
  width: 100%;
  height: 80%;
}

.video_container p {
  text-align: center;
}

.video_container p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

.video_container p span {
  font-size: 2.5rem;
  display: inline-block;
  margin-left: 20px;
}

.video_container p a {
  color: #b7d742;
  font-weight: 700;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .video_container {
    margin: 0 auto;
    width: auto;
    height: auto;
  }

  .video_container iframe {
    width: 100%;
    height: 20rem;
  }

  .video_container p span {
    margin-left: 0;
  }
}

/* ========== end △ */

/* ==================================================
	product
================================================== */
.page-product .page_ttl {
  background: url(../product/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-product .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-product section .name {
  font-weight: 700;
  margin-top: 30px;
  font-size: 2.0rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-product section .name {
    font-size: 5.332vw;
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.page-product section .name span {
  font-size: 1.6rem;
  color: #9bb90b;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-product section .name span {
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-product section .name span {
    display: block;
    font-size: 4.2656vw;
    margin-top: 1.333vw;
  }
}

/* ========== end △ */
.page-product section .new {
  position: relative;
}

.page-product section .new::after {
  content: "NEW";
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 108px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  background: #e3d02d;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-product section .new::after {
    line-height: 74px;
    font-size: 4.7988vw;
    right: -10px;
    top: -20px;
    height: 70px;
    width: 70px;
  }
}

/* ========== end △ */
/* ==================================================
	topics
================================================== */
.page-topics .page_ttl {
  background: url(../topics/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-topics .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-topics .category {
    width: 1000px;
    margin: 0 auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics .category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* ========== end △ */
.page-topics .category li {
  position: relative;
  text-align: center;
  width: 218px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(120deg, #636363 0, #636363 75%, #828282 75.01%, #828282 100%);
  padding: 20px 0 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics .category li {
    width: 48%;
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */
.page-topics .category li::after {
  position: absolute;
  right: 48%;
  bottom: 5px;
  content: '\f107';
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-topics .category li.active {
  color: #343434;
  background: linear-gradient(120deg, #b7d742 0, #b7d742 75%, #c5df68 75.01%, #c5df68 100%);
}

.page-topics .category li.active a, .page-topics .category li.active::after {
  color: #343434;
}

.page-topics .category li a {
  display: block;
  color: #fff;
}

.page-topics .category li span {
  font-weight: normal;
  font-size: 1.3rem;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics .category li span {
    font-size: 3.4658vw;
  }
}

/* ========== end △ */
.page-topics section article {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.page-topics section article .img_box{
  width: 42%;
  float: left;
  margin-right: 40px;
}

.page-topics section article .info{
  font-size: 13px;
  line-height: 1;
}

.page-topics section article .info time{
  margin-right: 10px;
}

.page-topics section article h2 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-topics section article .box_txt .txt {
  margin-top: 40px;
}
.page-topics section article .box_txt .txt:first-child {
  margin-top: 0;
}

.page-topics section article .box_txt h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-topics section article .img_box img {
  margin-top: 20px;
}
.page-topics section article .img_box img:first-child {
  margin-top: 0;
}


/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section article {
    margin-bottom: 10.664vw;
    padding-bottom: 10.664vw;
  }
  .page-topics section article .img_box{
    width: 100%;
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .page-topics section article h2{
  margin-top: 10px;
  margin-bottom: 15px;
  }
}

/* ========== end △ */
.page-topics section article:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.page-topics section .wrap {
  margin-bottom: 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap {
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
.page-topics section .wrap:last-child {
  margin-bottom: 0;
}

.page-topics section .wrap .img_box {
  background: #f6f5f2;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-topics section .wrap .img_box {
    float: left;
    margin-right: 40px;
    width: 400px;
  }
}

/* ========== end △ */
.page-topics section .wrap .img_box a {
  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;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-topics section .wrap .img_box a {
    width: 400px;
    height: 500px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap .img_box a {
    width: 100%;
    height: 320px;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-topics section .wrap .img_box a img {
    max-width: 400px;
    max-height: 500px;
    width: auto;
    height: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap .img_box a img {
    max-height: 100%;
  }
}

/* ========== end △ */
.page-topics section .wrap .txt {
  overflow: hidden;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap .txt {
    margin-top: 6.665vw;
  }
}

/* ========== end △ */
.page-topics section .wrap h2 {
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap h2 {
    font-size: 5.332vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-topics section .wrap time {
  display: block;
  margin-bottom: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-topics section .wrap time {
    margin-bottom: 5.332vw;
  }
}

/* ========== end △ */
/* ==================================================
	information
================================================== */
.page-information .page_ttl {
  background: url(../information/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
/*.page-information #content_area *:nth-child(2) {
  margin-bottom: 40px;
}*/

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information #content_area *:nth-child(2) {
    margin-bottom: 10.664vw;
  }
}

/* ========== end △ */
.page-information section .ac_btn {
  cursor: pointer;
  position: relative;
  border: 2px solid #f6f5f2;
  padding: 28px 60px 20px 20px;
}

.page-information section .ac_btn::after {
  content: '\f067';
  position: absolute;
  right: 20px;
  top: 35%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.6rem;
}

.page-information section .ac_btn.active::after {
  content: '\f068';
}

.page-information section .ac_body {
  display: none;
}

.page-information section dl {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl {
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-information section dl:last-child {
  margin-bottom: 0;
}

.page-information section dl > dt {
  font-weight: 700;
  font-size: 2.0rem;
  color: #e3d02d;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl > dt {
    font-size: 5.332vw;
  }
}

/* ========== end △ */
.page-information section dl > dt::before {
  content: "Q";
  font-size: 2.4rem;
  padding-right: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl > dt::before {
    font-size: 6.3984vw;
    padding-right: 2.666vw;
  }
}

/* ========== end △ */
.page-information section dl > dd {
  margin-top: 10px;
  position: relative;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl > dd {
    margin-top: 3.999vw;
  }
}

/* ========== end △ */
.page-information section dl > dd::before {
  content: "A";
  display: block;
  font-weight: 700;
  font-size: 2.4rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl > dd::before {
    font-size: 6.3984vw;
  }
}

/* ========== end △ */
.page-information section dl li {
  margin-top: 5px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl li {
    margin-top: 1.333vw;
  }
}

/* ========== end △ */
.page-information section dl .notice {
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section dl .notice {
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.page-information section .name {
  font-weight: 700;
  margin-top: 30px;
  font-size: 2.0rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section .name {
    font-size: 5.332vw;
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.page-information section .name span {
  font-size: 1.6rem;
  color: #9bb90b;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-information section .name span {
    padding-left: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section .name span {
    display: block;
    font-size: 4.2656vw;
    margin-top: 1.333vw;
  }
}

/* ========== end △ */
.page-information section .new {
  position: relative;
}

.page-information section .new::after {
  content: "NEW";
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 108px;
  color: #fff;
  position: absolute;
  right: -20px;
  top: -20px;
  height: 100px;
  width: 100px;
  border-radius: 50px;
  background: #e3d02d;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-information section .new::after {
    line-height: 74px;
    font-size: 4.7988vw;
    right: -10px;
    top: -20px;
    height: 70px;
    width: 70px;
  }
}

/* ========== end △ */
/* ==================================================
	contact
================================================== */
.page-contact .page_ttl {
  background: url(../contact/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-contact .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
/* ==================================================
	company
================================================== */
.page-company .page_ttl {
  background: url(../company/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-company .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
/* ==================================================
	duolith
================================================== */
.page-duolith .page_ttl {
  background: url(../duolith/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-duolith .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-duolith .back_product {
  text-align: center;
  font-size: 1.8rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-duolith .back_product {
    font-size: 4.7988vw;
  }
}

/* ========== end △ */
.page-duolith .back_product a {
  color: #b7d742;
}

.page-duolith section h2 + p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-duolith section h2 + p {
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-duolith section .caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-duolith section .caption {
    font-size: 4.7988vw;
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.page-duolith section .img_set {
  margin: 30px auto;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-duolith section .img_set {
    width: 800px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-duolith section .img_set {
    margin-top: 7.998vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-duolith section .img_set.btm {
  margin-bottom: 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-duolith section.doc .btn_style02 {
    width: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .page-duolith .btn_style02 a {
    padding: 5.8652vw 25px;
  }
}

/* ========== end △ */
/* ==================================================
	masterpuls
================================================== */
.page-masterpuls .page_ttl {
  background: url(../masterpuls/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-masterpuls .back_product {
  text-align: center;
  font-size: 1.8rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls .back_product {
    font-size: 4.7988vw;
  }
}

/* ========== end △ */
.page-masterpuls .back_product a {
  color: #b7d742;
}

.page-masterpuls section h2 + p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls section h2 + p {
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-masterpuls section .caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls section .caption {
    font-size: 4.7988vw;
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.page-masterpuls section .img_set {
  margin: 30px auto;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-masterpuls section .img_set {
    width: 800px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls section .img_set {
    margin-top: 7.998vw;
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-masterpuls section .img_set.btm {
  margin-bottom: 0;
}

.page-masterpuls section .head_img {
  margin: 0 auto 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls section .head_img {
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
.page-masterpuls section .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #e3d02d;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpuls section .ttl {
    font-size: 5.332vw;
    margin-top: 2.666vw;
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-masterpuls section.doc .btn_style02 {
    width: 500px;
  }
}

.note__small {
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media print, screen and (max-width: 767px) {
  .note__small {
  font-size: 1.2rem;
}
}
/* ========== end △ */
/* ==================================================
	masterpuls_one
================================================== */
.page-masterpulsone .page_ttl {
  background: url(../masterpuls_one/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */
.page-masterpulsone .back_product {
  text-align: center;
  font-size: 1.8rem;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone .back_product {
    font-size: 4.7988vw;
  }
}

/* ========== end △ */
.page-masterpulsone .back_product a {
  color: #b7d742;
}

.page-masterpulsone section h2 + p {
  margin-bottom: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section h2 + p {
    margin-bottom: 7.998vw;
  }
}

/* ========== end △ */
.page-masterpulsone section .caption {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .caption {
    font-size: 4.7988vw;
    margin-top: 2.666vw;
  }
}

/* ========== end △ */
.page-masterpulsone section .column02 {
  margin-top: 30px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .column02 {
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
.page-masterpulsone section .movie_set {
  margin-top: 30px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .movie_set {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-top: 7.998vw;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .movie_set iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ========== end △ */
.page-masterpulsone section .head_img {
  margin: 0 auto 50px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .head_img {
    margin-bottom: 13.33vw;
  }
}

/* ========== end △ */
.page-masterpulsone section .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #e3d02d;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-masterpulsone section .ttl {
    font-size: 5.332vw;
    margin-top: 2.666vw;
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .page-masterpulsone section.doc .btn_style02 {
    width: 500px;
  }
}

/* ========== end △ */

/* ==================================================
  checkmodal
================================================== */
#content_area .overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  padding: 0;
}

#content_area .checkmodal {
  width: 800px;
  height: 340px;
  position: absolute;
  top: calc(50% - 170px);
  left: calc(50% - 450px);
  background-color: #fff;
  padding: 50px;
  z-index: 2;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area .checkmodal {
    width: 70vw;
    height: auto;
    top: 50%;
    left: calc(50% - 35vw - 30px);
    padding: 30px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* ========== end △ */
#content_area .checkmodal h2 {
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area .checkmodal h2 {
    font-size: 5.8652vw;
  }
}

/* ========== end △ */
#content_area .checkmodal p {
  text-align: center;
  margin-bottom: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #content_area .checkmodal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  #content_area .checkmodal ul li {
    margin: 0 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #content_area .checkmodal ul li {
    margin-top: 3.999vw;
  }
}

/* ========== end △ */



/* ==================================================
  entry
================================================== */
.c_link, .c_link:link {
  text-decoration: underline;
}
.c_link:hover {
  text-decoration: none;
}
.page-entry .page_ttl {
  background: url(../entry/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}
.page-entry #content_area .sec_form {
    margin-top: 50px;
    margin-bottom: 80px;
}
.page-entry #content_area {
    margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-entry .page_ttl {
    background-size: cover;
  }
  .page-entry #content_area {
    margin-bottom: 10px;
}
  .page-entry #content_area .sec_form {
    margin-top: 9.328vw;
  }
  .page-entry .form_input form {
    margin-top: 30px;
  }
}

/* ========== end △ */

/* ==================================================
  users
================================================== */

.page-users .page_ttl {
  background: url(../users/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}
.page-users #content_area#content_area > *:first-child {
  margin-top: 119px;
}
@media only screen and (max-width: 767px) {
  .page-users #content_area#content_area > *:first-child {
    margin-top: 55px;
  }
}
.page-users #content_area {

}
.page-users .list-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.page-users .sec-products .list-btn {
  margin-bottom: 77px;
}
@media only screen and (max-width: 767px) {
  .page-users .sec-products .list-btn {
    margin-bottom: 35px;
  }
}
.page-users .list-btn li {
  width: 23.33%;
  margin: 0 auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-users .list-btn li {
    width: 48%;
    margin: 0 auto 15px;
  }
}

.page-users .list-btn li a {
  font-size: 2rem;
}
/* ========== end △ */
.category_style01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) {
  .category_style01 {
    width: 1000px;
    margin: 0 auto;
  }
}

/* ========== end △ */
.category_style01 li {
  position: relative;
  text-align: center;
  width: 218px;
  color: #fff;
  font-weight: bold;
  background: linear-gradient(112deg, #636363 0, #636363 68%, #828282 75.01%, #828282 100%);
  margin: 0 1.5%;
}
@media only screen and (max-width: 767px) {

  .category_style01 li {
    width: 48%;
    margin: 0 4% 15px 0;
  }
  .category_style01 li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ========== end △ */
.category_style01 li::after {
  position: absolute;
  right: 48%;
  bottom: 5px;
  content: '\f107';
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.category_style01 li.active {
  color: #343434;
  background: linear-gradient(112deg, #b7d742 0, #b7d742 68%, #c5df68 75.01%, #c5df68 100%);
}

.category_style01 li.active a, .category_style01 li.active::after {
  color: #343434;
}

.category_style01 li a {
  display: block;
  color: #fff;
  padding: 20px 0 39px;
}

.category_style01 li span {
  font-weight: normal;
  font-size: 1.3rem;
  display: block;
}

.page-users .block_category {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .page-users .block_category {
    padding-bottom: 15px;
  }
}

.page-users .block_category:before {
  content: "";
  position: absolute;
  right: 0;
  left: -2px;
  bottom: -17px;
  width: 30px;
  height: 30px;
  background: #fff;
  margin: -17px auto 0;
  border-left: 1px solid #bfbfbf;
  border-top: 1px solid #bfbfbf;
  -moztransform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (max-width: 767px) {
  .page-users .block_category:before {
    left: -2px;
    bottom: -11px;
    width: 20px;
    height: 20px;
    margin: -11px auto 0;
  }
}
.page-users .block-products {
  border: 1px solid #bfbfbf;
  padding: 40px 43px 5px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .page-users .block-products {
    padding: 30px 10px 5px;
    margin-top: 40px;
  }
}
.page-users .list-products {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-users .list-products .item {
   width: 22.5%;
   margin-right: 3.33%;
   margin-bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .page-users .list-products .item {
     width: 48%;
     margin: 0 4% 25px 0;
  }
}
.page-users .list-products .item:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .page-users .list-products .item:nth-child(2n) {
    margin-right: 0;
  }
}
.page-users .list-products .item .thumb-media {
  position: relative;
}
.page-users .list-products .item .thumb-media-frame {
  width: 100%;
  position: relative;
}

.page-users .list-products .item .thumb-media {
  position: relative;
  padding-bottom: 68%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.page-users .list-products .item .thumb-media iframe,
.page-users .list-products .item .thumb-media object,
.page-users .list-products .item .thumb-media embed {
  max-width: 100%;
  max-height: 100%;
}

.page-users .list-products .item .thumb-media-frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  overflow: hidden;
  height: 170px;
}

@media only screen and (max-width: 767px) {
 .page-users .list-products .item .thumb-media-frame {
    height: 100%;
  }
}

.page-users .list-products .item .thumb-media-frame  img {
  max-width: 100%;
  max-height: 100%;
}

.page-users .list-products .item .ttl {
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
   .page-users .list-products .item .ttl {
    margin-top: 12px;
  }
}
.page-users .list-products .item .desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .page-users .list-products .item .desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.page-users .ttl_style03::after {
    left: 0; right: 0;
    margin: 0 auto;
    bottom: -13px;
    width: 140px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-users .page_ttl {
    background-size: cover;
  }
  .category_style01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .category_style01 li {
    width: 48%;
    margin-bottom: 3.999vw;
  }
}

/* ========== end △ */

/* ==================================================
  login
================================================== */
.page-login .page_ttl {
  background: url(../login/images/page_ttl.jpg) top center no-repeat;
  background-size: auto 610px;
}
.page-login #content_area {
  margin-bottom: 30px;
}
.page-login .sec_form .txt1 {
  text-align: center;
}
.page-login .form_input form {
    margin-top: 42px;
}
.page-login .form_input .dl_table_style {
  margin-bottom: 15px;
}
.page-login .block-info {
  margin-top: 60px;
  border: 5px solid #bfbfbf;
  padding: 2px;
}
@media only screen and (max-width: 767px) {
  .page-login .block-info {
    margin-top: 40px;
    border: 4px solid #bfbfbf;
  }
}
.page-login .block-info .inner {
  border: 1px solid #b7d742;
  padding: 50px 60px;
}
@media only screen and (max-width: 767px) {
  .page-login .block-info .inner {
    padding: 20px 20px;
  }
}
.page-login .block-info .inner .l-division {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-login .block-info .inner .l-division {
    margin-bottom: 25px;
  }
}
.page-login .block-info .inner .l-division:last-child {
  margin-bottom: 0;
}
.page-login #content_area .block-info p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .page-login #content_area .block-info p {
    line-height: 1.8;
  }
}
.page-login .block-info .inner .btn_style02 {
  margin: 10px 0 15px;
}
.page-login .block-info .inner .btn_style02 a {
  padding: 25px 0 10px;
}
.page-login .block-info .inner .btn_style02 span {
  display: block;
  color: red;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 10px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .page-login .page_ttl {
    background-size: cover;
  }
}

/* ========== end △ */