@charset "UTF-8";
/* CSS Document */
.index.content {
	margin-top: 0;
}
.news__section {
	padding: 30px 0 0;
	word-break: break-all;
}
.news__section .wrap {
	max-width: 1100px;
	width: 100%;
	overflow: hidden;
}
.news__headline01 {
	padding-bottom: 44px;
	font-size: 3.0rem;
	letter-spacing: 2px;
}
.news__headline01 span {
	display: inline-block;
	margin-left: 6px;
	font-size: 1.6rem;
	color: #898989;
	letter-spacing: 0;
}
.news__main {
	float: left;
	max-width: 680px;
	width: 100%;
}
/* index */
.news-indexList {
	overflow: hidden;
	margin: 0 -11px;
}
.news-indexList li {
	float: left;
	width: 212px;
	margin: 0 11px 30px;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.news-indexList li a {
	display: block;
}
.news-indexList li a.photo {
	display: block;
	overflow: hidden;
	position: relative;
	width: 210px;
	height: 210px;
	background-color: #111;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
.news-indexList li a.photo:before {
	pointer-events: none;
	content: '';
	position: absolute;
	z-index: 10;
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	border: solid 12px #eb6d8e;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.news-indexList li a.photo:hover:before {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 0.7;
}
.news-indexList li a.photo img {
	width: 100%;
	height: auto;
	max-width: none !important;
	/*画像のセンタリング（中央寄せ）*/
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.news-indexList li .textarea {
	padding: 10px;
}
.news-indexList li .textarea p.date {
	font-size: 1.4rem;
	font-weight: bold;
	color: #9fa0a0;
	margin-bottom: 10px;
}
.news-indexList li .textarea p.date span {
	font-size: 1.8rem;
	color: #020000;
}
.news-indexList li .textarea a:hover {
	color: #4159a7;
	text-decoration: underline;
}
.news__content {
	padding: 54px 0 44px;
	border-top: 2px solid #918b8a;
}
.news__content:first-child {
	padding-top: 0;
	border-top: none;
}
.news__content .date {
	display: block;
	padding-bottom: 11px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #9fa0a0;
}
.news__content .title {
	padding-bottom: 20px;
	font-size: 2.2rem;
}
.news__content .video {
	padding: 23px 0 36px;
}
.news__content p {
	line-height: 1.8;
	margin-bottom: 15px;
}
.long__text {
	display: block;
	/* Fallback for non-webkit */
	display: -webkit-box;
	max-width: 100%;
	height: 56px;
	/* Fallback for non-webkit */
	margin: 0 auto;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn__detail {
	padding: 7px 0;
	overflow: hidden;
}
.btn__detail .btn_content {
	float: right;
	width: 30%;
	padding: 10px 10px 10px 30px;
}
.btn__detail .btn_content:before {
	left: 6px;
}
.btn__detail .btn_content:after {
	right: 11px;
}
.btn__back {
	padding: 94px 0 300px;
}
.btn__back .btn_content {
	max-width: 286px;
	width: 100%;
}
.pager {
	padding: 28px 0 194px;
	text-align: center;
}
.pager li {
	display: inline-block;
	margin: 0 12px 0 2px;
	color: #9fa0a0;
	cursor: pointer;
	font-size: 1.7rem;
}
.pager .current, .pager li:hover, .pager li:focus {
	color: #231815;
	font-weight: bold;
}
.pager li span {
	display: block;
}
.pager .prev span:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #717171;
}
.pager .next span:before {
	content: "";
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #717171;
}
.pager .prev:hover span:before {
	border-right-color: #231815;
}
.pager .next:hover span:before {
	border-left-color: #231815;
}
.pager a, .pager span {
	display: inline-block;
	margin: 0 12px 0 2px;
	color: #9fa0a0;
	font-size: 1.7rem;
}
.pager .current, .pager a:hover, .pager a:focus {
	color: #231815;
	font-weight: bold;
}
.pager a span {
	display: block;
	margin: 0;
}
.pager .previouspostslink span:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #717171;
}
.pager .nextpostslink span:before {
	content: "";
	display: inline-block;
	margin-left: 13px;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #717171;
}
.pager .previouspostslink:hover span:before {
	border-right-color: #231815;
}
.pager .nextpostslink:hover span:before {
	border-left-color: #231815;
}
.pager .first span:before {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #717171;
}
.pager .first span:after {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 6px solid #717171;
}
.pager .last span:before {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #717171;
}
.pager .last span:after {
	content: "";
	display: inline-block;
	margin-bottom: 1px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #717171;
}
.pager .first:hover span:before, .pager .first:hover span:after {
	border-right-color: #231815;
}
.pager .last:hover span:before, .pager .last:hover span:after {
	border-left-color: #231815;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
@media only screen and (max-width: 320px) {
	.news-indexList li a.photo {
		width: 100%;
		height: 100px !important;
	}
	.pager a, .pager span {
		font-size: 1.4rem;
	}
}
.news__side {
	float: right;
	max-width: 344px;
	width: 100%;
	padding: 37px 32px 22px;
	background-color: #fbf8ec;
	border-radius: 5px;
	color: #666464;
}
.dropdown .select-to-link {
	display: block;
	width: 100%;
	height: 2em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 20px 0 40px;
	border: 2px solid #918b8a;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #fff url(../images/bg_dropdown.png) 12px 50% no-repeat;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	text-indent: 40px;
	position: relative;
}
.dropdown__content {
	display: none;
	background-color: #f9f9f9;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
	position: absolute;
	top: 41px;
	left: 0;
}
.dropdown__content p {
	margin-bottom: 0;
}
.dropdown:hover .dropdown__content {
	display: block;
}
.news__side .title {
	display: inline-block;
	margin-top: 25px;
	padding: 0 16px;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	letter-spacing: 2.1px;
}
.news__side .title:before {
	content: "";
	display: inline-block;
	height: 18px;
	width: 1.5px;
	background-color: #666464;
	position: absolute;
	top: 3px;
	left: 0;
}
.news__side .title:after {
	content: "";
	display: inline-block;
	height: 18px;
	width: 2px;
	background-color: #666464;
	position: absolute;
	top: 3px;
	right: 0;
}
.side__list {
	padding-top: 10px;
}
.side__list li {
	padding-bottom: 14px;
	font-size: 1.6rem;
}
.side__list li:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #9dd3ee;
}
.side__list li a {
	color: #666464;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (max-width: 800px) {
	.index.content {
		margin-top: 65px;
	}
	.news__section {
		padding-top: 0;
		padding-bottom: 30px;
	}
	.news__section .wrap {
		max-width: 100%;
		width: 100%;
		overflow: hidden;
	}
	.news__headline01 {
		margin: 0 0 10px;
		padding: 20px 10px 10px;
		font-size: 2.0rem;
		letter-spacing: 0;
		text-align: center;
	}
	.news__headline01 span {
		margin-left: 6px;
		display: block;
	}
	.news__content .date {
		font-size: 1.2rem;
	}
	.news__content .video {
		padding: 10px 0;
	}
	.news__content .title {
		padding-bottom: 15px;
	}
	.news__content p {
		line-height: 1.5;
		margin-bottom: 30px;
	}
	.news__main {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	/* index */
	.news-indexList {
		overflow: hidden;
		margin: 0 -3%;
	}
	.news-indexList li {
		float: left;
		width: 44%;
		margin: 0 3% 30px;
	}
	.news-indexList li a.photo {
		width: 100%;
		height: 125px;
	}
	.news-indexList li a.photo:before {
		display: none;
	}
	.news-indexList li a.photo img {
		max-width: none !important;
	}
	.long__text {
		height: 50px;
	}
	.btn__detail {
		padding: 7px 8%;
	}
	.btn__detail .btn_content {
		width: 100%;
		float: none;
	}
	.news__content {
		padding: 30px 0 60px;
		border-width: 1px;
	}
	.pager {
		padding: 40px 0 90px;
	}
	.dropdown {
		border-width: 1px;
		font-size: 1.5rem;
	}
	.news__side {
		max-width: 100%;
		padding: 27px 32px 7px;
	}
	.news__side .title {
		margin-top: 25px;
		font-size: 1.6rem;
		font-weight: normal;
		letter-spacing: 0;
		padding: 0px 0 10px;
		border-bottom: solid 1px #000;
		display: block;
	}
	.news__side .title:before, .news__side .title:after {
		content: none;
	}
	.side__list li {
		padding-bottom: 10px;
	}
	.btn__back {
		padding: 24px 0 60px;
	}
}
