@charset "UTF-8";

/* Infomation 
---------------------------------------------------------------------
File Name :  contents.css
Create date :  2018/07/04

// Braek Points
// PC
@media screen and (max-width: 1439px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 979px) {
}
// Tablet
@media screen and (max-width: 767px) {
}
// Phone
@media screen and (max-width: 580px) {
}
---------------------------------------------------------------------
*/


/* --------------------------------
	contentArea
-------------------------------- */

#contentArea {
	padding-top: 80px;
}
@media screen and (max-width: 979px) {
	#contentArea {
		padding-top: 60px;
	}
}
@media screen and (max-width: 767px) {
	#contentArea {
		padding-top: 55px;
	}
}

/* --------------------------------
	breadcrumb
-------------------------------- */
#breadcrumb {
	background-color: #fff;
	/*
	max-width: 1440px;
	*/
	width: 100%;
	padding: 14px 0;
	text-align: left;
}
#breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 10px;
}
#breadcrumb ul li,
#breadcrumb ul li a {
	color: #757575;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
}
#breadcrumb ul li + li:before {
	content: ">";
	margin-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	#breadcrumb {
		display: none;
	}
}


/* --------------------------------
	snsshareArea
-------------------------------- */
.snsshareArea {
	text-align: center;
	padding: 80px 0 60px 0;
}
.snsshareArea p {
	position: relative;
	width: 100%;
}
.snsshareArea p:before {
	content: "";
	display: block;
	border-top: 1px solid #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
}
.snsshareArea p span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 100%;
	background: #fff;
	position: relative;
	padding: 0 20px;
}
.snsshareArea ul {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-top: 36px;
}
.snsshareArea ul li {
	margin: 0 10px;
	width: 130px;
}
.snsshareArea ul li a {
	display: block;
	border-radius: 5px;
	width: 100%;
}
.snsshareArea ul li a:hover {
	text-decoration: none;
	opacity: .65; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=65); /* IE lt 8 */
}
.snsshareArea ul li a.twitter-link { background-color: #000; }
.snsshareArea ul li a.facebook-link { background-color: #3c5a99; }
.snsshareArea ul li a.line-link { background-color: #00c300; }
.snsshareArea ul li a .sns-icon {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.snsshareArea {
		padding: 15px 0 50px 0;
	}
	.snsshareArea p span {
		padding: 0 10px;
	}
	.snsshareArea ul {
		justify-content: space-between;
	}
	.snsshareArea ul li {
		margin: 0;
		width: 30%;
	}
}


/* --------------------------------
	bodyendArea
-------------------------------- */
.layout-bodyend {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bodyendArea-01 .layout-bodyend-box {
	width: 50%;
	padding: 50px 0;
	color: #fff;
	font-size: 14px;
}
.bodyendArea-02 .layout-bodyend-box {
	width: 32%;
	padding: 30px 0;
	font-size: 14px;
}
.bodyendArea-03 .layout-bodyend-box {
	width: calc((100% - 40px) * 0.500);
}
.bodyendArea-01 .containerInner-02,
.bodyendArea-02 .containerInner-02,
.bodyendArea-03 .containerInner-02 {
	margin-bottom: 0;
}
.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6 {
	width: calc((100% - 20px) * 0.500);
}
.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6:nth-child(odd) {
	width: 49%;
	padding: 0 20px 0 45px;
}
.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6:nth-child(even) {
	width: 51%;
	padding-right: 40px;
}
@media screen and (max-width: 979px) {
	.bodyendArea-01 .layout-bodyend-box {
		font-size: 12px;
	}
	.bodyendArea-02 .layout-bodyend-box {
		font-size: 11px;
	}
}
@media screen and (max-width: 767px) {
	.bodyendArea-01 .layout-bodyend-box {
		width: calc(50% - 5px);
		padding: 20px 5px;
		font-size: 12px;
	}
	.bodyendArea-02 .layout-bodyend-box {
		padding: 15px 0;
		font-size: 12px;
	}
	.bodyendArea-03 .layout-bodyend-box {
		width: 100%;
	}
	.bodyendArea-03 .layout-bodyend-box + .layout-bodyend-box {
		margin-top: 10px;
	}
	.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6 {
		width: 100%;
		margin-bottom: 0;
	}
	.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6:nth-child(odd),
	.layout-bodyend .layout-grid.layout-w6w6 .layout-box-w6:nth-child(even) {
		width: 100%;
		padding: 0;
	}
}

/* bodyendArea-01 */
.bodyendArea-01 {
	background-color: #292929;
}
.bodyendArea-01 p {
	line-height: 160%;
}
.bodyendArea-01 .bodyend-head {
	color: #aa1432;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
}
.bodyendArea-01 .bodyend-btn a {
	display: inline-block;
	margin: 14px 0 0 0;
	padding: 6px 32px;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	text-align: left;
}
.bodyendArea-01 .bodyend-btn a:hover {
	background-color: #aa1432;
	border: 1px solid #aa1432;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.bodyendArea-01 .bodyend-head {
		font-size: 24px;
		margin-bottom: 2px
	}
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.bodyendArea-01 .bodyend-btn a {
		width: 100%;
		margin: 8px auto;
		padding: 6px 0;
		text-align: center;
	}
	.bodyendArea-01 .bodyend-head {
		font-size: 24px;
		font-weight: bold;
		margin-top: 10px;
	}
}

/* bodyendArea-02 */
.bodyendArea-02 {
	background-color: #cfcfcf;
}
.bodyendArea-02 .bodyend-head {
	color: #aa1432;
	font-size: 18px;
	font-weight: bold;
}
.bodyendArea-02 a.bodyend-btn {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 25px;
	background-color: #fff;
	box-shadow: 2px 2px 0px 0px rgba(176, 176, 176, 1);
	color: #000;
}
.bodyendArea-02 a.bodyend-btn .icon {
	width: 20%;
	color: #aa1432;
}
.bodyendArea-02 a.bodyend-btn .icon span {
	display: inline-block;
	width: 37px;
	height: 37px;
}
.bodyendArea-02 a.bodyend-btn .text {
	width: 80%;
	padding-left: 10px;
}
.bodyendArea-02 a.bodyend-btn .text p {
	line-height: 160%;
}
.bodyendArea-02 a.bodyend-btn .text p + p {
	margin-top: 5px;
}

.bodyendArea-02 a.bodyend-btn:hover,
.bodyendArea-02 a.bodyend-btn:hover .icon,
.bodyendArea-02 a.bodyend-btn:hover p {
	text-decoration: none;
	background-color: #aa1432;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.bodyendArea-02 .bodyend-head {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.bodyendArea-02 .bodyend-head {
		font-size: 12px;
		margin-top: 6px;
	}
	.bodyendArea-02 a.bodyend-btn {
		flex-direction: column;
		justify-content: flex-start;
		height: 94px;
		padding: 10px 10px 10px 10px;
		background-color: #fff;
		box-shadow: 2px 2px 0px 0px rgba(176, 176, 176, 1);
		color: #000;
		text-align: center;
	}
	.bodyendArea-02 a.bodyend-btn .icon {
		width: 100%;
	}
	.bodyendArea-02 a.bodyend-btn .text {
		width: 100%;
		padding-left: 0;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.bodyendArea-02 a.bodyend-btn .text p {
		line-height: 130%;
	}
}

/* bodyendArea-03 */
.bodyendArea-03 {
	background-color: #292929;
	padding: 50px 0;
}
.bodyendArea-03 .layout-bodyend-box {
	background: #fff;
}
@media screen and (max-width: 979px) {
	.bodyendArea-03 {
		padding: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	.bodyendArea-03 {
		padding: 25px 5px;
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	検索結果
	Google CSE Ver.2
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-form-area {
	width: 100%;
	background: #aa1432;
}
.gsc-search-button svg {
	width: 20px;
	height: 20px;
	vertical-align: baseline;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
	border: 0 !important;
	background-color: #aa1432 !important;
	background-image: none !important;
	cursor: pointer;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	padding: 10px 0 !important;
}
.gsc-results svg {
	width: auto;
	height: auto;
	vertical-align: middle;
}
.gsc-result .gs-title {
	height: auto !important;
	overflow: visible !important;
}
.gsc-cursor-box {
	padding: 15px 0 0 0;
}
.gsc-results .gsc-cursor-page {
	padding: 8px 4px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
}
.gsc-results .gsc-cursor-page.gsc-cursor-current-page {
	border: 1px solid #eaeaea;
	background-color: #eaeaea;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #a20015;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	color: #fff !important;
	font-weight: bold !important;
	text-decoration: none !important;
	border-color: #aa1432 !important;
	background-color: #aa1432 !important;
}
.gsc-cursor-box {
	text-align: center !important;
}


.gsc-control-cse {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif !important;
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
	border-color: #B7C2C7;
	border-radius: 4px;
}
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
	border-color: #a20015;
	background-color: #a20015;
	background-image: none;
	filter: none;
}
.gcsc-branding {
	padding: 5px 0 0 0;
	margin: 0;
}
#cse-search-form {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#cse-search-form {
		width: 100%;
	}
}
.gsc-above-wrapper-area {
	border-bottom: 1px solid #eff1f2;
	padding: 5px 0 5px 0;
}
.gsc-result-info {
	margin: 0;
	padding: 0 0 0 10px;
}
form.gsc-search-box {
	padding: 0;
	margin: 0;
}
input.gsc-input {
	border: 1px solid #b7c2c7;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	/*
	margin: 19px 19px 19px 19px;
	*/
	padding: 0;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2,
.gsc-search-button-v2 {
	margin: 5px 19px 5px 0;
}
.cse .gsc-control-cse,
.gsc-control-cse {
	padding: 0 !important;
}
.gsc-results {
	width: 100%;
}
.gs-spelling {
	color: #333333;
	padding: 0 0 10px 5px;
	margin: 0;
}
.gs-spelling a {
	color: #a20015;
	text-decoration: underline;
}
.gsc-webResult.gsc-result,
.gsc-webResult.gsc-result:hover {
	border-color: #ffffff;
	border-bottom-color: #eff1f2;
	border-style: solid;
	padding: 15px;
}
.gsc-resultsHeader {
	border-color: #eff1f2;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
	padding: 0;
	margin: 5px 0;
}
.gsc-thumbnail {
	padding: 0 5px 0 0;
}
img.gs-image {
	border-color: #eff1f2;;
}
div.gs-title {
}
.gsc-webResult.gsc-result,
.gsc-webResult.gsc-result:hover {
padding: 10px 0;
}
.gs-webResult.gs-result a.gs-title{
}
.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b {
	color: #a20015;
}
.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b {
	color: #801a2c;
}
.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b {
	color: #ff6309;
}
.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b {
	color: #ff6309;
}
.gsc-cursor-page {
}
a.gsc-trailing-more-results:link {
	color: #a20015;
	border-color: #eaeaea;
}
.gs-webResult.gs-result .gs-snippet {
	color: #333333;
}
.gs-webResult.gs-result .gs-snippet b {
}
.gs-webResult.gs-result .gs-visibleUrl {
	color: #666666;
}
.gs-webResult.gs-result .gs-visibleUrl-short {
	color: #666666;
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
	background-color: #faecc0;
	border: 1px solid #fabf00;
	padding: 0.5em;
}

.gsc-result .gs-title {
	height: 1.8em;
	overflow: hidden;
}

.gsc-webResult.gsc-result,
.gsc-webResult.gsc-result:hover {
}

.gcsc-more-maybe-branding-root svg {
	width: 1.5em;
	height: auto;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	新着情報
	.info_news
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* --------------------------------
	module.css hack
	headline-02-area
-------------------------------- */
.info_news .headline-02-area {
	margin-bottom: 36px;
}
.info_news .headline-04-area {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.info_news .headline-02-area {
		margin-bottom: 24px;
	}
	.info_news .headline-04-area {
		margin-bottom: 8px;
	}
}


/* --------------------------------
	simpleAccordion
-------------------------------- */

.news-simpleAccordion {
}
.news-simpleAccordion .headline-area {
	width: 100%;
}
.news-simpleAccordion .headline-area .headline-box {
	background-color: #f3f3f3;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	cursor: pointer;
}
.news-simpleAccordion .active .headline-area .headline-box,
.news-simpleAccordion .headline-area .headline-box:hover,
.news-simpleAccordion .headline-area .headline-box:hover * {
	background-color: #aa1432;
	color: #fff;
}
.news-simpleAccordion .headline-area .headline-box h1,
.news-simpleAccordion .headline-area .headline-box h2,
.news-simpleAccordion .headline-area .headline-box h3 {
	font-weight: bold;
	line-height: 140%;
}
.news-simpleAccordion .headline-area .headline-box .hdl {
	font-size: 16px;
}
.news-simpleAccordion .headline-box .marker {
	font-size: 12px;
	margin-left: 10px;
}
.news-simpleAccordion .headline-box .toggle-btn-box {
	background-color: #aa1432;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	text-align: center;
}
.news-simpleAccordion .news-accordion-area {
	margin-top: 1px;
	padding: 22px 25px;
	background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
	.news-simpleAccordion .headline-area .headline-box {
		justify-content: space-between;
		padding: 20px 20px;
	}
	.news-simpleAccordion .headline-area .headline-box .hdl {
		font-size: 13px;
	}
	.news-simpleAccordion .headline-box .toggle-btn-box {
		font-size: 20px;
		line-height: 24px;
		width: 24px;
		height: 24px;
	}
	.news-simpleAccordion .news-accordion-area {
		padding: 12px 12px;
	}
}


/* --------------------------------
	tag-checkbox
-------------------------------- */
.tag-checkbox-area {
}
.tag-checkbox-area .tag-checkbox-box {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.tag-checkbox-area .label-box {
	padding: 0 15px 2px 20px;
	margin: 8px 5px;
	cursor: pointer;
}
.tag-checkbox-area .label-box .checkbox-input {
	display: none;
}
.tag-checkbox-area .label-box .label-text {
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding-left: 28px;
}
.tag-checkbox-area .label-box .label-text:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto 0;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
}
.checkbox-input:checked + .label-text{
}
.checkbox-input:checked + .label-text:after{
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #242424;
	border-right: 3px solid #242424;
}
@media screen and (max-width: 767px) {
	.tag-checkbox-area .label-box {
		padding: 2px 10px;
		margin: 8px;
	}
	.tag-checkbox-area .label-box .label-text {
		font-size: 12px;
		padding-left: 24px;
	}
}


/* tag-color */
.infonews-tag-color-01 { color: #fff; background-color: #69b7a5; }
.infonews-tag-color-02 { color: #fff; background-color: #f391a6; }
.infonews-tag-color-03 { color: #fff; background-color: #6ac0d2; }
.infonews-tag-color-04 { color: #fff; background-color: #f5b25d; }
.infonews-tag-color-05 { color: #fff; background-color: #909de3; }
.infonews-tag-color-06 { color: #fff; background-color: #b96a89; }
.infonews-tag-color-07 { color: #fff; background-color: #d967a5; }
.infonews-tag-color-08 { color: #fff; background-color: #8dce74; }
.infonews-tag-color-09 { color: #fff; background-color: #e7a054; }
.infonews-tag-color-10 { color: #fff; background-color: #8b95c3; }
.infonews-tag-color-11 { color: #fff; background-color: #c0b172; }
.infonews-tag-color-12 { color: #fff; background-color: #67d1cd; }
.infonews-tag-color-13 { color: #fff; background-color: #75acd6; }
.infonews-tag-color-14 { color: #fff; background-color: #eb758b; }
.infonews-tag-color-15 { color: #fff; background-color: #e5bf4b; }
.infonews-tag-color-16 { color: #fff; background-color: #898b92; }




/* --------------------------------
	news-area
-------------------------------- */

.info_news .news-area {
	padding: 0 0 60px 0;
}
a .list-link-area,
.info_news .list-link-area {
	display: block;
	border-bottom: 1px solid #ccc;
	color: #242424 !important;
	padding: 18px 0;
}
a .list-link-area:hover,
.info_news .list-link-area:hover {
	color: #242424;
	text-decoration: none;
}
a .list-link-area:hover .news-box dd span,
.info_news .list-link-area:hover .news-box dd span {
	border-bottom: 1px solid #242424;
	text-decoration: none;
}
.info_news .news-area .news-box {
	width: 100%;
}
.info_news .news-area .news-box:after {
	content: "";
	clear: both;
	display: block;
}
.info_news .news-area .news-box .news-thumb {
	float: right;
	width: 210px;
	margin-left: 30px;
}
.info_news .news-area .news-box .news-thumb img {
	float: right;
	width: auto;
	max-height: 140px;
}
.info_news .news-area .news-box dl {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px 0;
}
.info_news .news-area .news-box dt {
}
.info_news .news-area .news-box dt + dt {
	margin-left: 5px;
}
.info_news .news-area .news-box dt .icon-tag {
	display: inline-block;
	font-size: 15px;
	line-height: 120%;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	vertical-align: baseline;
}
.info_news .news-area .news-box dt .news-icon {
	font-size: 12px;
	display: inline-block;
	line-height: 180%;
	padding: 0 10px;
	text-align: center;
}
.info_news .news-area .news-box dt .news-icon .icon-01 {
}
.info_news .news-area .news-box dd {
	margin-bottom: 12px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.info_news .news-area {
		padding: 0 0 30px 0;
	}
	a .list-link-area,
	.info_news .list-link-area {
		padding: 14px 0;
	}
	.info_news .news-area .news-box .news-thumb {
		width: 105px;
		margin-left: 20px;
	}
	.info_news .news-area .news-box dl {
		padding: 0;
	}
	.info_news .news-area .news-box dt {
	}
	.info_news .news-area .news-box dt .icon-tag {
		margin-right: 0;
	}
	.info_news .news-area .news-box dt .news-icon {
		font-size: 11px;
	}
	.info_news .news-area .news-box dd {
		margin-bottom: 8px;
	}
}

/* news-article */
.info_news .news-area .news-box .news-article {
	margin-top: 15px;
	padding: 30px 0 0 0;
	border-top: 1px solid #707070;
	position: relative;
}
.info_news .news-area .news-box .news-article:before {
	content: "";
	position: absolute;
	top: -4px;
	width: calc((100% - 60px) * 0.333);
	height: 3px;
	border-bottom: 3px solid #aa1432;
}
.info_news .news-area .news-box .news-article p + p {
	margin-top: 30px;
}
.info_news .news-area .news-box .news-article ol {
	list-style-type: decimal;
	padding-left: 1.5em;
	line-height: 150%;
}
.info_news .news-area .news-box .news-article ul {
	list-style-type: none;
	padding-left: 1.5em;
	text-indent: -0.35em;
	line-height: 150%;
}
.info_news .news-area .news-box .news-article ul > li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #9c9c9c;
	position: relative;
	left: -0.5em;
	top: -0.2em;
}
.info_news .news-area .news-box .news-article ul > li + li,
.info_news .news-area .news-box .news-article ol > li + li {
	margin-top: 5px;
}
.info_news .news-area .news-box .news-article .news-img {
	margin: 60px 0 30px 0;
}
.info_news .news-area .news-box .news-article .news-img img {
	width: auto;
}
.info_news .news-area .news-box .news-article .news-images {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.info_news .news-area .news-box .news-article .news-images img {
	width: auto;
	margin: 60px 0 30px;
	height: 100%;
}
.info_news .news-area .news-box .news-article .news-images img + img {
	margin-left: 30px;
}
.info_news .news-area .news-box .news-article .wp-caption {
	display: block;
}
.info_news .news-area .news-box .news-article .wp-caption.alignleft + .news-img {
	margin-top: 0;
}
.info_news .news-area .news-box .news-article .wp-caption.alignright + .news-img {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.info_news .news-area .news-box .news-article p + p {
		margin-top: 20px;
	}
	.info_news .news-area .news-box .news-article .news-img {
		margin: 30px 0 18px 0;
	}
	.info_news .news-area .news-box .news-article .news-img img {
		width: auto;
	}
	.info_news .news-area .news-box .news-article .news-images {
		flex-wrap: wrap;
	}
	.info_news .news-area .news-box .news-article .news-images img {
		width: 100%;
		margin: 30px 0 18px 0;
		height: auto;
	}
	.info_news .news-area .news-box .news-article .news-images img + img {
		margin-left: 0;
	}
}


/* --------------------------------
	news movie
-------------------------------- */

.info_news .movie {
	position:relative;
	width: 100%;
	max-width: 880px;
}
.info_news .movie::before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 56.25%;
}
.info_news .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* --------------------------------
	news-bottom
-------------------------------- */

.info_news .news-bottom {
	width: 100%;
	background-color: #f3f3f3;
	padding: 10px 40px;
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.info_news .news-bottom {
		justify-content: center;
		padding: 27px 0;
		margin-top: 24px;
	}
}

/* --------------------------------
	WordPress Native CSS
-------------------------------- */
.info_news .aligncenter {
	display: block;
	margin: 0 auto;
}
.info_news .alignright {
	float: right;
	margin: 0 0 20px 30px;
}
.info_news .alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

/* --------------------------------
	pagenavi-area
-------------------------------- */

.info_news .pagenavi-area {
	display: block;
}

/* wp-pagenavi */
.info_news .wp-pagenavi {
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.info_news .wp-pagenavi a,
.info_news .wp-pagenavi span {
	color: #000;
	font-weight: normal;
	background-color: #fff;
	border: 2px solid #000;
	padding: 4px 12px;
	margin: 0 10px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.info_news .wp-pagenavi a:hover,
.info_news .wp-pagenavi span.current {
	color: #fff;
	background-color: #aa1432;
	border-color: #aa1432;
}
@media screen and (max-width: 767px) {
	.info_news .wp-pagenavi {
		flex-wrap: nowrap;
	}
	.info_news .wp-pagenavi a,
	.info_news .wp-pagenavi span {
		margin: 0 8px;
	}
	.info_news .wp-pagenavi span.pages,
	.info_news .wp-pagenavi a.first,
	.info_news .wp-pagenavi a.last {
		display: none;
	}
}




