@charset "utf-8";

/**sub_main*********************************/
.sub_main .title_04 {
    text-align: center;
}

.sub_main .bottom_text {}

/*700px以上*/
@media (min-width: 700px) {
    .sub_page .img_area {
        width: 50%;
        height: unset;
        padding: 0;
    }
}

/*900px以上*/
@media (min-width: 900px) {}


/*****voice_02******************************/
.voice_box {
   background-color: #fff;
  padding: 2rem 4%;
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.voice_box .img {
    max-width: 400px;
}

.voice_box .comment {
    padding: 1rem 0;
}

.voice_box dl {}

.voice_box dt {
    color: #CD5E3C;
    /*15-16px*/
    font-size: clamp(0.938rem, 0.925rem + 0.06vw, 1rem);
    border-bottom: solid 2px;
    padding: 0 0 0.4em;
    margin: 0 0 1em;
}

.voice_box dd {}

/*700px以上*/
@media (min-width: 700px) {
    .voice_box .img {
        float: left;
        padding: 1rem;
        background-color: #fff;
    }

}

/*900px以上*/
@media (min-width: 900px) {
    .voice_box .img {
        padding: 1rem 2rem;
        max-width: 510px;
    }
}