.item-info {
  color: #1c3c8e !important;
}

.item-info:after {
  -webkit-transform: scaleX(1) !important;
  -ms-transform: scaleX(1) !important;
  transform: scaleX(1) !important;
}

.item-group {
  color: #1c3c8e !important;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.item-info-ft {
  text-decoration: underline;
}

/*====================================
group
=====================================*/
.group_box01 p {
  font-size: 1.6rem;
  line-height: 2.25;
  color: #3e3e3e;
}

.group_box02 {
  margin-top: 60px;
}

.group_box02 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.group_box02 ul li:last-child {
  margin-bottom: 0;
}

.group_list_img {
  width: 33%;
}

.group_list_txt {
  width: calc(67% - 20px);
  padding-left: 20px;
}

.group_list_txt a {
  font-size: 2.2rem;
  color: #3e3e3e;
  text-decoration: underline;
  line-height: 1.64;
  margin-bottom: 15px;
  display: inline-block;
}

.group_list_txt a:hover {
  text-decoration: none;
}

.group_list_txt a:after {
  content: '';
  width: 17px;
  height: 17px;
  background: url("/company_info/group/img/icon-link.png");
  background-repeat: no-repeat;
  display: inherit;
  margin-left: 10px;
}

.group_list_txt p {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3e3e3e;
  margin-bottom: 20px;
}

.group_list-tag {
  margin-bottom: 20px;
}

.group_list-tag span {
  font-size: 1.2rem;
  color: #ffffff;
  padding: 6px 0;
  width: 120px;
  display: inline-block;
  background: #989898;
  line-height: 1;
  text-align: center;
  margin-right: 10px;
}

.group_list-tag .style01 {
  background: #1f2678;
}

.group_list-tag .style02 {
  background: #989898;
}

.group_list-tag .style03 {
  background: #27823e;
}

.group_list-tag .style04 {
  background: #6c6359;
}

.group_list-tag .style05 {
  background: #0074b2;
}

.group_list-tag .style06 {
  background: #00906f;
}

@media only screen and (max-width: 768px) {
  /*====================================
	group
	=====================================*/
  .group_box01 p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .group_box02 {
    margin-top: 40px;
  }
  .group_box02 ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
  }
  .group_box02 ul li:last-child {
    margin-bottom: 0;
  }
  .group_list_img {
    width: 100%;
    margin-bottom: 10px;
  }
  .group_list_img img {
    width: 100%;
  }
  .group_list_txt {
    width: 100%;
    padding-left: 0;
  }
  .group_list_txt a {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .group_list_txt a:hover {
    text-decoration: none;
  }
  .group_list_txt a:after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("/company_info/group/img/icon-link.png");
    background-repeat: no-repeat;
    display: inherit;
    margin-left: 8px;
    background-size: 100% 100%;
  }
  .group_list_txt p {
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 15px;
  }
  .group_list-tag {
    margin-bottom: 10px;
  }
  .group_list-tag span {
    font-size: 1rem;
    padding: 5px 0;
    width: 100px;
  }
}

/*--1102追記--*/
.group_box01 p {
  margin-bottom: 40px;
}

.group_box_history ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group_box_history ul li {
  width: 31%;
}

.group_box_history ul li img {
  width: 100%;
  margin-bottom: 10px;
}

.group_box_history ul li h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.group_box_history ul li p {
  font-size: 1.2rem;
  color: #3e3e3e;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  .group_box_history ul {
    display: inline-block;
    width: 100%;
  }
  .group_box_history ul li {
	width: 100%;
    margin-bottom: 20px;
  }
  .group_box_history ul li:last-child {
	margin-bottom: 0;
  }
  .group_box_history ul li h3 {
	font-size: 1.3rem;
  }
  .group_box_history ul li p {
	font-size: 1rem;
	margin-bottom: 0;
  }

}

/*--1102追記--*/