@charset "UTF-8";

.secTitle{
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  color: #5b719f;
  text-align: center;
}
.mainContents .read_txt{
  margin-bottom: 1.6rem;
  font-size: 15px;
}
.infoList > li{
  border-bottom: 1px solid #d2d2d2;
  padding: 1rem 0;
}
.infoList > li:nth-of-type(1){
  border-top: 1px solid #d2d2d2;
}
.infoList .ttl {
  margin-bottom: 0.4rem;
}
.infoList .ttl a{
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #061b46;
  padding-left: 1.3rem;
  display: inline-block;
  position: relative;
}
.infoList .ttl a:before {
  display: inline-block;
  width: 1rem;
  height: 1.9rem;
  background: url(/cre-navi/common/img/navSub__link--contact.svg) no-repeat 0 40%;
  background-size: contain;
  vertical-align: text-bottom;
  content: '';
  position: absolute;
  left: 0;
}
.infoList .ttl a:hover {
   text-decoration: underline;
   opacity:0.8;
}
.infoList .sub_link{
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
   margin-left: 1.3rem;
}
.infoList .sub_link li{
  margin: 0 1rem 0.5rem 0;
}
.infoList .sub_link li a{
  padding-left: 1rem;
  position: relative;
  color: #061b46;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.infoList .sub_link li a:after {
  display: block;
  position: absolute;
  top: 58%;
  left: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5b719f;
  border-bottom: 2px solid #5b719f;
  content: '';
  -webkit-transform: translate(0,-58%) rotate(-45deg);
  transform: translate(0,-58%) rotate(-45deg);
}
.infoList .sub_link li a:hover {
  text-decoration: underline;
  opacity:0.8;
}
.infoList .txt{
  font-size: 16px;
  margin-left: 1.3rem;
}
@media screen and (max-width: 950px) {
}
@media screen and (max-width: 767px) {
  .secTitle{
    font-size: 5.3vw;
    margin: 16px 0;
  }
  .mainContents .read_txt{
    font-size: 4.1vw;
  }
  .infoList > li{
    padding: 0.9rem 0;
  }
  .infoList .ttl a{
    font-size: 4.6vw;
  }
  .infoList .sub_link li{
   margin: 0 0.8rem 0.5rem 0;
  }
  .infoList .sub_link li a{
    font-size: 4.26667vw;
  }
  .infoList .txt{
    font-size: 4.26667vw;
  }
}