.modPageTitle {
  background-image: url(../img/program/bgTitle.jpg); }

.modPageTitle03 .title {
  width: 300px; }
  @media only screen and (max-width: 768px) {
    .modPageTitle03 .title {
      width: auto; } }

.programList {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .programList {
      margin-bottom: 40px; } }
  .programList li {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .programList li {
        display: block;
        margin-bottom: 40px; } }
  .programList .photo, .programList .detail {
    display: table-cell;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .programList .photo, .programList .detail {
        display: block; } }
  .programList .photo {
    width: 640px; }
    @media only screen and (max-width: 768px) {
      .programList .photo {
        width: auto;
        margin: 0 -10px;
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .programList .detail {
      margin-bottom: 40px; } }
  .programList .title {
    max-width: 230px;
    position: relative;
    margin: 0 auto 10px; }
  .programList .icon {
    position: absolute;
    right: -70px;
    bottom: 0;
    width: 100px; }
    @media only screen and (max-width: 768px) {
      .programList .icon {
        top: -20px;
        right: -40px;
        bottom: auto; } }
  .programList .btn {
    max-width: 230px;
    margin: 0 auto; }
  .programList .program03 .title {
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .programList .program03 .title {
        margin-left: auto; } }
  .programList .program03 .btn {
    margin-left: 0; }
    @media only screen and (max-width: 768px) {
      .programList .program03 .btn {
        margin-left: auto; } }

.myLinkList {
  margin: 0 -1% 100px; }
  .myLinkList:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .myLinkList {
      margin: 0 0 40px; } }
  .myLinkList li {
    float: left;
    width: 31.3%;
    margin: 0 1%; }
    @media only screen and (max-width: 768px) {
      .myLinkList li {
        width: 250px;
        float: none;
        margin: 0 auto 20px; } }
  .myLinkList a {
    display: block;
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    position: relative;
    padding: 24px 10px;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .myLinkList a {
        font-size: 10px;
        font-size: 1rem; } }
    .myLinkList a span {
      display: block;
      margin-bottom: 10px;
      font-size: 24px;
      font-size: 2.4rem; }
      @media only screen and (max-width: 768px) {
        .myLinkList a span {
          font-size: 22px;
          font-size: 2.2rem; } }
    .myLinkList a:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      height: 0;
      width: 0px;
      margin: auto;
      border-bottom: 12px solid #000;
      border-right: 12px solid #000;
      border-left: 12px solid transparent;
      border-top: 12px solid transparent; }
      @media only screen and (max-width: 768px) {
        .myLinkList a:after {
          border-width: 6px; } }
    .myLinkList a:hover {
      text-decoration: none;
      opacity: 0.8; }

.facilityList li {
  display: table;
  table-layout: fixed;
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .facilityList li {
      display: block; } }

.facilityList .photo, .facilityList .detail {
  display: table-cell;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .facilityList .photo, .facilityList .detail {
      display: block; } }

.facilityList .detail {
  padding: 0 30px 0 0; }
  @media only screen and (max-width: 768px) {
    .facilityList .detail {
      padding: 0; } }

.facilityList .left .detail {
  padding: 0 0 0 30px; }
  @media only screen and (max-width: 768px) {
    .facilityList .left .detail {
      padding: 0; } }

.facilityList .photo {
  width: 600px; }
  @media only screen and (max-width: 768px) {
    .facilityList .photo {
      width: auto;
      text-align: center; } }

@media only screen and (max-width: 768px) {
  .facilityList .txt {
    margin-bottom: 10px; } }

.facilityList .title {
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .facilityList .title {
      margin-bottom: 10px; } }
  .facilityList .title img {
    width: auto;
    max-width: none;
    height: 40px; }

.facilityList02 {
  margin-bottom: 70px; }
  @media only screen and (max-width: 768px) {
    .facilityList02 {
      margin-bottom: 40px; } }
  .facilityList02 ul {
    display: table;
    table-layout: fixed;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .facilityList02 ul {
        display: block; } }
  .facilityList02 li {
    display: table-cell;
    position: relative;
    vertical-align: top; }
    @media only screen and (max-width: 768px) {
      .facilityList02 li {
        display: block;
        margin-bottom: 20px; } }
  .facilityList02 .photo {
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .facilityList02 .photo img {
        width: 100%; } }
  .facilityList02 .icon {
    position: absolute; }
  .facilityList02 .facility01 {
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .facilityList02 .facility01 {
        padding: 0; } }
    .facilityList02 .facility01 .icon {
      top: -30px;
      left: -60px; }
      @media only screen and (max-width: 768px) {
        .facilityList02 .facility01 .icon {
          left: 0;
          bottom: 0;
          top: auto;
          width: 80px; } }
    @media only screen and (max-width: 768px) {
      .facilityList02 .facility01 .txt {
        padding: 0 0 0 90px; } }
  .facilityList02 .facility02 {
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .facilityList02 .facility02 {
        padding: 0; } }
    .facilityList02 .facility02 .icon {
      top: -30px;
      right: -30px; }
      @media only screen and (max-width: 768px) {
        .facilityList02 .facility02 .icon {
          right: 0;
          bottom: 0;
          top: auto;
          width: 80px; } }
    @media only screen and (max-width: 768px) {
      .facilityList02 .facility02 .txt {
        padding: 0 90px 0 0; } }
  .facilityList02 .detail {
    padding: 0 30px 0 0; }
  .facilityList02 .left .detail {
    padding: 0 0 0 30px; }
  .facilityList02 .title {
    margin-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .facilityList02 .title {
        margin-bottom: 20px; } }
    .facilityList02 .title img {
      width: auto;
      max-width: none;
      height: 40px; }

.modCoachBlock .coach06 .txt{
  padding-right: 80px;
}
.modCoachBlock .coach07 .txt{
  padding-right: 80px;
}
@media only screen and (max-width: 979px) {
  .modCoachBlock .coach01 .txt,
  .modCoachBlock .coach02 .txt,
  .modCoachBlock .coach03 .txt,
  .modCoachBlock .coach04 .txt{
    min-height: 80px; } }
@media only screen and (max-width: 768px) {
  .modCoachBlock .coach05 .txt{
    padding-right: 90px;
  }
}
.modCoachBlock .coach06 .photo{
  right: -20px;
}
.modCoachBlock .coach07 .photo{
  right: -20px;
}
@media only screen and (max-width: 979px) {
  .modCoachBlock .coach01 .photo {
    width: 67px; } }

.modCoachBlock .coach01 .name {
  right: 140px;
  left: auto; }

.modCoachBlock .coach02 .name {
  right: 160px;
  left: auto; }

@media only screen and (max-width: 768px) {
  .modCoachBlock .coach05 .photo{
    width: 90px;
  }  
  .modCoachBlock .coach06 .photo{
    right: 0;
  }
  .modCoachBlock .coach07 .photo{
    right: 0;
  }  
}
@media only screen and (max-width: 979px) {
  .modCoachBlock .coach03 .txt {
    min-height: 80px; } }

.modCoachBlock .coach03 .name {
  right: 170px;
  left: auto; }

.modCoachBlock .coach04 .name,
.modCoachBlock .coach06 .name,
.modCoachBlock .coach07 .name{
  right: 160px;
  left: auto; }


.modCoachBlock .coach05 .name,
.modCoachBlock .coach08 .name,
.modCoachBlock .coach09 .name{
  right: 190px;
  left: auto; }

/*# sourceMappingURL=maps/program.css.map */
