@charset "UTF-8";
/* 全端末共通
-------------------------------------------------- */
input[type="radio"]{
	display: none;
}
table label span{
	display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	line-height: 16px;
}
table label span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #555;
	border-radius: 50%;
}
table input[type="radio"]:checked + span{
	color: #333;
}
table input[type="radio"]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	background: #3479BC;
	border-radius: 50%;
}
.accept input[type="checkbox"]{
  display: none;
}
.accept span{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	line-height: 1;
}
.accept span::before{
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 4px;
}
.accept input[type="checkbox"]:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #666;
	border-right: 3px solid #666;
}

/* SP
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.catch_contact01{
		text-align: center;
		font-size: 140%;
		font-weight: 300;
		margin-bottom: 6vw;
	}
	.box_contact01{
		background: #FAFAFA;
		padding: 4vw;
		margin-bottom: 8vw;
	}
	.row_contact01{
		margin-bottom: 8vw;
	}
	.col_contact01 h5{
		padding-left: 35px;
		background: url("../img/page/contact/icon_tel.png") no-repeat left 7px center;
		font-size: 130%;
		font-weight: 500;
	}
	.tel_contact01{
		font-size: 200%;
		font-weight: 500;
		line-height: 1.2;
	}
	.tel_contact01 a{
		color: inherit;
	}
	.col_contact01 p{
		margin-bottom: 5%;
	}
	.col_contact02 h5{
		padding-left: 35px;
		background: url("../img/page/contact/icon_fax.png") no-repeat left center;
		font-size: 130%;
		font-weight: 500;
	}
	.fax_contact01{
		font-size: 180%;
		font-weight: 500;
		line-height: 1.6;
	}
	.txt_form01{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 30px;
	}
	.txt_form01 span{
		display: inline-block;
		padding: 0 10px;
		background: #D93434;
		color: #fff;
		margin-right: 5px;
	}
	form .tbl02{
		border-top: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	form .tbl02 th{
		position: relative;
	}
	form table th span{
		width: 60px;
		line-height: 1.8;
		color: #fff;
		text-align: center;
		background: #3479BC;
		position: absolute;
		right: 0;
		font-weight: 500;
	}
	form table th span.required{
		background: #D93434;
	}
	form table td li{
		margin-bottom: 2vw;
	}
	#form table td li label{
		cursor: pointer;
	}
	#form table td input[type="text"],
	#form table td input[type="tel"],
	#form table td input[type="email"]{
		border: 1px solid #ccc;
		padding: 10px 15px;
		border-radius: 4px;
		width: 100%;
	}
	#form table td textarea{
		border: 1px solid #ccc;
		padding: 10px 15px;
		border-radius: 4px;
		width: 100%;
		height: 200px;
	}
	#form table td p{
		color: #D93434;
		margin: 20px 0 5px;
	}
	.privacy{
		text-align: center;
		margin: 60px 0 40px;
	}
	.privacy p{
		text-align: left;
		font-size: 12px;
		margin: 10px 0 20px;
	}
	input::placeholder{
		color: #CECECE;
	}
	input[type="submit"]{
		width: 100%;
		height: 20vw;
		font-size: 140%;
		padding-right: 20px;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		letter-spacing: 0.07em;
		border: 1px solid #32339F;
		color: #32339F;
		background: url(../img/page/contact/arr01.png) no-repeat right 20px center;
		background-size: 4vw auto;
	}
	input[type="submit"]:disabled{
		opacity: .5;
	}
	input[type="submit"]:not(:disabled):hover{
		color: #fff;
		background: url(../img/page/contact/arr02.png) no-repeat right 20px center #32339F;
		background-size: 19px auto;
		cursor: pointer;
	}
	#btnList{
		margin-top: 50px;
	}
	#btnList li{
		margin: 0 0 4vw;
	}
	#btnList li a{
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		background: url(../img/page/contact/arr_back.png) no-repeat left 15px center #dedede;
		background-size: 4vw auto;
		font-size: 140%;
		color: inherit;
		height: 20vw;
	}
	#btnList li a:hover{
		opacity: .75;
	}
	.content_low section.result{
		text-align: center;
		padding: 15vw 0 20vw;
	}
	.result h4{
		color: #32339F;
		font-size: 140%;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.btn_top{
		margin-top: 50px;
	}
	.btn_top a{
		width: 100%;
		height: 20vw;
		padding-left: 20px;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		font-size: 140%;
		letter-spacing: 0.07em;
		border: 1px solid #32339F;
		color: #32339F;
		background: url(../img/page/contact/arr_top01.png) no-repeat left 20px center;
		background-size: 4vw auto;
		margin: 0 auto;
	}
	.btn_top a:hover{
		background: url(../img/page/contact/arr_top02.png) no-repeat left 20px center #32339F;
		color: #fff;
	}
}
/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {
	.catch_contact01{
		text-align: center;
		font-size: 28px;
		font-weight: 300;
		margin-bottom: 40px;
	}
	.box_contact01{
		background: #FAFAFA;
		padding: 60px;
		margin-bottom: 60px;
	}
	.row_contact01{
		padding: 0 20px;
		display:-webkit-box;/*--- Androidブラウザ用 ---*/
		display:-ms-flexbox;/*--- IE10 ---*/
		display: -webkit-flex;/*--- safari（PC）用 ---*/
		display:flex;
		-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
		-ms-flex-pack:justify;/*--- IE10 ---*/
		-webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
		justify-content:space-between;
		margin-bottom: 40px;
		position: relative;
	}
	.row_contact01:after{
		content: "";
		position: absolute;
		height: 100%;
		border-left: 1px solid #cfcfcf;
		left: calc(50% + 20px);
		top: 0;
	}
	.col_contact01 h5{
		padding-left: 35px;
		background: url("../img/page/contact/icon_tel.png") no-repeat left 7px center;
		font-size: 24px;
		font-weight: 500;
	}
	.tel_contact01{
		font-size: 53px;
		font-weight: 500;
		line-height: 1.2;
	}
	.col_contact01 p{
		font-size: 16px;
	}
	.col_contact02 h5{
		padding-left: 35px;
		background: url("../img/page/contact/icon_fax.png") no-repeat left center;
		font-size: 24px;
		font-weight: 500;
	}
	.fax_contact01{
		font-size: 46px;
		font-weight: 500;
		line-height: 1.6;
	}
	.txt_form01{
		font-size: 16px;
		line-height: 2;
		margin-bottom: 30px;
	}
	.txt_form01 span{
		display: inline-block;
		padding: 0 10px;
		background: #D93434;
		color: #fff;
		margin-right: 5px;
	}
	form .tbl02{
		border-top: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
	}
	form .tbl02 th{
		width: 320px;
		position: relative;
	}
	form table th span{
		width: 60px;
		line-height: 34px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		background: #3479BC;
		position: absolute;
		right: 45px;
		font-weight: 500;
	}
	form table th span.required{
		background: #D93434;
	}
	form table td li{
		display: inline-block;
		margin-right: 20px;
	}
	#form table td li label{
		cursor: pointer;
	}
	#form table td input[type="text"],
	#form table td input[type="tel"],
	#form table td input[type="email"]{
		border: 1px solid #ccc;
		padding: 10px 15px;
		border-radius: 4px;
		width: 300px;
	}
	#company,#department,#email,#email_confirm{
		width: 100%;
	}
	#form table td textarea{
		border: 1px solid #ccc;
		padding: 10px 15px;
		border-radius: 4px;
		width: 100%;
		height: 200px;
	}
	#form table td p{
		color: #D93434;
		margin: 20px 0 5px;
	}
	.privacy{
		text-align: center;
		margin: 60px 0 40px;
	}
	.privacy p{
		font-size: 12px;
		margin: 10px 0 20px;
	}
	input::placeholder{
		color: #CECECE;
	}
	input[type="submit"]{
		width: 440px;
		height: 110px;
		padding-right: 20px;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		font-size: 26px;
		letter-spacing: 0.07em;
		border: 1px solid #32339F;
		color: #32339F;
		background: url(../img/page/contact/arr01.png) no-repeat right 20px center;
		background-size: 19px auto;
	}
	input[type="submit"]:disabled{
		opacity: .5;
	}
	input[type="submit"]:not(:disabled):hover{
		color: #fff;
		background: url(../img/page/contact/arr02.png) no-repeat right 20px center #32339F;
		background-size: 19px auto;
		cursor: pointer;
	}
	#btnList{
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		margin-top: 50px;
	}
	#btnList li{
		margin: 0 10px;
	}
	#btnList li a{
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		background: url(../img/page/contact/arr_back.png) no-repeat left 15px center #dedede;
		background-size: 19px auto;
		font-size: 18px;
		color: inherit;
		width: 330px;
		height: 84px;
	}
	#btnList li a:hover{
		opacity: .75;
	}
	.content_low section.result{
		text-align: center;
		padding: 150px 0 200px;
	}
	.result h4{
		color: #32339F;
		font-size: 33px;
		margin-bottom: 20px;
		font-weight: 500;
	}
	.btn_top{
		margin-top: 50px;
	}
	.btn_top a{
		width: 440px;
		height: 110px;
		padding-left: 20px;
		display: -webkit-flex; /* Safari用 */
		display: flex;
		-webkit-justify-content: center; /* Safari用 */
		justify-content: center;
		-webkit-align-items: center; /* Safari用 */
		align-items: center;
		font-size: 26px;
		letter-spacing: 0.07em;
		border: 1px solid #32339F;
		color: #32339F;
		background: url(../img/page/contact/arr_top01.png) no-repeat left 20px center;
		background-size: 19px auto;
		margin: 0 auto;
	}
	.btn_top a:hover{
		background: url(../img/page/contact/arr_top02.png) no-repeat left 20px center #32339F;
		color: #fff;
	}
}