a.normal {
	color: #022ECD;
	word-break: break-all;
	/*display:inline-block;*/
}
a.normal:visited {
	color: #790479;
}
.add-break{
	word-break: break-all;
}
/* IE向けスタイル */
@media all and (-ms-high-contrast: none) {
.add-break {
display: inline-block;
}
}
/**************************************************
パンくずリスト
*/
.custom-breadcrumb {
	width: 100%;
}
.custom-breadcrumb-inner {
	margin: 0 20px 20px;
}
.custom-breadcrumb a {
	font-size: 80%;
}
.custom-breadcrumb span {
	color: #7F7F7F;
	font-size: 80%;
}
.custom-breadcrumb a:hover {
	text-decoration: underline;
}
.custom-breadcrumb-inner > a:after {
	content: '';
	background: url(../images/arrow-link-black.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width:16px;
	height: 8px;
	display: inline-block;
}


/**************************************************
セクション
*/
.content{
	text-align: left;
	margin: 0 10px;
}
.content > p {
	margin-bottom: 16px;
}
.content > p:last-child {
	margin-bottom: 0;
}
.content-policy {
	text-align: left;
	margin: 0 10px;
	line-height: 1.4;
}
.content-policy > p.br {
	margin-bottom: 16px;
}
.title {
	text-align: center;
	margin: 40px 0 20px;
}
.item > .title:first-child {
	margin: 0 0 20px;
}
.title-uline {
	color: #646464;
	border-bottom: solid 3px #646464;
	line-height: 1.8;
	font-size: 150%;
	font-weight: bold;
}
@media screen and (max-width: 400px) {
	.title-uline {
		font-size: 140%;			
	}
}
ul.list-disc {
	margin-left: 20px;
}
ul.list-disc > li {
	list-style-type: disc !important;
}
ul.list-disc > li > p {
	margin-bottom: 16px;
}
.content-center {
	text-align: center;
}
.content-center > p {
	margin-bottom: 16px;
}

.category {
	text-align: center;
	background-color: #BFBFBF;
	margin: 30px 0px 10px;
	padding: 5px 15px;
	color:#000000;
	font-weight: bold;
}
li span.testlink{
	word-break: break-all;
	display:inline-block;
}

/**************************************************
アーカイブ
*/
.archive-content  {
	display: flex;
	margin: 20px 0;
	padding: 20px;
	/*border-radius: 5px;*/
	box-sizing: border-box;
	/*box-shadow: 0 0 5px #999;*/
	align-items: flex-start;
}
.archive-content > img {
	height: auto;
	max-width: 200px;
	object-fit: contain;
	flex-shrink: 0;
}
.archive-content > .text-content{
	margin-left: 20px;
}
.archive-content > .text-content > time {
	color:	#646464;
	font-size: 80%;
}
.archive-content > .text-content > .archive-title {
	font-size: 150%;
	font-weight: bold;
	line-height:26px;
}
.archive-content > .text-content > .archive-excerpt > p:not(:last-child) {
	margin-bottom: 10px;
	font-size: 85%;
}
.archive-content > .text-content > .archive-excerpt p:last-child {
	font-size: 75%;
}
.archive-content > .text-content > .view-more {
	margin-top: 15px;
}

@media screen and (max-width: 699px) and (min-width: 500px) {
	.archive-content > img {
		max-width: 150px;
	}
}
@media screen and (max-width: 499px) {
	.archive-content {
		flex-wrap: wrap;
		padding: 20px 0;
	}
	.archive-content > img {		
		max-width: 100%;
		margin-bottom: 10px;
	}
	.archive-content > .text-content{
		margin-left: 0;
	}
}

/**************************************************
アーカイブ 詳細
*/
.archive-headline {
	background-color: #646464;
	color: #ffffff;
	padding: 27px 20px 18px;
	font-weight: bold;
}
.archive-headline p:first-child {
	font-size: 100%;
}
.archive-headline p:not(:first-child) {
	font-size: 150%;
}
.archive-headline-time {
	text-align: right;
	color: #646464;
	font-size: 80%;
	margin: 10px 5px 15px;
}
.content-archive {
	text-align: left;
	margin: 0 10px;
}
.content-archive p {
	margin: 16px 0;
}
.content-archive > figure > figcaption {
	padding-top: 5px;
	text-align: center;
}
.content-archive > figure > img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.archive-subtitle {
	background-color: #DCDCDC;
	font-weight: bold;
	font-size: 150%;
	padding: 7px 10px 2px;
	margin: 30px 0 15px;
}

/**************************************************
フロー図
*/
.flow {
	display: flex;
	justify-content: center;
}
.flow > .flow-item {
	display: flex;
	justify-content: space-around;
	width: 30%;
}
.flow > .flow-item > span {
	display: flex;
	justify-content: center;
	background-color: #e3e3e3;
	/*margin: 10px;*/
	padding: 10px;
	align-items: center;
	text-align: center;
	width: 100%;
}
.flow > .flow-item:not(:last-child) {
	position: relative;
	margin-right: 25px;
	padding-right: 10px;
}
.flow > .flow-item:not(:last-child):after {
	content: '';
	background: url(../images/flow-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15px;
}
@media screen and (max-width: 654px) {
	.flow {
		flex-wrap: wrap;
	}
	.flow > .flow-item {
		width: 100%;
	}
	.flow > .flow-item:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 35px;
		padding-bottom: 10px;
	}
	.flow > .flow-item:not(:last-child):after {
		transform: rotate(90deg);
		bottom: -65px;
		right: calc(50% - 15px);
		top: auto;
		width: 25px;
		height: 100px;
		left: auto;
	}
}

/**************************************************
会員一覧
*/
.block {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.block-item {
	display: flex;
	justify-content: center;
	border-radius: 3px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
	margin: 10px;
	padding: 10px;
	width: calc(25% - 40px);
	align-items: center;
	text-align: center;
	background-color: #f2f2f2;
}
@media screen and (max-width: 892px) and (min-width: 650px) {
	.block-item {
		width: calc(33% - 40px);
	}
}
@media screen and (max-width: 651px) and (min-width: 447px) {
	.block-item {
		width: calc(50% - 40px);
	}
}
@media screen and (max-width: 448px) {
	.block-item {
		width: calc(100% - 40px);
	}
}

/**************************************************
イベント一覧
*/
.event-card {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.event-card-item {
	border-radius: 3px;
	/*box-shadow: 0 0 8px rgba(0, 0, 0, .16);*/
	margin: 5px;
	padding: 10px;
	width: calc(100%/4 - 30px);
	background-color: #F2F2F2;
}
.event-card-item > figure {
	border-radius: 3px;
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.event-card-item > .text-title {
	font-weight: bold;
	font-size: 100%;
	color: #000000;
}
.event-card-item > p {
	margin-bottom: 5px;
	font-size: 85%;
	color:	#000000;
}
.event-card-item > p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 761px) and (min-width: 466px) {
	.event-card-item {
		width: calc(100%/3 - 30px);
	}
}
@media screen and (max-width: 465px) and (min-width: 305px) {
	.event-card-item {
		width: calc(100%/2 - 30px);
	}
}
@media screen and (max-width: 304px) {
	.event-card-item {
		width: calc(100% - 30px);
	}
}

/**************************************************
画像付きカード
*/
.card {
	display: flex;
	justify-content: center;
	text-align: center;
}
.card-item {
	border-radius: 3px;
	background-color: #F2F2F2;
	box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, .20);
	margin: 1%;
	padding: 10px;
	width: 20%;
	margin-bottom: 10px;
}

/* リンク付きのみ */
a.card-item:hover {
	transform: translateY(-3px);
	box-shadow: 2px 6px 7px 0px rgba(0, 0, 0, .17);
	transition: all .3s;
	text-decoration: none;
}
.card-item > figure {
	margin: 5px;
}
.card-item > figure > img {
	border-radius: 3px;
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	/*margin: 5px;*/
}
.card-item > p {
	margin-top: 5px;
	line-height: 1.4;
}
@media screen and (max-width: 860px) {
	.card {
		flex-wrap: wrap;
	}
	.card-item {
		width: 100%;
		display: flex;
		align-items: center;
		/*margin-bottom: 7px;*/
		/*flex-direction: column;*/
		align-content: center;
	}
	.card-item > figure > img {
		max-width: 150px;
		vertical-align: middle;
	}
	.card-item > p {
		margin: 0 10px;
		text-align: left;
	}
}
@media screen and (max-width: 400px) {
	.card-item {
		flex-wrap: wrap;
	}
	.card-item > p {
		width: 100%;
	}
}
	
/**************************************************
NEWS top
*/
.news-top {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.news-top-inner {
	text-align: left;
	display: inline-block;
}

/**************************************************
紫
*/
.btn-purple {
	display: inline-block;
	margin: 20px 20px 0;
	background-color: #A100FF;
	padding: 11px 20px 7px;
}
.btn-purple > a {
	color:#ffffff;
}
/**************************************************
お問い合わせボタン下注意文
*/
div.atn-text p{
	margin: 10px 0 0;
}
/**************************************************
ヘッダ メニュー
*/
.head-link {
	display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.head-link > li {
	margin: 0 0 0 15px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head-link > li > :not(:last-child) {
	padding-right: 5px;
}
.head-link > li > a {
	text-decoration: none;
}
.head-link > li > span {
	color:	#7F7F7F;
}
.head-link .Unselected {
	color:	#7F7F7F;
}
.head-link .Selected {
	font-weight: bold;
}

/**************************************************
ヘッダ アイキャッチ（トップページ）
*/
.eye-catching-top > .inquiry {
	text-align: right;
}
.eye-catching-top > .inquiry > a {
	color:#ffffff;
	background-color: #646464;
	padding:7px 20px;
	margin: 0 22px 0 0;
}
.content-center > .inquiry {
	padding-top: 15px;
}
.content-center > .inquiry > a {
	color:#ffffff;
	background-color: #646464;
	padding:7px 20px;
	margin: 0 15px;
}
.eye-catching-top > .page-title-center {
	text-align: center;
	padding: 20px;
}
.eye-catching-top > .page-title-center > p{
	margin: 20px;
}

/**************************************************
ヘッダ アイキャッチ
*/
.eye-catching {
	margin: 0 auto 20px;
	display: flex;
	justify-content: space-around;
	width: 980px;
	max-width: 100%;
}
.eye-catching > .page-title {
	/*max-width: 70%;*/
	margin: 0 5px 0 20px;
}
.eye-catching > .page-title-center {
	text-align: center;
	/*max-width: 70%;*/
	margin: 0 20px;
}
.eye-catching > img {
	height: 100px;
	/*max-width: 30%;*/
	margin-right: 20px;
}
@media screen and (max-width: 320px) {
	.eye-catching > img {
		display: none;		
	}
}
.eye-catching > .top-img > img {
	height: 100px;
	margin: 10px;
}

.eye-catching p {
	font-size: 250%;
	font-weight: bold;
	line-height: 44px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .20);
}
@media screen and (max-width: 420px) and (min-width: 320px){
	.eye-catching p {
		font-size: 210%;
		line-height: 1;
	}
}
@media screen and (max-width: 320px) {
	.eye-catching p {
		font-size: 180%;
		line-height: 30px
	}
}
.eye-catching p:nth-child(3) {
	margin-left: calc(40px * 1);
}
.eye-catching p:nth-child(4) {
	margin-left: calc(40px * 2);
}
.eye-catching p:first-child {
	line-height: 1.4;
	margin-left: 0;
	font-size: 100%;
	font-weight: normal;
}
.eye-catching p:last-child {
	line-height: 1.4;
	padding-top: 5px;
	margin-left: 0;
	font-size: 100%;
	font-weight: normal;
	color: #646464;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .20);
}
@media screen and (max-width: 700px) {
	.eye-catching {
		margin-left: 20px;
		margin-right: 20px;
		width: auto;			
	}
}

/**************************************************
フッタ
*/
.footer-top {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	padding: 10px 15px 0;
	flex-wrap: wrap;
	justify-content: center;
	background-color: #e6e6e6;
}
.footer-left {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
}
.footer-left > div {
	margin-right: 20px;
	padding-bottom: 10px;
}
ul.menu > li > ul.sub-menu {
	margin-bottom: 10px;
}
ul.menu > li > ul.sub-menu > li {
	display: none;
}
.footer-right {
	display: flex;
	align-items: center;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}
.footer-icon {
	display: flex;
	flex-wrap: wrap;
}
.footer-icon img {
	max-height: 50px;
	margin-right: 10px;
}

.footer-bottom {
	display: flex;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px 10px;	
	font-size: 75%;
	justify-content: center;
	text-align: center;
	background-color: #e6e6e6;
}

/**************************************************
custom style 2020
*/

/*headder*/
.custom-head {
	display: inline-block;
	width: 100%;
	/*background-color: #ffffff;*/
}
.site-logo {
	display: inline-block;
	padding: 15px 0 0 15px;
}
.site-logo img {
	/*max-width: 1200px !important;*/
	height: 50px !important;
	/*margin-top: 13px;*/
	vertical-align: center;
}
.site-menu {
	display: inline-block;
	float: right;
	padding: 15px 22px 0;
	text-align: right;
	max-width: 100%;
}
.site-logo a:hover{
	text-decoration: none;
}
.search-box {
	display: inline-block;
	margin: 5px 0 10px;
}
.search-box input[type="text"] {
	float: left;
	margin: 0;
	padding: 6px !important;
	border: 1px solid #dfe1e5 !important;
	font-size: 87.5% !important;
	height: 30px;
	border-radius: 0;
	line-height: 30px;
	width: 170px;
}
.search-box input[type="submit"] {
	float: left;
	padding: 5px 10px;
	border: none;
	font-size: 87.5% !important;
	background-color: #002063;
	color: #ffffff;
	cursor: pointer;
	height: 30px;
}
.top-sec {
	margin-bottom: 40px;
}

/*実証プロジェクト紹介*/
.pj-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
	align-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 65px;
	padding: 10px;
	margin: 0px 10px;
}
.pj-title div:first-child {
	background-color: #FFDAB9;
	color: #000000;
	text-align: center;
	-webkit-align-items: center;
    align-items: center;
	float: left;
	width: 65px;
}
.pj-title div:last-child {
	border-bottom: 1px solid;
}
.pj-title span {
	font-size: 13px;
	font-size: 81.25%;
}
.pj-title span:last-child {
	font-weight: bold;
/* 	font-size: 16px; */
}
.pj-desc {
	margin: 10px 20px;
}
.pj-desc ul li{
	list-style-type: disc;
	margin: 0 0 0 30px;
}

.pj-desc ul ul li{
	list-style-type: circle;
	margin: 0 0 0 30px;
}

.pj-desc ul ul ul li{
	list-style-type: square;
	margin: 0 0 0 30px;
}

div.pj-div-table {
	display: table;
	border-spacing: 0px 40px;
}
div.pj-div-tr {
	display: table-row;
}
div.pj-div-td {
	display: table-cell;
	width: 65%;
	vertical-align: top;
	position: relative;
}
div.pj-div-img {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
}
div.next-link {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
@media screen and (max-width: 825px) {
	div.pj-div-img {
		display: none;
	}
	div.pj-div-td {
		width: 100%;
	}
	div.next-link {
		position: static;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}

.pj-table td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}
.pj-table th {
	background-color: inherit;
	border: none;
}

@media screen and (max-width: 460px) and (min-width: 393px) {
	.pj-title div {
		height: 85px;
	}
}
@media screen and (max-width: 392px) {
	.pj-title div {
		height: 105px;
	}
}

/*実証プロジェクト紹介*/
.pj-title-en div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
	align-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 65px;
	padding: 10px;
	margin: 0px 10px;
}
.pj-title-en div:first-child {
	background-color: #FFDAB9;
	color: #000000;
	text-align: center;
	-webkit-align-items: center;
    align-items: center;
	float: left;
	width: 65px;
}
.pj-title-en div:last-child {
	border-bottom: 1px solid;
}
.pj-title-en span {
	font-size: 13px;
	font-size: 81.25%;
}
.pj-title-en span:last-child {
	font-weight: bold;
/* 	font-size: 16px; */
}


@media screen and (max-width: 761px) and (min-width: 597px) {
	.pj-title-en div {
		height: 85px;
	}
}
@media screen and (max-width: 596px) and (min-width: 535px) {
	.pj-title-en div {
		height: 105px;
	}
}
@media screen and (max-width: 534px) and (min-width: 466px) {
	.pj-title-en div {
		height: 130px;
	}
}
@media screen and (max-width: 465px) and (min-width: 300px) {
	.pj-title-en div {
		height: 150px;
	}
}

/*プロジェクト詳細 進捗状況*/
.pj_news_title {
/* 	font-size: 17px; */
	font-weight: bold;
	border-bottom: 1px solid;
	padding: 5px 10px;
	margin: 60px 10px 10px;
}
.pj_news_list {
	margin: 10px;
}
.pj_news_list td {
	padding: 20px 10px;
	border: none;
}
.pj_news_list p b{
/* 	font-size: 17px; */
}
.pj_news_list img {
	width: 300px;
}

/*プロジェクト実施者一覧*/
table.pj-com {
	margin: 20px 0;
}
.pj-com th {
	padding: 10px 0;
	background-color: inherit;
	font-weight: normal;
	border: none;
}
.pj-com td {
	padding: 10px 20px;
	width: 50%;
	border: none;
}
.pj-com img {
	height: 70px;
	vertical-align: middle;
}

/*お問い合わせフォーム*/
.inq-form dl {
	margin-bottom: 30px;
}
.inq-form dt {
	margin-top: 15px;
}
.inq-form dd {
	margin-bottom: 10px;
}

/*topic path*/
.topic-path {
    padding: 25px 25px 0;
    width: 980px;
    max-width: 100%;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	text-align: left;
}
.topic-path ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topic-path ul li {
    line-height: 1.4;
    margin: 0 15px;
	font-size: 16px;
    font-size: 1.0666666667rem;
    letter-spacing: 0.15em;
    display: block;
}
.topic-path ul li a {
	font-size: 16px;
    font-size: 1.0666666667rem;
    font-weight: bold;
    letter-spacing: 0.15em;
    display: block;
}
.topic-path ul li a:hover {
	color: #00a040;
}

@media screen and (max-width: 770px) {
  .topic-path {
    padding: 15px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topic-path ul {
    margin-bottom: -5px;
  }
  .topic-path ul li {
	margin: 0 10px;
	font-size: 13px;
    font-size: 0.8666666667rem;
  }
  .topic-path ul li a {
    font-size: 13px;
    font-size: 0.8666666667rem;
    font-weight: bold;
  }
}

/*google search*/
.search-result th {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.search-result td {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.search-result div.gsc-result-info {
	padding: 0 4px;
}

/*ファイルへのリンク*/
span.link-pdf {
	padding-top: 4px;
	background-image: url(../img/corebiz/icon_pdf.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
	background-size: cover;
	position: absolute;
}
span.link-zip {
	padding-top: 4px;
	background-image: url(../img/corebiz/icon_zip.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
	background-size: cover;
	position: absolute;
}
span.link-word {
	padding-top: 4px;
	background-image: url(../img/corebiz/icon_word.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 22px;
	background-size: cover;
	position: absolute;
}
span.link-excel {
	padding-top: 4px;
	background-image: url(../img/corebiz/icon_excel.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 22px;
	background-size: cover;
	position: absolute;
}
span.link-ppt {
	padding-top: 4px;
	background-image: url(../img/corebiz/icon_ppt.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 22px;
	background-size: cover;
	position: absolute;
}
