/*!
sp css
 ______________________________*/

 @media screen and (max-width: 1265px) {
 .br_full{
  display: none;
 }
}

@media screen and (max-width: 599px) {

  header h1 img {
    width: 130px;
    height: auto;
    padding-top: 10px;
  }

  .header_r li {
    width: 100px;
    margin-left: 5px;
  }

  .header_r li a {
    font-size: .8rem;
    line-height: 1;
    min-height: 50px;
    display: flex;
    align-items: center;
  }

  .mv {
    background-size: 246%;
  }

  .mv_tit img {
    max-width: 100%;
    width:100%;
  }
  .mv_ribbon {
    margin: 0px auto 12vw;
  }
  .mv_ribbon img {
    width: 64%;
    max-width: 100%;
  }

  ul.mv_products {
    padding: 0 10px;
    max-width: 100%;
    flex-wrap: wrap;
  }

  .merit h3, .products h3{
    margin-bottom: 20px;
  }

  .merit h3 img,
  .products h3 img{
    width: auto;
    height: 40px;
  }

  .merit_flex {
    display: block;
  }

  .merit_flex li {
    width: 100%;
  }

  .merit_flex h4 {
    text-align: center;
  }

  .merit_flex h4 img {
    width: auto;
    height: 25px;
  }

  .merit_flex_in {
    align-items: flex-start;
  }

  .merit_flex_in li:nth-child(1) {
    width: 30px;
  }

  .merit_flex_in li:nth-child(2) {
    width: calc(100% - 40px);
    align-items: flex-start;
  }

  .merit_flex_in li:nth-child(2) h5 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .about_flex {
    display: block;
  }

  .about_flex.rev li {
    width: 100%;
  }

  .about_flex.rev li:nth-child(1) {
    order: 1;
  }

  .about_flex.rev li:nth-child(2) {
    order: 2;
  }

  .about_flex li:nth-child(1),
  .about_flex.rev li:nth-child(1) {
    text-align: center;
  }

  .about_flex li:nth-child(1) img,
  .about_flex.rev li:nth-child(1) img {
    width: 40%;
    height: auto;
    margin-bottom: 20px;
  }

  .about_flex li:nth-child(1),
  .about_flex li:nth-child(2) {
    width: 100%;
  }

  .sec02,
  .about,
  .products,
  .footer_contact{
    padding: 20px 0;
  }

  .sec02 h3 {
    margin-bottom: 30px;
  }

  .sec02 dl {
    max-width: 100%;
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }

  .contents p {
    font-size: 1.4rem;
  }

  ul.mv_products li {
    width: 50%;
    padding: 0 10px;
  }

  .products ul {
    display: block;
  }

  .products ul li {
    width: 100%;
  }

  .products ul li div {
    width:30%;
    text-align: center;
  }

  .products ul li div img {
    width:100%;
    height: auto;
  }

  .products ul li article {
    width:calc(100% - 35%);
  }

  .footer_contact .header_r {
    display: block;
  }

  .footer_contact .header_r li {
    width: 100%;
    margin: 0 0 15px;
  }

  .footer_contact .header_r li a {
    padding: 20px 20px 20px 110px;
    text-align: center;
    font-size: 1.6rem;
    min-width: 100%;
    background-size: 50px 40px;
    background-position: center left 20px;
  }
  .footer_contact p{
    text-align: left;
  }
  .about_flex table td {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .sec02_flex li:nth-child(2) p {
    font-size: 1.4rem;
    margin-bottom:20px;
}
.sec02_flex li:nth-child(1) {
  width: 60%;
  display: flex;
  align-items: flex-start;
}
.sec02_flex li:nth-child(2) h5 {
  font-size: 1.5rem;
}

  /*___________________________________*/
}