@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/

.about-list .box:nth-child(4) h3::before {
    font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    content: "POINT4";
    color: rgb(255, 255, 255);
    padding: 2px 15px;
    border-radius: 5px;
    background: rgb(123, 7, 11);
}


.index-03 .inner {
    display: block;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-sns {
    width: calc(100% / 1 - 2%);
    margin-top: 30px;
}



.h3_wrapp h3 {
  position: relative;
  padding: 0.1em 0.5em;
  background: -webkit-linear-gradient(to right, rgb(199, 161, 90), transparent);
  background: linear-gradient(to right, rgb(199, 161, 90), transparent);
  color: #fff;
  font-size: 18px;
}


.insta_wrapp{
  overflow-y: scroll;
  height: 670px;
}



/*----------------------------------------------------------------------------cs*/
@media screen and (max-width: 834px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/
}
@media screen and (max-width: 640px){
/*----------------------------------------------------------------------------制作*/
/*----------------------------------------------------------------------------ディレクター*/
/*----------------------------------------------------------------------------cs*/

section div.form_wrap dl {
    display: block;
}



.index-insta .sns_list > div {
    width: calc(100% / 1);
    padding: 5px;
}


.insta_wrapp{
  overflow-y: scroll;
  height: 320px;
}


}