@charset "UTF-8";

/*====================
  program sort
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*==========
    base
  ==========*/
  .program-sort__inner {
    display: flex;
    max-width: 1000px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  /*==========
    base
  ==========*/
  .program-sort__list-title {
    margin-bottom: 5px;
  }

  /*==========
    all
  ==========*/
  .program-sort__all {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    width: 14%;
    height: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
  }
  .program-sort__all::before {
    content: "";
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /*===== active =====*/
  .program-sort__all.is-active::before {
    border-color: #3799cc;
    background-color: #3799cc;
    background-image: url("/common/img/program_icon_sort.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
  }

  /*==========
    list
  ==========*/
  .program-sort__list {
    width: 86%;
  }
  .program-sort__list-item {
    display: flex;
  }
  /*===== title =====*/
  .program-sort__list-title {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    width: 18%;
  }
  /*===== check =====*/
  .program-sort__list-check {
    display: flex;
    width: 82%;
  }
  .program-sort__list-check-item {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    width: 15%;
    height: 20px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
  }
  .program-sort__list-check-item::before {
    content: "";
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /*===== check active =====*/
  .program-sort__list-check-item.is-active::before {
    border-color: #3799cc;
    background-color: #3799cc;
    background-image: url("/common/img/program_icon_sort.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*==========
    base
  ==========*/
  .program-sort__inner {
    padding-right: 12px;
    padding-left: 12px;
  }

  /*==========
    all
  ==========*/
  .program-sort__all {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
  }
  .program-sort__all::before {
    content: "";
    box-sizing: border-box;
    border: solid 1px #4a4a4a;
    border-radius: 4px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /*===== active =====*/
  .program-sort__all.is-active::before {
    border-color: #3799cc;
    background-color: #3799cc;
    background-image: url("/common/img/program_icon_sort.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
  }

  /*==========
    list
  ==========*/
  .program-sort__list-item {
    margin-top: 20px;
  }
  /*===== title =====*/
  .program-sort__list-title {
    margin-bottom: 5px;
  }
  /*===== check =====*/
  .program-sort__list-check {
    display: flex;
  }
  .program-sort__list-check-item {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
  }
  .program-sort__list-check-item:nth-child(n+2) {
    margin-left: 15px;
  }
  .program-sort__list-check-item::before {
    content: "";
    box-sizing: border-box;
    border: solid 1px #4a4a4a;
    border-radius: 4px;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  /*===== check active =====*/
  .program-sort__list-check-item.is-active::before {
    border-color: #3799cc;
    background-color: #3799cc;
    background-image: url("/common/img/program_icon_sort.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 8px;
  }
}

/*====================
  program column
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  /*==========
    base
  ==========*/
  .program-column__inner {
    padding-top: 55px;
  }

  /*==========
    head
  ==========*/
  .program-column__head {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .program-column__heading01 {
    font-size: 22px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.3;
  }

  /*==========
    main
  ==========*/
  /*===== base =====*/
  .program-column__main {
    margin-top: 40px;
  }
  .program-column__main-inner {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
  /*===== list =====*/
  .program-column__main-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
  }
  .program-column__main-list-item {
    width: 300px;
    margin-bottom: 40px;
    margin-left: 50px;
  }
  /*===== thumb =====*/
  .program-column__main-thumb {
    position: relative;
  }
  .program-column__main-thumb-label {
    background-color: #ffffff;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    line-height: 1.0;
    padding: 3px 6px;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*===== body =====*/
  .program-column__main-body {
    background-color: #ffffff;
    padding: 14px 20px 16px;
  }

  .btnblock .btn{display:block; word-spacing:normal; width:100%; border:1px solid #599DD7; vertical-align: middle; background-color:#ffffff; cursor:pointer; margin-bottom:7px;}
  .btnblock .btn a{ display:block; padding:8px 40px; color:#599DD7; line-height:1.2em; text-align:center;}
  .btnblock .btn:hover{ color:#ffffff; background-color:#3D9FD2;}
  .btnblock .btn:hover a{ color:#ffffff;}

  /*===== title =====*/
  .program-column__main-title {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 14px;
  }
  /*===== text =====*/
  .program-column__main-text {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  .program-column__main-text + .program-column__main-text {
    margin-top: 22px;
    margin-bottom: 22px;

  }
  /*===== hidden *=====*/
  .program-column__main-list-item.hidden {
    display: none;
  }

  /*==========
    sub
  ==========*/
  .program-column__sub-txtarea {
    width: 1050px;
    margin-right: auto;
    margin-left: auto;
  }
  .program-column__sub-txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
  }
  .program-column__sub-btn {
    margin-top: 20px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  /*===== head =====*/
  .program-column__head {
    margin-bottom: 4.8vw;
    padding-top: 7.46666666vw;
  }
  .program-column__heading01 {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.3;
  }

  /*===== main =====*/
  .program-column__main {
    margin-top: 8vw;
  }
  .program-column__main-inner {
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .program-column__main-list-item.hidden {
    display: none;
  }
  .program-column__main-list-item + .program-column__main-list-item {
    margin-top: 5.33333333vw;
  }
  /* main thumb */
  .program-column__main-thumb {
    position: relative;
  }
  .program-column__main-thumb-label {
    background-color: #ffffff;
    font-size: 2.66666666vw;
    font-weight: normal;
    color: #000000; 
    line-height: 1.0;
    padding: 0.8vw 1.6vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* main body */
  .program-column__main-body {
    background-color: #ffffff;
    padding: 4.8vw ;
  }

  .btnblock .btn{display:block; word-spacing:normal; width:100%; border:1px solid #599DD7; vertical-align: middle; background-color:#ffffff; cursor:pointer; margin-bottom:7px;}
  .btnblock .btn a{ display:block; padding:8px 50px; color:#599DD7; line-height:1.2em; text-align:center;}
  .btnblock .btn:hover{ color:#ffffff; background-color:#3D9FD2;}
  .btnblock .btn:hover a{ color:#ffffff;}

  .program-column__main-title {
    font-size: 4.26666666vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 3.2vw;
  }
  .program-column__main-text {
    font-size: 3.2vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.8;
    margin-bottom: 3.2vw;
  }
  .program-column__main-text + .program-column__main-text {
    margin-top: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .program-column__sub-txtarea {
    margin-top: 8vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .program-column__sub-txt {
    font-size: 3.73333333vw;
    line-height: 1.8;
    text-align: center;
  }
  .program-column__sub-btn {
    margin-top: 3.2vw;
  }
}