@charset "UTF-8";
/* 共通追加コンテンツ */
.content-about{
  width: 980px;
  margin: 2.8rem auto 0px;
  }
  .content-about .box .image {
    width: 800px;
    margin: 0px auto;
  }
  .content-about .box .image img{
     width: 100%;
     height: auto;
  }
  .content-about .box .image .logo{
    width: 320px;
    margin: 0px auto;
  }
  .content-about .text{
    text-align: center;
    width: 980px;
    margin: 0px auto;
  }
  .content-about .text h2 {
    font-size: 3.4rem;
  }
  .content-about .text p {
  }
  .about-funcicons{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 2.8rem;
  }
    .about-funcicons .box {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: center;
      width: 20%;
      margin-bottom: 4.2rem;
    }
      .about-funcicons .box .image{
        max-width: 58%;
        border: 4px solid #e7e7e7;
        border-radius: 14px;
        margin-bottom: 1.4rem;
      }
        .about-funcicons .box .image img{
          width: 100%;
        }
      .funcicon-head{
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e7e7e7;
        color: #111;
        height: 42px;
        box-sizing: border-box;
        padding: 1.4rem 2.0rem;
        border-radius: 9999px;
        font-weight: bold;
        margin: 0px auto;
        font-size: 1.6rem;
      }
      .about-funcicons .funcicon-head{
        width: fit-content;
      }

@media screen and (max-width:980px){
/*  共通追加コンテンツ */
.content-about{
  width: 88%;
  }
  .content-about .box {
  }
  .content-about .box .image {
    width: 100%;	
    border-radius: 10px;
  }
  .content-about .box .image .logo{
    width: 38%;
  }
  .content-about .text{
    width: 100%;
  }
.about-funcicons .box {
  width: 16%;
  margin: 0px 2% 2.8rem;
}
.about-funcicons .box .image{
  width: 80%;
}
.content-about .funcicon-head{
  height: 35px;
  padding: 1.4rem 2.0rem;
  font-size: 1.4rem;
  padding: 1.4rem 1.4rem;
}
}
@media screen and (max-width:860px){
.about-funcicons .box {
  width: 22%;
  margin: 0px 1% 2.8rem;
}
}
@media screen and (max-width:768px){
.content-about .text h2 {
  font-size: 2.4rem;
}
  .content-about .box .image .logo{
    width: 62%;
  }
.about-funcicons .box {
  width: 23%;
  margin: 0px 1% 2.8rem;
}
/* 既存追加 */
.point_content02 {
  margin-top: 40px;
}
.point_content02_img{
  width: 80%;
}
}
@media screen and (max-width:600px){
.about-funcicons .box {
  width: 30%;
  margin: 0px 1.65% 2.8rem;
}
}
@media screen and (max-width:520px){
.content-about .about-funcicons .box {
  width: 46%;
  margin: 0px 2% 2.8rem;
}
.about-funcicons .box .image{
  max-width: 68%;
  width: 68%;
  border-radius: 14px;
}
.content-about .funcicon-head{
  height: 28px;
  font-size: 1.28rem;
  padding: 1.4rem 1.4rem;
}
}