@charset "utf-8";

/*
debug
*/

html {
	scroll-padding-top: 135px;
}

#ssw628info	{
	margin: 40px 0 20px;
	padding: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	border-radius: 6px;
	background: #51ccd4;
}


#pict {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0.8;
}




body {
	padding-top: 86px;
	position: relative;
	background: url("../img/ssW_bg.png") no-repeat center 82px;
	background-attachment: fixed;
	background-size: cover;
}

.typeSSW #body {
	padding-bottom: 65px;
}

#topBar #SSOL {
	margin-left: 20px;
}

#topBar #root {
	margin-left: auto;
}

#siteTitle {
	position: fixed;
	top: 40px;
	left: 0;
	width: 100%;
	height: 38px;
	padding-top: 8px;
	background: #006edb;
	z-index: 19000;
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	transition: all 0.12s linear 0s;
}

#siteTitle > h1 {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}

#siteTitle .wrap960 {
	display: flex;
}

#siteTitle img {
	height: 30px;
	transition: all 0.12s linear 0s;
}

#siteTitle #artTitleCopy {
	display: inline-block;
	margin-left: 2.0em;
	padding-top: 1px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;
	transition: all 0.12s linear 0s;
	opacity: 0.0;
	max-width: calc(100% - 146px - 2.0em);
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
}

#siteTitle.compact {
	height: 34px;
	padding-top: 0;
}

#siteTitle.compact img {
	height: 22px;
	margin-left: 0px;
}

#siteTitle.compact #artTitleCopy {
	padding-top: 4px;
	opacity: 1.0;
}


#uptodate,
#backnumbers {
	width: 720px;
	margin: 27px auto 0;
	text-align: left;
}

#uptodate > .mag,
#backnumbers .mag {
	position: relative;
}

#uptodate .mag {
	/*padding-bottom: 12px;*/
	margin-bottom: 16px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

#uptodate .photo {
	width: 720px;
	height: 416px;
	overflow: hidden;
}

#uptodate .magInfo {
	position: absolute;
/*
	top: 0;
	left: 31px;
*/
	display: inline-flex;
}

#uptodate .magNumber,
#uptodate .magMonth{
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

/*
#uptodate .magNumber:before {
	content: "#";
	display: inline-block;
	margin: 0 2px;
	font-size: 80%;
	transform: translateY(-0.2em);
}
*/

#uptodate .magNumber {
	padding: 3px 10px 1px;
	font-size: 2.4rem;
	line-height: 1.2;
}

#uptodate .magNumber .s {
	display: inline-block;
	font-size: 85.0%;
	transform: translateY(-1px);
}

#uptodate .magMonth {
	padding: 13px 10px 0 2px;
	font-size: 1.2rem;
	line-height: 1.2;
}

#uptodate .article {
	padding-bottom: 20px;
	background: #fff;
}

#uptodate .article:after {
	content: "";
	display: block;
	clear: both;
}

#uptodate .artTitle {
	position: absolute;
/*
	top: 0;
	left: 31px;
*/
	display: inline;
	margin: 0;
	font-size: 3.0rem;
	line-height: 1.35;
}

#uptodate .artTitle > span {
	display: inline-block;
	padding: 4px 10px 4px;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

#uptodate .artAuthor {
	position: absolute;
/*
	left: 31px;
	top: 0;
*/
	display: inline-block;
	margin-top: 14px;
	padding: 4px 10px 5px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #fff;
	background: rgba(0,0,0,0.7);
}

#uptodate .article > p {
	margin: 0 0 0.5em;
	padding: 20px 40px 6px;
	text-align: justify;
	text-justify: inter-ideograph;
}

#uptodate .article > p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

#uptodate .toArt {
	display: block;
	width: 100px;
	margin: 0px auto;
	padding: 8px 20px;
	font-size: 1.3rem;
	color: #006edb;
	border-radius: 3px;
	transition: background 0.3s ease 0s;
	background: rgba(0, 110, 219, 0.16);
}

#uptodate .toArt:after {
	content: "\f0a9";
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 900;
	margin-left: 8px;
}

#uptodate .toArt:hover {
	color: #fff;
	background: #006edb;
}



#backnumbers {
	margin-top: 55px;
}

#backnumbers > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px -10px 0;
	padding: 0;
	list-style: none;
}

#backnumbers > ul > li {
	width: 230px;
	min-height: 90px;
	margin: 5px 0px;
	padding: 10px 25px 10px 115px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.8);
	transition: background 0.2s ease 0s;
	border-radius: 3px;
}

/*
#backnumbers > ul > li {
	width: 230px;
	min-height: 90px;
	margin: 15px 10px;
	padding: 0 15px 0 105px;
	color: #fff;
	text-shadow: 0 1px 5px rgba(255,255,255,0.72);
}
*/
#backnumbers > ul > li:hover {
	background: rgba(0,20,80,0.8);
}

#backnumbers .photo {
	float: left;
	display: inline-block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	margin-left: -105px;
	background: #eaeaea;
}

#backnumbers .magInfo {
	display: flex;
}

#backnumbers .magNumber:before {
	content: "#";
	display: inline-block;
	margin: 0 1px;
	font-size: 90%;
	transform: translateY(-0.2em);
}

#backnumbers .magNumber {
	padding: 0 10px 1px 0;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	line-height: 1.1;
}

#backnumbers .magMonth {
	padding: 3px 10px 0 0;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	line-height: 1.2;
}

#backnumbers .magMonth > .s{
	font-size: 90%;
}

#backnumbers .article {
}

#backnumbers .artTitle {
	margin: 2px 0 0 0;
	padding: 0;
	font-size: 1.5rem;
	line-height: 1.46;
	color: #fff;
}

#backnumbers .artAuthor {
	display: none;
}

#backnumbers .toArt {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 240%;
}

#backnumbers .toArt:hover {
}

.toBNList {
	margin-top: 35px;
	text-align: center;
}

.toBNList a {
	display: inline-block;
	padding: 12px 17px;
	font-size: 1.2rem;
	color: #fff;
	border-radius: 3px;
	background: rgba(0,20,80,0.7);
	transition: background 0.2s ease 0s;
}

.toBNList a:hover {
	background: rgba(0,20,80,1.0);
}



footer {
	height: 72px;
	color: #fff;
	background: #00225c;
}

footer p {
	margin-top: 21px;
	letter-spacing: 0.02em;
}


#ssW_Regular .main a {
	color: #000;
	background-image: linear-gradient(0deg, rgba(0, 128, 234, 0.0) 0%, rgba(0, 128, 234, 0.0) 100%);
	background-size: 100% 2px;
	background-repeat: no-repeat;
	background-position: 0 bottom;
	transition: all 0.2s linear 0s;
	border-bottom: 1px solid rgba(0, 128, 234, 0.7);
}

#ssW_Regular .main a:hover {
	background-image: linear-gradient(0deg, rgba(0, 128, 234, 0.2) 0%, rgba(0, 128, 234, 0.2) 100%);
	background-size: 100% 100%;
	border-bottom-color: rgba(0, 128, 234, 0.0);
	border-bottom: 1px solid rgba(0, 128, 234, 0.2);
}

#ssW_Regular .main a.zoom {
	border-bottom: none;
}

.typeSSW#ssW_Regular #body {
	width: 960px;
	margin: 24px auto 32px;
	padding-bottom: 0;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.typeSSW#ssW_Regular #body {
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.36s ease 0s;
}

.typeSSW#ssW_Regular #body,
.typeSSW#ssW_Regular #body * {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
/*	overflow: hidden;*/
	visibility: hidden;
}

.typeSSW#ssW_Regular #body.scrollin,
.typeSSW#ssW_Regular #body.scrollin * {
    opacity: 1;
	visibility: visible;
}

.typeSSW#ssW_Regular #body.scrollin {
	transform: translateY(0);
}

#ssW_Regular .artInfo {
	padding: 16px 50px 27px;
	text-align: left;
	border-bottom: 1px solid #cacaca;
}

/*
#ssW_Regular .magNumber:before {
	content: "#";
	display: inline-block;
	margin: 0 2px;
	font-size: 80%;
	transform: translateY(-0.3em);
}
*/

#ssW_Regular .magNumber {
	display: inline-block;
	margin-right: 15px;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	color: #006edb;
}

#ssW_Regular .magNumber > .s {
	display: inline-block;
	transform: translateY(-2px);
	vertical-align:bottom;
}

#ssW_Regular .magMonth {
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 1.2rem;
	color: #006edb;
}

#ssW_Regular .artPage {
	float: right;
	margin: 0.4em -1.0em 0 0;
	display: inline-block;
	font-family: "Lato", "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #7a7a7a;
}

#ssW_Regular h1.artTitle {
	margin: 14px 0 0;
	padding: 0;
	font-size: 2.6rem;
	line-height: 1.4;
}

#ssW_Regular .artAuthorAffi {
	display: block;
	margin-top: 24px;
	margin-bottom: -24px;
	line-height: 1.5;
	font-weight: normal !important;
	font-size: 1.3rem;
}

#ssW_Regular .artAuthor {
	margin-top: 24px;
	margin-bottom: 36px;
	font-weight: bold;
	font-size: 1.6rem;
}

#ssW_Regular .artAuthor.flex {
	display: flex;
	flex: wrap;
}

#ssW_Regular .artAuthor.flex .author:after {
	content: "／";
	margin-right: 5px;
	color: #6a6a6a;
}

#ssW_Regular .artAuthor.flex .author:last-of-type:after {
	content: "";
}

#ssW_Regular .artAuthor_kana {
	margin-left: 1.0em;
	font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0;
	color: #7a7a7a;
}

#ssW_Regular .role {
	color: #7a7a7a;
	font-weight: normal;
	font-size: 1.3rem;
}

#ssW_Regular .content {
	display: flex;
	text-align: left;
}

#ssW_Regular .content > .main {
	position: relative;
	width: 608px /* 710px */;
	padding: 58px 51px 40px;
}

#ssW_Regular .content > #contentList {
	width: 250px;
	background: #e4f0ff;
}

#contentList ul {
	margin: 0 16px 0 0;
	padding: 0;
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.25;
}

#contentList > ul {
	margin: 25px 0 25px 12px;
}

.SSW624.p13 #contentList > ul {
	padding-bottom: 400px;
}

#contentList > ul > li {
	margin-bottom: 1.2em;
}

#contentList > ul > li > a {
	margin-right: 0.66em;
	margin-right: 9px;
}

#contentList > ul ul {
	margin-left: 1.2em;
}

#contentList li {
	position: relative;
}

#contentList > ul ul > li > a {
	padding-left: 1.5em;
}

#contentList > ul ul > li > a:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	overflow: hidden;
	border-radius: 50%;

	float: left;
	margin-top: 0.45em;
	margin-left: -1.0em;
	background: #8e8e8e;
}

#contentList > ul ul.indent1 > li > a {
	padding-left: 2.5em;
}
#contentList > ul ul.indent1 > li > a:before {
	margin-left: -2.0em;
}


#contentList > ul.sho > li > a {
	display: inline-block;
	padding-left: 3.6em;
}

#contentList > ul.sho > li .h {
	float: left;
	display: inline-block;
	margin-left: -3.6em;
}

#contentList > ul.sho > li.noH > a {
	padding-left: 0;
}

#contentList a {
	display: inline-block;
	padding: 2px 4px;
	color: #4a4a4a;
	border-radius: 3px;
	transition: all 0.16s linear 0s;
}

#contentList li.current:before {
	content: "\f0da";
	position: absolute;
	top: -0.1em;
	left: -0.5em;
	font-family: "Font Awesome 5 Free";
	font-size: 2.0rem;
	font-weight: 900;
	color: #f00;

}

#contentList li.current > a {
	font-weight: bold;
	background: rgba(0, 110, 219, 0.2);
}


#contentList a:hover,
#contentList .current a:hover {
	color: #fff;
	background: #006edb;
}

#contentList a:hover:before,
#contentList .current a:hover:before {
	background: #fff;
}

#contentList ul.indent1 > li > a {
	padding-left: calc(1.1em + 4px);
	text-indent: -1.1em;
}

#contentList ul.indent3half > li > a {
	padding-left: calc(3.6em + 4px);
	text-indent: -3.6em;
}

#contentList a[href*="void"] {
	color: #999;
}

#contentList a[href*="void"]:hover {
	color: #999;
	background: none;
}

#contentList li.wH > a {
	padding-left: 1.5em;
}


#contentList li.wH > a > .h {
	display: block;
	float: left;
	margin-left: -1.1em;
}


#ssW_Regular .main .artSection {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	line-height: 1.4;
}

.artSection .h {
	display: inline-block;
	white-space: nowrap;
}

#ssW_Regular .main .artSectionAuthor {
	margin-top: 20px;
}

#ssW_Regular .main h3.artPartGroup {
	margin-top: 72px;
	font-size: 2.0rem;
}

#ssW_Regular .main h4.artPart {
	font-size: 1.872rem;
}

#ssW_Regular .main h3:not([class]) {
	margin-top: 50px;
}

#ssW_Regular .main h4 {
	font-size: 1.8rem;
}

#ssW_Regular .main h5,
#ssW_Regular .main h6 {
	font-size: 1.6rem;
	margin-bottom: -0.85em;
}

#ssW_Regular.ssw628 .main h5,
#ssW_Regular.ssw628 .main h6 {
	margin-top: 1.85em;
	margin-bottom: 1.85em;
}

#ssW_Regular.SSW632 .main h5,
#ssW_Regular.SSW632 .main h6 {
	margin-top: 2.6em;
}

#ssW_Regular .main .h7,
#ssW_Regular .main .h8,
#ssW_Regular .main .h9,
#ssW_Regular .main .h10,
#ssW_Regular .main .h11 {
	font-weight: bold;
	font-size: 1.6rem;
	margin-top: 1.85em;
	margin-bottom: 1.85em;
}

h1.item1,
h2.item1,
h3.item1,
h4.item1,
h5.item1,
h6.item1,
.h7.item1,
.h8.item1,
.h9.item1,
.h10.item1,
.h11.item1 {
	padding-left: 1.5em;
}

h1.item1 > .h,
h2.item1 > .h,
h3.item1 > .h,
h4.item1 > .h,
h5.item1 > .h,
h6.item1 > .h,
.h7.item1 > .h,
.h8.item1 > .h,
.h9.item1 > .h,
.h10.item1 > .h,
.h11.item1 {
	float: left;
	margin-left: -1.5em;
}

h1.item2,
h2.item2,
h3.item2,
h4.item2,
h5.item2,
h6.item2,
.h7.item2,
.h8.item2,
.h9.item2,
.h10.item2,
.h11.item2 {
	padding-left: 3.0em;
}

h1.item2 > .h,
h2.item2 > .h,
h3.item2 > .h,
h4.item2 > .h,
h5.item2 > .h,
h6.item2 > .h,
.h7.item2 > .h,
.h8.item2 > .h,
.h9.item2 > .h,
.h10.item2 > .h,
.h11.item2 {
	float: left;
	margin-left: -3.0em;
}

.h7.mB0 + p.mT0,
.h8.mB0 + p.mT0,
.h9.mB0 + p.mT0,
.h10.mB0 + p.mT0,
.h11.mB0 + p.mT0 {
	margin-top: 3px !important;
}

#ssW_Regular .main p + .h7.inline:before {
	content: "";
	display: block;
	margin-top: 1.85em !important;

}

#ssW_Regular .main .h7.inline {
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
}

#ssW_Regular .main .h7.inline + p {
	display: inline;
	margin-top: 0;
}


#ssW_Regular .main .artPart,
#ssW_Regular .main .artSection + p {
	margin-top: 47px;
}

#ssW_Regular .main .artPart + p {
	margin-top: 1.6em;
}

.justify,
#ssW_Regular .main p {
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.85;
}

#ssW_Regular .main > p + p {
	margin-top: 1.85em;
}

#ssW_Regular h4.artPart_sub1,
#ssW_Regular h5.artPart_sub2 {
	font-size: 1.6rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

#ssW_Regular h4.artPart_sub1 + h5.artPart_sub2 {
	margin-top: 0;
}

#ssW_Regular h4.artPart_sub1 + p,
#ssW_Regular h5.artPart_sub2 + p {
	margin-top: 0;
}

#ssW_Regular .profile {
	margin-top: 2.8em;
	border-top: 1px solid #cacaca;
}

#ssW_Regular .profile > .label {
	display: inline-block;
	margin-top: 50px;
	font-size: 1.3rem;
	line-height: 1.1;
	color: #7a7a7a;
	border-radius: 2px;
}

#ssW_Regular .profile .artAuthor {
	margin-top: 1.8em;
	margin-bottom: 0;
	font-size: 1.8rem;
	letter-spacing: 0.12em;
}

#ssW_Regular .profile .artAuthor {
}

#ssW_Regular .profile p {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.75;
}

#ssW_Regular .comment {
	margin-top: 2.5em;
	padding-top: 2.8em;
	border-top: 2px dotted #dadada;
}

#ssW_Regular .comment + .comment {
	padding-top: 0;
	border-top: none;
}

#ssW_Regular .comment.borderB {
	margin-bottom: 2.5em;
	padding-bottom: 2.2em;
	border-bottom: 2px dotted #dadada;
}

#ssW_Regular .miashi-h3,
#ssW_Regular .midashi-h3 {
	margin-top: 2.625em;
}

#ssW_Regular .profile.panelers .artAuthor {
	margin-bottom: 0;
}

.profile.panelers {
	padding-top: 1.8em;
}


.comment > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.5;
}

.comment > ul > li {
	margin-bottom: 0.6em;
	padding-left: 3.2em;
	padding-left: 2.2em;
}

.comment > ul > li p {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}

.comment > ul > li > .h {
	display: block;
	float: left;
	margin-left: -2.2em;
}

.comment > ul > li:nth-child(n+10) {
	padding-left: 2.8em;
}

.comment > ul > li:nth-child(n+10) > .h {
	margin-left: -2.8em;
}

.comment.h_sup > ul > li {
	padding-left: 1.7em;
}

.comment.h_sup > ul > li > .h {
	display: inline-block;
	width: 1.6em;
	margin-left: -1.7em;
	text-align: center;
}


.comment a {
	word-break: break-all;
}

#pageNav,
#pageNav-noCalc {
	margin-top: 80px;
	text-align: center;
}

#pageNav #toNext a,
#pageNav-noCalc #toNext a {
	position: relative;
	display: inline-block;
	min-width: 380px;
	min-height: 50px;
	padding: 12px 40px 12px 30px;
	text-align: center;
	line-height: 1.3;
	font-size: 1.5rem;
	color: #fff;
	background: rgba(0, 128, 234, 0.7);
	border: none;
	border-radius: 5px;
}

#pageNav #toNext a:after,
#pageNav-noCalc #toNext a:after {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: 5px;
	bottom: 0;
	margin: auto 0;
	transform: translateY(-3px);
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 2.0rem;
	font-weight: 900;
}

#toNext .label {
	display: block;
	margin-bottom: 4px;
	font-size: 1.2rem;
}

#pageNav #toNext a:hover,
#pageNav-noCalc #toNext a:hover {
	background: rgba(0, 128, 234, 1.0);
}

#pageNav .artMidashi,
#pageNav .artMidashi > span:not([class]) {
	display: block;
}

#pages {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 50px 40px 0;
	font-size: 1.8rem;
	font-family: "Lato", sans-serif;
}

#ssW_Regular .main #pages > a {
	display: inline-block;
	width: 29px;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	text-align: center;
	border: none;
	border-radius: 2px;
	background: none;
	color: #0080ea;
}

#ssW_Regular .main #pages > a.current {
	background: rgba(0, 128, 234, 0.2);
}

a#pPrev,
a#pNext {
	width: auto !important;
	padding: 0 8px;
	font-size: 1.3rem;
	font-family: "Noto Sans JP", sans-serif;
}

#pPrev:before,
#pNext:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

#pPrev:before {
	content: "\f053";
	margin-right: 5px;
}
#pNext:after {
	content: "\f054";
	margin-left: 5px;
}

#ssW_Regular .main #pages > a:hover {
	color: #fff;
	background: #0080ea;
}


.books {
	margin-top: 2.5em;
	padding-top: 2.6em;
	border-top: 1px solid #dadada;
}

.books > h3 {
	margin: 0;
	padding: 0;
	font-size: 2.0rem;
	line-height: 1.4;
}

.books li {
	margin-bottom: 6px;
	line-height: 1.5;
}


.fig {
	padding: 1.8em 0;
	text-align: center;
}

.fig + .fig {
	padding-top: 0;
}

.flex > .fig {
	padding: 0 !important;
}

.fig.pad0 {
	padding: 0 !important;

}

.fig.fR {
	margin-top: 0.5em;
	padding: 0 0 1.8em 1.8em;
}

p + .fig.fR {
	margin-top: 1.3em;
}

p + .fig.fR + p {
	margin-top: 1.85em;
}

.fig.fL {
	margin-top: 0.5em;
	padding: 0 1.8em 1.8em 0;
}

.cap {
	font-size: 1.4rem;
/*	font-weight: bold;	*/
	text-align: center;
	line-height: 1.4;
}

.SSW .cap {
}


img + .cap { margin-top: 8px; }
.cap + img,
.cap + a { margin-top: 8px; }

.comment .com, 
.cap .com {
	margin: 0;
	font-size: 1.2rem;
	bottom: 1px;
	font-weight: normal;
}


.fig.fR .cap > .s13 {
	display: inline-block;
	text-align: left;
}

.cap2 {
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
	font-size: 1.4rem;
}

.fig a + .cap2 {
	margin-top: 0px;
}

.cap2 .chu {
	font-size: 1.2rem;
	line-height: 1.3;
}


.typeSSW #banner {
	position: absolute;
	bottom: 40px;
	right: -225px;
	z-index: 100;
}

.list_h1,
.list_h2,
.list_h4 {
	margin: 1.725em 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}

.list_h1 > li {
	padding-left: 1.4em;
	margin-top: 8px;
}

.list_h1 > li > .h {
	float: left;
	display: block;
	margin-left: -1.4em;
}

.list_h2 > li {
	padding-left: 2.0em;
	margin-top: 8px;
}

.list_h2 > li > .h {
	float: left;
	display: block;
	margin-left: -2.0em;
}


.list_h4 > li {
	padding-left: 4.0em;
	margin-top: 8px;
}

.list_h4 > li > .h {
	float: left;
	display: block;
	margin-left: -4.0em;
}

.list_pad0 > li {
	margin-top: 0 !important;
}

#contentList > ul {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
}

#contentList > ul ul.list_h1 > li,
#contentList > ul ul.list_h2 > li,
#contentList > ul ul.list_h4 > li {
	margin-top: 0.2em;
	padding-left: 0;
}

#contentList > ul ul.list_h1 > li > a,
#contentList > ul ul.list_h2 > li > a,
#contentList > ul ul.list_h4 > li > a {
		display: block;
}

#contentList > ul ul.list_h1.skip,
#contentList > ul ul.list_h1 > li > a { padding-left: calc(1.4em + 4px); }
#contentList > ul ul.list_h2.skip,
#contentList > ul ul.list_h2 > li > a { padding-left: calc(2.4em + 4px); }
#contentList > ul ul.list_h4.skip,
#contentList > ul ul.list_h4 > li > a { padding-left: calc(4.4em + 4px); }

#contentList > ul ul.list_h1 > li > a:before,
#contentList > ul ul.list_h2 > li > a:before,
#contentList > ul ul.list_h4 > li > a:before {
	display: none;
}

.list_h1 > li > a > .h,
.list_h2 > li > a > .h,
.list_h4 > li > a > .h {
	float: left;
	display: block;
}

.list_h1 > li > a > .h { margin-left: -1.4em; }
.list_h2 > li > a > .h { margin-left: -2.4em; }
.list_h4 > li > a > .h { margin-left: -4.4em; }

.list-refers > li {
	margin-top: 8px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.list-dot.list-refers > li:before {
	margin-top: 12px;
}

.list-li-wide > li + li {
	margin-top: 1.4em;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	border-radius: 8px;
	background: #e7f4f8;
}

p.indent0 {
	padding-left: 0 !important;
	text-indent: 0 !important;
}

.discussion p.indent1,
p.indent1 {
	padding-left: 1.1em !important;
}

.discussion p.indent2,
p.indent2 {
	padding-left: 2.1em !important;
}

p.indent1 > .h,
p.indent1 > .no-pad {
	float: left;
	display: block;
	margin-left: -1.1em !important;
}

p.indent2 > .h {
	float: left;
	display: block;
	margin-left: -2.1em !important;
}

.fig img.frame {
	border: 1px solid #c6c6c6;
}

.summary {
	margin: 40px 0 20px;
	padding: 22px 2.0em;
	background: #fcf8e5;
}

#ssW_Regular .summary h2 {
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
}

#ssW_Regular .summary p {
	text-align: justify;
	text-justify: inter-ideograph;
}

#ssW_Regular .summary .artSection + p {
	margin-top: 1.85em;
}

.artPaneler {
	margin: 2.0em 0 20px 0;
	padding-left: 3.0em;
	line-height: 1.8;
}

.artPaneler > .h {
	float: left;
	display: block;
	margin-top: 0.15em;
	margin-left: -3.0em;
	font-size: 85%;
}

.artPaneler > .affi {
	font-size: 90%;
}

.discussion p {
	padding-left: 1.0em;
}

.discussion p > .h {
	margin-left: -1.0em;
	font-weight: bold;
}

.discussion .profile p {
	margin-top: 3px;
	padding-left: 0;
	padding-right: 3px;
}

#ssw624-2 {
	text-align: center;
	border: 1px solid #a2a2a2;
}

#ssw624-3 {
	padding: 20px 30px;
	border: 1px solid #a2a2a2;
}

#ssw624-3 h4 {
	text-align: center;
}


.paper_frame {
	padding: 50px 30px;
	border: 1px solid #cacaca;
}

.img-border img {
	padding: 20px 0;
	border: 1px solid #cacaca;
}

.tbl_type-ssw627 {
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 1.4rem;
	line-height: 1.4;
}

.tbl_type-ssw627 th,
.tbl_type-ssw627 td {
	padding: 0.5em;
	border: 1px solid #000;

}

.tbl_type-ssw627 th,
.tbl_type-ssw627 tbody td:first-child {
	width: 7.0em;
	font-weight: normal;
	vertical-align: top;
}

.tbl_type-ssw627 td ul {
	margin: 0;
	padding-left: 20px;
}

.tbl_type-ssw627 td li {
	margin: 4px 0;
}

.announce {
	margin: 50px 0;
	padding: 20px;
	border: 2px solid #f00;
	text-align: center !important;
}

.fig + .justify,
.justify + .fig {
	margin-top: 0.5em;
}

.justify + .justify {
	margin-top: 1.85em;
}



.waku {
	margin: 10px 0;
	padding: 1.0em;
	border: 1px solid #333;
}

.fig-flex {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.fig-flex > .fig {
	margin: 0 15px;
}


#ssw629-shiryo1 {
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	text-justify: inter-character;
}

#ssw629-shiryo1 thead th {
	font-weight: normal;
	text-align: center;
}

#ssw629-shiryo1 td {
	padding: 8px;
	vertical-align: top;
}

#ssw629-shiryo1 br {
	content: "";
	display: block;
	margin-bottom: 8px;
}

#ssw629-shiryo1 ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

#ssw629-shiryo1 ul:last-child {
	margin-bottom: 0;
}

#ssw629-shiryo1 li + li {
	margin-top: 8px;
}

.h-kakomi {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0 0.5em;
	border: 1px solid #333;
}

.kakomi {
	margin-top: 20px;
	padding: 50px 30px 30px;
	border: 1px solid #333;
}

.kakomi-min {
	margin-top: 20px;
	padding: 25px 30px;
	border: 1px solid #333;
}

.kakomi > h4:first-child,
.kakomi > h5:first-child,
.kakomi > h6:first-child {
	margin-top: 0;
	font-size: 1.8rem;
}

.kakomi .auth {
	margin-bottom: 50px;
}

.memo {
	display: flex;
	justify-content: center;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	line-height: 1.4;
}

.discussion .cap > p.chu,
.cap > p.chu {
	font-weight: normal !important;
	font-size: 1.4rem;
	line-height: 1.4 !important;
	text-align: justify;
	text-justify:　inter-ideograph;
}

.discussion .cap > p.chu {
	margin-left: 16px;
}

.download a {
	display: block;
	width: 300px;
	min-height: 290px;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 40px auto 10px;
	text-align: center;
	line-height: 1.25;
	font-size: 1.4rem;
	font-weight: bold;
	border: 2px solid #e2e2e2;
	border-radius: 3px;
	color: #666;
}

.download a img {
	display: block;
	margin: 0 auto;
}

.download img.t {
	margin-top: 10px;
}

.download a {
	transition: all .2s linear 0s;
}

.download img.c {
	margin-bottom: 5px;
}

.download a:hover {
	/*border-color: #006edb;*/
	color: #333;
	border-color: #f2f2f2;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.list-members {
	margin: 0;
	padding: 0;
	list-style: none;
}

.SSW646 .list-members > li {
	text-align: center;
}

.SSW646 .list-members .name {
	display: inline-block;
	padding-left: calc(1.4rem * 11);
}

.SSW646 .list-members .affi {
	display: inline-block;
	min-width: 11.0em;
	font-size: 1.4rem;
	text-align: left;
}

.SSW646 .discussion h4:not([class]) {
	margin-top: 72px !important;
	margin-bottom: 36px !important;
}

