/* 留言 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.center {
	width: 1600px;
	margin: 0 auto;
}

.nyfeed {
	background: #f2f5f8;
}

.apadd {
	padding: 0px 0 60px;
	display: flow-root;
}

@media (max-width: 1920px) and (min-width: 390px) {
	.s14 {
		font-size: calc(12px + 2 * 100vw / 1920);
	}

	.s15 {
		font-size: calc(12px + 3 * 100vw / 1920);
	}

	.s16 {
		font-size: calc(12px + 4 * 100vw / 1920);
	}

	.s18 {
		font-size: calc(12px + 6 * 100vw / 1920);
	}

	.s30 {
		font-size: calc(12px + 18 * 100vw / 1920);
	}

	.s36 {
		font-size: calc(12px + 24 * 100vw / 1920);
	}
}

.nyfeed h3 {
	font-size: 30px;
	color: #333;
}

.nyfeed .map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.nyfeed .map img {
	max-width: none;
}

.map #map {
	width: 100%;
	height: 100%;
}

.contacts * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contacts .contact {
	width: 100%;
	background-color: #fff;
	margin-top: 50px;
}

.contacts .center {
	max-width: 100%;
}

.contacts .contact .cit {
	width: 100%;
	border-bottom: solid 1px #eee;
	padding: 30px 50px;
	line-height: 1.5;
	color: #333;
}

.contacts .contact .conts {
	width: 100%;
	padding: 50px;
	padding-top: 30px;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contacts .contact .conts .cnl {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.contacts .contact .conts .cnl .cind {
	width: 100%;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}

.contacts .contact .conts .cnl .cind p {
	color: #E53333;
	font-weight: 700;
	line-height: 2;
}

.contacts .contact .conts .cnl .cindlis {
	width: 100%;
	position: relative;
}

.contacts .contact .conts .cnl .cindlis .cinm {
	width: 100%;
	font-size: 0;
	padding: 15px 0;
	padding-top: 0;
}

.contacts .contact .conts .cnl .cindlis .cinm .ic {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}

.contacts .contact .conts .cnl .cindlis .cinm .ic img {
	width: 100%;
	display: block;
}

.contacts .contact .conts .cnl .cindlis .cinm .dom {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 50px);
	/* padding-left:20px; */
}

.contacts .contact .conts .cnl .cindlis .cinm:nth-child(odd) .dom {
	padding: 5px;
	background-color: rgba(210, 232, 232, 1);
}

.contacts .contact .conts .cnl .cindlis .cinm .dom .dc {
	width: 100%;
	color: #004ea2;
	font-weight: 700;
	line-height: 1.5;
}

.contacts .contact .conts .cnl .cindlis .cinm .dom .dn {
	width: 100%;
	color: #333;
	line-height: 1.5;
}

.contacts .contact .conts .cnl .cindlis .codm {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 140px;
	height: 140px;
	z-index: 2;
	padding: 7px;
	background-color: #f7f7f7;
}

.contacts .contact .conts .cnl .cindlis .codm img {
	width: 100%;
	display: block;
	background-color: #fff;
}

.contacts .cnr.lx_from {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 50px;
}

.contacts .cnr.lx_from .from_txt {
	padding-top: 20px;
	padding-bottom: 60px;
}

.contacts .cnr.lx_from .from_txt h2 {}

.contacts .cnr.lx_from form {
	width: 100%;
	display: block;
}

.contacts .cnr.lx_from .tit {
	width: 100%;
	color: #999;
	line-height: 1.5;
	margin-bottom: 10px;
}

.contacts .cnr.lx_from .row {
	width: 100%;
	font-size: 0;
	margin-bottom: 20px;
}

.contacts .cnr.lx_from .row .inp {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin-right: 4%;
}

.contacts .cnr.lx_from .row .inp .op0 {
	opacity: 0;
}

.contacts .cnr.lx_from .row .inp img {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.contacts .cnr.lx_from .row .inp .int {
	width: 100%;
	display: block;
	border: solid 1px #eee;
	line-height: 3.2;
	border-radius: 1.6em;
	padding: 0 26px;
	color: #999;
	background-color: transparent;
	background-color: #fff;
}

.contacts .cnr.lx_from .row .inp .d_i_b {
	display: inline-block;
}

.contacts .cnr.lx_from .row .inp:nth-child(2n) {
	margin-right: 0;
}

.contacts .cnr.lx_from .row .text {
	width: 100%;
	display: block;
}

.contacts .cnr.lx_from .row .text .area {
	width: 100%;
	display: block;
	border-radius: 25px;
	border: solid 1px #eee;
	padding: 15px 26px;
	color: #999;
	line-height: 1.5;
	background-color: transparent;
	background-color: #fff;
}

.contacts .cnr.lx_from .stc {
	width: 100%;
	font-size: 0;
}

.contacts .cnr.lx_from .stc .stn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	color: #fff;
	background-color: #004ea2;
	border-radius: 1.6em;
	line-height: 3.2;
	text-align: center;
	width: auto;
	padding: 0 60px;
	cursor: pointer;
}

button,
input[type="submit"],
input[type="text"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	blr: expression(this.onFocus=this.blur());
}

.contacts .pioms {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/contact_lx.jpg);
}

.contacts .pioms .ciop {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 50px;
}

.contacts .pioms .ciop .col {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.contacts .pioms .ciop .col .cy {
	width: 100%;
	color: #fff;
	line-height: 1.5;
}

.contacts .pioms .ciop .col .dd {
	width: 100%;
	color: #fff;
	line-height: 1.5;
	margin-top: 8px;
}

.contacts .pioms .ciop .cor {
	display: inline-block;
	vertical-align: middle;
	margin-right: 50px;
}

.contacts .pioms .ciop .cor .mc {
	display: inline-block;
	vertical-align: bottom;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 2;
}

.contacts .pioms .ciop .cor .mc img {
	width: 100%;
	display: block;
}

.contacts .pioms .ciop .cor .mp {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 50px;
	line-height: 80px;
	background-color: rgba(255, 255, 255, 0.95);
	color: #004ea2;
	position: relative;
	left: -20px;
	border-radius: 40px;
}

.contacts .pioms .ciop .cor .mp a {
	color: #004ea2;
}

.contacts .pioms .ciop .cor .mp span {
	display: inline-block;
	vertical-align: middle;
	width: 31px;
	height: 31px;
	margin-right: 10px;
}

.contacts .pioms .ciop .cor .mp span img {
	width: 100%;
	display: block;
}

@media (max-width:540px) {
	.contacts .contact .cit {
		padding: 5%;
		font-weight: 700;
	}

	.contacts .contact .conts {
		padding: 5%;
	}

	.contacts .contact .conts .cnl .cindlis .cinm .dom {
		width: 100%;
	}

	.contacts .pioms .ciop {
		padding: 5%;
	}

	.contacts .pioms .ciop .cor .mp {
		padding: 0 25px;
		left: 0;
		line-height: 40px;
		margin-top: 20px;
	}

	.contacts .pioms .ciop .cor .mp span {
		width: 15px;
		height: 15px;
	}

	.nyfeed .map {
		padding: 5%;
	}

	.contacts .cnr.lx_from {
		padding: 5%;
		margin-top: 0;
	}
}