@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#sec1 .content-flow {
  width: 100%;
}
#sec1 .float {
  float: right;
  max-width: 40%;
}
#sec1 .float img {
  width: 400px;
  padding: 20px;
}
#sec1 .text p {
  line-height: 170%;
}
#sec1 .name {
  margin-top: 30px;
  font-weight: 600;
  font-size: 20px;
  text-align: right;
}

.blue_bg {
  background: linear-gradient(90deg, rgb(0, 105, 175) 0%, rgb(26, 104, 205) 70%, rgb(26, 141, 205) 100%);
  margin-top: 100px;
}

#sec2 {
  display: block;
}
#sec2 .block {
  width: 1000px;
}
#sec2 h2 {
  color: white;
}
#sec2 ul.sub-title li::before {
  color: white;
}
#sec2 h3 {
  line-height: 250%;
}
#sec2 h3 span {
  background: white;
  color: #0069af;
  padding: 10px 20px;
}
#sec2 p {
  color: white;
  line-height: 170%;
}
#sec2 .left {
  width: 50%;
}
#sec2 .right {
  width: 50%;
}
#sec2 .right img {
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}

#sec3 {
  display: block;
  margin-top: -50px;
  padding-bottom: 70px;
}
#sec3 h2 {
  color: white;
}
#sec3 ul.sub-title li::before {
  color: white;
}
#sec3 .policy-flex {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
#sec3 .policy-flex .flex {
  width: 225px;
  border-left: solid 1px white;
  border-right: solid 1px white;
  margin-bottom: 30px;
  margin-left: -1px; /* 左の重なりを解消 */
}
#sec3 .policy-flex .int {
  color: white;
  font-size: 30px;
  margin-bottom: 5px;
}
#sec3 .policy-flex .title {
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
}
#sec3 .policy-flex p {
  color: white;
  margin-bottom: 5px;
  line-height: 170%;
}
#sec3 .block {
  width: 900px;
}

#sec4 .buying {
  margin: 70px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-weight: 600;
  max-width: 90%;
}
#sec4 .buying li {
  list-style: "● ";
  margin-bottom: 30px;
  font-size: 20px;
}

#sec5 .insurance {
  margin: 70px auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  font-weight: 600;
  margin-bottom: 100px;
}
#sec5 .insurance li {
  list-style: "● ";
  margin-bottom: 30px;
  font-size: 20px;
}

@media screen and (max-width: 1150px) {
  #sec1 .float img {
    width: 300px;
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  #sec2 h3 {
    font-size: 23px;
    line-height: 270%;
  }
}
@media screen and (max-width: 700px) {
  #sec1 .float img {
    width: 200px;
    padding: 20px;
  }
  #sec1 .name {
    font-size: 18px;
  }
  #sec2 .content-flex {
    flex-direction: column;
  }
  #sec2 .left {
    width: 100%;
  }
  #sec2 .right {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  #sec4 .buying {
    gap: 20px;
    margin: 50px auto;
  }
  #sec4 .buying li {
    font-size: 16px;
  }
  #sec5 .insurance {
    margin: 50px auto;
  }
  #sec5 .insurance li {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .content-flow {
    display: flex;
    flex-direction: column-reverse;
  }
  #sec1 .float img {
    width: 100%;
    padding: 20px 0;
  }
  #sec1 .float {
    float: none;
    max-width: 100%;
  }
}/*# sourceMappingURL=message.css.map */