/*Contact-Usページ*/
.subpage-main-top-img.contact-us {
  display: flex;
  align-items: center;
}

.contact-us-title {
  margin-top: 70px;
  margin-bottom: 95px;
}

.contact-us-title.-mb0 {
  margin-bottom: 0;
}

.contact-us-title h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 55px;
}

.contact-us-title p {
  color: #585858;
  font-weight: 400;
  margin-top: 35px;
}

.contact-us-title .form-pre-p {
  text-align: center;
}

@media(max-width:980px) {
  .contact-us-title h3 {
    margin-top: 40px;
  }
}

.title-color-black {
  color: #000;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

@media(max-width:500px) {
  .title-color-black {
    font-size: 1.8rem;
  }
}

.contact-us-content {
  margin-bottom: 95px;
  font-weight: 400;
}

.contact-us-content a {
  color: #0060BE;
  text-decoration: underline;
}


/* --------------------------------------------------
	c-form
-------------------------------------------------- */
.c-form {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #0060BE;
}
.c-form input, .c-form select, .c-form button, .c-form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}
.c-form select::-ms-expand {
	display: none;
}
.c-form button, .c-form input[type=submit], .c-form select {
	cursor: pointer;
}
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email] {
	width: 100%;
	border: 2px solid #ccc;
	padding: 5px 10px;
	line-height: 1;
	font-size: 16px;
	color: #011426;
	background: #F7F7F7;
}
.c-form input[type=text]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder {
	color: #707070;
}
.c-form input[type=text]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder {
	color: #707070;
}
.c-form input[type=text]:-ms-input-placeholder, .c-form input[type=tel]:-ms-input-placeholder, .c-form input[type=email]:-ms-input-placeholder {
	color: #707070;
}
.c-form input[type=text]::-ms-input-placeholder, .c-form input[type=tel]::-ms-input-placeholder, .c-form input[type=email]::-ms-input-placeholder {
	color: #707070;
}
.c-form input[type=text]::placeholder,
.c-form input[type=tel]::placeholder,
.c-form input[type=email]::placeholder {
	color: #707070;
}
.c-form input[type=text]::-ms-input-placeholder,
.c-form input[type=tel]::-ms-input-placeholder,
.c-form input[type=email]::-ms-input-placeholder {
	color: #707070;
}
.c-form input[type=text]:-ms-input-placeholder,
.c-form input[type=tel]:-ms-input-placeholder,
.c-form input[type=email]:-ms-input-placeholder {
	color: #707070;
}
.c-form input[type=text].w110,
.c-form input[type=tel].w110,
.c-form input[type=email].w110 {
	width: 110px;
}
.c-form input[type=text].w190,
.c-form input[type=tel].w190,
.c-form input[type=email].w190 {
	width: 190px;
}
.c-form input[type=text].error,
.c-form input[type=tel].error,
.c-form input[type=email].error {
	border: 2px solid #DB2828;
	background: #F4BEBE;
}
.c-form select {
	width: 100%;
	border: 2px solid #ccc;
	padding: 9px 22px 9px 10px;
	line-height: 1;
	font-size: 16px;
	color: #011426;
	background: #F7F7F7 url(../img/common/icon_select.png) no-repeat right 7px center;
}
.c-form select.error {
	border: 2px solid #DB2828;
	background: #F4BEBE url(../img/common/icon_select.png) no-repeat right 7px center;
}
.c-form select + input[type=text], .c-form select + .c-form__txt.-error + input[type=text] {
	margin-top: 12px;
}
.c-form textarea {
	resize: vertical;
	width: 100%;
	height: 153px;
	border: 2px solid #ccc;
	color: #011426;
	font-size: 16px;
	color: #011426;
	background: #F7F7F7;
	padding: 5px 10px;
}
.c-form textarea.error {
	border: 2px solid #DB2828;
	background: #F4BEBE;
}
.c-form.-confirm .c-form__cnt {
	padding-left: 1em;
	font-size: 1rem;
	line-height: 1.75;
}
.c-form.-confirm .c-form__cnt li {
	list-style: none;
}
.c-form.-confirm .c-form__cnt li:nth-child(n+2) {
	margin-top: 5px;
}
.c-form.-confirm .c-form__submit {
	background: #0060BE;
	pointer-events: inherit;
}
.c-form.-confirm .c-form__back {
	font-size: 1rem;
	margin-top: 35px;
}
.c-form.-confirm .c-form__back:before {
	content: "←";
	display: inline-block;
	margin-right: 1em;
}
.c-form.-confirm .c-form__back button {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.c-form.-complete .c-complete__txt {
	text-align: center;
}
.c-form.-complete .c-complete__btn a {
	position: relative;
	margin: 43px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 400px;
	width: 90%;
	height: 50px;
	color: #fff;
	font-size: 1.125rem;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration: none;
	font-weight: bold;
	background: #0060BE;
}
.c-form.-complete .c-complete__btn a:before {
	content: "→";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 20px;
}
.c-form.-paddingS {
	padding-top: 28px;
}

.safari .c-form input[type=text],
.safari .c-form input[type=tel],
.safari .c-form input[type=email] {
	line-height: normal;
}

.c-form__ttl {
	font-weight: bold;
	font-size: 1rem;
}
.c-form__ttl:nth-of-type(n+2) {
	margin-top: 25px;
}

.c-form__cnt {
	margin-top: 7px;
	line-height: 1;
}
.c-form__cnt.-horizontal * + * {
	margin: 6px 0 0;
}
.c-form__cnt.-vertical * + * {
	margin: 6px 0 0;
}

.c-form__list {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 0;
}
.c-form__list li {
	list-style: none;
	margin-top: 7px;
}
.c-form__list li:not(:last-child) {
	margin-right: 4px;
}

.c-form__txt {
	font-size: 0.875rem;
	color: #707070;
}
.c-form__txt.-black {
	color: #011426;
}
.c-form__txt.-red {
	color: #C71111;
}
.c-form__txt.-error {
	color: #DB2828;
	margin: 6px 0 0;
}

.c-form__txtL {
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
	letter-spacing: 0.07em;
	margin-bottom: 1.5em;
}

.c-form__checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.c-form__checkbox + label {
	display: inline-block;
	position: relative;
	padding: 5px 7px 6px 34px;
	cursor: pointer;
	border: 2px solid #ccc;
	color: #011426;
	font-size: 16px;
	font-weight: bold;
	color: #011426;
	background: #F7F7F7;
	line-height: 1.5;
}
.c-form__checkbox + label:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 8px;
	width: 16px;
	height: 16px;
	border: 2px solid #ccc;
	background: #fff;
}
.c-form__checkbox:checked + label {
	background: #0060BE;
	border-color: #0060BE;
	color: #fff;
}
.c-form__checkbox:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 12px;
	width: 8px;
	height: 8px;
	background: #0060BE;
	border-radius: 1px;
}

.c-form button.c-form__postalcode {
	font-size: 0.875rem;
	font-weight: bold;
	color: #fff;
	background: #707070 url(../img/common/icon_postalcode.svg) no-repeat left 8px center/21px auto;
	border-radius: 4px;
	padding: 5px 16px 5px 37px;
	margin-bottom: 12px;
	display: block;
}

.c-form__privacy {
	margin: 40px auto 0;
	text-align: center;
	font-weight: bold;
}

.c-form__privacyCheckbox {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	overflow: hidden;
	padding: 0;
	clip: rect(0, 0, 0, 0);
}
.c-form__privacyCheckbox + label {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.c-form__privacyCheckbox + label:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #707070;
	border-radius: 4px;
}
.c-form__privacyCheckbox:checked + label:after {
	content: "";
	position: absolute;
	top: 9px;
	left: 5px;
	width: 12px;
	height: 7px;
	border-left: 1px solid #1B224C;
	border-bottom: 1px solid #1B224C;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.c-form__btnArea {
	margin: 20px auto 0;
}

.c-form__submit {
	position: relative;
	margin: 0 auto;
	max-width: 400px;
	width: 90%;
	height: 50px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	font-weight: bold;
	background: #707070;
	pointer-events: none;
}
.c-form__submit:before {
	content: "→";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 34px;
}
.c-form__submit.-active {
	background: #0060BE;
	pointer-events: inherit;
}
.c-form__submit input {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
}

@media (max-width: 63.9375em) {
	.c-form__ttl.-must:after {
		content: "必須";
		display: inline-block;
		color: #fff;
		font-size: 0.625rem;
		width: 36px;
		height: 20px;
		background: #E81212;
		text-align: center;
		line-height: 20px;
		display: inline-block;
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
		margin-left: 9px;
	}
}
@media print, screen and (min-width: 64em) {
	.c-form {
		margin-top: 25px;
		padding-top: 50px;
	}
	.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email] {
		padding: 7px 11px;
		font-size: 14px;
	}
	.c-form input[type=text].pcW335,
.c-form input[type=tel].pcW335,
.c-form input[type=email].pcW335 {
		width: 335px;
	}
	.c-form select {
		width: 250px;
		padding: 10px 11px;
		font-size: 14px;
	}
	.c-form textarea {
		height: 150px;
		padding: 4px 11px;
		font-size: 14px;
	}
	.c-form.-confirm {
		max-width: 844px;
		margin: 42px auto 0;
		padding-top: 64px;
	}
	.c-form.-confirm .c-form__flex {
		display: block;
		padding-right: 0;
	}
	.c-form.-confirm .c-form__ttl {
		width: auto;
		padding: 0;
		text-align: left;
	}
	.c-form.-confirm .c-form__ttl:nth-of-type(n+2) {
		margin-top: 25px;
	}
	.c-form.-confirm .c-form__cnt {
		width: 100%;
		margin-top: 9px;
		padding-left: 45px;
	}
	.c-form.-confirm .c-form__btnArea {
		margin: 65px auto 0;
	}
	.c-form.-confirm .c-form__btnArea .c-form__submit {
		width: 510px;
		max-width: inherit;
		max-width: auto;
	}
	.c-form.-confirm .c-form__back {
		margin-top: 100px;
	}
	.c-form.-complete {
		max-width: 844px;
		margin: 42px auto 0;
		padding-top: 43px;
	}
	.c-form.-complete .c-complete__txt {
		text-align: center;
	}
	.c-form.-complete .c-complete__btn a {
		max-width: inherit;
		max-width: auto;
		width: 510px;
		height: 65px;
		color: #fff;
		margin: 86px auto 0;
	}
	.c-form.-complete .c-complete__btn a:before {
		right: 30px;
	}

	.c-form__flex {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.c-form__list li {
		width: calc((100% - 20px) / 3);
		margin-top: 0;
	}
	.c-form__list li:not(:last-child) {
		margin-right: 10px;
	}
	.c-form__list li:nth-child(3n) {
		margin-right: 0;
	}
	.c-form__list li:nth-child(n+4) {
		margin-top: 14px;
	}
	.c-form__list.-shrink li {
		width: auto;
	}

	.ie11 .c-form__list li {
		width: calc((100% - 21px) / 3);
	}
	.ie11 .c-form__list.-shrink li {
		width: auto;
	}

	.c-form__checkbox + label {
		padding: 6px 19px 7px 36px;
		font-size: 0.875rem;
		display: block;
	}
	.c-form__checkbox + label:before {
		left: 13px;
	}
	.c-form__checkbox:checked + label:after {
		left: 17px;
	}
	.c-form__checkbox.-pcInline + label {
		display: inline-block;
	}
	.c-form__checkbox.-pcW535 + label {
		width: 535px;
	}

	.c-form__ttl {
		width: 240px;
		padding: 4px 20px 0 0;
		text-align: right;
	}
	.c-form__ttl:nth-of-type(n+2) {
		margin-top: 32px;
	}
	.c-form__ttl.-must:before {
		content: "必須";
		display: inline-block;
		color: #fff;
		font-size: 0.8125rem;
		width: 40px;
		height: 20px;
		background: #E81212;
		text-align: center;
		line-height: 20px;
		display: inline-block;
		margin-left: 11px;
		-webkit-transform: translateY(-1px);
		        transform: translateY(-1px);
		margin-right: 10px;
	}

	.c-form__cnt {
		width: calc(100% - 240px);
		margin-top: 32px;
	}
	.c-form__cnt.-mt0 {
		margin-top: 0;
	}
	.c-form__cnt.-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.c-form__cnt.-horizontal * + * {
		margin: 0 0 0 10px;
	}
	.c-form__cnt.-vertical * + * {
		margin: 8px 0 0;
	}

	.c-form__txt {
		line-height: 1.7;
	}
	.c-form__txt.-error {
		margin: 8px 0 0;
	}

	.c-form__txtL {
		font-size: 1.125rem;
	}

	.c-form button.c-form__postalcode {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.c-form button.c-form__postalcode:hover {
		opacity: 0.6;
	}

	.c-form__privacy {
		width: 300px;
		margin: 63px auto 0;
	}
	.c-form__privacy.-register {
		margin: 55px auto 0;
	}

	.c-form__submit {
		width: 325px;
		height: 65px;
		margin: 12px auto 0;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.c-form__submit:hover {
		opacity: 0.6;
	}

	.c-form__back {
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	.c-form__back:hover {
		opacity: 0.6;
	}
}


/* --------------------------------------------------
	c-formに追加
-------------------------------------------------- */
@media print, screen and (min-width: 64em) {
	.c-form {
		max-width: 860px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* --------------------------------------------------
	style-en.css
-------------------------------------------------- */
.-must-en {
	color: #DB2828;
}
.c-form-div h2 {
	background-color: #f7f7f7;
	border-left: 1px solid #0060be;
	padding: calc(1.8rem * 0.25) calc(1.8rem * 0.25) calc(1.8rem * 0.25) calc(1.8rem * 0.5);
	margin: calc(1.8rem * 2) 0 calc(1.8rem * 1);
}
.c-form-div h2:first-child {
	margin-top: 0;
}
.c-form-div h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: calc(1.8rem * 0.25);
	margin: calc(1.8rem * 1.5) 0 calc(1.8rem * 1);
}
.c-form-div p {
	margin-top: calc(1.8rem * 1);
}
.c-form-div ul {
	margin-top: calc(1.8rem * 1);
}
.c-form-div ul.none-style-ul {
	list-style-type: none;
	text-indent: -1.5em;
}
.c-form-div .gray-border-box {
	border: 1px solid #eee;
	padding: calc(1.8rem * 1);
}