<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/***********************************************/
/* FileName: lppage.css                     */
/* data:2018/9/14                             */
/* author: TB.ah
/***********************************************/
* {
	box-sizing: border-box;
}

.lppagemain {
	padding: 100px 0px 0px 0px!important;
}

.lp_Title {
	font-size: 240%;
	font-weight: bold;
	margin-bottom: 20px;
}

/*↓style.cssから移植↓*/
/*各種フッターページ*/
#contents {
	padding-bottom:30px;
}

.whiteWrapper {
	text-align: left;
	background-color: white;
	padding: 20px;
	box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-moz-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(170,170,170,0.43);
	-o-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	-ms-box-shadow:0px 0px 5px 1px rgba(170,170,170,0.43);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.pageSec {
	width: 1000px;
	margin: 0 auto;
}

.pageSec h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding: 10px 15px;
}

.titleh2,
.policyh2 {
	font-size: 20px!important;
}

.titleh2 {
	border-bottom: 3px double #ccc;
	font-weight: 100;
}

.pageP {
	font-size: 15px!important;
	margin-left: 15px;
	margin-bottom: 35px;
}

.pageP img {
	margin: 2px 25px;
}

.policyh2 {
	font-weight: bold;
	background-color: #f6f6f6;
	line-height: 1.1;
}

.pageSec ul {
	font-size: 15px!important;
	margin-bottom: 35px;
	padding-left: 40px;
	list-style: disc;
}

.pageSec ul li {
	padding-left: 10px;
}

.NumList {
	list-style-type: decimal!important;
}

/*contactus*/
#contact_contents {
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
}

#contact_attention {
	margin: 20px 0;
}

#formArea dl {
	display: table;
	width: 100%;
	border: 1px solid #d1d1d1;
	margin: 0 0 -1px;
	overflow: hidden;
}

#formArea dl dt, #formArea dl dd {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

#formArea dl dt {
	font-weight: bold;
	width: 30%;
	padding: 7px 0 7px 16px !important;
	background: #e7f3f5;
	color: #4c4747;
}

#formArea dl dd {
	padding: 11px 10px 16px 20px !important;
}

#formArea dl dt label {
	display: block;
	height: 100%;
	width: 65%;
	position: relative;
}

#formArea dl dt label .required {
	position: absolute;
	right: 0;
	padding: 0 4px;
	margin-right: -40px;
	background: #d80000;
	color: #ffffff;
	font-size: 0.85em;
}

#agree {
	margin: 0;
	cursor:pointer;
}

#contact_form input:not(.contact_w) {
	color: #555!important;
}

label.contactError {
	padding: 5px 15px;
	color: red;
	font-size: 14px;
	margin-top: 5px;
}


#policy {
	margin: 20px auto;
	padding: 25px;
	background: #eeeeee;
	width: 660px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

#policyTitle,#termsTitle {
	margin: 20px 0px 5px 0px;
	font-weight: bold;
}

#policy_data,#terms_data {
	background: #ffffff;
	height: 153px;
	border: 1px solid #a9a7a7;
	overflow:auto !important;
	-webkit-overflow-scrolling:touch !important;
}

#policy_frame,#terms_frame {
	width: 100%;
	height: 100%;
	border: none;
	display:block;
}

#submitBtn {
	width: 50%;
	min-width: 150px;
	margin: 0 auto;
}

#btnArea {
	width: 50%;
	margin: 20px auto;
}

#backPage {
	margin-right: 16px;
}

.contactBtn {
	width: 47%!important;
	float: left;
}

#topBtn {
	width: 40%;
	min-width: 175px;
	margin: 20px auto;
}

.contact_w {
	color: #fff!important;
}

/*login*/
.form-control-login {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.login-input-box {
	width: 340px;
	border: 1px #dcdcdc solid;
	padding: 20px;
	margin: 0px auto;
}

form[role=login] &gt; div {
	text-align: center;
}

form[role=login] input,
form[role=login] button {
	font-size: 18px;
	margin: 16px 0;
	border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
}

/*bootstrap読んでる場合に適用*/
a:hover {
	text-decoration: none!important;
}

footer a:hover {
	color: #ffffff!important;
}

.addPostionFixBottom {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

footer p.copyright {
	margin: 0;
}

@media screen and (max-width: 1050px) {
	.pageSec {
		width: auto;
		margin: 0 10px;
	}
}

@media screen and (max-width: 820px) {
	#contact_contents {
		width: auto;
		margin: 0 10px;
	}

	#policy {
		width: auto;
		padding: 10px;
	}
}

@media screen and (max-width: 959px) {
	.lppagemain {
		padding: 60px 0px 0px 0px!important;
	}
}

@media screen and (max-width: 599px) {
	.lp_Title {
		font-size: 180%;
	}

	.whiteWrapper {
		padding: 10px;
	}

	.titleh2 {
		padding: 10px 5px!important;
	}

	.pageP {
		margin-left: 5px;
		margin-right: 5px;
	}

	.pageSec ul {
		padding-left: 25px;
		margin-right: 5px;
	}

	.login-input-box {
		width: auto;
		margin: 0px 10px;
	}

	#formArea dl dt label .required {
		position: initial;
	}

	#btnArea {
		width: auto;
	}

	#formArea dl dd {
		padding: 11px 8px 16px 8px !important;
	}
}
</pre></body></html>