@charset "utf-8";

/* CSS Document */

/*-------------------------
- article_list
-
-
-------------------------*/

main {
	padding-top: calc(52px + 50px)
}

/*=======================================
　article_list
=======================================*/
.sec_talkroom h3 {
	max-width: 209.32px;
	margin-bottom: 40px;
}
.sec_talkroom .inner > .category {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	height: 28px;
	border-radius: 14px;
	background: #0058d1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 7px;
	padding: 0 1.1em 2px;
}
.sec_talkroom .inner > .tag {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #000;
	height: 28px;
	border-radius: 14px;
	background: #ffa0a0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	margin: 0 auto 7px;
	padding: 0 1.1em 2px;
}
.sec_talkroom h4 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #0058d1;
}
.sec_talkroom ul.article_list {
	width: 72.22%;
	margin: 0 auto 50px;
}
.sec_talkroom ul.article_list li:not(:last-child) {
	margin-bottom: 30px;
}
.sec_talkroom .img {
	background: url("/lp/ryugakulive/asset/images/talkroom/img_bg.jpg") no-repeat;
	background-size: cover;
	padding: 5px 5px 0;
	margin-bottom: 7px;
}
.sec_talkroom .txt_area .date  {
	font-weight: 500;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	color: #000;
}
.sec_talkroom .txt_area .ttl  {
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}



/*=======================================
　pager
=======================================*/
.pager {
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	font-weight: 500;
}
.pager li {
	display: inline-block;
	padding: 0px 6px;
}
.pager li a {
	transition: all 0.2s;
}
.pager li a:hover {
	opacity: 1;
	color: #0058D1;
}
.pager li a.active {
	color: #0058D1;
}
.pager li.prev a,
.pager li.next a {
	color: rgb(0, 142, 208);
	font-size: 15px;
	position: relative;
	height: 100%;
	display: block;
}
.pager li.prev,
.pager li.next {
	width: 15px;
	padding: 0px;
}
.pager li.prev a::before,
.pager li.next a::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    top: -0.65em;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.pager li.prev a::before {
    left: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pager li.next a::before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*=======================================
　category_area
=======================================*/
.category_area {
	background: #ffa0a0;
	border-radius: 26px;
	padding: 9px 7.77% 16px;
	margin-bottom: 50px;
}
.category_area.list {
	background: var(--main_color);
	border-radius: 26px;
	padding: 9px 7.77% 16px;
	margin-bottom: 50px;
}
.category_area .hd_txt {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	padding-bottom: 11px;
	border-bottom: 1px solid #fff;
	margin-bottom: 17px;
}
.category_area .flex_area {
	flex-wrap: wrap;
	gap: 0 5px;
}
.category_area .category {
	margin-bottom: 11px;
	min-width: 75px;
}
.category_area .category a {
	height: 28px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #000;
	white-space: nowrap;
	padding: 0 0.6em 2px;
	font-weight: 500;
	transition: 0.2s all;
}
.category_area .category a:hover {
	opacity: 1;
	background: #0058d1;
	color: #fff;
	/* border: 1px solid #0058d1; */
}
.category_area .category.active a {
	background: #0058d1;
	color: #fff;
	border: 1px solid #000;
}



/*=======================================
　btn
=======================================*/
.btn01 {
	margin-bottom: 50px;
}



.img_join {
	margin: 0 auto 20px;
	width: 62.06%;
}



/*=======================================
　detail_main_img
=======================================*/
.detail_main_img {
	margin: 0 0 40px 0;
}
.detail_main_img img{
	width: 100%;
}

/*=======================================
　detail_category
=======================================*/
.detail_category {
	border-bottom: 1px solid #868686;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	display: flex;
	flex-wrap: wrap;
}
.detail_category .category_block {
	font-size: 20px;
	margin: -4px 5px 3px 0;
}
.detail_category .category_block a {
	color: #0058D1;
}
.detail_category .tag_block {
	background:#FFE6E6 ;
	display: inline-block;
	padding: 2px 10px 2px 10px;
	font-size: 14px;
	border: #000 1px solid;
	border-radius: 20px;
	margin: 0 5px 0 0;
	line-height: 1.2;
	height: 25px;
}


/*=======================================
　detail_profile
=======================================*/
.detail_profile {
	margin: 0 0 10px 0;
	font-size: 16px;
}
.detail_profile .profile_country {
	font-size: 16px;
	margin: 0 0 3px 0;
}
.detail_profile .profile_university {
	font-size: 20px;
	margin: 0 0 30px 0;
	font-weight: 500;
}
.detail_profile .profile_name {
	text-align: center;
	margin: 0 0 3px 0;
	font-weight: 500;
}
.detail_profile .profile_grade {
	text-align: center;
}



/*=======================================
　detail_history
=======================================*/
.detail_history {
	border-bottom: #868686 solid 1px;
	margin: 0 0 30px 0;
	padding: 0 25px;
}
.detail_history h4{
	background: #FFA0A0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	display: ruby;
	padding: 4px 10px 9px 0px;
	margin: 0 0 0px 0;
	position: relative;
	display: block;
}
.detail_history h4 span{
	font-size: 20px;
	padding: 0 0 0 41px;
}
.detail_history h4 span::before{
	position: absolute;
	content: '';
	display: inline-block;
	background-image: url(/lp/ryugakulive/asset/images/talkroom/history_icon.png);
	background-size: contain;
	vertical-align: middle;
	width: 42px;
	height: 42px;
	margin-left: -8px;
	margin-right: 5px;
	top: -4px;
	left: 0px;
}
.detail_history .history_area {
	padding: 0px 0 0 10px;
}
.detail_history .history_area dl {
padding: 0 0 0 17px;
border-left:#FFE6E6 1px solid;
line-height: 1;
font-size: 16px;
}
.detail_history .history_area dl:last-child {
	border-left:none;
	}
.detail_history .history_area::before {
	content: '';
  display: inline-block;
  background: #FFE6E6;
  vertical-align: middle;
  width: 1px;
  height: 20px;
	margin-left: 0px;
	margin-right: 5px;
}
.detail_history .history_area dl dt {
	position: relative;
	margin: -5px 0 8px 0;
}
.detail_history .history_area dl dt::before {
	content: '●';
	position: absolute;
	left: -1.78em;
	top: 2px;
	font-size: 13px;
	color: #FFA0A0;
}

.detail_history .history_area dl dd {
	padding: 0 0 20px 0;
}
.detail_history .history_area dl dd p {
	padding: 0 0 5px 0;
}

@media only screen and (max-width: 768px) {
	.detail_history {
	border-bottom: #868686 solid 1px;
	margin: 0 0 30px 0;
	padding: 0 3%;
	}
	.detail_history h4{
	background: #FFA0A0;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	line-height: 1;
	display: ruby;
	padding: 4px 10px 9px 0px;
	margin: 0 0 0px 0;
	position: relative;
	display: block;
	}
	.detail_history h4 span{
	font-size: 18px;
	padding: 0 0 0 41px;
	}
}



/*=======================================
　detail_talk_room
=======================================*/
.detail_talk_room {
	background: #dbe8fc;
	background-size: 100%;
	background-attachment: fixed;
	margin: 0 0 50px 0;
	position: relative;
	z-index: 1;
}

.detail_talk_room .inner {
	overflow: auto;
	width: 100%;
	/* height: 100vh; */
	scroll-behavior: smooth;
	padding: 20px 5% 20px;
	background: #dbe8fc url(../images/talkroom/talk_bg.jpg) no-repeat center bottom;
	background-size: contain;
	/*! background-attachment: fixed; */
	/*! position: relative; */
	/*! z-index: 2; */
}
.detail_talk_room .bg{
position:absolute;
bottom: 0;
z-index: -1;
}
.detail_talk_room h4 {
	width: 100% !important;
	margin: 0 auto 0;
	background: #dbe8fc;
	position: relative;
	z-index: 1;
	padding: 0 0 0px 0;
	display: block;
	/*! max-width: 400px !important; */
}
.detail_talk_room h4 img {
	width: 246px;
	margin: 0 auto 0;
}
.detail_talk_room .talk_area {
	/*! padding: 0 5%; */
	margin: 0 0 60px 0;


}
.detail_talk_room .talk_area::-webkit-scrollbar{
  display:none;
}
/* .detail_talk_room .talk_area::-webkit-scrollbar-track{
   background-color: #ccc;
}
.detail_talk_room .talk_area::-webkit-scrollbar-thumb{
   background-color: #353535;
} */
.detail_talk_room .fukidashi {
	position: relative;
	display: inline-block;
	max-width: 230px;
	margin: 0 0 20px 0;
	padding: 9px 14px;
	border-radius: 19px;
	overflow-wrap: break-word;
	clear: both;
	box-sizing: content-box;/*はてな用*/
	float: right;
	margin-right: 12px;
	background: #FFF;
	font-size: 14px;
	line-height: 1.75;
}
.detail_talk_room .fukidashi::after {
	position: absolute;
	content: "";
	width: 22px;
	height: 38px;
	top: -19px;
	right: -4px;
	border-radius: 0 18px 18px 6px/0 18px 18px 1px;
	box-shadow: -3px -15px 0 -5px white inset;
}
.detail_talk_room .movie {
	/*! background: #868686; */
	width: 280px;
	clear: both;
	border-radius: 20px;
	/*! height: 160px; */
	margin: 0 0 20px auto;
	position: relative;
}

.detail_talk_room .movie img {
	width: 100%;
  height: 160px;
  object-fit: cover;
	border-radius: 20px;
}
.detail_talk_room .movie .icon {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
		height:44px !important;
		width: 44px;
}
.detail_talk_room .movie .icon img {
		height:44px !important;
		width: 44px;
}
.detail_talk_room .movie video {
	width: 100%;
	/*! object-fit: cover; */
	border-radius: 20px;
	/*! height: 200px; */
	max-width: 100%;
}
.detail_talk_room .image {
	/*! background: #868686; */
	width: 280px;
	/*! height: 199px; */
	border-radius: 20px;
	clear: both;
	margin: 0 0 20px auto;
	object-fit: cover;
}
.detail_talk_room .image img {
	width: 100%;
  /*! height: 199px; */
  object-fit: cover;
	border-radius: 20px;
}
#cboxContent video {
	top:0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 640px) {
	#cboxContent #video {
		width: 100%;
		overflow: hidden;
		height: auto;
	}
	#cboxContent video {
	width: 100vw;
	height:auto;
}
}
