/* サイト共通 */

/* ================= 目次 ======================

　1.セクション
　2.カード
　3.ボタン
　4.タグ
　5.色
　6.日付
　7.装飾
　8.ユーティリティ
　9.フォントサイズ
　10.

============================================= */

/* 1. セクション
---------------------------------------------- */

.detail_free.module .inner,
.detail_free.module .inner-wide {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: auto;
}

.detail_free.module .inner-wide {
  width: calc(100% - 40px);
}

.detail_free.module .sec {
  padding: 4rem 0;
  background-color: rgba(0, 3, 32, 0.05);
}

.detail_free.module .sec-head {
  margin-bottom: 5rem;
}

.detail_free.module .sec-ttlarea {
  margin-bottom: 0;
  text-align: center;
}

.detail_free.module .sec-enttl,
.detail_free.module .sec-ttl,
.detail_free.module .sec-subttl {
  font-weight: bold;
  line-height: 1.2;
}

.detail_free.module .sec-icon {
  width: 100px;
  margin: 0 auto 0.8rem;
}
@media screen and (min-width: 991px) {
  .detail_free.module .sec-icon {
    width: 200px;
  }
}
.detail_free.module .sec-icon img {
  width: 100%;
}

.detail_free.module .sec-enttl {
  font-size: 3rem;
  font-family: "Hind", sans-serif;
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #000320;
  -webkit-text-stroke: 1px #000320;
}

.detail_free.module .sec-ttl {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (min-width: 991px) {
  .detail_free.module .sec-ttl {
    font-size: 3.5rem;
  }
}

.detail_free.module .sec-subttl {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.2rem;
}
@media screen and (min-width: 991px) {
  .detail_free.module .sec-subttl {
    font-size: 2rem;
  }
}

.detail_free.module .cont-ttl {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.2;
}
.detail_free.module .cont-ttl::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 40px;
  height: 4px;
  margin: auto;
}

@media screen and (min-width: 991px) {
  .detail_free.module .cont-ttl {
    font-size: 1.8rem;
  }
}

/* 2. カード
---------------------------------------------- */

.detail_free.module .card {
  border-radius: 0;
  border: none;
  margin-bottom: 2rem;
  background-color: transparent;
}

.detail_free.module .card-body {
  padding: 2.5rem;
  background-color: #fff;
}

.detail_free.module .card-body .btn {
  margin-top: 2rem;
}

.detail_free.module .card-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.detail_free.module .card-text {
  font-size: 1.4rem;
}

.detail_free.module .card-date {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.detail_free.module .card-date span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  text-align: center;
  border-radius: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 20px;
  background-color: #1f15a3;
  text-align: center;
  color: #fff;
}
.detail_free.module .card-date span.disabled {
  background-color: transparent;
  color: rgba(31, 21, 163, 0.2);
}

.detail_free.module .card-wrap .card:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 991px) {
  .detail_free.module .card-wrap .card {
    margin-bottom: 30px;
  }
}

.detail_free.module .card-wide .card-body {
  margin: -20px 20px 0;
}

.detail_free.module .card-bnr .card-body {
  padding: 8rem 3rem;
  background-color: #000320;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.detail_free.module .card-head-relative {
  position: relative;
}
.detail_free.module .card-lefttop {
  position: absolute;
  top: -30px;
  left: -10px;
}
.detail_free.module .card-righttop {
  position: absolute;
  top: -30px;
  right: -10px;
}

.detail_free.module .has-btm .card-body {
  padding-bottom: 9.5rem;
}

.detail_free.module .card-btm {
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 2rem;
}
.detail_free.module .card-btm .btn {
  margin: 1rem 0 0;
}

.detail_free.module .card-head-img img {
  width: 100%;
}

/* 3. ボタン
---------------------------------------------- */
.detail_free.module .btn {
  display: inline-block;
  position: relative;
  padding: 0.8rem 3rem 0.8rem 2rem;
  background-color: #000320;
  border-radius: 0;
  color: #fff;
  font-size: 1.4rem;
  border: none;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.detail_free.module .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.detail_free.module .btn:hover {
  transform: translateY(0.1rem);
}

.detail_free.module .btn:hover::after {
  right: 1.8rem;
}

.detail_free.module .btn[data-color="important"] {
  background-color: #ff0000;
}

.detail_free.module .btn[data-color="important"]:hover {
  background-color: #ff9999;
}

.detail_free.module .btn-large {
  padding: 1.8rem 4.5rem 1.8rem 3rem;
}

.detail_free.module .btn-line {
  background-color: transparent;
  border: 2px solid #000320;
  color: #000320;
}

.detail_free.module .btn-line::after {
  border-color: #000320;
}

.detail_free.module .bnr {
  display: block;
  position: relative;
  width: 100%;
  font-size: 2rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 960px;
  margin-bottom: 0.5rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

.detail_free.module .bnr img {
  width: 100%;
  vertical-align: bottom;
}

.detail_free.module .bnr::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.detail_free.module .bnr-ttl {
  font-size: 3rem;
}

.detail_free.module .bnr-txt {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.detail_free.module .bnr-txt span {
  background-color: #011ece;
  line-height: 1;
  display: block;
  font-size: 1.4rem;
  margin: 0.3rem 0;
}

.detail_free.module .bnr:hover {
  filter: brightness(150%);
}

@media screen and (min-width: 991px) {
  .detail_free.module .bnr {
    margin-bottom: 30px !important;
  }
}

/* 4. タグ
---------------------------------------------- */
.detail_free.module [class*="tag-"] {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 0.8rem;
  color: #fff;
  background-color: #000;
  line-height: 1;
}

.detail_free.module .two-row-tag {
  font-weight: bold;
  font-size: 0;
  /* display: inline-flex で生じる隙間を消去するための記述 */
  display: inline-flex;
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: baseline;
}
.detail_free.module .two-row-tag .strong {
  font-size: 1rem;
}
.detail_free.module .two-row-tag .two-row-tagHead,
.detail_free.module .two-row-tag .two-row-tagData {
  padding: 0.3rem 0.6rem;
  margin: 0;
  font-size: 0.8rem;
  display: inline-block;
}
.detail_free.module .two-row-tag .two-row-tagHead {
  background-color: #000;
  color: #fff;
}
.detail_free.module .two-row-tag .two-row-tagData {
  background-color: transparent;
  color: #000;
}

/* 5. 色
---------------------------------------------- */
.detail_free.module .gra1 {
  background-image: linear-gradient(to right bottom, #e77090, #ffd767);
}
.detail_free.module .gra2 {
  background-image: linear-gradient(to right bottom, #dd22a3, #eea2c2);
}
.detail_free.module .color-w {
  color: #fff;
}
.detail_free.module .color-yellow {
  color: #fff100;
}

.detail_free.module .color-key {
  color: #c30013;
}
.detail_free.module .color-sub {
  color: #ffff00;
}
.detail_free.module .color-red {
  color: #f44336;
}

.detail_free.module .color-super {
  color: #d70c18;
  /* スーパーエンターテイメントワールド */
}
.detail_free.module .color-creator {
  color: #00b1ff;
  /* 音楽クリエーターワールド */
}
.detail_free.module .color-vocal {
  color: #fe0000;
  /* ヴォーカル&ミュージシャンワールド */
}
.detail_free.module .color-concert {
  color: #00a036;
  /* コンサート&マネージメントワールド */
}
.detail_free.module .color-broadcast {
  color: #04d9bb;
  /* 放送・映像ワールド */
}
.detail_free.module .color-actor {
  color: #ff009c;
  /* 俳優・声優ワールド */
}
.detail_free.module .color-dance {
  color: #9400cb;
  /* ダンスワールド */
}
.detail_free.module .color-dance-abroad {
  color: #3f05ff;
  /* ダンス留学 */
}

.detail_free.module .bg-base-green {
  background-color: #1a3444;
}

.detail_free.module .bgcolor-w {
  background-color: #fff;
}
.detail_free.module .bgcolor-grey {
  background-color: #f5f7ff;
}
.detail_free.module .bg-yellow {
  background-color: #fff100;
}
.detail_free.module .bgcolor-black {
  background-color: #222222;
}

/* 6. 日付
---------------------------------------------- */
.detail_free.module .day {
  padding: 0.8rem 0;
  margin-top: 1rem;
  border-top: 1px solid #e9ebf1;
  border-bottom: 1px solid #e9ebf1;
  font-weight: bold;
}
.detail_free.module .day span {
  font-size: 0.8rem;
}
.detail_free.module .day .sun,
.detail_free.module .day .holiday {
  color: red;
}
.detail_free.module .day .sat {
  color: blue;
}

/* 7. 装飾
---------------------------------------------- */
.detail_free.module [class*="marker-"],
.detail_free.module .marker-inner {
  display: inline-block;
  position: relative;
}
.detail_free.module [class*="marker-"]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.detail_free.module .marker-inner {
  padding: 0 0.5rem;
  z-index: 2;
  margin-left: -0.5rem;
}
.detail_free.module .border {
  padding-bottom: 0.5rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 93%,
    rgba(255, 255, 255, 1) 93%,
    rgba(255, 255, 255, 1) 100%
  );
}

.detail_free.module .yell span {
  position: relative;
  display: inline-block;
  color: #111;
}
.detail_free.module .yell span:before,
.detail_free.module .yell span:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 30px;
  background: #111;
}
.detail_free.module .yell span:before {
  left: -10px;
  transform: rotate(-20deg);
}
.detail_free.module .yell span:after {
  right: -10px;
  transform: rotate(20deg);
}

.detail_free.module .ballon {
  padding: 0.3rem 1rem;
  background-color: red;
  display: inline-block;
  position: relative;
  color: #fff;
}
.detail_free.module .ballon::after {
  content: "";
  position: absolute;
  bottom: -2.6rem;
  width: 0;
  height: 1rem;
  border: 1rem solid transparent;
  border-top: 1rem solid red;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

.detail_free.module .sidebar {
  position: relative;
  padding-left: 0.6rem;
}
.detail_free.module .sidebar::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* bottom: 0; */
  left: 0;
  width: 5px;
  height: 1.2rem;
}
.detail_free.module .sidebar-super::before {
  background-color: #d70c18;
}
.detail_free.module .sidebar-creator::before {
  background-color: #00b1ff;
}
.detail_free.module .sidebar-vocal::before {
  background-color: #fe0000;
}
.detail_free.module .sidebar-concert::before {
  background-color: #00a036;
}
.detail_free.module .sidebar-broadcast::before {
  background-color: #04d9bb;
}
.detail_free.module .sidebar-actor::before {
  background-color: #ff009c;
}
.detail_free.module .sidebar-dance::before {
  background-color: #9400cb;
}
.detail_free.module .sidebar-abroad::before {
  background-color: #3f05ff;
}

/* 8. ユーティリティ
---------------------------------------------- */
.detail_free.module .link-area {
  cursor: pointer;
  transition: all 0.2s ease;
}
.detail_free.module .link-area:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}

/* 9. フォント
---------------------------------------------- */
.detail_free.module .font-bold {
  font-weight: bold;
}

.detail_free.module .text-6 {
  font-size: 0.6rem !important;
}
.detail_free.module .text-8 {
  font-size: 0.8rem !important;
}
.detail_free.module .text-10 {
  font-size: 1rem !important;
}
.detail_free.module .text-12 {
  font-size: 1.2rem !important;
}
.detail_free.module .text-14 {
  font-size: 1.4rem !important;
}
.detail_free.module .text-16 {
  font-size: 1.6rem !important;
}
.detail_free.module .text-18 {
  font-size: 1.8rem !important;
}
.detail_free.module .text-20 {
  font-size: 2rem !important;
}
.detail_free.module .text-22 {
  font-size: 2.2rem !important;
}
.detail_free.module .text-24 {
  font-size: 2.4rem !important;
}
.detail_free.module .text-26 {
  font-size: 2.6rem !important;
}
.detail_free.module .text-28 {
  font-size: 2.8rem !important;
}
.detail_free.module .text-30 {
  font-size: 3rem !important;
}
.detail_free.module .text-32 {
  font-size: 3.2rem !important;
}
.detail_free.module .text-34 {
  font-size: 3.4rem !important;
}
.detail_free.module .text-36 {
  font-size: 3.6rem !important;
}
.detail_free.module .text-38 {
  font-size: 3.8rem !important;
}
.detail_free.module .text-40 {
  font-size: 4rem !important;
}
@media screen and (min-width: 991px) {
  .detail_free.module .text-md-8 {
    font-size: 0.8rem !important;
  }
  .detail_free.module .text-md-10 {
    font-size: 1rem !important;
  }
  .detail_free.module .text-md-12 {
    font-size: 1.2rem !important;
  }
  .detail_free.module .text-md-14 {
    font-size: 1.4rem !important;
  }
  .detail_free.module .text-md-16 {
    font-size: 1.6rem !important;
  }
  .detail_free.module .text-md-18 {
    font-size: 1.8rem !important;
  }
  .detail_free.module .text-md-20 {
    font-size: 2rem !important;
  }
  .detail_free.module .text-md-22 {
    font-size: 2.2rem !important;
  }
  .detail_free.module .text-md-24 {
    font-size: 2.4rem !important;
  }
  .detail_free.module .text-md-26 {
    font-size: 2.6rem !important;
  }
  .detail_free.module .text-md-28 {
    font-size: 2.8rem !important;
  }
  .detail_free.module .text-md-30 {
    font-size: 3rem !important;
  }
  .detail_free.module .text-md-32 {
    font-size: 3.2rem !important;
  }
  .detail_free.module .text-md-34 {
    font-size: 3.4rem !important;
  }
  .detail_free.module .text-md-36 {
    font-size: 3.6rem !important;
  }
  .detail_free.module .text-md-38 {
    font-size: 3.8rem !important;
  }
  .detail_free.module .text-md-40 {
    font-size: 4rem !important;
  }
}

/*--------------------------------------------------------
ここから　cmsのcustom.css
----------------------------------------------------------*/

/*見出しのコースアイコン と体験例*/
	.cate-group {
		background-color: #F4F5FA;
		padding:20px;
	}
	.cate-group li {
		padding:5px 10px;
		border:red solid 2px;
		border-radius: 20px;
		margin:4px;
		background-color: #fff;
    }
    .cate-group li img {
        display: inline;
    }
	.cate-group .icon {
			height: 20px;
			width: auto;
			margin-right: 5px;
    	vertical-align: middle;
	}

	.detail_free .myschool-cont-item-x {
		display: flex;
		align-items: center;
		justify-content: center;
    margin-top: -20px;
	}
	.detail_free .myschool-cont-item-textarea{
		padding: 0 20px 20px;
		margin-top: -24px;
		text-align: center;
	}
	.detail_free .myschool-cont-item-textarea2{
		padding: 0 7px 7px;
		margin-top: -24px;
		text-align: center;
	}
    .detail_free .myschool-cont-item-text-inner2{
        margin-bottom: 8px;
        display: inline-flex;
        background: #C30013;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        padding: 5px 10px;
    }

    .detail_free .traffic_support img {
        height: 30px;
        width: auto;
        margin-right: 5px;
        vertical-align: middle;
    }
    .detail_free .icon {
        height: 20px;
        width: auto;
        margin-right: 5px;
        vertical-align: middle;
    }
    .detail_free .lessonlist {
        padding: 7px;
        border: 1px solid #C30013;
        width: 100%;
    }

.detail_free .traffic_support p.text{
 font-weight: bold;
 text-align: center;
 padding:10px;
}

.detail_free .traffic_support ul.attention-text{
 text-align: left;
 overflow: hidden;
 margin-top: 10px;
}

.detail_free .traffic_support ul.attention-text li{
	float: left;
	width: 50%;
}

.detail_free .traffic_support table   { width: 100%;}
.detail_free .traffic_support th, .traffic_support td  { padding: 10px; border: 1px solid #ddd; box-sizing: border-box;}
.detail_free .traffic_support th  { background: #f4f4f4; }
.detail_free .traffic_table th { width: 10%; text-align: center; }
.detail_free .traffic_table td  { font-size: 1.2em;　width: 15%; text-align: center; }
.detail_free .traffic_table td  span{ font-size: 0.7em; background: #cccccc;}

/* -----------------------------------------------------------------------
## 全体的な調整(PC/SP) ###################################################
----------------------------------------------------------------------- */

.bold {
	font-weight: bold;
}

/* -----------------------------------------------------------------------
## PCのみの調整 ##########################################################
----------------------------------------------------------------------- */
@media screen and (min-width: 768px){
	/* ################# 全体 ################# */

	/* その他 */

	.attention p img {
		vertical-align: baseline;
	}
	.results_detail_btn , .results_entry_btn {
		background: #EEE;
		border: 2px solid #000;
		border-radius:0;
		color: #000!important;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-weight:bold;
		padding:15px 5px;
		text-shadow:none!important;
		width: 290px;
	}
	.results_detail_btn:hover {
		background:#000;
		color: #FFF!important;
	}
	.results_entry_btn {
		background:#EA0437;
		box-shadow:none;
		color: #FFF!important;
	}
	.results_entry_btn:hover {
		background:#000!important;
	}
.category_icon p {
    color: #fff;
    font-size: 11px;
	font-weight:bold;
}

	/* ################# インデックス ################# */
	/* カラー */
	#event_area .tit,
	#cal_area .tit {
		background: #E51721;
	}
	#catgory_area .box {
		border-top-color: #E51721;
	}

	/*その他のオープンキャンパス*/
	#other_area li:nth-child(5n) {
	margin-right:0;
	}
	/* スライダー関連 */
.slide_area {
    background-color: #f1f1f1;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 30px;
	background-image:url(../img/index/pick_bg.gif);
	background-repeat:repeat;
	/*border-bottom:#e9e9e8 1px solid;
	border-top:#e9e9e8 1px solid;*/
}

    .slider .box {
    background-color: #fff;
    border: 1px solid #EEE;
    box-sizing: content-box;
    display: block;
    flex-direction: column;
    justify-content: flex-end;
    margin: 12px;
    overflow: hidden;
    width: 330px;
	box-shadow:5px 5px 0px 0px #444;
-moz-box-shadow:5px 5px 0px 0px #444;
-webkit-box-shadow:5px 5px 0px 0px #444;
    }

#contant {
	max-width: 1240px;
	padding: 20px;
}

	/* その他 */
.event_top {
    margin-top: 30px;
}
	#cal_area{
	width: 450px;
		}
	#event_area {
    width: 480px;
	}
	#event_area .tit,
	#cal_area .tit {
		/*border-radius: 4px;*/
		font-size: 18px;
		font-weight:bold;
	}
	.event_box .event {
		margin: 0 3px 7px 0;
	}
	#catgory_area .box .photo {
		background: #fff;
	}

	#contant p.pick_up_banner a img {
		/*width: 50%;*/
		width: 100%;
		box-sizing: border-box;
	}
	#contant p.pick_up_banner a img:nth-child(2n){
		padding-left: 5px;
	}
	#contant p.pick_up_banner a img:nth-child(2n+1){
		padding-right: 5px;
	}


	/* ################# result ################# */
	/* カラー */
	.left #search_now .tit,
	.left #search_now2 .tit {
		background: #111111;
	}
	.left .content_box {
		background: #F1F1F1;
	}
	.left #acMenu dt .toggle_icon {
		background: #111111;
	}
	.right #catgory_area .box,
	.right .work_box {
		border-top-color: #000000;
	}
	.right .zero_mess {
		border-top-color: #E51721;
	}
	.left .min_tit {
		background: #000000;
	}
	#acMenu dt,
	.check {
		border-bottom-color: #F1F1F1;
	}

	/* その他 */
	.left .list input.chack_box {
		vertical-align: baseline;
	}

	/* ################# 詳細ページ ################# */
	

	/* カラー */
	.pc_table_box .tit {
		background: #E51721;
		color: #fff;
	}
	/* その他 */
	.pc_table_box .tit {
		text-align: left;
	}
  .pc_table_box th {
    height: 27px;
    text-align: center;
    background: #ddd;
    border: 1px solid #fff;
    font-weight: 700;
    padding: 3px 0 0;
  }
  .pc_table_box td {
    height: 27px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: 700;
    padding: 5px 10px;
    vertical-align: middle;
  }
  .pc_table_box th.col_04,
  .pc_table_box td:nth-child(3),
  body#page-bus .result .arrival {
		display: none;
  }
	#contant .entry_btn {
		font-weight: bold;
	}

	/*バス・ガイダンス*/

	ul.foot_menu li {
		border-left: 1px dotted #EA0437!important;
	}
	ul.foot_menu li:last-child {
		border-right: 1px dotted #EA0437!important;
	}

	/*説明会*/
	.ao_link_btn a {
    background: -webkit-gradient(linear, left top, left bottom, from(#ED1D14), color-stop(50%,#ED1D14), color-stop(50%,#CC0000), to(#CC0000));
	background: -moz-linear-gradient(top, #ED1D14, #ED1D14 50%, #CC0000 50%, #CC0000);
	color:#FFF;
	text-align: center;
	font-size: 1.4em;
	outline: #CC0000 solid 1px;
	border: #fff solid 1px;
    padding: 15px 0;
    text-align: center;
    width: 98%;
    position: absolute;
    top: 330px;
	}
	.ao_link_btn a:hover {
		opacity:0.6;
		filter: alpha(opacity=60);
		-ms-filter: "alpha( opacity=60 )";
	}
	dl.schedule dt{
		font-size:12px;
		font-weight:bold;
		color:#C90;
		border-bottom:#CCC 1px solid;
		padding:3px;
	}
	dl.schedule dd{
		font-size:10px;
		border-bottom:#CCC 1px solid;
		padding:3px;
	}


	/*体験トップのトピックエリア*/
	.topic_area {
		border:2px solid #000;
		width:1200px;
		box-sizing:border-box;
		padding:5px;
		margin:40px auto 40px;
		background-color: #FFF;
	}
	.topic_area h3 {
		background-color:#000;
		text-align:center;
		padding:5px;
		color:#FFF;
		font-weight:bold;
		margin-bottom:5px;
		font-size:18px;
	}
	.topic_area_box a {
		width:33.33%;
		box-sizing:border-box;
		float:left;
		margin-right:0;
		padding:10px;
		font-size:16px;
		font-weight:bold;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.topic_area_box a:hover {
		background-color:#e51721;
		color:#FFF;
	}
	.topic_area_box a img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	.topic_area_box a dl dt { position: relative; background: #000; }
	.topic_area_box a dl dt:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 183, 213, 0); border-left-color: #000; border-width: 5px; margin-top: -5px; }
	.topic_area_box a dl dt {
		background-color:#000;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		padding:2px 5px 1px;
		width:4.5em;
		text-align:center;
		float:left;
	}
	.topic_area_box a dl dt p {
		font-size:16px;
		display:block;
	}
	.topic_area_box a dl dd {
		margin-left:65px;
	}
	.topic_area_box a dl dd p {
		color:#333;
		font-size:14px;
	}
	.topic_area_box a dl dd p.topic_title {
		font-size:15px;
		color:#e51721;
	}

	.topic_area_box a:hover dl dd p.topic_title {
		color:#FFF;
	}
/*ページ上部イベントメニュー*/
	.event_menu {
		position:fixed;
		top:-50px;
		left:0;
		width:100%;
		background-color: rgba(0,0,0,0.8);
		height:50px;
		box-sizing:border-box;
	}
	.event_menu ul {
		width:1000px;
		margin:0 auto;
	}
	.event_menu li a {
		display:block;
		width:16.66%;
		float:left;
		height:50px;
		line-height:4.0;
		box-sizing:border-box;
		border-left:1px solid #666;
		border-bottom:1px solid #000;
		text-align:center;
		color:#FFF;
		font-weight:bold;
		font-size:12px;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;

	}
	.event_menu li:last-child a {
		border-right:1px solid #666;
	}
	.event_menu li a:hover {
		background-color:#e51721;
	}
	.event_menu li a:before {
		content: "\f0da";
		font-family: FontAwesome;
		font-weight: normal;
		padding-right: 10px;
	}

	/* ################# バス・ガイダンスページ ################# */
		#page-bus #content h1,
	#page-guidance #content h1 {
		font-size:31px;
		line-height:1.3;
		color:#000000;
		}


}


/* -----------------------------------------------------------------------
## スマホのみの調整 ######################################################
----------------------------------------------------------------------- */
@media screen and (max-width: 767px){
	/* カラー */
	#event_area .tit,
	#cal_area .tit,
	#search_now .tit,
	#search_now2 .tit,
	.left .min_tit,
	.pc_table_box .tit,
	.sp_table_box .tit_bg{
		background: #111111!important;
	}
	#catgory_area .box,
	.work_box {
		border-top: 5px solid #000000;
	}
	.ui-widget-header {
	border: 1px solid #000!important;
	color: #fff!important;
	}
	/* スライダー関連 */
	.slide_area {
    background-color: #eee;
    margin: 0 auto;
    overflow: hidden;
	background-image:url(../img/index/pick_bg.gif);
	background-repeat:repeat;
	    padding-bottom: 30px;
}
    .slider .box {
    background-color: #fff;
    border: 1px solid #EEE;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 20px 20px;
    overflow: hidden;
    width: 330px;
box-shadow:5px 5px 0px 0px #444;
-moz-box-shadow:5px 5px 0px 0px #444;
-webkit-box-shadow:5px 5px 0px 0px #444;
    }


	/* その他 */
	.attention {
		margin: 0 15px 0 0;
		padding-left:20px;
		font-weight:bold;
		font-size: 1.4em;
	}

#cal_area {
    margin-top: 40px;
}
#event_area, #cal_area {
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}
#cal_area {
	margin-bottom:40px;
}
	#event_area .tit,
	#cal_area .tit {
		/*border-radius: 4px;*/
		font-size: 18px!important;
		font-weight:bold;
	}
	div.work_box .box .day {
		font-size: 2.2em!important;
		font-weight: bold;
		margin-top: -4px;
	}
	.event_box {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	    display: block!important;
	}
	.event_box .event {
	width: 32%;
	float: left;
	}
	.event_box .event:nth-child(3n+1) {
		clear: both;
	}
	#datepicker .ui-datepicker {
		width: auto;
	}
	#catgory_area .box .photo {
		background: #fff;
	}
	/*その他のオープンキャンパスメニュースマホ*/
	#other_area {
	margin:30px 0 0;
	background: url(//www.nsm.ac.jp/common/img/gray_bg.gif) repeat top left #EEE;
	padding:20px 10px 15px;
	box-sizing:border-box;
	}
	#other_area p {
		text-align:center;
		background-color:#000;
		color:#FFF;
		padding:5px 0;
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
	}
	#other_area li {
		float:left;
		width:49%;
		margin:0 2% 5px 0;
	}
	#other_area li:nth-child(2n) {
		margin-right:0;
	}
	#other_area li a {
		display:block;
		padding:5px 5px 10px;
		background-color:#FFF;
		text-align:center;
		border:1px solid #CCC;
		color:#333;
		font-weight:bold;
		font-size:14px;

		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#other_area li a img {
		display:block;
		margin-bottom:8px;
	}
	#other_area li.other_area_two_line a {
	padding: 5px 5px 0;
	font-size: 12px!important;
	}
	#other_area li.other_area_two_line a img {
		margin-bottom: 3px;
	}
#other_area li.other_area_three_line a {
	padding: 5px 5px 9px;
	font-size: 9px !important;
}
#other_area li.other_area_three_line a img {
		margin-bottom: 3px;
}
	.sp_none {
	display:none!important;
	}
	.ttl_h4 {
	padding: 5px;
	margin: 10px 0;
	border-bottom: 1px solid #ccc;
	background:#EBEBEB;
	}


	#contant p.pick_up_banner {
		margin: 10px;
	}
	#contant p.pick_up_banner a {
		margin-bottom: 10px;
		display: block;
	}
	#searchlinkNav {
		width:95%;
		margin:0 auto 20px auto;
		font-size:1.6rem;
		box-sizing:border-box;
		font-weight:600;

        word-break: break-all;
        outline: none;
        display: block;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 10px 16px;
        line-height: 20px;
        text-decoration: none;
        background:#EA0437;
		box-shadow:1px 3px 0px 0px #77021D;
	}
	#searchlinkNav ul {
		display:table;
		width:100%;
		}
	#searchlinkNav li {
		display:table-cell;
	}
		#searchlinkNav li:first-child {
			border-right:1px solid #FFF;
			}
	#searchlinkNav a {
		display:block;
		text-align:center;
		color:#FFF;
		padding:10px 0;
	}

	/* ################# result ################# */
	/* カラー */
	#contant .sp_search_btn {
		color: #fff;
		background: -moz-linear-gradient( center top, #414141 5%, #333333 100% );
		background: -ms-linear-gradient( top, #414141 5%, #333333 100% );
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#333333');
		background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #414141), color-stop(100%, #333333) );
		background-color: #414141;
		text-shadow: 2px 2px 0px #111;
		-webkit-box-shadow: 1px 3px 0px 0px #111;
		-moz-box-shadow: 1px 3px 0px 0px #111;
		box-shadow: 1px 3px 0px 0px #111;
	}
	.zero_mess {
		border-top-color: #E51721;
		background: -moz-linear-gradient(top,  #F1F1F1 0%, #ffffff 100%);
		background: -webkit-linear-gradient(top,  #F1F1F1 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #F1F1F1 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#ffffff',GradientType=0 );
	}
	#acMenu dt .toggle_icon {
		background: #000;
	}
	#acMenu dt,
	.check {
		border-bottom-color: #F1F1F1;
	}
	.category .snavi_event_myschool {
		display: none;
	}
	.content_box {
		background: #F1F1F1;
	}

	/* その他 */
	.zero_mess {
		width: auto;
	}
	#contant .left,
	#contant .right {
		float: none;
	}
	input.chack_box {
		vertical-align: baseline;
	}

	/* ################# 詳細ページ ################# */
	/* フォントサイズ */
	.bus_btn_01 .txt,
	.bus_btn_02 .txt {
		font-size: 0.625em;
	}
	.submit_btn  {
		background:#EA0437;
		border: 1px solid #000;
		border-radius: 0;
		box-shadow:none;
		box-sizing:border-box;
		cursor:pointer;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		font-size:14px;
		font-weight:bold;
		margin:0 0 0 2%;
		padding:10px 5px;
		text-shadow:none;
		-webkit-appearance: none;
		width: 50%;
	}
	.entry_btn {
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
		text-shadow:none;
		font-weight:bold;
	    width: 100%;
		padding:10px 5px;
		border-radius:3px;
		box-sizing:border-box;
		margin:10px 0 10px;
		background:#EA0437;
		box-shadow:1px 3px 0px 0px #77021D;
		cursor:pointer;
		color: #FFF !important;
	}
	.entry_btn.fade {
		transition:none;
	}
	.entry_btn:hover {
		opacity:1.0;
		color:#FFF;
	}
	.submit_btn:hover , .entry_btn:hover {
		background:#000;
	}

	/* カラー */
	#contant .map a {
		color: #fdbe00;
	}
	/*ヴォーカル動画スマホ調整*/
	#detailWrapper .course_movie_03_2,
	#detailWrapper .course_movie_02 {
		width: 47%;
		margin-right: 6px!important;
		margin-bottom: 5px;
	}
	/* その他 */
	#contant .submit_btn {
		display: block;
		margin: 0 0 0 auto;
	}


	/* ################# バスページ ################# */
	/* その他 */
  .txt_area .txt_box_select {
    width: 30%;
	  font-weight: bold;
	  background: #ea0437;
	  color: #FFF;
	  padding: 10px 10px;
	  text-align: center;
	  border-radius: 5px;
	  margin: 3px;
	  float: left;
	}

	.guidance .tit_txt {
		line-height: 1.5;
	}
	#content .schedule .area a {
		background: #444444!important;
	}
	#content .attention {
		margin-right: 0;
	}
	.attention table .add {
		font-weight: normal;
	}
	#content .result .sub_title {
		width: auto;
	}
	#content .schedule .sub_title {
		width: auto;
	}
	ul.foot_menu li {
		border-bottom: 1px dotted #EA0437!important;
	}
	/*説明会ページ*/
	section.ao_flow dl {
	margin: 0 10px 3px 10px;
		background: url(//nsm.ac.jp/common/img/ico_flow_arrow.gif) no-repeat center bottom;
		background-size: 15px;
		overflow: hidden;
	}
	section.ao_flow dl:last-child {
		margin: 0 10px 0 10px;
			background: none;
			background-size: 10px;
			overflow: hidden;
	}
	section.ao_flow dl dt {
		background:#999;
		border-radius:5px 5px 0 0 ;
		color:#FFF;
		font-weight: bold;
		padding: 5px;
		width: 100%;
		box-sizing: border-box;
		}
	section.ao_flow dl dd {
		box-sizing: border-box;
		width: 100%;
			border: #CCC solid 1px;
		border-radius: 0 0 5px 5px;
		margin-bottom: 20px;
		padding: 5px;
		margin-left: 0;
		min-height: 35px;
		line-height: 140%;
		color: #333;
		}
	.txt{
		font-size: 1.4rem;
	}

/*体験トップのトピックエリア*/
	.topic_area {
		border: none;
		box-sizing:border-box;
		padding:10px 0px;
		margin: 0px 0px 45px 0px;
		background-color: #000;
	}
	.topic_area h3 {
		background: #b228fc;
		background-color:#111;
		text-align:center;
		padding:5px;
		color:#FFF;
		font-weight:bold;
		margin-bottom:10px;
		font-size:16px;
	}
	.topic_area_box {
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:1px solid #222;

	}
	.topic_area_box:last-child {
    border-bottom: 1px solid #000;
    margin-bottom: 0px;
    padding-bottom: 10px;
	}
	.topic_area_box a {
		box-sizing:border-box;
		display:block;
		padding:10px;
		font-size:16px;
		font-weight:bold;
	}

	.topic_area_box a {
		clear:both;
		margin:0px;
		padding:0px 5px;
	}
	.topic_area_box a:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}

	.topic_area_box a img {
		float:left;
		max-width:30%;
		margin-right:10px;
	}
	.topic_area_box a dl {
		overflow:hidden;

	}
	.topic_area_box a dl dt {
		background-color:#d51750;
		font-size:12px;
		font-weight:bold;
		color:#FFF;
		padding:0;
		text-align:center;
		display:block;
		position: relative;
		margin-bottom:5px;
		border-radius: 5px;
	}
	.topic_area_box a dl dt p {
		display: inline;
	}
	.topic_area_box a dl dt:after {
		top: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(2, 2, 3, 0);
		border-top-color: #D51750;
		border-width: 5px;
		margin-left: -5px;
	}
	.topic_area_box a dl dd {
		float:left;
	}
	.topic_area_box a dl dd p {
		color:#333;
		font-size:14px;
	}
	.topic_area_box a dl dd p.topic_title {
		font-size:13px;
		color:#FFF;
	}

/*ページ下部イベントメニュー*/
		.event_menu ul {
		width:100%;
		border-top:1px solid #CCC;
		box-sizing:border-box;
	}
	.event_menu li a {
		display:block;
		width:50%;
		background-color: #FFF;
		float:left;
		padding:20px 5px 20px 10px;
		box-sizing:border-box;
		border-right:1px solid #CCC;
		border-bottom:1px solid #CCC;
		text-align:center;
		color:#333;
		font-weight:bold;
		position:relative;
		font-size:14px;


		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.event_menu li:nth-child(2n) a {
		border-right:none;
	}
	.event_menu li a:before {
		content: "\f138";
		font-family: FontAwesome;
		font-weight: normal;
		position:absolute;
		top:32%;
		left:7px;
	}
	/* ################# バス・ガイダンスページ ################# */
	#page-bus #content h1 {
		font-size:20px;
		line-height:1.3;
		color:#000;
		}
	#page-guidance #content h1 {
		font-size:20px;
		line-height:1.3;
		color:#e51721;
		margin-top:10px;
		}
}

.area_box p {
    height:  auto;
}

.step h4{
margin-bottom:5px !important;
}

.step li{
font-size:14px;
line-height:20px !important;
height:150px;
}

.step li:last-child{
padding-right:48px;
}


/*20191031追加*/
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    width: 41px;
    height: 41px;
}
@media print,screen and (min-width: 768px){

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
        font-size: 14px;
        height: 30px;
    }
}
@media screen and (max-width: 767px){
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
        font-size: 14px;
        height: 45px;
    }
}


/* !!!!! 以下の内容は必ずGit管理すること !!!!! */
.detail_free{
	font-weight: normal;
	padding: 0 10px;
	margin-top: 20px;
}
.detail_free p {
	line-height: 1.6;
	letter-spacing: .1rem;
}
.detail_free .detail_cont {
	padding: 2rem 0;
}
.detail_free .bold {
	font-weight: bold;
}
.detail_free .boxttl{
	color: #fff;
	background-color:#d6000f ;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.detail_free .detail_subttl{
	position: relative;
	color: #D61518;
    font-size: 20px;
    font-weight: bold;
}
.detail_free .detail_subttl span{
	position: relative;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
	padding: 10px;
}
.detail_free .detail_subttl::before{
	position: absolute;
	content: "";
	width: 100%;
	border-top: 1px solid #d6000f;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -2;
}
.detail_free .mb-08{
	margin-bottom: .8rem;
}
.detail_free .boxttl span{
	font-size: 26px;
}
.detail_free .special-day-wrap{
	position: relative;
	margin-bottom: 10px;
}
.detail_free .special-day{
	position: absolute;
	left: 0;
	bottom: 6px;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	background-image: linear-gradient(to bottom right,#E8941C,#E13141 70%)
}
.detail_free .job-contttl{
	font-weight: bold;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.detail_free .detail_list{
	background-color:#F4F5FA ;
	padding: 30px;
}
@media (max-width: 768px){
    .detail_free .detail_list {
        padding: 20px;
    }
}
.detail_free .detail_item{
	font-size: 16px;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.detail_free .d-md-flex .detail_item-d-md-flex{
	width: 45%;
}
@media (max-width: 768px){
	.detail_free .d-md-flex .detail_item-d-md-flex{
		width: 100%;
	}
}
@media (max-width: 768px){
    .detail_free .detail_item {
        font-size: 13px;
    }
}
.detail_free .detail_item:not(:last-child){
	margin-bottom: 10px;
}
.detail_free .detail_item span{
	font-size: 20px;
}
@media (max-width: 768px){
    .detail_free .detail_item span {
        font-size: 16px;
    }
}
.detail_free .detail_item::after{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 20px;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #EF4C58;
	background-color: #1d1112;
	font-weight: bold;
}
.detail_free .schedule_ttl strong{
	margin-right: 20px;
}
.detail_ttl {
    margin-bottom: 2rem;
    font-size: 1.8rem;
}
@media (max-width: 768px){
    .detail_ttl {
		text-align: center;
		margin-bottom: 10px;
    }
}
.detail_ttl strong {
    color:#C30013;
    font-size: 24px;
}
.detail_schedule {
    margin-bottom: 5rem;
}
.detail_free .schedule_wrap {
    padding: 20px;
    background-color: #F4F5FA;
}
.detail_free .schedule_wrap_gra {
    background-image: linear-gradient(to bottom right,#E8941C,#E13141 70%);
}
.detail_free .schedule_row {
    padding: 20px 20px;
    background-color: #fff;
    align-items: center;
    margin: 2px 0;
}
@media (min-width: 768px){
    .detail_free .schedule_row {
        display: flex;
        justify-content: space-between;
    }
}
.detail_free .schedule_ttl {
    font-size: 18px;
}
.detail_free .schedule_ttl strong {
    font-size: 22px;
}
.detail_free .schedule_ttl.small strong{
	font-size: 20px;
}
@media (max-width: 768px){
    .detail_free .schedule_ttl.small strong {
       font-size: 16px;
	}
	.detail_free .schedule_ttl_note{
		margin-bottom: 8px
	}
}
.detail_free .schedule_row .results_entry_btn {
    display: block;
    width: 100%;
    float: none;
}
@media (min-width: 768px){
    .detail_free .schedule_row .results_entry_btn {
        width: auto;
    }
}

.detail_free .myschool-cont-wrap{
	background-color: #F1F1F1;
	padding:5%;
	margin-bottom: 5rem;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-wrap{
		padding:2% 5% 5%;
	}
}
.detail_free .myschool-cont-list{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail_free .myschool-cont-list-2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-list-2 {
		max-width: 80%;
		margin: 0 auto;
	}
}
.detail_free .myschool-cont-item{
	width: 100%;
	background-color: #ffffff;
}
.detail_free .myschool-cont-item:not(:last-child){
	margin-bottom: 20px;
}
.detail_free .myschool-cont-item-2 {
	margin-bottom: 30px!important;
	width: 48%!important;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-item{
		width: 48%;
		margin-bottom: 40px!important;
	}
	.detail_free .myschool-cont-item.myschool-cont-item-2 {
		margin-bottom: 40px!important;
	}
	.detail_free .myschool-cont-itemーtextarea{
		padding: 0 20px 20px;
		margin-top: -24px;
	}
}

@media (max-width: 768px){
	.detail_free .ikusei .myschool-cont-itemーtextarea{
		padding:0 3rem;
	}
}
.detail_free .myschool-cont-itemーtext-ttl{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.detail_free .myschool-cont-item-2 .myschool-cont-itemーtext-ttl{
	font-size: 20px;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-item-2 .myschool-cont-itemーtext-ttl{
		font-size: 28px;
	}
}
.detail_free .myschool-cont-itemーtext-ttl .font-small{
	font-size: 14px;
}
.detail_free .myschool-cont-itemーtext-sub{
	font-size: 16px;
}
.detail_free .myschool-cont-itemーtext-inner{
	margin-bottom: 8px;
	display: inline-flex;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 0 16px;
}
.detail_free .myschool-cont-itemーimg img{
    width: 100%;
}
.myschool-cont-itemーimg-2{
	width: 100%;
}
.myschool-cont-itemーtextarea-2{
	width:100%;
	margin-top: -15px!important;
	padding: 0!important;
}

.detail_free .myschool-cont-itemーtext-cont span{
	font-size: 24px;
}
.detail_free .myschool-cont-item-2 .myschool-cont-itemーtext-cont{
	font-size: 14px;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-item-2 .myschool-cont-itemーtext-cont{
		font-size: 20px;
	}
}
.detail_free .myschool-cont-itemーtext-cont{
	color: #fff;
}
.detail_free .myschool-cont-itemーtext-guest-wrap{
	margin-bottom: 20px;
}
.detail_free .myschool-cont-item-guest-ttl{
	background-color: #E8941C;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	padding: 3px 6px;
	margin-bottom: 5px;
}
.detail_free .myschool-cont-itemーtext-guest{
	display: flex;
	align-items: center;
	padding: 15px;
	border-top: 2px solid #F1F1F1;
	border-bottom: 2px solid #F1F1F1;
}
@media (min-width: 768px){
	.detail_free .myschool-cont-itemーtext-guest{
		padding: 20px;
	}
}
.detail_free .myschool-cont-itemーtext-guest img{
	max-width:130px;
	width: 30%;
	margin-right: 20px;
}
.detail_free .myschool-cont-guestname{
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}

.detail_free .kpop-pro-item{
	
	padding: 10px 15px;
}
.detail_free .kpop-pro-item-ttl{
	font-size: 20px;
	color: #E8941C;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
}
.detail_free .kpop-pro-item-ttl::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #fff;
}

.detail_free .kpop-pro-acc{
	margin: 10px 0;
	text-align: center;
	padding: 5px;
	background: linear-gradient(-70deg, #FF003B 0%, #FF003B 20%, #495D67 50%, #32D1AC 80%, #32D1AC 100%);
	color: #fff;
	border-radius: 30px;
	transition: .3s;
	position: relative;
}
.detail_free .kpop-pro-acc:active{
	color: #fff;
	transition: .3s;
}
.detail_free .kpop-pro-acc:active::after{
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}
.detail_free .kpop-pro-acc::before{
	content:"プロフィールを見る";
	position: relative;
	left: -5px;
}
@media (min-width: 768px){
	.detail_free .ikusei .kpop-pro-acc{
		width:60% ;
		margin: 0 auto 10px;
	}
}
.detail_free .ikusei .kpop-pro-acc::before{
	content:"参加アーティストを見る";
}
.detail_free .kpop-pro-acc::after{
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 45%;
	transform: translateY(-50%) rotate(45deg);
	right: 15px;
	border-bottom: 2px solid#fff;
	border-right: 2px solid#fff;
	transition: .3s;
}
@media (min-width: 768px){
	.detail_free .kpop-pro-acc::after{
		right: 20px;
	}
}
.detail_free .kpop-pro-acc.on{
	color: #fff;
}
.detail_free .kpop-pro-acc.on::before{
	content:"閉じる";
}
.detail_free .kpop-pro-acc.on::after{
	border-bottom: none;
	border-right: none;
	top: 60%;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transition: .3s;
}

.detail_free .detail_notice {
    font-size: 1.2rem;
}
.detail_free .detail_limit {
    color: #D61518;
    font-size: 20px;
    font-weight: bold;
}
.detail_free .detail_limit_2 {
    display: inline-flex;
    background-image: linear-gradient(to bottom right,#E8941C,#E13141 70%);
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 5px;
}
.detail_free .detail_limit strong {
    font-size: 24px;
}
.detail_free .color-red{
	color: #D61518;
}

.detail_free .detail_specialTtl {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.detail_free .detail_specialTtl::after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	height: 5px;
	background-color: #da3a39;
	transform: skew(-30deg, 0);
}
.detail_free .detail_specialTtl strong {
	font-size: 3rem;
	font-style: italic;
	color: #da3a39;
}
@media (min-width: 768px){
	.detail_free .detail_specialTtl {
		font-size: 3rem;
	}
	.detail_free .detail_specialTtl strong {
		font-size: 3.4rem;
	}
}

/* 画像と文章のカード並びレイアウト */
.list-col-2-item {
	width: 100%;
	margin: 0 auto 3rem;
}
.list-col-2-item-2{
	margin: 0 0 4rem;
}
.list-col-2-item-img img{
	width: 100%;
}
.course_list_item {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 10px;
	font-size: 18px;
	margin-top: .8rem;
}

/* 未来eeeeefes */
.future .boxttl{
	background-image: linear-gradient(to bottom right,#0098E9,#0C1C48 70%);
}
.future .boxttl2{
	background-image: linear-gradient(to bottom right,#00D4C9,#03554F 70%);
}

.future .special-day-wrap{
	margin-bottom: 0;
}
.future .list-col-2-item{
	margin: 0 0 30px;
	width: calc(50% - 15px);
	display: flex;
    flex-direction: column;
}
@media screen and (max-width: 767px){
	.future .list-col-2-item{
		width: 100%;
	}
}
.future .list-col-2-item-text{
	color: #fff;
	font-weight: bold;
}
.future-sub-ttl{
	font-size: 2rem !important;
	font-weight: bold;
	text-align: center;
	margin: 5rem 0 4rem;
	color: #0C1C48;
	position: relative;
}
@media screen and (max-width: 767px){
	.future-sub-ttl{
		font-size: 2.2rem !important;
	}
}
.future-sub-ttl::after{
	position: absolute;
	content: "";
	width: 100px;
	height: 8px;
	background-image: linear-gradient(to bottom right,#0098E9,#0C1C48 70%);
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 767px){
	.future-sub-ttl::after{
		width: 80px;
	}
}
.future-sub-ttl2::after{
	position: absolute;
	content: "";
	width: 100px;
	height: 8px;
	background-image: linear-gradient(to bottom right,#00D4C9,#03554F 70%);
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);

}
.future .music .list-col-2-item-text{
	background-color: #E62983;
}
.future .list-col-contwrap{
	flex-grow: 1;
}
.future .music .list-col-contwrap{
	border: 2px solid #E62983;
}
.future .dance .list-col-2-item-text{
	background-color: #E83915;
}
.future .dance .list-col-contwrap{
	border: 2px solid #E83915;
}
.future .business .list-col-2-item-text{
	background-color: #087E11;
}
.future .business .list-col-contwrap{
	border: 2px solid #087E11;
}
.future .pro .list-col-2-item-text{
	background-color: #007DC4;
}
.future .pro .list-col-contwrap{
	border: 2px solid #007DC4;
}
.future .list-col-2-item-list{
	font-size: 18px;
	padding: 2rem 20px;
}
.future .list-col-2-item-item{
	padding-left: 1em;
	position: relative;
	color: #0C1C48 !important;
}
.future .list-col-2-item-item::before{
	position: absolute;
	content: "";
	width: 0.7em;
	height: 1px;
	background-color:#0C1C48 ;
	left: 0;
	top: 1.2rem;
}

.future .list-col-2-item-item:not(:last-child){
	margin-bottom: 5px;
}
.future-form {
	text-align: center;
}
.future-form .results_entry_btn{
	float: none;
	width: 60%;
	max-width: 280px;
	font-size: 18px;
	font-weight: bold;
	min-width: 250px;
}

/* 未来eeeeefesここまで */



@media (min-width: 768px){
	.list-col-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list-col-2-item {
		width: 45%;
	}
	.list-col-2-item-2{
		width: 48%;
	}
	.detail_free .schedule_row.no-flex {
		display: block;
	}
}

/* イベント詳細ページ内の他ページへのリンク */
.detail_free .link-button{
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	text-align:center;
	color:#fff;
}
.detail_free .link-button-blue a{
	color:#fff;
	padding:20px 30px;
	display: inline-block;
	border-radius:40px;
	background-color:#49a9d4;
	border: 1px solid #49a9d4;
	transition: .3s;
}
.detail_free .link-button-blue a:hover{
	background-color:#ffffff;
	color:#1a6ea0;
	transition: .3s;
}

/* SP・PC切替 */
.detail_free .view-sp{
	display: block;
}
.detail_free .view-pc{
	display: none;
}
@media (min-width: 768px){
	.detail_free .view-sp{
		display: none;
	}
	.detail_free .view-pc{
		display: block;
	}
}

.detail_free .event_regular_guest-wrap{
	border: 1px solid #e3e1e1;
	margin-top: 20px;
	background-color:#e3e1e1 ;
}

.detail_free .event_regular_guest_title{
 font-weight: bold;
 font-size: 16px;
 padding:0.8em;
 background-image: linear-gradient(to bottom right,#E8941C,#E13141 70%);
 color: #fff;
 text-align: center;
 box-sizing:border-box;
}

.detail_free .title-box3{
  margin: 1em 0;
  background-color: #fff;
  letter-spacing: .3px;
}


.detail_free .title-box3-titlearea {padding: 10px 20px;
}

.detail_free .title-box3_nophoto-titlearea{
	padding: 10px 0!important;
}
@media screen and (max-width: 767px){
	.detail_free .title-box3-titlearea,
	.detail_free .title-box3_nophoto-titlearea {
		padding: 10px 0;
	}
}

.detail_free .title-box3-title{
  color: #212121;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.detail_free .title-box3-title small{
	font-size: 16px;
}
.detail_free .site-link a:hover{
	opacity: 0.6;
}
.detail_free .site-link span{
	border-bottom: 1px solid #333;
}
.detail_free .site-link img{
	width: 15px;
}

.detail_free .title-box3-img{
	width:40%;
}
@media screen and (max-width: 767px){
	.detail_free .title-box3-img{
		width:100%;
	}
}
.detail_free .title-box3-inner{
	display: flex;
	align-items: center;
	padding: 20px;
	background-image: linear-gradient(-45deg,#e3e1e1 25%,#CBCBCB 25%,#CBCBCB 50%,#e3e1e1 50%,#e3e1e1 75%,#CBCBCB 75%,#CBCBCB);
}
@media screen and (max-width: 767px){
	.detail_free .title-box3-inner{
		display: block;
	}
}
.detail_free .future-cont .title-box3-img{
	flex: 0 0 40%;
}
@media screen and (max-width: 767px){
	.detail_free .future-cont .title-box3-img{
		flex: 0 0 100%;
	}
}
.detail_free .future-cont .link-button{
	margin-top: 20px;
}
.detail_free .future-cont .link-button a{
	font-size: 1.2rem;
	padding: 10px 15px;
}
.detail_free .title-box3 .photo{
	width: 10%;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

.detail_free .title-box3 .title-box3-cont{
	padding: 20px;
	background-color: #F2F2F2;
}
.detail_free .title-box3 .title-box3-cont-ttl{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative;
}
.detail_free .title-box3 .title-box3-cont-ttl::before{
	position: absolute;
	content: "";
	width: 50px;
	height: 5px;
	left: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom right,#E8941C,#E13141 70%);
}
.detail_free .title-box3 .title-box3-cont-text{
	font-size: 16px;
}
.detail_free .title-box3 .title-box3-cont-text:not(:last-child){
	margin-bottom: 15px;
}




/*@media only screen and (max-width: 480px) {*/
@media screen and (max-width: 767px){
	.detail_free .traffic_support{
		margin: 0 10px;
	}
	.detail_free .traffic_table tr {
		display:block;
	}
	.detail_free .traffic_table th {
		display:block;
		width: 100%;
	}
	.detail_free .traffic_table td {
		display: list-item;
		list-style: none;
		width: 100%;
		border-top:none;
		text-align: left;
		background: #fff;
	}
	.detail_free .traffic_table td br { display: none;}

	.detail_free .traffic_support ul.attention-text li {
		float: none;
		width: 100%;
	}
}
.line-btn:hover{
		opacity: 0.7;
	}

.detail_free .flex-box{
	display: flex;
	flex-wrap: wrap;
}

.detail_free .flex-box-pc{
	display: flex;
}
@media screen and (max-width: 767px){
	.detail_free .flex-box-pc{
		display: block;
	}
}
@media screen and (max-width: 767px){
	.detail_free .flex-box-pc{
		display: flex;
		flex-wrap: wrap;
	}
}
.detail_free .w-100{
	width: 100%;
}

.detail_free .kpop-pro-item2 .flex-box .kpop-pro-item-text{
	width: 25%;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px){
	.detail_free .kpop-pro-item2 .flex-box .kpop-pro-item-text{
		width: 50%;
	}
}

/* YouTube埋め込み　レスポンシブ化 */
.detail_free .video-wrap {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.detail_free .video-wrap-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.detail_free .video-wrap-inner iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%!important;
	height: 100%!important;
}


/* オンラインオープンキャンパスイベント自動取得用 */
.work_area .kind{
	display: none;
}

/* インスタライブ レイアウト */
.detail_free .instalive{
	margin: 0 auto 20px;
}
.detail_free .instalive-wrap {
	margin-bottom: 1.6rem;
}
.detail_free .instaliv-text-wrap {
	margin-bottom: 20px;
}
.detail_free .instalive-ttl {
	width: 100%;
	margin: 0 auto;
}
.detail_free .instalive-ttl img{
	width: 100%;
	margin: 0 auto;
}
.detail_free .instalive-schedule {
	position: relative;
	display: flex;
	align-items: center;
	max-width: 360px;
	width: calc(100% - 40px);
	margin: -10px auto 20px;
    background-color: #f3f3f9;
}
.detail_free .instalive-schedule-ttl {
	display: flex;
	margin-right: 15px;
	align-items: center;
	background-color: #EF137A;
	color: white;
	font-weight: bold;
	font-size: 16px;
	padding: 15px;
	text-align: center;
}
.detail_free .instalive-schedule ul {
	display: inline-block;
}
.detail_free .instalive-schedule li {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.detail_free .instalive-btn-area p {
	color: #EF137A;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
}
.detail_free .instalive-btn-area a {
	position: relative;
	display: block;
	width: 250px;
	padding: 15px 40px 15px 20px;
	margin: auto;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	background-color: #000;
	text-align: center;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	border-radius: 50px;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
	transition: .3s ease;
	box-shadow: 0 0 0 rgba(0,0,0,.3);
}
.detail_free .instalive-btn-area a::after {
	position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 40%;
    right: 25px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
	transform: rotate(45deg);
	transition: .3s ease;
}
.detail_free .instalive-btn-area a:hover::after {
	right: 15px;
}
.detail_free .instalive-btn-area a:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
@media screen and (max-width: 767px) {
	.detail_free .instalive-row:nth-of-type(odd) {
		margin-right: auto;
	}
}
@media screen and (min-width: 768px) {
	.detail_free .instalive-wrap {
		max-width: 1500px;
		width: 100%;
		margin-bottom: 20px;
	}
	.detail_free .instaliv-text-wrap {
		font-size: 16px;
	}
	.detail_free .instalive-schedule {
		margin: -3% auto 20px;
		padding: 15px;
	}
	.detail_free .instalive-schedule-ttl {
		font-size: 20px;
	}
	.detail_free .instalive-schedule li {
		font-size: 18px;
	}
	.detail_free .instalive-btn-area p {
		font-size: 18px;
	}
	.detail_free .instalive-btn-area p br {
		display: none;
	}
	.detail_free .instalive-btn-area a {
		font-size: 18px;
		width: 300px;
		padding: 15px 40px 15px 15px;
	}
}

.detail_free .teacher-wrap{
	background-color: #e3e1e1;
	padding: 10px;

}
.detail_free .comment-area{
	padding: 20px;
	background-color: rgba(170, 47, 38, .1);
}

.detail_free .comment-ttl{
	font-size: 16px;
	font-weight: bold;
	text-indent: -2rem;
	padding-left: 20px;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.detail_free .comment-area{
		padding: 2rem 2rem 0;
		background-color: transparent;
	}
}

/* YouTubeライブなどの視聴方法掲載エリア */
.detail_live_text_wrap {
	padding: 20px;
	background-color: #F4F5FA;
}
.detail_live_text {
	font-size: 16px;
}
.detail_live_text:not(:last-of-type) {
	margin-bottom: .8rem;
}
@media screen and (min-width: 768px) {
	.detail_live_text_wrap {
		padding: 3rem;
	}
}


/* 数字付きリスト */
.detail_free .list-number li {
	list-style-type: decimal;
	list-style-position: inside;
	text-indent: -1.8rem;
	padding-left: 1.8rem;
}
.detail_free .list-number li:not(:last-of-type) {
	margin-bottom: .4rem;
}

.detail_free .js-accordion-sub{
	display: none;
}

/*初めてオープンキャンパスに参加される方へ*/

.firstnotice {
	position: relative;
	margin: 2em auto;
	width: auto;
	padding: 1em;
	border: 3px solid #b20023;
	border-radius: 8px;
}
.firstnotice .firstnotice-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 15px;
	padding: 0 10px;
	line-height: 1;
	font-size: 18px;
	background: #FFF;
	color: #b20023;
	font-weight: bold;
}
.firstnotice ul {
	padding: 15px 20px 0;
	margin: 0;
}
.firstnotice ul li {
	padding-bottom: 10px;
	margin: 0;
	font-size: 16px;
}
@media screen and (max-width: 767px){
	.firstnotice .firstnotice-title {
		line-height: 1.5;
		top: -36px;
	}
	.firstnotice ul {
	padding: 20px 0 0;
	}
}

/*イベントTOP リンクのホバー*/
.link-hover {
	transition: all .3s ease;
}
.link-hover:hover {
	opacity: .7;
}
/*イベントTOP コロナ対策リンク*/
.corona-link {
	display: inline-block;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid red;
	color: red!important;
}
@media screen and (min-width: 768px) {
	.corona-link {
		padding: 10px 14px;
		font-size: 18px;
	}
}

/* -----------------------------------------------------------------------
## Myスクール時間吹き出し ###############################################
----------------------------------------------------------------------- */

.myschool_time_fukidashi {
    background: #333333 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
}
.myschool_time_fukidashi::after {
    border-color: #333333 transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: "";
    display: block;
    font-size: 13px;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}


/*-----------------------------------------------------------------------------
https://www.shibuya.ac.jp/common/base/css/common.css 一時移植
----------------------------------------------------------------------------------*/
/* @charset "utf-8"; */
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Caveat|Fjalla+One|Noto+Sans+JP:300,400,500,700|Passion+One|Roboto+Condensed:400,700|Oswald:300,400,500|Teko&display=swap&subset=japanese');



/* ================= 目次 ======================

　1.  Body
　2.  reset.cssの追加分・レスポンシブ用imgの追加分
　3.  リンク・display:block or none;
　4.  フォント（font-size、color、font-weight、text-align、vertical-align）
　5.  レイアウト（container、block、float、column、hr）
　6.  パディング・マージン・横幅
　7.  背景（background、border）
　8.  リストスタイル
　9.  テーブル
　10. ロールオーバー
　11. clearfix
　12. Others

	特別な英文字：font-family: 'Passion One', cursive;
============================================= */

/* ----------------------------------------------
　2.  reset.cssの追加分
---------------------------------------------- */
li {
	list-style: none;
}

html {	/* htmlに */
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}
*, *:before, *:after {	/* html内の全ての要素に継承 */
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	     -o-box-sizing: inherit;
	    -ms-box-sizing: inherit;
	        box-sizing: inherit;
}

img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

address {
	font-style: normal;
}

/* ----------------------------------------------
　4.  フォント（font-size、color、font-weight、text-align）
---------------------------------------------- */
/*--- color ----------*/
.clrRed    { color: #F44336 !important; }


/* ----------------------------------------------
　5.  レイアウト（contents、block、float、column、hr）
---------------------------------------------- */
/*--- block ----------*/
.bl       { margin-bottom: 50px !important; }

/*--- hr ----------*/
hr          { border-top: 1px  solid #BBB; }
hr.hrDotted { border-top: 1px dotted #666; }
hr.hrDashed { border-top: 1px dashed #BBB; }
hr.hrDouble { border-top: 3px double #BBB; }
hr.hrFade  {	/* 両サイドがフェード */
    border: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}
hr.hrStripe {	/* ストライプ */
	height: 5px;
	background-image: linear-gradient(90deg,
	hsla(0, 0%, 60%, 1),
	hsla(0, 0%, 60%, 1)  30%,
	hsla(0, 0%, 60%, 0)  30%,
	hsla(0, 0%, 60%, 0) 100%);
	background-size: 3px 100%;
	border-top: none;
}
hr.hrOblique {	/* 斜線 */
	height: 5px;
	background-image: linear-gradient(-45deg,
	hsla(0, 0%, 60%, 0)  0%, hsla(0, 0%, 60%, 0)  30%,
	hsla(0, 0%, 60%, 1) 30%, hsla(0, 0%, 60%, 1)  50%,
	hsla(0, 0%, 60%, 0) 50%, hsla(0, 0%, 60%, 0)  80%,
	hsla(0, 0%, 60%, 1) 80%, hsla(0, 0%, 60%, 1) 100%);
	background-size: 4px 100%;
	border-top: none;
}

/* ----------------------------------------------
　6.  パディング・マージン・横幅
---------------------------------------------- */

/*--- 下 ----------*/
.mgB10 { margin-bottom: 10px !important; }


/* ----------------------------------------------
　9.  テーブル
---------------------------------------------- */
table {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}
table th,
table td {
	padding: 10px;
	border: 1px solid #BBB;
}


/* ----------------------------------------------
　11. clearfix
---------------------------------------------- */

/*--- hides IE-mac \ ----------*/
*html .clearfix { height: 1% }
.clearfix { display: block; }

/*--- hide  IE-mac ----------*/

/* ----------------------------------------------
　12.  Others
---------------------------------------------- */
big{ font-size: larger}
small{ font-size: smaller}
strong{font-weight: bold}

/* ----------------------------------------------
オンライン・来校マーク zoomcolor
----------------------------------------------- */
.color-zoom {
	color:#0e71eb;
}

/* ---------------------------------------
k-pop online event
------------------------------------------ */
.k-pop-cont-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.k-pop-cont-list:not(:last-child){
	margin-bottom: 20px;
}
.k-pop-cont-list-cont-item{
	width: 100%;
	background-color: #ffffff;
}
.k-pop-cont-item-textarea {
		padding: 0 20px 20px;
}
.k-pop-cont-date {
	display:inline-block
}
@media screen and (max-width: 767px) {
	.k-pop-cont-item-textarea {
		padding: 20px 0 0;
}
}

/*---------------------------------
来校・オンライン　ボタン
-----------------------------------*/

.raiko_btn {
	background-color: #e9546b;
	color: #fff; font-weight:
	bold; padding: .25em 1em;
	border-radius: 2em;
	font-size: 18px;
}
.online_btn {
	background-color: #2ca6e0;
	color: #fff; font-weight:
	bold; padding: .25em 1em;
	border-radius: 2em;
	font-size: 18px;
}

.event-detail-ttl { text-align: center; padding: 0 5rem; margin: 0 0 20px; background-image: url(../../assets/images/common/event-ttl-bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; color: #fff; }

.event-detail-ttl span { display: inline-block; padding: 1.5rem 0; border-bottom: 5px solid #FF013B; }

.event-detail-ttl-sub + .event-detail-ttl { padding-top: 1rem; }

.event-detail-ttl-sub { position: relative; display: inline-block; padding: .2rem 1.5rem; background-color: #282C53; color: #fff; transform: translateY(1.2rem); border-radius: 50px; }

.event-detail-ttl-sub::after { content: ""; position: absolute; left: 0; right: 0; bottom: -17px; margin: auto; width: 10px; height: 10px; border: 10px solid transparent; border-top: 10px solid #282C53; }

.detail_free .event-detail-ttl { margin: 0 -30px 20px; }

.detail_free .oc-guest-name{
	display: inline-block;
    color: #FF013B;
    background: linear-gradient(
-70deg
, #FF003B 0%, #FF003B 20%, #495D67 50%, #32D1AC 80%, #32D1AC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.detail_free .oc-cont-bgGray{background-color: rgba(242, 242, 243, 0.6) !important;}