@charset "UTF-8";

/* 下層ページ　- 1カラム用
=======================================*/

/* base
------------------------------------*/
article {
  width: 100%;
}

article * {
  box-sizing: border-box;
}

article img {
  width: 100%;
  display: block;
}

article div.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

article ul.pankuzu {
  max-width: 980px;
  margin: 0 auto;
}

.border {
  background: repeating-linear-gradient(
    45deg,
    #64c39d 0,
    #64c39d 1px,
    #fff 0,
    #fff 6px
  );
  width: 100%;
}

.mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
}

article div.wrapper div.content {
  padding-top: 35px;
  width: 100%;
}

div.content .inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.pcc_none {
  display: none !important;
}
.spp_none {
  display: block !important;
}
@media all and (max-width: 767px) {
  .pcc_none {
    display: block !important;
  }

  .spp_none {
    display: none !important;
  }
}

@media all and (max-width: 768px) {
  article ul.pankuzu {
    width: 94%;
    margin: 0 auto;
  }
  article div.wrapper div.content {
    width: 100%;
  }
  div.content .inner {
    width: 85%;
  }
}
@media all and (max-width: 480px) {
  article div.wrapper div.content {
    padding-top: 5px;
  }
  div.content .inner {
    width: 90%;
  }
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb50{
	margin-bottom: 50px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.no_link{
	pointer-events:none;
}
/* main vidual
------------------------------------*/

article div.header_img {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

/* join
------------------------------------*/
section.join {
  margin: 0 auto 100px;
}

section.join .inner {
  margin: 0 auto 90px;
}

section.join .inner h1 {
  font-size: 33px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
  line-height: 1.8;
}

section.join .inner p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}

section.join .days-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 60px;
}
section.join .days-wrapper dl.oc {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.join .days-wrapper dl.mini-oc {
  width: calc((100% - 80px) / 2);
  align-self: stretch;
}

section.join .days-wrapper dl.nogiku {
  width: calc((100% - 80px) / 2);
  align-self: stretch;
}

section.join .days-wrapper .ttl {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

section.join .days-wrapper .ttl::before {
  content: "";
  display: block;
  background: repeating-linear-gradient(
    45deg,
    #64c39d 0,
    #64c39d 1px,
    #fff 0,
    #fff 6px
  );
  width: 100%;
  height: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}

section.join .days-wrapper .ttl p {
  background-color: #fff;
  padding: 0 15px 5px;
  display: inline-block;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

section.join .days-wrapper .ttl p span {
  font-size: 16px;
  font-weight: normal;
}

section.join .days-wrapper dd {
  width: 100%;
}

section.join .days-wrapper .oc dd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

section.join .days-wrapper .oc dd > div {
  width: calc((100% - 80px) / 2);
  min-width: 310px;
}
.days-wrapper > p.txt{
	font-size: 18px;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #333333;
	margin: 0 auto 30px;
	line-height: 1.6;
}
@media all and (max-width: 768px) {
.days-wrapper > p.txt{
	font-size: 16px;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #333333;
	margin: 0 auto 30px;
	width: 90%;
}
}
section.join .days-wrapper dd a {
  display: block;
  background-color: #64c39d;
  border-radius: 10px;
  padding-top: 10px;
  overflow: hidden;
  width: 100%;
  min-width: 310px;
}
/*
section.join .days-wrapper .mini-oc dd a {
  pointer-events: none;
}
*/
/*
section.join .days-wrapper .nogiku dd a {
  pointer-events: none;
}
*/

section.join .days-wrapper dd a:hover img {
  opacity: 1;
}

section.join .days-wrapper dd a .schedule {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #fff;
  width: calc(100% - 40px);
  margin: 0 auto 15px;
  padding-bottom: 5px;
  position: relative;
}
section.join .days-wrapper dd a .schedule p.cansell::before {
  content: "中止";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 96%;
  height: 25px;
  background-color: rgba(230, 150, 40, 0.6);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
section.join .days-wrapper dd a .schedule .end::before {
  content: "終了しました";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 110%;
  height: 25px;
  background-color: rgba(230, 150, 40, 0.6);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}



section.join .days-wrapper dd a .schedule p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}

section.join .days-wrapper dd a .schedule .day {
  font-size: 75px;
  display: inline-block;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
}
section.join .days-wrapper dd a .schedule .day.bebas.small {
  font-size: 60px;
}
@media all and (max-width: 768px) {
section.join .days-wrapper dd a .schedule .day.bebas.small {
  font-size: 52px;
}
}

section.join .days-wrapper dd a .schedule .day.bebas span {
  font-size: 16px;
  display: inline-block;
  margin-right: 0;
  color: #fff;
  line-height: 1;
}
ul.area_set{
	color: #fff;
	width: calc(100% - 40px);
	margin: 0 auto 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.area_set > li.place{
	width: 28%;
	margin: 0 0 0 0;
	color: #22aa73;
	font-weight: bold;
	background-color: #ffffff;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	line-height: 1.4;
}
ul.area_set > li.department{
	width: 68%;
	margin: 0 0 0 0;
	border-radius: 6px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.2;
	font-size: 14px;
	flex-direction: column;
}

ul.area_set > li.department > span::before{
	content: "・";
	display: inline-block;
}
.note03{
	width: 100%;
	margin: 0 0 0 0;
	padding: 30px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
section.join .text-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
section.join .text-wrapper .lead{
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 0 0 10px 0;
}
section.join > .days-wrapper > .text-wrapper > .note{
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 0 30px 0;
	font-weight: normal;
}
section.join .text-wrapper .board_set{
	width: 100%;
	margin: 0 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.join .text-wrapper .board_set li{
	width: 48%;
	margin: 0;
	padding: 0;
}
section.join .text-wrapper .board_set li .point {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #c01f31;
  border-radius: 10px;
  position: relative;
}
section.join .text-wrapper .board_set li .point p{
	font-size: 26px;
	line-height: 1.4;
}
section.join .text-wrapper .board_set li .point p span{
	display: block;
	font-size: 16px;
}

section.join .text-wrapper .time_set{
	width: 100%;
	font-size: 20px;
	margin: 0 0 30px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-wrap: wrap;
}
@media all and (max-width: 768px) {
section.join .text-wrapper .time_set{
	font-size: 19px;
}
}
@media all and (max-width: 480px) {
section.join .text-wrapper .lead{
	font-size: 16px;
	margin: 0 0 10px 0;
}
section.join .text-wrapper .board_set{
	width: 100%;
	margin: 0 0 10px 0;
}
section.join .text-wrapper .board_set li{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
}
section.join .text-wrapper .board_set li .point p{
	font-size: 22px;
	line-height: 1.4;
}
}

section.join .text-wrapper .time_set li{
	margin: 0 5px 0;
	padding: 5px 0;
	font-weight: bold;
}
section.join .text-wrapper .time_set li .point_no {
  font-size: 18px;
  line-height: 1.1;
  margin: 0 5px 0 0;
  color: #fff;
  border-radius: 50%;
  background: #e69628;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-weight: normal;
}

section.join .days-wrapper dd a .schedule .weekly {
  font-size: 20px;
  color: #64c39d;
  background-color: #fff;
  padding: 5px 10px;
  margin-bottom: 10px;
}

section.join .days-wrapper dd a .schedule time {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  vertical-align: middle;
  letter-spacing: 0.05em;
}
section.join .days-wrapper dd a .schedule time.bebas {
    font-family: Bebas;
    font-size: 32px;
    font-weight: 600;
    transform: rotate(-0.2deg);
    color: #fff;
}
section.join .days-wrapper dd a .schedule time span {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic",
    YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-size: 16px;
}
section.join .days-wrapper dd a .schedule time .font_s {
    font-size: 12px;
    line-height: 1.4;
}

section.join .days-wrapper dd a p.area {
  color: #fff;
  width: calc(100% - 40px);
  margin: 0 auto 10px;
  font-weight: bold;
}

section.join .days-wrapper dd a .btn {
  width: 100%;
  display: flex;
  justify-content: center;
}

section.join .days-wrapper dd a .btn p {
  width: 50%;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px 0;
  color: #22aa73;
  transition: 0.3s ease;
}

section.join .days-wrapper .mini-oc dd a .btn p,
section.join .days-wrapper .nogiku dd a .btn p {
  width: 100%;
}

section.join .days-wrapper dd a .btn .entry {
  background-color: #def2ea;
  z-index: 2;
}

section.join .days-wrapper dd a .btn .entry::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #def2ea 50%)
    bottom left/ 100% 100% no-repeat;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 1;
}

section.join .days-wrapper dd a .btn .no.entry {
  background-color: #e69628;
  color: #fff;
}

section.join .days-wrapper dd a .btn .no.entry::after {
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 50%, #e69628 50%)
    bottom left/ 100% 100% no-repeat;
}

section.join .days-wrapper dd a .btn .detail,
section.join .days-wrapper dd a .btn .detail span {
  position: relative;
  z-index: 1;
}
section.join .days-wrapper dd a .btn .detail::before,
section.join .days-wrapper dd a .btn .detail::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  margin: auto;
}
section.join .days-wrapper dd a .btn .detail::before {
  background-color: #fff07e;
  z-index: -1;
}

section.join .days-wrapper dd a:hover .btn .detail {
  color: #fff;
}

section.join .days-wrapper dd a .btn .detail::after {
  background-color: #bc272d;
  width: 0%;
  transition: 0.3s ease;
  z-index: 0;
}

section.join .days-wrapper dd a:hover .btn .detail::after {
  width: 100%;
}

section.join .days-wrapper dd a .btn .detail span {
  display: inline-block;
  margin-left: 20px;
}
section.join .days-wrapper dd a .btn .detail span::after {
  content: "〉〉〉";
  letter-spacing: -0.5em;
  display: inline-block;
  margin-left: 5px;
}

section.join .days-wrapper .oc dd p.note {
  font-size: 16px;
  padding-top: 5px;
  font-weight: bold;
  color: #bc272d;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

section.join .days-wrapper .oc dd p.note::before {
  content: "※";
}

section.join .days-wrapper .oc dd div:nth-of-type(2) p.note {
  white-space: nowrap;
}
.oc_wrapper{
	width: 100%;
	margin: 0 0 0 0;
}
.oc_wrapper > ul.oc_set{
	width: 100%;
	margin: 0 0 30px 0;
	padding: 10px 20px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #f8fcfb;
	border: 1px solid #64c39d;
	border-radius: 6px;
	color: #333333;
}
.oc_wrapper > ul.oc_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oc_wrapper > ul.oc_set > li:first-child{
	width: 150px;
	margin: 0;
	padding: 0 0 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.0;
}
.oc_wrapper > ul.oc_set > li:last-child{
	width: calc(100% - 170px);
	margin: 0;
	padding: 0 0 20px 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.0;
}
.oc_wrapper > ul.oc_set > li > .day{
	font-size:60px;
	position: relative;
}
.oc_wrapper > ul.oc_set > li > .end::before {
  content: "終了しました";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  width: 110%;
  height: 25px;
  background-color: rgba(230, 150, 40, 0.6);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

.oc_wrapper > ul.oc_set > li > .weekly{
	font-size: clamp(20px, 2.5vw, 30px);
	color: #64c39d;
	line-height: 1.2;
	margin: 23px 0 0 6px;
}
.oc_wrapper > ul.oc_set > li > .oc_item{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.0;
	position: relative;
	width: 100%;
	padding: 10px 0 0 0;
}
.oc_wrapper > ul.oc_set > li > .oc_item.mt{
	padding: 20px 0 0 0;
}

.oc_wrapper > ul.oc_set > li > .oc_item.mb{
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #64c39d;
	padding-top: 20px;
}

.oc_wrapper > ul.oc_set > li > .oc_item > .time{
	font-size:46px;
	width: 330px;
	position: relative;
}
.oc_wrapper > ul.oc_set > li > .oc_item > .time.morning::before{
  content: "〈午前の部〉";
  font-size: 15px;
  color: #64c39d;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 2;
}
.oc_wrapper > ul.oc_set > li > .oc_item > .time.afternoon::before{
  content: "〈午後の部〉";
  font-size: 15px;
  color: #64c39d;
  font-weight: bold;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 2;
}


.oc_wrapper > ul.oc_set > li > .oc_item > .time > span{
	font-size: 20px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
.oc_wrapper > ul.oc_set > li > .oc_item > dl.area{
	width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
/*   height: 40px; */
}
.oc_wrapper > ul.oc_set > li > .oc_item > dl.area > dt {
	width: 50px;
  display: flex;
  flex-wrap: wrap;
  background-color: #64c39d;
  border-radius: 3px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1px 2px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 4px;
}
.oc_wrapper > ul.oc_set > li > .oc_item > dl.area > dd {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 4px;
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn{
	font-size: clamp(18px, 1.9vw, 21px);
  font-weight: bold;
  line-height: 1.0;
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #bc272d;
  border-radius: 0.5rem;
  background-color: #eeeaef;
  position: absolute;
  right: 0;
  border-bottom: solid 4px #22aa73;
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn:hover{
	opacity: 0.7;
  border-bottom: solid 1px #22aa73;
  transform: translateY(3px);
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn.disabled{
	pointer-events: none;
	opacity: 0.3;
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn.note::after {
    content: "2/17頃開始予定";
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn.note {
    opacity: 1 !important;
}

@media all and (max-width: 1100px) {
.oc_wrapper{
	width: 90%;
	margin: 0 auto 0;
}
.oc_wrapper > ul.oc_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}

.oc_wrapper > ul.oc_set > li:first-child{
	width: 150px;
	margin: 0;
	padding: 0 0 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.0;
}
.oc_wrapper > ul.oc_set > li:last-child{
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-wrap: wrap;
	line-height: 1.0;
	position: relative;
}
}
@media all and (max-width: 900px) {
.oc_wrapper > ul.oc_set > li > .oc_item > .time{
	font-size:46px;
	width: 100%;
	margin: 0 0 10px 0;
}
.oc_wrapper > ul.oc_set > li > .oc_item > dl.area{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
/*   height: 40px; */
  margin-bottom: 14px;
}
.oc_wrapper > ul.oc_set > li > .oc_item > a.btn{
  position: inherit;
  right: 0;
  margin: auto;
}
}
@media all and (max-width: 480px) {
.oc_wrapper > ul.oc_set > li:first-child{
	width: 140px;
	margin: auto;
}
.oc_wrapper > ul.oc_set > li > .oc_item > .time{
	font-size:38px;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
}

.mini-oc-wrapper{
	width: 100%;
	margin: 0 0 60px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media all and (max-width: 480px) {
.mini-oc-wrapper{
	margin: 0 0 30px 0;
}
}
@media all and (max-width: 1100px) {
  section.join .days-wrapper {
    justify-content: center;
  }
  section.join .days-wrapper .ttl p {
    font-size: 20px;
  }

  section.join .days-wrapper dl dd {
    width: 100%;
    margin: 0 auto;
  }
/*
  section.join .days-wrapper .oc dd > div {
    width: calc((100% - 30px) / 2);
  }
*/
/*
  section.join .days-wrapper dl.mini-oc {
    width: calc(98% * 2 / 3);
    margin-right: 2%;
    align-self: stretch;
  }
*/

  section.join .days-wrapper dl.nogiku {
    width: calc(98% / 3);
    align-self: stretch;
  }
}
@media all and (max-width: 1040px) {
  section.join .days-wrapper dl.mini-oc {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  section.join .days-wrapper dl.nogiku {
    width: 100%;
    margin-bottom: 0;
  }
  section.join .days-wrapper .oc dd {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section.join .days-wrapper .oc dd > div {
/*     width: calc((100% - 40px) / 2); */
		width: 74%;
    margin: 0 auto;
  }

  section.join .days-wrapper .oc dd > div:first-of-type {
    margin: 0 auto 20px;
  }

  section.join .days-wrapper .oc dd > div:first-of-type a {
/*     width: calc((100% - 40px) / 2); */
		width: 100%;
    margin: 0 auto;
  }
  section.join .days-wrapper .oc dd > div:first-of-type p.note {
    justify-content: center;
  }

  section.join .days-wrapper dl.mini-oc dd a {
    width: 60%;
    margin: 0 auto;
  }

  section.join .days-wrapper dl.nogiku dd a {
    width: 50%;
    margin: 0 auto;
  }
}

@media all and (max-width: 768px) {
  section.join .days-wrapper .ttl {
    margin-bottom: 60px;
  }
  section.join .days-wrapper .ttl p {
    font-size: 26px;
  }
  section.join .days-wrapper dl {
    width: 85%;
    margin-bottom: 140px;
  }
  section.join .days-wrapper dl dd {
    width: 85%;
  }
  section.join .days-wrapper .oc dd {
  }

  section.join .days-wrapper dl.mini-oc dd a {
    width: 74%;
    min-width: 70%;
    margin: 0 auto;
    flex-direction: column;
  }

  section.join .days-wrapper .nogiku dd a {
    width: 50%;
  }
  section.join .days-wrapper .oc dd > div {
    margin-bottom: 30px;
  }
  section.join .days-wrapper .oc dd > div:last-of-type {
    margin-bottom: 0;
  }
  section.join .days-wrapper dd a {
    padding-top: 20px;
  }

  section.join .days-wrapper dd a .schedule {
    margin: 0 auto 15px;
    padding-bottom: 15px;
  }
  section.join .days-wrapper dd a p.area {
    width: calc(100% - 60px);
    margin: 0 auto 15px;
    font-size: 16px;
    line-height: 1.6;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  section.join .days-wrapper dd a:hover .btn .detail::after {
    width: 0;
  }
  section.join .days-wrapper dd a:hover .btn .detail {
    color: #64c39d;
  }

  section.join .days-wrapper .oc dd div:nth-of-type(2) p.note {
    white-space: wrap;
  }

  section.join .days-wrapper .oc dd > p.note {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  section.join {
    margin-bottom: 55px;
  }
  section.join .inner {
    margin-bottom: 35px;
  }
  section.join .inner h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  section.join .inner p {
    font-size: 14px;
  }
  section.join .days-wrapper {
    margin-bottom: 55px;
  }
  section.join .days-wrapper .ttl {
    margin-bottom: 30px;
  }
  section.join .days-wrapper .ttl p {
    font-size: 20px;
  }
  section.join .days-wrapper dl {
    width: 90%;
    margin-bottom: 30px;
  }
  section.join .days-wrapper dl dd {
    width: 90%;
  }
  section.join .days-wrapper .oc dd {
    flex-wrap: wrap;
  }
  section.join .days-wrapper .oc dd > div:first-of-type {
    order: 1;
    margin-bottom: 30px;
  }
  section.join .days-wrapper .oc dd > div:first-of-type a {
    width: 100%;
  }
  section.join .days-wrapper .oc dd > div:nth-of-type(2) {
    order: 3;
  }
  section.join .days-wrapper .oc dd > div:nth-of-type(3) {
    order: 4;
  }
  section.join .days-wrapper .oc dd > p.note {
    order: 2;
    padding-top: 0;
    margin-bottom: 10px;
    text-align: left;
    display: flex !important;
  }

  section.join .days-wrapper dl.mini-oc dd a {
    width: 100%;
  }
  section.join .days-wrapper dl.nogiku dd a {
    width: 100%;
  }
  section.join .days-wrapper .oc dd > div {
    width: 100%;
    margin-bottom: 30px;
  }

  section.join .days-wrapper dd a {
    padding-top: 10px;
  }

  section.join .days-wrapper dd a .schedule {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
    padding-bottom: 7px;
  }
  section.join .days-wrapper dd a .schedule .day {
    font-size: 60px;
    margin-right: 5px;
  }
  section.join .days-wrapper dd a .schedule .weekly {
    padding: 2px 5px;
    margin-bottom: 8px;
  }

  section.join .days-wrapper dd a p.area {
    width: calc(100% - 40px);
    margin: 0 auto 15px;
    font-size: 14px;
    min-height: 0;
  }
  section.join .days-wrapper dd a .btn p {
    padding: 10px 0;
  }
}

/* mini schedule */
section.join .days-wrapper .mini-oc dd a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

section.join .days-wrapper .mini-oc dd a .time-area {
  width: 65%;
  padding-right: 20px;
}

section.join .days-wrapper .mini-oc dd a .time-area .schedule {
  min-height: 71px;
}
section.join .days-wrapper .mini-oc dd a .time-area .schedule,
section.join .days-wrapper .mini-oc dd a p.area {
  width: 100%;
}
section.join .days-wrapper .mini-oc dd a .schedule time {
  margin: 0 auto 0 0;
}

section.join .days-wrapper .mini-oc dd a ul {
  width: 35%;
  margin: 0;
  padding-left: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: none;
}
section.join .days-wrapper .mini-oc dd a .mini-oc-ttl{
	width: calc(100% - 40px);
	display: block;
	text-align: center;
	color: #fff;
	margin: 0 auto 10px;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #fff;
}
section.join .days-wrapper .mini-oc dd a .schedule li object a {
	color: #ffffff;
	min-width: auto !important;
	width: 100% !important;
	padding: 0;
}
section.join .days-wrapper .mini-oc dd a .schedule li object a:hover {
	color: #e69628;
}
section.join .days-wrapper .mini-oc dd a ul li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  margin: 0 10px 0 0;
}

section.join .days-wrapper .mini-oc dd a ul li.cancell::before {
  content: "中止";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 96%;
  height: 25px;
  background-color: rgba(230, 150, 40, 0.6);
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

@media all and (max-width: 1024px) {
  section.join .days-wrapper .mini-oc dd a .time-area {
    width: 60%;
  }

  section.join .days-wrapper .mini-oc dd a ul {
    width: 40%;
  }
}
@media all and (max-width: 768px) {
  section.join .days-wrapper .mini-oc dd a ul,
  section.join .days-wrapper .mini-oc dd a .time-area {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  section.join .days-wrapper .mini-oc dd a .time-area {
    padding-right: 0;
  }
  section.join .days-wrapper .mini-oc dd a .time-area .schedule {
    height: auto;
    text-align: left;
    width: 100%;
  }

  section.join .days-wrapper .mini-oc dd a p.area {
    width: 100%;
  }

  section.join .days-wrapper .mini-oc dd a .time-area .schedule time {
    margin-right: 0;
  }

  section.join .days-wrapper .mini-oc dd a ul {
    justify-content: flex-start;
    padding-left: 0;
  }

  section.join .days-wrapper .mini-oc dd a ul li {
    justify-content: flex-start;
  }
}

@media all and (max-width: 767px) {
  section.join .days-wrapper .mini-oc dd a ul li.cancell::before {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  section.join .days-wrapper .mini-oc dd a ul,
  section.join .days-wrapper .mini-oc dd a .time-area {
    width: calc(100% - 40px);
  }
}

/* schedule end */

section.join p.note02 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #bc272d;
  margin: 50px auto;
  line-height: 1.6;
  width: 100%;
  display: block;
}
section.join p.note04 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #bc272d;
  margin:0 auto 50px auto;
}
section.join p.note04 span {
  font-size: 18px;
}
@media all and (max-width: 768px) {
section.join p.note04 {
  font-size: 20px;
}
section.join p.note04 span {
  font-size: 16px;
}
section.join p.note02 {
  font-size: 20px;
	width: 90%;
}
}
section.join .btn-wrapper {
  max-width: 830px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 0 0 30px 0;
}
@media all and (max-width: 480px) {
section.join .btn-wrapper {
  padding: 0 0 50px 0;
}
section.join p.note02 {
  margin: 0 auto;
}
}

section.join .btn-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49%;
  color: #bc272d;
  background-color: #efeaef;
  border-radius: 10px;
  align-self: stretch;
  font-weight: bold;
  min-height: 70px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
  position: relative;
}
@media all and (max-width: 480px) {
section.join .btn-wrapper a {
  display: flex;
  width: 80%;
}
}
section.join .btn-wrapper a:hover {
  opacity: 0.7;
}
section.join .btn-wrapper.cover a::after{
  content: '準備中';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  display: none;
}
section.join .btn-wrapper.cover::after{
	content: '※日程は変更となる場合がございます。当ページにてお知らせします。';
	text-align: center !important;
	font-weight: normal;
	font-size: 13px;
	position: absolute;
	bottom: 0;
	right: 1px;
	line-height: 1.4;
}
section.join .btn-wrapper a.to_form {
  width: 100%;
  color: #fff;
  background-color: #e69628;
  font-size: 23px;
  margin-bottom: 60px;
}

section.join .btn-wrapper a.to_pdf {
  position: relative;
}

section.join .btn-wrapper a.to_pdf figure {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media all and (max-width: 1300px) {
}
@media all and (max-width: 768px) {
  section.join .btn-wrapper a {
    padding: 5px 0;
  }
  section.join p.note02 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 480px) {
  section.join .btn-wrapper a {
    font-size: 16px;
    padding: 10px 0;
  }

  section.join .btn-wrapper a.to_form {
    font-size: 20px;
  }
}

/* news
------------------------------------*/

section.news {
  width: 100%;
  background-color: #efeaef;
  padding: 65px 0;
  margin-bottom: 65px;
}

section.news a {
  transition: 0.3s;
}

section.news a:hover {
  opacity: 0.7;
}

section.news .inner {
  background-color: #fff;
  padding: 55px 50px 30px;
}

section.news .inner h2 {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

section.news .inner h2 span {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
}

section.news .inner ul {
  margin-bottom: 20px;
}

section.news .inner ul li {
  border-bottom: 1px dashed #dbdbdb;
}

section.news .inner ul li a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
}

section.news .inner a.archive-link {
  padding: 5px 0;
  display: block;
  width: 135px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  background-color: #22aa73;
  color: #fff;
  border-radius: 5px;
  margin: 0 0 0 auto;
}

@media all and (max-width: 1300px) {
}
@media all and (max-width: 768px) {
}
@media all and (max-width: 480px) {
  section.news {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  section.news .inner {
    padding: 20px 10px 20px;
  }
  section.news .inner h2 {
    background: none;
  }
  section.news .inner ul li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 15px;
  }
  section.news .inner a.archive-link {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: #81bb3f;
  }
}

/* section（オープンキャンパス、カルーセル）class="carousel_list"
------------------------------------*/
article section.carousel_list {
  width: 100%;
  margin-bottom: 100px;
}

article section.carousel_list div.carousel > div img {
  width: 100%;
}

.slick-prev {
  z-index: 100;
  left: 5px;
}

.slick-next {
  z-index: 100;
  right: 5px;
}

@media all and (max-width: 480px) {
  article section.carousel_list {
    margin-bottom: 50px;
  }
}

/* accordion
------------------------------------*/

section.accordion {
  width: 100%;
}

section.accordion .intro {
  margin-bottom: 30px;
}

section.accordion .intro h2 {
  width: 18%;
  margin: 0 auto 40px;
  border-bottom: 1px solid #bc272d;
}

section.accordion .intro p {
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
}

section.accordion .accordionTitle {
  text-align: center;
  pointer-events: none;
}

section.accordion .accordionTitle p {
  text-align: center;
  position: relative;
  display: inline-block;
}

section.accordion .accordionTitle p::before,
section.accordion .accordionTitle p::after {
  content: "";
  display: block;
  width: 85px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.accordion .accordionTitle p::before {
  background-image: url(../img/opencampus/img_deco_l_r.png);
  left: -90px;
}
section.accordion .accordionTitle p::after {
  background-image: url(../img/opencampus/img_deco_r_r.png);
  right: -90px;
}

section.accordion .accordionTitle.open p::before {
  background-image: url(../img/opencampus/img_deco_l_w.png);
  left: -90px;
}
section.accordion .accordionTitle.open p::after {
  background-image: url(../img/opencampus/img_deco_r_w.png);
  right: -90px;
}

section.accordion .accordionInner {
  padding: 0;
  display: block;
}

@media all and (max-width: 768px) {
  section.accordion .intro h2 {
    width: 35%;
  }
}
@media all and (max-width: 480px) {
  section.accordion .intro {
    margin-bottom: 30px;
  }

  section.accordion .intro h2 {
    width: 90%;
    margin: 0 auto 30px;
    border-bottom: 2px solid #bc272d;
  }

  section.accordion .intro p {
    font-size: 24px;
  }

  section.accordion .accordionTitle.open {
    background: none !important;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
  }

  section.accordion .accordionTitle.open::before {
    background: repeating-linear-gradient(
      45deg,
      #bc272d 0,
      #bc272d 1px,
      #fff 0,
      #fff 6px
    ) !important;
    content: "";
    display: block;
    width: 120%;
    height: 60%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5%;
    right: -5%;
    margin: auto;
  }

  section.accordion .accordionTitle p.open {
    background-color: #fff;
    color: #000;
    padding: 0 20px;
    line-height: 1.4;
    font-family: "Yu Mincho", "YuMincho", serif;
  }

  section.accordion .accordionTitle p span {
    font-size: 26px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
      "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  }

  section.accordion .accordionTitle p::before,
  section.accordion .accordionTitle p::after {
    display: none;
  }
}

/* ---- check point ---*/
section.accordion .accordionInner .checkpoint {
  padding-top: 30px;
  margin-bottom: 120px;
}

section.accordion .accordionInner .checkpoint li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #e7e7e7;
}

section.accordion .accordionInner .checkpoint li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

section.accordion .accordionInner .checkpoint li.no-img > div {
  width: 49%;
}

section.accordion .accordionInner .checkpoint li > div {
  width: 55%;
  display: flex;
  align-self: stretch;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

section.accordion .accordionInner .checkpoint li > div dl {
  margin-bottom: 25px;
  width: 100%;
}

section.accordion .accordionInner .checkpoint li .ttl {
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 20px;
}

section.accordion .accordionInner .checkpoint li .ttl span {
  color: #bc272d;
}

section.accordion .accordionInner .checkpoint li .detail {
  padding: 0 1em;
  width: 100%;
}

section.accordion .accordionInner .checkpoint li .point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  width: calc(100% - 2em);
  margin: 0 auto;
  border: 2px solid #B49B46;
  border-radius: 10px;
  position: relative;
}
section.accordion .accordionInner .checkpoint li .point::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid;
  background-color: #fff;
  border-color: #B49B46 #B49B46 transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: -10px;
  left: 31px;
  z-index: 1;
}

section.accordion .accordionInner .checkpoint li .point .mark {
  width: 40px;
  margin-right: 15px;
}

section.accordion .accordionInner .checkpoint li .point p {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  width: calc(100% - 60px);
}

section.accordion .accordionInner .checkpoint li .point p span {
  font-size: 15px;
  color: #bc272d;
}

section.accordion .accordionInner .checkpoint li > figure {
  width: 40%;
}

@media all and (max-width: 1100px) {
  section.accordion .accordionInner .checkpoint li .ttl {
    font-size: 23px;
  }
}
@media all and (max-width: 768px) {
  section.accordion .accordionInner .checkpoint li {
    flex-wrap: wrap;
    border-bottom: 1px solid #e7e7e7;
  }
  section.accordion .accordionInner .checkpoint li .ttl {
    text-align: center;
  }
  section.accordion .accordionInner .checkpoint li .point {
    padding: 20px 25px;
  }

  section.accordion .accordionInner .checkpoint li .point::before {
    display: none;
  }
  section.accordion .accordionInner .checkpoint li figure {
    width: calc(100% - 2em);
    margin: 0 auto 20px;
  }
  section.accordion .accordionInner .checkpoint li.no-img > div {
    width: 100%;
  }

  section.accordion
    .accordionInner
    .checkpoint
    li.no-img
    > div:not(:last-of-type) {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
  }

  section.accordion .accordionInner .checkpoint li > div {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  section.accordion .accordionInner .checkpoint {
    margin-bottom: 60px;
  }

  section.accordion .accordionInner .checkpoint li {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  section.accordion .accordionInner .checkpoint li .ttl {
    font-size: 17px;
    white-space: nowrap;
    margin: 0 -5px 10px;
  }

  section.accordion .accordionInner .checkpoint li figure {
    width: 100%;
  }
  section.accordion .accordionInner .checkpoint li .detail {
    width: 100%;
    padding: 0;
  }

  section.accordion .accordionInner .checkpoint li .point {
    width: 100%;
    padding: 10px 20px;
  }

  section.accordion .accordionInner .checkpoint li .point .mark {
    width: 30px;
  }

  section.accordion .accordionInner .checkpoint li .point p {
    font-size: 16px;
  }

  section.accordion
    .accordionInner
    .checkpoint
    li.no-img
    > div:not(:last-of-type) {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
}

/* ---- question ---*/

section.accordion .accordionInner .question {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
}

section.accordion .accordionInner .question-inner {
  width: 49%;
}

section.accordion .accordionInner .question .ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

section.accordion .accordionInner .question ul {
  padding: 0 1em;
}

section.accordion .accordionInner .question ul li {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 22px;
  position: relative;
}

section.accordion .accordionInner .question ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #bc272d;
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  margin: auto;
  left: 0;
}

section.accordion .accordionInner .question ul li span {
  font-weight: bold;
}

.accordionTitle p {
  background: none;
}

.accordionTitle p.open {
  background: none;
}
@media all and (max-width: 1100px) {
  section.accordion .accordionInner .question .ttl {
    font-size: 23px;
  }
}

@media all and (max-width: 768px) {
  section.accordion .accordionInner .question {
    flex-wrap: wrap;
  }

  section.accordion .accordionInner .question-inner {
    width: 100%;
  }
  section.accordion .accordionInner .question-inner:not(:last-of-type) {
    margin-bottom: 60px;
  }
  section.accordion .accordionInner .question .ttl {
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  section.accordion .accordionInner .question .ttl {
    font-size: 18px;
  }
  section.accordion .accordionInner .question ul {
    padding: 0;
  }
  section.accordion .accordionInner .question ul li {
    font-size: 12px;
    line-height: 1.4;
  }
  section.accordion .accordionInner .question-inner:not(:last-of-type) {
    margin-bottom: 40px;
  }
  section.accordion .accordionInner .question ul li span {
    font-size: 14px;
  }
}

/* 6.13中止にともなう措置 */

section.join .days-wrapper .oc dd > div:first-of-type a {
/*   opacity: 0.5; */
}

section.join .days-wrapper .oc dd > div a {
/*   pointer-events: none; */
}
section.join .days-wrapper dd a .btn p {
  width: 100%;
}

/* hoverとる */
section.join .days-wrapper dd div:first-of-type a:hover .btn .detail::after {
  width: 0%;
}
section.join .days-wrapper dd div:first-of-type a:hover .btn .detail {
  color: #64c39d;
}
/* web oc btn */
section.join > .web_oc_btn {
  max-width: 830px;
  margin: 0 auto;
}
section.join > .web_oc_btn > .btn-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #bc272d;
    background-color: #efeaef;
    border-radius: 10px;
    align-self: stretch;
    font-weight: bold;
    min-height: 70px;
    text-align: center;
    font-size: 20px;
    transition: 0.3s;
}



/* web oc bunner */
section.join .days-wrapper .oc dd.web_oc {
  margin-bottom: 0;
}
section.join .days-wrapper .oc dd.web_oc a {
  background-color: transparent;
  display: block;
  position: relative;
}

section.join .days-wrapper .oc dd.web_oc a > div {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 5%;
  z-index: 1;
}

section.join .days-wrapper .oc dd.web_oc a p.detail {
  position: relative;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  border-radius: 10px;
  color: #22aa73;
  font-weight: bold;
  font-size: 17px;
  overflow: hidden;
  padding: 5px 0 3px;
  transition: 0.3s ease;
}

section.join .days-wrapper .oc dd.web_oc a:hover p.detail {
  color: #fff;
}
section.join .days-wrapper .oc dd.web_oc a p.detail span {
  position: relative;
  z-index: 1;
}
section.join .days-wrapper .oc dd.web_oc a p.detail::before,
section.join .days-wrapper .oc dd.web_oc a p.detail::after {
  content: "";
  display: block;
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  margin: auto;
}
section.join .days-wrapper .oc dd.web_oc a p.detail::before {
  background-color: #fff07e;
  z-index: -1;
}

section.join .days-wrapper .oc dd.web_oc a p.detail::after {
  background-color: #bc272d;
  width: 0%;
  transition: 0.3s ease;
  z-index: 0;
}

section.join .days-wrapper .oc dd.web_oc a:hover p.detail::after {
  width: 102%;
}

section.join .days-wrapper .oc dd.web_oc a p.detail span {
  display: inline-block;
  margin-left: 20px;
}
section.join .days-wrapper .oc dd.web_oc a p.detail span::after {
  content: "〉〉〉";
  letter-spacing: -0.5em;
  display: inline-block;
  margin-left: 5px;
}

@media all and (max-width: 768px) {
  section.join .days-wrapper .oc dd.web_oc a > div {
    bottom: 3%;
  }

  section.join .days-wrapper .oc dd.web_oc a p.detail {
    width: 230px;
    padding: 1px 0 0;
  }
  section.join .days-wrapper .oc dd.web_oc a:hover p.detail::after {
    width: 0%;
  }
  section.join .days-wrapper .oc dd.web_oc a:hover p.detail {
    color: #64c39d;
  }
}
@media all and (max-width: 767px) {
  section.join .days-wrapper .oc dd.web_oc a > div {
    bottom: 7%;
  }

  section.join .days-wrapper .oc dd.web_oc a p.detail {
    width: 80%;
    padding: 7px 0 5px;
  }
}
.btn-wrapper a.to_form {
    width: 100%;
    color: #fff;
    background-color: #e69628;
    font-size: 24px;
    margin-bottom: 15px;
}