@charset "UTF-8";
/* CSS Document */

.IA-top-wrapper.IA-pages-voice {
    position: relative;
}
.IA_top_voice.Top-Content {
    padding-top: 0;
}


.abareru-block {
    display: flex;
}

.abareru-img {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.abareru-text {
    position: relative;
    box-sizing: border-box;
    margin-top: 40px;
}
.abareru-text p {
    font-size: 1.2em;
}
.abareru-text p span {
    font-weight: 600;
    display: inline-block;
    margin-bottom: .6em;
}
.abareru-p.comment {
    margin-bottom: 50px;
}
.IA-pages-voice .IA-top-left, .IA-pages-voice .IA-top-right {
    position: absolute;
    display: none;
}

@media screen and (min-width: 768px) {

    .abareru-img {
        width: 36%;
        margin: 0;
        margin-top: 5px;
    }
  .abareru-text {
        flex: 1;
        margin-left: 4%;
        margin-top: 0px;
    }
    .voice-contents {
        margin-top:80px;
    }
        .IA-pages-voice .IA-top-left {
        display: block;
        width: 150px;
        top: 0;
        left:0;
    }
       .IA-pages-voice .IA-top-right {
           display: block;
        width: 150px;
        top: 0;
       right:0;
    }
}

@media screen and (min-width: 960px) {
    .abareru-img {
        width: 36%;
    }
    .IA-pages-voice .IA-top-left {
        width: 200px;
        top: 0;
        left:0;
    }
    .IA-pages-voice .IA-top-right {
        width: 200px;
        top: 0;
       right:0;
    }   
}

@media screen and (max-width:680px) {
      .abareru-block {
        display: block;        
    }
}