@charset "utf-8";

p {
  color: #736357;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.clr {
  clear: both;
}

.mb0 {
  margin-bottom: 0;
}

#wrapper {
  box-sizing: border-box;
  font: 14px/1.5 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#wrapper h4 {
  margin-bottom: 60px;
  /* padding-left: 84px; */
}

#wrapper a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#wrapper img {
  max-width: 100%;
  vertical-align: middle;
}

#main-image {
  position: relative;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

#main-image h1 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

#main-image h1 img {
  width: 100%;
}

.btn-present_L {
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 30px;
}


/* 受験生応援サイトタブ */
.btn-ouen {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000;
}

/* OCタブ */
.btn-oc {
  /* cursor: pointer; */
  position: absolute;
  top: 250px;
  left: 0;
  z-index: 1000;
}

.btn-present {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 30px;
}

.btn-regist {
  cursor: pointer;
  position: absolute;
  top: 250px;
  right: 30px;
}

#present_L {
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#present {
  background-color: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

.pres-box {
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  box-sizing: border-box;
  background-color: #fff;
  max-width: 100%;
  padding: 16px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.pres-close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.pres-caption {
  color: #000;
  font-size: 115%;
}

#page-nav {
  text-align: center;
}

#page-nav ul {
  display: table;
  margin: 0 auto;
  width: 1190px;
}

#page-nav li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#page-nav li a {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
  padding: 30px 0;
  text-decoration: none;
}

.oc-sec {
  clear: both;
}

.oc-sec h2 {
  position: relative;
  text-align: center;
}

#sc-tab {
  background-color: #ff96aa;
  position: relative;
}

.sc-tab-items {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  width: 1274px;
}

.sc-tab-item {
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  width: 182px;
}

#sc-tab a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 182px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
}

#sc-tab .sc-tab-item .active-tab {
  z-index: 9998;
}

#sc-tab .sc-tab-item a:hover,
#sc-tab .sc-tab-item .active-tab {
  background-position: -182px 0;
}

.sc-tab-item .tab1 {
  background-image: url(../images/oc2020/tab_20200325_pc.png);
}
/* 終了タブ */
.sc-tab-item .tab03_202006 {
  background-image: url(../images/oc2020/tab_20200325_pc_end.png);
}

.sc-tab-item .tab2 {
  background-image: url(../images/oc2020/tab_20200628_pc.png);
}
/* 開催タブ */
.sc-tab-item .tab06_202006 {
  background-image: url(../images/oc2020/tab_20200628_pc_end.png);
}

.sc-tab-item .tab3 {
  background-image: url(../images/oc2020/202009/tab_20200802_pc.png);
}

.sc-tab-item .tab4 {
  background-image: url(../images/oc2020/202010/tab_20200926end_pc.png);
}

.sc-tab-item .tab5 {
  background-image: url(../images/oc2020/202010/tab_20201010st_pc.png);
}

.sc-tab-item .tab6 {
  background-image: url(../images/oc2020/202103/tab_20201205_pc.png);
}

.sc-tab-item .tab7 {
  background-image: url(../images/oc2020/202103/tab_20210325_pc_end.png);
}


.shadow {
  border-bottom: 1px solid #ffece2;
  box-shadow: 0 0 8px rgba(0,0,0,3);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9997;
}

#sc-program {
  background-color: #ffece2;
  padding-top: 60px;
  position: relative;
  z-index: 9998;
}

.sc-detail {
  clear: both;
  display: none;
  padding: 60px 0 0;
}

.sc-detail h3 {
  color: #D6636A;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

.sc-wrap {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #FF96AA), color-stop(0.15, #ff92a6), color-stop(0.00, #ffece2));
  background: -webkit-linear-gradient(top, #ffece2 0%, #FF96AA 15%, #FF96AA 100%);
  background: -moz-linear-gradient(top, #ffece2 0%, #ff92a6 15%, #ff92a6 100%);
  background: -o-linear-gradient(top, #ffece2 0%, #ff92a6 15%, #ff92a6 100%);
  background: -ms-linear-gradient(top, #ffece2 0%, #ff92a6 15%, #ff92a6 100%);
  background: linear-gradient(to bottom, #ffece2 0%, #ff92a6 15%, #ff92a6 100%);
}

.sc-contents {
  margin: 0 auto;
  overflow: hidden;
  padding: 150px 0 0 0;
  position: relative;
  width: 1190px;
}

.sc-contents-col1 {
  float: left;
  margin-right: 27px;
  width: 582px;
}

.sc-contents-col2 {
  float: left;
  margin-right: 27px;
  width: 277px;
}

.sc-contents-col3 {
  float: left;
  margin-right: 0;
  width: 277px;
}

.sc-contents-col4 {
  float: left;
  margin-right: 0;
  width: 581px;
}

.sc-contents-col5 {
  float: left;
  margin-right: 27px;
  width: 277px;
}

.sc-contents-col6 {
  float: left;
  margin-right: 27px;
  width: 277px;
}

.sc-contents-wrap {
  overflow: hidden;
}

.sc-contents-box {
  background-color: #fff;
  margin-bottom: 27px;
  overflow: hidden;
}

.box-fig {
  line-height: 0;
}

.box-fig:after {
  background: url(../images/bg_pg_line.png) repeat-x;
  content: "";
  display: block;
  height: 8px;
}

.sc-contents-box-wrap {
  padding: 0 20px 20px;
}

.sc-contents-box h5 {
  color: #D6636A;
  font-size: 20px;
  margin: 20px 0 10px;
  text-align: center;
}

.sc-contents-box p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: left;
}

.sc-contents-box .box-time {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.sc-contents-box .box-time:before {
  content: url(../images/ico_clock.png);
  margin-right: 0.2em;
  vertical-align: top;
}

#box-experience-wrap {
  overflow: hidden;
}

.box-experience-taiken {
  position: relative;
}

.asdate {
  font-size: 12px;
  position: absolute;
  bottom: -10px;
  right: 0;
}

#box-experience-left {
  float: left;
  margin-right: 22px;
  width: 260px;
}

#box-experience-right {
  float: right;
  width: 260px;
}

.inner-box {
  background-color: #FFF0E6;
  margin-bottom: 15px;
  padding: 15px;
}

.inner-box .pl-time {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.inner-box .inner-box-ttl {
  border-bottom: 1px dashed #f54d93;
  color: #534741;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.inner-box .inner-box-highlight {
  color: #D6636A;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.inner-box p {
  font-size: 12px;
}

#sc-box-experience h5 {
  position: relative;
}

#aoadvice {
  position: absolute;
  top: -100px;
  left: -10px;
}

#aoadvice img {
  height: auto;
  width: 129px;
}

.sc-contents-box .btn {
  background: url(../images/ico_btn_arrow.png) no-repeat 15px 50%, url(../images/ico_btn_new-window.png) no-repeat 95% 50%, #fff;
  border: 1px solid #c1ac93;
  background-size: auto 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #534741;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 33px;
  text-decoration: none;
}

.sc-contents-box .btn2 {
  background: url(../images/ico_btn_arrow.png) no-repeat 15px 50%, #fff;
  border: 1px solid #c1ac93;
  background-size: auto 16px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #534741;
  display: block;
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 33px;
  text-decoration: none;
}

#sc-box-sakura th,
#sc-box-sakura td {
  color: #fff;
  text-align: left;
  vertical-align: top;
}

.sc-box-col1 {
  float: left;
  width: 582px;
}

.sc-box-col2 {
  float: right;
  width: 572px;
}

.sc-box-col1 .sc-contents-box-wrap {
  padding: 0 0 20px 25px;
}

.sc-box-col2 .sc-contents-box-wrap {
  padding: 20px 20px 20px 0;
}

.sc-contents .btn-area {
  padding: 50px 0;
}

.pg-btnarea {
  clear: both;
  padding: 50px 0;
}

#sec-planning {
  background-color: #fff;
  padding: 120px 0 80px;
  position: relative;
}

.pl-firework {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: left;
  width: 1190px;
}

.pl-baloon {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 40px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: right;
  width: 1190px;
}

.pl-pre {
  margin: 0 auto;
  text-align: right;
  width: 1190px;
}

.pl-tips {
  color:#f54d93;
  margin: 1.5em auto 0;
  text-align: right;
  width: 1190px;
}

.pl-boxwrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0 0;
  width: 1190px;
}

.pl-box-col {
  float: left;
  margin-right: 43px;
  width: 368px;
}

.pl-boxwrap .pl-box-col:last-child{
  margin-right: 0;
}

.pl-box {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}

#pl-business {
  background-color: #f7e0e1;
}

#pl-educationh {
  background-color: #d6ebea;
}

#pl-japanese {
  background-color: #f7e4cd;
}

#pl-psychological {
  background-color: #f7e4ea;
}

#pl-educationi {
  background-color: #e2dfeb;
}

#pl-food {
  background-color: #dfeede;
}

#pl-english {
  background-color: #e8dae2;
}

#pl-music {
  background-color: #f1e2dd;
}

#pl-educationc {
  background-color: #cceaf0;
}

#pl-lcdesign {
  background-color: #f4d8d1;
}

#pl-hculture {
  background-color: #dde9f3;
}

.pl-box h5 {
  margin: -25px 0 20px;
  text-align: center;
}

.pl-box p {
  font-size: 12px;
}

.slidebox {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  height: 176px;
  margin: 0 auto;
  padding: 24px 16px 20px;
  position: relative;
  width: 336px;
}

.slidebox.active {
  height: auto;
}

.slidebox::after {
  content: "";
  background: -webkit-linear-gradient(top, #fff 20%, rgba(255,255,255,0));
  background: -moz-linear-gradient(top, #fff 20%, rgba(255,255,255,0));
  background: -o-linear-gradient(top, #fff 20%, rgba(255,255,255,0));
  background: -ms-linear-gradient(top, #fff 20%, rgba(255,255,255,0));
  background: linear-gradient(to top, #fff 20%, rgba(255,255,255,0));
  display: block;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.slidebox.active::after {
  display: none;
}

.pl-slidebtn {
  background-color: #ccc;
  cursor: pointer;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
}

#pl-business .pl-slidebtn {
  background-color: #d6636a;
}

#pl-educationh .pl-slidebtn {
  background-color: #349a94;
}

#pl-japanese .pl-slidebtn {
  background-color: #d77603;
}

#pl-psychological .pl-slidebtn {
  background-color: #d67997;
}

#pl-educationi .pl-slidebtn {
  background-color: #6d609d;
}

#pl-food .pl-slidebtn {
  background-color: #61a95a;
}

#pl-english .pl-slidebtn {
  background-color: #8d4770;
}

#pl-music .pl-slidebtn {
  background-color: #b97055;
}

#pl-educationc .pl-slidebtn {
  background-color: #0094b2;
}

#pl-lcdesign .pl-slidebtn {
  background-color: #c93c19;
}

#pl-hculture .pl-slidebtn {
  background-color: #558fc1;
}

.pl-slidebtn span {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 8px;
  transition: all .3s;
  width: 16px;
}

.pl-slidebtn .t {
  top: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.pl-slidebtn .y {
  top: 14px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

.pl-slidebtn.active .t {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}

.pl-slidebtn.active .y {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.pl-boxsec {
  height: 100%;
  overflow: hidden;
}

.pl-ocmenu {
  margin-bottom: 20px;
  text-align: center;
}

.pl-box .pl-time {
  color: #534741;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.1em;
}

.pl-time:before {
  content: url(../images/ico_clock2.png);
  display: inline-block;
  line-height: 1;
  margin-right: 0.2em;
  vertical-align: middle;
}

.pl-box .pl-notime {
  color: #534741;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1em;
}

.pl-box .pl-major {
  background: #fff;
  border: 1px solid #6D609D;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #6d609d;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  padding: 3px 5px;
}

.pl-box .pl-highlight {
  color: #D6636A;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.1em;
}

#pl-business .pl-highlight {
  color: #d6636a;
}

#pl-educationh .pl-highlight {
  color: #349a94;
}

#pl-japanese .pl-highlight {
  color: #d77603;
}

#pl-psychological .pl-highlight {
  color: #d67997;
}

#pl-educationi .pl-highlight {
  color: #6d609d;
}

#pl-food .pl-highlight {
  color: #61a95a;
}

#pl-english .pl-highlight {
  color: #8d4770;
}

#pl-music .pl-highlight {
  color: #b97055;
}

#pl-educationc .pl-highlight {
  color: #0094b2;
}

#pl-lcdesign .pl-highlight {
  color: #c93c19;
}

#pl-hculture .pl-highlight {
  color: #558fc1;
}

.pl-btnarea {
  padding: 18px 0;
  text-align: center;
}

.pl-btn {
  background: url(../images/ico_arrow.svg) no-repeat 15px 50%;
  border: 1px solid #938075;
  border-radius: 5px;
  box-sizing: border-box;
  color: #938075;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  max-width: 100%;
  padding: 5px 33px;
  text-decoration: none;
  width: 200px;
}

#sec-voice {
  background: url(../images/bg_voice.jpg) no-repeat center 50%;
  background-size: cover;
  padding: 80px 0;
}

#sec-voice h2 {
  background: none;
  box-shadow: none;
  margin-bottom: 40px;
  padding: 0;
}

#in-boxwrap {
  margin: 0 auto;
  overflow: hidden;
  padding: 80px 0 0;
  width: 1190px;
}

#in-boxwrap .in-box:nth-of-type(3n) {
  margin-right: 0;
}

.in-box {
  float: left;
  margin-bottom: 43px;
  margin-right: 43px;
  position: relative;
  width: 368px;
}

.in-box p {
  margin-bottom: 0;
}

.in-box .btn-dept {
  position: absolute;
  bottom: 36px;
  left: 0;
  right: 0;
  text-align: center;
}

.btn-close2 {
  margin-bottom: 0;
  padding: 50px 0;
}

.btn-close2 a {
  background: url(../images/btn_dp_close2.png) no-repeat 50%;
  background-size: 56px 50px;
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 56px;
}

.btn-close2 a.closed {
  background: url(../images/btn_dp_open2.png) no-repeat 50%;
  background-size: 56px 50px;
}

.btn-close2 a:hover {
  text-decoration: none;
}

.btn-area {
  padding: 50px 0;
}

#sec-campus {
  background-color: #ff96aa;
  padding: 80px 0;
}

#sec-campus h2 {
  background: none;
  box-shadow: none;
  margin-bottom: 60px;
  padding: 0;
}

/* slider */
.bx-wrapper {
  background: none;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
}

.bx-wrapper .bx-controls-direction a {
  height: 66px;
  top: 45%;
  width: 36px;
  z-index: 9998;
}

.bx-wrapper .bx-prev {
  background: url(../images/btn_cam_prev.png) no-repeat;
  left: -50px;
}

.bx-wrapper .bx-next {
  background: url(../images/btn_cam_next.png) no-repeat;
  right: -50px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
  background-position: 0;
}

#cam-wrapper {
  overflow: hidden;
}

.cam-slidebox {
  background-color: #fff;
  margin: 0 auto;
  padding: 16px;
  position: relative;
  text-align: left;
  width: 640px;
}

.cam-map-image {
  background: url(../images/img_cp_map.jpg) no-repeat;
  background-size: 608px 352px;
  height: 352px;
  position: relative;
  width: 608px;
}

.map-marker {
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 50px;
  line-height: 0;
  position: absolute;
  width: 50px;
}

.map-marker:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

.map0-marker {
  display: none;
}

.map1-marker {
  background-image: url(../images/ico_cp_marker_1.png);
  top: 105px;
  left: 220px;
}

.map1-marker.active {
  background-image: url(../images/ico_cp_marker_1_on.png);
}

.map2-marker {
  background-image: url(../images/ico_cp_marker_2.png);
  top: 243px;
  left: 206px;
}

.map2-marker.active {
  background-image: url(../images/ico_cp_marker_2_on.png);
}

.map3-marker {
  background-image: url(../images/ico_cp_marker_3.png);
  top: 188px;
  left: 181px;
}

.map3-marker.active {
  background-image: url(../images/ico_cp_marker_3_on.png);
}

.map4-marker {
  background-image: url(../images/ico_cp_marker_4.png);
  top: 205px;
  left: 267px;
}

.map4-marker.active {
  background-image: url(../images/ico_cp_marker_4_on.png);
}

.map5-marker {
  background-image: url(../images/ico_cp_marker_5_arrow.png);
  top: 178px;
  left: 331px;
  height: 70px;
  width: 142px;
}

.map5-marker.active {
  background-image: url(../images/ico_cp_marker_5_arrow_on.png);
}

.map6-marker {
  background-image: url(../images/ico_cp_marker_6_arrow.png);
  top: 32px;
  left: 337px;
  height: 148px;
  width: 96px;
}

.map6-marker.active {
  background-image: url(../images/ico_cp_marker_6_arrow_on.png);
}

.map7-marker {
  background-image: url(../images/ico_cp_marker_7.png);
  top: 223px;
  left: 349px;
}

.map7-marker.active {
  background-image: url(../images/ico_cp_marker_7_on.png);
}

#cam-guide {
  text-align: left;
}

.cam-info {
  color: #736357;
}

.cam-info h3 {
  color: #dc1e32;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center;
}

.cam-info .cam-ttlcopy {
  font-size: 1rem;
  font-weight: bold;
}

.cam-info h3 img {
  display: inline-block;
  margin-right: 0.2em;
  vertical-align: -5px !important;
}

.cam-info p {
  font-size: 13px;
  line-height: 1.5;
  padding: 0 16px;
}

.map-imgwrap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.map-fig {
  margin-right: 10px;
}

.map-imgwrap .map-fig:last-child {
  margin-right: 0;
}

.map-fig img {
  margin-bottom: 5px;
}

.map-fig figcaption {
  color: #736357;
  font-size: 12px;
  margin-bottom: 9px;
}

.cam-slidenum {
  background: #978475;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  padding: 9px;
  position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
  width: auto;
}

#sec-access {
  margin: 0 auto;
  padding: 100px 0 60px;
  position: relative;
  width: 1190px;
}

#sec-access h2 {
  background: none;
  box-shadow: none;
  margin-bottom: 60px;
  padding: 0;
}

.ac-letsgo {
  position: absolute;
  top: -30px;
  left: 0px;
}

.ac-wrap {
  margin-bottom: 1.5em;
  overflow: hidden;
}

.ac-address {
  display: none;
  float: left;
  margin-right: 40px;
  /* padding-left: 82px; */
  text-align: left;
  width: 380px;
}

.ac-name {
  border-bottom: 1px solid #d6636a;
  color: #d6636a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ac-businfo {
  background-color: #fbf7ee;
  margin-bottom: 0.5em;
  padding: 15px 20px;
}

.ac-bus-ttl {
  color: #d6636a;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ac-map {
  float: right;
  width: 765px;
}
.ac-map_1910 {
  display: none;
}

.ac-entry {
  display: none;
  margin-left: 96px;
  text-align: left;
}

.ac-entry2 {
  margin-left: 96px;
  text-align: left;
}

#sec-cant {
  background-color: #fbf7ee;
  padding: 50px 0;
}

#sec-cant h2 {
  background: none;
  box-shadow: none;
  margin-bottom: 50px;
  padding: 0;
}

#ct-wrap {
  margin: 0 auto;
  overflow: hidden;
  width: 1040px;
}

.ct-left {
  float: left;
  margin-right: 60px;
  text-align: left;
  width: 668px;
}

.ct-right {
  float: right;
  width: 312px;
}

#page-nav2 {
  text-align: center;
}

#page-nav2 ul {
  display: table;
  margin: 0 auto;
  width: 1190px;
}

#page-nav2 li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#page-nav2 li a {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
  padding: 30px 0;
  text-decoration: none;
}

#past-oc {
  background-color: #ececec;
  color: #cd1635;
  font-size: 16px;
  text-align: left;
}

.past-oc-wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 90px;
  width: 1190px;
}

#past-oc p {
  color: #cd1635;
}

#past-oc a {
  color: #cd1635;
}



/*============================================================================
  SmartPhone  * Responsive Design *
============================================================================*/

@media screen and (max-width: 767px) {

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

#wrapper {
  box-sizing: border-box;
  font: 12px/1.5 "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

#wrapper h4 {
  margin-bottom: 30px;
}

#main-image {
  width: 100%;
}

/* 受験生応援サイトタブ */
.btn-ouen {
  display: none;
}

/* OCタブ */
.btn-oc {
  display: none;
}

.btn-present_L {
  position: absolute;
  top: 2%;
  left: 5px;
}

.btn-present_L img {
  height: auto;
  width: 92px;
}

.btn-present {
  position: absolute;
  top: 0;
  right: 5px;
}

.btn-present img {
  height: auto;
  width: 80px;
}

.btn-regist {
  position: absolute;
  top: 20%;
  right: 5px;
}

.btn-regist img {
  height: auto;
  width: 80px;
}

.pres-box {
  width: 90%;
}

.pres-close {
  top: 10px;
  right: 10px;
}

.pres-caption {
  font-size: 100%;
  margin-bottom: 0;
}

#page-nav {
  text-align: center;
}

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

#page-nav li {
  border-bottom: 1px solid #736357;
  border-right: 1px solid #736357;
  box-sizing: border-box;
  width: 33%;
}

#page-nav li:nth-of-type(1),
#page-nav li:nth-of-type(2),
#page-nav li:nth-of-type(3) {
  border-top: 1px solid #736357;
}

#page-nav li:nth-of-type(3),
#page-nav li:nth-of-type(6) {
  border-right: 0;
  width: 34%;
}

#page-nav li a {
  display: block;
  font-size: 11px;
  padding: 15px 10px;
}

.oc-sec h2 {
  margin-bottom: 30px;
}

#sc-program {
  padding-top: 0;
  z-index: 9996;
}

.openbtn {
  margin-bottom: 1px;
}

.sc-detail {
  display: none;
  padding: 30px 0 0;
}

#sec-program h4 img {
  height: auto;
  width: 255px;
}

.sc-detail h4 {
  font-size: 18px;
  letter-spacing: 0.02em;
}

.sc-wrap {
  padding: 0 10px;
}

.sc-contents {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}

.sc-contents-col1 {
  float: none;
  margin-right: 0;
  width: 100%;
}

.sc-contents-col2 {
  float: left;
  margin-right: 2%;
  width: 49%;
}

.sc-contents-col3 {
  float: left;
  margin-right: 0;
  width: 49%;
}

.sc-contents-col4 {
  float: none;
  margin-right: 0;
  width: 100%;
}

.sc-contents-col5 {
  float: left;
  margin-right: 0;
  width: 49%;
}

.sc-contents-col6 {
  float: left;
  margin-right: 2%;
  width: 49%;
}

.sc-contents-box {
  margin-bottom: 10px;
}

.box-fig:after {
  height: 6px;
}

.sc-contents-box-wrap {
  padding: 0 15px 15px;
}

.sc-contents-box h5 {
  font-size: 15px;
  line-height: 1.5;
}

.sc-contents-box p {
  font-size: 12px;
}

.sc-contents-box .box-time {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

#aoadvice {
  top: -80px;
  left: -10px;
}

#aoadvice img {
  height: auto;
  width: 80px;
}

.asdate {
  font-size: 10px;
}

#box-experience-left {
  margin-right: 2%;
  width: 49%;
}

#box-experience-right {
  width: 49%;
}

.inner-box {
  margin-bottom: 8px;
}

.inner-box .pl-time {
  font-size: 12px;
  line-height: 1.5;
}

.inner-box .inner-box-ttl {
  font-size: 12px;
}

.inner-box .inner-box-highlight {
  font-size: 12px;
}

.inner-box p {
  font-size: 11px;
}

.sc-contents-box .btn {
  background-size: auto 10px;
  background-position: 10px 50%, 95% 50%;
  line-height: 1.5;
  padding: 8px 20px;
}

.sc-box-col1 {
  float: none;
  width: 100%;
}

.sc-box-col2 {
  float: none;
  width: 100%;
}

.sc-box-col1 .sc-contents-box-wrap {
  padding: 0 15px 10px;
}

.sc-box-col2 .sc-contents-box-wrap {
  padding: 0 15px 10px;
}

.sc-contents .btn-area {
  padding: 30px 15px;
}

.pg-btnarea {
  padding: 30px 0 0;
  position: static;
}

.pg-btnarea img {
  height: auto;
  width: 200px;
}

#sec-planning {
  padding: 50px 10px;
}

#sec-planning h4 img {
/*  height: auto;
  width: 365px;
*/
}

.pl-firework {
  padding: 0 10px;
  top: -15px;
  width: 100%;
}

.pl-firework img {
  height: 60px;
  width: 60px;
}

.pl-baloon {
  padding: 0 5px;
  top: -50px;
  width: 100%;
}

.pl-baloon img {
  height: auto;
  width: 100px;
}

.pl-pre {
  text-align: center;
  width: 100%;
}

.pl-tips {
  margin: 1em auto 0;
  text-align: center;
  width: 100%;
}

.pl-boxwrap {
  padding: 15px 0 0;
  width: 100%;
}

.pl-box-col {
  margin-right: 0;
  width: 100%;
}

.pl-box-col:after {
  clear: both;
  content: "";
}

.pl-box {
  box-sizing: border-box;
  margin-bottom: 25px;
  width: 100%;
}

.pl-box h5 img {
  height: auto;
  width: 240px;
}

.pl-box p {
  font-size: 11px;
  line-height: 1.5;
}

.pl-box-sec {
  margin-bottom: 1.5em;
}

.slidebox {
  padding: 20px 15px;
  position: relative;
  width: 90%;
}

.pl-box .pl-major {
  font-size: 10px;
}

.pl-box .pl-time {
  font-size: 14px;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}

.pl-box .pl-notime {
  font-size: 14px;
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}

.pl-box .pl-highlight {
  font-size: 13px;
  margin-bottom: 0.5em;
}

#sec-voice {
  padding: 40px 20px;
}

#sec-voice h2 {
  margin-bottom: 30px;
  padding: 0 10px;
}

#sec-voice h2 img {
  height: auto;
  width: 244px;
}

.btn-close {
  position: absolute;
  top: 93px;
  right: 15px;
}

.btn-close a {
  background-size: 30px;
  height: 30px;
  width: 30px;
}

.btn-close a.closed {
  background-size: 30px;
}

#in-boxwrap {
  box-sizing: border-box;
  padding: 40px 10px 0;
  width: 100%;
}

#in-boxwrap .in-box:nth-of-type(3n) {
  margin-right: 2%;
}

#in-boxwrap .in-box:nth-of-type(2n) {
  margin-right: 0;
}

.in-box {
  margin-bottom: 10px;
  margin-right: 2%;
  width: 49%;
}

.in-box .btn-dept {
  bottom: 12px;
  padding: 0 10px
}

.btn-close2 {
  padding: 20px 0 30px;
}

.btn-area {
  padding: 40px 15px;
}

.btn-area img {
  height: auto;
  width: 240px;
}

#sec-campus {
  padding: 50px 0;
}

#sec-campus h2 {
  margin-bottom: 30px;
}

#sec-campus h2 img {
  height: auto;
  width: 200px;
}

.bx-wrapper .bx-controls-direction a {
  height: 25px;
  width: 14px;
}

.bx-wrapper .bx-prev {
  background-size: 14px 25px;
  left: -17px;
}

.bx-wrapper .bx-next {
  background-size: 14px 25px;
  right: -17px;
}

#cam-container {
  padding: 0 20px;
}

.cam-slidebox {
  padding: 12px;
  width: 100%;
}

.cam-map-image {
  background-size: 256px 148px;
  height: 148px;
  margin: 0 auto 1em;
  width: 256px;
}

.map-marker {
  height: 22px;
  width: 22px;
}

.map1-marker {
  top: 44px;
  left: 95px;
}

.map2-marker {
  top: 101px;
  left: 86px;
}

.map3-marker {
  top: 79px;
  left: 75px;
}

.map4-marker {
  top: 84px;
  left: 110px;
}

.map5-marker {
  top: 74px;
  left: 138px;
  height: 35px;
  width: 71px;
}

.map6-marker {
  top: 2px;
  left: 142px;
  height: 74px;
  width: 48px;
}

.map7-marker {
  top: 95px;
  left: 145px;
}

.cam-info h3 {
  font-size: 21px;
  line-height: 1.5;
}

.cam-info .cam-ttlcopy {
  font-size: 0.9rem;
}

.cam-info h3 img {
  height: auto;
  width: 24px;
}

.cam-info p {
  font-size: 11px;
  padding: 0 12px;
}

.map-fig {
  margin-right: 5px;
}

.map-fig figcaption {
  font-size: 10px;
  margin-bottom: 5px;
}

.cam-slidenum {
  font-size: 12px;
  padding: 4px 6px;
}

#sec-access {
  padding: 50px 0;
  width: 100%;
}

#sec-access h2 {
  margin-bottom: 30px;
}

#sec-access h2 img {
  height: auto;
  width: 110px;
}

.ac-letsgo {
  position: absolute;
  top: -30px;
  left: 5px;
}

.ac-letsgo img {
  height: auto;
  width: 142px;
}

.ac-wrap {
  box-sizing: border-box;
  padding: 0 10px;
}

.ac-address {
  float: none;
  margin-bottom: 15px;
  margin-right: 0;
  padding-left: 0;
  width: 100%;
}

.open-guide {
  display: block !important;
}

.ac-map {
  float: none;
  width: 100%;
}

#ac-gmap {
  height: 300px;
}

.ac-entry {
  margin-left: 0;
  padding: 0 10px;
}

.ac-entry2 {
  margin-left: 0;
  padding: 0 10px;
}

#sec-cant h2 {
  margin-bottom: 30px;
}

#sec-cant h2 img {
  height: auto;
  width: 280px;
}

#ct-wrap {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
}

.ct-left {
  float: none;
  margin-bottom: 20px;
  margin-right: 0;
  text-align: left;
  width: 100%;
}

.ct-right {
  float: none;
  width: 100%;
}

#page-nav2 ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
}

#page-nav2 li {
  border-bottom: 1px solid #736357;
  border-right: 1px solid #736357;
  box-sizing: border-box;
  width: 33%;
}

#page-nav2 li:nth-of-type(1),
#page-nav2 li:nth-of-type(2),
#page-nav2 li:nth-of-type(3) {
  border-top: 1px solid #736357;
}

#page-nav2 li:nth-of-type(3),
#page-nav2 li:nth-of-type(6) {
  border-right: 0;
  width: 34%;
}

#page-nav2 li a {
  display: block;
  font-size: 11px;
  padding: 15px 10px;
}

#past-oc {
  font-size: 13px;
  text-align: center;
}

#past-oc p {
  margin-bottom: 0;
}

.past-oc-wrap {
  padding: 15px;
  width: 100%;
}


}

.wait_menu {
	border:1px solid #736357;
	padding:10px;
	margin: 10px 0;
	text-align:center !important;
}


/*無料バス*/
.free_bus {
	margin:0 0 30px 0;
}
.free_bus .tag {
	margin:20px 0;
	text-align: left;
	/* padding-left:10%; */
}
.free_bus .tag li {
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	background-color:#61A95A;
	border-radius:5px;
	font-weight:bold;
}
.free_bus p {
	text-align:left;
	/* padding-left:10%; */
}

@media screen and (max-width: 767px) {

.free_bus .tag {
	padding-left:0;
}
.free_bus p {
	padding-left:0;
}

}



/*============================================================================
  2019年10月開催用
============================================================================*/

/* 共通 */

#tab10_contents {
  padding: 0 0 40px 0;
  background: linear-gradient(to bottom, #ffece2 0%, #ff92a6 100%, #ff92a6 100%);
}
#tab10_sect1 h3 {
  text-align: center;
}
#tab10_sect1 h3 img {
  width: 50%;
}
#tab10_sect1 {
  margin-top: 20px;
  text-align: center;
}
#tab10_sect1 strong {
  font-size: 120%;
}
#tab10_sect1 img {
  width: 25%;
}
#tab10_sect1 .bn {
  margin-top: 40px;
}


#tab10_sect2 {
  margin-top: 100px;
  color: #7E6F64;
}
#tab10_sect2 h3 {
  text-align: center;
}
#tab10_sect2 h3 img {
  width: 30%;
}

.ul_tab {
  border-bottom: 10px solid #FF6E82;
  padding: 0;
  margin: 40px auto 0 auto;
  width: 60%;
  min-width: 950px;
  box-sizing: border-box;
  list-style: none;
}
.ul_tab li {
  float: left;
  background-color: #FFF;
  padding: 20px 0;
  text-align: center;
  font-size: 160%;
  font-weight: bold;
  width: 48%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.ul_tab li span {
  font-size: 80%;
  font-weight: normal;
  padding: 5px;
  border: 1px solid #7E6F64;
  border-radius: 10px;
}
.ul_tab li:nth-child(2) {
  float: right;
}
.ul_tab li.tab_on {
  background-color: #FF6E82;
  color: #FFF;
}
.ul_tab li.tab_on span {
  border: 1px solid #FFF;
}
#time_table_191020 {
  display: none;
}

.ul_time {
  width: 60%;
  min-width: 950px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
}
.ul_time li {
  padding: 20px;
  box-sizing: border-box;
  background-color: #FFF;
  margin: 20px 0 0 0;
}
.ul_time li .time {
  border-radius: 10px;
  padding: 5% 0;
  width: 20%;
  float: left;
  background-color: #FF6E82;
  text-align: center;
  font-weight: bold;
  color: #FFF;
  font-size: 140%;
}
.ul_time li .time img {
  width: 8%;
}

.ul_time li .info {
  width: 78%;
  float: right;
  text-align: left;
}
.ul_time li .info p {
  margin: 10px 0 0 0;
}
.ul_time li .info h5 {
  border-radius: 5px;
  padding: 5px 0;
  color: #FFF;
  font-weight: bold;
  width: 25%;
  text-align: center;
}
.ul_time li .info h4 {
  font-size: 160%;
  font-weight: bold;
  margin: 10px 0 0 0 !important;
  padding: 0;
}

.ul_time #gakka1 h5 {
  background-color: #349A94;
}
.ul_time #gakka2 h5 {
  background-color: #0094B2;
}
.ul_time #gakka3 h5 {
  background-color: #61A95A;
}
.ul_time #gakka4 h5 {
  background-color: #B97055;
}
.ul_time #gakka5 h5 {
  background-color: #D6636A;
}
.ul_time #gakka6 h5 {
  background-color: #AC9D9D;
}
.ul_time #gakka7 h5 {
  background-color: #349A94;
}
.ul_time #gakka8 h5 {
  background-color: #558FC1;
}
.ul_time #gakka9 h5 {
  background-color: #D77603;
}
.ul_time #gakka10 h5 {
  background-color: #C93C19;
}
.ul_time #gakka11 h5 {
  background-color: #D67997;
}
.ul_time #gakka12 h5 {
  background-color: #6D609D;
}

.btn_to {
  text-align: center;
  margin-top: 60px;
  box-sizing: border-box;
}
.btn_to a {
  border: 2px solid #FFF;
  border-radius: 5px;
  padding: 10px;
  font-size: 120%;
  color: #FFF;
  text-decoration: none;
  display: inline-block;
}


#tab10_sect3 {
  margin: 80px auto 0 auto;
  width: 60%;
  min-width: 950px;
  box-sizing: border-box;
}
#tab10_sect3 h3 {
  font-size: 300%;
  color: #FFF;
  text-align: center;
  font-weight: normal;
}
#tab10_sect3 ul {
  position: relative;
  list-style: none;
  background-color: #FFF6E2;
  margin-top: 40px;
}
#tab10_sect3 ul .popup {
  position: absolute;
  z-index: 1000;
  top: -16%;
  right: -5%;
  width: 14%;
  display: block;
}
#tab10_sect3 ul .left {
  width: 66%;
  float: left;
}
#tab10_sect3 ul .right {
  width: 34%;
  float: left;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}
#tab10_sect3 ul .right h4 {
  font-size: 160%;
  color: #D6636A;
  font-weight: bold;
  margin: 0;
}
#tab10_sect3 ul .right .time {
  font-size: 140%;
  font-weight: bold;
  margin: 0;
}
#tab10_sect3 ul .right .time img {
  width: 8%;
}
#tab10_sect3 ul .right .info {
  text-align: left;
  margin: 30px 0 0 0;
  font-size: 110%;
}



/* スマートフォン用 */
@media screen and (max-width: 767px) {

  #tab10 {
    width: 100%;
  }

  #tab10_sect1 h3 img {
    width: 98%;
  }

  #tab10_sect1 strong {
      font-size: 140%;
  }

  #tab10_sect1 img {
      width: 80%;
  }

  .ul_tab {
    min-width: 96%;
  }

  .ul_time {
    min-width: 96%;
  }

  #tab10_sect3 {
    min-width: 96%;
  }

  #tab10_sect3 ul .left {
      float:none;
      width: 100%;
  }

  #tab10_sect3 ul .right {
    width: 100%;
    float: none;
  }

  #tab10_sect3 h3 {
    font-size: 200%;
  }

  .ul_time li {
      padding: 10px;
  }

  .ul_time li .time {
      width: 100%;
      float: none;
    }

  .ul_time li .info {
    width: 100%;
    float: none;
  }
  .ul_time li .time {
      padding: 10px;
      text-align: left;
      box-sizing: border-box;
  }
  .ul_time li .time img {
    width: 5%;
  }

  .ul_tab li {
      padding: 10px 0;
  }

  .ul_time li .info h5 {
    width: 50%;
    box-sizing: border-box;
    margin-top: 20px;
  }

  #tab10_sect3 ul .popup {
    top: 28%;
    right: -1%;
    width: 30%;
  }

  #tab10_sect3 ul .right {
    padding: 20px;
  }
}


/* エントリーフォーム */
#sec_entryform .page_title {
  line-height: 1.4em;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, "Times New Roman", serif;
  font-size: 28px;
  font-weight: normal;
}
#sec_entryform .page_title_wrap {
  line-height: 0;
  padding: 45px 0 20px 0;
  height: 83px;
  background-image: url(/main/images/common_images/title_shade.gif);
  background-repeat: repeat-x;
}

/* oc form ----------------------------------- */
#entry_form table{
	width:100%;
	border-top:1px solid #CCC;
}
#entry_form table td,
#entry_form table th{
	vertical-align:top;
	text-align:left;
	vertical-align:top !important;
	font-weight:normal;
	padding:10px 0 8px 0;
	border-bottom:1px solid #CCC;
	padding:15px 20px 9px 20px;
}
#entry_form table th{
	width:250px;
	border-right:1px solid #CCC;
	padding:15px 20px 9px 0;
}
#entry_form table th em{
	color:#F06;
	font-size:11px;
}
#entry_form table th.brnone{
	border-right:none;
}
#entry_form table td{
}

#entry_form table td input[type="text"],
#entry_form table td .wpcf7-email,
#entry_form table td textarea{
	min-height:26px;
	border:1px solid #ccc;
	background:#FFF;
	color:#000;
	font-size:14px;
	padding:0 5px;
	margin-bottom:5px;
}
#entry_form table td select{
	position:relative;
	min-height:26px;
	border:1px solid #ccc;
	background:#FFF;
	color:#000;
	font-size:14px;
	border-radius:0px;
	padding:0 0 0 5px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
	border:1px solid #ccc;
	margin-bottom:5px;
}
#btn_sbn,
#btn_edit{
	border:none;
	background:#000;
	padding:7px 30px;
	color:#FFF;
}
#btn_sbn:hover,
#btn_edit:hover{
	background:#00a0e9;
	color:#FFF;
}
#sbm_para{
	margin:15px 0 40px 291px;
}

#entry_form .wpcf7-mail-sent-ok{
	display:none !important;
}
#entry_form #side_nav h1{
	padding:20px 0 0 0;
	width: 220px;
	height: 40px;
}
.fbtn a{
	width:auto;
	color:#FFF;
	font-size:14px;
	background:#27A2F9;
	padding:4px 20px;
	line-height:1.2em;
	text-decoration:none;
}
.fbtn a:hover{
	text-decoration:none !important;
	background:#E00377;
}
#entry_form .dustspace{
	padding:90px 0 200px 0;
	margin:0;
}
#entry_form .topic_path{
	margin:0;
}
#backoctop{
	position:absolute;
	right:0;
	bottom:2px;
	margin:0;
}


@media screen and (min-width: 768px) {

  #sec_entryform {
    margin: 0 auto;
    padding: 100px 0 60px;
    position: relative;
    width: 1190px;
  }

}



/* 202006：追加 */

.sc-contents .txt1{
  text-align: center;
  color: #FF6E82;
  margin: 50px 0;
}

.sc-contents .schedule_info{
  font-size: 160%;
  line-height: 2;
  font-weight: bold;
}

.sc-contents .txt2{
  text-align: center;
  margin-top: 50px;
}
.sc-contents .txt2 a {
  color: #FF6E82;
}

#sec-program_202006 {
  padding: 20px 0;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  position: relative;
  margin: 100px 0 50px 0;
}
#sec-program_202006 img {
  position: absolute;
  right: 5%;
  top: -150px;
  z-index: 10;
}

#sec-program_202006_box .left {
  width: 48%;
  float: left;
}
#sec-program_202006_box .right {
  width: 48%;
  float: right;
}

#sec-program_202006_box  .inbox {
  border-radius: 20px;
  background-color: #FFF;
  margin-bottom: 40px;
  box-sizing: border-box;
}
#sec-program_202006_box .img {
  display: block;
}
#sec-program_202006_box .info {
  background-image: url('../images/oc2020/202006/bg_sec-program.png');
  background-repeat: repeat-x;
  background-position: top left;
  padding: 40px;
  text-align: center;
}
#sec-program_202006_box .info2 {
  padding: 20px;
  text-align: center;
}
#sec-program_202006_box .inbox h6 {
/* margin-bottom: 20px; */
  margin: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #FF6E82;
  line-height: 1.5;
}
#sec-program_202006_box .inbox h6 small {
  font-size: 70%;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #FF6E82;
  color: #FFF;
}

#sec-program_202006_box .inbox h7 {
  font-size: 18px;
  padding: 3px;
  font-weight: normal;
  color: #000000;
  line-height: 1.5;
  border: solid 1px #000000;
}

#sec-program_202006_box .inbox2 {
  margin-top: 25px;
  background-image: url('../images/oc2020/202006/border.png');
  background-repeat: repeat-y;
  background-position: center top;
}

#sec-program_202006_box .inbox2 h5 {
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #D6636A;
  color: #FFF;
  font-size: 16px;
  display: inline-block;
}

#sec-program_202006_box .inbox2 h6 {
  font-size: 16px;
}

#sec-program_202006_box .inbox2 p {
  text-align: left;
}
#sec-program_202006_box .inbox2 p.kikan {
  font-size: 80%;
  margin-top: 10px;
}

#sec-program_202006_box .inbox2 .right {
  padding-top: 5.4em;
}

#sec-program_202006_box .inbox2 .link {
  padding: 5px;
  text-align: center;
  background-image: url('../images/oc2020/202006/icon.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  display: block;
  border: 1px solid #938075;
  color: #938075;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 10px;
}

#sec-program_202006_box .inbox2_08 {
  margin-top: 25px;
  text-align: left;
}

#sec-program_202006_box .inbox2_08 .left {
  width: 60%;
  float: left;
}
#sec-program_202006_box .inbox2_08 .right {
  width: 38%;
  float: right;
}

#sec-program_202006_box .inbox2_08 h5 {
  margin: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #FF6E82;
  line-height: 1.5;
}

#sec-program_202006_box .inbox2_08 h6 {
  padding: 0 5px;
  border-radius: 5px;
  background-color: #FF6E82;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
}

#sec-program_202006_box .inbox2_08 p {
  text-align: left;
}

#sec-program_202006_box .inbox2_08 .link {
  padding: 5px;
  text-align: center;
  background-image: url('../images/oc2020/202006/icon.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  display: block;
  border: 1px solid #938075;
  color: #938075;
  text-decoration: none;
  border-radius: 5px;
}

#sec-program_202006_box .inbox_sns {
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 10px 20px;
  background-color: #D6636A;
  color: #FFF;
  text-align: right;
  border-radius: 10px;
}
#sec-program_202006_box .inbox_sns h6 {
  color: #FFF;
  font-size: 16px;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
  text-align: center;
}
#sec-program_202006_box .inbox_sns p {
  width: 45%;
  display: inline-block;
  color: #FFF;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
}
#sec-program_202006_box .inbox_sns a {
  color: #FFF;
}

/* Campus movie */
#campus_mov {
  padding: 100px 0 50px 0;
  background-color: #FFECE2;
}
#campus_mov .sc-contents {
  padding: 0;
}
#campus_mov h3 {
  text-align: center;
  margin-bottom: 50px;
}
#campus_mov ul {
  list-style: none;
}
#campus_mov li {
  width: 23%;
  margin-right: 2%;
  float: left;
  background-color: #736357;
}
#campus_mov li:last-child {
  margin-right: 0;
}
#campus_mov li a {
  text-decoration: none;
}
#campus_mov li figure {
  display: block;
  line-height: 0;
}
#campus_mov li figure img {
  width: 100%;
}
#campus_mov li h4 {
  color: #FFF;
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
}
#campus_mov li p {
  color: #FFF;
  padding: 0 10px;
  height: 4em;
}

#campus_mov h4 {
  margin: 50px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
#campus_mov .link {
  text-align: center;
}
#campus_mov .link a {
  padding: 10px;
  text-align: center;
  background-image: url('../images/oc2020/202006/icon.png');
  background-repeat: no-repeat;
  background-position: 20px center;
  display: inline-block;
  border: 1px solid #938075;
  color: #938075;
  text-decoration: none;
  border-radius: 5px;
  background-color: #FFF;
  margin-right: 20px;
  width: 30%;
  font-size: 16px;
}
#campus_mov .link a:nth-child(2n) {
  margin-right: 0;
}



/* アクセス部 */
#sec-cant .notice {
  font-size: 20px;
  font-weight: bold;
  color: #736357;
  border-bottom: 5px solid #FFFF00;
  padding-bottom: 0;
  line-height: 1;
  display: inline-block;
}


.btn_202006 {
  padding: 50px 0;
}

#sec-cant .btn_form {
  text-align: left;
}
#sec-cant .btn_form a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #000;
  padding: 5px 10px;
  margin-right: 10px;
}
#sec-cant .btn_form a:hover {
  border: 1px solid #D6636A;
}
#sec-cant .btn_form a:last-child {
  margin-right: 0;
}

/* スマホ用 */
@media screen and (max-width: 767px) {

  #sec-schedule_box {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #sec-schedule_box img {
    height: auto;
  }

  #sec-program_202006 img {
    width: 28%;
    top: -90px;
  }

  #sec-program_202006_box .info {
    padding: 20px;
  }
  #sec-program_202006_box .left {
    float: none;
    width: 100%;
  }
  #sec-program_202006_box .right {
    float: none;
    width: 100%;
  }

  #sec-program_202006_box .inbox2 {
    background-image: url('');
  }

  #sec-program_202006_box .inbox2 .right {
    padding-top: 0;
  }

  #sec-program_202006_box .inbox_sns {
    text-align: center;
  }

  #sec-program_202006_box .inbox_sns p {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
  }

  #campus_mov {
    padding: 50px 10px;
  }

  #campus_mov li {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  #campus_mov li:last-child {
    margin: 0 auto;
  }

  #campus_mov li h4 {
    margin: 0;
  }

  #campus_mov .link a {
    display: block;
    margin: 0 0 20px 0;
    width: 100%;
    box-sizing: border-box;
  }
  #campus_mov .link a:nth-child(2n) {
    margin-bottom: 50px;
  }

  .btn_202006 {
    padding: 0;
  }

  #sec-cant .btn_form a {
    display:block;
    margin: 0 0 20px 0;
    text-align: center;
  }
}

/* PC用 */
@media screen and (min-width: 768px) {


}

/* 2020年9月追加 */
.tab2020 p,
.tab2020 li,
.tab2020 dt,
.tab2020 dd,
.tab2020 th,
.tab2020 td,
.tab2020 figcaption {
  font-size: 100%;
}
.tab2020 .info {
  font-size: 150%;
  text-align: center;
  font-weight: bold;
}
.tab2020 .info strong {
  font-size: 150%;
}
.tab2020 .info strong b {
  color: #FF6E82;
}

.tab2020 .photos {
  margin-bottom: 100px;
  list-style: none;
}
.tab2020 .photos li {
  width: 32%;
  margin: 0 2% 20px 0;
  float: left;
}
.tab2020 .photos li:nth-child(3n) {
  margin-right: 0;
}
.tab2020 .photos li:nth-child(3n+1) {
  clear: both;
}
.tab2020 .photos li img {
  border-radius: 10px;
}

.wrap_202009 {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-sizing: border-box;
}

.entry_btn {
  margin-top: 40px;
}
.entry_btn p {
  color: #FF6E82;
  margin-top: 20px;
}

.movie_btn {
  padding: 40px 0;
}
.movie_btn p {
  margin-top: 20px;
  text-align: center;
  color: ##534741;
}
.movie_btn p a {
  color: #FFF;
}

.tab2020 #sec-program {
  padding-bottom: 50px;
}

.info_202009a {
  font-size: 120% !important;
}
.info_202009a b {
  color: #FF6E82;
}

.info_202009b {
  margin-top: 40px;
  padding: 20px;
  text-align: left;
  border: 4px solid #FF6E82;
  list-style: none;
  margin-top: 40px;
}
.info_202009b li {
  margin-bottom: 20px;
  font-size: 120% !important;
}
.info_202009b li:last-child {
  margin-bottom: 0;
}
.info_202009b li b {
  color: #FF6E82;
}

.box_202009a {
  margin-top: 40px;
}
.box_202009a h3 {
  text-align: left;
  font-size: 150%;
  font-weight: normal;
  color: inherit;
  padding: 0 0 0 10px;
  border-left: 8px solid #FF6E82;
}
.box_202009a .inbox {
  margin-top: 20px;
  padding-left: 20px;
  text-align: left;
  font-size: 120% !important;
}
.box_202009a .inbox h4 {
  color: #FF6E82;
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0 !important;
}
.box_202009a .inbox p {
}
.box_202009a .inbox a.btn {
  background-color: #FF6E82;
  border-radius: 20px;
  padding: 10px 30px;
  color: #FFF;
  display: inline-block;
  margin-top: 20px;
  text-decoration: none;
}

.program_202009a {
  list-style: none;
}
.program_202009a li {
  width: 22%;
  float: left;
  text-align: left;
  margin-right: 4%;
  padding: 0;
}
.program_202009a li:nth-child(1) {
  background-color: #FFFDDD;
}
.program_202009a li:nth-child(2) {
  background-color: #FFF6E2;
}
.program_202009a li:nth-child(3) {
  background-color: #DDF1F6;
}
.program_202009a li:nth-child(4) {
  background-color: #E5F1D8;
}
.program_202009a li:last-child {
  margin-right: 0;
}
.program_202009a li figure {
  width: 100%;
  padding-bottom: 5px;
  background-image: url('../images/oc2020/202009/bg_figure.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
.program_202009a li figure img {
  width: 100%;
  height: auto;
}
.program_202009a li .inbox {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  min-height: 330px;
}
.program_202009a li .icons b {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #FF6E82;
  padding: 0 10px;
  font-weight: normal;
  font-size: 90%;
}
.program_202009a li .icons b.yoyaku {
  color: #FFF;
  background-color: #FF6E82;
}
.program_202009a li .icons b.fuyo {
  color: #FF6E82;
  background-color: #FFF;
}
.program_202009a li h4 {
  font-size: 130%;
  color: #FF6E82;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-weight: normal;
}
.program_202009a li p {
  margin-top: 10px;
}
.program_202009a li .inbox a {
  display: block;
  margin-top: 10px;
  background-image: url('../images/oc2020/202009/program_202009a_btn.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 7px 0 7px 30px;
  text-decoration: none;
}


.weboc_202009 {
  list-style: none;
}
.weboc_202009 li {
  float: left;
  text-align: center;
  padding: 0;
  background-color: #FFF;
  border-radius: 20px;
  min-height: 200px;
  box-sizing: border-box;
}
.weboc_202009 li:nth-child(1) {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.weboc_202009 li:nth-child(2) {
  width: 48%;
  margin-bottom: 20px;
}
.weboc_202009 li:nth-child(3) {
  width: 30%;
  margin-right: 5%;
  padding: 20px;
  clear: both;
}
.weboc_202009 li:nth-child(4) {
  width: 30%;
  margin-right: 5%;
  padding: 20px;
}
.weboc_202009 li:nth-child(5) {
  width: 30%;
  padding: 20px;
  margin-right: 0;
}
.weboc_202009 li.col4 {
  width: 22% !important;
  padding: 20px 10px !important;
  margin-right: 4% !important;
  clear: none;
  min-height: 225px;
}
.weboc_202009 li:nth-child(6) {
  margin-right: 0 !important;
}
.weboc_202009 li figure {
  width: 100%;
  padding-bottom: 5px;
  background-image: url('../images/oc2020/202009/bg_figure.png');
  background-repeat: repeat-x;
  background-position: bottom left;
}
.weboc_202009 li figure img {
  width: 100%;
  height: auto;
}
.weboc_202009 li .inbox {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  min-height: 150px;
}
.weboc_202009 li .icons b {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #FF6E82;
  padding: 0 10px;
  font-weight: normal;
  font-size: 90%;
}
.weboc_202009 li .icons b.yoyaku {
  color: #FFF;
  background-color: #FF6E82;
}
.weboc_202009 li .icons b.fuyo {
  color: #FF6E82;
  background-color: #FFF;
}
.weboc_202009 li h4 {
  font-size: 150%;
  color: #FF6E82;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-weight: normal;
}
.weboc_202009 li p {
  margin-top: 10px;
  font-size: 120% !important;
}
.weboc_202009 li.col4 p {
  font-size: 100% !important;
}

.tbl_oc202009 {
  width: 100%;
  border-top: 1px solid #313131;
  border-left: 1px solid #313131;
  background-color: #FFF;
}
.tbl_oc202009 th {
  width: 30%;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
  background-color: #FBF7EE;
  color: #d6636a;
}
.tbl_oc202009 td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #313131;
  border-right: 1px solid #313131;
}

.access_202009 {
  margin: 40px 0;
  text-align: left;
}
.access_202009 h3 {
  font-size: 150%;
  color: #D6636A;
  font-weight: normal;
}
.access_202009 ul {
  list-style: none;
  margin-top: 40px;
}
.access_202009 ul li:nth-child(1) {
  width: 50%;
  float: left;
}
.access_202009 ul li:nth-child(1) img {
  width: 100%;
}
.access_202009 ul li:nth-child(2) {
  width: 48%;
  float: right;
}


/* SP調整 */
@media screen and (max-width: 767px) {

  .sp img {
    max-width: 100%;
    height: auto;
  }
  .tab2020 #sec-program_202006 {
    margin-top: 50px;
  }

  .tab2020 .info {
    font-size: 110%;
  }
  .tab2020 .photos {
    margin-bottom: 20px;
  }
  .tab2020 .photos li {
    width: 49%;
    margin: 0 2% 10px 0;
    float: left;
  }
  .tab2020 .photos li:nth-child(3n) {
    margin-right: 2%;
  }
  .tab2020 .photos li:nth-child(2n) {
    margin-right: 0;
  }
  .tab2020 .photos li:nth-child(3n+1) {
    clear: none;
  }
  .tab2020 .photos li:nth-child(2n+1) {
    clear: both;
  }

  .wrap_202009 {
    width: 98%;
  }

  .program_202009a li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .program_202009a li .inbox {
    min-height: inherit;
  }
  .program_202009a li .icons {
    text-align: center;
  }
  .program_202009a li .inbox a {
    padding-left: 40px;
  }

  .weboc_202009 li {
    float: none;
    min-height: inherit;
    margin-bottom: 20px;
  }
  .weboc_202009 li:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .weboc_202009 li:nth-child(2) {
    width: 100%;
  }
  .weboc_202009 li:nth-child(3) {
    width: 100%;
  }
  .weboc_202009 li:nth-child(4) {
    width: 100%;
  }
  .weboc_202009 li:nth-child(5) {
    width: 100%;
  }
  .weboc_202009 li.col4 {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: inherit !important;
  }
  .weboc_202009 li.col4 p {
    font-size: 120% !important;
  }

  .weboc_202009 li .inbox {
    min-height: inherit;
  }

  .tbl_box {
    overflow-x: scroll;
  }
  .tbl_oc202009 {
    width: 200%;
    font-size: 100%;
  }


  .access_202009 ul li:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .access_202009 ul li:nth-child(2) {
    width: 100%;
    float: none;
  }


}
