@charset "UTF-8";
/*=======================================
初鑑賞の方へ
=========================================*/
.p-beginner__lead {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #CDD2DC;
}
.p-beginner__lead .box1 {
  width: 64.5454%;
}
.p-beginner__lead .box1 .t {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Zen Maru Gothic", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  line-height: 1.44;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-beginner__lead .img1 {
  width: 31.8181%;
  margin-top: 11px;
}
.p-beginner__info {
  margin-bottom: 80px;
}
.p-beginner__info .block1 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}
.p-beginner__info .block1:last-child {
  margin-bottom: 0;
}
.p-beginner__info .img1 {
  width: 27.2727%;
}
.p-beginner__info .img1 img {
  width: 100%;
}
.p-beginner__info .box1 {
  width: 70%;
}
.p-beginner__info .box1 .t {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #28AA8D;
}
.p-beginner__info .box1 p em {
  color: #28AA8D;
  font-weight: 400;
}
.p-beginner__bring {
  margin-bottom: 55px;
}
.p-beginner__bring:last-child {
  margin-bottom: 0;
}
.p-beginner__bring .title {
  margin-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  border-left: 5px solid #28AA8D;
  margin-bottom: 20px;
  color: #8B8B8B;
  padding-left: 10px;
  font-weight: 500;
}
.p-beginner__bring li {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-beginner__bring li:last-child {
  margin-bottom: 0;
}
.p-beginner__bring .icon {
  width: 70px;
}
.p-beginner__bring .txt {
  width: calc(100% - 88px);
  margin-left: 18px;
}
.p-beginner__bring .txt .t {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #28AA8D;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-beginner__lead {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .p-beginner__lead .box1 {
    width: auto;
    margin-bottom: 10px;
  }
  .p-beginner__lead .box1 .t {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-beginner__lead .img1 {
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .p-beginner__info .block1 {
    display: block;
    margin-bottom: 40px;
  }
  .p-beginner__info .box1 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-beginner__info .img1 {
    width: auto;
  }
  .p-beginner__bring .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
    border-left-width: 3px;
    padding-left: 8px;
  }
  .p-beginner__bring li {
    padding: 15px 12px;
    border-radius: 15px;
  }
  .p-beginner__bring .icon {
    width: 50px;
  }
  .p-beginner__bring .txt {
    width: calc(100% - 65px);
    margin-left: 15px;
  }
  .p-beginner__bring .txt .t {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .p-beginner__bring .txt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-beginner__bring .txt p br {
    display: none;
  }
}
