.mv-background {
  background: url("../img//company.JPG");
  width: 100%;
  height: 470px;
  background-position: center;
  background-size: cover;
}

.container{
  padding: 0px;
}

main {
  background: url("../img//contact_bg.png");
  background-size: cover;
  padding-bottom:20px;
}

.top-message {
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left:25px;
  padding-right:25px;
  text-align:center;
}

.form-area {
  width:90%;
  max-width:640px;
  margin:0 auto;
 padding-bottom:100px;
}

.wpcf7-list-item {
  display: block;
  margin-top: 5px; /* 必要に応じてラジオボタン間の余白を調整 */
}
.wpcf7-list-item:last-child {
  margin-bottom: 30px;
}
.wpcf7-text {
  margin-bottom:30px;	
}

.input-title {
  font-size:1.8rem;
  font-weight:500;
  margin-bottom:8px;
}
input[type=submit]{
    background-color:var(--main-color);
	border: none;
    color: var(--white-color);
	font-weight:bold;
	font-size:1.8rem;
	margin-top: 35px;
}
input[type=submit]:hover{
 background-color:var(--red-orange-color);
}
.tag-required{
  background-color: var(--main-color);
  color: var(--white-color);
  font-size:1.5rem;
  padding: 1px 10px; /* 上下左右の余白 */
  border-radius: 5px; /* 角を丸くする */
  margin-left:10px;
  margin-right:10px;
}