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

 file name  : news.css
 author     : Ability Consultant
 style info : よくあるご質問
=================================================================== */
/*icon style*/
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/*@include dots(#color1,#color2,width);*/
/*@include btn_slider(#color1,#color2,size);*/
@-webkit-keyframes scroll_down {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-moz-keyframes scroll_down {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-ms-keyframes scroll_down {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes scroll_down {
	0% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	50% {
		-webkit-transform: translate(0, -10px);
		-moz-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		-o-transform: translate(0, -10px);
		transform: translate(0, -10px);
	}
	100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
	padding-top: 1.5em;
	width: 95%;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
	.con_news {
		padding-top: 0.5em;
		margin-bottom: 2em;
	}
}

.con_news .list_news {
	border-bottom: 1px solid #dedede;
	margin-bottom: 40px;
}

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

.con_news .list_news .item {
	width: 100%;
	border-top: 1px solid #dedede;
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item {
		padding: 0;
	}
}

.con_news .list_news .item a {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item a {
		padding: 0.5em;
	}
}

.con_news .list_news .item a:hover {
	background: #e2f2f0;
}

.con_news .list_news .item a:hover .box_text .txt {
	text-decoration: none;
}

.con_news .list_news .item .img {
	width: 17%;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item .img {
		width: 32%;
	}
}

.con_news .list_news .item .box_text {
	width: 83%;
	padding-left: 15px;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item .box_text {
		width: 68%;
		padding-left: 0.6em;
	}
}

.con_news .list_news .item .box_text .box_timecat {
	font-size: 93%;
}

.con_news .list_news .item .box_text .st_title_item {
	font-size: 93%;
	color: #555;
	text-decoration: underline;
	margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item .box_text .st_title_item {
		text-decoration: none;
		margin-bottom: 0;
	}
}

.con_news .list_news .item .box_text .txt_detail {
	color: #000;
}

@media only screen and (max-width: 767px) {
	.con_news .list_news .item .box_text .txt_detail {
		display: none;
	}
}

.con_news .box_count_news {
	font-size: 100%;
	color: #2f2f2f;
	margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_count_news {
		font-size: 93%;
	}
}

.con_news .box_count_news .number {
	font-size: 215%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_count_news .number {
		font-size: 186%;
	}
}

.con_news .box_content_sidebar:after {
	display: table;
	content: '';
	clear: both;
}

.con_news .box_content_sidebar .box_content {
	float: left;
	width: 74%;
}

.con_news .box_content_sidebar .box_sidebar {
	float: left;
	width: 26%;
	padding-left: 4.6%;
}

@media only screen and (max-width: 1024px) {
	.con_news .box_content_sidebar .box_sidebar {
		padding-left: 3%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_content_sidebar .box_sidebar {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_content_sidebar .box_content,
	.con_news .box_content_sidebar .box_sidebar {
		width: 100%;
	}
}

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

.con_news .box_sidebar .box_widget {
	margin-bottom: 35px;
}

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

.con_news .box_sidebar .box_widget .title_widget {
	position: relative;
	font-weight: normal;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .title_widget {
		position: relative;
		cursor: pointer;
		border: 1px solid #ccc;
		padding: 0.5em 1em;
	}
}

.con_news .box_sidebar .box_widget .title_widget.active:before {
	content: "\f106";
}

.con_news .box_sidebar .box_widget .title_widget:before {
	display: none;
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 0.8em;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .title_widget:before {
		display: block;
	}
}

.con_news .box_sidebar .box_widget .title_widget .en {
	display: block;
	font-family: "Gilda Display", serif;
	font-size: 158%;
	letter-spacing: 0.7em;
	color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .box_sidebar .box_widget .title_widget .en {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .title_widget .en {
		font-size: 129%;
	}
}

@media only screen and (max-width: 1200px) {
	.con_news .box_sidebar .box_widget .title_widget .en {
		letter-spacing: 0.3em;
	}
}

@media print {
	.con_news .box_sidebar .box_widget .title_widget .en {
		letter-spacing: 0.3em;
	}
}

.ie8 .con_news .box_sidebar .box_widget .title_widget .en {
	letter-spacing: 0.3em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .title_widget .en {
		display: none;
	}
}

.con_news .box_sidebar .box_widget .title_widget .jp {
	display: block;
	font-size: 100%;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .title_widget .jp {
		font-size: 115%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_widget .list {
		display: none;
		padding-bottom: 1em;
	}
}

.con_news .box_sidebar .box_category .list > li {
	border-bottom: 1px solid #dedede;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_category .list > li {
		padding: 0 0.5em;
	}
}

.con_news .box_sidebar .box_category .list > li > a {
	display: block;
	position: relative;
	font-size: 93%;
	text-decoration: none;
	padding: 15px 0;
	padding-left: 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_category .list > li > a {
		padding: 0.8em 0;
		padding-left: 1.5em;
	}
}

.con_news .box_sidebar .box_category .list > li > a:hover:before {
	left: 3px;
}

.con_news .box_sidebar .box_category .list > li > a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0.7em;
	font-family: "FontAwesome";
	content: "\f138";
	color: #93c5c0;
	font-size: 118%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_category .list > li > a:before {
		top: 0.5em;
	}
}

.con_news .box_sidebar .box_archive .list > li {
	border-bottom: 1px solid #dedede;
	padding: 15px 0;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_archive .list > li {
		padding: 0.5em 0.5em;
	}
}

.con_news .box_sidebar .box_archive .list > li:first-child .text_acc {
	display: block;
}

.con_news .box_sidebar .box_archive .list > li .st_acc {
	position: relative;
	font-size: 93%;
	color: #000;
	cursor: pointer;
}

.con_news .box_sidebar .box_archive .list > li .st_acc.active:before {
	content: "\f056";
}

.con_news .box_sidebar .box_archive .list > li .st_acc:before {
	display: inline;
	font-family: "FontAwesome";
	content: "\f055";
	color: #93c5c0;
	font-size: 118%;
	margin-right: 0.5em;
}

.con_news .box_sidebar .box_archive .list > li .text_acc {
	display: none;
	padding-top: 0.5em;
	padding-left: 1.5em;
}

.con_news .box_sidebar .box_archive .list > li .text_acc.active {
	display: block;
}

.con_news .box_sidebar .box_archive .list > li .text_acc li {
	margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
	.con_news .box_sidebar .box_archive .list > li .text_acc li {
		margin-bottom: 0.5em;
	}
}

.con_news .box_sidebar .box_archive .list > li .text_acc li a {
	font-size: 93%;
	color: #000;
	text-decoration: none;
}

.con_news .box_pagination {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.con_news .box_pagination {
		text-align: center;
	}
}

.con_news .box_pagination ul.pagi li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2px;
}

.con_news .box_pagination ul.pagi li a {
	display: block;
	font-size: 108%;
	color: #fff;
	background: #dedede;
	border: 0;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0.28em 0.74em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_pagination ul.pagi li a {
		padding: 0.2em 0.68em;
	}
}

.con_news .box_pagination ul.pagi li a:hover, .con_news .box_pagination ul.pagi li a.active {
	color: #fff;
	background: #93c5c0;
}

.con_news .box_pagination ul.pagi_02 {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.con_news .box_pagination ul.pagi_02 li {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	border: 1px solid #e6e6e6;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.con_news .box_pagination ul.pagi_02 li {
		height: auto;
	}
}

.con_news .box_pagination ul.pagi_02 li a {
	display: block;
	font-size: 93%;
	color: #212121;
	text-align: center;
	text-decoration: underline;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

@media only screen and (max-width: 767px) {
	.con_news .box_pagination ul.pagi_02 li a {
		padding: 0.8em 0;
	}
}

.con_news .box_pagination ul.pagi_02 li a:hover {
	text-decoration: none;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news.detail {
	margin-bottom: 70px;
}

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

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

.con_news.detail .box_content_sidebar .box_content {
	padding-right: 7%;
}

@media only screen and (max-width: 1200px) {
	.con_news.detail .box_content_sidebar .box_content {
		padding-right: 5%;
	}
}

@media print {
	.con_news.detail .box_content_sidebar .box_content {
		padding-right: 5%;
	}
}

.ie8 .con_news.detail .box_content_sidebar .box_content {
	padding-right: 5%;
}

@media only screen and (max-width: 1024px) {
	.con_news.detail .box_content_sidebar .box_content {
		padding-right: 0;
	}
}

.con_news.detail .list_news {
	border: 0;
}

.con_news.detail .list_news .item {
	border: 0;
}

.con_news.detail .list_news .item .box_text {
	width: 100%;
	padding-left: 0;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_text {
		margin-bottom: 1em;
	}
}

.con_news.detail .list_news .item .box_text .st_title_item {
	font-size: 172%;
	color: #292929;
	text-decoration: none;
	margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news.detail .list_news .item .box_text .st_title_item {
		font-size: 143%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_text .st_title_item {
		font-size: 129%;
	}
}

.con_news.detail .list_news .item .box_highlight {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_highlight {
		margin-bottom: 1.5em;
	}
}

.con_news.detail .list_news .item .box_highlight .img_top {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_highlight .img_top {
		margin-bottom: 1.5em;
	}
}

.con_news.detail .list_news .item .box_highlight .img_top img {
	width: 100%;
	margin-bottom: 0.5em;
}

.con_news.detail .list_news .item .box_highlight .img_top .caption {
	display: block;
	font-size: 93%;
	color: #211515;
}

.con_news.detail .list_news .item .box_highlight .txt {
	color: #292929;
	margin-bottom: 1em;
}

.con_news.detail .list_news .item .box_more_photo {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_more_photo {
		margin-bottom: 1.5em;
	}
}

.con_news.detail .list_news .item .box_more_photo ul:after {
	display: table;
	content: '';
	clear: both;
}

.con_news.detail .list_news .item .box_more_photo ul li {
	float: left;
	width: 50%;
}

.con_news.detail .list_news .item .box_more_photo ul li img {
	width: 100%;
	margin-bottom: 0.5em;
}

.con_news.detail .list_news .item .box_more_photo ul li .caption {
	display: block;
	font-size: 93%;
	color: #292929;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_more_photo ul li .caption {
		padding-right: 1em;
	}
}

.con_news.detail .list_news .item .box_table .txt {
	color: #292929;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_table .txt {
		margin-bottom: 1.5em;
	}
}

.con_news.detail .list_news .item .box_table table tr th {
	width: 20%;
	background: #f6f6f6;
}

@media only screen and (max-width: 767px) {
	.con_news.detail .list_news .item .box_table table tr th {
		width: 30%;
	}
}

.con_news.detail .list_news .item .box_table table tr td {
	text-align: left;
}

/*# sourceMappingURL=../maps/news.css.map */
