@charset "utf-8";

/*=============
加工
==============*/
/*main*/
.title {
  max-width: 960px;
  width: 90%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 80px auto 0 auto;
}

.title h2 {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.title h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}

.title p {
  font-size: 20px;
  text-align: center;
  color: #FF0000;
  margin-top: 25px;
}

.item {
  display: flex;
  max-width: 960px;
  width: 80%;
  margin: 100px auto;
  justify-content: space-between;
}

.item h2 {
  background: #E6E6E6;
  padding: 30px;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}

.item_box {
  max-width: 47%;
}

.lead {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .title {
    margin-top: 50px;
  }

  .title h2 {
    font-size: 20px;
  }

  .item {
    display: block;
  }

  .item_box {
    max-width: 100%;
    margin-top: 100px;
  }

  .item_box img {
    width: 100%;
  }
}
