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

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

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

/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
.headLine {
	margin-bottom: 52px;
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
}

.headLine span {
	display: block;
	font-size: 32px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
}

@media screen and (max-width: 767px) {
	.headLine {
		margin-bottom: 42px;
		font-size: 8px;
	}
	
	.headLine span {
		margin-bottom: 1px;
		font-size: 28px;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/

.headLine02 {
	margin-bottom: 99px;
}
.headLine02 span {
	display: inline-block;
	color: #BF1E35;
	font-size: 25px;
	border-bottom: 1px solid #BF1E35;
}
@media screen and (max-width: 767px) {
	.headLine02 {
		margin-bottom: 50px;
	}
	.headLine02 span {
		font-size: 21px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 183px;
}

.comBtn a,
.comBtn input {
	padding: 7px 18px;
	color: #fff;
	display: block;
	font-size : 11px;
	text-align: center;
	cursor: pointer;
	letter-spacing: 2px;
	border-radius: 0;
	background: #AD1E32 url(../../img/common/arrow03.png) no-repeat right 10px center;
	background-size: 6px auto;
}

.comBtn a:hover,
.comBtn input:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.comBtn {
		width: 171px;
	}
	
	.comBtn a {
		padding: 14px 18px 15px;
		font-size: 12px;
		background: #AD1E32 url(../../img/common/arrow03.png) no-repeat right 11px center;
		background-size: 7px auto;
	}
	
	.comBtn a:hover,
	.comBtn input:hover {
		opacity: 1;
	}

}

#main .comBtn02 {
	margin: 0 auto;
	width: 240px;
}

#main .comBtn02 a {
	padding: 12px 18px 10px;
	font-size: 13px;
	background: #000 url(../../img/common/arrow03.png) no-repeat right 10px center;
	background-size: 8px auto;
}

.scrBlur {
	-webkit-transition: all 1.2s 0.5s ease-in-out;
	-moz-transition: all 1.2s 0.5s ease-in-out;
	-ms-transition: all 1.2s 0.5s ease-in-out;
	transition: all 1.2s 0.5s ease-in-out;
	-webkit-filter: blur(3px);
	filter: blur(3px);
	opacity: 0;
}

.scrBlur.view {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

.scrFadeTop {
	-webkit-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-moz-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	-ms-transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transition: transform 1s 0.5s ease-in-out, opacity 1s linear;
	transform: translateY(10px);
	opacity: 0;
}

.scrFadeTop.view {
	transform: translateY(0);
	opacity: 1;
}

.txt_endmineral {
	-webkit-transition: opacity 0.8s 0.5s linear;
	-moz-transition: opacity 0.8s 0.5s linear;
	-ms-transition: opacity 0.8s 0.5s linear;
	transition: opacity 0.8s 0.5s linear;
	opacity: 0;
}

.txt_endmineral.view {
	opacity: 1;
}

/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
	margin: 0 -16px;
	text-align: center;
}

.comLinkUl li {
	margin: 0 18px;
	width: 438px;
	display: inline-block;
}

.comLinkUl li a {
	padding: 10px 5px;
	display: block;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	font-size : 13px;
	background: url(../../img/common/arrow01.png) no-repeat right 17px center;
	border: 1px solid #d4d4d4;
}

.comLinkUl li a span {
	padding: 0 35px 0 53px;
	display: inline-block;
	min-height: 20px;
	background: url(../../img/common/icon04.png) no-repeat left center;
	background-size: 7%;
}

.comLinkUl li:last-child a span {
	background-image: url(../../img/common/icon03.png);
}

.comLinkUl li a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	.comLinkUl {
		margin: 0 -2px;
	}
	
	.comLinkUl li {
		margin: 0 0 10px;
		display: block;
		width: auto;
	}
	
	.comLinkUl li a {
		padding: 14px 5px;
		background-position: right 5px center;
	}
	
	.comLinkUl li a span {
		padding: 0 24px 0 36px;
		background-size: 16px auto;
		background-size: 7%;
	}
	
	.comLinkUl li:last-child a span {
		padding: 0 33px 0 46px;
		background-size: 22px auto;
	}
}


/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/

.comTable {
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
	border-top: 2px solid #A1A1A1;
}

.comTable th,
.comTable td {
	border-bottom: 1px solid #A1A1A1;
	text-align: center;
	vertical-align: middle;
}

.comTable th {
	width: 37.5%;
	letter-spacing: 2px;
	background-color: #f0f0f0;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

.comTable td {
	padding: 29px 0 29px 22px;
	text-align: left;
}


@media screen and (max-width: 767px) {
	.comTable {
		border: none;
	}

	
	.comTable th,
	.comTable td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border: none;
	}
	
	.comTable th {
		padding: 9px 10px 11px;
		font-size: 11.5px;
	}
	
	.comTable td {
		padding: 19px 0 25px 0;
		font-size: 12.5px;
	}



}

/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
}

.comContactBox .comTable {
	margin-bottom: 26px;
}

.comContactBox .comTable tr:first-child td {
	padding: 29px 0 29px 27px;
}

.comContactBox .comTable td {
	padding: 28px 0 31px 25px;
}

.comContactBox .ttl {
	margin-bottom: 5px;
	font-weight: 500;
	letter-spacing: 1px;
}

.comContactBox .note {
	color: #ad1e32;
}

.comContactBox .comTable th span {
	display: block;
	color: #949494;
	font-size: 11px;
}

.comContactBox .comTable .checkUl {
	margin-top: -6px;
}

.comContactBox .comTable .checkUl li {
	margin-top: 6px;
	width: 270px;
	min-height: 35px;
	float: left;
	line-height: 1;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
}

.comContactBox .comTable .checkUl li label > span {
	display: table;
	width: 100%;
	height: 35px;
}

.comContactBox .comTable .checkUl li label > span > span {
	display: table-cell;
	line-height: 1;
	text-align: left;
	vertical-align: middle;
}

.comContactBox .comTable .checkUl li:nth-child(2n) {
	float: right;
}

.comContactBox textarea,
.comContactBox select,
.comContactBox input[type="tel"],
.comContactBox input[type="email"],
.comContactBox input[type="text"] {
	color: #000;
	border: none;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.select::-ms-expand { display: none; }

.comContactBox .comTable .checkUl li input[type="checkbox"],
.comContactBox .comTable .radioList li input[type="radio"] {
	display: none;
	padding: 0;
	height: 10px;
	width: 10px;
	vertical-align: middle;
}
	
.comContactBox .comTable .checkUl li input[type="checkbox"] + label,
.comContactBox .comTable .radioList li input[type="radio"] + label {
	background: url(../../img/common/icon05.jpg) no-repeat left 19px center;
	background-size: 10px 10px;
	display: block;
	text-align: left;
	line-height: 20px;
	padding: 0 0 0 43px;
	line-height: 1;
	letter-spacing: 2px;
}
	
.comContactBox .comTable .checkUl li input[type="checkbox"]:checked + label,
.comContactBox .comTable .radioList li input[type="radio"]:checked + label {
	background: url(../../img/common/icon05_on.jpg) no-repeat left 19px center;
	background-size: 10px 10px;
	color: #fff;
	background-color: #AD1E32;
}

.comContactBox .comTable th span.note {
	display: inline-block;
	color : #AD1E32;
	font-size: 13px;
}

.comContactBox .inputTxt {
	margin-bottom: 9px;
}
.comContactBox .cap {
	margin-top: 20px;
	margin-bottom: 0px;
}

.comContactBox .comTable td .inputTxt:last-child {
	margin-bottom: 0;
}

.comContactBox .inputTxt input {
	padding: 0 13px;
	width: 468px;
	height: 40px;
	box-sizing: border-box;
}

.comContactBox .inputTxt > span {
	margin-right: 15px;
	min-width: 61px;
	text-align-last:justify;
	text-align:justify;
	text-justify:distribute-all-lines;
	display: inline-block;
	vertical-align: middle;
}
.comContactBox .inputTxt .none{
text-align:left;
}
	
.comContactBox .comTable td .txt {
	margin-bottom: 22px;
	font-size: 10px;
	text-align: left;
}

.comContactBox .comTable td .time {
	margin-right: 14px;
	width: 184px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	background: url(../../img/common/select_bg.png) no-repeat right -1px top -1px;
	background-size: auto 40px;
}
	
.comContactBox .comTable td .hour {
	width: 264px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #aeaeae;
	background: url(../../img/common/select_bg.png) no-repeat right -1px top -1px;
	background-size: auto 40px;
}

.comContactBox .comTable td textarea {
	padding: 10px 15px;
	width: 548px;
	height: 140px;
	font-size: 13px;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
}

.comContactBox .privacy {
	padding: 17px;
	margin: 13px 0 27px;
	height: 140px;
	overflow-y: scroll;
	border: 1px solid #d4d4d4;
	box-sizing: border-box;
}

.comContactBox .privacy p {
	font-size: 11px;
	color : #878787;
	line-height: 1.98;
}

.comContactBox .noteTtl {
	margin-bottom: 38px;
	padding: 10px 10px 9px;
	font-size : 12px;
	font-weight: 500;
	letter-spacing: 2px;
	text-align: center;
	background-color: #F0F0F0;
}

.comContactBox .check {
	margin-bottom: 56px;
	text-align: center;
}

.comContactBox .check input[type="checkbox"] {
	display: none;
	padding: 0;
	height: 10px;
	width: 10px;
	vertical-align: middle;
}

.comContactBox .check input[type="checkbox"] + label {
	background: url(../../img/common/icon06.jpg) no-repeat left 19px center;
	background-size: 16px 16px;
	display: inline-block;
	line-height: 13px;
	min-height: 16px;
	padding: 0 0 0 43px;
	letter-spacing: 2px;
}
	
.comContactBox .check input[type="checkbox"]:checked + label {
	background: url(../../img/common/icon06_on.jpg) no-repeat left 19px center;
	background-size: 16px 16px;
}

.comContactBox .linkList {
	text-align: center;
}

.comContactBox .linkList .comBtn {
	margin: 0 5px;
	display: inline-block;
	width: 240px;
}

.comContactBox .linkList li input {
	width: 240px;
	height: 40px;
	border: none;
	border-radius: 0;
	font-size: 13px;
	background: #AD1E32 url(../../img/common/arrow03.png) no-repeat right 17px center;
	background-size: 8px auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
　　color: #D4D4D4;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
　　color: #D4D4D4;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #D4D4D4;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
　　color: #D4D4D4;
} 

.errorMsg {
	margin-bottom: 20px;
	color: #F00;
}

.#main .comContactBox .linkList .resize input {
	background: #000 url(../img/common/arrow05.png) no-repeat left 10px center;
	background-size: 8px auto;
}
.comContactBox .aera {
    padding: 0 9px;
    width: 200px;
    height: 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.comContactBox .ttl {
		margin-bottom: 18px;
		font-size: 10.5px;
	}
	
	.comContactBox .comTable th span {
		display: inline-block;
		font-size: 10px;
		vertical-align: 1px;
	}
	
	.comContactBox .comTable .checkUl {
		margin-top: -10px;
	}
	
	.comContactBox .comTable .checkUl li {
		margin-top: 10px;
		width: 49%;
	}
	
	.comContactBox .comTable tr:first-child th {
		padding: 13px 10px 11px;
	}
	
	.comContactBox .comTable tr:first-child td {
		padding: 20px 0 33px;
	}
	
	.comContactBox .comTable td textarea {
		width: 100%;
		height: 125px;
	}
	
	.comContactBox .inputTxt input {
		width: 78%;
		height: 36px;
	}
	
	.comContactBox .comTable .checkUl li input[type="checkbox"] + label,
	.comContactBox .comTable .radioList li input[type="radio"] + label {
		padding: 0 0 0 29px;
		line-height: 1.2;
		background: url(../../img/common/icon07.png) no-repeat left 9px center;
		background-size: 13px 13px;
		letter-spacing: 0;
	}
	
	.comContactBox .comTable .checkUl li label > span {
		height: 48px;
	}
	
	.comContactBox .comTable .checkUl li label > span > span {
		line-height: 1.2;
	}
	
	.comContactBox .comTable .checkUl li input[type="checkbox"]:checked + label,
	.comContactBox .comTable .radioList li input[type="radio"]:checked + label {
		background: #AD1E32 url(../../img/common/icon07_on.png) no-repeat left 9px center;
		background-size: 13px 13px;
	}
	
	.comContactBox .comTable th span.note {
		vertical-align: 0;
	}
	
	.comContactBox .comTable td {
		padding: 19px 0 35px 0;
	}
	
	.comContactBox .inputTxt {
		margin-bottom: 19px;
	}
	.comContactBox .cap {
		margin-bottom: 0px;
		margin-top: 19px;
	}
	
	.comContactBox td .inputTxt:last-child {
		margin-bottom: 0;
	}
	
	.comContactBox .inputTxt > span {
		margin-right: 4%;
		min-width: 16.9%;
	}
	
	.comContactBox .comTable td .txt {
		margin: -9px 0 12px;
		font-size: 12.5px;
		line-height: 2;
	}
	
	.comContactBox .comTable td .time {
		margin: 0 0 15px;
		width: 78%;
		height: 36px;
		background-size: auto 36px;
	}
	
	.comContactBox .comTable td .hour {
		margin-left: 22%;
		width: 78%;
		height: 36px;
		border-radius: 3px 0 0 3px;
		background-size: auto 36px;
	}
	
	.comContactBox .ttl01 {
		margin-bottom: 17px;
		font-size: 15px;
		letter-spacing: 3px;
	}
	
	.comContactBox .comTable {
		margin-bottom: -8px;
	}
	
	.comContactBox .privacy {
		margin: 0 0 35px;
		height: 206px;
	}
	
	.comContactBox .check input[type="checkbox"] + label,
	.comContactBox .check input[type="checkbox"]:checked + label {
		padding-top: 2px;
	}
	
	.comContactBox .noteTtl {
		margin-bottom: 33px;
		padding: 13px 10px 11px;
		font-size: 11px;
	}
	
	.comContactBox .privacy p {
		font-size: 12.5px;
		line-height: 2;
	}
	
	.comContactBox .check {
		margin-bottom: 33px;
		font-size: 11px;
	}
	
	.comContactBox .linkList {
		max-width: 340px;
		margin: 0 auto;
	}
	
	.comContactBox .linkList .comBtn {
		margin: 0 0 10px;
		width: auto;
		display: block;
		letter-spacing: 3px;
	}
	
	.comContactBox .linkList .comBtn:last-child {
		margin-bottom: 0;
	}
	
	.comContactBox .linkList li {
		margin: 0 auto;
		max-width: 340px;
	}
	
	.comContactBox .linkList li input {
		width: 100%;
		height: 70px;
	}
		

}

@media screen and (max-width: 375px) {
	.comContactBox .inputTxt input {
		width: 77%;
	}
	
	.comContactBox .comTable td .time,
	.comContactBox .comTable td .hour {
		width: 77%;
	}
}


/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/

#main .comTableBox {
	margin-bottom: 159px;
}

#main .comTableBox .lBox {
	width: 460px;
	float: left;
}

#main .comTableBox .rBox {
	width: 460px;
	float: right;
}

#main .comTableBox .comTable {
	border: none;
	font-size: 11px;
	line-height: 2;
	position: relative;
}

#main .comTableBox .comTable:before {
	position: absolute;
	width: 2px;
	height: 6px;
	left: 19.5%;
	top: 0;
	background-color: #fff;
	content: '';
}

#main .comTableBox .comTable:after {
	position: absolute;
	width: 2px;
	height: 6px;
	left: 19.5%;
	bottom: 0;
	background-color: #fff;
	content: '';
}

#main .comTableBox .comTable th,
#main .comTableBox .comTable td {
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: 2px;
}

#main .comTableBox .comTable th {
	width: 19.7%;
	background: none;
	color : #949494;
	border-right: 1px solid #aeaeae;
}

#main .comTableBox .comTable td {
	padding: 0 0 14px 21px;
	
}

#main .comTableBox .comTable tr:last-child td {
	padding-bottom: 0;
}

#main .comTableBox .rBox .comTable th {
	width: 22%;
}

#main .comTableBox .rBox .comTable:before {
	left: 21.9%;
}

#main .comTableBox .rBox .comTable:after {
	left: 21.9%;
}


@media screen and (max-width: 767px) {
	#main .comTableBox .lBox {
		width: auto;
		float: none;
	}
	
	#main .comTableBox .rBox {
		width: auto;
		float: none;
	}
	
	#main .comTableBox .comTable th,
	#main .comTableBox .comTable td {
		display: table-cell;
		font-size: 12.5px;
		line-height: 1.6;
		letter-spacing: -0.01rem;
	}
	
	#main .comTableBox .comTable td {
		padding: 0 0 11px 17px;
	}
	
	#main .comTableBox .comTable th {
		width: 25%;
	}
	
	#main .comTableBox .rBox .comTable th {
		width: 25%;
	}
	
	#main .comTableBox .rBox .comTable tr:first-child th {
		padding-top: 10px;
	}
	
	#main .comTableBox .rBox .comTable tr:first-child td {
		padding-top: 10px;
	}
	
	#main .comTableBox {
		margin-bottom: 75px;
	}
	
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/

#main .comImgBox {
	margin-bottom: 93px;
}

#main .comImgBox .photoBox {
	width: 458px;
	float: left;
	margin-top: 10px;
	text-align: center;
}

#main .comImgBox .photoBox img {
	/*max-width: 223px;*/
	max-width: 420px;
}

#main .comImgBox .textBox {
	width: 440px;
	float: right;
}

#main .comImgBox .textBox .note {
	margin-bottom: 17px;
	font-size: 14px;
	letter-spacing: 4.2px;
	line-height: 1.5;
	color: #BA1E32;
	font-weight: 600;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .comImgBox .textBox .note span {
	display: inline-block;
	border-bottom: 1px solid #BA1E32;
}

#main .comImgBox .textBox h3 {
	margin-bottom: 10px;
	font-size : 25px;
	line-height: 1.94;
	letter-spacing: 5px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .comImgBox .textBox p {
	font-size: 13px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	#main .comImgBox .photoBox {
		margin: 0 0 24px;
		width: auto;
		float: none;
	}
	
	#main .comImgBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .comImgBox {
		margin: 63px 0 50px;
	}
	
	#main .comImgBox .photoBox img {
		width: 200px;
	}
	
	#main .comImgBox .textBox .note {
		margin-bottom: 8px;
		text-align: center;
		font-size: 12px;
	}
	
	#main .comImgBox .textBox h3 {
		margin-bottom: 1px;
		font-size: 19.5px;
	}
		
	#main .comImgBox .textBox p {
		letter-spacing: 1px;
	}
	
}



/* pageList */
.pageList {
	margin: 52px auto 0;
	max-width: 323px;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.pageList a {
	color: #7F7F7F;
}
.pageList img {
	margin: -2px 13px 0;
	width: 10px;
	display: inline-block;
	vertical-align: middle;
}
.pageList .prev {
	position: absolute;
	top: 0;
	left: 0;
}
.pageList .next {
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (min-width: 768px) {
	.pageList a:hover {
		opacity: 0.7;
	}
}
@media screen and (max-width: 767px) {
	.pageList {
		margin-top: 33px;
		max-width: 278px;
		font-size: 11px;
	}
	.pageList img {
		margin: -2px 11px 0;
		width: 8px;
	}
}