@charset "UTF-8";

/* ------------------------------
    共通
------------------------------ */

.oc_ttl {
  text-align: center;
  margin: 0 0 30px 0;
  padding: 0 35px 25px;
  position: relative;
}

.oc_ttl::before,
.oc_ttl::after {
  content: "";
  display: block;
  width: 82px;
  height: 106px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 0;
  z-index: -1;
}

.oc_ttl::before {
  background-image: url(../img/opencampus2/oc_ttl_left.png);
  left: 0;
}

.oc_ttl::after {
  background-image: url(../img/opencampus2/oc_ttl_right.png);
  right: 0;
}

.oc_ttl h2 {
  min-height: 80px;
  display: block;
  background: #00b5ff;
  border: 2px solid #000;
  text-align: center;
  color: #fff;
  font-size: 4.1rem;
  margin: 0;
  line-height: 1.4;
  padding: 12px 0 0;

}

@media all and (-ms-high-contrast: none) {
  .oc_ttl h2 {
    padding: 18px 0 0;
  }
}

@media (max-width: 750px) {
  .oc_ttl {
    margin: 0 0 15px 0;
    padding: 0 17px 12px;
  }

  .oc_ttl::before,
  .oc_ttl::after {
    width: 40px;
    height: 52px;
    background-position: center bottom;
  }

  .oc_ttl h2 {
    min-height: inherit;
    font-size: 2.4rem;
    padding: 4px 4px 3px;
    border: 1.2px solid #000;
    letter-spacing: 0;
  }
}


/* ------------------------------
    mainimg
------------------------------ */
#oc_mainimg {
  text-align: center;
}

@media (max-width: 750px) {
  #oc_mainimg .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* ------------------------------
    flow
------------------------------ */

#oc_flow .container {
  padding-top: 85px;
  padding-bottom: 10px;
  background: url(../img/opencampus2/line.png) repeat-x 0 bottom;
}

#oc_flow .oc_ttl {
  margin-bottom: 20px;
}

#oc_flow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#oc_flow .list .item {
  width: 410px;
  position: relative;
  margin: 0 64px 60px 0;
}

#oc_flow .list .item:not(:last-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 0 43px 34px;
  border-color: transparent transparent transparent #ff5e9c;
  position: absolute;
  right: -85px;
  top: 100px;
}

#oc_flow .list .item:nth-child(even)::before {
  right: -64px;
  ;
}

#oc_flow .list .item .img {
  margin-bottom: 20px;
}

#oc_flow .list .item .ttl {
  font-weight: bold;
  font-size: 2.6rem;
  background: #ffd1e3;
  padding: 8px .5em 8px .8em;
  margin: 0;
}

#oc_flow .list .item .txt {
  font-size: 1.8rem;
  line-height: 2;
  margin: .5em 0;
}

@media all and (-ms-high-contrast: none) {
  #oc_flow .list .item .ttl {
    padding: 13px .5em 3px;
  }

}


@media (max-width: 750px) {
  #oc_flow .container {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  #oc_flow .oc_ttl {
    margin-bottom: 15px;
  }

  #oc_flow .list {
    display: block;
  }

  #oc_flow .list .item {
    width: 100%;
    position: relative;
    margin: 0 0 50px 0;
  }

  #oc_flow .list .item:not(:last-child)::before {
    border-width: 28px 34px 0 34px;
    border-color: #ff5e9c transparent transparent transparent;
    right: auto;
    top: auto;
    left: 50%;
    bottom: -45px;
    transform: translatex(-50%);
  }

  #oc_flow .list .item:nth-child(even)::before {
    right: auto;
  }

  #oc_flow .list .item .img {
    margin-bottom: 10px;
  }

  #oc_flow .list .item .ttl {
    font-size: 2rem;
    padding: 5px .5em;
  }

  #oc_flow .list .item .txt {
    font-size: 1.4rem;
  }
}


/* ------------------------------
    program
------------------------------ */

#oc_program .oc_ttl h2 {
  font-size: 4.4rem;
  padding: 4px 0 0;
}

#oc_program .oc_ttl h2 .date {
  font-size: 3.6rem;
}

#oc_program .oc_ttl h2 .date span {
  font-size: 5.2rem;
}

#oc_program .oc_ttl h2 .year {
  font-size: 3.6rem;
  margin: 0 -.4em;
}

#oc_program .oc_ttl h2 .year span {
  font-size: 4rem;
}

#oc_program .oc_ttl h2 .day {
  font-size: 80%;
  margin: 0 -.4em;
}


#oc_program .p_block {
  padding: 85px 0 80px;
  background: url(../img/opencampus2/line.png) repeat-x 0 bottom;
}

#oc_program .acd + .acd {
  margin-top: 13px;
}

#oc_program .acd * {
  color: #000;
}

#oc_program .acd .acd_ttl {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.4;
  padding: 20px 66px 20px 20px;
  position: relative;
  margin: 0;
  background: #ffd1e3 url(../img/opencampus2/bg_dot.png);
}


#oc_program .acd .acd_cnt {
  display: none;
  background: #fff1f7;
  padding: 35px 30px 40px;
  margin: 0;
}

#oc_program .acd .acd_cnt .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#oc_program .acd .acd_cnt .flex .txt {
  width: 400px;
}

#oc_program .acd .acd_cnt .txt .ttl {
  font-weight: bold;
  font-size: 2.9rem;
  margin: 0 0 .5em;
}

#oc_program .acd .acd_cnt .txt p {
  font-size: 1.8rem;
  line-height: 2;
}

#oc_program .acd .acd_ttl:hover {
  cursor: pointer;
}

#oc_program .acd .acd_ttl::before,
#oc_program .acd .acd_ttl::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  width: 26px;
  height: 4px;
  transition: .3s ease;
}

#oc_program .acd .acd_ttl::before {
  transform: translateY(-50%) rotate(90deg);
}

#oc_program .acd .acd_ttl.open::before {
  transform: rotate(45deg);
}

#oc_program .acd .acd_ttl.open::after {
  transform: rotate(-45deg);
}


#oc_program .reserve_btn {
  width: 494px;
  margin: 30px auto 0;
}

#oc_program .reserve_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #FEE40B;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffff00), color-stop(70%, #fff000));
  background: -webkit-linear-gradient(#ffff00 30%, #fff000 70%);
  background: -o-linear-gradient(#ffff00 30%, #fff000 70%);
  background: linear-gradient(#ffff00 30%, #fff000 70%);
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  padding: 2rem;
  letter-spacing: .2em;
  width: 100%;
}

#oc_program .reserve_btn a .date {
  margin-bottom: 1.25rem;
}

#oc_program .reserve_btn a .date small {
  font-size: 2.9rem;
}

#oc_program .reserve_btn a .date span {
  font-size: 3.8rem;
}


#oc_program .reserve_btn a .reservation {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#oc_program .reserve_btn a .reservation:after {
  margin-left: .5em;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.7px 12.5px 0 12.5px;
  border-color: #000 transparent transparent transparent;
}

#oc_program .reserve_btn a:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #FEC70B), color-stop(70%, #FDB80B));
  background: -webkit-linear-gradient(#FEC70B 30%, #FDB80B 70%);
  background: -o-linear-gradient(#FEC70B 30%, #FDB80B 70%);
  background: linear-gradient(#FEC70B 30%, #FDB80B 70%);
  opacity: 1;
  border-color: #FDAE0A;
}

@media all and (-ms-high-contrast: none) {
  #oc_program .oc_ttl h2 {
    padding: 12px 0 0;
    line-height: 1.2;
  }

  #oc_program .acd .acd_ttl {
    padding: 26px 66px 14px 20px;
  }

  #oc_program .reserve_btn a {
    padding: 2.6rem 0 1.4rem;
  }
}

@media (max-width: 750px) {
  #oc_program .oc_ttl h2 {
    font-size: 2.6rem;
    padding: 4px 4px 0;
  }

  #oc_program .oc_ttl h2 .date {
    font-size: 2rem;
  }

  #oc_program .oc_ttl h2 .date span {
    font-size: 2.81rem;
  }

  #oc_program .oc_ttl h2 .year {
    font-size: 2rem;
  }

  #oc_program .oc_ttl h2 .year span {
    font-size: 2.16rem;
  }


  #oc_program .p_block {
    padding: 40px 0;
  }

  #oc_program .acd + .acd {
    margin-top: 10px;
  }

  #oc_program .acd .acd_ttl {
    font-size: 1.8rem;
    padding: 10px 40px 10px 10px;
  }

  #oc_program .acd .acd_cnt {
    padding: 20px 15px 20px;
  }

  #oc_program .acd .acd_cnt .flex {
    display: block;
  }

  #oc_program .acd .acd_cnt .flex .img,
  #oc_program .acd .acd_cnt .flex .txt {
    width: 100%;
  }

  #oc_program .acd .acd_cnt .txt .ttl {
    font-size: 1.8rem;
  }

  #oc_program .acd .acd_cnt .txt p {
    font-size: 1.4rem;
  }

  #oc_program .acd .acd_ttl::before,
  #oc_program .acd .acd_ttl::after {
    right: 10px;
    width: 16px;
    height: 2px;
  }



  #oc_program .reserve_btn {
    width: 86%;
    margin: 30px auto 0;
  }

  #oc_program .reserve_btn a {
    padding: 1.5rem;
    letter-spacing: 0;
  }

  #oc_program .reserve_btn a .date {
    margin-bottom: 1rem;
  }

  #oc_program .reserve_btn a .date small {
    font-size: 1.6rem;
  }

  #oc_program .reserve_btn a .date span {
    font-size: 2.2rem;
  }


  #oc_program .reserve_btn a .reservation {
    font-size: 1.6rem;
  }

  #oc_program .reserve_btn a .reservation:after {
    border-width: 13.0px 7.5px 0 7.5px;
  }

}


/* ------------------------------
    parent
------------------------------ */
#oc_parent .container {
  padding-top: 85px;
  padding-bottom: 110px;
  background: url(../img/opencampus2/line.png) repeat-x 0 bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#oc_parent .container::before,
#oc_parent .container::after {
  content: none;
}

#oc_parent .oc_ttl {
  padding: 0 35px 35px 0;
}

#oc_parent .oc_ttl h2 {
  font-size: 3.3rem;
  text-align: left;
  padding: .5em .7em;
  line-height: 1.2;
}

@media all and (-ms-high-contrast: none) {
  #oc_parent .oc_ttl h2 {
    padding: .7em 0 .3em .7em;
  }
}

#oc_parent .oc_ttl::before {
  content: none;
}

#oc_parent .oc_ttl::after {
  background-image: url(../img/opencampus2/oc_ttl_right2.png);
  width: 82px;
  height: 150px;
}

#oc_parent .img {
  margin: 0;
  margin-right: 14px;
}

#oc_parent .txt {
  width: 496px;
}

#oc_parent .txt .oc_ttl {
  margin-bottom:
}

#oc_parent .txt p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
  margin: 0;
}


@media (max-width: 750px) {
  #oc_parent .container {
    padding-top: 40px;
    padding-bottom: 50px;
    display: block;
  }
  
  #oc_parent .oc_ttl{
    padding: 0 20px 20px 0;
  }
  #oc_parent .oc_ttl h2 {
    font-size: 2.4rem;
    padding: 8px 10px 6px;
    line-height: 1.4;
  }

  #oc_parent .oc_ttl::after {
    background-image: url(../img/opencampus2/oc_ttl_right2.png);
    width: 48px;
    height: 86px;
  }
  
  #oc_parent .img {
    width: 80%;
    margin: 10px auto 0;
  }

  #oc_parent .txt {
    width: 100%;
  }

  #oc_parent .txt p {
    font-size: 1.4rem;
    line-height: 2;
  }

}



/* ------------------------------
    benefits
------------------------------ */
#oc_benefits .container {
  padding-top: 85px;
  padding-bottom: 150px;
}

#oc_benefits .oc_ttl + .txt {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 1em 0;
}

#oc_benefits .tablewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#oc_benefits .tb {
  border-collapse: collapse;
  width: 494px;
}

#oc_benefits .tb th,
#oc_benefits .tb td {
  border: 1px solid #999999;
  font-weight: bold;
  font-size: 1.8rem;
}

#oc_benefits .tb th {
  width: 65px;
  padding: 0 1.2em;
  line-height: 1;
  text-align: center;
  background-image: url(../img/opencampus2/bg_dot.png);
  white-space: nowrap;
}


#oc_benefits .tb th span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#oc_benefits .tb th span span {
  font-family: initial;
}

#oc_benefits .tb th.pink {
  background-color: #ffa2c6;
}

#oc_benefits .tb th.pink2 {
  background-color: #ffd1e3;
}

#oc_benefits .tb td {
  width: 256px;
  padding: 1em 30px;
  line-height: 1.4;
}

#oc_benefits .tb td:first-of-type {
  background: #fff6f9;
}

#oc_benefits .tb td:last-child {
  width: 172px;
  text-align: right;
  font-size: 2.1rem;
  padding: .6em 30px;
}

@media all and (-ms-high-contrast: none) {
  #oc_benefits .tb th {
    padding: 1.2em 1.4em 1.2em 1em;
  }

  #oc_benefits .tb td {
    padding: 1.2em 30px .8em;
  }

  #oc_benefits .tb td:last-child {
    padding: .8em 30px .4em;
  }
}


@media (max-width: 750px) {
  #oc_benefits .container {
    padding-top: 40px;
    padding-bottom: 75px;
  }

  #oc_benefits .oc_ttl + .txt {
    font-size: 1.8rem;
  }

  #oc_benefits .tablewrap {
    display: block;
  }

  #oc_benefits .tb {
    width: 100%;
    margin: 0 0 -1px;
  }

  #oc_benefits .tb th,
  #oc_benefits .tb td {
    font-size: 1.4rem;
  }

  #oc_benefits .tb th {
    width: 40px;
    padding: 1em;
  }


  #oc_benefits .tb td {
    width: calc(100% - 40px - 8em);
    padding: 1em 15px;
    line-height: 1.4;
  }

  #oc_benefits .tb td:last-child {
    width: 8em;
    font-size: 1.6rem;
    padding: .6em 15px;
  }


}