<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";

/*------------------------------------------------
variable
------------------------------------------------*/
.lcl-wrp {
	padding: 45px 0 70px;
}
.lcl-lead__txt{
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
.lcl-lead .block-ttl02{
	margin-bottom: 20px;
}
.lcl-lead__txt a{
	color: #00A0E9;
	text-decoration: underline;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-lead__txt a:hover{
		text-decoration: none;
	}
}
/* /pc-only -----------*/

/*エントリー用*/

.lcl-entry{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.lcl-entry .lcl-lead__in{
	width: 510px;
	text-align: left;
}
.lcl-entry .block-ttl02{
	font-size: 21px;
	text-align: left;
	margin-bottom: 10px;
}
.lcl-entry .lcl-lead__txt{
	text-align: left;
}
.lcl-entry .lcl-lead--link{
	width: 300px;
	height: 120px;
	display: block;
	text-align: center;
	background-color: #E9F9FB;
	color: #48aae7;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-radius: 5px;
	padding-top: 17px;
	border: 1px solid #48aae7;
	transition: 0.3s;
}
.lcl-entry i{
	display: block;
	text-align: center;
	width: 100%;
	font-size: 30px;
	margin-bottom: 5px;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-lead--link:hover{
		background-color: #48aae7;
		color: #fff;
	}
}
/* /pc-only -----------*/

/*------------ form ------------*/
.lcl-form{
	width: 100%;
	margin: 40px auto 0;
}
/* lcl-form__head-ttl ------------*/
.lcl-form__head-ttl{
	width: 100%;
	height: 45px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 20px;
	padding-left: 20px;
	font-weight: bold;
	background-image: -moz-linear-gradient( 0deg, rgb(19,121,215) 0%, rgb(10,141,224) 59%, rgb(0,160,233) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(19,121,215) 0%, rgb(10,141,224) 59%, rgb(0,160,233) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(19,121,215) 0%, rgb(10,141,224) 59%, rgb(0,160,233) 100%);
	position: relative;
}
.lcl-form__head-ttl::before{
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	background-color: #23BAFF;
	position: absolute;
	top: 0;
	left: 0;
}
.lcl-form__head-ttl::after{
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #a1c9ef;
	position: absolute;
	top: 0;
	left: 2px;
}
/* grouplist ------------*/

.grouplist{
	width: 745px;
	margin-right: auto;
	margin-left: auto;
}
.grouplist__top-txt{
	text-align: right;
	padding: 15px 0 0;
	font-size: 13px;
}
.grouplist sup{
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}

/* form__block ------------*/

.lcl-form__block{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}
.lcl-form__ttl{
	font-size: 14px;
	line-height: 1;
	width: 180px;
	min-height: 60px;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.05em;
	padding-top: 28px;
}
.lcl-form__ttl span{
	color: #ff3035;
	line-height: 1;
	font-size: 12px;
	font-weight: normal;
	width: 100%;
	display: block;
	margin-top: 5px;
}
/* form__item ------------*/
.lcl-form__item{
	width: calc(100% - 180px);
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
/* error ------------*/
.lcl-top-error{
	text-align: center;
	margin: 20px 0;
	color: #ff3035;
}
.lcl-error-comment{
	width: 100%;
	margin-top: 10px;
}
.lcl-error-comment span{
	width: auto;
	text-align: center;
	line-height: 1;
	color: #ff3035;
	display: inline-block;
}
.lcl-policy-e{
	text-align: center;
}
/* textarea ------------*/
.lcl-textarea {
	width: 100%;
	height: 180px;
	border: 1px solid #bfbfbf !important;
	padding: 15px;
}
/* input ------------*/
.lcl-form__input {
	width: 100%;
	height: auto;
	padding: 10px;
	border: 1px solid #bfbfbf !important;
}
/* lcl-form__item--check ------------*/
.lcl-form__item--check{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1;
}
.lcl-form-chk{
	margin-bottom: 15px;
}
.lcl-form-chk:nth-child(3n - 2){
	width: 230px;
}
.lcl-form-chk:nth-child(3n - 1){
	width: 195px;
}
.lcl-form-chk:nth-child(3n){
	width: 140px;
}

/* pc-only ------------*/
@media screen and (min-width: 768px){
	/*エントリー用*/
	.lcl-form__item--check02 .lcl-form-chk:nth-child(3n - 2){
		width: 200px;
	}
	.lcl-form__item--check02 .lcl-form-chk:nth-child(3n - 1){
		width: 165px;
	}
	.lcl-form__item--check02 .lcl-form-chk:nth-child(3n){
		width: 200px;
	}
}
/* /pc-only -----------*/

/* 住所 ------------*/
.lcl-form__item-sbs{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lcl-form__input--postal{
	width: 190px;
}

/* lcl-btn-wrap ------------*/
.lcl-btn{
	width: 235px;
	height: 55px;
	background-color: #00A0E9;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: 0.25s;
	line-height: 1;
	margin-right: auto;
	margin-left: auto;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-btn:hover{
		background-color: #333;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
確認ページ
------------------------------------------------*/

/* pc-only ------------*/
@media screen and (min-width: 768px){
	.lcl-form--edit .lcl-form__ttl{
		padding-top: 22px;
	}
}
/* /pc-only -----------*/
.lcl-button-area--edit{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.lcl-form--edit .lcl-btn{
	margin-right: 0;
	margin-left: 0;
}
.lcl-form--edit .linkbtn--edit{
	margin-right: 30px;
	background-color: #737373;
}
.linkbtn--edit.dn-w{
	display: none;
}
/* pc-only ------------*/
@media screen and (min-width: 768px){
	.linkbtn--edit:hover{
		background-color: #333;
	}
}
/* /pc-only -----------*/

/*------------------------------------------------
サンクスページ
------------------------------------------------*/
.lcl-thanks{
	margin: 30px 0;
	text-align: center;
}

@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */

	/*------------------------------------------------
	variable
	------------------------------------------------*/
	.lcl-wrp {
		padding: 20px 0 50px;
	}
	.lcl-lead{
		padding: 0 15px;
	}
	.lcl-lead__txt{
		text-align: left;
		font-size: 13px;
		line-height: 1.8;
	}
	.lcl-lead .block-ttl02{
		margin-bottom: 10px;
	}
	/* /pc-only -----------*/

	/*エントリー用*/

	.lcl-entry{
		display: block;
		width: 100%;
	}
	.lcl-entry .lcl-lead__in{
		width: 100%;
	}
	.lcl-entry .block-ttl02{
		font-size: 17px;
		text-align: center;
	}
	.lcl-entry .lcl-lead__txt{
		text-align: left;
	}
	.lcl-entry .lcl-lead--link{
		margin-top: 15px;
		width: 80%;
		height: 90px;
		padding-top: 8px;
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-entry i{
		font-size: 25px;
		margin-bottom: 5px;
	}
	/*------------------------------------------------
	contact
	------------------------------------------------*/

	/*------------ form ------------*/
	.lcl-form{
		margin: 20px auto 0;
	}
	/* lcl-form__head-ttl ------------*/
	.lcl-form__head-ttl{
		height: 40px;
		font-size: 15px;
		padding-left: 15px;
	}
	/* grouplist ------------*/

	.grouplist{
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.grouplist__top-txt{
		padding: 10px 15px;
		font-size: 12px;
		line-height: 1;
		text-align: left;
	}

	/* form__block ------------*/
	.lcl-form__ttl{
		width: 100%;
		font-size: 13px;
		padding: 0 15px;
		min-height: 35px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		border-left: 3px #00a0e9 solid;
		background: #e4f6f9;
	}
	.lcl-form__ttl span{
		font-size: 11px;
		width: auto;
		display: inline-block;
		margin-top: 0;
		margin-left: 10px;
	}
	/* form__item ------------*/
	.lcl-form__item{
		width: 100%;
		padding: 15px 15px;
	}
	/* error ------------*/
	.lcl-top-error{
		margin: 0 0 5px;
	}
	.lcl-error-comment span{
		display: block;
	}
	/* textarea ------------*/
	.lcl-textarea {
		width: 100%;
		height: 160px;
	}
	/* input ------------*/
	.lcl-form__input {
		width: 100%;
	}
	/* lcl-form__item--check ------------*/
	.lcl-form__item--check{
		align-items: stretch;
		justify-content: space-between;
		font-size: 12px;
		padding-bottom: 5px;
	}
	.lcl-form-chk{
		margin-bottom: 10px;
		padding-left:1.3em;
		text-indent:-1.3em;
		padding-right: 5px;
		line-height: 1.4;
	}
	.lcl-form-chk:nth-child(3n - 2){
		width: 50%;
	}
	.lcl-form-chk:nth-child(3n - 1){
		width: 50%;
	}
	.lcl-form-chk:nth-child(3n){
		width: 50%;
	}
	/* 住所 ------------*/
	.lcl-form__item-sbs{
		display: block;
	}
	.lcl-form__postal-txt{
		font-size: 11px;
		margin-top: 10px;
	}

	/* lcl-btn-wrap ------------*/
	.lcl-btn{
		width: 220px;
		height: 50px;
		font-size: 15px;
	}
	/*------------------------------------------------
	確認ページ
	------------------------------------------------*/
	.lcl-button-area--edit{
		display: block;
		margin-top: 30px;
	}
	.lcl-form--edit .lcl-btn {
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-form--edit .linkbtn--edit{
		margin-right: auto;
		margin-left: auto;
		margin-top: 15px;
	}
	.linkbtn--edit.dn-n{
		display: none;
	}
	.linkbtn--edit.dn-w{
		display: block;
	}

	/*------------------------------------------------
	サンクスページ
	------------------------------------------------*/
	.lcl-thanks{
		margin: 25px 0 0;
		text-align: center;
	}
}