h2.h2_contact {
	margin:  0 0 1em;
	padding: 0 0 .7em;
	border-bottom: 1px solid #ea6000;
	text-align: left;
	color: #ea6000;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3;
}

@media (min-width: 768px) {
	h2.h2_contact {
		text-align: center;
	}
}

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

ul.ul_tab {
	margin:  0;
	padding: 1em 0 0;
}
ul.ul_tab > li {
	display: inline-block;
	width: 33%;
	height: 30px;
	padding: 0 15px;
	background-color: #ea6000;
	text-align: center;
	color: #fff;
	line-height: 30px;
	position: relative;
}
ul.ul_tab > li:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -12px;
	width:  0;
	height: 0;
	margin: -8px 0 0;
	border-style: solid;
	border-width: 8px 0 8px 12px;
	border-color: transparent transparent transparent #ea6000;
}

ul.ul_tab > li.tab1 {
	z-index: 3;
}
ul.ul_tab > li.tab2 {
	width: 34%;
	z-index: 2;
}
ul.ul_tab > li.tab3 {
	z-index: 1;
}
ul.ul_tab > li.tab3:after {
	display: none;
}

/* color */
ul.ul_tab.input > li.tab1 {
	background-color: #ea6000;
}
ul.ul_tab.input > li.tab1:after {
	border-color: transparent transparent transparent #ea6000;
}
ul.ul_tab.input > li.tab2 {
	background-color: #f08100;
}
ul.ul_tab.input > li.tab2:after {
	border-color: transparent transparent transparent #f08100;
}
ul.ul_tab.input > li.tab3 {
	background-color: #f39800;
}

ul.ul_tab.confirmation > li.tab1 {
	background-color: #f39800;
}
ul.ul_tab.confirmation > li.tab1:after {
	border-color: transparent transparent transparent #f39800;
}
ul.ul_tab.confirmation > li.tab2 {
	background-color: #ea6000;
}
ul.ul_tab.confirmation > li.tab2:after {
	border-color: transparent transparent transparent #ea6000;
}
ul.ul_tab.confirmation > li.tab3 {
	background-color: #f08100;
}

ul.ul_tab.finish > li.tab1 {
	background-color: #f08100;
}
ul.ul_tab.finish > li.tab1:after {
	border-color: transparent transparent transparent #f08100;
}
ul.ul_tab.finish > li.tab2 {
	background-color: #f39800;
}
ul.ul_tab.finish > li.tab2:after {
	border-color: transparent transparent transparent #f39800;
}
ul.ul_tab.finish > li.tab3 {
	background-color: #ea6000;
}

dl.dl_contact {
	width: 100%;
	margin:  0;
	padding: 0;
}
dl.dl_contact > dt, 
dl.dl_contact > dd {
	margin: 0;
	text-align: left;
	font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
	font-weight: normal;
	font-size: 1em;
}
dl.dl_contact > dt {
	padding: 1.5em 0 0;
}
dl.dl_contact > dd {
	padding: .5em 0 0;
}

dl.dl_contact > dt > span {
	color: #f00;
}

.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: 2px;
	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.zip {
	width: 40%;
}

textarea.form-control {
	height: auto;
}

.form-control::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #aaa;
}
.form-control::-webkit-input-placeholder {
	color: #aaa;
}

.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;
/*  opacity: 1; */
	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: ' ';
}

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

dl.dl_confirmation {
	width: 100%;
	margin:  0;
	padding: 0;
}
dl.dl_confirmation.first {

}
dl.dl_confirmation.last {
	margin-bottom: 1em;
}
dl.dl_confirmation > dt, 
dl.dl_confirmation > dd {
	margin:  0;
	padding: 0;
	vertical-align: top;
	text-align: left;
	font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}
dl.dl_confirmation > dt {
	padding-top: 1.5em;
}
dl.dl_confirmation > dd {
	padding-top: .5em;
}

@media (min-width: 768px) {
	dl.dl_confirmation {
		display: table;
		border-bottom: 1px solid #ccc;
	}
	dl.dl_confirmation.first {
		margin-top: 2em;
		border-top: 2px solid #ccc;
	}
	dl.dl_confirmation.last {
		border-bottom: 2px solid #ccc;
	}
	dl.dl_confirmation > dt, 
	dl.dl_confirmation > dd {
		display: table-cell;
		padding: .8em 0;
	}
	dl.dl_confirmation > dt {
		width: 11em;
	}
}

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

.wrapper_button {
	display: table;
	margin:  0 auto;
	padding: 0;
}
.wrapper_button > div {
	display: table-cell;
	min-width: 10em;
	min-height: 2.5em;
	margin:  0;
	padding: 1em .5em 2em;
	vertical-align: middle;
	text-align: center;
}

.wrapper_button > div > button[type="button"] {
	margin:  0;
	padding: 0 1.5em;
	border: none;
	border-radius: 20px;
	background-color: rgba(234,96,0, 1);
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 2.5em;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-user-select: none;
	        user-select: none;
}
.wrapper_button > div > button[type="button"]:hover {
	background-color: rgba(234,96,0, .85);
}
.wrapper_button > div > button[type="button"]:active {
	background-color: rgba(234,96,0, 1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px rgba(0, 0, 0, .3) inset;
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .07), 0 0 8px rgba(0, 0, 0, .3) inset;
}

.wrapper_button > div > .wait {
	display: none;
	color: rgba(234,96,0, 1);
	font-size: 1.8em;
}

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

h2.h2_thanks {
	clear: both;
	margin:  0;
	padding: 1.5em 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.7;
	color: #333;
}
