@charset "UTF-8";

/*================================================================
 site_default
================================================================*/
/* -------------------------------------------
 * initialize
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* For Android */
body * {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

.indentx {
	text-indent: -1em;
	margin-left: 1rem;
}

.indentx1 {
	text-indent: -1em;
	margin-left: 2rem;
}

.indent1 {
	padding-left: 1em;
}

.indent2 {
	padding-left: 2em;
}

.indent3 {
	padding-left: 3em;
}

.indent4 {
	padding-left: 4em;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
main {
	display: block;
}

sup {
	font-size: 10px;
	vertical-align: super;
}

ul li {
	list-style: none;
}

input,
select {
	vertical-align: middle;
}

body {
	font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
	font-weight: 500;
	max-width: 1280px;
	margin: 0 auto;
}

img {
	-ms-interpolation-mode: bicubic;
}

.pc {
	display: block;
}

.sp {
	display: none;
}



main {
	display: flex;
}

/*** サイドメニュー ***/
#sideMenuWrap {
	width: 350px;
	min-width: 350px;
}

#sideMenuWrap a {
	color: #000;
	text-decoration: none;
}



#backToCover {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

#backToCover img {
	width: 100%;

}

.backToCover {
	font-size: 16px;
	padding: 8px 12px;
	display: inline-block;
	border: 1px solid #666;
	border-radius: 5px;
	margin-left: 10px;
	margin-top: 10px;

}

#title {
	text-align: center;
	margin-top: 20px;
}



h1 {
	position: relative;
	border-bottom: 15px solid #654321;
	line-height: 1.5;
	display: inline-block;
	padding: 0 5px;
	font-size: 30px;
}

h1::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 15px;
	background-color: #EAA221;
}

#sideMenuWrap {
	margin-bottom: 60px;
}

#sideMenuArea .bu ul {
	display: none;
}

nav.sideMenu {
	width: 95%;
	margin: 0 auto;
	margin-top: 40px;
}

.sideMenu li {
	padding-left: 1em;
	line-height: 1.3;
}

.sideMenu li.bu {
	padding-left: 0;
}

.sideMenu .bu>span {
	font-weight: 600;
}


.sideMenu li span {
	display: block;
	margin-right: 0px;
	line-height: 1.3;
	padding: 15px 40px 15px 15px;
	border-bottom: 1px solid #c6c6c6;
}

.sideMenu li span.current {
	/* サイドバーの背景色 */
	background-color: #dbeeff;
}

.sideMenu li a:hover {
	opacity: 0.7;
}

.toggle>span {
	position: relative;
}

.toggle>span::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 55%;
	transform: translateY(-50%);
	background: url("../icons/sidemenu_arrow.svg") no-repeat;
	transition: 0.3s;
	width: 11px;
	height: 20px;
	cursor: pointer;
}

.toggle.open>span::after {
	transform: rotate(90deg) translateX(-100%);
	transition: 0.3s;
}



.toggle input.sideMenuLabel:checked+label::after {
	transform: rotate(90deg);
	transition: 0.3s;
}

.column {
	background-color: #e5e5e6;
	padding: 1em;
	margin: 1em;
}

.columnAuthors {
	text-align: right;
}

.b_right {
	text-align:right;
	font-weight:bold;
}

@media screen and (max-width: 345px) {

	#backToCover img,
	#title {
		display: none;
	}

	#backToCover div {
		margin-left: 0;
		margin-top: 2vw;
	}

	nav.sideMenu {
		margin-top: 5vw;
	}

}


/*** コンテンツ ***/
#contents {
	margin: 40px;
	font-size: 17px;
	text-align: justify;
}

#contents h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: .5em;
	border-bottom: 8px solid #654321;
}

#contents h2::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 8px;
	background-color: #EAA221;
}

/* 本文 */
.title_bu {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border-left: 9px solid #654321;
	background-color: #dac0ce;
	padding: 0.5em 0.5em 0.5em 0.5em;
}


.title_sho {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border-left: 6px solid #EAA221;
	background-color: #f2eac7;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.title_setsu {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border-left: 6px solid #666;
	background-color: #c6c6c6;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.title_kou {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #c6c6c6;
	padding: 0.5em 0 0.5em 0.5em;
}




.maintxt {
	line-height: 1.7;
	margin-bottom: 20px;
}

.maintxt p {
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 20px;
}

.maintxt li {
	margin-bottom: 0.5em;
	list-style: none;
}

.maintxt ul {
	margin-bottom: 1.2em;
}

p.top-onelinemargin { /* 本文上一行空き */
	margin-top: 20px;
}

p.title5th,
p.title6th,
p.title7th {
	margin-bottom: 0;
	font-weight: 600;
}

table.waku td {
	padding: 8px;
}

div.chartname {
	margin-top: 40px;
	margin-bottom: 5px;
	text-align: center;
}

div.chart-box {
	/* 画像を横並びにする箱 */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 5px;
}

.italic {
	font-style: italic;
}

.chart {
	text-align: center;
}

.chart img {
	margin-bottom: 30px;
	max-width: 100%;
}

.excel {
	margin-top: -10px;
	margin-bottom: 30px;
	text-align: center;
}


.note {
	border-top: 1px solid #666;
	padding-top: 0.5em;
}

.note li {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0.3em;
	list-style: none;
}

.note li a{
	word-break: break-all;
}

.columnNote {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0.3em;
	list-style: none;
}

/* ヘッダ及びフッダバーの設定 */
.bar .header {
	text-align: left;
	font-weight: bold
}

.bar .footer {
	text-align: right;
	font-weight: bold
}

/* バーの色 */
.divh .bar {
	background-color: #bedcd4;
}

.div1 .bar {
	background-color: #bedcd4;
}

.div2 .bar {
	background-color: #c0deeb;
}

.divs .bar {
	background-color: #e2d0b8;
}

/* 囲み */
.kakomi {
	margin-bottom: 20px;
	padding: 10px;
	border: solid 1px #333333;
}

.kakomi-bottom { /* 下のアキ入り */
	padding: 10px;
	border: solid 1px #333333;
	margin-bottom: 20px;
}

/* 箇条書き */
ul {
	margin-top: 0em;
	margin-bottom: 0em;
}

/* 下線 */
.underline {
	border-bottom: solid 1px #000000;
}


#pageFeed {
	position: relative;
	padding-top: 30px;
	border-top: 8px solid #654321;
}

#pageFeed::after {
	position: absolute;
	top: -8px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 8px;
	background-color: #EAA221;
}


#pageFeed ul {
	display: flex;
	justify-content: center;

}


#pageFeed ul li:nth-child(2) {
	margin-left: 60px;
}

#pageFeed ul li.prev::before {
	content: "　";
	background: url("../icons/prev_arrow.svg") no-repeat;
	margin-right: 0.2em;
}

#pageFeed ul li.next::after {
	content: "　";
	background: url("../icons/sidemenu_arrow.svg") no-repeat;
	margin-left: 0.2em;
}


@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	main {
		display: block;
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	#sp_headerArea {
		height: 15vw;
		position: fixed;
		width: 100%;
		z-index: 100;
		top: 0;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	}

	#sp_header {
		width: 100%;
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		background-color: rgba(255, 255, 255, 0.9);

		padding-left: 26vw;
		z-index: 15;
		box-sizing: border-box;
	}

	#sp_header h1 {
		font-size: 6vw;
		line-height: 1;
		margin-right: 3%;
		position: relative;
		padding: 0;
		padding-bottom: .2em;
		border-bottom: 0.8vw solid #654321;
		margin-left: 2%;
	}

	#sp_header h1::after {
		position: absolute;
		bottom: -0.8vw;
		left: 0;
		z-index: 2;
		content: '';
		width: 20%;
		height: 0.8vw;
		background-color: #EAA221;
	}

	#sp_header img {
		width: 70%;
		margin-left: 2%;

	}

	#bg {
		background-color: rgba(0, 0, 0, 0.6);
		width: 100vw;
		height: 100%;
		position: fixed;
		top: 15vw;
		left: 0;
		display: none;
	}

	#nav-toggle {
		display: block;
		position: absolute;
		cursor: pointer;
		z-index: 1050;
		width: 8vw;
		height: 6vw;
		left: 5%;
		top: 6vw;
	}

	#nav-toggle div:first-child {
		position: relative;
		padding-bottom: 1em;
	}

	#nav-toggle span {
		width: 100%;
		height: 2px;
		left: 0;
		display: block;
		background: #654321;
		position: absolute;
		transition: transform .4s ease-in-out, top .5s ease;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 2vw;
		width: 100%;
	}

	#nav-toggle span:nth-child(3) {
		top: 4vw;
		width: 100%;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 2vw;
		transform: rotate(45deg);
		width: 100%;
		left: 0;
	}

	.open #nav-toggle span:nth-child(2) {
		top: 2vw;
		width: 0;
		left: 0;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 2vw;
		transform: rotate(-45deg);
		width: 100%;
		left: 0;
	}

	#nav-toggle div:nth-child(2) {
		color: #654321;
		font-size: 90%;
		text-align: center;
	}

	.open #bg {
		display: block;
	}

	body.open {
		overflow: hidden;
	}


	#sideMenuWrap {
		position: fixed;
		background-color: #fff;
		z-index: 10;
		transform: translateX(-100%);
		transition: transform 0.6s;
		width: 85%;
		height: calc(100% - 15vw);
		min-width: 200px;
		margin-top: 15vw;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.open #sideMenuWrap {
		transform: translateX(0);
	}

	#backToCover img,
	#title {
		display: none;
	}

	#backToCover div {
		margin-left: 0;
		margin-top: 2vw;
	}

	nav.sideMenu {
		margin-top: 5vw;
	}


	#contents {
		width: 85%;
		display: block;
		margin: 0 auto;
		padding-bottom: 60px;
		padding-top: 20vw;
	}

	div.chartname {
		margin-top: calc(40px - 20vw);
		padding-top: 20vw;
	}

	#pageFeed ul {
		display: block;
		text-align: center;
	}

	#pageFeed ul li.prev {
		margin-left: -1.2em;
	}

	#pageFeed ul li.next {
		margin-left: 0;
		margin-top: 15px;
		margin-right: -1.2em;
	}

}