@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

/*-------------------*/

.contents {
	font-family: 'Noto Sans JP', sans-serif;
}

#PageName {
	width: 1024px;
	margin: 10px auto;
	font-weight: bold;
}

/*------------------*/

.contIn1024 {
	width: 1024px;
	margin: auto;
	position: relative;
}

.mainvisual01 {
	background-image: url("/attending/media/tv/images/pc/cont01_img02_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 1300px auto;
	height: 456px;
	margin-bottom: 80px;
}
.mainvisual01 h1 {
	display: none;
}

.contBlock01 {
	margin-bottom: 80px;
}
.contH201 {
	text-align: center;
	color: #033566;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 40px;
}

.bannarWrap01 {
	margin-top: 32px;
}
.bannarWrap01 a {
	display: block;
}
.contFlex01 {
	display: flex;
}
.contFlex01 a {
	width: 32.2%;
	margin-right: 1.7%;
}
.contFlex01 a:nth-child(3n) {
	margin-right: 0px;
}

.bannarWrap3 img {
	height: 247px;
}

.bannarWrap1024 img {
	height: 200px;
}


/*-------------------*/

.searchBox01 {
	background-color: #EFF3F6;
	border-radius: 8px;
	padding: 24px;
	margin-bottom: 45px;
}
.contH301 {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 500;
	padding-left: 35px;
	background-image: url("/attending/media/tv/images/pc/search_icon01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px auto;
	margin-bottom: 20px;
}

.searchBoxFlex01 {
	display: flex;
	justify-content: space-between;
}
.searchBoxFlex01 .flexBox01 {
	width: 48.6%;
}
.searchBoxFlex01 .flexBox02 {
	width: 48.6%;
}

.flexBox01Dl01 {}
.flexBox01Dl01 dt {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 500;
	margin-bottom: 8px;
}

.flexBox01Ul01 {
	display: flex;
	justify-content: space-between;
}
.flexBox01Ul01 li {
	width: 48%;
}

.contSelect01 {
	box-sizing: border-box;
	width: 100%;
	height: 52px;
	padding: 10px;
	font-size: 14px;
	line-height: 1.0em;
	border: 1px solid #D2D2D2;
	border-radius: 6px;
	background-image: url("/attending/media/tv/images/pc/search_select_ar01.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px auto;
	background-color: #ffffff;
}

.searchBtnWrap01 {
	text-align: center;
	margin-top: 24px;
}
.searchBtn01 {
	box-sizing: border-box;
	width: 218px;
	height: 56px;
	color: #ffffff;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #DA0F0F;
	border-radius: 100px;
	cursor: pointer;
}
.searchBtn01::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url("/attending/media/tv/images/pc/search_icon02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 23px auto;
	width: 23px;
	height: 23px;
}

/*-------------------------*/
.searchBoxIn01 {
    position: relative;
}

.searchBoxIn01_border {
	border: 2px solid #D1D1D1;
	border-radius: 8px;
	margin: 24px auto auto auto;
	padding: 24px;
	background-color: #ffffff;
}

.searchBoxIn01 .all_hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.all_hover:hover {
   background-color: #fff;
    border: 2px solid #033566;
    border-radius: 8px;
    filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.5;
    z-index: 2;
}

.searchCont01 {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
    gap: 10px;
}
.searchCont01 li .p01 {
	border: 1px solid #D9D9D9;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	padding: 6px 10px;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 500;
}
.searchCont01 li .pNew01 {
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	border-radius: 60px;
	height: 32px;
	padding: 3px 10px;
	background-color: #DA0F0F;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	font-weight: 500;
	margin-right: 10px;
}

.searchCont02 {
	background-color: #EEEEEE;
	text-align: center;
	box-sizing: border-box;
	padding: 16px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
	margin: 16px auto 24px auto;
}

.searchCont02 a:hover{
    text-decoration: underline;
}

.searchFlex01 {
	display: flex;
}
.searchFlex01 .box01 {
	width: 100%;
}
.searchFlex01 .boxImg01 {
	flex-shrink: 0;
	margin-left: 12px;
}
.searchFlex01 .boxImg01 img {
	width: 219px;
	height: auto;
	/*object-fit: cover;*/
}
.searchUl01 {
	
}
.searchUl01 li {
	/*height: 42px;*/
	display: flex;
	/*align-items: center;*/
	margin-bottom: 5px;
}
.searchUl01 li .liIn01 {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	width: 92px;
	/*height: 34px;*/
	background-color: #033566;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	color: #ffffff;
	margin-right: 12px;
}
.searchUl01 li .liIn02 {
	font-size: 16px;
	line-height: 1.35em;
	font-weight: bold;
	display: flex;
	align-items: center;
	min-height: 42px;
}
.searchUl01 li .price01 {
	color: #DA0F0F;
}
.searchUl01 li .price01 .s01 {
	font-size: 18px;
}

.searchText01 {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: 500;
	margin-top: 2px;
}
.searchAreaBtn01 {
	margin-top: 24px;
	text-align: center;
}
.searchAreaBtn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 284px;
	height: 48px;
	margin: auto;
	border-radius: 100px;
	background-color: #DA0F0F;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
}
.searchAreaBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.searchAreaBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.searchAreaBtn01 a:hover {	color:#ffffff;	text-decoration: none;}
.searchAreaBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.searchAreaBtn01 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -4px;
}

.searchPagerWrap01 {
	text-align: center;
	margin-top: 38px;
}

.searchPagerWrap01 ul {
	display: flex;
	align-items: center;
	justify-content: center
}
.searchPagerWrap01 ul li {
	padding: 0px 5px;
}
.searchPagerWrap01 img {
	width: 7px;
	height: auto;
}
.searchPagerWrap01 ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 44px;
	border: 1px solid #1C4E7E;
	color: #033566;
	text-decoration: none;
}

.searchPagerWrap01 ul li.prev a {
	border: none;
}
.searchPagerWrap01 ul li.next a {
	border: none;
}
.searchPagerWrap01 ul li.active01 a {
	background-color: #1C4E7E;
	color: #fff;
}
.searchPagerWrap01 ul li a:link {	color: #033566;	text-decoration: none;}
.searchPagerWrap01 ul li a:visited {color: #033566;	text-decoration: none;}
.searchPagerWrap01 ul li a:hover {	color:#fff;background-color: #1C4E7E;	text-decoration: none;}
.searchPagerWrap01 ul li a:active {	color:#033566;	text-decoration: none;}

.searchPagerWrap01 .active01 a:link {	color: #ffffff;	text-decoration: none;}
.searchPagerWrap01 .active01 a:visited {	color: #ffffff;	text-decoration: none;}
.searchPagerWrap01 .active01 a:hover {	color:#ffffff;	text-decoration: none;}
.searchPagerWrap01 .active01 a:active {	color:#ffffff;	text-decoration: none;}

/* --------------------start_コース番号検索-------------------- */

#SearchCourse {
  width: 1024px;
  margin: 20px auto 60px auto;
  text-align: center;
}

#SearchCourse ::placeholder {
  color: #888;
}

.SearchCourse__inner {
  display: inline-flex;
  justify-self: flex-start;
  align-items: center;
  padding: 10px 30px 10px 0;
  text-align: left;
  border: 2px solid #e5e5e5;
  border-radius: 6px;
}

.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("/attending/media/tv/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_ラジオボタン */
#SearchCourse 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;
}

#SearchCourse 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;
}

#SearchCourse
  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("/attending/media/tv/images/pc/icn_search--white.svg")
    no-repeat center / contain;
}

/* --------------------end_コース番号検索-------------------- */

.searchBtnFlex01 {
	display: flex;
	justify-content: space-between;
}
.searchBtnFlex01 li {
	width: 320px;
}
.searchBtnFlex01 li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	border: 1px solid #E2E2E2;
	border-radius: 6px;
	text-align: center;
	padding: 24px 10px 24px 10px;
}
.searchBtnFlex01 li a:hover {
	border: 2px solid #033566;
	padding: 23px 9px 23px 9px;
}

.searchBtnFlex01 li a::after {
	content: "";
	background-image: url("/attending/media/tv/images/pc/course_ar01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px;
}
.searchBtnFlex01 li a:hover::after {
	right: 9px;
}

.searchBtnFlex01 li .img01 {
	width: 80px;
	margin: 0px auto 0px auto;
}
.searchBtnFlex01 li .text01 {
	color: #033566;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 2.8em;
}


/*=================
動画で楽しもう
=================*/
#sec-movie {
    background-size: auto auto;
    background-color: rgba(252, 238, 218, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(250, 227, 193, 1) 5px, rgba(250, 227, 193, 1) 10px);
}

.tmp_movie_box dl {
    background-color: #fff;
    padding: 15px;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    height: 100%;
}

.tmp_movie_box dl .photo1 {
    width: 100%;
}

.tmp_movie_box dl .photo1 img {
    width: 100%;
    height: auto;
}

.tmp_movie_box dl dt {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 5px 0;
	font-weight: 900;
}

.white-popup-block {
    position: relative;
    background: #FFF;
    padding: 10px;
    text-align: left;
    max-width: 865px;
    margin: 40px auto;
}

.bc-player-default_default {
    width: 100% !important;
    height: 485px !important;
}

.popup-modal-dismiss {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 5px;
}

/*----------------------*/

.popup-modal {
	display: block;
	position: relative;
}
.popup-modal::after {
	content: "";
	background-image: url("/attending/media/tv/images/pc/movie_play01.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px auto;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
}

.no_tour{
	text-align: center;
    color: #DA0F0F;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 40px;

}

.bannarWrap01.bannarWrap1024 a:nth-child(2) {
    margin-top: 25px;
}

















