#mainBox {
	line-height:1.9;
}

#mainBox img {
	width:100%;
}

#mainBox .topimage {
	margin: 30px 0 60px 0;
}


#mainBox .layoutbox {
    max-width: 660px;
    width: 95%;
    margin: 30px auto;
    padding-bottom: 50px;
}

#mainBox .profile img {
    margin-bottom: 15px;
}

#mainBox .profiletext {
	border: 2px solid #231F20;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 60px;
}

#mainBox .profiletext h4 {
	font-size: 15px;
	color: #3366FF;
}

#mainBox .profiletext p{
	font-size: 13px;
	line-height: 1.7;
	margin-top:0.8em;
}

#mainBox .interview-text{
	margin-bottom: 60px;
}

#mainBox .interview-text h3 {
	font-size: 16px;
	font-weight: bold;
	color: #3366FF;
}

#mainBox .interview-text p {
    font-size: 15px;
    margin-bottom: 35px;
    margin-top: .3rem;
    line-height: 1.8;
}

#mainBox .interview-text img {
    margin-bottom: 40px;
}

#mainBox .movie{
	margin-bottom: 80px;
}

#mainBox .movie iframe {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
    aspect-ratio: 16 / 9;
}

#mainBox .product img {
    max-width: 640px;
    width: 100%;
    margin-bottom: 30px;
    display: block;
}

#mainBox .product .btn {
    max-width: 300px;
    margin: 40px auto 0;
}


#mainBox .product .btn a img {
    margin: 10px 0;
}