@charset "utf-8";
/* CSS Document */

.section-buy_imagefilter{
  width: 100%;
  height: 100%;
  /*background-color: rgba(0,0,0,0.3);*/
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-buy-message h2{
  text-align: center;
     margin: 0 auto;
    color: #fff;
    font-weight: 600;
     border-bottom: solid 1px #fff;
}

@media(min-width: 1140px){
.header{
  height: 160px;
}
.section-buy-message{
  max-width: 1140px;
  height: 570px;
  margin: 0 auto;
  background-image:url("../image/top_main2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
  .section-buy-message h2{
    font-size: 5rem;
    line-height: 7.5rem;
  }
}
@media(max-width: 1139px){
  .header{
  height: 90px;
}
.section-buy-message{
  width: 100%;
  height: 80vw;
  margin: 0 auto;
  background-image:url("../image/top_main2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
   .section-buy-message h2{
    font-size: 2rem;
    line-height: 3rem;
  }
}
.section-buy-message_contents{
  margin: 60px auto 100px;
  text-align: left;
  width: 80%;
}
.section-buy-message_contents p{
  margin: 0 auto 20px;
}
@media(min-width: 1140px){
  .section-buy-message_contents{
  max-width: 1140px;
  margin: 80px auto 100px;
      font-size: 2rem;
  line-height: 4rem;
}
  .section-buy-message_contents p{
    width: 60%;
  }
}

.button-line{
  margin-bottom: 60px;
}

/*section-buy*/
.section-buy {
  width: 90%;
  margin: 80px auto 60px auto;
}
.section-buy a{
  color: #353535;
}
.section-buy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 44px;
  margin-bottom: 20px;
}
.section-buy_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-buy h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-buy_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-buy_content {
  width: 100%;
  max-width: 353px;
  min-height: 425px;
  background-color: #fff;
  margin: 0 0 30px 0;
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.section-buy_content-image {
  width: 100%;
  max-width: 293px;
  height: 45vw;
  max-height: 200px;
  vertical-align: top;
}
.section-buy_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.section-buy_content h4 {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-buy_content .title {
  border-bottom: solid 4px #B2C5D4;
  padding-bottom: 5px;
}
.price-name {
  color: #020C9B;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price {
  font-size: 3.4rem;
}
.section-buy_content dl {
  display: flex;
  flex-wrap: wrap;
}
.section-buy_content dl dt {
  width: 30%;
}
.section-buy_content dl dd {
  width: 70%;
}
@media(min-width:1060px) {
  .section-buy {
    width: 100%;
    max-width: 1140px;
    margin: 80px auto 60px auto;
  }
  .section-buy h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
}
