@charset "UTF-8";
/* Scss Document */
/*sp*/
/*pc*/
body, p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: "Meiryo", sans-serif; }

@media screen and (min-width: 769px) {
  body#OpenCampus, p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", sans-serif; } }
@media screen and (max-width: 768px) {
  body#OpenCampus, p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-family: "Meiryo", sans-serif; } }
html {
  margin-top: 0px !important; }

ul li {
  list-style-type: none; }

#OpenCampus {
  background: #fff !important; }

.clearfix:after {
  /*floatの解除、ここがポイント*/
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: "."; }

.clearfix {
  min-height: 1px;
  /*IE6、7対策*/ }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/ }

@media screen and (min-width: 769px) {
  .PC_MENU a, .FooterMenu a {
    position: relative;
    display: inline-block;
    transition: .3s; }
    .PC_MENU a:after, .FooterMenu a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: '';
      width: 0;
      height: 1px;
      background-color: #c8161d;
      transition: .3s; }
    .PC_MENU a:hover::after, .FooterMenu a:hover::after {
      width: 100%; } }
@media screen and (min-width: 769px) {
  #mobile-head {
    z-index: 999;
    position: relative; }
    #mobile-head h1 {
      float: left;
      position: absolute;
      left: 13px;
      top: -20px; }

  .logo img {
    display: block; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0; }

  #top-head {
    top: 0;
    /*position: fixed;*/
    margin-top: 0; }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99999; }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative; }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 19px;
    color: #333;
    font-size: 26px; }
    #top-head.fixed .logo img,
    #top-head .logo img {
      width: 300px;
      height: auto;
      display: block; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -480px;
    background: #ff0000;
    width: 100%;
    text-align: center;
    /*padding: 10px 0;*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px; }

  #global-nav ul li {
    float: none;
    position: static; }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ff6565; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); }

  #nav-toggle {
    display: block; }

  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 27px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span:nth-child(1) {
    top: 0; }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ff0000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #nav-toggle span:nth-child(2) {
    top: 11px; }

  #nav-toggle span:nth-child(3) {
    top: 22px; }

  #nav-toggle {
    display: block; } }
@media screen and (max-width: 768px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0; }

  #top-head {
    top: 0;
    /*position: fixed;*/
    margin-top: 0; }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
    z-index: 99999; }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 80px;
    z-index: 999;
    position: relative; }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 19px;
    color: #333;
    font-size: 26px; }
    #top-head.fixed .logo img,
    #top-head .logo img {
      width: 180px;
      height: auto;
      display: block; }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -480px;
    background: #c8161d;
    width: 100%;
    text-align: center;
    /*padding: 10px 0;*/
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding-top: 30px; }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px; }

  #global-nav ul li {
    float: none;
    position: static; }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #ff6565; }

  #nav-toggle {
    display: block; }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg); }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg); }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px); }

  #nav-toggle {
    display: block; }

  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 27px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101; }

  #nav-toggle div {
    position: relative; }

  #nav-toggle span:nth-child(1) {
    top: 0; }

  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #ff0000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }

  #nav-toggle span:nth-child(2) {
    top: 11px; }

  #nav-toggle span:nth-child(3) {
    top: 22px; }

  #nav-toggle {
    display: block; } }
@media print, screen and (min-width: 1025px) {
  .display_none .Contents {
    width: 1130px;
    margin: 0 auto; }

  .display_none {
    display: none;
    margin-bottom: 20px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .display_none .Contents {
    width: 1000px;
    margin: 0 auto; }

  .display_none {
    display: block;
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  .display_none .Contents {
    padding: 20px; }

  .display_none {
    display: block;
    margin-bottom: 20px; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #top-head {
    padding: 40px 20px; }
    #OpenCampus #top-head #HeaderLogo {
      float: left;
      margin-left: 70px;
      width: 306px; }
    #OpenCampus #top-head .PC_MENU {
      /*width: 880px;*/
      float: right; }
      #OpenCampus #top-head .PC_MENU ul {
        display: flex; }
        #OpenCampus #top-head .PC_MENU ul li {
          padding: 20px 0 0;
          font-weight: bold; }
          #OpenCampus #top-head .PC_MENU ul li:before {
            content: " ／ ";
            color: #ff0000; }
          #OpenCampus #top-head .PC_MENU ul li:first-child:before {
            content: " "; }
          #OpenCampus #top-head .PC_MENU ul li a {
            text-decoration: none;
            color: #ff0000; } }
@media screen and (max-width: 768px) {
  #OpenCampus #top-head {
    padding: 0px;
    background: #fff; }
    #OpenCampus #top-head #HeaderLogo {
      float: left;
      width: 250px;
      height: auto; }
      #OpenCampus #top-head #HeaderLogo h1 img {
        width: 250px;
        height: auto; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #MainVisual {
    /*padding: 700px 0 0 0;*/
    background: url(../img/lp/oc2026/mainimg_top.jpg) no-repeat center top;
    /*background-size: cover;*/
    background-size: 150vw;
    height: 52vw; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #MainVisual {
    /*padding: 500px 0 0 0;*/
    background: url(../img/lp/oc2026/mainimg_top.jpg) no-repeat center top;
    background-size: 165vw;
    height: 57vw; } }
@media screen and (max-width: 768px) {
  #OpenCampus #MainVisual {
    /*padding: 310px 0 0 0;*/
    background: url(../img/lp/oc2026/mainimg_top_sp.jpg) no-repeat center top;
    /*background-size: cover;*/
    background-size: 100vw;
    height: 83vw; } }
@media screen and (min-width: 1025px) {
  #OpenCampus .HeaderMenu {
    position: relative;
    z-index: 99999;
    width: 1130px;
    margin: 0 auto; }
    #OpenCampus .HeaderMenu .LP_Menu {
      position: absolute;
      top: -170px;
      /*width: 600px;*/
      margin: 0 auto;
      left: 0;
      right: 0; }
      #OpenCampus .HeaderMenu .LP_Menu ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        #OpenCampus .HeaderMenu .LP_Menu ul li {
          margin-right: 30px; }
          #OpenCampus .HeaderMenu .LP_Menu ul li:last-child {
            margin-right: 0; }
          #OpenCampus .HeaderMenu .LP_Menu ul li.text p {
            /*width: 220px;*/
            text-align: left;
            padding-top: 135px; }
      #OpenCampus .HeaderMenu .LP_Menu p {
        text-align: right; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus .HeaderMenu {
    position: relative;
    z-index: 99999;
    width: 768px;
    margin: 0 auto; }
    #OpenCampus .HeaderMenu .LP_Menu {
      position: absolute;
      top: -50px;
      /*width: 360px;*/
      margin: 0 auto;
      left: 0;
      right: 0; }
      #OpenCampus .HeaderMenu .LP_Menu ul {
        display: flex;
        justify-content: center;
        align-items: center; }
        #OpenCampus .HeaderMenu .LP_Menu ul li {
          margin-right: 30px; }
          #OpenCampus .HeaderMenu .LP_Menu ul li:last-child {
            margin-right: 0; }
          #OpenCampus .HeaderMenu .LP_Menu ul li img {
            width: 130px;
            height: auto; }
          #OpenCampus .HeaderMenu .LP_Menu ul li.text p {
            /*width: 200px;*/
            text-align: left;
            padding-top: 45px; }
      #OpenCampus .HeaderMenu .LP_Menu p {
        text-align: right; } }
@media screen and (max-width: 768px) {
  #OpenCampus .HeaderMenu {
    display: none; } }
@media screen and (min-width: 769px) {
  #OpenCampus .HeaderMenuSP {
    display: none; } }
@media screen and (max-width: 768px) {
  #OpenCampus .HeaderMenuSP .LP_Menu ul {
    text-align: center; }
    #OpenCampus .HeaderMenuSP .LP_Menu ul li {
      /*padding: 10px 20px;
      border-bottom: 1px solid #ccc;*/ }
      #OpenCampus .HeaderMenuSP .LP_Menu ul li img {
        width: 100%;
        height: auto; }
  #OpenCampus .HeaderMenuSP .LP_Menu p {
    text-align: center;
    padding: 20px 0;
    background: #f2f2f2; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #NewsArea #NewsBG {
    background: url(../img/lp/oc2024/bg_topics.gif) no-repeat center top;
    padding-top: 110px; }
    #OpenCampus #NewsArea #NewsBG .Contents {
      width: 1130px;
      margin: 0 auto;
      padding: 50px 0 35px; }
      #OpenCampus #NewsArea #NewsBG .Contents .NewsTitle {
        margin-bottom: 35px; }
      #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li {
        margin-bottom: 30px; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li span {
          padding-top: 2px;
          padding-bottom: 2px;
          color: #ff0000;
          font-style: italic;
          margin-right: 30px;
          font-weight: bold; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li a {
          color: #000; }
      #OpenCampus #NewsArea #NewsBG .Contents #NewsList p {
        text-align: center; }
  #OpenCampus .notice_box {
    width: 900px;
    margin: 0 auto;
    background: #e33838;
    padding: 20px;
    border-radius: 10px; }
    #OpenCampus .notice_box p {
      color: #fff;
      padding-left: 1em;
      text-indent: -1em;
      font-weight: 600; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #NewsArea #NewsBG {
    background: url(../img/lp/oc2024/bg_topics.gif) no-repeat center top;
    background-size: cover;
    padding-top: 100px; }
    #OpenCampus #NewsArea #NewsBG .Contents {
      width: 1000px;
      margin: 0 auto;
      padding: 40px 0 35px; }
      #OpenCampus #NewsArea #NewsBG .Contents .NewsTitle {
        margin-bottom: 35px; }
      #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li {
        margin-bottom: 30px; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li span {
          padding-top: 2px;
          padding-bottom: 2px;
          color: #c8161d;
          font-style: italic;
          margin-right: 30px;
          font-weight: bold; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li a {
          color: #000; }
      #OpenCampus #NewsArea #NewsBG .Contents #NewsList p {
        text-align: center; }
  #OpenCampus .notice_box {
    width: 85%;
    margin: 0 auto;
    background: #e33838;
    padding: 20px;
    border-radius: 10px; }
    #OpenCampus .notice_box p {
      color: #fff;
      padding-left: 1em;
      text-indent: -1em;
      font-weight: 600; } }
@media screen and (max-width: 768px) {
  #OpenCampus #NewsArea #NewsBG {
    background: url(../img/lp/oc2024/bg_topics_sp.gif) no-repeat center top;
    padding-top: 30px;
    background-size: cover; }
    #OpenCampus #NewsArea #NewsBG .Contents {
      width: 100%;
      margin: 0 auto;
      padding: 50px 0 35px; }
      #OpenCampus #NewsArea #NewsBG .Contents .NewsTitle {
        margin-bottom: 35px;
        text-align: center; }
      #OpenCampus #NewsArea #NewsBG .Contents #NewsList {
        padding: 0 20px; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li {
          margin-bottom: 30px; }
          #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li span {
            display: block;
            padding-top: 2px;
            padding-bottom: 2px;
            color: #ff0000;
            font-style: italic;
            margin-right: 30px;
            font-weight: bold; }
          #OpenCampus #NewsArea #NewsBG .Contents #NewsList ul li a {
            color: #000; }
        #OpenCampus #NewsArea #NewsBG .Contents #NewsList p {
          text-align: center; }
  #OpenCampus .notice_box {
    width: 85%;
    margin: 0 auto;
    background: #e33838;
    padding: 20px;
    border-radius: 10px; }
    #OpenCampus .notice_box p {
      color: #fff;
      padding-left: 1em;
      text-indent: -1em;
      font-weight: 600; } }
@media screen and (min-width: 769px) {
  #OpenCampus #Img_bgArea2019 {
    background: url(../img/lp/oc2026/bg_program.jpg) no-repeat center top;
    height: 700px; } }
@media screen and (max-width: 768px) {
  #OpenCampus #Img_bgArea2019 {
    background: url(../img/lp/oc2026/bg_program.jpg) no-repeat center top;
    height: 300px;
    background-size: cover; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #ProgramArea {
    padding: 100px 0 85px; }
    #OpenCampus #ProgramArea .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #ProgramArea .Contents .ProgramTitle {
        text-align: center; }
        #OpenCampus #ProgramArea .Contents .ProgramTitle img {
          margin-bottom: 50px; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList {
        display: flex;
        justify-content: space-between; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList .List {
          width: 535px;
          margin-bottom: 75px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .Image {
            margin-bottom: 30px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle {
            text-align: center;
            margin-bottom: 35px;
            color: #009f5d; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc20252/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p span {
                position: absolute;
                display: block;
                width: 195px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p i {
                margin-left: 200px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p {
            line-height: 2; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p a {
              color: #000; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList_2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List {
          width: 340px;
          margin-bottom: 75px;
          /*高さを揃える*/
          display: flex;
          flex-direction: column;
          /*高さを揃える*/ }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .Image {
            margin-bottom: 30px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent {
            /*高さを揃える*/
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            /*高さを揃える*/ }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle {
              text-align: center;
              margin-bottom: 35px;
              color: #009f5d;
              /*高さを揃える*/
              flex-grow: 1;
              /*高さを揃える*/ }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle h4 {
                color: #009f5d;
                font-style: normal;
                position: relative; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle h4:before {
                  content: '';
                  display: inline-block;
                  width: 13px;
                  height: 13px;
                  background-image: url(../img/lp/oc2025/icon_time.png);
                  background-size: contain;
                  vertical-align: middle;
                  position: absolute;
                  top: 5px;
                  left: -20px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p {
                color: #009f5d;
                font-style: normal;
                position: relative;
                font-size: 85%;
                display: initial; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p:before {
                  content: '';
                  display: inline-block;
                  width: 13px;
                  height: 13px;
                  background-image: url(../img/lp/oc2025/icon_time.png);
                  background-size: contain;
                  vertical-align: middle;
                  position: absolute;
                  top: 3px;
                  left: -20px; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p span {
                  position: absolute;
                  display: block;
                  width: 195px; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p i {
                  margin-left: 200px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ProgramText p {
              line-height: 2; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ProgramText p a {
                color: #000; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #ProgramArea {
    padding: 100px 0 85px; }
    #OpenCampus #ProgramArea .Contents {
      width: 1000px;
      margin: 0 auto; }
      #OpenCampus #ProgramArea .Contents .ProgramTitle {
        text-align: center; }
        #OpenCampus #ProgramArea .Contents .ProgramTitle img {
          margin-bottom: 50px; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList {
        display: flex;
        justify-content: center; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList .List {
          width: 450px;
          margin-bottom: 75px;
          margin-right: 30px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List:last-child {
            margin-right: 0; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .Image {
            margin-bottom: 30px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .Image img {
              width: 450px;
              height: auto; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle {
            text-align: center;
            margin-bottom: 35px;
            color: #009f5d; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p span {
                position: absolute;
                display: block;
                width: 195px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p i {
                margin-left: 200px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p {
            line-height: 2; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p a {
              color: #000; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList_2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 130px; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List {
          width: 340px;
          margin-bottom: 75px;
          /*高さを揃える*/
          display: flex;
          flex-direction: column;
          /*高さを揃える*/ }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .Image {
            margin-bottom: 30px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent {
            /*高さを揃える*/
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            /*高さを揃える*/ }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle {
              text-align: center;
              margin-bottom: 35px;
              color: #009f5d;
              /*高さを揃える*/
              flex-grow: 1;
              /*高さを揃える*/ }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle h4 {
                color: #009f5d;
                font-style: normal; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle h4:before {
                  content: '';
                  display: inline-block;
                  width: 13px;
                  height: 13px;
                  background-image: url(../img/lp/oc2025/icon_time.png);
                  background-size: contain;
                  vertical-align: middle;
                  margin-right: 3px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p {
                color: #009f5d;
                font-style: normal;
                position: relative;
                font-size: 85%;
                display: initial; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p:before {
                  content: '';
                  display: inline-block;
                  width: 13px;
                  height: 13px;
                  background-image: url(../img/lp/oc2025/icon_time.png);
                  background-size: contain;
                  vertical-align: middle;
                  position: absolute;
                  top: 2px;
                  left: -20px; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p span {
                  position: absolute;
                  display: block;
                  width: 195px; }
                #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ContentsTitle p i {
                  margin-left: 200px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ProgramText p {
              line-height: 2; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ListContent .ProgramText p a {
                color: #000; } }
@media screen and (max-width: 768px) {
  #OpenCampus #ProgramArea {
    padding: 100px 0 0; }
    #OpenCampus #ProgramArea .Contents {
      width: 100%;
      margin: 0 auto; }
      #OpenCampus #ProgramArea .Contents .ProgramTitle {
        text-align: center; }
        #OpenCampus #ProgramArea .Contents .ProgramTitle img {
          margin-bottom: 50px;
          width: 290px;
          height: auto; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList {
        padding: 0 20px; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList .List {
          width: 100%;
          margin-bottom: 75px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .Image {
            margin-bottom: 30px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .Image img {
              width: 100%;
              height: auto; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle {
            text-align: center;
            margin-bottom: 35px;
            color: #009f5d; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle em:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p {
              color: #009f5d;
              font-style: normal;
              position: relative; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p:before {
                content: '';
                display: inline-block;
                width: 13px;
                height: 13px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 5px;
                left: -20px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ContentsTitle p span {
                margin-bottom: 5px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p {
            line-height: 2; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList .List .ProgramText p a {
              color: #000; }
      #OpenCampus #ProgramArea .Contents .ContentsImgList_2 {
        padding: 0 20px; }
        #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List {
          margin-bottom: 75px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .Image {
            margin-bottom: 30px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .Image img {
              width: 100%;
              height: auto; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle {
            text-align: center;
            margin-bottom: 35px;
            color: #009f5d; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle em {
              color: #009f5d;
              font-style: normal; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle em:before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                margin-right: 3px; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle p {
              color: #009f5d;
              font-style: normal;
              position: relative;
              font-size: 85%;
              display: initial; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle p:before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url(../img/lp/oc2025/icon_time.png);
                background-size: contain;
                vertical-align: middle;
                position: absolute;
                top: 2px;
                left: -20px; }
              #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ContentsTitle p span {
                margin-bottom: 5px; }
          #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ProgramText p {
            line-height: 2; }
            #OpenCampus #ProgramArea .Contents .ContentsImgList_2 .List .ProgramText p a {
              color: #000; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #StampRallyArea {
    background: url(../img/lp/oc2024/bg_stamprally.gif);
    padding: 20px 0; }
    #OpenCampus #StampRallyArea .Contents {
      background: url(../img/lp/oc2024/img_stamp_rallypng.png) no-repeat center top;
      height: 500px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #StampRallyArea {
    background: url(../img/lp/oc2024/bg_stamprally.gif);
    padding: 20px 0; }
    #OpenCampus #StampRallyArea .Contents {
      background: url(../img/lp/oc2024/img_stamp_rallypng.png) no-repeat center top;
      height: 385px;
      background-size: 990px; } }
@media screen and (max-width: 768px) {
  #OpenCampus #StampRallyArea {
    background: url(../img/lp/oc2024/bg_stamprally.gif);
    padding: 50px 10px; }
    #OpenCampus #StampRallyArea .Contents {
      background: url(../img/lp/oc2024/img_stamp_rallypng_sp.png) 0 0 no-repeat;
      padding-top: 158.25%;
      background-size: contain; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #MovieArea {
    background: #009f5d;
    margin-bottom: 50px; }
    #OpenCampus #MovieArea #MovieBG {
      background: url(../img/lp/oc2024/bg_movie.gif) no-repeat center top;
      padding: 70px 0; }
      #OpenCampus #MovieArea #MovieBG .Contents {
        width: 1130px;
        margin: 0 auto; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieTitle {
          text-align: center;
          margin-bottom: 50px; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame {
          text-align: center;
          margin-bottom: 50px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame iframe {
            margin-bottom: 10px;
            width: 900px;
            height: 500px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame p {
            color: #fff; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieText {
          margin-bottom: 50px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText h3 {
            color: #fff;
            font-size: 26px;
            margin-bottom: 30px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText p {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a.mailLink {
            text-decoration: none; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText .br {
            word-wrap: break-word;
            white-space: normal;
            display: block; }
        #OpenCampus #MovieArea #MovieBG .Contents #MovieReport {
          background: url(../img/lp/oc2018/bg_movie_report_pc.png) no-repeat center top;
          padding: 35px 0 0 680px;
          height: 208px;
          box-sizing: border-box; }
          #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul {
            display: flex;
            justify-content: center; }
            #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul li {
              margin-right: 10px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #MovieArea {
    background: #009f5d;
    margin-bottom: 50px; }
    #OpenCampus #MovieArea #MovieBG {
      background: url(../img/lp/oc2024/bg_movie.gif) no-repeat right top;
      padding: 70px 0; }
      #OpenCampus #MovieArea #MovieBG .Contents {
        width: 990px;
        margin: 0 auto;
        padding: 0 40px;
        box-sizing: border-box; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieTitle {
          text-align: center;
          margin-bottom: 50px; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame {
          text-align: center;
          margin-bottom: 50px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame iframe {
            margin-bottom: 10px;
            width: 700px;
            height: 400px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame p {
            color: #fff; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieText {
          margin-bottom: 50px;
          padding: 0 20px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText h3 {
            color: #fff;
            font-size: 26px;
            margin-bottom: 30px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText p {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a.mailLink {
            text-decoration: none; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText .br {
            word-break: normal; }
        #OpenCampus #MovieArea #MovieBG .Contents #MovieReport {
          background: url(../img/lp/oc2018/bg_movie_report_sp.png) no-repeat right top;
          height: 600px;
          padding-top: 150px;
          text-align: center;
          background-position: 50% 50%;
          margin-top: 0px; }
          #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul {
            display: flex;
            margin-top: 240px;
            justify-content: center; }
            #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul li {
              margin-right: 10px; }
              #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul li img {
                width: 25vw;
                height: auto; } }
@media screen and (max-width: 768px) {
  #OpenCampus #MovieArea {
    background: #009f5d; }
    #OpenCampus #MovieArea #MovieBG {
      background: url(../img/lp/oc2024/bg_movie_sp.gif) no-repeat center top;
      padding: 70px 0;
      height: auto;
      margin-bottom: 30px; }
      #OpenCampus #MovieArea #MovieBG .Contents {
        width: 100%;
        margin: 0 auto; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieTitle {
          text-align: center;
          margin-bottom: 50px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieTitle h2 img {
            width: 140px;
            height: auto; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame {
          text-align: center;
          margin-bottom: 50px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame iframe {
            width: 85%;
            margin-bottom: 10px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieFrame p {
            color: #fff;
            padding: 0 20px; }
        #OpenCampus #MovieArea #MovieBG .Contents .MovieText {
          margin-bottom: 50px;
          padding: 0 20px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText h3 {
            color: #fff;
            font-size: 22px;
            margin-bottom: 30px; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText p {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a {
            color: #fff; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText a.mailLink {
            text-decoration: none; }
          #OpenCampus #MovieArea #MovieBG .Contents .MovieText .br {
            word-break: normal; }
        #OpenCampus #MovieArea #MovieBG .Contents #MovieReport {
          background: url(../img/lp/oc2018/bg_movie_report_sp.png) no-repeat right top;
          text-align: center;
          background-position: 50% 50%;
          margin-top: 0px;
          background-size: 75vw;
          height: 90vw; }
          #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul {
            display: flex;
            padding-top: 48vw;
            justify-content: center; }
            #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul li {
              margin-right: 10px; }
              #OpenCampus #MovieArea #MovieBG .Contents #MovieReport #MovieReportContents ul li img {
                width: 33vw;
                height: auto; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #TimeScheduleArea {
    background: #009f5d;
    margin-bottom: 100px; }
    #OpenCampus #TimeScheduleArea #TimeScheduleBG {
      background: url(../img/lp/oc2024/bg_time_schedule.gif) no-repeat center top;
      padding: 70px 0; }
      #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents {
        width: 1130px;
        margin: 0 auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents .TimeScheduleTitle {
          text-align: center;
          margin-bottom: 50px; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul {
          display: flex;
          justify-content: center; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li {
            margin-right: 30px; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li:last-child {
              margin-right: 0; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg {
              margin-bottom: 20px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg a img {
                /*max-width: 100%;
                height: auto;*/ }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson {
          background: url(../img/lp/oc2018/bg_simulated_lesson_pc.png) no-repeat center top;
          padding: 48px 0 0 680px;
          height: 227px;
          box-sizing: border-box; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul {
            display: flex;
            justify-content: center; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul li {
              margin-right: 10px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #TimeScheduleArea {
    background: #009f5d;
    margin-bottom: 100px; }
    #OpenCampus #TimeScheduleArea #TimeScheduleBG {
      background: url(../img/lp/oc2024/bg_time_schedule.gif) no-repeat right top;
      padding: 70px 0; }
      #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents {
        width: 990px;
        margin: 0 auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents .TimeScheduleTitle {
          text-align: center;
          margin-bottom: 50px; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul {
          display: flex;
          justify-content: center; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li {
            margin-right: 30px; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li:last-child {
              margin-right: 0; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg {
              margin-bottom: 20px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg img {
                width: 300px;
                height: auto; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .PDF_btn img {
              width: 300px;
              height: auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson {
          background: url(../img/lp/oc2018/bg_simulated_lesson_sp.png) no-repeat right top;
          height: 580px;
          padding-top: 150px;
          text-align: center;
          background-position: 50% 50%;
          margin-top: 0px; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul {
            display: flex;
            margin-top: 240px;
            justify-content: center; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul li {
              margin-right: 10px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul li img {
                width: 25vw;
                height: auto; } }
@media screen and (max-width: 768px) {
  #OpenCampus #TimeScheduleArea {
    background: #009f5d;
    margin-bottom: 100px; }
    #OpenCampus #TimeScheduleArea #TimeScheduleBG {
      background: url(../img/lp/oc2024/bg_time_schedule_sp.gif) no-repeat center top;
      padding: 70px 0; }
      #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents {
        width: 100%;
        margin: 0 auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents .TimeScheduleTitle {
          text-align: center;
          margin-bottom: 50px; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents .TimeScheduleTitle h2 img {
            width: 320px;
            height: auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul {
          text-align: center; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li {
            margin-bottom: 40px; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li:last-child {
              margin-bottom: 0; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg {
              width: 90%;
              margin: 0 auto 20px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .ListImg img {
                width: 320px;
                height: auto; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .PDF_btn {
              width: 90%;
              margin: 0 auto 20px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents ul li .PDF_btn img {
                width: 100%;
                height: auto; }
        #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson {
          background: url(../img/lp/oc2018/bg_simulated_lesson_sp.png) no-repeat right top;
          text-align: center;
          background-position: 50% 50%;
          margin-top: 0px;
          background-size: 75vw;
          height: 90vw; }
          #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul {
            display: flex;
            padding-top: 48vw;
            justify-content: center; }
            #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul li {
              margin-right: 10px; }
              #OpenCampus #TimeScheduleArea #TimeScheduleBG .Contents #SimulatedLesson #SimulatedLessonContents ul li img {
                width: 33vw;
                height: auto; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #ShuttleBusArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x;
    margin-bottom: 100px; }
    #OpenCampus #ShuttleBusArea .ShuttleBusImgBG {
      background: url(../img/lp/oc2024/bg_shuttle_bus_01.png) no-repeat center top;
      /*height: 600px;*/ }
      #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents {
        width: 1130px;
        margin: 0 auto; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusImg_sp {
          display: none; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusTitle {
          padding-top: 45px;
          /*margin-bottom: 35px;*/
          margin-bottom: 5px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents h3 {
          font-size: 19px;
          margin-bottom: 20px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .Text p {
          line-height: 2;
          margin-bottom: 25px; }
    #OpenCampus #ShuttleBusArea a {
      color: #000; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #ShuttleBusArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x;
    margin-bottom: 100px; }
    #OpenCampus #ShuttleBusArea .ShuttleBusImgBG {
      background: url(../img/lp/oc2024/bg_shuttle_bus_01.png) no-repeat center top;
      /*height: 600px;*/
      background-size: 1160px;
      background-position-y: 70px;
      background-position-x: -25px; }
      #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents {
        width: 1000px;
        margin: 0 auto;
        padding-left: 25px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusImg_sp {
          display: none; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusTitle {
          padding-top: 45px;
          margin-bottom: 35px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents h3 {
          font-size: 19px;
          margin-bottom: 20px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .Text p {
          line-height: 2;
          margin-bottom: 25px; }
    #OpenCampus #ShuttleBusArea a {
      color: #000; } }
@media screen and (max-width: 768px) {
  #OpenCampus #ShuttleBusArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x; }
    #OpenCampus #ShuttleBusArea .ShuttleBusImgBG {
      /*background: url(../img/lp/oc2024/bg_shuttle_bus_01.png) no-repeat center top ;
      height: 260vw;
      background-position: 99% 84%;
      background-size: 206%;*/ }
      #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents {
        width: 100%;
        margin: 0 auto; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusImg_sp {
          margin-top: 30px; }
          #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusImg_sp img {
            width: 100%;
            height: auto; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusTitle {
          padding-top: 45px;
          margin-bottom: 10px;
          text-align: center; }
          #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .ShuttleBusTitle h2 img {
            width: 300px;
            height: auto; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents h3 {
          font-size: 15px;
          margin-bottom: 20px;
          padding: 10px; }
        #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .Text {
          padding: 10px; }
          #OpenCampus #ShuttleBusArea .ShuttleBusImgBG .Contents .Text p {
            line-height: 2;
            margin-bottom: 15px; }
    #OpenCampus #ShuttleBusArea a {
      color: #000; } }
#ShuttleBusArea02 {
  background-color: #f2f2f2;
  background-repeat: repeat-x;
  position: relative; }
  #ShuttleBusArea02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 0; }
  #ShuttleBusArea02:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    z-index: 0; }
  #ShuttleBusArea02 .ShuttleBus_contents {
    max-width: 1260px;
    margin: 50px auto;
    width: 90%;
    display: flex;
    position: relative;
    z-index: 1; }
    #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text {
      flex: 1;
      padding: 0 0 60px; }
      #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text .contents_ttl {
        margin-bottom: 10px; }
      #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text h3 {
        margin-bottom: 20px; }
      #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text .Text {
        margin-bottom: 20px; }
        #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text .Text p {
          line-height: 2; }
    #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_image {
      max-width: 700px;
      margin-left: 30px; }

@media screen and (max-width: 1080px) {
  #ShuttleBusArea02 .ShuttleBus_contents {
    display: block;
    padding: 0; }
    #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text {
      flex: 1;
      padding: 0; }
      #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text .contents_ttl {
        display: flex;
        justify-content: center; }
        #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_text .contents_ttl img {
          width: 250px;
          height: auto; }
    #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_image {
      max-width: 700px;
      margin: 30px 0 0 0; }
      #ShuttleBusArea02 .ShuttleBus_contents .ShuttleBus_image img {
        width: 100%;
        height: auto; } }
#BusTourArea02 {
  background-color: #f2f2f2;
  background-repeat: repeat-x;
  position: relative; }
  #BusTourArea02:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 0; }
  #BusTourArea02:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
    z-index: 0; }
  #BusTourArea02 .BusTour_contents {
    max-width: 1260px;
    margin: 50px auto;
    width: 90%;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 1; }
    #BusTourArea02 .BusTour_contents .BusTour_text {
      flex: 1;
      padding: 0 0 60px; }
      #BusTourArea02 .BusTour_contents .BusTour_text .BusTourTitle {
        margin-bottom: 20px; }
      #BusTourArea02 .BusTour_contents .BusTour_text h3 {
        margin-bottom: 20px; }
      #BusTourArea02 .BusTour_contents .BusTour_text .Text {
        margin-bottom: 20px; }
        #BusTourArea02 .BusTour_contents .BusTour_text .Text p {
          line-height: 2; }
    #BusTourArea02 .BusTour_contents .BusTour_image {
      max-width: 700px;
      margin-right: 30px; }
      #BusTourArea02 .BusTour_contents .BusTour_image img {
        width: 100%;
        height: auto; }

@media screen and (max-width: 1080px) {
  #BusTourArea02 .BusTour_contents {
    display: block;
    padding: 0; }
    #BusTourArea02 .BusTour_contents .BusTour_text {
      flex: 1;
      padding: 0; }
      #BusTourArea02 .BusTour_contents .BusTour_text .BusTourTitle {
        display: flex;
        justify-content: center; }
        #BusTourArea02 .BusTour_contents .BusTour_text .BusTourTitle img {
          width: 250px;
          height: auto; }
    #BusTourArea02 .BusTour_contents .BusTour_image {
      max-width: 700px;
      margin: 30px 0 0 0; }
      #BusTourArea02 .BusTour_contents .BusTour_image img {
        width: 100%;
        height: auto; } }
#TourBoxArea02 {
  margin-bottom: 20px; }
  #TourBoxArea02 .contents {
    max-width: 1130px;
    margin: 0 auto;
    width: 90%; }

.BusTour_box {
  background: url(../img/lp/oc2025/bg_bus_tour_02.jpg) no-repeat center top;
  background-size: cover;
  padding: 15px; }

.TourBox_inner {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  padding: 15px; }
  .TourBox_inner .bus_info img {
    width: 220px;
    height: auto;
    margin: -20px 0 0 20px; }
  .TourBox_inner .application_btn {
    max-width: 590px;
    margin: 0 auto;
    width: 90%; }
    .TourBox_inner .application_btn a {
      background: #c8161d;
      width: 100%;
      color: #fff;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      display: block;
      padding: 45px 0;
      border-radius: 10px;
      margin-top: 15px;
      text-decoration: none;
      letter-spacing: 0.2em;
      transition: 0.5s; }
      .TourBox_inner .application_btn a:hover {
        background: #bb0008; }
  .TourBox_inner .QR_Code {
    display: flex;
    justify-content: center;
    align-items: center; }

@media screen and (max-width: 1080px) {
  .BusTour_box {
    background: url(../img/lp/oc2025/bg_bus_tour_02.jpg) no-repeat center top;
    background-size: cover;
    padding: 15px; }

  .TourBox_inner {
    display: flex;
    flex-direction: column;
    width: 100%; }
    .TourBox_inner .bus_info {
      display: flex;
      justify-content: center; }
      .TourBox_inner .bus_info img {
        width: 180px;
        height: auto;
        margin: -20px auto 20px; }
    .TourBox_inner .application_btn {
      max-width: 590px;
      margin: 0 auto 20px;
      width: 90%; }
      .TourBox_inner .application_btn a {
        background: #c8161d;
        width: 100%;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
        display: block;
        padding: 25px 0;
        border-radius: 10px;
        margin-top: 15px;
        text-decoration: none;
        letter-spacing: 0.2em;
        transition: 0.5s; }
        .TourBox_inner .application_btn a:hover {
          background: #bb0008; }
    .TourBox_inner .QR_Code {
      display: none; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #BusTourArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x;
    margin-bottom: 50px; }
    #OpenCampus #BusTourArea .BusTourImgBG {
      background: url(../img/lp/oc2024/bg_bus_tour_01.png) no-repeat center top;
      height: 600px; }
      #OpenCampus #BusTourArea .BusTourImgBG .Contents {
        width: 1130px;
        margin: 0 auto; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .BusTourImg_sp {
          display: none; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight {
          float: right;
          width: 410px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .BusTourTitle {
            padding-top: 40px;
            margin-bottom: 30px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p {
            line-height: 2;
            margin-bottom: 40px; }
            #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p a {
              color: #000; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #BusTourArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x;
    margin-bottom: 50px; }
    #OpenCampus #BusTourArea .BusTourImgBG {
      background: url(../img/lp/oc2024/bg_bus_tour_01.png) no-repeat center top;
      height: 600px;
      background-size: 1160px;
      background-position-y: 70px;
      background-position-x: -90px; }
      #OpenCampus #BusTourArea .BusTourImgBG .Contents {
        width: 1000px;
        margin: 0 auto; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .BusTourImg_sp {
          display: none; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight {
          float: right;
          width: 410px;
          padding-right: 20px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .BusTourTitle {
            padding-top: 40px;
            margin-bottom: 30px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p {
            line-height: 2;
            margin-bottom: 40px; }
            #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p a {
              color: #000; } }
@media screen and (max-width: 768px) {
  #OpenCampus #BusTourArea {
    background: url(../img/lp/oc2024/bg_bus.gif) repeat-x;
    margin-bottom: 50px; }
    #OpenCampus #BusTourArea .BusTourImgBG {
      /*background: url(../img/lp/oc2024/bg_bus_tour_sp_01.png) no-repeat center top ;
      height: 200vw;
      background-position: 66% 94%;
      background-size: 116%;*/ }
      #OpenCampus #BusTourArea .BusTourImgBG .Contents {
        width: 100%;
        margin: 0 auto; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .BusTourImg_sp {
          margin-top: 30px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .BusTourImg_sp img {
            width: 100%;
            height: auto; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .BusTourTitle {
          padding-top: 45px;
          margin-bottom: 10px;
          text-align: center; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .BusTourTitle h2 img {
            width: 60%;
            height: auto; }
        #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text {
          padding: 20px; }
          #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p {
            line-height: 2;
            margin-bottom: 10px; }
            #OpenCampus #BusTourArea .BusTourImgBG .Contents .ContentsRight .Text p a {
              color: #000; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #TourList {
    margin-bottom: 30px; }
    #OpenCampus #TourList .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #TourList .Contents ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        background: inherit;
        padding-left: inherit; }
        #OpenCampus #TourList .Contents ul li a.TourBotton {
          display: block;
          z-index: 100;
          text-align: center;
          border: 1px solid #e7e7e7;
          color: #000;
          font-size: 14px;
          line-height: 50px;
          text-decoration: none;
          width: 213px;
          height: 60px;
          border-radius: 3px;
          z-index: 2;
          position: relative; }
          #OpenCampus #TourList .Contents ul li a.TourBotton:hover {
            background: #e7e7e7; }
          #OpenCampus #TourList .Contents ul li a.TourBotton span {
            text-indent: -999999px;
            display: inherit; }
            #OpenCampus #TourList .Contents ul li a.TourBotton span:after {
              position: absolute;
              top: 75%;
              left: 50%;
              display: block;
              content: '';
              width: 8px;
              height: 8px;
              margin-top: -7px;
              border-top: 2px solid #e50012;
              border-right: 2px solid #e50012;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #TourList {
    margin-bottom: 30px; }
    #OpenCampus #TourList .Contents {
      width: 900px;
      margin: 0 auto; }
      #OpenCampus #TourList .Contents ul li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        background: inherit;
        padding-left: inherit; }
        #OpenCampus #TourList .Contents ul li a.TourBotton {
          display: block;
          z-index: 100;
          text-align: center;
          border: 1px solid #e7e7e7;
          color: #000;
          font-size: 14px;
          line-height: 50px;
          text-decoration: none;
          width: 213px;
          height: 60px;
          border-radius: 3px;
          z-index: 2;
          position: relative; }
          #OpenCampus #TourList .Contents ul li a.TourBotton:hover {
            background: #e7e7e7; }
          #OpenCampus #TourList .Contents ul li a.TourBotton span {
            text-indent: -999999px;
            display: inherit; }
            #OpenCampus #TourList .Contents ul li a.TourBotton span:after {
              position: absolute;
              top: 75%;
              left: 50%;
              display: block;
              content: '';
              width: 8px;
              height: 8px;
              margin-top: -7px;
              border-top: 2px solid #e50012;
              border-right: 2px solid #e50012;
              -webkit-transform: rotate(135deg);
              transform: rotate(135deg); } }
@media screen and (max-width: 768px) {
  #OpenCampus #TourList {
    margin-bottom: 30px; }
    #OpenCampus #TourList .Contents {
      width: 100%;
      margin: 0 auto; }
      #OpenCampus #TourList .Contents ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 10px; }
        #OpenCampus #TourList .Contents ul li {
          background: inherit;
          width: 49%; }
          #OpenCampus #TourList .Contents ul li:nth-child(even) {
            margin: 0 0 10px; }
          #OpenCampus #TourList .Contents ul li a.TourBotton {
            display: block;
            z-index: 100;
            text-align: center;
            border: 1px solid #e7e7e7;
            color: #000;
            font-size: 3.5vw;
            line-height: 50px;
            text-decoration: none;
            width: 100%;
            height: 60px;
            border-radius: 3px;
            z-index: 2;
            position: relative; }
            #OpenCampus #TourList .Contents ul li a.TourBotton:hover {
              background: #e7e7e7; }
            #OpenCampus #TourList .Contents ul li a.TourBotton span {
              text-indent: -999999px;
              display: inherit; }
              #OpenCampus #TourList .Contents ul li a.TourBotton span:after {
                position: absolute;
                top: 75%;
                left: 50%;
                display: block;
                content: '';
                width: 8px;
                height: 8px;
                margin-top: -7px;
                border-top: 2px solid #e50012;
                border-right: 2px solid #e50012;
                -webkit-transform: rotate(135deg);
                transform: rotate(135deg); } }
@media screen and (min-width: 1025px) {
  #OpenCampus #TourBoxArea {
    width: 1130px;
    margin: 0 auto; }
    #OpenCampus #TourBoxArea .TourBox {
      border: 3px solid #e50012;
      padding: 47px 37px;
      margin-bottom: 65px; }
      #OpenCampus #TourBoxArea .TourBox .Book {
        width: 130px;
        float: left;
        margin-right: 30px; }
      #OpenCampus #TourBoxArea .TourBox .CenterContents {
        /*width: 725px;*/
        width: 850px;
        float: left;
        margin-right: 10px; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .BusBottom a {
          background: #c8161d;
          width: 100%;
          color: #fff;
          font-size: 27px;
          font-weight: bold;
          text-align: center;
          display: block;
          padding: 45px 0;
          border-radius: 10px;
          margin-top: 25px;
          text-decoration: none;
          letter-spacing: 0.2em; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel {
          float: left; }
          #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel img {
            display: block; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel_sp {
          display: none; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application {
          float: right; }
          #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application img {
            width: 93px;
            height: 31px;
            display: block; }
      #OpenCampus #TourBoxArea .TourBox .QR_Code {
        width: 137px;
        float: right; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #TourBoxArea {
    width: 1000px;
    margin: 0 auto; }
    #OpenCampus #TourBoxArea .TourBox {
      border: 3px solid #e50012;
      padding: 47px 37px;
      margin-bottom: 65px; }
      #OpenCampus #TourBoxArea .TourBox .Book {
        width: 130px;
        float: left;
        margin-right: 30px; }
      #OpenCampus #TourBoxArea .TourBox .CenterContents {
        /*width: 550px;*/
        width: 720px;
        float: left;
        margin-right: 10px; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .BusBottom a {
          background: #c8161d;
          width: 100%;
          color: #fff;
          font-size: 27px;
          font-weight: bold;
          text-align: center;
          display: block;
          padding: 45px 0;
          border-radius: 10px;
          margin-top: 20px;
          text-decoration: none;
          letter-spacing: 0.2em; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel {
          float: left; }
          #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel img {
            width: 448px;
            height: auto;
            display: block; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel_sp {
          display: none; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application {
          float: right; }
          #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application img {
            width: 93px;
            height: 31px;
            display: block; }
      #OpenCampus #TourBoxArea .TourBox .QR_Code {
        width: 137px;
        float: right; } }
@media screen and (max-width: 768px) {
  #OpenCampus #TourBoxArea {
    width: 100%;
    margin: 0 auto; }
    #OpenCampus #TourBoxArea .TourBox {
      border: 3px solid #e50012;
      padding: 20px;
      width: 85%;
      margin: 0 auto; }
      #OpenCampus #TourBoxArea .TourBox .Book {
        text-align: center;
        margin-bottom: 10px; }
      #OpenCampus #TourBoxArea .TourBox .CenterContents {
        width: 100%; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .BusBottom a {
          background: #c8161d;
          width: 100%;
          color: #fff;
          font-size: 19px;
          font-weight: bold;
          text-align: center;
          display: block;
          padding: 30px 0;
          border-radius: 10px;
          margin-bottom: 20px;
          text-decoration: none; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel {
          display: none; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .tel_sp img {
          display: block;
          width: 100%;
          height: auto; }
        #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application {
          text-align: center;
          margin: 10px 0; }
          #OpenCampus #TourBoxArea .TourBox .CenterContents .Info .application img {
            width: 40%;
            height: auto; }
      #OpenCampus #TourBoxArea .TourBox .QR_Code {
        display: none; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #TourText .Contents {
    width: 1130px;
    margin: 0 auto; }
    #OpenCampus #TourText .Contents ul.circleDouble li {
      margin-bottom: 10px; }
      #OpenCampus #TourText .Contents ul.circleDouble li:before {
        content: "◎"; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #TourText .Contents {
    margin: 0 auto;
    padding: 20px; }
    #OpenCampus #TourText .Contents ul.circleDouble li {
      margin-bottom: 10px;
      line-height: 2; }
      #OpenCampus #TourText .Contents ul.circleDouble li:before {
        content: "◎"; } }
@media screen and (max-width: 768px) {
  #OpenCampus #TourText .Contents {
    margin: 0 auto;
    padding: 20px; }
    #OpenCampus #TourText .Contents ul.circleDouble li {
      margin-bottom: 10px;
      line-height: 2; }
      #OpenCampus #TourText .Contents ul.circleDouble li:before {
        content: "◎"; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #Times_of_Day {
    margin-bottom: 100px; }
    #OpenCampus #Times_of_Day .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents {
        width: 1008px;
        float: left; }
        #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents div {
          margin-bottom: 10px; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRight {
        float: right; }
        #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRight .TourKGU {
          border-radius: 3px;
          border: 4px solid #4ebbaa;
          width: 103px;
          height: 1381px;
          position: relative; }
        #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRight .boxFixed {
          position: sticky;
          top: 0;
          margin-left: 8px; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRightSP {
        display: none; }
    #OpenCampus #Times_of_Day .display_none {
      display: none; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #Times_of_Day {
    overflow-x: auto;
    margin-bottom: 100px; }
    #OpenCampus #Times_of_Day .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents {
        width: 1008px;
        float: left; }
        #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents div {
          margin-bottom: 35px; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRight {
        display: none; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRightSP {
        float: right; }
    #OpenCampus #Times_of_Day .display_none {
      display: block; } }
@media screen and (max-width: 768px) {
  #OpenCampus #Times_of_Day {
    overflow-x: auto;
    margin-bottom: 100px; }
    #OpenCampus #Times_of_Day .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents {
        width: 1008px;
        float: left; }
        #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseContents div {
          margin-bottom: 40px; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRight {
        display: none; }
      #OpenCampus #Times_of_Day .Contents .Times_of_DayCourse .CourseRightSP {
        float: right; }
    #OpenCampus #Times_of_Day .display_none {
      display: block; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #InterviewArea {
    margin-bottom: 50px; }
    #OpenCampus #InterviewArea .InterviewBG {
      background: url(../img/lp/oc2018/bg_interview.png) repeat-x; }
      #OpenCampus #InterviewArea .InterviewBG .Contents {
        width: 1130px;
        margin: 0 auto; }
        #OpenCampus #InterviewArea .InterviewBG .Contents .InterviewTitle {
          text-align: center;
          padding-top: 15px;
          margin-bottom: 40px; }
        #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList {
          display: flex;
          justify-content: space-between; }
          #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li {
            width: 340px; }
            #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea {
              padding: 30px 0;
              text-align: center; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea em {
                font-style: normal;
                color: #009f5d;
                font-size: 14px;
                margin-bottom: 15px;
                display: block; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea i {
                font-style: normal;
                font-weight: bold;
                margin-bottom: 20px;
                display: block; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea small {
                display: block; }
    #OpenCampus #InterviewArea .slide_contnetns {
      display: none; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #InterviewArea {
    margin-bottom: 50px; }
    #OpenCampus #InterviewArea .InterviewBG {
      background: url(../img/lp/oc2018/bg_interview.png) repeat-x; }
      #OpenCampus #InterviewArea .InterviewBG .Contents {
        width: 1000px;
        margin: 0 auto; }
        #OpenCampus #InterviewArea .InterviewBG .Contents .InterviewTitle {
          text-align: center;
          padding-top: 15px;
          margin-bottom: 40px; }
        #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList {
          display: flex;
          justify-content: space-between; }
          #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li {
            width: 300px; }
            #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li img {
              width: 300px;
              height: auto; }
            #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea {
              padding: 30px 0;
              text-align: center; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea em {
                font-style: normal;
                color: #009f5d;
                font-size: 14px;
                margin-bottom: 15px;
                display: block; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea i {
                font-style: normal;
                font-weight: bold;
                margin-bottom: 20px;
                display: block; }
              #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList li .TextArea small {
                display: block; }
    #OpenCampus #InterviewArea .slide_contnetns {
      display: none; } }
@media screen and (max-width: 768px) {
  #OpenCampus #InterviewArea {
    margin-bottom: 50px; }
    #OpenCampus #InterviewArea .InterviewBG {
      background: url(../img/lp/oc2018/bg_interview.png) repeat-x;
      margin-bottom: 100px; }
      #OpenCampus #InterviewArea .InterviewBG .Contents {
        margin: 0 auto; }
        #OpenCampus #InterviewArea .InterviewBG .Contents .InterviewTitle {
          text-align: center;
          padding-top: 15px;
          margin-bottom: 40px; }
          #OpenCampus #InterviewArea .InterviewBG .Contents .InterviewTitle h2 img {
            width: 70%;
            height: auto; }
        #OpenCampus #InterviewArea .InterviewBG .Contents .slide_contnetns ul.bxslider li img {
          margin: 0 auto;
          display: block; }
        #OpenCampus #InterviewArea .InterviewBG .Contents .slide_contnetns ul.bxslider li .TextArea {
          padding: 30px 0;
          text-align: center; }
          #OpenCampus #InterviewArea .InterviewBG .Contents .slide_contnetns ul.bxslider li .TextArea em {
            font-style: normal;
            color: #009f5d;
            font-size: 14px;
            margin-bottom: 15px;
            display: block; }
          #OpenCampus #InterviewArea .InterviewBG .Contents .slide_contnetns ul.bxslider li .TextArea i {
            font-style: normal;
            font-weight: bold;
            margin-bottom: 20px;
            display: block; }
          #OpenCampus #InterviewArea .InterviewBG .Contents .slide_contnetns ul.bxslider li .TextArea small {
            display: block; }
        #OpenCampus #InterviewArea .InterviewBG .Contents ul#InterviewList {
          display: none; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #GalleryArea {
    margin-bottom: 100px; }
    #OpenCampus #GalleryArea #GalleryTop {
      background: url(../img/lp/oc2024/bg_gallery_top.gif) repeat-x; }
      #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle {
        /*background: url(../img/lp/oc2024/bg_tit_gallery.png) no-repeat center top ;*/
        height: 274px;
        position: relative; }
        #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 {
          text-align: center;
          padding: 60px 0 0; }
          #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 img {
            position: absolute;
            left: 300px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #GalleryArea {
    margin-bottom: 100px; }
    #OpenCampus #GalleryArea #GalleryTop {
      background: url(../img/lp/oc2024/bg_gallery_top.gif) repeat-x; }
      #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle {
        /*background: url(../img/lp/oc2024/bg_tit_gallery.png) no-repeat center bottom ;*/
        height: 225px;
        background-size: 1030px;
        position: relative; }
        #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 {
          text-align: center;
          padding: 50px 0 0; }
          #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 img {
            position: absolute;
            left: 300px; } }
@media screen and (max-width: 768px) {
  #OpenCampus #GalleryArea {
    margin-bottom: 100px; }
    #OpenCampus #GalleryArea #GalleryTop {
      background: url(../img/lp/oc2024/bg_gallery_top.gif) repeat-x; }
      #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle {
        /*background: url(../img/lp/oc2024/tit_gallery_sp.png) no-repeat center top ;*/
        /*height: 270px;*/
        height: 140px;
        background-position: 50% 26px; }
        #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 {
          text-align: center;
          padding: 30px 0 0; }
          #OpenCampus #GalleryArea #GalleryTop .Contents .GalleryTitle h2 img {
            /*width: 150px;*/
            width: 230px;
            height: auto; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #AccessArea .Contents {
    width: 1130px;
    margin: 0 auto; }
    #OpenCampus #AccessArea .Contents .AccessTitle {
      text-align: center;
      margin-bottom: 50px; }
      #OpenCampus #AccessArea .Contents .AccessTitle p {
        margin-top: 10px;
        color: #343434; }
    #OpenCampus #AccessArea .Contents .GoogleMapText p a {
      color: #000;
      text-decoration: none; }
      #OpenCampus #AccessArea .Contents .GoogleMapText p a.another_window:after {
        content: url(../img/lp/oc2025/icon_another_window.png);
        padding-left: 10px; }
  #OpenCampus #AccessArea #GoogleMap iframe {
    width: 100%;
    margin-bottom: 15px; }
  #OpenCampus #AccessArea .AccessInfo {
    width: 1130px;
    margin: 50px auto; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessLeft {
      float: left;
      width: 720px;
      margin-right: 49px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessRight {
      float: right;
      width: 360px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessTitle {
      font-weight: 600;
      border-bottom: 1px solid #333;
      text-align: left;
      margin-bottom: 20px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo {
      margin-bottom: 39px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dt {
        color: #e50012;
        display: block;
        margin-top: 7px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dd {
        display: block;
        color: #343434;
        margin-left: 2em;
        margin-bottom: 10px;
        line-height: 2; }
        #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dd a {
          color: #000; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #AccessArea .Contents {
    width: 1000px;
    margin: 0 auto; }
    #OpenCampus #AccessArea .Contents .AccessTitle {
      text-align: center;
      margin-bottom: 50px; }
      #OpenCampus #AccessArea .Contents .AccessTitle p {
        margin-top: 10px;
        color: #343434; }
    #OpenCampus #AccessArea .Contents .GoogleMapText p a {
      color: #000;
      text-decoration: none; }
      #OpenCampus #AccessArea .Contents .GoogleMapText p a.another_window:after {
        content: url(../img/lp/oc2025/icon_another_window.png);
        padding-left: 10px; }
  #OpenCampus #AccessArea #GoogleMap iframe {
    width: 100%;
    margin-bottom: 15px; }
  #OpenCampus #AccessArea .AccessInfo {
    width: 1000px;
    margin: 50px auto; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessLeft {
      float: left;
      width: 630px;
      margin-right: 30px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessRight {
      float: right;
      width: 310px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessTitle {
      font-weight: 600;
      border-bottom: 1px solid #333;
      text-align: left;
      margin-bottom: 20px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo {
      margin-bottom: 39px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dt {
        color: #e50012;
        display: block;
        margin-top: 7px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dd {
        display: block;
        color: #343434;
        margin-left: 2em;
        margin-bottom: 10px;
        line-height: 2; } }
@media screen and (max-width: 768px) {
  #OpenCampus #AccessArea .Contents {
    margin: 0 auto;
    padding: 20px; }
    #OpenCampus #AccessArea .Contents .AccessTitle {
      text-align: center;
      margin-bottom: 50px; }
      #OpenCampus #AccessArea .Contents .AccessTitle p {
        margin-top: 10px;
        color: #343434; }
      #OpenCampus #AccessArea .Contents .AccessTitle h2 img {
        width: 220px;
        height: auto; }
    #OpenCampus #AccessArea .Contents .GoogleMapText p a {
      color: #000;
      text-decoration: none; }
      #OpenCampus #AccessArea .Contents .GoogleMapText p a.another_window:after {
        content: url(../img/lp/oc2025/icon_another_window.png);
        padding-left: 10px; }
  #OpenCampus #AccessArea #GoogleMap iframe {
    width: 100%;
    margin-bottom: 15px; }
  #OpenCampus #AccessArea .AccessInfo {
    margin: 50px auto;
    padding: 20px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area .OC_AccessTitle {
      font-weight: 600;
      border-bottom: 1px solid #333;
      text-align: left;
      margin-bottom: 20px; }
    #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo {
      margin-bottom: 39px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dt {
        color: #e50012;
        display: block;
        margin-top: 7px; }
      #OpenCampus #AccessArea .AccessInfo .AccessInfo_area dl.OC_AccessInfo dd {
        display: block;
        color: #343434;
        margin-left: 2em;
        margin-bottom: 10px;
        line-height: 2; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #SNS_Area {
    margin-bottom: 30px; }
    #OpenCampus #SNS_Area .Contents {
      width: 1130px;
      margin: 0 auto; }
      #OpenCampus #SNS_Area .Contents ul {
        display: flex;
        justify-content: center; }
      #OpenCampus #SNS_Area .Contents li {
        margin-right: 10px; }
        #OpenCampus #SNS_Area .Contents li img {
          width: 52px;
          height: 53px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #SNS_Area {
    margin-bottom: 30px; }
    #OpenCampus #SNS_Area .Contents {
      width: 1000px;
      margin: 0 auto; }
      #OpenCampus #SNS_Area .Contents ul {
        display: flex;
        justify-content: center; }
      #OpenCampus #SNS_Area .Contents li {
        margin-right: 10px; }
        #OpenCampus #SNS_Area .Contents li img {
          width: 52px;
          height: 53px; } }
@media screen and (max-width: 768px) {
  #OpenCampus #SNS_Area {
    margin: 30px 0; }
    #OpenCampus #SNS_Area .Contents {
      margin: 0 auto; }
      #OpenCampus #SNS_Area .Contents ul {
        display: flex;
        justify-content: center; }
      #OpenCampus #SNS_Area .Contents li {
        margin-right: 10px; }
        #OpenCampus #SNS_Area .Contents li img {
          width: 42px;
          height: 43px; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #InformationArea .Contents {
    width: 1130px;
    margin: 0 auto; }
    #OpenCampus #InformationArea .Contents .Box {
      width: 800px;
      padding: 40px 0;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 10px #aaa;
      -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      margin: 0 auto 40px; }
      #OpenCampus #InformationArea .Contents .Box p {
        line-height: 2; }
        #OpenCampus #InformationArea .Contents .Box p.Green {
          color: #009f5d !important; }
        #OpenCampus #InformationArea .Contents .Box p a {
          color: #000;
          text-decoration: none; }
      #OpenCampus #InformationArea .Contents .Box .InfoTEL img {
        margin: 10px; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #InformationArea .Contents {
    width: 1000px;
    margin: 0 auto; }
    #OpenCampus #InformationArea .Contents .Box {
      width: 800px;
      padding: 40px 0;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 10px #aaa;
      -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      margin: 0 auto 40px; }
      #OpenCampus #InformationArea .Contents .Box p {
        line-height: 2; }
        #OpenCampus #InformationArea .Contents .Box p.Green {
          color: #009f5d !important; }
        #OpenCampus #InformationArea .Contents .Box p a {
          color: #000;
          text-decoration: none; }
      #OpenCampus #InformationArea .Contents .Box .InfoTEL img {
        margin: 10px; } }
@media screen and (max-width: 768px) {
  #OpenCampus #InformationArea .Contents {
    margin: 0 auto; }
    #OpenCampus #InformationArea .Contents .Box {
      width: 90%;
      padding: 40px 0;
      border-radius: 10px;
      text-align: center;
      box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 10px #aaa;
      -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
      margin: 0 auto 40px; }
      #OpenCampus #InformationArea .Contents .Box h3 {
        font-size: 15px; }
      #OpenCampus #InformationArea .Contents .Box p {
        line-height: 2; }
        #OpenCampus #InformationArea .Contents .Box p.Green {
          color: #009f5d !important; }
        #OpenCampus #InformationArea .Contents .Box p a {
          color: #000;
          text-decoration: none; }
      #OpenCampus #InformationArea .Contents .Box .InfoTEL img {
        width: 280px;
        height: auto;
        margin: 10px; } }
@media screen and (min-width: 769px) {
  #OpenCampus .FooterContents {
    margin-bottom: 20px; }
    #OpenCampus .FooterContents .FooterMenu ul {
      display: flex;
      justify-content: center; }
      #OpenCampus .FooterContents .FooterMenu ul li {
        padding: 20px 0 0;
        font-weight: bold; }
        #OpenCampus .FooterContents .FooterMenu ul li:before {
          content: " ／ ";
          color: #ff0000; }
        #OpenCampus .FooterContents .FooterMenu ul li:first-child:before {
          content: " "; }
        #OpenCampus .FooterContents .FooterMenu ul li a {
          text-decoration: none;
          color: #ff0000; } }
@media screen and (max-width: 768px) {
  #OpenCampus .FooterContents {
    margin-bottom: 20px; }
    #OpenCampus .FooterContents .FooterMenu {
      display: none; } }
@media screen and (min-width: 769px) {
  #OpenCampus #FooterLOGO {
    border-top: 4px solid #ff0000;
    padding: 30px 0; }
    #OpenCampus #FooterLOGO .FooterImg {
      text-align: center; }
      #OpenCampus #FooterLOGO .FooterImg img {
        width: 270px;
        height: auto; } }
@media screen and (max-width: 768px) {
  #OpenCampus #FooterLOGO {
    border-top: 4px solid #ff0000;
    padding: 30px 0; }
    #OpenCampus #FooterLOGO .FooterImg {
      text-align: center; }
      #OpenCampus #FooterLOGO .FooterImg img {
        width: 270px;
        height: auto; } }
@media screen and (min-width: 769px) {
  #OpenCampus ul#GalleryList {
    display: flex;
    flex-wrap: wrap; }
    #OpenCampus ul#GalleryList li {
      width: 20%; }
      #OpenCampus ul#GalleryList li img {
        width: 100%;
        height: auto;
        vertical-align: bottom; } }
@media screen and (max-width: 768px) {
  #OpenCampus ul#GalleryList {
    display: flex;
    flex-wrap: wrap; }
    #OpenCampus ul#GalleryList li {
      width: 33.33%; }
      #OpenCampus ul#GalleryList li img {
        width: 100%;
        height: auto;
        vertical-align: bottom; } }
@media screen and (min-width: 769px) {
  #OpenCampus .pagetop {
    position: fixed;
    right: 10px;
    margin-bottom: 10px;
    background: #FFF;
    z-index: 999999; }
    #OpenCampus .pagetop img {
      vertical-align: bottom;
      width: 60px;
      height: 60px; } }
@media screen and (max-width: 768px) {
  #OpenCampus .pagetop {
    position: fixed;
    right: 10px;
    margin-bottom: 10px;
    background: #FFF;
    z-index: 999999; }
    #OpenCampus .pagetop img {
      vertical-align: bottom;
      width: 50px;
      height: 50px; } }
@media screen and (min-width: 1025px) {
  #OpenCampus #MovieBG {
    position: relative;
    height: 780px;
    margin-bottom: 50px; }
    #OpenCampus #MovieBG .MovieContentsArea {
      width: 1130px;
      margin: 0 auto;
      position: relative;
      height: 780px; }
      #OpenCampus #MovieBG .MovieContentsArea .Img_KGU_Copy {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 2; }
      #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul {
        position: absolute;
        right: 0;
        bottom: 70px;
        z-index: 2; }
        #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li {
          margin-bottom: 20px; }
          #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a {
            color: #fff;
            width: 470px;
            border: 2px solid #fff;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 5px;
            display: block;
            text-decoration: none;
            position: relative; }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:after {
              display: block;
              content: '';
              position: absolute;
              top: 2em;
              left: 27em;
              width: 6px;
              height: 6px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover {
              color: #000;
              background: #fff;
              width: 470px;
              border: 2px solid #fff;
              padding: 20px;
              box-sizing: border-box;
              border-radius: 5px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-transition: all .3s;
              transition: all .3s; }
              #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover:after {
                display: block;
                content: '';
                position: absolute;
                top: 2em;
                left: 27em;
                width: 6px;
                height: 6px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    #OpenCampus #MovieBG #background,
    #OpenCampus #MovieBG #background-front {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      min-width: 100%;
      height: 780px;
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      /*width: 177.77777778vh;*/ } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus #MovieBG {
    position: relative;
    height: 670px;
    margin-bottom: 50px; }
    #OpenCampus #MovieBG .MovieContentsArea {
      width: 800px;
      margin: 0 auto;
      position: relative;
      height: 670px; }
      #OpenCampus #MovieBG .MovieContentsArea .Img_KGU_Copy {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 2; }
      #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul {
        position: absolute;
        right: 0;
        bottom: 70px;
        z-index: 2; }
        #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li {
          margin-bottom: 20px; }
          #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a {
            color: #fff;
            width: 320px;
            border: 2px solid #fff;
            padding: 20px;
            box-sizing: border-box;
            border-radius: 5px;
            display: block;
            text-decoration: none;
            position: relative; }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:after {
              display: block;
              content: '';
              position: absolute;
              top: 2em;
              left: 18em;
              width: 6px;
              height: 6px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover {
              color: #000;
              background: #fff;
              width: 320px;
              border: 2px solid #fff;
              padding: 20px;
              box-sizing: border-box;
              border-radius: 5px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-transition: all .3s;
              transition: all .3s; }
              #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover:after {
                display: block;
                content: '';
                position: absolute;
                top: 2em;
                left: 18em;
                width: 6px;
                height: 6px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    #OpenCampus #MovieBG #background,
    #OpenCampus #MovieBG #background-front {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      min-width: 100%;
      /*height: 670px;*/
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      box-sizing: border-box;
      height: 56.25vw;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      /*width: 177.77777778vh;*/ } }
@media screen and (max-width: 768px) {
  #OpenCampus #MovieBG {
    position: relative;
    height: 55vh;
    background: url("../img/lp/oc2024/bg_youtube_sp.jpg") no-repeat center;
    background-size: 110vh;
    margin-bottom: 50px; }
    #OpenCampus #MovieBG .MovieContentsArea {
      width: 100%;
      margin: 0 auto; }
      #OpenCampus #MovieBG .MovieContentsArea .Img_KGU_Copy {
        position: absolute;
        top: 20px;
        left: 10px; }
        #OpenCampus #MovieBG .MovieContentsArea .Img_KGU_Copy img {
          width: 30vw;
          height: auto; }
      #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul {
        position: absolute;
        right: 10px;
        bottom: 10px; }
        #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li {
          margin-bottom: 10px; }
          #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a {
            color: #fff;
            width: 50vw;
            border: 2px solid #fff;
            padding: 10px;
            box-sizing: border-box;
            border-radius: 5px;
            display: block;
            text-decoration: none;
            position: relative; }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:after {
              display: block;
              content: '';
              position: absolute;
              top: 50%;
              left: 45vw;
              width: 6px;
              height: 6px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover {
              color: #000;
              background: #fff;
              width: 50vw;
              border: 2px solid #fff;
              padding: 10px;
              box-sizing: border-box;
              border-radius: 5px;
              display: block;
              text-decoration: none;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              -webkit-transition: all .3s;
              transition: all .3s; }
              #OpenCampus #MovieBG .MovieContentsArea .Btn_KGU ul li a:hover:after {
                display: block;
                content: '';
                position: absolute;
                top: 50%;
                left: 45vw;
                width: 6px;
                height: 6px;
                border-right: 1px solid #000;
                border-bottom: 1px solid #000;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    #OpenCampus #MovieBG #background,
    #OpenCampus #MovieBG #background-front {
      display: none; } }
/* pc */
@media screen and (min-width: 769px) {
  /** RESET AND LAYOUT
  ===================================*/
  .bx-wrapper {
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
    *zoom: 1; }

  .bx-wrapper img {
    max-width: 100%;
    display: block; }

  /** THEME
  ===================================*/
  .bx-wrapper .bx-viewport {
  /*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
  */
    left: -5px;
    /*background: #fff;*/
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    /*bottom: -30px;*/
    width: 100%; }

  /* LOADER */
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/img_esthetics/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 50px; }

  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffda90;
    text-indent: -9999px;
    display: block;
    /*width: 10px;*/
    width: 50px;
    /*height: 10px;*/
    height: 5px;
    margin: 0 2px;
    outline: 0;
    	/*
      -moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
      */ }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffaa00; }

  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: -90px;
    background: url(../images/btn_theme_back.png) no-repeat; }

  .bx-wrapper .bx-next {
    right: -90px;
    background: url(../images/btn_theme_next.png) no-repeat; }

  .bx-wrapper .bx-prev:hover {
    left: -90px;
    background: url(../images/btn_theme_back.png) no-repeat; }

  .bx-wrapper .bx-next:hover {
    right: -90px;
    background: url(../images/btn_theme_next.png) no-repeat; }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    	/*
      width: 32px;
    	height: 32px;
      */
    width: 28px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999; }

  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
    text-align: center; }

  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/js_img/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }

  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }

  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/js_img/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }

  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }

  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }

  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9 ;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }

  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; } }
/* smartPhone */
@media screen and (max-width: 768px) {
  /*縺薙％縺ｫ繧ｹ繝槭�逕ｨ繧ｹ繧ｿ繧､繝ｫ繧定ｨ倩ｿｰ*/
  /** RESET AND LAYOUT
  ===================================*/
  .bx-wrapper {
    position: relative;
    margin: 0 auto 40px;
    padding: 0;
    *zoom: 1; }

  .bx-wrapper img {
    max-width: 75%;
    height: auto;
    /*display: block;*/ }

  /** THEME
  ===================================*/
  .bx-wrapper .bx-viewport {
  /*
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
  */
    left: -5px;
    /*background: #fff;*/
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute;
    /*bottom: -30px;*/
    width: 100%; }

  /* LOADER */
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../img/js_img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }

  /* PAGER */
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px; }

  .bx-wrapper .bx-pager .bx-pager-item,
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }

  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ff7272;
    text-indent: -9999px;
    display: block;
    /*width: 10px;*/
    width: 50px;
    /*height: 10px;*/
    height: 5px;
    margin: 0 2px;
    outline: 0;
    	/*
      -moz-border-radius: 5px;
    	-webkit-border-radius: 5px;
    	border-radius: 5px;
      */ }

  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c8161d; }

  /* DIRECTION CONTROLS (NEXT / PREV) */
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/lp/oc2018/btn_theme_back.png) no-repeat; }

  .bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/lp/oc2018/btn_theme_next.png); }

  .bx-wrapper .bx-prev:hover {
    left: 10px;
    background: url(../img/lp/oc2018/btn_theme_back.png) no-repeat; }

  .bx-wrapper .bx-next:hover {
    right: 10px;
    background: url(../img/lp/oc2018/btn_theme_next.png) no-repeat; }

  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    outline: 0;
    	/*
      width: 32px;
    	height: 32px;
      */
    width: 28px;
    height: 48px;
    text-indent: -9999px;
    z-index: 9999; }

  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

  /* AUTO CONTROLS (START / STOP) */
  .bx-wrapper .bx-controls-auto {
    text-align: center; }

  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/js_img/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }

  .bx-wrapper .bx-controls-auto .bx-start:hover,
  .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0; }

  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/js_img/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }

  .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px; }

  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }

  /* IMAGE CAPTIONS */
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9 ;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }

  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; } }
@media screen and (min-width: 1025px) {
  #OpenCampus .innerTop {
    position: fixed;
    bottom: 50px;
    right: 25px;
    z-index: 9999999999; }
    #OpenCampus .innerTop .floating_bnt img {
      width: 150px;
      height: auto; }
  #OpenCampus .innerTopSP {
    display: none; } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus .innerTop {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 9999999999; }
    #OpenCampus .innerTop .floating_bnt img {
      width: 100px;
      height: auto; }
  #OpenCampus .innerTopSP {
    display: none; } }
@media screen and (max-width: 768px) {
  #OpenCampus .innerTop {
    display: none; }
  #OpenCampus .innerTopSP {
    position: fixed;
    bottom: -10px;
    z-index: 9999999999; }
    #OpenCampus .innerTopSP .floating_bnt img {
      width: 100%;
      height: auto; }

  footer {
    margin-bottom: 70px; } }
@media screen and (min-width: 1025px) {
  #OpenCampus .ButtonArea_02 {
    width: 250px;
    margin: 0 auto; }
    #OpenCampus .ButtonArea_02 a {
      color: #fff;
      background: #ff0000;
      width: 250px;
      font-size: 16px;
      border: 2px solid #ff0000;
      padding: 7px 30px;
      box-sizing: border-box;
      border-radius: 100px;
      display: block;
      text-decoration: none;
      position: relative;
      font-weight: bold;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      #OpenCampus .ButtonArea_02 a:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #OpenCampus .ButtonArea_02 a:hover {
        color: #ff0000;
        background: #fff;
        width: 250px;
        font-size: 17px;
        border: 2px solid #ff0000;
        padding: 7px 30px;
        box-sizing: border-box;
        border-radius: 100px;
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: bold;
        text-align: center; }
      #OpenCampus .ButtonArea_02 a:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #OpenCampus .ButtonArea_02 {
    width: 250px;
    margin: 0 auto; }
    #OpenCampus .ButtonArea_02 a {
      color: #fff;
      background: #ff0000;
      width: 250px;
      font-size: 16px;
      border: 2px solid #ff0000;
      padding: 7px 30px;
      box-sizing: border-box;
      border-radius: 100px;
      display: block;
      text-decoration: none;
      position: relative;
      font-weight: bold;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      #OpenCampus .ButtonArea_02 a:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #OpenCampus .ButtonArea_02 a:hover {
        color: #ff0000;
        background: #fff;
        width: 250px;
        font-size: 17px;
        border: 2px solid #ff0000;
        padding: 7px 30px;
        box-sizing: border-box;
        border-radius: 100px;
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: bold;
        text-align: center; }
      #OpenCampus .ButtonArea_02 a:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media screen and (max-width: 768px) {
  #OpenCampus .ButtonArea_02 {
    width: 250px;
    margin: 0 auto; }
    #OpenCampus .ButtonArea_02 a {
      color: #fff;
      background: #ff0000;
      width: 250px;
      font-size: 16px;
      border: 2px solid #ff0000;
      padding: 7px 30px;
      box-sizing: border-box;
      border-radius: 100px;
      display: block;
      text-decoration: none;
      position: relative;
      font-weight: bold;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all .3s;
      transition: all .3s;
      text-align: center; }
      #OpenCampus .ButtonArea_02 a:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #OpenCampus .ButtonArea_02 a:hover {
        color: #ff0000;
        background: #fff;
        width: 250px;
        font-size: 17px;
        border: 2px solid #ff0000;
        padding: 7px 30px;
        box-sizing: border-box;
        border-radius: 100px;
        display: block;
        text-decoration: none;
        position: relative;
        font-weight: bold;
        text-align: center; }
      #OpenCampus .ButtonArea_02 a:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 35%;
        right: 30px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
._ButtonStyle_01 {
  width: 400px;
  padding: 20px;
  color: #009f5d;
  background: #fff;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  box-sizing: border-box; }

@media screen and (max-width: 1024px) and (min-width: 769px) {
  ._ButtonStyle_01 {
    width: 320px;
    font-size: 18px; } }
@media screen and (max-width: 768px) {
  ._ButtonStyle_01 {
    width: 100%;
    font-size: 15px; } }
@media print, screen and (min-width: 1025px) {
  /*PDFのボタンスタイル*/
  .ButtonArea {
    margin: 40px auto 0;
    width: 400px; }

  a.ButtonStyle_01 {
    width: 400px;
    padding: 20px;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #ff0000;
      border: 1px solid #ff0000;
      background: #fff; }
      a.ButtonStyle_01:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .ButtonArea {
    margin: 40px auto 0;
    width: 320px; }

  a.ButtonStyle_01 {
    width: 320px;
    padding: 20px;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #ff0000;
      border: 1px solid #ff0000;
      background: #fff; }
      a.ButtonStyle_01:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
@media screen and (max-width: 768px) {
  .ButtonArea {
    margin: 40px auto 0;
    width: 85%; }

  a.ButtonStyle_01 {
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #ff0000;
    border: 1px solid #ff0000;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }
    a.ButtonStyle_01:after {
      display: block;
      content: '';
      position: absolute;
      top: 45%;
      right: 30px;
      width: 12px;
      height: 12px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    a.ButtonStyle_01:hover {
      color: #ff0000;
      border: 1px solid #ff0000;
      background: #fff; }
      a.ButtonStyle_01:hover:hover:after {
        display: block;
        content: '';
        position: absolute;
        top: 45%;
        right: 30px;
        width: 12px;
        height: 12px;
        border-right: 2px solid #ff0000;
        border-bottom: 2px solid #ff0000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }
.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.95rem;
  color: #505050;
  line-height: 2; }
  .cmt:before {
    content: "※"; }

.cmt02 {
  /*padding-left: 1em;
  text-indent: -1em;*/
  font-size: 0.95rem;
  color: #c8161d;
  line-height: 2;
  font-weight: 600;
  background: #ffe0e0;
  padding: 10px;
  text-align: center; }
  .cmt02:before {
    content: "※"; }
