@charset "utf-8";

#contents {
	padding-top: 0;
}

.contactTit {
	color: #fff;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
	height: 150px;
	line-height: 150px;
/*	margin: 0 -200% 80px; */
	margin-top: 0;
	margin-bottom: 80px;
/*	padding: 0 200%; */
	background: url(../img/contact/bg01.png) center no-repeat #4da9eb;
}
.contactMv {
	max-width: 1040px;
	margin: 0 auto;
}
.contactMv .contactMvTit {
	text-align: center;
}
.contactMv .contactMvTxt {
	margin-top: 25px;
	padding: 0 1%;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.contactMv .contactTel {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 233px;
/*	background: url(../img/contact/bg02.png) center no-repeat; */
}
.contactMv .contactTelTit {
	margin: 0 auto;
	padding-top: 38px;
	padding-left: 2%;
	padding-right: 2%;
}
.contactMv .contactTelTxt {
	margin: 0 auto;
	padding: 0 1%;
}

/* contactForm
---------------------------------------- */
.contactForm {
	margin-top: 50px;
	border: 3px solid #d1d1d7;
	width: 100%;
}
.contactForm tr + tr th {
	border-top: 1px solid #d1d1d7;
}
.contactForm tr + tr td {
	border-top: 1px solid #d1d1d7;
}
.contactForm th {
	width: 23%;
	background: #e9f4fb;
}
.contactForm th label {
	position: relative;
	display: block;
	padding: 33px 70px 31px 17px;
	line-height: 1;
}
.contactForm th .label {
	font-size: 14px;
	font-weight: bold;
}
.contactForm th .ico {
	position: absolute;
	top: 29px;
	right: 23px;
}
.contactForm td {
	padding: 20px 2.2%;
}
.contactForm input,
.contactForm select {
	background-color: #fbfbfb;
	border: 1px solid #d1d1d7;
	height: 35px;
	line-height: 15px;
	padding: 10px;
	width: 44%;
	box-sizing: border-box;
	-moz-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-webkit-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	border-radius: 3px;
}
.contactForm select {
	width: 180px;
	padding: 5px 10px;
}
.contactForm textarea {
	width: 100%;
	height: 170px;
	padding: 10px;
	background-color: #fbfbfb;
	border: 1px solid #d1d1d7;
	box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-moz-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	-webkit-box-shadow:0px 2px 0px 0px #e6e6e9 inset;
	resize: none;
	box-sizing: border-box;
	border-radius: 3px;
}

.contactForm input[readonly="readonly"],
.contactForm select[readonly="readonly"],
.contactForm textarea[readonly="readonly"] {
	background: #ccc;
}

.contactAgree {
	margin-top: 30px;
	padding: 30px;
	background-color: #e9f4fb;
	text-align: center;
}
.contactAgree p {
	font-size: 14px;
}
.contactAgree p a {
	color: #1e8ce0;
}
.contactAgree label {
	font-weight: bold;
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.contactAgree input[type=checkbox] {
	position: relative;
	top: -2px;
	margin-right: 3px;
	vertical-align: middle;
}

.contactBtnWrap {
	position: relative;
	margin-top: 40px;
	text-align: center;
}
.contactBtnWrap .ajax-loader {
	position: absolute;
	top: 0;
	right: 200px;
}
.contactBtnWrap input {
	display: block;
	width: 100%;
	height: 84px;
	margin: 0 auto;
	background: url(../img/contact/btn_confirm01.png) no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.contactBtnWrap input[disabled] {
	opacity: .5;
	cursor: not-allowed;
}
.contactBtnWrap input:hover {
	background-position: 0 100%;
}
.contactBtnWrap input[disabled]:hover {
	background-position: 0 0;
}
.contactBtnBack {
	width: 100%;
	margin: 20px auto 0;
}

/* contactForm追加
---------------------------------------- */
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid green;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: orange;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}
input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

/* thankyou
================================================== */
.thankyou{
/*    max-width: 1000px; */
    margin: 0 auto;
    padding-bottom: 50px;
}
.txtBox{
	margin: 0 2.4%;
	text-align: left;
}
.txtBox .tit01{
	margin: 40px 0 50px;
}
.txtBox .txt01{
	font-size: 14px;
	line-height: 1.54;
	padding: 0 2%;
}
.txtBox .contactTel{
	margin: 40px 0;
	padding-bottom: 40px;
	border-bottom: solid 1px #c7c6c6;
}
.txtBox .tit02{
	margin-bottom: 40px;
	padding: 0 2%;
}
.thankyou .txtBox .txt02{
	margin-bottom: 50px;
	text-align: left;
	font-size: 14px;
	line-height: 1.54;
}
.thankyou .btn{
	margin: auto;
	text-align: center;
}

/*! #error
================================================== */
/*! #page404
---------------------------------------- */
#page404 { text-align: center; }

#page404 .img {
	margin: 0 2%;
	padding-bottom: 50px;
}

#page404 .tit {
	margin: 0 2%;
	padding-bottom: 24px;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.1;
}

#page404 .txt {
	margin: 0 2%;
	padding-bottom: 55px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.67;
}
