@charset "utf-8";

/*---------------------------------------------
xxxxx
---------------------------------------------*/
#t-5 main {
	background: url(../../images/t-5/bg_content.png) no-repeat 0 77px;
	height: calc(100vh - 60px);
}

#t-5 .maintitle {
	background: #01346e;
	text-align: left;
	color: #ffffff;
	padding: 10px 0 11px;
	height: 77px;
	font-family: "Noto Sans Regular", sans-serif;
}

#t-5 .maintitle .inner {
	padding-left: 59px;
}

#t-5 .maintitle h1 {
	font-size: 3.9rem;
	margin-top: -2px;
	padding-left: 28px;
	letter-spacing: 1.5px;
	display: inline-block;
	font-weight: 700;
}

#t-5 .maintitle .name {
	position: relative;
	font-size: 1.5rem;
	top: 3px;
	left: -6px;
	margin-left: 34px;
	padding-left: 68px;
	display: inline-block;
}

#t-5 .maintitle .name:before {
	content: "";
	position: absolute;
	top: -17px;
	left: 10px;
	width: 2px;
	height: 34px;
	background: #a5a5a5;
	transform: skewX(-29deg);
}

#t-5 .maintitle .name:after {
	content: "";
	position: absolute;
	bottom: 3px;
	left: 45px;
	width: 16px;
	height: 19px;
	background: url(../../images/i_person.png) no-repeat left bottom;
}

#t-5 .content {
	width: 1380px;
	text-align: left;
	padding: 20px 0 20px 60px;
}

#t-5 .content .inner {
	display: flex;
	margin-bottom: 20px;
}

#t-5 .content .side {
	width: 360px;
	background: rgba(0, 19, 50, 0.5);
	padding: 30px 0 30px 30px;
	font-family: "Noto Sans Light", sans-serif;
	font-size: 2.2rem;
	text-align: center;
}

#t-5 .content .side .sNavi ul li {
	background: rgba(255, 255, 255, 0.5);
	border-right: 2px solid #0e6f96;
	height: 70px;
}

#t-5 .content .side .sNavi ul li.end,
#t-5 .content .side .sNavi ul li.studing {
	position: relative;
	margin-bottom: 2px;
}

#t-5 .content .side .sNavi ul li.end::before {
	content: "";
	background: url(../../images/t-5/i_end.png) no-repeat;
	width: 68px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 2;
}

#t-5 .content .side .sNavi ul li.studing::before {
	content: "";
	background: url(../../images/t-5/i_studing.png) no-repeat;
	width: 68px;
	height: 30px;
	position: absolute;
	top: 18px;
	left: 0;
	z-index: 2;
}

#t-5 .content .side .sNavi ul li a {
	height: 70px;
	padding: 16px 0 0;
	display: block;
	color: #ffffff;
	position: relative;
	padding-left: 1px;
	text-decoration: none;
	background: url(/ja/system/iot/support/learning/assets/images/i_ar_white.png) no-repeat right 10px top 29px;
}

#t-5 .content .side .sNavi ul li a:hover {
	background: #000 url(/ja/system/iot/support/learning/assets/images/i_ar_lightblue.png) no-repeat right 10px top 29px;
}

#t-5 .content .side .sNavi ul li.end a {
	padding: 18px 0 0;
}

#t-5 .content .side .sNavi ul li.active {
	background: #ffffff;
	border: 2px solid #ffffff;
	border-left: 0;
	border-bottom: 0;
}

#t-5 .content .side .sNavi ul li.active a {
	pointer-events: none;
	color: #002e66;
	font-family: "Noto Sans Bold", sans-serif;
	background: url(/ja/system/iot/support/learning/assets/images/i_ar_blue.png) no-repeat right 10px top 29px;
}

#t-5 .content .main {
	background: #ffffff;
	padding: 30px;
	width: 960px;
	height: 515px;
	overflow-y: auto;
}

#t-5 .content .chapNavi ul {
	display: flex;
	border-bottom: 2px solid #002e66;
	height: 41px;
}

#t-5 .content .chapNavi li {
	width: 290.6px;
	margin: 0 -8px 0 11px;
	background: #d6dce3;
	transform: skewX(-30deg);
	font-family: "Noto Sans Regular", sans-serif;
	text-align: center;
	font-size: 1.7rem;
	padding: 7px 0;
}

#t-5 .content .chapNavi li:first-child {
	position: relative;
	left: 1px;
	width: 289.6px;
}

#t-5 .content .chapNavi li:last-child {
	position: relative;
}

#t-5 .content .chapNavi li:last-child::before {
	content: "";
	width: 0;
	height: 0;
	border-bottom: 39px solid #d6dce3;
	border-left: 0px solid transparent;
	border-right: 23.3px solid transparent;
	position: absolute;
	right: -23.2px;
	top: 0;
}

#t-5 .content .chapNavi li:last-child {
	margin-right: 0;
}

#t-5 .content .chapNavi li.active {
	background: #002e66;
	color: #ffffff;
}

#t-5 .content .chapNavi li span {
	transform: skewX(30deg);
	display: block;
}

#t-5 .content .main .historyBox {
	height: 355px;
	overflow-y: auto;
	margin: 29px 0 30px;
}

#t-5 .content .main .historyBox a:link,
a:visited {
	text-decoration: none;
}

#t-5 .content .main .historyBox a:hover {
	text-decoration: underline;
	text-underline-position: under;
}

#t-5 .content .main .historyBox::-webkit-scrollbar {
	width: 12px;
}

#t-5 .content .main .historyBox::-webkit-scrollbar-track {
	background: #fff;
	border: none;
	border-radius: 10px;
	box-shadow: inset 0 0 2px #777;
}

#t-5 .content .main .historyBox::-webkit-scrollbar-thumb {
	background: #aaa;
	border-radius: 10px;
	box-shadow: none;
}

#t-5 .content .info .btnArea .btn {
	height: 38px;
	text-align: center;
	background: rgba(0, 19, 50, 0.3);
	position: relative;
}

#t-5 .content .info .btnArea .btn a {
	padding: 11px 0;
	display: block;
}

#t-5 .content .info .btnArea .btn + .btn {
	margin-top: 2px;
}

#t-5 .content .info .btnArea .prev img {
	transform: rotate(-90deg);
}

#t-5 .content .info .btnArea .next img {
	transform: rotate(90deg);
}

#t-5 .content .historyList {
	margin-bottom: 27px;
	padding-left: 75px;
}

#t-5 .content .historyList > li + li {
	margin-top: 20px;
}

#t-5 .content .studingList,
#t-5 .content .endList {
	position: relative;
}

#t-5 .content .endList::before {
	content: "";
	position: absolute;
	background: url(../../images/t-5/i_end-s.png) no-repeat;
	left: 0;
	top: 1px;
	width: 55px;
	height: 23px;
	background-size: 100%;
}

#t-5 .content .studingList::before {
	content: "";
	position: absolute;
	background: url(../../images/t-5/i_studing-s.png) no-repeat;
	left: 0;
	top: 1px;
	width: 55px;
	height: 23px;
	background-size: 100%;
}

#t-5 .content .historyList .title {
	font-size: 1.7rem;
	font-weight: bold;
	display: table;
	
}

#t-5 .content .historyList .title a {
	position: relative;
	text-decoration: none !important;
}

#t-5 .content .historyList .title a:hover:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
	border-bottom: 1px solid #00aee3;
}

/* safari */
_::-webkit-full-page-media, _:future, :root #t-5 .content .historyList .title a:hover:after {
    bottom: 0;
}

#t-5 .content .historyList .title span {
	display: inline-block;
	width: 105px;
}

#t-5 .content .historyList dl dt {
	margin-bottom: 14px;
}

#t-5 .content .historyList .historyList-child {
	margin: 0 0 24px 106px;
	font-size: 1.4rem;
}

#t-5 .content .historyList .historyList-child li + li {
	margin-top: 8px;
}


#t-5 .content .info {
	font-family: "Noto Sans Medium", sans-serif;
	color: #ffffff;
	background: rgba(0, 19, 50, 0.5);
	display: flex;
	align-items: center;
	position: relative;
	height: 78px;
}

#t-5 .content .info .title {
	font-size: 1.8rem;
	background: rgba(0, 19, 50, 0.3);
	width: 164px;
	padding: 24px 0 26px;
	text-align: center;
	font-family: "Noto Sans Regular", sans-serif;
	letter-spacing: 0.3px;
}

#t-5 .content .info .details {
	font-size: 1.3rem;
	padding: 17px 0 17px 41px;
	display: flex;
	line-height: 1.7;
	font-family: "Noto Sans Light", sans-serif;
	width: calc(100% - 162px);
}

#t-5 .content .info .details time {
	margin-right: 22px;
	display: inline-block;
	letter-spacing: 0.6px;
	padding-top: 18px;
}

#t-5 .content .info .details p {
	display: flex;
	line-height: 1.7;
	align-items: center;
}

#t-5 .content .info .btnArea {
	width: 38px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 1px;
}

/* ------------------------
.swiper-button-next, .swiper-button-prev
--------------------------- */

.swiper-container {
	width: 1120px;
}

.swiper-wrapper {
	width: 100%;
	height: 80px !important;
}

.swiper-slide {
	height: 80px !important;
}

.swiper-slide > div {
	display: flex;
	height: 80px;
}

.swiper-button-next,
.swiper-button-prev {
	background: url(/ja/system/iot/support/learning/assets/images/i_ar_white.png) no-repeat center center !important;
	background-size: 8px 13px !important;
	width: 100% !important;
	height: 100% !important;
	top: 22px !important;
	display: block;
}

.swiper-button-next {
	transform: rotate(90deg);
	right: -1px !important;
}

.swiper-button-prev {
	transform: rotate(-90deg);
	left: -1px !important;
}
