body {
  /*  フォントの種類  */
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  
  /*  フォントのサイズ  */
  font-size: 16px;
  
  /*  フォントの色  */
  color: #333;
  
  /* 文字間隔の調整の設定 */
  letter-spacing: 0.05em;
  
  /* 行間の設定 */
  line-height: 1.5;
}

.c-pageTitle__sub.u-mt-5 {
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
}

.c-pageTitle__sub.u-mt-5 {
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
}

.c-pageTitle__sub.u-mt-5 {
		font-size: 20px;
		font-weight: bold;
		font-style: normal;
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot {
				padding-top: 0;
		}
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot .l-container {
				padding: 0;
		}
}

.l-footer__inner .l-footer__foot .l-footer__nav {
		/*コピーライト*/
}

.l-footer__inner .l-footer__foot .l-footer__nav li {
		position: relative;
}

.l-footer__inner .l-footer__foot .l-footer__nav li a {
		padding: 0 20px;
}

.l-footer__inner .l-footer__foot .l-footer__nav li a::before {
		content: "";
		position: absolute;
		width: 1px;
		height: 15px;
		background: #fff;
		left: 0;
		top: 50%;
		bottom: 50%;
		margin: auto;
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot .l-footer__nav li a::before {
				content: none;
		}
}

.l-footer__inner .l-footer__foot .l-footer__nav li:last-child a::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 15px;
		background: #fff;
		right: 0;
		top: 50%;
		bottom: 50%;
		margin: auto;
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot .l-footer__nav li:last-child a::after {
				content: none;
		}
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot .l-footer__nav {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				border-top: solid 1px #fff;
		}
		.l-footer__inner .l-footer__foot .l-footer__nav li {
				width: 50%;
				text-align: center;
				border-right: solid 1px #fff;
				border-bottom: solid 1px #fff;
		}
		.l-footer__inner .l-footer__foot .l-footer__nav li:nth-child(even) {
				border-right: none;
		}
		.l-footer__inner .l-footer__foot .l-footer__nav li a {
				padding: 1rem;
		}
}

@media (max-width: 640px) {
		.l-footer__inner .l-footer__foot .c-copyright {
				padding: 1rem 0;
		}
}

/*--------------------------------------------------------------
# ヘッダーボタン
-------------------------------------------------------------- */
.btn_area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.btn_area .btn {
		margin-left: 20px;
}

.btn_area .btn a {
		display: block;
		padding: 6px 16px;
		border-radius: 5rem;
		text-decoration: none;
	font-size: 15px;
}

.btn_area .btn a:hover {
		opacity: 0.8;
}

.btn_area.drawer {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}

.btn_area.drawer .btn {
		margin-left: 30;
}

.btn_area.drawer .btn:first-child {
		margin-left: 0;
}

.btn_area.drawer .btn a {
		margin: 30px 0;
}

.l-header__center {
    grid-area: center;
    padding: 20px 0;
}

/*--------------------------------------------------------------
# TOP　NEWSリスト
-------------------------------------------------------------- */
.home .p-postList__item .p-postList__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.home .p-postList__item .p-postList__body .p-postList__meta {
		/*日付カテゴリー部分*/
		margin: 0;
		width: 320px;
}

@media (max-width: 767px) {
		.home .p-postList__item .p-postList__body .p-postList__meta {
				margin-bottom: 8px;
				width: 100%;
		}
}

.home .p-postList__item .p-postList__body .p-postList__meta .p-postList__times {
		/*日時調整*/
		margin: 0;
	width: 145px;
}
	@media (max-width: 767px) {
		.home .p-postList__item .p-postList__body .p-postList__meta .p-postList__times {
		/*日時調整*/
	width: 135px;
}
	}

.home .p-postList__item .p-postList__body .p-postList__meta .p-postList__times time {
		font-size: 16px;
}

.home .p-postList__item .p-postList__body .p-postList__meta .p-postList__category {
		/*カテゴリー調整*/
		margin: 0;
		width: 130px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #29abe2;
		color: #fff;
		border-radius: 15px;
		opacity: 1 !important;
		padding: 1px 0;
}

.home .p-postList__item .p-postList__body .p-postList__meta .p-postList__category span {
		font-size: 14px;
}

.home .p-postList__item .p-postList__body .p-postList__meta svg.c-postMetas__icon {
		/*アイコン消し*/
		display: none;
}

.home .p-postList__item .p-postList__body .p-postList__title {
		/*日付カテゴリー部分*/
		width: calc(100% - 320px);

}

@media (max-width: 767px) {
		.home .p-postList__item .p-postList__body .p-postList__title {
				width: 100%;
				padding-left: 0;
				font-size: 16px;
		}
}

/*--------------------------------------------------------------
# お知らせ
-------------------------------------------------------------- */
.p-postList.-type-simple .p-postList__link {
	padding: 1.5rem 0.5rem
}

