@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap&text=マリアンヌ李さんアンディーさんアダムさん奥様ダルドミニクローランド：');

.sp{
    display: none;
}
.totteoki-life *{
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
}

.main-img{
    margin-bottom: 75px;
}
.intro{
    text-align:center;
    font-size: 21px;
    line-height: 2;
    margin-bottom: 75px;
}

.interview-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.interview-list li{
    width: 31.385%;
    margin-bottom: 35px;
}

.interview-list li:last-child{
    margin: 0 auto;
}
.interview-list a{
    display: block;
    box-shadow: 0 5px 7px rgba(0,0,0,.25);
}

.interview-list li.none a{
    pointer-events: none;
}
.interview-list h2{
    text-align:center;
    line-height: 1.5;
    margin-top: 14px;
    margin-bottom: 0;
}
.interview-list h2 strong{
    display: block;
    font-size: 22px;
}
.interview-list h2 strong:after{
    content: " さん";
    font-size: 70%;
}
.interview-list h2 span{
    display: block;
    color: #3da0db;
    font-size: 70%;
}

.profile{
    background: #eaf7ff;
    margin: -80px auto 75px;
    width: 82%;
    position: relative;
    z-index: 2;
    padding: 25px 15px;
}


.profile h2{
    text-align:center;
    line-height: 1.7;
    margin-bottom: 0;
}
.profile h2 em{
    font-size: 32px;
    display: block;
    border-bottom: none;
    font-style: normal;
     line-height: 1.4;
}


.profile h2 strong{
    display: block;
    font-size: 28px;
}
.profile h2 strong:after{
    content: " さん";
    font-size: 70%;
}
.profile h2 span{
    display: block;
    color: #3da0db;
    font-size: 70%;
}

.totteoki-life aside{
    display: block;
    text-align:center;
    margin: -70px 0 75px;
    font-size: 14px;
    font-weight: 500;
}
.interview-inner{
    width: 100%;
    max-width: 798px;
    margin: 0 auto 100px;
}
.interview-inner h3{
    text-align:center;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 25px 0;
    font-size: 25.7px;
    line-height: 1.5;
    margin-bottom: 35px;
}

.interview-inner p{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.85;
    margin-bottom: 60px;
    text-align: justify;
}
.interview-inner p small{
    font-size: 80%;
    font-weight: 500;
    display: block;
    line-height: 1.6;
}
.interview-inner-img{
    width: 400px;
    margin: 0 auto;
    text-align:center;
    font-size: 14px;
    margin-bottom: 60px;
    font-weight: 500;
    line-height: 1.4;
}

.interview-inner-img figure{
    margin-bottom: 10px;
}
ul.interview-inner-img{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

ul.interview-inner-img li{
    width: calc(50% - 15px);
    font-size: 12px;
    text-align:center;
    font-weight: 500;
}

ul.interview-inner-img.center{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

ul.interview-inner-img.center li{
    width: calc(50% - 15px);
    font-size: 14px;
    text-align:center;
    font-weight: 500;
}
.interview-inner p.question{
    font-weight: 700;
    color: #3da0db;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
}

.interview-inner p.question:before{
    content: "――";
    letter-spacing: -0.1em;
    margin-right: 5px;
}

.interview-inner p strong{
    font-weight: 900;
    font-size: 90%;
}

@media only screen and (max-width: 767px){
    
    .sp{
        display: block;
    }
    
    .pc{
        display: none;
    }
    .main-img{
        margin-bottom: 35px;
}
.intro{
    font-size: 13px;
    margin-bottom: 35px;
}
    .intro span{
        display: inline-block;
    }


.interview-list li{
   width: 48%;
    margin-bottom: 20px;
}
.interview-list a{
    display: block;
    box-shadow: 0 3px 4px rgba(0,0,0,.25);
}


.interview-list h2{
    text-align:center;
    line-height: 1.5;
    margin-top: 8px;
    margin-bottom: 0;
}
.interview-list h2 strong{
    display: block;
    font-size: 13px;
}
.interview-list h2 strong:after{
    content: " さん";
    font-size: 70%;
}
    .sns-button{
        padding: 5px 0 0px 0 !important;
    }
.profile{
    background: #eaf7ff;
    margin: -40px auto 35px;
    width: 90%;
    position: relative;
    z-index: 2;
    padding: 15px 10px;
}
.profile h2{
    text-align:center;
    line-height: 1.7;
    margin-bottom: 0;
}
.profile h2 em{
    font-size: 18px;
    display: block;
    border-bottom: none;
    font-style: normal;
   
}


.profile h2 strong{
    display: block;
    font-size: 16px;
}
.totteoki-life aside{
    margin: -30px 0 35px;
    font-size: 12px;
}
.interview-inner{
   
    margin: 0 auto 50px;
}
.interview-inner h3{
    text-align:center;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.interview-inner p{
    font-size: 12px;
    margin-bottom: 30px;
}

.interview-inner-img{
    width: 70%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 11px;
    margin-bottom: 30px;
    line-height: 1.3;
}
    
    ul.interview-inner-img{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    ul.interview-inner-img li{
        width: calc(50% - 15px);
        margin: 0 7.5px;
        font-size: 10px;
    }
    ul.interview-inner-img.center li{
        font-size: 10px;
        line-height: 1.4;
        margin-top: 0 !important;
    }
    
    ul.interview-inner-img li:last-child{
        margin-top: 15px;
    }
    .interview-inner-img figure{
        margin-bottom: 5px;
    }
.interview-inner p.question{
    margin-bottom: 10px;
    font-size: 14px;
}

.interview-inner p.question:before{
    margin-right: 3px;
}

    
    
}