@charset "utf-8";
.main-visual h2 {
	background-image: url(../img/contact/mainv.jpg);
}
.main-visual span {
	width: 246px;
	height: 82px;
}
.main-visual h2:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    /* background-color: rgba(0,0,0,0.4); */
}
#sec1 {
	margin-bottom: 130px;
}
.sec1_01 {
	position: relative;
	margin-bottom: 46px;
}
#sec1 .h2_01 {}
#sec1 .h2_01 img {}
#sec1 .h2_01 span {}
.figure_01,
.figure_02 {
    position: absolute;
    top: 0;
}
.figure_01 {
    top: -9px;
    left: 0;
}
.figure_01 img {}
.figure_02 {
    top: 25px;
    right:  0;
}
.figure_02 img {}

.sec1_01 p {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    /* margin-bottom: 46px; */
}
.sec1_01 p span {}
.sec1_01 p .red {
    color:  #e5004f;
    border-bottom:  1px solid #e5004f;
}

.form {}
.form table {
    width: 100%;
    border-top: 1px solid #a0a0a0;
    margin-bottom: 37px;
}
.form table tr {
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
}
.form table th,
.form table td {
    line-height: 46px;
    font-size: 18px;
    padding: 12px 21px;
    vertical-align: top;
}
.form table th {
    width: 27.45%;
    background-color: #eee;
    padding-left: 30px;
    border-right: 1px solid #a0a0a0;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.form table td {
}
.form input,
.form select,
.form textarea {
	width: 100%;
	font-size: 18px;
	font-family: inherit;
	line-height: 44px;
	min-height: 44px;
	padding: 0 0.5em;
}
.form .label01 {
	letter-spacing: 1em;
}
.form label[for="name"] {}
.form label[for="address"] {}
.form label[for="tel"] {}
.form label[for="email"] {}

.form input#radio1-1,
.form input#radio1-2 {
    display: none;
}
.form label[for="radio1-1"],
.form label[for="radio1-2"] {
    margin-right: 50px;
    padding-left: 2em;
    position: relative;
}
.form label[for="radio1-1"]:before,
.form label[for="radio1-2"]:before{
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
}
.form input#radio1-1:checked + label[for="radio1-1"],
.form input#radio1-2:checked + label[for="radio1-2"]{
  color: #009a9a;
}
.form input#radio1-1:checked + label[for="radio1-1"]:after,
.form input#radio1-2:checked + label[for="radio1-2"]:after{
  content: "";
  display: block;
  position: absolute;
  top: 7.5px;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #009a9a;
  border-radius: 50%;
}

.form label[for="radio1-2"] {}
.form label[for="age"] {}
.form label[for="select1"] {}
.form label[for="message"] {}
.form input#name {
    max-width: 273px;
}
.form input#address {}
.form input#tel {
    max-width: 273px;
}
.form input#email {
    max-width: 273px;
}

.form input#age {
    width: 86px;
    margin-right: 10px;
}
.form select#select1 {
    max-width: 273px;
    height: 48px;
}
.form textarea[name="message"] {
    line-height: 1.6;
    padding: 0.5em;
}

.form_submit {
	margin-bottom: 36px;
	text-align: center;
}
.form_submit button {
	width: 213px;
	margin: 0 10px;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
	background-color: #000344;
	color: #fffefe;
	text-align: center;
	border: none;
	display: inline-block;
}
.form .form_b {
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	color: #e5004f;
	text-align: center;
}

.form_text {
	text-align: center;
	line-height: 36px;
	margin-bottom: 46px;
}



/*---------------------------------------------------------
	w1200px
---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	
}
/*---------------------------------------------------------
	スマホ
---------------------------------------------------------*/
@media screen and (max-width: 640px) {
	
	.main-visual h2 {}
	.main-visual span {}
	.main-visual h2:before {}
	#sec1 {
    margin-bottom: 50px;
}
	.sec1_01 {
    max-width:  500px;
    padding: 0px 0 100px;
    margin: 0 auto 22px;
}
	#sec1 .h2_01 {}
	#sec1 .h2_01 img {}
	#sec1 .h2_01 span {}
	.figure_01,
	.figure_02 {}
	.figure_01 {
    width: 88.5px;
    top: auto;
    bottom: 0;
}
	.figure_01 img {}
	.figure_02 {
    width:  93px;
    top: auto;
    bottom:  0;
}
	.figure_02 img {}

	.sec1_01 p {
    text-align:  left;
    font-size:  14px;
    line-height: 1.8;
}
	.sec1_01 p span {}
	.sec1_01 p .red {}

	.form {}
	.form table {}
	.form table tr {}
	.form table th,
	.form table td {
    line-height: 1.6;
    font-size: 14px;
    padding: 6px 10px;
}
	.form table th {
    width: 8.5em;
    min-width: 100px;
		letter-spacing: 0;
}
	.form table td {}
	.form input,
	.form select,
	.form textarea {
    font-size: 14px;
    line-height: 1.6;
		min-height: 26px;
}
	.form .label01 {}
	.form label[for="name"] {}
	.form label[for="address"] {}
	.form label[for="tel"] {}
	.form label[for="email"] {}

	.form input#radio1-1,
	.form input#radio1-2 {}
	.form label[for="radio1-1"],
	.form label[for="radio1-2"] {
		margin-right: 1em;
		white-space: nowrap;
	}
	.form label[for="radio1-1"]:before,
	.form label[for="radio1-2"]:before{
    top: -0.5px;
}
	.form input#radio1-1:checked + label[for="radio1-1"],
	.form input#radio1-2:checked + label[for="radio1-2"]{}
	.form input#radio1-1:checked + label[for="radio1-1"]:after,
	.form input#radio1-2:checked + label[for="radio1-2"]:after{
    top: 2.5px;
}

	.form label[for="radio1-2"] {
		margin-right: 0;
	}
	.form label[for="age"] {}
	.form label[for="select1"] {}
	.form label[for="message"] {}
	.form input#name {}
	.form input#address {}
	.form input#tel {}
	.form input#email {}

	.form input#age {}
	.form select#select1 {}
	.form textarea[name="message"] {}

	.form_submit {}
	.form_submit button {
    font-size: 16px;
}
	.form_submit button + button {
		margin-top: 20px;
	}
	
	.form .form_b {
    font-size:  14px;
    line-height: 1.8;
    text-align:  left;
}
	
	.form_text {
		line-height: 2.25;
		margin-bottom: 30px;
	}
	
}

/*---------------------------------------------------------
	w414px
---------------------------------------------------------*/
@media screen and (max-width: 414px) {
	.form_text_sp_l {
		text-align: left;
	}
}
