@charset "utf-8";

/* ------------------------------------
お問い合わせ
------------------------------------ */

#content_Wrap{ margin-top: 100px;}

/*===== メインビジュアル =====*/
.main_Wrap{
  position: relative;
  width: 100%;
  background: url(../img/main.jpg) center center no-repeat;
  background-size: contain;
  padding-top: 31.666666666666664%;
}
.main_Wrap .main_ttl{
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: #fff;
}
.main_Wrap .main_ttl h2{
  font-size: 40px;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

/*===== パンくずリスト =====*/
.breadcrumbs{
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}
.breadcrumbs ul li{
  position: relative;
  font-size: 12px;
  color: #707070;
}
.breadcrumbs ul li::after{
  position: absolute;
  content: "/";
  font-size: 12px;
  top: 0;
  right: -0.8em;
}
.breadcrumbs ul li:not(:first-child){ padding-left: 1em;}
.breadcrumbs ul li a{
  text-decoration: underline;
  color: #707070;
}
.breadcrumbs ul li a:hover{ text-decoration: none;}

/*===== お問い合わせ =====*/
.contact_Wrap{
  width: 90%;
  max-width: 1000px;
  margin: 90px auto ;
}



/*フォームエラーメッセージ*/
.error p.error {/*エラーメッセージ*/
    font-size: 12px;
    color: #BD181B;
    display:block;/*非表示*/
}
.error div.error {/*エラーメッセージ*/
    font-size: 12px;
    color: #BD181B;
    text-align: center;
    width: 100%;
    padding: 20px;
    margin: 30px auto 0;
    border: 1px solid #BD181B;
    display:block;/*非表示*/
}
p.error {/*エラーメッセージ*/
    font-size: 12px;
    color: #BD181B;
    display: none;/*非表示*/
}
div.error {/*エラーメッセージ*/
    font-size: 12px;
    color: #BD181B;
    text-align: center;
    width: 100%;
    padding: 20px 20px 10px;
    margin: 30px auto 0;
    border: 1px solid #BD181B;
    display: none;/*非表示*/
}
div.error span {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
width: 100%;
margin-bottom: 10px;
}

/*お問い合わせフォーム一覧*/
.formlist_wrap {
width: 1000px;
max-width: 100%;
margin: 0 auto;
}
.formlist_wrap .menu_List{
  flex-wrap: wrap;
  justify-content: space-between;
}
.formlist_wrap .menu_List a{
  display: block;
  width: 48%;
  margin-bottom: 80px;
  transition: 0.3s;
}
.formlist_wrap .menu_List a:hover{ opacity: 0.7;}
.formlist_wrap .menu_List a h3{
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 20px;
}
.formlist_wrap .menu_List a .txt{
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}


/*お問い合わせフォーム*/
.form_wrap {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.form_wrap h3 {
margin-top: 50px;
font-weight: bold;
font-size: 20px;
color: #22B073;
}
.form_wrap p {
line-height: 1.7;
}
.form_wrap p a {
font-size: 14px;
text-decoration: underline;
transition: 0.3s;
}
.form_wrap p a:hover {
text-decoration: none;
}
table.mailform {
    width: 100%;
    margin: 15px auto 40px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
table.mailform tbody {}
table.mailform tbody tr {}
table.mailform tbody tr th {
    width: 30%;
    padding: 20px 0 20px 2%;
    vertical-align: middle;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
table.mailform tbody tr th span.req {
    background: #BD181B;
    color: #fff;
    padding: 2px 8px 3px;
    font-size: 12px;
    font-weight: normal;
    float: right;
}
span.req {
    background: #BD181B;
    color: #fff;
    padding: 2px 8px 3px;
    font-size: 14px;
    font-weight: normal;
}
table.mailform tbody tr td {
    font-weight: 16px;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px 30px;
	line-height: 1.7;
}
table.mailform tbody tr td p {
line-height: 1.7;
font-size: 14px;
}
table.mailform tbody tr:last-child th ,
table.mailform tbody tr:last-child td {
    border-bottom: none;
}
table.mailform tbody tr td label {
margin-right: 10px;
}
table.mailform tbody tr td span {
display: inline-block;
}
table.mailform tbody tr td input ,
table.mailform tbody tr td textarea {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    padding: 3px;
    margin: 5px 0;
}
table.mailform tbody tr td .note {
    font-size: 12px;
}
table.mailform tbody tr td textarea {
    width: 400px;
    max-width: 100%;
    height: 150px;
}
table.mailform.recaptcha tbody tr th {
    width: auto;
}
table.mailform.recaptcha tbody tr th img {
    width: auto;
}




.form_wrap .submit {
    width: 100%;
    text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.form_wrap .submit button {
    font-size: 16px;
    width: 250px;
    margin: 0 10px;
	font-weight: bold;
    padding: 15px 0;
    background: #cecece;
	border: none;
	border-radius: 50px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
	display: block;
}
.form_wrap .submit button.next_ok {
    font-size: 16px;
    width: 250px;
    margin: 0 10px;
	font-weight: bold;
    padding: 15px 0;
    background: #22B073;
	border: none;
	border-radius: 50px;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
.form_wrap .submit button.next_ok:hover {
    background: #21ce84;
}

.contactChoice_box {
width:100%;
padding: 15px;
margin: 20px auto;
border: 1px solid #ddd;
}
.contactChoice_box h4 {
font-size: 14px;
margin-bottom: 10px;
font-weight: bold;
}
.contactChoice_box label {
font-size: 14px;
}
.contactChoice_box { display: none;}
.contactChoice_box.box_active { display: block;}

.robot_num span {
padding: 10px 20px;
font-size: 30px;
background: #ddd;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}


/*サンクスページ*/
.form_wrap.thanks {
    padding: 0px 0 50px;
}
.form_wrap.thanks h3 {
    margin: 0 auto 30px;
    line-height: 1.8;
    border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
}


.progressbar {
width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.progressbar .item {
    position: relative;
    width: 50%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
	border: 1px solid #22B073;
    color: #22B073;
	font-weight: bold;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 25px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #22B073;
}

@media screen and (max-width: 768px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 18px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #22B073;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #22B073;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
/*============================
Tab
============================*/
@media only screen and (max-width: 1024px) {

}


/*============================
sp
============================*/
@media only screen and (max-width: 768px) {

  /*===== メインビジュアル =====*/
  .main_Wrap {
    background-size: cover;
    padding-top: 60%;
  }
  .main_Wrap .main_ttl{ bottom: 5%;}
  .main_Wrap .main_ttl h2{ font-size: 24px;}

  /*===== お問い合わせ一覧 =====*/
  
  .formlist_wrap{ margin: 40px auto 60px;}
  .formlist_wrap .menu_List a{
    width: 100%;
    margin-bottom: 50px;
  }
  .formlist_wrap .menu_List a:last-child{ margin-bottom: 0;}
  .formlist_wrap .menu_List a h3 { font-size: 20px;}
  
  /*===== お問い合わせ =====*/
  .contact_Wrap{
    width: 90%;
    margin: 40px auto 90px;
  }
  
  .error div.error {
  padding: 10px;
  text-align: left;
  }
  
  
  
  
    table.mailform tbody tr th {
        width: 100%;
        display: block;
        padding: 10px 2% 0px 0;
		border-bottom: none;
    }
    table.mailform tbody tr td {
        width: 100%;
        padding: 5px 0 15px 0px;
        float: left;
    }
    table.mailform tbody tr td textarea {
        width: 100%;
    }
    table.mailform tbody tr td label {
        padding-right: 18px;
    }
	
	.robot_num span {
	margin: 10px 0;
	}
	
	



    table.mailform tbody tr td input[type=text], table.mailform tbody tr td textarea {
	width: 100%;
	}
	
	.form_wrap .submit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .form_wrap .submit button {
        margin-bottom: 20px;
    }

  
}