@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;
}
.feature {
    max-width: 1024px;
    width: 90%;
    margin: 20px auto 0;
    line-height: 2;
}
.fea_top {
    color: #111868;
    font-weight: bold;
}
.fea_indent {
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.product_detail .pro_table--long th{
    border-right: 1px solid #111868;
}
.product_detail .pro_table--long th:last-child{
    border-right: none;
}
.product_detail .pro_table--long th:nth-child(even){
    background: #F0F1F5;
}
.product_detail .pro_table--long td {
    border-right: 1px solid #111868;
}
.product_detail .pro_table--long td:last-child {
    border-right: none;
}
footer{
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
.intro {
    padding: 20px 5%;
}
.sec_title--main {
    font-size: 2.8rem;
}
.sec_title--sub {
    font-size: 1.2rem;
}
.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;
}
  .pro_data--long{
    overflow: auto;
  }
  .product_detail .pro_table--long{
    display: table;
    min-width: 750px;
  }
  .product_detail .pro_table--long tbody{
    display: table-row-group;
    width: auto;
  }
  .product_detail .pro_table--long tr{
    display: table-row;
    width: auto;
  }
  .product_detail .pro_table--long th{
    display: table-cell;
    width: auto;
    padding: 10px;
  }
  .product_detail .pro_table--long td {
    display: table-cell;
    width: auto;
    padding: 10px;
}
}
@media print {

}