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

#com-about #main p {
	display: block;
	margin-bottom: 25px;
}

.about-com-about__txt-b {
	font-weight: 600;
}
.about-com-about__sec {
	margin: 20px 0 30px;
}
.about-com-about__sec address {
	font-style: normal;
	margin-bottom: 40px;
}

.about-com-about__sec table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.about-com-about__sec table th,
.about-com-about__sec table td {
	display: block;
	width: 100%;
	padding: 12px 15px;
	border: #ccc 1px solid;
	border-top: none;
}
.about-com-about__sec table tr:first-child {
	border-top: #ccc 1px solid;
}
.about-com-about__sec table th {
	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;
}