@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_news, .con_news .main .con_pager_detail {
	max-width: 1260px;
	width: 89.58333%;
	margin-left: auto;
	margin-right: auto;
}

.con_news:after, .con_news .main .con_pager:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	キービジュアル
----------------------------------------------------------- */
.lower .con_main .box_img {
	background-image: url(../copy/images/bg_title.jpg);
}

/* -----------------------------------------------------------
	.con_news
----------------------------------------------------------- */
.con_news {
	max-width: 1260px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 1410px) {
	.con_news {
		width: 89.58333%;
	}
}

@media print {
	.con_news {
		width: 89.58333%;
	}
}

.ie8 .con_news {
	width: 89.58333%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news {
		margin-bottom: 40px;
	}
}

.con_news .main {
	width: 70%;
	float: left;
	/* -----------------------------------------------------------
	.con_news //これより下は詳細ページのcss
----------------------------------------------------------- */
}

@media only screen and (max-width: 1024px) {
	.con_news .main {
		width: 100%;
		float: none;
	}
}

.con_news .main .box_news {
	border-bottom: 1px solid #cccccc;
	padding: 23px 0;
	padding-right: 2em;
	overflow: hidden;
	position: relative;
}

.con_news .main .box_news:first-child {
	border-top: 1px solid #cccccc;
}

.con_news .main .box_news:before, .con_news .main .box_news:after {
	content: "";
	display: block;
	width: 2px;
	height: 0.4em;
	background-color: #999999;
	position: absolute;
	right: 1em;
	border-radius: 50%;
}

.con_news .main .box_news:before {
	bottom: 50%;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}

.con_news .main .box_news:after {
	top: 50%;
	transform: rotate(45deg);
	transform-origin: right top;
}

.con_news .main .box_news:last-child {
	border-bottom: 1px solid #cccccc;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news {
		padding: 15px 0 15px 0;
		margin-bottom: 0;
		position: static;
	}
	.con_news .main .box_news:first-child {
		padding: 0 0 15px 0;
	}
}

.con_news .main .box_news a {
	display: block;
	overflow: hidden;
}

.con_news .main .box_news.fitted {
	cursor: pointer;
}

.con_news .main .box_news.fitted.hovered {
	opacity: .7;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news.fitted.hovered {
		background: none;
	}
}

.con_news .main .box_news.fitted.hovered h4 a {
	text-decoration: none;
}

.con_news .main .box_news .img {
	overflow: hidden;
	width: 190px;
	height: 146px;
	position: relative;
	float: left;
	margin-right: 15px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .img {
		width: 100%;
		height: 200px;
		float: none;
	}
}

.con_news .main .box_news .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.con_news .main .box_news .box_info {
	overflow: hidden;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info {
		margin-bottom: 5px;
		width: 100%;
		margin: 1em 0;
	}
}

.con_news .main .box_news .box_info p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .box_news .box_info .date {
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	font-size: 100%;
	font-family: "Cinzel", serif;
	padding: 0 .5em;
	width: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .box_news .box_info .date {
		width: 7em;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news .box_info .date {
		text-align: left;
		width: 5.5em;
		padding: 0;
	}
}

.con_news .main .box_news .box_info .cate {
	font-size: 80%;
	display: inline-block;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .box_news .box_info .cate {
		min-width: 90px;
	}
}

@media print {
	.con_news .main .box_news .box_info .cate {
		min-width: 90px;
	}
}

.ie8 .con_news .main .box_news .box_info .cate {
	min-width: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .box_news .box_info .cate {
		width: 70%;
	}
}

.con_news .main .box_news .box_info .cate li {
	border: 1px solid #cccccc;
	padding: 0 1.5em;
	margin-left: 2px;
	margin-top: 2px;
	display: inline-block;
}

.con_news .main .box_news h4 {
	overflow: hidden;
	margin: 0.5em 0;
	font-weight: normal;
	line-height: 1.5;
}

.con_news .main .box_news h4 a {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_news h4 {
		font-size: 94%;
	}
}

.con_news .main .con_news_title {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_title {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_title .box_news_title {
	overflow: hidden;
	margin: 10px 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title {
		width: 100%;
		margin: 0 auto 10px;
	}
}

.con_news .main .con_news_title .box_news_title a {
	display: block;
}

.con_news .main .con_news_title .box_news_title p {
	display: inline-block;
	vertical-align: middle;
}

.con_news .main .con_news_title .box_news_title .date {
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	font-size: 100%;
	font-family: "Cinzel", serif;
	padding: 0 .5em;
	width: 95px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_title .box_news_title .date {
		width: 7em;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title .box_news_title .date {
		text-align: left;
		width: 5.5em;
		padding: 0;
	}
}

.con_news .main .con_news_title .box_news_title .cate {
	font-size: 80%;
	display: inline-block;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_news_title .box_news_title .cate {
		min-width: 90px;
	}
}

@media print {
	.con_news .main .con_news_title .box_news_title .cate {
		min-width: 90px;
	}
}

.ie8 .con_news .main .con_news_title .box_news_title .cate {
	min-width: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_title .box_news_title .cate {
		width: 70%;
	}
}

.con_news .main .con_news_title .box_news_title .cate li {
	border: 1px solid #cccccc;
	padding: 0 1.5em;
	margin-left: 2px;
	margin-top: 2px;
	display: inline-block;
}

.con_news .main .con_news_title h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 174%;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_title h3 {
		font-size: 160%;
	}
}

.con_news .main .con_news_slide {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_slide {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_slide .box_slide {
	overflow: hidden;
	position: relative;
}

.con_news .main .con_news_slide .box_slide .txt_inn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 7px 15px;
	color: #fff;
	background-color: #333333;
}

.con_news .main .con_news_slide .box_slide .txt_inn p {
	font-size: 80%;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide .box_slide .txt_inn {
		display: none !important;
	}
}

.con_news .main .con_news_slide .txt_caption {
	padding-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_slide .txt_caption {
		text-align: left;
	}
}

.con_news .main .slick-dots {
	bottom: 0;
	position: absolute;
	width: auto;
	counter-reset: count;
}

@media only screen and (min-width: 768px) {
	.con_news .main .slick-dots {
		right: 50px;
		bottom: 50px;
	}
}

@media print {
	.con_news .main .slick-dots {
		right: 50px;
		bottom: 50px;
	}
}

.ie8 .con_news .main .slick-dots {
	right: 50px;
	bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .slick-dots {
		right: 1em;
		bottom: 1em;
	}
}

.con_news .main .slick-dots li {
	counter-increment: count;
	display: block;
	margin-right: 0;
	margin-left: 0;
	position: relative;
	padding: 10px;
}

@media only screen and (min-width: 768px) {
	.con_news .main .slick-dots li {
		width: 10px;
		height: 2px;
	}
	.con_news .main .slick-dots li:before {
		content: "0" counter(count);
		display: inline-block;
		color: #fff;
		font-family: "Crimson Text", serif;
		position: absolute;
		right: 100%;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1;
		opacity: 0;
		transition: 0.2s ease-in opacity;
	}
}

@media print {
	.con_news .main .slick-dots li {
		width: 10px;
		height: 2px;
	}
	.con_news .main .slick-dots li:before {
		content: "0" counter(count);
		display: inline-block;
		color: #fff;
		font-family: "Crimson Text", serif;
		position: absolute;
		right: 100%;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1;
		opacity: 0;
		transition: 0.2s ease-in opacity;
	}
}

.ie8 .con_news .main .slick-dots li {
	width: 10px;
	height: 2px;
}

.ie8 .con_news .main .slick-dots li:before {
	content: "0" counter(count);
	display: inline-block;
	color: #fff;
	font-family: "Crimson Text", serif;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	opacity: 0;
	transition: 0.2s ease-in opacity;
}

@media only screen and (max-width: 767px) {
	.con_news .main .slick-dots li {
		width: 1em;
		height: 0.25em;
	}
}

.con_news .main .slick-dots li button {
	width: 10px;
	height: 2px;
	padding: 0;
	position: relative;
	overflow: visible;
	background-color: rgba(255, 255, 255, 0.4);
}

.con_news .main .slick-dots li button:before {
	display: none;
}

.con_news .main .slick-dots li.slick-active:before {
	opacity: 1;
}

.con_news .main .slick-dots li.slick-active button {
	background-color: white;
}

.con_news .main .con_news_detail01 {
	margin-bottom: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 {
		margin-bottom: 20px;
	}
}

.con_news .main .con_news_detail01 .st_l {
	font-size: 254%;
	margin-bottom: 25px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
}

.con_news .main .con_news_detail01 .st_l:after {
	content: "";
	width: 1em;
	height: 1px;
	background: #555555;
	position: absolute;
	bottom: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_l {
		font-size: 200%;
	}
}

.con_news .main .con_news_detail01 .st_m {
	font-size: 200%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_m {
		font-size: 160%;
	}
}

.con_news .main .con_news_detail01 .st_s {
	font-size: 134%;
	margin-bottom: 25px;
	font-weight: normal;
	padding-bottom: 6px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail01 .st_s {
		font-size: 120%;
	}
}

.con_news .main .con_news_detail {
	margin-bottom: 60px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail.txt {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail.txt {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail.txt {
		margin-bottom: 15px;
	}
}

.con_news .main .con_news_detail .txt {
	text-align: left;
}

.con_news .main .con_news_detail .wrap_movie {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.con_news .main .con_news_detail .wrap_movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.con_news .main .con_news_detail .txt_caption {
	padding-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail .txt_caption {
		text-align: left;
	}
}

.con_news .main .con_news_detail02 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail02 .con_l {
	float: left;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_l {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail02 .con_l dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail02 .con_r {
	float: right;
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail02 .con_r {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail02 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_l, .con_news .main .con_news_detail03 .con_c {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.con_news .main .con_news_detail03 .con_l dd, .con_news .main .con_news_detail03 .con_c dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail03 .con_r {
	float: right;
	width: 31%;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail03 .con_r {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
	}
}

.con_news .main .con_news_detail03 .con_r dd {
	margin-top: 5px;
}

.con_news .main .con_news_detail04 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail04 .box_img {
	float: right;
	width: 56%;
	padding-left: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .box_img {
		width: 100%;
		float: none;
		padding-left: 0;
	}
}

.con_news .main .con_news_detail04 .txt {
	margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail04 .txt {
		margin-top: 5px;
	}
}

.con_news .main .con_news_detail05 {
	margin-bottom: 60px;
	overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 {
		margin-bottom: 40px;
	}
}

.con_news .main .con_news_detail05 .box_img {
	float: left;
	width: 56%;
	padding-right: 50px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .box_img {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

.con_news .main .con_news_detail05 .txt {
	margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_news_detail05 .txt {
		margin-top: 5px;
	}
}

.con_news .main .box_btn {
	margin: auto;
	width: 40%;
	margin-top: 20px;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .box_btn {
		width: 80%;
	}
}

.con_news .main .btn_det {
	background-color: #333333;
	border: none;
}

.con_news .main .con_pager {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.con_news .main .con_pager {
		margin-top: 40px;
	}
}

.con_news .main .con_pager ul {
	text-align: center;
}

.con_news .main .con_pager ul li {
	display: inline-block;
	border: 1px solid #b3b3b3;
	background: #fff;
	vertical-align: top;
}

.con_news .main .con_pager ul li a {
	display: block;
	padding: 7px 15px;
	text-decoration: none;
	text-align: center;
}

.con_news .main .con_pager ul li a:hover, .con_news .main .con_pager ul li a.active {
	background: #eee;
}

.con_news .main .con_pager ul li.prev i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.next i {
	margin-left: 0.5em;
}

.con_news .main .con_pager ul li.back i {
	margin-right: 0.5em;
}

.con_news .main .con_pager ul li.index i {
	margin-right: 0.5em;
}

.con_news .main .con_pager_detail {
	margin-top: 30px;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .main .con_pager_detail {
		margin: 0 auto 15px;
	}
}

.con_news .main .con_pager_detail .box_prev {
	border-right: 1px solid #dddddd;
	width: 50%;
	display: table-cell;
}

.con_news .main .con_pager_detail .box_prev:before {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top: 30%;
	content: "\f104";
	left: 5px;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 19%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_prev:before {
		top: 19%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_prev:before {
	top: 19%;
}

.con_news .main .con_pager_detail .box_prev:hover {
	background: #eee;
}

.con_news .main .con_pager_detail .box_prev a {
	padding-left: 20px;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .main .con_pager_detail .box_next {
	width: 50%;
	display: table-cell;
	text-align: right;
}

.con_news .main .con_pager_detail .box_next:after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	top: 30%;
	font-weight: 900;
	content: "\f105";
	right: 5px;
	opacity: .5;
	font-size: 1.3em;
}

@media only screen and (min-width: 1025px) {
	.con_news .main .con_pager_detail .box_next:after {
		top: 19%;
	}
}

@media print {
	.con_news .main .con_pager_detail .box_next:after {
		top: 19%;
	}
}

.ie8 .con_news .main .con_pager_detail .box_next:after {
	top: 19%;
}

.con_news .main .con_pager_detail .box_next:hover {
	background: #eee;
}

.con_news .main .con_pager_detail .box_next a {
	padding-left: 20px;
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	font-size: .9em;
}

.con_news .side {
	width: 25%;
	float: right;
}

@media only screen and (max-width: 1024px) {
	.con_news .side {
		width: 100%;
		float: none;
		margin-top: 3em;
	}
}

.con_news .side .con_widget {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget {
		margin-bottom: 40px;
	}
}

.con_news .side .con_widget h3 {
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	font-size: 100%;
	font-family: "Cinzel", serif;
	font-weight: normal;
}

.con_news .side .con_widget h3 .en {
	margin: 0 0.5em 0 0;
	font-size: 134%;
}

.con_news .side .con_widget h3 .jp {
	font-size: 87%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.con_news .side .con_widget > ul {
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .side .con_widget > ul {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .side .con_widget > ul {
		margin-bottom: 10px;
	}
}

.con_news .side .con_widget > ul > li {
	display: block;
}

.con_news .side .con_widget > ul > li.active .acc {
	display: block;
}

.con_news .side .con_widget > ul > li .acc {
	display: none;
}

.con_news .side .con_widget > ul > li ul li a {
	padding: 10px 10px 10px 30px;
	background: #eee;
}

.con_news .side .con_widget > ul > li ul li a:after {
	left: 15px;
}

.con_news .side .con_widget > ul > li a {
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	font-size: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #cccccc;
}

.con_news .side .con_widget > ul > li a:hover, .con_news .side .con_widget > ul > li a.active {
	background: #eee;
}

.con_news .side .con_widget > ul > li a.active i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(90deg) !important;
	margin-left: 5px;
}

.con_news .side .con_widget > ul > li a i {
	margin-right: 10px;
}

.con_news .side .con_widget > ul > li span {
	letter-spacing: 0.08em;
	font-feature-settings: "palt";
	font-size: 100%;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	position: relative;
	display: block;
	outline: none;
	text-decoration: none;
	padding: 10px 20px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

.con_news .side .con_widget > ul > li span:hover, .con_news .side .con_widget > ul > li span.active {
	background: #eee;
	cursor: pointer;
}

.con_news .side .con_widget > ul > li span.active i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: rotate(90deg) !important;
	margin-left: 5px;
}

.con_news .side .con_widget > ul > li span i {
	margin-right: 10px;
}
