
/*----------------------------
  index
----------------------------*/

.whatsnew_section {
  margin-top: 3rem;
}

.top_subtitle {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f08300;
}

.top_subtitle::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: sub;
  margin-right: 4px;
}

.featureArea .article_content {
  margin-bottom: 2rem;
}

.featureArea .flex img {
  align-self: start;
}

.number_title_01::before {
  background-image: url('/images/body/pages/index/no_1.png');
}

.number_title_02::before {
  background-image: url('/images/body/pages/index/no_2.png');
}

.number_title_03::before {
  background-image: url('/images/body/pages/index/no_3.png');
}

.top_profile {
  background-color: #fff;
  padding: 3rem 2rem 2rem;
  margin-top: 2rem;
  position: relative;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}

.top_profile_note:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-width: 0 30px 30px 0;
  border-style: solid;
  width: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.top_profile_note:before {
  border-color: #fdf3cc #fdf3cc #e8ddbd #e8ddbd;
}

.top_profile_tape {
  position: absolute;
  top: -13px;
  left: 40%;
  rotate: -3deg;
  content: "";
  height: 25px;
  width: 100px;
  background-color: rgba(0, 0, 0, 0.2);
}

.top_profile_img {
  display: block;
  margin: 0 auto;
}

.top_profile_ownername {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding-top: 1rem;
}

.top_profile_header {
  background-color: #f08300;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
  padding: 0rem 3rem;
  display: inline-block;
}

.top_profile_table {

}

.top_profile_table th {
  width: 25%;
  vertical-align: top;
}

.top_profile_table td {

}

.top_profile_link {
  background-color: #f08300;
  padding: 0.5rem 3rem;
  text-decoration: none;
  color: #fff;
  margin-top: 1rem;
  display: block;
  text-align: center;
}


.sns_section {
  padding: 0rem 0rem 2rem;
  text-align: center;
}

.insta_section {
  padding-bottom: 3rem;
}


@media screen and (min-width: 768px) {
  .sns_section {
    padding: 0rem 3rem 0rem;
  }

  .top_subtitle {
    font-size: 2rem;
    line-height: 5rem;
    white-space: nowrap;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #ffeb81 50%, rgba(0,0,0,0) 100%)
  }
}

@media screen and (min-width: 920px) {}
