@media screen and (min-width: 769px), print {
  .btn_area {
    width: 100%;
    text-align: center;
    background: #fff; }
    .btn_area .more_btn {
      display: inline-block;
      vertical-align: middle; }
      .btn_area .more_btn + .more_btn {
        margin-left: 40px; }

  .more_btn {
    position: relative;
    margin: 0 auto; }
    .more_btn a {
      display: block;
      position: relative;
      text-align: center;
      text-decoration: none; }
      .more_btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

  .program_list {
    padding-bottom: 125px;
    color: #000; }
    .program_list .inner {
      position: relative;
      width: 1100px;
      margin: 0 auto; }

  .program_list_lead {
    margin-bottom: 52px;
    padding: 45px 0 50px;
    color: #464646;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    background: rgba(24, 125, 57, 0.1); }

  .program_list_contents {
    position: relative;
    background: rgba(24, 125, 57, 0.1); }
    .program_list_contents + .program_list_contents {
      margin-top: 30px; }

  .program_list_contents_ttl {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
    text-align: center; }

  .program_list_contents .img {
    top: 0;
    margin-left: -152px;
    width: 700px; }
    .program_list_contents .img img {
      max-width: auto;
      height: 100%; }
  .program_list_contents .left_area {
    position: absolute;
    top: 50%;
    right: 0;
    width: 550px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .program_list_contents .left_area p {
      width: 385px;
      margin: 0 auto 40px;
      line-height: 28px; }
  .program_list_contents .more_btn {
    width: 353px; }
    .program_list_contents .more_btn a {
      padding: 14px 0;
      color: #fff;
      background: #187d39; }
      .program_list_contents .more_btn a::before {
        right: 15px;
        width: 6px;
        height: 14px;
        background: url("../images/arrow_white.png") no-repeat center;
        -moz-background-size: contain;
        background-size: contain; }

  .detail .program_list_contents {
    background: #f7f7f7; }
    .detail .program_list_contents:nth-of-type(odd) {
      background: #f7f7f7; }
    .detail .program_list_contents .inner {
      min-height: 295px; }
  .detail .program_list_contents_ttl {
    color: #187d39;
    text-align: left; }
  .detail .program_list_contents .left_area {
    padding-left: 70px; }
    .detail .program_list_contents .left_area p {
      width: 100%; }
  .detail .program_list_contents_other {
    margin-top: 70px; }
    .detail .program_list_contents_other h2 {
      margin-bottom: 30px;
      font-weight: normal;
      text-align: center; }
      .detail .program_list_contents_other h2 span {
        display: inline-block;
        padding-bottom: 8px;
        color: #187d39;
        font-size: 2.4em;
        border-bottom: solid 2px #187d39; }
  .detail .program_list_contents_other_list {
    padding: 25px 30px 30px;
    background: #eee; }
    .detail .program_list_contents_other_list dt {
      margin-bottom: 15px;
      color: #187d39;
      font-size: 2.4em; }
    .detail .program_list_contents_other_list dd {
      font-size: 1.6em;
      line-height: 22px; }
    .detail .program_list_contents_other_list + .program_list_contents_other_list {
      margin-top: 40px; } }
@media screen and (max-width: 768px) {
  .btn_area {
    margin: 0 15px; }
    .btn_area .more_btn + .more_btn {
      margin-top: 10px; }

  .more_btn {
    position: relative;
    margin: 0 auto; }
    .more_btn a {
      display: block;
      position: relative;
      text-align: center; }
      .more_btn a::before {
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

  .program_list {
    padding-bottom: 60px;
    color: #000; }
    .program_list .inner {
      position: relative; }

  .program_list_lead {
    margin-bottom: 25px;
    padding: 20px 15px;
    color: #464646;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    background: rgba(24, 125, 57, 0.1); }

  .program_list_contents {
    position: relative;
    padding-bottom: 30px; }
    .program_list_contents + .program_list_contents {
      margin-top: 30px; }

  .program_list_contents_ttl {
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: bold;
    text-align: center; }

  .program_list_contents {
    background: rgba(24, 125, 57, 0.1); }
    .program_list_contents .img {
      margin: 0 0 15px; }
      .program_list_contents .img img {
        width: 100%; }
    .program_list_contents .left_area {
      width: 90%;
      margin: auto; }
    .program_list_contents .left_area p {
      margin: 0 auto 20px;
      font-size: 1em; }
    .program_list_contents .more_btn a {
      padding: 8px 0;
      color: #fff;
      background: #187d39;
      text-decoration: none;
      font-size: 1.2em; }
      .program_list_contents .more_btn a::before {
        right: 10px;
        width: 4px;
        height: 12px;
        background: url("../images/arrow_white.png") no-repeat center;
        -moz-background-size: contain;
        background-size: contain; }

  .detail .program_list_contents {
    padding-bottom: 10px;
    background: #f7f7f7; }
    .detail .program_list_contents:nth-of-type(odd) {
      background: #f7f7f7; }
  .detail .program_list_contents_ttl {
    color: #187d39;
    text-align: left; }
  .detail .program_list_contents_other {
    margin-top: 40px; }
    .detail .program_list_contents_other h2 {
      margin-bottom: 30px;
      font-weight: normal;
      text-align: center; }
      .detail .program_list_contents_other h2 span {
        display: inline-block;
        padding-bottom: 8px;
        color: #187d39;
        font-size: 1.8em;
        border-bottom: solid 2px #187d39; }
  .detail .program_list_contents_other_list {
    padding: 15px 15px 20px;
    background: #eee; }
    .detail .program_list_contents_other_list dt {
      margin-bottom: 4px;
      color: #187d39;
      font-size: 1em; }
    .detail .program_list_contents_other_list dd {
      font-size: 1em;
      line-height: 22px; }
    .detail .program_list_contents_other_list + .program_list_contents_other_list {
      margin-top: 30px; } }
