@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_anchor {
    max-width: 800px;
    width: 90%;
    margin: 60px auto 0;
    display: flex;
    justify-content: center;
  flex-wrap: wrap;
    gap: 20px;
}
.pro_item {
    max-width: 241px;
    width: 100%;
}
.pro_item a {
    background: #C5010F;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
}
.pro_container {
    max-width: 1280px;
    width: 100%;
    margin: 60px auto 0;
  position: relative;
}
.pro_tab {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    background: #111868;
    padding: 20px 35px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.intro {
    max-width: 1024px;
    width: 90%;
    margin: 35px auto 0;
  background: url("../img/intro_bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 45px 85px;
}
.intro_inner {
    margin-top: 40px;
    line-height: 2;
}
.pro_gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.pro_photo {
    display: flex;
    flex-direction: column;
}
.pro_photo--tag {
    display: inline-block;
    margin-top: 5px;
}
.pro_flow {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.pro_row {
    margin-top: 40px;
}
.pro_step {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E1E2EC;
}
.pro_num {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    min-height: 49px;
    background: #E1E2EC;
    color: #C5010F;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 20px;
}
.pro_bold {
    font-size: 2rem;
    font-weight: bold;
    color: #111868;
}
.pro_description {
    padding-left: 70px;
    margin-top: 10px;
    line-height: 2;
}
footer{
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
.intro {
    padding: 20px 5%;
}
.pro_tab {
    padding: 20px 5%;
}
.pro_num {
    min-width: 40px;
    min-height: 40px;
    margin-right: 10px;
}
.pro_bold {
    font-size: 1.8rem;
}
.pro_description {
    padding: 0;
    line-height: 1.5;
}
}
@media print {

}