@charset "utf-8";

.required::after{
	margin-left:5px;
	color:#f00;
	content:"※"
}

/******************* ヘッダー *******************/
header{
	margin-top:150px;
	padding:50px 10px;
	background:#f2f8f8;
	text-align:center;
}

header h3{
	font-weight:900;
}


/******************* 各セクション *******************/
#sec01{
	width:90%;
	max-width:1000px;
	margin:10px auto 0;
}

#sec01 .detail{
	margin-bottom:100px;
}

#cf7-area {
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
}

.form-heading {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}

.cf7-item {
  display: flex;
  align-items: flex-start;
justify-content: flex-start;
margin: 0 0 1.75em;
}

.cf7-q {
  width: 30%;
  font-weight: bold;
  margin-bottom: 5px;
}

.cf7-a {
  width: 70%;
}

.cf7-req {
  color: #d00;
  font-size: 0.9em;
  margin-left: 5px;
}

.cf7-accept-check {
  margin: 20px 0 0 0;
  text-align: center;
}

.cf7-submit {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
}

.cf7-submit input[type="submit"] {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: #EF5B5B;
    font-size: var(--sm-font-size-18px);
    font-weight: 900;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    transition: .3s;

}

.cf7-a input[type="text"],
.cf7-a input[type="email"],
.cf7-a input[type="tel"],
.cf7-a textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 1em;
}

.cf7-a textarea {
  min-height: 120px;
  border-radius: 20px;
}

.cf7-a .wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}

.tips {
  font-size: 0.9em;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}
.tips a {
    border-bottom: dashed 1px #41a664;
}
.wpcf7 form .wpcf7-response-output
{
  max-width: 600px;
  text-align: center;
  margin: 30px auto;
}
@media (max-width:767px){
.cf7-item{
		width:100%;
        flex-direction: column;
    row-gap: 15px;
	}

	.cf7-item label{
		font-size:1.1em;
		font-weight:900;
    width: 100%;
	}
  .cf7-q,
.cf7-a {
  width: 100%;
 }
	#sec02 .table div.button button::after{
		margin-left:5px;
		font-size:1.75em;
		font-weight:900;
		line-height:1;
		position:absolute;
		left:unset;
		content:"・";
	}
  #sec02 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
}