@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/rog1ogi.css");

:root {
	--font-din: "din-2014", sans-serif;
}


.hover-opa a {
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hover-opa a:hover {
	 opacity:0.7;
}

/* blog post single */
.post-author {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.post-author-img {
    width: 48%;
	text-align: center;
}
.post-author-img img {
    border-radius: 20px;
}
.post-author-info {
    width: 48%;
}
.post-author-info h3 {
    font-size: 20px;
}
.post-author-info-name {
    display: flex;
    align-items: baseline;
	margin-bottom: 20px;
}
.post-author-info-name .post-author-info-name-ja {
    font-size: 30px;
    font-family: "秀英丸ゴシック B";
	margin-right: 20px;
}
.post-author-info-name .post-author-info-name-en {
    margin-top: 0;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    color: #FCA8AD;
}
.post-author-info-profile {
    font-size: 14px;
}
.post-author-info-profile h4 {
    margin-top: 20px;
    font-size: 20px;
}




@media (max-width: 800px) {


	.post-author {
		display: block;
		margin-top: 40px;
	}
	.post-author-img {
		width: 100%;
	}
	.post-author-info {
		width: 100%;
		margin-top: 30px;
	}
	.post-author-info h3 {
		font-size: 16px;
	}
	.post-author-info-name .post-author-info-name-ja {
		font-size: 24px;
	}
	.post-author-info-name .post-author-info-name-en {
		font-size: 14px;
	}
	.post-author-info-profile h4 {
		font-size: 16px;
	}
}
