/* ---------------------------------------------------------
CMS移行前サイト スタイル打ち消し
--------------------------------------------------------- */
.section-title__jp,
.introduction__jptitle,
.features__jptitle,
.function__jptitle,
.price__jptitle,
.news__jptitle {
	margin: 0;
	border-bottom: none;
}
@media screen and (max-width: 959px) {
	.news__jptitle {
		margin: 0 !important;
	}
}

.page-contact__list-item h3,
.page-flow__list-item h3 {
	margin: 0 0 30px;
}

.page-flow__list-item h3::before,
.page-contact__list-item h3::before,
.section-title__en::before,
.page-introduction__about-cont h3::before {
	display: none;
}

.page-faq__item-inner h3,
.page-single__item h3 {
	margin: 0;
}
.page-faq__item-inner h3::before,
.page-single__item h3::before {
	display: none;
}

.page-information__item h4 {
	margin: 0;
}

.policy .policy-main-heading {
	margin: 0;
	padding: 0;
	border-bottom: none;
	font-size: 21px;
	color: #555;
}

.policy h2 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 21px;
	color: #555;
}

.policy h3 {
	padding: 0;
	border-bottom: none;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 16px;
	color: #555;
}
.policy h3::before {
	display: none;
}

.privacy-policy-agree .heading {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 30px !important;
	border-bottom: 3px solid #0f7dc2;
}

.policy h4 {
	margin: 0;
	font-size: 14px;
	color: #555;
}

.policy th {
	background: transparent;
	text-align: center;
}

.policy th, .policy td {
	padding: 5px;
	border: 1px solid #333;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}

.policy a {
	color: #0000ee;
}

.news__day {
	color: #888;
}

/* dynamic-omo.html */
.mv_wrap {
	background: url(../img/mv.png) no-repeat right top;
}
@media screen and (max-width: 480px) {
	.mv_wrap {
		background-position: right -75vw top;
	}
}

header .contact_box .tel p.tel_no span::before {
	background-image: url(../img/icons/ico_tel.png);
}

.voice_wrap ul.voice li .head .female_age2030::before {
	background-image: url(../img/avatar_female_age2030.png);
}

.voice_wrap ul.voice li .head .female_age4050::before {
	background-image: url(../img/avatar_female_age4050.png);
}

.voice_wrap ul.voice li .head .male_age4050::before {
	background-image: url(../img/avatar_male_age4050.png);
}

.contact_item ul li .mail a span::before {
	background-image: url(../img/icons/ico_mail.svg);
}

.contact_item ul li .tel p.tel_no::before {
	background-image: url(../img/icons/ico_tel.png);
}

.head_tit {
	border-bottom: none;
}

.privacy-policy-agree .heading {
	margin: 0;
}
.privacy-policy-agree .heading::before {
	display: none;
}

.privacy-policy-agree .policy .policy-heading {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 16px;
}
.privacy-policy-agree .policy .policy-heading::before {
	display: none;
}

.privacy-policy-agree .policy .policy-heading {
	padding: 0;
	border-bottom: none;
}

.environment_wrap h2 {
	margin: 0 0 10px !important;
	border-bottom: none;
}

.mwform-radio-field-text {
	font-size: 16px;
}

span.mwform-radio-field.vertical-item {
	display: block;
}

/* ---------------------------------------------------------
見出し
--------------------------------------------------------- */
h1 {
	font-weight: bold;
	font-size: 40px;
	line-height: calc(50 / 40);
	letter-spacing: 0.08em;
	color: #333;
}
@media screen and (max-width: 959px) {
	h1 {
		font-size: 28px;
		line-height: calc(42 / 28);
	}
}

h2 {
	margin: 40px 0 30px;
	padding-bottom: 5px;
	border-bottom: 3px solid #0f7dc2;
	font-weight: bold;
	font-size: 32px;
	line-height: calc(48 / 32);
	color: #333;
}
h2:first-child {
	margin: 0 0 30px;
}
@media screen and (max-width: 959px) {
	h2 {
		font-size: 24px;
		line-height: calc(36 / 24);
	}
	h2:first-child {
		margin: 0 0 30px;
	}
}

h3 {
	display: flex;
	margin: 40px 0 20px;
	font-size: 28px;
	line-height: calc(42 / 28);
	color: #333;
}
h3::before {
	content: '';
	display: block;
	min-width: 6px;
	height: 32px;
	background-color: #0f7dc2;
	margin: 5px 10px 0 0;
}
@media screen and (max-width: 959px) {
	h3 {
		font-size: 20px;
		line-height: calc(30 / 20);
	}
	h3::before {
		height: 22px;
	}
}
h3, p + h3 {
  margin-top: 40px;
}

h4 {
	margin: 20px 0 20px 2em;
	font-size: 24px;
	color: #0f7dc2;
	font-weight: bold;
}
@media screen and (max-width: 959px) {
	h4 {
		margin: 20px 0 20px 0;
		font-size: 20px;
	}
}

/* ---------------------------------------------------------
画像リスト
--------------------------------------------------------- */
.listType_01 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 15px;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.listType_01 {
		font-size: 16px;
	}
}
.listType_01::before {
	content: '';
	position: absolute;
	top: .8em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #000;
}
a .listType_01 {
	text-decoration: underline;
}
a:hover .listType_01 {
	text-decoration: none;
}

/* ---------------------------------------------------------
表 table
--------------------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 10px;
	border-collapse: collapse;
	border: 1px solid #888;
	border-spacing: 0;
}
table th {
	background: #e7f2f9;
	color: #333;
}
table th, table td {
	padding: 20px;
	border: 1px solid #888;
	vertical-align: top;
	font-size: 18px;
	line-height: 2;
	text-align: left;
}
@media screen and (max-width: 959px) {
	table th, table td {
		font-size: 16px;
	}
}

/* レイアウトテーブル
------------------------------------ */
.tblLayout {
	border-color: #fff;
}
.tblLayout th, .tblLayout td {
	padding: 0;
	border-color: #fff;
}

/* レイアウトテーブル内の通常テーブル
------------------------------------ */
.tblLayout table {
	width: 100%;
	border: 1px solid #888;
}
.tblLayout table th {
	padding: 13px;
	border: 1px solid #888;
	background: #e7f2f9;
	color: #333;
}
.tblLayout table td {
	padding: 13px;
	border: 1px solid #888;
	text-align: left;
	vertical-align: top;
}

/* 通常テーブル
------------------------------------ */
table.scroll {
	display: block;
	overflow: auto;
	width: auto;
	white-space: nowrap;
}
table.scroll tbody {
	width: 100%;
}
table.scroll::-webkit-scrollbar {
	height: 5px;
}
table.scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}
table.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}
table caption, .tblLayout table caption {
	padding: 6px 10px;
	border-top: solid 1px #0f7dc2;
	border-right: solid 1px #0f7dc2;
	border-left: solid 1px #0f7dc2;
	background: #e7f2f9;
	font-weight: bold;
}
table p {
	margin: 0.5em 0 0;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	table p {
		font-size: 16px;
	}
}
table p.firstChild, table p:first-child {
	margin-top: 0;
}
table .nowrap {
	white-space: nowrap;
}
table ul, table ol, table dl {
	margin: 0;
}

/* ---------------------------------------------------------
画像回り込み
--------------------------------------------------------- */
.columnsBlock {
	width: auto;
	margin: 1em 0 0;
	padding: 0;
	border: none;
}
.columnsBlock p {
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.columnsBlock p {
		font-size: 16px;
	}
}
.columnsBlock tbody,
.columnsBlock tr {
	border: none;
}
.columnsBlock td {
	padding: 0;
	border: none;
}
.columnsBlock .folderImg {
	float: left;
	max-width: calc(100% - 10px);
	margin: 0 30px 10px 0;
}
@media screen and (max-width: 959px) {
	.columnsBlock .folderImg {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}
.columnsBlock .folderImg + p {
	position: relative;
	top: -5px;
}
.columnsBlock .folderImg .imgWrap {
	display: block;
}
.columnsBlock .folderImg .imgWrap img {
	max-width: 400px;
}
@media screen and (max-width: 959px) {
	.columnsBlock .folderImg .imgWrap img {
		max-width: 100%;
	}
}
@media screen and (max-width: 959px) {
	.columnsBlock .folderImg .imgWrap {
		text-align: center;
	}
}
.columnsBlock .tblLayout {
	width: auto;
	margin: 0;
	border: none;
	box-sizing: border-box;
}
.columnsBlock .tblLayout tbody,
.columnsBlock .tblLayout tr,
.columnsBlock .tblLayout td {
	border: none;
}
.columnsBlock .tblLayout td {
	padding: 0;
}
.columnsBlock .tblLayout[align=left] {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.columnsBlock .tblLayout[align=right] {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.columnsBlock-right .folderImg {
	float: right;
	margin: 0 0 10px 30px;
}
@media screen and (max-width: 959px) {
	.columnsBlock-right .folderImg {
		display: block;
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
}
.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;
}

/* ---------------------------------------------------------
囲みブロック
--------------------------------------------------------- */
.colorBlock {
	width: 100%;
	border: none;
	background: #e7f2f9;
	border-collapse: separate;
}
.colorBlock th, .colorBlock td {
	padding: 40px;
	border: none;
}
@media screen and (max-width: 959px) {
	.colorBlock th, .colorBlock td {
		padding: 20px;
	}
}
.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;
}

/* ---------------------------------------------------------
リンク
--------------------------------------------------------- */
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
	opacity: .8;
}

/* 通常リンク
------------------------------------ */
.linkTypeNormal {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypeNormal {
		font-size: 16px;
	}
}

/* ファンクションリスト
------------------------------------ */
.linkTypeFunctionList {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.linkTypeFunctionList {
		font-size: 16px;
	}
}
.linkTypeFunctionList::before {
	content: "";
	position: relative;
	display: inline-block;
	vertical-align: middle;
	bottom: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 10px;
	border-color: transparent transparent transparent #0F7DC2;
	margin-right: 10px;
}

/* PDF
------------------------------------ */
.linkTypePdf {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../img/icons/ico_pdf.png) no-repeat right .4em;
	background-size: 18px auto;
	text-decoration: underline;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypePdf {
		font-size: 16px;
	}
}

/* Word
------------------------------------ */
.linkTypeDoc {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../img/icons/ico_doc.png) no-repeat right .4em;
	background-size: 18px auto;
	text-decoration: underline;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypeDoc {
		font-size: 16px;
	}
}

/* Excel
------------------------------------ */
.linkTypeXls {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../img/icons/ico_xls.png) no-repeat right .4em;
	background-size: 18px auto;
	text-decoration: underline;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypeXls {
		font-size: 16px;
	}
}

/* PowerPoint
------------------------------------ */
.linkTypePpt {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../img/icons/ico_ppt.png) no-repeat right .4em;
	background-size: 18px auto;
	text-decoration: underline;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypePpt {
		font-size: 16px;
	}
}

/* 別ウィンドウ
------------------------------------ */
.linkTypeWindow {
	margin: 0;
	padding: 0 20px 0 0;
	background-size: 18px auto !important;
	text-decoration: underline;
	background: url(../img/icons/ico_window.png) no-repeat right 0;
	line-height: 1;
	vertical-align: bottom;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkTypeWindow {
		font-size: 16px;
	}
}

/* 進む・戻る
------------------------------------ */
.linkPrevious {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkPrevious {
		font-size: 16px;
	}
}
.linkPrevious::before {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 8px;
	height: 13px;
	margin: -5.5px 0 0;
	background: url(../img/icons/ico-arrow-left.png) no-repeat center center;
	background-size: contain;
}

.linkNext {
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	vertical-align: middle;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.linkNext {
		font-size: 16px;
	}
}
.linkNext::after {
	content: '';
	position: absolute;
	top: 45%;
	left: 0;
	width: 8px;
	height: 13px;
	margin: -5.5px 0 0;
	background: url(../img/icons/ico-arrow-right.png) no-repeat center center;
	background-size: contain;
}

/* ---------------------------------------------------------
画像カラムレイアウト
2カラム：imgColumns_01
3カラム：imgColumns_02
4カラム：imgColumns_03
5カラム：imgColumns_04
------------------------------------ */
.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
	margin: 10px 0 0 -20px;
	letter-spacing: -0.4em;
}
.imgColumns_01 *, .imgColumns_02 *, .imgColumns_03 *, .imgColumns_04 * {
	box-sizing: border-box;
}
.imgColumns_01 > *, .imgColumns_02 > *, .imgColumns_03 > *, .imgColumns_04 > * {
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.imgColumns_01, .imgColumns_02, .imgColumns_03, .imgColumns_04 {
		margin: 5px 0 0;
		letter-spacing: normal;
	}
}
.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
	display: inline-block;
	margin: 20px 0 0 20px;
	vertical-align: top;
}
@media screen and (max-width: 959px) {
	.imgColumns_01 .item, .imgColumns_02 .item, .imgColumns_03 .item, .imgColumns_04 .item {
		display: block;
		margin: 15px 0 0;
		padding: 0;
	}
}
.imgColumns_01 .item:empty, .imgColumns_02 .item:empty, .imgColumns_03 .item:empty, .imgColumns_04 .item:empty {
	display: block;
}
@media screen and (max-width: 959px) {
	.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.5em;
	color: #333;
	font-size: 18px;
	line-height: 2;
}
.imgColumns_01 p:first-child, .imgColumns_02 p:first-child, .imgColumns_03 p:first-child, .imgColumns_04 p:first-child {
	margin-top: 0;
}
.imgColumns_01 p a, .imgColumns_02 p a, .imgColumns_03 p a, .imgColumns_04 p a {
	color: #615e5e;
}
@media screen and (max-width: 959px) {
	.imgColumns_01 p, .imgColumns_02 p, .imgColumns_03 p, .imgColumns_04 p {
		margin-top: 0.25em;
		font-size: 16px;
	}
}
.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;
	-o-object-fit: cover;
	object-fit: cover;
}

.imgColumns_01 .item {
	width: calc(50% - 20px);
}
@media screen and (max-width: 959px) {
	#content .imgColumns_01, #contentWrapNoneSide .imgColumns_01, #contentWrapNoneSide #content .imgColumns_01, #contentWrapNoneSide #content #topBlock .imgColumns_01 {
		margin: 5px 0 0 -15px;
		letter-spacing: -0.4em;
	}
	#content .imgColumns_01 > *, #contentWrapNoneSide .imgColumns_01 > *, #contentWrapNoneSide #content .imgColumns_01 > *, #contentWrapNoneSide #content #topBlock .imgColumns_01 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_01 .item, #contentWrapNoneSide .imgColumns_01 .item, #contentWrapNoneSide #content .imgColumns_01 .item, #contentWrapNoneSide #content #topBlock .imgColumns_01 .item {
		display: inline-block;
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
		padding: 0;
	}
}

.imgColumns_02 .item {
	width: calc(33.333% - 20px);
}
@media screen and (max-width: 959px) {
	#content .imgColumns_02, #contentWrapNoneSide .imgColumns_02, #contentWrapNoneSide #content .imgColumns_02, #contentWrapNoneSide #content #topBlock .imgColumns_02 {
		margin: 5px 0 0 -15px;
		letter-spacing: -0.4em;
	}
	#content .imgColumns_02 > *, #contentWrapNoneSide .imgColumns_02 > *, #contentWrapNoneSide #content .imgColumns_02 > *, #contentWrapNoneSide #content #topBlock .imgColumns_02 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_02 .item, #contentWrapNoneSide .imgColumns_02 .item, #contentWrapNoneSide #content .imgColumns_02 .item, #contentWrapNoneSide #content #topBlock .imgColumns_02 .item {
		display: inline-block;
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
		padding: 0;
	}
}

.imgColumns_03 .item {
	width: calc(25% - 20px);
}
@media screen and (max-width: 959px) {
	#content .imgColumns_03, #contentWrapNoneSide .imgColumns_03, #contentWrapNoneSide #content .imgColumns_03, #contentWrapNoneSide #content #topBlock .imgColumns_03 {
		margin: 5px 0 0 -15px;
		letter-spacing: -0.4em;
	}
	#content .imgColumns_03 > *, #contentWrapNoneSide .imgColumns_03 > *, #contentWrapNoneSide #content .imgColumns_03 > *, #contentWrapNoneSide #content #topBlock .imgColumns_03 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_03 .item, #contentWrapNoneSide .imgColumns_03 .item, #contentWrapNoneSide #content .imgColumns_03 .item, #contentWrapNoneSide #content #topBlock .imgColumns_03 .item {
		display: inline-block;
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
		padding: 0;
	}
}

.imgColumns_04 .item {
	width: calc(20% - 20px);
}
@media screen and (max-width: 959px) {
	#content .imgColumns_04, #contentWrapNoneSide .imgColumns_04, #contentWrapNoneSide #content .imgColumns_04, #contentWrapNoneSide #content #topBlock .imgColumns_04 {
		margin: 5px 0 0 -15px;
		letter-spacing: -0.4em;
	}
	#content .imgColumns_04 > *, #contentWrapNoneSide .imgColumns_04 > *, #contentWrapNoneSide #content .imgColumns_04 > *, #contentWrapNoneSide #content #topBlock .imgColumns_04 > * {
		letter-spacing: normal;
	}
	#content .imgColumns_04 .item, #contentWrapNoneSide .imgColumns_04 .item, #contentWrapNoneSide #content .imgColumns_04 .item, #contentWrapNoneSide #content #topBlock .imgColumns_04 .item {
		display: inline-block;
		width: calc(50% - 15px);
		margin: 15px 0 0 15px;
		padding: 0;
	}
}

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

/* ---------------------------------------------------------
新着情報・トピックス
--------------------------------------------------------- */
.topicsBlock {
	position: relative;
	max-width: 983px;
	margin: 30px 0 0 auto;
}
.topicsBlock * {
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
	.topicsBlock {
		text-align: left;
	}
}
.topicsBlock table {
	width: 100%;
	margin: 0;
	border: none;
	border-collapse: collapse;
}
.topicsBlock table col.dateType {
	width: 140px;
}
.topicsBlock table col.icoType {
	width: 90px;
}
@media screen and (max-width: 959px) {
	.topicsBlock table tbody {
		padding: 0;
	}
}
@media screen and (max-width: 959px) {
	.topicsBlock table tr {
		display: block;
		position: relative;
		margin: 0;
	}
}
.topicsBlock table tr:first-child th {
	padding: 20px 0;
}
@media screen and (max-width: 959px) {
	.topicsBlock table tr:first-child th {
		width: 100%;
		padding: 5px 0 2px;
		font-size: 14px;
		line-height: calc(21 / 14);
		color: #888;
	}
}
.topicsBlock table tr:first-child td:nth-child(2) {
	padding: 17px 15px 17px 0;
}
@media screen and (max-width: 959px) {
	.topicsBlock table tr:first-child td:nth-child(2) {
		padding: 0;
	}
}
.topicsBlock table tr:first-child td:last-child {
	padding: 20px 0;
}
@media screen and (max-width: 959px) {
	.topicsBlock table tr:first-child td:last-child {
		padding: 0 0 30px;
	}
}
.topicsBlock table th {
	width: 11em;
	padding: 20px 0;
	border: none;
	background: transparent;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	font-size: 18px;
	color: #888;
}
@media screen and (max-width: 959px) {
	.topicsBlock table th {
		display: inline-block;
		width: 100%;
		padding: 5px 0 2px;
		background: transparent;
		font-size: 14px;
		line-height: calc(21 / 14);
		color: #888;
	}
}
.topicsBlock table td {
	border: 0;
	background: transparent;
	vertical-align: top;
}
@media only print, screen and (min-width: 700px) {
	.topicsBlock table td {
		position: relative;
	}
}
.topicsBlock table td:nth-child(2) {
	width: 110px;
	padding: 22px 15px 17px 0;
}
@media screen and (max-width: 959px) {
	.topicsBlock table td:nth-child(2) {
		display: inline-block;
		width: auto;
		padding: 22px 0 0;
		border-bottom: none;
		vertical-align: middle;
	}
}
.topicsBlock table td:last-of-type {
	width: auto;
	padding: 20px 0;
	line-height: 1.6;
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.topicsBlock table td:last-of-type {
		display: block;
		padding: 0 0 30px;
	}
}
.topicsBlock table td:last-of-type a {
	display: inline-block;
	overflow: hidden;
	padding: 0;
	font-size: 18px;
	line-height: 2;
	letter-spacing: normal;
	text-decoration: underline;
	color: #333;
}
@media screen and (max-width: 959px) {
	.topicsBlock table td:last-of-type a {
		padding: 0;
		font-size: 16px;
	}
}
.topicsBlock table td a {
	display: inline;
	position: relative;
	color: #333;
	text-decoration: underline;
}
.topicsBlock table td a:hover {
	text-decoration: none;
	opacity: .8;
}
.new {
	display: inline-block;
	overflow: hidden;
	position: relative;
	width: 35px;
	height: 17px;
	margin: -8px 0 0 4px;
	background: url(../img/icons/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) {
	.new {
		width: 25px;
		height: 15px;
	}
}

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

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

/* ---------------------------------------------------------
サイトマップ
--------------------------------------------------------- */
.sitemap h2 {
	margin: 0 0 10px;
	padding: 5px 10px;
	border-bottom: none;
	background: #e7f2f9;
	font-size: 24px;
	color: #333;
}
@media screen and (max-width: 959px) {
	.sitemap h2 {
		padding: 7px 5px 5px;
		font-size: 20px;
	}
}
.sitemap h2 a {
	display: block;
	margin: 0;
	padding: 5px 0 5px 23px;
	background: url(../img/icons/ico_arrow_01.png) no-repeat 0 14px;
	background-size: 16px 16px;
	text-decoration: none;
	color: #333;
}
.sitemap h2 a:hover {
	text-decoration: underline;
	opacity: .8;
}
@media screen and (max-width: 959px) {
	.sitemap h2 a {
		background-position: 0 12px;
	}
}
.sitemap ul {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 8px;
}
.sitemap ul li {
	display: block;
	padding: 0;
	background-size: 6px auto;
	list-style: none;
}
.sitemap ul li::before {
	display: none;
}
@media screen and (max-width: 959px) {
	.sitemap ul li {
		margin: 0;
		border-top: none;
	}
}
.sitemap ul li a {
	padding: 0 0 0 16px;
	background: url(../img/icons/ico_arrow_02.png) no-repeat left center;
	background-size: 12px 12px;
	font-size: 18px;
}
@media screen and (max-width: 959px) {
	.sitemap ul li a {
		display: block;
		font-size: 16px;
	}
}
.sitemap ul ul {
	list-style-type: none;
	margin: 5px 0 0 20px;
	padding: 0;
}
@media screen and (max-width: 959px) {
	.sitemap ul ul {
		margin: 0;
	}
}

/* ---------------------------------------------------------
404・エラーページ
--------------------------------------------------------- */
.page-notfound p {
	margin: 1em 0;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.page-notfound p {
		font-size: 16px;
	}
}
.page-notfound p .linkTypeNormal a {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img/icons/ico-arrow-right.png) no-repeat left center;
	background-size: 8px 13px;
	text-decoration: none;
}
.page-notfound p .linkTypeNormal a:hover {
	opacity: .8;
}

/* ---------------------------------------------------------
1段組
・レイアウト1
・レイアウト4
2段組
・レイアウト2
・レイアウト5
3段組
・レイアウト3
・レイアウト6
--------------------------------------------------------- */
.columnLayout_01, .columnLayout_02, .columnLayout_03, .columnLayout_04 {
	margin: 10px 0 0 -5px;
	letter-spacing: -0.4em;
}
.columnLayout_01 *, .columnLayout_02 *, .columnLayout_03 *, .columnLayout_04 * {
	box-sizing: border-box;
}
.columnLayout_01 > *, .columnLayout_02 > *, .columnLayout_03 > *, .columnLayout_04 > * {
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.columnLayout_01, .columnLayout_02, .columnLayout_03, .columnLayout_04 {
		margin: 5px 0 0;
		letter-spacing: normal;
	}
}
.columnLayout_01 .itemWrap, .columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
	display: inline-block;
	margin: 10px 0 0 5px;
	padding: 0;
	vertical-align: top;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .itemWrap, .columnLayout_02 .itemWrap, .columnLayout_03 .itemWrap, .columnLayout_04 .itemWrap {
		display: block;
		margin: 15px 0 0;
		padding: 0;
		border: none;
		box-shadow: none;
	}
}

.columnLayout_01 .itemWrap {
	display: block;
}

.columnLayout_02 .itemWrap {
	width: calc(50% - 5px);
}
@media screen and (max-width: 959px) {
	.columnLayout_02 .itemWrap {
		width: 100%;
	}
}

.columnLayout_03 .itemWrap {
	width: calc(33.333% - 5px);
}
@media screen and (max-width: 959px) {
	.columnLayout_03 .itemWrap {
		width: 100%;
	}
}

.columnLayout_04 .itemWrap {
	width: calc(25% - 5px);
}
@media screen and (max-width: 959px) {
	.columnLayout_04 .itemWrap {
		width: 100%;
	}
}

.columnLayout_01 .item, .columnLayout_02 .item, .columnLayout_03 .item, .columnLayout_04 .item {
	border-top: none;
	vertical-align: top;
}
.columnLayout_01 .item > .inner, .columnLayout_02 .item > .inner, .columnLayout_03 .item > .inner, .columnLayout_04 .item > .inner {
	padding: 0;
}
.columnLayout_01 .itemTtl, .columnLayout_02 .itemTtl, .columnLayout_03 .itemTtl, .columnLayout_04 .itemTtl {
	margin: 0 0 10px;
	background: url(../img/icons/ico_arrow_02.png) no-repeat  10px 28px;
	background-color: #0f7dc2;
	background-size: 20px;
	font-weight: bold;
	font-size: 24px;
	line-height: calc(36 / 24);
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .itemTtl, .columnLayout_02 .itemTtl, .columnLayout_03 .itemTtl, .columnLayout_04 .itemTtl {
		background-position: 5px 16px;
		font-size: 20px;
	}
}
.columnLayout_01 .itemTtl a, .columnLayout_02 .itemTtl a, .columnLayout_03 .itemTtl a, .columnLayout_04 .itemTtl a {
	display: block;
	padding: 20px 10px 20px 40px;
	text-decoration: none;
}
.columnLayout_01 .itemTtl a:hover, .columnLayout_02 .itemTtl a:hover, .columnLayout_03 .itemTtl a:hover, .columnLayout_04 .itemTtl a:hover {
	text-decoration: underline;
	opacity: .8;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .itemTtl a, .columnLayout_02 .itemTtl a, .columnLayout_03 .itemTtl a, .columnLayout_04 .itemTtl a {
		padding: 10px 10px 10px 30px;
	}
}
.columnLayout_01 .itemTtl + .inner, .columnLayout_02 .itemTtl + .inner, .columnLayout_03 .itemTtl + .inner, .columnLayout_04 .itemTtl + .inner {
	padding: 0;
}
.columnLayout_01 .inner, .columnLayout_02 .inner, .columnLayout_03 .inner, .columnLayout_04 .inner {
	padding: 20px 0 0;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .inner, .columnLayout_02 .inner, .columnLayout_03 .inner, .columnLayout_04 .inner {
		padding: 16px 0 0;
	}
}
.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
	position: relative;
	top: -3px;
	margin: 0 0 20px;
	padding: 0 5px 0 0;
	font-size: 18px;
	text-align: justify;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .inner p, .columnLayout_02 .inner p, .columnLayout_03 .inner p, .columnLayout_04 .inner p {
		margin: 5px 10px;
		padding: 0;
		font-size: 16px;
	}
	.columnLayout_03 .inner p.itemTtl, .columnLayout_04 .inner p.itemTtl {
		margin: 0;
		padding: 0;
	}
}
.columnLayout_01 .inner .folderImg, .columnLayout_02 .inner .folderImg, .columnLayout_03 .inner .folderImg, .columnLayout_04 .inner .folderImg {
	float: left;
	top: auto;
	z-index: 10;
	margin: 0 6px 5px 0;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .inner .folderImg, .columnLayout_02 .inner .folderImg, .columnLayout_03 .inner .folderImg, .columnLayout_04 .inner .folderImg {
		margin: 0 10px 10px 0;
	}
}
.columnLayout_01 .inner .folderImg a, .columnLayout_02 .inner .folderImg a, .columnLayout_03 .inner .folderImg a, .columnLayout_04 .inner .folderImg a {
	display: block;
	transition: opacity 0.2s ease-in-out;
}
.columnLayout_01 .inner .folderImg a:hover, .columnLayout_02 .inner .folderImg a:hover, .columnLayout_03 .inner .folderImg a:hover, .columnLayout_04 .inner .folderImg a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 959px) {
	.columnLayout_01 .inner .folderImg a, .columnLayout_02 .inner .folderImg a, .columnLayout_03 .inner .folderImg a, .columnLayout_04 .inner .folderImg a {
		transition: none;
	}
	.columnLayout_01 .inner .folderImg a:hover, .columnLayout_02 .inner .folderImg a:hover, .columnLayout_03 .inner .folderImg a:hover, .columnLayout_04 .inner .folderImg a:hover {
		text-decoration: inherit;
		opacity: 1;
	}
}
.columnLayout_01 .inner .folderImg img, .columnLayout_02 .inner .folderImg img, .columnLayout_03 .inner .folderImg img, .columnLayout_04 .inner .folderImg img {
	border: 1px solid #dde4eb;
}
.columnLayout_01 .inner .imgWrap, .columnLayout_02 .inner .imgWrap, .columnLayout_03 .inner .imgWrap, .columnLayout_04 .inner .imgWrap {
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding-top: 75%;
}
.columnLayout_01 .inner .imgWrap img, .columnLayout_02 .inner .imgWrap img, .columnLayout_03 .inner .imgWrap img, .columnLayout_04 .inner .imgWrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	-o-object-fit: cover;
	object-fit: cover;
}

.columnLayout_01 .item .folderImg, .columnLayout_02 .item .folderImg {
	width: 145px;
}

.columnLayout_03 .item .folderImg {
	width: 85px;
}
@media screen and (max-width: 959px) {
	.columnLayout_03 .item .folderImg {
		width: 125px;
	}
}

.columnLayout_01 .item .folderImg .imgWrap, .columnLayout_02 .item .folderImg .imgWrap, .columnLayout_03 .item .folderImg .imgWrap, .columnLayout_04 .item .folderImg .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}

.columnLayout_01 .item .folderImg img, .columnLayout_02 .item .folderImg img, .columnLayout_03 .item .folderImg img, .columnLayout_04 .item .folderImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.columnLayout_01 .item .folderImg a:hover img, .columnLayout_02 .item .folderImg a:hover img, .columnLayout_03 .item .folderImg a:hover img, .columnLayout_04 .item .folderImg a:hover img {
	opacity: 0.8;
}

/* ---------------------------------------------------------
2段組ボタン
・レイアウト15
・レイアウト16
3段組ボタン
・レイアウト7
・レイアウト8
--------------------------------------------------------- */
.columnLayout_02btn, .columnLayout_03btn {
	margin: 10px 0 0 -20px;
	letter-spacing: -0.4em;
}
.columnLayout_02btn *, .columnLayout_03btn * {
	box-sizing: border-box;
}
.columnLayout_02btn > *, .columnLayout_03btn > * {
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn, .columnLayout_03btn {
		margin: 5px;
	}
}
.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
	display: inline-block;
	margin: 20px 0 0 20px;
	padding-top: 3px;
	vertical-align: top;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn .itemWrap, .columnLayout_03btn .itemWrap {
		display: block;
		margin: 15px 0 0;
		padding: 0;
	}
}
.columnLayout_02btn .itemWrap.bl-hover, .columnLayout_03btn .itemWrap.bl-hover {
	cursor: pointer;
}
.columnLayout_02btn .itemWrap.bl-hover .folderImg, .columnLayout_03btn .itemWrap.bl-hover .folderImg {
	opacity: 0.8;
}
.columnLayout_02btn .itemWrap.bl-hover .itemTtl, .columnLayout_03btn .itemWrap.bl-hover .itemTtl {
	opacity: 0.7;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn .itemWrap.bl-hover .folderImg, .columnLayout_03btn .itemWrap.bl-hover .folderImg {
		opacity: 1;
	}
	.columnLayout_02btn .itemWrap.bl-hover .itemTtl, .columnLayout_03btn .itemWrap.bl-hover .itemTtl {
		opacity: 1;
	}
}
.columnLayout_02btn .item .inner, .columnLayout_03btn .item .inner {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 10px;
	background: #e7f2f9;
	justify-content: space-between;
	align-items: center;
}
.columnLayout_02btn p, .columnLayout_03btn p {
	margin: 0;
	line-height: 1.4;
}
.columnLayout_02btn a, .columnLayout_03btn a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn a, .columnLayout_03btn a {
		font-size: 16px;
	}
}
.columnLayout_02btn a:hover, .columnLayout_03btn a:hover {
	text-decoration: underline;
	opacity: .8;
}
.columnLayout_02btn a span, .columnLayout_03btn a span {
	display: block;
	padding-left: 20px;
	background: url(../img/icons/ico_arrow_01.png) no-repeat 0 4px;
	background-size: 15px;
}
.columnLayout_02btn .folderImg, .columnLayout_03btn .folderImg {
	margin: 0 10px 0 0;
	background: #eee;
	vertical-align: middle;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn .folderImg, .columnLayout_03btn .folderImg {
		margin: 0 8px 0 0;
	}
}
.columnLayout_02btn .folderImg .imgWrap, .columnLayout_03btn .folderImg .imgWrap {
	display: block;
	position: relative;
	padding-top: 75%;
}
.columnLayout_02btn .folderImg img, .columnLayout_03btn .folderImg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.columnLayout_02btn .itemTtl, .columnLayout_03btn .itemTtl {
	margin: 0;
	letter-spacing: 0.1em;
	vertical-align: middle;
	flex: 1;
}

.columnLayout_02btn .itemWrap {
	width: calc(50% - 20px);
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn .itemWrap {
		width: 100%;
	}
}
.columnLayout_02btn .folderImg {
	width: 120px;
	max-width: 120px;
	min-width: 120px;
}
@media screen and (max-width: 959px) {
	.columnLayout_02btn .folderImg {
		width: 110px;
		max-width: 110px;
		min-width: 110px;
	}
}

.columnLayout_03btn .itemWrap {
	width: calc(33.333% - 20px);
}
@media screen and (max-width: 959px) {
	.columnLayout_03btn .itemWrap {
		width: 100%;
	}
}
.columnLayout_03btn .folderImg {
	width: 68px;
	max-width: 68px;
	min-width: 68px;
}
@media screen and (max-width: 959px) {
	.columnLayout_03btn .folderImg {
		width: 110px;
		max-width: 110px;
		min-width: 110px;
	}
}

/* ---------------------------------------------------------
サブフォルダ名表示
1段組
・レイアウト14
2段組
・レイアウト11
3段組
・レイアウト12
4段組
・レイアウト13
--------------------------------------------------------- */
.columnLayout_01sub .item, .columnLayout_02sub .item, .columnLayout_03sub .item, .columnLayout_04sub .item {
	overflow: hidden;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub .item, .columnLayout_02sub .item, .columnLayout_03sub .item, .columnLayout_04sub .item {
		padding: 0;
		border-radius: 0;
	}
}
.columnLayout_01sub .item .itemTtl, .columnLayout_02sub .item .itemTtl, .columnLayout_03sub .item .itemTtl, .columnLayout_04sub .item .itemTtl {
	margin: 0;
	padding: 0;
	background: #e7f2f9;
}
.columnLayout_01sub .item .itemTtl a, .columnLayout_02sub .item .itemTtl a, .columnLayout_03sub .item .itemTtl a, .columnLayout_04sub .item .itemTtl a {
	display: block;
	padding: 12px 10px 10px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.columnLayout_01sub .item .itemTtl a:hover, .columnLayout_02sub .item .itemTtl a:hover, .columnLayout_03sub .item .itemTtl a:hover, .columnLayout_04sub .item .itemTtl a:hover {
	text-decoration: underline;
	opacity: .8;
}
.columnLayout_01sub .item .itemTtl span, .columnLayout_02sub .item .itemTtl span, .columnLayout_03sub .item .itemTtl span, .columnLayout_04sub .item .itemTtl span {
	padding: 0;
	background: none;
}
.columnLayout_01sub .item .itemTtl span:before, .columnLayout_02sub .item .itemTtl span:before, .columnLayout_03sub .item .itemTtl span:before, .columnLayout_04sub .item .itemTtl span:before {
	content: '';
	display: inline-block;
	position: relative;
	top: 10px;
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	background: url(../img/icons/ico_arrow_01.png) no-repeat 0 0;
	background-size: contain;
	vertical-align: top;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub .item .itemTtl span:before, .columnLayout_02sub .item .itemTtl span:before, .columnLayout_03sub .item .itemTtl span:before, .columnLayout_04sub .item .itemTtl span:before {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub .item .itemTtl, .columnLayout_02sub .item .itemTtl, .columnLayout_03sub .item .itemTtl, .columnLayout_04sub .item .itemTtl {
		text-align: left;
	}
	.columnLayout_01sub .item .itemTtl a, .columnLayout_02sub .item .itemTtl a, .columnLayout_03sub .item .itemTtl a, .columnLayout_04sub .item .itemTtl a {
		position: relative;
		text-align: left;
	}
	.columnLayout_01sub .item .itemTtl a:before, .columnLayout_02sub .item .itemTtl a:before, .columnLayout_03sub .item .itemTtl a:before, .columnLayout_04sub .item .itemTtl a:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 9px;
		height: 15px;
		margin: -8px 0 0;
		background-size: contain;
	}
	.columnLayout_01sub .item .itemTtl a:hover, .columnLayout_02sub .item .itemTtl a:hover, .columnLayout_03sub .item .itemTtl a:hover, .columnLayout_04sub .item .itemTtl a:hover {
		opacity: 1;
	}
}
.columnLayout_01sub .item .inner, .columnLayout_02sub .item .inner, .columnLayout_03sub .item .inner, .columnLayout_04sub .item .inner {
	padding: 16px 0 0;
	background: #fff;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub .item .inner, .columnLayout_02sub .item .inner, .columnLayout_03sub .item .inner, .columnLayout_04sub .item .inner {
		display: block;
		padding: 14px;
	}
}
.columnLayout_01sub a, .columnLayout_02sub a, .columnLayout_03sub a, .columnLayout_04sub a {
	color: #000;
	transition: opacity 0.2s ease-in-out;
}
.columnLayout_01sub a:hover, .columnLayout_02sub a:hover, .columnLayout_03sub a:hover, .columnLayout_04sub a:hover {
	text-decoration: none;
	opacity: 0.7;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub a, .columnLayout_02sub a, .columnLayout_03sub a, .columnLayout_04sub a {
		transition: none;
	}
	.columnLayout_01sub a:hover, .columnLayout_02sub a:hover, .columnLayout_03sub a:hover, .columnLayout_04sub a:hover {
		text-decoration: inherit;
		opacity: 1;
	}
}
.columnLayout_01sub a:hover, .columnLayout_02sub a:hover, .columnLayout_03sub a:hover, .columnLayout_04sub a:hover {
	color: #a55225;
	opacity: 1;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub a:hover, .columnLayout_02sub a:hover, .columnLayout_03sub a:hover, .columnLayout_04sub a:hover {
		text-decoration: underline;
	}
}

.columnLayout_01sub ul {
	margin: 0;
	padding: 0;
	letter-spacing: -0.4em;
}
.columnLayout_01sub ul > * {
	letter-spacing: normal;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub ul {
		margin: -6px 0 0;
		padding: 0;
	}
}
.columnLayout_01sub li {
	display: inline-block;
	margin: 1px 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 2;
	list-style: none;
}
.columnLayout_01sub li a {
	text-decoration: none;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub li {
		display: block;
		margin: 5px 0 0;
		font-size: 16px;
	}
}
.columnLayout_01sub li:before {
	display: none;
}
.columnLayout_01sub li:after {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 1px;
	height: 16px;
	margin: 0 18px;
	background: #000;
	vertical-align: middle;
}
@media screen and (max-width: 959px) {
	.columnLayout_01sub li:after {
		height: 15px;
		margin: 0 14px;
	}
}
.columnLayout_01sub li:last-of-type:after {
	content: none;
}

.columnLayout_02sub ul, .columnLayout_03sub ul, .columnLayout_04sub ul {
	margin: -8px 0 0;
	padding: 0 0 0 16px;
}
@media screen and (max-width: 959px) {
	.columnLayout_02sub ul, .columnLayout_03sub ul, .columnLayout_04sub ul {
		margin: -6px 0 0 -20px;
		padding: 0;
	}
}
.columnLayout_02sub li, .columnLayout_03sub li, .columnLayout_04sub li {
	position: relative;
	margin: 6px 0 0;
	padding-left: 16px;
	list-style: none;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 959px) {
	.columnLayout_02sub li, .columnLayout_03sub li, .columnLayout_04sub li {
		display: inline-block;
		width: 100%;
		margin: 8px 0 0 20px;
		padding-left: 16px;
		font-size: 16px;
	}
}
.columnLayout_02sub li:before, .columnLayout_03sub li:before, .columnLayout_04sub li:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 12px;
	height: 12px;
	margin: 0 10px 0 0;
	background: url(../img/icons/ico_arrow_02.png) no-repeat 0 0;
	background-size: contain;
}

/* ---------------------------------------------------------
日付リスト
・レイアウト9（年月日 tblDateLst_01）
・レイアウト10（月日 tblDateLst_02）
--------------------------------------------------------- */
.tblDateLst_01, .tblDateLst_02 {
	display: block;
}

.tblDateLst_01 table, .tblDateLst_02 table {
	width: 100%;
	margin: 30px 0 0;
	border: none;
}
@media screen and (max-width: 959px) {
	.tblDateLst_01 table, .tblDateLst_02 table {
		margin: 20px 0 0;
	}
}
.tblDateLst_01 table thead th, .tblDateLst_02 table thead th {
	border: 1px solid #888;
	background: #e7f2f9;
	color: #333;
}
.tblDateLst_01 table td, .tblDateLst_02 table td {
	padding: 8px 10px 6px;
	border: 1px solid #888;
	background-color: #fff;
}

/* 年月日
------------------------------------ */
.tblDateLst_01 table col.dateType {
	width: 11em;
}
@media only print, screen and (min-width: 700px) {
	.tblDateLst_01 table col.dateType {
		width: 11.5em;
	}
}

/* 月日
------------------------------------ */
.tblDateLst_02 table col.dateType {
	width: 7.5em;
}
@media only print, screen and (min-width: 700px) {
	.tblDateLst_02 table col.dateType {
		width: 8em;
	}
}

/* リンク
------------------------------------ */
.tblDateLst_01 table a, .tblDateLst_02 table a {
	display: inline-block;
	min-height: 17px;
	padding-left: 22px;
	background: url(../img/icons/ico_arrow_02.png) no-repeat 0 12px;
	background-size: 14px;
	color: inherit;
}
.tblDateLst_01 table a:hover, .tblDateLst_02 table a:hover {
	color: var(--main-color);
}
@media screen and (max-width: 959px) {
	.tblDateLst_01 table a, .tblDateLst_02 table a {
		padding-left: 18px;
		background-position: 0 13px;
		background-size: 12px;
	}
	.tblDateLst_01 table a:hover, .tblDateLst_02 table a:hover {
		text-decoration: underline;
	}
}

/* ---------------------------------------------------------
ClearFix
--------------------------------------------------------- */
#summaryWrap:after, .columnLayout_01 .inner:after, .columnLayout_02 .inner:after, .columnLayout_03 .inner:after, .columnLayout_04 .inner:after, .columnLayout_02btn .inner:after, .columnLayout_03btn .inner:after {
	content: '';
	display: block;
	clear: both;
}

/* ---------------------------------------------------------
サイト内検索 ■ normal
--------------------------------------------------------- */
.gsc-control-cse.gsc-control-cse-ja {
	padding: 1em;
}
.gsc-control-cse.gsc-control-cse-ja table, .gsc-control-cse.gsc-control-cse-ja th, .gsc-control-cse.gsc-control-cse-ja td {
	border: none;
}
.gsc-control-cse.gsc-control-cse-ja table {
	background-color: transparent;
}
.gsc-control-cse.gsc-control-cse-ja .gsc-option-menu-container {
	white-space: nowrap;
}
.gsc-control-cse {
	border-color: #FFFFFF;
	background-color: #F1F1F1 !important;
}
.gsc-search-box {
	padding: 0 !important;
}
.gsc-search-box th, .gsc-search-box td {
	height: 36px;
	padding: 0;
}
.gsc-input input.gsc-input {
	width: 99% !important;
	margin-right: 0 !important;
	padding: 0 6px !important;
	font-size: 16px;
}
.gsc-input-box {
	padding: 5px !important;
	border: 1px solid #0f7dc2 !important;
}
.gsc-input-box table {
	margin: 0;
}
.gsc-search-button .gsc-search-button-v2 {
	padding: 15px 10px;
	border-color: #0f7dc2;
	background-color: #0f7dc2;
}
.gsc-input .gsst_a .gscb_a {
	color: #fff;
}
.gsc-input .gsst_a:hover .gscb_a {
	color: #0f7dc2;
}
@media only print, screen and (min-width: 700px) {
	table.gsc-search-box {
		width: 700px;
		margin: 0 auto;
	}
}
.gsc-results {
	width: 100% !important;
}
.gsc-webResult.gsc-result {
	margin: 0;
}
.gsc-results .gsc-cursor-box {
	margin: 30px 0 20px !important;
	border-top: none;
}
@media only screen and (max-width: 699px) {
	.gsc-results .gsc-cursor-box {
		text-align: center;
	}
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 7px 10px;
	border: solid 1px #0f7dc2 !important;
	background-color: #fff !important;
	color: #0f7dc2 !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: none;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	border-color: #0f7dc2 !important;
	background: #0f7dc2 !important;
	color: #fff !important;
}
.gsc-table-result {
	border: none;
}
.gsc-table-result td {
	border: none;
}

/* ---------------------------------------------------------
音声ブラウザ用ナビゲーション
--------------------------------------------------------- */
.naviHidden {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	border-style: none;
}

/* ---------------------------------------------------------
リスト
--------------------------------------------------------- */
ul li {
	display: flex;
	list-style: none;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: calc(31.5 / 18);
	font-weight: 400;
}
ul li::before {
	min-width: 10px;
	height: 2px;
	margin: 13px 10px 0 0;
	background-color: #0f7dc2;
	content: '';
}

ol {
	width: calc(960 / 1000 * 100%);
	margin-left: auto;
	margin-right: 0;
	padding-left: 2em;
}
ol li {
	line-height: 1.75;
	font-size: 18px;
	margin-top: 20px;
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	text-indent: -2em;
}
ol li::before {
	content: "(" counter(cnt) ") ";
	margin-right: 10px;
}

/* ---------------------------------------------------------
移行後CSS調整
--------------------------------------------------------- */
.page-term__wrap p {
	margin-top: 10px;
}

.table-contents li::before {
	min-width: auto;
	margin: 0 10px 0 0;
	background-color: transparent;
}

.header__menu ul li::before {
	display: none;
}

.breadcrumbs li {
	margin-bottom: 0;
}
.breadcrumbs li::before {
	display: none;
}

.features__list {
	display: block;
	margin-bottom: 0;
}
.features__list::before {
	margin: 0 10px 0 0;
}

.function__listbox li {
	margin-bottom: 0;
	line-height: 1.5;
}
.function__listbox li::before {
	margin: 13px 0 0 0;
}

.page-flow__links li::before {
	min-width: auto;
	margin: 0 10px 0 0;
	background-color: transparent;
}

.function_wrap .trouble li::before {
	display: none;
}

.voice_wrap ul.voice li {
	display: block;
	font-size: 16px;
	line-height: 1.6;
}
.voice_wrap ul.voice li::before {
	display: none;
}

.voice_wrap .attention li {
	display: block;
	margin-bottom: 0;
}

.contact_item ul li {
	display: block;
	margin-bottom: 0;
}
.contact_item ul li::before {
	display: none;
}

.policy ul li {
	display: block;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.6;
}
.policy ul li::before {
	display: none;
}

.contents_wrap ul li {
	display: block;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0;
}
.contents_wrap ul li::before {
	display: none;
}

footer .contents_wrap ul li {
	display: inline-block;
}
footer .contents_wrap ul li::before {
	display: block;
	min-width: auto;
	height: auto;
	margin: 0;
	background-color: transparent;
}

.page-term__bullets p {
	margin-top: 20px;
}

.features__jptitle.features__jptitle,
.introduction__section .introduction__jptitle,
.function__section .function__jptitle,
.price__title .price__jptitle,
.news__section .news__jptitle {
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 699px) {
	.features__jptitle.features__jptitle,
	.introduction__section .introduction__jptitle,
	.function__section .function__jptitle,
	.price__title .price__jptitle,
	.news__section .news__jptitle {
		margin: 0;
	}
}

@media only screen and (max-width: 699px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 699px) {
	.section-title.section-title--white .section-title__jp {
		font-feature-settings: "palt" on;
	}
}

.mv_wrap h1 {
	letter-spacing: normal;
}

.function_wrap .function ul li,
.function_wrap .function ul li .tit {
	line-height: 1.6;
}

.function_wrap .function ul li p {
	font-size: 16px;
}

.function_wrap .function ul li::before {
	margin: 0;
}

@media screen and (max-width: 959px) {
	.page-introduction .page-term__ttl {
		margin: 0;
		padding: 0 15px;
	}

	.page-introduction .page-term__wrap h4,
	.page-introduction .page-term__wrap ul,
	.page-introduction__about-img {
		padding: 0 15px;
	}

	.page-introduction .page-term__wrap ul li {
		font-size: 16px;
	}
}

.page-term__bullets .sublist li {
	display: block;
}
.page-term__bullets .sublist li::before {
	min-width: auto;
	background-color: transparent;
	margin-top: 0;
}

.page-flow__list-item h4 {
	margin-left: 0;
}

.header__menu ul li {
	margin-bottom: 0;
}

.page-lower .breadcrumbs {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.page-lower section:last-child {
	margin-bottom: 60px;
}

@media screen and (max-width: 959px) {
	.page-lower__section {
		padding: 0 15px;
		max-width: 550px;
		margin: auto;
	}
}

.page-lower__section .section-title {
	max-width: 1160px;
	margin: 0 auto 50px;
}

.page-lower__section .section-title.section-title--noneside {
	margin: 0 auto 30px;
}

.page-lower__ttl {
	margin: 0 15px;
}
@media screen and (max-width: 959px) {
	.page-lower__ttl {
		margin: 0;
	}
}

.page-lower__cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 1280px;
	margin: auto;
}
@media screen and (max-width: 959px) {
	.page-lower__cont {
		display: block;
	}
}

.page-lower__cont-noneside {
	max-width: 1040px;
	margin: 0 auto;
}

.page-lower__cont .table-contents {
	margin-right: 40px;
}
@media screen and (max-width: 959px) {
	.page-lower__cont .table-contents {
			margin: 0 0 40px;
	}
}

@media screen and (max-width: 959px) {
	.breadcrumbs__inner {
		width: 100%;
		padding: 0 15px;
	}
}

#contentWrap {
	width: 800px;
}
@media screen and (max-width: 959px) {
	#contentWrap {
		width: 100%;
	}
}
