<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------
 ニュース
------------------------------ */

.newsList {
	border-top: solid 1px #E6E6E6;
	margin-bottom: 60px;
	text-align: left;
}
.newsList li:after {
	content: "";
	clear: both;
	display: block;
}
.newsList li {
	padding: 20px 8px;
	border-bottom: solid 1px #E6E6E6;
}
.newsList li.new p::after,
.interviewList li.new .title-interview::after {
	content: 'NEW';
	font-family: 'Roboto' , "メイリオ", Meiryo, Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 18px;
	color: #fff;
	padding: 0 8px;
	margin-left: 5px;
	border-radius: 18px;
	display: inline-block;
	background: #D93C47;
	vertical-align: middle;
	text-decoration: none;
}
.newsList li span {
	color: #838383;
	line-height: 1.3;
	float: left;
	display: block;
	padding-top: 2px;
	width: 200px;
}
.newsList li em {
	font-style: normal;
	color: #0078C8;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #DADADA;
}
.newsList li p {
	line-height: 1.7;
	width: 633px;
	float: left;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.newsBlock {
		padding: 40px 0 ;
		background-size: 156px auto;
	}
	.newsList {
		margin-bottom: 30px;
	}
	.newsList li {
		padding: 10px 0;
	}
	.newsList li span {
		width: auto;
		float: none;
		padding-top: 0;
		margin-bottom: 10px;
	}
	.newsList li p {
		width: auto;
		float: none;
	}
}


.contentsTop .mainBlock {
	padding-top: 45px;
}

/* 記事タイトル周り */
.newsTitle {
	padding-bottom: 10px;
	margin-bottom: 60px;
	border-bottom: solid 1px #E6E6E6;
}
.contentsPage .mainBlock h1 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 25px;
}
.newsTitle p {
	color: #838383;
	line-height: 1.3;
	display: block;
	padding-top: 2px;
}
.newsTitle em {
	font-size: 1.35rem;
	font-style: normal;
	color: #0078C8;
	padding-left: 10px;
	margin-left: 10px;
	border-left: solid 1px #DADADA;
}

/* 新着用見出し */
.mainBlock h2 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
	padding-left: 14px;
	margin-bottom: 25px;
	border-left: solid 3px #0078C8;
	
	color: #313131;
	border-bottom: 0;
	padding-bottom: 0;
}
.mainBlock h3 {
	font-size: 1.8rem;
	font-weight: 500;
	padding-left: 15px;
	position: relative;
	
	margin-bottom: 10px;
	border-left: none;
}
.mainBlock h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.4em;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #0078C8;
}


/* 新着用横幅 */
/* -- 1/3 --- */
.w1-3 {
	width: 267px;
}
/* -- 2/3 --- */
.w2-3 {
	width: 558px;
}

/* 新着用テーブル */
.mainBlock table {
	border-left: solid 1px #E6E6E6;
}
.mainBlock table th {
	background: #ECF0F2;
	padding: 13px 15px;
	border-top: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
}
.mainBlock table td {
	padding: 13px 15px;
	border-top: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	background: #fff;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.contentsTop .mainBlock {
		padding-top: 0;
	}
	
	/* 記事タイトル周り */
	.newsTitle {
		margin-bottom: 30px;
	}
	.contentsPage .mainBlock h1 {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	
	/* 新着用横幅 */
	/* -- 1/3 --- */
	.w1-3 {
		width: auto;
	}
	/* -- 2/3 --- */
	.w2-3 {
		width: auto;
	}
	
	/* 新着用テーブル */
	.mainBlock .res table{
		border-bottom: solid 1px #E6E6E6;
	}
	.mainBlock .res table th {
		padding: 5px 10px;
	}
	.mainBlock .res table td {
		padding: 5px 10px;
		border-bottom: none;
	}
}



/* ↓↓↓ここからポップアップ↓↓↓ */


/* サムネイル */
.bx-pager li {
	float: left;
	margin-bottom: 15px;
	padding: 2px;
}
.bx-pager li:not(:last-child) {
	margin-right: 15px;
}
.bx-pager a {
	display: block;
	width: 60px;
	height: 60px;
	background-position: 50% 0%;
	background-size: cover;
}
.bx-pager a.active {
	outline: 2px solid #0078C8;
}

/* スライダー */
.slider-box {
	width: 400px;
}

.is-horizontal .slider-box {
	/*width: 800px;*/
	width: 800px;
}


/* そのほかスタイル */
.slider-box .cms_caption_b {
	color: #fff;
}

/* コントロール */
.modal-controls-prev,
.modal-controls-next {
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.modal-controls-prev {
	left: -100px !important;
}
.modal-controls-next {
	right: -100px !important;
}
.modal-controls-prev:before,
.modal-controls-next:before {
	content: '';
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	-webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    left: 30%;
    top: 15%;
}
.modal-controls-next:before {
	-webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    left: auto;
    right: 30%;
}
.modal-controls-close {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: fixed !important;
	top: 25px !important;
	right: 25px !important;
}
.modal-controls-close:before,
.modal-controls-close:after {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    width: 2px;
    height: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.modal-controls-close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-controls-close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-controls-prev:hover,
.modal-controls-next:hover,
.modal-controls-close:hover {
	opacity: .5;
}


@media (max-width: 767px) {
	.is-horizontal .slider-box {
		width: 400px;
	}
	.modal-controls-prev {
		left: -60px !important;
	}
	.modal-controls-next {
		right: -60px !important;
	}
}

@media (max-width: 560px) {
	.modal--show {
		padding-top: 45px;
	}
	/* サムネイル */
	.bx-pager li {
		margin-bottom: 10px;
	}
	.bx-pager li:not(:last-child) {
		margin-right: 5px;
	}
	.bx-pager a {
		width: 40px;
		height: 40px;
	}
	/* スライダー */
	.modal-content {
		/*width: 75%;*/
		width: 85%;
		max-height: 90% !important;
		max-height: calc(100% - 25px) !important;
	}
	.is-horizontal .slider-box,
	.slider-box {
		width: 100%;
	}
	.modal-controls-prev:hover,
	.modal-controls-next:hover,
	.modal-controls-close:hover {
		opacity: 1;
	}
	.modal-controls-prev,
	.modal-controls-next,
	.modal-controls-close {
		/* 削除
		width: 25px;
		height: 25px;
		*/
		width: 45px;
		height: 35px;
	}
	.modal-controls-close:before,
	.modal-controls-close:after {
	    width: 1px;
	    /* 追加 */
	    height: 25px;
	}
	.modal-controls-prev:before,
	.modal-controls-next:before {
		/* 追加 */
		width: 15px;
		height: 15px;
	    border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    margin: auto;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 0;
	}
	.modal-controls-prev {
		position: fixed !important;
		/*top: 20px !important;*/
		/* 修正 */
		top: 12px !important;
		/*left: 12.5% !important;*/
		left: 7.5% !important;
		margin-left: -8px;
	}
	.modal-controls-next {
		position: fixed !important;
		/*top: 20px !important;*/
		/* 修正 */
		top: 15px !important;
		/*right: 12.5% !important;*/
		right: 7.5% !important;
		margin-right: -8px;
	}
	.modal-controls-close {
		/*top: 20px !important;*/
		/* 修正 */
		top: 15px !important;
		right: auto !important;
		left: 50% !important;
		/*
		margin-left: -15px;
		*/
		/* 修正 */
		margin-left: -17.5px;
	}
}

/* ノートPCのみ */
@media (min-width: 768px) and (max-height: 770px) {
	.slider-box {
		width: 300px;
	}
	.is-horizontal .slider-box {
		width: 600px;
	}
}


/* ------------------------------
 コンファレンスを開催
------------------------------ */
.stepBlock .cms_text {
	position: relative;
	overflow: visible;
}
.stepBlock .cms_text:not(:last-child) {
	margin-bottom: 50px;
}
.stepBlock .cms_text:not(:last-child)::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 17px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 11px transparent;
	border-right: solid 11px transparent;
	border-bottom: solid 13px transparent;
	border-top: solid 13px #A9BAC4;
}
/* ------------------------------
 スマホ用コード（テーブル）
------------------------------ */
@media screen and (max-width: 767px) {
	.stepBlock .cms_text:not(:last-child) {
		margin-bottom: 33px;
	}
	.stepBlock .cms_text:not(:last-child)::after {
		margin-top: 10px;
	}
}</pre></body></html>