@charset "utf-8";
/* CSS Document */
.wtn_copyright {
	display: none;
}

.heading {
	padding: 7rem 0 0 0;
	background: url(../img/company_title_bg.png) no-repeat center top;
	background-size: cover;
	text-align: center;
}

.heading__title {
	padding: 0;
	margin: 0;
	color:var(--second-color);
	font-size: 1.5rem;
	letter-spacing: 4px;
	text-indent: 4px;
	line-height: 1em;
}

.heading__title::before {
	display: block;
	content:"";
	margin: 0 auto 12px auto;
	width: 45px;
	height: 45px;
	background: url(../img/icon-contact.png) no-repeat top center;
	background-size: cover;
}

.heading__title::after {
	content:"";
	display: block;
	margin: 36px auto 0 auto;
	width: 80px;
	height: 1px;
	background: linear-gradient(90deg,#cccccc 0%, #cccccc 49.9%, #999999 50%, #999999 100%);
}

/* message-section */

.contact {
  padding: 0 0 48px 0;
}

.contact__wrapper {
	padding: 36px 18px;
}

.outline {
  font-size: 17px;
  text-align: center;
  line-height: 1.8em;
}

.outline span {
  display: inline-block;
}

.message {
  font-size: 17px;
  text-align: center;
  line-height: 1.8em;
}

.remarks {
  font-size: 14px;
  text-align: center;
}

.form-item {
  margin: 0 0 18px 0;
}

.contact__form dl {
	padding: 0;
	margin: 0 0 1rem 0;
}

.contact__form dl.check {
	padding: 24px 0;
	margin: 0 0 2rem 0;
	border-top: solid 1px #111111;
	border-bottom: solid 1px #111111;
}

.contact__form dl dt {
	padding: 6px 0;
	margin: 0;
}

.contact__form dl dd {
	padding: 0;
	margin: 0;
}

.contact__form label {
  display: block;
}

.form-button {
	padding: 0;
	margin: 0 auto;
	width: 80%;
}

.contact__form input[type="text"] {
  outline: none;
  padding: 3px 6px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #b6afa6;
  font-size: 16px;
  line-height: 2.4em;
}

.contact__form input[type="submit"] {
  display: block;
	margin: 0 auto 1rem auto;
	width: 100%;
  outline:0;
	border: 1px solid var(--button-color);
	background: var(--button-color);
	color:var(--link-color);
	font-size: 20px;
	line-height: 2.5em;
}

.contact__form input[type="reset"] {
  display: block;
	margin: 0 auto;
	width: 100%;
  outline:0;
	border: 1px solid var(--button-color);
	background: var(--main-color);
	color:var(--button-color);
	font-size: 20px;
	line-height: 2.5em;
}


.action-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 24px;
	row-gap:24px;
}

.action-box .button {
	width: 100%;
	text-align: center;
}

.action-box .button a {
	text-decoration: underline;
}

.action-box .button a:hover {
	text-decoration: none;
}

.contact__form button[type="submit"] {
  display: block;
	margin: 0 auto;
	width: 100%;
  outline:0;
  border-radius: 50px;
	border: none;
	background: var(--button-color);
	color:var(--link-color);
	font-size: 20px;
	line-height: 3.2em;
}

.contact__form button[type="button"] {
  display: block;
	margin: 0 auto;
	width: 100%;
  outline:0;
  border-radius: 50px;
	border: none;
	background: var(--button-color);
	color:var(--link-color);
	font-size: 20px;
	line-height: 3.2em;
}

.contact-form textarea {
	outline:0;
	border: 1px solid #b6afa6;
}

.contact__form textarea:focus {
	outline:0;
}

.contact-box__form-link {
	margin: 0 auto;
	width: 90%;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}

a.link-button {
	display: block;
	background: var(--button-color);
	color:var(--link-color);
	font-size: 20px;
	line-height: 3.2em;
}

textarea {
	width: 100%;
	height: 10em;
	font-size: 16px;
}


/*----------------------------------------------------------------------------
 ***                                                                width480
----------------------------------------------------------------------------*/

@media only screen and (min-width: 480px){

}

/*----------------------------------------------------------------------------
 ***                                                                width560
----------------------------------------------------------------------------*/

@media only screen and (min-width: 560px){

.contact__wrapper {
	padding: 36px 0;
	margin: 0 auto;
	width: 90%;
}

}

/*----------------------------------------------------------------------------
 ***                                                                width768
----------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

.contact__wrapper {
	width: 84%;
}

.form-button {
	width: 70%;
}

.contact__form button[type="submit"] {
	width: calc(50% - 12px);
}

.contact__form button[type="button"] {
	width: calc(50% - 12px);
}


}


/*----------------------------------------------------------------------------
 ***                                                                width980
----------------------------------------------------------------------------*/

@media only screen and (min-width: 980px){

.contact__wrapper {
	width: 80%;
	max-width: 780px;
}


}

/*----------------------------------------------------------------------------
 ***                                                                width1024
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1024px){

}


/*----------------------------------------------------------------------------
 ***                                                                width1280
----------------------------------------------------------------------------*/

@media only screen and (min-width: 1280px){



}
