@charset "UTF-8";
/* CSS Document */

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

.keyvisual {
	background-color: #00B7EE;
	text-align: center;
	padding: 35px 0;
}

.keyvisual h1 img {
	width: auto;
}

.containner {
	background-color: #F2F4F7;
}

/* --------------------start_コース番号検索-------------------- */
#course_search {
	width: 1024px;
	margin: 20px auto 60px auto;
	text-align: center;
}

.formBlk {
	display: inline-flex;
	justify-self: flex-start;
	align-items: center;
	text-align: left;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 10px 30px 10px 0;
}

.SearchCourse__ttl {
	padding: 0 30px;
	font-size: 1.8rem;
	font-weight: 600;
}

.SearchCourse__ttl::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(../../../sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}

.SearchCourse__form {
	display: flex;
	justify-content: flex-start;
	padding: 10px 0 10px 30px;
	border-left: 1px dotted #888;
}


/* start_ラジオボタン */
#course_search input[type="radio"] {
	display: none;
}

.SearchCourse__radio-label {
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
	font-size: 1.4rem;
	border: 1px solid #c3c3c3;
	border-radius: 4px;
}

#course_search input[type="radio"]:checked+.SearchCourse__radio-label {
	background: var(--active-color);
}

.SearchCourse__radio-btn {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: -5px;
	border-radius: 50%;
	border: 2px solid #888;
	background-color: white;
}

#course_search input[type="radio"]:checked+.SearchCourse__radio-label .SearchCourse__radio-btn {
	border: 6px solid var(--corporate-color);
}

/* end_ラジオボタン */

.SearchCourse__input-text {
	width: 260px;
	margin-right: 10px;
	padding: 8px 10px;
	border: 1px solid #888;
	border-radius: 4px;
}

.SearchCourse__input-text-wrap {
	position: relative;
}

.SearchCourse__alert {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 1;
	padding: 5px 15px;
	color: #888;
	font-weight: 600;
	font-size: 1.2rem;
	white-space: nowrap;
	border-radius: 6px;
	background: white;
	border: 2px solid #c3c3c3;
	box-shadow: 0px 4px 7px -6px rgb(0 0 0 / 50%);
}

.SearchCourse__alert::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -8px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #c3c3c3 transparent transparent transparent;
}

.SearchCourse__alert::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 11px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: white transparent transparent transparent;
}

.SearchCourse__alert-icn {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: white;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0;
	line-height: 16px;
	vertical-align: 1px;
	text-align: center;
	border-radius: 50%;
	background: #ffa301;
}

.SearchCourse__submit {
	padding: 0 15px;
	color: white;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	background-color: var(--caution-color);
	border-radius: 3px;
}

.SearchCourse__submit::before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	vertical-align: -2px;
	background: url(../../../sharing/common21/images/icn_search--white.svg) no-repeat center / contain;
}

/* --------------------end_コース番号検索-------------------- */
.defaultInfo {
	background-color: #fff;
	border-radius: 10px;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 30px 0;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	margin-bottom: 50px;
}

.Course__example {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.courseIllust {
	width: 136px;
	height: auto;
}

.courseIllust img {
	width: auto;
	-webkit-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.courseCaption {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
}

.courseImg {
	width: 318px;
	height: auto;
	font-size: 15px;
	text-align: left;
}

/* --------------------start_検索結果-------------------- */
.course_id_result {
	background-color: #fff;
	border-radius: 10px;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
	padding: 30px 0;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	margin-bottom: 50px;
}

.course_id_result .moshimo_error {
	font-size: 22px;
}

.course_id_result .moshimo_error span {
	color: #333;
}

.course_id_result em {
	color: #f00;
	font-style: normal;
}

.moshimo_error em {
	/*display: block;*/
	margin-bottom: 20px;
	font-size: 28px;
}

.moshimo_error span {
	display: inline-block;
	font-size: 22px;
	line-height: 1.4 !important;
}

.moshimo_error a {
	color: #00B7EE;
	text-decoration: underline;
}

.research_title {
	display: flex;
	align-items: center; /* 垂直中心 */
	justify-content: center; /* 水平中心 */
	font-size: 25px;
	font-weight: 600;
	color: #00B7EE;
	text-align: center;
	margin-bottom: 10px;
}
.research_title:before,
.research_title:after {
	border-top: 2px solid;
	content: "";
	width: 2em;/* 線の長さ */
}

.research_title:before {
	margin-right: 1em;/* 文字の右隣 */
}

.research_title:after {
	margin-left: 1em;/* 文字の左隣 */
}

.research_list {
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	font-size: 18px;
	padding: 30px;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
	margin-bottom: 50px;
}

.research_list li {
	float: left;
	margin-right: 20px;
}

.research_list li a {
	position: relative;
	display: block;
	padding-left: 1em;
}

.research_list li a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid rgba(0,160,230,1);
	border-right: 2px solid rgba(0,160,230,1);
	transform: translateY(-50%) rotate(45deg);
}

.tour_list {
	overflow: hidden;
	background-color: #fff;
	padding: 30px;
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
    filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

.tour_list:not(:last-child) {
	margin-bottom: 30px;
}

.Dept-label {
	display: inline-block;
	background-color: #00B7EE;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 8px 20px;
}

.tour_list h2 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 10px;
}

.Course__items {
	display: flex;
	align-items: center;
}

.bt_tour {
	margin-left: auto;
}

.bt_tour-link {
	background-color: #00B7EE;
	border-radius: 100px;;
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 7px 30px;
}

.Course__item:not(:last-child) {
	margin-right: 10px;
}

.Course__items-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border: solid 1px #00B7EE;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	color: #00B7EE;
	padding: 7px 20px;
}

.Course__item-dt {
	margin-right: 10px;
}
/* --------------------end_コース番号検索-------------------- */

/*おすすめ特集*/
.inner_last {
	background-color: #00B7EE;
	margin-top: 100px;
	padding: 50px 0;
}

.inner_last h2 {
	text-align: center;
}

.inner_last h2 img {
	width: auto;
}

.swiper-container-horizontal > .swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 8px;
	background: #DADACF;
  }
  
  .swiper-scrollbar-drag {
	background: #6D6D67;
  }

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 950px;
}

.swiper-wrapper {
	margin-bottom: 40px;
}

.recommend_bn {
	max-width: 220px;
}

.recommend_bn p {
	font-size: 16px;
	line-height: 1.3;
	word-wrap: break-word;
}

.recommend_bn p.pht {
	width: 100%;
	height: auto;
}

.recommend_bn img {
	width: 100%;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.recommend_bn p.cap {
	font-size: 15px;
	padding-top: 10px;
}

.swiper-banner-container {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0;
}

.swiper-banner-container .swiper-slide a {
	display: block;
}

.swiper-banner-container .swiper-slide a:hover {
	opacity: 0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color: #4c4c4c;
}

.swiper-button-prev,
.swiper-button-next {
	width: 44px !important;
	height: 44px !important;
	background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/course/images/arrow.svg) !important;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/course/images/arrow.svg) !important;
	transform: scale(-1, 1);
	/* 左右反転 */
}

.moshimo_keyw {
	margin-bottom: 20px;
}