@charset "UTF-8";
/*コンタクトフォームフロー*/
.contact_form_flow {
  display: flex;
  align-items: center;
  flex-flow: column;
  margin: 60px 0px;
  box-sizing: border-box
}
.contact_form_flow h2 {
  font-size: 24px;
  margin: 0 0 50px 0;
  font-weight: bold
}
.contact_form_flow h3 {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
  gap: 5px
}
.contact_form_flow h3 > span {
  background-color: #eee;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_form_flow h3 > span span {
  font-size: 11px;
  margin: 0 10px 0 0
}
.contact_form_flow h3 .Pageview {
  color: #fff;
  background-color: #666
}
@media screen and (max-width: 1000px) {
  .contact_form_flow h3 {
    font-size: 13px;
  }
  .contact_form_flow h3 > span {
    flex-flow: column
  }
  .contact_form_flow h3 > span span {
    font-size: 10px;
    margin: 0px
  }
}
/*コンタクトフォーム
--------------------------------------------------------------*/
/*コンタクトフォームヘッド*/
h2.contact_form_title {
  font-size: 18px;
  text-align: center;
  margin: 100px 0 20px 0
}
.contact_form .contact_form_block {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  flex-flow: wrap
}
.contact_form .contact_form_block h3 {
  display: block;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0
}
.contact_form .contact_form_block h4 {
  display: inline-block;
  margin: auto;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 5px 0;
  margin: 0 0 10px 0
}
.contact_form .contact_form_block p {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px 0
}
@media screen and (max-width: 700px) {
  h2.contact_form_title {
    font-size: 16px;
    text-align: center;
    margin: 40px 0 20px 0
  }
  .contact_form .contact_form_block h3 {
    ;
    font-size: 15px
  }
  .contact_form .contact_form_block h4 {
    ;
    font-size: 18px
  }
  .contact_form .contact_form_block p {
    ;
    font-size: 14px
  }
}
/*コンタクトフォームフット*/
.contact_form_fotter {
  margin: 30px 0 0 0;
  text-align: center
}
.contact_form_fotter p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
  color: #c30d23;
  text-align: center
}
/**/
.contact_form .form_checkbox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px
}
.contact_form .form_checkbox span {
  display: inline;
  text-align: left
}
@media screen and (max-width: 700px) {
  .contact_form_fotter p {
    font-size: 16px;
  }
  .contact_form .form_checkbox {
    display: grid;
    grid-template-columns: 1fr 1fr
  }
}
.contact_form {
  background-color: #fff;
  border: solid 1px #000000;
  padding: 50px 0 50px 0;
  margin: 0 0 50px 0
}
.contact_form form {
  margin: 0px;
  padding: 0px;
  /*  box-sizing: border-box*/
}
.contact_form table {
  max-width: 780px;
  margin: 0 auto;
  font-size: 15px;
  border-collapse: collapse;
  /*  box-sizing: border-box*/
}
.contact_form h3 {
  font-size: 15px;
  margin: 0 0 2em 0;
  font-weight: bold
}
.contact_form h4 {
  font-size: 15px;
  margin: 0 0 1em 0;
  font-weight: normal
}
.contact_form table th, .contact_form table td {
  padding: 15px 0 15px 0px;
  border-bottom: solid 1px #ccc;
  font-size: 15px;
  text-align: left
}
.contact_form table th {
width: 208px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  white-space:wrap;
  line-height: 1.5em;
  padding: 15px 3em 0 0
}
.contact_form table p {
  width: 100%;
  line-height: 1.5em;
  margin: 0 0 0.7em 0;
  padding-left: 1em;
  text-indent: -.7em;
}
/*入力欄*/
.contact_form table input[type="text"], .contact_form table input[type="tel"], .contact_form table input[type="email"], .contact_form table input[type="file"], .contact_form table select {
  height: auto;
  padding: 10px 10px 10px 10px;
  margin-right: 1em;
  font-weight: normal;
  color: #666;
  font-size: 15px;
  box-sizing: border-box
}
.contact_form table input[type="text"], .contact_form table input[type="tel"], .contact_form table input[type="email"] {
  width: 100%;
  box-sizing: border-box
}
.contact_form table textarea {
  width: 100%;
  height: 150px;
  padding: 10px 10px 10px 10px;
  margin-right: 1em;
  font-weight: normal;
  color: #666;
  font-size: 15px;
  box-sizing: border-box
}
.contact_form table select {
  height: 45px;
  border-radius: 5px;
  position: relative;
  background-color: #FFFFFF;
  border: solid 1px #767676;
}
.contact_form input[type="radio"] {
  margin: 0px 2px 10px 0;
}
.contact_form input[type="checkbox"] {
  margin: 0 5px 0 0;
}
.contact_form table input[type="file"] {
  padding: 3px 0px 5px 0px;
}
.contact_form table input[type="file"]::file-selector-button {
  font-weight: bold;
  color: #FFFFFF;
  background: #333;
  font-weight: normal;
  border: 0;
  border-radius: 15px;
  padding: 8px 16px;
  margin-right: 10px;
  text-align: center;
  font-size: 13px;
  cursor: pointer
}
.contact_form .file_name {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 5px 0;
  background-color: #FFFFFF;
  border: solid 1px #ccc;
  box-sizing: border-box
}
.contact_form table td span {
  display: inline-block;
  margin: 0 10px 0 0
}
.contact_form table ::placeholder {
  color: #B0B0B0;
  font-size: 14px;
}
/*「ラジオ」文字*/
.contact_form table .contact_form_radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: wrap;
  gap: 0px 20px;
  padding: 5px 0 0 0
}
/*「必須」文字*/
.contact_form_required {
  color: #c30d23;
  padding-left: .3em;
}
/*「注意」文字*/
.contact_form table .contact_form_attention {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em 0 0 0;
  text-align: left;
  word-break: break-all;
  padding-left: 1em;
  text-indent: -1em;
}
/*内容確認*/
.contact_form_check {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  font-size: 15px;
  box-sizing: border-box;
}
.contact_form_check span {
  text-align: center;
  margin: 0px 0px 10px 0px;
}
/*送信ボタン*/
.contact_form_submit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px
}
.contact_form_submit input {
  background-color: #333;
  border: 0;
  width: 250px;
  height: 60px;
  text-align: center;
  color: #eee;
  font-weight: normal;
  padding: 0px;
  border-radius: 30px;
  font-size: 15px;
  margin: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.contact_form_submit a {
  background-color: #333;
  border: 0;
  width: 250px;
  height: 60px;
  text-align: center;
  color: #eee;
  font-weight: normal;
  padding: 0px;
  border-radius: 30px;
  font-size: 15px;
  margin: 5px 10px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center
}
.contact_form_space {
  padding-top: 40px
}
/*入力エラー*/
.contact_form .contact_form_error {
  color: #FF0004;
}
.contact_form ul.contact_form_error {
  margin-bottom: 100px
}
@media screen and (max-width: 1000px) {
  .contact_form {
    padding: 50px 20px
  }
  .contact_form table th, .contact_form table td {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .contact_form table th {
    width: 100%;
    max-width: 100%;
    padding: 20px 0 5px 0px;
    box-sizing: border-box;
  }
  .contact_form table td {
    width: 100%;
    max-width: 100%;
    padding: 12px 0 10px 0px;
    box-sizing: border-box;
    border: none
  }
}
/* エントリー
-----------------------------------------------------------------------
-----------------------------------------------------------------------*/
.contact_form h3.questionnaire {
  display: block;
 width: 100%;
  font-size: 20px ;
line-height: 1.5em;
  text-align: center;
  margin-top: 80px;
white-space: normal
}
@media screen and (max-width: 1000px) {
.contact_form h3.questionnaire {
white-space: normal;
  font-size: 17px ;

}
}
	
	