@charset "UTF-8";

/*
*******************************************************************************************************
# css/module.css
# パーツCSS
*******************************************************************************************************
*/

/*------------------------------------
	汎用module
------------------------------------*/
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.mod-2column-link:after,
.mod-2column-box:after,
.mod-adobe-acrobat:after,
.mod-column-bgbox:after,
.mod-img-float:after,
.mod-related-contents:after,
.mod-norton:after,
.mod-imglink:after,
.mod-imglink-puton:after,
.mod-company-linkbox:after,
.mod-border-linkbox-compact:after,
.mod-imgtext-bgblock:after,
.mod-img-oneside:after,
.mod-img-2column:after,
.mod-box-leftimg:after,
.mod-textarea-imgleft:after,
.mod-border-contentsbox:after,
.mod-border-linkbox:after,
.mod-book-list:after,
.mod-flowlink:after,
.mod-contact:after,
.mod-imgtext-block:after,
.mod-imgtext-block .textblock-inner:after,
.mod-box-panel:after,
.mod-reportlist-2col:after,
.mod-border-summarybox:after {
	content: '';
	display: block;
	clear: both;
}

/* マージン */
.mod-mt10 {margin-top: 10px !important;}
.mod-mt15 {margin-top: 15px !important;}
.mod-mt20 {margin-top: 20px !important;}
.mod-mt25 {margin-top: 25px !important;}
.mod-mt30 {margin-top: 30px !important;}
.mod-mt35 {margin-top: 35px !important;}
.mod-mt40 {margin-top: 40px !important;}
.mod-mt50 {margin-top: 50px !important;}
.mod-mt100 {margin-top: 100px !important;}

.mod-mb10 {margin-bottom: 10px !important;}
.mod-mb15 {margin-bottom: 15px !important;}
.mod-mb20 {margin-bottom: 20px !important;}
.mod-mb25 {margin-bottom: 25px !important;}
.mod-mb30 {margin-bottom: 30px !important;}
.mod-mb35 {margin-bottom: 35px !important;}
.mod-mb50 {margin-bottom: 50px !important;}


/* デバイス非表示 */
.mod-pc-hide {
	display: none;
}
.mod-sp-hide {
	display: block;
}

@media only screen and (max-width: 700px) {
	/* デバイス非表示 */
	.mod-pc-hide {
		display: block;
	}
	.mod-sp-hide {
		display: none;
	}

	/* マージン */
	.mod-mt10 {margin-top: 7px !important;}
	.mod-mt15 {margin-top: 10px !important;}
	.mod-mt20 {margin-top: 13px !important;}
	.mod-mt25 {margin-top: 17px !important;}
	.mod-mt30 {margin-top: 20px !important;}
	.mod-mt35 {margin-top: 24px !important;}
	.mod-mt40 {margin-top: 28px !important;}
	.mod-mt50 {margin-top: 35px !important;}
	.mod-mt100 {margin-top: 69px !important;}

	.mod-mb10 {margin-bottom: 7px !important;}
	.mod-mb15 {margin-bottom: 10px !important;}
	.mod-mb20 {margin-bottom: 13px !important;}
	.mod-mb25 {margin-bottom: 17px !important;}
	.mod-mb30 {margin-bottom: 20px !important;}
	.mod-mb35 {margin-bottom: 24px !important;}
	.mod-mb50 {margin-bottom: 34px !important;}

}


/*------------------------------------
	コンテンツ下 レイアウト
------------------------------------*/
.mod-under-content {
	clear: both;
	margin: 0 -500%;
	padding: 40px 500% 60px;
	border-top: solid 1px #cccccc;
}

.mod-under-content .ttl-underbox {
	margin: 60px 0 10px;
	font-size: 228.6%;
	text-align: center;
}
.mod-under-content .lead-underbox {
	font-weight: bold;
	text-align: center;
}
.mod-under-content .summary-underbox {
	margin-bottom: 35px;
}

/* ソリューション */
.mod-under-content.mod-layout-solution {
}

/* お問い合わせ */
.mod-under-content.mod-layout-contact {
}
.mod-under-content.mod-layout-contact .ttl-underbox {
	margin-bottom: 36px;
}

/* 関連コンテンツ */
.mod-under-content.mod-layout-related {
	padding-bottom: 0;
}

/* 事例紹介 */
.mod-under-content.mod-layout-case .ttl-underbox {
	margin-bottom: 10px;
}
.mod-under-content.mod-layout-case .mod-imgtext-block {
	margin: 47px 0 0;
}
.mod-under-content.mod-layout-case .mod-imgtext-block .box-parts {
	width: 25%;
}
.has-sidebar .mod-under-content.mod-layout-case .box-parts:nth-child(4) {
	margin-top: 0;
}

/* 検索 */
.mod-under-content.mod-layout-search {
	padding-top: 0;
	border-top: none;
}

@media only screen and (max-width: 700px) {
	.mod-under-content {
		padding-top: 30px;
	}

	.mod-under-content .ttl-underbox {
		margin: 10px 0 20px;
		font-size: 157.2%;
	}
	.mod-under-content .lead-underbox {
		text-align: left;
	}

	.mod-under-content .summary-underbox {
		margin-bottom: 28px;
	}

	/* ソリューション */
	.mod-under-content.mod-layout-solution {
		padding-bottom: 10px;
	}

	/* お問い合わせ */
	.mod-under-content.mod-layout-contact {
		padding-bottom: 30px
	}
	.mod-under-content.mod-layout-contact .ttl-underbox {
		margin-bottom: 25px;
	}

	/* 関連コンテンツ */
	.mod-under-content.mod-layout-related {
		padding-bottom: 0;
	}

	/* 事例紹介 */
	.mod-under-content.mod-layout-case .mod-imgtext-block {
		margin-top: 36px;
	}
	.mod-under-content.mod-layout-case .mod-imgtext-block .box-parts {
		width: 50%;
	}
}

/*------------------------------------
	その他 パーツ
------------------------------------*/
/* ページ送り */
.mod-pager {
	margin-bottom: 40px;
	text-align: center;
}

.pager-inner {
	position: relative;
	display: inline-block;
	padding: 0 85px;
}

.mod-pager ul {
	display: table;
	margin: 0 auto;
}
.mod-pager li {
	display: table-cell;
}
.mod-pager li a {
	min-width: 50px;
}

.mod-pager a {
	display: block;
	min-width: 40px;
	padding: 10px 7px;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.mod-pager li:last-child a {
	border-right: solid 1px #cccccc;
}
.mod-pager a:hover {
	background-color: #def2ff;
	color: #0075c2;
}

.mod-pager p {
	position: absolute;
	top: 0;
	width: 40px;
}
.mod-pager p a {
	width: 40px;
	border: solid 1px #cccccc;
	color: #0075c2;
}
.mod-pager .first {
	left: 0;
}
.mod-pager .last {
	right: 0;
}
.mod-pager .prev {
	left: 39px;
}
.mod-pager .next {
	right: 39px;
}

.mod-pager p a:before {
	font-family: "icofont";
	vertical-align: bottom;
}
.mod-pager .prev a:before {
	content: "\e914";
}
.mod-pager .next a:before {
	content: "\e915";
}
.mod-pager .first a:before {
	content: "\e916";
}
.mod-pager .last a:before {
	content: "\e917";
}

.mod-pager .first a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.mod-pager .last a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.mod-pager .current a:hover,
.mod-pager .current a {
	border-color: #0075c2;
	background-color: #0075c2;
	color: #ffffff;
	cursor: default;
	pointer-events: none;
}

/* さらに表示 */
.mod-view-more {
}
.mod-view-more a {
	display: block;
	padding: 13px 0;
	background-color: #eeeeee;
	font-size: 114.3%;
	font-weight: bold;
	color: #666666;
	text-align: center;
	text-decoration: none;
}
.mod-view-more a:hover {
	background-color: #0075c2;
	color: #ffffff;
}
.js-more-content {
	display: none;
}

/* abobe Acrobat */
.mod-adobe-acrobat {
	margin-top: 80px;
	padding: 30px;
	border: solid 1px #cccccc;
	background-color: #f7f7f7;
}
.mod-adobe-acrobat .text {
	float: left;
	width: 100%;
	margin-right: -190px;
	padding-right: 190px;
	font-size: 85.8%;
}
.mod-adobe-acrobat .icon {
	float: right;
	width: 158px;
}

@media only screen and (max-width: 700px) {
	.pager-inner {
		padding: 0 65px;
	}

	.mod-pager li a {
		min-width: 40px;
	}

	.mod-pager a {
		min-width: 32px;
		padding: 8px 5px;
		font-size: 85.8%;
	}

	.mod-pager p {
		width: 29px;
	}
	.mod-pager p a {
		width: 29px;
		min-width: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.mod-pager .prev {
		left: 28px;
	}
	.mod-pager .next {
		right: 28px;
	}

	/* さらに表示 */
	.mod-view-more {
	}
	.mod-view-more a {
		padding: 14px 0;
		font-size: 100%;
	}

	/* abobe Acrobat */
	.mod-adobe-acrobat {
		padding: 25px 15px;
	}
	.mod-adobe-acrobat .text {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		padding-right: 0;
		font-size: 85.8%;
	}
	.mod-adobe-acrobat .icon {
		float: none;
		width: 158px;
	}

}


/* slick js ボタン */
.slick-slider .slick-arrow {
	position: absolute;
	top: 40%;
	z-index: 10;
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 100px;
	background-color: rgba(67,71,77, 0.7);
	text-align: center;
	text-decoration: none;
}
.slick-slider .slick-arrow.slick-prev {
	left: 5px;
}
.slick-slider .slick-arrow.slick-next {
	right: 5px;
}
.slick-slider .slick-arrow:hover {
	background-color: rgba(67,71,77, 0.9);
}

.slick-slider .slick-arrow:before {
	display: inline-block;
	position: relative;
	left: 2px;
	content: "\e903";
	font-family: "icofont";
	color: #ffffff;
	line-height: 30px;
}
.slick-slider .slick-arrow.slick-prev:before {
	left: 0;
	content: "\e918";
}


/*------------------------------------
	フォームパーツ
------------------------------------*/

/* form parts */
input[type="text"],
input[type="password"],
textarea {
	width: 100%;
	padding: 0 10px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	font-size: 92.9%;
	-webkit-appearance: none;
}
textarea {
	padding-top: 12px;
	padding-bottom: 12px;
}
input:focus, textarea:focus {
	outline: none;
}

/* Webkit */
::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #999999;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #999999;
}
/* CSS4 */
:placeholder-shown {
	color: #999999;
}

input[disabled], textarea[disabled] {
	box-shadow: none;
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #999999;
}

input[type="text"], input[type="password"] {
	height: 34px;
}

select {
	min-width: 238px;
	height: 36px;
	padding-left: 10px;
	border: solid 1px #cccccc;
	border-radius: 3px 3px;
	background-color: #ffffff;
}

input[type="radio"] {
	border-color: #a7a7a7;
	box-shadow: none;
}

/* チェックボックス */
.mod-checkbox {
	width: 15px;
	height: 15px;
	line-height: 1;
}
.mod-checkbox input[type="checkbox"] {
	display: none;
	-webkit-appearance: none;
}
.mod-checkbox input[type="checkbox"] + .checkbox {
	position: relative;
	top: 2px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border: solid 1px #cacaca;
	border-radius: 3px;
	background-color: #ffffff;
}
.js-validate-addclass.error .mod-checkbox input[type="checkbox"] + .checkbox {
	border: solid 1px #ce4844;
	background: #ffebeb;
}
.mod-checkbox input[type="checkbox"] + .checkbox:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	display: block;
	margin-top: -6px;
	width: 4px;
	height: 6px;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.mod-checkbox input[type="checkbox"]:checked + .checkbox {
	border: solid 1px #0075c2;
	background: #0075c2;
}
.mod-checkbox input[type="checkbox"]:checked + .checkbox:after {
	border-color: #ffffff;
}

.mod-checkbox input[type="checkbox"]:disabled + .checkbox {
	border: solid 1px #c4c4c4;
	background: #e5e5e5;
}
.mod-checkbox input[type="checkbox"]:disabled + .checkbox:after {
	border-color: #e5e5e5;
}


/*------------------------------------
	パンくず
------------------------------------*/
.mod-topic-path {
	margin-top: 13px;
}
.mod-topic-path li {
	display: inline-block;
	margin-right: 2px;
	font-size: 90%;
}
.mod-topic-path li:after {
	content: "＞";
	display: inline-block;
	margin-left: 6px;
}
.mod-topic-path li:last-child:after {
	display: none;
}

@media only screen and (max-width: 979px) {
	.mod-topic-path {
		display: none;
	}
}

/*------------------------------------
	見出し
------------------------------------*/
.mod-ttl-page {
	margin: 0 0 25px;
	padding-top: 50px;
	background: url(/common2/img/title_page.png) no-repeat 50% 0;
	background-size: 50px 30px;
	font-size: 228.6%;
	font-weight: bold;
	text-align: center;
}

.mod-ttl-section {
	position: relative;
	margin: 70px 0 40px;
	padding-bottom: 12px;
	border-bottom: solid 2px #0075c2;
	font-size: 185.8%;
	font-weight: bold;
}
.mod-ttl-section:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 60px;
	height: 2px;
	background-color: #ffc71c;
}

.mod-ttl-content {
	position: relative;
	margin: 40px 0 30px;
	padding-left: 20px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-ttl-content:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 4px;
	height: 95%;
	background-color: #0075c2;
}
.mod-ttl-content:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	border-bottom: solid 1px #cccccc;
}

.mod-ttl-sub {
	margin: 15px 0;
	font-size: 114.3%;
	font-weight: bold;
}

.mod-ttl-line {
	position: relative;
	margin: 15px 0;
	padding-left: 20px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-ttl-line:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 6px;
	height: 80%;
	background-color: #0075c2;
}

.mod-ttl-section-center {
	margin: 60px 0 25px;
	font-size: 228.6%;
	text-align: center;
}

/* 調整 */
.wrp-main-inner > .mod-ttl-section:first-child {
	margin-top: 0;
}

@media only screen and (max-width: 700px) {
	.mod-ttl-page {
		font-size: 157.2%;
	}

	.mod-ttl-section {
		font-size: 128.6%;
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.mod-ttl-content {
		font-size: 114.3%;
		margin-bottom: 27px;
	}

	.mod-ttl-sub {
		font-size: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mod-ttl-section-center {
		margin: 41px 0 17px;
		font-size: 157.2%;
	}
}


/*------------------------------------
	見出し 背景あり
------------------------------------*/
.mod-ttl-bgbox {
	height: 260px;
	margin: 10px -500% 0px;
	padding: 0 500%;
	color: #ffffff;
}
.mod-ttl-bgbox .box-inner {
	position: relative;
	padding-top: 53px;
}
.mod-ttl-bgbox .mod-ttl-page {
	margin: 0 0 20px;
	background: url(/common2/img/title_page_wht.png) no-repeat 50% 0;
	background-size: 50px 30px;
}

.mod-ttl-bgbox .lead {
	margin-bottom: 30px;
	font-size: 185.8%;
	font-weight: bold;
	text-align: center;
}
.mod-ttl-bgbox .lead-bottom-text,
.mod-ttl-bgbox .text {
	text-align: center;
}
.mod-ttl-bgbox .list {
	margin-top: 30px;
	text-align: center;
}
.mod-ttl-bgbox .list li {
	display: inline-block;
	margin: 0 6px;
	padding-left: 39px;
	background: url(/common2/img/title_page_wht.png) no-repeat left 50%;
	background-size: 30px 18px;
	font-size: 128.6%;
	font-weight: bold;
}

/* 研究員・コンサルタント */
.mod-ttl-bgbox.mod-staff {
	height: 310px;
	background: url(/common2/img/bg_ttl_staff.png) no-repeat center top;
}
.mod-ttl-bgbox.mod-staff .box-inner {
	padding-top: 73px;
}

/* 研究員・コンサルタント コンサルタント紹介 */
.mod-ttl-bgbox.mod-staff-consultant {
	background: url(/common2/img/bg_ttl_staff_consultant.png) no-repeat center top;
}

/* 研究員・コンサルタント 研究員紹介 */
.mod-ttl-bgbox.mod-staff-researcher {
	background: url(/common2/img/bg_ttl_staff_researcher.png) no-repeat center top;
}

/* 事業 リサーチ */
.mod-ttl-bgbox.mod-biz-research {
	height: 380px;
	margin-bottom: 0;
	background: url(/common2/img/bg_ttl_business_research1.png) no-repeat center top;
}

/* 事業 コンサルティング */
.mod-ttl-bgbox.mod-biz-consulting {
	height: 420px;
	margin-bottom: 0;
	background: url(/common2/img/bg_ttl_business_consulting1.png) no-repeat center top;
}

/* 事業 システム */
.mod-ttl-bgbox.mod-biz-system {
	height: 420px;
	background: url(/common2/img/bg_ttl_business_system.png) no-repeat center top;
}

/* 事業 事例紹介 */
.mod-ttl-bgbox.mod-biz-case {
	background: url(/common2/img/bg_ttl_business_case.png) no-repeat center top;
}

/* 事業 パンフレットダウンロード */
.mod-ttl-bgbox.mod-biz-pamphlet {
	background: url(/common2/img/bg_ttl_business_pamphlet.png) no-repeat center top;
}

/* 事業 セミナー・イベント */
.mod-ttl-bgbox.mod-biz-seminar {
	background: url(/common2/img/bg_ttl_business_seminar.png) no-repeat center top;
}

/* パブリシティ */
.mod-ttl-bgbox.mod-publicity {
	height: 310px;
	background: url(/common2/img/bg_ttl_publicity.png) no-repeat center top;
}
.mod-ttl-bgbox.mod-publicity .box-inner {
	padding-top: 73px;
}

/* パブリシティ 新聞掲載 */
.mod-ttl-bgbox.mod-pub-newspaper {
	background: url(/common2/img/bg_ttl_publicity_newspaper.png) no-repeat center top;
}

/* パブリシティ 雑誌掲載 */
.mod-ttl-bgbox.mod-pub-magazine {
	background: url(/common2/img/bg_ttl_publicity_magazine.png) no-repeat center top;
}

/* パブリシティ 書籍・刊行物 */
.mod-ttl-bgbox.mod-pub-book {
	background: url(/common2/img/bg_ttl_publicity_book.png) no-repeat center top;
}

/* パブリシティ ダイワインターネットTV */
.mod-ttl-bgbox.mod-pub-daiwatv {
	background: url(/common2/img/bg_ttl_publicity_daiwatv.png) no-repeat center top;
}

/* 採用情報 */
.mod-ttl-bgbox.mod-recruit {
	height: 310px;
	background: url(/common2/img/bg_ttl_recruit.png) no-repeat center top;
}
.mod-ttl-bgbox.mod-recruit .box-inner {
	padding-top: 73px;
}

/* 会社情報 */
.mod-ttl-bgbox.mod-company {
	height: 310px;
	background: url(/common2/img/bg_ttl_company.png) no-repeat center top;
}
.mod-ttl-bgbox.mod-company .box-inner {
	padding-top: 73px;
}

/* 会社情報 ご挨拶 */
.mod-ttl-bgbox.mod-company-greeting {
	background: url(/common2/img/bg_ttl_compan_lowlayer.png) no-repeat center top;
}

/* 会社情報 大和総研グループ沿革 */
.mod-ttl-bgbox.mod-company-history {
	background: url(/common2/img/bg_ttl_compan_lowlayer.png) no-repeat center top;
}

/* 地域金融機関の皆様へ */
.mod-ttl-bgbox.mod-financial-institutions{
	height: 420px;
	background: url(/common2/img/bg_ttl_financial_institutions.png) no-repeat center top;
}

@media only screen and (max-width: 979px) {
	.mod-ttl-bgbox {
		margin-top: 0;
	}

	/* システム */
	.mod-ttl-bgbox.mod-biz-system .box-inner {
		padding-top: 23px;
	}

}

@media only screen and (max-width: 700px) {
	.mod-ttl-bgbox {
		position: relative;
		width: auto;
		height: auto;
		margin: 0 -15px 0;
		padding: 0;
		color: #ffffff;
	}
	.mod-ttl-bgbox .box-inner {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.mod-ttl-bgbox .ttl-wrap {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 40.625%;
	}
	.mod-ttl-bgbox .mod-ttl-page {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mod-ttl-bgbox .text {
		padding: 20px 15px 0;
		color: #111111;
		font-weight: bold;
		text-align: left;
	}

	.mod-ttl-bgbox .lead {
		margin: 20px 15px 18px;
		font-size: 114.3%;
		color: #111111;
		text-align: left;
	}
	.mod-ttl-bgbox .lead-bottom-text {
		padding: 0 15px;
		color: #111111;
		text-align: left;
	}

	.mod-ttl-bgbox .list {
		margin: 25px 15px 0;
		text-align: left;
	}
	.mod-ttl-bgbox .list li {
		display: block;
		margin: 0 0 12px;
		padding-left: 30px;
		background: url(/common2/img/icn_title_page.png) no-repeat left 50%;
		background-size: 20px 12px;
		font-size: 100%;
		font-weight: bold;
		color: #111111;
	}
	.mod-ttl-bgbox .list li:last-child {
		margin-bottom: 0;
	}

	/* 研究員・コンサルタント */
	.mod-ttl-bgbox.mod-staff {
		height: auto;
		margin-bottom: 0;
		background: none;
	}
	.mod-ttl-bgbox.mod-staff .ttl-wrap {
		padding-top: 48.4375%;
		background: url(/common2/img/bg_ttl_staff_sp.png) no-repeat center top;
		background-size: contain;
	}
	.mod-ttl-bgbox.mod-staff .box-inner {
		padding-top: 0;
	}

	/* 研究員・コンサルタント コンサルタント紹介 */
	.mod-ttl-bgbox.mod-staff-consultant {
		background: none;
	}
	.mod-ttl-bgbox.mod-staff-consultant .ttl-wrap {
		background: url(/common2/img/bg_ttl_staff_consultant_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 研究員・コンサルタント 研究員紹介 */
	.mod-ttl-bgbox.mod-staff-researcher {
		background: none;
	}
	.mod-ttl-bgbox.mod-staff-researcher .ttl-wrap {
		background: url(/common2/img/bg_ttl_staff_researcher_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 リサーチ */
	.mod-ttl-bgbox.mod-biz-research {
		height: auto;
		margin-bottom: 0;
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-research .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_research1_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 コンサルティング */
	.mod-ttl-bgbox.mod-biz-consulting {
		height: auto;
		margin-bottom: 0;
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-consulting .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_consulting1_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 システム */
	.mod-ttl-bgbox.mod-biz-system {
		height: auto;
		margin-bottom: 0;
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-system .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_system_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 事例紹介 */
	.mod-ttl-bgbox.mod-biz-case {
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-case .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_case_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 パンフレットダウンロード */
	.mod-ttl-bgbox.mod-biz-pamphlet {
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-pamphlet .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_pamphlet_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 事業 セミナー・イベント */
	.mod-ttl-bgbox.mod-biz-seminar {
		background: none;
	}
	.mod-ttl-bgbox.mod-biz-seminar .ttl-wrap {
		background: url(/common2/img/bg_ttl_business_seminar_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* パブリシティ */
	.mod-ttl-bgbox.mod-publicity {
		height: auto;
		background: none;
	}
	.mod-ttl-bgbox.mod-publicity .ttl-wrap {
		padding-top: 48.4375%;
		background: url(/common2/img/bg_ttl_publicity_sp.png) no-repeat center top;
		background-size: contain;
	}
	.mod-ttl-bgbox.mod-publicity .box-inner {
		padding-top: 0;
	}

	/* パブリシティ 新聞掲載 */
	.mod-ttl-bgbox.mod-pub-newspaper {
		background: none;
	}
	.mod-ttl-bgbox.mod-pub-newspaper .ttl-wrap {
		background: url(/common2/img/bg_ttl_publicity_newspaper_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* パブリシティ 雑誌掲載 */
	.mod-ttl-bgbox.mod-pub-magazine {
		background: none;
	}
	.mod-ttl-bgbox.mod-pub-magazine .ttl-wrap {
		background: url(/common2/img/bg_ttl_publicity_magazine_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* パブリシティ 書籍・刊行物 */
	.mod-ttl-bgbox.mod-pub-book {
		background: none;
	}
	.mod-ttl-bgbox.mod-pub-book .ttl-wrap {
		background: url(/common2/img/bg_ttl_publicity_book_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* パブリシティ ダイワインターネットTV */
	.mod-ttl-bgbox.mod-pub-daiwatv {
		background: none;
	}
	.mod-ttl-bgbox.mod-pub-daiwatv .ttl-wrap {
		background: url(/common2/img/bg_ttl_publicity_daiwatv_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 採用情報 */
	.mod-ttl-bgbox.mod-recruit {
		height: auto;
		background: none;
	}
	.mod-ttl-bgbox.mod-recruit .ttl-wrap {
		padding-top: 48.4375%;
		background: url(/common2/img/bg_ttl_recruit_sp.png) no-repeat center top;
		background-size: contain;
	}
	.mod-ttl-bgbox.mod-recruit .box-inner {
		padding-top: 0;
	}

	/* 会社情報 */
	.mod-ttl-bgbox.mod-company {
		height: auto;
		background: none;
	}
	.mod-ttl-bgbox.mod-company .ttl-wrap {
		padding-top: 48.4375%;
		background: url(/common2/img/bg_ttl_company_sp.png) no-repeat center top;
		background-size: contain;
	}
	.mod-ttl-bgbox.mod-company .box-inner {
		padding-top: 0;
	}

	/* 会社情報 ご挨拶 */
	.mod-ttl-bgbox.mod-company-greeting {
		background: none;
	}
	.mod-ttl-bgbox.mod-company-greeting .ttl-wrap {
		background: url(/common2/img/bg_ttl_compan_lowlayer_sp.png) no-repeat center top;
		background-size: contain;
	}

	/* 会社情報 大和総研グループ沿革 */
	.mod-ttl-bgbox.mod-company-history {
		background: none;
	}
	.mod-ttl-bgbox.mod-company-history .ttl-wrap {
		background: url(/common2/img/bg_ttl_compan_lowlayer_sp.png) no-repeat center top;
		background-size: contain;
	}
	/* 地域金融機関の皆様へ */
	.mod-ttl-bgbox.mod-financial-institutions {
		height: auto;
		margin-bottom: 0;
		background: none;
	}
	.mod-ttl-bgbox.mod-financial-institutions .ttl-wrap {
		background: url(/common2/img/bg_ttl_financial_institutions_sp.png) no-repeat center top;
		background-size: contain;
	}
}


/*------------------------------------
	汎用キービジュアル
------------------------------------*/
.mod-key-visual {
	position: relative;
	height: 260px;
	margin: 10px -500% 30px;
	padding: 0 500%;
	color: #ffffff;
}
.mod-key-visual .box-inner {
	position: relative;
	z-index: 10;
	padding-top: 53px;
}
.mod-key-visual .mod-ttl-page {
	margin: 0 0 20px;
	background: url(/common2/img/title_page_wht.png) no-repeat 50% 0;
	background-size: 50px 30px;
}

.mod-key-visual .text {
	text-align: center;
}

.mod-key-visual img.img {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -700px;
	width: 1400px;
	max-width: none;
	height: 260px;
}

@media only screen and (max-width: 979px) {
	.mod-key-visual {
		margin-top: 0;
	}
}
@media only screen and (max-width: 700px) {
	.mod-key-visual {
		position: relative;
		width: auto;
		height: 152px;
		margin: 0 -15px 0;
		padding: 0;
		color: #ffffff;
	}
	.mod-key-visual .box-inner {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.mod-key-visual .ttl-wrap {
		position: relative;
		width: 100%;
		height: 152px;
	}
	.mod-key-visual .mod-ttl-page {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mod-key-visual .text {
		padding: 20px 15px 0;
		color: #111111;
		font-weight: bold;
		text-align: left;
	}

	.mod-key-visual img.img {
		width: 818.5px;
		height: 152px;
		margin-left: -409.25px;
	}
}


/*------------------------------------
	見出し下　カラムボックス
------------------------------------*/
.mod-column-bgbox {
	height: 430px;
}
.mod-column-bgbox .box-inner {
	position: absolute;
	left: 0;
	width: 100%;
}

.mod-column-bgbox .column-wrap {
	display: table;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.mod-column-bgbox .column-wrap:after {
	content: '';
	display: block;
	clear: both;
}
.mod-column-bgbox .column-box {
	display: table-cell;
	width: 34%;
	height: 430px;
	padding: 3% 3.2% 0;
	color: #ffffff;
	vertical-align: top;
}

.mod-column-bgbox .column-box .sttl-column {
	font-size: 157.2%;
	font-weight: bold;
	text-align: center;
}

.mod-column-bgbox .column-box dl {
	margin: 35px 0 55px;
}
.mod-column-bgbox .column-box dl:last-child {
	margin-bottom: 0;
}
.mod-column-bgbox .column-box dt {
	margin-bottom: 10px;
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
}

.mod-column-bgbox .column-box .text-category {
	margin-top: 15px;
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
}

/* リサーチ */
.mod-column-bgbox.mod-biz-research {
	margin-bottom: 20px;
}
.mod-column-bgbox.mod-biz-research .column-box:nth-child(1) {
	background: url(/common2/img/bg_ttl_business_research2.png) no-repeat center top;
	background-size: cover;
}
.mod-column-bgbox.mod-biz-research .column-box:nth-child(2) {
	background: url(/common2/img/bg_ttl_business_research3.png) no-repeat center top;
	background-size: cover;
}
.mod-column-bgbox.mod-biz-research .column-box:nth-child(3) {
	background: url(/common2/img/bg_ttl_business_research4.png) no-repeat center top;
	background-size: cover;
}

/* コンサルティング */
.mod-column-bgbox.mod-biz-consulting {
	height: 207px;
	margin-bottom: 20px;
}
.mod-column-bgbox.mod-biz-consulting .column-box {
	height: 207px;
	padding-top: 4%;
	vertical-align: top;
}
.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(1) {
	background: url(/common2/img/bg_ttl_business_consulting2.png) no-repeat center top;
	background-size: cover;
}
.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(2) {
	background: url(/common2/img/bg_ttl_business_consulting3.png) no-repeat center top;
	background-size: cover;
}
.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(3) {
	background: url(/common2/img/bg_ttl_business_consulting4.png) no-repeat center top;
	background-size: cover;
}

@media only screen and (max-width: 700px) {
	.mod-column-bgbox {
		height: auto;
		margin-top: 35px;
	}
	.mod-column-bgbox .box-inner {
		position: static;
		width: auto;
	}

	.mod-column-bgbox .column-wrap {
		display: block;
		width: auto;
		max-width: 100%;
		margin: 0;
	}

	.mod-column-bgbox .column-box {
		display: block;
		width: auto;
		height: auto;
		padding: 40px 20px 30px;
	}

	.mod-column-bgbox .column-box .sttl-column {
		margin-bottom: 25px;
	}
	.mod-column-bgbox .column-box dt {
		margin-bottom: 10px;
	}

	.mod-column-bgbox .column-box dl {
		margin-bottom: 25px;
	}
	.mod-column-bgbox .column-box dl:last-child {
		margin-bottom: 0;
	}

	/* リサーチ */
	.mod-column-bgbox.mod-biz-research {
		margin-bottom: 0;
	}
	.mod-column-bgbox.mod-biz-research .column-box:nth-child(1) {
		background: url(/common2/img/bg_ttl_business_research2_sp.png) no-repeat center top;
		background-size: cover;
	}
	.mod-column-bgbox.mod-biz-research .column-box:nth-child(2) {
		background: url(/common2/img/bg_ttl_business_research3_sp.png) no-repeat center top;
		background-size: cover;
	}
	.mod-column-bgbox.mod-biz-research .column-box:nth-child(3) {
		background: url(/common2/img/bg_ttl_business_research4_sp.png) no-repeat center top;
		background-size: cover;
	}

	/* コンサルティング */
	.mod-column-bgbox.mod-biz-consulting {
		height: auto;
		margin-bottom: 0;
	}
	.mod-column-bgbox.mod-biz-consulting .column-box {
		height: auto;
		padding-top: 42px;
		padding-bottom: 40px;
	}
	.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(1) {
		background: url(/common2/img/bg_ttl_business_consulting2_sp.png) no-repeat center top;
		background-size: cover;
	}
	.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(2) {
		background: url(/common2/img/bg_ttl_business_consulting3_sp.png) no-repeat center top;
		background-size: cover;
	}
	.mod-column-bgbox.mod-biz-consulting .column-box:nth-child(3) {
		background: url(/common2/img/bg_ttl_business_consulting4_sp.png) no-repeat center top;
		background-size: cover;
	}
}

/*------------------------------------
	テキスト
------------------------------------*/
.mod-lead {
	margin-bottom: 100px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-lead .sub-text {
	margin-top: 10px;
	font-size: 100%;
	font-weight: normal;
}

.mod-section-summary {
	margin-bottom: 35px;
}

.mod-textarea {
	margin-bottom: 10px;
}
.mod-textarea > p {
	margin-bottom: 1em;
}
.mod-textarea > p:last-child {
	margin-bottom: 0;
}

/* テキスト整列 */
.mod-text-left {
	text-align: left !important;
}
.mod-text-right {
	text-align: right !important;
}
.mod-text-center {
	text-align: center !important;
}


/* 画像回り込み */
.mod-img-float {
	margin-bottom: 20px;
}
.mod-img-float .img {
	float: left;
	margin: 0 30px 15px 0;
}
.mod-img-float .img .caption, .mod-img-fullcolumn .img .caption{
	display: block;
	margin-top: 4px;
	font-size: 85.8%;
	color: #666666;
	text-align: center;
}
.mod-img-float .text-area {
	overflow: hidden;
	min-width: 1em;
}

.mod-img-float.mod-right .img {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.mod-img-float.mod-flow .text-area {
	overflow: visible;
}

/* フォント */
.mod-font-bold {
	font-weight: bold;
}

.mod-font-large {
	font-size: 114.3%;
	font-weight: bold;
}

.mod-font-small {
	font-size: 85.8%;
}

.mod-font-vsmall {
	font-size: 78.6%;
}

.mod-font-warning {
	color: #e60025;
}

.mod-font-thin {
	color: #666666;
}

@media only screen and (max-width: 700px) {
	.mod-lead {
		margin-bottom: 40px;
		font-size: 100%;
	}

	.mod-section-summary {
		margin-bottom: 24px;
	}

	/* 画像回り込み */
	.mod-img-float .img {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.mod-img-float .text-area {
		overflow: visible;
	}
	.mod-img-float.mod-right .img {
		float: none;
		margin-right: 0;
		margin-left: 0;
	}

	/* フォント */
	.mod-font-large {
		font-size: 100%;
	}

}


/*------------------------------------
	リンク
------------------------------------*/
.mod-link {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	color: #111111;
}
.mod-link:hover {
	color: #0075c2;
	text-decoration: none;
}
.mod-link:before {
	position: absolute;
	left: 0;
	top: -0.1em;
	content: "\e903";
	font-family: "icofont";
	color: #0075c2;
}
.mod-link.mod-icn-blank:after {
	content: "\e909";
	margin-left: 6px;
	font-family: "icofont";
	color: #111111;
	vertical-align: bottom;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-link.mod-icn-blank:hover:after {
	color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-link.mod-icn-pdf:before,
.mod-link.mod-icn-exl:before,
.mod-link.mod-icn-doc:before,
.mod-link.mod-icn-csv:before,
.mod-link.mod-icn-zip:before {
	content: "\e90d";
	position: absolute;
	left: 2px;
	top: -0.2em;
	margin-right: 6px;
	font-family: "icofont";
	font-size: 128.6%;
	color: #dd0221;
	vertical-align: bottom;
}
.mod-link.mod-icn-exl:before {
	content: "\e908";
	color: #138444;
}
.mod-link.mod-icn-doc:before {
	content: "\e912";
	color: #295396;
}
.mod-link.mod-icn-csv:before {
	content: "\e906";
	color: #119496;
}
.mod-link.mod-icn-zip:before {
	content: "\e913";
	color: #7b7e82;
}


/* アイコンのみ */
.mod-icn {
	position: relative;
}
.mod-icn:after {
	font-family: "icofont";
	position: relative;
	top: 2px;
	display: inline-block;
	height: 1em;
	margin: 0 6px;
	vertical-align: baseline;
	line-height: 1;
	overflow: hidden;
}

.mod-icn.mod-icn-blank:after {
	content: "\e909";
	color: #111111;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	text-decoration: none;
}
.mod-icn.mod-icn-blank:hover:after {
	color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-icn.mod-icn-pdf:after,
.mod-icn.mod-icn-exl:after,
.mod-icn.mod-icn-doc:after,
.mod-icn.mod-icn-csv:after,
.mod-icn.mod-icn-zip:after {
	font-size: 128.6%;
}
.mod-icn.mod-icn-pdf:after {
	content: "\e90d";
	color: #dd0221;
}
.mod-icn.mod-icn-exl:after {
	content: "\e908";
	color: #138444;
}
.mod-icn.mod-icn-doc:after {
	content: "\e912";
	color: #295396;
}
.mod-icn.mod-icn-csv:after {
	content: "\e906";
	color: #119496;
}
.mod-icn.mod-icn-zip:after {
	content: "\e913";
	color: #7b7e82;
}


/*------------------------------------
	2カラム リンク
------------------------------------*/
.mod-2column-link {
	margin: -10px -20px 40px 0;
}
.mod-2column-link li {
	width: 50%;
	float: left;
	padding: 10px 20px 0 0;
}

@media only screen and (max-width: 700px) {
	.mod-2column-link {
		margin: -10px 0 40px 0;
	}
	.mod-2column-link li {
		width: auto;
		float: none;
		padding: 10px 0 0 0;
	}
}

/*------------------------------------
	ボタン
------------------------------------*/
[class*="mod-btn"] {
	margin-top: 40px;
	margin-bottom: 40px;
}
[class*="mod-btn"] .btn {
	position: relative;
	display: inline-block;
	min-width: 300px;
	padding: 11px 40px 9px;
	border: solid 2px #cccccc;
	border-radius: 100px;
	background-color: #ffffff;
	color: #111111;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
[class*="mod-btn"] .btn:before {
	content: "\e903";
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -0.5em;
	font-family: "icofont";
	color: #0075c2;
}
[class*="mod-btn"] .btn:hover {
	background-color: #def2ff;
	color: #0075c2;
	text-decoration: none;
}
[class*="mod-btn"] .btn:hover:before {
	color: #0075c2;
}
[class*="mod-btn"] .btn .btn-inner {
	position: relative;
	display: inline-block;
}

/* ボタンL */
.mod-btn-large {
	margin-top: 50px;
}
.mod-btn-large .btn {
	min-width: 320px;
	padding: 14px 45px 12px;
	font-size: 114.3%;
}
.mod-btn-large .btn:before {
	left: 18px;
	font-size: 87.5%;
}

/* ボタンS */
.mod-btn-small {
	margin-top: 40px;
}
.mod-btn-small .btn {
	min-width: 180px;
	padding: 6px 25px 4px;
}
.mod-btn-small .btn:before {
	left: 9px;
	font-size: 85.8%;
}

/* 強調 */
.mod-btn-emp .btn {
	border-color: #0075c2;
	background-color: #0075c2;
	font-weight: bold;
	color: #ffffff;
}
.mod-btn-emp .btn:before {
	margin-top: -0.6em;
	font-weight: normal;
	color: #ffffff;
}
.mod-btn-emp .btn:hover {
	background-color: #ffffff;
}

/* 青背景 */
.mod-btn-emp-cbg .btn {
	border-color: #ffffff;
	background-color: inherit;
	font-weight: bold;
	color: #ffffff;
}
.mod-btn-emp-cbg .btn:before {
	margin-top: -0.6em;
	font-weight: normal;
	color: #ffffff;
}
.mod-btn-emp-cbg .btn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}

/* disable */
[class*="mod-btn"].disable .btn {
	border-color: #cccccc;
	background-color: #cccccc;
	color: #ffffff;
	cursor: default;
	pointer-events: none;
}
[class*="mod-btn"].disable .btn:before {
	color: #ffffff;
}

[class*="mod-btn"].mod-no-icn .btn:before {
	display: none;
}

/* 別タブアイコン */
[class*="mod-btn"].mod-icn-blank .btn .btn-inner:after {
	content: "\e909";
	font-family: "icofont";
	margin-left: 8px;
	vertical-align: bottom;
	font-weight: normal;
}

/* ファイルアイコン */
[class*="mod-btn"].mod-icn-pdf .btn,
[class*="mod-btn"].mod-icn-exl .btn,
[class*="mod-btn"].mod-icn-doc .btn,
[class*="mod-btn"].mod-icn-csv .btn,
[class*="mod-btn"].mod-icn-zip .btn {
	min-width: 0;
	padding-right: 18px;
	padding-left: 18px;
}
[class*="mod-btn"].mod-icn-pdf .btn:before,
[class*="mod-btn"].mod-icn-exl .btn:before,
[class*="mod-btn"].mod-icn-doc .btn:before,
[class*="mod-btn"].mod-icn-csv .btn:before,
[class*="mod-btn"].mod-icn-zip .btn:before {
	display: none;
}
[class*="mod-btn"].mod-icn-pdf .btn-inner,
[class*="mod-btn"].mod-icn-exl .btn-inner,
[class*="mod-btn"].mod-icn-doc .btn-inner,
[class*="mod-btn"].mod-icn-csv .btn-inner,
[class*="mod-btn"].mod-icn-zip .btn-inner {
	padding: 0 10px 0 28px;
}
[class*="mod-btn"].mod-icn-pdf .btn-inner:before,
[class*="mod-btn"].mod-icn-exl .btn-inner:before,
[class*="mod-btn"].mod-icn-doc .btn-inner:before,
[class*="mod-btn"].mod-icn-csv .btn-inner:before,
[class*="mod-btn"].mod-icn-zip .btn-inner:before {
	content: "\e90d";
	position: absolute;
	left: 2px;
	top: -0.15em;
	font-family: "icofont";
	font-size: 128.6%;
	color: #dd0221;
	vertical-align: bottom;
}
[class*="mod-btn"].mod-icn-exl .btn-inner:before {
	content: "\e908";
	color: #138444;
}
[class*="mod-btn"].mod-icn-doc .btn-inner:before {
	content: "\e912";
	color: #295396;
}
[class*="mod-btn"].mod-icn-csv .btn-inner:before {
	content: "\e906";
	color: #119496;
}
[class*="mod-btn"].mod-icn-zip .btn-inner:before {
	content: "\e913";
	color: #7b7e82;
}


/* ボタン レイアウト用 */
[class*="mod-btn"].mod-center {
	text-align: center;
}

/*　他　*/
.mod-add-more {
	text-align: center;
}
.mod-add-more .btn:before {
	display: none;
}

.mod-btn-description {
	margin: 40px 0 -30px;
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
}

.mod-arrow-left .btn:before {
	content: "\e918";
}


@media only screen and (max-width: 700px) {
	[class*="mod-btn"] {
		text-align: center;
	}
	[class*="mod-btn"] .btn {
		min-width: 260px;
		line-height: 1.5;
	}
	[class*="mod-btn"] .btn:before {
		line-height: 1;
	}

	/* ボタンL */
	.mod-btn-large {
		margin-top: 40px;
	}
	.mod-btn-large .btn {
		min-width: 260px;
		font-size: 100%;
	}
	.mod-btn-large .btn:before {
		font-size: 100%;
	}

	/* ボタンS */
	.mod-btn-small .btn {
		min-width: 140px;
		font-size: 100%;
	}
	.mod-btn-small .btn:before {
		font-size: 100%;
	}
}


/*------------------------------------
	アイコン
------------------------------------*/
/* RSS */
.mod-rss {
	font-size: 78.6%;
	color: #666666;
	text-decoration: none;
}
.mod-rss:hover {
	text-decoration: none;
}
.mod-rss .icon-rss {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background-color: #ff831f;
	border-radius: 3px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.mod-rss .count {
	display: inline-block;
	position: relative;
	top: 1px;
}

.mod-page-rss {
	position: absolute;
	right: 0;
	top: 0;
}

/* タグ */
.mod-tag {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 3px 10px 2px;
	border: solid 1px #cccccc;
	border-radius: 3px;
	background-color: #ffffff;
	font-size: 78.6%;
	font-weight: bold;
	color: #0075c2 !important;
}
a.mod-tag:hover {
	color: #01baef !important;
	text-decoration: none;
}

.mod-tag-nolink {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 4px;
	border: solid 1px #777777;
	background-color: #777777;
	padding: 3px 10px 2px;
	border-radius: 3px;
	font-size: 78.6%;
	font-weight: bold;
	color: #ffffff !important;
}


/*------------------------------------
	リスト
------------------------------------*/
[class*="mod-list"] {
	margin-top: 8px;
}
[class*="mod-list"] > li {
	line-height: 1.7;
}
[class*="mod-list"] > li > [class*="mod-list"] {
	margin-left: 5px;
	margin-top: 5px;
}
[class*="mod-list"] > li > [class*="mod-list"] > li:last-child:after {
	display: none;
}

/* ul */
ul.mod-list {
	display: table;
}
ul.mod-list > li:after {
	content: "";
	display: block;
	margin-bottom: 5px;
}
ul.mod-list > li {
	display: table-row;
}
ul.mod-list > li:before {
	content: "・";
	display: table-cell;
	padding-right: 0.2em;
	text-align: right;
}

/* ol */
ol.mod-list {
	display: table;
	counter-reset: table-ol;
}
ol.mod-list > li:after {
	content: "";
	display: block;
	margin-bottom: 0.5em;
}
ol.mod-list > li {
	display: table-row;
	counter-increment: table-ol;
}
ol.mod-list > li:before {
	content: counter(table-ol) ".";
	display: table-cell;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-align: right;
}

/* マーカーなし */
.mod-list-nomaker > li {
	margin-bottom: 5px;
}

/* リンクリスト */



/*------------------------------------
	年号リスト
------------------------------------*/
.mod-list-year {
	margin-bottom: 40px;
}
.mod-list-year ul {
	display: table;
	width: 100%;
}
.mod-list-year li {
	display: table-row;
}
.mod-list-year li > .list-head {
	display: table-cell;
	width: 6%;
	padding: 0 20px 10px 0;
	font-weight: bold;
	white-space: nowrap;
}
.mod-list-year li > .list-data {
	display: table-cell;
	padding-bottom: 10px;
}
.mod-list-year .text-tighten {
	font-weight: bold;
}


@media only screen and (max-width: 700px) {
	.mod-list-year ul {
		display: block;
	}
	.mod-list-year li {
		display: block;
	}
	.mod-list-year li > .list-head {
		display: block;
		width: auto;
		padding: 0 0 3px;
	}
	.mod-list-year li > .list-data {
		display: block;
		padding-bottom: 20px;
	}
}


/*------------------------------------
	テーブル
------------------------------------*/
table.mod-table {
	width: 100%;
	margin-bottom: 40px;
}
table.mod-table th {
	text-align: center;
}
table.mod-table .left {
	text-align: left;
}
table.mod-table thead th {
	height: 52px;
	padding: 10px 30px;
	border-right: solid 1px #ffffff;
	background-color: #5f759d;
	font-size: 114.3%;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}
table.mod-table thead th:last-child {
	border-right-color: #5f759d;
}

table.mod-table tbody th,
table.mod-table tbody td {
	height: 42px;
	padding: 10px 23px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}
table.mod-table tbody th {
	width: 26%;
	border-right-color: #cccccc;
	background-color: #f7f7f7;
	font-weight: bold;
}
table.mod-table > tbody > tr > * {
	border-top: solid 1px #cccccc;
}

.mod-table-scroll {
	margin-bottom: 40px;
}
.mod-table-scroll table.mod-table {
	margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
	.mod-table-scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.mod-table-scroll::-webkit-scrollbar {
		height: 5px;
	}
	.mod-table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.mod-table-scroll::-webkit-scrollbar-thumb  {
		background: #BCBCBC;
	}
	.mod-table-scroll table.mod-table {
		width: 100%;
		margin-bottom: 5px;
	}
}

/* 移行前のtableで位置合わせを行っている部分を再現 */
table.mod-table.digit-alignment th,
table.mod-table.digit-alignment td {
	vertical-align: top;
	border: 0;
	padding: 0;
}
table.mod-table.digit-alignment th {
	background-color: transparent;
}

/*------------------------------------
	点線
------------------------------------*/
.mod-hr-dotted {
	height: 1px;
	width: 100%;
	margin: 20px 0;
	border: none;
	border-top: dotted 1px #cccccc;
}
.mod-hr-solid {
	height: 1px;
	width: 100%;
	margin: 35px 0;
	border: none;
	border-top: solid 1px #cccccc;
}
.mod-hr-emp {
	height: 1px;
	width: 100%;
	margin: 35px 0;
	border: none;
	border-top: solid 1px #0075c2;
}


/*------------------------------------
	レポートリスト 2カラム
------------------------------------*/
.mod-reportlist-2col {
	margin: 100px -80px 40px 0;
}
.mod-reportlist-2col .box-parts {
	float: left;
	width: 50%;
	padding-right: 80px;
}

.mod-reportlist-2col .mod-ttl-section {
	margin: 0 0 25px;
}

.mod-reportlist-2col li {
	margin-bottom: 30px;
}
.mod-reportlist-2col li:last-child {
	margin-bottom: 0;
}
.mod-reportlist-2col li a {
	color: #111111;
	text-decoration: none;
}

.mod-reportlist-2col .date {
	display: inline-block;
	margin: 0 6px 6px 0;
	font-size: 85.8%;
	color: #666666;
}
.mod-reportlist-2col .tag {
	display: inline-block;
	margin-bottom: 6px;
}
.mod-reportlist-2col .tag a {
	color: #0075c2;
}

.mod-reportlist-2col .post-title {
	font-weight: bold;
}
.mod-reportlist-2col .sub-title {
	font-size: 85.8%;
}
.mod-reportlist-2col a:hover .post-title {
	color: #0075c2;
	text-decoration: underline;
}
.mod-reportlist-2col a:hover .sub-title {
	color: #0075c2;
}

/* サイドバー レイアウト */
.has-sidebar .mod-reportlist-2col {
	margin-right: -40px;
}
.has-sidebar .mod-reportlist-2col .box-parts {
	padding-right: 40px;
}
.has-sidebar .mod-reportlist-2col .mod-ttl-section {
	font-size: 128.6%;
}
.has-sidebar .mod-reportlist-2col.mod-title-one .mod-ttl-section {
	font-size: 185.8%;
}


@media only screen and (max-width: 700px) {
	.mod-reportlist-2col {
		margin-top: 50px;
		margin-right: 0;
	}
	.mod-reportlist-2col .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 40px;
		padding-right: 0;
	}

	.mod-reportlist-2col .mod-ttl-section {
		margin-top: 50px;
	}

	.mod-reportlist-2col .date {
		display: block;
		margin-bottom: 8px;
	}

	/* サイドバー レイアウト */
	.has-sidebar .mod-reportlist-2col {
		margin-right: 0;
	}
	.has-sidebar .mod-reportlist-2col .box-parts {
		padding-right: 0;
	}
	.has-sidebar .mod-reportlist-2col.mod-title-one .mod-ttl-section {
		font-size: 128.6%;
	}
}


/*------------------------------------
	レポートリスト 2カラム 大見出し1つ
------------------------------------*/
.mod-title-one .mod-ttl-section {
	margin-right: 80px;
}

.mod-title-one .post-title {
	font-weight: bold;
}

@media only screen and (max-width: 700px) {
	.mod-title-one .mod-ttl-section {
		margin-right: 0;
	}

	.mod-title-one .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 0;
		padding-right: 0;
	}
	.mod-title-one .box-parts:nth-child(2) li:last-child {
		margin-bottom: 20px;
	}
}

/*------------------------------------
	レポートリスト
------------------------------------*/
.mod-reportlist {
	margin-bottom: 40px;
}

.mod-reportlist li {
	margin-bottom: 45px;
}
.mod-reportlist li:last-child {
	margin-bottom: 0;
}
.mod-reportlist li a {
	color: #111111;
	text-decoration: none;
}

.mod-reportlist li .author {
	font-size: 85.8%;
	margin: 0 6px 6px 0;
}

.mod-reportlist li .author a {
	color: #0075c2 !important;
    font-weight: bold;
}

.mod-reportlist li .author a:hover {
	color: #0075c2;
	text-decoration: underline;
}

.mod-reportlist .date {
	display: inline-block;
	margin: 0 6px 6px 0;
	color: #666666;
}
.mod-reportlist .tag {
	display: inline-block;
	margin-bottom: 6px;
}
.mod-reportlist .post-title {
	margin-bottom: 5px;
	font-size: 128.6%;
	font-weight: bold;
}

.mod-reportlist li a:hover .post-title {
	color: #0075c2;
}
.mod-reportlist li a:hover .post-title {
	text-decoration: underline;
}

@media only screen and (max-width: 700px) {
	.mod-reportlist li {
		margin-bottom: 30px;
	}
	.mod-reportlist .date {
		display: block;
		margin-right: 0;
		font-size: 85.8%;
	}
	.mod-reportlist .post-title {
		margin-bottom: 4px;
		font-size: 114.3%;
	}
}


/*------------------------------------
	ニュースリリース / 主要調査案件実績一覧
------------------------------------*/
.mod-newslist {
	position: relative;
	margin: 30px 0 40px;
}

.mod-newslist .mod-ttl-section {
	position: relative;
	margin: 0 0 25px;
}

.mod-newslist .mod-rss {
	position: absolute;
	right: 2px;
	bottom: 10px;
	font-size: 42.3%;
	font-weight: normal;
}

.mod-newslist .mod-reportlist {
	margin-bottom: 0;
}
.mod-newslist .mod-reportlist li {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #cccccc;
}
.mod-newslist .mod-reportlist li:last-child {
	margin-bottom: 0;
}

.mod-newslist .mod-reportlist .nolink .post-title,
.mod-newslist .mod-reportlist .nolink .date,
.mod-newslist .mod-reportlist .nolink .summary {
	color: #777777 !important;
}

.mod-newslist .btn-more {
	margin-top: 48px;
	text-align: center;
}
.mod-newslist .btn-more .btn {
	width: 300px;
}

@media only screen and (max-width: 700px) {
	.mod-newslist {
		margin-top: 50px;
	}
}

/*------------------------------------
	レポートボックス
------------------------------------*/
.mod-reportbox {
	position: relative;
	margin-bottom: 40px;
	padding: 45px 27px 50px;
	border: solid 1px #cccccc;
}

.mod-reportbox .sttl-reportbox {
	margin-bottom: 45px;
	font-size: 185.8%;
	font-weight: bold;
	color: #0075c2;
}
.mod-reportbox .sttl-word {
	margin-bottom: 45px;
	font-size: 185.8%;
	font-weight: bold;
}

.mod-reportbox .box-lead {
	margin: -40px 0 45px;
}

.mod-reportbox .mod-rss {
	position: absolute;
	right: 14px;
	top: 14px;
}

.mod-reportbox .mod-reportlist {
	margin-bottom: 0;
}

.mod-reportbox .btn-more {
	margin-top: 48px;
	text-align: center;
}
.mod-reportbox .btn-more .btn {
	width: 300px;
}


@media only screen and (max-width: 700px) {
	.mod-reportbox {
		margin-bottom: 20px;
		padding: 40px 20px 40px;
	}

	.mod-reportbox .sttl-reportbox {
		margin-bottom: 35px;
		font-size: 114.3%;
	}

	.mod-reportbox .sttl-word {
		margin-bottom: 35px;
		font-size: 114.3%;
	}

	.mod-reportbox .box-lead {
		margin: -25px 0 35px;
	}


	.mod-reportbox .mod-rss {
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.mod-reportbox .btn-more {
		margin-top: 35px;
	}
	.mod-reportbox .btn-more .btn {
		width: 260px;
	}
}


/*------------------------------------
	パネル
------------------------------------*/
.mod-box-panel {
	margin: -20px -20px 40px 0;
}
.mod-box-panel .box-parts {
	float: left;
	width: 25%;
	padding-top: 20px;
	padding-right: 20px;
}

.mod-box-panel .box-inner {
	position: relative;
	display: block;
	padding: 30px;
	border-radius: 6px;
	background-color: #005eb6;
	background: -webkit-linear-gradient(top, #005eb6, #0086cb);
	background: linear-gradient(to bottom, #005eb6, #0086cb);
	color: #ffffff;
}

.mod-box-panel .box-inner:hover {
	padding: 27px;
	border: solid 3px #0075c2;
	background: #ffffff;
	color: #0075c2;
}
.mod-box-panel .box-inner:hover .post-title,
.mod-box-panel .box-inner:hover .subt,
.mod-box-panel .box-inner:hover .summary {
	color: #0075c2;
}
.mod-box-panel .box-inner:hover .post-title {
	text-decoration: underline;
}

.mod-box-panel .box-inner:before {
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	z-index: 5;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #ffc61c transparent;
}

.mod-box-panel .box-inner a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}
.mod-box-panel .box-inner a .post-title,
.mod-box-panel .box-inner .subt,
.mod-box-panel .box-inner a .summary,
.mod-box-panel .box-inner a .author,
.mod-box-panel .box-inner a .date {
	transition: none;
}
.mod-box-panel .box-inner a:hover .post-title,
.mod-box-panel .box-inner:hover .subt,
.mod-box-panel .box-inner:hover .summary,
.mod-box-panel .box-inner:hover .author,
.mod-box-panel .box-inner:hover .date {
	color: #0075c2;
	transition: none;
}

.mod-box-panel .box-inner .tag {
	display: inline-block;
	margin-bottom: 4px;
}
.mod-box-panel .box-inner .post-title {
	margin-bottom: 10px;
	font-size: 142.9%;
	font-weight: bold;
}
.mod-box-panel .box-inner .subt {
	margin-bottom: 5px;
	font-size: 78.6%;
}
.mod-box-panel .box-inner .summary {
	margin-top: 10px;
	font-size: 92.9%;
}

.mod-box-panel .box-inner .author {
	font-size: 78.6%;
}

.mod-box-panel .box-inner .date {
	font-size: 78.6%;
}

/* サイドバー レイアウト */
.has-sidebar .mod-box-panel .box-parts {
	width: 33.33%;
}
.has-sidebar .mod-box-panel .box-inner {
	padding-left: 20px;
	padding-right: 20px;
}
.has-sidebar .mod-box-panel .box-inner:hover {
	padding-left: 17px;
	padding-right: 17px;
}


@media only screen and (max-width: 700px) {
	.mod-box-panel {
		opacity: 0;
		margin: 0 -15px 40px;
	}
	.mod-box-panel.slick-slider {
		opacity: 1;
	}

	.mod-box-panel .box-parts {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
		margin-left: 5px;
		margin-right: 5px;
	}

	.mod-box-panel .box-inner {
		padding: 30px 20px 40px;
	}
	.mod-box-panel .box-inner:hover {
		padding: 27px 17px 37px;
	}

	.mod-box-panel .box-inner .post-title {
		font-size: 114.3%;
	}
	.mod-box-panel .box-inner .subt {
		font-size: 85.8%;
	}
	.mod-box-panel .box-inner .summary {
		font-size: 100%;
	}

	/* サイドバー レイアウト */
	.has-sidebar .mod-box-panel .box-parts {
		width: 100%;
	}

	/* スライドなし */
	.mod-box-panel.mod-no-slide {
		opacity: 1;
		margin: -20px 5px 40px;
	}
	.mod-box-panel.mod-no-slide .box-parts {
		width: 100%;
		margin: 0;
		padding: 20px 0 0;
	}
}
/*------------------------------------
	大和総研からのお知らせ
------------------------------------*/
.mod-box-info {
    margin-top: 60px;
    margin-bottom: 100px;
    padding: 20px;
    background-color: #f7f7f7;
}
.mod-box-info .sttl-info {
    margin: 15px 0;
    font-size: 114.3%;
    font-weight: bold;
}


/*------------------------------------
	検索
------------------------------------*/
.mod-box-search {
	margin-bottom: 100px;
	padding: 44px 0 30px;
	background-color: #f7f7f7;
}
.mod-box-search .sttl-search {
	margin-bottom: 25px;
	padding-top: 50px;
	background: url(/common2/img/title_page.png) no-repeat 50% 0;
	background-size: 50px 30px;
	font-size: 228.6%;
	font-weight: bold;
	text-align: center;
}

.mod-box-search .check-list {
	margin-bottom: 10px;
	padding: 0 7.1%;
	text-align: left;
}
.mod-box-search .check-list li {
	position: relative;
	display: inline-block;
	margin: 0 30px 15px 0;
	padding-left: 24px;
}
.mod-box-search .check-list li .checkbox {
	position: absolute;
	left: 0;
	top: 2px;
}

.mod-box-search .search-input {
	position: relative;
	max-width: 739px;
	margin: 0 auto 37px;
}
.mod-box-search .search-input input {
	border: none;
	box-shadow: none;
}
.mod-box-search .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 34px;
	padding: 0;
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #0075c2;
	color: #ffffff;
	text-align: center;
}
.mod-box-search .btn-search i {
	line-height: 34px;
	font-size: 130%;
}
.mod-box-search .btn-search:hover {
	background-color: #01baef;
}

.mod-box-search .search-word {
	font-size: 85.8%;
	text-align: center;
}
.mod-box-search .search-word dt {
	display: inline-block;
	margin-right: 20px;
	padding: 1px 0;
	color: #333333;
	vertical-align: top;
}
.mod-box-search .search-word dd {
	display: inline-block;
	overflow: hidden;
}
.mod-box-search .search-word dd li {
	display: inline-block;
	margin: 0 6px 10px 0;
}
.mod-box-search .search-word dd li a {
	display: block;
	padding: 0 10px;
	border: solid 1px #cccccc;
	border-radius: 20px;
	background-color: #ffffff;
	color: #0075c2;
	text-decoration: none;
}
.mod-box-search .search-word dd li a:hover {
	color: #01baef !important;
}

/* ミニサイズ */
.mod-box-search.mod-no-title {
	padding: 30px 0 20px;
}

@media only screen and (max-width: 700px) {
	.mod-box-search {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 60px;
		padding: 30px 15px 20px;
	}
	.mod-box-search .sttl-search {
		margin-bottom: 30px;
		padding-top: 55px;
		font-size: 157.2%;
	}

	.mod-box-search .check-list {
		margin-bottom: 20px;
		padding: 0 30px;
		text-align: left;
	}
	.mod-box-search .check-list:after {
		content: '';
		display: block;
		clear: both;
	}
	.mod-box-search .check-list li {
		float: left;
		display: block;
		width: 50%;
		min-height: 2.5em;
		margin: 0 0 5px;
		padding-right: 15px;
	}

	.mod-box-search .search-input {
		margin-left: 15px;
		margin-right: 15px;
	}

	.mod-box-search .search-word {
		margin-left: 15px;
		margin-right: 15px;
		text-align: left;
	}
	.mod-box-search .search-word dt {
		margin-bottom: 8px;
	}
	.mod-box-search .search-word dd {
		display: block;
	}
}


/*------------------------------------
	カテゴリ導線リンク
------------------------------------*/
.mod-flowlink {
	margin: 100px -20px 20px 0;
}
.mod-flowlink .link-block {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 20px;
}
.mod-flowlink .link-block.full-column {
	width: 100%;
}
.mod-flowlink .link-block.full-column .block-inner {
	margin: 0;
}

.mod-flowlink .block-inner {
	border: solid 1px #cccccc;
}
.mod-flowlink .block-inner a {
	display: block;
	padding: 14px;
	color: #111111;
	text-decoration: none;
}
.mod-flowlink .block-inner .img {
	float: left;
	width: 110px;
	margin-right: 30px;
}
.mod-flowlink .block-inner .img img {
	width: 100%;
	height: auto;
}
.mod-flowlink .block-inner .text-area {
	overflow: hidden;
}
.mod-flowlink .block-inner .link-title {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 128.6%;
	font-weight: bold;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-flowlink .block-inner .link-title:before {
	position: absolute;
	left: 0;
	top: 0.15em;
	content: "\e903";
	font-family: "icofont";
	font-size: 75%;
	color: #0075c2;
	text-decoration: none;
}

.mod-flowlink .block-inner a:hover .link-title {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 700px) {
	.mod-flowlink {
		margin-right: 0;
		margin-top: 60px;
	}
	.mod-flowlink .link-block {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.mod-flowlink .block-inner .img {
		margin-right: 15px;
	}
	.mod-flowlink .block-inner .link-title {
		padding-left: 22px;
		font-size: 100%;
	}
	.mod-flowlink .block-inner .link-title:before {
		top: -0.1em;
		font-size: 100%;
	}
	.mod-flowlink .block-inner .summary {
		font-size: 85.8%;
	}
}


/*------------------------------------
	画像テキストのブロック
------------------------------------*/
.mod-imgtext-block {
	margin-bottom: 40px;
}
.mod-imgtext-block .textblock-inner {
	margin-right: -20px;
}
.mod-imgtext-block .box-parts {
	float: left;
	width: 25%;
	margin-top: 40px;
	padding-right: 20px;
}
.mod-imgtext-block .box-parts:nth-child(1),
.mod-imgtext-block .box-parts:nth-child(2),
.mod-imgtext-block .box-parts:nth-child(3),
.mod-imgtext-block .box-parts:nth-child(4) {
	margin-top: 0;
}

.mod-imgtext-block .box-parts .img {
	margin-bottom: 16px;
}
.mod-imgtext-block .box-parts .img img {
	width: 100%;
	height: auto;
}

.mod-imgtext-block .box-parts .tag {
	margin-bottom: 8px;
	padding: 0 10px 0;
}

.mod-imgtext-block .box-parts .text-area {
	padding: 0 10px 0;
}
.mod-imgtext-block .box-parts .text-area a,
.mod-imgtext-block .box-parts .link-data a {
	display: block;
	text-decoration: none;
	color: #111111;
}

.mod-imgtext-block .box-parts .post-title {
	margin-bottom: 5px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-imgtext-block .box-parts .sub-title {
	margin: -2px 0 7px;
	font-weight: bold;
}
.mod-imgtext-block .box-parts .category {
	margin-bottom: 12px;
	font-size: 85.8%;
}
.mod-imgtext-block .box-parts .subt {
	margin-bottom: 12px;
	font-size: 78.6%;
	color: #666666;
}
.mod-imgtext-block .box-parts .text-area > p:last-child {
	margin-bottom: 0;
}

.mod-imgtext-block .box-parts .link-data {
	margin: 6px 10px 0;
}

.mod-imgtext-block .box-parts .mod-btn {
	margin: 20px 0;
	text-align: center;
}

.mod-imgtext-block .box-parts a p {
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-imgtext-block .box-parts .text-area a:hover p,
.mod-imgtext-block .box-parts .link-data a:hover {
	color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-imgtext-block .box-parts .text-area a:hover .post-title {
	text-decoration: underline;
}


/* サイドバー レイアウト */
.has-sidebar .mod-imgtext-block .box-parts {
	width: 33.33%;
}
.has-sidebar .mod-imgtext-block .box-parts:nth-child(4) {
	margin-top: 40px;
}



@media only screen and (max-width: 700px) {
	.mod-imgtext-block .textblock-inner {
		margin-right: 0;
	}
	.mod-imgtext-block .box-parts {
		float: none;
		width: 100%;
		margin-top: 25px;
		padding-right: 0;
	}

	.mod-imgtext-block .box-parts:nth-child(2),
	.mod-imgtext-block .box-parts:nth-child(3),
	.mod-imgtext-block .box-parts:nth-child(4) {
		margin-top: 25px;
	}


	/* サイドバー レイアウト */
	.has-sidebar .mod-imgtext-block .box-parts {
		width: 100%;
	}

	/* 2column */
	.mod-imgtext-block.mod-sp-2column .textblock-inner {
		margin-right: -10px;
	}
	.mod-imgtext-block.mod-sp-2column .box-parts {
		float: left;
		width: 50%;
		margin: 40px 0 0;
		padding-right: 10px;
	}
	.mod-imgtext-block.mod-sp-2column .box-parts:nth-child(1),
	.mod-imgtext-block.mod-sp-2column .box-parts:nth-child(2) {
		margin-top: 0;
	}
}


/*------------------------------------
	画像テキストのブロック（背景あり）
------------------------------------*/
.mod-imgtext-bgblock {
}
.mod-imgtext-bgblock .textblock-inner {
	margin-top: -40px;
	margin-right: -20px;
}
.mod-imgtext-bgblock .box-parts {
	float: left;
	width: 25%;
	padding-top: 40px;
	padding-right: 20px;
}

.mod-imgtext-bgblock .box-parts .img {
	margin-bottom: 16px;
}
.mod-imgtext-bgblock .box-parts .img img {
	width: 100%;
	height: auto;
}

.mod-imgtext-bgblock a {
	display: block;
	background-color: #ffffff;
	color: #111111;
	text-decoration: none;
}
.mod-imgtext-bgblock a:hover .post-title {
	text-decoration: underline;
	color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-imgtext-bgblock .box-parts .text-area {
	padding: 0 20px 18px;
}

.mod-imgtext-bgblock .box-parts .post-title {
	margin-bottom: 5px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-imgtext-bgblock .box-parts .category {
	margin-bottom: 14px;
	font-size: 85.8%;
}

.mod-imgtext-bgblock .box-parts .text-area > p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
	.mod-imgtext-bgblock .textblock-inner {
		margin-top: -10px;
		margin-right: -10px;
	}
	.mod-imgtext-bgblock .box-parts {
		width: 50%;
		padding-top: 10px;
		padding-right: 10px;
	}
	.mod-imgtext-bgblock .box-parts .img {
		margin-bottom: 8px;
	}
	.mod-imgtext-bgblock .box-parts .text-area {
		padding: 0 8px 8px;
	}
	.mod-imgtext-bgblock .box-parts .post-title {
		font-size: 92.9%;
	}
	.mod-imgtext-bgblock .box-parts .category {
		font-size: 85.8%;
	}
}


/*------------------------------------
	記事レイアウト 2カラム
------------------------------------*/
.mod-img-2column {
	margin: 20px -20px 40px 0;
}
.mod-img-2column .box-parts {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.mod-img-2column .box-parts .img {
	text-align: center;
}

.mod-img-2column .box-parts .text-area {
	padding: 16px 8px 0;
}
.mod-img-2column .box-parts .text-area .sttl {
	margin-bottom: 8px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-img-2column .box-parts .text-area .sub-sttl {
	margin-bottom: 8px;
	font-weight: bold;
}

.mod-img-2column a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.mod-img-2column a:hover {
	color: #0075c2;
}
.mod-img-2column a:hover .sttl {
	text-decoration: underline;
}

@media only screen and (max-width: 700px) {
	.mod-img-2column {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.mod-img-2column .box-parts {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
	.mod-img-2column .box-parts:last-child {
		margin-bottom: 0;
	}

	.mod-img-2column .box-parts .img {
		margin-bottom: 16px;
	}
	.mod-img-2column .box-parts .img img {
		width: 100%;
	}

	.mod-img-2column .box-parts .text-area {
		padding: 0 10px;
	}
}


/*------------------------------------
	記事レイアウト 片側画像
------------------------------------*/
.mod-img-oneside {
	margin: 20px -20px 40px 0;
}
.mod-img-oneside .box-parts {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.mod-img-oneside .box-parts .img {
	text-align: center;
}
.mod-img-oneside .box-parts .text-area .sttl {
	margin-bottom: 8px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-img-oneside .box-parts .text-area .sub-sttl {
	margin-bottom: 8px;
	font-weight: bold;
}

.mod-img-oneside .box-parts .text-area {
	padding: 8px 0 0 8px;
}

.mod-img-oneside a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.mod-img-oneside a:hover {
	color: #0075c2;
}
.mod-img-oneside a:hover .sttl {
	text-decoration: underline;
}

/* 画像右 */
.mod-img-oneside.mod-img-right .box-parts {
	float: right;
}
.mod-img-oneside.mod-img-right .box-parts .text-area {
	padding-left: 0;
	padding-right: 8px;
}
.mod-img-oneside.mod-img-right .text-area .sub-sttl,
.mod-img-oneside.mod-img-right .text-area .sttl {
	text-align: right;
}



@media only screen and (max-width: 700px) {
	.mod-img-oneside {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.mod-img-oneside .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 25px;
		padding-right: 0;
	}
	.mod-img-oneside .box-parts:last-child {
		margin-bottom: 0;
	}

	.mod-img-oneside .box-parts .img {
		margin-bottom: 16px;
	}
	.mod-img-oneside .box-parts .img img {
		width: 100%;
	}

	.mod-img-oneside .box-parts .text-area {
		padding: 0 10px;
	}
	.mod-img-oneside .box-parts .text-area .sttl {
		margin-bottom: 8px;
	}
	.mod-img-oneside .box-parts .text-area .sub-sttl {
		margin-bottom: 8px;
	}

	/* 画像右 */
	.mod-img-oneside.mod-img-right .box-parts {
		float: none;
	}
	.mod-img-oneside.mod-img-right .box-parts .text-area {
		padding-left: 0;
		padding-right: 0;
	}
	.mod-img-oneside.mod-img-right .text-area .sub-sttl,
	.mod-img-oneside.mod-img-right .text-area .sttl {
		text-align: left;
	}

}


/*------------------------------------
	記事レイアウト フルカラム
------------------------------------*/
.mod-img-fullcolumn {
	margin: 20px 0 40px;
}
.mod-img-fullcolumn:after {
	content: '';
	display: block;
	clear: both;
}

.mod-img-fullcolumn .img {
	text-align: center;
}
.mod-img-fullcolumn .img img.w100 {
	width: 100%;
}

.mod-img-fullcolumn .text-area {
	padding: 16px 8px 0;
}
.mod-img-fullcolumn .text-area .sttl {
	margin-bottom: 8px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-img-fullcolumn .text-area .sub-sttl {
	margin-bottom: 8px;
	font-weight: bold;
}

.mod-img-fullcolumn a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.mod-img-fullcolumn a:hover {
	color: #0075c2;
}
.mod-img-fullcolumn a:hover .sttl {
	text-decoration: underline;
}


@media only screen and (max-width: 700px) {
	.mod-img-fullcolumn {
		margin-bottom: 25px;
	}

	.mod-img-fullcolumn .img {
		margin-bottom: 16px;
	}

	.mod-img-fullcolumn .text-area {
		padding: 0 10px;
	}
}


/*------------------------------------
	リンクリスト
------------------------------------*/
.mod-linklist {
	margin-bottom: 40px;
}
.mod-linklist li {
	margin-bottom: 30px;
	border-bottom: solid 1px #d1d1d1;
}
.mod-linklist li:last-child {
	margin-bottom: 0;
}

.mod-linklist a {
	display: block;
	width: 100%;
	padding: 0 0 30px;
	color: #111111;
	text-decoration: none;
}
.mod-linklist a:hover {
	color: #0075c2;
}
.mod-linklist .img {
	float: left;
	width: 170px;
	margin-right: 30px;
}
.mod-linklist .text-area {
	overflow: hidden;
}
.mod-linklist .post-title {
	margin-bottom: 5px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-linklist .subt {
	margin-bottom: 12px;
	font-size: 85.8%;
}

.mod-linklist .tag {
	margin-bottom: 6px;
}

.mod-linklist a:hover .post-title {
	text-decoration: underline;
}


@media only screen and (max-width: 700px) {
	.mod-linklist .img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.mod-linklist .img img {
		width: 100%;
	}
	.mod-linklist .text-area {
		padding: 0 10px 0;
	}
	.mod-linklist .subt {
		margin-bottom: 8px;
	}
}



/*------------------------------------
	書籍リスト
------------------------------------*/
.mod-book-list {
	margin: 0 -20px 40px 0;
}
.mod-book-list .box-parts {
	float: left;
	width: 25%;
	margin-bottom: 40px;
	padding-right: 20px;
}

.mod-book-list .box-parts a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.mod-book-list .box-parts a:hover .book-title {
	color: #0075c2;
	text-decoration: underline;
}
.mod-book-list .box-parts .img {
	margin-bottom: 10px;
	text-align: center;
}
.mod-book-list .box-parts .img img {
	max-width: 100%;
}
.mod-book-list .box-parts .book-title {
	padding: 0 10px;
	font-size: 114.3%;
	font-weight: bold;
}


@media only screen and (max-width: 700px) {
	.mod-book-list {
		margin-right: 0;
	}
	.mod-book-list .box-parts {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}


/*------------------------------------
	書籍情報
------------------------------------*/
.mod-book-info {
	margin-bottom: 40px;
}
.mod-book-info .box-book {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: dotted 1px #cccccc;
}

.mod-book-info .sttl-book-info {
	position: relative;
	margin: 0 0 30px;
	padding-left: 20px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-book-info .sttl-book-info:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 4px;
	height: 95%;
	background-color: #0075c2;
}

.mod-book-info .box-book-info {
	margin-bottom: 25px;
}
.mod-book-info .box-book-info .img {
	float: left;
	margin-right: 25px;
}
.mod-book-info .box-book-info .book-info {
	overflow: hidden;
	padding-top: 7px;
}
.mod-book-info .box-book-info .book-info li {
	margin-bottom: 10px;
}
.mod-book-info .box-book-info .book-info li .list-head {
	float: left;
}
.mod-book-info .box-book-info .book-info li .list-data {
	overflow: hidden;
}


@media only screen and (max-width: 700px) {
	.mod-book-info .box-book {
		margin-bottom: 30px;
		padding-bottom: 0;
		border-bottom: none;
	}
	.mod-book-info .box-book-info .img {
		max-width: 123px;
		margin-right: 12px;
	}
	.mod-book-info .box-book-info .book-info li {
		margin-bottom: 5px;
	}

	.mod-book-info .box-book-info .book-info li .list-head {
		float: none;
	}
}


/*------------------------------------
	ファイル情報
------------------------------------*/
.mod-file-info {
	margin-bottom: 40px;
}
.mod-file-info .box-file-info {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #cccccc;
}
.mod-file-info .sttl-file-info {
	position: relative;
	margin: 0 0 12px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-file-info .sttl-file-info.mod-icn {
	padding-left: 30px;
}
.mod-file-info .sttl-file-info.mod-icn:after {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
}

@media only screen and (max-width: 700px) {
	.mod-file-info .box-file-info {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: solid 1px #cccccc;
	}
}


/*------------------------------------
	セミナー情報
------------------------------------*/
.mod-seminar-info {
	margin-bottom: 40px;
}
.mod-seminar-info .box-seminar {
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: dotted 1px #cccccc;
}

.mod-seminar-info.mod-hide-line .box-seminar {
	padding-bottom: 0;
	border-bottom: none;
}

.mod-seminar-info .sttl-seminar-info {
	position: relative;
	margin: 0 0 20px;
	padding-left: 20px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-seminar-info .sttl-seminar-info:before {
	content: "";
	position: absolute;
	top: 0.1em;
	left: 0;
	width: 4px;
	height: 95%;
	background-color: #0075c2;
}

.mod-seminar-info .seminar-tag {
	margin-bottom: 20px;
}
.mod-seminar-info .seminar-tag > p {
	display: inline-block;
}
.mod-seminar-info .seminar-tag .tag-close {
	display: inline-block;
	margin-right: 4px;
	border: solid 1px #777777;
	background-color: #777777;
	padding: 3px 10px 2px;
	border-radius: 3px;
	font-size: 78.6%;
	font-weight: bold;
	color: #ffffff;
}

.mod-seminar-info .seminar-info {
	margin-bottom: 25px;
}
.mod-seminar-info .text-attention {
	margin-bottom: 18px;
	font-weight: bold;
	color: #e60026;
}

.mod-seminar-info .link {
	margin-bottom: 10px;
}
.mod-seminar-info .link:last-child {
	margin-bottom: 0;
}


@media only screen and (max-width: 700px) {
	.mod-seminar-info .box-seminar {
		margin-bottom: 30px;
		padding-bottom: 28px;
	}
	.mod-seminar-info .sttl-seminar-info {
		margin-bottom: 18px;
		font-size: 114.3%;
	}
	.mod-seminar-info .seminar-tag > p {
		display: block;
		margin-bottom: 10px;
	}
	.mod-seminar-info .text-attention {
		margin-bottom: 15px;
	}
}


/*------------------------------------
	枠つきリンク
------------------------------------*/
.mod-border-linkbox {
	margin: -20px -20px 20px 0;
}
.mod-border-linkbox > .box-link {
	float: left;
	width: 25%;
	padding-top: 20px;
	padding-right: 20px;
}

.mod-border-linkbox .box-layout {
	display: table;
	width: 100%;
	min-height: 80px;
	border: solid 3px #e5e5e5;
	background-color: #ffffff;
	color: #111111;
	text-decoration: none;
}
.mod-border-linkbox .box-layout:hover {
	border-color: #0075c2;
}

.mod-border-linkbox .box-link a:hover .link-text .text-inner {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-border-linkbox .box-layout > p {
	display: table-cell;
	padding-top: 17px;
	padding-bottom: 17px;
	vertical-align: middle;
}
.mod-border-linkbox .box-layout > p:first-child {
	padding-left: 17px;
}
.mod-border-linkbox .box-link .img {
	width: 97px;
	padding-right: 10px;
}
.mod-border-linkbox .box-link .img img {
	width: 70px;
}
.mod-border-linkbox .box-link .link-text {
	padding-right: 17px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-border-linkbox .box-link .link-text .text-inner {
	position: relative;
	display: inline-block;
	padding-left: 35px;
}
.mod-border-linkbox .box-link .link-text .text-inner:before {
	position: absolute;
	left: 10px;
	top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 84%;
	color: #0075c2;
	text-decoration: none;
}

/* 5カラム */
.mod-border-linkbox.mod-5column > .box-link {
	width: 20%;
}
.mod-border-linkbox.mod-5column .box-link .link-text {
	padding-left: 2px;
	padding-right: 20px;
}

@media only screen and (max-width: 700px) {
	.mod-border-linkbox {
		margin: -15px 0 40px;
	}
	.mod-border-linkbox > .box-link {
		float: none;
		width: 100%;
		padding-top: 15px;
		padding-right: 0;
	}
	.mod-border-linkbox > .box-link:nth-child {
		margin-bottom: 0;
	}
	.mod-border-linkbox .box-layout {
		min-height: 50px;
	}
	.mod-border-linkbox .box-layout > p {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.mod-border-linkbox .box-link .img {
		width: 107px;
	}
	.mod-border-linkbox .box-link .img img {
		width: 80px;
	}

	/* 5カラム */
	.mod-border-linkbox.mod-5column > .box-link {
		width: 100%;
	}
	.mod-border-linkbox.mod-5column .box-link .link-text {
		padding-left: 17px;
		padding-right: 17px;
	}
	.mod-border-linkbox.mod-5column .box-link .link-text br {
		display: none;
	}
}


/*------------------------------------
	枠つきリンク（小さいバージョン）
------------------------------------*/
.mod-border-linkbox-compact {
	margin: 0 -10px 30px 0;
}

.mod-border-linkbox-compact li {
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
}
.mod-border-linkbox-compact li a {
	display: block;
	padding: 10px 20px 10px 17px;
	border: solid 3px #e5e5e5;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}
.mod-border-linkbox-compact .link-text {
	position: relative;
	padding-left: 20px;
}
.mod-border-linkbox-compact .link-text:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 84%;
	color: #0075c2;
	text-decoration: none;
}

.mod-border-linkbox-compact li a:hover {
	border-color: #0075c2;
}
.mod-border-linkbox-compact li a:hover .link-text {
	color: #0075c2;
	text-decoration: underline;
}


@media only screen and (max-width: 700px) {
	.mod-border-linkbox-compact {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.mod-border-linkbox-compact li {
		float: none;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.mod-border-linkbox-compact li:last-child {
		margin-bottom: 0;
	}

	.mod-border-linkbox-compact li a {
		font-size: 114.3%;
		}
}


/*------------------------------------
	枠つきコンテンツボックス
------------------------------------*/
.mod-border-contentsbox {
	margin: 0 -20px 40px 0;
}
.mod-border-contentsbox .box-parts {
	float: left;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 20px;
}

.mod-border-contentsbox .box-inner {
	padding: 30px;
	border: solid 3px #e5e5e5;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-border-contentsbox .box-parts:hover .box-inner {
	border-color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-border-contentsbox .title-area {
	display: table-cell;
	height: 78px;
	padding-left: 110px;
	font-weight: bold;
	vertical-align: middle;
}
.mod-border-contentsbox a {
	display: block;
	color: #111111;
	text-decoration: none;
}
.mod-border-contentsbox .title-area .sttl-contentsbox {
	position: relative;
	display: inline-block;
	padding-left: 26px;
	font-size: 157.2%;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-border-contentsbox .title-area .sttl-contentsbox:before {
	position: absolute;
	left: 0;
	top: 0.05em;
	content: "\e903";
	font-family: "icofont";
	font-size: 84%;
	color: #0075c2;
	text-decoration: none;
}

.mod-border-contentsbox a:hover .sttl-contentsbox {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-border-contentsbox .title-area .subt {
	margin-top: 12px;
	padding-left: 26px;
}

.mod-border-contentsbox .summary {
	margin: 18px 0 20px;
}

/* リンクリスト */
.mod-border-contentsbox .link-list li {
	border-bottom: solid 1px #e5e5e5;
}
.mod-border-contentsbox .link-list a {
	position: relative;
	display: block;
	padding: 9px 15px 9px 35px;
	background-color: #f7f7f7;
	color: #111111;
	text-decoration: none;
}
.mod-border-contentsbox .link-list a:before {
	position: absolute;
	left: 15px;
	top: 9px;
	margin-top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 86%;
	color: #0075c2;
}
.mod-border-contentsbox .link-list a:hover {
	background-color: #def2ff;
	color: #0075c2;
}

/* 事例 */
.mod-border-contentsbox .case-area {
	margin-top: 25px;
}
.mod-border-contentsbox .case-area .sttl-case {
	margin-bottom: 30px;
	padding-bottom: 7px;
	border-bottom: solid 1px #cccccc;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-border-contentsbox .case-area .img {
	float: left;
	width: 52%;
	margin-right: 15px;
	padding-right: 10px;
	border-right: 1px #ccc solid;
}
.mod-border-contentsbox .case-area .img img {
	width: 100%;
	height: auto;
}
.mod-border-contentsbox .case-area .text-area {
	overflow: hidden;
}
.mod-border-contentsbox .case-area .text-company {
	margin-bottom: 5px;
	font-size: 114.3%;
	font-weight: bold;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-border-contentsbox .case-area .text-industry {
	font-size: 85.8%;
}
.mod-border-contentsbox .case-area .text-summary {
	margin-top: 15px;
}

.mod-border-contentsbox .case-area a:hover .text-company {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* アイコン */
.mod-border-contentsbox .bcb-management .box-inner {
	background: url(/common2/img/icn_bcb_management.png) no-repeat 35px 21px;
}
.mod-border-contentsbox .bcb-task .box-inner {
	background: url(/common2/img/icn_bcb_task.png) no-repeat 35px 21px;
}
.mod-border-contentsbox .bcb-securities .box-inner {
	background: url(/common2/img/icn_bcb_securities.png) no-repeat 35px 26px;
}
.mod-border-contentsbox .bcb-finance .box-inner {
	background: url(/common2/img/icn_bcb_finance.png) no-repeat 30px 26px;
}

/* アイコン無しBOX */
.mod-border-contentsbox .box-noicon .box-inner {
	background: none !important;
}
.mod-border-contentsbox .box-noicon .title-area {
	padding-left: 0 !important;
}

@media only screen and (max-width: 700px) {
	.mod-border-contentsbox {
		margin-right: 0;
	}
	.mod-border-contentsbox .box-parts {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.mod-border-contentsbox .box-inner {
		padding: 120px 20px 20px;
	}

	.mod-border-contentsbox .title-area {
		display: block;
		height: auto;
		padding-left: 0;
	}

	.mod-border-contentsbox .title-area .sttl-contentsbox {
		margin-bottom: 6px;
		font-size: 142.9%;
	}

	/* 事例 */
	.mod-border-contentsbox .case-area .sttl-case {
		margin-bottom: 20px;
		padding-bottom: 5px;
	}
	.mod-border-contentsbox .case-area .img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		border-right: 0;
	}
	.mod-border-contentsbox .case-area .text-summary {
		margin-top: 10px;
	}

	/* アイコン */
	.mod-border-contentsbox .bcb-management .box-inner,
	.mod-border-contentsbox .bcb-task .box-inner,
	.mod-border-contentsbox .bcb-securities .box-inner,
	.mod-border-contentsbox .bcb-finance .box-inner {
		background-position: 50% 27px;
	}

	/* アイコン無しBOX */
	.mod-border-contentsbox .box-noicon .box-inner {
		padding-top: 25px;
	}

}


/*------------------------------------
	会社リンク
------------------------------------*/
.mod-company-linkbox {
	margin: 0 -20px 40px 0;
}
.mod-company-linkbox .box-parts {
	float: left;
	width: 33.33%;
	padding-right: 20px;
}

.mod-company-linkbox .box-inner {
	padding: 0 17px 17px;
	border: solid 3px #e5e5e5;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-company-linkbox .box-parts:hover .box-inner {
	border-color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 画像 */
.mod-company-linkbox .company-img {
	display: table;
	width: 100%;
}
.mod-company-linkbox .company-img .img {
	display: table-cell;
	height: 117px;
	vertical-align: middle;
	text-align: center;
}

/* リンクリスト */
.mod-company-linkbox .link-list li {
	border-bottom: solid 1px #e5e5e5;
}
.mod-company-linkbox .link-list a {
	position: relative;
	display: block;
	padding: 9px 15px 9px 35px;
	background-color: #f7f7f7;
	color: #111111;
	text-decoration: none;
}
.mod-company-linkbox .link-list a:before {
	position: absolute;
	left: 15px;
	top: 9px;
	margin-top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 86%;
	color: #0075c2;
}
.mod-company-linkbox .link-list a:hover {
	background-color: #def2ff;
	color: #0075c2;
}


@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.mod-company-linkbox .company-dirh img,
	.mod-company-linkbox .company-dir img,
	.mod-company-linkbox .company-dirbi img {
		display: none;
	}
	.mod-company-linkbox .company-dirh .img {
		background: url(/common2/img/logo_mod_dirh_sp.png) no-repeat center center;
		background-size: 292px auto;
	}
	.mod-company-linkbox .company-dir .img {
		background: url(/common2/img/logo_mod_dir_sp.png) no-repeat center center;
		background-size: 152px auto;
	}
	.mod-company-linkbox .company-dirbi .img {
		background: url(/common2/img/logo_mod_dirbi_sp.png) no-repeat center center;
		background-size: 295px auto;
	}
}
@media only screen and (max-width: 700px) {
	.mod-company-linkbox {
		margin-right: 0;
	}
	.mod-company-linkbox .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}

	.mod-company-linkbox .company-dirh img,
	.mod-company-linkbox .company-dir img,
	.mod-company-linkbox .company-dirbi img {
		display: none;
	}
	.mod-company-linkbox .company-dirh .img {
		background: url(/common2/img/logo_mod_dirh_sp.png) no-repeat center center;
		background-size: 292px auto;
	}
	.mod-company-linkbox .company-dir .img {
		background: url(/common2/img/logo_mod_dir_sp.png) no-repeat center center;
		background-size: 152px auto;
	}
	.mod-company-linkbox .company-dirbi .img {
		background: url(/common2/img/logo_mod_dirbi_sp.png) no-repeat center center;
		background-size: 295px auto;
	}
}


/*------------------------------------
	画像リンク 画像の上のテキスト
------------------------------------*/
.mod-imglink-puton {
	margin: 0 -20px 40px 0;
}
.mod-imglink-puton .box-parts {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.mod-imglink-puton a {
	position: relative;
	display: block;
	color: #111111;
	text-decoration: none;
}

.mod-imglink-puton .img-area {
	position: relative;
	border: solid 3px #e5e5e5;
}
.mod-imglink-puton .img-area img {
	width: 100%;
}
.mod-imglink-puton a:hover .img-area {
	border-color: #0075c2;
}

.mod-imglink-puton .link-title {
	position: absolute;
	left: 0;
	top: 32%;
	width: 100%;
	font-size: 185.8%;
	font-weight: bold;
	text-align: center;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-imglink-puton .link-title .title-inner {
	position: relative;
	display: inline-block;
	padding-left: 27px;
}
.mod-imglink-puton .link-title .title-inner:before {
	position: absolute;
	left: 0;
	top: 0.3em;
	content: "\e903";
	font-family: "icofont";
	font-size: 66.5%;
	color: #0075c2;
	text-decoration: none;
}

.mod-imglink-puton .summary {
	position: absolute;
	left: 0;
	top: 56.5%;
	padding: 0 30px;
	font-size: 114.3%;
	text-align: left;
}

.mod-imglink-puton a:hover .link-title {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 700px) {
	.mod-imglink-puton {
		margin-right: 0;
	}
	.mod-imglink-puton .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.mod-imglink-puton .link-title {
		top: 50%;
		margin-top: -0.5em;
		font-size: 114.3%;
	}
	.mod-imglink-puton .link-title .title-inner {
		padding-left: 18px;
	}
	.mod-imglink-puton .link-title .title-inner:before {
		top: 0.05em;
		font-size: 89.5%;
	}

	.mod-imglink-puton .summary {
		position: static;
		padding: 15px 10px 0;
		font-size: 100%;
	}
}


/*------------------------------------
	画像リンク 画像の下のテキスト
------------------------------------*/
.mod-imglink {
	margin: 0 -20px 40px 0;
}
.mod-imglink .box-parts {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.mod-imglink a {
	display: block;
	color: #111111;
	text-decoration: none;
}

.mod-imglink .img img {
	width: 100%;
	border: solid 1px #cccccc;
}

.mod-imglink .text-area {
	padding: 25px 12px 0;
}
.mod-imglink .link-title {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 8px;
	font-size: 128.6%;
	font-weight: bold;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-imglink .link-title:before {
	position: absolute;
	left: 0;
	top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 85%;
	color: #0075c2;
	text-decoration: none;
}
.mod-imglink .summary {
	font-size: 114.3%;
}

.mod-imglink a:hover .link-title {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 3column */
.mod-imglink.mod-column3 .box-parts {
	width: 33.33%;
}
.mod-imglink.mod-column3 .text-area {
	padding: 25px 10px 0;
}
.mod-imglink.mod-column3 .summary {
	font-size: 100%;
}
.mod-imglink.mod-column3 .img img {
	border: none;
}

@media only screen and (max-width: 700px) {
	.mod-imglink {
		margin-right: 0;
	}
	.mod-imglink .box-parts {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}

	.mod-imglink .text-area {
		padding: 20px 10px 0;
	}

	.mod-imglink .link-title {
		font-size: 114.3%;
		margin-bottom: 12px;
	}

	/* 3column */
	.mod-imglink.mod-column3 .box-parts {
		width: 100%;
	}
	.mod-imglink.mod-column3 .text-area {
		padding: 20px 10px 0;
	}
	.mod-imglink.mod-column3 .summary {
		font-size: 100%;
	}
}


/*------------------------------------
	枠つき概要ブロック
------------------------------------*/
.mod-border-summarybox {
	margin: -20px -20px 40px 0;
}
.mod-border-summarybox > .box-link {
	float: left;
	width: 33.33%;
	padding-top: 20px;
	padding-right: 20px;
}

.mod-border-summarybox .box-inner {
	position: relative;
	padding: 27px 17px 17px;
	border: solid 3px #e5e5e5;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-border-summarybox .box-inner:hover {
	border-color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.mod-border-summarybox .box-link a.text-link {
	color: #111111;
	text-decoration: none;
}
.mod-border-summarybox .box-link a.text-link:hover > p {
	color: #0075c2;
}
.mod-border-summarybox .box-link a.text-link:hover > .post-title {
	text-decoration: underline;
}

.mod-border-summarybox .post-title {
	position: relative;
	padding-left: 27px;
	margin-bottom: 25px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-border-summarybox .post-title:before {
	position: absolute;
	left: 0;
	top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 84%;
	color: #0075c2;
	text-decoration: none;
}

.mod-border-summarybox .summary,
.mod-border-summarybox .box-link a.text-link:hover > .summary {
	color: #111111;
}

.mod-border-summarybox .box-link a:last-child .post-title:last-child {
	margin-bottom: 10px;
}

.mod-border-summarybox .box-rss {
	height: 20px;
}
.mod-border-summarybox .box-rss a {
	position: absolute;
	right: 12px;
	top: 12px;
}

.mod-border-summarybox .tag-area {
	margin-top: 15px;
}

/* リンクリスト */
.mod-border-summarybox .link-list {
	margin-top: 15px;
}
.mod-border-summarybox .link-list li {
	border-bottom: solid 1px #e5e5e5;
}
.mod-border-summarybox .link-list a {
	position: relative;
	display: block;
	padding: 9px 15px 9px 35px;
	background-color: #f7f7f7;
	color: #111111;
	text-decoration: none;
}
.mod-border-summarybox .link-list a:before {
	position: absolute;
	left: 15px;
	top: 9px;
	margin-top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 86%;
	color: #0075c2;
}
.mod-border-summarybox .link-list a:hover {
	background-color: #def2ff;
	color: #0075c2;
}

/* サイドバー レイアウト */
.has-sidebar .mod-border-summarybox > .box-link {
	width: 50%;
}

/* フルカラム */
.mod-border-summarybox > .box-link.full-column {
	width: 100%;
}
.mod-border-summarybox .link-list-3column {
	margin: 20px -20px 0 0;
}
.mod-border-summarybox .link-list-3column:after {
	content: '';
	display: block;
	clear: both;
}
.mod-border-summarybox .link-list-3column .link-list {
	float: left;
	width: 33.33%;
	padding-right: 20px;
	margin-top: 0;
}


@media only screen and (max-width: 700px) {
	.mod-border-summarybox {
		margin-right : 0;
	}
	.mod-border-summarybox > .box-link {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.mod-border-summarybox .box-inner {
		position: relative;
		padding: 25px 17px 17px;
	}

	.mod-border-summarybox .post-title {
		margin-bottom: 20px;
		padding-left: 25px;
		font-size: 114.3%;
	}

	.mod-border-summarybox .box-link a:last-child .post-title:last-child {
		margin-bottom: 8px;
	}

	/* サイドバー レイアウト */
	.has-sidebar .mod-border-summarybox > .box-link {
		width: 100%;
	}

	/* フルカラム */
	.mod-border-summarybox .link-list-3column {
		margin-right: 0;
	}
	.mod-border-summarybox .link-list-3column .link-list {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}


/*------------------------------------
	左画像 右テキスト
------------------------------------*/
.mod-box-leftimg {
	margin-bottom: 40px;
}
.mod-box-leftimg .img {
	float: left;
	margin-right: 30px;
}
.mod-box-leftimg .text-area {
	overflow: hidden;
	padding-top: 6px;
}

.mod-box-leftimg .text-area .btn-link {
	margin-top: 60px;
	text-align: center;
}


@media only screen and (max-width: 700px) {
	.mod-box-leftimg .img {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 14px;
		text-align: center;
	}
	.mod-box-leftimg .text-area {
		padding-top: 0;
	}
	.mod-box-leftimg .text-area .btn-link {
		margin-top: 35px;
	}
}


/*------------------------------------
	お問い合わせリンク
------------------------------------*/
.mod-contact {
	margin-bottom: 20px;
}
.mod-contact .box-contact {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.mod-contact a {
	display: block;
	min-height: 125px;
	padding: 27px 27px 27px 87px;
	border: solid 1px #cccccc;
	color: #111111;
	text-decoration: none;
	transition: none;
}

.mod-contact .sttl-contact {
	position: relative;
	margin-bottom: 12px;
	padding-left: 30px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-contact .sttl-contact:before {
	position: absolute;
	left: 6px;
	top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 88%;
	color: #0075c2;
	text-decoration: none;
}

.mod-contact a:hover .sttl-contact {
	color: #0075c2;
	text-decoration: underline;
	transition: none;
}
.mod-contact a:hover .summary {
	color: #111111;
	text-decoration: none;
}

/* レイアウトパターン */
.mod-contact .layout-full {
	width: 100%;
}
.mod-contact .layout-full a {
	min-height: 120px;
	padding-left: 120px;
	border-color: #0075c2;
}
.mod-contact .layout-full .sttl-contact {
	font-size: 142.9%;
}
.mod-contact .layout-full .sttl-contact:before {
	top: 0.25em;
	font-size: 71%;
}

.mod-contact .layout-left .box-inner {
	margin-right: 10px;
}
.mod-contact .layout-right .box-inner {
	margin-left: 10px;
}

/* コンサルタント */
.mod-contact .contact-consultant a {
	background: url(/common2/img/icn_contact_consultant.png) no-repeat 13px 50%;
	background-size: 54px 54px;
}
.mod-contact .layout-full.contact-consultant a {
	background: url(/common2/img/icn_contact_consultant.png) no-repeat 26px 50%;
	background-size: 70px 70px;
}

/* ソリューション */
.mod-contact .contact-solution a {
	background: url(/common2/img/icn_contact_solution.png) no-repeat 19px 50%;
	background-size: 51px 47px;
}
.mod-contact .layout-full.contact-solution a {
	background: url(/common2/img/icn_contact_solution.png) no-repeat 27px 50%;
	background-size: 68px 63px;
}

/* カンパニー */
.mod-contact .contact-company a {
	background: url(/common2/img/icn_contact_company.png) no-repeat 15px 50%;
	background-size: 49px 51px;
}
.mod-contact .layout-full.contact-company a {
	background: url(/common2/img/icn_contact_company.png) no-repeat 29px 50%;
	background-size: 67px 68px;
}

/* ご意見等 */
.mod-contact .contact-opinion a {
	background: url(/common2/img/icn_contact_opinion.png) no-repeat 15px 50%;
	background-size: 49px 51px;
}
.mod-contact .layout-full.contact-opinion a {
	background: url(/common2/img/icn_contact_opinion.png) no-repeat 29px 50%;
	background-size: 67px 68px;
}

@media only screen and (max-width: 700px) {
	.mod-contact .box-contact {
		float: none;
		width: 100%;
	}

	.mod-contact a {
		min-height: 0;
		padding: 12px 18px 25px;
	}

	.mod-contact .sttl-wrap {
		display: table-cell;
		height: 80px;
		padding-bottom: 20px;
		vertical-align: middle;
	}

	.mod-contact .sttl-contact {
		min-height: 0;
		margin-bottom: 0;
		padding-left: 95px;
		font-size: 100%;
	}
	.mod-contact .sttl-contact:before {
		left: 70px;
		top: 0.1em;
	}

	/* レイアウトパターン */
	.mod-contact .layout-full a {
		min-height: 0;
		padding-left: 18px;
	}
	.mod-contact .layout-full .sttl-wrap {
		height: 100px;
	}
	.mod-contact .layout-full .sttl-contact {
		min-height: 0;
		padding-left: 108px;
		font-size: 114.3%;
	}
	.mod-contact .layout-full .sttl-contact:before {
		left: 83px;
		top: 0.1em;
		font-size: 88%;
	}

	.mod-contact .layout-left .box-inner {
		margin-right: 0;
	}
	.mod-contact .layout-right .box-inner {
		margin-left: 0;
	}

	/* コンサルタント */
	.mod-contact .contact-consultant a {
		background-position: 17px 12px;
	}
	.mod-contact .layout-full.contact-consultant a {
		background-position: 20px 19px;
	}

	/* ソリューション */
	.mod-contact .contact-solution a {
		background-position: 17px 18px;
	}
	.mod-contact .layout-full.contact-solution a {
		background-position: 19px 29px;
	}

	/* カンパニー */
	.mod-contact .contact-company a {
		background-position: 14px 18px;
	}
	.mod-contact .layout-full.contact-company a {
		background-position: 22px 22px;
	}
	
	/* ご意見等 */
	.mod-contact .contact-opinion a {
		background-position: 14px 18px;
	}
	.mod-contact .layout-full.contact-opinion a {
		background-position: 22px 22px;
	}
}


/*------------------------------------
	SNS
------------------------------------*/
.mod-sns {
	margin-bottom: 22px;
	text-align: right;
}
.mod-sns li {
	display: inline-block;
	margin-left: 4px;
}
.mod-sns li.facebook {
	position: relative;
	top: -6px;
}
.mod-sns li.twitter {
}
.mod-sns li.google {
}
.mod-sns li.pocket {
	position: relative;
	top: 2px;
}
.mod-sns li.line {
}

.mod-sns li.mail {
	width: 20px;
}
.mod-sns li.mail img {
	position: relative;
	top: -2px;
}

.mod-sns li.rss {
	position: relative;
	width: 20px;
	height: 20px;
}
.mod-sns .rss .mod-rss {
	position: absolute;
	left: 0;
	top: 0;
}
.mod-sns .rss .mod-rss .icon-rss {
	margin-right: 0;
}


/*------------------------------------
	コラム 記事ページ
------------------------------------*/
.mod-box-column {
	position: relative;
	margin-bottom: 80px;
	padding-top: 45px;
}

.mod-box-column .mod-sns {
	position: absolute;
	right: 0;
	top: 0;
}

.mod-box-column .ttl-column {
	margin-bottom: 20px;
	font-size: 228.6%;
	font-weight: bold;
}
.mod-box-column .sub-ttl {
	margin: -15px 0 30px;
	font-size: 128.6%;
	font-weight: bold;
}

.mod-box-column .column-info {
	margin-bottom: 10px;
}
.mod-box-column .column-info .date {
	display: inline-block;
	margin-right: 10px;
	color: #666666;
	vertical-align: middle;
}
.mod-box-column .column-info .tag-wrap {
	display: inline-block;
}
.mod-box-column .column-info .tag {
	display: inline-block;
}

.mod-box-column .author {
	margin-bottom: 20px;
	text-align: right;
}
.mod-box-column .mod-textarea {
	font-size: 114.3%;
	line-height: 2;
}
.mod-box-column .mod-textarea > p {
	margin-bottom: 2em;
}
.mod-box-column .mod-textarea > p:last-child {
	margin-bottom: 0;
}

.mod-box-column .btn-area {
	margin-bottom: 20px;
	text-align: right;
}
.mod-box-column .btn-area .mod-btn {
	margin-top: 0;
}

@media only screen and (max-width: 700px) {
	.mod-box-column {
		margin-bottom: 75px;
		padding-top: 0;
	}

	.mod-box-column .mod-sns {
		position: static;
		margin-top: 12px;
		text-align: left;
	}
	.mod-box-column .mod-sns li {
		margin-top: 15px;
	}

	.mod-box-column .ttl-column {
		margin-bottom: 24px;
		font-size: 157.2%;
	}
	.mod-box-column .sub-ttl {
		margin: -20px 0 20px;
		font-size: 128.6%;
	}

	.mod-box-column .column-info {
		margin-bottom: 10px;
	}

	.mod-box-column .column-info .date {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.mod-box-column .column-info .tag-wrap {
		display: block;
	}
	.mod-box-column .column-info .tag {
		display: inline-block;
		margin-bottom: 14px;
	}

	.mod-box-column .author {
		margin-bottom: 20px;
		text-align: left;
	}

	.mod-box-column .mod-textarea {
		line-height: 1.7;
	}

	.mod-box-column .btn-area {
		margin-top: 20px;
		text-align: center;
	}
	.mod-box-column .btn-area .mod-btn .btn {
		width: 260px;
	}
}


/*------------------------------------
	コラム 記事ページ 著者紹介
------------------------------------*/
.mod-author-info {
	margin: 40px 0;
	padding: 20px 20px 10px;
	border: solid 1px #cccccc;
}

.mod-author-info .author-head {
	margin-bottom: 25px;
}
.mod-author-info .author-head .img {
	float: left;
	width: 90px;
	margin-right: 30px;
}
.mod-author-info .author-head .img img {
	border: solid 1px #b5b5b5;
}
.mod-author-info .author-head .author-info {
	overflow: hidden;
}
.mod-author-info .author-head .author-info dt {
	margin-bottom: 13px;
	padding: 13px 0;
	border-bottom: solid 1px #b5b5b5;
	font-weight: bold;
}

.mod-author-info .list-column {
	margin: 25px 0 0;
}
.mod-author-info .list-column li {
	display: table;
	margin-bottom: 10px;
	color: #111111;
	text-decoration: none;
}
.mod-author-info .list-column li > p {
	display: table-cell;
	vertical-align: top;
}
.mod-author-info .list-column li .date {
	width: 6em;
	padding-right: 9px;
	font-size: 85.8%;
	color: #666666;
	white-space: nowrap;
}
.mod-author-info .list-column li .tag {
	width: 2em;
	padding-right: 9px;
	white-space: nowrap;
}

.mod-author-info .list-column li .post-title a {
	display: inline-block;
	color: #111111;
}
.mod-author-info .list-column li .post-title a:hover {
	color: #0075c2;
	text-decoration: underline;
}

.mod-author-info .link-author {
	margin-top: 25px;
	padding: 12px 0 0;
	border-top: dotted 1px #b5b5b5;
	text-align: right;
}
.mod-author-info .link-author li {
	display: inline-block;
	margin-right: 37px;
}
.mod-author-info .link-author li:last-child {
	margin-right: 0;
}


@media only screen and (max-width: 700px) {
	.mod-author-info {
		padding-bottom: 22px;
	}

	.mod-author-info .author-head .img {
		margin-right: 20px;
	}

	.mod-author-info .list-column li {
		margin-bottom: 10px;
	}
	.mod-author-info .list-column li p {
		display: block;
		margin-bottom: 6px;
	}
	.mod-author-info .list-column li .date {
		width: auto;
		padding-right: 0;
	}
	.mod-author-info .list-column li .tag {
		width: auto;
		padding-right: 0;
	}

	.mod-author-info .link-author {
		padding: 8px 0 0;
		text-align: right;
	}
	.mod-author-info .link-author li {
		display: block;
		margin-top: 12px;
		margin-right: 0;
	}
}


/*------------------------------------
	経営コンサルタント リンク
------------------------------------*/
.mod-link-consultant {
	margin-bottom: 40px;
}
.mod-link-consultant .box-line:after {
	content: '';
	display: block;
	clear: both;
}
.mod-link-consultant .box-line:first-child {
	margin-top: -30px;
}
.mod-link-consultant .box-line > li {
	float: left;
	width: 50%;
	padding: 30px 0 20px;
}
.mod-link-consultant .box-line > li:nth-child(2n-1) {
	padding-right: 15px;
}
.mod-link-consultant .box-line > li:nth-child(2n) {
	padding-left: 15px;
}

.mod-link-consultant .consultant-info {
	font-weight: bold;
}
.mod-link-consultant .consultant-info a {
	position: relative;
	display: inline-block;
	padding-left: 25px;
	color: #111111;
	text-decoration: none;
}
.mod-link-consultant .consultant-info a:before {
	position: absolute;
	left: 3px;
	top: 0.1em;
	content: "\e903";
	font-family: "icofont";
	font-size: 84%;
	color: #0075c2;
}
.mod-link-consultant .consultant-info a:hover .name .kanji {
	text-decoration: underline;
}

.mod-link-consultant .consultant-info .name {
	font-size: 128.6%;
}
.mod-link-consultant .consultant-info .name .eng {
	margin-left: 6px;
	font-size: 67%;
	font-weight: normal;
}

.mod-link-consultant .list-specialty {
	margin-top: 13px;
}
.mod-link-consultant .list-specialty li {
	display: inline-block;
	margin: 0 16px 8px 0;
}

.mod-link-consultant .consultant-info a:hover > p {
	color: #0075c2;
}


@media only screen and (max-width: 700px) {
	.mod-link-consultant .box-line > li {
		float: none;
		width: 100%;
		/*padding-top: 0;*/
		border-bottom: solid 1px #b5b5b5;
	}
	.mod-link-consultant .box-line > li:nth-child(2n) {
		padding-left: 0px;
	}

	.mod-link-consultant .consultant-info .name {
		font-size: 114.3%;
	}

	.mod-link-consultant .consultant-info .name .eng {
		display: block;
		margin-top: 2px;
		margin-left: 0;
		font-size: 75%;
	}

}


/*------------------------------------
	経営コンサルタント 紹介
------------------------------------*/
.mod-consultant-introduction {
	margin: 0 0 40px;
}
.mod-consultant-introduction .box-head {
	position: relative;
	font-weight: bold;
}
.mod-consultant-introduction .box-head:after {
	content: '';
	display: block;
	clear: both;
}

.mod-consultant-introduction .text-info {
	float: left;
	width: 100%;
	margin-right: -90px;
	padding-right: 90px;
}
.mod-consultant-introduction .box-head .img {
	float: right;
	width: 90px;
}

.mod-consultant-introduction .box-head .position {
	margin-bottom: 3px;
	padding-right: 10px;
	line-height: 1.6;
}
.mod-consultant-introduction .box-head .sttl-name {
	font-size: 228.6%;
	line-height: 1.2;
}
.mod-consultant-introduction .box-head .eng {
	display: block;
	margin-top: 5px;
	font-size: 37.5%;
	font-weight: normal;
}

.mod-consultant-introduction .box-head .img img {
	border: solid 1px #cccccc;
}

.mod-consultant-introduction .text-area {
	margin-top: 26px;
}

/* 写真大きいレイアウト */
.mod-consultant-introduction.mod-pic-large .text-info {
	margin-right: -146px;
	padding-right: 146px;
}
.mod-consultant-introduction.mod-pic-large .box-head .img {
	width: 146px;
}


@media only screen and (max-width: 700px) {
	.mod-consultant-introduction {
		margin-top: 40px;
	}

	.mod-consultant-introduction .box-head .position {
		margin-bottom: 5px;
		font-size: 92.9%;
	}
	.mod-consultant-introduction .box-head .sttl-name {
		font-size: 128.6%;
	}
	.mod-consultant-introduction .box-head .eng {
		margin-top: 5px;
		font-size: 66.7%;
	}

	/* 写真大きいレイアウト */
	.mod-consultant-introduction.mod-pic-large .text-info {
		margin-right: -90px;
		padding-right: 90px;
	}
	.mod-consultant-introduction.mod-pic-large .box-head .img {
		width: 90px;
	}

}


/*------------------------------------
	関連コンテンツ
------------------------------------*/
.mod-related-contents {
	margin: 0 -20px 40px 0;
}
.mod-related-contents .box-parts {
	float: left;
	width: 25%;
	margin-bottom: 40px;
	padding-right: 20px;
}

.mod-related-contents .box-parts a {
	display: block;
	text-decoration: none;
	color: #111111;
}

.mod-related-contents .box-parts .img {
	margin-bottom: 16px;
}
.mod-related-contents .box-parts .img img {
	width: 100%;
	height: auto;
}

.mod-related-contents .box-parts .text-area {
	padding: 0 10px 0;
}

.mod-related-contents .box-parts .post-title {
	margin-bottom: 5px;
	font-size: 114.3%;
	font-weight: bold;
}

.mod-related-contents .box-parts a .post-title {
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-related-contents .box-parts a:hover .post-title {
	color: #0075c2;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

/* slide */
.mod-related-contents .slick-arrow {
	width: 20px;
	height: 20px;
}
.mod-related-contents .slick-arrow:before {
	top: -1px;
	left: 1px;
	font-size: 10px;
	line-height: 20px;
}

@media only screen and (max-width: 700px) {
	.mod-related-contents {
		opacity: 0;
		margin-left: -10px;
		margin-right: -10px;
	}
	.mod-related-contents.slick-slider {
		opacity: 1;
	}
	.mod-related-contents .box-parts {
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 0;
		padding-right: 0;
	}
}


/*------------------------------------
	ステップバー
------------------------------------*/
.mod-stepbar {
	margin-bottom: 35px;
}

.mod-stepbar .stepbar {
	position: relative;
	list-style: none;
	display: table;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
.mod-stepbar .stepbar .step {
	position: relative;
	display: table-cell;
	height: 60px;
	padding: 0 50px 0 30px;
	background-color: #e0eef8;
	font-weight: bold;
	color: #666666;
	font-size: 114.3%;
	vertical-align: middle;
	line-height: 1.3;
}
.mod-stepbar .stepbar .step:before,
.mod-stepbar .stepbar .step:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #e0eef8;
	border-left: 5px solid #FFF;
	width: 30px;
	height: 30px;
}
.mod-stepbar .stepbar .step:after {
	top: 0;
	-moz-transform: skew(45deg);
	-ms-transform: skew(45deg);
	-webkit-transform: skew(45deg);
	transform: skew(45deg);
}
.mod-stepbar .stepbar .step:before {
	bottom: 0;
	-moz-transform: skew(-45deg);
	-ms-transform: skew(-45deg);
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
}
.mod-stepbar .stepbar .step:first-child:before,
.mod-stepbar .stepbar .step:first-child:after {
	content: none;
}
.mod-stepbar .stepbar .step.current {
	color: #FFF;
	background-color: #0075c2;
}
.mod-stepbar .stepbar .step.current:before,
.mod-stepbar .stepbar .step.current:after {
	background-color: #0075c2;
}

.mod-stepbar.mod-step2 .step {
	width: 50%;
}
.mod-stepbar.mod-step3 .step {
	width: 33.333%;
}
.mod-stepbar.mod-step4 .step {
	width: 25%;
}
.mod-stepbar.mod-step5 .step {
	width: 20%;
}

.mod-stepbar .mod-sp-hide {
	display: inline;
}

@media only screen and (max-width: 700px) {
	.mod-stepbar {
		margin: 0 -15px 35px -15px;
	}
	.mod-stepbar .stepbar .step {
		padding: 0 35px 0 10px;
	}

	.mod-stepbar .stepbar .step:before,
	.mod-stepbar .stepbar .step:after {
		width: 20px;
	}
	.mod-stepbar .stepbar .step:after {
		-moz-transform: skew(20deg);
		-ms-transform: skew(20deg);
		-webkit-transform: skew(20deg);
		transform: skew(20deg);
	}
	.mod-stepbar .stepbar .step:before {
		-moz-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
		transform: skew(-20deg);
	}

	.mod-stepbar .mod-sp-hide {
		display: none;
	}
}


/*------------------------------------
	フォーム関連パーツ
------------------------------------*/
.mod-form-head {
	position: relative;
	margin-top: 70px;
	padding-bottom: 50px;
}
.mod-form-head .form-text {
	margin-bottom: 35px;
	text-align: center;
}
.mod-form-head.page-complete,
.mod-form-head.page-confirm {
	padding-bottom: 0;
}

/*　アラート　*/
.mod-alert {
	padding: 28px;
	border: solid 1px #e60026;
	color: #e60026;
	text-align: center;
	font-weight: bold;
}
.mod-alert i {
	margin-right: 10px;
	font-size: 120%;
	vertical-align: text-bottom;
}

/*　注意文言　*/
.mod-form-notes {
	position: absolute;
	left: 0;
	bottom: 15px;
	color: #e60026;
}

/* ボタン */
.mod-form-submit {
	margin-top: 38px;
	text-align: center;
}
.mod-form-submit .confirm-text {
	margin-bottom: 34px;
}
.mod-form-submit .check-agree {
	font-weight: bold;
}
.mod-form-submit .btn-submit {
	margin-bottom: 40px;
}

.mod-form-submit .btn-back {
	margin-top: 30px;
}
.mod-form-submit .btn-back .btn {
	font-weight: normal;
}
.mod-form-submit .btn-back .btn:before {
	content: "\e918";
}

/* norton */
.mod-norton {
	display: table;
	width: 100%;
	max-width: 520px;
	margin: 40px auto 0;
	border: solid 1px #cccccc;
	text-align: left;
}
.mod-norton .img,
.mod-norton .text {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}
.mod-norton .img {
	width: 150px;
	padding-left: 6px;
	text-align: center;
}
.mod-norton .img img {
	width: 100px;
}
.mod-norton .text {
	padding-right: 25px;
	font-size: 12px;
}

.page-complete .mod-norton {
	margin-top: 60px;
}

@media only screen and (max-width: 700px) {
	.mod-form-head {
		margin-top: 40px;
		padding-bottom: 30px;
	}
	.mod-form-head .form-text {
		margin-bottom: 0;
		text-align: left;
	}

	/*　アラート　*/
	.mod-alert {
		position: relative;
		margin-top: 20px;
		padding: 14px 14px 14px 45px;
		text-align: left;
	}
	.mod-alert i {
		position: absolute;
		left: 14px;
		top: 50%;
		margin-right: 0;
		margin-top: -0.5em;
		line-height: 1;
	}

	/*　注意文言　*/
	.mod-form-notes {
		position: static;
	}

	/* ボタン */
	.mod-form-submit {
		margin-top: 38px;
		text-align: center;
	}
	.mod-form-submit .confirm-text {
		margin-bottom: 15px;
	}
	.mod-form-submit .check-agree {
		font-weight: bold;
	}
	.mod-form-submit .btn-submit {
		margin: 20px 0 30px;
	}

	.mod-form-submit .btn-back {
		margin-top: 25px;
	}

	/* norton */
	.mod-norton {
		width: 100%;
		max-width: 520px;
		margin-top: 30px;
	}
	.mod-norton .img,
	.mod-norton .text {
		padding: 15px 0;
	}
	.mod-norton .img {
		width: 125px;
		padding-left: 0;
		padding-right: 5px;
	}
	.mod-norton .img img {
		width: 90px;
	}
	.mod-norton .text {
		padding-right: 20px;
	}

	.page-complete .mod-norton {
		margin-top: 30px;
	}
}

/*------------------------------------
	フォーム
------------------------------------*/
.mod-form-box {
	margin-bottom: 38px;
	padding: 70px 20px 40px;
	border: solid 3px #e5e5e5;
}
.mod-form-box .box-inner {
	max-width: 800px;
	margin: 0 auto;
}
.mod-form-box .form-tr {
	display: table;
	width: 100%;
}
.mod-form-box .form-th {
	display: table-cell;
	width: 220px;
	padding-bottom: 40px;
	vertical-align: middle;
}
.mod-form-box .form-td {
	position: relative;
	display: table-cell;
	padding-bottom: 40px;
}

.mod-form-box .form-th.form-radio {
	vertical-align: top;
}
.mod-form-box .form-th.form-textarea {
	vertical-align: top;
	padding-top: 12px;
}

.mod-form-box .form-th .sttl {
	font-weight: bold;
}
.mod-form-box .form-th .req {
	display: inline-block;
	margin-left: 14px;
	font-size: 78.6%;
	font-weight: normal;
	color: #e60026;
}
.mod-form-box .form-th .any {
	display: inline-block;
	margin-left: 14px;
	font-size: 78.6%;
	font-weight: normal;
	color: #666666;
}
.mod-form-box .form-th .sup-text {
	color: #666666;
	font-size: 78.6%;
}

/* パーツ */
.mod-form-box .list-radio li {
	margin-bottom: 10px;
}
.mod-form-box .list-radio li [type="radio"] {
	margin-right: 8px;
}
.mod-form-box .list-radio li .input-radio-other {
	margin: 8px 0 0 26px;
}

.mod-form-box .form-2column {
	margin-right: -20px;
}
.mod-form-box .form-2column:after {
	content: '';
	display: block;
	clear: both;
}
.mod-form-box .form-2column .form-box {
	float: left;
	width: 50%;
	padding-right: 20px;
}

.mod-form-box input.w300 {
	width: 300px;
}

.mod-form-box .content-textarea {
	height: 156px;
}

/* error */
.mod-form-box .err-text {
	display: none;
}
.mod-form-box .error .err-text {
	position: relative;
	display: block;
	color: #e60026;
	font-size: 12px;
	width: 100%;
}
.mod-form-box .error .err-text .text {
	position: absolute;
	left: 0;
	top: 8px;
	line-height: 1.2;
}
.mod-form-box .error textarea,
.mod-form-box .error input {
	border-color: #e60026;
	background-color: #fce5e9;
}

/* 確認ページ */
.mod-form-box.page-confirm {
	padding-top: 50px;
}
.mod-form-box.page-confirm .form-th,
.mod-form-box.page-confirm .form-td {
	padding: 20px 0;
	border-bottom: dotted 1px #cccccc;
	vertical-align: top;
}
.mod-form-box.page-confirm .form-tr:last-child .form-th,
.mod-form-box.page-confirm .form-tr:last-child .form-td {
	border-bottom: none;
}

/* 完了ページ */
.mod-form-box.page-complete {
	padding-bottom: 70px;
	text-align: center;
}
.mod-form-box.page-complete .sttl-complete {
	margin-bottom: 12px;
	font-size: 114.3%;
	font-weight: bold;
}

@media only screen and (max-width: 700px) {
	.mod-form-box {
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.mod-form-box .box-inner {
		max-width: 100%;
		margin: 0;
	}
	.mod-form-box .form-tr {
		display: block;
	}
	.mod-form-box .form-th {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.mod-form-box .form-td {
		display: block;
		margin-bottom: 25px;
		padding-bottom: 0;
	}

	.mod-form-box .form-th.form-textarea {
		vertical-align: top;
		padding-top: 12px;
	}

	/* パーツ */
	.mod-form-box .form-2column {
		margin-right: 0;
	}
	.mod-form-box .form-2column .form-box {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.mod-form-box .form-2column .form-box:first-child {
		margin-bottom: 20px;
	}

	.mod-form-box input.w300 {
		width: 100%;
	}

	/* error */
	.mod-form-box .error .err-text .text {
		position: static;
		margin-top: 8px;
	}

	/* 確認ページ */
	.mod-form-box.page-confirm {
		margin-top: 10px;
		padding-top: 0;
	}
	.mod-form-box.page-confirm .form-th,
	.mod-form-box.page-confirm .form-td {
		padding: 0;
	}

	.mod-form-box.page-confirm .form-th {
		padding-top: 25px;
		border-bottom: none;
	}
	.mod-form-box.page-confirm .form-td {
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: dotted 1px #cccccc !important;
	}

	/* 完了ページ */
	.mod-form-box.page-complete {
		margin-top: 32px;
		padding: 15px 20px;
		border: solid 1px #cccccc;
	}
	.mod-form-box.page-complete .sttl-complete {
		margin-bottom: 12px;
		font-size: 114.3%;
		font-weight: bold;
	}
}


/*------------------------------------
	検索フォーム
------------------------------------*/
.mod-search-form {
	padding: 30px 60px 30px 40px;
	background-color: #f7f7f7;
}

.mod-search-form .form-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.mod-search-form .sttl-form {
	float: left;
	width: 128px;
	font-weight: bold;
}

.mod-search-form .form-wrap.form-input {
	margin-bottom: 20px;
}
.mod-search-form .form-wrap.form-input .sttl-form {
	line-height: 34px;
}

.mod-search-form .sttl-form:after {
	content: ":";
	float: right;
	margin-right: 8px;
}
.mod-search-form .box-form {
	margin-left: 128px;
}

.mod-search-form .search-input {
	position: relative;
}
.mod-search-form .search-input input {
	border: none;
	box-shadow: none;
}
.mod-search-form .btn-search {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 60px;
	height: 34px;
	padding: 0;
	border: none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-color: #0075c2;
	color: #ffffff;
	text-align: center;
}
.mod-search-form .btn-search i {
	line-height: 34px;
	font-size: 130%;
}
.mod-search-form .btn-search:hover {
	background-color: #01baef;
}

.mod-search-form .aux-text {
	margin-top: 6px;
	font-size: 92.9%;
}

.mod-search-form .search-word {
	padding-top: 1px;
}
.mod-search-form .search-word li {
	display: inline-block;
	margin: 0 6px 10px 0;
	font-size: 85.8%;
}
.mod-search-form .search-word li a {
	display: block;
	padding: 0 10px;
	border: solid 1px #777777;
	border-radius: 20px;
	background-color: #777777;
	color: #ffffff;
	text-decoration: none;
}
.mod-search-form .search-word li a:hover {
	border-color: #cccccc;
	background-color: #ffffff;
	color: #0075c2;
}

@media only screen and (max-width: 700px) {
	.mod-search-form {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 0;
		padding: 25px 15px 15px;
	}

	.mod-search-form .sttl-form {
		float: none;
		width: 100px;
		margin-bottom: 10px;
	}

	.mod-search-form .form-wrap.form-input {
		margin-bottom: 15px;
	}
	.mod-search-form .form-wrap.form-input .sttl-form {
		line-height: 1.5;
	}

	.mod-search-form .sttl-form:after {
		display: none;
	}
	.mod-search-form .box-form {
		margin-left: 0;
	}

	.mod-search-form .aux-text {
		margin-top: 5px;
		font-size: 85.8%;
	}

	.mod-search-form .search-word {
		padding-top: 0;
	}

}


/*------------------------------------
	検索設定
------------------------------------*/
.mod-search-config {
	margin-bottom: 70px;
}
.mod-search-config .result-text {
	margin-bottom: 22px;
	font-size: 128.6%;
	font-weight: bold;
}

.mod-search-config .list-config .dt {
	float: left;
	min-width: 130px;
	font-weight: bold;
}
.mod-search-config .list-config .dd {
	position: relative;
	padding: 0 0 15px 0;
}
.mod-search-config .list-config .dd:before {
	content: ":";
	display: inline-block;
	margin-right: 20px;
}
.mod-search-config .list-config li:last-child .dt,
.mod-search-config .list-config li:last-child .dd {
	padding-bottom: 0;
}
.mod-search-config .list-config .dd span {
	display: inline-block;
	min-width: 120px;
	padding-right: 10px;
}
.mod-search-config .list-config .dd span input {
	margin-right: 10px;
}

.mod-search-config .list-config li.list-img-display .dd {
	height: 26px;
}

/* チェック リスト */
.check-list {
	display: none;
	width: 100% !important;
	padding: 0 0 25px;
}
.check-list ul {
	padding: 23px 33px 13px !important;
	background-color: #f7f7f7;
}
.check-list li {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 33px 0 24px;
}
.check-list li .mod-checkbox .checkbox {
	position: absolute;
	left: 0;
	top: 2px;
}

/* 画像ありなしボタン */
.mod-search-config .list-config .btn-img-display {
	position: absolute;
	top: -1px;
	display: inline-block;
	width: 100px;
}
.mod-search-config .list-config .btn-img-display > p {
	float: left;
	width: 50px;
}
.mod-search-config .list-config .btn-img-display > p a {
	display: block;
	padding: 2px 0 1px;
	border-top: solid 1px #777777;
	border-bottom: solid 1px #777777;
	background-color: #777777;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.mod-search-config .list-config .btn-img-display > p:nth-child(1) a {
	border-left: solid 1px #777777;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.mod-search-config .list-config .btn-img-display > p:nth-child(2) a {
	border-right: solid 1px #777777;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.mod-search-config .list-config .btn-img-display > p a.active {
	background-color: #e5e5e5;
	color: #666666;
	cursor: default;
	pointer-events: none;
}

@media only screen and (max-width: 700px) {
	.mod-search-config {
		margin-bottom: 40px;
	}
	.mod-search-config .result-text {
		margin-bottom: 25px;
		font-size: 100%;
	}

	.mod-search-config .list-config {
		display: block;
	}
	.mod-search-config .list-config li {
		display: block;
	}
	.mod-search-config .list-config .dt {
		float: none;
		display: block;
		margin-bottom: 8px;
		padding: 0;
	}
	.mod-search-config .list-config .dd {
		display: block;
		margin-bottom: 16px;
		padding: 0;
	}
	.mod-search-config .list-config .dd:before {
		display: none;
	}
	.mod-search-config .list-config li:last-child .dd {
		padding-bottom: 0;
	}
	.mod-search-config .list-config .dd span {
		width: auto;
		min-width: 0;
		padding-right: 20px;
	}
	.mod-search-config .list-config .dd span input {
		vertical-align: text-top;
	}

	/* チェック リスト */
	.check-list ul {
		padding: 30px 20px 20px !important;
		background-color: #f7f7f7;
	}
	.check-list li {
		position: relative;
		float: left;
		display: block;
		width: 50%;
		margin-bottom: 10px;
		padding: 0 20px 0 22px;
		font-size: 92.9%;
	}
	.check-list li .mod-checkbox .checkbox {
		position: absolute;
		left: 0;
		top: 1px;
	}
}


/*------------------------------------
	検索おすすめ
------------------------------------*/
.mod-result-recommend {
	margin-bottom: 55px;
	padding: 30px 30px 30px 40px;
	border: solid 1px #cccccc;
}
.mod-result-recommend .sttl {
	margin-bottom: 29px;
	padding-left: 18px;
	border-left: solid 4px #0075c2;
	font-size: 128.6%;
	font-weight: bold;
	line-height: 1.2;
}

.mod-result-recommend li {
	float: left;
	width: 33.33%;
}
.mod-result-recommend li:after {
	content: '';
	display: block;
	clear: both;
}
.mod-result-recommend li .img {
	float: left;
	width: 90px;
	margin-right: 18px;
	text-align: center;
}
.mod-result-recommend li .post-title {
	overflow: hidden;
}

.mod-result-recommend li a {
	display: block;
	transition: none;
}
.mod-result-recommend li a .post-title {
	padding-right: 10px;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-result-recommend li a:hover .post-title {
	color: #01baef;
	text-decoration: underline;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 700px) {
	.mod-result-recommend {
		margin-bottom: 50px;
		padding: 30px 20px 0;
	}
	.mod-result-recommend .sttl {
		margin-bottom: 20px;
		padding-left: 10px;
		font-size: 114.3%;
	}

	.mod-result-recommend li {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.mod-result-recommend li .img {
		width: 75px;
		margin-right: 15px;
	}
	.mod-result-recommend li .post-title {
		padding-right: 0;
	}
}

/*------------------------------------
	検索リスト
------------------------------------*/
.mod-list-result {
	margin-bottom: 40px;
}

.mod-list-result li {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #cccccc;
}
.mod-list-result li:last-child {
	margin-bottom: 0;
}

.mod-list-result li a {
	display: block;
	color: #111111;
	text-decoration: none;
}

.mod-list-result li .img {
	float: left;
	width: 110px;
	margin-right: 28px;
	text-align: center;
}

.mod-list-result li .text-area {
	overflow: hidden;
}

.mod-list-result li .post-title {
	position: relative;
	display: inline-block;
	margin: 0 15px 12px 0;
	padding-left: 30px;
	font-size: 128.6%;
	font-weight: bold;
}
.mod-list-result li .post-title:before {
	position: absolute;
	left: 0;
	top: 0.2em;
	content: "\e903";
	font-family: "icofont";
	font-size: 83.3%;
	font-weight: normal;
	color: #0075c2;
}

.mod-list-result li .category {
	display: inline-block;
	padding: 3px 12px 2px;
	border-radius: 40px;
	background-color: #777777;
	font-size: 85.8%;
	color: #ffffff !important;
}

.mod-list-result li .summary strong {
	display: inline-block;
	background-color: #0075c2;
	color: #ffffff;
	line-height: 1;
}
.mod-list-result li .url {
	margin-top: 12px;
	color: #0075c2;
}

.mod-list-result li a {
	transition: none;
}
.mod-list-result li a:hover p {
	color: #0075c2;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.mod-list-result li a:hover .post-title {
	text-decoration: underline;
}

@media only screen and (max-width: 700px) {
	.mod-list-result li {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.mod-list-result li .img {
		width: 75px;
		margin-right: 13px;
	}

	.mod-list-result li .ttl-wrap {
		margin-bottom: 10px;
	}

	.mod-list-result li .post-title {
		display: block;
		margin-bottom: 8px;
		padding-left: 25px;
		font-size: 114.3%;
	}
}


/*------------------------------------
	2カラムボックス
------------------------------------*/
.mod-2column-box {
	margin: 0 -20px 40px 0;
}
.mod-2column-box .box-parts {
	float: left;
	width: 50%;
	padding-right: 20px;
}
.mod-2column-box .box-parts img {
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 700px) {
	.mod-2column-box {
		margin: 0 0 40px 0;
	}
	.mod-2column-box .box-parts {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.mod-2column-box .box-parts:nth-child(1) {
		margin-bottom: 15px;
	}
}



