.pageCatch {
	background-image: url(../../images/second/development/catchDevelopment.png);
}

.initialIndex {
	display: flex;
	margin: 0 auto 3em;
	width: 800px;
	max-width: 100%;
}
.initialIndex>li {
	position: relative;
	box-sizing: border-box;
	padding: 0 1em;
	width: calc(100% / 10);
}
.initialIndex>li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
}
.initialIndex>li:last-child:after {
	display: none;
}
.initialIndex a {
	transition: all 0.2s 0s ease;
	color: #175684;
	text-decoration: none;
}
.initialIndex a:hover {
	opacity: .5;
	text-decoration: underline;
}



.fixedAlphabetMenu {
  position: fixed;
  top: 0;
  width:100%;
    z-index: 999;
  justify-content: space-between;
  align-items: center;
  background:#f0f8fc;
  text-align: center;
  padding: 10px 0;
}
.fixedAlphabetMenuList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 800px;
	margin: 0 auto;
}
.fixedAlphabetMenuList>li {
	position: relative;
	box-sizing: border-box;
	padding: 0 1em;
	width: calc(100% / 10);
}
.fixedAlphabetMenuList>li:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 0;
	color: #175684;
}
.fixedAlphabetMenuList>li:last-child:after {
	display: none;
}
.fixedAlphabetMenuList a {
	transition: all 0.2s 0s ease;
	color: #175684;
	text-decoration: none;
}
.fixedAlphabetMenuList a:hover {
	opacity: .5;
	text-decoration: underline;
}




@media only screen and (max-width: 640px) {
	.initialIndex {
		flex-wrap: wrap;
	}
	.initialIndex>li {
		text-align: center;
		padding-bottom: 1em;
		width: 23%;
	}
	/*
	.initialIndex>li:after {
		display: none;
	}
	*/
}

.sortBox {
	margin: 0 auto 3em;
	width: 800px;
	text-align: center;
	max-width: 100%;
}
.sortBoxTitle {
	display: inline-block;
	background-color: #175684;
	color: #fff;
	font-weight: normal;
	text-align: center;
	line-height: 2em;
	margin-right: 3em;
	width: 100px;
}
.sortBox form,button {
	display: inline-block;
	text-decoration: none;
	line-height: 2em;
	margin-right: 1em;
}
.sortBox input,
.sortBox button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.sortBox input[type='submit'] {
  cursor: pointer;
}
.sortBox input,
.sortBox button {
	transition: all 0.2s 0s ease;
	color: #175684;
}
/*
.sortBox>span>a.current {
	text-decoration: underline;
}
*/
.sortBox>span>a:hover {
	opacity: .5;
	text-decoration: underline;
}




.searchBox {
	margin-bottom: 4em;
	padding: 3em 0;
	background-color: #f0f8fc;
}
.searchBoxTitle {
	position: relative;
	color: #175684;
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2em;
}
.searchBoxTitle:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -.8em;
	left: 50%;
	transform: translateX(-50%);
	border-top: 4px solid #175684;
	width: 65px;
}
.searchBoxMessage {
	font-size: min(1.1em, 3.7vw);
	text-align: center;
	margin-bottom: 2em;
}
.searchBoxForm {
	position: relative;
	display: flex;
	margin: 0 auto;
	width: 800px;
	max-width: 100%;
}
.searchBoxForm:before {
	content: "";
	background-image: url(../../images/second/development/icon_4.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 2em;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	z-index: 10;
}
.searchBoxKeyword {
	position: relative;
	border: 1px solid #175684;
	font-size: 1.2em;
	margin: 0;
	padding: .7em 1em .7em 3.5em;
	width: 80%;
}
@media only screen and (max-width: 640px) {
	.searchBoxForm {
		box-sizing: border-box;
		padding: 0 1em;
	}
	.searchBoxForm:before {
		top: 25px;
		left: 25px;
	}
	.searchBoxKeyword {
		padding-left: 1.8em;
	}
	a.searchBoxSubmit {
		width: 30%;
	}
}


.resultInitialTitle {
	display: inline-block;
	background-color: #175684;
	color: #fff;
	font-size: 1.5em;
	font-weight: 500;
	margin-bottom: .6em;
	padding: .5em 2.1em;
}
.resultBox {
	margin-bottom: 3em;
}

.resultBoxTable {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	overflow-wrap : break-word;
}
.resultBoxTable th,
.resultBoxTable td {
	line-height: 1.5em;
	padding: 1em;
	font-size: 0.9em;
	vertical-align: middle;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}
.resultBoxTable th {
	background-color: #F0F8FC;
	font-weight: normal;
	width: 130px;
}
th.resultBoxTableItemName {
	width: 260px;
}
th.resultBoxTableInventionName {
	width: 400px;
}
/*
th.resultBoxTableInventionNo {
	
}
th.resultBoxTableCountry {

}
*/
.resultBoxTable a {
	color: #0085ce;
	text-decoration: underline;
}
@media only screen and (max-width: 640px) {
	.resultBoxTable th,
	.resultBoxTable td {
		padding: .8em;
	}
}

.resultBoxTable2 {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: break-all;
}
.resultBoxTable2 th,
.resultBoxTable2 td {
	padding: 1em;
	font-size: 0.9em;
	vertical-align: middle;
	line-height: 1.5em;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #D2D2D2;
}
.resultBoxTable2 th {
	background-color: #F0F8FC;
	font-weight: normal;
	width: 80px;
}
th.resultBoxTable2ItemName {
	width: 260px;
}
th.resultBoxTable2AcademicName {
	width: 200px;
}
th.resultBoxTable2ReleaseDesc {
	width: auto;
}
.resultBoxTable2 ol {
	margin-left: 1em;
}
.resultBoxTable2 li {
	list-style-type: decimal;
	list-style-position: outside;
}
@media only screen and (max-width: 640px) {
	.resultBoxTable2 th,
	.resultBoxTable2 td {
		padding: .8em;
	}
	th.resultBoxTable2ReleaseDesc {
		width: 90vw;
	}
}


/* 研究開発 特許 個別ページ　*/

.patentTitle {
	color: #175684;
	font-size: 2em;
	font-weight: 500;
	font-size: min(2em, 6vw);
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 2em;
}

.patentBody {
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.patentBody {
		margin-bottom: 0;
	}
}

.patentData {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	width: 900px;
	max-width: 98%;
	margin: 0 auto;
}
.patentData dt,
.patentData dd {
	box-sizing: border-box;
	font-size: 1em;
	line-height: 2em;
	padding: 1em 0;
}
.patentData dt {
	background-color: #F0F8FC;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	text-align: center;
	width: 20%;
}
.patentData dd {
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	width: calc(100% - 20%);
	padding: 1em 2em;
}
@media only screen and (max-width: 640px) {
	.patentData dt,
	.patentData dd {
		padding-right: 1em;
		padding-left: 1em;
	}
	.patentData dt {
		width: 100%;
	}
	.patentData dd {
		width: 100%;
	}
}

.patentImages {
	display: flex;
	justify-content: space-around;
	margin: 2em auto 5em;
	width: 400px;
	max-width: 100%;
}
.patentImages img {
	max-width: 100%;
}

a.patentBtnList {
	transition: all 0.2s 0s ease;
	position: relative;
	display: block;
	background: #0098E1;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5em;
	font-size: min(1.5em, 5vw);
	padding: 1.5em 1em;
	text-align: center;
	text-decoration: none;
	width: 500px;
	max-width: 60%;
	margin: 0 auto;
}
a.patentBtnList:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: none;
	border-bottom: none;
}
a.patentBtnList:hover {
	background: #fff;
	border: 1px solid #0098E1;
	color: #0098E1;
}
a.patentBtnList:hover:after {
	border-color: #0098E1;
}

/* /研究開発 特許 個別ページ　*/

/* 研究開発 */

.developmentMessage {
	margin-bottom: 5em;
}
.developmentMessageTitle {
	color: #323232;
	font-size: 2em;
	font-size: min(2em, 7vmin);
	line-height: 1.4em;
	margin-bottom: 1.5em;
	text-align: center;
}
.developmentMessageText {
	font-size: 1.2em;
	font-size: min(1.2em, 5vmin);
	line-height: 2em;
	text-align: center;
}

.developmentNewsBox {
	position: relative;
	background-color: #F7F7F7;
	padding: 5.5em 5em 5em;
	z-index: 1;
}
.developmentNewsBoxTitle {
	position: absolute;
	top: -.5em;
	left: 50%;
	transform: translateX(-50%);
	color: #175684;
	font-size: 2em;
	font-size: min(2em, 5vmin);
	margin-bottom: 2em;
	text-align: center;
	z-index: 2;
}
.developmentNewsBoxList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3em;
}
.developmentNewsBoxList dt,
.developmentNewsBoxList dd {
	box-sizing: border-box;
	display: inline-block;
	border-bottom: 1px solid #C4C4C4;
	line-height: 1.5em;
	margin: 0;
	padding: 1.5em;
}
.newBoxList dt {
	width: 30%;
}
.developmentNewsBoxList dd {
	width: calc(100% - 30%);
	padding-top: 1.7em;
}
.developmentNewsBoxList dd a {
	transition: all 0.2s 0s ease;
	text-decoration: none;
}
a.developmentNewsBoxListCategory {
	display: inline-block;
	transition: all 0.2s 0s ease;
	color: #fff;
	background-color: #175684;
	border-radius: 2em;
	font-size: .9em;
	text-decoration: none;
	text-align: center;
	margin: 0 1em;
	padding: .3em 1em;
}
a.developmentNewsBoxListCategory:hover {
	background-color: #63AFE6;
}
a.developmentNewsBoxBtnAll {
	display: block;
	position: relative;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
	border: 1px solid #175684;
	border-radius: .2em;
	color: #175684;
	padding: 1.8em 15px 1.8em 35px;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
a.developmentNewsBoxBtnAll:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 8px;
	height: 8px;
	border: 2px solid #175684;
	border-left: none;
	border-bottom: none;
}
a.developmentNewsBoxBtnAll:hover {
	border: 1px solid #175684;
	background: #175684;
	color: #fff;
}
a.developmentNewsBoxBtnAll:hover:after {
	border-color: #fff;
}
@media only screen and (max-width: 640px) {
	.developmentNewsBox {
		padding-right: 1em;
		padding-left: 1em;
		margin-bottom: 90px !important;
	}
	.developmentNewsBoxTitle {
		top: -1em;
	}
	.developmentNewsBoxList dt,
	.developmentNewsBoxList dd {
		width: 100%;
		padding: 1em 0;
	}
	.developmentNewsBoxList dt {
		border-bottom: none;
		padding-bottom: 0;
	}
	.developmentNewsBoxList dd {
		margin-bottom: 1em;
		text-align: justify;
	}
	a.developmentNewsBoxBtnAll {
		width: 95%;
	}
}

.developmentCategoryBox {
	background-color: #F0F8FC;
	margin-bottom: 6em;
	padding: 6em 0 4em;
	z-index: 0;
}
.developmentCategoryBoxList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.developmentCategoryBoxList>div {
	margin-bottom: 2.5em;
	width: 45%;
}
.developmentCategoryBoxList a img {
	transition: all 0.2s 0s ease;
}
.developmentCategoryBoxList a img:hover {
	opacity: .8;
}
@media only screen and (max-width: 640px) {
	.developmentCategoryBox {
		padding: 6em 0 2em 0;
	}
	.developmentCategoryBoxList>div {
		width: 100%;
	}
}

.innerDevelopment {
	width: 1100px;
	margin: 0 auto;
}
@media only screen and (max-width: 640px) {
	.innerDevelopment {
		width: 93%;
		margin: 0 auto;
	}
}

/* /研究開発 */





/* 論文 */

/* /論文 */








/* 検索ボタン */
button.searchBoxSubmit {
	width: 123px;
	position: relative;
	display: block;
	color: #fff;
	font-size: .9em;
	text-align: center;
	text-decoration: none;
	background-color: #175684;
	border: 1px solid transparent;
	border-left: none;
	box-sizing: border-box;
	transition: all 0.2s 0s ease;
}
button.searchBoxSubmit>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
button.searchBoxSubmit:hover {
	background-color: #fff;
	border-color: #175684;
	color: #175684;
}


/*---------------------------
	レフトメニュー
---------------------------*/
/*--サイドバー--*/
article {
	width: 81%;
}
aside {
	width: 15%;
}


/*--黒--*/
.left_menu_b a {
	color: #323232;
	position: relative;
	transition: .3s;
}
.left_menu_b a:hover {
	opacity: .6;
}
/*--水色--*/
.left_menu_m a {
	color: #0098E1;
	position: relative;
	transition: .3s;
}
.left_menu_m a:hover {
	opacity: .6;
}

.aside a {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 2rem;
	text-decoration: none;
}
.aside li {
	margin-bottom: 30px;
}

/*-- アンカー位置調整 --*/
.ancPosition::before {
  display: block;
  height: 50px;
  margin-top: -50px;
  content: "";
}
.ancPositionTR {
	height: 0;
	display: block;
  padding-top: 50px;
  margin-top: -50px;
  border: none !important;
}


