@charset "UTF-8";
body{
	font-family: 'Korolev Medium' !important;
}
.koro_bold{
	font-family: 'Korolev bold' !important;
}
#safety{
	background-color: none !important;
}
.txt_and {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  font-weight: bold !important;
  display: inline-block !important;
}

.top_pages main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  background-image: url(../img/top/bg.jpg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .top_pages main::before {
    background-image: url(../img/top/bg_sp.jpg);
  }
}

.top_pages .cont0 {
	background: url(../img/top/main_bg.png);
    background-size: 1366px;
    background-position: center 70px;
    background-color: black;
    width: 100%;
    /* height: 100vh; */
    height: 750px;
    background-repeat: no-repeat;
}
.top_pages .cont0 .cont0_wrap {
  display: flex;
  /*max-width: 1920px;
  width: 100%;*/
	width: 98%;
  margin: 0 auto;
}

.top_pages .cont0 .ttl_area {
  /*display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(50%);*/
	padding-top:104px;
}
.top_pages .cont0 .ttl_area h1 {
    /*margin-top: 104px;*/
}
.top_pages .cont0 .ttl_area h1 img{
	max-width: 500px;
	min-width: 349px;
}
@media screen and (max-width: 1100px) {
  .top_pages .cont0 .ttl_area h1 {
    font-size: 8vw;
  }
  .top_pages .cont0 .ttl_area h1 + p {
    font-size: 5.3vw;
  }
}

.top_pages .cont1 {
  overflow: hidden;
  width: 100%;
  padding-top: 90px;
}


.top_pages .cont1 section {
  /*max-width: 1088px;
  width: 100%;*/
	width: 80%;
  margin: auto;
  position: relative;
}

/* //////////////////////////////////////
- Session
////////////////////////////////////// */



/* //////////////////////////////////////
- IE対策
////////////////////////////////////// */
@media all and (-ms-high-contrast: none) {
  .top_pages .animation_area img {
    display: none;
  }
  .top_pages .animation_area.anime_on img {
    display: block;
  }
  .top_pages .animation_area.anime_on img.ani_01 {
    display: block;
  }
}

/*# sourceMappingURL=maps/style.css.map */

/*2022版css*/
.top_pages .cont1{
	padding-top: 0px;
}
.read_txt{
	font-size: 24px;
	line-height: 1.6;
	color: white;
	padding: 80px 0px;
}
.top_pages .cont1 .read_cnt{
	margin-bottom: 0px;
}
.top_pages .cont1 .read_cnt .read_c{
	background: #FFB9B9;
	padding: 40px 40px 100px;
	margin-bottom: 63px;
	position: relative;
}
.top_pages .cont1 .read_cnt .read_c .ttl1{
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.top_pages .cont1 .read_cnt .read_c a{
	color: #1C1F24;
}
.top_pages .cont1 .read_cnt .read_c a .more {
    font-size: 20px;
    position: absolute;
    padding: 0px 0px 27px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    bottom: 14%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.top_pages .cont1 .read_cnt .read_c a .more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #1C1F24 #1C1F24;
    transform: translate(-50%, -100%) rotate(-45deg);
    -webkit-transform: translate(-50%, -100%) rotate(-45deg);
    -ms-transform: translate(-50%, -100%) rotate(-45deg);
}
.top_pages .cont1 .read_cnt .read_c a .more:hover{
	transform: translate(-50%, 10%);
    -webkit- transform: translate(-50%, 10%);
	transition: all .3s;
}
/*concepts*/
.top_pages .cont1 .read_cnt a .read_c{
	color: #1C1F24;
}
.top_pages .cont1 .read_cnt a .read_c .more {
    font-size: 20px;
    position: absolute;
    padding: 0px 0px 27px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
    bottom: 14%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.top_pages .cont1 .read_cnt a .read_c .more:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #1C1F24 #1C1F24;
    transform: translate(-50%, -100%) rotate(-45deg);
    -webkit-transform: translate(-50%, -100%) rotate(-45deg);
    -ms-transform: translate(-50%, -100%) rotate(-45deg);
}
.top_pages .cont1 .read_cnt a .read_c .more:hover{
	transform: translate(-50%, 10%);
    -webkit- transform: translate(-50%, 10%);
	transition: all .3s;
}

.top_pages .cont1 .read_cnt .list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content:space-between;
	align-items: stretch;
}
.top_pages .cont1 .read_cnt .list a{
	/* max-width: 346px; 
    width: 32.3%;*/
    padding: 35px 24px 65px;
    display: inline-block;
	position: relative;
	flex-basis:calc((100% - 40px) / 3);
  	max-width:calc((100% - 40px) / 3);
	margin-right: 20px;
}
.top_pages .cont1 .read_cnt .list a:before{
	content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid black;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
}
.top_pages .cont1 .read_cnt .list a:last-child{
	margin-right:auto;
}
.top_pages .cont1 .read_cnt .list a.carbon{
	background: #85BB63;
}
.top_pages .cont1 .read_cnt .list a.mobility{
	background: #FFA500;
}
.top_pages .cont1 .read_cnt .list a.safety{
	background: #5D7EBC;
}
.top_pages .cont1 .read_cnt .list a.concepts{
	background: #FFE9A5;
	color: black;
}
.top_pages .cont1 .read_cnt .list a.carbon:before{
	border-bottom: 30px solid #85BB63;
}
.top_pages .cont1 .read_cnt .list a.mobility:before{
	border-bottom: 30px solid #FFA500;
}
.top_pages .cont1 .read_cnt .list a.safety:before{
	border-bottom: 30px solid #5D7EBC;
}
.top_pages .cont1 .read_cnt .list .list1 p{
	color: white;
	text-align: center;
	font-size: 19px;
	line-height: 1.4;
	font-family: Helvetica, 'Noto Sans', sans-serif;
	margin-bottom: 35px;
}
.top_pages .cont1 .read_cnt .list .list1 p.list_ttl{
	font-size: 34px;
	margin-bottom: 25px;
	line-height: 1;
}
.top_pages .cont1 .read_cnt .list .list1 p.more{
	font-size: 20px;
	position: absolute;
	padding: 0px 0px 27px;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	bottom: 4%;
    left: 50%;
    transform: translate(-50%, 0px);
}
.top_pages .cont1 .read_cnt .list .list1 p.more:hover{
	transform: translate(-50%, 10%);
    -webkit- transform: translate(-50%, 10%);
	transition: all .3s;
}
.top_pages .cont1 .read_cnt .list .list1 p.more:after{
	content: "";
	position: absolute;
	bottom: 0;
    left: 50%;
	width: 6px;
	height: 6px;
	border: 2px solid;
	border-color:  transparent transparent #ffffff #ffffff;
	transform: translate(-50%, -100%) rotate(-45deg);
    -webkit-transform: translate(-50%, -100%) rotate(-45deg);
    -ms-transform: translate(-50%, -100%) rotate(-45deg);
}
.top_pages .cont1 .content{
	margin-bottom: 61px;
}
.top_pages .cont1 .cnt{
	font-size: 22px;
}
.top_pages .cont1 .cnt dl{
	padding: 30px 48px;
}
.top_pages .cont1 .cnt .cnt_ttl{
	font-size: 60px;
	color: white;
	padding: 34px 48px;
	line-height: 1;
}
.top_pages .cont1 .cnt .cnt_sub_ttl{
	font-size: 34px;
	padding: 20px 48px;
	line-height: 1;
}
.top_pages .cont1 #concepts .cnt{
	border: solid 1px #FFB9B9;
}
.top_pages .cont1 #concepts .cnt .cnt_ttl{
	background: #FFB9B9;
	border-bottom: solid 1px #FFB9B9;
	color: black;
}
.top_pages .cont1 #concepts .cnt dl{
	border-bottom: solid 1px #FFB9B9;
}

.top_pages .cont1 #carbon .cnt{
	border: solid 1px #85BB63;
}
.top_pages .cont1 #carbon .cnt .cnt_ttl{
	background: #85BB63;
	border-bottom: solid 1px #85BB63;
}
.top_pages .cont1 #carbon .cnt .cnt_sub_ttl{
	background: #E5EFDB;
	border-bottom: solid 1px #85BB63;
}
.top_pages .cont1 #carbon .cnt dl{
	border-bottom: solid 1px #85BB63;
}
.top_pages .cont1 #mobility .cnt{
	border: solid 1px #FFA500;
}
.top_pages .cont1 #mobility .cnt .cnt_ttl{
	background: #FFA500;
	border-bottom: solid 1px #FFA500;
}
.top_pages .cont1 #mobility .cnt .cnt_sub_ttl{
	background: #F6DFCD;
	border-bottom: solid 1px #FFA500;
}
.top_pages .cont1 #mobility .cnt dl{
	border-bottom: solid 1px #FFA500;
}
.top_pages .cont1 #safety .cnt{
	border: solid 1px #5D7EBC;
}
.top_pages .cont1 #safety .cnt .cnt_ttl{
	background: #5D7EBC;
	border-bottom: solid 1px #5D7EBC;
}
.top_pages .cont1 #safety .cnt .cnt_sub_ttl{
	background: #D1DAED;
	border-bottom: solid 1px #5D7EBC;
}
.top_pages .cont1 #safety .cnt dl{
	border-bottom: solid 1px #1C1F24;
}
.top_pages .cont1 #session .cnt{
	border: solid 1px #1C1F24;
}
.top_pages .cont1 #session .cnt .cnt_ttl{
	background: #1C1F24;
	border-bottom: solid 1px #1C1F24;
}
.top_pages .cont1 #session .cnt .cnt_ttl span{
	font-size: 2.7rem;
}
.top_pages .cont1 #session .cnt .cnt_sub_ttl{
	background: #1C1F24;
	border-bottom: solid 1px #1C1F24;
}
.top_pages .cont1 #session .cnt dl{
	border-bottom: solid 1px #1C1F24;
}

.top_pages .cont1 .cnt dl{
	background: #FFFFFF;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.top_pages .cont1 .cnt dl dt{
	line-height: 1.8;
	width:60%;
	font-family: 'Korolev bold';
	/*text-indent: -52px;
    margin-left: 52px;*/
}
.top_pages .cont1 .cnt dl dt span{
	font-family: 'Korolev Medium';
    font-size: 19px;
}
.top_pages .cont1 .cnt dl dd{
	display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
.top_pages .cont1 .cnt dl dd p{
	margin-right: 10px;
}
.top_pages .cont1 .cnt dl dd p.play{
	cursor:pointer;
}
.top_pages .cont1 .cnt dl dd p.play img{
	max-width: 36px;
	height: 57px;
	margin-right: 0px;
}
.top_pages .cont1 .cnt dl dd p.download.en{
	color: #905050;
	/*margin-right: 30px;*/
}
.top_pages .cont1 .cnt dl dd p.download.ch{
	color: #406090;
}
.top_pages .cont1 .cnt dl dd p.download:last-child{
	margin-right: 0;
}
.top_pages .cont1 .cnt dl dd p.download img{
	max-width: 58px;
	height: 71px;
}
.top_pages .cont1 .cnt dl dd p:hover{
	opacity: 0.8;
}
.top_pages .cont1 .cap{
	color: white;
	font-size: 14px;
	text-align: right;
	margin-top: 19px;
	font-family: "Helvetica Neue";
	font-weight: bold;
}
.top_pages .cont1 .sect_session{
	margin-bottom: 250px;
}
.top_pages .cont1 .sect_session .ttl_area{
	display: flex;
	align-items: center;
	background: black;
    padding: 30px 48px 32px;
}
.top_pages .cont1 .sect_session .ttl_area h2{
	font-size: 60px;
	color: white;
	margin-right: 20px;
	font-family: 'Korolev Medium';
}
.top_pages .cont1 .sect_session .ttl_area h2 span{
	font-size: 60px;
}
.top_pages .cont1 .sect_session .ttl_area a{
	background: white;
	color: black;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    /* top: 35%; */
    /* right: 3.6%; */
    padding: 10px 15px;
    border-radius: 20px;
    max-width: 119px;
    width: 100%;
    height: 38px;
	margin-top: 7px;
}
.top_pages .cont1 .sect_session .ttl_area a p:after {
	content: "";
    width: 18px;
    height: 21px;
    background: url(../img/icon/dl_icon_h.png);
    background-size: 100%;
    position: absolute;
    top: 20%;
    right: 13%;
}
.top_pages .cont1 .sect_session .ttl_area a:hover {
	background: #1C1F24;
	color: white;
}
.top_pages .cont1 .sect_session .ttl_area a:hover p:after {
	content: "";
    width: 18px;
    height: 21px;
    background: url(../img/icon/dl_icon.png);
    background-size: 100%;
    position: absolute;
    top: 20%;
    right: 13%;
}
/*1920px以上*/
@media screen and (min-width: 1920px) {
	.top_pages .cont1 section{
	}
	.top_pages .cont0 .ttl_area h1 img{
		width: 100%;
	}
}
@media screen and (min-width: 1367px) {
	.top_pages .cont0 {
		background: url(../img/top/main_bg.png);
		background-size: cover;
		background-position: center 0px;
		background-color: black;
		width: 100%;
		height: 100vh;
		/* height: 1150px; */
		background-repeat: no-repeat;
	}
}
/*xd*/
@media screen and (max-width: 1365px) {
	/*.top_pages .cont0 {
		background: url(../img/top/main_bg.png);
		background-size: cover;
		background-position: center 70px;
		background-color: #ffffff;
		width: 100%;
		height: 750px;
	}*/
}
@media screen and (max-width: 1030px) {
	.top_pages .cont1 .cnt dl dt{
		width: 65%;
	}
}
/*ipad*/
@media screen and (max-width: 966px) {
	.top_pages .cont0 .cont0_wrap {
		display: flex;
		width: 95%;
		margin: 0 auto;
	}
	.top_pages .cont1 section {
		width: 95%;
		margin: auto;
		position: relative;
	}
	.top_pages .cont1 .cnt dl dt {
		line-height: 1.8;
		width: 65%;
	}
	footer section,.foot_copy_area{
		width: auto;
	}
}
@media screen and (max-width: 820px) {
	.top_pages .cont1 .cnt dl dt {
		line-height: 1.8;
		width: 55%;
		/*text-indent: -53px;
		margin-left: 53px;*/
	}
}
/*sp*/
@media screen and (max-width: 768px) {
	.top_pages .cont0{
		background: url("../img/top/main_bg_sp.png");
		background-size: cover;
		background-position: top;
		height: 404px;
		margin-top: 58px;
	}
	.top_pages .sp_main_logo{
		background: white;
		padding: 30px 30px;
	}
	.top_pages .sp_main_logo img{
		width: 100%;
	}
	
	.read_txt{
		font-size: 16px;
		padding: 40px 0px 30px;
	}
	.read_txt p{
		font-family: "Helvetica Neue";
	}
	.top_pages .cont1 section{
		width: 100%;
		padding: 0px 24px;
	}
	.top_pages .cont1 .read_cnt{
		margin-bottom: 0px;
	}
	.top_pages .cont1 .read_cnt .read_c{
		padding: 20px 25px 70px;
		text-align: center;
		margin-bottom: 0px;
	}
	.top_pages .cont1 .read_cnt .read_c .ttl1{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.top_pages .cont1 .read_cnt .read_c a{
		position: relative;
		text-align: left;
		right:auto;
	}
	.top_pages .cont1 .read_cnt .list{
		display: block;
		padding-left: 130px;
		top: 50px;
		background: url("../img/top/list_bg.png");
		background-size: 43%;
		background-repeat: no-repeat;
		background-position: top left;
	}
	.top_pages .cont1 .read_cnt .list a{
		flex-basis:auto;
		max-width: 100%;
		width: 100%;
		margin-bottom: 30px;
		padding: 30px 10px 60px;
		margin-right: 0px;
	}
	.top_pages .cont1 .read_cnt .list a:first-child{
		margin-top: 30px;
	}
	.top_pages .cont1 .read_cnt .list a:before{
		display: none;
	}
	.top_pages .cont1 .read_cnt .list .list1 p.list_ttl{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.top_pages .cont1 .read_cnt .list .list1 p{
		font-size: 16px;
	}
	.top_pages .cont1 .read_cnt .list .list1 p.more{
		padding: 10px 0px 30px;
	}
	.top_pages .cont1 .cnt{
		font-size: 17px;
	}
	.top_pages .cont1 .cnt .cnt_ttl{
		font-size: 27px;
		padding: 24px;
		text-align: center;
	}
	.top_pages .cont1 .cnt .cnt_sub_ttl{
		font-size: 20px;
		padding: 20px;
	}
	.top_pages .cont1 .cnt dl{
		padding: 20px;
		display: block;
	}
	.top_pages .cont1 .cnt dl dt{
		line-height: 1.4;
		margin-bottom: 20px;
		width: 87%;
		font-size: 17px;
		/*text-indent: -22px;
    	margin-left: 22px;*/
	}
	.top_pages .cont1 .cnt dl dt span{
		font-size: 14px;
	}
	.top_pages .cont1 .cap{
		margin-top: 10px;
	}
	.top_pages .cont1 .cnt dl dd{
		justify-content: center;
    	flex-direction: row;
	}
	.top_pages .cont1 .cnt dl dd p.third{
		/*margin-bottom: 20px;*/
	}
	.top_pages .cont1 .cnt dl dd p.third:first-child{
		order: 3;
		margin-bottom: 0px;
		text-align: left;
	}
	.top_pages .cont1 .cnt dl dd p.third:nth-child(2){
		order: 1;
	}
	.top_pages .cont1 .cnt dl dd p.third:last-child{
		order: 2;
	}
	.top_pages .cont1 .cnt dl dd p{
		max-width: 145px;
		width: 100%;
	}
	.top_pages .cont1 .cnt dl dd p.play{
		text-align: left;
		margin-right: 0;
	}
	.top_pages .cont1 .cnt dl dd p.play span{
		background: black;
		position: relative;
		padding: 12px 12px 12px 12px;
    	border-radius: 30px;
		color: white;
		font-size: 14px;
	}
	.top_pages .cont1 .cnt dl dd p.play span::after{
		content: "";
		width: 30px;
		height: 30px;
		background: url(../img/icon/play_icon_sp.png);
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 13%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
	}
	.top_pages .cont1 .cnt dl dd p.download{
		margin-right: 0px;
	}
	.top_pages .cont1 .cnt dl dd p.download span{
		background: black;
		position: relative;
		padding: 12px 45px 12px 12px;
    	border-radius: 30px;
		color: white;
		font-size: 14px;
	}
	.top_pages .cont1 .cnt dl dd p.download.en span{
		background: #905050;
	}
	.top_pages .cont1 .cnt dl dd p.download.ch span{
		background: #406090;
	}
	.top_pages .cont1 .cnt dl dd p.download span::after{
		content: "";
		width: 18px;
		height: 21px;
		background: url(../img/icon/dl_icon.png);
		background-size: 100%;
		position: absolute;
		top: 50%;
		right: 13%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
	}
	.top_pages .cont1 .sect_session{
		margin-bottom: 120px;
	}
	.top_pages .cont1 .sect_session .ttl_area{
		display: block;
		padding: 20px 20px 25px;
	}
	.top_pages .cont1 .sect_session .ttl_area h2{
		margin-bottom: 23px;
		font-size: 48px;
	}
	.top_pages .cont1 .sect_session .ttl_area h2 span{
		font-size: 48px;
	}
	.top_pages .cont1 .sect_session .ttl_area a{
		margin-top: 0px;
	}
	.top_pages .cont1 .read_cnt .read_c a .more:hover{
		transform: translate(-190%, 140%);
	}
}
@media screen and (max-width: 767px) {
	.top_pages .cont0{
		background: url("../img/top/main_bg_sp.png");
		background-size: cover;
		background-position: top;
		height: 224px;
		margin-top: 58px;
	}
	.top_pages .cont1 .read_cnt .list {
        display: block;
        padding-left: 130px;
        top: 50px;
        background: url(../img/top/list_bg.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top left;
    }
}
/*sp*/
@media screen and (max-width: 414px) {
	.top_pages .cont0{
		background-size: cover;
		background-position: top;
		height: 217px;
		margin-top: 58px;
	}
	.top_pages .cont1 .read_cnt .list {
		display: block;
		padding-left: 50px;
		top: 50px;
		background: url(../img/top/list_bg.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top left;
	}
	.top_pages .cont1 .read_cnt .list a:first-child {
		margin-top: 30px;
	}
	
	/*20230926*/
	.top_pages .cont1 .read_cnt .read_c a .more{
		left: 50%;
    	transform: translate(-190%, 140%);
	}
	.top_pages .cont1 #session .cnt .cnt_ttl span{
		font-size: 27px;
	}
	.top_pages .cont1 .cnt dl dd {
		justify-content: space-around;
		flex-direction: row;
	}
}
/*se*/
@media screen and (max-width: 375px) {
	.top_pages .cont1 .cnt dl dd p.download{
		margin-bottom: 20px;
	}
	.top_pages .cont1 .cnt dl dd p.download:last-child{
		margin-bottom: 0px;
	}
	.top_pages .cont1 .cnt dl dd p.download.third:last-child{
		margin-bottom: 20px;
	}
}
/*sp*/
@media screen and (max-width: 325px) {
	header h1 img {
		max-width: 220px;
		width: 100%;
		height: auto;
	}
	header .read_cnt .list a.mobility{
		padding-top: 22px;
	}
	header .read_cnt .list a.mobility .list1 p.list_ttl::after{
		bottom: -5px;
	}
	.top_pages .cont1 .read_cnt .list a{
		/*padding: 10px;*/
	}
	.top_pages .cont1 .read_cnt .list a:first-child {
		margin-top: 20px;
	}
	.top_pages .cont1 .read_cnt .list .list1 p{
		font-size: 14px;
	}
}
#concepts{
	margin-top:101px;
}
@media screen and (max-width: 768px) {
	#concepts{
		margin-top:50px;
	}
}

/*20240902*/
.top_pages .cont1 #concepts .cnt dl dt dl,.top_pages .cont1 #safety .cnt dl dt dl,.top_pages .cont1 #mobility .cnt dl dt dl,.top_pages .cont1 #carbon .cnt dl dt dl,.top_pages .cont1 #session .cnt dl dt dl{
	border-bottom:none;
	padding: 0;
}
.top_pages .cont1 .cnt dl dt dl dt{
	width: 3%;
	margin-right: 15px;
}
.top_pages .cont1 #session .cnt dl dt dl dt{
	width: 4%;
}
.top_pages .cont1 .cnt dl dt dl dd{
	margin-left: 0;
}
.top_pages .cont1 .cnt dl dt dl dd{
	width: 80%;
	justify-content: flex-start;
}
.top_pages .cont1 #concepts .cnt dl dt dl,.top_pages .cont1 #safety .cnt dl dt dl,.top_pages .cont1 #mobility .cnt dl dt dl,.top_pages .cont1 #carbon .cnt dl dt dl,.top_pages .cont1 #session .cnt dl dt dl{
		display: flex;
		align-items: flex-start;
	}
@media screen and (max-width: 1024px) {
	.top_pages .cont1 .cnt dl dt dl dt{
		width: 5%;
	}
}
@media screen and (max-width: 768px) {
	.top_pages .cont1 .cnt dl dt dl dt{
		width: 3%;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 767px) {
	.top_pages .cont1 .cnt dl dt dl dt{
		width: 5%;
		margin-bottom: 0;
	}
	.top_pages .cont1 .cnt dl dt dl dd{
		width: 80%;
		justify-content: flex-start;
	}
	.top_pages .cont1 #session .cnt dl dt dl dt{
		width: 7%;
	}
}