@charset 'UTF-8';
/* ---------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
	display: block;
	position: relative;
	margin: 0 -7px;
	padding: 18px 0 17px 60px;
	border-bottom: 1px solid #06b849;
	background: transparent;
	color: #000;
	font-weight: normal;
	font-size: 2.0rem;
	line-height: 1.2; 
	letter-spacing: 0.2em;
}
h1:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 14px;
	width: 30px;
	height: 32px;
	margin: -15px 0 0;
	background: url(../img/01/topics_icon.gif) no-repeat 0 0;
	background-size: contain;
}
@media only screen and (max-width: 699px) {
	h1 {
		display: flex;
		padding: 10px 10px 9px;
		color: #333;
		font-size: 1.6rem; 

		align-items: center;
	}
	h1:before {
		display: block;
		position: static;
		width: 18px;
		height: 20px;
		margin: -5px 6px 0 0;
	}
}
h1 strong {
	font-weight: normal; 
	font-size: 1.9rem;
}
@media only screen and (max-width: 699px) {
	h1 strong {
		font-size: 1.7rem;
	}
}
h1 span {
	display: block;
}
h1 span span {
	display: inline;
	padding: 0;
	border-left: none;
}

h2 {
	margin: 28px -5px 0;
	padding: 9px 10px 9px 19px;
	border-left: 5px solid #06b849;
	background: transparent;
	color: #333;
	font-weight: normal;
	font-size: 1.8rem;
	line-height: 1.4;
	text-decoration: none; 
	letter-spacing: 0.12em;
}
@media only screen and (max-width: 699px) {
	h2 {
		margin: 14px -3px 0;
		padding: 3px 10px 3px 24px;
		border-width: 3px;
		font-weight: normal; 
		font-size: 1.5rem;
	}
}
h2 a, h2 a:link {
	display: block;
	color: #004ea2;
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}
h2 a:hover, h2 a:link:hover {
	text-decoration: none; 
	opacity: 0.7;
}
@media only screen and (max-width: 699px) {
	h2 a, h2 a:link {
		transition: none;
	}
	h2 a:hover, h2 a:link:hover {
		text-decoration: inherit; 
		opacity: 1;
	}
}

h3 {
	margin: 11px 0 15px;
	padding: 0 2px 1px;
	border-bottom: 1px solid #06b849;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
}
h3:first-child {
	margin-top: 0;
}
@media only screen and (max-width: 699px) {
	h3 {
		font-size: 1.4rem;
	}
}

h4 {
	margin: 18px 0 15px;
	padding: 0 2px 1px;
	border-bottom: 2px dotted #06b849;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
}
@media only print, screen and (min-width: 700px) {
	h4 {
		font-size: 1.4rem;
	}
}

/* Paragraph
------------------------------------ */
p {
	margin: 1.0em 0 0;
	font-size: 1.2rem; 
	line-height: 1.73;
}
@media only print, screen and (min-width: 700px) {
	p {
		font-size: 1.4rem;
	}
}
p img {
	max-width: 100%;
	height: auto;
}

em {
	font-style: italic;
	*font-family: monospace;
}

/* Other
------------------------------------ */
iframe {
	max-width: 100%;
}

/* ---------------------------------------------------------
リンク
--------------------------------------------------------- */

/* 通常の●リスト
----------------------------------------- */
ul {
	margin: 1em 0 0;
}
ul li {
	position: relative;
	margin: 6px 0 0;
	padding-left: 14px;
	font-size: 1.4rem; 
	list-style: none;
}
@media only screen and (max-width: 699px) {
	ul li {
		margin: 8px 0 0;
		padding-left: 11px;
		font-size: 1.2rem;
	}
}
ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.6em;
	left: 0.25em;
	width: 3px;
	height: 3px;
	border-radius: 50%; 
	background: #333;
}
@media only screen and (max-width: 699px) {
	ul li:before {
		width: 2px;
		height: 2px;
	}
}

/* 番号付きリスト
----------------------------------------- */
ol {
	margin: 1em 0 0;
	counter-reset: ol;
}

ol li {
	position: relative;
	margin: 6px 0 0;
	padding: 0;
	font-size: 1.4rem;
	list-style: none;
	/* style */
}
@media only screen and (max-width: 699px) {
	ol li {
		margin: 8px 0 0;
		font-size: 1.2rem;
	}
}
ol li:before {
	content: counter(ol) '.'; 

	counter-increment: ol;
}

/* 画像リスト
----------------------------------------- */
.listType_01 {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.25em;
	background-size: 12px auto;
	text-decoration: underline;
	/* style */
}
@media only print, screen and (min-width: 700px) {
	.listType_01 {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* 通常リンク
------------------------------------ */
.linkTypeNormal {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.25em;
	background-size: 12px auto;
	text-decoration: underline;
	/* style */
}
@media only print, screen and (min-width: 700px) {
	.linkTypeNormal {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* PDF
------------------------------------ */
.linkTypePdf {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_pdf.png) no-repeat 0 0.25em;
	background-size: 12px auto; 
	text-decoration: underline;
}
@media only print, screen and (min-width: 700px) {
	.linkTypePdf {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* Word
------------------------------------ */
.linkTypeDoc {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_doc.png) no-repeat 0 0.25em;
	background-size: 12px auto; 
	text-decoration: underline;
}
@media only print, screen and (min-width: 700px) {
	.linkTypeDoc {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* Excel
------------------------------------ */
.linkTypeXls {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_xls.png) no-repeat 0 0.25em;
	background-size: 12px auto; 
	text-decoration: underline;
}
@media only print, screen and (min-width: 700px) {
	.linkTypeXls {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* PowerPoint
------------------------------------ */
.linkTypePpt {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_ppt.png) no-repeat 0 0.25em;
	background-size: 12px auto; 
	text-decoration: underline;
}
@media only print, screen and (min-width: 700px) {
	.linkTypePpt {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* 別ウィンドウ
------------------------------------ */
.linkTypeWindow {
	display: inline-block;
	padding-left: 18px;
	background: url(../img/icons/ico_window.png) no-repeat 0 0.25em;
	background-size: 12px auto; 
	text-decoration: underline;
}
@media only print, screen and (min-width: 700px) {
	.linkTypeWindow {
		padding-left: 24px;
		background-position: 0 0.3em;
		background-size: 15px auto;
	}
}

/* ---------------------------------------------------------
囲みブロック
--------------------------------------------------------- */
.colorBlock {
	width: 100%;
	border-collapse: collapse;
	/* style */
}

.colorBlock th, .colorBlock td {
	padding: 10px;
	border: none;
}

.colorBlock p {
	margin: 1em 0 0;
}

.colorBlock p.firstChild, .colorBlock h2.firstChild, .colorBlock h3.firstChild, .colorBlock h4.firstChild, .colorBlock p:first-child, .colorBlock h2:first-child, .colorBlock h3:first-child, .colorBlock h4:first-child {
	margin-top: 0;
}

/* ---------------------------------------------------------
テーブル
--------------------------------------------------------- */

/* レイアウトテーブル
------------------------------------ */
.tblLayout {
	border-color: #fff;
	border-collapse: collapse;
}

.tblLayout th, .tblLayout td {
	padding: 0;
	border-color: #fff;
}

/* 通常
------------------------------------ */
table {
	margin: 1.0em 0 0;
	border: 3px solid #e3f2e7;
	background-color: #fff; 

	border-collapse: collapse;
}
table.scroll {
	display: block;
	overflow: auto;
	width: auto;
	white-space: nowrap;
}
table.scroll tbody {
	display: table; 
	width: 100%;
}
table.scroll::-webkit-scrollbar {
	height: 5px;
}
table.scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}
table.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}

.tblLayout table {
	margin: 1.0em 0 0;
	border-collapse: collapse;
}

table caption, .tblLayout table caption {
	padding: 6px 10px;
	border-top: solid 1px #e3f2e7;
	border-right: solid 1px #e3f2e7;
	border-left: solid 1px #e3f2e7;
	background: #e6e6e6; 
	font-weight: bold;
}

table thead th, .tblLayout table thead th {
	padding: 8px;
	border: 1px solid #e3f2e7;
	background: #f3faee;
	color: #666;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.38;
}
@media only print, screen and (min-width: 700px) {
	table thead th, .tblLayout table thead th {
		padding: 11px;
		border-width: 2px;
		font-size: 1.4rem;
	}
}

table th, .tblLayout table th {
	padding: 10px 15px;
	border: 2px solid #e3f2e7;
	background: #f3faee;
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.73;
	/* style */
}
@media only screen and (max-width: 699px) {
	table th, .tblLayout table th {
		padding: 8px 15px;
		border-width: 1px; 
		font-size: 1.2rem;
	}
}
table th th, table th td, .tblLayout table th th, .tblLayout table th td {
	font-size: 1.4rem;
}
@media only screen and (max-width: 699px) {
	table th th, table th td, .tblLayout table th th, .tblLayout table th td {
		font-size: 1.2rem;
	}
}

table td, .tblLayout table td {
	padding: 10px 15px;
	border: 2px solid #e3f2e7; 
	font-size: 1.4rem;
	line-height: 1.73;
}
@media only screen and (max-width: 699px) {
	table td, .tblLayout table td {
		padding: 8px 15px;
		border-width: 1px; 
		font-size: 1.2rem;
	}
}
table td th, table td td, .tblLayout table td th, .tblLayout table td td {
	font-size: 1.4rem;
}
@media only screen and (max-width: 699px) {
	table td th, table td td, .tblLayout table td th, .tblLayout table td td {
		font-size: 1.2rem;
	}
}

table p {
	margin: 0.5em 0 0;
	font-size: 1.4rem;
}
@media only screen and (max-width: 699px) {
	table p {
		font-size: 1.2rem;
	}
}

table p.firstChild, table p:first-child {
	margin-top: 0;
}

table .nowrap {
	white-space: nowrap;
}

table ul, table ol, table dl {
	margin: 0;
}

/* ---------------------------------------------------------
画像カラムレイアウト
2カラム：imgColumns_01
3カラム：imgColumns_02
4カラム：imgColumns_03
5カラム：imgColumns_04
------------------------------------ */
.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
	margin: 1.0em 0 0 -12px; 
	letter-spacing: -0.4em;
}
.imgColumns_01 > *, .imgColumns_02 > *, .imgColumns_03 > *, .imgColumns_04 > * {
	letter-spacing: normal;
}
@media only screen and (max-width: 699px) {
	.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
		margin: 1.0em 0 0;
		letter-spacing: normal;
	}
}
#contentWrapNoneSide .imgColumns_01, #contentWrapNoneSide
  .imgColumns_02, #contentWrapNoneSide
  .imgColumns_03, #contentWrapNoneSide
  .imgColumns_04 {
	margin: 1.0em 0 0 -14px;
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_01, #contentWrapNoneSide
	.imgColumns_02, #contentWrapNoneSide
	.imgColumns_03, #contentWrapNoneSide
	.imgColumns_04 {
		margin: 1.0em 0 0;
	}
}
.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
	display: inline-block;
	margin: 1em 0 0 12px;
	vertical-align: top;
}
@media only screen and (max-width: 699px) {
	.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
		display: block;
		margin: 1.0em 0 0;
		padding: 0 6px;
	}
}
#contentWrapNoneSide .imgColumns_01 .item, #contentWrapNoneSide
    .imgColumns_02 .item, #contentWrapNoneSide
    .imgColumns_03 .item, #contentWrapNoneSide
    .imgColumns_04 .item {
	margin: 1.0em 0 0 14px;
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_01 .item, #contentWrapNoneSide
	.imgColumns_02 .item, #contentWrapNoneSide
	.imgColumns_03 .item, #contentWrapNoneSide
	.imgColumns_04 .item {
		margin: 1.0em 0 0;
	}
}
.imgColumns_01 .item:empty, .imgColumns_02 .item:empty, .imgColumns_03 .item:empty, .imgColumns_04 .item:empty {
	display: block;
}
@media only screen and (max-width: 699px) {
	.imgColumns_01 .item:empty, .imgColumns_02 .item:empty, .imgColumns_03 .item:empty, .imgColumns_04 .item:empty {
		display: none;
	}
}
.imgColumns_01 p, .imgColumns_02 p, .imgColumns_03 p, .imgColumns_04 p {
	margin-top: 0.15em;
	padding: 0 4px;
	color: #615e5e;
	font-size: 1.2rem;
	letter-spacing: 0.32em;
}
.imgColumns_01 p:first-child, .imgColumns_02 p:first-child, .imgColumns_03 p:first-child, .imgColumns_04 p:first-child {
	margin-top: 0;
	padding: 0;
}
.imgColumns_01 p a, .imgColumns_02 p a, .imgColumns_03 p a, .imgColumns_04 p a {
	color: #615e5e;
}
@media only screen and (max-width: 699px) {
	.imgColumns_01 p, .imgColumns_02 p, .imgColumns_03 p, .imgColumns_04 p {
		margin-top: 0.25em;
		padding: 0;
		font-size: 1.15rem;
		letter-spacing: 0.16em;
	}
}
.imgColumns_01 .imgWrap, .imgColumns_02 .imgWrap, .imgColumns_03 .imgWrap, .imgColumns_04 .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}
.imgColumns_01 img, .imgColumns_02 img, .imgColumns_03 img, .imgColumns_04 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
}

.imgColumns_01 .item {
	width: calc(((720px - 12px * (2 - 1)) / 2));
}
.ie11 .imgColumns_01 .item {
	width: calc(((720px - 12px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	.imgColumns_01 .item {
		width: 100%;
	}
}
#content .imgColumns_01 .item {
	width: calc(((680px - 12px * (2 - 1)) / 2));
}
.ie11 #content .imgColumns_01 .item {
	width: calc(((680px - 12px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#content .imgColumns_01 .item {
		width: 100%;
	}
}
#contentWrapNoneSide .imgColumns_01 .item {
	width: calc(((940px - 14px * (2 - 1)) / 2));
}
.ie11 #contentWrapNoneSide .imgColumns_01 .item {
	width: calc(((940px - 14px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_01 .item {
		width: 100%;
	}
}
#contentWrapNoneSide #content .imgColumns_01 .item {
	width: calc(((900px - 14px * (2 - 1)) / 2));
}
.ie11 #contentWrapNoneSide #content .imgColumns_01 .item {
	width: calc(((900px - 14px * (2 - 1)) / 2) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_01 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#content .imgColumns_01, #contentWrapNoneSide .imgColumns_01, #contentWrapNoneSide #content .imgColumns_01 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#content .imgColumns_01 > *, #contentWrapNoneSide .imgColumns_01 > *, #contentWrapNoneSide #content .imgColumns_01 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_01 .item, #contentWrapNoneSide .imgColumns_01 .item, #contentWrapNoneSide #content .imgColumns_01 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

.imgColumns_02 .item {
	width: calc(((720px - 12px * (3 - 1)) / 3));
}
.ie11 .imgColumns_02 .item {
	width: calc(((720px - 12px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	.imgColumns_02 .item {
		width: 100%;
	}
}
#content .imgColumns_02 .item {
	width: calc(((680px - 12px * (3 - 1)) / 3));
}
.ie11 #content .imgColumns_02 .item {
	width: calc(((680px - 12px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#content .imgColumns_02 .item {
		width: 100%;
	}
}
#contentWrapNoneSide .imgColumns_02 .item {
	width: calc(((940px - 14px * (3 - 1)) / 3));
}
.ie11 #contentWrapNoneSide .imgColumns_02 .item {
	width: calc(((940px - 14px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_02 .item {
		width: 100%;
	}
}
#contentWrapNoneSide #content .imgColumns_02 .item {
	width: calc(((900px - 14px * (3 - 1)) / 3));
}
.ie11 #contentWrapNoneSide #content .imgColumns_02 .item {
	width: calc(((900px - 14px * (3 - 1)) / 3) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_02 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#content .imgColumns_02, #contentWrapNoneSide .imgColumns_02, #contentWrapNoneSide #content .imgColumns_02 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#content .imgColumns_02 > *, #contentWrapNoneSide .imgColumns_02 > *, #contentWrapNoneSide #content .imgColumns_02 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_02 .item, #contentWrapNoneSide .imgColumns_02 .item, #contentWrapNoneSide #content .imgColumns_02 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

.imgColumns_03 .item {
	width: calc(((720px - 12px * (4 - 1)) / 4));
}
.ie11 .imgColumns_03 .item {
	width: calc(((720px - 12px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	.imgColumns_03 .item {
		width: 100%;
	}
}
#content .imgColumns_03 .item {
	width: calc(((680px - 12px * (4 - 1)) / 4));
}
.ie11 #content .imgColumns_03 .item {
	width: calc(((680px - 12px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	#content .imgColumns_03 .item {
		width: 100%;
	}
}
#contentWrapNoneSide .imgColumns_03 .item {
	width: calc(((940px - 14px * (4 - 1)) / 4));
}
.ie11 #contentWrapNoneSide .imgColumns_03 .item {
	width: calc(((940px - 14px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_03 .item {
		width: 100%;
	}
}
#contentWrapNoneSide #content .imgColumns_03 .item {
	width: calc(((900px - 14px * (4 - 1)) / 4));
}
.ie11 #contentWrapNoneSide #content .imgColumns_03 .item {
	width: calc(((900px - 14px * (4 - 1)) / 4) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_03 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#content .imgColumns_03, #contentWrapNoneSide .imgColumns_03, #contentWrapNoneSide #content .imgColumns_03 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#content .imgColumns_03 > *, #contentWrapNoneSide .imgColumns_03 > *, #contentWrapNoneSide #content .imgColumns_03 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_03 .item, #contentWrapNoneSide .imgColumns_03 .item, #contentWrapNoneSide #content .imgColumns_03 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

.imgColumns_04 .item {
	width: calc(((720px - 12px * (5 - 1)) / 5));
}
.ie11 .imgColumns_04 .item {
	width: calc(((720px - 12px * (5 - 1)) / 5) - 1px);
}
@media only screen and (max-width: 699px) {
	.imgColumns_04 .item {
		width: 100%;
	}
}
#content .imgColumns_04 .item {
	width: calc(((680px - 12px * (5 - 1)) / 5));
}
.ie11 #content .imgColumns_04 .item {
	width: calc(((680px - 12px * (5 - 1)) / 5) - 1px);
}
@media only screen and (max-width: 699px) {
	#content .imgColumns_04 .item {
		width: 100%;
	}
}
#contentWrapNoneSide .imgColumns_04 .item {
	width: calc(((940px - 14px * (5 - 1)) / 5));
}
.ie11 #contentWrapNoneSide .imgColumns_04 .item {
	width: calc(((940px - 14px * (5 - 1)) / 5) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide .imgColumns_04 .item {
		width: 100%;
	}
}
#contentWrapNoneSide #content .imgColumns_04 .item {
	width: calc(((900px - 14px * (5 - 1)) / 5));
}
.ie11 #contentWrapNoneSide #content .imgColumns_04 .item {
	width: calc(((900px - 14px * (5 - 1)) / 5) - 1px);
}
@media only screen and (max-width: 699px) {
	#contentWrapNoneSide #content .imgColumns_04 .item {
		width: 100%;
	}
}

@media only screen and (max-width: 699px) {
	#content .imgColumns_04, #contentWrapNoneSide .imgColumns_04, #contentWrapNoneSide #content .imgColumns_04 {
		margin: 0 0 0 -14px; 
		letter-spacing: -0.4em;
	}
	#content .imgColumns_04 > *, #contentWrapNoneSide .imgColumns_04 > *, #contentWrapNoneSide #content .imgColumns_04 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_04 .item, #contentWrapNoneSide .imgColumns_04 .item, #contentWrapNoneSide #content .imgColumns_04 .item {
		display: inline-block;
		width: calc(((100% - 14px * 2) / 2));
		margin: 14px 0 0 14px;
		padding: 0;
	}
}

/* ---------------------------------------------------------
画像回り込み
--------------------------------------------------------- */
.columnsBlock {
	margin: 1.0em 0 0;
	padding: 0;
}

.columnsBlock .folderImg {
	float: left;
	max-width: calc(100% - 10px); 
	margin: 0 10px 10px 0;
}

.columnsBlock .folderImg + p {
	position: relative;
	top: -5px;
}

.columnsBlock .folderImg .imgWrap {
	display: block;
}

.columnsBlock-right .folderImg {
	float: right;
	margin: 0 0 10px 10px;
}

/* 見出しなどが余白にはみ出さないように設定 */
.columnsBlock h2, .columnsBlock h3 {
	overflow: hidden;
	margin-top: 0;
}

.alignR {
	margin-right: 0;
}

.alignL {
	margin-left: 0;
}

img.imgLine_01 {
	padding: 0;
	border: none;
}

img.imgLine_02 {
	padding: 1px;
	border: 1px solid #b8b8b8;
	background: #fff;
}

/* ---------------------------------------------------------
区切り線
--------------------------------------------------------- */
hr.breakLine_01 {
	height: 2px;
	border: 0 none;
	background-color: #06b849;
}

hr.breakLine_02 {
	height: 1px;
	border: 0 none;
	background-color: #06b849;
}

/* ---------------------------------------------------------
新着情報
--------------------------------------------------------- */
.topicsBlock {
	position: relative;
	margin: 0;
	padding: 1px 0 0;
}
.topicsBlock table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: separate;
	border-spacing: 0 14px;
}
.topicsBlock table col.icoType {
	width: 110px;
}
@media only screen and (max-width: 699px) {
	.topicsBlock table {
		display: block;
	}
}
@media only screen and (max-width: 699px) {
	.topicsBlock tbody {
		display: block;
		padding: 3px 13px 10px;
	}
}
@media only screen and (max-width: 699px) {
	.topicsBlock tr {
		display: block;
		margin: 10px 0 0; 
		letter-spacing: -0.4em;
	}
	.topicsBlock tr > * {
		letter-spacing: normal;
	}
}
.topicsBlock th, .topicsBlock td {
	border: none;
	vertical-align: top;
}
.topicsBlock th {
	width: 150px;
	padding: 0 13px;
	background: none;
	color: #7d7c7c;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 0.12em;
	white-space: nowrap; 
	text-align: left;
}
.font-s .topicsBlock th {
	width: 130px;
}
.font-l .topicsBlock th {
	width: 180px;
}
@media only screen and (max-width: 699px) {
	.topicsBlock th {
		display: inline-block;
		width: auto;
		margin: 0 7px 0 0;
		padding: 0;
		color: #7d7c7c;
		font-size: 0.9rem;
	}
	.font-s .topicsBlock th, .font-l .topicsBlock th {
		width: auto;
	}
}
.topicsBlock th span {
	display: block;
}
.topicsBlock td {
	padding: 0 16px;
	font-size: 1.4rem;
	line-height: 1.7;
}
.topicsBlock td:nth-child(2) {
	padding: 0;
}
.topicsBlock td:nth-child(2) span {
	display: flex;
	min-height: 22px;
	padding: 1px;
	background: #06b849;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center; 

	justify-content: center;
	align-items: center;
}
.ie .topicsBlock td:nth-child(2) span {
	height: 22px;
}
.chrome .topicsBlock td:nth-child(2) span {
	letter-spacing: 0;
}
@media only screen and (max-width: 699px) {
	.topicsBlock td:nth-child(2) span {
		min-height: 11px;
		padding: 0 3px; 
		font-size: 0.6rem;
	}
}
@media only screen and (max-width: 699px) {
	.topicsBlock td {
		display: block;
		margin: 2px 0 0;
		padding: 0;
		font-size: 1.2rem;
	}
	.topicsBlock td:nth-child(2) {
		display: inline-block;
		margin: 0;
	}
}
.topicsBlock td a {
	color: #615e5e; 

	transition: opacity 0.2s ease-in-out;
}
.topicsBlock td a:hover {
	text-decoration: none; 
	opacity: 0.7;
}
@media only screen and (max-width: 699px) {
	.topicsBlock td a {
		transition: none;
	}
	.topicsBlock td a:hover {
		text-decoration: inherit; 
		opacity: 1;
	}
}
@media only screen and (max-width: 699px) {
	.topicsBlock td a {
		color: #282828;
	}
}
.topicsBlock td .label {
	width: 69px;
	text-align: center;
	vertical-align: top;
}
@media only screen and (max-width: 699px) {
	.topicsBlock td .label {
		width: 34px;
	}
}
.topicsBlock td .new {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 43px;
	height: 22px;
	margin: 0 0 0 4px;
	background: url(../img/01/ico_new.gif) no-repeat 0 0;
	background-size: contain;
	text-indent: 200%;
	white-space: nowrap;
	vertical-align: middle;
}
@media only screen and (max-width: 699px) {
	.topicsBlock td .new {
		width: 20px;
		height: 11px;
	}
}

/* ---------------------------------------------------------
サイトマップ
--------------------------------------------------------- */
.sitemap h2 a {
	padding: 0 0 0 24px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.2em;
	background-size: 15px auto;
	color: #333;
	text-decoration: underline;
}
@media only screen and (max-width: 699px) {
	.sitemap h2 a {
		padding: 0 0 0 18px;
		background-size: 12px auto;
	}
	.sitemap h2 a:hover {
		text-decoration: underline;
	}
}

.sitemap ul {
	margin: 1.0em 0 2em 15px;
}

.sitemap ul ul {
	margin: 0;
}

.sitemap ul li {
	padding: 0 0 0 24px;
	background: url(../img/icons/ico_link.png) no-repeat 0 0.15em;
	background-size: 15px auto; 
	list-style: none;
}
@media only screen and (max-width: 699px) {
	.sitemap ul li {
		padding: 0 0 0 18px;
		background-position: 0 0.25em;
		background-size: 12px auto;
	}
}
.sitemap ul li:before {
	display: none;
}
.sitemap ul li a {
	color: #333; 

	transition: opacity 0.2s ease-in-out;
}
.sitemap ul li a:hover {
	text-decoration: none; 
	opacity: 0.7;
}
@media only screen and (max-width: 699px) {
	.sitemap ul li a {
		transition: none;
	}
	.sitemap ul li a:hover {
		text-decoration: inherit; 
		opacity: 1;
	}
}
@media only screen and (max-width: 699px) {
	.sitemap ul li a:hover {
		text-decoration: underline;
	}
}

/* ---------------------------------------------------------
お問い合わせ
--------------------------------------------------------- */
.pageContactBlockWrap {
	width: 684px; 
	margin: 46px auto 0;
}

/* ---------------------------------------------------------
googleMap
--------------------------------------------------------- */
#map {
	margin: 1.0em auto 0;
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
.columnsBlock:after {
	content: ''; 
	display: block;
	clear: both;
}
