@charset "utf-8";

/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */
@media screen and (min-width: 751px){
  #contact .content{
    margin: 90px auto;
    width: 1020px;
    height: auto;
  }
   #contact h2{
    margin-bottom: 75px;
    text-align: center;
  }
  #contact .red_text{
    color: #ec2131;
    margin-top: 5px;
  }
  #contact form table{
    width: 1020px;
  }
  #contact form table tr{
    border-bottom: 1px solid #eeeeee;
    width: 1020px;
    
  }
  #contact form table tr th{
    font-size: 16px;
    padding: 20px 0;
    width: 350px;
    vertical-align: middle;
    
  }
  #contact form table tr th.th01{
    width: 150px;
    vertical-align: top;
  }
  #contact form table tr th.th02{
    width: 250px;
    margin-right: 40px;
    font-weight: normal;
  }
  #contact form table tr th.th02 p{
    margin-bottom: 50px;
  }
  #contact form table tr th.th02 p:last-of-type{
    margin-bottom: 0;
  }
  #about form table tr td.td02_c input.input_last{
     margin-bottom: 0;
  }
  #about form table tr td.td02_c{
  padding-top: 20px;
  }
  #contact form table tr th span{
    font-size: 13px;
    color: #fff;
    background-color: #ec2131;
    padding: 2px 8px;
    font-weight: normal;
    margin-left: 10px;
  }
  #contact form table tr th.pt{
    padding-top: 30px;
  
  }
#contact form table tr th.last_th {
    padding-top: 0;
}
  #contact form table tr td{
    font-size: 16px;
    padding: 20px 0;
    width: 650px;

  }
  #contact form table tr.border02 td{
    padding-top: 0px;
  }
  
  #contact form table tr.border02 td input.pt{
    margin-top: 20px;
  }
  #contact form table tr td input{
      width: 630px;
    padding: 15px 10px;
    background-color: #f6f6f6;
    border: none;
    font-size: 16px;
  }
  ::placeholder {
    color: #aaaaaa;
  }
   #contact form table tr td input.input01{
      width: 70px;

  }

   #contact form table tr td.td02{
padding-top: 0;
  }
  #contact form table tr.border02 td.td02_c{
    padding-top: 20px;
  }
  #contact form table tr td.td02 input.input_last{
     margin-bottom: 0;
  }
  #contact form table tr td input.name_input{
    width: 180px;
  }
#contact form table tr td.td02 input.input_last {
    margin-bottom: 0;
}
#contact form table td label.radio{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
#contact form table td label.radio:last-of-type{
  margin-right: 0;
}
#contact form table td input[type="radio"] {
  display: none;
}
#contact form table td input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
border-radius: 50%;
	background-color: #f6f6f6;
}
	#contact form table td .radio02 input[type="radio"] + span:before {
		top: 14px;
	}
#contact form table td input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #0969b3;
border-radius: 50%;
}
	#contact form table td .radio02 input[type="radio"]:checked + span:after {
		top: 18px;
	}
  #contact form table td textarea{
    background-color: #f6f6f6;
    padding: 5px;
    border: none;
  }
  #contact .btn{
    width: 720px;
    margin: 0 auto;
  }
  #contact .btn a{
    display: block;
    background-color: #0969b3;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 22px;
    margin-top: 60px;
    background-image: url(../img/icon07.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
  }
  #contact .border02{
    border: none;
  }
  #contact .botan{
    text-align: center;
    margin: 0 auto;
    width: 730px;
  }
  #contact .btn01{
    width: 350px;
    float: left;
    margin-right: 30px;
    
  }
  #contact .btn02{
    width: 350px;
    float: left;
    
  }
  #contact .btn01 a{
    display: block;
width: 350px;
margin: 0 auto;
background-color: #0969b3;
padding: 20px 0;
margin-top: 60px;
    font-size: 22px;
text-decoration: none;
    background-image: url(../img/icon08.png);
    background-repeat: no-repeat;
    background-position: 8% 50%;
	  color: #fff;
  }
 #contact .btn02 a{
    display: block;
width: 350px;
margin: 0 auto;
color: #fff;
background-color: #0969b3;
padding: 20px 0;
margin-top: 60px;
    font-size: 22px;
text-decoration: none;
    background-image: url(../img/icon07.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
  }

/* ------------------PC end-------------------------------- */}
@media screen and (max-width: 750px){
  
  #contact .content{
    margin: 30px 15px 40px;
    height: auto;
  }
  #contact h2{
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #contact h2 img{
    width: 100%;
    height: auto;
  }
    #contact .red_text{
    color: #ec2131;
    margin-top: 5px;
  }
  #contact form table{
    width: 100%;
  }
  #contact form table tr{
    border-bottom: 1px solid #eeeeee;
  }
  #contact form table tr th{
    padding-top: 20px;
    width: 100%;
    vertical-align: middle;
    display: block;
    
  }
  #contact form table tr th.th01{
    width: 100%;
    vertical-align: top;
  }
  #contact form table tr th.th02{
    width: 100%;
    margin-right: 40px;
    font-weight: normal;
    display: none;
  }
  #contact form table tr th.th02 p{
    margin-bottom: 50px;
  }
  #contact form table tr th.th02 p:last-of-type{
    margin-bottom: 0;
  }
  #contact form table tr th span{
    color: #fff;
    background-color: #ec2131;
    padding: 2px 8px;
    font-weight: normal;
    margin-left: 10px;
  }
  #contact span.led{
    color: #fff;
    background-color: #ec2131;
    padding: 2px 8px;
    font-weight: normal;
    margin-left: 10px;
  }
  #contact form table tr td{
    padding: 20px 0;
    display: block;
    width: 100%;
  }
  #contact form table tr td input{
      width: 100%;
    padding: 15px 10px;
    background-color: #f6f6f6;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
  }
   #contact form table tr td input.input01{
      width: 70px;

  }
   #contact form table tr td.td02{
  padding-bottom: 0;
  }
  #contact form table tr td.td02 input{

  }
  #contact form table tr td.td02 input.input_last{
     margin-bottom: 0;
  }
#contact form table td label.radio{
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}
#contact form table td input[type="radio"] {
  display: none;
}
#contact form table td input[type="radio"] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
border-radius: 50%;
	background-color: #f6f6f6;
}
#contact form table td input[type="radio"]:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #0969b3;
border-radius: 50%;
}
  #contact form table td textarea{
    background-color: #f6f6f6;
    padding: 5px;
    border: none;
    width: 98%;
  }
  #contact .btn{
    width: 85%;
    margin: 0 auto;
  }
  #contact .btn a{
    display: block;
    background-color: #0969b3;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    margin: 40px 0;
    background-image: url(../img/icon07.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    text-decoration: none;
  }
#contact .border02{
    border: none;
  }
   #contact .botan{
    text-align: center;
    margin: 30px auto 0;
    width: 100%;
  }
  #contact .btn01{
    width: 100%;
  }
  #contact .btn02{
    margin-top: 10px;
  }
  #contact .btn01 a{
    display: block;
width: 85%;
margin: 0 auto;
color: #fff;
background-color: #0969b3;
padding: 15px 0;
    font-size: 16px;
text-decoration: none;
    background-image: url(../img/icon08.png);
    background-repeat: no-repeat;
    background-position: 8% 50%;
  }
 #contact .btn02 a{
    display: block;
width: 85%;
margin: 0 auto;
color: #fff;
background-color: #0969b3;
padding: 15px 0;
    font-size: 16px;
text-decoration: none;
    background-image: url(../img/icon07.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
  }


/* ------------------SP end-------------------------------- */}