@charset "UTF-8";
.product-cont {
  width: 100%;
}
.product-cont_top {
  padding-top: 130px;
  padding-bottom: 100px;
  background: rgba(31, 161, 219, 0.7);
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .product-cont_top {
    padding-top: 8.125vw;
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top {
    padding-top: 19.2vw;
    padding-bottom: 2.6666666667vw;
  }
}
.product-cont_top_wrap {
  width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .product-cont_top_wrap {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top_wrap {
    width: calc(100% - 8vw);
  }
}
.product-cont_top_title p {
  font-size: 35px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1600px) {
  .product-cont_top_title p {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top_title p {
    font-size: 5.8666666667vw;
  }
}
.product-cont_top_subtitle p {
  font-size: 22px;
  font-family: "Antenna";
  font-weight: 400;
  color: #00a0e9;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .product-cont_top_subtitle p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top_subtitle p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_top_text {
  margin-top: 35px;
}
@media screen and (max-width: 1600px) {
  .product-cont_top_text {
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top_text {
    margin-top: 2.6666666667vw;
  }
}
.product-cont_top_text p {
  font-size: 24px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #373737;
}
@media screen and (max-width: 1600px) {
  .product-cont_top_text p {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_top_text p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_top_text p br {
  display: none;
}
@media screen and (max-width: 500px) {
  .product-cont_top_text p br {
    display: block;
  }
}
.product-cont_menu {
  width: 100%;
  border-bottom: 1px solid #969696;
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .product-cont_menu {
    margin-top: 0.3125vw;
    border-bottom: 0.0625vw solid #969696;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu {
    margin-top: 2.6666666667vw;
    border-bottom: none;
  }
}
.product-cont_menu_wrap {
  width: 1350px;
  margin: 0 auto;
  border-left: 1px solid #969696;
  box-sizing: border-box;
  display: flex;
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_wrap {
    width: 84.375vw;
    border-left: 0.0625vw solid #969696;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_wrap {
    width: 100%;
    flex-wrap: wrap;
  }
}
.product-cont_menu_item {
  border-right: 1px solid #969696;
  box-sizing: border-box;
  transition: 0.5s all;
  width: calc((100% - 255px) / 5);
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_item {
    border-right: 0.0625vw solid #969696;
    width: calc((100% - 15.9375vw) / 5);
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_item {
    width: 50%;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
  }
}
.product-cont_menu_item:nth-child(3) {
  width: 255px;
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_item:nth-child(3) {
    width: 15.9375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_item:nth-child(3) {
    width: 50%;
  }
}
.product-cont_menu_item:hover {
  background: #2096d5;
}
.product-cont_menu_item:hover a .product-cont_menu_item_text p {
  color: #fff;
}
.product-cont_menu_item a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_item a {
    padding-top: 0.625vw;
    padding-bottom: 0.625vw;
    padding-right: 1.25vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_item a {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 1.3333333333vw;
    padding-left: 1.3333333333vw;
  }
}
.product-cont_menu_item_text p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_item_text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_item_text p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_menu_item_img {
  width: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .product-cont_menu_item_img {
    width: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_menu_item_img {
    width: 4vw;
  }
}
.product-cont_menu_item_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.product-cont_menu_now {
  background: #2096d5;
}
.product-cont_menu_now .product-cont_menu_item_text p {
  color: #fff;
}
.product-cont_wrap {
  background: #E8F4FB;
  padding-bottom: 125px;
}
@media screen and (max-width: 1600px) {
  .product-cont_wrap {
    padding-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_wrap {
    padding-bottom: 16vw;
  }
}
.product-cont_banner {
  width: 100%;
  margin-bottom: 25px;
  padding-top: 50px;
}
@media screen and (max-width: 1600px) {
  .product-cont_banner {
    margin-bottom: 1.5625vw;
    padding-top: 3.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner {
    padding-top: 13.3333333333vw;
    margin-bottom: 0;
  }
}
.product-cont_banner_title {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .product-cont_banner_title {
    height: 4.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner_title {
    height: 10.6666666667vw;
  }
}
.product-cont_banner_title_wrap {
  width: calc(100% + 1920px - 100vw);
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 calc((-1920px + 100vw) / 2);
}
@media screen and (max-width: 1600px) {
  .product-cont_banner_title_wrap {
    width: 120vw;
    margin: 0 calc(50% - 60vw);
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner_title_wrap {
    width: 100%;
    margin: 0 0;
  }
}
.product-cont_banner_title_text {
  display: flex;
  align-items: center;
  width: 1350px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .product-cont_banner_title_text {
    width: 84.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner_title_text {
    width: calc(100% - 8vw);
  }
}
.product-cont_banner_title_text p {
  font-size: 26px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .product-cont_banner_title_text p {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner_title_text p {
    font-size: 4.8vw;
  }
}
.product-cont_banner_title_back {
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  height: 100%;
  background: #5c8bc8;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1600px) {
  .product-cont_banner_title_back {
    width: 45vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_banner_title_back {
    width: 66.6666666667vw;
  }
}
.product-cont_cont {
  width: 100%;
}
.product-cont_cont_wrap {
  width: 1350px;
  margin: 10px auto 0px;
  background: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_wrap {
    width: 84.375vw;
    padding-bottom: 3.75vw;
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_wrap {
    width: calc(100% - 8vw);
    padding-bottom: 8vw;
    margin-top: 5.3333333333vw;
  }
}
.product-cont_cont_wrap:nth-child(2n) .product-cont_cont_concept {
  flex-flow: row-reverse;
}
.product-cont_cont_wrap:nth-child(2n) .product-cont_cont_concept_det {
  padding-left: 60px;
  padding-right: 55px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_wrap:nth-child(2n) .product-cont_cont_concept_det {
    padding-left: 3.75vw;
    padding-right: 3.4375vw;
  }
}
.product-cont_cont_concept {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept {
    display: block;
  }
}
.product-cont_cont_concept_img {
  width: 630px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_img {
    width: 39.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_img {
    width: 100%;
  }
}
.product-cont_cont_concept_img img {
  width: 100%;
  height: auto;
}
.product-cont_cont_concept_img img:nth-child(n+2) {
  margin-top: 5px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_img img:nth-child(n+2) {
    margin-top: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_img img:nth-child(n+2) {
    margin-top: 1.3333333333vw;
  }
}
.product-cont_cont_concept_det {
  width: calc(100% - 630px);
  padding-top: 50px;
  padding-left: 55px;
  padding-right: 60px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det {
    width: calc(100% - 39.375vw);
    padding-top: 3.125vw;
    padding-left: 3.4375vw;
    padding-right: 3.75vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det {
    width: 100%;
    padding-top: 5.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.product-cont_cont_concept_det_title p {
  font-size: 30px;
  font-weight: 600;
  color: #5c8bc8;
  line-height: 1.3;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_title p {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_title p {
    font-size: 5.3333333333vw;
  }
}
.product-cont_cont_concept_det_line {
  display: block;
  height: 2px;
  width: 100%;
  background: #5c8bc8;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_line {
    margin-top: 0.9375vw;
    margin-bottom: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_line {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.product-cont_cont_concept_det_text p {
  font-size: 21px;
  font-weight: 500;
  color: #505050;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_text p {
    font-size: 1.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_text p {
    font-size: 4.2666666667vw;
  }
}
.product-cont_cont_concept_det_text p br {
  display: block;
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_text p br {
    display: none;
  }
}
.product-cont_cont_concept_det_con {
  margin-top: 35px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_con {
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_con {
    margin-top: 5.3333333333vw;
  }
}
.product-cont_cont_concept_det_con p {
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-indent: -18px;
  padding-left: 18px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_con p {
    font-size: 1.125vw;
    text-indent: -1.125vw;
    padding-left: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_con p {
    font-size: 3.7333333333vw;
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.product-cont_cont_concept_det_con p::before {
  content: "■"; /* 四角を追加 */
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_con p::before {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_con p::before {
    font-size: 3.7333333333vw;
  }
}
.product-cont_cont_concept_det_place {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place {
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.product-cont_cont_concept_det_place_title {
  background: #878787;
  padding: 7px 0;
  margin-right: 15px;
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place_title {
    padding-top: 0.4375vw;
    padding-bottom: 0.4375vw;
    margin-right: 0.9375vw;
    width: 7.5vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_title {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    margin-right: 0;
    margin-bottom: 1.3333333333vw;
    width: 26.6666666667vw;
  }
}
.product-cont_cont_concept_det_place_title p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place_title p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_title p {
    font-size: 3.2vw;
  }
}
.product-cont_cont_concept_det_place_text {
  width: calc(100% - 135px);
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place_text {
    width: calc(100% - 8.4375vw);
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_text {
    width: 100%;
  }
}
.product-cont_cont_concept_det_place_text p {
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-indent: -18px;
  padding-left: 18px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place_text p {
    font-size: 1.125vw;
    text-indent: -1.125vw;
    padding-left: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_text p {
    font-size: 3.7333333333vw;
    text-indent: -3.7333333333vw;
    padding-left: 3.7333333333vw;
  }
}
.product-cont_cont_concept_det_place_text p::before {
  content: "・"; /* 四角を追加 */
  font-size: 18px;
  font-weight: 400;
  color: #505050;
  line-height: 1.6;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_concept_det_place_text p::before {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_text p::before {
    font-size: 3.7333333333vw;
  }
}
.product-cont_cont_concept_det_place_text p br {
  display: block;
}
@media screen and (max-width: 500px) {
  .product-cont_cont_concept_det_place_text p br {
    display: none;
  }
}
.product-cont_cont_series {
  margin-top: 65px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series {
    margin-top: 4.0625vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series {
    margin-top: 6.6666666667vw;
  }
}
.product-cont_cont_series_wrap {
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_wrap {
    width: 78.75vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_wrap {
    width: calc(100% - 8vw);
  }
}
.product-cont_cont_series_title {
  width: 100%;
  border-bottom: 1px solid #646464;
}
.product-cont_cont_series_title_text {
  padding-bottom: 5px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_title_text {
    padding-bottom: 0.3125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_title_text {
    padding-bottom: 1.3333333333vw;
  }
}
.product-cont_cont_series_title_text p {
  font-size: 22px;
  font-weight: 600;
  color: #5c8bc8;
  line-height: 1;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_title_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_title_text p {
    font-size: 4.2666666667vw;
  }
}
.product-cont_cont_series_link_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1235px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_wrap {
    width: 77.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_wrap {
    width: 100%;
  }
}
.product-cont_cont_series_link_wrap::after {
  content: "";
  width: 280px;
  margin-top: 35px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_wrap::after {
    width: 17.5vw;
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_wrap::after {
    display: none;
  }
}
.product-cont_cont_series_link_item {
  width: 280px;
  margin-top: 35px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item {
    width: 17.5vw;
    margin-top: 2.1875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_item {
    width: calc((100% - 2.6666666667vw) / 2);
    margin-top: 4vw;
  }
}
.product-cont_cont_series_link_item a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
.product-cont_cont_series_link_item_img {
  width: auto;
  width: 100%;
  height: 280px;
  border: 2px solid #5C8BC8;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item_img {
    height: 17.5vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_item_img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
  }
}
.product-cont_cont_series_link_item_img img {
  width: auto;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item_img img {
    height: 15.625vw;
  }
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item_img img {
    height: 85%;
  }
}
.product-cont_cont_series_link_item_text {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item_text {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_item_text {
    margin-top: 1.3333333333vw;
  }
}
.product-cont_cont_series_link_item_text p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.5s all;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_link_item_text p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_link_item_text p {
    font-size: 3.2vw;
  }
}
.product-cont_cont_series_btn {
  width: 600px;
  background: #5c8bc8;
  margin: 55px auto 0;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_btn {
    width: 37.5vw;
    margin-top: 3.4375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_btn {
    width: 80%;
    margin-top: 2.6666666667vw;
  }
}
.product-cont_cont_series_btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 15px 20px 15px 25px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_btn a {
    padding-top: 0.9375vw;
    padding-bottom: 0.9375vw;
    padding-right: 1.5625vw;
    padding-left: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_btn a {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 4vw;
    padding-left: 2.6666666667vw;
  }
}
.product-cont_cont_series_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.product-cont_cont_series_btn_text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_btn_text p {
    font-size: 1.125vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_btn_text p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_cont_series_btn_img {
  width: 20px;
}
@media screen and (max-width: 1600px) {
  .product-cont_cont_series_btn_img {
    width: 1.25vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_cont_series_btn_img {
    width: 3.7333333333vw;
  }
}
.product-cont_cont_series_btn_img img {
  width: 100%;
  height: auto;
}
.product-cont #lightweight-steel-door .product-cont_banner_title_back {
  background: #00a0c8;
}
.product-cont #lightweight-steel-door .product-cont_cont_concept_det_title p {
  color: #00a0c8;
}
.product-cont #lightweight-steel-door .product-cont_cont_concept_det_line {
  background: #00a0c8;
}
.product-cont #lightened-steel-door .product-cont_banner_title_back {
  background: #00a098;
}
.product-cont #lightened-steel-door .product-cont_cont_concept_det_title p {
  color: #00a098;
}
.product-cont #lightened-steel-door .product-cont_cont_concept_det_line {
  background: #00a098;
}
.product-cont #steel-door .product-cont_banner_title_back {
  background: #5ca871;
}
.product-cont #steel-door .product-cont_cont_concept_det_title p {
  color: #5ca871;
}
.product-cont #steel-door .product-cont_cont_concept_det_line {
  background: #5ca871;
}
.product-cont #fireproof .product-cont_banner_title_back {
  background: #918c8b;
}
.product-cont #fireproof .product-cont_cont_concept_det_title p {
  color: #918c8b;
}
.product-cont #fireproof .product-cont_cont_concept_det_line {
  background: #918c8b;
}
.product-cont #gaschamber .product-cont_banner_title_back {
  background: #e2aa2a;
}
.product-cont #gaschamber .product-cont_cont_concept_det_title p {
  color: #e2aa2a;
}
.product-cont #gaschamber .product-cont_cont_concept_det_line {
  background: #e2aa2a;
}
.product-cont_link {
  width: 100%;
  background: #D2EAF6;
  padding-top: 135px;
  padding-bottom: 160px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link {
    padding-top: 8.4375vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link {
    padding-top: 13.3333333333vw;
    padding-bottom: 16vw;
  }
}
.product-cont_link_wrap {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_wrap {
    width: 75vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_wrap {
    width: calc(100% - 8vw);
  }
}
.product-cont_link_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .product-cont_link_box {
    display: block;
  }
}
.product-cont_link_item {
  width: calc(50% - 50px);
  border: 4px solid #00aeef;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item {
    width: calc(50% - 3.125vw);
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item {
    width: 100%;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item:first-child {
    margin-top: 0;
  }
}
.product-cont_link_item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
}
.product-cont_link_item_img {
  width: 160px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_img {
    width: 10vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_img {
    width: 26.6666666667vw;
  }
}
.product-cont_link_item_img img {
  width: 100%;
  height: auto;
}
.product-cont_link_item_in {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.product-cont_link_item_in_icon {
  width: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_icon {
    width: 2.5vw;
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_in_icon {
    width: 6.6666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.product-cont_link_item_in_icon:first-child {
  margin-left: 0px;
}
.product-cont_link_item_in_icon img {
  width: 100%;
  height: auto;
}
.product-cont_link_item_in_text {
  margin-right: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_text {
    margin-right: 3.125vw;
    margin-left: 1.875vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_in_text {
    margin-right: 5.3333333333vw;
    margin-left: 4vw;
  }
}
.product-cont_link_item_in_text p {
  font-size: 22px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_text p {
    font-size: 1.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_in_text p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_link_item_in_arrow {
  margin-right: 35px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_arrow {
    margin-right: 2.1875vw;
  }
}
.product-cont_link_item_in_arrow p {
  font-size: 28px;
  font-family: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #00aeef;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_arrow p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_in_arrow p {
    font-size: 3.7333333333vw;
  }
}
.product-cont_link_item_in_mail {
  width: 70px;
}
@media screen and (max-width: 1600px) {
  .product-cont_link_item_in_mail {
    width: 4.375vw;
  }
}
@media screen and (max-width: 500px) {
  .product-cont_link_item_in_mail {
    width: 8vw;
  }
}/*# sourceMappingURL=product-cont.css.map */