.header-ul li {
  margin: 36px 0px 0px 0px;
}

.looking-page-line {
  padding-bottom: 14px;
  border-bottom: yellow 8px solid;
}

/* ヘッダー下テキストの設定 */

.contents-header {
  width: 100%;
  height: 220px;
}

.header-txt h2 {
  color: #333333;
  font-weight: bold;
  font-size: 36px;
  margin: 0 auto;
  padding-top: 92px;
}

.contents-header {
  background-color: #FFFEF6;
  margin-bottom: 34px;
}

.header-title::after {
  content: 'CONTACT';
  font-size: 20px;
  color: #295525;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* iconの設定 */

.subtext {
  margin-top: 24.5px;
  margin-bottom: 0px;
}

/* コンタクトフォームの設定 */

.contact-form {
  max-width: 521px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin-top: 55px;
  color: #333;
  font-size: 20px;
}

.form-item {
  margin-top: 48px;
  font-weight: bold;
}

input[type="text"] {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 14px;
  font-size: 16px;
}

input[type="email"] {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 14px;
  font-size: 16px;
}


.radio-area {
  margin-top: 14px;
  margin-bottom: 66px;
  display: flex;
  flex-direction: column;
}

.radio-area label {
  width: 100%;
  margin-bottom: 14px;
}

.radio-area label:last-child {
  margin-bottom: 0px;
}

textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 6px 12px;
  margin-top: 14px;
  font-size: 16px;
}

.item-btn {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.item-btn input {
  max-width: 220px;
  width: 100%;
}

@media screen and (max-width:1080px) {
  /*　画面サイズが767px〜1080px（tablet）はここを読み込む　*/
  .about-txt-area {
    margin-top: 40px;
  }

  .sp {
    display: block;
  }

  .subtext p {
    line-height: 34px;
  }


}

@media screen and (max-width:767px) { 
  /*　画面サイズが375〜767px（smp）はここを読み込む　*/
  /* ヘッダー下テキストの設定 */

  .contents-header {
    width: 100%;
    height: 84px;
  }
  
  .header-txt h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #333333;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto;
    padding-top: 23.8px;
  }
  
  .contents-header {
    background-color: #FFFEF6;
  }
  
  .header-title::after {
    content: 'ABOUT';
    font-size: 12px;
    color: #295525;
    display: flex;
    justify-content: center;
    margin-top: 14px;
  }

  .contact-form {
    font-size: 18px;
  }

}

@media screen and (max-width:450px) { 
  /*　画面サイズが450px（smp）以下はここを読み込む　*/

}
  