@charset "UTF-8";


#contact-form {
	padding-top: 5em;
   	clear: both;
	width:100%;
	margin:0 auto;
}
.contact-list {
	width:70%;
	margin:0 auto;
	
}
.git {
	float:left;
}
.attention {
	
	float:right;
	padding-top:20px;
}
 .daimei {
	position:relative;
	width:100%;
}	
.kome {
	color:red;
	margin-rignt:1em;
}
#contact-form form {
	clear:both;
}
input[type="email"],input[type="tel"]{
	height:50px;
}
.grey {
	background:#f2f3f7;
	border: 1px solid #f0f0f0;
	font-size:16px;
	font-weight:300;
	width:100%;
	display:block;	
	position: relative;
	padding: 10px 20px;
	color:#555;
   
}

.submitbtn {
	background:#e04545;
	border-color:#e04545;
	color:#fff;
	font-size: 15px;
  	font-weight: 600;
	border-radius:30px;
	transition: 0.5s;
 	padding: 18px 36px;
	border:1px solid #e04545;
}
input.sub-btn-hp:hover {
    background: #dc2f2f;
}
.submitbtn:hover {
	opacity:0.8;
}

@media(max-width:768px) {
	h1,h2 {
		text-align:center;
	}
	
	.grey {
		width:100%;
	}
.col-sm-12 {
    width: 100%;
}
.contact-list {
    width: 100%;
}
.sns-total {
        font-size: 16px;
        margin-top: 82px;
    }

}
#links_t {
  text-align: center;
}

.sns-total {
  display: inline-block;
@width:fit-content;
  margin: 0 auto 30px;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #e60012, #111);
  border-radius: 50px;
  letter-spacing: 0.05em;
}
.sns-total .num {
  font-size: 26px;
  margin: 0 5px;
}

.bg-w{background:#fff;}

.feature-images{display:flex; gap:30px; justify-content:center; margin-bottom:20px;}

.feature-images img{width:100%; max-width:320px; aspect-ratio:4/3: object-fit:cover; border-radius:5px;}

