@charset "utf-8";

/* ======================================================
 * home_sp.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Body
 * Header
 * Navigation
 * Contents
 * Footer
 * CONTENTS *********************************************
 * Element
 * Unique
 * ClearFix
====================================================== */

/********************************************************

	LAYOUT

********************************************************/

/* Body
------------------------------------------------------ */


/* Header
------------------------------------------------------ */


/* Navigation
------------------------------------------------------ */


/* Contents
------------------------------------------------------ */
/*----- contentsWrap -----*/
.contentsWrap {
	width: auto;
	padding-top: 0;
}

/* homeWrap */
[class*="homeWrap"] {
	clear: both;
}
[class*="homeWrap"] > *:first-child {
	margin-top: 0 !important;
}
.homeWrap01 {
	margin: 0 -15px;
}
.homeWrap02 {
	margin-top: 20px;
}


/* Footer
------------------------------------------------------ */



/********************************************************

	CONTENTS

********************************************************/

/* Element
------------------------------------------------------ */
/*----- Common -----*/

/*----- Heading -----*/
.heading03 {
	font-weight: bold;
}


/*----- Column -----*/
/* colLayout01 */
.colLayout01.homeLayout {
}
.colLayout01.homeLayout > .col {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}
.colLayout01.homeLayout > .col + .col .index01 .linkBlock {
	border-top: none;
}
.colLayout01.homeLayout .index01 > a {
	display: table;
	width: 100%;
	table-layout: fixed;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
}
.colLayout01.homeLayout .index01 > a > .image,
.colLayout01.homeLayout .index01 > a > .caption {
	display: table-cell;
}
.colLayout01.homeLayout .index01 > a > .image {
	position: relative;
	width: 140px;
	height: 88px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
.colLayout01.homeLayout .index01 > a > .image img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	height: 88px;
	width: auto;
	max-width: none !important;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.colLayout01.homeLayout .index01 > a > .caption {
	text-align: left;
	vertical-align: middle;
}
.colLayout01.homeLayout .index01 > a > .caption .head {
	font-size: 18px !important;
	font-size: 1.8rem !important;
	font-weight: bold;
}

/* Unique
------------------------------------------------------ */
/*** homeColLayout ***/
.homeColLayout01 {
	margin-top: 30px;
}
.homeColLayout01 > .colRight {
}
.homeColLayout01 > .colLeft {
}
.homeColLayout01 > .colRight + .colLeft,
.homeColLayout01 > .colLeft + .colRight {
	margin-top: 40px;
}
.homeColLayout01 > .colRight > *:first-child,
.homeColLayout01 > .colLeft > *:first-child {
	margin-top: 0 !important;
}

/*** visualIndex ***/
#visualIndex {
	clear: both;
	margin: 0 auto;
}
#visualIndex > *:first-child {
	margin-top: 0 !important;
}
.homeSlider .bx-wrapper {
	position: relative;
	padding-bottom: 20px;
}
.homeSlider.is-simple .bx-wrapper {
	padding-bottom: 0;
}
.homeSlider .bx-controls .bx-pager {
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 100;
	line-height: 1;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}
.homeSlider .bx-controls .bx-pager .bx-pager-item {
	display: inline-block;
	margin: 0 6px;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #ffffff;
	text-indent: -9999px;
	-webkit-box-shadow: 1px 1px 2px #888888;
					box-shadow: 1px 1px 2px #888888;
	outline: none;
}
.homeSlider .bx-controls .bx-pager .bx-pager-item > a.active {
	background-color: #000000;
}
.homeSlider .bx-controls .bx-controls-direction {
	display: none !important;
}
.homeSlider > .visualList {
	display: none;
}
.homeSlider .visualList > li {
	width: 100%;
}
.homeSlider .visualList > li > a {
	display: block;
	outline: none;
}

/*** bannerIndex ***/
#bannerIndex {
	clear: both;
	margin: 20px 0 0 0;
}
#bannerIndex > *:first-child {
	margin-top: 0 !important;
}
#bannerIndex .bnrLink01 > li {
	float: left;
	width: -webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin: 0 0 0 15px;
}
#bannerIndex .bnrLink01 > li:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}
#bannerIndex .bnrLink01 > li:nth-child(n+3) {
	margin-top: 15px;
}
#bannerIndex .bnrLink01 .linkBlock {
	width: 100%;
	padding: 0 10px 0 0;
}
#bannerIndex .bnrLink01 .linkBlock .image,
#bannerIndex .bnrLink01 .linkBlock .caption {
	height: 45px;
	padding-top: 0;
	padding-bottom: 0;
}
#bannerIndex .bnrLink01 > li > .linkBlock .image {
	width: 45px;
}
#bannerIndex .bnrLink01 > li > .linkBlock .caption {
}
#bannerIndex .bnrLink01 > li > .linkBlock .caption .head {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
}
#bannerIndex .bnrLink01 .linkBanner {
	display: table;
	height: 45px;
	border: 1px solid #cccccc;
}
#bannerIndex .bnrLink01 .linkBanner {
	width: 100%;
}
#bannerIndex .bnrLink01 .linkBanner > span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 0;
	line-height: 1;
}
#bannerIndex .bnrLink01 .linkBanner > span img.banner01 {
	height: 22px;
	width: auto;
}

/*** newsIndex ***/
.heading03 + #newsIndex {
	margin-top: -15px;
}
#newsIndex.newsWrap01 > .newsList01 > li:nth-child(n+4) {
	display: none;
}



/* ClearFix
------------------------------------------------------ */
.clearfix:after,
#bannerIndex .bnrLink01:after {
	content: "";
	clear: both;
	display: table;
	display: block\9;
}