@charset "UTF-8";
/* CSS Document */
.wrapper {
    padding: 170px 0 40px;
}
.container{
	max-width: 900px;
	display: block;
	margin: 0 auto;
}
.article_title{
	  color: #2c2c2c;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 20px;
}
.article_time{
		font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #FF0000;
}
.article_body{
	margin-top: 20px;
}
.postLink a{
	text-decoration: none;
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
}
.postLinks{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.postLink-prev i, .postLink-prev svg {
    margin-right: 10px;
}
.postLink-next i, .postLink-next svg {
    margin-left: 10px;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}

/*スマホ―-------------------------------------------------------------------------------------------------------------------------------*/
@media(max-width:599px){
	.wrapper {
    padding: 90px 0 40px;
		display: block;
		margin: 0 auto;
		max-width: 370px;
}
	.article_title {
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
	.article_time {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FF0000;
}
		p{
		 font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
			color: #2c2c2c;
			font-weight: 400;
	}
}
/*タブレット―-------------------------------------------------------------------------------------------------------------------------------*/
@media(min-width:600px) and (max-width:1024px){
	
 .wrapper {
    padding: 60px 0px;
    display: block;
    max-width: 700px;
    margin: 0 auto;
}
	.article_title {
    color: #2c2c2c;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.article_time {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FF0000;
}
}