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

 file name  : news.css
 author     : Ability Consultant
 style info : 新着情報
=================================================================== */
.con_news {
	max-width: 1260px;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
}

/* -----------------------------------------------------------
	con_news
----------------------------------------------------------- */
.con_news {
	margin-top: 30px;
}

.con_news .tab_box {
	margin-bottom: 0;
	position: relative;
}

.con_news .tab_box .inner {
	z-index: 3;
}

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

.con_news .tab_box .inner > ul {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	justify-content: center;
}

.con_news .tab_box .inner > ul > li {
	min-width: 120px;
	margin: 0 5px;
}

.con_news .tab_box .inner > ul > li.active a {
	color: #fff;
	background-color: #23384b;
}

.con_news .tab_box .inner > ul > li.active a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #23384b;
	border-left: 10px solid transparent;
	z-index: 2;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	.con_news .tab_box .inner > ul > li {
		width: 50%;
		margin: 0;
	}
}

.con_news .tab_box .inner > ul > li a {
	display: block;
	text-decoration: none;
	position: relative;
	background-color: #fff;
	border: 1px solid #1e1e1e;
	color: #1e1e1e;
	padding: 0.5em 1em;
	text-align: center;
	display: block;
	cursor: pointer;
}

.con_news .tab_box .inner > ul > li a:hover {
	color: #fff;
	background-color: #23384b;
}

.con_news .tab_box .inner > ul > li a:hover:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-top: 10px solid #23384b;
	border-left: 10px solid transparent;
	z-index: 2;
	opacity: 1;
}

.con_news .tab_box .inner > ul > li a .t {
	position: relative;
	display: inline-block;
}

.con_news .tab_box .inner > ul > li a .t {
	position: relative;
	display: inline-block;
}

.con_news .js-tab-box {
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box {
		margin-bottom: 8%;
		padding-bottom: 5%;
	}
}

.con_news .js-tab-box:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: "";
	width: 32px;
	height: 32px;
	margin-left: -16px;
	border-top: 1px solid #a99a54;
	border-right: 1px solid #a99a54;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}

.con_news .js-tab-box .tab_inner {
	border: 1px solid #c5baa5;
	padding: 24px 40px;
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .tab_inner {
		padding: 4%;
		font-size: 88%;
	}
}

.con_news .js-tab-box .tab_inner .box_cate {
	border-bottom: 1px solid #c5baa5;
	padding-bottom: 1em;
	margin-bottom: 1em;
}

.con_news .js-tab-box .tab_inner dl dd {
	height: auto !important;
}

.con_news .js-tab-box .tab_inner dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 1.5em;
}

.con_news .js-tab-box .tab_inner dl dd ul li {
	margin-right: 1.5em;
	padding: 0.2em 0;
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .tab_inner dl dd ul li {
		padding: .6em .1em;
	}
}

.con_news .js-tab-box input[type=checkbox] {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 1em;
	line-height: 1em;
	padding-left: 0.7em;
}

.con_news .js-tab-box input[type=checkbox]:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-webkit-transition: border 0.3s ease-out;
	transition: border 0.3s ease-out;
}

.con_news .js-tab-box input[type=checkbox]:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	left: 3px;
	width: 12px;
	height: 6px;
	margin-top: -5px;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	-webkit-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	-webkit-transition: border 0.3s ease-out;
	transition: border 0.3s ease-out;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.con_news .js-tab-box input[type=checkbox]:checked:before {
	border: 1px solid #2e3e4d;
	background-color: #2e3e4d;
}

.con_news .js-tab-box input[type=checkbox]:checked:after {
	border-color: #fff;
}

.con_news .js-tab-box input[type=checkbox] + label {
	padding-left: 0.3em;
}

.con_news .js-tab-box .box_date .inner {
	border: 1px solid #c5baa5;
	padding: 24px 40px;
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .box_date .inner {
		padding: 4%;
	}
}

.con_news .js-tab-box .box_date .inner .box_year {
	padding-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .js-tab-box .box_date .inner .box_year {
		padding-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .box_date .inner .box_year {
		padding-top: 0;
	}
}

.con_news .js-tab-box .box_date .inner .box_year .st_txt {
	position: relative;
	padding-top: 0;
	padding-left: 28px;
}

.con_news .js-tab-box .box_date .inner .box_year .st_txt:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #2e3e4d;
	left: 0;
	top: 50%;
	margin-top: -1px;
}

.con_news .js-tab-box .box_date .inner .box_year dl {
	margin-bottom: .5em;
}

.con_news .js-tab-box .box_date .inner .box_year dl dt.active a:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .box_date .inner .box_year dl dt a {
		text-align: center;
		display: block;
		text-decoration: none;
		background-color: #e8e2d6;
		border: 0;
		position: relative;
		cursor: pointer;
		padding: .6em 2em .6em .5em;
	}
	.con_news .js-tab-box .box_date .inner .box_year dl dt a:after {
		content: "";
		position: absolute;
		z-index: 10;
		width: 5px;
		height: 5px;
		border-top: 1px solid #1e1e1e;
		border-right: 1px solid #1e1e1e;
		transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		right: 7%;
		top: 50%;
		margin-top: -3px;
		line-height: 1em;
		-webkit-transition: -webkit-transform .3s ease-out;
		transition: -webkit-transform .3s ease-out;
		transition: transform .3s ease-out;
		transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .box_date .inner .box_year dl dd {
		border: 1px solid #e8e2d6;
		display: none;
	}
}

.con_news .js-tab-box .box_date .inner .box_year dl dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_news .js-tab-box .box_date .inner .box_year dl dd ul {
		padding-top: .5em;
		padding-bottom: .5em;
	}
}

.con_news .js-tab-box .box_date .inner .box_year dl dd ul li {
	list-style-type: none;
	padding: 0.2em 0;
	margin-right: 1.5em;
}

.con_news .js-tab-box .box_date .inner .box_year dl dd ul li a {
	text-decoration: underline;
}

.con_news .box_news {
	margin-top: 50px;
}

.con_news .box_news > ul > li {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #c5baa5;
}

.con_news .box_news > ul > li:hover {
	opacity: 0.6;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.con_news .box_news > ul > li:first-child {
	margin: 0 auto;
	padding: 0;
	border-top: 0;
}

.con_news .box_news > ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.con_news .box_news > ul a .wrp-text {
	display: block;
	margin-left: 3%;
	width: 83.3%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news > ul a .wrp-text {
		width: 68%;
		margin-left: 4%;
	}
}

.con_news .box_news > ul a .wrp-text .cate-date .ct {
	margin-right: 0.5em;
	color: #fff;
	padding: 0.3em 0.5em;
	line-height: 1em;
	display: inline-block;
}

.con_news .box_news > ul a .wrp-text .cate-date .ct.gold {
	background-color: #a99a54;
}

.con_news .box_news > ul a .wrp-text .cate-date .ct.gold-text {
	background-color: #fff;
	color: #a99a54;
	border: 1px solid #a99a54;
}

.con_news .box_news > ul a .title {
	font-size: 125%;
	display: block;
	color: #6c5527;
	margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news > ul a .title {
		font-size: 107%;
	}
}

.con_news .box_news > ul a .text {
	display: block;
	margin-top: 1.5em;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news > ul a .text {
		margin-top: 1em;
	}
}

.con_news .box_news > ul a .date-price {
	margin-top: 1em;
	display: block;
}

.con_news .box_news > ul a .date-price .date {
	font-family: "Julius Sans One", sans-serif;
	color: #a99a54;
	letter-spacing: 0.1em;
	width: 28%;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.con_news .box_news > ul .img {
	display: block;
	width: 16.666%;
}

@media only screen and (max-width: 767px) {
	.con_news .box_news > ul .img {
		width: 28%;
	}
}

.con_news .box_news > ul .img img {
	vertical-align: top;
	max-width: 100%;
}

.con_news .box_news:last-child {
	margin: 0 auto;
	padding: 0;
	border-top: 0;
}

.con_news .con_title {
	margin-bottom: 50px;
}

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

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

.con_news .con_title .box_title {
	overflow: hidden;
	color: #6c5527;
	font-weight: normal;
	padding-top: 2em;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.con_news .con_title .box_title {
		width: 100%;
		margin: 0 auto;
	}
}

.con_news .con_title .box_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 60px;
	background-color: #aa002b;
}

.con_news .con_title .date {
	font-weight: 400;
	font-family: "Julius Sans One", sans-serif;
	letter-spacing: 0.1em;
	margin-top: 0.3em;
	font-size: 75%;
}

@media only screen and (max-width: 767px) {
	.con_news .con_title .date {
		display: block;
	}
}

.con_news .con_title .jp {
	font-size: 125%;
	line-height: 1.4;
	font-weight: normal;
	display: block;
}

.con_news h3 {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.5;
}

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

.con_news .parts01 {
	margin-bottom: 24px;
	margin-top: 40px;
}

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

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

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

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

.con_news .parts01 .st_l {
	margin-bottom: 24px;
	padding-top: 2em;
	font-size: 150%;
	color: #084588;
	text-align: left;
	position: relative;
	font-weight: normal;
	line-height: 1.4;
}

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

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

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

.con_news .parts01 .st_l:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 20px;
	background-color: #aa002b;
}

.con_news .parts01 .st_m {
	text-align: left;
	position: relative;
	line-height: 1.4;
	font-weight: 500;
}

.con_news .parts01 .st_m:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-right: 0.1em;
	top: 10px;
	left: 7px;
	border-radius: 50%;
	background-color: #004688;
}

@media only screen and (max-width: 767px) {
	.con_news .parts01 .st_m {
		font-size: 113%;
	}
	.con_news .parts01 .st_m:before {
		top: 6px;
		left: 2px;
	}
}

.con_news .parts01 .st_m .jp {
	font-size: 150%;
	color: #a99a54;
	line-height: 1.4;
	font-weight: normal;
	padding-left: 1em;
	position: relative;
	background: none;
}

@media only screen and (max-width: 767px) {
	.con_news .parts01 .st_m .jp {
		font-size: 100%;
	}
}

.con_news .parts01 .st_s {
	font-weight: normal;
}

.con_news .parts01 .st_s .jp {
	font-size: 150%;
	color: #6c5527;
}

@media only screen and (max-width: 767px) {
	.con_news .parts01 .st_s .jp {
		font-size: 100%;
	}
}

.con_news .parts {
	margin-bottom: 40px;
	text-align: center;
}

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

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

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

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

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

.con_news .parts .txt {
	text-align: left;
}

.con_news .parts .wrap_movie {
	max-width: 640px;
	margin: 0 auto 1em;
	margin-top: 40px;
	height: 100%;
}

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

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

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

.con_news .parts02 {
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.con_news .parts02 > div {
	width: 47.5%;
	margin-left: 5%;
}

.con_news .parts02 > div:nth-of-type(odd) {
	margin-left: 0;
}

.con_news .parts02 > div .img {
	margin-bottom: 1em;
	text-align: center;
}

.con_news .parts02 > div .txt .st {
	color: #6c5527;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.con_news .parts02 > div .txt .t {
	font-size: 1em;
	line-height: 1.4em;
	display: block;
}

.con_news .parts03 {
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

.con_news .parts03 > div {
	width: 32%;
	margin-left: 2%;
}

.con_news .parts03 > div:nth-of-type(3n+1) {
	margin-left: 0;
}

.con_news .parts03 > div .img {
	margin-bottom: 1em;
	text-align: center;
}

.con_news .parts03 > div .txt .st {
	color: #6c5527;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.con_news .parts03 > div .txt .t {
	font-size: 1em;
	line-height: 1.4em;
	display: block;
}

.con_news .parts04 {
	margin-bottom: 40px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

@media only screen and (max-width: 767px) {
	.con_news .parts04 {
		display: block;
		font-size: 88%;
	}
}

.con_news .parts04 > div {
	width: 23.5%;
	margin-left: 2%;
}

.con_news .parts04 > div:nth-of-type(4n+1) {
	margin-left: 0;
}

.con_news .parts04 > div .img {
	margin-bottom: 1em;
	text-align: center;
}

.con_news .parts04 > div .txt .st {
	color: #6c5527;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.con_news .parts04 > div .txt .t {
	font-size: 1em;
	line-height: 1.4em;
	display: block;
}

@media only screen and (max-width: 767px) {
	.con_news .parts04 > div {
		display: block;
		width: 48%;
		margin-left: 0;
		margin-top: 1em;
	}
	.con_news .parts04 > div:nth-child(odd) {
		float: left;
		clear: both;
	}
	.con_news .parts04 > div:nth-child(2n) {
		float: right;
	}
	.con_news .parts04 > div:nth-child(-n+2) {
		margin-top: 0;
	}
}

.con_news .parts05 {
	margin-bottom: 40px;
}

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

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

.con_news .parts05 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
	.con_news .parts05 .inner {
		display: block;
	}
}

.con_news .parts05 .inner .img {
	text-align: center;
	margin-left: 3%;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_news .parts05 .inner .img {
		width: 100%;
		margin-bottom: 1em;
		margin-left: 0;
	}
}

.con_news .parts05 .inner .txt {
	margin-top: 25px;
	width: 50%;
}

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

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

@media only screen and (max-width: 767px) {
	.con_news .parts05 .inner .txt {
		width: 100%;
	}
}

.con_news .parts06 {
	margin-bottom: 40px;
}

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

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

.con_news .parts06 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.con_news .parts06 .inner {
		display: block;
	}
}

.con_news .parts06 .inner .img {
	text-align: center;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_news .parts06 .inner .img {
		margin-bottom: 1em;
		width: 100%;
	}
}

.con_news .parts06 .inner .txt {
	margin-top: 25px;
	margin-left: 3%;
	width: 50%;
}

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

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

@media only screen and (max-width: 767px) {
	.con_news .parts06 .inner .txt {
		width: 100%;
		margin-left: 0;
	}
}

.con_news .tbl_primary {
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #a99a54;
	border-bottom: 0;
	width: 100%;
	position: relative;
}

.con_news .tbl_primary tr th {
	background: none;
	font-weight: normal;
	color: #6c5527;
	text-align: left;
	background-color: #e8e2d6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #a99a54;
	padding: 0.6em 2%;
}

.con_news .tbl_primary tr td {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #a99a54;
	padding: 0.6em 2%;
	text-align: left;
}

.con_news .box_btn {
	text-align: center;
	margin: 0 auto;
	max-width: 480px;
	margin-bottom: 24px;
}

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

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

.con_news .box_btn a {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.con_news .box_btn .btn_normal--white {
	border-color: #23384b;
}

.con_news .cnt-gift {
	margin-top: 120px;
}

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

.con_news .cnt-gift h2, .con_news .cnt-gift h3, .con_news .cnt-gift h4, .con_news .cnt-gift h5 {
	position: relative;
}

.con_news .cnt-gift h4 {
	text-align: center;
	font-weight: normal;
	z-index: 3;
}

.con_news .cnt-gift h4 {
	font-family: "Cinzel", serif;
	padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-gift h4 {
		padding-bottom: 0.5em;
	}
}

.con_news .cnt-gift h4 .en {
	display: block;
	font-family: "Julius Sans One", sans-serif;
}

@media only screen and (min-width: 768px) {
	.con_news .cnt-gift h4 .en {
		font-size: 388%;
	}
}

@media print {
	.con_news .cnt-gift h4 .en {
		font-size: 388%;
	}
}

.ie8 .con_news .cnt-gift h4 .en {
	font-size: 388%;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-gift h4 .en {
		font-size: 275%;
	}
}

.con_news .cnt-gift h4 .jp {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
	.con_news .cnt-gift h4 .jp {
		font-size: 125%;
	}
}

@media print {
	.con_news .cnt-gift h4 .jp {
		font-size: 125%;
	}
}

.ie8 .con_news .cnt-gift h4 .jp {
	font-size: 125%;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-gift h4 .jp {
		font-size: 100%;
	}
}

.con_news .box-gift {
	background-color: #f3f3f3;
	padding: 32px;
}

@media only screen and (min-width: 768px) {
	.con_news .box-gift {
		font-size: 125%;
	}
}

@media print {
	.con_news .box-gift {
		font-size: 125%;
	}
}

.ie8 .con_news .box-gift {
	font-size: 125%;
}

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

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .box-gift {
		padding: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .box-gift {
		padding: 5%;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .box-gift {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media print {
	.con_news .box-gift {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.ie8 .con_news .box-gift {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) {
	.con_news .box-gift .img {
		width: 15.87171%;
	}
}

@media print {
	.con_news .box-gift .img {
		width: 15.87171%;
	}
}

.ie8 .con_news .box-gift .img {
	width: 15.87171%;
}

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

@media only screen and (min-width: 768px) {
	.con_news .box-gift .text {
		width: 79.11184%;
	}
}

@media print {
	.con_news .box-gift .text {
		width: 79.11184%;
	}
}

.ie8 .con_news .box-gift .text {
	width: 79.11184%;
}

@media only screen and (max-width: 767px) {
	.con_news .box-gift .text {
		margin-top: 5%;
		display: block;
	}
}

.con_news .wrp-gift {
	padding: 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .wrp-gift {
		padding: 8px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .wrp-gift {
		padding: 3%;
	}
}

.con_news .wrp-gift:nth-of-type(2n+1) {
	background-color: #fff;
}

.con_news .box_pack_btn {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}

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

.con_news .box_pack_btn + .box_pack_btn {
	margin-top: 20px;
	margin-bottom: 20px;
}

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

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

.con_news .box-hr {
	margin: 80px 0;
	width: 100%;
	height: 1px;
	background-color: #f3f3f3;
	background-color: #ccc;
	display: block;
	border: none;
}

@media only screen and (max-width: 767px) {
	.con_news .box-hr {
		margin: 3em 0;
	}
}

.con_news .cnt-text-nomal .box-harf-text {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-nomal .box-harf-text {
		margin-bottom: 3em;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .cnt-text-nomal .box-harf-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.con_news .cnt-text-nomal .box-harf-text.row-rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

@media print {
	.con_news .cnt-text-nomal .box-harf-text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.con_news .cnt-text-nomal .box-harf-text.row-rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}

.ie8 .con_news .cnt-text-nomal .box-harf-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ie8 .con_news .cnt-text-nomal .box-harf-text.row-rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (min-width: 768px) {
	.con_news .cnt-text-nomal .box-harf-text .nomal-img {
		width: 50%;
	}
}

@media print {
	.con_news .cnt-text-nomal .box-harf-text .nomal-img {
		width: 50%;
	}
}

.ie8 .con_news .cnt-text-nomal .box-harf-text .nomal-img {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-nomal .box-harf-text .nomal-img {
		margin-bottom: 2em;
	}
}

@media only screen and (min-width: 768px) {
	.con_news .cnt-text-nomal .box-harf-text .text {
		width: 50%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

@media print {
	.con_news .cnt-text-nomal .box-harf-text .text {
		width: 50%;
		padding-left: 2%;
		padding-right: 2%;
	}
}

.ie8 .con_news .cnt-text-nomal .box-harf-text .text {
	width: 50%;
	padding-left: 2%;
	padding-right: 2%;
}

.con_news .cnt-text-special {
	margin-top: 40px;
	padding: 32px;
	border: 1px solid #6c5527;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special {
		margin-top: 5%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special {
		padding: 3%;
	}
}

.con_news .cnt-text-special .box-harf-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.con_news .cnt-text-special .img {
	width: 15.2381%;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special .img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special .img img {
		max-width: none;
		width: 100%;
	}
}

.con_news .cnt-text-special .text {
	width: 84.7619%;
	padding-left: 5%;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special .text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special .text {
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-text-special .text {
		margin-top: 5%;
	}
}

.con_news .cnt-table-normal, .con_news .cnt-table-td-only, .con_news .cnt-table-title {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-table-normal, .con_news .cnt-table-td-only, .con_news .cnt-table-title {
		margin-top: 5%;
	}
}

.con_news .cnt-table-normal table, .con_news .cnt-table-td-only table, .con_news .cnt-table-title table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #a99a54;
	border-bottom: 0;
	position: relative;
}

.con_news .cnt-table-normal table th, .con_news .cnt-table-td-only table th, .con_news .cnt-table-title table th, .con_news .cnt-table-normal table td, .con_news .cnt-table-td-only table td, .con_news .cnt-table-title table td {
	font-size: 94%;
	font-weight: normal;
}

.con_news .cnt-table-normal table th, .con_news .cnt-table-td-only table th, .con_news .cnt-table-title table th {
	width: 20%;
	text-align: center;
	background-color: #e8e2d6;
	border-bottom: 1px solid #a99a54;
	padding: .6em 2%;
}

.con_news .cnt-table-normal table td, .con_news .cnt-table-td-only table td, .con_news .cnt-table-title table td {
	padding: 0.6em 2%;
	border-bottom: 1px solid #a99a54;
}

@media only screen and (max-width: 767px) {
	.con_news .cnt-table-normal table td, .con_news .cnt-table-td-only table td, .con_news .cnt-table-title table td {
		padding: 1em 3%;
	}
}

.con_news .cnt-table-td-only td {
	width: 50%;
	vertical-align: top;
}

.con_news .con_pager {
	margin-top: 64px;
	margin-bottom: 64px;
	background-color: #f5f1e9;
}

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

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

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

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

.con_news .con_pager .box_pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_news .con_pager .box_pager {
		padding: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.con_news .con_pager .box_pager {
		padding: 1.3em;
	}
}

.con_news .con_pager .box_pager .pre {
	width: 40%;
	margin-left: 0;
}

.con_news .con_pager .box_pager .pre a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.con_news .con_pager .box_pager .pre a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.con_news .con_pager .box_pager .pre a:hover:before {
	left: 0;
}

.con_news .con_pager .box_pager .pre a:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -2px;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
}

.con_news .con_pager .box_pager .pre a span {
	position: relative;
	display: inline-block;
}

.con_news .con_pager .box_pager .pre a span:after {
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -14px;
	background-color: #1e1e1e;
	-webkit-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
}

.con_news .con_pager .box_pager .pre a span:hover {
	text-decoration: none;
}

.con_news .con_pager .box_pager .pre a span:hover:after {
	left: -20px;
}

.con_news .con_pager .box_pager .box_num {
	margin-left: 1em;
	width: 32.666%;
}

.con_news .con_pager .box_pager .box_num .cneter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.con_news .con_pager .box_pager .box_num .cneter li {
	margin-left: 1em;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child {
	margin-left: 0;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child.active {
	font-size: 1.3em;
	text-decoration: underline;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child a {
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child a:hover {
	opacity: 0.6;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child a .n {
	font-size: 1.3em;
	text-decoration: underline;
}

.con_news .con_pager .box_pager .box_num .cneter li:first-child a .t {
	text-decoration: none;
}

.con_news .con_pager .box_pager .next {
	text-align: right;
	width: 40%;
	margin-left: 1em;
}

.con_news .con_pager .box_pager .next a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-right: 20px;
}

.con_news .con_pager .box_pager .next a:hover {
	opacity: 0.6;
	text-decoration: none;
}

.con_news .con_pager .box_pager .next a:hover:before {
	right: 0;
}

.con_news .con_pager .box_pager .next a:before {
	content: "";
	width: 4px;
	height: 4px;
	border: 0;
	border-top: 1px solid #1e1e1e;
	border-right: 1px solid #1e1e1e;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}

.con_news .con_pager .box_pager .next a span {
	position: relative;
	display: inline-block;
}

.con_news .con_pager .box_pager .next a span:after {
	content: "";
	width: 10px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -14px;
	background-color: #1e1e1e;
	-webkit-transition: right 0.2s ease-out;
	transition: right 0.2s ease-out;
}

.con_news .con_pager .box_pager .next a span:hover {
	text-decoration: none;
}

.con_news .con_pager .box_pager .next a span:hover:after {
	right: -20px;
}

.con_cate #tab ul li {
	cursor: pointer;
}

.con_cate #tab ul li.active {
	cursor: default;
}

.con_cate #tab select {
	display: none;
}

.con_cate #panel > li {
	display: none;
}

.con_cate #panel > li:first-child {
	display: list-item;
}
