@charset "utf-8";

#headline {
	font-size: 14px;
	line-height: 2.286;
	text-align: center;
}
#headline .wrap {
	padding-bottom: 90px;
	border-bottom: 1px solid #d2d2d2;
}
#headline .text {
	margin: 0 0 55px;
	color: #a78237;
	font-size: 24px;
	letter-spacing: .5em;
	text-align: center;
}
#headline .lead {
	margin-bottom: 70px;
}

#headline .title {
	height: auto;
	background: none;
	box-shadow: none;
	margin-bottom: 50px;
	padding: 0;
}
#headline #pageTitle {
	margin-bottom: 0;
}

section .wrap.last {
	padding-bottom: 0;
}
section .wrap.last a img {
	transition: opacity 0.3s ease-in;
}
section .wrap.last a:hover img {
	opacity: 0.7;
}

section ,
#headline {
    padding: 0 4.688%;
}
section .wrap {
	padding: 100px 0 90px;
}
#headline .wrap {
	padding: 0px 0 90px;
}
section + section .wrap {
	border-top: 1px solid #d2d2d2;
}
@media screen and (max-width:999px) and (min-width:768px) {
	section .wrap {
		margin: 0 auto;
	}
}

.title04 {
	line-height: 1.6;
}

.rMore {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 40px;
	color: #222;
	font-size: 15px;
	text-align: center;
}
.rMore i {
	margin: 0 8px 0 0;
	transition: transform 1s;
}
.bMore i.fa-clone {
	margin-left: 8px;
}
 a:hover .rMore i.fa-angle-right {
	transform: translateX(5px);
}
.rMore span {
	position: relative;
	transition: color 1s;
}
a:hover .rMore span {
	color: #a78237;
}
a .rMore span::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #a78237;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
a:hover .rMore span::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

	.sp {
		display: none;
	}
@media only screen and (max-width:640px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	section .wrap.last {
		padding-bottom: 0;
	}

	#headline {
		padding: 0 4.688%;
		font-size: 12px;
		text-align: left;
	}
	#headline .wrap {
		padding: 0 0 12.5%;
/*
		padding: 9.375% 4.688% 12.5%;
*/
	}
	#headline .text {
		margin: 0 0 10.345%;
		font-size: 16px;
	}
	#headline .lead {
		margin-bottom: 40px;
	}
	#headline .image {
		padding: 0;
	}
/*
*/

	#headline .title {
		height: auto;
		margin-bottom: 70px;
		padding: 0;
		background-image: none;
	}
	#pageTitle {
/*
		background-image: url(../imgs/bg-headline.jpg);
		background-position: right;
		box-shadow: inset 0 5px 5px rgba(0,0,0,.2);
*/
	}
	#pageTitle {
		padding: 26.793% 0 0;
	}
	#pageTitle span {
		position: static;
/*
		top: 50%;
		left: 0;
		transform: translateY(-50%);
*/
/* transform: none; */
	}

	section {
		padding: 0 4.688%;
	}
	section .wrap {
		padding: 13.793% 0;
	}

	.rMore {
		margin: 5.172% 0 0;
		position: static;
		font-size: 15px;
	}
	 a:hover .rMore i {
		transform: translateX(0);
	}
}

	.bMore {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		font-size: 15px;
		text-align: center;
	}
	.bMore i {
		margin: 0 8px 0 0;
		transition: transform 1s;
	}
	.bMore a:hover i.fa-angle-right {
		transform: translateX(5px);
	}
	.bMore a {
		position: relative;
		display: block;
		width: 100%;
		padding: 15px 0;
		background: #a78237;
		text-decoration: none;
		color: #fff;
		border: 1px solid #a78237;
		transition: all 1s;
	}
	.bMore a:hover {
		background: #fff;
		color: #a78237;
	}
	/*.bMore a span {
		position: relative;
	}
	.bMore a span:after {
		content: '';
		width: 100%;
		height: 2px;
		background: #a78237;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -8px;
		transition: transform 0.5s ease-in, background 0.5s ease-in;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}
	.bMore a:hover span:after {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		background: #fff;
	}*/
	.image img {
		vertical-align: top;
	}
	.acTxt {
		text-align: center;
	}

	.List {
		text-align: center;
	}
	.List li {
		display: inline-block;
		margin-right: 30px;
	}
	.List li.last {
		margin-right: 0;
		margin-top: -100px;
	}
	.List li img {
		vertical-align: middle;
	}
@media only screen and (max-width: 960px) {
	.List li {
		display: block;
		margin-right: 0;
	}
	.List li.last {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px) {
	.acTxt {
		text-align: left;
	}
}

	.RnkTbl {
		width: 100%;
		line-height: 1.8;
		text-align: left;
	}
	.RnkTbl td {
		padding: 10px 0;
/*
		border-bottom: dotted 1px #ccc;
*/
		vertical-align: middle;
	}
	.RnkTbl td.icn {
		/*width: 110px;*/
		height: 40px;
		/*padding-left: 20px;*/
	}
	.areaR td.icn {
		width: 110px;
	}
	.RnkTbl td.year {
		width: 55px;
		padding-left: 20px;
	}
	.RnkTbl td.rank {
		width: 100px;
		font-size: 18px;
		text-align: center;
		line-height: 1.4;
	}
	.RnkTbl td span,
	.RnkTbl td.year span,
	.RnkTbl td.rank span {
		color: #a7870a;
	}
	.RnkTbl td.rank span.min {
		display: block;
		font-size: 12px;
	}
	.RnkTbl td.rank span.min.dark {
		color: #333;
	}
	.RnkTbl td.numb {
		width: 50px;
		text-align: right;
	}

	.bgdark {
		background: #ededed;
	}

	.RnkTbl th.last,
	.RnkTbl td.last {
		border-bottom: none;
	}
	.RnkTbl td.caption.last {
		padding-left: 20px;
	}

	.RnkTbl img {
		vertical-align: top;
	}
@media only screen and (max-width: 960px) {
	.RnkTbl.areaR {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 768px) {
	.RnkTbl tr:nth-child(odd) {
		background: #EEEDED;
	}
	.RnkTbl td {
		display: block;
		text-align: center;
	}
	.RnkTbl td.icn {
		padding-left: 0;
	}
	.RnkTbl td.icn.spc {
		display: none;
	}
	.RnkTbl td.icn,
	.RnkTbl td.year,
	.RnkTbl td.rank,
	.RnkTbl td.numb {
		width: 100%;
		text-align: center;
	}

	.RnkTbl td {
		padding: 5px 0 0;
	}
	.RnkTbl td.year,
	.RnkTbl td.rank {
		padding: 5px 0 0;
	}
	.RnkTbl td.icn {
		padding: 0px 0 10px;
	}
	.RnkTbl td.rank {
		padding: 5px 0 10px;
	}
	.RnkTbl td.rank span.min {
		display: inline-block;
		margin-left: 10px;
	}
	.RnkTbl td.year,
	.RnkTbl td.year + td {
		width: auto;
		display: inline-block;
	}
	.RnkTbl td.year {
		width: 40%;
		text-align: right;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.RnkTbl td.year + td {
		width: 59%;
		text-align: left;
	}
}
@media only screen and (max-width: 640px) {
	.RnkTbl td.year {
		width: 30%;
		text-align: right;
		padding-right: 10px;
		box-sizing: border-box;
	}
	.RnkTbl td.year + td {
		width: 68%;
		text-align: left;
	}
}

	.HistoryTbl {
		width: 100%;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 50px;
	}
	.HistoryTbl th {
		width: 101px;
		padding: 15px 0;
		font-weight: normal;
		border-bottom: dotted 1px #ccc;
		vertical-align: top;
	}
	.HistoryTbl td {
		padding: 15px 0;
		border-bottom: dotted 1px #ccc;
	}
@media only screen and (max-width: 640px) {
	.HistoryTbl {
		margin-bottom: 30px;
	}
	.HistoryTbl th {
		display: block;
		padding: 15px 0 0;
		border-bottom: none;
	}
	.HistoryTbl td {
		display: block;
		padding: 10px 0 15px;
	}
}

	.boxA {
		padding: 60px 40px 40px;
		border: solid 1px #d2d2d2;
	}
@media only screen and (max-width: 640px) {
	.boxA {
		padding: 40px 20px 20px;
	}
}

	.clmBox {
		overflow: hidden;
	}
	.clmBox > div {
		float: left;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.clmBox.clm2 {
		margin-top: -30px;
		margin-left: -3%;
	}
	.clmBox.clm2 > div {
		width: 47%;
		margin-top: 30px;
		margin-left: 3%;
	}

	.clmBox.Tclm2 {
		margin-top: -30px;
		margin-left: -3%;
	}
	.clmBox.Tclm2 > div {
		width: 47%;
		margin-top: 30px;
		margin-left: 3%;
	}

	.clmBox.clm3 {
		margin-top: -30px;
		margin-left: -2.33%;
	}
	.clmBox.clm3 > div {
		width: 31%;
		margin-top: 30px;
		margin-left: 2.33%;
	}

	.clmBox.clm4 {
		margin-top: -30px;
		margin-left: -3%;
	}
	.clmBox.clm4.maxw_none {
    margin-top: -15px;
}
.clmBox.clm4.maxw_none img {
	max-width: 120px;
	width: 100%;
}
	.clmBox.clm4 > div {
		width: 22%;
		margin-top: 30px;
		margin-left: 3%;
		/*height: 205px;*/
	}
	.clmBox.clm4 > div p.image {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.clmBox.clm4 > div p.image span {
		display: table-cell;
		vertical-align: middle;
	}

@media only screen and (max-width: 960px) {
	.clmBox.Tclm2 {
		margin-left: 0;
	}
	.clmBox.Tclm2 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}
}
@media only screen and (max-width: 640px) {
	.clmBox.clm2 {
		margin-left: 0;
	}
	.clmBox.clm2 > div {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.clmBox.clm3 {
		margin-left: 0;
	}
	.clmBox.clm3 > div {
		float: none;
		width: auto;
		max-width: 314px;
		margin-left: auto;
		margin-right: auto;
	}
	.clmBox.clm4{
			margin-left: -4%;
		}
		.clmBox.clm4 > div {
			width: 46%;
			margin-left: 4%;
		}
}

@media screen and (min-width: 641px) {
	.scroll_area {
		border: 1px solid #c0c0c0;
		padding: 30px 18px;
		height: 295px;
		overflow-y: scroll;
	}
	.scroll_area::-webkit-scrollbar {
		overflow:hidden;
		width:8px;
		background:#fff;
		border-radius:30px;
	}
	.scroll_area::-webkit-scrollbar:horizontal {
		height:5px;
	}
	.scroll_area::-webkit-scrollbar-button {
		display:none;
	}
	.scroll_area::-webkit-scrollbar-piece {
		background:#666666;
	}
	.scroll_area::-webkit-scrollbar-piece:start {
		background:#666666;
	}
	.scroll_area::-webkit-scrollbar-thumb {
		overflow:hidden;
		border-radius:30px;

		background:#666666;
	}
	.scroll_area::-webkit-scrollbar-corner {
		overflow:hidden;
		border-radius:30px;

		background:#666666;
	}
	.table_wrapper {
		padding: 0 10px;
	}
}
@media screen and (max-width: 640px) {
	.scroll_area .title04 {
		background: #a88335;
		color: #fff;
		font-size: 15px;
		padding: 18px 25px;
		position: relative;
	}
	.scroll_area .title04 i {
		transition: 0.2s;
		font-size: 24px;
		position: absolute;
		top: 50%;
		right: 25px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.scroll_area .title04.open i {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
	.table_wrapper .btn_close {
		text-align: center;
		font-size: 15px;
		color: #a88335;
		padding: 15px 0;
	}
	.table_wrapper .btn_close span {
		padding-left: 25px;
		position: relative;
	}
	.table_wrapper .btn_close span::before {
		content: '';
		width: 1px;
		height: 18px;
		background: #a88335;
		position: absolute;
		top: -2px;
		left: 0;
		transform-origin: center;
		transform: rotate(-45deg) translateY(0%);
	}
	.table_wrapper .btn_close span::after {
		content: '';
		width: 1px;
		height: 18px;
		background: #a88335;
		position: absolute;
		top: -2px;
		left: 0;
		transform-origin: center;
		transform: rotate(45deg) translateY(0%);
	}
	.table_wrapper {
		display: none;
	}
}