@charset "UTF-8";

#wrap #enqThanks {
	clear: both;
	width: 100%;
	max-width: 640px;
	overflow: hidden;
	margin: 10px auto;
	padding: 0 0 40px;
}
#wrap #enqThanks img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
	text-align: center;
}
#wrap #enqThanks .spOnly {
	display: none;
}
@media only screen and (max-width: 767px) {
	#wrap #enqThanks {
		width: 96%;
		margin: 0 auto;
	}
	#wrap #enqThanks .spOnly {
		display: block;
	}
	#wrap #enqThanks .pcOnly {
		display: none;
	}
}

#wrap #enqThanks #hdrArea {
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 auto 60px;
}
#wrap #enqThanks #hdrArea .thanks_msg {
	clear: both;
	margin: 40px auto 30px;
	color: #000;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
#wrap #enqThanks #hdrArea .line_msg {
	clear: both;
	margin: auto;
	color: #000;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
#wrap #enqThanks #hdrArea .thanks_msg small {
	font-size: 14px;
}
.btn_all {
	clear: both;
	width: 75%;
	max-width: 480px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	#wrap #enqThanks #hdrArea {
		margin-bottom: 8.125%;
	}
	#wrap #enqThanks #hdrArea .thanks_msg {
		font-size: 14px;
		font-size: 3.7333vw;
	}
}

#wrap #enqThanks #enqThanksMainenqMain {
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 auto 60px;
}
#wrap #enqThanks .bnr_ttl {
	clear: both;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#wrap #enqThanks .bnr_ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	width: 100%;
	font-size: 0;
	line-height: 1;
		margin: 0 auto 10.9375%;
}
#wrap #enqThanks .bnr_ul li {
	font-size: 0;
	line-height: 1;
}
#wrap #enqThanks #bnr_1.bnr_ul li {
	width: 48.4375%;
	margin-bottom: 2.8125%;
        border: 1px solid #E9E9E9;
}
#wrap #enqThanks #bnr_2.bnr_ul::after {
	display: block;
	content:"";
	width: 32.5%;
}
#wrap #enqThanks #bnr_2.bnr_ul li {
	width: 32.5%;
	margin-bottom: 1.25%;
}
	/*#wrap #enqThanks #bnr_2.bnr_ul li:last-child {
		width: 100%;
	}*/
@media only screen and (max-width: 767px) {
	#wrap #enqThanks .bnr_ul {
		width: 96%;
	}
	#wrap #enqThanks #bnr_2.bnr_ul li {
		width: 48.4375%;
		margin-bottom: 2.8125%;
	}
	/*#wrap #enqThanks #bnr_2.bnr_ul li:last-child a {
		display:block;
		padding: 2.1% 0;
		background-color: #f3f7ec;
	}*/
}

#wrap #enqThanks a img {
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -ms-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
}
#wrap #enqThanks a:hover img {
	opacity: 0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#wrap .lp-copyright {
  font-size: 0.75em;
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 0 1em;
}

/* 241001 */
.line_msg {
	line-height: 2;
}
.text-bold {
	font-weight: bold;
}

.text-underline {
	text-decoration: underline;
}

.text-center {
	text-align: center;
}

.text-color {
	color: #cd0224;
}

.text-size_14 {
	font-size: 14px;
}

.text-size_16 {
	font-size: 16px;
}

.text-size_18 {
	font-size: 18px;
}
.text-size_20 {
	font-size: 20px;
}

.mb2em {
	margin-bottom: 2em;
}