@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 25px;
		max-width: inherit;
	}
}

.headLine01 {
	margin-bottom: 37px;
	position: relative;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-align: center;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
.headLine01 .en {
	position: absolute;
	left: 0;
	top: -49px;
	width: 100%;
	font-family: 'Times-Roman';
	font-size: 13rem;
	line-height: 1;
	text-align: center;
	opacity: 0.07;
}
.headLine01 .smallEn {
	font-family: 'Times-Roman';
	font-size: 2rem;
}
.headLine01 .txt {
	margin-top: 8px;
	display: block;
	font-size: 4.8rem;
	letter-spacing: 0.14em;
	font-family: 'yumindb';
}
.headLine01 .color {
	color: #a50000;
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		font-size: 6.5rem;
		top: -27px;
		letter-spacing: 0;
	}
	.headLine01 {
		margin: 0 -15px 23px;
		font-size: 1.5rem;
	}
	.headLine01 .txt {
		margin-top: 10px;
		font-size: 3rem;
		line-height: 1.233;
	}
	.headLine01 .smallEn {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 374px) {
	.headLine01 .txt {
		font-size: 2.7rem;
	}
}


/* comContact */
.comContact {
	padding: 65px 0 70px;
	background: #a50000 url(../../img/common/contact_bg.png) no-repeat left top;
	background-size: auto 100%;
	position: relative;
	text-align: center;
	z-index: 10;
}
.comContact .title {
	margin-bottom: 19px;
	color: #fff;
	font-family: 'yumindb';
	font-size: 3rem;
	font-weight: normal;
	letter-spacing: 0.08em;
}
.comContact .title .color {
	color: #ddd77c;
}
.comContact .title .dot {
	position: relative;
}
.comContact .title .dot::before {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: -13px;
	content: '';
	background-color: #fff;
	border-radius: 50%;
	transform: translateX(-50%);
}
.comContact .btn a {
	display: inline-block;
}
.comContact .content {
	position: static;
}
@media all and (min-width: 897px) {
	.comContact .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 36px 0 25px;
		background: #a50000;
	}
	.comContact .title {
		margin-bottom: 14px;
		font-size: 2.3rem;
		line-height: 1.3;
		letter-spacing: 0;
	}
	.comContact .title .dot::before {
		display: none;
	}
	.comContact .btn {
		text-align: center;
	}
	.comContact .btn img {
		width: 100%;
		max-width: 325px;
	}
}

/* topTtl */
.topTtl {
	width: 100%;
	position: absolute;
	top: -15px;
	left: 0;
	text-align: center;
}
.topTtl .inner {
	padding: 15px 26px 6px;
	min-width: 280px;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	display: inline-block;
	vertical-align: top;
	background-color: #000000;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
}
.topTtl .inner::after {
	margin-left: -10px;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #000000;
	left: 50%;
	bottom: -10px;
	content: '';
}
.topTtl .col {
	margin-top: -8px;
	color: #ddd77c;
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: middle;
}
@media all and (-ms-high-contrast:none){
	.topTtl .inner {
		padding: 8px 5px 7px;
	}
}
@media all and (max-width: 896px) {
	.topTtl .inner {
		font-size: 1.5rem;
	}
	.topTtl .col {
		margin-top: -6px;
		font-size: 1.8rem;
	}
	.topTtl {
		top: -10px;
	}
	.topTtl .inner {
		padding: 5px 17px 3px;
		min-width: 200px;
		font-size: 1.5rem;
		border-radius: 5px;
	}
	.topTtl .inner::after {
		margin-left: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #000000;
		bottom: -6px;
	}
}


/* headLine02 */
.headLine02 {
	margin-bottom: 19px;
	color: #fff;
	font-size: 3rem;
	font-family: 'yumindb';
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.headLine02 .en {
	margin-bottom: 7px;
	display: block;
	letter-spacing: 0.05em;
	font-size: 1.6rem;
}
.headLine02 .col {
	color: #ddd77c;
}
@media all and (max-width: 896px) {
	.headLine02 .en {
		margin-bottom: 0;
		letter-spacing: 0.05em;
		font-size: 1.2rem;
	}
	.headLine02 {
		margin: 0 -10px 14px;
		font-size: 2.1rem;
	}
}
@media all and (max-width: 374px) {
	.headLine02 {
		font-size: 1.9rem;
	}
}

/* comBtn */
.comBtn {
	margin-top: 20px;
}
.comBtn span {
	margin: 0 auto;
	padding: 19px 5px 17px;
	max-width: 305px;
	color: #fdf573;
	font-size: 2.4rem;
	font-family: 'yumindb';
	background-color: #a50000;
	border-radius: 50px;
	text-align: center;
	box-sizing: border-box;
	display: block;
	line-height: 1;
}
@media all and (-ms-high-contrast:none){
	.comBtn span {
		padding: 21px 5px 12px;
	}
}
@media all and (max-width: 896px) {
	.comBtn span {
		font-size: 1.8rem;
		padding: 12px 5px 10px;
	}
	.comBtn {
		margin-top: 15px;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 3.6rem;
	font-family: 'yumindb';
	line-height: 1.44;
	letter-spacing: 0.08em;
}
.headLine03 .col {
	color: #ddd77c;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 11px;
		font-size: 2.3rem;
		line-height: 1.3;
	}
}


/* notesTxt */
.notesTxt {
	margin-top: 17px;
	font-size: 1.3rem;
}
.notesTxt.right {
	margin-top: 15px;
	text-align: right;
}
@media all and (max-width: 896px) {
	.notesTxt {
		margin-top: 17px;
		font-size: 1rem;
	}
	.notesTxt.right {
		margin-top: 6px;
		text-align: left;
	}
}

/* comTable */
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 12px 0;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #fff;
	box-sizing: border-box;
}
.comTable td {
	border: 1px solid #c9c9c9;
}
.comTable tr th:first-child,
.comTable tr td:first-child {
	width: 230px;
	font-weight: bold;
}
.comTable tr th:nth-child(2),
.comTable tr td:nth-child(2) {
	width: 268px;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.comTable th,
	.comTable td {
		padding: 7px 0 6px;
		font-size: 1rem;
	}
	.comTable tr th:first-child,
	.comTable tr td:first-child {
		width: 21%;
		font-weight: bold;
	}
	.comTable tr th:nth-child(2),
	.comTable tr td:nth-child(2) {
		width: 32%;
		font-weight: bold;
	}
}

/* triangle */
.triangle {
	position: relative;
}
.triangle::after,
.triangle::before {
	width: 307px;
	height: 307px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(../../img/index/bg03.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
.triangle::after {
	top: auto;
	right: auto;
	bottom: 10px;
	left: 10px;
	background-image: url(../../img/index/bg04.png);
}
/* triangle02 */
.triangle02::after,
.triangle02::before {
	background-image: url(../../img/index/bg01.png);
}
.triangle02::after {
	background-image: url(../../img/index/bg02.png);
}
@media all and (max-width: 896px) {
	.triangle::after,
	.triangle::before {
		width: 110px;
		height: 110px;
		top: 2px;
		right: 2px;
	}
	.triangle::after {
		top: auto;
		right: auto;
		bottom: 2px;
		left: 2px;
	}
}

/* comTxtUl */
.comTxtUl li {
	padding-left: 14px;
	position: relative;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.comTxtUl li::before {
	position: absolute;
	top: 0;
	left: -2px;
	content: "・";
}
@media all and (max-width: 896px) {
	.comTxtUl li::before {
		left: 2px;
	}
	.comTxtUl li {
		line-height: 1.53;
	}
}


.headLine04 {
	margin-bottom: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 2.25;
	text-align: center;
	letter-spacing: 0.08em;
	font-family: 'yumindb';
}
.headLine04 .inner {
	display: inline-block;
	position: relative;
}
.headLine04 .inner::before,
.headLine04 .inner::after {
	width: 38px;
	height: 35px;
	background: url(../../img/common/icon01.png) no-repeat left top;
	background-size: 100% 100%;
	position: absolute;
	top: -14px;
	left: -34px;
	content: "";
}
.headLine04 .inner::after {
	background-image: url(../../img/common/icon02.png);
	bottom: -3px;
	right: -39px;
	top: auto;
	left: auto;
}
.headLine04 .col {
	color: #a50000;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 auto 22px;
		max-width: 244px;
		font-size: 1.5rem;
		line-height: 1.53;
		letter-spacing: 0.08em;
	}
	.headLine04 .txt {
		margin-bottom: 6px;
		display: block;
	}
	.headLine04 .txt:last-child {
		margin-bottom: 0;
	}
	.headLine04 .inner::before,
	.headLine04 .inner::after {
		width: 18px;
		height: 17px;
		top: -6px;
		left: -31px;
	}
	.headLine04 .inner::after {
		bottom: -2px;
		right: -31px;
		top: auto;
		left: auto;
	}
	.customerBox .btmTxt .dot::before {
		margin-left: -2px;
		width: 5px;
		height: 5px;
		top: -7px;
	}
}