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

/* 
style.cssはこちらで随時追記していきますので、
追加するスタイルがある場合はこちらに追加してください。
*/
/*画像センター揃え*/
.aln-C &gt; img { margin: 0 auto; }

/*文字色*/
.fntBlue {
	color: #3e8b9b !important;
}
a.fntBlue {
	color: #3e8b9b !important;
	text-decoration: underline;
}
.fntDark {
	color: #1e1e1e;
}
/*[testbed]映像リンク非活性用*/
span.inactive:hover {
	color: #7e7e7e !important;
}

/*===== prgrams =====*/
.programs-wrap {
	margin-top: 98px;
	/*margin-left: 3.5em;*/
}
.programs-wrap .program-box {
	position: relative;
}
.programs-wrap .program-box:nth-child(2) {
	height: 210px /*174px*/;
}
.program-box .program-img {
	position: absolute;
	top: -92px;
	left: -26px;
	width: 274px;
	z-index: 1;
}
.program-box &gt; dl {
	position: relative; z-index: 3;
	padding-left: 195px;
}
.program-box &gt; dl &gt; dt {
	position: relative;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 700;
	color: #3e8b9b;
}
.program-box &gt; dl &gt; dt u {
	content: "";
	margin: auto .3em;
	height: 2px;
	background: #e5e5e5;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}
.program-box &gt; dl &gt; dt .detail {
	font-size: 0.875em;
}
.program-box &gt; dl &gt; dd {
	padding-left: 2em;
	padding-right: 7em;
	text-align: justify;
}
.program-box &gt; dl &gt; dd.flex-container--no-space {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1.5em;
	padding-right: 2em;
	
}
.program-box &gt; dl &gt; dd dl {
	font-size: 0.875em;
}
.program-box &gt; dl &gt; dd dl:last-child {
	margin-bottom: .7em;
}
.program-box &gt; dl &gt; dd dl dt {
	font-weight: 700;
	color: #272727;
	margin-bottom: 0;
}
@media print, screen and (min-width: 1025px) {
	.programs-wrap {
		margin-top: 75px;
		margin-left: 3.5em;
	}
	.programs-wrap .program-box:nth-child(1) {
		height: 292px;
	}
	.programs-wrap .program-box:nth-child(2) {
		margin-left: 206px;
		height: 238px;
	}
	.programs-wrap .program-box:nth-child(3) {
		margin-left: 47px;
		height: auto;
	}
	.program-box .program-img {
		width: auto;
	}
	.program-box:nth-child(1) .program-img {
		top: -27px;
		left: 0;
	}
	.program-box:nth-child(2) .program-img {
		top: -104px;
		left: -57px;
	}
		.program-box:nth-child(3) .program-img {
		top: -156px;
		left: -47px;
	}
 .program-box &gt; dl &gt; dd {
		padding-left: 80px;
	}
	.program-box &gt; dl &gt; dd.flex-container--no-space {
		margin-left: 7em;
	}
	.program-box &gt; dl &gt; dd dl {
	padding: 0 1em !important;
	}
}
@media print, screen and (max-width: 959px) {
	.program-box &gt; dl &gt; dd.flex-container--no-space {
		margin-left: 0;
	}
	.program-box &gt; dl &gt; dd dl {
		padding: .5em 0 !important;
	}
}
@media print, screen and (max-width: 767px) {
	.programs-wrap {
		margin-left: 0;
	}
}
@media print, screen and (max-width: 599px) {
	.programs-wrap {
		margin-left: -94px;
	}
	.programs-wrap .program-box {
		height: auto !important;
		margin-bottom: 4em;
	}
	.program-box .program-img {
		top: -20.2vw;
		left: 0;
		width: 54vw;
	}
	.program-box &gt; dl {
		padding-left: 43.1vw;
	}
	.program-box &gt; dl &gt; dt {
		display: block;
	}
	.program-box &gt; dl &gt; dt u {
		display: none;
	}
	.program-box &gt; dl &gt; dt .detail {
		position: absolute;
		top: 1em;
		right: 0;
	}
	.program-box &gt; dl &gt; dd {
		margin-top: 2.4em;
		padding: 0 !important;
	}
	.program-box &gt; dl &gt; dd.flex-container--no-space {
		margin-top: 0;
	}
}

/*===== 表レイアウト追加CSS =====*/
/*共通*/
.tb-norm thead th {
	min-width: 9em;
	vertical-align: middle;
}
.tb-norm thead th.narrow {
	width: 9em;
}
.tb-norm tbody th {
	font-weight: 700;
	vertical-align: middle;
}	
.tb-norm tbody td {
	font-size: 0.875em;
	vertical-align: middle;
}
.tb-norm tbody.valn-T th, .tb-norm tbody.valn-T td {
	vertical-align: top;
}
.tb-norm tbody td img.flt-R {
	margin-left: 10px;
	margin-bottom: 10px;
	width: 12em;
}
/*表内 リンク*/
.tb-norm tbody th .link-arrow {
	display: block;
	padding: 0;
}
.tb-norm tbody th .link-arrow span {
	display: block;
	margin-left: 2.4em;
}
.tb-norm tbody th .link-arrow i {
	margin-top: -.8em;
  width: 1.6em;
  height: 1.6em;
}
/*課題一覧用（ブルー・オレンジ）*/
.bdr-tbl {
	border-collapse: separate;
	border-spacing: 2px 0;
	table-layout: fixed;
}
.bdr-tbl thead th {
 border: none;
}
.bdr-tbl tbody th.darker {
	border-style: solid none none;
	font-weight: 700;
	vertical-align: middle;
}
.bdr-tbl tbody td {
	background-color: #fff;
	border-style: none none none solid;
	border-color: #b7daef;
	font-size: 0.875em;
	vertical-align: top;
}
.bdr-tbl tbody td:last-child {
	border-right: solid 2px #b7daef;
}
.bdr-tbl::after {
	display: block;
	content: '';
	height: 2px;
	width:calc(200% + 2px);
	background-color: #b7daef;
}
/*オレンジ*/
.bdr-tbl.orange thead tr:not(:last-child) th {
 	border-bottom: solid 2px #fff;
}
.bdr-tbl.orange tbody th.darker{
	background-color:  #ffcf9e;
	width: 60%;
}
.bdr-tbl.orange tbody td {
	border-color: #ffcf9e;
}
.bdr-tbl.orange::after {
	background-color: #ffcf9e;
}
.bdr-tbl.orange tbody td {
	border-left: none;
}
.bdr-tbl.orange tbody tr:not(:first-child) td {
	border-top: solid 2px #ffcf9e;
}
/*表内 テキスト*/
.bdr-tbl tbody td p.jutaku {
	margin-left: 1em;
	line-height: 1.7;
}
.bdr-tbl tbody td p.jutaku:not(:last-child) {
	margin-bottom: .8em;
}
.bdr-tbl tbody td p.jutaku .represent {
	display: block;
	text-indent: -1.2em;
}
.bdr-tbl tbody td p.jutaku .represent::before {
	position: relative;
	content: '○';
	padding-right: .2em;
}
.bdr-tbl tbody td p.jutaku .asterisk {
	display: inline-block;
	line-height: 1.3 !important;
}


/*===== Testbed =====*/
.tab-head {
	margin-bottom: 1.5em;
	border-bottom: solid 2px #656565;
	font-weight: 700;
	color: #272727
}
.tab-head p, .tab-head &gt; span {
	display: inline-block;
	padding: .25em 1em;
	border: solid 2px #656565;
	border-bottom: none;
}

dl.steps dt.tab-head p span {
	display: inline-block;
	padding-right: 1em;
}
dl.steps dd:not(:last-child) {
	margin-bottom: 2.4em;
}
@media print, screen and (max-width: 599px) {
	dl.steps dt p {
		max-width: 18em;
	}
}

h3.green {
	margin-bottom: 2em;
	padding: .2em 1em;
	background: linear-gradient( 90deg, #60b89a, #3e8b9b);
	color: #fff;
}
h4.tab-head {
	font-size: 1em;
}
h4.tab-head:not(:nth-of-type(1)) {
	margin-top: 4em;
}
dl.blueHeadding {
	margin-bottom: 2.5em;
}
dl.blueHeadding dt {
	color: #3e8b9b;
}
dl.blueHeadding dt:not(:first-child) {
	margin-top: 2em;
}

/*Flexbox space-between*/
.fBox-justify {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fBox-justify .list-norm {
	margin-bottom: 0;
}
@media print, screen and (max-width: 799px) {
	.fBox-justify &gt; * {
	margin-bottom: 2em;
	}
}

/*追加リスト*/
ul.list-disc-l {
	margin-left: 1.75em;
  padding: 0;
}
ul.list-disc-l &gt; li {
	position: relative;
	margin-bottom: .5em;
	list-style: none;
}
ul.list-disc-l &gt; li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -.8em;
  width: 5px;
  height: 5px;
  background-color: #3e8b9b;
  border-radius: 100%;
}
ul.list-disc-l ul {
	margin-top: .5em;
}
.blue-box ul.list-disc-l &gt; li::after {
	content: none;
}
.blue-box {
	margin: 0 auto;
	padding: .7em 1.5em .2em 1em;;
	width: 90%;
	background-color: #d4e9f6;
	border: solid 2px #b7daef;
	border-radius: 10px;
}
.blue-box ul.list-disc-l &gt; li::before {
	display: block;
  content: '';
  position: absolute;
	top: .5em;
  left: -1em;
  width: 5px;
  height: 5px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0;
  border-color: #3e8b9b;
}
.blue-box ul li {
	font-weight: 700;
}
.blue-box ul li span {
	display: inline-block;
	font-weight: 400;
}
.tow-colm li {
	display: inline-block;
	width: 47%;
}


/*===== Contact =====*/
h2.contact-headding {
	position: relative;
	margin-bottom: 2em;
	text-align: center;
}
h2.contact-headding::after {
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	margin-left: -10px;
	content: '';
	width: 1em;
	height: 1em;
	background: rgba(62, 139, 155, .2);
	border-radius: .5em;
}
.scn-norm p a.btn-contact {
	background: url(../img/common/icon-contact.svg) no-repeat center 30px;
	padding-top: 110px;
	font-family: "Poppins-Regular", sans-serif;
	width: 160px;
	height: 160px;
	border-radius: 80px;
	border: 1px solid #aaa;
	display: inline-block;
	margin: 1em auto;
	-ms-background-size: 80px 80px;
	background-size: 80px 80px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.scn-norm p a.btn-contact:hover {
	opacity: .5;
}


/*===== 特集記事 追加CSS =====*/

.special h1 ,
.special_list h1 {
	position: relative;
	/*width: fit-content;
    padding: 0 20px;*/
}
.special h1::before,
.special h1::after {
	content: "" !important;
	display: block;
	width: 10px;
	height: calc(100% - 4px);
	/*border: 2px #232583 solid;*/
	position: absolute;
	top: 0;
}
.special h1::before ,
.special_list h1::before {
	left: 0;
	border-right: 0;
}
.special h1::after ,
.special_list h1::after {
	right: 0;
	border-left: 0;
}

.special sup {
	vertical-align: super;
	font-size: 60%;
}

.special_list .pageBody .movieList .movieItem .movieThumb {
    padding-top: 56.25%;
}

.special_list .pageBody .movieList .movieItem .movieThumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.special_list .pageBody .movieList .movieItem .movieThumb::after {
    content: none;
}

.special_list .pageBody .movieList .movieItem .movieContent p.text_blue {
    color: #232583;
}

.special_list .pageBody .movieList .movieItem .movieContent p.text_nict_blue {
    color: #004ea2;
}

.special_list a.disabled p.text_blue ,
.special_list a.disabled p.text_nict_blue {
    color: #ccc !important;
}

.special_label {
	position: relative;
	width: 100%;
    margin-bottom: 20px;
	display: flex;
    align-items: center;
}

.special_label::after {
    content: "";
    flex-grow: 1;
    border-bottom: 2px dotted #666;
}

.special_label span {
	position: relative;
	width: fit-content;
    font-size: 18px;
	font-weight: bold;
    padding: 10px 20px;
    background: #e5e5e5;
    color: #000;
}

.special.blue .special_label span {
    background: #e8e6f1;
    color: #232583;
}

.special.nict_blue .special_label span {
    background: #99cbeb;
    color: #004ea2;
}

.special_label span::before ,
.special_label span::after {
	position: absolute;
	content:'';
	display:block;
	width:7px;
	height:calc(100% - 4px);
	border:2px #000 solid;
	top:0;
}

.special.blue .special_label span::before ,
.special.blue .special_label span::after {
	border:2px #232583 solid;
}

.special.nict_blue .special_label span::before ,
.special.nict_blue .special_label span::after {
	border:2px #004ea2 solid;
}

.special_label span::before ,
.special.blue .special_label span::before ,
.special.nict_blue .special_label span::before {
	left:0;
	border-right:0;
}

.special_label span::after ,
.special.blue .special_label span::after ,
.special.nict_blue .special_label span::after {
	right:0;
	border-left:0;
}

.special .pageBody section h2 {
    font-size: 20px;
    padding: 4px 0 5px 0;
    margin-bottom: 24px;
    background: none;
    border-bottom: 3px solid #595858;
}

.special .sup {
    font-size: 14px;
}

.special_col_area {
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
}

.special_col_sp figure {
	display: block;
}

.special_col_pc {
	display: none;
}

.special_col_area figcaption {
	margin-top: 10px;
}

.special .pageBody section h3 {
    position: relative;
    font-size: 18px;
    padding-left: 35px;
    margin: 36px 0 8px;
	color: #000;
    background: none;
}

.special.blue .pageBody section h3 {
    padding-left: 25px;
	font-weight: normal;
}

.special .pageBody section h3::before {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 5px;
    display: inline-block;
    content: '';
    background-image: url(/_assets/img/special/icon_special_q.svg);
    background-size: contain;
    z-index: 1;
}

.special.blue .pageBody section h3::before {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 3px;
    display: inline-block;
    content: '◆';
    background-image: none;
    z-index: 1;
}

.special.blue .pageBody section h3.icon_none {
    padding-left: 0;
	font-weight: bold;
}

.special.blue .pageBody section h3.icon_none::before {
    content: none;
}

.pageBody p.thanks {
    font-size: 18px;
	font-weight: 700;
    margin: 36px 0 0;
}

.pageBody section.special_gray {
	width: 100%;
	max-width: none;
	background-color: #e5e5e5;
	padding: 20px;
	margin-bottom: -64px;
}

.pageBody section.special_gray h2 {
	position: relative;
    font-size: 20px;
    padding: 10px 20px;
    margin: 40px 0 24px;
    background: #fff;
	color: #000;
	border: none;
	display: flex;
	flex-direction: column;
}

.pageBody section.special_gray h2 span {
    position: absolute;
    top: -30px;
    left: 0;
	display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
	height: 30px;
	font-size: 16px;
    background: #000;
	color: #fff;
	letter-spacing: 2px;
}

.pageBody section.special_gray h2 div:last-child {
	color: #232583;
	align-self: flex-end;
}

.special .pageBody section.special_gray h3 {
    padding-left: 0;
    margin: 36px 0 8px;
}

.special .pageBody section.special_gray h3::before {
    content: none;
}

@media print, screen and (min-width: 768px) {
	.special h1::before,
	.special h1::after ,
	.special_list h1::before,
	.special_list h1::after {
		/*height: calc(100% - 6px);
		border: 3px #232583 solid;*/
	}
	.special h1::before ,
	.special_list h1::before {
		left: 0;
		border-right: 0;
	}
	.special h1::after ,
	.special_list h1::after {
		right: 0;
		border-left: 0;
	}
		
	.special_label {
		margin-bottom: 60px;
	}
	
	.special_label span {
		font-size: 24px;
	}
	
	.special .pageBody section h2 {
		font-size: 30px;
		margin-bottom: 60px;
	}
	
	.special .pageBody section h3 {
		font-size: 24px;
		margin: 0;
	}

	.special.blue .pageBody section h3 {
		padding-left: 30px;
	}
	
	.special .pageBody section h3::before {
		top: 10px;
	}
	
	.special_col_area {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: -10px;
	}
	
	.special_col_sp figure {
		display: none;
	}
	
	.special_col_pc {
		display: block;
	}
	
	.special_col_sp ,
	.special_col_pc {
		width: calc(50% - 20px);
	}

	/*.special.blue .special_col_sp  {
		width: calc(60% - 20px);
	}

	.special.blue .special_col_pc {
		width: calc(40% - 20px);
	}*/

	.pageBody section .special_col_pc figure {
		margin: 0 0 20px;
	}
	
	.pageBody p.thanks {
		font-size: 24px;
		margin: 60px 0 0;
	}

	.special.blue .pageBody p {
		margin: 0 0 1em;
	}
	
	.pageBody section.special_gray {
		padding: 60px 20px;
		margin-bottom: -112px;
		scroll-margin-top: 60px;
	}

	.special_gray .special_gray_inner {
		max-width: 1216px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.pageBody section.special_gray h2 {
		font-size: 28px;
		padding: 10px 20px 10px 170px;
		margin: 0 0 60px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	.pageBody section.special_gray h2 span {
		top: 0;
		width: 150px;
		height: 100%;
		font-size: 28px;
	}
	
	.special .pageBody section.special_gray h3 {
		margin: 0 0 8px;
	}
	
	.pageBody section.special_gray p {
		margin-bottom: 60px;
	}
	
}</pre></body></html>