@charset "utf-8";
/* CSS Document */

.about-contact__txt {
	margin-bottom: 25px;
}
.about-contact__txt02 {
	margin-bottom: 15px;
}
.about-contact__txt03 {
	display: block;
	margin: 10px 0 0;
	font-size: 0.8rem;
}

.about-contact__txt-fl {
  font-size: 18px;
}

.about-contact__select {
	width: 40%;
}

#com-contact #main a,
#com-contact-confirm #main a,
#com-contact-complete #main a {
	text-decoration: none;
}
#com-contact #main b,
#com-contact-confirm #main b,
#com-contact-complete #main p b {
	font-weight: normal;
}

button.about-post__btn {
	background-color: #fff;
	color: #78502f;
	font-weight: 600;
	padding: 4px 10px;
	border: #78502f 2px solid;
	border-radius: 5px;
}
.about-contact__btn {
	padding: 14px 0;
	width: 300px;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	background-color: #f07a1a;
	background: linear-gradient(#f26c00, #f07a1a);
	border-color: #dd6709;
	color: #fff;
	margin-bottom: 25px;
}
a.about-contact__btn {
	display: block;
	margin: auto auto 25px;
	text-align: center;
}
#com-contact a.about-contact__btn {
	display: block;
	margin: auto auto 45px 0;
	text-align: center;
}
.about-contact__btn-reset {
	display: block;
	padding: 10px 0 10px;
	width: 220px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	border-style: solid;
	border-width: 2px;
	background-color: #fff;
	background: linear-gradient(#fff, #ccc);
	border-color: #bbb;
	color: #000;
	margin: auto auto 25px;
}
.about-contact__red {
    color: #d31111;
}
.about-contact__red-b {
	display: block;
  color: #d31111;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-contact__dial {
  font-size: 1.8rem;
	font-weight: 600;
}
.about-contact__free-dial {
  font-size: 1.8rem;
	font-weight: 600;
}
.about-contact__free-dial img {
  height: 0.8em;
	margin-right: 5px;
}

.about-contact__sec {
	margin: 20px 0 30px;
}
.about-contact_mar-b {
	margin-bottom: 10px;
}
.about-contact__center {
	margin: 30px 0;
	text-align: center;
}

.about-contact__submit {
	padding: 30px 0 20px;
	text-align: center;
}

.about-contact__sec table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.about-contact__sec table th,
.about-contact__sec table td {
	padding: 12px 15px;
	border: #ccc 1px solid;
}
.about-contact__sec table th {
	width: 30%!important;
	font-weight: normal;
	background-color: #ddd;
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #ddd 25%, #ddd 50%,
    #fff 50%, #fff 75%,
    #ddd 75%, #ddd
	);
	background-size: 3px 3px;
}
#about-contact__contents .contact-notice {
	display:flex;
	align-items:center;
	gap:8px;
	background:#fff8e1;
	border-left:6px solid #ff9800;
	padding:12px;
	border-radius:6px;
	margin:10px 0;
}
#about-contact__contents .contact-notice span{
	font-size:20px;
	color:#ff9800;
}
