@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400&family=Noto+Serif+JP:wght@500&display=swap");
/* -----------------------------------------------------
	basic
----------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: min(0.99vw,15px);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.64583vw;
  }
}

main {
  width: 100%;
  position: relative;
}

#contents {
  background: #f8f8f8;
  padding-top: min(5.29vw,80px);
}

@media screen and (max-width: 768px) {
  #contents {
    padding-top: 19.53125vw;
  }
}

.inner {
  max-width: min(79.37vw,1200px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

a {
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover {
  opacity: .8;
}

@media screen and (max-width: 768px) {
  a img:hover {
    opacity: 1;
  }
}

.en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.mt0 {
  margin-top: 0 !important;
}

/* -----------------------------------------------------
	br
----------------------------------------------------- */
br.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }
}

/* -----------------------------------------------------
  product_list
----------------------------------------------------- */
.product_list {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .product_list {
    margin-top: 3.125vw;
  }
}

.product_list .wrap_inner {
  background: #fff;
  border-radius: min(0.66vw,10px);
  padding: min(2.65vw,40px) min(2.65vw,40px) min(4.23vw,64px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner {
    border-radius: 2.60417vw;
    padding: 7.29167vw 5.20833vw 10.41667vw;
  }
}

.product_list .wrap_inner .ttl {
  font-size: min(1.32vw,20px);
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #2FA350;
  margin-bottom: min(2.65vw,40px);
  padding-bottom: min(0.53vw,8px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .ttl {
    font-size: 4.16667vw;
    border-bottom: 0.26042vw solid #2FA350;
    margin-bottom: 5.20833vw;
    padding-bottom: 3.125vw;
  }
}

.product_list .wrap_inner .ttl:not(:first-child) {
  margin-top: min(3.7vw,56px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .ttl:not(:first-child) {
    margin-top: 10.41667vw;
  }
}

.product_list .wrap_inner h3 {
  font-size: min(1.12vw,17px);
  font-weight: 700;
  line-height: 1.5;
  margin-top: min(2.65vw,40px);
  padding-left: min(1.06vw,16px);
  border-left: 3px solid #2FA350;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner h3 {
    font-size: 3.64583vw;
    margin-top: 7.29167vw;
    padding-left: 3.125vw;
    border-left: 0.78125vw solid #2FA350;
  }
}

.product_list .wrap_inner .text {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .text {
    margin-top: 3.125vw;
  }
}

.product_list .wrap_inner .text p span.fzs {
  font-size: min(0.86vw,13px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .text p span.fzs {
    font-size: 2.86458vw;
  }
}

.product_list .wrap_inner .col3 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: min(2.65vw,40px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    margin-top: 5.20833vw;
  }
}

.product_list .wrap_inner .col3 li {
  width: 31%;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li {
    width: 48%;
    font-size: 3.125vw;
  }
}

.product_list .wrap_inner .col3 li .item_ttl span {
  display: block;
  font-weight: 700;
}

.product_list .wrap_inner .col3 li .img {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .img {
    margin-top: 2.08333vw;
  }
}

.product_list .wrap_inner .col3 li .img a img {
  width: 60%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .img a img {
    width: 100%;
    border: 0.26042vw solid #ccc;
  }
}

.product_list .wrap_inner .col3 li .img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .img a:hover img {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.product_list .wrap_inner .col3 li .file_size {
  margin-top: min(1.06vw,16px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .file_size {
    margin-top: 2.08333vw;
  }
}

.product_list .wrap_inner .col3 li .file_size.pdf span {
  padding-left: min(1.59vw,24px);
  position: relative;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .file_size.pdf span {
    padding-left: 5.20833vw;
  }
}

.product_list .wrap_inner .col3 li .file_size.pdf span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: min(1.06vw,16px);
  height: min(1.39vw,21px);
  background: url(../img/product_list/icon_pdf.png) left top/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li .file_size.pdf span::before {
    width: 3.64583vw;
    height: 4.81771vw;
  }
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col3 li:nth-child(n+3) {
    margin-top: 10%;
  }
}

.product_list .wrap_inner .col5 {
  display: -webkit-box;
  /*Android4.3*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -ms-flex-wrap: wrap;
  /*IE10*/
  -webkit-flex-wrap: wrap;
  /*PC-Safari,iOS8.4*/
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-box-pack: justify;
  /* Android4.3以下、Safari3.1〜6.0 */
  -webkit-justify-content: space-between;
  /* Safari6.1以降 */
  justify-content: space-between;
  margin-top: min(2.65vw,40px);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 {
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    margin-top: 5.20833vw;
  }
}

.product_list .wrap_inner .col5 li {
  width: 18%;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li {
    width: 48%;
    font-size: 3.125vw;
  }
}

.product_list .wrap_inner .col5 li .item_ttl {
  font-weight: 700;
}

.product_list .wrap_inner .col5 li .img {
  margin-top: min(0.79vw,12px);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li .img {
    margin-top: 1.04167vw;
  }
}

.product_list .wrap_inner .col5 li .img a img {
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li .img a img {
    border: 0.26042vw solid #ccc;
  }
}

.product_list .wrap_inner .col5 li .img a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li .img a:hover img {
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
}

.product_list .wrap_inner .col5 li:nth-child(n+6) {
  margin-top: 4%;
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li:nth-child(n+6) {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .product_list .wrap_inner .col5 li:nth-child(n+3) {
    margin-top: 10%;
  }
}
