@charset "UTF-8";

/*=============================================================
 thanks 送信完了
=============================================================*/
#mainimg {
	background-image: url("../img/thanks/bg_mainimg01_sp.png");
}

/* forPC */
@media screen and (min-width: 600px) {
	#mainimg {
		background-image: url("../img/thanks/bg_mainimg01_pc.png");
	}
}

/*! #thanks .secThanks
============================================ */
.secThanks {
	padding: 32px 25px 0;
}

.secThanks>.tit {
	line-height: 1.47;
	margin: 0 -15px 20px;
	font-size: 1.7rem;
	text-align: center;
	letter-spacing: .075em;
}

.secThanks>.txt {
	line-height: 2;
	font-size: 1.2rem;
}

.secThanks .mw_wp_form_complete>.txt {
	line-height: 2;
	font-size: 1.2rem;
}

.secThanks .contact {
	line-height: 2;
	margin: 20px 0 40px;
	font-size: 1.2rem;
}

.secThanks .listLink {
	padding-bottom: 30px;
}

.secThanks .listLink .item+.item {
	margin: 33px 0 0;
}

.secThanks .listLink .item a {
	display: block;
}

.secThanks .listLink .item .tit {
	position: relative;
	margin-bottom: 20px;
}

.secThanks .listLink .item .tit:before {
	position: absolute;
	top: 2px;
	right: 0;
	width: 27px;
	height: 6px;
	background: url(../img/thanks/ico_arw01.png) no-repeat;
	background-size: 100%;
	content: "";
}

.secThanks .listLink .item .tit span {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #3b3b3b;
	font-size: 1.6rem;
	letter-spacing: .075em;
}

.secThanks .listLink .item .img {
	margin-bottom: 15px;
}

.secThanks .listLink .item .txt {
	line-height: 2;
	font-size: 1.2rem;
}

/* forPC */
@media screen and (min-width: 600px) {
	.secThanks {
		width: 880px;
		margin: 0 auto;
		padding: 75px 0 35px;
	}

	.secThanks>.tit {
		line-height: 1.58;
		margin: 0 0 46px;
		font-size: 2.4rem;
	}

	.secThanks>.txt {
		font-size: 1.3rem;
	}
	.secThanks .mw_wp_form_complete > .txt {
		font-size: 1.3rem;
	}

	.secThanks .contact {
		margin: 24px 0 56px;
	}

	.secThanks .listLink {
		overflow: hidden;
	}

	.secThanks .listLink .item {
		float: left;
		width: 410px;
		overflow: hidden;
	}

	.secThanks .listLink .item+.item {
		float: right;
		margin: 0;
	}

	.secThanks .listLink .item .img {
		float: left;
		width: 110px;
	}

	.secThanks .listLink .item .tit {
		padding: 0 0 0 140px;
	}

	.secThanks .listLink .item .tit span {
		font-size: 2.0rem;
	}

	.secThanks .listLink .item .txt {
		padding: 0 10px 0 140px;
		font-size: 1.3rem;
	}

	.secThanks .listLink .item a {
		-webkit-transition: opacity .3s;
		transition: opacity .3s;
	}

	.secThanks .listLink .item a:hover {
		opacity: .7;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}
}

.secThanks .information {
	margin: 15px 0 30px;
	font-size: 1.2rem;
	line-height: 2;
}

@media screen and (min-width: 600px) {
	.secThanks .information {
		margin: 25px 0 55px;
		font-size: 1.3rem;
	}
}

/* .modalQuestion
============================================ */
.modalQuestion {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modalQuestion.active {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modalQuestionIn {
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 9999;
	width: 84%;
	margin: 0 8%;
	padding: 33px 22px 54px;
	background: url(../img/thanks/bg_modal01_sp.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.modalQuestion .head {
	text-align: center;
}

.modalQuestion .head .en {
	font-size: 2.1rem;
	line-height: 1.3;
}

.modalQuestion .head .ja {
	margin-top: 7px;
	font-size: 1.2rem;
}

.modalQuestion .question {
	margin-top: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}

.modalQuestion .answer .item a {
	margin-top: 13px;
	font-size: 1.3rem;
}

.modalQuestion .answer .item a span {
	text-align: center;
}

.modalQuestion .answer .item a span:before,
.modalQuestion .answer .item a span:after {
	content: none;
}

.modalClose {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	margin: 0 7px 0 7px;
	padding: 0;
	width: 2px;
	height: 14px;
	background: #bfbfbf;
	transform: rotate(45deg);
	cursor: pointer;
}

.modalClose:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: -6px;
	width: 14px;
	height: 2px;
	margin-top: -1px;
	background: #bfbfbf;
}

.modalClose span {
	padding-left: 30px;
	background: url(../img/common/check/ico_close01.png) no-repeat center left;
	background-size: 20px auto;
}

.modalOverlay {
	position: fixed;
	top: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	visibility: hidden;
	background: #000;
	opacity: 0;
	transition: .2s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modalOverlay.active {
	visibility: visible;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

@media screen and (min-width: 600px) {
	.modalQuestionIn {
		top: 113px;
		right: 0;
		width: 882px;
		margin: auto;
		padding: 100px 0 120px;
		background: url(../img/thanks/bg_modal01_pc.png) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.modalQuestion .head .en {
		font-size: 3.2rem;
	}

	.modalQuestion .head .ja {
		margin-top: 14px;
		font-size: 1.8rem;
	}

	.modalQuestion .question {
		margin-top: 40px;
		font-size: 2.6rem;
	}

	.modalQuestion .answer {
		overflow: hidden;
		width: 642px;
		margin: 10px auto 0;
	}

	.modalQuestion .answer .item {
		width: 311px;
		margin-top: 20px;
	}

	.modalQuestion .answer .item:nth-child(odd) {
		float: left;
	}

	.modalQuestion .answer .item:nth-child(even) {
		float: right;
	}

	.modalQuestion .answer .item a {
		margin-top: 0;
		padding: 23px 30px;
		font-size: 1.6rem;
	}

	.modalClose {
		bottom: 14px;
		right: 14px;
		width: 3px;
		height: 16px;
	}

	.modalClose:before {
		width: 16px;
		height: 3px;
	}
}
#thanks .txt_catalog {
	line-height: 2;
	font-size: 1.4rem;
}