/* ------------------------------------------------------------
	背景
   ------------------------------------------------------------ */
.bg_emerald_1{
  background: #D9EFEC;
}

.bg_emerald_2{
  background: #CBE7E2;
}


/* ------------------------------------------------------------
	見出し/キャッチコピー
   ------------------------------------------------------------ */
.titCat_2{
  color: #007E81;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}

.titCat_sm{
  color: #141e50;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

@media only screen and (max-width:767px){
  .titCat_2{
    font-size: 24px;
  }

  .titCat_sm{
    color: #141e50;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;

  }
}

