.article_nav.contact {
	width: 240px;
}
.article_main.contact {
	width: 730px;
	padding: 70px 0 0;
}

@media (max-width: 768px) {
	.article_main.contact {
		float: none;
		width: 100%;
	}
}

dl.dl_contact {
	display: table;
	width: 100%;
	margin:  0;
	padding: 0;
}
dl.dl_contact > dt, 
dl.dl_contact > dd {
	display: table-cell;
	margin:  0;
	padding: 0 0 1.5em;
	vertical-align: middle;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.5;
}
dl.dl_contact > dt {
	width: 11em;
	padding-right: 1em;
	text-align: right;
}
dl.dl_contact > dd {
	text-align: left;
}

dl.dl_contact > dt > span {
	display: inline-block;
	margin:  0 0 0 .4em;
	padding: 0 .3em;
	border-radius: 3px;
	background-color: #c33;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.6;
}

dl.dl_contact.va_top > dt, 
dl.dl_contact.va_top > dd {
	vertical-align: top;
}
dl.dl_contact.va_top > dt {
	padding-top: .3em;
}

dl.dl_contact > dd.product_item div {
	display: inline-block;
	padding: 10px 12px;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #fff;
	color: #c00;
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

@media (max-width: 768px) {
	dl.dl_contact {
		display: block;
	}
	dl.dl_contact > dt, 
	dl.dl_contact > dd {
		display: block;
		padding: 0 0 2em;
		vertical-align: top;
	}
	dl.dl_contact > dt {
		width: auto;
		padding: 0 0 .8em;
		text-align: left;
	}
}

.form-control {
	display: inline-block;
	width: 100%;
	height: 34px;
	padding: 6px 8px;
	color: #000;
	font-size: 15px;
	line-height: 1.42857143;
	border: 1px solid #aaa;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	outline: 0;
	border-color: #66afe9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control.num {
	width: 20%;
}
.form-control.pref {
	width: initial;
}

textarea.form-control {
	height: auto;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}
::-webkit-input-placeholder {
	color: #ccc;
}

p.p_helpblock {
	margin: 0;
	padding: .7em 0 0 0;
	color: #999;
	font-size: .9em;
	line-height: 1.4;
}
p.p_helpblock .fa {
	padding-right: .3em;
	color: #ffa200;
}

.warning_tooltip {
	display: inline-block;
	margin:  .2em 0 1em;
	padding: .7em .7em .6em;
	color: #fff;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.1;
	background-color: #c00;
	position: relative;
}
.warning_tooltip:after {
	position: absolute;
	top: 100%;
	left: 10%;
	width:  0;
	height: 0;
	margin:  0;
	padding: 0;
	border: .5em solid transparent;
	border-top: .8em solid #c00;
	content: ' ';
}

label {
	margin:  0;
	padding: 0 .5em 0 .4em;
	color: #000;
	font-size: 1em;
	line-height: 1;
}

/****************************
  tel
*****************************/

.wrapper_contact_footer {
	display: table;
	width: 100%;
	margin:  20px 0;
	padding: 0;
	background-color: #f3f3f3;
}
.wrapper_contact_footer > div {
	display: table-cell;
	margin:  0;
	padding: 30px;
	vertical-align: middle;
	text-align: left;
}
.wrapper_contact_footer > div.tel {
	padding-right: 0px;
	padding-left:  0px;
}

.wrapper_contact_footer > div > h2 {
	display: inline-block;
	margin:  0;
	padding: 12px 12px;
	background-color: #fff;
	color: #243a94;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
}
.wrapper_contact_footer > div > h2:after {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 15px solid #fff;
	content: '';
}

.wrapper_contact_footer > div > div {
	margin:  0;
	padding: 10px 0;
}

.wrapper_contact_footer b {
	padding-right: 10px;
	color: #243a94;
	font-weight: bold;
	font-size: 26px;
	line-height: 1;
}
.wrapper_contact_footer span {
	padding-right: 2px;
	color: #243a94;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
}

.wrapper_contact_footer a:link, 
.wrapper_contact_footer a:visited, 
.wrapper_contact_footer a:hover, 
.wrapper_contact_footer a:active, 
.wrapper_contact_footer a.disabled_pc {
	color: #243a94;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 1;
	text-decoration: none;
}

.wrapper_contact_footer a.disabled_pc {
	pointer-events: none;
}

@media (max-width: 730px) {
	.wrapper_contact_footer {
		display: block;
		margin: 70px 0 20px;
	}
	.wrapper_contact_footer > div {
		display: block;
		margin:  0;
		padding: 25px 0 0;
		text-align: center;
	}
	.wrapper_contact_footer > div.tel {
		padding: 15px 0 15px;
	}
	.wrapper_contact_footer > div > h2:after {
		top: 100%;
		left: 50%;
		margin-top: 0px;
		margin-left: -10px;
		border: 10px solid transparent;
		border-top: 15px solid #fff;
	}
}
@media (max-width: 430px) {
	.wrapper_contact_footer b {
		font-size: 24px;
	}
	.wrapper_contact_footer span {
		padding-right: 0px;
		font-size: 26px;
	}
	.wrapper_contact_footer a:link, 
	.wrapper_contact_footer a:visited, 
	.wrapper_contact_footer a:hover, 
	.wrapper_contact_footer a:active {
		display: block;
		margin-top: 10px;
		font-size: 30px;
	}
}

/****************************
  confirmation
*****************************/

h3.h3_contact {
	margin:  0;
	padding: 0 0 1em;
	text-align: left;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

dl.dl_confirmation {
	display: table;
	width: 100%;
	margin:  0;
	padding: 0;
}
dl.dl_confirmation > dt, 
dl.dl_confirmation > dd {
	display: table-cell;
	margin:  0;
	padding: .8em;
	vertical-align: top;
	font-size: 1em;
	line-height: 1.5;
}

dl.dl_confirmation > dt {
	width: 11em;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: normal;
}
dl.dl_confirmation > dd {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

dl.dl_confirmation.first > dt, 
dl.dl_confirmation.first > dd {
	border-top: 2px solid #ccc;
}
dl.dl_confirmation.last > dt, 
dl.dl_confirmation.last > dd {
	border-bottom: 2px solid #ccc;
}

dl.dl_confirmation.last {
	margin-bottom: 1em;
}

/****************************
  button
*****************************/

.wrapper_button {
	display: table;
	width: 340px;
	height: 46px;
	margin: 20px 0 0 -10px;
	padding: 0;
}
.wrapper_button > div {
	display: table-cell;
	width: 170px;
	margin:  0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	color: #000;
	font-size: 20px;
}
.wrapper_button > div > .wait {
	display: none;
	vertical-align: middle;
	text-align: center;
}

.wrapper_button.confirmation {
	margin: 40px auto 0;
}

.wrapper_button > div > button[type="button"] {
	width: 150px;
	height: 46px;
	margin:  0;
	padding: 0;
	border: 1px solid #243a94;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-user-select: none;
            user-select: none;
	transition: all 0.3s;
}
.wrapper_button > div > button[type="button"] {
	background-color: #243a94;
	color: #fff;
}
.wrapper_button > div > button[type="button"]:hover {
	background-color: #fff;
	color: #243a94;
}

@media (max-width: 730px) {
	.wrapper_button {
		margin: 20px auto 0;
	}
}

@media (max-width: 500px) {
	.wrapper_button {
		width: 280px;
	}
	.wrapper_button > div {
		width: 140px;
	}
	.wrapper_button > div > button[type="button"] {
		width: 120px;
	}
}

/****************************
  thanks
*****************************/

h1.h1_thanks {
	margin:  0;
	padding: 0 0 .5em;
	text-align: left;
	color: rgba(0, 0, 0, 1);
	font-weight: bold;
	font-size: 2em;
}

h2.h2_thanks {
	margin:  0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 2;
	color: #333;
}
