@charset "UTF-8";

body{
    font-family:
        "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 16px;
    border-top: 23px solid #79a1b1;
}
a{
    text-decoration: none;
    color: black;
}
.logo{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
.kakunin{
  font-size: 24px;
}
.logo img{
    display: inline-block;
}
.header{
    width: 1200px;
    margin: 0 auto;}
.header ul{
    display: flex;
}
.header ul li{
    width: 240px;
    text-align: center;
    border-right: 1px solid #ddd;
    background-color: #fff;
    transition: background-color 0.5s ease;
}
.header ul li:hover{
    background-color: #fdae5e;
}
.header ul li a{
    display: block;
}
.header ul li:first-child{
    border-left: 1px solid #ddd;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
h1{
    margin-top: 20px;
}
dl{
    background:#eee;
    padding:10px;
    width:1200px;
    border: 1px solid #333;
    margin-bottom: 20px;
}
dt{
    color:navy;
    font-weight:bold;
    padding:0 10px 0 0;
    width:120px;
    float:left;
    margin-bottom:7px;
    border-right: 1px solid #333;
    margin-right: 20px;
}
dd{
    color:#333;
    margin-bottom:7px;
}
dl::after {
      content: '';
      display: block;
      clear: both;
}
.section-title{
    margin-top: 40px;
}
.inputform
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.button{
    margin-top: 40px;
    text-align: center;
    background-color: #a4f5a2;
    border: 1px solid #ddd;
}
.footer{
    margin-top: 40px;
    text-align: center;
    background-color: #79a1b1;
    color: #fff;
}
.kuhan{
    font-size: 24px;
}
.Form {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
  }
  @media screen and (max-width: 480px) {
    .Form {
      margin-top: 40px;
    }
  }
  .Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 22px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
  }
  .Form-Item:nth-child(7) {
    border-bottom: 1px solid #ddd;
  }
  .Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label {
        max-width: inherit;
        display: flex;
        align-items: center;
        font-size: 15px;
    }
  }
  .Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
  }
  .Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #5bc8ac;
    color: #fff;
    font-size: 14px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }
  }
  .Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 16px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
  }
  @media screen and (max-width: 480px) {
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }
  }
  .Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #5bc8ac;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: background-color 0.5s ease;
}
.Form-Btn:hover{
    background-color: #fdae5e;
}
@media screen and (max-width: 480px) {
    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }
}
.kakunin{
  text-align: center;
  font-size: 20px;
  margin-top: 80px;
}
.speech-list{
  display: flex;
  justify-content: space-between;
}
.speech-list>p{
  width: 49%;
  background-color: #fff;
}
.speech1{
  font-size: 20px;
  color: #000;
  margin-bottom: 50px;
}
.speech-space{
  border-top: 23px solid #a4f5a2;
}
.sec_message{
  margin-top: 50px;
}
.lead{
  font-size: 1.5em;/* フォントサイズ */
  font-weight: bold;/* フォント太さ */
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 2em;
  position: relative;
  margin: 3em 0 2em;
  color:#1e7aca;/* フォント色 */
}
  
.lead::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, #1e7aca 0%,rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: 0;
}