@charset "utf-8";
/* -------------------------------------------------- */
/* file   : top.css                                   */
/* update : 2013/01/18 T.S                           */
/* -------------------------------------------------- */


#contact .h2_wrap {
	background-image: url(../../contact/img/bg_h2.jpg);
}

@media screen and (min-width: 751px) {
	
#contact h3{
	margin-bottom: 35px;	
}
#contact .contact_text01{
	text-align: center;
	margin-bottom: 40px;
	}
#contact article {
	max-width: 1100px;
}
#contact .contact_content01 {
	margin-bottom: 60px;
}
#contact .contact_content01 .text01 {
	margin-bottom: 15px;
}
#contact .contact_content01 .text01 span {
	color: #003D76;
	font-size: 20px;
	font-weight: bold;
}
#contact .contact_content01 .text02 {

}
#contact .contact_content01 .text02 span {
	font-size: 24px;
	font-weight: bold;
}
#contact .contact_content02 {
	text-align: left;
	padding-left: 190px;
	padding-right: 190px;
}
#contact .contact_content02 .color_text01 {
	color: #FF0101;
}
#contact .contact_content02 table {
	margin-top: 20px;
	margin-bottom: 70px;
}
#contact .contact_content02 table th {
	border-bottom: solid 1px #EEEEEE;
	width: 208px;
	padding: 19px 0;
	vertical-align: middle;
}
#contact .contact_content02 table .th01 {
	vertical-align: top;
	padding-top: 30px;
}
	
#contact .contact_content02 table td {
	border-bottom: solid 1px #EEEEEE;
	padding: 19px 0;
	vertical-align: middle;
}
#contact .contact_content02 table td .caution {
	color: #FF0101;
	margin-top: 5px;
}
#contact .contact_content02 table td input[type="text"] {
	background-color: #F6F6F6;
	border: none;
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 10px 20px;
}
#contact .contact_content02 table td.program input[type="text"]{
	width: 15%;
		
}
#contact .contact_content02 table td textarea {
	background-color: #F6F6F6;
	border: none;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 10px 20px;
}
	
#contact .contact_content02 .select-wrap {
    position: relative;
}
#contact .contact_content02 .select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	pointer-events: none;
	background-image: url(../../contact/img/icon_select.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	margin-top: -4px;
}
#contact .contact_content02 select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 52px;
    padding: 5px 20px;
    border:none;
    color:#828c9a;
    width:100%;
	background-color: #F6F6F6;
}
#contact .contact_content02 select option{
  background-color: #F6F6F6;
  color: #333;
}
#contact .contact_content02 select::-ms-expand {
  display: none;
}
#contact .contact_content02 select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
#contact .contact_btn01 a{
	display: block;
	background-color: #003D76;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 26px 0;
	background-image: url(../../contact/img/icon_btn01.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	text-decoration: none;
}	
#contact .contact_btn01 a:hover{
	opacity: 0.8;
	}
#contact .contact_btn01.conf_btn{
	text-align: center;
	}
#contact .contact_btn01.conf_btn a{
	display: inline-block;
	background-color: #003D76;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	width: 40%;
	padding: 26px 0;
	background-image: url(../../contact/img/icon_btn01.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	text-decoration: none;
}
#contact .contact_btn01.conf_btn a.btn01{

	background-image: url(../../contact/img/icon_btn02.png);
	background-position: 4% center;
	margin-right: 20px;

}
#contact .thanks_text{
	text-align: center;
}
}

@media screen and (max-width: 750px) {
#contact h2 img {
	width: 173px;
	height: auto;
}
#contact .contact_text01{
	margin-bottom: 20px;
}	
#contact .contact_content01 {
	margin-bottom: 30px;
	text-align: center;
}
#contact .contact_content01 .text01 {
	margin-bottom: 10px;
}
#contact .contact_content01 .text01 span {
	color: #003D76;
	font-size: 16px;
	font-weight: bold;
}
#contact .contact_content01 .text02 {
}
#contact .contact_content01 .text02 span {
	font-size: 20px;
	font-weight: bold;
}
#contact .contact_content02 {
	text-align: left;

}
#contact .contact_content02 .color_text01 {
	color: #FF0101;
}
#contact .contact_content02 table {
	margin-top: 10px;
	margin-bottom: 30px;
}
#contact .contact_content02 table th {
	width: 100%;
	padding: 20px 0 5px 0;

	display: block;
}
#contact .contact_content02 table .th01 {

}
#contact .contact_content02 table td {
	border-bottom: solid 1px #EEEEEE;
	padding: 0 0 20px 0;
	vertical-align: middle;
	width: 100%;
	display: block;
}
#contact .contact_content02 table td .caution {
	color: #FF0101;
	margin-top: 5px;
}
#contact .contact_content02 table td input[type="text"] {
	background-color: #F6F6F6;
	border: none;
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	padding: 5px 10px;
}
#contact .contact_content02 table td.program input[type="text"]{
	width: 15%;
		
}
#contact .contact_content02 table td textarea {
	background-color: #F6F6F6;
	border: none;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	padding: 5px 10px;
}
	
#contact .contact_content02 .select-wrap {
    position: relative;
}
#contact .contact_content02 .select-wrap:before {
	z-index: 1;
	position: absolute;
	right: 20px;
	top: 50%;
	content: "";
	pointer-events: none;
	background-image: url(../../contact/img/icon_select.gif);
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	margin-top: -4px;
}
#contact .contact_content02 select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 5px 10px;
    border:none;
    color:#828c9a;
    width:100%;
	background-color: #F6F6F6;
}
#contact .contact_content02 select option{
  background-color: #F6F6F6;
  color: #333;
}
#contact .contact_content02 select::-ms-expand {
  display: none;
}
#contact .contact_content02 select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
#contact .contact_btn01 a{
	display: block;
	background-color: #003D76;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	background-image: url(../../contact/img/icon_btn01.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: 94% center;
	text-decoration: none;
}	

#contact .contact_btn01.conf_btn{
	text-align: center;
	}
#contact .contact_btn01.conf_btn a{
	display: inline-block;
	background-color: #003D76;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 45%;
	padding: 15px 0;
	background-image: url(../../contact/img/icon_btn01.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	text-decoration: none;
	}
#contact .contact_btn01.conf_btn a.btn01{

	background-image: url(../../contact/img/icon_btn02.png);
	background-position: 4% center;
	margin-right: 5%;

}	
#contact .thanks_text{
	text-align: center;
}	
	
}
