/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2023 | 08:16:07 */
.is-sp {
	display: none;
}

.blue-line {
  position: relative;
  margin-bottom: 0.5rem;
  padding-bottom: 7px;
}

.blue-line::after {
  position: absolute;
  content: '';
  border-bottom: 2px solid #00ADD0;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}

.contact-table,
.btn-wrap {
  max-width: 868px;
  margin: auto;
	width: 100%;
}

.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table textarea{
  width: 100%;
  font-size: 16px;
  padding: 13px 10px;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::placeholder {
	color: #B2B2B2;
}

.contact-table textarea {
  height: 165px;
}

.contact-table select {
	padding: 15px 20px;
	width: 405px;
	border-radius: 3px;
	border: 1px solid #D0D0D0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-table .input-wrap {
  display: flex;
  gap: 20px;
}

.contact-table tr {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.contact-table tr + tr {
  margin-top: 30px;
}

.contact-table th {
  font-size: 16px;
  font-weight: bold;
  color: #414141;
}

.contact-table th {
  position: relative;
  padding-left: 45px;
}

.contact-table th::before {
  position: absolute;
  font-size: 12px;
  border-radius: 3px;
  font-weight: bold;
  left: 0;
  padding: 2px 5px;
}

.contact-table tr.required th::before {
  content: "必須";
  color: #fff;
  background: #FF7200;
  border: 1px solid #FF7200;
}

.contact-table tr.any th::before {
  content: "任意";
  border: 1px solid #222222;
  color: #222;
  background: #fff;
}

.contact-table td {
  margin-top: 20px;
}

.btn-wrap {
  text-align: center;
  margin-top: 30px;
}

.btn-wrap .btn {
  color: #fff;
  background: #FF7200;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  padding: 13px;
  width: 330px;
  cursor: pointer;
}


/* 確認画面 */
.mw_wp_form_confirm .contact-table {
  width: 100%;
}

.mw_wp_form_confirm .contact-table .input-wrap br {
  display: none;
}

.mw_wp_form_confirm .contact-table tr {
  border-bottom: 1px solid #D0D0D0;
  padding-bottom: 20px;
}

.mw_wp_form_confirm .contact-table tr + tr {
  margin-top: 20px;
}

/* 完了画面 */
.topr-btn {
	width: 335px;
	cursor: pointer;
	padding: 13px;
	
}


@media screen and (max-width: 767px) {
		.is-sp {
		display: block;
	}
	
	.contact-head {
		font-size: 24px !important;
	}
	
	.contact-table .input-wrap {
		gap: 9px;
	}
	
	.contact-table select {
		width: 100%;
	}
	
	.btn-wrap .btn {
		width: 100%;
	}
	
}
