@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap');
@import url('https://fonts.googleapis.com/css2? family= Zen+Maru+Gothic:wght@300;400;500 & display=swap');

.bg_opacity {
    background-color: #fff0f096;
}

.main_txt {
    color: #494949;
    /* border-bottom: dashed 1px #87CEFA; */
   
}

.main_title:before,
.main_title:after {
	display:none;
}



span.pink {
    color: #ff3535;
}

.article {
    margin: 60px 0px 60px 0px;
    /* font-size: 24px; */
    font-weight: bold;
    color: #ffffff;
    padding: 2px 15px;
    background: transparent;
    border-left: solid 4px #ff5d5d;
    background: linear-gradient(to right, #fd6e86, pink);
    padding: 10px 15px 10px 15px;
}

.interviewer {
    color: #d03c3c;
}

.l_interviewer {
    padding: 30px 30px;
    border: 2px solid pink;
    border-radius: 10px;
    margin-top: 50px;
}

img.interviewer_img {
    width: 100px;
    padding-top: 50px;
}

img.point {
    width: 70%;
    padding-bottom: 20px;
}

.interviewer_name {
    padding-bottom: 0px;
}

.main_column {
	padding: 60px 0px 0px 0px;
	text-align: center;
}

@media screen and (max-width: 520px) {
    .l_interviewer {
        padding: 20px 10px;
        border: 2px solid pink;
        border-radius: 10px;
        margin-top: 50px;
    }

    img.interviewer_img {
        width: 100px;
        padding-top: 50px;
    }


    img.point {
        width: 100%;
        padding-bottom: 10px;
    }

    .interviewer_name {
        padding-bottom: 0px;
    }

}