@charset "utf-8";
/* CSS Document */

/*-- select button radia--*/
.radio_select {
position: relative;
display: block;
overflow: hidden;
/*height: 100%;*/
margin-top: 5px;
margin-bottom: 10px;
border-radius: 3px;
color: #ffffff;
}
.radio_select > i.toggle {
position: absolute;
z-index: 4;
top: 1.0em;
right: 1.5em;
color: #ffffff;
}
.radio_select .cp_sl_arrowup:before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.radio_select .cp_sl_arrowdown:before {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
padding: 0;
content: '';
pointer-events: none;
border-top: 6px solid #ffffff;
border-right: 6px solid transparent;
border-left: 6px solid transparent;
-webkit-transition: all 250ms cubic-bezier(.4,.25,.3,1);
transition: all 250ms cubic-bezier(.4,.25,.3,1);
}
.radio_select .cp_sl_title, .radio_select .cp_sl_selectlabel {
position: relative;
display: block;
width: 100%;
height: 100%;
padding: 6px;
cursor: pointer;
border-top: 1px solid rgba(0, 0, 0, 0.05);
background: #CD6324;
}
.radio_select > input {
position: absolute;
z-index: 1;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}
.radio_select > input:checked ~ i.toggle.cp_sl_arrowdown {
display: none;
}
.radio_select > input:checked ~ i.toggle.cp_sl_arrowup {
display: block;
}
.radio_select > input:checked div.options label.option .cp_sl_title {
display: none !important;
}
.radio_select > input:not(:checked) {
z-index: 4;
}
.radio_select > input:not(:checked) ~ label.option > span.cp_sl_title {
display: none;
}
.radio_select > input:not(:checked) ~ i.toggle.cp_sl_arrowup {
display: none;
}
.radio_select > input:not(:checked) ~ i.toggle.cp_sl_arrowdown {
display: block;
}
.radio_select > span.cp_sl_selectlabel {
position: relative;
z-index: 0;
display: inline-block;
width: 100%;
color: #ffffff;
border-top: 0;
}
.radio_select label.option {
z-index: 1;
display: block;
overflow: hidden;
width: 100%;
transition: all 1s ease-out;
margin-bottom: 0;
padding: 0;
}
.radio_select label.option span.cp_sl_title {
position: relative;
z-index: 2;
transition: 0.3s ease-out;
}
.radio_select label.option span.cp_sl_title:hover {
color: #ffffff;
background: #1b2538;
}
.radio_select label.option input {
display: none;
}
.radio_select label.option input:checked ~ span.cp_sl_title {
	position: absolute;
	z-index: 3;
	top: 0;
	display: block;
	width: 100%;
	color: inherit;
	border-top: 0;
	background: #1b2538;
	box-shadow: none;
}
/**/
.radio02 input[type="radio"]{
	position: relative;
	top: 2px;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #E96C0E;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #E96C0E;
  border-radius: 50%;
}
/**/
.checkbox01 {
	margin-right: 20px;
}
.checkbox01-input{
	display: none;
}
.checkbox01 label{
	display: block;
	margin-bottom: 10px;
}
.checkbox01 label.ma_bottom0{
	display: block;
	margin-bottom: 0;
}
.checkbox01 label:hover{
	cursor: pointer;
}
td.left .checkbox01 label span:hover{
	color: #E96C0E;
}
.checkbox01-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	font-size: 16px;
}
.checkbox01-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #E96C0E;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E96C0E;
  border-right: 3px solid #E96C0E;
}
/*-- select --*/
.selectWrap{
  width: 100%;
  position: relative;
  display: inline-block;
}
.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 40px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #b4b3b3;
  border-radius: 2px;
}
select::-ms-expand {
    display: none;
}
/*-- input --*/
/*-- normal input--*/
.inpage input,
.main input,
.main textarea{
	font-size: 100%;
	color: black;
	border: solid 1px #ccc;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	background: #FFF;
}
input.tech {
	margin: 0 0 0 15px;
}
input.tech.small {
	max-width: 10em;
}
_:lang(x)::-ms-backdrop,input.tech.small {
	max-width: 20em;
}
input.radio {
	box-shadow: initial;
}

/*-- normal input--*/
.form input{
	width: 100%;
}
.form input.input_4em {
	width: 4em;
}
.form input.input_10em {
	width: 10em;
}
::placeholder {
	font-size: 0.8em;
}
/*--Firefox 19以降--*/
::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
/*--IE10以降--*/
:-ms-input-placeholder {
	color: #FF0000;
	font-size: 12px; 
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="numberx"] {
    -moz-appearance:textfield;
}
.form input[type="text"]:focus,
.form input[type="number"]:focus,
.form input[type="date"]:focus,
.form textarea:focus{
  outline: 0;
  border-color: #E96C0E;
}
button[type="button"] {
	margin-top: 10px;
}

@media (min-width: 768px){
	.form input.time {
		width: 49%;
	}
}
@media (max-width: 767px){
	.form input.time {
		width: 100%;
	}
}


/*-- seleft--*/
.inpage select {
	position: relative;
	padding: 10px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: -webkit-linear-gradient(top, #fff 0%,#edf3ff 100%);
	background: linear-gradient(to bottom, #fff 0%,#edf3ff 100%);
}
.inpage label.list {
	position: relative;
}
.inpage label.list:after {
	display: block;
	content: " ";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background: url(../images/common/arrow.png) 0 0 no-repeat;
	background-size: 20px;
	pointer-events: none;
}

/*-- button --*/
.inpage button{
	display: inline-block;
	max-width: 180px;
	text-align: left;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 4px;
	position: relative;
}
input.ex_button2,input.ex_button1{
	display: inline-block;
	max-width: 180px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	padding: 8px 16px 8px 16px;
	border-radius: 5px;
	position: relative;
	transition: 0.8s;
}
input.ex_button2{
	margin-right: 20px;
	background: #2089b3;
	border: 1px solid #2089b3;
	color: #FFF;
	font-weight: bold;
}
input.ex_button2:hover{
	background: #093170;
	border: 1px solid #093170;
}
input.ex_button1{
	background: #FFF;
	border: 1px solid #343434;
	font-weight: bold;
}
input.ex_button1:hover{
	background: #E96C0E;
	border: 1px solid #E96C0E;
	color: #FFF;
}


