@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
use Luxze
=================================================================== */
  .top_area small {
    font-size: 2.6rem;
    font-weight: normal;
  }
  .btn_area {
    width: 100%;
    font-size: 0;
    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;
  }
  .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: 2rem;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    background: #fff4f8;
  }
  .program_list_contents {
    position: relative;
  }
  .program_list_contents + .program_list_contents {
    margin-top: 30px;
  }
  .program_list_contents_ttl {
    margin-bottom: 20px;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
  }
  .program_list_contents .inner {
    min-height: 452px;
  }
  .program_list_contents .img {
    position: absolute;
    top: 0;
    left: -152px;
    width: 700px;
    height: 100%;
    background: #d2d2d2;
    overflow: hidden;
  }
  .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;
    font-size: 1.4rem;
    line-height: 28px;
  }
  .program_list_contents .more_btn {
    width: 353px;
  }
  .program_list_contents .more_btn a {
    padding: 14px 0;
    color: #fff;
    font-size: 2rem;
    background: #b52841;
  }
  .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;
  }
  .program_list_contents .vr span {
    display: inline-block;
    margin-right: 5%;
    padding-top: 5px;
    width: 35%;
  }
  .program_list_contents .vr span:last-child {
    margin-right: 0;
    width: 20%;
  }
  .program_list_contents .vr span img { width: 100%;}

  .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: #b52841;
    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: #b52841;
    font-size: 2.4rem;
    border-bottom: solid 2px #b52841;
  }
  .detail .program_list_contents_other_list {
    padding: 25px 30px 30px;
    background: #eee;
  }
  .detail .program_list_contents_other_list dt {
    margin-bottom: 15px;
    color: #b52841;
    font-size: 2.4rem;
  }
  .detail .program_list_contents_other_list dd {
    font-size: 1.6rem;
    line-height: 22px;
  }
  .detail .program_list_contents_other_list + .program_list_contents_other_list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
use Luxze
=================================================================== */
  .top_area small {
    font-weight: normal;
  }
  .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.6rem;
    font-weight: bold;
    text-align: center;
    background: #fff4f8;
  }
  .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: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .program_list_contents .img {
    margin-bottom: 15px;
  }
  .program_list_contents .left_area p {
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
  .program_list_contents .more_btn a {
    padding: 8px 0;
    color: #fff;
    font-size: 1.4rem;
    background: #b52841;
  }
  .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;
  }
  .program_list_contents .vr span {
    display: inline-block;
    margin-right: 5%;
    padding-top: 5px;
    width: 35%;
  }
  .program_list_contents .vr span:last-child {
    margin-right: 0;
    width: 20%;
  }
  .program_list_contents .vr span img { width: 100%;}

  .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: #b52841;
    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: #b52841;
    font-size: 1.8rem;
    border-bottom: solid 2px #b52841;
  }
  .detail .program_list_contents_other_list {
    padding: 15px 15px 20px;
    background: #eee;
  }
  .detail .program_list_contents_other_list dt {
    margin-bottom: 4px;
    color: #b52841;
    font-size: 1.8rem;
  }
  .detail .program_list_contents_other_list dd {
    font-size: 1.4rem;
    line-height: 22px;
  }
  .detail .program_list_contents_other_list + .program_list_contents_other_list {
    margin-top: 30px;
  }
}
