@charset "UTF-8";
/* CSS Document */
#header li:nth-child(2) .hvr:before{
      right: 0;
}
#drawer li:nth-child(3){
    font-weight: 700;
    text-decoration: underline;
}

#maintitle{
    background-image: url("../img/voice/mainimage.jpg");
    color: #fff;
}
#maintitle h2,#maintitle p{
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.bg_g{
    background-color: #fafafa;
}
.voice{
    padding: 8em 0;
}
.voice .flexbox{
    justify-content: space-between;
    margin-bottom: 3em;
}
.voice .images{
    width: 35%;
    order: 1;
  position: relative;
}
.voice .txtbox{
    width: 60%;
    order: 2;
    text-align: justify;
}
.voice h3{
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: 500;
    padding: 0.4em 0 1.2em 0;
}
.voice .name{}
.voice .name span{
    font-size: 2rem;
    font-weight: 500;
}
.voice .txtbox .area{
    font-size: 1.4rem;
    padding-bottom: 4em;
}
.voice .txtbox .title{
    font-size: 1.7rem;
    font-weight: 500;
}
.voice .txtbox .txt{
    padding: 0.3em 0 2.5em 0;
}
.voice .step{
    display: flex;
    justify-content: center;
}
.voice .step li{
width: 20.5em;
height: 19.8em;
    text-align: justify;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em 4.5em 0 1.7em;
margin-right: -0.3em;
}
.voice .step li:nth-child(1){
    background-image: url("../img/voice/step1.png");
}
.voice .step li:nth-child(2){
    background-image: url("../img/voice/step2.png");
}
.voice .step li:nth-child(3){
    background-image: url("../img/voice/step3.png");
}
.voice .step li:nth-child(4){
    background-image: url("../img/voice/step4.png");
    width: 17.3em;
    padding: 3em 1.7em 0 1.7em;
}
.voice .step .number{
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 0.5em;
}
.voice .step .date{
    font-weight: 700;
}
.voice .step .tenpo{
    font-size: 1.4rem;
}
.voice .step .txt{
    font-size: 1.5rem;
    line-height: 1.4;
    padding-top: 1em;
}



@media only screen and (max-width: 768px) {
 
.voice{
    padding: 4em 0;
}
.voice .flexbox{
    display: block;
    margin-bottom: 3em;
}
.voice .images{
    width: 100%;
}
.voice .txtbox{
    width: 100%;
}
.voice h3{
    font-size: 2rem;
    padding: 0.4em 0 1.2em 0;
}
.voice .name{}
.voice .name span{
    font-size: 2rem;
    font-weight: 500;
}
.voice .txtbox .area{
    padding-bottom: 3em;
}
.voice .txtbox .title{
    font-size: 1.7rem;
    font-weight: 500;
}
.voice .txtbox .txt{
    padding: 0.3em 0 2.5em 0;
}
.voice .step{
    flex-wrap: wrap;
}
.voice .step li{
    background-position: 0 50%;
    width: 11.3em;
height: 12.7em;
    padding: 1.3em 1em 0 1em;
margin-right: -0.3em;
}
.voice .step li:nth-child(4){
    width: 11.1em;
    padding: 1.3em 1em 0 1em;
}
.voice .step .number{
    font-size: 1.6rem;
    padding-bottom: 0;
}
.voice .step .date{
    font-size: 1.2rem;
}
.voice .step .tenpo{
    font-size: 1.1rem;
}
.voice .step .txt{
    font-size: 1.1rem;
    line-height: 1.4;
    padding-top: 0.5em;
}
}