@charset "utf-8";

/*
 *		load時のtransitionを無効にする
 */

.preload *,
.preload *:before,
.preload *:after {
	transition: initial !important;
}


html {
	font-size: 62.5%;
/*
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	@media only screen and(-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
*/
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: calc(100vh - 72px);
	margin: 0;
	padding-top: 72px;
	text-align: center;
	line-height: 1.75;
	font-size: 1.6rem;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #2a2a2a;
	background: #ededed;
}

body.document {
	background: #fff;
}

h1	{ font-size: 2.4rem; }
h2	{ font-size: 1.8rem; }
h3	{ font-size: 1.6rem; }
h4	{ font-size: 1.6rem; }

p {
	text-align: justify;
	text-justify: inter-ideograph;
}

a {
	text-decoration: none;
	transition: color 0.2s linear;
	color: #05f;
}

a:hover {
	color: #0af;
}

img {
	display: block;
	vertical-align: bottom;
	border: 0;
	outline: 0;
	line-height: 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*iOSでのデフォルトスタイルをリセット　ここまで　*/

select:-moz-focusring {
  color:transparent;
  text-shadow:0 0 0 #000; /* your normal text color here */
}

select:-moz-focusring * {
  color:#000; /* your normal text color here */
  text-shadow:none;
}

sup, sub {
	line-height: 1.0;
}

.block { display: block; }
.iblock { display: inline-block !important; }
.inline { display: inline !important; }

span[class^="space"]	{
	display:block;
}

.space0		{ height: 0; }
.space1		{ height: 1px; }
.space5		{ height: 5px; }
.space10	{ height: 10px; }
.space15	{ height: 15px; }
.space20	{ height: 20px; }
.space30	{ height: 30px; }
.space40	{ height: 40px; }
.space50	{ height: 50px; }
.space60	{ height: 60px; }
.space70	{ height: 70px; }
.space80	{ height: 80px; }
.space90	{ height: 90px; }
.space100	{ height: 100px; }
.space120	{ height: 120px; }
.space150	{ height: 150px; }
.space200	{ height: 200px; }

.mT0	{ margin-top: 0 !important; }
.mT3	{ margin-top: 3px !important; }
.mT5	{ margin-top: 5px !important; }
.mT10	{ margin-top: 10px !important; }
.mT20	{ margin-top: 20px !important; }
.mT30	{ margin-top: 30px !important; }
.mT40	{ margin-top: 40px !important; }
.mT50	{ margin-top: 50px !important; }
.mT100	{ margin-top: 100px !important; }
.mB0	{ margin-bottom: 0px !important; }
.mB10	{ margin-bottom: 10px !important; }
.mB20	{ margin-bottom: 20px !important; }
.mB30	{ margin-bottom: 30px !important; }
.mB40	{ margin-bottom: 40px !important; }
.mB50	{ margin-bottom: 50px !important; }
.mB100	{ margin-bottom: 100px !important; }

.mL20	{ margin-left: 20px !important; }
.mL50	{ margin-left: 50px !important; }

.is-show	{ display: block !important; }
.is-hide,
.is-hidden	{ display: none; }

.s0  { display: none; }
.s10 { font-size: 1.0rem !important; }
.s11 { font-size: 1.1rem !important; }
.s12 { font-size: 1.2rem !important; }
.s13 { font-size: 1.3rem !important; }
.s14 { font-size: 1.4rem !important; }
.s15 { font-size: 1.5rem !important; }
.s16 { font-size: 1.6rem !important; }
.s17 { font-size: 1.7rem !important; }
.s18 { font-size: 1.8rem !important; }
.s20 { font-size: 2.0rem !important; }
.s24 { font-size: 2.4rem !important; }
.s28 { font-size: 2.8rem !important; }
.s32 { font-size: 3.2rem !important; }

.l100 { line-height: 1.0 !important; }
.l110 { line-height: 1.1 !important; }
.l120 { line-height: 1.2 !important; }
.l130 { line-height: 1.3 !important; }
.l140 { line-height: 1.4 !important; }
.l150 { line-height: 1.5 !important; }
.l160 { line-height: 1.6 !important; }
.l175 { line-height: 1.75 !important; }
.l200 { line-height: 2.0 !important; }




.normal		{ font-weight: normal !important;}
.bold		{ font-weight: bold; }
.slanted	{ font-style: italic; }
.strike		{ text-decoration: line-through; }
.underline	{ text-decoration: underline; }
.italic {
	font-style: italic;
	font-family: serif;
	font-size: 116%;
	line-height: 0.9;
}

.roman {
	/*
	font-family: monospace !important;
	font-family: 'Noto Serif JP' !important;
	*/
	display: inline-block;
	white-space: nowrap;
	font-family: 'Kiwi Maru' !important;
}

.nowrap { white-space: nowrap; }

.ellipsis {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}

.clamp1 { -webkit-line-clamp: 1; }
.clamp2 { -webkit-line-clamp: 2; }
.clamp3 { -webkit-line-clamp: 3; }

.marker-yellow	{ background: #fff000; }

.ta_left	{ text-align: left; }
.ta_center	{ text-align: center; }
.ta_right	{ text-align: right; }

.k200	{ letter-spacing: 1.0em; }
.k100	{ letter-spacing: 0.5em; }
.k60	{ letter-spacing: 0.3em; }
.k50	{ letter-spacing: 0.25em; }
.k40	{ letter-spacing: 0.2em; }
.k20	{ letter-spacing: 0.1em; }
.k10	{ letter-spacing: 0.05em; }

.k-5	{ letter-spacing: -0.025em; }
.k-10	{ letter-spacing: -0.05em; }
.k-20	{ letter-spacing: -0.1em; }
.k-40	{ letter-spacing: -0.2em; }
.k-50	{ letter-spacing: -0.25em; }
.k-60	{ letter-spacing: -0.3em; }
.k-80	{ letter-spacing: -0.4em; }
.k-100	{ letter-spacing: -0.5em; }
.k-200	{ letter-spacing: -1.0em; }
.k-400	{ letter-spacing: -2.0em; }

.red { color: #e00; }







.wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#mode {
	position: fixed;
	top: 20px;
	left: 25px;
	width: 80px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	z-index: 1000000;
}



header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	align-items: center;

	display: block;
	width: 100%;
	height: 72px;
	text-align: center;
	border-bottom: 1px solid #c0c0c0;
	background: #fff;
	transition: all 0.3s ease-in-out 0.1s;
}

header.float {
	box-shadow: 0 1px 12px 0 rgba(32,33,36,0.28);
}

header #sitetitle {
	position: absolute;
	top: 0;
	left: 0;

	display: inline-block;
	width: 120px;
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 11px 20px;
}

header .wrapper {
	display: block;
	width: calc(100% - 160px - 160px);
	margin: 0 160px 0 160px;
	padding: 0;
}

header nav {
	display: flex;
/*
	justify-content: flex-start;
*/
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

#nav {
	display: flex;
	justify-content: flex-start;
/*
	justify-content: space-around;
	width: 100%;
	max-width: 720px;
*/
	height: 72px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.5rem;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#nav > li {
	position: relative;
	transition: all 0.2s linear;
}

#nav > li.selected {
	background: #8c8c8c;
}

#nav > li.selected > .cat,
#nav > li.selected > a {
	color: #fff;
}

#nav > li:hover {
	background: #3d3d3d;
}

#nav > li.selected:hover {
	background: #2d2d2d;
}

#nav > li > .cat,
#nav > li > a,
#nav > li > .dmal {
	height: 72px;

	padding: 0 14px;
	line-height: 72px;
	color: #333;
	transition: all 0.2s linear;
	cursor: pointer;

	display: inline-flex;
	align-items: center;
	line-height: 1.25;
}

#nav > li > .cat .fas, 
#nav > li > a .fas {
	padding-left: 2px;
	color: #c8c8c8;
}


#nav > li > .cat:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;

	display: inline-block;
	padding-left: 2px;
	color: #c8c8c8;
}

#nav ul {
	position: absolute;
	top: 62px;
	left: 0;

	visibility: hidden;
	opacity: 0;
	z-index: 1;
/*
	display: none;
*/
	min-width: 163px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #3d3d3d;
	transition: all .2s ease 0s;
}

#nav .selected ul {
}

#nav .selected {
	color: #fff;
}

#nav ul > li {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#nav ul > li.selected {
	background: #363636;
}

#nav ul > li > .cat, 
#nav ul > li > a {
	display: block;
	padding: 14px 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	color: #a2a2a2;
}

#nav > li:hover > .cat,
#nav > li:hover > a,
#nav > li > .cat:hover,
#nav > li > a:hover,
#nav ul > li > a:hover,
#nav > li > .dmal:hover {
	color: #fff;
}

#nav > li:hover > ul,
#nav > li.on > ul {
	top: 72px;
	visibility: visible;
	opacity: 1;
}

#nav > li > .dmal:before {
	content: "";
	padding-right: 0;
}

header nav li ul a {
	display: block;
	height: auto;
	line-height: 1.4;
}

header form {
	position: relative;
	display: inline-block;
	width: 140px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
}

header form input[type="text"] {
	width: 122px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 16px;
	border: none;
	background: none;
	font-size: 1.5rem;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	border-radius: 16px;
	background: #f2f2f2 url("../img/logo_J-STAGE--opa40.svg") 8px center no-repeat;
	background-size: auto 25px;
	outline: none;
	transition: border 0.3s, background-color 0.3s;
}


header form input[type="text"]:focus {
	border-color: #09c;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0 10px rgba(0,128,218,0.8);
}

header form button {
	position: absolute;
	right: 0;
	top: ;
	margin: 0;
	padding: 2px 10px;
	line-height: 30px;
	font-size: 1.8rem;
	color: #727272;
	border: none;
	background: none;
	cursor: pointer;
}

header #jsap {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	margin-left: auto;
	width: 72px;
	height: 72px;
	vertical-align: bottom;
}

header #jsap a {
	display: inline-block;
	padding: 25px 20px;
	line-height: 1.0;
}

header #jsap img {
	display: inline-block;
}


@media screen and (max-width: 1256px) {
header nav { justify-content: flex-start; }
header .wrapper {
	width: calc(100% - 160px - 72px);
	margin: 0 72px 0 160px;
}
}

@media screen and (max-width: 1180px) {
header nav { justify-content: center; }
#nav > li:nth-child(1) .cat	{ width: 54px; }
#nav > li:nth-child(2) .cat	{ width: 76px; }
#nav > li:nth-child(4) .cat	{ width: 72px; }
#nav > li:nth-child(6) a	{ width: 64px; }
}

@media screen and (max-width: 964px) {
#nav > li > .cat,
#nav > li > a,
#nav > li > .dmal {
	padding: 0 13px;
}
}

/*
	モバイル用メニュー
 */

#mm {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 72px;
	overflow: hidden;
	text-align: center;
	line-height: 1.0;
	z-index: 200000;
	background: #fff;
	cursor: pointer;
}

#mm > span {
	position: relative;
	display: inline-block;
	margin: 33px 0 0;
}

#mm > span,
#mm > span:before,
#mm > span:after {
	display: inline-block;
	width: 42px;
	height: 4px;
	border-radius: 1px;
	background: #666;
	transition: 0.35s all ease-in-out;
}

#mm > span:before,
#mm > span:after {
	content: "";
	position: absolute;
	left: 0;
}

#mm > span:before	{ top: -12px; }
#mm > span:after	{ top: 12px; }

#mm.selected > span {
	background: rgba(102, 102, 102, 0);
}

#mm.selected > span:before,
#mm.selected > span:after {
	background: #fff;
}

#mm.selected > span:before {
	top: 0;
	transform: rotate(405deg);
}
#mm.selected > span:after {
	top: 0;
	transform: rotate(-405deg);
}



/*
	ホーム
 */



#main {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 30px auto 0;
}

.main__item {
	position: relative;
	width: 280px;
	height: 310px;
	margin: 0 7px 25px;
	padding: 0 15px;
	text-align: left;
	background: #fff;
	z-index: 1000;
/*
	cursor: pointer;
*/
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
/*
.main__item#search,
.main__item.info,
.main__item.blank {
	cursor: default;
}
*/

.main__item.infoP {
	cursor: pointer;
}

/*
.main__item:nth-child(1)	{ order: 0; margin-left: 0; }
.main__item:nth-child(2)	{ order: 1; }
.main__item:nth-child(3)	{ order: 3; margin-left: 0; }
.main__item:nth-child(4)	{ order: 4; }
.main__item:nth-child(5)	{ order: 5; margin-right: 0; }
.main__item:nth-child(6)	{ order: 6; margin-left: 0; }
.main__item:nth-child(7)	{ order: 7; }
.main__item:nth-child(8)	{ order: 8; margin-right: 0; }
.main__item:nth-child(9)	{ order: 9; margin-left: 0; }
.main__item:nth-child(10)	{ order: 10; }
.main__item:nth-child(11)	{ order: 11; margin-right: 0; }
.main__item:nth-child(12)	{ order: 12; margin-left: 0; }
.main__item:nth-child(13)	{ order: 13; }
.main__item:nth-child(14)	{ order: 14; margin-right: 0; }
.main__item:nth-child(15)	{ order: 15; margin-left: 0; }
.main__item:nth-child(16)	{ order: 16; }
.main__item:nth-child(17)	{ order: 17; margin-right: 0; }
.main__item:nth-child(18)	{ order: 18; margin-left: 0; }
.main__item:nth-child(19)	{ order: 19; }
.main__item:nth-child(20)	{ order: 20; margin-right: 0; }

.main__item#search			{ order: 2; margin-right: 0; }
*/

.main__item:nth-child(3n+1)	{ margin-left: 0; }
.main__item:nth-child(3n)	{ margin-right: 0; }

.main__item > .pict {
	width: 310px;
	height: 155px;
/*	height: 145px;*/
	margin: -10px -15px 0;
	margin: 0 -15px 0;
	padding: 0;
	overflow: hidden;
	line-height: 0;
}

.main__item > .pict > img {
	max-width: 310px;
}

.main__item > .label {
	margin: 12px 0 5px;
	margin: 8px 0 5px;
	padding: 0;
	font-size: 2.4rem;
 	line-height: 1.1;
}

.main__item.info > .label,
.main__item.infoP > .label,
.main__item#search > .label {
	margin-top: 19px;
}

.main__item.info > p,
.main__item.infoP > p, 
.main__item.infoP .info_article > p {
	font-size: 1.4rem;
}

.main__item.infoP .info_article > p {
	line-height: 1.4;
}

.main__item.infoP > p, 
.main__item.infoP .info_article > p {
/*	height: 144px; */
	height: 122px;
	overflow: hidden;
}

.main__item > h2, 
.main__item .info_article > h2 {
	margin: 0;
	padding: 0 0 3px;
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-feature-settings: "palt";
	text-align: justify;
	text-justify: inter-ideograph;
}

.main__item > h2.title > .sub {
	display: block;
	margin-top: 3px;
	font-size: 1.4rem;
	line-height: 1.2;
}

.main__item.info > h2,
.main__item.infoP > h2, 
.main__item.infoP .info_article > h2 {
	margin-top: 14px;
}

.main__item#oralhistory > h2 {
/*	margin-top: 22px;*/

	height: 88px;
	margin-top: 0;
	padding-bottom: 0;
	display: table-cell;
	vertical-align: middle;
}

.main__item#oralhistory > h2 > .title {
	/*font-weight: normal;*/
	margin-top: 6px;
	font-size: 1.7rem;
	line-height: 1.25;
}

.main__item#startup > .label {
	margin: 7px 0 5px;
}

.main__item > .series {
	display: block;
	margin-top: 18px;
	margin-top: 8px;
	font-size: 1.2rem;
	color: #5a5a5a;
}

.main__item > .series {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.1;
}

.main__item > .series.ori {
	white-space: normal;
	text-overflow: initial;
}


.main__item#kisokoza > h2, 
.main__item#startup > h2 {
	clear: both;
	margin-top: 6px;
}

.main__item > .author {
	margin-top: 0px;
	font-size: 1.3rem;
}

.main__item .foot {
/*
	position: absolute;
	bottom: 0;
	left: 0;
	width: 296px;
*/
	display: flex;
	justify-content: space-between;
	height: 32px;
	margin: 0 -7px;
}

.main__item .foot .toInfo a,
.main__item .foot .toArticle a .btn,
.main__item .foot .toList a {
	display: inline-block;
	padding: 4px 8px 4px;
	line-height: 1.1;
	font-size: 1.1rem;
	border-radius: 3px;
	transition: all 0.2s linear;
}

.main__item .foot .toList a {
	z-index: 15000;
}

.safari .main__item .foot .toInfo a,
.safari .main__item .foot .toArticle a .btn,
.safari .main__item .foot .toList a {
	padding: 5px 8px 3px;
}

/*
.main__item.infoP .toInfo a:after,
.main__item .toArticle a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1100;
}
*/

.main__item .toList a {
	position: relative;
	z-index: 2000;
	background: #fff;
}

.main__item.infoP .foot .toArticle a,
.main__item.infoP .foot .toInfo a {
	color: #df0101;
}

.main__item.infoP .foot .toArticle a:hover,
.main__item.infoP.on .foot .toInfo a {
	background: #df0101;
}

.main__item .foot .toArticle a .btn,
.main__item .foot .toInfo a					{ opacity: 0.8; }
.main__item#oralhistory .foot .toArticle a .btn	{ color: #1d2088; }
.main__item#kisokoza .foot .toArticle a .btn	{ color: #009e96; }
.main__item#startup .foot .toArticle a .btn		{ color: #7698cd; }
.main__item#fromKenkyuKikanTop .foot .toArticle a .btn		{ color: #0086a5; }
.main__item .foot .toList a						{ color: #b2b2b2; }
.main__item .foot .toArticle a:hover .btn,
.main__item.on .foot .toInfo a,
.main__item .foot .toList a:hover {
	color: #fff !important;
	opacity: 1;
}


.main__item#oralhistory .foot .toArticle a:hover .btn,
.main__item#oralhistory .foot .toList a:hover	{ background: #1d2088; }
.main__item#kisokoza .foot .toArticle a:hover .btn,
.main__item#kisokoza .foot .toList a:hover		{ background: #009e96; }
.main__item#startup .foot .toArticle a:hover .btn,
.main__item#startup .foot .toList a:hover		{ background: #7898ce; }
.main__item#fromKenkyuKikanTop .foot .toArticle a:hover .btn,
.main__item#fromKenkyuKikanTop .foot .toList a:hover	{ background: #0086a5; }

.main__item .foot .fas {
	margin-left: 3px;
}

.main__item#current > .toArticle a {
	display: block;
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.main__item#oralhistory .foot .toArticle a .btn, 
.main__item#kisokoza .foot .toArticle a .btn, 
.main__item#startup .foot .toArticle a .btn, 
.main__item#fromKenkyuKikanTop .foot .toArticle a .btn {
	position: absolute;
	bottom: 7px;
	left: 7px;
}

.main__item#oralhistory .foot .toList a,
.main__item#kisokoza .foot .toList a, 
.main__item#startup .foot .toList a, 
.main__item#fromKenkyuKikanTop .foot .toList a {
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.main__item.ban-ad a:after,
.main__item#ban a:after,
.main__item#current .toArticle a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;

	position: absolute;
	top: auto;
	right: 8px;
	bottom: 5px;
	left: auto;

	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-indent: 2px;
	font-size: 2.0rem;
	color: #fff;
	border-radius: 20px;
	background: rgba(245, 141, 0, 0.8);
	transition: all 0.2s linear;
}

.main__item#current .toArticle a:hover:after {
	background: rgba(245, 141, 0, 1.0);
}


.main__item#oralhistory .toArticle > a,
.main__item#kisokoza .toArticle > a, 
.main__item#startup .toArticle > a, 
.main__item#fromKenkyuKikanTop .toArticle > a {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10000;
}


.main__item.ban-ad, 
.main__item#ban {
	width: 310px;
	padding: 0;
}

.main__item.ban-ad img, 
.main__item#ban img {
	width: 100%;
	max-width: 310px;
}

.main__item.ban-ad a:after, 
.main__item#ban a:after {
	opacity: 0;
}

.main__item.ban-ad a:hover:after,
.main__item#ban a:hover:after {
	background: rgba(245, 141, 0, 1.0);
	opacity: 1;
}












/*
 *	J−STAGE検索
 */

#labelRefer {
	clear: both;
	margin-top: 30px !important;
	padding-top: 35px;
	border-top: 1px solid #a2a2a2;
}

#search form {
	margin: 0;
	padding: 8px 0 0;
	font-size: 0;
}

#search input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}

#search select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.selectBox {
	position: relative;
	display: inline-block;
}

.selectBox:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 1.1em;
	right: 1.1em;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1.1;
	color: #a2a2a2;
}

#search select::-ms-expand {
	display: none;
}


#search input,
#search select {
	padding: 6px;
	font-size: 1.5rem;
	line-height: 22px;
	border: 1px solid #999;
	border-radius: 3px;
	letter-spacing: normal;
}


.firefox #search select {
	line-height: 20px;
}


#search input[type="submit"] {
	width: 62px;
	width: 61px;	/* mod:2022-07-07 */
	padding: 6px 10px;
	border: 1px solid #999;
	border-radius: 3px;
	background: #09e;
	color: #fff;
	cursor: pointer;
}

#search #kwQ input[type="text"] {
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
}

#search #kwQ input[type="submit"] {
	border-width: 1px 1px 1px 0;
	border-radius: 0 3px 3px 0;
}

#pgQ input[type="text"],
#pgQ select {
	margin-right: 5px;
	margin-right: 0.33em;	/* mod:2022-07-07 */
}

#search select {
	width: 67px;
}

#inpKW {
	width: 205px;
}

#inpPg {
	width: 55px;
}

.kwQdtl {
	float: right;
	margin: 4px 6px 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
	text-align: right;
}

.kwQdtl a {
	display: inline-block;
	padding: 2px;
	color: #b2b2b2;
}

.kwQdtl a:hover {
	color: #09e;
}

#msgKW,
#msgPG {
	margin-top: 5px;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #f00;
}

#msgKW { height: 18px; }
#msgPG { height: 36px; }







/*
 *	バナー
 */




#banners {
	padding-bottom: 42px;
	background: #ededed;
}

#banners ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#banners li {
	transition: all 0.2s ease;
}

#banners li:hover {
	margin-top: -8px;
	opacity: 0.8;
}

footer {
	margin-top: auto;
	background: #292a2b;
}

#jsapinfo {
	display: flex;
	align-items: flex-end;
	padding: 27px 0 0;
}

#jsapinfo #add {
	display: flex;
	align-items: flex-end;
}

#jsapinfo #add > img {
	width: 132px;
	height: 27px;
	margin: 0 1.0em 2px 0;
}

#jsapinfo #add address {
	line-height: 1.1;
	font-style: normal;
	font-size: 1.2rem;
}

#jsapinfo #add .zip {
	display: inline-block;
	margin-right: 0.5em;
}

#jsapinfo #add .add {
	display: inline-block;
	margin-right: 0.8em;
}

#jsapinfo #links {
	margin-left: auto;
}

#jsapinfo #links ul,
#jsapinfo #sns ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
}

#jsapinfo #links li {
	padding-right: 16px;
}

#jsapinfo .fas {
	font-size: 2.2rem;
	margin-right: 4px;
}

#jsapinfo .fa,
#jsapinfo .fab {
	font-size: 2.4rem;
	margin-left: 7px;
}

#jsapinfo #sns .s11 {
	display: none;
}

#journals {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-top: 18px;
	padding: 19px 0 19px;
	border-top: 1px solid #4c4c4c;
}

#journals > h2 {
	display: inline-block;
	width: 148px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 8px;
	font-weight: normal;
	line-height: 1.1;
	font-size: 1.1rem;
	color: #a2a2a2;
/*
	background: url("../img/journals__h2--bg.png") right top no-repeat;
*/

	width: auto;
	height: auto;
	padding: 5px 6px 3px;
	line-height: 1.01;
	border-radius: 3px;
	background: #3b3d3d;
	white-space: nowrap;

}

#journals ul {
	display: flex;
	justify-content: space-between;
	margin: -2px 0 0;
	padding: 0;
	list-style: none;
}

#journals ul > li {
	position: relative;
	display: block;
/*
	margin: 0;
	padding: 0 50px 0 43px;
*/
	line-height: 1.4;

	margin-left: 16px;
	padding-left: 22px;
}

#journals ul > li + li {
}

#journals ul > li > a {
	display: block;
}

#journals .pub_name {
	display: inline-block;
	color: #adafaf;
	font-size: 1.3rem;
	line-height: 1.2;
}

#journals .pub_type {
	display: block;
	color: #535455;
	font-size: 1.1rem;
}

#journals ul > li:before {
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #3b3d3d;
}

#journals ul > li:first-of-type {
/*	margin-left: 30px;*/
}

#journals ul > li:last-of-type {
	padding-right: 0;
}

#journals ul > li:last-of-type:after {
	display: none;
	background: none;
}

footer,
footer a {
	color: #b6b6b6;
}

footer,
footer a,
#journals .pub_name,
#journals .pub_type {
	transition: color 0.3s ease;
}

#journals a:hover .pub_name,
#journals a:hover .pub_type,
footer a:hover {
	color: #fff !important;
}




#copyright {
	height: 38px;
	padding-top: 23px;
	background: #141516;
}

#copyright small {
	display: block;
	color: #828282;
	font-size: 1.1rem;
}




#docBox {
	position: relative;
	display: block;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 42px;
	text-align: left;

	display: block;


}

#docNav {
/*
	position: absolute;
	top: 118px;
	right: 0;
	z-index: 1000;
*/

	position: sticky;
	position: -webkit-sticky;
	float: right;
	padding: 73px 0 0;
	top: 110px;
/*	bottom: 118px;*/
	width: 240px;
}

.authors #docNav {
	padding: 110px 0 0;
	top: 115px;
}

#docNav > ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #d2d2d2;
}

#docNav > ul > li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eaeaea;
}

#docNav > ul > li:last-child {
	border-bottom-color: #d2d2d2;
}

#docNav a {
	font-size: 1.3rem;
	color: #999;
	transition: all 0.2s ease;
}

#docNav a:hover {
/*	color: #333;*/
}

#docNav > ul > li > a:hover {
}

#docNav > ul > li > a {
	display: block;
	padding: 20px 0 16px;
}

#docNav > ul > li > a:hover {
	background: #3d3d3d;
	color: #fff;
	text-indent: 1.0em;
}

#docNav li > ul {
	margin: 0 0 16px 30px;
	padding: 0;
	list-style: none;

	font-size: 1.3rem;
}

#docNav li.selected {
	background: #eaeaea;
}

#docNav li.selected a {
	text-indent: 1.0em;
}

#doc {
	width: 640px;
/*
	min-height: 557px;
	min-height: 615px;
	min-height: 622px;
	min-height: 627px;
*/
	min-height: 687px;
	order: 1;
}

#doc h1,
#backnumber h1 {
	margin: 0;
	padding: 40px 0 10px;
}

.ad #doc h1, 
.authors #doc h1 {
	line-height: 1.4;
	padding: 49px 0 19px;
}


#doc h2 {
	margin: 50px 0 1.0em;
	padding: 50px 0 0px;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	border-top: 1px solid #d2d2d2;
}

#doc h2:nth-child(1) {
	margin-top: 26px;
}

#doc > section:first-of-type h2:nth-child(1) {
	margin-top: 19px;
}

#doc h2.noTb {
	border-top: none;
	padding-top: 0;
}

#doc h3 {
	margin-top: 40px;
	margin-bottom: 1.0em;
	padding: 0;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

#doc h2 + h3 {
	margin-top: 24px;
}


.authors section + section {
	padding-top: 18px;
}

section.borderT {
	margin-top: 44px;
	padding-top: 50px;
	border-top: 1px solid #d2d2d2;
}

span[class^="ic-"] {
	vertical-align: 2px;
	padding: 0 3px;
	font-size: 1.1rem;
}

span[class^="ic-"]:before {
	margin-right: 3px;
	vertical-align: -2px;
	font-family: "Font Awesome 5 Free";
	font-size: 1.6rem;
	font-weight: 900;
}

.ic-pdf:before { content: "\f1c1"; }
.ic-word:before { content: "\f1c2"; }

.card {
	display: inline-block;
	padding: 22px 24px;
	line-height: 1.5;
	background: #f2f2f2;
}

.card > .bold {
	display: inline-block;
	margin-bottom: 0.8em;
}

dl[class^="dl-w"] > dt {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}

dl[class^="dl-w"] > dd {
	display: block;
	margin: 0;
	padding: 0 0 16px;
}

dl[class^="dl-w"] {
	display: block;
	margin: 0;
	padding: 0;
}

.dl-w80		{ padding-left: 80px !important; }
.dl-w100	{ padding-left: 100px !important; }
.dl-w120	{ padding-left: 120px !important; }
.dl-w80.dl-line > dt	{ margin-left: -80px; }
.dl-w100.dl-line > dt	{ margin-left: -100px; }
.dl-w120.dl-line > dt	{ margin-left: -120px; }



.archives ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #dadada;
}

.archives li {
	border-bottom: 1px solid #dadada;
}

.archives li a {
	display: block;
	padding: 10px 0 8px;
	line-height: 1.5;
}

/*
.archives a[href$=".pdf"]:after {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
}
*/

.archives .articletitle,
.archives .author {
/*	display: block;*/
}

.archives .author:before {
	content: "／";
}

.archives .author:after {
	content: "\A";
	white-space: pre;
}

.archives .number {
	font-size: 1.3rem;
	color: #7a7a7a;
}

.archives #bb > ul > li {
	padding-left: 100px;
}

.archives #bb > ul h3 {
	float: left;
	margin: 10px 0 8px -100px;
	padding: 0;
	padding: 10px 0 0;
	line-height: 1.5;
	font-weight: normal;
}

.archives #bb li ul {
	padding: 10px 0 0;
	border-top: none;
}

.archives #bb li li:last-child {
	border-bottom: none;
}


.infodate {
	font-size: 1.3rem;
	color: #7a7a7a;
}

#infoP .info_article:first-of-type > .honbun, 
#infoP .info_article:nth-of-type(n+2) {
	display: none;
}

#screen {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.85);
	z-index: 4000;
}

#infoBox {
	position: fixed;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;

	width: 100%;
	width: 700px;
/*	height: calc(80% - 100px);*/
	height: calc(100% - 100px);
/*	min-height: 600px;*/
	margin: auto;
	overflow: auto;

	z-index: 4100;

}

#infoBox::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	background: none;
}

#infoBox::-webkit-scrollbar-track {
}

#infoBox::-webkit-scrollbar-thumb {
	background-color: rgba(139, 139, 139, 0.3);
}

#infoBox .info_article {

	width: 500px;
	margin: 0 auto;
	padding: 45px 50px;

	text-align: left;
	color: #fff;

	background: rgba(0,0,0,0.2);
	border: 2px solid #fff;
	border-radius: 8px;
}

#infoBox .info_article + .info_article {
	margin-top: 20px;
}

#infoBox .honbun {
}

#infoBox .info_article h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2.2rem;
}

#infoBox .info_article .infodate {
	font-size: 1.5rem;
	color: #999;
}


#screen::after {
	content: url("../img/btn_close.png");

	position: absolute;
	top: calc(10% - 10px);
	top: 32px;
	right: 0;
	left: 0;

	display: inline-block;
	width: 600px;
	height: 32px;
	overflow: hidden;
	margin: 0 auto;
	text-align: right;
	opacity: 0.5;
	transition: 0.15s opacity linear;
}

#screen:hover::after {
	opacity: 1.0;
}


.cls {
	display: block;
	margin: 30px 0 20px;
	text-align: center;
	font-size: 1.1rem;
	opacity: 0.6;
	transition: 0.2s all linear;
	cursor: pointer;
	color: #fff;
}

.cls:before {
/*	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2.4rem;
*/
	content: url("../img/btn_close.png");
	display: block;
	margin-bottom: -5px;
}

.cls:hover {
	opacity: 1.0;
}

.cls.btm {
	bottom: 10px;
	text-align: center;
}

#infoBox > h2 {
	margin-bottom: 0.4em;
	font-size: 2.4rem;
	line-height: 1.5;
}

#infoBox > .infodate {
	margin-bottom: 2.8em;
	font-size: 1.4rem;
	color: #dadada;
}

#infoBox > p + p {
	margin-top: 1.6em;

}


#infoBox a {
	position: relative;
	display: inline-block;
	color: #09e;
}

#infoBox a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #09e;
	position: absolute;
	top: 85%;
}



#screen,
#infoBox {
	display: none;
}


.main__item.blank {
	opacity: 0.6;
	background: url("../img/logo_JSAP--gray-w146.png") no-repeat center center;
	box-shadow: none;
}


#backnumber p:first-of-type {
	margin-bottom: 32px;
}

.list_bn_box {
	padding: 32px 0 6px;
	border-top: 4px solid #f2f2f2;
}

.list_bn_box h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 2.0rem;
	/*font-weight: normal;*/
	color: #5a5a5a;
}

.list_bn {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;

	margin: 20px -24px 0;
	padding: 0;
	list-style: none;
}

.list_bn > li {
	margin: 0 0 32px;
}

.list_bn .cover {
	margin-bottom: 10px;
	padding: 0 24px;
}

.list_bn .cover > img {
	width: 120px;
	height: 169.417px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.list_bn .vol {
	margin-bottom: 3px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
}

.list_bn a.icPDF,
.list_bn a.icEBK {
	display: block;
	margin: 0 24px 6px;
	padding: 3px 0 4px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.1;
	border-radius: 3px;
	color: #4a4a4a;
	border: 1px solid #dadada;
	border-bottom-color: #c2c2c2;
	box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 1px 2px rgba(0,0,0,0.08);
	background: linear-gradient(0deg, #dadada, #f8f8fa);
	transition: all 0.2s linear;
}

.list_bn .btn-box {
	display: flex;
	justify-content: center;
}

.list_bn .btn-box a.icPDF,
.list_bn .btn-box a.icEBK {
	margin: 0 0 6px;
}

.list_bn a.icPDF:before,
.list_bn a.icEBK:before {
	margin-right: 8px;
	transform: translateY(1.5px);
	display: inline-block;
	font-size: 1.6rem;
}

.list_bn a.icPDF:before {
	content: "\f1c1";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.list_bn a.icEBK:before {
	content: "\f02d";
	content: "\f13b";
	font-family: "Font Awesome 5 Brands";
}

.list_bn a:hover {
	/*color: #06f;*/
	background: linear-gradient(0deg, #f8f8fa, #f2f2f8);
	text-shadow: 0 2px 0 #fff;
}

.members-only {
	display: inline-block;
	margin-left: 8px;
	padding: 0.24em 0.70em 0.25em;
	color: #fff;
	line-height: 1.1;
	font-size: 75%;
	font-weight: normal;
	border-radius: 3px;
	background: #00a6f9;
	transform: translateY(-10%);
/*
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 3px rgba(0,0,0,0.3);
*/
}

.list_bn_box:first-of-type .list_bn > li:first-of-type {
	position: relative;
}

.list_bn_box:first-of-type .list_bn > li:first-of-type:before {
	content: "最新号";
	position: absolute;
	top: -20px;
	left: 4px;

	display: inline-block;
	width: 48px;
	height: 48px;
	font-size: 1.2rem;
	line-height: 49px;
	text-align: center;
	color: #fff;
	background: #db005c;
	border-radius: 50%;
	z-index: 2000;
}

.memo {
	display: block;
	padding-left: 1.2em;
}

.memo > .h {
	display: inline-block;
	float: left;
	margin-left: -1.2em;
}



@media all and (-ms-high-contrast:none) {

	/* IE10以降に適応されるCSS */

	#search #kwQ input[type="text"],
	#pgQ input[type="text"] {
		padding-bottom: 11px;
	}
	#search input {
		line-height: 22px;
	}
	#search input::placeholder,
	#pgQ input::placeholder {
		line-height: 22px;
	}
	#search input[type="text"]:focus,
	#pgQ input[type="text"]:focus {
		vertical-align: 1px;
	}
	#search select {
		vertical-align: 1px;
		padding: 7px 6px 8px;
	}
}



@media print {
body {
	min-height: auto;
	min-height: initial;
	padding-top: 0;
}

#nav,
#docNav,
#mm,
footer #journals,
footer #links,
footer #sns,
b {
	display: none;
}

header {
	position: static;
}

#docBox {
	width: calc(100% - 40px);
	padding: 0 20px;
}

#doc {
	width: auto;
}

footer {
	margin-top: 25px;
	border-top: 1px solid #c0c0c0;
	color: #999;
	background: none;
}

#jsapinfo {
	justify-content: flex-start;
	max-width: auto;
	max-width: initial;
}

#jsapinfo #add {
	display: inline-block;
}

#jsapinfo #add address {
	margin-top: 10px;
}

#copyright {
	padding-top: 3px;
	background: none;
}
}


.flow {
}

.flow-item {
	position: relative;
	padding-left: 1.7em;
}

.flow-item:before {
	content: "";
	display: inline-block;
	width: 0.45em;
	height: calc(100% + 30px);
	background: #f2f2f2;

	position: absolute;
	top: 0.4em;
	left: 0.45em;
}

.flow-item:after {
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	border: 0.4em solid #d2d2d2;
	border-radius: 50%;
	background: #fff;

	position: absolute;
	top: 0.15em;
	left: 0.00em;
}

.flow-item:first-child:after {
}

.flow-item:last-child:before {
	height: 0;
}

.flow-item > ul {
	margin-top: 0;
}


.rei {
	display: flex;
	margin-top: 0.1em;
}

.list-bunken {
	list-style: none;
}

.list-bunken > li {
	margin-bottom: 0.5em;
	padding-left: 2.0rem;
	line-height: 1.35;
}

.list-bunken > li > .h {
	display: inline-block;
	float: left;
	margin-left: -2.0rem;
}

.list-num > li:last-child,
.list-disc > li:last-child {
	padding-bottom: 0 !important;
}

.list-item3 {
	margin: 1.75em 0 1.75em 0;
	padding: 0;
	list-style: none;
}

.list-item3 > li {
	padding-left: 1.6em;
}

.list-item3 > li > .h {
	float: left;
	display: inline-block;
	margin-left: -1.6em;
}

.list-bar {
	margin: 1.75em 0 1.75em 1.3em;
	padding: 0;
	list-style: none;
}

.list-bar > li:before {
	content: "\2013";
	float: left;
	margin-left: -1.3em;
	color: #999;
}

.list-disc {
	margin: 1.75em 0 1.75em 1.3em;
	padding: 0;
	list-style: disc;
}

.list-disc > li {
}

.list-num {
	margin: 1.75em 0 1.75em 1.3em;
	padding: 0;
	list-style: none;
}

.list-num > li {
	padding-bottom: 1.0em;
}

.list-num > li > .h {
	float: left;
	display: inline-block;
	margin-left: -1.3em;
}

#doc h3 + ul,
#doc h3 + p {
	margin-top: -0.6em !important;
	margin-bottom: 0 !important;
}

.rei .lbl {
	padding-right: 0.5em;
}
.rei ul {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.rei ul.list_padM {
	margin-top: 2px !important;
}


.list_padL > li { padding-bottom: 0.56em !important; }
.list_padM > li { padding-bottom: 0.28em !important; }
.list_padS > li { padding-bottom: 0.14em !important; }

#doc li {
	text-align: justify;
	text-justify: inter-ideograph;
}

.table {
	border-collapse: collapse;
}

.table th,
.table td {
	padding: 4px 8px;
}

.table.wFull {
	width: 100%;
}

.table.border,
.table.border th,
.table.border td,
.table.borderH,
.table.borderH th,
.table.borderH td {
	border-style: solid;
	border-color: #ccc;
}

.table.border		{	border-width: 1px 1px 0 0; }
.table.border th,
.table.border td	{ 	border-width: 0 0 1px 1px; }

.table.borderH		{	border-width: 1px 0 0; }
.table.borderH th,
.table.borderH td	{ 	border-width: 0 0 1px; }

#kitei-page.table.borderH {
	border-color: #666;
	border-width: 2px 0 0 !important;
}
#kitei-page.table.borderH thead th {
	font-size: 1.3rem;
	text-align: center;
	border-color: #666;
	border-width: 0 0 2px !important;
}

#kitei-page td:nth-child(1) {}
#kitei-page td:nth-child(2) {
	text-align: center;
	width: 55%;
}
#kitei-page td:nth-child(3) {
	text-align: right;
}

.list-history {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.2;
}

.list-history > li {
	display: flex;
	margin-bottom: 0.3em;
}

.list-history > li > .h {
	width: 106px;
}

#file-table {
	margin-top: 19px;
}

#file-table thead {
	display: none;
}

#file-table.table.borderH td {
	width: 25%;
	padding: 20px 0 16px;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.2;
}

#file-table .fas {
	display: block;
	margin-bottom: 4px;
	font-size: 3.2rem;
}

#file-table #ftype {
	padding: 12px 8px;
}





.main__item#ban {
	width: 310px;
	height: 310px;
	overflow: hidden;

	position: relative;
}

.main__item#ban > a {
	position: absolute;
	top: 0;
	left: 0;
}

.main__item#ban > a.on {
	animation: Ban-app forwards .5s ease-out 0s 1 normal;
}

.main__item#ban > a.off {
	animation: Ban-dis forwards .5s ease-out 0s 1 normal;
}

@keyframes Ban-app {
	from	{
		display: block;
		opacity: 0;
		z-index: 100;
	}
	to		{
		opacity: 1;
	}
}

@keyframes Ban-dis {
	from	{
		opacity: 1;
	}
	to		{
		opacity: 0;
		display: none;
		z-index: -100;
	}
}


.on-infoBox {
	display: none;
}

#infoBox .on-infoBox {
	display: block;
}


.list-article {
	display: block;
	margin: 0 0 5px;
	padding: 0;
	list-style: none;

	font-size: 1.4rem;
	line-height: 1.2;
}

.list-article > li {
	display: flex;
}

.list-article > li + li {
	margin-top: 5px;
}

.list-article > li > .h {
	display: inline-block;
	padding-right: 4px;
}

