/*
*******************************************************************************************************
# css/style.css
*******************************************************************************************************
*/
/*------------------------------------
	TOPページ
------------------------------------*/
body.page-top .wrp-main {
	margin: 0 0 130px;
}

body.page-top .ttl-top-section {
	margin: 54px 0 20px;
	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;
}
body.page-top .section-lead {
	margin-bottom: 75px;
	font-size: 114.3%;
	font-weight: bold;
	text-align: center;
}

body.page-top .mod-reportlist-2col .mod-ttl-section {
	font-size: 157.2%;
}

/* メインビジュアル */
body.page-top .main-visual {
	height: 440px;
	margin: 0 -500% 10px;
	padding: 0 500%;
	background: url(/common2/img/img_top_mv.png) no-repeat 50% 0;
	color: #0075c2;
}
body.page-top .main-visual .visual-inner {
	display: table-cell;
	height: 378px;
	vertical-align: middle;
}
body.page-top .main-visual .text-block {
	position: relative;
}
body.page-top .main-visual .catchcopy {
	font-size: 285.7%;
	font-weight: bold;
}
body.page-top .main-visual .catchcopy:after {
	content: '';
	display: block;
	clear: both;
}
body.page-top .main-visual .catchcopy > span {
	float: left;
	display: block;
	text-shadow: #FFF 2px 2px 10px, #FFF -2px 2px 10px, #FFF 2px -2px 10px, #FFF -2px -2px 10px;
}
body.page-top .main-visual .catchcopy > span.text-line1 {
	padding-right: 0;
}
body.page-top .main-visual .catchcopy > span.text-line2 {
	padding-left: 0;
	padding-right: 0;
}
body.page-top .main-visual .catchcopy > br {
	clear: both;
}

body.page-top .main-visual .link {
	position: absolute;
	left: 0;
	bottom: -40px;
	display: block;
	height: 30px;
	padding: 0 15px 0 0;
	line-height: 30px;
}
body.page-top .main-visual .link a {
	display: block;
	position: relative;
	padding-left: 22px;
	font-weight: bold;
}
body.page-top .main-visual .link a:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "\e903";
	font-size: 93%;
	font-family: "icofont";
	color: #0075c2;
}
body.page-top .main-visual .link a:hover:before {
	color: #01baef;
}

/* スライドバナー */
body.page-top .slide-bnr {
	min-height: 126px;
	margin-bottom: 60px;
}
body.page-top .slide-bnr .box-inner {
	position: absolute;
	left: 0;
	width: 100%;
}
body.page-top .slide-bnr .box-inner:after {
	content: '';
	display: block;
	clear: both;
}

body.page-top .slide-bnr ul {
	display: none;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}
body.page-top .slide-bnr li {
	float: left;
	width: 350px;
	margin: 0 5px;
}
body.page-top .slide-bnr li a {
	color: #111111
}

body.page-top .slide-bnr li img {
	width: 350px;
}
body.page-top .slide-bnr li .text {
	margin: 5px 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.page-top .slide-bnr li a:hover,
body.page-top .slide-bnr li a:hover .text {
	color: #0075c2;
}

body.page-top .slide-bnr .slick-slider {
	display: block;
}
body.page-top .slide-bnr .slick-list {
	overflow: visible;
}
body.page-top .slide-bnr .slick-slider .slick-arrow {
	top: 26px;
	width: 50px;
	height: 50px;
	border: solid 2px #fff;
	background-color: rgba(0,117,194, 0.9);
}
body.page-top .slide-bnr .slick-slider .slick-arrow:hover {
	background-color: rgba(255,255,255, 1);
}
body.page-top .slide-bnr .slick-slider .slick-arrow:before {
	left: 0;
	color: #fff;
	line-height: 45px;
}
body.page-top .slide-bnr .slick-slider .slick-arrow:hover:before {
	color: #0075c2;
}
body.page-top .slide-bnr .slick-slider .slick-arrow.slick-prev {
	left: -25px;
}
body.page-top .slide-bnr .slick-slider .slick-arrow.slick-next {
	right: -25px;
}

/* 重要なお知らせ */
body.page-top .alert-box {
	position: relative;
	margin: -25px 0 50px;
	padding: 25px 25px 25px 220px;
	border: solid 1px #e60026;
}
body.page-top .alert-box .sttl-alert {
	position: absolute;
	left: 0;
	top: 50%;
	margin: -0.75em 0 0 40px;
	color: #e60026;
	font-weight: bold;
	line-height: 1em;
}
body.page-top .alert-box .sttl-alert:before {
	position: relative;
	top: 0.15em;
	margin-right: 18px;
	content: "\e919";
	font-family: "icofont";
	font-size: 136%;
	font-weight: normal;
}
body.page-top .alert-box li {
	margin-bottom: 12px;
}
body.page-top .alert-box li:last-child {
	margin-bottom: 0;
}
body.page-top .alert-box li:after:after {
	content: '';
	display: block;
	clear: both;
}
body.page-top .alert-box .date {
	float: left;
	width: 9em;
	color: #666666;
}
body.page-top .alert-box .post-title {
	overflow: hidden;
}

body.page-top .alert-box a {
	color: #111111;
	text-decoration: none;
}
body.page-top .alert-box a:hover > p {
	color: #0075c2;
}
body.page-top .alert-box a:hover .post-title {
	text-decoration: underline;
}
body.page-top .alert-box a:hover > .post-title:after {
	color: #0075c2;
}

body.page-top .alert-box . .post-title {
	overflow: hidden;
}


/* 事業・ソリューション */
body.page-top .business-box {
	margin: 0 -440px;
	padding: 60px 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #ffffff;
}
body.page-top .business-box .box-inner {
	max-width: 1120px;
	margin: 0 auto;
}
body.page-top .business-box .ttl-cate {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
	font-size: 128.6%;
	font-weight: bold;
	/* line-height: 1; */
	overflow: hidden;
}
body.page-top .business-box .ttl-cate:before {
	content: "";
	position: absolute;
	top: 0.5em;
	left: 8em;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
}

body.page-top .business-box .sttl {
	margin: 52px 0 15px;
	font-size: 142.9%;
	font-weight: bold;
}

body.page-top .business-box .box-lead {
	font-size: 228.6%;
	font-weight: bold;
}
body.page-top .business-box .list li {
	display: inline-block;
	margin: 40px 55px 0 0;
	padding-left: 36px;
	background: url(/common2/img/title_page_wht.png) no-repeat left 50%;
	background-size: 30px 18px;
	font-size: 157.2%;
	font-weight: bold;
}

body.page-top .business-box.content-research {
	background-image: url(/common2/img/bg_top_business1.png);
}
body.page-top .business-box.content-consulting {
	background-image: url(/common2/img/bg_top_business2.png);
}
body.page-top .business-box.content-consulting .ttl-cate:before {
	left: 12em;
}
body.page-top .business-box.content-system {
	background-image: url(/common2/img/bg_top_business3.png);
}
body.page-top .business-box.content-system .ttl-cate:before {
	left: 10em;
}

/* バナー */
body.page-top .top-solution-banner {
	margin-top: 52px;
}

/* section 調整 */
body.page-top .top-content-news .mod-reportlist-2col {
	margin-top: 0;
}
body.page-top .top-content-report {
	margin-bottom: 100px;
}
body.page-top .top-content-report .section-lead {
	margin-bottom: 35px;
}
body.page-top .top-content-report .mod-reportlist-2col {
	margin-top: 40px;
}

body.page-top .top-content-consultant .mod-flowlink {
	margin-top: 35px;
}

@media all and (max-width: 1150px) {
	body.page-top .business-box {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media all and (max-width: 1080px) {
	/* スライドバナー */
	body.page-top .slide-bnr ul {
		position: static;
		width: 350px;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow.slick-prev {
		left: 15px;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow.slick-next {
		right: 15px;
	}
}

@media all and (max-width: 768px) {
	/* メインビジュアル */
	body.page-top .main-visual .catchcopy {
		font-size: 200%;
	}
}
@media only screen and (max-width: 700px) {
	body.page-top .wrp-main {
		margin: 0 0 50px;
	}

	body.page-top .ttl-top-section {
		padding-top: 50px;
		font-size: 157.2%;
	}
	body.page-top .section-lead {
		margin-bottom: 30px;
		font-size: 100%;
		text-align: left;
	}

	body.page-top .mod-reportlist-2col .mod-ttl-section {
		font-size: 128.6%;
	}

	/* メインビジュアル */
	body.page-top .main-visual {
		height: 179px;
		margin: 0 -15px 10px;
		padding: 0;
		background: url(/common2/img/img_top_mv_sp.png) no-repeat 50% bottom;
		background-size: cover;
	}
	body.page-top .main-visual .visual-inner {
		height: 179px;
		padding-left: 15px;
	}
	body.page-top .main-visual .catchcopy {
		font-size: 107.1%;
	}
	body.page-top .main-visual .catchcopy > span {
		padding: 5px 7px;
	}
	body.page-top .main-visual .catchcopy > span.text-line1 {
		padding-right: 7px;
	}
	body.page-top .main-visual .catchcopy > span.text-line2 {
		margin-top: -7px;
		padding-left: 7px;
		padding-right: 0;
		letter-spacing: -0.7px;
	}
	body.page-top .main-visual .catchcopy > span.text-line3 {
		margin-top: -7px;
	}

	body.page-top .main-visual .link {
		display: none;
	}

	/* メインビジュアル下のバナー */
	.top-sub-banner-link a {
		padding-top: 5px;
		padding-bottom: 15px;
	}

	/* スライドバナー */
	body.page-top .slide-bnr {
		position: relative;
		margin: 0 -15px 38px;
	}
	body.page-top .slide-bnr .box-inner {
		position: static;
		width: 100%;
	}
	body.page-top .slide-bnr ul {
		width: 270px;
	}
	body.page-top .slide-bnr li {
		width: 260px;
	}
	body.page-top .slide-bnr li .text {
		margin: 5px 5px 0;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
		font-size: 92.9%;
	}

	body.page-top .slide-bnr .slick-slider {
		position: static;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow {
		top: 25px;
		width: 18px;
		height: 25px;
		border-width: 1px;
	}

	body.page-top .slide-bnr .slick-slider .slick-arrow:before {
		left: 2px;
		line-height: 24px;
		font-size: 10px;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow.slick-prev {
		left: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow.slick-next {
		right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	body.page-top .slide-bnr .slick-slider .slick-arrow.slick-prev:before {
		left: -1px;
	}

	/* 重要なお知らせ */
	body.page-top .alert-box {
		position: relative;
		margin: -13px 0 -25px;
		padding: 20px 15px;
	}
	body.page-top .alert-box .sttl-alert {
		position: static;
		margin: 0 0 20px;
	}
	body.page-top .alert-box .sttl-alert:before {
		margin-right: 15px;
	}
	body.page-top .alert-box li {
		margin-bottom: 20px;
	}
	body.page-top .alert-box li:after:after {
		content: '';
		display: block;
		clear: both;
	}
	body.page-top .alert-box .date {
		float: none;
		width: auto;
		margin-bottom: 6px;
	}
	body.page-top .alert-box .post-title {
		overflow: hidden;
	}

	/* 事業・ソリューション */
	body.page-top .business-box {
		margin: 0 -15px;
		padding: 38px 15px;
		background-color: #335bb2;
	}
	body.page-top .business-box .ttl-cate {
		margin-bottom: 35px;
		font-size: 100%;
	}

	body.page-top .business-box .sttl {
		margin: 30px 0 15px;
		font-size: 114.3%;
	}

	body.page-top .business-box .box-lead {
		margin-bottom: 25px;
		font-size: 114.3%;
		font-weight: bold;
	}
	body.page-top .business-box .list li {
		display: block;
		margin: 20px 55px 0 0;
		padding-left: 36px;
		font-size: 100%;
	}

	body.page-top .business-box .mod-btn-large {
		margin-top: 35px;
	}

	body.page-top .business-box .mod-border-linkbox.mod-layout-solution {
		padding-top: 38px;
	}

	body.page-top .business-box.content-research {
		height: auto;
		background-image: url(/common2/img/bg_top_business1_sp.png), -webkit-linear-gradient(to left, #338dcd, #335bb2);
		background-image: url(/common2/img/bg_top_business1_sp.png), linear-gradient(to left, #338dcd, #335bb2);
		background-size: 100% auto;
	}
	body.page-top .business-box.content-consulting {
		height: auto;
		background-image: url(/common2/img/bg_top_business2_sp.png), -webkit-linear-gradient(to left, #338dcd, #335bb2);
		background-image: url(/common2/img/bg_top_business2_sp.png), linear-gradient(to left, #338dcd, #335bb2);
		background-size: 100% auto;
	}
	body.page-top .business-box.content-consulting .ttl-cate:before {
		left: 12em;
	}
	body.page-top .business-box.content-system {
		height: auto;
		background-image: url(/common2/img/bg_top_business3_sp.png), -webkit-linear-gradient(to left, #338dcd, #335bb2);
		background-image: url(/common2/img/bg_top_business3_sp.png), linear-gradient(to left, #338dcd, #335bb2);
		background-size: 100% auto;
	}
	body.page-top .business-box.content-system .ttl-cate:before {
		left: 10em;
	}

	/* バナー */
	body.page-top .top-solution-banner {
		margin-top: 30px;
	}

	/* section 調整 */
	body.page-top .top-content-report {
		margin-bottom: 50px;
	}
	body.page-top .top-content-report .section-lead {
		margin-bottom: 25px;
	}
	body.page-top .top-content-report .mod-reportlist-2col {
		margin-top: 40px;
	}

	body.page-top .top-content-consultant .mod-flowlink {
		margin-top: 35px;
	}

}

/*------------------------------------
	事業 TOP
------------------------------------*/
/* タイトル */
.mod-ttl-business-top {
	/* height: 660px; */
	height: 780px;
	margin: 10px -500% 0;
	padding: 0 500%;
	background: url(/common2/img/bg_ttl_business_top.png) no-repeat center top;
        background-color: rgba(0,39,117,0.8);
	color: #ffffff;
}
.mod-ttl-business-top .box-inner {
	position: relative;
	/* height: 660px; */
	height: 780px;
	padding-top: 73px;
}
.mod-ttl-business-top .mod-ttl-page {
	margin: 0 0 15px;
	background: url(/common2/img/title_page_wht.png) no-repeat 50% 0;
	background-size: 50px 30px;
}

.mod-ttl-business-top .lead {
	width: 100%;
	margin-bottom: 60px;
	font-size: 185.8%;
	text-align: center;
}

.mod-ttl-business-top .link-block {
	max-width: 1040px;
	margin: 0 auto;
}
.mod-ttl-business-top .link-block .block-inner {
	position: relative;
	width: 100%;
	border: solid 1px #ffffff;
	background-color: rgba(0,39,117,0.5);
}
.mod-ttl-business-top .link-block .block-inner:after {
	content: '';
	display: block;
	clear: both;
}

.mod-ttl-business-top .link-block .block-inner .logo-dir {
	position: absolute;
	left: 50%;
	top: -17px;
	display: block;
	width: 96px;
	height: 33px;
	margin-left: -48px;
}

.mod-ttl-business-top .link-block .box-parts {
	position: relative;
	float: left;
	width: 33.33%;
	height: 223px;
	padding: 39px 2.6% 19px;
	vertical-align: top;
	text-align: center;
}
.mod-ttl-business-top .link-block .box-parts:before {
	content: "";
	position: absolute;
	right: 20px;
	bottom: 19px;
	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-ttl-business-top .link-block .box-parts:nth-child(1):after,
.mod-ttl-business-top .link-block .box-parts:nth-child(2):after {
	content: "";
	position: absolute;
	right: 0;
	top: 18%;
	width: 1px;
	height: 74%;
	background-color: #4869a6;
}

.mod-ttl-business-top .link-block .sttl {
	position: relative;
	display: inline-block;
	margin-bottom: 16px;
	padding-left: 32px;
	font-size: 171.4%;
	font-weight: bold;
}
.mod-ttl-business-top .link-block .sttl:before {
	content: "\e903";
	font-family: "icofont";
	position: absolute;
	left: 0;
	top: 0.1em;
	font-size: 71%;
	text-decoration: none;
}

.mod-ttl-business-top .link-block .text {
	font-size: 114.3%;
	text-decoration: none;
	text-align: left;
}

.mod-ttl-business-top .link-block a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	transform: none;
}
.mod-ttl-business-top .link-block a:hover .sttl {
	text-decoration: underline;
	transform: none;
}

/* バナー */
.mod-ttl-business-top .link-block .banner-wrap {
	margin-top: 60px;
	text-align: center;
}
.mod-ttl-business-top .link-block .banner-wrap a {
	display: inline-block;
}
.mod-ttl-business-top .link-block .banner-wrap .disp-type-pc img {
	/* width: 400px; */
}
.mod-biz-system .link-block .banner-wrap {
	margin-top: 60px;
	padding-bottom: 10px;
}

/*　コンテンツ　*/
.mod-business-section {
	margin: 0 0 40px;
}
.mod-business-section .ttl-underbox {
	margin: 60px 0 10px;
	font-size: 228.6%;
	text-align: center;
}
.mod-business-section .lead-underbox {
	font-weight: bold;
	text-align: center;
}
.mod-business-section .summary-underbox {
	margin-bottom: 35px;
}

.mod-business-section.content-case {
	margin-bottom: 100px;
}
.mod-business-section.content-case .mod-imgtext-block {
	margin-top: 47px;
}

.mod-business-section.content-solution .mod-flowlink {
	margin-top: 80px;
}

@media only screen and (max-width: 1150px) {
	.mod-ttl-business-top {
		height: 820px;
	}
}

@media only screen and (max-width: 1035px) {
	.mod-ttl-business-top {
		height: 850px;
	}
}

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

@media only screen and (max-width: 700px) {
	/* タイトル */
	.mod-ttl-business-top {
		position: relative;
		width: auto;
		height: auto;
		margin: 0 -15px 0;
		padding: 0;
		background: url(/common2/img/bg_ttl_business_top_sp.png) no-repeat center top;
		background-size: contain;
		color: #ffffff;
	}
	.mod-ttl-business-top .box-inner {
		width: 100%;
		height: auto;
		padding-top: 0;
	}
	.mod-ttl-business-top .ttl-wrap {
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 48.4375%;
	}
	.mod-ttl-business-top .mod-ttl-page {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mod-ttl-business-top .lead {
		position: static;
		width: 100%;
		margin-bottom: 40px;
		padding: 20px 15px 0;
		color: #111111;
		font-size: 114.3%;
		font-weight: bold;
		text-align: left;
	}

	.mod-ttl-business-top .link-block {
		max-width: 1040px;
		margin: 0 15px;
		padding: 50px 15px 15px;
		background-color: #005eb6;
		background: -webkit-gradient(linear, left top, left bottom, from(#005eb6), to(#0086cb));
		background: -webkit-linear-gradient(top, #005eb6, #0086cb);
		background: linear-gradient(to bottom, #005eb6, #0086cb);
		color: #ffffff;
	}
	.mod-ttl-business-top .link-block .block-inner {
		display: block;
		padding-top: 15px;
		background-color: inherit;
	}
	.mod-ttl-business-top .link-block .block-inner:before {
		width: 100px;
		margin-left: -50px;
		background-color: #005eb6;
	}

	.mod-ttl-business-top .link-block .box-parts {
		display: block;
		width: auto;
		height: auto;
		margin: 0 20px;
		padding: 19px 0 45px;
		text-align: left;
	}
	.mod-ttl-business-top .link-block .box-parts:before {
		right: 0;
	}
	.mod-ttl-business-top .link-block .box-parts:nth-child(1):after,
	.mod-ttl-business-top .link-block .box-parts:nth-child(2):after {
		left: 0;
		top: auto;
		bottom: 0;
		display: block;
		width: 100%;
		height: 1px;
		background-color: #4d95d0;
	}

	.mod-ttl-business-top .link-block .sttl {
		position: relative;
		margin-bottom: 16px;
		padding-left: 27px;
		font-size: 128.6%;
	}
	.mod-ttl-business-top .link-block .text {
		font-size: 100%;
	}

	.mod-ttl-business-top .link-block .banner-wrap {
		margin-top: 15px;
	}

	/* コンテンツ */
	.mod-business-section {
		padding-top: 0;
	}

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

	.mod-business-section .summary-underbox {
		margin-bottom: 28px;
	}

	.mod-business-section.mod-layout-solution {
		padding-bottom: 10px;
	}

	.mod-business-section.content-case {
		margin-bottom: 45px;
	}
	.mod-business-section.content-case .mod-imgtext-block {
		margin-top: 35px;
	}

	.mod-business-section.content-solution .mod-flowlink {
		margin-top: 50px;
	}

	/* バナー */
	.mod-biz-system .link-block .banner-wrap {
		margin-top: 15px;
		margin-bottom: -35px;
		padding-bottom: 0;
	}
}


/*------------------------------------
	404 page
------------------------------------*/
.mod-error-text {
	margin: 0 -500% 50px;
	padding: 0 500% 100px;
	border-bottom: solid 1px #cccccc;
	text-align: center;
}
.mod-error-text .text1 {
	margin-bottom: 15px;
	font-size: 185.8%;
	font-weight: bold;
}
.mod-error-text .text2 {
	margin-bottom: 25px;
	font-size: 114.3%;
	font-weight: bold;
}
.mod-error-text .text-area p {
	margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
	.mod-error-text {
		margin: 0 -15px 50px;
		padding: 0 15px 45px;
	}
	.mod-error-text .text1 {
		font-size: 114.3%;
	}
	.mod-error-text .text2 {
		font-size: 100%;
	}
}


/*------------------------------------
	inquiry top page
------------------------------------*/
.mod-inquiry-index {
	margin-top: 75px;
}
@media only screen and (max-width: 700px) {
	.mod-inquiry-index {
		margin-top: 37px;
	}
}


/*------------------------------------
	sitemap
------------------------------------*/
.mod-sitemap {
	margin: 75px 0 -25px;
}

.mod-sitemap .category-block {
	margin: 0 -500%;
	padding: 50px 500% 0;
	border-top: solid 1px #cccccc;
}
.mod-sitemap .category-block:first-child {
	padding-top: 0;
	border-top: none;
}

.mod-sitemap .category-block .block-inner {
	position: relative;
	width: auto;
	max-width: 1120px;
	margin: 0 auto;
}

.mod-sitemap .category-block [class*="mod-btn"] {
	margin-top: 0;
}

.mod-sitemap .category-block .btn-index {
	position: relative;
	z-index: 10;
	width: 300px;
	margin-bottom: 35px;
}

.mod-sitemap .category-block.search-layout .btn-index {
	float: left;
	width: 300px;
}

.mod-sitemap .category-block .btn-close .btn:before {
	content: "\e90a";
}

.mod-sitemap .category-block .category-search {
	width: 100%;
	margin-bottom: 50px;
	padding-left: 300px;
}

.mod-sitemap .category-block .search-input {
	position: relative;
	max-width: 100%;
	margin: 0 auto 19px;
	padding-left: 12%;
	border-radius: 3px;
}

.mod-sitemap .category-block .search-input input {
	padding-right: 70px;
	border: solid 1px #cccccc;
}

.mod-sitemap .category-block .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-sitemap .category-block .btn-search i {
	line-height: 34px;
	font-size: 130%;
}

.mod-sitemap .category-block .btn-search:hover {
	background-color: #01baef;
}

.mod-sitemap .category-block .search-word {
	padding-left: 12%;
	font-size: 12px;
	text-align: left;
}

.mod-sitemap .category-block .search-word dt {
	display: inline-block;
	margin: 0 20px 5px 0;
	padding: 1px 0;
	color: #333333;
	vertical-align: top;
}

.mod-sitemap .category-block .search-word dd {
	display: inline-block;
	overflow: hidden;
}

.mod-sitemap .category-block .search-word dd li {
	display: inline-block;
	margin: 0 6px 5px 0;
}

.mod-sitemap .category-block .search-word dd li a {
	display: block;
	padding: 0 10px;
	border: solid 1px #777777;
	border-radius: 20px;
	background-color: #777777;
	color: #ffffff;
	text-decoration: none;
}

.mod-sitemap .category-block .search-word dd li a:hover {
	border-color: #cccccc;
	background-color: #ffffff;
	color: #0075c2;
}

.mod-sitemap .category-block .list-wrap {
	clear: both;
	margin-bottom: 30px;
}

.mod-sitemap .category-block .box-inner:after,
.mod-sitemap .category-block .list-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.mod-sitemap .category-block .sttl {
	margin-bottom: 14px;
}

.mod-sitemap .category-block .sttl a {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}

.mod-sitemap .category-block .sttl a:hover {
	color: #0075c2;
}

.mod-sitemap .category-block .sttl a:before {
	position: absolute;
	left: 5px;
	top: 0;
	content: "\e903";
	font-family: "icofont";
	font-size: 15px;
	color: #0075c2;
}

.mod-sitemap .category-block .list-wrap li {
	margin-bottom: 8px;
	font-size: 13px;
	color: #737373;
}

.mod-sitemap .category-block .list-wrap li:last-child {
	margin-bottom: 0;
}

.mod-sitemap .category-block .list-wrap li.text-indent {
	padding-left: 1em;
}

/* column3 */
.mod-sitemap .category-block .column3 {
	margin-right: -50px;
}

.mod-sitemap .category-block .column3 .list-box {
	float: left;
	width: 33.33%;
	padding-right: 50px;
}

.mod-sitemap .category-block .column3 .collspan {
	width: 66.66%;
}

/* column4 */
.mod-sitemap .category-block .column4 {
	margin-right: -50px;
}

.mod-sitemap .category-block .column4 .list-box {
	float: left;
	width: 25%;
	padding-right: 50px;
}

.mod-sitemap .category-block .column4 .collspan {
	width: 50%;
}

/* column5 */
.mod-sitemap .category-block .column5 {
	margin-right: -40px;
}

.mod-sitemap .category-block .column5 .list-box {
	float: left;
	width: 20%;
	padding-right: 40px;
}

.mod-sitemap .category-block .column5 .collspan {
	width: 40%;
}

/* 2列 カラム */
.mod-sitemap .category-block .collspan .subbox {
	width: 50%;
	float: left;
}

.mod-sitemap .category-block .column3 .collspan .box-inner {
	margin-right: -50px;
}

.mod-sitemap .category-block .column3 .collspan .subbox {
	padding-right: 50px;
}

.mod-sitemap .category-block .column4 .collspan .box-inner {
	margin-right: -50px;
}

.mod-sitemap .category-block .column4 .collspan .subbox {
	padding-right: 50px;
}

.mod-sitemap .category-block .column5 .collspan .box-inner {
	margin-right: -50px;
}

.mod-sitemap .category-block .column5 .collspan .subbox {
	padding-right: 50px;
}

@media only screen and (max-width: 700px) {
	.mod-sitemap {
		margin: 37px 0 0;
	}
	.mod-sitemap .category-block {
		margin: 0 -15px;
		padding: 50px 0 40px;
	}
	.mod-sitemap .category-block:last-child {
		padding-bottom: 0;
	}

	.mod-sitemap .category-block .block-inner {
		max-width: 100%;
		margin: 0 15px;
	}

	.mod-sitemap .category-block [class*="mod-btn"] {
		margin-top: 0;
		text-align: center;
	}

	.mod-sitemap .category-block .btn-index {
		width: 100%;
		margin-bottom: 35px;
	}
	.mod-sitemap .category-block.search-layout .btn-index {
		float: none;
		width: 100%;
	}

	/* 検索 */
	.mod-sitemap .category-block .category-search {
		width: auto;
		margin: 50px -15px;
		padding: 25px 15px 15px;
		background-color: #f5f5f5;
	}

	.mod-sitemap .category-block .search-input {
		max-width: 100%;
		margin: 0 auto 22px;
		padding-left: 0;
	}

	.mod-sitemap .category-block .search-input input {
		padding-right: 60px;
	}

	.mod-sitemap .category-block .btn-search {
		width: 50px;
	}

	.mod-sitemap .category-block .search-word {
		padding-left: 0;
	}

	.mod-sitemap .category-block .search-word dt {
		display: block;
		margin: 0 0 12px;
		padding: 0;
	}

	.mod-sitemap .category-block .search-word dd {
		display: block;
	}

	.mod-sitemap .category-block .search-word dd li {
		display: inline-block;
		margin-bottom: 10px;
	}

	/*　リスト　*/
	.mod-sitemap .category-block .list-wrap br {
		display: none;
	}
	.mod-sitemap .category-block .list-wrap {
		margin-bottom: 0;
	}

	.mod-sitemap .category-block .box-inner:after,
	.mod-sitemap .category-block .list-wrap:after {
		content: '';
		display: block;
		clear: both;
	}


	.mod-sitemap .category-block .sttl {
		margin-bottom: 14px;
	}

	.mod-sitemap .category-block .sttl a {
		position: relative;
		display: inline-block;
		padding-left: 28px;
		font-size: 14px;
		font-weight: bold;
		color: #111111;
		text-decoration: none;
	}

	.mod-sitemap .category-block .sttl a:hover {
		color: #0075c2;
	}

	.mod-sitemap .category-block .sttl a:before {
		position: absolute;
		left: 5px;
		top: 0;
		content: "\e903";
		font-family: "icofont";
		font-size: 15px;
		color: #0075c2;
	}

	.mod-sitemap .category-block .list-wrap li {
		margin-bottom: 8px;
		font-size: 13px;
		color: #737373;
	}
	.mod-sitemap .category-block .list-wrap li:last-child {
		margin-bottom: 0;
	}

	.mod-sitemap .category-block .box-inner > ul,
	.mod-sitemap .category-block .collspan .subbox:last-child {
		margin-bottom: 25px;
	}

	.mod-sitemap .category-block .list-wrap li.text-indent {
		padding-left: 1em;
	}

	/* column */
	.mod-sitemap .category-block .column3,
	.mod-sitemap .category-block .column4,
	.mod-sitemap .category-block .column5 {
		margin-right: 0;
	}

	.mod-sitemap .category-block .column3 .list-box,
	.mod-sitemap .category-block .column4 .list-box,
	.mod-sitemap .category-block .column5 .list-box {
		float: none;
		width: 100%;
		padding-right: 0;
	}

	.mod-sitemap .category-block .column3 .collspan,
	.mod-sitemap .category-block .column4 .collspan,
	.mod-sitemap .category-block .column5 .collspan {
		width: 100%;
	}

	/* 2列 カラム */
	.mod-sitemap .category-block .collspan .subbox {
		width: 100%;
		float: none;
	}

	.mod-sitemap .category-block .column3 .collspan .box-inner,
	.mod-sitemap .category-block .column4 .collspan .box-inner,
	.mod-sitemap .category-block .column5 .collspan .box-inner {
		margin-right: 0;
	}

	.mod-sitemap .category-block .column3 .collspan .subbox,
	.mod-sitemap .category-block .column4 .collspan .subbox,
	.mod-sitemap .category-block .column5 .collspan .subbox {
		padding-right: 0;
	}
}

/* --- サイト内検索 検索オプション  --- */
.mod-search-exp {
    margin-top: 10px;
    padding: 15px 60px 15px 40px;
    background-color: #f7f7f7;
}
.mod-search-exp > .accordion > .accordion__summary {
    list-style: none;
    cursor: pointer;
    font-weight: bold;
}
.mod-search-exp > .accordion > .accordion__summary::-webkit-details-marker {
    display: none;
}
.mod-search-exp > .accordion > .accordion__summary::after {
    content: "\25BC";
    margin-left: 0.5rem;
}
.mod-search-exp > .accordion[open] > .accordion__summary::after {
    content: "\25B2";
}
.mod-search-exp > .accordion > .accordion__detail {
    margin-left: 1.5rem;
    padding-top: 0.5rem;
    line-height: 2rem;
    list-style-type: square;
}
.mod-search-exp > .accordion > .accordion__detail .item__head {
    font-weight: bold;
}
.mod-search-exp > .accordion > .accordion__detail .item__texts {
    margin-left: 1.5rem;
    list-style-type: circle;
}
@media only screen and (max-width: 700px) {
    .mod-search-exp {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 0;
        padding: 15px;
    }
}

/* バナーリンク */
.mod-banner-link.disp-type-pc {
    display: inline-block !important;
}
.mod-banner-link.disp-type-sp {
    display: none !important;
}
@media only screen and (max-width: 700px) {
    .mod-banner-link.disp-type-pc {
        display: none !important;
    }
    .mod-banner-link.disp-type-sp {
        display: inline-block !important;
    }
}
@media only screen and (min-width: 701px) {
    .mod-banner-link:hover {
        transition: all .3s;
        opacity: 0.7;
    }
}
