@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.07em;
    line-height: 1.5;
}
img{
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.wrapper{
	width: 1000px;
    max-width: 90%;
	margin: 60px auto 4rem;
}

.article_wrapper{
	width: 800px;
    margin: 120px auto 4rem;
    position: relative;
	color: #555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 80%;
    letter-spacing: 0.07em;
    line-height: 1.5;
}
.article_date_wrap{
	font-size: 13px;
	text-align: center;
}
.article_title{
	color: #66828d;
	font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
    padding: 12px 0;
	margin-bottom: 10px;
	text-align: center;
}
.article_mainimg img{
	border-radius: 3vw;
	width: 100%;
}

.single_contents{
	margin-top: 50px;
	font-size: 13px;
}
.article_head{
	font-weight: bold;
}
.article_text{
	white-space:pre-line;
	text-align: justify;
}
.article_img{
	margin-top: 40px;
}
.article_img img{
	width: 100%;
}



@media screen and (max-width: 768px) {
	.article_wrapper{
		width: 100%;
	}
}