@charset "UTF-8";
.p-contact .p-information__mv {
	max-width: 50rem;
	margin: 0 auto;
}
.p-contact .p-information__mv .c-heading-01 {
	margin: 0.625rem;
}
.p-contact .p-information__notice__wrap{
	max-width: 50rem;
	margin: 0 auto;
}

.p-contact .heading {
	font-size: 1.375rem;
	color: #333;
	margin-bottom: 0.625rem;
}
.p-contact .read {
	max-width: 50rem !important;
	line-height: 1.375;
}
.p-contact .listArrow {
	color: #333;
}
.p-contact .listArrow li {
	margin-bottom: 4px;
	line-height: 1.45 !important;
}
.p-contact li {
	margin-bottom: 0.625rem;
}
.p-contact li.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.p-contact li.arrow::before,
.p-contact li.arrow::after{
	position: absolute;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.p-contact li.arrow:before{
	top: 0.325rem;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #29aabf;
}
.p-contact li.arrow:after{
	top: 0.625rem;
	left: 4px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.p-contact .aform {
	max-width: 50rem;
	margin: 0 0.625rem;
}
.p-contact .aform .aform-header {
	text-align: center;
	margin: 1.875rem 0 !important;
	color: #29aabf;
}

.p-contact label {
	display: block;
	font-size: 108%;
	margin-bottom: 0.625rem;
}
.p-contact .aform-input-example {
	margin-bottom: 0.625rem;
}
.p-contact input::placeholder,
.p-contact textarea::placeholder {
  color: #999;
  font-size: 14px;
}
.p-contact input {
  background-color: #f5f8fa;
  border: 1px solid #e6eaec;
  border-radius: 3px !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  color: #333 !important;
  flex-grow: 1 !important;
  margin-bottom: 0.625rem;
}
.p-contact textarea {
  background-color: #f5f8fa;
  border: 1px solid #e6eaec;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}
.p-contact select {
  background-color: #f5f8fa;
  border: 1px solid #e6eaec;
  border-radius: 3px;
  padding: 19px 20px !important;
  font-size: 16px;
  color: #333;
}
.p-contact button {
  cursor: pointer;
  margin-top: 30px;
  padding: 15px 45px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background-color: #29aabf;
}
.p-contact .aform-required {
	position: relative;
	top: 3px;
	color:#fff;
	font-size: 70%;
	font-weight: normal;
	margin-left: 12px;
	padding: 4px 10px;
	display:inline-block;
	line-height: 1;
	border-radius: 3px;
	background:#D92B00;
	vertical-align: text-top;
}
.p-contact .error{
	margin-top: 0.625rem;
}

.p-contact .p-information__shop {
	max-width: 50rem;
	margin: 0 auto;
}

.p-contact .p-information__shop dd {
	margin: 1.25rem;
	line-height: 1.375;
	color: #333;
}
.p-contact .aform-button-area {
	padding: 1.25rem 0;
	background: #fff;
}
.p-contact .aform-button-area input {
	color: #fff !important;
	background: #29aabf;
	padding: 1.5rem 5rem !important;
	border-radius: 4px !important;
	font-size: 115% !important;
	margin-bottom: 0.625rem;
}
.p-contact .aform-button-area input:hover {
	opacity: 0.7;
}
.p-contact .aform-button-area input#aform_btn_back {
	background: #c2c9cc;
}
.p-contact .p-information__more {
	margin-bottom: 1.875rem;
}
.p-contact .thanks {
	margin: 5rem 0.625rem;
	font-size: 132%;
	line-height: 1.8;
	text-align: center;
}
.p-contact .p-information__notice__wrap .tel {
	border-top: 1px dotted #29aabf;
	margin: 1.25rem 0;
	line-height: 1.5;
	padding-top: 1.25rem;
}
.p-contact .p-information__notice__wrap .tel .ttl {
	font-weight: 500;
	margin-bottom: 1.25rem;
	color: #29aabf;
}
.p-contact .p-information__notice__wrap .tel dl {
	display: flex;
	margin-bottom: 0.625rem;
}
.p-contact .p-information__notice__wrap .tel dt {
	font-weight: 400;
}
.p-contact .p-information__notice__wrap .tel dd {
	margin-left: 1.875rem;
}
.p-contact .p-information__notice__wrap .tel dd span {
	font-size: 115%;
	font-weight: 500;
}
.p-contact .p-information__notice__wrap .tel p {

}
@media screen and (max-width: 480px) {
	.p-contact .p-information__notice__wrap .tel .ttl {
		text-align: center;
	}
	.p-contact .p-information__notice__wrap .tel dl {
	margin-bottom: 0.625rem;
	}
	.p-contact .p-information__notice__wrap .tel dt {
	margin-bottom: 0.625rem;
	line-height: 1.6;
	}
	.p-contact .p-information__notice__wrap .tel dd {
	margin-left: 1.875rem;
	text-align: center;
	}
	.p-contact .p-information__notice__wrap .tel dd span {
	font-size: 160%;
	font-weight: 500;
	}
	.p-contact .p-information__notice__wrap .tel .link {
		line-height: 1.5;
	}
}	