/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 29 2026 | 18:12:40 */
/* 固定ページ（お問い合わせ） */

/* フォームのスタイル */
button, input, select, textarea  {
	background-color: #fefefe;
}

::placeholder {
  color: #ccc;
}

.pageContact_content .form-control {
  border: #ccc 1px solid;
  width: 100%;
  padding: 8px 5px;
  font-size: 15px;
}

.pageContact_content .inputStyle input {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  height: 50px;
  border: #abbacd 2px solid;
}

.pageContact_content textarea {
  width: 100%!important;
  min-height: 300px;
  font-size: 16px;
  border: #ccc 1px solid;
}

.pageContact_content input[type="submit"],
.pageContact_content input[type="button"] {
  padding: 15px 40px;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  transition: .3s;
}
.pageContact_content input[type="submit"] {
  background-color: var(--color_main);
}
.pageContact_content input[type="button"] {
  background-color: var(--color_deep02);
}

@media (max-width: 640px) {
  .pageContact_content p:has(.submitStyle) {
    position: relative;
    height: 60px;
  }

  .pageContact_content .submitStyle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.pageContact_content .submitStyle:hover {
  color: #fff;
  background-color: #aaa;
}

.pageContact_content .table-style {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  border-top: #dddddd 1px solid;
  border-left: #dddddd 1px solid;
  overflow: hidden;
}

@media (min-width: 641px) {
  .pageContact_content .table-style .contactItem {
    display: flex;
  }
}

.pageContact_content .table-style dt {
  margin: 0;
  padding: 12px 20px 12px;
  background-color: #efefef;
  border-right: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
	.pageContact_content .table-style dt {
		flex: 0 1 40%;
		width: 480px;
	}
}

.pageContact_content .table-style dt .required,
.pageContact_content .table-style dt .any {
	color: #fff;
	margin-left: 10px;
	font-size: 11px;;
	padding: 3px 5px;
	line-height: 1;
}
.pageContact_content .table-style dt .required {
	background-color: #ff5533;
}
.pageContact_content .table-style dt .any {
	background-color: #2F5D9F;
}

.pageContact_content .table-style dt p {
  position: relative;
  padding-left: 10px;
}  

.pageContact_content .pageContact_content .table-style dt p span {
  color: #fd3236;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

.pageContact_content .table-style dd {
  margin: 0;
  padding: 12px 20px 12px;
  border-right: #dddddd 1px solid;
  border-bottom: #dddddd 1px solid;
  font-size: 15px;
  background-color: #fff!important;
}

.pageContact_content .table-style dd.flex {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}

@media (min-width: 641px) {
	.pageContact_content .table-style dd {
		flex: 0 1 60%;
	}
}