@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url("/product/img/mv.png")no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro {
  background: #EBEBEB;
  margin-top: 20px;
  display: flex;
  gap: 70px;
  align-items: center;
}
.intro_img{
  width: calc(50% - 10px);
  & figure{
    width: 100%;
  }
  & img{
    width: 100%;
  }
}
.intro_right{
  max-width: 502px;
  font-size: 2.4rem;
  font-weight: bold;
}
.det_block {
  margin-top: 60px;
}
.det_sub{
  margin-top: 30px;
}
.det_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.det_card {
  max-width: 321px;
  width: 100%;
}
.det_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.det_bold {
  font-weight: bold;
  font-size: 2.4rem;
  color: #1f2d8e;
  margin-top: 30px;
}
.det_name {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1f2d8e;
  margin: 15px 0 0;
}
.det_cap {
  margin: 10px 0 0;
}
.fs_2{
  font-size: 2rem;
}
@media screen and ( max-width: 1023px ) {

}
@media screen and ( max-width: 767px ) {
.intro {
  flex-direction: column;
  padding: 30px 5%;
  gap: 20px;
}
.intro_img {
  width: 100%;
}
.intro_right {
  font-size: 1.8rem;
}
.det_flex {
  gap: 20px 10px;
}
.det_card {
  width: calc(50% - 5px);
}
.det_name {
  font-size: min(1.8rem, 5vw);
}
}