@charset "utf-8";

.content-01 .content01-col2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .content-01 .content-01-col2__left{
    margin-bottom: 4vw;
  }
}

@media screen and (min-width: 768px) {
  .content-01 .content-01-col2__left{
    width: 113px;
  }
}

@media screen and (max-width: 767px) {
  .content-01 .content-01-col2__left img{
    width: 15vw;
  }
}

@media screen and (min-width: 768px) {
  .content-01 .content-01-col2__right{
    width: calc(100% - 150px);
  }
}

.content-02 .content-02-box{
}
@media screen and (min-width: 768px) {
  .content-02 .content-02-box{
  }
}

.content-02 .contnet-02__h4{
  font-size: 5.3333vw;
  margin-bottom: 8.5333vw;
  padding: 2.1333vw;
  background-color: #a2201c;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-02 .contnet-02__h4{
    font-size: 20px;
    margin-bottom: 32px;
    padding: 8px;
  }
}

.content-02 .ors-rayout-col3__item{
  margin-top:  8.5333vw;
}
@media screen and (min-width: 768px) {
  .content-02 .ors-rayout-col3__item{
    margin-top: 32px;
  }
}
.content-02 .ors-section__h5{
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .content-02 .ors-section__h5{
    margin-bottom: 15px;
  }
}