.contact-box{
	width:1840px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	margin-top: 200px;

}

.contact-block{
	width: calc(100% - 180px);
	display: block;
	float: right;
	font-size: 0;
	min-height: calc(100vh + 100px);

}
.contact-map-box
{
	width: 40%;
	display: inline-block;
}
.contact-info{
	width: 60%;
	display: inline-block;
	vertical-align: top;
}
.contact-map{
	width: 500px;
	height: 500px;
	margin: 0 auto;
	max-width: 100%;
	display: block;
}
.contact-map-p{
	width: 500px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 10px;
	text-align: justify;
}

.contact-info-icon{
	width: 30px;
	max-width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
	padding-right: 20px;
}
.contact-info-list{
	width: 700px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.contact-info.en .contact-info-list li:nth-child(2){
	height: 100px;
}
.contact-info.en .contact-info-list li:nth-child(2) a{
	position: absolute;
}
.contact-info.en .contact-info-form li label{
	width: 120px;
}
.contact-thanks-box{
	width: 100%;
	height: 100vh;
	display: none;
	position: fixed;
	z-index: 9;
	top: 0;
	left: 0;
}
.contact-thanks-box.active{
	-webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks{
	background-color: #ECAECA;
	position: relative;
	padding: 80px;
	border-radius: 20px;
	z-index: 6;
}
.contact-thanks-p{
	font-size: 26px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: bold;
	color: #FFF;
	display: block;
}
.contact-out{
	width: 20px;
	height: 20px;
	max-width: 100%;
	display: block;
	position: absolute;
	border-radius: 50%;
	border: 1px solid #FFF;
	top: 4%;
	right: 4%;
	cursor: pointer;
}
.contact-out span{
	width: 15px;
	height: 1px;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
}
.contact-out span:nth-child(1){
	top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
	width: 100%;
	height: 100vh;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.3);
}
.contact-info-list a,
.contact-info-list p,
.rwd-contact-map a,
.rwd-contact-map p
{
	font-size: 20px;
	color: #000;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact-info-list a{
	width: calc(100% - 50px);
}
.contact-info-list p span,
.rwd-contact-map p span
{
	display: block;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.contact-info-form{
	width: 700px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.contact-info-form-title{
	font-size: 20px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.contact-info-form-title:before{
	content: '';
	width: 15px;
	height: 15px;
	background-image: url('../img/contact-icon3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: inline-block;	
	margin-right: 10px;
	vertical-align: middle;
}
.contact-info-form li{
	padding-bottom: 30px;
}
.contact-info-form li label{
	width: 100px;
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	font-weight: bold;
}

.contact-info-form li label.contact-lable:before{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('../img/contact-icon3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 10px;
}
.contact-info-form li label:before{
	content: '';
	width: 30px;
	height: 20px;
	display: inline-block;
}
.contact-info-form li input{
	width: 500px;
	height: 40px;
	max-width: 100%;
	background-color: #E3E4E4;
	border-radius: 10px;
	border: 0;
	font-family:"cwTeXYen";
	padding-left: 10px;
	box-sizing: border-box;
}
.contact-info-form li.contact-textarea label{
	vertical-align: top;
}
.contact-info-form li textarea{
	width: 500px;
	max-width: 100%;
	height: 200px;
	display: inline-block;
	border-radius: 10px;
	border: 0;
	background-color: #E3E4E4;
	box-sizing: border-box;
	resize: none;
}

.contact-info-form li.button input{
	background-color: red;
	border-radius: 0;
	letter-spacing: 2px;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.rwd-contact-map{
	display: none;
}

.contact-title-box{
	display: none;
}

.contact-info-list-title{
	font-size: 25px;
	font-weight: bold;
	color: #E50012;
	margin-bottom: 15px;
}