/* general */
address {
	font-style: normal;
}


/* module */
.capsule {
	border-radius: 10000px;
}

.centering_container {
	text-align: center;
}

.contact_btn {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
	padding: 27px 0;
	text-align: center;
	background: #48585f;
	margin: 0 auto 23px;;
	text-decoration: none;
}

.contact_btn:hover {
	color: #fff;
}

.disp_inline_blk {
	display: inline-block;
}

.domain::before {
	content: "@";
}

.mail_notice {
	color: #000;
	font-size: 12px;
	line-height: 2.16667;
	text-align: center;
}



/* main_body */
.main_body {
	width: 960px;
	height: auto;
	display: block;
	overflow: hidden;
	margin: 0px auto 50px;
}

#page_title {
	font-size: 24px;
}

/** nd **/
/*** contact_form ***/
.contact_form {
	color: #455760;
	margin-bottom: 80px;
}

.main_body .contact_form h4 {
	font-size: 22px;
	color: #455760;
	margin-bottom: 20px;
	line-height: 1;
	border-left: 4px solid #455760;
	padding-left: 10px;
	padding-top: 2px;
	box-sizing: border-box;
}

.main_body .contact_form .container {
	background-color: #f8f8f8;
	padding: 60px 0;
}

.main_body .contact_form .inner {
	width: 660px;
	margin: 0 auto;
}

.main_body .contact_form .inner>p {
	font-size: 12px;
	color: #000;
	margin: 0 0 15px;
	line-height: 150%;
	box-sizing: border-box;
}


/**** policy ****/
.contact_form .policy {
	height: 150px;
	margin: 0 auto;
	border: 1px solid #8f8f8f;
	background-color: #FFF;
}

.contact_form .policy .text {
	height: 86px;
	padding: 32px 30px;
	font-size: 12px;
	color: #808080;
	line-height: 200%;
	overflow-y: scroll;
}

.contact_form #policy_notice {
	text-align: center;
	color: #ff0000;
	margin: 18px 0 4px;
	visibility: hidden;
	padding-top: 0;
}


/**** agreement_btn ****/
#agreement_btn {
	padding: 12px 42px;
	font-size: 16px;
	color: #455760;
	background-color: #e5e5e5;
	border: 1px solid #455760;
	margin: 0 auto;
	display: block;
	opacity: .5;
}

#agreement_btn:focus,
#ocx_contact_btn:focus,
.contact_btn {
	outline: none;
}

#agreement_btn.ready {
	opacity: 1;
}

#agreement_btn.ready:hover,
#ocx_contact_btn:hover {
	color: #fff;
	background-color: #48585f;
	cursor: pointer;
	border: 1px solid #48585f;
}


/**** input_form ****/
#input_form,
#ocx_contact_form {
	display: none;
	padding-top: 60px;
}


/***** contact_btn *****/
#nd_addr,
#ocx_addr {
	background-color: #FFF;
	color: #455760;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	margin: 33px auto;
	text-align: center;
	width: 450px;
}

#ma,
#ocx_ma {
	margin: 0 auto;
	width: 350px;
}

#ma .sub_ttl,
#ocx_ma .sub_ttl {
	color: #000;
	font-size: 12px;
	margin-bottom: 19px;
	padding-left: 7px;
}

#ma ul li,
#ocx_ma ul li {
	color: #455760;
	font-size: 14px;
	line-height: 1.92857;
}


/* ocx */
#ocx.contact_form {
	margin-bottom: 100px;
}

#ocx_link {
	color: #455760;
	font-size: 18px;
	text-decoration: none;
}

#ocx_link img {
	margin-left: 15px;
}

#ocx_contact_num dt.capsule {
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 100px;
}


/** ocx_contact_num **/
#ocx_contact_num {
	margin: 40px auto;
	width: 460px;
}

#ocx_contact_num div {
	margin-bottom: 15px;
}

#ocx_contact_num address {
	font-size: 14px;
	margin-left: 20px;
}


/** ocx_contact_btn **/
#ocx_contact_btn {
	padding: 12px 42px;
	font-size: 16px;
	color: #455760;
	background-color: #e5e5e5;
	border: 1px solid #455760;
	margin: 0 auto;
	display: block;
	width: 450px;
}
