@charset "utf-8";
/* CSS Document */

/* ------------------------------- */
/* Common
/* ------------------------------- */

h2 {
 margin: 60px 0 20px;
 padding-bottom: 10px;
 font-size: 1.8rem;
 font-weight: bold;
 border-bottom: 2px solid #DD3924;
}

@media (max-width: 767px) {
 h2 {
  font-size: 1.4rem;
  padding-bottom: 5px;
 }
}


/* ------------------------------- */
/* News
/* ------------------------------- */

#news dl {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 8px;
 padding-bottom: 8px;
 font-size: 1.1rem;
 border-bottom: 1px dashed #9f9f9f;
}

#news dl dt {
 width: 150px;
 font-weight: normal;
}

#news dl .category {
 width: 100px;
}

#news dl .category span {
 padding: 2px 5px;
 font-size: 0.9rem;
 border: 1px solid #9f9f9f;
 border-radius: 5px;
}


/* ------------------------------- */
/* Business
/* ------------------------------- */

#business .box {
 margin-bottom: 30px;
 padding: 30px 40px;
 border: 2px solid #dfdfdf;
 border-radius: 40px;
}

#business h3 {
 display: inline-flex;
 align-items: center;
 margin: 20px 0 30px;
 padding: 0 15px 10px;
 font-size: 1.5rem;
 font-weight: bold;
 letter-spacing: 1.6px;
}

#business h3 img {
 margin-right: 8px;
}

#business p {
 font-size: 1.3rem;
 line-height: 1.6;
}

#business a {
 display: inline-block;
 margin-top: 20px;
 padding: 10px 25px;
 color: #FFF;
 font-weight: bold;
 text-decoration: none;
 border-radius: 8px;
}

/* Comipa */

#business .box.comipa h3 {
 border-bottom: 2px dashed #43b149;
}

#business .box.comipa a {
 background-color: #43b149;
}

/* Sumai */

#business .box.sumai h3 {
 border-bottom: 2px dashed #008ccf;
}

#business .box.sumai a {
 background-color: #008ccf;
}

/* Blog */

#business .box.blog h3 {
 border-bottom: 2px dashed #f49e1b;
}

#business .box.blog a {
 background-color: #f49e1b;
}

/* Create */

#business .box.works h3 {
 border-bottom: 2px dashed #9070af;
}

#business .box.works a {
 background-color: #9070af;
}

/* Event */

#business .box.event h3 {
 border-bottom: 2px dashed #ee7948;
}

#business .box.event a {
 background-color: #ee7948;
}

@media (max-width: 991px) {
 #business p {
  font-size: 1.2rem;
 }

 #business h3 {
  margin: 20px 0 20px;
 }

 #business h3 img {
  margin-right: 5px;
  height: 30px;
 }
}

@media (max-width: 767px) {
 #business .box {
  padding: 30px 20px;
  border-radius: 20px;
 }

 #business h3 {
  padding: 0 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 1px;
 }

 #business h3 img {
  margin-right: 5px;
  height: 25px;
 }

 #business p {
  font-size: 1rem;
 }
}