@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 920px;
}

@media screen and (max-width: 767px) {
	.content {
		margin: 0 18px;
		width: auto;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 68px;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}

.headLine01 .en {
	margin-bottom: 7px;
	display: block;
	color: #DFB949;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: 4px;
	line-height: 1;
	font-family: 'Cormorant Garamond', serif;
}

@media screen and (max-width: 767px) {
	.headLine01 {
		margin-bottom: 43px;
		font-size: 12px;
		letter-spacing: 3px;
	}

	.headLine01 .en {
		margin-bottom: 9px;
		font-size: 25px;
		letter-spacing: 2px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 2px;
	padding-bottom: 17px;
	color: #FFF;
	text-align: center;
	font-size: 19px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	line-height: 1.28;
	border-bottom: 1px solid #B38104;
}

@media screen and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 3px;
		padding-bottom: 9px;
		font-size: 20px;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 69px;
	color: #04016B;
	font-size: 12px;
	line-height: 1.28;
	letter-spacing: 2px;
	text-align: center;
}

.headLine03 .en {
	display: block;
	font-size: 37px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: 'Cormorant Garamond', serif;
}

@media screen and (max-width: 767px) {
	.headLine03 {
		margin-bottom: 42px;
		font-size: 10px;
		letter-spacing: 2.5px;
	}
	
	.headLine03 .en {
		margin-bottom: 4px;
		font-size: 29px;
		letter-spacing: 1px;
	}
}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 5px;
	padding-bottom: 9px;
	color: #04016B;
	font-size: 13px;
	line-height: 1.28;
	letter-spacing: 5px;
	border-bottom: 1px solid #B6B4B5;
}

@media screen and (max-width: 767px) {
	.headLine04 {
		margin-bottom: 7px;
		padding-bottom: 13px;
		color: #FFF;
		font-size: 13px;
		letter-spacing: 4.5px;
	}
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	text-align: center;
}

.comBtn a {
	padding: 11px 10px 9px;
	min-width: 332px;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 2.2px;
	text-decoration: none;
	background: #050042 url(../../img/common/icon02.png) no-repeat right 16px center;
	background-size: 8px auto;
	box-sizing: border-box;
}

.comBtn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (-ms-high-contrast:none){
	.comBtn a {
		padding: 13px 10px 7px;
	}
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-spacing: 20px 0;
}

.comTable th,
.comTable td {
	padding: 6px 10px 6px;
	width: 65%;
	color: #04016B;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 2;
	word-break: break-all;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	border-top: 1px solid #050041;
	box-sizing: border-box;
}

.comTable th {
	width: 35%;
	position: relative;
	font-size: 13px;
	letter-spacing: 5px;
	text-align: center;
}

.comTable th:before {
	width: 20px;
	height: calc(100% - 8px);
	-webkit-height: calc(100% - 8px);
	position: absolute;
	right: -21px;
	top: 2px;
	background: url(../../img/common/line03.png) repeat-y;
	background-size: 20px auto;
	
	content: "";
}

.comTable tr:last-child th,
.comTable tr:last-child td {
	border-bottom: 1px solid #050041;
}

@media screen and (max-width: 767px) {
	.comTable {
		border-spacing: 16px 0;
	}
		
	.comTable th,
	.comTable td {
		padding: 9px 5px;
		font-size: 12px;
		line-height: 2.1;
		border-color: #D1D1D3;
	}

	.comTable th:before {
		height: calc(100% - 5px);
		-webkit-height: calc(100% - 5px);
		width: 1px;
		right: -10px;
		top: 3px;
		background: #D1D1D3;
		background-size: auto;
	}
	
	.comTable td {
		padding: 9px 5px 9px 14px;
		text-align: justify;
	}
	
	.comTable tr:last-child th,
	.comTable tr:last-child td {
		border-color: #D1D1D3;
	}
}

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	right: 40px;
	bottom: 40px;
}

.pageTop a:hover {
	opacity: 0.7;
}

.pageTop img {
	width: 99px;
}

@media screen and (max-width: 767px) {
	.pageTop {
		margin-right: -48px;
		position: absolute;
		right: 50%;
		top: -47px;
		bottom: inherit;
	}

	.pageTop img {
		width: 94px;
	}
}
