@charset "utf-8";

/* CSS Document */


/*----------------------------------
			#contact
----------------------------------*/

.contentBox{
	text-align:center;
}
.contentBox h4{
	color:#1c236d;
	font-size:30px;
	font-weight:bold;
	margin-bottom:30px;
}

.contentBox .contentIn_variable h5{
	color:#1c236d;
	font-size:24px;
	font-weight:bold;
}

.contentBox .contentIn_variable p{
	font-size:16px;
	padding:0 20px;
}


.contentBox .contentIn_variable p span{
	display:block;
	font-size:35px;
	font-weight:bold;
	margin-bottom:5px;
}

.contentBox .contentIn_variable .entry dl {
	margin:0 50px;
	line-height:46px;
	text-align:left;
}
.contentBox .contentIn_variable .entry dl dt{
	float: left;
    clear: left;
    width: 155px;
	height:46px;
    font-size: 16px;
	font-weight:bold;
}


.contentBox .contentIn_variable .entry dl dd{
	margin: 0 0 18px;
    padding: 0 0 0 215px;
}
.contentBox .contentIn_variable .entry dl dd p{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.contentBox .contentIn_variable .entry dl.textBox01 dd input[type=text]{
	background:#efeff5;
	width:100%;
	height:46px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
	font-size:16px;
	padding:0 10px;
}

.contentBox .contentIn_variable .entry dl dd p input{
	height:15px;
	width:25px;
}

.contentBox .contentIn_variable .entry dl.textBox02{
	height:132px;
}

.contentBox .contentIn_variable .entry dl.textBox02 dd textarea{
	background:#efeff5;
	width:100%;
	height:132px;
	max-width:100%;
	max-height:132px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
	font-size:16px;
	padding:10px;
}

.contentBox .contentIn_variable .privacy h6{
	width:90%;
	font-size:14px;
	color:#1c236d;
	font-weight:bold;
	margin:30px auto 15px;
	text-align:left
}
.contentBox .contentIn_variable .privacy dl.privacyArea{
	width:90%;
	height:231px;
	overflow:auto;
	padding:15px 40px 15px 20px;
	margin:0 50px;
	text-align:left;
	font-size:14px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
}

.contentBox .contentIn_variable .privacy dl.privacyArea dt{
	float:none;
	width:100%;
	margin:0;
	margin-bottom:25px;
}

.contentBox .contentIn_variable .privacy dl.privacyArea dd{
	float:none;
	width:100%;
	margin-bottom:25px;
	padding:0;
	line-height:160% !important;
}

.contentBox .contentIn_variable .privacy dl.privacyArea dd:last-child{
	margin-bottom:0;
}

.contact_copy {
	font-size:145%;
	color:#1c236d;
}

#contact_checkbox p {
	padding-bottom:0px;
	line-height:1.5em;
}

.privacyArea dt {
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:12px !important;
}
.privacy {
	width:90%;
	margin:0 auto;
}

.label_ki {
	display:inline;
}

.submitbtn button {
	display: block;
	width: 100%;
	max-width: 300px;
	background-color: #ea5520;
	border: 1px solid;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #ccc;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 1rem auto 3rem;
	padding: .85em 1.8em;
	position: relative;
}
.submitbtn button::after {
	content: "";
	padding: 9px;
	background: url(/images/common/arrow02.svg) left center/contain no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 13px;
}

@media screen and (max-width : 499px) {
	.contentBox {
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 90%;
	}
	.contentBox .contentIn_variable .entry dl dt{
		float: none;
		width:90%;
	}
	.contentBox .contentIn_variable .entry dl dd {
	padding: 0 0 0 0;
	}
	.contentBox .contentIn_variable .entry dl {
		margin: 0 10px;
	}
	.submitbtn input {
		width:90%;
	}
	.submitbtn button {
		max-width: initial;
	}
	.contentBox .contentIn_variable .entry dl.textBox02{
		height:200px;
	}
	.br {
		display:none;
	}
	.privacy {
		width:92%;
		margin:0 auto;
	}
	.label_ki {
		display:block;
		line-height:36px;
	}
}
