@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;}

.bebas {
	font-weight: 400;
	font-family: 'Bebas Neue', cursive;
}
.roboto {
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 15px;
}
@media all and (max-width: 896px) {
	.content {
		max-width: inherit;
		padding: 0 25px;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	width: 403px;
	margin-right: -60px;
}
.headLine01 .sub {
	padding-left: 84px;
	background: url("../img/common/icon02.png") no-repeat left top 7px;
	background-size: 38px 103px;
	display: inline-block;
}
.headLine01 .sml {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 20px;
	font-weight: 500;
}
.headLine01 .en {
	font-size: 6rem;
	letter-spacing: 0.2em;
	display: block;
}
.headLine01 .col {
	color: #e6097e;
}
@media all and (max-width: 896px) {
	.headLine01 {
		width: auto;
		margin: 0 0 -8px -25px;
	}
	.headLine01 .sub {
		padding-left: 73px;
		background: url("../img/common/icon09.png") no-repeat left top 6px;
		background-size: 33px 89px;
	}
	.headLine01 .sml {
		font-size: 1.6rem;
		margin-bottom: 16px;
		font-weight: 500;
	}
	.headLine01 .en {
		font-size: 5.2rem;
		font-weight: 400;
	}
	.headLine01 .col {
		color: #FF007F;
	}
}
/*------------------------------------------------------------
	comTtlBox
------------------------------------------------------------*/
.comTtlBox {
	align-items: flex-end;
	margin-bottom: 34px;
}
.comTtlBox p {
	width: calc(100% - 430px);
	margin-bottom: 22px;
	line-height: 1.75;
}
@media all and (max-width: 896px) {
	.comTtlBox {
		display: block;
		margin-bottom: 55px;
	}
	.comTtlBox p {
		width: auto;
		margin: 0 30px 0 50px;
		font-feature-settings: "palt";
	}
}
/*------------------------------------------------------------
	comTextArea
------------------------------------------------------------*/
.comTextArea {
	max-width: 1196px;
	margin: 0 auto;
}
.comTextArea h3 {
	margin-bottom: 25px;
	font-size: 2rem;
	font-weight: 700;
}
.comTextArea .textArea {
	width: 48.3%;
}
.comTextArea .textBox {
	padding: 53px 20px 32px;
	background-color: #1A1A1A;
}
.comTextArea .subBox {
	max-width: 330px;
	margin: 0 auto;
}
.comTextArea .ttl {
	margin-bottom: 19px;
	font-size: 2.4rem;
	font-weight: 700;
}
.comTextArea table {
	margin-bottom: 35px;
	width: 100%;
	border-collapse: collapse;
}
.comTextArea th,
.comTextArea td {
	padding: 33px 10px 10px 5px;
	font-size: 1.8rem;
	font-weight: 700;
	word-break: break-all;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #fff;
	font-feature-settings: "palt";
}
.comTextArea th {
	padding: 33px 5px 10px 20px;
	width: 30%;
	font-weight: 300;
	font-size: 1.6rem;
}
.comTextArea tr:first-child th,
.comTextArea tr:first-child td {
	padding-top: 0 !important;
}
.comTextArea .text {
	margin-left: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.75;
	font-feature-settings: "palt";
}
.comTextArea .subBox01 {
	text-align: center;
}
.comTextArea .subBox01 .ttl {
	margin-bottom: 26px;
}
.comTextArea .pho {
	max-width: 98px;
	margin: 0 auto 3px;
}
.comTextArea .note {
	margin-bottom: 10px;
	font-weight: 700;
}
.comTextArea .code {
	width: 95px;
	margin: 0 auto 11px;
}
.comTextArea .tel {
	margin-bottom: 51px;
}
.comTextArea .tel a {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	padding-left: 34px;
	background: url("../img/common/icon04.png") no-repeat left center;
	background-size: 25px 25px;
}
.comTextArea .line a {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	padding-left: 34px;
	background: url("../img/common/icon05.png") no-repeat left center;
	background-size: 25px 25px;
}
.comTextArea .line a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comTextArea {
		max-width: inherit;
		margin: 0 -3px;
		display: block;
	}
	.comTextArea h3 {
		margin-bottom: 12px;
		text-align: center;
	}
	.comTextArea .textArea {
		width: auto;
	}
	.comTextArea .textArea:not(:last-child) {
		margin-bottom: 41px;
	}
	.comTextArea .textBox {
		padding: 32px 3px 40px;
	}
	.comTextArea .subBox {
		max-width: 90%;
	}
	.comTextArea .ttl {
		margin-bottom: 20px;
		font-size: 2.5rem;
		text-align: center;
	}
	.comTextArea table {
		margin-bottom: 49px;
	}
	.comTextArea th,
	.comTextArea td {
		padding: 29px 10px 12px 5px;
	}
	.comTextArea th {
		padding: 29px 5px 9px 20px;
		width: 30%;
		font-size: 1.4rem;
	}
	.comTextArea .text {
		margin-left: 20px;
		font-size: 1.9rem;
	}
	.comTextArea .h2Ttl {
		margin-bottom: 20px;
	}
	.comTextArea .subBox01 {
		padding-bottom: 6px;
	}
	.comTextArea .subBox01 .ttl {
		margin-bottom: 28px;
	}
	.comTextArea .pho {
		max-width: 102px;
		margin: 0 auto 3px;
	}
	.comTextArea .note {
		margin-bottom: 10px;
		font-size: 1.7rem;
	}
	.comTextArea .code {
		width: 100px;
	}
	.comTextArea .tel a {
		font-size: 2.5rem;
		padding-left: 34px;
		background: url("../img/common/icon10.png") no-repeat left center;
		background-size: 26px 26px;
	}
	.comTextArea .line a {
		font-size: 2.5rem;
		padding-left: 34px;
		background: url("../img/common/icon11.png") no-repeat left center;
		background-size: 26px 26px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 30px;
	font-size: 4.8rem;
	font-weight: 900;
	color: #b3b3b3;
	text-align: center;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 38px;
		font-size: 2.8rem;
		color: #B2B2B2;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	max-width: 330px;
	margin: 0 auto;
	text-align: center;
	background-color: #1A1A1A;
}
.comLink a {
	padding: 20px 10px 14px;
	display: block;
	font-feature-settings: "palt";
	background: url("../img/common/icon07.png") no-repeat right 20px center;
	background-size: 18px 18px;
}
.comLink .en {
	font-size: 1.4rem;
	letter-spacing: 0.2em;
	display: block;
	margin-top: 1px;
	color: #e6097e;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
		background-color: #000;
	}
	.comLink a {
		padding: 8px 10px 0;
		margin: 0 -15px;
		background-color: #000;
	}
	.comLink .en {
		font-size: 1.6rem;
		margin-top: 1px;
		color: #FF007F;
	}
}