/*------------------------------------------
  Page
------------------------------------------*/
/* Common */
.cmn-breadcrumb {
  background: #efefef;
  border-bottom: 21px solid #e9e9e9;
  padding: 8px 15px;
  box-sizing: border-box;
  font-size: 12px;
}
.cmn-breadcrumb .inner {
	max-width: 1200px;
	width: 95%;
	margin: auto;
}
.cmn-breadcrumb a {
  color: #337ab7;
}

/*
.cmn-pagetitle {
	margin-top: 57px;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  display: table;
  background: url(../images/common/page_bg.jpg) no-repeat center;
  background-size: cover;
}
.cmn-pagetitle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/common/patt01.png) repeat center;
}
.cmn-pagetitle .pagetitle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-top: 2em;
  text-shadow: none;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}
.cmn-pagetitle .ttl-en,.cmn-pagetitle .ttl-ja {
	color: #fff;
}
.cmn-pagetitle .ttl-en {
  text-transform: capitalize;
}
*/

.page-section {
  padding: 10% 0 5%;
}
.page-section .page-main-ttl {
  background: #f1f1f1;
  color: #333;
  padding: 15px 10px;
  margin-bottom: 20px;
  font-size: 28px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
	.page-section {
	  padding: 25% 0;
  }
  .page-section .page-main-ttl {
	  font-size: 20px;
  }
}

/* 404 */
.page-404 .inner {
	max-width: 1728px;
	width: 95%;
	margin: auto;
	text-align: center;
	padding-bottom: 15rem;
}
.page-404 .page-main-ttl {
	margin-bottom: 5rem;
}
.page-404 .btn {
	margin-top: 3rem;
}
.page-404 .btn a {
	color: #0000ff;
	text-decoration: underline;
}
.page-404 .btn a:hover {
	text-decoration: none;
}

/* Privilege Archive */
.archive-privilege .inner {
	max-width: 1728px;
	width: 95%;
	margin: auto;
}
.archive-privilege .midashi01 {
	text-align: center;
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin-top: 3rem;
}
.archive-privilege .midashi02 {
	text-align: center;
	margin-top: 2rem;
}
.archive-privilege .list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	gap: 20px;
}
.archive-privilege .list .col {
	width: calc((100% - 60px) / 4);
	margin-top: 5rem;
}
.archive-privilege .list a {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.archive-privilege .list a:hover {
	opacity: 1;
}
.archive-privilege .list a .img {
	overflow: hidden;
}
.archive-privilege .list a img {
	transition: .5s;
}
.archive-privilege .list a:hover img {
	transform: scale(1.2, 1.2);
}
.archive-privilege .list .tag {
	display: inline-block;
	border-radius: 15px;
	background: #337AB7;
	color: #fff;
	padding: 7px 15px;
	line-height: 1;
}
.archive-privilege .list .name {
	font-size: 18px;
}
.archive-privilege .list .menu li {
	padding-left: 20px;
	box-sizing: border-box;
	position: relative;
}
.archive-privilege .list .menu li:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/common/icon_star.png) no-repeat center / cover;
	position: absolute;
	left: 0;
	top: 5px;
}
.archive-privilege .pagination {
	text-align: center;
	margin: 10rem 0 0;
}
.archive-privilege .pagination .page-numbers {
	display: inline-block;
	font-size: 24px;
	color: #848484;
	border: 1px solid #848484;
	padding: 12px 16px;
	line-height: 1;
}
.archive-privilege .pagination .page-numbers.current {
	color: #fff;
	background: #848484;
}
.archive-privilege .pagination a {
	transition: .3s;
}
.archive-privilege .pagination a:hover {
	opacity: 1;
	color: #fff;
	background: #848484;
}
@media only screen and (max-width: 1024px) {
	.archive-privilege .list .col {
		width: calc((100% - 20px) / 2);
	}
}
@media only screen and (max-width: 768px) {
	.archive-privilege .list {
		margin-top: 3rem;
	}
	.archive-privilege .list .col {
		margin-top: 0;
	}
	.archive-privilege .list .tag {
		font-size: 14px;
		padding: 4px 10px;
	}
	.archive-privilege .pagination {
		margin: 7rem 0 0;
	}
	.archive-privilege .pagination .page-numbers {
		font-size: 18px;
		padding: 8px 12px;
	}
}

/* Privilege Single */
.single-privilege .inner {
	max-width: 1728px;
	width: 95%;
	margin: auto;
}
.single-privilege .content-box {
	max-width: 1000px;
	width: 100%;
	margin: 5rem auto;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.single-privilege .title01 span {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	line-height: 1;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}
.single-privilege .title01 span:before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/common/icon_star.png) no-repeat center / cover;
}
.single-privilege .title01 span:after {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	background: url(../images/common/icon_star.png) no-repeat center / cover;
}
.single-privilege .title02 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.single-privilege .title03 {
	font-size: 20px;
	font-weight: bold;
}
.single-privilege .title04 {
	font-weight: bold;
}
.single-privilege .box01 ul {
	border: 2px solid #A19C7B;
	padding: 2rem 3rem;
	box-sizing: border-box;
	margin-top: 2rem;
	text-align: center;
	font-size: 24px;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.single-privilege .box01 li {
	line-height: 1.5;
}
.single-privilege .box02 p,
.single-privilege .box04 p {
	border: 2px solid #A19C7B;
	padding: 2rem 3rem;
	box-sizing: border-box;
	margin-top: 2rem;
}
.single-privilege .box03 .flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.single-privilege .box03 .col {
	width: 48%;
	border: 2px solid #A19C7B;
	padding: 2rem 3rem;
	box-sizing: border-box;
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.single-privilege .box03 dl {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.single-privilege .box03 dt {
	width: 130px;
	font-weight: bold;
}
.single-privilege .box03 dd {
	width: calc(100% - 130px);
}
.single-privilege .back {
	display: block;
	width: 100%;
	height: 85px;
	line-height: 85px;
	color: #fff;
	text-align: center;
	background: #A9A87C;
	border: 1px solid #A9A87C;
	font-size: 18px;
	font-weight: bold;
	transition: .3s;
}
.single-privilege .back:hover {
	background: #fff;
	color: #A9A87C;
}
@media only screen and (max-width: 768px) {
	.single-privilege .box01 ul {
		font-size: 18px;
	}
	.single-privilege .box03 .col {
		width: 100%;
	}
	.single-privilege .title03 {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.single-privilege .content-box {
		gap: 30px;
	}
	.single-privilege .box01 ul,
	.single-privilege .box02 p,
	.single-privilege .box03 .col,
	.single-privilege .box04 p {
		padding: 1rem;
	}
	.single-privilege .box03 dt,
	.single-privilege .box03 dd {
		width: 100%;
	}
	.single-privilege .back {
		height: 75px;
		line-height: 75px;
		font-size: 16px;
	}
}