.banner{
    width: 100%;
    height: 500px;
    margin-top: 48px;
    margin-bottom: 85px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner p{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0px 2px 2px #386eb2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
}
.banner p span{
    padding: 10px 0;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
.banner_p{
    position: absolute;
    right: 55px !important;
    bottom: 20px !important;
    left: initial !important;
    width: initial !important;
}
.banner_p .swiper-pagination-bullet-active{
    background: #c7000b !important;
    border-radius: 50px;
    margin: 0 4px;
}
.swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #dfdedf;
    opacity: 1;
}
.title{
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}
.subtitle{
    font-size: 24px;
    font-weight: bold;
    margin: 37px 0 25px;
    color: #212529;
}
.box{
    display: grid;
    grid-template-columns: repeat(3,365px);
    justify-content: space-between;
}
.r_con{
    min-height: 325px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdedf;
}
.r_mes{
    font-size: 14px;
    margin: 15px 0 10px;
    color: #909192;
}
.r_mes span:nth-of-type(2){
    margin: 0 10px;
}
.r_title{
    font-size: 20px;
    line-height: 1.2;
    color: #212529;
    font-weight: bold;
}
.more{
    font-size: 16px;
    padding: 14px 59px;
    font-weight: bold;
    display: inline-block;
    float: right;
    color: #fff;
    cursor: pointer;
    background: #c7000b;
}
.gray_bg{
    margin-top: 80px;
    margin-bottom: 42px;
    background: #eeeeee;
    padding: 64px 31px;
}
.gray_bg .title{
    margin-bottom: 37px;
}
.g_con{
    margin-bottom: 40px;
}
.g_con>*{
    font-size: 14px !important;
    line-height: 22px;
    color: #868788;
}
.g_mes span:nth-of-type(2) {
    margin: 0 10px;
}
.g_con h1{
    margin: 15px 0;
}
.img_box{
    width: 100%;
    height: 207px;
    position: relative;
}
.box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_title_bg {
    position: absolute;
    bottom: 0;
    background: #000;
    width: 100%;
    height:40px;
    line-height:40px;
    overflow-y:hidden ;
    z-index: -50;
    opacity: 0.4;
}
.img_title {
    position: absolute;
    bottom: 0px;
    color:#fff;
    font-size:16px;
    font-weight: bold;
    width: 100%;
    z-index: 100;
}
.img_title_padding {
    margin:10px;
}
@media only screen and (max-width:700px) {
  .banner{
    height: 280px;
  }
  /* textsize */
  .banner p{
    font-size: 20px;
  }
  .banner_p {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .title{
    font-size: 24px;
  }
  .subtitle{
    font-size: 20px;
  }
  .r_con{
    padding-bottom: 6px;
    margin-bottom: 30px;
    min-height: initial;
  }
  .r_title{
    font-size: 15px;
  }
  /* text */
  .more {
    font-size: 15px;
    padding: 6px 39px;
  }
  .box {
    display: inline-flex;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    flex-direction: column;
  }
  #matrix_report_yetai{
    height: 1070px;
  }
  .r_con{
    display: block;
  }
  .gray_bg {
    margin-top: 50px;
    margin-bottom: 24px;
    background: #eeeeee;
    padding: 24px;
    height: 1120px;
    overflow: auto;
  }
  h1{
    white-space: pre-wrap;
  }
  .footer_box{
    width: 100%;
    padding: 10px;
    justify-content: center;
  }
  .footer_box img{
    margin: 10px;
  }
}