@charset "utf-8";

@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:374px) {}

/*************************************************

 newsWrap

*************************************************/
#newsWrap {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 90px auto 200px;
	padding: 0 20px;
}
@media only screen and (max-width:991px) {
	#newsWrap {
		display: block;
	}
}
@media only screen and (max-width:767px) {
	#newsWrap {
		margin: 25px auto 100px;
	}
}


/*************************************************

 newsMain

*************************************************/
#newsMain {
	width: calc(100% - 300px);
}
#newsMain .newsMainTitle {
	margin-bottom: 30px;
	padding: 18px 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	background-color: #F0F0F0;
}
@media only screen and (max-width:991px) {
	#newsMain {
		width: auto;
	}
}
@media only screen and (max-width:767px) {
	#newsMain .newsMainTitle {
		margin-bottom: 30px;
		padding: 15px 20px;
		font-size: 15px;
	}
}


/*************************************************

 newsAside

*************************************************/
#newsAside {
	width: 270px;/*225px*/
}
#newsAside .asideBox + .asideBox {
	margin-top: 40px;
}
#newsAside .asideBox .title {
	position: relative;
	padding: 16px 30px 20px;/*16px 40px 20px*/
	color: #fff;
	font-size: 18px;/*22px*/
	font-weight: 700;
	background-color: #2CA6E0;
	line-height: 1.4;
}
@media only screen and (min-width:992px) {
	#newsAside .asideBox .spAccordionBody {
		display: block !important;
	}
}
@media only screen and (max-width:991px) {
	#newsAside {
		width: auto;
		margin-top: 40px;
	}
	#newsAside .asideBox .title.spAccordionBtn {
		cursor: pointer;
	}
	#newsAside .asideBox .title.spAccordionBtn:before {
		position: absolute;
		top: 50%;
		right: 20px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -6px;
		border-right: #fff solid 1px;
		border-bottom: #fff solid 1px;
		transform: rotate(45deg);
		transition: transform 0.3s;
	}
	#newsAside .asideBox .title.spAccordionBtn.on:before {
		margin-top: -2px;
		transform: rotate(-135deg);
	}
	#newsAside .asideBox .spAccordionBody {
		display: none;
	}
}
@media only screen and (max-width:767px) {
	#newsAside .asideBox .title {
		padding: 14px 20px 17px;
		font-size: 15px;
	}
	#newsAside .asideBox + .asideBox {
		margin-top: 25px;
	}
}


/* countList
--------------------------------------*/
#newsAside .countList {
	border: #2CA6E0 solid 1px;
}
#newsAside .countList li + li {
	border-top: #2CA6E0 solid 1px;
}
#newsAside .countList a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}
#newsAside .countList .num {
	width: 40px;
	padding: 2px 0 4px;
	text-align: center;
	font-size: 16px;
	background-color: #EEEEEE;
}
@media only screen and (max-width:767px) {
	#newsAside .countList a {
		padding: 15px 20px;
		font-size: 14px;
	}
	#newsAside .countList .num {
		width: 40px;
		font-size: 12px;
	}
}


/* newArrivalList
--------------------------------------*/
#newsAside .newArrivalList {
	border: #2CA6E0 solid 1px;
}
#newsAside .newArrivalList li + li {
	border-top: #2CA6E0 solid 1px;
}
#newsAside .newArrivalList li a {
	display: flex;
	justify-content: space-between;
	padding: 19px;
	color: #000;
	text-decoration: none;
}
#newsAside .newArrivalList .image {
	width: 42.8475%;/*50.8475%*/
}
#newsAside .newArrivalList .texts {
	width: 50.3729%;/*42.3729%*/
}
#newsAside .newArrivalList .texts .cat {
	margin-bottom: 3px;
	display: flex;
}
#newsAside .newArrivalList .texts .cat > * {
	box-sizing: border-box;
	display: block;
	min-width: 8em;
	padding: 0 1em 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #E7380D;
	text-align: center;
}
#newsAside .newArrivalList .texts .date {
	font-size: 12px;
}
#newsAside .newArrivalList .texts .ttl {
	font-size: 16px;
	line-height: 1.4;
}

/* searchBox
--------------------------------------*/
#newsAside .searchBox form {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding-right: 60px;
}
#newsAside .searchBox input {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#newsAside .searchBox input[type="text"] {
	display: block;
	width: 100%;
	padding: 15px 10px;
	font-size: 14px;
	background-color: #EDEDED;
}
#newsAside .searchBox input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	text-indent: -9999px;
	background:#777 url(../images/common/ico_lens_w.svg) no-repeat center center / 24px auto;
	cursor: pointer;
}
@media only screen and (max-width:767px) {
	#newsAside .searchBox form {
		padding-right: 40px;
	}
	#newsAside .searchBox input[type="text"] {
		padding: 10px;
	}
	#newsAside .searchBox input[type="submit"] {
		width: 40px;
		background-size: 20px auto;
	}
}

/* hoverGray
--------------------------------------*/
#newsAside .hoverGray a {
	transition: background-color 0.3s;
}
.noT #newsAside .hoverGray a:hover {
	background-color: #f5f5f5;
}


/*************************************************

 snsShareBtns

*************************************************/
.snsShareBtns {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 50px;
	-webkit-touch-callout: none;
}
.newsDetails + .snsShareBtns {
	margin: 50px 0 0;
}
.snsShareBtns ul {
	box-sizing: border-box;
	display: flex;
}
.snsShareBtns li {
	flex: 1;
}
.snsShareBtns li + li {
	margin-left: 25px;
}
.snsShareBtns a {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 33.3333%;
	background: no-repeat center center / cover;
}
.snsShareBtns .twitter a { background-image: url(../images/common/label_twitter.jpg); }
.snsShareBtns .facebook a { background-image: url(../images/common/label_facebook.jpg); }
.snsShareBtns .youtube a { background-image: url(../images/common/label_youtube.jpg); }
.snsShareBtns .line a { background-image: url(../images/common/label_line.jpg); }
.snsShareBtns .instagram a { background-image: url(../images/common/label_instagram.jpg); }

@media only screen and (max-width:767px) {
	.snsShareBtns {
		width: calc(100% + 40px);
		margin: 0 -20px 20px;
	}
	.newsDetails + .snsShareBtns {
		margin: 20px -20px 0;
	}
	.snsShareBtns ul {
		width: 770px;
		padding: 0 20px;
	}
	.snsShareBtns li + li {
		margin-left: 10px;
	}
}


/*************************************************

 newsIndexList

*************************************************/
.newsIndexList li {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: #707070 dashed 1px;
	margin-bottom: 70px;
}
.newsIndexList li:first-child {
	border-top: #707070 dashed 1px;
}
.newsIndexList li .image {
	width: 30%;
}
.newsIndexList li .image a {
	display: block;
}
.newsIndexList li .image img {
	width: 100%;
}
.newsIndexList li .texts {
	width: 66%;
}
.newsIndexList li .texts a {
	display: inline-block;
	text-decoration: none;
}
.newsIndexList li .cat {
	display: flex;
	margin-bottom: 10px;
}
.newsIndexList li .cat a {
	box-sizing: border-box;
	display: block;
	min-width: 8em;
	padding: 1px 1em 4px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	background-color: #E7380D;
	border-radius: 5px;
}
.newsIndexList li .catend {
	display: flex;
	margin-bottom: 10px;
}
.newsIndexList li .catend a {
	box-sizing: border-box;
	display: block;
	min-width: 8em;
	padding: 1px 1em 4px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	background-color: #767676;
	border-radius: 5px;
}
.newsIndexList li .ttl {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.5;
}
.newsIndexList li .ttl a {
	color: #000;
	transition: color 0.3s;
}
.noT .newsIndexList li .ttl a:hover {
	color: #E7380D;
}
.newsIndexList li .txt {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5;
}

@media only screen and (max-width:767px) {
	.newsIndexList li {
		display: block;
	}
	.newsIndexList li .image,
	.newsIndexList li .texts {
		width: 100%;
	}
	.newsIndexList li .texts {
		margin-top: 20px;
	}
	.newsIndexList li .cat,
	.newsIndexList li .catend {
		display: flex;
		margin-bottom: 10px;
	}
	.newsIndexList li .cat a,
	.newsIndexList li .catend a{
		min-width: 8em;
		font-size: 14px;
	}
	.newsIndexList li .ttl {
		margin-bottom: 8px;
		font-size: 17px;
	}
	.newsIndexList li .txt {
		margin-bottom: 10px;
		font-size: 14px;
	}
}



/*************************************************

 wp-pagenavi

*************************************************/
.wp-pagenavi {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}
.wp-pagenavi > * {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 33px;
	height: 42px;
	margin: 5px 10px;
	padding-top: 11px;
	color: #000;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: #000 solid 1px;
	background-color: #fff;
	transition: color 0.3s,background-color 0.3s;
	line-height: 1;
}
.wp-pagenavi > a:hover,
.wp-pagenavi > .current {
	color: #fff;
	background-color: #000;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	text-indent: -9999px;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	transition: border-color 0.3s;
}
.wp-pagenavi .previouspostslink:before {
	margin: -3px 0 0 -2px;
	border-left: #000 solid 1px;
	border-bottom: #000 solid 1px;
	transform: rotate(45deg);
}
.wp-pagenavi .nextpostslink:before {
	margin: -3px 0 0 -5px;
	border-top: #000 solid 1px;
	border-right: #000 solid 1px;
	transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
	border-color: #fff;
}
@media only screen and (max-width:767px) {
	.wp-pagenavi {
		margin: 25px 20px 0;
		justify-content: space-between;
	}
	.wp-pagenavi > * {
		display: none;
		margin: 0;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		display: block;
	}
}






/*************************************************

 newsDetails

*************************************************/
.newsDetails {
	padding: 40px 50px;/*60px 70px*/
	background-color: #F0F0F0;
}
.newsDetails .metas {
	display: flex;
	flex-wrap: wrap;
	max-width: 380px;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
	font-size: 16px;
}
.newsDetails .metas i {
	display: inline-block;
	margin-right: 6px;
}
.newsDetails .cat {
	display: flex;
	align-items: center;
	margin: 0 0 10px -20px;
}
.newsDetails .cat > * {
	box-sizing: border-box;
	display: block;
	margin-left: 20px;
	text-decoration: none;
	text-align: center;
}
.newsDetails .cat .new {
	width: 84px;
	padding-bottom: 2px;
	font-size: 22px;
	font-weight: 700;
	background-color: #E6DE00;
	line-height: 1.5;
}
.newsDetails .cat a {
	min-width: 8em;
	padding: 0 10px 2px;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	background-color: #000;
}
.newsDetails .title {
	margin-bottom: 25px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.25;
}
.newsDetails .mainImage {
	margin-bottom: 15px;
}
.newsDetails .mainImage img {
	width: 100%;
}
@media only screen and (max-width:991px) {
	.newsDetails {
		padding: 50px 45px;
	}
}
@media only screen and (max-width:767px) {
	.newsDetails {
		margin: 0 -20px;
		padding: 30px 20px;
	}
	.newsDetails .metas {
		max-width: 278px;
		margin-bottom: 15px;
		font-size: 13px;
	}
	.newsDetails .metas i {
		margin-right: 4px;
	}
	.newsDetails .cat {
		margin: 0 0 10px -10px;
	}
	.newsDetails .cat > * {
		margin-left: 10px;
	}
	.newsDetails .cat .new {
		width: 64px;
		font-size: 16px;
	}
	.newsDetails .cat a {
		padding: 0 7px 1px;
		font-size: 14px;
	}
	.newsDetails .title {
		font-size: 20px;
	}
}



/* inBody
--------------------------------------*/
.newsDetails .inBody {
	font-size: 20px;
}
.newsDetails .inBody * {
	max-width: 100% !important;
}
.newsDetails .inBody:after {
	display: block;
	clear: both;
	height: 0;
	content: "";
}
.newsDetails .inBody h4 {
	margin-bottom: 5px;
	font-size: 133.3%;
	font-weight: bold;
}
.newsDetails .inBody h5 {
	margin-bottom: 5px;
	font-size: 108.3%;
	font-weight: bold;
}
.newsDetails .inBody p {
	margin-bottom: 1.5em;
}
.newsDetails .inBody a {
	color: #008632;
}
.newsDetails .inBody ul,
.newsDetails .inBody ol {
	margin-bottom: 1.5em;
	padding-left: 2.5em;
}
.newsDetails .inBody li {
	margin-bottom: 0.3em;
}
.newsDetails .inBody ul li {
	list-style: disc outside;
}
.newsDetails .inBody ol li {
	list-style: decimal outside;
}
.newsDetails .inBody strong {
	font-weight: bold;
}
.newsDetails .inBody em {
	font-style: italic;
}
.newsDetails .inBody blockquote {
	display: block;
	margin: 15px 0;
	padding: 20px;
	background: #f5f5f5;
}
.newsDetails .inBody blockquote p {
	margin-bottom: 0;
}
.newsDetails .inBody .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.newsDetails .inBody .alignright {
	float: right;
	margin-left: 15px;
}
.newsDetails .inBody .alignleft {
	float: left;
	margin-right: 15px;
}
.newsDetails .inBody *:last-child {
	margin-bottom: 0;
}
@media only screen and (max-width:767px) {
	.newsDetails .inBody .alignright,
	.newsDetails .inBody .alignleft {
		float: none;
		margin: 0 auto;
	}
	.newsDetails .inBody {
		font-size: 14px;
	}
}



/* carInformations
--------------------------------------*/
.newsDetails .carInformations {
	counter-reset: my-counter;
}
.newsDetails .carInformations .box {
	margin-top: 30px;
	background-color: #fff;
}
.newsDetails .carInformations .boxTitle {
	position: relative;
	padding: 12px 0 12px 45px;
	border-bottom: #008632 solid 2px;
	line-height: 1.4;
}
.newsDetails .carInformations .boxTitle:before {
	box-sizing: border-box;
	position: absolute;
	top: 21px;
	left: 18px;
	display: flex;
	justify-content: center;
	height: 20px;
	width: 20px;
	padding-top: 1px;
	font-size: 14px;
	font-weight: 700;
	content: counter(my-counter);
	counter-increment: my-counter;
	border: #000 1px solid;
	border-radius: 50%;
	line-height: 1;
}
.newsDetails .carInformations .boxTitle > * {
	display: inline-block;
	vertical-align: middle;
}
.newsDetails .carInformations .boxTitle .ttl {
	margin-right: 20px;
	padding: 4px 0;
	font-size: 20px;
	font-weight: 700;
}
.newsDetails .carInformations .boxTitle .soldout {
	margin: 2px 0;
	padding: 2px 5px 5px;
	color: #FFF500;
	font-size: 22px;
	font-weight: 700;
	background-color: #DC000C;
	line-height: 1.1;
}
.newsDetails .carInformations .boxFlex {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.newsDetails .carInformations .boxFlex .image {
	width: 56.7073%;
	order: 2;
}
.newsDetails .carInformations .box:nth-child(even) .boxFlex .image {
	order: 1;
}
.newsDetails .carInformations .boxFlex .texts {
	width: 41.5349%;
	order: 1;
}
.newsDetails .carInformations .box:nth-child(even) .boxFlex .texts {
	order: 2;
}
.newsDetails .carInformations .boxFlex .texts > dl {
	box-sizing: border-box;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.newsDetails .carInformations .boxFlex .texts > dl + dl {
	margin-top: 10px;
}
.newsDetails .carInformations .boxFlex .texts > dl > * {
	display: table-cell;
	vertical-align: top;
}
.newsDetails .carInformations .boxFlex .texts > dl > dt {
	width: 90px;
	padding-top: 4px;
}
.newsDetails .carInformations .boxFlex .texts > dl > dt span {
	display: block;
	max-width: 70px;
	padding-bottom: 1px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background-color: #000;
	text-align: center;
}
.newsDetails .carInformations .boxFlex .texts > dl > dd {
	font-size: 16px;
	line-height: 1.8;
}
.newsDetails .carInformations .boxFlex .texts .custom {
	position: relative;
	display: inline-block;
	color: #C30D18;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}
.newsDetails .carInformations .boxFlex .texts .custom small {
	font-size: 0.7em;
	font-weight: 400;
}
.newsDetails .carInformations .boxFlex .texts .default + .custom {
	margin-left: 5px;
	padding-left: 0.9em;
}
.newsDetails .carInformations .boxFlex .texts .default + .custom:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '⇒';
	color: #000;
	font-size: 16px;
	font-weight: 400;
}
@media only screen and (max-width:1300px) and (min-width:992px) {
	.newsDetails .carInformations .boxFlex {
		display: block;
	}
	.newsDetails .carInformations .boxFlex .image,
	.newsDetails .carInformations .boxFlex .texts {
		width: auto;
	}
	.newsDetails .carInformations .boxFlex .image {
		margin-bottom: 20px;
		text-align: center;
	}
}
@media only screen and (max-width:767px) {
	.newsDetails .carInformations .box {
		margin-top: 20px;
	}
	.newsDetails .carInformations .boxTitle {
		padding: 10px 0 10px 35px;
	}
	.newsDetails .carInformations .boxTitle:before {
		top: 18px;
		left: 13px;
		height: 16px;
		width: 16px;
		font-size: 11px;
	}
	.newsDetails .carInformations .boxTitle .ttl {
		margin-right: 10px;
		font-size: 16px;
	}
	.newsDetails .carInformations .boxTitle .soldout {
		padding: 2px 5px 5px;
		font-size: 16px;
	}
	.newsDetails .carInformations .boxFlex {
		display: block;
		padding: 15px;
	}
	.newsDetails .carInformations .boxFlex .image,
	.newsDetails .carInformations .boxFlex .texts {
		width: auto;
	}
	.newsDetails .carInformations .boxFlex .image {
		margin-bottom: 20px;
	}
	.newsDetails .carInformations .boxFlex .image img {
		width: 100%;
	}
	.newsDetails .carInformations .boxFlex .texts > dl {
		display: block;
	}
	.newsDetails .carInformations .boxFlex .texts > dl + dl {
		margin-top: 15px;
	}
	.newsDetails .carInformations .boxFlex .texts > dl > * {
		display: block;
	}
	.newsDetails .carInformations .boxFlex .texts > dl > dt {
		width: auto;
		margin-bottom: 5px;
		padding-top: 0;
	}
	.newsDetails .carInformations .boxFlex .texts > dl > dt span {
		max-width: none;
		padding: 2px 0 4px;
		font-size: 12px;
	}
	.newsDetails .carInformations .boxFlex .texts > dl > dd {
		font-size: 14px;
		line-height: 1.8;
	}
	.newsDetails .carInformations .boxFlex .texts .custom {
		font-size: 18px;
	}
	.newsDetails .carInformations .boxFlex .texts .default + .custom:before {
		bottom: 2px;
		font-size: 14px;
	}
}


/* movieArea
--------------------------------------*/
.newsDetails .movieArea {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 56.25%;
}
.newsDetails .movieArea iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@media only screen and (max-width:767px) {
	.newsDetails .movieArea {
		margin-top: 30px;
	}
}


/* tagArea
--------------------------------------*/
.newsDetails .tagArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	padding: 10px;/*45px 30px*/
	background-color: #fff;
}
.newsDetails .tagArea li {
	padding: 0.5em 1em;
}
.newsDetails .tagArea a {
	color: #008632;
	font-size: 18px;
	text-decoration: none;
}
@media only screen and (max-width:767px) {
	.newsDetails .tagArea {
		margin-top: 30px;
		padding: 15px 10px;
	}
	.newsDetails .tagArea a {
		font-size: 14px;
	}
}


/*************************************************

 newDetailPager

*************************************************/
.newDetailPager {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}
.newDetailPager a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 220px;
	padding: 13px 0;
	color: #000;
	font-size: 20px;
	font-weight: 500;
	border: #000 solid 1px;
	text-align: center;
	text-decoration: none;
	transition: color 0.3s, background-color 0.3s;
}
.noT .newDetailPager a:hover {
	color: #fff;
	background-color: #000;
}
.newDetailPager a:before {
	position: absolute;
	top: 50%;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	transition: border-color 0.3s;
	margin-top: -5px;
}
.newDetailPager .prev a:before {
	left: 28px;
	border-left: #000 solid 1px;
	border-bottom: #000 solid 1px;
}
.newDetailPager .next a:before {
	right: 28px;
	border-right: #000 solid 1px;
	border-top: #000 solid 1px;
}
.noT .newDetailPager a:hover:before {
	border-color: #fff !important;
}
@media only screen and (max-width:767px) {
	.newDetailPager {
		margin-top: 40px;
	}
	.newDetailPager a {
		width: 120px;
		padding: 10px 0;
		font-size: 14px;
	}
	.newDetailPager a:before {
		width: 8px;
		height: 8px;
		margin-top: -4px;
	}
	.newDetailPager .prev a:before {
		left: 15px;
	}
	.newDetailPager .next a:before {
		right: 15px;
	}
}




/*************************************************

 relations

*************************************************/
.relations {
	margin-top: 140px;
	padding: 30px 15px 20px;
	background-color: #F0F0F0;
}
.relations .secTtl {
	margin-bottom: 40px;/*50*/
	font-size: 30px;/*34*/
	font-weight: 700;
	text-align: center;
}
.relations .list {
	display: flex;
	flex-wrap: wrap;
}
.relations .list > li {
	box-sizing: border-box;
	width: calc(33.333333% - 20px);
	margin: 20px 10px;
	background-color: #fff;
}
.relations .list > li a {
	display: block;
	text-decoration: none;
}

.relations .list .texts {
	padding: 15px 20px 20px;
}
.relations .list .metas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.relations .list .cat {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -12px;
}
.relations .list .cat > * {
	display: block;
	margin: 2px 0 2px 12px;
	font-weight: 700;
	line-height: 1.3;
}
.relations .list .cat a {
	padding: 1px 5px 3px;
	color: #fff;
	font-size: 14px;
	background-color: #000;
}
.relations .list .cat .new {
	padding: 3px 12px 4px;
	color: #000;
	font-size: 12px;
	background-color: #E6DE00;
	border-radius: 3px;
}
.relations .list .date {
	font-size: 16px;
}
.relations .list .ttl {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.relations .list .ttl a {
	color: #000;
	transition: color 0.3s;
}
.noT .relations .list .ttl a:hover {
	color: #008632;
}
.relations .list .tags {
	display: flex;
	flex-wrap: wrap;
	margin: 7px 0 0 -1em;
	font-size: 14px;
}
.relations .list .tags a {
	display: block;
	margin: 0.1em 0 0 1em;
	color: #008632;
	font-weight: 700;
}
@media only screen and (max-width:767px) {
	.relations {
		margin: 70px -20px 0;
		padding: 30px 15px 20px;
	}
	.relations .secTtl {
		margin-bottom: 30px;
		font-size: 18px;
	}
	.relations .list {
		display: block;
		flex-wrap: wrap;
	}
	.relations .list > li {
		width: auto;
		margin: 0;
	}
	.relations .list > li + li {
		margin-top: 20px;
	}
	.relations .list figure img {
		width: 100%;
	}
	.relations .list .texts {
		padding: 15px 15px 20px;
	}
	.relations .list .cat a {
		font-size: 13px;
	}
	.relations .list .cat .new {
		padding: 3px 10px 4px;
		font-size: 11px;
	}
	.relations .list .date {
		font-size: 14px;
	}
	.relations .list .ttl {
		font-size: 16px;
	}
	.relations .list .tags {
		font-size: 12px;
	}
}

