/* LESS Document */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
/*+++++++++++++++++++++++++++++++++++++++++++
	h1
+++++++++++++++++++++++++++++++++++++++++++ */
main .h1 {
  background-image: url("/usersupport/catalog/img/bg_h1.jpg");
}
main .h1 h1 {
  color: #FFF;
}
main .h1 .inner {
  background: transparent;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contents
+++++++++++++++++++++++++++++++++++++++++++ */
section:nth-of-type(1) {
  padding-top: 0;
}
.catalogColumn > div {
  margin: 0 0 30px;
}
.catalogColumn > div dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 52px;
  padding: 0px 10px;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  background: #267DCE;
  font-weight: bold;
  line-height: 1.2;
}
.catalogColumn > div dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 15px;
  height: calc(100% - 52px);
  padding: 17px 15px 18px;
  border: #EEEEEE 1px solid;
  border-radius: 0 0 5px 5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .catalogColumn > div dd {
    padding: 10px 8px;
  }
}
.catalogColumn > div dd .photo {
  text-align: center;
}
.catalogColumn > div dd .photo img {
  width: 200px;
  height: 283px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .catalogColumn > div dd .photo img {
    width: 40vw;
    height: 56vw;
  }
}
.catalogColumn > div dd p {
  margin-bottom: 0;
  text-align: center;
}
.catalogColumn > div dd .btn_2 {
  max-width: 200px;
  height: 36px;
  border-radius: 200px;
}
@media screen and (max-width: 767px) {
  .catalogColumn > div dd .btn_2 {
    max-width: 40vw;
    height: 7.2vw;
  }
}
