@charset "UTF-8";
.main-area img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.main-area .top.pconly {
  width: 100%;
  max-width: 1440px;
  background-image: url(../img/howtochosering@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: auto;
  padding-bottom: 24.445%;
  position: relative;
}
.main-area .top_inner {
  max-width: 600px;
  padding: 2rem;
}
.main-area .top_content {
  width: 50%;
  padding-left: 5%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.main-area .top .main_title,
.main-area .top .sub_title {
  margin-bottom: 1.6rem;
}

.main-area .content {
  width: 100%;
  max-width: 129.6rem;
  margin: auto;
  padding-top: 10rem;
}

/* autoprefixer grid: autoplace */
.main-area {
  color: #444;
}
.main-area .top .main_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.main-area .top .sub_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.main-area .top .title_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 767px){
  .sponly {
    display: block;
  }

  .pconly {
    display: none !important;
  }
  .main-area .top .main_title {
    margin-bottom: 0.8rem;
  }
  .main-area .top_text_wrap {
    padding: 2rem 2rem 0;
  }
  .main-area .top .sub_title {
    color: #444;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  .main-area .top .main_title {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px){
  .sponly {
    display: none !important;
  }

  .pconly {
    display: block;
  }
}
