@charset "utf-8";

/* ======================================================
 * component.css
 * ------------------------------------------------------
 * LAYOUT ***********************************************
 * Page
 * Header
 * Contents
 * Footer
 * CONTENTS *********************************************
 * Section Parts
 * Heading Parts
 * Indent Parts
 * Text Parts
 * List Parts
 * Link Parts
 * Navi Parts
 * Table Parts
 * Figure Parts
 * Column Parts
 * Box Parts
 * Index Parts
 * Article Parts
 * Search Parts
 * Other Parts
 * Page Parts
 * ClearFix
====================================================== */

/********************************************************

 LAYOUT

********************************************************/

/* Page
------------------------------------------------------ */
#pageContainer {
}

/* Header
------------------------------------------------------ */
#header {
	clear: both;
	border-bottom: 1px solid #dfdfd7;
}
/* headerLogo */
#headerLogo {
	float: left;
	padding: 10px;
}
/* headerUtility */
#headerUtility {
	float: right;
}
#headerUtility .utilityMenu {
}
#headerUtility .utilityMenu > li {
	float: right;
}
#headerUtility .utilityMenu > li > a {
	display: block;
	width: 50px;
	height: 49px;
	border-left: 1px solid #dfdfd7;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: 50px 98px;
	   -moz-background-size: 50px 98px;
	        background-size: 50px 98px;
	text-indent: -9999px;
	outline: none;
}
#headerUtility .utilityMenu > li.searchBtn > a {
	background-image: url(/sp/common/images/header_bt02.png);
}
#headerUtility .utilityMenu > li.menuBtn > a {
	background-image: url(/sp/common/images/header_bt01.png);
}
#headerUtility .utilityMenu > li.active > a {
	background-position: 0 -49px;
}
/* headerSearch */
#headerSearch {
	clear: both;
	padding: 20px;
	border-top: 1px solid #dfdfd7;
	background: #f7f7f3;
	text-align: center;
}
/* navigation */
#navigation {
	clear: both;
}
#navigation .siteMenu {
}
#navigation .siteMenu > li {
	position: relative;
	border-top: 1px solid #dfdfd7;
	background: #f7f7f3;
}
#navigation .siteMenu > li > a {
	display: block;
	padding: 15px 30px 12px 12px;
}
#navigation .siteMenu > li:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}


/* Contents
------------------------------------------------------ */
#contents {
	clear: both;
}

/*** main ***/
#main {
	clear: both;
	background: #ffffff;
}
#main > *:first-child {
	margin-top: 0 !important;
}
#main .mainBody {
	padding: 10px 15px 30px;
}
#main .mainBody > *:first-child {
	margin-top: 0 !important;
}

/*** aside ***/
#aside {
	clear: both;
	padding: 20px 10px;
	background: #f3f3ee;
}
#aside {
	margin-top: 20px;
	padding: 15px 10px;
}
#aside > *:first-child {
	margin-top: 0 !important;
}
/* asideHeading01 */
.asideHeading01 {
	margin: 15px -10px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfd7;
}
#aside > .asideHeading01:first-child {
	margin-top: -15px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.asideHeading01 > .head {
	display: block;
	padding: 4px 15px 3px 10px;
	border-left: 5px solid #00a0e9;
	font-size: 15px;
	line-height: 1.25;
}
/* asideBanner01 */
.asideBanner01 {
	clear: both;
	margin: 12px 0 0 0;
}
.asideBanner01 > li {
	margin: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	text-align: center;
}
.asideBanner01.count2 > li {
	float: left;
	width: 50%;
}
.asideBanner01.count2 > li:nth-of-type(2n+1) {
	clear: left;
}
.asideBanner01.count2 > li:nth-of-type(2n) {
}
.asideBanner01 > li:nth-of-type(1),
.asideBanner01.count2 > li:nth-of-type(2) {
	margin-top: 0;
}
.asideBanner01 > li > a {
	display: inline-block;
	margin: -1px;
	border: 1px solid #dfdfd7;
}
#siteTop .asideBanner01 > li > a {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}
/* localNavi01 */
.localNavi01 {
	clear: both;
	margin: 12px 0 0;
}
.localNavi01 ul li {
	float: left;
	width: 50%;
	margin: 6px 0 0 0;
}
.localNavi01 ul li:nth-of-type(1),
.localNavi01 ul li:nth-of-type(2) {
	margin-top: 0;
}
.localNavi01 ul li > a {
	position: relative;
	display: block;
	padding: 0 20px 0 9px;
	border: 1px solid #dfdfd7;
	background: #ffffff;
	line-height: 1.25;
}
.localNavi01 ul li:nth-of-type(2n+1) a {
	margin-right: 5px;
}
.localNavi01 ul li:nth-of-type(2n) a {
	margin-left: 5px;
}
.localNavi01 ul li > a:after {
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -5px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.localNavi01 ul li > a span {
	display: table-cell;
	height: 51px;
	vertical-align: middle;
}
/* localNavi02 */
.localNavi02 {
	padding: 0 5px;
}
.localNavi02 > .naviHeading {
	margin: 15px -15px 0;
	padding: 0 15px 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #dfdfd7;
}
.localNavi02 > ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 12px;
	overflow: hidden;
}
.localNavi02 > ul > li {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.localNavi02 > ul > li:nth-child(2n+1) {
	border-right: 1px solid #dfdfd7;
}
.localNavi02 > ul > li:nth-child(2n+1)::after {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100vw;
	background: #dfdfd7;
	z-index: 1;
	content: "";
}
.localNavi02 > ul > li > a {
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 100%;
	padding: 7px 20px 8px 0;
	background-color: #f3f3ee;
}
.localNavi02 ul li > a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -5px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.localNavi02 > ul > li > a > span {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	padding: 8px 0 8px 15px;
	line-height: 1.25;
}
.localNavi02 > ul > li.current > a > span {
	padding-left: 12px;
	border-left: 3px solid #00a0e9;
	font-weight: bold;
}

/* catMenu3rd */
.catMenu3rd {
	margin: 0 -10px 0;
	border-bottom: solid 1px #dfdfd7;
}
.catMenu3rd > li {
	margin-top: -1px;
	border-top: solid 1px #dfdfd7;
}
.catMenu3rd > li > a {
	display: block;
	line-height: 1.2;
	padding: 10px 45px 9px 15px;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat right 20px bottom 50%;
	background-size: 6px 9px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catMenu3rd > li.open > a {
	background: url(/sp/common/images/com_link_ic13.png) no-repeat right 20px bottom 50%;
	background-size: 9px 6px;
}
.catMenu3rd > li.current > a {
  position: relative;
  font-weight: bold;
}
.catMenu3rd > li.current > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 1em;
  margin-top: -0.5em;
  background: #00a0e9;
}
.catMenu3rd > li > a.acHead {
	background: url(/sp/common/images/com_link_ic13.png) no-repeat right 20px bottom 50%;
	background-size: 9px 6px;
}
.catMenu3rd > li > .catMenu4th {
	flex-wrap: wrap;
	background: #ebebe5;
	border-top: solid 1px #dfdfd7;
}
.catMenu3rd > li > .catMenu4th > li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catMenu3rd > li > .catMenu4th > li.open,
.catMenu3rd > li > .catMenu4th > li.current {
	border-bottom: none;
}
.catMenu3rd > li > .catMenu4th > li > a {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.2;
	height: 100%;
	padding: 10px 45px 9px 15px;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat right 20px bottom 50%;
	background-size: 6px 9px;
	border-bottom: solid 1px #dfdfd7;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catMenu3rd > li > .catMenu4th > li.open > a {
	background: #f9f9f9 url(/sp/common/images/com_link_ic13.png) no-repeat right 20px bottom 50%;
	background-size: 9px 6px;
}
.catMenu3rd > li > .catMenu4th > li.current > a {
  position: relative;
  font-weight: bold;
}
.catMenu3rd > li > .catMenu4th > li.current > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 1em;
  margin-top: -0.5em;
  background: #00a0e9;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
	background: #f9f9f9;
	border-bottom: solid 1px #dfdfd7;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li {
	width: 50%;
  padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li:nth-child(2n) {
	border-right: none;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li > a {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.2;
	height: 100%;
	padding: 10px 16px 9px 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat right 5px bottom 50%;
	background-size: 6px 9px;
	border-top: solid 1px #dfdfd7;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li:nth-child(1) > a,
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li:nth-child(2) > a {
	border-top: none;
}
.catMenu3rd > li > .catMenu4th > li > .catMenu5th > li.current > a {
  font-weight: bold;
}




/* Footer
------------------------------------------------------ */
#footer {
	clear: both;
}

/* footerNavi */
#footerNavi {
	clear: both;
}
#footerNavi .mainMenu {
	border-top: 1px solid #dfdfd7;
}
#footerNavi .mainMenu > li {
	position: relative;
	float: left;
	width: 50%;
	border-bottom: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
#footerNavi .mainMenu > li:nth-of-type(2n) {
	border-left: 1px solid #dfdfd7;
}
#footerNavi .mainMenu > li > a {
	display: block;
	padding: 0 25px 0 10px;
	font-size: 12px;
	line-height: 1.25;
}
#footerNavi .mainMenu > li > a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
#footerNavi .mainMenu > li > a span {
	display: table-cell;
	height: 38px;
	padding: 3px 0 0 0;
	vertical-align: middle;
}
/* siteNavi */
#siteNavi {
	clear: both;
	margin: 20px 10px;
}
#siteNavi [class*="Btn"] {
	float: left;
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
#siteNavi [class*="Btn"] > a {
	position: relative;
	display: block;
	padding: 0 25px 0 10px;
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	font-size: 13px;
}
#siteNavi [class*="Btn"] > a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
#siteNavi .deviceBtn > a:after {
	right: 10px;
	top: 50%;
	display: block;
	width: 11px;
	height: 11px;
	margin: -5px 0 0 0;
	background: url(/sp/common/images/com_link_ic04.png) no-repeat 0 0;
	-webkit-background-size: 11px 11px;
	   -moz-background-size: 11px 11px;
	        background-size: 11px 11px;
}
#siteNavi [class*="Btn"] > a span {
	display: table-cell;
	height: 37px;
	padding: 3px 0 0 0;
	text-align: center;
	vertical-align: middle;
}
/* footerInfo */
#footerInfo {
	clear: both;
	height: 180px;
	background: #f3f3ee;
	-webkit-background-size: 320px 82px;
	   -moz-background-size: 320px 82px;
	        background-size: 320px 82px;
}
#footerInfo #footerUtility {
	padding: 12px 10px 0;
}
#footerInfo #footerUtility .utilityMenu {
}
#footerInfo #footerUtility .utilityMenu > li {
	float: left;
	width: 50%;
	margin: 6px 0 0 0;
}
#footerInfo #footerUtility .utilityMenu > li:nth-of-type(1),
#footerInfo #footerUtility .utilityMenu > li:nth-of-type(2) {
	margin-top: 0;
}
#footerInfo #footerUtility .utilityMenu > li > a {
	position: relative;
	display: block;
	padding: 0 20px 0 9px;
	border: 1px solid #dfdfd7;
	background: #ffffff;
	font-size: 10px;
	line-height: 1.25;
}
#footerInfo #footerUtility .utilityMenu > li:nth-of-type(2n+1) a {
	margin-right: 5px;
}
#footerInfo #footerUtility .utilityMenu > li:nth-of-type(2n) a {
	margin-left: 5px;
}
#footerInfo #footerUtility .utilityMenu > li > a:after {
	content: "";
	position: absolute;
	right: 9px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
#footerInfo #footerUtility .utilityMenu > li > a span {
	display: table-cell;
	height: 30px;
	vertical-align: middle;
}
#footerInfo #copyright {
	height: 51px;
	margin: 40px 0 0 0;
	font-size: 10px;
	line-height: 51px;
	text-align: center;
}


/********************************************************

 CONTENTS

********************************************************/

/* Section Parts
------------------------------------------------------ */
/* selector */
[class^="sectioning"] {
	clear: both;
}
[class^="sectioning"] > *:first-child {
	margin-top: 0 !important;
}

/* sectioning01 */
.sectioning01 {
}
/* sectioning02 */
.sectioning02 {
}
/* sectionBox01 */
.sectionBox01 {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 14px;
	border: 1px solid #dfdfd7;
	background: #ffffff;
}
.sectionBox01 > .heading07 {
	margin-top: 0;
}
/* sectionBox02 */
.sectionBox02 {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 14px;
	border: 1px solid #dfdfd7;
	background: #e8f9fd;
}
.sectionBox02 > .heading07 {
	margin-top: 0;
}
/* sectionList01 */
.sectionList01 {
	clear: both;
	margin: 30px 0 0;
}
.sectionList01 > li {
	margin: 30px 0 0 0;
	padding: 30px 0 0;
	border-top: 1px solid #dfdfd7;
}
.toggleContent .sectionList01 > li {
	padding: 30px 25px 0;
}
.sectionList01 > li:first-child {
	margin-top: 0;
}
.sectionList01 > li > *:first-child {
	margin-top: 0 !important;
}

/* Heading Parts
------------------------------------------------------ */
/* heading01 */
.heading01 {
	clear: both;
	position: relative;
	border-bottom: 1px solid #dfdfd7;
}
.heading01 > a {
	display: block;
	padding: 16px 70px 16px 10px;
}
.heading01 .icon {
	display: table-cell;
	padding: 0 10px 0 0;
	vertical-align: top;
}
.heading01 .head {
	display: table-cell;
	font-size: 17px;
	vertical-align: middle;
}
.heading01 .moreLink {
	position: absolute;
	right: 15px;
	top: 26px;
	display: inline-block;
	padding: 0 15px 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 100% 50%;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
	font-size: 12px;
	line-height: 1.0;
}
#newsIndex .heading01.colorType01,
#infoIndex .heading01.colorType01{
	background-color: #d52425;
}
#newsIndex .heading01.colorType01 .head,
#infoIndex .heading01.colorType01 .head{
	font-weight: bold;
}
#newsIndex .heading01.colorType01 > a,
#infoIndex .heading01.colorType01 > a {
  color: #fff;
}
/* heading02 */
.heading02 {
	clear: both;
	padding: 14px 21px 12px;
	background: #00a0e9;
}
.heading02 .head {
	color: #ffffff;
	font-size: 17px;
}
/* heading03 */
.heading03 {
	clear: both;
	padding: 12px 12px 10px;
	border-bottom: 1px solid #dfdfd7;
	background: #f7f7f3;
}
.heading03.acHead {
	position: relative;
	padding-right: 42px;
}
.heading03.acHead:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 0;
	background: url(/sp/common/images/com_ic01.png) no-repeat 0 0;
	-webkit-background-size: 22px 22px;
	   -moz-background-size: 22px 22px;
	        background-size: 22px 22px;
}
.heading03.acHead.open:after {
	background: url(/sp/common/images/com_ic02.png) no-repeat 0 0;
	-webkit-background-size: 22px 22px;
	   -moz-background-size: 22px 22px;
	        background-size: 22px 22px;
}
.heading03 .head {
	font-size: 16px;
}
/* heading04 */
.heading04 {
	clear: both;
	padding: 22px 12px 20px;
	border-bottom: 1px solid #dfdfd7;
	background: #ffffff;
}
.heading04.acHead {
	position: relative;
	padding-right: 42px;
}
.heading04.acHead:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	margin: -11px 0 0 0;
	background: url(/sp/common/images/com_ic01.png) no-repeat 0 0;
	-webkit-background-size: 22px 22px;
	   -moz-background-size: 22px 22px;
	        background-size: 22px 22px;
}
.heading04.acHead.open:after {
	background: url(/sp/common/images/com_ic02.png) no-repeat 0 0;
	-webkit-background-size: 22px 22px;
	   -moz-background-size: 22px 22px;
	        background-size: 22px 22px;
}
.heading04 .head {
	font-size: 17px;
}
/* heading05 */
.heading05 {
	position: relative;
	clear: both;
	border-bottom: 1px solid #dfdfd7;
}
.heading05 a {
	display: block;
	padding: 22px 30px 20px 10px;
}
.heading05 a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.heading05 a .image {
	display: table-cell;
	padding: 0 11px 0 0;
	vertical-align: middle;
}
.heading05 a .head {
	display: table-cell;
	min-height: 51px;
	font-size: 17px;
	line-height: 1.1;
	vertical-align: middle;
}
/* heading06 */
.heading06 {
	position: relative;
	clear: both;
	padding: 10px 15px 8px;
	border-left: 7px solid #00a0e9;
}
#main .heading06 + * {
	margin-top: 15px;
}
.heading06 > .head {
	display: block;
	font-size: 18px;
	line-height: 1.25;
}
.heading06 > .catName {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.25;
}
/* heading07 */
.heading07 {
	margin-top: 2em;
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfd7;
}
.mainBody > section:first-child .heading07 {
	margin-top: 1.5em;
}
.heading07 .head {
	display: block;
	padding: 7px 0 7px 13px;
	border-left: 3px solid #00a0e9;
	font-size: 16px;
	line-height: 1.25;
}
.typeToggle .heading07 {
	position: relative;
	padding: 0 60px 0 0;
	border-bottom: none;
}
/* heading08 */
.heading08 {
	margin-top: 2em;
}
.mainBody > section:first-child .heading08 {
	margin-top: 1.5em;
}
.heading08 .head {
	font-size: 16px;
	line-height: 1.25;
}




/* Indent Parts
------------------------------------------------------ */
/* selector */
[class^="innerLayout"] > *:first-child {
	margin-top: 0 !important;
}

/* innerLayout01 */
.innerLayout01 {
	clear: both;
	padding: 20px 10px;
	border-bottom: 1px solid #dfdfd7;
	background: #f3f3ee;
}
/* innerLayout02 */
.innerLayout02 {
	clear: both;
	padding: 20px 30px;
	border-bottom: 1px solid #dfdfd7;
	background: #ffffff;
}

/* paragraph */
.paragraph01 { margin-top: 1.0em !important; }
.paragraph02 { margin-top: 2.0em !important; }
.paragraph03 { margin-top: 0.5em !important; }


/* Text Parts
------------------------------------------------------ */
/* weight */
.txNormal { font-weight: normal !important; }
.txBold { font-weight: bold !important; }
/* style */
.txItalic {	font-style: italic !important; }
/* decoration */
.txLine { text-decoration: underline !important; }
.txStrike { text-decoration: line-through !important; }
/* color */
.txColor01 { color: #990000 !important; }
/* size */
.txSizeS {
	font-size: 12px;
}
.txSizeM {
	font-size: 14px;
}
.txSizeL {
	font-size: 16px;
}
/* line-height */
.txHeight01 {
	line-height: 1.0;
}
.txHeight02 {
	line-height: 2.0;
}
/* txUnderline */
.txUnderline {
	text-decoration: underline;
}

/* List Parts
------------------------------------------------------ */
/* selector */
[class*="indentList"],
[class*="noteList"],
[class*="iconList"],
[class*="orderList"],
[class*="descList"] {
	margin-top: 1em;
}
/* noteListWrap */
.noteListWrap {
	padding: 0 15px;
}
/* noteList01 */
.noteList01 > li {
	position: relative;
	padding: 0 0 0 1.5em;
}
.noteList01 > li > .kome {
	position: absolute;
	left: 0;
	top: 0;
}
/* noteList02 */
.noteList02 > li {
	position: relative;
	padding: 0 0 0 2.5em;
}
.noteList02 > li > .kome {
	position: absolute;
	left: 0;
	top: 0;
}
/* noteList03 */
.noteList03 > li {
	position: relative;
	padding: 0 0 0 4.5em;
}
.noteList03 > li > .kome {
	position: absolute;
	left: 0;
	top: 0;
}
/* iconList01 */
.iconList01 > li {
	position: relative;
	padding: 0 0 0 20px;
}
.iconList01 > li + li {
	margin-top: 0.5em;
}
.iconList01 > li::before {
	content: "";
	position: absolute;
	top: 0.4em;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background: #b3b3b3;
}
/* iconList02 */
.iconList02.listChild {
	margin-left: -7px;
}
.iconList02 > li {
	position: relative;
	padding: 0 0 0 15px;
}
.iconList02 > li::before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	display: block;
	width: 7px;
	height: 1px;
	background: #b3b3b3;
}
.iconList02 > li > .iconList02 > li {
	font-size: 12px;
	font-size: 1.2rem;
}
/* orderList01 */
.orderList01 > li {
	position: relative;
	padding: 0 0 0 1.8em;
}
.orderList01 > li + li {
	margin-top: 0.5em;
}
.orderList01 > li > .type01 {
	position: absolute;
	left: 0;
	top: 0;
}
/* orderList02 */
.orderList02.listChild {
	margin-left: -0.5em;
}
.orderList02 > li {
	position: relative;
	padding: 0 0 0 2.8em;
}
.orderList02 > li + li {
	margin-top: 0.5em;
}
.orderList02 > li > .type01 {
	position: absolute;
	left: 0;
	top: 0;
}
/* descList01 */
.descList01 {
}
.descList01 > dt {
	margin: 1em 0 0.3em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.descList01 > dt:first-child {
	margin-top: 0;
}
.descList01 > dd > *:first-child {
	margin-top: 0 !important;
}
/* missionList */
.missionList {
	margin-top: 1.3em;
}
.missionList li {
	margin-top: 0.5em;
	font-size: 16px;
}


/* Link Parts
------------------------------------------------------ */
/* selector */
[class*="iconLink"],
[class*="btnLink"],
[class*="bnrLink"] {
	margin-top: 1em;
}
ul[class*="iconLink"] > li {
	margin-top: 0.5em;
}
ul[class*="iconLink"] > li:first-child {
	margin-top: 0;
}
.listDivide[class*="iconLink"] > li:first-child {
	margin-top: 0.25em !important;
}
.linkList01[class*="btnLink"] {
	margin-top: 0;
}
.linkList02[class*="btnLink"],
.linkList02[class*="bnrLink"] {
	margin-top: 20px;
}
[class^="listLink"] {
	clear: both;
}
[class^="listLink"] > li {
	position: relative;
}
[class^="listLink"] > li:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
[class^="listLink"] > li > a {
	display: block;
}
/* txLine */
.txLine {
	color: #2f7ab4;
}
.txLine.linkBlank::after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 10px 2px 5px;
	background: url(/sp/common/images/com_link_ic06.png) no-repeat 0 0;
	background-size: 12px 10px;
	vertical-align: middle;
}
.txLine.linkPdf::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px 2px 5px;
	background: url(/sp/common/images/com_link_ic07.png) no-repeat 100% 50%;
	background-size: 16px 16px;
	vertical-align: middle;
}

/* iconLink01 */
.iconLink01 a {
	color: #2f7ab4;
}
.iconLink01 a:visited {
	color: #993366;
}
p.iconLink01 a,
dt.iconLink01 a,
ul.iconLink01 > li a {
	display: inline-block;
	padding: 0 14px 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 100% 50%;
	background-size: 6px 9px;
}
p.iconLink01 a.linkBlank,
dt.iconLink01 a.linkBlank,
ul.iconLink01 > li a.linkBlank {
	padding-right: 18px;
	background: url(/sp/common/images/com_link_ic06.png) no-repeat 100% 50%;
	background-size: 12px 10px;
}
p.iconLink01 a.linkPdf,
dt.iconLink01 a.linkPdf,
ul.iconLink01 > li a.linkPdf {
	padding-right: 19px;
	background: url(/sp/common/images/com_link_ic07.png) no-repeat 100% 50%;
	background-size: 16px 16px;
}
p.iconLink01 a.linkExcel,
dt.iconLink01 a.linkExcel,
ul.iconLink01 > li a.linkExcel {
	padding-right: 23px;
	background: url(/sp/common/images/com_link_ic10.png) no-repeat 100% 40%;
	background-size: 14px 14px;
}
/* linkCol2 */
.linkCol2 {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.linkCol2 > li {
	width: calc((100% - 20px) / 2);
	margin-right: 20px;
}
.linkCol2 > li:nth-child(even) {
	margin-right: 0;
}
.linkCol2 > li:nth-child(1),
.linkCol2 > li:nth-child(2) {
	margin-top: 0 !important;
}

/* listLink01 */
.listLink01 {
}
.listLink01 > li {
	border-bottom: 1px solid #dfdfd7;
}
.listLink01 > li > a {
	padding: 12px 30px 12px 10px;
}
.listLink01 > li > a .image {
	float: left;
	margin: 0 11px 0 0;
}
.listLink01 > li > a .detail {
	padding: 2px 0 0 0;
	overflow: hidden;
}
.listLink01 > li > a .detail .category {
	font-size: 11px;
}
.listLink01 > li > a .detail .head {
	margin: 0 0 3px 0;
	font-size: 16px;
}
.listLink01 > li > a .detail .lead {
	font-size: 12px;
}
/* listLink02 */
.listLink02 {
}
.listLink02 > li {
	border-bottom: 1px solid #dfdfd7;
}
.listLink02 > li > a {
	padding: 10px 30px 10px 10px;
}
.listLink02 > li > a .image {
	display: table-cell;
	padding: 0 11px 0 0;
	vertical-align: middle;
}
.listLink02 > li > a .head {
	display: table-cell;
	height: 51px;
	font-size: 17px;
	line-height: 1.1;
	vertical-align: middle;
}
.listLink02 > li > a .image + .head {
	height: auto;
	min-height: 51px;
}
.listLink02.sizeS > li > a .head {
	height: 31px;
	font-size: 12px;
}
.listLink02.sizeS > li > a .image + .head {
	height: auto;
	min-height: 31px;
}
/* listLink03 */
.listLink03 {
}
.listLink03 > li {
	border-bottom: 1px solid #dfdfd7;
}
.listLink03 > li > a {
	padding: 15px 30px 12px 12px;
}

/*----- button -----*/
/* btnLink01 */
.btnLink01 {
	clear: both;
	margin: 12px 0 0 0;
}
.btnLink01 > li + li {
	margin: 12px 0 0 0;
}
.btnLink01 a {
	position: relative;
	display: block;
	padding: 0 28px 0 14px;
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
	font-size: 17px;
	line-height: 1.1;
}
.btnLink01 a.linkMail {
	padding-right: 14px;
	padding-left: 72px;
}
.btnLink01 a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.btnLink01 a.linkMail:after {
	right: auto;
	left: 21px;
	width: 27px;
	height: 20px;
	margin-top: -10px;
	background: url(/sp/common/images/com_link_ic05.png) no-repeat 0 0;
	-webkit-background-size: 27px 20px;
	   -moz-background-size: 27px 20px;
	        background-size: 27px 20px;
}
.btnLink01 a span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
.btnLink01 a.linkBlank:after {
	right: 9px;
	width: 12px;
	height: 10px;
	margin-top: -5px;
	background: url(/sp/common/images/com_link_ic06.png) no-repeat 100% 50%;
	background-size: 12px 10px;
}
.btnLink01 a.linkPdf:after {
	right: 9px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url(/sp/common/images/com_link_ic07.png) no-repeat 100% 50%;
	background-size: 16px 16px;
}
.btnLink01.inlineType a,
.btnLink02.inlineType a {
	display: inline-block;
	min-width: 172px;
	color: #2f7ab4;
	font-size: 14px;
	text-align: left;
}
.btnLink01.inlineType a span,
.btnLink02.inlineType a span {
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
	vertical-align: middle;
}
.btnLink01.emType a {
	background: #00a0e9;
	border: 1px solid #00a0e9;
	color: #fff;
}
.btnLink01.emType a:after {
	background: url(/sp/common/images/com_link_ic12.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.btnLink01 a.linkDown {
	padding-right: 12px;
}
.btnLink01 a.linkDown:after {
	display: none;
}
.btnLink01 a.linkDown span {
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
	background: url(/sp/common/images/com_link_ic13.png) no-repeat 100% 50%;
	background-size: 9px 6px;
}
.btnLink01 a.linkToggle {
	display: inline-block;
	padding: 0 34px 0 15px;
	background: url(/sp/common/images/com_link_ic14.png) no-repeat right 9px bottom 50%;
	background-size: 15px 15px;
	font-size: 14px;
}
.active .btnLink01 a.linkToggle {
	background: url(/sp/common/images/com_link_ic15.png) no-repeat right 9px bottom 50%;
	background-size: 15px 15px;
}
.btnLink01 a.linkToggle:after {
	display: none;
}
.btnLink01 a.linkToggle span {
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
}

/* btnLink02 */
.btnLink02 {
	clear: both;
	margin: 12px 0 0 0;
}
.btnLink02.count3 > li {
	float: left;
	width: 30%;
	margin: 12px 0 0 0;
}
.btnLink02.count3 > li:nth-of-type(1),
.btnLink02.count3 > li:nth-of-type(2),
.btnLink02.count3 > li:nth-of-type(3) {
	margin-top: 0;
}
.btnLink02.count3 > li:nth-of-type(2n+2),
.btnLink02.count3 > li:nth-of-type(2n+3) {
	margin-left: 5%;
}
.btnLink02.count3 > li a {
	display: block;
	padding: 14px 0 0 0;
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
	text-align: center;
	letter-spacing: -0.4em;
}
.btnLink02.count3 > li a .icon {
	display: block;
}
.btnLink02.count3 > li a .head {
	display: inline-block;
	font-size: 11px;
	line-height: 1.1;
	letter-spacing: normal;
}
.btnLink02.count3 > li a .head span {
	display: table-cell;
	height: 24px;
	padding: 6px 0 0 0;
	vertical-align: middle;
}
/* btnLink01 */
.btnLink03 {
	clear: both;
	margin: 12px 0 0 0;
}
.btnLink03 > li + li {
	margin: 12px 0 0 0;
}
.btnLink03 a {
	position: relative;
	display: block;
	padding: 0 28px 0 14px;
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
	font-size: 17px;
	line-height: 1.1;
}
.btnLink03 a.linkMail {
	padding-right: 14px;
	padding-left: 72px;
}
.btnLink03 a:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
.btnLink03 a.linkMail:after {
	right: auto;
	left: 21px;
	width: 27px;
	height: 20px;
	margin-top: -10px;
	background: url(/sp/common/images/com_link_ic05.png) no-repeat 0 0;
	-webkit-background-size: 27px 20px;
	   -moz-background-size: 27px 20px;
	        background-size: 27px 20px;
}
.btnLink03 a span {
	display: table-cell;
	height: 60px;
	vertical-align: middle;
}
/* btnLink04 */
.btnLink04 {
	clear: both;
	margin: 12px 0 0 0;
}
.btnLink04 li a {
	position: relative;
	display: block;
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
	font-size: 17px;
	line-height: 1.1;
	text-decoration: none;
}
.btnLink04 li a .image,
.btnLink04 li a .head {
	display: table-cell;
	min-height: 55px;
}
.btnLink04 li a .head {
	width: 99%;
	padding: 0 10px;
	vertical-align: middle;
	color: #333333;
}
.btnLink04 li a .head span {
	display: inline-block;
	padding: 0 16px 0 0;
	background: url(/common/images/com_link_ic01.gif) no-repeat 100% 50%;
}
/* btnLink05 */
.btnLink05 {
	clear: both;
	margin: 15px 0 0 0;
}
#aside .btnLink05 {
	margin-left: 5px;
	margin-right: 5px;
}
.btnLink05 li a {
	display: block;
	padding: 16px 15px 14px;
	border: 1px solid #dfdfd7;
	background: #ffffff;
	color: #2f7ab4;
	font-size: 16px;
	text-align: center;
	line-height: 1.25;
	text-decoration: none;
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnLink05 li > a > span {
	display: inline-block;
	position: relative;
}
.btnLink05 li > a.linkMail > span {
	padding-left: 32px;
}
.btnLink05 li > a.linkMail > span:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 21px;
	height: 16px;
	margin-top: -9px;
	background: url(/sp/common/images/com_link_ic08.png) no-repeat 0 0;
	-webkit-background-size: 21px 16px;
	        background-size: 21px 16px;
	content: "";
}
/* btnLink06 */
.btnLink06 {
	clear: both;
	margin: 15px 15px 0;
}
.newsWrap02 + .btnLink06 {
	margin-top: 0;
}
#main > .btnLink06:last-child {
	margin-bottom: 30px;
}
.btnLink06 li + li {
	margin-top: 10px;
}
.btnLink06 li a {
	display: block;
	position: relative;
	padding: 16px 25px 14px;
	border: 1px solid #dfdfd7;
	background: #ffffff;
	text-align: center;
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnLink06 li > a.linkPC:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	background: url(/sp/common/images/com_link_ic04.png) no-repeat 0 0;
	-webkit-background-size: 11px 11px;
	        background-size: 11px 11px;
	content: "";
}
/* telLink */
.telLink {
	margin: 12px 0 0 0;
}
.telLink .tel {
	text-align: center;
}
.telLink .tel a {
	display: inline-block;
	line-height: 1.1;
	padding: 17px 30px 16px;
	border: solid 1px #dfdfd7;
	color: #2f7ab4;
	font-size: 22px;
	font-weight: bold;
}
.telLink .fax {
	margin-top: 28px;
	line-height: 1.1;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
/* listColAuto */
.listColAuto,
.listCol2,
.listCol3 {
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.listColAuto > li {
	margin-top: 10px;
	margin-right: 10px;
}
.listColAuto > li + li {
	margin-top: 10px;
	margin-right: 10px;
}
.listColAuto.inlineType a {
	min-width: auto;
}
.listCol2 > li,
.listCol2 > li + li,
.listCol2 > .btnLink01,
.listCol2 > .btnLink01 + .btnLink01 {
	width: calc((100% - 10px) / 2);
	margin-top: 10px;
	margin-right: 10px;
}
.listCol3 > li,
.listCol3 > li + li {
	width: calc((100% - 20px) / 3);
	margin-top: 10px;
	margin-right: 10px;
}
.listCol2 > li:nth-child(2n),
.listCol2 > .btnLink01:nth-child(2n) {
	margin-right: 0;
}
.listCol3 > li:nth-child(3n) {
	margin-right: 0;
}
.listCol2.inlineType > li > a,
.listCol2 > .btnLink01 a,
.listCol3.inlineType > li > a {
	min-width: 100%;
}

/* Navi Parts
------------------------------------------------------ */
/*----- ancNavi -----*/
.ancNavi01 {
	margin-top: 15px;
	padding: 0 15px;
}
.mainBody .ancNavi01 {
	padding: 0;
}
#main .ancNavi01 + * {
	margin-top: 30px;
}
.ancNavi01 > .ancList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.ancNavi01 > .ancList > li {
	display: -webkit-flex;
	display: flex;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ancNavi01 > .ancList > li:nth-child(n+3) {
	border-top: 1px solid #ffffff;
}
.ancNavi01 > .ancList > li:nth-child(2n+1) {
	border-right: 1px solid #ffffff;
}
.ancNavi01 > .ancList > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 10px 25px 10px 10px;
	background-color: #f3f3ee;
	color: #2f7ab4;
	font-size: 14px;
}
.ancNavi01 > .ancList > li > a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 7px;
	margin-top: -5px;
	background: url(/sp/common/images/com_link_ic09.png) no-repeat 0 0;
	-webkit-background-size: 9px 7px;
	background-size: 9px 7px;
	content: "";
}
.ancNavi02 {
	margin-top: 15px;
}
.ancNavi02 .ancList {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.ancNavi02 .ancList li {
	display: table;
	width: 33%;
	height: 70px;
	margin-bottom: 10px;
	border-left: solid 1px #efefef;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ancNavi02 .ancList li:nth-child(4),
.ancNavi02 .ancList li:nth-child(5),
.ancNavi02 .ancList li:nth-child(6) {
	height: 90px;
}
.ancNavi02 .ancList li:nth-child(3n) {
	border-right: solid 1px #efefef;
}
.ancNavi02 .ancList li a {
	display: table-cell;
	width: 100%;
	height: 100%;
	padding-bottom: 3px;
	line-height: 1.2;
	text-align: center;
	vertical-align: bottom;
}
.ancNavi02 .ancList li:nth-child(4) a,
.ancNavi02 .ancList li:nth-child(5) a,
.ancNavi02 .ancList li:nth-child(6) a {
	padding-bottom: 7px;
}
.ancNavi02 .ancList li.paper a {
	background: url(/sp/about/business/images/business_ic01.png) no-repeat 50% 10px;
	background-size: 38px auto;
}
.ancNavi02 .ancList li.container a {
	background: url(/sp/about/business/images/business_ic02.png) no-repeat 50% 9px;
	background-size: 22px auto;
}
.ancNavi02 .ancList li.chemical a {
	background: url(/sp/about/business/images/business_ic03.png) no-repeat 50% 11px;
	background-size: 34px auto;
}
.ancNavi02 .ancList li.energy a {
	background: url(/sp/about/business/images/business_ic04.png) no-repeat 50% 12px;
	background-size: 32px auto;
}
.ancNavi02 .ancList li.agri a {
	background: url(/sp/about/business/images/business_ic05.png) no-repeat 50% 4px;
	background-size: 21px auto;
}
.ancNavi02 .ancList li.cnf a {
	background: url(/sp/about/business/images/business_ic06.png) no-repeat 50% 14px;
	background-size: 42px auto;
}
.ancNavi02 .ancList li.wood a {
	background: url(/sp/about/business/images/business_ic07.png) no-repeat 50% 9px;
	background-size: 33px auto;
}
.ancNavi02 .ancList li.leisure a {
	background: url(/sp/about/business/images/business_ic08.png) no-repeat 50% 16px;
	background-size: 36px auto;
}
.ancNavi02 .ancList li.oversea a {
	background: url(/sp/about/business/images/business_ic09.png) no-repeat 50% 9px;
	background-size: 35px auto;
}
.ancNavi03 {
	margin-top: 15px;
	padding: 0 15px;
}
.mainBody .ancNavi03 {
	padding: 0;
}
#main .ancNavi03 + * {
	margin-top: 30px;
}
.ancNavi03 > .ancList > li {
	display: -webkit-flex;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ancNavi03 > .ancList > li:nth-child(n+2) {
	border-top: 1px solid #ffffff;
}
.ancNavi03 > .ancList > li > a {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	width: 100%;
	padding: 10px 25px 10px 10px;
	background-color: #f3f3ee;
	color: #2f7ab4;
	font-size: 14px;
}
.ancNavi03 > .ancList > li > a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 9px;
	height: 7px;
	margin-top: -5px;
	background: url(/sp/common/images/com_link_ic09.png) no-repeat 0 0;
	-webkit-background-size: 9px 7px;
	background-size: 9px 7px;
	content: "";
}

/*** tabWrap01 ***/
.tabWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.tabWrap01 > *:first-child {
	margin-top: 0 !important;
}
/* tabNavi */
.tabNavi {
	clear: both;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #dfdfd7;
}
.tabNavi .tabLink {
	margin: 0 0 -1px 0;
	padding: 0 10px;
}
.tabNavi .tabLink > li {
	float: left;
	width: 48%;
	border-right: 1px solid #dfdfd7;
	border-left: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
}
.tabNavi .tabLink.count2 > li {
	width: 48%;
}
.tabNavi .tabLink > li + li {
	margin-left: 10px;
}
.tabNavi .tabLink.count2 > li + li {
	margin-left: 2%;
}
.tabNavi .tabLink > li.on {
	background: #ffffff !important;
	border-bottom: 1px solid #ffffff;
}
.tabNavi .tabLink > li > a {
	display: block;
	height: 40px;
	margin: 0 -1px;
	padding: 10px;
	border-top: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	text-align: center;
	outline: none;
}
.tabNavi .tabLink > li.on > a {
	padding-top: 7px;
	border-top: 4px solid #00a0e9;
	color: #333333;
	text-decoration: none !important;
	cursor: default;
}
/* tabPanel */
.tabPanel {
	clear: both;
	margin: 5px 0 0 0;
}

/* Table Parts
------------------------------------------------------ */
/* tableLayout01 */
.tableLayout01 {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 1px solid #dfdfd7;
	border-left: 1px solid #dfdfd7;
}
.tableLayout01 caption [class*="heading"] {
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
}
.tableLayout01 caption [class*="txCaption"] {
	margin: 0.5em 0 0.25em;
}
.tableLayout01 th,
.tableLayout01 td {
	padding: 8px 13px;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	text-align: left;
	vertical-align: middle;
}
.tableLayout01 td {
	padding: 10px 13px;
}
.tableLayout01 th > :first-child,
.tableLayout01 td > :first-child {
	margin-top: 0 !important;
}
.tableLayout01 thead th{
	background: #f0f0e9;
	font-weight: bold;
	text-align: center;
}
.tableLayout01 tbody .cellLv1 {
	background: #f0f0e9;
	text-align: left;
}
.tableLayout01 tbody th,
.tableLayout01 thead .cellLv2{
	background: #f7f7f7;
	font-weight: bold;
}
.tableLayout01 tbody th.fwNormal,
.tableLayout01 thead .cellLv2.fwNormal {
	font-weight: normal;
}
.tableLayout01 tbody .cellLv2 {
	background: #f7f7f7;
}
.articleWrap01 .tableLayout01 tbody th {
	width: 1%;
	white-space: nowrap;
}
.tableLayout01 tbody td {
	background: #ffffff;
}
/* tableLayout02 */
.tableLayout02 {
	clear: both;
	margin: 10px 0 0 0;
	border-top: 1px solid #dfdfd7;
	border-left: 1px solid #dfdfd7;
}
.tableLayout02 dt,
.tableLayout02 dd {
	padding: 8px 13px;
	border-right: 1px solid #dfdfd7;
	border-bottom: 1px solid #dfdfd7;
	text-align: left;
	vertical-align: middle;
}
.tableLayout02 dt {
	font-weight: bold;
}
.tableLayout02 dd {
	padding: 13px 13px 30px;
}
.tableLayout02 dt > :first-child,
.tableLayout02 dd > :first-child {
	margin-top: 0 !important;
}
.tableLayout02 dd.tableChild {
	padding: 0;
}
.tableLayout02 dd.tableChild dt,
.tableLayout02 dd.tableChild dd {
	border-right: none;
	border-bottom: 1px solid #dfdfd7;
}
.tableLayout02 dd.tableChild dd:last-child {
	border-bottom: none;
}
.tableLayout02 .cellLv1 {
	background: #f0f0e9;
}
.tableLayout02 .cellLv2 {
	background: #f7f7f7;
}
.tableLayout02 a {
	color: #2f7ab4;
}


/* Figure Parts
------------------------------------------------------ */
/* selector */
.figLayout01 > [class*="fig"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}
/* size */
.figLayout01 > .sizeS  { width: 20%; }
.figLayout01 > .sizeM  { width: 30%; }
.figLayout01 > .sizeL  { width: 40%; }
.sizeFix + .sizeFix {
	margin-top: 10px;
}
/* imgFrame01 */
.imgFrame01 {
	border: 1px solid #dfdfd7;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
/* figLayout01 */
.figLayout01 {
	clear: both;
	margin: 20px 0 0 0;
}
.figLayout01 img {
	max-width: 100%;
}
.txCaption01 {
	line-height: 1.3;
	margin-top: 0.5em;
}
.figLayout01 .figLeft {
	float: left;
	margin: 0 10px 5px 0;
}
.figLayout01 .figRight {
	float: right;
	margin: 0 0 5px 10px;
}
.figLayout01 .figDetail {
}
.figLayout01.verticalType {
}
.figLayout01.verticalType .figure {
}
.figLayout01.verticalType .figure img {
	max-width: 100%;
}
.figLayout01.verticalType .figDetail {
	margin-top: 0.5em;
}



/* Column Parts
------------------------------------------------------ */
/* selector */
.colLayout01 > [class*="col"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}

/* colLayout01 */
.colLayout01 {
	clear: both;
	margin: 20px 0 0 0;
	overflow: hidden;
	*zoom: 1;
}
.sp-csr-full{
	margin: 20px -30px 0;
}
.colLayout01 > .col {
	float: left;
	margin: 10px 10px 0 0;
}
.colLayout01.grid2 > .col {
	width: 50%;
	margin: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
}
.colLayout01.count2 {
	-webkit-display: flex;
	display: flex;
	flex-wrap: wrap;
}
.colLayout01.count2 > .col {
	float: none;
	width: calc((100% - 10px) / 2);
	margin: 0 10px 10px 0;
}
.colLayout01.count2 > .col:nth-child(2n) {
	margin-right: 0;
}
.colLayout01.count2 > .col img {
	max-width: 100%;
}

/* Box Parts
------------------------------------------------------ */
/* selector */
.frameBox01 [class*="boxContent"] > *:first-child {
	clear: none;
	margin-top: 0 !important;
}

/* frameBox01, frameBox02 */
.frameBox01,
.frameBox02 {
	clear: both;
	margin: 20px 0 0 0;
}
.frameBox01 .boxHeading01,
.frameBox02 .boxHeading01 {
	padding: 10px 14px;
	background: #ecece4;
	text-shadow: 0px 0px 1px #ecece4;
}
.frameBox02 .boxHeading01 {
	border-top: solid 1px #dfdfd7;
	border-right: solid 1px #dfdfd7;
	border-left: solid 1px #dfdfd7;
}
.frameBox01 .boxContent01 {
	padding: 10px 14px;
	background: #f7f7f3;
}
.frameBox02 .boxContent02 {
	padding: 10px 14px;
	background: #f7f7f3;
	border: solid 1px #dfdfd7;
}
.frameBox02 .boxContent03 {
	padding: 10px 14px;
	background: #fff;
	border: solid 1px #dfdfd7;
}
/* strategyBox */
.frameBox02.strategyBox .strategyCol {
	padding: 5px 25px 0;
}
.frameBox02.strategyBox .txSizeL + .figLayout01 {
	margin-top: 10px;
}
.frameBox02.strategyBox .strategyCol + .strategyCol {
	position: relative;
	margin-top: 50px;
	padding-top: 50px;
	padding-bottom: 10px;
	border-top: solid 2px #dfdfd7;
}
.frameBox02.strategyBox .strategyCol + .strategyCol::before {
	content: "";
	position: absolute;
	top: -28px;
	left: 50%;
	margin-left: -28px;
	width: 57px;
	height: 57px;
	background: url(/sp/common/images/com_ic05.png) no-repeat 0 0;
	background-size: contain;
}


/* Index Parts
------------------------------------------------------ */
/* indexNavi01 */
.indexNavi01 {
	clear: both;
	margin: 20px 0 0 0;
}
.indexNavi01 > .indexCol {
	width: 100%;
}
.indexNavi01 > .indexCol + .indexCol {
	margin-top: 25px;
}
.indexNavi01 > .indexCol > .linkBox {
	display: block;
	padding: 20px 15px 20px 20px;
	border: 1px solid #d6d6d6;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
}
.indexNavi01 > .indexCol > .block02 {
	display: table;
}
.indexNavi01 > .indexCol > .linkBox .block02 .image {
	display: table-cell;
	padding: 0 20px 0 0;
}
.indexNavi01 > .indexCol > .linkBox .detail {
	display: table-cell;
}
.indexNavi01 > .indexCol > .linkBox .head {
	padding: 0 10px 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 100% 40%;
	background-size: 6px 9px;
	vertical-align: middle;
}
.indexNavi01 > .indexCol > .linkBox.linkBlank .head {
	padding: 0 10px 0 0;
	background: url(/sp/common/images/com_link_ic06.png) no-repeat 100% 40%;
	background-size: 12px 10px;
	vertical-align: middle;
}
.indexNavi01 > .indexCol > .linkBox .block02.imgNone .head {
	display: inline-block;
	padding: 0 21px 0 0;
}
.indexNavi01 > .indexCol > .linkBox .head > span {
	display: inline-block;
	width: 100%;
	color: #0078cb;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}
.indexNavi01 > .indexCol > .linkBox .lead {
	padding: 0.3em 10px 0 0;
	color: #333333;
}










/* Article Parts
------------------------------------------------------ */

/* Search Parts
------------------------------------------------------ */
/*----- headerSearch -----*/
#headerSearch {
}

/*----- mainSearch -----*/
#mainSearch {
	clear: both;
	padding: 15px 10px 20px;
	text-align: center;
}

/*----- topSearch -----*/
#topSearch {
}

/*** ss_search_form ***/
.ss_search_form {
	text-align: center;
	letter-spacing: -0.4em;
}
#topSearch .ss_search_form {
	text-align: left;
}
/* ss_search_query */
.ss_search_form .ss_search_query {
	display: inline-block;
	width: 70%;
	min-width: 230px;
	max-width: 460px;
	height: 42px;
	padding: 3px;
	border: 1px solid #cccccc;
	border-right: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #ffffff;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 14px;
	letter-spacing: normal;
}
#mainSearch .ss_search_form .ss_search_query {
	min-width: 250px;
	max-width: 500px;
}
/* ss_search_submit */
.ss_search_form .ss_search_submit {
	display: inline-block;
	width: 50px;
	height: 42px;
	border: none;
	background: url(/sp/common/images/com_search_bt01.png) no-repeat 0 0;
	-webkit-background-size: 50px 42px;
	   -moz-background-size: 50px 42px;
	        background-size: 50px 42px;
	letter-spacing: normal;
	text-indent: -9999px;
	outline: none;
}


/* Other Parts
------------------------------------------------------ */
/*----- line -----*/
.line01 {
	clear: both;
	margin: 20px 0;
	border-top: 1px solid #e5e5e5;
}
.line02 {
	clear: both;
	border-top: 8px solid #f3f3ee;
}
/*----- news -----*/
[class*="newsWrap"] {
	clear: both;
}
[class*="newsWrap"] .newsLink {
	position: relative;
	padding: 12px 30px 10px 10px;
	border-bottom: 1px solid #dfdfd7;
}
[class*="newsWrap"] .newsLink:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	display: block;
	width: 6px;
	height: 9px;
	margin: -3px 0 0 0;
	background: url(/sp/common/images/com_link_ic01.png) no-repeat 0 0;
	-webkit-background-size: 6px 9px;
	   -moz-background-size: 6px 9px;
	        background-size: 6px 9px;
}
[class*="newsWrap"] .newsLink.linkPdf:after {
	right: 10px;
	width: 16px;
	height: 18px;
	margin: -9px 0 0 0;
	background: url(/sp/common/images/com_link_ic03.png) no-repeat 0 0;
	-webkit-background-size: 16px 18px;
	   -moz-background-size: 16px 18px;
	        background-size: 16px 18px;
}
[class*="newsWrap"] .newsLink > dt {
	margin: 0 0 5px 0;
	font-size: 12px;
}
[class*="newsWrap"] .newsLink > dt .catIcon {
	display: inline-block;
	min-width: 50px;
	height: 15px;
	margin: -2px 0 0 10px;
	padding: 1px 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	background: #7c7c7c;
	color: #ffffff;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
}
[class*="newsWrap"] .newsLink > dd {
	font-size: 12px;
}
/* newsWrap01 */
.newsWrap01 {
}
/* newsWrap02 */
.newsWrap02 {
	padding: 0 15px 30px;
	background-color: #fff;
}
.mainBody .newsWrap02 {
	padding: 0 0 30px;
}
.newsWrap02 > .newsHeading {
	padding-bottom: 7px;
	border-bottom: 1px solid #dfdfd7;
}
.newsWrap02 > .newsHeading .head {
	display: block;
	padding: 7px 0 7px 13px;
	border-left: 3px solid #00a0e9;
	font-size: 16px;
	line-height: 1.25;
}
.newsWrap02 > .newsLink:first-child {
	border-top: 1px solid #dfdfd7;
}
.newsWrap02 .newsLink {
	padding-right: 20px;
}
.newsWrap02 .newsLink.linkNone {
	padding-right: 10px;
}
.newsWrap02 .newsLink a {
	color: #2f7ab4;
}
.newsWrap02 .newsLink:after {
	right: 0;
}
.newsWrap02 .newsLink.linkBlank:after {
	right: 0;
	width: 12px;
	height: 10px;
	margin: -5px 0 0 0;
	background: url(/sp/common/images/com_link_ic06.png) no-repeat 0 0;
	-webkit-background-size: 12px 10px;
	   -moz-background-size: 12px 10px;
	        background-size: 12px 10px;
}
.newsWrap02 .newsLink.linkPdf:after {
	right: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 0;
	background: url(/sp/common/images/com_link_ic07.png) no-repeat 0 0;
	-webkit-background-size: 16px 16px;
	   -moz-background-size: 16px 16px;
	        background-size: 16px 16px;
}
.newsWrap02 .newsLink.linkNone:after {
	display: none;
}
.newsWrap02 .newsLink > dt {
  font-size: 13px;
}
.newsWrap02 .newsLink > dt .catIcon {
	min-width: 0;
	padding: 1px 5px;
}
.newsWrap02 .newsLink > dd {
	font-size: 14px;
}

/*----- faq -----*/
/* qaWrap01 */
.qaWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.qaWrap01 > *:first-child {
	margin-top: 0;
}
.qaWrap01 .qaList01 {
	padding: 0 14px;
	border: 1px solid #dfdfd7;
}
.qaWrap01 .qaList01 + .qaList01 {
	margin-top: 25px;
}
.qaWrap01 .qaList01 > .question {
}
.qaWrap01 .qaList01 > .question > a {
	position: relative;
	display: block;
	line-height: 1.3;
	padding: 18px 37px 12px 51px;
	color: #2f7ab4;
	font-size: 15px;
	font-size: 1.5rem;
}
.qaWrap01 .qaList01 > .question.open > a {
	color: #333333;
}
.qaWrap01 .qaList01 > .question > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 23px;
	height: 23px;
	margin-top: -11px;
	background: url(/sp/common/images/com_ic03.png) no-repeat 0 0;
	background-size: 23px 23px;
}
.qaWrap01 .qaList01 > .question.open > a:after {
	background: url(/sp/common/images/com_ic04.png) no-repeat 0 0;
	background-size: 23px 23px;
}
.qaWrap01 .qaList01 > .question > a .qaIcon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}
.qaWrap01 .qaList01 > .answer {
	position: relative;
	display: block;
	line-height: 1.3;
	padding: 18px 37px 12px 51px;
	border-top: solid 1px #dfdfd7;
}
.qaWrap01 .qaList01 > .answer .qaIcon {
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -16px;
}

/*----- toggle -----*/
.toggleWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.toggleWrap01 > *:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 .typeToggle .toggleBtn {
	position: absolute;
	right: 0;
	top: 6px;
	display: inline-block;
	padding: 0 32px 0 0;
	background: url(/sp/common/images/com_ic03.png) no-repeat 100% 0;
	background-size: 23px 23px;
	color: #2f7ab4;
	line-height: 27px;
	cursor: pointer;
}
.toggleWrap01 .typeToggle .controlBtn {
	margin-top: 15px;
}
.toggleWrap01 .typeToggle .controlBtn a {
	color: #2f7ab4;
	text-align: center;
	font-size: 14px;
}
.toggleWrap01 .typeToggle .controlBtn a span {
	display: block;
	width: 100%;
	height: auto;
	padding: 14px 0;
}
.toggleWrap01 .typeToggle .toggleContent {
	clear: both;
	margin: 30px 0 0 0;
}
.toggleWrap01 .typeToggle .toggleContent > *:first-child {
	margin-top: 0 !important;
}
.toggleWrap01 .typeToggle.active .toggleBtn {
	background: url(/sp/common/images/com_ic04.png) no-repeat 100% 0;
	background-size: 23px 23px;
}
.toggleWrap01 .typeToggle.active .controlBtn {
	display: none;
}

/*----- googlemap -----*/
.gmapWrap01 {
	clear: both;
	margin: 20px 0 0 0;
}
.gmapWrap01 > *:first-child {
	margin-top: 0 !important;
}
.gmapWrap01 iframe {
	width: 100%;
	height: 300px;
}
.gmapWrap01 iframe + * {
	margin-top: 5px;
}

/*----- modal -----*/
#cboxOverlay {
	background: #999;
}
#modalContainer {
	display: none;
}
#cboxContent {
	background: #fff;
}
#cboxLoadedContent {
	padding: 35px 30px;
	background: #fff;
	border: none;
}
#cboxLoadedContent .cb_contents {
}
#cboxLoadedContent .cb_contents .inlBlock {
	width: 100%;
	text-align: center;
}
#cboxLoadedContent .cb_contents img {
	max-width: 100%;
}
#cboxContent #cboxPrevious {
	width: 14px;
	height: 22px;
	margin-top: -11px;
	background: url(/sp/common/images/com_cb_bt01.png) no-repeat 0 0;
	background-size: contain;
	outline: none;
}
#cboxContent #cboxNext {
	width: 14px;
	height: 22px;
	margin-top: -11px;
	background: url(/sp/common/images/com_cb_bt02.png) no-repeat 0 0;
	background-size: contain;
	outline: none;
}
#cboxContent #cboxClose {
	top: 10px;
	right: 8px;
	width: 13px;
	height: 13px;
	background: url(/sp/common/images/com_cb_bt03.png) no-repeat 0 0;
	background-size: contain;
	outline: none;
}



/* Page Parts
------------------------------------------------------ */
/*----- /sp/ -----*/
/* visualIndex */
#siteTop #visualIndex {
	clear: both;
	height: 190px;
	border-bottom: 1px solid #E5E5E5;
}
#siteTop #visualIndex .visualList {
}
#siteTop #visualIndex .visualList > li {
}
#siteTop #visualIndex .visualList > li img {
	width: 320px;
	height: auto;
}
/* productsIndex */
#siteTop #productsIndex {
	padding: 0 0 15px 0;
	border-bottom: 1px solid #dfdfd7;
}
#siteTop #productsIndex .searchList01 {
	clear: both;
	margin: 0 10px;
}
#siteTop #productsIndex .searchList01 > dt {
	margin: 0 0 0.5em 0;
}
#siteTop #productsIndex .searchList02 {
	clear: both;
	margin: 0 10px;
}
#siteTop #productsIndex .searchList02 > li {
	float: left;
	width: 50%;
	padding: 0 10px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
          box-sizing: border-box;
	line-height: 1.1;
}
#siteTop #productsIndex .searchList02 > li a {
	display: table-cell;
	height: 32px;
	padding: 0 0 0 26px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: 19px 19px;
	   -moz-background-size: 19px 19px;
	        background-size: 19px 19px;
	vertical-align: middle;
}
#siteTop #productsIndex .searchList02 > li.searchCat a {	background-image: url(/sp/images/top_products_ic01.png); }
#siteTop #productsIndex .searchList02 > li.searchDetail a {	background-image: url(/sp/images/top_products_ic02.png); }
#siteTop #productsIndex .searchList02 > li.searchUse a {	background-image: url(/sp/images/top_products_ic03.png); }
#siteTop #productsIndex .searchList02 > li.searchGreen a {	background-image: url(/sp/images/top_products_ic04.png); }

/*----- /sp/csr/ -----*/
/* csrReportIndex */
#csr #csrReportIndex {
}
#csr #csrReportIndex .btnLink01 > li + li {
	margin-top: 15px;
}
#csr #csrReportIndex .btnLink01 a {
	font-size: 13px;
}
#csr #csrReportIndex .btnLink01 a span {
	height: 40px;
}

/*---- csrIndexLayout ----*/
#csr .csrIndexLayout {
	margin: 30px auto 0;
	width: 315px;
}
#csr .csrIndexLayout * {
	box-sizing: border-box;
}
#csr .csrIndexLayout + .csrIndexLayout {
	margin-top: 10px;
}
#csr .csrIndexLayout .csrIndexLayoutItem {
	display: block;
	height: 200px;
	padding: 0 13px;
	color: #221815;
}
#csr .csrIndexLayout.type01 .csrIndexLayoutItem {
	background: #fff url("/csr/images/csr_sp_bg01.png") 0 0 no-repeat;
	-webkit-background-size: 315px auto;
	background-size: 315px auto;
}
#csr .csrIndexLayout.type02 .csrIndexLayoutItem {
	background: #fff url("/csr/images/csr_sp_bg02.png") 0 0 no-repeat;
	-webkit-background-size: 315px auto;
	background-size: 315px auto;
}
#csr .csrIndexLayout.type03 .csrIndexLayoutItem {
	background: #fff url("/csr/images/csr_sp_bg03.png") 0 0 no-repeat;
	-webkit-background-size: 315px auto;
	background-size: 315px auto;
}
#csr .csrIndexLayout .csrIndexLayoutHead {
	display: flex;
	align-items: center;
	height: 52px;
	padding: 8px 103px 4px 0;
	line-height: 1.3;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
#csr .csrIndexLayout .csrIndexLayoutBody {
	line-height: 1.6;
	padding: 12px 0 0;
	min-height: 117px;
	font-size: 1.2rem;
}
#csr .csrIndexLayout .csrIndexLayoutBody p {
	margin-top: 0;
}
#csr .csrIndexLayout .csrIndexLayoutLink {
	height: 30px;
	margin-top: 7px;
	text-align: right;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
}



/* ClearFix
------------------------------------------------------ */
#header:after,
.asideBanner01:after,
.localNavi01:after,
#footerNavi .mainMenu:after,
#siteNavi:after,
#footerInfo #footerUtility .utilityMenu:after,
.heading01:after,
.listLink01 > li > a:after,
.btnLink02:after,
.tabNavi .tabLink:after,
#siteTop #productsIndex .searchList02:after,
.figLayout01:after,
.indexNavi01 > .indexCol > .linkBox .block02:after {
	content: "";
	display: block;
	clear: both;
}
