@charset 'UTF-8';

#contact_form .error{
	padding-top: 10px;
	color: #e11f05;
}
#contact_form .mod_table{
	margin-top: 10px;
}
#contact_form .mod_table th{
	width: 35%;
}
#contact_form .mod_table th span{
	font-weight: bold;
}
@media screen and (max-width:768px){
  #contact_form .mod_table{
    border-top: #cbcbcb 1px solid;
  }
  #contact_form .mod_table td,
  #contact_form .mod_table th{
    width: 100%;
    display: block;
    border-top: none;
  }
  #contact_form .mod_table th span{
    margin-right: 5px;
  }
}

/* radio,input,textara */
#contact_form label{
	margin-right: 10px;
}
#contact_form input[type="text"],
#contact_form textarea {
	width: 100%;
	padding: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: #a0a0a0 1px solid;
}

td.radio label input[type="radio"] {
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  margin-right:5px;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
}

td.radio label input[type="radio"]:checked:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: 2px;
    margin-left: 2px;
    border-radius:6px;
    background-color: #e11f05;
}

td.radio label:nth-child(2):after,
td.radio label:nth-child(6):after {
    content: '\A';
    white-space: pre;
}

/*#contact_form .radio-input{
	display: none;
}
#contact_form .radio-parts{
	padding-left: 24px; margin-right: 5px;
	position:relative;
}
#contact_form .radio-parts::before{
  width: 16px; height: 16px;
  position: absolute; top: 50%; left: 0;
  transform: translateY(-8px);
	content: "";
	display: block;
	border: 1px solid #999;
	border-radius: 50%;
}
#contact_form .radio-input:checked + .radio-parts::after{
  width: 12px; height: 12px;
  position: absolute; top: 50%; left: 3px;
  transform: translateY(-5px);
	content: "";
	display: block;
	background: #e11f05;
	border-radius: 50%;
}*/
@media screen and (max-width:768px){
  #contact_form label{
   display: block;
  }
  .br-pc{
    display: none;
  }
}

/* button */
#contact_form .mod_button{
	text-align: center;
}
#contact_form .mod_button input{
  width: 330px;
  margin: 0 12px; padding: 17px 0;
  font-size:1.6rem; line-height:1.4; text-align: center;
  border: 0;
  outline: 0;
  -webkit-transition:all .5s ease;
  transition:all .5s ease;
  cursor: pointer;
}
#contact_form .mod_button .btn_submit{
  background: url(/common/img/parts/icon_subfooter.png) no-repeat center right 20px;
  background-color: #d52626;
  background-size: 18px 9px;
  color: #fff;
}
#contact_form .mod_button .btn_submit:hover{
  background-color:#f02a2a;
}
#contact_form .mod_button .btn_retry,
#contact_form .mod_button .btn_clear{
  background-color: #a0a0a0;
  color: #fff;
}
#contact_form .mod_button .btn_retry:hover,
#contact_form .mod_button .btn_clear:hover{
  background-color: #b0b0b0;
}

.privacyagree {
  margin: 100px auto 50px;
  text-align: center;
}
.privacyagree p a {
  display: inline!important;
  color: #069!important;
}
.privacyagree div.check {
  font-size: 1.5em;
  margin-top: 10px;
}
.no-agree {
  opacity: 0.5;
  pointer-events: none;
}

td.radio label {
  white-space: nowrap;
  margin-right: 1.5em;
}

td.radio label input{
  margin: 3px 3px 6px 3px;
  cursor: pointer;
  vertical-align: middle;
}

td.radio label:nth-child(2):after,
td.radio label:nth-child(6):after {
    display: none;
}

#contact_form .err_str {
  padding-top: 10px;
  color: #e11f05;
}


@media screen and (max-width:768px){
  #contact_form .mod_button input{
    width: 90%;
    margin: 0 0 24px 0;
  }
}
