  @charset "UTF-8";
/* CSS Document */
/* ======================================================
* style.css
* ------------------------------------------------------
* - Main
====================================================== */
/* ------------------------------------------------------
*  Main
------------------------------------------------------ */
section.sec-content {
    padding: 5px 0 40px 0;
}
h2.main-title {
  font-size: 2rem;
  line-height: 1.2;
  color: #00ada9;
  font-weight: 700;
  text-align: left !important;
}
#group-collaboration section#sec-list .box-content .img-box {
  margin-top: 30px;
}
#group-collaboration section#sec-list .box-content .img-box img {
  width: 100%;
}
#group-collaboration section#sec-list .box-content {
  max-width: 100%;
  margin-bottom: 20px;
}
#group-collaboration .box-text01 {
  margin-top: 20px;
  padding: 0 0px 0 0px;
  position: relative
}
#group-collaboration .box-text01 p{
  line-height: 1.7 !important;
  font-size: 1.2rem;
}
#group-collaboration .box-text01 p::before {
  /*
  content: '■';
  */
  font-size: 1.7rem;
  line-height: 1;
  color: #00ADA9;
  position: absolute;
  left:1%;
  top: 2px;
}

@media print, screen and (min-width: 768px) {
section.sec-content {
    padding: 45px 0 40px 0;
}
h2.main-title {
  font-size:3rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: left !important;
}
#group-collaboration section#sec-list .box-content {
  max-width: 1050px;
  margin: auto;
  margin-bottom: 100px;
  padding: 0 20px;
}
#group-collaboration .box-text01 {
  margin-top: 20px;
  padding: 0 0px 0 0px;
}
#group-collaboration section#sec-list .box-content .img-box {
  margin-top: 50px;
}
  #group-collaboration .box-text01 p{
  line-height: 2 !important;
  font-size: 1.6rem;
}
  #group-collaboration .box-text01 p::before {
  /*
  content: '■';
  */
  font-size: 2.2rem;
  line-height: 1.5;
  color: #00ADA9;
  position: absolute;
  left: -26px;
  top: 1px;
}
}
@media print, screen and (min-width: 500px) and (max-width: 767px) {
#group-collaboration .box-text01 p::before {
  left:-25px;
  top: 2px;
}
}
@media print, screen and (max-width: 768px) {
#group-collaboration section#sec-list h2 {
    width: 100%;
    margin: 0 0 20px 0!important;
}
}
/* ------------------------------------------------------
*  その他
------------------------------------------------------ */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-v { display: block !important; }
.sp-v { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc-v { display: none !important; }
.sp-v { display: block !important; }
}
