@charset "UTF-8";
.sec_tit {
	font-size: 2.5rem;
	padding: 2px 16px;
	display: inline-block;
	margin-bottom: 4rem;
	border: 2px solid #000;
}

@media screen and (max-width: 767px) {
	.sec_tit {
		font-size: 1.8rem;
		margin-bottom: 2rem;
	}
}

#news .news-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media screen and (max-width: 767px) {
	#news .news-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#news .news-main {
	width: 75%;
	padding-right: 30px;
}

#news .news-main .news-content {
	margin-bottom: 80px;
}

#news .news-main .news-content .blk {
	color: #000;
	display: block;
}

#news .news-main .news-content .blk:after {
	content: "";
	height: 1px;
	width: 0;
	display: block;
	background-color: #000;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

#news .news-main .news-content .blk:hover:after {
	width: 100%;
}

#news .news-main .news-content .blk:nth-of-type(n + 2) {
	margin-top: 25px;
}

#news .news-main .news-content .blk .ttl {
	margin-bottom: 5px;
}

#news .news-main .pager .page-numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#news .news-main .pager .page-numbers li {
	font-size: 1.8rem;
	line-height: 1;
}

#news .news-main .pager .page-numbers li a,
#news .news-main .pager .page-numbers li span {
	letter-spacing: -2px;
	padding: 4px 8px 6px;
	border: 1px solid #000;
}

#news .news-main .pager .page-numbers li span {
	color: #fff;
	background-color: #000;
}

#news .news-main .pager .page-numbers li:nth-of-type(n + 2) {
	margin-left: 10px;
}

@media screen and (max-width: 767px) {
	#news .news-main {
		width: 100%;
		padding-right: 0;
	}
}

#news .sidebar {
	width: 25%;
	padding-left: 30px;
	border-left: 1px solid #000;
}

#news .sidebar aside:nth-of-type(n + 2) {
	margin-top: 60px;
}

#news .sidebar aside h3 {
	color: #666;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
}

#news .sidebar aside h3:before {
	content: "";
	width: 10px;
	height: 1px;
	background-color: #666;
	margin-right: 7px;
}

#news .sidebar aside ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#news .sidebar aside ul li:nth-of-type(n + 2) {
	margin-top: 5px;
}

#news .sidebar aside ul li a {
	display: block;
}

#news .sidebar aside ul li a:after {
	content: "";
	height: 1px;
	width: 0;
	display: block;
	background-color: #000;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

#news .sidebar aside ul li a:hover:after {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#news .sidebar {
		width: 100%;
		margin-top: 60px;
		padding: 20px;
		border: 1px solid #000;
	}
	#news .sidebar aside ul li:nth-of-type(n + 2) {
		margin-top: 15px;
	}
}

#news-single .ttl {
	margin-bottom: 30px;
}

#news-single .news-main {
	margin-bottom: 100px;
}

#news-single .news-main h1 {
	font-size: 3.6rem;
	font-weight: 600;
}

#news-single .news-main h2 {
	font-size: 3rem;
	font-weight: 600;
}

#news-single .news-main h3 {
	font-size: 2.4rem;
	font-weight: 600;
}

#news-single .news-main h4 {
	font-size: 2rem;
}

#news-single .news-main h5 {
	font-size: 1.8rem;
}

#news-single .news-main p {
	margin-bottom: 2rem;
}

#news-single .news-main ul {
	margin-bottom: 3rem;
}

#news-single .news-main ul li:before {
	content: "●";
}

#news-single .news-main img {
	max-width: 100%;
	width: auto;
	margin-bottom: 3rem;
}

#news-single .backbtn a:before {
	content: "＜";
	margin-right: 15px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

#news-single .backbtn a:hover:before {
	margin-right: 5px;
}

#contact {
	padding: 0;
}

#contact .wpcf7-form > p:nth-of-type(n + 2) {
	margin-top: 35px;
}

#contact .read {
	margin-bottom: 4rem;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"] {
	max-width: 400px;
	width: 100%;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contact textarea {
	max-width: 650px;
	width: 100%;
	padding: 5px 10px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#contact .wpcf7-submit {
	padding: 0 30px;
	line-height: 2.2;
	color: #fff;
	background-color: #000;
	border: none;
	cursor: pointer;
}

#contact .note {
	font-size: 1rem;
}

#contact .wpcf7-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#contact .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}

#thanks main {
	padding-top: 7rem;
}

#thanks h3 {
	font-size: 2rem;
	margin-bottom: 4rem;
}

.grecaptcha-badge {
	z-index: 200;
}
