.programArea{}
.programHeader{
  margin-top: 60px;
}
.programHeader:first-child{
  margin-top: 0px;
}
.programText{
  font-size: 1.6em;
  line-height: 1.375;
  margin-top: 12px;
  margin-bottom: 12px;
}
.programArea .boldtitle{
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 10px;
}
.programArea .bold{
  font-weight: bold;
}
.programSubname{
  font-size: 1.6em;
  line-height: 100%;
  margin-top: 10px;
  padding-bottom: 6px;
}
.programFrame{
  margin-top: 20px;
}
.programName{
  font-size: 1.8em;
  line-height: 100%;
  font-weight: bold;
  color: #00996f;
  padding-left: 20px;
  position: relative;
}
.programName:before{
  content:"";
  display: block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  left: 0px;
  position: absolute;
  margin: auto;
  border-width: 6px;
  border-style: solid;
  border-top-color: #4CB89A;
  border-right-color: #00996F;
  border-bottom-color: #007E4C;
  border-left-color: #4CA582;
}
.programChart{
  line-height: 100%;
}
.programEx{
  font-size: 1.4em;
  line-height: 100%;
  border: 1px solid #464646;
  padding: 4px 10px;
  text-align: center;
  display: inline-block;
}
.programEx:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.programEx:before{
  content:"";
  display: inline-block;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left: 6px solid #464646;
  margin-right: 2px;
}
.programExLink{
  color: #464646;
  text-decoration: none;
}
.programExImg{
  display: inline-block;
  width: 14px;
  height: 14px;
}
.programPDF{
  background: #00996f;
  font-size: 1.6em;
  margin-top: 16px;
  text-align: center;
  width: 230px;
}
.programPDFLink{
  color: white;
  display: block;
  line-height: 125%;
  text-decoration: none;
  padding: 4px 0px;
  -webkit-transition: background-color .4s linear 0s;
  transition: background-color .4s linear 0s;
}
.programPDFLink:hover{
  background-color: #007E4C;
}

@media screen and (max-width:667px){/* スマートフォンのときだけ */
  .programArea{
    margin-left: 14px;
    margin-right: 14px;
    margin-top: 30px;
  }
  .programHeader{
    margin-top: 30px;
  }
  .programText{
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .programSubname{
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  .programName{
    font-size: 1.6em;
    line-height: 100%;
    padding-left: 20px;
  }
}

.center{
  text-align: center;
}