@charset "utf-8";

.content-01 .content-01-box{
  background-color: #FFF;
  margin-bottom: 16vw;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01-box{
    background-color: #FFF;
    margin-bottom: 60px;
  }
}


.content-01 .contnet-01__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-01 .contnet-01__h4{
    font-size: 20px;
    margin-bottom: 32px;
    padding: 8px;
  }
}

.content-01 .content-01__inner1{
  padding: 0 8.5333vw 8.5333vw;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner1{
    padding: 0 32px 32px;
  }
}

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

.content-01 .content-01__inner1 .content-01-col2__left{
  width: 100%;
  order:2;
  text-align: center;
  padding-top: 6vw;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner1 .content-01-col2__left{
    width: 150px;
    order: 1;
    padding-top: 0;
  }
}

.content-01 .content-01__inner1 .content-01-col2__right{
  width:100%;
  padding: 5.3333vw;
  background-color: #f6f6f6;
  position: relative;
  order: 1;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner1 .content-01-col2__right{
    width: calc(100% - 150px - 60px);
    padding: 20px 50px;
    order: 2;
  }
}

.content-01 .content-01__inner1 .content-01-col2__right::before{
  content: "";
  display: block;
  border-style: solid;
  border-width: 5.8666vw 2.9333vw 0 2.9333vw;
  border-color: #f6f6f6 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -5.1334vw;
  transform: translate(-50% , 0);
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner1 .content-01-col2__right::before{
    content: "";
    display: block;
    border-style: solid;
    border-width: 11px 22px 11px 0;
    border-color: transparent #f6f6f6 transparent transparent;
    position: absolute;
    left: -20px;
    top: 50%;
    bottom: auto;
    transform: translate(0 , -50%);
  }
}

.content-01 .ors-list-item{
  margin-bottom: 0;
}

.content-01 .content01-col2  .ors-list-item__disc{
  margin-bottom: 0;
}

.content-01 .content-01__inner2{
  padding: 32px;
  margin-bottom: 10px;
}

.content-01 .content-01__inner3{
  padding: 0 32px 32px;
}

.content-01 .content-01__inner3 .content-01-col2__left{
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner3 .content-01-col2__left{
    width: 70%;
  }
}

.content-01 .content-01__inner3 .content-01-col2__right{
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-01 .content-01__inner3 .content-01-col2__right{
    width: 30%;
  }
}


.ors-top-content3__voice-item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8vw;
}

.ors-top-content3__voice-list{
  width: calc(50% - 2.266vw);
  background-color: #FFF;
  margin-bottom: 4.5333vw;
  padding: 4vw 3vw;
  font-size: 3.6vw;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ors-top-content3__voice-item{
    margin-bottom: 30px;
  }
  .ors-top-content3__voice-list{
    width: calc(50% - 16px);
    text-align: left;
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 0 0 25px;
    display: flex;
    justify-content:  space-between;
    align-items: center;
  }
}

@media screen and (min-width:768px) and ( max-width:1023px) {
  .ors-top-content3__voice-list{
    width: 100%;
  }
}

.ors-top-content3__voice-list::before{
  content: "";
  background: url(../../../image/common/icon_list_check.svg) no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .ors-top-content3__voice-list::before{
    display: block;
    margin: 0 auto 2.666vw;
    width: 4.8vw;
    height: 4.8vw;
  }
}

@media screen and (min-width: 768px) {
  .ors-top-content3__voice-list::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ors-top-content3__voice-list::after{
    content: "";
    width: calc(100% - 25px);
    height: 1px;
    display: block;
    background-color: #666;
    top: 50%;
    right: 0;
    position: absolute;
  }
}

.ors-top-content3__voice-list .ors-top-content3__voice-text{
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ors-top-content3__voice-list .ors-top-content3__voice-text{
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding-right: 15px;
  }
}

.ors-top-content3__voice-list .ors-top-content3__voice-num{
  color: #c12a2a;
  font-size: 8vw;
  font-weight: bold;
}

.ors-top-content3__voice-list .ors-top-content3__voice-percent{
  color: #c12a2a;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .ors-top-content3__voice-list .ors-top-content3__voice-num{
    position: absolute;
    right: 0;
    background-color: #FFF;
    z-index: 1;
    padding-left: 10px;
    font-size: 30px;
  }
  .ors-top-content3__voice-list .ors-top-content3__voice-percent{
    align-self:flex-end;
    transform: translateY(-8px);
    font-size: 15px;
  }
}

.content-02{
}

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

.content-02 .content-02__inner{
  padding: 32px;
  border: 1px solid #CCC;
  margin-bottom: 15px;;
}

.content-02 .content-02__inner .ors-list-item{
  margin-bottom: 0;
}