@charset "utf-8";
#instagram {
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: 0;
	border: 1px solid #FFC000;
	border-radius: 25px;
	display: flex;
	align-items: center;
}
#instagram img {
	width: 40px;
	margin-left: 25px;
}
#instagram span {
	width: 110px;
	color: #595959;
	text-align: center;
	display: block;
}
#instagram2 {
	width: 40px;
	margin-left: 5px;
	display: block;
}
#home h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #FFC000;
	color: #595959;
	font-size: 20px;
	text-align: center;
}
#home p {
	color: #595959;
}
.news-box {
	width: calc(100% - 20px);
	margin: 1em auto;
	font-size: 14px;
}
.news-box time {
	display: block;
}
.tag {
	width: fit-content;
	padding: 0 5px;
	border: 1px solid #e3007f;
	color: #e3007f;
}
.news-box a {
	margin-top: 0.5em;
	display: block;
}
#news-more {
	margin: 0;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFFAEB;
}
#news-more p {
	margin: 0;
	text-align: center;
}
#news-more a {
	width: 170px;
	margin: 10px auto 0;
	background-color: white;
	display: block;
}
#news-more img {
	width: 100%;
}
#home .post-box {
	background: none;
}
#post-01 {
	padding-top: 15px;
}
#post-02 h3 {
	margin: 0;
	color: #595959;
	font-size: 12px;
}
#post-02 p:nth-of-type(2),
#post-02 p:nth-of-type(3) {
	font-size: 14px;
}
#post-02 a {
	width: 230px;
	height: 30px;
	margin: 0 auto 6px;
	border: 1px solid #007bff;
	color: #007bff;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	display: block;
}
#post-03 > img {
	width: 90px;
	margin: 0 calc(50% - 45px);
}
#post-04 dl {
	margin: 0 10px;
	border-bottom: 1px solid #9e9e9f;
	color: #595959;
	font-size: 12px;
	text-align: center;
}
#post-04 dt {
	padding: 5px;
	font-weight: normal;
	border-top: 1px solid #9e9e9f;
	border-left: 1px solid #9e9e9f;
	border-right: 1px solid #9e9e9f;
	background-color: #FFEBCD;
}
#post-04 dd {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #9e9e9f;
	border-left: 1px solid #9e9e9f;
	border-right: 1px solid #9e9e9f;
}
.ls {
	letter-spacing: 1em;
	text-indent: 1em;
}
.nowrap {
	text-wrap: nowrap;
}
@media only screen and (min-width: 768px) {
	#home h2 {
		font-size: 32px;
	}
	.news-box {
		width: 100%;
		max-width: 800px;
		padding: 0 10px;
		font-size: 18px;
		display: flex;
		flex-wrap: wrap;
	}
	.news-box time {
		width: 160px;
	}
	.news-box a {
		width: 100%;
		margin-top: 1em;
		padding-left: 160px;
	}
	#news-more {
		padding: 15px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#news-more p {
		font-size: 16px;
		text-align: left;
	}
	#news-more a {
		width: 180px;
		margin: 0 0 0 10px;
	}
	#home .post-box {
		margin-left: 0;
	}
	#post-01 {
		padding-top: 2px;
	}
	#post-02 p {
		margin-bottom: 2em;
		font-size: 16px;
		text-align: center;
	}
	#post-02 p:nth-of-type(2),
	#post-02 p:nth-of-type(3) {
		font-size: 19px;
	}
	#post-02 h3 {
		font-size: 16px;
		text-align: center;
	}
	#post-03 p {
		padding: 0 20px;
		font-size: 16px;
	}
	#post-03 p img {
		width: 90px;
		margin: 20px 0 0 20px;
		float: right;
	}
	#post-03::after {
		content: "";
		display: block;
		clear: both;
	}
	#post-04 dl {
		margin: 0 20px 1rem;
		display: flex;
		flex-wrap: wrap;
	}
	#post-04 dt {
		width: 20%;
		font-size: 16px;
	}
	#post-04 dd {
		width: 80%;
		border-left: none;
		font-size: 16px;
		text-align: left;
	}
}
