@charset "UTF-8";
.errorMsg{
  color: red;
  width: 100%;
}
.errorMsgCenter{
  text-align: center;
}
.cndBlock h2 {
  margin-bottom: 60px;
  padding-bottom: 18px;
  border-bottom: 3px #00C4BC solid;
  font-size: 1.9rem;
  font-weight: 400;
}
.cndBlock h3 {
  margin-bottom: 30px;
  color: #00C4BC;
  font-size: 1.9rem;
  font-weight: 400;
}
.formSection .iframe1{
  height: 1300px;
}
.formSection .iframe2{
  height: 1500px;
}
.formSection .iframe3{
  height: 1700px;
}
@media screen and (max-width: 780px) {
  .formSection .iframe1{
      height: 1330px;
  }
  .formSection .iframe2{
    height: 1580px;
  }
  .formSection .iframe3{
    height: 1800px;
  }
}





.itemCardTitle .itemCardCat {
    width: 80px;
}
.itemCardLarge .itemCardTitle .itemCardCat {
    width: 100px;
}
.internPage .jobDetail .itemCardTitle .itemCardCat {
    width: 100px;
}
.itemCardTitle .itemCardCat.catPremise {
    background-color: #EB6767;
}
.itemCardTitle .itemCardCat.catExperience {
    background-color: #EBA467;
}
.itemCardTitle .itemCardCat.catInformation {
    background-color: #7CC231;
}
.itemCardTitle .itemCardCat.catTour {
    background-color: #C3D637;
}
.itemCardTitle .itemCardCat.catOther {
    background-color: #9067EB;
}