@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
wrap
****************************************************************************************************/
#wrap {
	margin-top: calc(100px + 1rem + 1.6rem + 1.6rem);
}
#wrap + #banner {
	margin-top: 100px;
}
#banner.incontents #inquiry a {
	width: 100%;
}
#banner.incontents #inquiry a > strong {
	margin: 0 0.5em;
}



/****************************************************************************************************
bread
****************************************************************************************************/
#bread {
	padding: 30px 40px; 
}
#bread ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 0.866rem;
	line-height: 1.8;
}
#bread ul li + li::before {
	display: inline-block;
	content: "　＞　";
}
#bread ul li a {
	color: #006;
}



/****************************************************************************************************
contents
****************************************************************************************************/
#contents {
	max-width: 1200px;
	margin: auto;
	padding: 0 45px;
	text-align: left;
}



/****************************************************************************************************
page-ttl
****************************************************************************************************/
#page-ttl {
	margin-top: 29px;
	line-height: 1.0;
	text-align: center;
}
#page-ttl h1 {
	font-size: 2.4rem;
	font-weight: normal;
}
#page-ttl div {
	margin-top: 0.8em;
	color: #000567;
	font-size: 0.866rem;
}



/****************************************************************************************************
anchor
****************************************************************************************************/
#page-ttl + #anchor {
	margin-top: 40px;
}
#anchor ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -1em;
	font-size: 0.866rem;
}
#anchor ul li {
	margin: 0 1em;
}
#anchor ul li a {
	color: #222;
}
#anchor ul li a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 6px;
	margin-right: 0.8rem;
	border-bottom: 1px solid #00BFFF;
	border-right: 1px solid #00BFFF;
	-webkit-transform: translate(50%, -50%) rotate(90deg) skew(45deg);
	transform: translate(50%, -50%) rotate(90deg) skew(45deg);
}

.anchor,
.pagenation {
	display: inline-block;
	text-align: left;
}
/******************************
20250526追加
******************************/
#anchor.nowrap ul li {
	margin: 0 0.5em;
}
#anchor.nowrap ul li a {
	white-space: nowrap;
}
/******************************
20250526追加
******************************/



/****************************************************************************************************
BIO / 20250526追加
****************************************************************************************************/
#bio-information {
	position: relative;
	/*height: 410px;*/
	margin:  0 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #0056B5;
	border-bottom: 1px solid #0056B5;
	overflow: scroll;
	text-align: left;
}
#bio-information::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 1px;
	left: 0;
	border-top: 1px solid #0056B5;
}
#bio-information .information-block {
	border: none;
}
.bio-can-do-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}
.bio-can-do-block + .bio-can-do-block {
	margin-top: 74px;
}
.bio-can-do-block:nth-of-type(even) .bio-can-do-text {
	order: 2;
}
.bio-can-do-text h3 {
	margin-bottom: 0.5em;
	padding: 0.1em;
	background: #000566;
	border-radius: 2.0rem;
	color: #FFF;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
.bio-can-do-text li {
	text-indent: -1em;
	padding-left: 1em;
}
.bio-can-do-text li::first-letter {
	color: #000566;
}
.bio-can-do-img a {
	display: block;
	color: #00BEFF !important;
}
.bio-can-do-img figcaption {
	text-align: right;
}
.bio-staff-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0;
}
.bio-staff-text {
	width: 546px;
}
.bio-staff-text dt {
	color: #000566;
	font-weight: bold;
}
.bio-staff-text li {
	padding-left: 1em;
}
.bio-staff-text > dl + dl {
	margin-top: 1.6em;
}



/****************************************************************************************************
tab
****************************************************************************************************/
#page-ttl + #tab {
	margin-top: 40px;
}
#tab ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -1em;
	font-size: 0.866rem;
}
#tab ul li {
	margin: 0 1em;
}
#tab ul li a::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 6px;
	margin-right: 0.8rem;
	border-bottom: 1px solid #00BFFF;
	border-right: 1px solid #00BFFF;
	-webkit-transform: translate(-10%, -50%) skew(45deg);
	transform: translate(-10%, -50%) skew(45deg);
}
#tab ul li.select a {
	color: #000567;
}
#tab ul li.select a::before {
	-webkit-transform: translate(50%, -50%) rotate(90deg) skew(45deg);
	transform: translate(50%, -50%) rotate(90deg) skew(45deg);
}



/****************************************************************************************************
page-cont
****************************************************************************************************/
#page-ttl + #page-cont {
	margin-top: 78px;
}
#anchor + #page-cont,
#tab + #page-cont {
	margin-top: 70px;
}
#page-cont {
	position: relative;
	border-top: 1px solid #0056B5;
	border-bottom: 1px solid #0056B5;
}
#page-cont::before {
	position: absolute;
	content: "";
	width: 100%;
	top: 1px;
	left: 0;
	border-top: 1px solid #0056B5;
}
#page-cont::after {
	position: absolute;
	content: "";
	width: 100%;
	bottom: 1px;
	left: 0;
	border-top: 1px solid #0056B5;
}
.target {
	position: absolute;
	right: 0;
	top: 0.8em;
	font-size: 1.2rem;
}



/****************************************************************************************************
col-area
****************************************************************************************************/
.col-area {
	max-width: 900px;
	margin: auto;
	padding: 90px 0;
}
.col-area + .col-area {
	border-top: 1px solid #CCCCCC;
}
.col-area:nth-of-type(1) {
	padding-top: 90px;
}
.col-area:nth-last-of-type(1) {
	padding-bottom: 100px;
}



/****************************************************************************************************
col-block
****************************************************************************************************/
.col-block + .col-block {
	margin-top: 70px;
	padding-top: 70px;
	border-top: 1px dotted #CCC;
}



/****************************************************************************************************
col-box
****************************************************************************************************/
.col-ttl {
}
.col-ttl h2 {
	color: #000566;
	font-size: 2rem;
	font-weight: normal;
	line-height: 1.6;
}
.col-ttl h2 + div.sub {
	margin-top: 0.5em;
}
.col-ttl h2 + p {
	margin-top: 1.5em;
}
.col-ttl div.sub + p {
	margin-top: 2em;
}
.col-ttl h3 {
	color: #000566;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
}
.col-ttl h3.xlarge {
	font-size: 2rem;
}
.col-ttl h3.small {
	font-size: 1.333rem;
}
.col-ttl h3 .small {
	font-size: 1.2rem;
}
.col-ttl h4 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.6;
}
.col-ttl + .col-box {
	margin-top: 3rem;
}
.col-ttl + .col-box.dot {
	margin-top: 3.6rem;
	padding-top: 4.1rem;
	border-top: 1px dotted #CCC;
}
.col-box + .col-box.dot {
	margin-top: 4.2rem;
	padding-top: 4.2rem;
	border-top: 1px dotted #CCC;
}
.col-ttl + .col-box.dot.short {
	padding-top: 2rem;
}
.col-box + .col-box.dot.short {
	margin-top: 2rem;
	padding-top: 2rem;
}
.col-box + .col-box {
	margin-top: 2.0rem;
}
.col-ttl + .col-box.mt0rem,
.col-box + .col-box.mt0rem {
	margin-top: 0;
}
.col-ttl + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.col-ttl + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.col-ttl + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.col-ttl + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.col-ttl + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.col-ttl + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.col-ttl + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.col-ttl + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.col-ttl + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.col-ttl + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}
.ml1rem {
	margin-left: 1rem;
}
.inline-block {
	display: inline-block;
	margin: auto;
	text-align: left;
}
.box740 {
	width: 740px;
	margin: 0 80px;
}
.flR {
	float: right;
	margin-left: 2rem;
	margin-bottom: 2rem;
}



/****************************************************************************************************
文字・共通
****************************************************************************************************/
.alc {
	text-align: center;
}
.alr {
	text-align: right;
}
.col0 {
	color: #222 !important;
}
.col1 {
	color: #00B8FF !important;
}
.col2 {
	color: #00B2B3 !important;
}
.col3 {
	color: #000479 !important;
}
.col4 {
	color: #004CA4 !important;
}
#page-cont a {
	color: #000066;
}
#page-cont p.xlarge {
	font-size: 1.333rem;
}
#page-cont p.large {
	font-size: 1.2rem;
}
#page-cont p.small,
#page-cont ul.small,
#page-cont p .small,
#page-cont ul .small {
	font-size: 0.866rem;
}
.hd {
	text-indent: -1em;
	padding-left: 1em;
}
span.arrow::before,
a.arrow::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 6px;
	margin-right: 0.6rem;
	border-bottom: 1px solid #00BFFF;
	border-right: 1px solid #00BFFF;
	-webkit-transform: translate(-7.5%, -50%) skew(45deg);
	transform: translate(-7.5%, -50%) skew(45deg);
}
.anchor span.arrow::before,
.anchor a.arrow::before {
	width: 15px;
	-webkit-transform: translate(50%, -100%) rotate(90deg) skew(45deg);
	transform: translate(50%, -100%) rotate(90deg) skew(45deg);
}
span.arrow.col2::before,
a.arrow.col2::before {
	border-color: #00D9D9;
}

.table-dot {
	width: 100%;
	border-bottom: 1px dotted #CCC;
}
.table-dot tr {
	border-top: 1px dotted #CCC;
}
.table-dot th {
	width: 220px;
	padding: 0.8em 0 0.8em 0;
	color: #000066;
}
.table-dot td {
	padding: 0.8em 0;
}

.table-dot.pdw th {
	padding: 1.6em 3em 1.6em 0;
	color: #000066;
}
.table-dot.pdw td {
	padding: 1.6em 0;
}

.table-dot table tr {
	border-top: none;
}
.table-dot table th,
.table-dot table td,
.table-dot.pdw table th,
.table-dot.pdw table td {
	padding: 0 1em 0 0;
}



/****************************************************************************************************
flex
****************************************************************************************************/
.flex-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-block.gap50 {
	margin: -25px;
}
.flex-block.gap50 > * {
	margin: 25px;
}
.flex-block.gap1em {
	margin: -0.5em;
}
.flex-block.gap1em > * {
	margin: 0.5em;
}
.flex-block.jcc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-block.alc {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}



/****************************************************************************************************
On-Campus / Off-Campus
****************************************************************************************************/
.on-off-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.on-campus-box,
.off-campus-box {
	width: 425px;
}
.on-off-block-ttl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1em 1.5em;
	background: #00BDFF;
	color: #FFF;
	line-height: 1.0;
}
.on-campus-box .on-off-block-ttl {
	color: #000566;
	color: #FFF;
}
.off-campus-box .on-off-block-ttl {
	background: #00B2B4;
}
.on-off-block-ttl h3 {
	margin-right: 0.8em;
	font-size: 1.333rem;
}
.on-off-block-ttl div {
	margin-top: 0.2em;
	font-size: 0.866rem;
}



/****************************************************************************************************
企業との連携
****************************************************************************************************/
.banner-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}
.banner-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	text-align: center;
	margin: 15px;
}
.banner-box a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	text-align: center;
}
.banner-box figure {
	margin: auto;
}
.banner-box p {
	margin-top: 0.8em;
}

.e-learning-link th,
.e-learning-link td {
	padding: 0.25em 1em;
}



/****************************************************************************************************
研究実務支援
****************************************************************************************************/
.table-mta {
	width: 100%;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	line-height: 1.6;
}
.table-mta th,
.table-mta td {
	padding: 0.8em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.table-mta th {
	color: #000566;
	background: #00BFFF;
}
.table-mta thead th {
	position: relative;
}
.table-mta thead th span {
	position: absolute;
}
.table-mta thead th span.row {
	right: 3em;
	top: 1em;
	color: #FFF;
}
.table-mta thead th span.col {
	left: 3em;
	bottom: 1em;
}
.table-mta thead th::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: linear-gradient(to bottom left, #00047A 50% , #00BFFF 50%) ;
}
.table-mta thead td {
	padding: 1.6em;
	background: #00047A;
	color: #FFF;
}
.table-mta tbody td {
	background: #FFFF99;
}
.table-mta td.onerous {
	background: #EEEEEE;
}

.table-mta2 {
	width: 100%;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	line-height: 1.6;
}
.table-mta2 th,
.table-mta2 td {
	padding: 0.8em 1.2em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
.table-mta2 th {
	color: #000566;
	background: #00BFFF;
}
.table-mta2.off-campus th {
	background: #00B2B2;
	color: #FFF;
}
.table-mta2 thead th {
	background: #DDDDDD;
}
.table-mta2 thead td {
	background: #00047A;
	color: #FFF;
}
.table-mta2 tbody td {
	background: #EEEEEE;
	font-size: 0.866rem;
	text-align: left;
}
.material-briefs {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.0;
}
.material-briefs li + li {
	margin-left: 1em;
}
.material-briefs a {
	display: inline-block;
	padding: 0.5em 0.6em 0.35em 0.6em;
	background: #FF0000;
	color: #FFF !important;
}
.material-briefs a.word {
	background: #0059B2;
}
.material-briefs a.excel {
	background: #0F7C41;
}

.mta-link-ttl {
	color: #00007F;
	font-size: 1.2rem;
	text-align: center;
}
.icon-university {
	display: inline-block;
	margin-right: 0.7em;
	vertical-align: 0.3em;
	line-height: 1.0;
}
.mta-link-ttl .arr {
	position: relative;
	padding-left: 60px;
}
.mta-link-ttl .arr::before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-right: 24px solid #000069;
	border-top: 24px solid transparent;
}
.mta-link-ttl .arr::after {
	position: absolute;
	content: "";
	width: 22px;
	height: 12px;
	bottom: 0;
	left: 24px;
	background: #000069;
}
.mta-link-ttl .arr.incoming::before {
	left: 22px;
	border-right: none;
	border-left: 24px solid #000069;
}
.mta-link-ttl .arr.incoming::after {
	left: 0;
}
.mta-link-block {
	margin-top: 1rem;
}
.mta-link-block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -7px;
}
.mta-link-block ul li {
	margin: 7px;
}
.mta-link-block ul li a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 290px;
	height: 160px;
	line-height: 1.5;
	background: #00BFFF;
	color: #000566 !important;
	text-align: center;
}
.mta-link-block.incoming ul li a {
	background: #0085B2;
	color: #FFF !important;
}
.mta-link-block.other ul li a {
	background: #004C66;
	color: #FFF !important;
}
.mta-link-block ul li a::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	border-left: 26px solid #000069;
	border-bottom: 26px solid transparent;
}
.mta-link-block ul li a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 6px;
	margin-top: 0.8rem;
	border-bottom: 1px solid #000566;
	border-right: 1px solid #000566;
	-webkit-transform: translate(-7.5%, -50%) skew(45deg);
	transform: translate(-7.5%, -50%) skew(45deg);
}
.mta-link-block.incoming ul li a::after,
.mta-link-block.other ul li a::after {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.mta-link-block ul li a .sub {
	font-size: 0.800rem;
}

.mta-contact {
	margin-top: 100px;
	text-align: center;
	line-height: 1.6;
}
.mta-contact.dot {
	margin-top: 4.2rem;
	padding-top: 100px;
	border-top: 1px dotted #CCC;
}
.mta-contact a {
	display: inline-block;
}
.mta-contact a::after {
	content: "";
	display: block;
	width: 30px;
	height: 6px;
	margin: auto;
	margin-top: 0.8rem;
	border-bottom: 1px solid #26C9FF;
	border-right: 1px solid #26C9FF;
	-webkit-transform: translate(-7.5%, -50%) skew(45deg);
	transform: translate(-7.5%, -50%) skew(45deg);
}

.step-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.step-box + .step-box {
	margin-top: 10px;
}
.step-box.overflow {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.step-box.overflow dt {
	margin-top: -1.2em;
}
.step-box dt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 90px;
	margin-right: 1.2em;
	background: #00BFFF;
	border-radius: 100%;
	color: #000566;
	font-weight: bold;
}
.step-box dd {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 630px;
}

.crowdfunding-box {
	padding: 40px 0 40px 0;
	border-top: 1px dotted #CCC;
}
.crowdfunding-box:nth-last-of-type(1) {
	border-bottom: 1px dotted #CCC;
}
.crowdfunding-box a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.crowdfunding-box figure {
	width: 430px;
}
.crowdfunding-box figure img {
	width: 100%;
	height: auto;
}
.crowdfunding-box .info-box {
	width: 100%;
}
.crowdfunding-box a .info-box {
	width: 430px;
	line-height: 1.8;
}
.crowdfunding-box .info-box h3 {
	font-size: 1.2rem;
	line-height: 1.4;
}
.crowdfunding-box .info-box p {
	margin: 0.8em 0;
	color: #000;
}
.crowdfunding-box .info-box div.owner {
	padding: 0.6rem 1em;
	background: #EEE;
	color: #000;
	font-size: 0.8rem;
}
.crowdfunding-box .text-box {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 1.8;
}
.crowdfunding-box .text-box p {
	color: #000;
}
.crowdfunding-box .text-box p + div {
	margin: 0.4em 0 0 0;
}



/****************************************************************************************************
prev-link
****************************************************************************************************/
.col-block + .prev-link {
	margin-top: 4.2rem;
	padding-top: 4.2rem;
	border-top: 1px dotted #CCC;
}
.prev-link {
	font-size: 0.866rem;
	text-align: center;
	line-height: 1.6;
}
.prev-link a {
	color: #000 !important;
}
.prev-link a::before {
	display: inline-block;
	content: "";
	width: 30px;
	height: 6px;
	margin: auto;
	margin-right: 0.8rem;
	border-bottom: 1px solid #26C9FF;
	border-left: 1px solid #26C9FF;
	-webkit-transform: translate(7.5%, -50%) skew(-45deg);
	transform: translate(7.5%, -50%) skew(-45deg);
}



/****************************************************************************************************
教育プログラム
****************************************************************************************************/
#hidep-logo {
}



/****************************************************************************************************
広報・情報発信
****************************************************************************************************/
.information-block {
	max-width: 900px;
	margin: auto;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
.information-block a {
	color: #222 !important;
}
.information-block dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.5em 0;
	font-size: 0.866rem;
}
.information-block dl + dl {
	border-top: 1px dotted #CCC;
}
.information-block dl dt {
	margin-right: 1.2em;
	color: #000066;
}
.information-block dl dd .category {
	color: #00BEFF;
}

.wp-pagenavi {
	margin-top: 2rem;
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .current {
	border: none;
	font-weight: bold;
}
.wp-pagenavi a {
	border: none;
}

#information-detail {
	max-width: 900px;
	margin: auto;
	padding: 4rem 0;
}
.information-date {
	font-size: 1.2rem;
}
.information-title {
	margin-top: .2em;
	font-size: 1.2rem;
	font-weight: normal;
}
.information-cont {
	margin-top: 3.0rem;
	padding-top: 3.0rem;
	border-top: 1px dotted #CCC;
}
.information-prev {
	margin-top: 3.0rem;
	padding-top: 3.0rem;
	border-top: 1px dotted #CCC;
}
.pic_area,
.btn_pdf {
	margin-top: 2em;
}
.pic_area a,
.btn_pdf {
	display: inline-block;
}



/****************************************************************************************************
KUMBLについて
****************************************************************************************************/
#head {
	float: right;
	margin: 0 0 2rem 2rem;
}
#head figcaption {
	margin-top: 0.8em;
	font-size: 1.333rem;
	line-height: 1.4;
	text-align: center;
}
#head figcaption span.post {
	display: block;
	font-size: 1.0rem;
}
#head figcaption span.post .small {
	font-size: 0.733rem;
}

.scroll-tbl {
}
.scroll-tbl .sc-notice {
	display:none;
}
.scroll-tbl .sc-tgt {
}
.scroll-tbl {
}
.mt2rem .scroll-tbl {
	margin-top:-1rem;
}
.scroll-tbl.scroll-pc .sc-tgt-wrap {
	position:relative;
}
.scroll-tbl.scroll-pc .sc-tgt {
	overflow-x: auto;
}
.scroll-tbl.scroll-pc .sc-tgt > figure {
	width:auto;
}

.table-access {
	width: 100%;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 0.866rem;
}
.table-access thead th {
	padding: 0.5em;
	background: #EEEEEE;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
.table-access thead th div.icon-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.table-access thead th div.icon-box img {
	margin-right: 0.4em;
}
.table-access tbody td {
	padding: 0.5em;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	text-align: center;
}
.table-access tbody td.route {
	text-align: left;
}

.progress-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.6;
}
.progress-block > dt {
	margin-right: 2.5em;
	color: #000066;
	white-space: nowrap;
}
.progress-block > dd ul li + li {
	margin-top: 0.6em;
}

.results-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.results-block > dt {
	width: 24rem;
}

.staff-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
}
.staff-block + .staff-block {
	margin-top: 2rem;
}
.staff-block > dd {
	margin-top: 0.8rem;
	margin-left: 1.2rem;
}
.staff-block > dd p + table {
	margin-top: 0.2rem;
	margin-left: 1.2rem;
}
.table-staff td {
	padding: 0 0 0.5em 0;
}
.table-staff td.name {
	padding-right: 1.0em;
	min-width: 13em;
	color: #000479;
	line-height: 1.6;
	white-space: nowrap;
}
.table-staff td.post {
}
.table-staff td.post.none {
	width: 12em;
}
.table-staff span.info {
	display: block;
	color: #000;
	font-size: 0.733rem;
}
.table-staff td.info {
	padding-left: 1.5em;
	font-size: 0.866rem;
}



/****************************************************************************************************
ご相談・お問い合わせ
****************************************************************************************************/
#contact-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #00BFFF;
	padding: 30px 50px 50px 50px;
	width: 100%;
}
.text-box {
	margin-left: 36px;
	margin-top: 1.0em;
	line-height: 1.6;
}
.text-box p + p {
	margin-top: 0.2rem;
}

#inquiry-midashi {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 0.8em;
	margin: auto;
	color: #00047A;
	font-size: 1.2rem;
	line-height: 1.0;
}
#inquiry-midashi > em {
	font-style: normal;
}
#inquiry-midashi > strong {
	position: relative;
	margin: 0 0.6em 0 0;
	padding-left: 46px;
	background: url(../img/common/icon-mail-black.png) no-repeat 0 center;
	font-size: 2rem;
}
#inquiry-midashi > strong span {
	font-weight: normal;
}
#inquiry-midashi > span {
	font-size: 0.733rem;
	line-height: 1.5;
}
#inquiry-midashi > span > span {
	display: block;
	letter-spacing: 1.2px;
}

/******************************
お問い合わせ
******************************/
.form-box {
	padding: 1.5em 0;
	border-top: 1px dotted #CCC;
}
.form-box:nth-last-of-type(1) {
	border-bottom: 1px dotted #CCC;
}
.form-box dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.form-box dl + dl {
	margin-top: 10px;
}
.form-box dl dt {
	width: 230px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px;
	font-weight: bold;
}
.form-box dl dt .need {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-top: 0.2rem;
	color: #00BFFF;
	font-size: 0.866rem;
	font-weight: normal;
	text-align: right;
}
.form-box dl dt .any {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #000;
	margin-top: 0.2rem;
	font-size: 0.866rem;
	font-weight: normal;
	text-align: right;
}
.form-box dl dd {
	width: 640px;
}
label {
	display: inline-block;
	margin-right: 1em;
}
input[type="text"],
input[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4em;
	background: #EEEEEE;
	border: none;
	border-radius: 0;
	width: 650px;
	height: 3.5em;
	color: #333;
}
input[type="text"].tel {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4em;
	background: #EEEEEE;
	border: none;
	border-radius: 0;
	width: 100px;
	height: 3.5em;
	color: #333;
}
.form-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 650px;
}
.form-flex .affiliation,
.form-flex .affiliation input[type="text"] {
	width: 460px;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0.4em;
	background: #EEEEEE;
	border: none;
	border-radius: 0;
	width: 650px;
	height: 10em;
	color: #333;
}
p + textarea {
	margin-top: 0.5em;
}

.form-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.form-btn li {
	background: #FFF;
}
.form-btn li + li {
	margin-left: 40px;
}
.form-btn .submit {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	width: 500px;
	height: 70px;
	padding: 0 0 0 1.8em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #000066;
	border: none;
	border-radius: 0;
	color: #FFF;
	font-size: 1.466rem;
	line-height: 1.0;
	cursor: pointer;
}
.form-btn .submit.prev {
	background: #999;
}
.form-btn li {
	position: relative;
}
.form-btn li::before {
	position: absolute;
	content: "";
	display: inline-block;
	width: 30px;
	height: 6px;
	left: 2.0em;
	top: 50%;
	border-bottom: 1px solid #26C9FF;
	border-right: 1px solid #26C9FF;
	-webkit-transform: translate(-6%, -100%) skew(45deg);
	transform: translate(-6%, -100%) skew(45deg);
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}
.confirm .no-confirm {
	display: none;
}



/****************************************************************************************************
FAQ
****************************************************************************************************/
.faq-box {
}
.faq-box dt {
	cursor: pointer;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	transition: opacity 300ms;
}
.faq-box dt:hover {
	opacity: .5;
}
.faq-box dd {
	display: none;
	margin-left: 100px;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
}



/****************************************************************************************************
サイトマップ
****************************************************************************************************/
#sitemap-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -6rem;
}
#sitemap-block > div {
	margin: 0 3rem;
}
#sitemap-block > div > ul > li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
#sitemap-block > div + div > ul > li > a {
	width: 13em;
}
#sitemap-block > div + div > ul + ul {
	margin-top: 2em;
}
#sitemap-block > div + div > ul > li > ul li a {
	color: #222;
}



/****************************************************************************************************
fNav
****************************************************************************************************/
#fNav {
	margin-top: 150px;
}




.pending,
.pending a {
	color: #F00 !important;
}
.pending-box {
	background: #F00 !important;
}






@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	wrap
	****************************************************************************************************/
	#wrap {
		margin-top: 11.9vw;
	}
	#wrap + #banner {
		margin-top: 10vw;
	}
	#banner.incontents {
		padding: 0;
	}
	#banner.incontents #inquiry a > strong {
		margin: 0.5em 0;
	}
	
	
	
	/****************************************************************************************************
	bread
	****************************************************************************************************/
	#bread {
		padding: 2vw 2vw;
	}
	#bread ul {
		font-size: 0.533rem;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents {
		max-width: initial;
		max-width: auto;
		padding: 0 4vw;
	}
	
	
	
	/****************************************************************************************************
	page-ttl
	****************************************************************************************************/
	#page-ttl {
		margin-top: 10vw;
	}
	#page-ttl h1 {
		font-size: 1.866rem;
	}
	#page-ttl div {
		font-size: 0.666rem;
	}
	
	
	
	/****************************************************************************************************
	anchor
	****************************************************************************************************/
	#page-ttl + #anchor {
		margin-top: 8vw;
	}
	#anchor ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1em 1.2em;
		margin: 0;
		font-size: 0.666rem;
	}
	#anchor ul li {
		margin: 0;
	}
	#anchor ul li a::before {
		width: 4vw;
		height: 1.2vw;
	}
	/******************************
	20250526追加
	******************************/
	#anchor.nowrap ul li {
		margin: 0;
	}
	/******************************
	20250526追加
	******************************/
	
	
	
	/****************************************************************************************************
	BIO / 20250526追加
	****************************************************************************************************/
	#bio-information {
		height: auto;
		margin:  3.5vw 0 0 0;
		padding: 4vw 0 0 0;
	}
	.bio-can-do-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
	}
	.bio-can-do-block + .bio-can-do-block {
		margin-top: 10vw;
	}
	.bio-can-do-block:nth-of-type(even) .bio-can-do-text {
		order: 0;
	}
	.bio-can-do-text h3 {
		padding: 0.3em;
		font-size: 1.2rem;
	}
	.bio-can-do-img figcaption {
		font-size: 1rem;
	}
	.bio-staff-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 4vw;
	}
	.bio-staff-text {
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	tab
	****************************************************************************************************/
	#page-ttl + #tab {
		margin-top: 8vw;
	}
	#tab ul {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 1em 1.2em;
		margin: 0;
		font-size: 0.666rem;
	}
	#tab ul li {
		margin: 0;
	}
	#tab ul li a::before {
		width: 4vw;
		height: 1.2vw;
	}
	
	
	
	/****************************************************************************************************
	page-cont
	****************************************************************************************************/
	#page-ttl + #page-cont {
		margin-top: 12vw;
	}
	#anchor + #page-cont,
	#tab + #page-cont {
		margin-top: 12vw;
	}
	.target {
		font-size: 0.8rem;
	}
	
	
	
	/****************************************************************************************************
	col-area
	****************************************************************************************************/
	.col-area {
		max-width: initial;
		max-width: auto;
		padding: 10vw 0;
	}
	.col-area:nth-of-type(1) {
		padding-top: 12vw;
	}
	.col-area:nth-last-of-type(1) {
		padding-bottom: 12vw;
	}
	
	
	
	/****************************************************************************************************
	col-block
	****************************************************************************************************/
	.col-block + .col-block {
		margin-top: 10vw;
		padding-top: 10vw;
	}
	
	
	
	/****************************************************************************************************
	col-box
	****************************************************************************************************/
	.col-ttl {
	}
	.col-ttl h2 {
		font-size: 1.4rem;
	}
	.col-ttl h2 + div.sub {
		font-size: 0.8rem;
	}
	.col-ttl h3 {
		font-size: 1.2rem;
	}
	.col-ttl h3.xlarge {
		font-size: 1.4rem;
	}
	.col-ttl h3.small {
		font-size: 1.0rem;
	}
	.col-ttl h3 .small {
		font-size: 1.0rem;
	}
	.col-ttl h4 {
		font-size: 1.0rem;
	}
	.col-ttl + .col-box {
		margin-top: 1.5rem;
	}
	.col-ttl + .col-box.dot {
		margin-top: 1.8rem;
		padding-top: 2.3rem;
		border-top: 1px dotted #CCC;
	}
	.col-box + .col-box.dot {
		margin-top: 2.3rem;
		padding-top: 2.3rem;
		border-top: 1px dotted #CCC;
	}
	.col-ttl + .col-box.dot.short {
		padding-top: 1.6rem;
	}
	.col-box + .col-box.dot.short {
		margin-top: 1.6rem;
		padding-top: 1.6rem;
	}
	.col-box + .col-box {
		margin-top: 1.0rem;
	}
	.col-ttl + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: 0.25rem;
	}
	.col-ttl + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: 0.5rem;
	}
	.col-ttl + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: 0.75rem;
	}
	.col-ttl + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: 1rem;
	}
	.col-ttl + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: 1.25rem;
	}
	.col-ttl + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: 1.5rem;
	}
	.col-ttl + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: 1.75rem;
	}
	.col-ttl + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: 2rem;
	}
	.col-ttl + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: 2.5rem;
	}
	.col-ttl + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: 3rem;
	}
	.box740 {
		width: 100%;
		margin: 0;
		padding: 0 0 0 4vw;
	}
	.flR {
		margin-left: 3vw;
		margin-bottom: 3vw;
	}
	.flR.w30vw {
		width: 30vw;
	}
	
	
	
	/****************************************************************************************************
	文字・共通
	****************************************************************************************************/
	#page-cont {
		font-size: 0.866rem;
	}
	#page-cont p.xlarge {
		font-size: 1.2rem;
	}
	#page-cont p.large {
		font-size: 1.0rem;
	}
	#page-cont p.small,
	#page-cont ul.small,
	#page-cont p .small,
	#page-cont ul .small {
		font-size: 0.733rem;
	}
	span.arrow::before,
	a.arrow::before {
		width: 6vw;
		height: 1.2vw;
	}
	.sp-left {
		text-align: left;
	}
	
	.table-dot {
		width: 100%;
	}
	.table-dot tr {
	}
	.table-dot th {
		display: block;
		width: 100%;
		padding: 0.8em 0 0.5em 0;
	}
	.table-dot td {
		display: block;
		padding-top: 0;
	}
	.table-dot.pdw th {
		display: block;
		padding: 1.6em 0 0.5em 0;
	}
	.table-dot.pdw td {
		display: block;
		padding-top: 0;
	}
	
	
	
	/****************************************************************************************************
	flex
	****************************************************************************************************/
	.flex-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.flex-block.gap50 {
		margin: 0;
		gap: 4vw;
	}
	.flex-block.gap50 > * {
		margin: 0;
	}
	.flex-block.gap1em {
		margin: 0;
		gap: 0 1em;
	}
	.flex-block.gap1em > * {
		margin: 0;
	}
	.flex-block.jcc {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.flex-block.alc {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sp75 {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	
	
	/****************************************************************************************************
	On-Campus / Off-Campus
	****************************************************************************************************/
	.on-off-block {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 6vw;
	}
	.on-campus-box,
	.off-campus-box {
		width: 100%;
	}
	.on-off-block-ttl h3 {
		font-size: 1.0rem;
	}
	.on-off-block-ttl div {
		margin-top: 0;
		font-size: 0.666rem;
	}
	
	
	
	/****************************************************************************************************
	企業との連携
	****************************************************************************************************/
	.banner-block {
		gap: 4vw;
		margin: 0;
	}
	.banner-box {
		width: 44vw;
		margin: 0;
	}
	.banner-box a {
		width: 45vw;
	}
	
	
	
	/****************************************************************************************************
	研究実務支援
	****************************************************************************************************/
	.table-mta thead th span.row {
		right: 1em;
		top: 0.6em;
	}
	.table-mta thead th span.col {
		left: 1em;
		bottom: 0.6em;
	}
	
	.table-mta2 th,
	.table-mta2 td {
		padding: 0.8em 0.8em;
		font-size: 0.8rem;
	}
	.table-mta2 tbody td {
		font-size: 0.6rem;
		white-space: nowrap;
	}
	.material-briefs li + li {
		margin-left: 0.5em;
	}
	
	.mta-link-ttl {
		font-size: 1.0rem;
	}
	.mta-link-ttl .arr {
		padding-left: 11vw;
	}
	.mta-link-ttl .arr::before {
		border-right: 4vw solid #000069;
		border-top: 4vw solid transparent;
	}
	.mta-link-ttl .arr::after {
		width: 4vw;
		height: 2vw;
		left: 4vw;
	}
	.icon-university {
		width: 7.8vw;
	}
	.mta-link-ttl .arr.incoming::before {
		left: 4vw;
		border-left: 4vw solid #000069;
	}
	.mta-link-block ul {
		gap: 1vw;
		margin: 0;
	}
	.mta-link-block ul li {
		margin: 0;
	}
	.mta-link-block ul li a {
		width: 92vw;
		height: 26vw;
	}
	.mta-link-block ul li a::before {
		border-left: 5vw solid #000069;
		border-bottom: 5vw solid transparent;
	}
	.mta-link-block ul li a::after {
		width: 7.5vw;
		height: 1.5vw;
	}
	.mta-link-block ul li a .sub {
		font-size: 0.666rem;
	}
	
	.mta-contact {
		margin-top: 12vw;
	}
	.mta-contact.dot {
		margin-top: 2.3rem;
		padding-top: 12vw;
		border-top: 1px dotted #CCC;
	}
	.mta-contact a::after {
		width: 7.5vw;
		height: 1.5vw;
	}
	
	.step-box {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.step-box + .step-box {
		margin-top: 3vw;
	}
	.step-box.overflow dt {
		margin-top: -2vw;
	}
	.step-box dt {
		width: 14vw;
		height: 14vw;
		margin-right: 2vw;
		font-size: 0.666rem;
	}
	.step-box dd {
		width: 72vw;
	}
	
	.crowdfunding-box {
		padding: 6vw 0 6vw 0;
	}
	.crowdfunding-box a figure {
		width: 100%;
	}
	.crowdfunding-box a .info-box {
		width: 100%;
		margin-top: 4vw;
	}
	.crowdfunding-box a .text-box {
		margin: 4vw 0 0 0;
	}
	
	
	
	/****************************************************************************************************
	prev-link
	****************************************************************************************************/
	.col-block + .prev-link {
		margin-top: 10vw;
		padding-top: 10vw;
	}
	.prev-link a::before {
		width: 7.5vw;
		height: 1.5vw;
	}
	
	
	
	/****************************************************************************************************
	教育プログラム
	****************************************************************************************************/
	#hidep-logo {
		width: 36vw;
		margin: auto;
	}
	
	
	
	/****************************************************************************************************
	広報・情報発信
	****************************************************************************************************/
	.information-block dl {
		display: block;
		padding: 1.1em 0;
		font-size: 0.8rem;
	}
	.information-block dl dt {
		margin-right: 0;
		color: #000066;
	}
	
	
	
	/****************************************************************************************************
	KUMBLについて
	****************************************************************************************************/
	#head {
		width: 30vw;
		margin: 0 0 3vw 3vw;
	}
	#head figcaption {
		margin-top: 0.6em;
		font-size: 1rem;
		line-height: 1.6;
	}
	#head figcaption span.post {
		font-size: 0.733rem;
	}
	#head figcaption span.post .small {
		font-size: 0.6rem;
	}

	.scroll-tbl {
	}
	.mt2rem .scroll-tbl {
		margin-top:-1rem;
	}
	.scroll-tbl .sc-notice {
		display:block;
		margin-bottom:0.5rem;
		color:#00A7DC;
		font-size: 0.8rem;
		font-weight:bold;
	}
	.scroll-tbl .sc-tgt {
		overflow-x: auto;
	}
	.scroll-tbl.x12 .sc-tgt > table,
	.scroll-tbl.x12 .sc-tgt > figure {
		width:120%;
	}
	.scroll-tbl.x15 .sc-tgt > table,
	.scroll-tbl.x15 .sc-tgt > figure {
		width:150%;
	}
	.scroll-tbl.x2 .sc-tgt > table,
	.scroll-tbl.x2 .sc-tgt > figure {
		width:200%;
	}
	.scroll-tbl.x25 .sc-tgt > table,
	.scroll-tbl.x25 .sc-tgt > figure {
		width:250%;
	}
	.scroll-tbl.x3 .sc-tgt > table,
	.scroll-tbl.x3 .sc-tgt > figure {
		width:300%;
	}
	
	.table-access thead th div.icon-box img {
		width: auto;
		zoom: .8;
	}
	
	.progress-block {
		display:block;
	}
	.progress-block > dt {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}
	.progress-block > dd ul li + li {
		margin-top: 0.6em;
	}
	
	.results-block {
		display: block;
	}
	.results-block > dt {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	
	.staff-block {
		display:block;
	}
	.staff-block > dt {
		width: 100%;
	}
	.staff-block > dd,
	.staff-block > dd p + table {
		margin-left: 1.0rem;
	}
	.table-staff td {
		display: block;
	}
	.table-staff td.name {
	}
	.table-staff td.post {
		width: 100%;
		margin-bottom: 0.5rem;
	}
	.table-staff td.post.none {
		display: none;
	}
	.table-staff td.info {
		display: inline-block;
		padding-left: 0.5em;
		font-size: 0.666rem;
		margin-bottom: 0.5rem;
	}
	.sp-flex {
		display: flex;
		align-items: center;
		column-gap: 1em;
	}
	
	
	
	/****************************************************************************************************
	ご相談・お問い合わせ
	****************************************************************************************************/
	#contact-banner {
		display: block;
		padding: 4vw;
		text-align: center;
	}
	#contact-banner figure {
	}
	#contact-banner img {
		width: 40vw;
	}
	#contact-banner p.xlarge {
		font-size: 1.133rem;
	}
	
	.text-box {
		margin-left: 0;
		margin-top: 1.2em;
		line-height: 1.6;
	}
	.text-box p + p {
		margin-top: 1em;
	}
	
	#inquiry-midashi {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0.6rem;
		line-height: 1.4;
	}
	#inquiry-midashi > em {
		font-style: normal;
	}
	#inquiry-midashi > strong {
		margin: 0 1em 0 0;
		padding-left: 6vw;
		background: url(../img/common/icon-mail-black.png) no-repeat 0 center;
		background-size: 4vw;
		font-size: 0.733rem;
	}
	#inquiry-midashi > span {
		margin-top: 1em;
		font-size: 0.533rem;
		line-height: 1.5;
	}
	#inquiry-midashi > span > span {
		display: inline-block;
		letter-spacing: 0;
	}
	/******************************
	お問い合わせ
	******************************/
	.form-box {
		padding: 1.5em 0;
	}
	.form-box dl {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-box dl + dl {
		margin-top: 4vw;
	}
	.form-box dl dt {
		width: 100%;
		margin-right: 0;
	}
	.form-box dl dt .need {
		margin-top: 0;
		font-size: 0.866rem;
	}
	.form-box dl dt .any {
		margin-top: 0;
		font-size: 0.866rem;
	}
	.form-box dl dd {
		width: 100%;
		margin-top: 0.5em;
	}
	input[type="text"],
	input[type="email"] {
		width: 100%;
		height: 3.6em;
	}
	.form-flex {
		display: block;
		width: 100%;
	}
	.form-flex .affiliation,
	.form-flex .affiliation input[type="text"] {
		width: 100%;
	}
	.form-flex .affiliation {
		margin-top: 0.5em;
	}
	textarea {
		width: 100%;
		height: 15em;
	}
	
	.form-btn {
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-btn li + li {
		margin: 2vw 0 0 0;
	}
	.form-btn .submit {
		width: 92vw;
		height: 12vw;
		font-size: 1rem;
	}
	.form-btn li::before {
		width: 6vw;
		height: 1.5vw;
		left: 5vw;
		-webkit-transform: translate(-13%, -100%) skew(45deg);
		transform: translate(-13%, -100%) skew(45deg);
	}
	
	
	
	/****************************************************************************************************
	FAQ
	****************************************************************************************************/
	.faq-box dd {
		margin-left: 2em;
	}
	
	
	
	/****************************************************************************************************
	サイトマップ
	****************************************************************************************************/
	#sitemap-block {
		display: block;
		margin: 0;
	}
	#sitemap-block > div {
		margin: 0;
	}
	#sitemap-block > div + div {
		margin-top: 2em;
	}
	#sitemap-block > div > ul > li {
		display: block;
	}
	#sitemap-block > div + div > ul > li > a {
		width: 100%;
	}
	
	
	
	/****************************************************************************************************
	fNav
	****************************************************************************************************/
	#fNav {
		margin-top: 20vw;
	}
	
}
@media screen and (max-width: 960px) and (orientation: landscape) {
}