@charset "utf-8";
/* ヘッダー分の余白 */
main {
	padding-top: 55px;
	overflow-x: hidden;
}
@media all and (min-width: 768px) {
	main {
		padding-top: 100px;
	}
}
/* //ヘッダー分の余白 */
/* フッターの下対策 */
body {
	min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.header-and-main {
  width: 100%;
}
footer {
  width: 100%;
}
/* //フッターの下対策 */

/* 下層FV */
.head-ttl-wrap {
	background: url(../img/contact/child-header-min.jpg) no-repeat center center/cover;
	height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.head-ttl {
	font-size: 25px;
	font-weight: 700;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.head-ttl-wrap {
		height: 245px;
	}
	.head-ttl {
		font-size: 38px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //下層FV */
/* パンくず */
.breadcrumb-wrap {
	border-bottom: 1px solid #C0C0C0;
}
#breadcrumb ul {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  white-space: nowrap;
  margin-bottom: 0;
}
#breadcrumb ul li {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#breadcrumb ul li:not(:last-child) {
    padding-right: 45px;
    position: relative;
}
#breadcrumb ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #7D7D7D;
    border-right: 1px solid #7D7D7D;
}
@media all and (min-width: 992px) {
	#breadcrumb ul li {
    padding-top: 15px;
    padding-bottom: 15px;
	}
}
/* //パンくず */
/* コンテンツ幅 */
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media all and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media all and (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media all and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media all and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media all and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}
/* //コンテンツ幅 */
/* 見出し */
.ttl-pattern1-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.ttl-pattern_1 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 5px;
}
.ttl-pattern_1::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	width: 50px;
	height: 1px;
	background-color: #C0C0C0;
}
.ttl-sub {
	font-size: 16px;
}
.color-maincolor {
	color: #339599;
}
@media all and (min-width: 768px) {
	.ttl-pattern1-wrap {
		margin-bottom: 40px;
	}
}
.ttl-pattern_2 {
	font-size: 1.2rem;
  letter-spacing: 0.1em;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #CDCDCD;
  margin-bottom: 15px;
}
.ttl-pattern_2::after {
	position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 25%;
  max-width: 128px;
  height: 1px;
  background-color: #339599;
}
/* //見出し */
/* お問い合わせ */
.form-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
.py-section {
	padding-top: 55px;
	padding-bottom: 55px;
}
.address-text {
	display: block;
}
.contact-msg {
	margin-bottom: 30px;
}
.text-link {
	color: #339599;
}
.text-link:hover {
	text-decoration: underline;
}
.text-center {
	text-align: center;
}
.tel-wrap {
	margin-bottom: 50px;
}
.tel-num {
	font-size: 34px;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	position: relative;
	padding-left: 30px;
}
.tel-num::before {
	content: '';
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	background: url(../img/contact/icon-tel.svg) no-repeat center center/contain;
}
.tel-time {
	display: block;
	width: 100%;
}
.lh-1_75 {
	line-height: 1.75;
}
.d-inline-block {
	display: inline-block;
}

@media all and (min-width: 576px) {
	.tel-time {
		display: inline-block;
		padding-left: 15px;
		width: fit-content;
	}
	.d-sm-none {
		display: none;
	}
}
@media all and (min-width: 768px) {
	.form-container {
		max-width: 906px;
		padding-right: 25px;
		padding-left: 25px;
	}
	.py-section {
		padding-top: 85px;
		padding-bottom: 100px;
	}
	.d-md-none {
		display: none;
	}

}
@media all and (min-width: 992px) {
	.tel-num {
		pointer-events: none;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //お問い合わせ*/
/* お問い合わせステップ */
.contact-stat {
	font-size: 14px;
	background-color: #F9F9F9;
	display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.contact-stat-num {
	font-size: 1.235em;
	font-weight: 700;
}
.contact-stat-item {
	padding: 8px 20px;
	position: relative;
	color: #656565;
}
.contact-stat-item:not(:last-child)::after {
	content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  right: 2%;
  top: 50%;
  border-top: 1px solid #656565;
  border-right: 1px solid #656565;
  border-bottom: none;
}
.contact-stat-item_active {
	color: #333;
	font-weight: 700;
}
@media all and (min-width: 420px) {
	.d-xxs-none {
		display: none;
	}
}
@media all and (min-width: 576px) {
	
}
@media all and (min-width: 768px) {
	.contact-stat {
		font-size: 17px;
	}
	.contact-stat-item {
		padding: 10px 30px;
	}
	.contact-stat-item_active {
		font-size: 1.176em;
	}
}
@media all and (min-width: 992px) {
	.contact-stat-item {
		letter-spacing: .1em;
	}
}
/* //お問い合わせステップ */
/* 入力部分 */
.form-items input, .form-items select, .form-items textarea {
	border: 1px solid #C0C0C0;
	border-radius: 5px;
}
.form-items input[type="text"], .form-items select,  .form-items textarea {
    max-width: 100%;
    padding: 3px 8px;
}
.select-wrap {
	position: relative;
}
.select-wrap::after {
	content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #7D7D7D;
  border-right: 2px solid #7D7D7D;
  pointer-events: none;
}

.todofuken-select {
	min-width: 200px;
}
.form-items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 13px 0;
}
.form-items dt, .form-items dd {
  width: 100%;
}
.form-items dt {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  padding-left: 53px;
  padding-bottom: 10px;
}
.form-items dd {
  margin-bottom: 0;
}
.input-w100 {
	width: 100%;
}
.label-contact {
  font-size: 12px;
  display: inline-block;
  padding: 0 7px 1px;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 3px;
  border: 1px solid #339599;
}
.label-essential {
  background-color: #339599;
  color: #fff;
}
.label-optional {
  background-color: #fff;
  color: #339599;
}
.postal-search {
	padding: 5px 0 0 0;
}
.address-text {
	padding-bottom: 10px;
}
.address-text_2, .address-text_3 {
	padding-top: 20px;
}
.al-center {
	align-items: baseline;
}
.act-btn-wrap {
	padding: 15px 0 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.conf-send-btn {
	color: #fff;
  background: #339599;
  display: inline-block;
  text-align: center;
  width: 280px;
  padding: 12px 25px 14px;
  font-size: 1rem;
  max-width: 100%;
  min-width: 100px;
  font-weight: 700;
  border-radius: 5px;
  border: none;
  position: relative;
  transition: .3s;
}
.conf-send-btn:hover {
	opacity: .8;
}
@media all and (min-width: 420px) {
	.postal-search {
		padding-top: 0;
		padding-left: 10px;
	}
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
	.postal-search {
		padding-left: 30px;
	}
}
@media all and (min-width: 992px) {
	.form-items {
	  padding: 20px 0;
	}
	.form-items dt {
    width: 286px;
    padding-right: 1rem;
    padding-bottom: 0;
	}
	.form-items dd {
    width: -webkit-calc(100% - 286px);
    width: calc(100% - 286px);
	}
	.todofuken-select {
		min-width: 340px;
	}
	.form-items input[type="text"], .form-items select, .form-items textarea {
	  padding: 9px 12px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //入力部分 */

/* 確認画面 */
.back-btn {
	color: #fff;
	background-color: #888;
	border: none;
	height: 35px;
	width: 135px;
	max-width: 48%;
	margin-right: 10px;
	border-radius: 5px;
	transition: .3s;
	font-weight: 700;
}
.back-btn:hover {
	opacity: .7;
}
.formTable {
	border-collapse:collapse;
	margin-bottom: 20px;
}
.formTable, .formTable tbody, .formTable tr {
	width: 100%;
}
.formTable tr {
	border-top: 1px solid #C0C0C0;
}
.formTable tr:not(:last-child) {
	border-bottom: 1px solid #C0C0C0;
}
.formTable th, .formTable td {
	display: block;
}
.formTable th {
	font-size: 1.125rem;
	text-align: left;
	padding: 7px 0 5px;
}
.formTable td {
	padding: 0 0 7px;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.formTable th, .formTable td {
		display: table-cell;
		padding: 13px 0;
	}
	.formTable th {
		width: 286px;
	}
	.formTable td {
		width: -webkit-calc(100% - 286px);
		width: calc(100% - 286px);
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //確認画面 */

/* プライバシーポリシー */

.privacy-content:not(:last-child) {
	margin-bottom: 30px;
}
@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
	.privacy-content {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.privacy-content:not(:last-child) {
		margin-bottom: 50px;
	}
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //プライバシーポリシー */

/* セクション３の記述 */

@media all and (min-width: 576px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/* //セクション３の記述 */


/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {
}

@media all and (max-width: 400px) {
}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}