@charset "UTF-8";

/*===================================================================
	index.html　
===================================================================*/
/* ------ headSection ------ */
#contents .headSection { }
#contents .headSection .aside {
	padding-top:2px;
}
#contents .headSection .aside .guide {
	font-size:72%;
}
#contents .headSection .aside .guide li {
	float:none;
	display:inline-block;
	/display:inline;
	/zoom:1;
	vertical-align:bottom;
}

/************ visibility PC ************/
.pcOnly {
	display: inline-block;
}
.spOnly {
	display: none !important;
}

/* ------ mainSection ------ */
#contents .mainSection {
	width: 100%;
	margin:25px auto 0;
}
#contents .mainSection .mainvisual_guide {
	position:relative;
	z-index:500;
	width: 100%;
	min-width: 1240px;
	max-width: 1920px;
	height: auto;
	margin:0 auto -10px;
	padding:0 0 10px;
	overflow:hidden;
}
#contents .mainSection .mainvisual_guide #pagination_guide {
	position:absolute;
	top:113px;
	z-index:990;
	width:1200px;
}
#contents .mainSection .mainvisual_guide #pagination_guide li {
	position:absolute;
	z-index:999;
	width:40px;
	cursor:pointer;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainPrev {
	left:0;
}
#contents .mainSection .mainvisual_guide #pagination_guide li#mainNext {
	right:0;
}
#contents .mainSection .mainvisual_guide #slide_guide {
	position:relative;
	left:0;
	top:0;
	z-index:980;
	/*width:3600px;*/
	height:auto;
}
#contents .mainSection .mainvisual_guide #slide_guide:focus {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev {
	top: 33%;
	left: 50%;
	margin-left: -620px;
	z-index: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev:before {
	content: '';
	display: block;
	width: 40px;
	height: 108px;
	background: url('/images/nav_reco_01_noshadow.png')no-repeat 0 0;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-prev:focus::before {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next {
	top: 33%;
	right: 50%;
	margin-right: -620px;
	z-index: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next:before {
	content: '';
	display: block;
	width: 40px;
	height: 108px;
	background: url('/images/nav_reco_02_noshadow.png')no-repeat 0 0;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-next:focus::before {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots {
	bottom: -35px;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	display: flex;
	justify-content: center;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li button:before {
	font-size: 12px;
	color: #c6c6c6;
	opacity: 1;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li button:focus {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots li.slick-active button:before {
	color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly {
	display: none;
	margin-left: 0;
	font-size: 192%;
	text-indent: -13px;
	line-height: 0.45;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse {
	font-size: 72%;
	text-indent: -10px;
	line-height: 1.2;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly a, 
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse a {
	display: block;
	width: 20px;
	height: 20px;
	color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly:focus a, 
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse:focus a {
	outline: solid #333;
}
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly:hover a, 
#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse:hover a {
	color: #003399;
	text-decoration: none;
}
#contents .mainSection .mainvisual_guide #slide_guide li{
	color: #003399;
}
#contents .mainSection .mainvisual_guide #slide_guide li img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contents .mainSection .mainvisual_guide #slide_guide li a img {
	max-width: 100%;
	height: auto;
}
#slide_guide {
	opacity: 0;
	transition: opacity 0.5s;
}
#slide_guide.slick-initialized {
	opacity: 1;
}

.mainSection #mainList {
	text-align:center;
}
.mainSection #mainList li {
	z-index:970;
	display:inline-block;
	/display:inline;
	/zoom:1;
	width:15px;
	height:15px;
	padding:0 5px;
	cursor:pointer;
}

/************ important notice section ************/
#contents .impNotice {
	width: 1240px;
	margin: 40px auto 0;
	padding: 30px 0;
	overflow: hidden;
	border: 1px solid #fc1b1b;
	box-sizing: border-box;
	font-family: 'Meiryo', sans-serif;
}
#contents .impNotice .impNtitle {
	float: left;
	padding: 0 70px;
	color: #000;
	font-weight: bold;
}
#contents .impNotice .impNcontent ul {
	float: left;
}
#contents .impNotice .impNcontent ul li {
	margin-bottom: 10px;
	background: url('/common/images/ico_link_01.gif')no-repeat 0 50%;
}
#contents .impNotice .impNcontent ul li a {
	margin-left: 26px;
	font-size: 115%;
	color: #10218b;
}
#contents .impNotice .impNcontent ul li a:hover {
	color: #10218b;
}

/* ------ lineupSection ------ */
#contents .lineupSection {
	width:100%;
	margin: 50px auto 90px;
	padding: 90px 0;
	background: #f7f7f7;
}
#contents .lineupSection .headMod02 {
	padding-bottom:30px;
	font-size: 258%;
	text-align: center;
}
#contents .lineupSection .btnCat {
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}
#contents .lineupSection .btnCat a {
	display: inline-block;
	float: right;
	width: 188px;
	margin-bottom: 0;
	padding: 10px 0 8px;
	border: 1px solid #10218B;
	background: #10218B url('/common/images/ico_link_02.png')no-repeat 86% 50%;
	color: #fafafa;
	font-size: 115%;
	text-align: center;
}
#contents .lineupSection .btnCat a:hover {
	padding: 10px 0 8px;
	border: 1px solid #10218B;
	background: #fafafa url('/common/images/ico_link_01.gif')no-repeat 86% 50%;
	color: #10218B;
	text-decoration: none;
}
#contents .lineupSection .prodLineupSp {
	display: none;
}
#contents .lineupSection .prodLineup {
	display: block;
	width: 1240px;/*1120px before*/
	margin: 30px auto;
	overflow: hidden;
}
#contents .lineupSection .prodLineup .slick-prev {
	top: 47%;
	left: 0;
	width: 20px;
	height: 35px;
	z-index: 1;
}
#contents .lineupSection .prodLineup .slick-prev:before {
	content: '';
	display: block;
	width: 20px;
	height: 35px;
	background: url('/images/sldr2_prev_arrow.png')no-repeat 0 0;
	opacity: 1;
}
#contents .lineupSection .prodLineup .slick-next {
	top: 47%;
	right: 0;
	width: 20px;
	height: 35px;
	z-index: 1;
}
#contents .lineupSection .prodLineup .slick-next:before {
	content: '';
	display: block;
	width: 20px;
	height: 35px;
	background: url('/images/sldr2_next_arrow.png')no-repeat 0 0;
	opacity: 1;
}
#contents .lineupSection .prodLineup .slick-prev:focus, 
#contents .lineupSection .prodLineup .slick-next:focus {
	outline: solid #333;
}
#contents .lineupSection .prodLineup li {
	float: left;
	width: 1120px;/*160*7*/
	height: 550px;
	overflow: hidden;
}
#contents .lineupSection .prodLineup li span {
	display: block;
	width: 1230px;/*1162*/
	margin: 0 auto 34px;
	overflow: hidden;
}
#contents .lineupSection .prodLineup li span a {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	float: left;
	width: 148px;/*160px or 14.2% before*/
	height: 240px;
	margin: 0 0 0 23px;
	padding: 20px 10px 0;
	background: #fff;
	border: 1px solid #eee;
	color: #10218b;
	font-size: 115%;
	text-align: center;
	box-sizing: border-box;
}
#contents .lineupSection .prodLineup li span a:hover {
	color: #10218b;
}
#contents .lineupSection .prodLineup li span a img {
	max-width: 100%;
	height: auto;
}
#contents .lineupSection .product_guide {
	position:relative;
	z-index:500;
	width:1200px;
/*	height:165px;*/
	height: 355px;
/*	margin:0 -120px;*/
	margin:0 40px;
	overflow:hidden;
}
#contents .lineupSection .product_guide #pagination_guide2 {
	position:absolute;
	top:13px;
	z-index:990;
	width:1200px;
}
#contents .lineupSection .product_guide #pagination_guide2 li {
	position:absolute;
	z-index:999;
	width:40px;
	cursor:pointer;
}
#contents .lineupSection .product_guide #pagination_guide2 li#mainPrev2 {
	left: -24px;
}
#contents .lineupSection .product_guide #pagination_guide2 li#mainNext2 {
	right: -24px;
}
#contents .lineupSection .product_guide #slide_guide2 {
	position:relative;
	left:0;
	top:0;
	z-index:980;
	margin-left:0px;
	width:2400px;/* 160*15 */
	height:165px;
}
#contents .lineupSection .product_guide #slide_guide2 li {
	float:left;
	width: 160px;
	margin-top: 25px;
	overflow: hidden;
	font-size: 80%;
	text-align: center;
}
#contents .lineupSection .infL a {
	display: block;
	width: 164px;
	margin: 0 auto;
	background: url('/common/images/ico_link_01.gif')no-repeat 5% 50%;
	font-size: 158%;
	color: #0B60B6;
	text-align: right;
}
#contents .lineupSection .infL a:hover {
	color: #10218b;
}

/* ------ tickerSection ------ */
#contents .tickerSection {
	width:956px;
	margin:30px auto 0;
	 border:2px solid #005ab4; /*青バージョン */
	/* border:2px solid #cc0000; 赤バージョン */
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	font-size:90%;
}
#contents .tickerSection h2 {
	width:164px;
	height:48px;
	line-height:48px;
	float:left;
	text-align:center;
	color:#fff;
	background:#005ab4; /* 青バージョン */
	/* background:#cc0000; 赤バージョン */
	overflow:hidden;
}
#contents .tickerSection .tickerGroup {
	width:780px;
	height:48px;
	float:right;
	overflow:hidden;
}
#contents .tickerSection .tickerGroup dl {
}
#contents .tickerSection .tickerGroup dl dt {
	float:left;
	width:140px;
	padding-right:10px;
	height:48px;
	line-height:48px;
	overflow:hidden;
}
#contents .tickerSection .tickerGroup dl dd {
	float:left;
	width:620px;
	height:48px;
	line-height:48px;
	overflow:hidden;
}

/************ notice section ************/
#contents .noticeSec {
	width: 1240px;
	margin: 0 auto 90px;
}
#contents .noticeSec ul {
	width: 100%;
	overflow: hidden;
}
#contents .noticeSec ul li {
	width: 590px;
	font-weight: bold;
	overflow: hidden;
}
#contents .noticeSec ul li.lNotice {
	float: left;
	font-size: 143%;
	background: #fff;
	border: 2px solid #e96556;
}
#contents .noticeSec ul li.lNotice a {
	display: flex;
	text-align: center;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 14px 0;
	color: #333;
	text-align: center;
}
#contents .noticeSec ul li.lNotice a img {
	padding-right: 15px;
}
#contents .noticeSec ul li.lNotice:hover {
	color: #333;
	background: #ffF6f5;
}
#contents .noticeSec ul li.rNotice {
	float: right;
	font-size: 143%;
	background: #fff;
	border: 2px solid #005ab4;
}
#contents .noticeSec ul li.rNotice a {
	display: flex;
	text-align: center;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 9px 0;
	color: #333;
	text-align: center;
}
#contents .noticeSec ul li.rNotice a img {
	padding-right: 15px;
}
#contents .noticeSec ul li.rNotice:hover {
	color: #333;
	background: #f2f8ff;
}
#contents .noticeSec ul li a:hover {
	text-decoration: none;
}
#contents .noticeSec ul li a:focus {
	outline: solid #333;
	outline-offset: -4px;
}

/* ------ columnSection ------ */
#contents .columnSection {
	width: 100%;
	margin:15px auto 0;
	padding: 70px 0;
	background: #f7f7f7;
}
#contents .columnSection .main {
	width:770px;
	float:left;
}
#contents .columnSection .sub {
	width:180px;
	float:right;
}

/************ news and events block ************/
#contents .columnSection .newsEventsWrap {
	max-width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}

/************ news release block ************/
#contents .columnSection .newsEventsWrap .newsBlock {
	float: left;
	width: 538px;
	height: 650px;
	margin-bottom: 40px;
	padding: 0 30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}
#contents .columnSection .newsEventsWrap .newsBlock h3 {
	padding: 45px 0 50px;
	font-size: 172%;
	text-align: center;
}
#contents .columnSection .newsEventsWrap .newsBlock dl {
	height: 12%;
	padding-bottom: 17px;
	border-bottom: 1px solid #eee;
}
#contents .columnSection .newsEventsWrap .newsBlock .cmp_news_list_item {
	margin-bottom: 10px;
}


#contents .columnSection .newsEventsWrap .newsBlock dl:nth-child(6) {
	border-bottom: none;
}
#contents .columnSection .newsEventsWrap .newsBlock dt.newsDate {
	height: 30px;
	line-height: 2.5;
}
#contents .columnSection .newsEventsWrap .newsBlock .cmp_news_list_item_date {
	vertical-align: middle;
}
#contents .columnSection .newsEventsWrap .newsBlock .iconBtn a {
	display: none;
}
#contents .columnSection .newsEventsWrap .newsBlock dd.text,
#contents .columnSection .newsEventsWrap .newsBlock dd.cmp_news_list_item_title {
	font-size: 115%;
}
#contents .columnSection .newsEventsWrap .newsBlock dd.text p a,
#contents .columnSection .newsEventsWrap .newsBlock dd.cmp_news_list_item_title a {
	color: #10218b;
}
#contents .columnSection .newsEventsWrap .newsBlock dd.text p a:hover,
#contents .columnSection .newsEventsWrap .newsBlock dd.cmp_news_list_item_title a:hover {
	color: #10218b;
}

/************ events block ************/
#contents .columnSection .newsEventsWrap .eventsBlock {
	float: right;
	width: 538px;
	height: 650px;
	margin-bottom: 40px;
	padding: 0 30px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}
#contents .columnSection .newsEventsWrap .eventsBlock h3 {
	padding: 50px 0;
	font-size: 172%;
	text-align: center;
}
#contents .columnSection .newsEventsWrap .eventsBlock dl {
	height: 12%;
	padding-bottom: 17px;
	border-bottom: 1px solid #eee;
}

#contents .columnSection .newsEventsWrap .eventsBlock .cmp_news_list_item {
	margin-bottom: 10px;
}

#contents .columnSection .newsEventsWrap .eventsBlock dl:nth-child(6){
	border-bottom: none;
}
#contents .columnSection .newsEventsWrap .eventsBlock dl dt {
	display: table-cell;
	padding-right: 20px;
}
#contents .columnSection .newsEventsWrap .eventsBlock dl dt.newsDate {
	width: 120px;
	height: 30px;
}
#contents .columnSection .newsEventsWrap .eventsBlock .cmp_news_list_item_date {
	vertical-align: middle;
}

#contents .columnSection .newsEventsWrap .eventsBlock dl dd {
	display: table-cell;
}
#contents .columnSection .newsEventsWrap .eventsBlock dl dd.text,
#contents .columnSection .newsEventsWrap .eventsBlock dl dd.cmp_news_list_item_title {
	display: block;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn a {
	display: block;
	width: 100px;
	padding: 0 0 0 5px;
	text-align: center;
	border: 1px solid #c7c7c7;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn a span {
	display: block;
	padding: 4px 0;
	font-size: 86%;
	font-weight: bold;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconI a span {
	border-left: 5px solid #ffde00;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconE a span {
	border-left: 5px solid #80b159;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconS a span {
	border-left: 5px solid #f6a92f;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconC a span {
	border-left: 5px solid #ee8896;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn a {
	display: block;
	width: 100px;
	padding: 0 0 0 5px;
	text-align: center;
	border: 1px solid #c7c7c7;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn span {
	display: block;
	padding: 4px 0;
	font-size: 86%;
	font-weight: bold;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconI span {
	border-left: 5px solid #ffde00;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconE span {
	border-left: 5px solid #80b159;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconS span {
	border-left: 5px solid #f6a92f;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconC span {
	border-left: 5px solid #ee8896;
}
#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn {
	display: block;
	width: 100px;
	padding: 0 0 0 5px;
	text-align: center;
	border: 1px solid #c7c7c7;
}
#contents .columnSection .newsEventsWrap .eventsBlock dd.text,
#contents .columnSection .newsEventsWrap .eventsBlock dd.cmp_news_list_item_title {
	font-size: 115%;
}
#contents .columnSection .newsEventsWrap .eventsBlock dd.text p a,
#contents .columnSection .newsEventsWrap .eventsBlock dd.cmp_news_list_item_title a {
	color: #10218b;
}
#contents .columnSection .newsEventsWrap .eventsBlock dd.text p a:hover,
#contents .columnSection .newsEventsWrap .eventsBlock dd.cmp_news_list_item_title a:hover {
	color: #10218b;
}

/************ news and events link block ************/
#contents .columnSection .linksWrap {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}
#contents .columnSection .linksWrap a {
	display: block;
	width: 570px;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	border: 1px solid #003399;
	font-size: 115%;
	color: #333;
	text-align: center;
}
#contents .columnSection .linksWrap a img {
	margin: 4px 5px 0;
}
#contents .columnSection .linksWrap a:hover {
	color: #10218b;
}

/* ------ newsSection ------ */
#contents .newsSection {
	width:768px;
}
#contents .newsSection .newsTitle {
	background:#fafafa;
}
#contents .newsSection .newsTitle {
	background:#fafafa;
}
#contents .newsSection .newsTitle ul {
	float:right;
	padding:20px 19px 0;
}
#contents .newsSection .newsTitle ul li{
	float:right;
	padding-left:15px;
}
#contents .newsSection .newsTitle li.rss {
	padding-right:16px;
	background:url(/common/images/bg_dline_01.gif) repeat-y right top;
}
#contents .newsSection .newsGroup {
	padding:10px 20px;
}
#contents .newsSection .newsGroup .txt {
	width:600px;
}
html*#contents .newsSection .newsGroup .txt { /* IE 6/7 */
	width:590px;
}
#contents .newsSection #tabGroup .tabNav {
	height:41px;
	padding:0 19px;
	background:#fafafa url(/common/images/bg_line_01.gif) repeat-x left bottom;
}
#contents .newsSection #tabGroup .tabNav .tab {
}
#contents .newsSection #tabGroup .tabNav .tab li {
	float:left;
	width:365px;
	height:41px;
}
#contents .newsSection #tabGroup .tabNav .tab li img {
	cursor:pointer;
}

/* attenion */
#contents .attention {
	margin-top:10px;
}
#contents .attention .newsTitle h2 {
	padding-left:50px;
	color:#f51c00;
	background:url(/common/img/ico_important.gif) no-repeat 25px 15px;
}
#contents .attention .date span{
	color:#f51c00;
}

/* ------ companySection ------ */

#contents .companySection {
	margin-top:10px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
}
#contents .companySection h2 {
	padding:10px 15px;
	background:#fafafa;
	border-bottom:1px solid #e5e5e5;
}
#contents .companySection ul {
	margin:10px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
}
.companySection ul li {
	padding:15px 5px 15px 55px;
	border-bottom:1px solid #e5e5e5;
	font-size:80%;
}
#contents .companySection ul li.sidenavi_01 {
	background:#fafafa url(/images/bg_sidenavi_01.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_02 {
	background:#fafafa url(/images/bg_sidenavi_02.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_03 {
	background:#fafafa url(/images/bg_sidenavi_03.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_04 {
	background:#fafafa url(/images/bg_sidenavi_04.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_05 {
	background:#fafafa url(/images/bg_sidenavi_05.jpg) no-repeat 3px 50%;
	padding:7px 5px 7px 55px;
}
#contents .companySection ul li.sidenavi_06 {
	background:#fafafa url(/images/bg_sidenavi_06.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_07 {
	background:#fafafa url(/images/bg_sidenavi_07.jpg) no-repeat 3px 50%;
	padding:7px 5px 7px 55px;
}
#contents .companySection ul li.sidenavi_08 {
	background:#fafafa url(/images/bg_sidenavi_08.jpg) no-repeat 3px 50%;
}
#contents .companySection ul li.sidenavi_09 {
	background:#fafafa url(/images/bg_sidenavi_09.jpg) no-repeat 3px 50%;
	padding:7px 5px 7px 55px;
}
#contents .companySection ul li.sidenavi_10 {
	background:#fafafa url(/images/bg_sidenavi_10.jpg) no-repeat 3px 50%;
	padding:7px 5px 7px 55px;
	border-bottom:none;
}


/* ------ linkSection ------ */
#contents .linkSection {
	margin-top:10px;
	border:1px solid #e5e5e5;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
}
#contents .linkSection h2 {
	padding:10px 15px;
	background:#fafafa;
	border-bottom:1px solid #e5e5e5;
}
#contents .linkSection ul {
	margin:0 10px;
}
#contents .linkSection ul li {
	padding:10px 5px;
	font-size:80%;
	background:url(/common/images/bg_dline_02.gif) repeat-x left bottom;
}
#contents .linkSection ul li.last {
	background:none;
}

/************ relevant link section ************/
#contents .relLinkSec {
	width: 1240px;
	margin: 100px auto;
	overflow: hidden;
}
#contents .relLinkSec ul li {
	float: left;
	width: 390px;
}
#contents .relLinkSec ul li:nth-child(even) {
	margin: 0 2.8%;
}
#contents .relLinkSec ul li:last-child a {
	background: url(/common/images/ico_pop_04.png)no-repeat 90% 45%;
}
#contents .relLinkSec ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	border: 1px solid #eee;
	font-size: 172%;
	color: #333;
	font-weight: bold;
	height: 80px;
}
#contents .relLinkSec ul li a div span {
	display: block;
	font-size: 79%;
}
#contents .relLinkSec ul li a img {
	margin-right: 24px;
}
#contents .relLinkSec ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

/************ anniversary section ************/
#contents .annivSec {
	width: 1240px;
	margin: 100px auto;
	overflow: hidden;
	text-align: center;
}

#contents .annivSec.column2{
font-size:0;
}

#contents .annivSec.column2 li{
display:inline-block;
}

#contents .annivSec.column2 li:first-child{
margin-right:8%;
}

#contents .annivSec a {
	display: inline-block;
	margin: 0 auto;
}
#contents .annivSec a img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#contents .annivSec a:hover {
	opacity: 0.7;
}
#contents .annivSec span.nw {
	display: block;
	position: relative;
	bottom: 25px;
	left: 1000px;
	width: 15px;
	height: 15px;
}

/************ social network section ************/
#contents .sns {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
}
#contents .sns h3 {
	font-size: 172%;
	text-align: center;
}
#contents .sns ul {
	display: flex;
	align-items: center;
	max-width: 370px;
	margin: 45px auto;
	overflow: hidden
}
#contents .sns ul li {
	float: left;
	width: 25%;
	text-align: center;
}
#contents .sns ul li a {
	display: inline-block;
	margin: 0 auto;
}
#contents .sns a.snsLink {
	display: block;
	width: 348px;
	overflow: hidden;
	margin: 0 auto;
	padding-right: 20px;
	font-size: 143%;
	background: url('/common/images/ico_pop_04.png')no-repeat 100% 50%;
}

/* 403＿404メッセージ用 */
#error_main {
	width:35%;
	min-width:300px;
	text-align: left;
	margin: 30px auto 0 !important;
}

/* ------ 重要なおしらせ用　importantinfo ------ */

div.importantinfo {
	width:956px;
	margin:40px auto 0;
	font-size:90%;
	border:2px solid #005ab4; /*青バージョン */
	position: relative;
}

h2.imp {
	width: 134px;
height: 30px;
	background:#005ab4; /* 青バージョン */
	/* background:#cc0000; 赤バージョン */
	overflow:hidden;
		color:#fff;
		text-align:center;
		    line-height: 32px;
    position: absolute;
    left: -2px;
    top: -32px;
}

div.importantinfo_spe {
	width: 1240px;
	margin: 60px auto 0;
	font-size:90%;
	border:2px solid #505050; /*黒バージョン */
	 /*border:2px solid #FF0000; 赤バージョン */
	position: relative;
	box-sizing: border-box;
}


div.importantinfo dl.emergencyinfo{
	border-bottom:1px #333 dotted;
}

div.importantinfo dl.emergencyinfo:last-child {
	border-bottom:none;
}

div.importantinfo dt,
div.importantinfo_spe dt{
display: table-cell;
/display: inline;
/zoom: 1;
vertical-align: middle;
width: 145px;
padding: 10px;
color: #000;
font-family: 'Meiryo', sans-serif;
}

div.importantinfo dl.emergencyinfo dd,
div.importantinfo_spe dl.emergencyinfo dd{
width: 760px;
display: table-cell;
/display: inline;
/zoom: 1;
vertical-align: middle;
padding: 10px;
}

div.importantinfo_spe dl.emergencyinfo dd{
	font-size: 14px;
	color: #000;
	font-family: 'Meiryo', sans-serif;
}

/************ SP area ************/
@media screen and (min-width: 320px) and (max-width: 767px) {
	/************ visibility SP ************/
	.pcOnly {display: none !important;}
	.spOnly {display: inline-block !important;}

	#contents {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
	}

	/* ------ mainSection SP ------ */
	#contents .mainSection {
		width: 100%;
		margin: 0 auto;
	}
	#contents .mainSection .mainvisual_guide {
		position: relative;
		z-index: 500;
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		overflow:hidden;
	}
	#contents .mainSection .mainvisual_guide #pagination_guide {
		position:absolute;
		top:113px;
		z-index:990;
		width: 100%;
	}

	/************ main slider SP ************/
	#contents .mainSection .mainvisual_guide #slide_guide {
		position:relative;
		left:0;
		top:0;
		z-index:980;
		height: auto;
		margin-bottom: 0;
	}
	#contents .mainSection .mainvisual_guide #slide_guide .slick-dots {
		position: unset;
		width: 100%;
		margin: 0 auto;
		padding-top: 30px;
		font-size: 25px;
		font-weight: bold;
	}
	#contents .mainSection .mainvisual_guide #slide_guide .slick-prev {
		top: 37%;
		left: -23px;
		z-index: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-left: auto;
	}
	#contents .mainSection .mainvisual_guide #slide_guide .slick-prev:before {
		position: absolute;
	}
	#contents .mainSection .mainvisual_guide #slide_guide .slick-next {
		top: 37%;
		right: -4px;
		z-index: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-right: auto;
	}

	#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPly {
		text-indent: 0;
		margin-top: -.15em;
	}
	#contents .mainSection .mainvisual_guide #slide_guide .slick-dots #btnPse {
		margin-top: -.15em;
	}

	/************ special notice section SP ************/
	div.importantinfo_spe {
		width: 91%;
		margin: 0 auto;
		padding: 15px 0;
	}
	div.importantinfo dt,
	div.importantinfo_spe dt {
		display: block;
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	div.importantinfo_spe dl.emergencyinfo dd {
		padding: 0 15px;
		font-size: 127%;
	}

	/************ important notice section SP ************/
	#contents .impNotice {
		max-width: 91%;
		margin: 40px auto 0 auto;
		padding: 15px 0;
		overflow: hidden;
		border: 1px solid #fc1b1b;
		box-sizing: border-box;
	}
	#contents .impNotice .impNtitle {
		float: none;
		padding: 0 35px 15px;
		font-weight: bold;
		text-align: center;
	}
	#contents .impNotice .impNcontent ul {
		float: none;
		padding: 0 10%;
	}
	#contents .impNotice .impNcontent ul li {
		position: relative;
		margin-bottom: 10px;
		padding-left: 20px;
		background: none;
	}
	#contents .impNotice .impNcontent ul li:before {
		display: block;
		position: absolute;
		top: 5px;
		left: 0;
		content: "";
		width: 15px;
		height: 15px;
		background: url('/common/images/ico_link_01.gif')no-repeat 0 0;
	}
	#contents .impNotice .impNcontent ul li a {
		margin-left: 0;
		font-size: 115%;
	}

	/* ------ lineupSection SP ------ */
	#contents .lineupSection {
		width: 100%;
		margin:45px auto 0;
		padding: 50px 0;
		box-sizing: border-box;
	}
	#contents .lineupSection .headMod02 {
		padding-bottom: 15px;
		font-size: 215%;
		text-align: center;
	}
	#contents .lineupSection .btnCat a {
		display: block;
		float: none;
		width: 304px;
		margin: 0 auto;
		padding: 10px 0 8px;
		border: 1px solid #10218B;
		background: #10218B url('/common/images/ico_link_02.png')no-repeat 70% 50%;
		color: #fafafa;
		font-size: 115%;
		text-align: center;
	}
	#contents .lineupSection .btnCat a:hover {
		padding: 10px 0 8px;
		border: 1px solid #10218B;
		background: #fafafa url('/common/images/ico_link_01.gif')no-repeat 70% 50%;
		color: #10218B;
		text-decoration: none;
	}
	#contents .lineupSection .prodLineup {
		display: none;
		width: 100%;/*160*7*/
		margin: 25px auto;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineupSp {
		display: block;
		width: 100%;
		margin: 25px auto;
		padding: 0 34px;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineupSp .slick-prev {
		top: 40%;
		left: 11px;
		z-index: 1;
		height: 27px
	}
	#contents .lineupSection .prodLineupSp .slick-prev:before {
		content: '';
		display: block;
		width: 20px;
		height: 35px;
		background: url('/images/sldr2_prev_arrow_s.png')no-repeat 0 0;
		opacity: 1;
	}
	#contents .lineupSection .prodLineupSp .slick-next {
		top: 40%;
		right: 11px;
		z-index: 1;
		height: 27px
	}
	#contents .lineupSection .prodLineupSp .slick-next:before {
		content: '';
		display: block;
		width: 20px;
		height: 35px;
		background: url('/images/sldr2_next_arrow_s.png')no-repeat 0 0;
		opacity: 1;
	}
	#contents .lineupSection .prodLineupSp li.panels {
		float: left;
		width: 100%;/*160*7*/
		height: auto;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineupSp li.panels span {
		display: block;
		margin: 0 auto 12px auto;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineupSp li.panels span a {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		float: left;
		width: 30%;
		padding: 20px 8px 0;
		height:180px;
		background: #fff;
		color: #10218b;
		font-size: 11px;
		text-align: center;
		box-sizing: border-box;
	}
	#contents .lineupSection .prodLineupSp li.panels span a:nth-child(3n-1) {
		margin: 0 10px 10px;
	}
	#contents .lineupSection .prodLineupSp li.panels span a:nth-child(3n-2) {
		margin: 0 0 0 5px;
	}
	#contents .lineupSection .prodLineupSp li.panels span a img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
	#contents .lineupSection .prodLineupSp .slick-dots {
		position: relative;
		bottom: 25px;
		margin: 0 auto;
		min-width: 120px;
		font-size: 25px;
		font-weight: bold;
	}
	#contents .lineupSection .prodLineupSp .slick-dots li button:before {
		opacity: 1;
		color: #c6c6c6;
	}
	#contents .lineupSection .prodLineupSp li.slick-active button:before{
		opacity: 1;
		color: #10218b;
	}
	#contents .lineupSection .infL a {
		display: block;
		width: 164px;
		margin: 0 auto;
		background: url('/common/images/ico_link_01.gif')no-repeat 7% 45%;
		font-size: 158%;
		color: #0B60B6;
		text-align: right;
	}
	#contents .lineupSection .infL a:hover {
		color: #10218b;
	}

	/************ notice section SP ************/
	#contents .noticeSec {
		max-width: 100%;
		margin: 50px auto;
		box-sizing: border-box;
	}
	#contents .noticeSec ul {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	#contents .noticeSec ul li {
		width: 100%;
		margin-bottom: 20px;
		font-weight: bold;
		overflow: hidden;
		box-sizing: border-box;
	}
	#contents .noticeSec ul li.lNotice {
		float: none;
		border: 2px solid #e96556;
	}
	#contents .noticeSec ul li.rNotice {
		float: none;
		border: 2px solid #005ab4;
	}
	#contents .noticeSec ul li.lNotice a {
		display: flex;
		flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		font-size: 90%;
		color: #333;
		text-align: left;
	} #contents .noticeSec ul li.lNotice a img {
		padding: 0 8px 0 2%;
	}
	#contents .noticeSec ul li.rNotice a {
		display: flex;
		flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		font-size: 90%;
		color: #333;
		text-align: left;
	}
	#contents .noticeSec ul li.rNotice a img {
		padding: 0 8px 0 2%;
	}
	#contents .noticeSec ul li.lNotice:hover {
		color: #333;
		background: #ffF6f5;
	}
	#contents .noticeSec ul li.rNotice:hover {
		color: #333;
		background: #f2f8ff;
	}
	#contents .noticeSec ul li a:hover {
		text-decoration: none;
	}

	/* ------ columnSection SP ------ */
	#contents .columnSection {
		width: 100%;
		margin: 8px auto 0;
	}

	/************ news and events block SP ************/
	#contents .columnSection .newsEventsWrap {
		width: 91%;
		margin: 0 auto;
		overflow: hidden;
	}

	/************ news release block SP ************/
	#contents .columnSection .newsEventsWrap .newsBlock {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
		padding: 0 15px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	#contents .columnSection .newsEventsWrap .newsBlock h3 {
		padding: 50px 0;
		font-size: 172%;
		text-align: center;
	}
	#contents .columnSection .newsEventsWrap .newsBlock dl {
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}
	#contents .columnSection .newsEventsWrap .newsBlock dt {
		margin-bottom: 5px;
	}
	#contents .columnSection .newsEventsWrap .newsBlock .iconBtn a {
		display: none;
	}
	#contents .columnSection .newsEventsWrap .newsBlock dd.text,
	#contents .columnSection .newsEventsWrap .newsBlock dd.cmp_news_list_item_title {
		font-size: 115%;
	}

	/************ events block SP ************/
	#contents .columnSection .newsEventsWrap .eventsBlock {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
		padding: 0 15px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #eee;
		box-sizing: border-box;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock h3 {
		padding: 50px 0;
		font-size: 172%;
		text-align: center;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock dl {
		height: auto;
		padding-bottom: 10px;
		border-bottom: 1px solid #eee;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock dl dt {
		display: table-cell;
		padding-right: 10px;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock dl dd {
		display: table-cell;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock dl dd.text,
	#contents .columnSection .newsEventsWrap .eventsBlock dl dd.cmp_news_list_item_title {
		display: block;
		margin-top: 10px;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn a {
		display: block;
		width: 100px;
		padding: 0 0 0 5px;
		text-align: center;
		border: 1px solid #c7c7c7;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn a span {
		display: block;
		padding: 4px 0;
		font-size: 86%;
		font-weight: bold;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconI a span {
		border-left: 5px solid #ffde00;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconE a span {
		border-left: 5px solid #80b159;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconS a span {
		border-left: 5px solid #f6a92f;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconC a span {
		border-left: 5px solid #ee8896;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn {
		display: block;
		width: 100px;
		padding: 0 0 0 5px;
		text-align: center;
		border: 1px solid #c7c7c7;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn span {
		display: block;
		padding: 4px 0;
		font-size: 86%;
		font-weight: bold;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconI span {
		border-left: 5px solid #ffde00;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconE span {
		border-left: 5px solid #80b159;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconS span {
		border-left: 5px solid #f6a92f;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock .iconBtn.iconC span {
		border-left: 5px solid #ee8896;
	}
	#contents .columnSection .newsEventsWrap .eventsBlock dd.text,
	#contents .columnSection .newsEventsWrap .eventsBlock dd.cmp_news_list_item_title {
		font-size: 115%;
	}

	/************ news and events link block SP ************/
	#contents .columnSection .linksWrap {
		width: 91%;
		margin: 0 auto;
		overflow: hidden;
		clear: both;
	}
	#contents .columnSection .linksWrap a {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 17px 0;
		background: #fff;
		border: 1px solid #003399;
		font-size: 115%;
		color: #333;
		text-align: center;
		box-sizing: border-box;
	}
	#contents .columnSection .linksWrap a img {
		margin: 3px 5px 0;
	}
	#contents .columnSection .linksWrap a:hover {
		text-decoration: none;
	}

	/************ relevant link section SP ************/
	#contents .relLinkSec {
		width: 91%;
		margin: 50px auto;
		overflow: hidden;
	}
	#contents .relLinkSec ul li {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	#contents .relLinkSec ul li:nth-child(even) {
		margin: 0 0 25px 0;
	}
	#contents .relLinkSec ul li:last-child a {
		background: url(/common/images/ico_pop_04.png)no-repeat 100% 45%;
	}
	#contents .relLinkSec ul li a {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 25px 0;
		border: 1px solid #eee;
		font-size: 172%;
		color: #333;
		font-weight: bold;
		text-align: left;
	}
	#contents .relLinkSec ul li a img {
		margin-right: 12px;
	}
	#contents .relLinkSec ul li a:hover {
		text-decoration: none;
	}

	/************ anniversary section SP ************/
	#contents .annivSec {
		width: 91%;
		margin: 50px auto;
		overflow: hidden;
		text-align: center;
	}

	#contents .annivSec.column2 li{
	display:block;
	}
	
	#contents .annivSec.column2 li:first-child{
	    margin: 0 0 25px 0;
	}
	
	#contents .annivSec a {
		display: inline-block;
		margin: 0 auto;
	}
	#contents .annivSec a img {
		max-width: 100%;
		height: auto;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	#contents .annivSec span.nw {
		display: block;
		position: relative;
		bottom: 30px;
		left: 92%;
		width: 15px;
		height: 15px;
	}

	/************ social network section SP ************/
	#contents .sns {
		max-width: 91%;
		margin: 0 auto;
		overflow: hidden;
	}
	#contents .sns h3 {
		max-width: 200px;
		margin: 0 auto;
		text-align: center;
	}
	#contents .sns ul {
		display: flex;
		align-items: center;
		min-width: 320px;
		max-width: 370px;
		margin: 10px auto 25px auto;
		overflow: hidden
	}
	#contents .sns ul li {
		float: left;
		width: 33%;
		text-align: center;
	}
	#contents .sns ul li a {
		display: inline-block;
		margin: 0 auto;
	}
	#contents .sns a.snsLink {
		display: block;
		width: 200px;
		overflow: hidden;
		margin: 0 auto;
		padding-right: 20px;
		font-size: 143%;
		text-align: center;
		background: url('/common/images/ico_pop_04.png')no-repeat 100% 50%;
	}
}

/************ tablet area ************/
@media screen and (min-width: 768px) and (max-width: 1240px) {
	#contents {
		min-width: 1240px;
		max-width: 1240px;
		margin: 0 auto !important;
		overflow: hidden;
		box-sizing: border-box;
	}

	/************ special notice section TB ************/
	div.importantinfo_spe {
		width: 100%;
	}

	/************ important notice section TB ************/
	#contents .impNotice {
		width: 100%;
		margin: 100px auto 0 auto;
		padding: 30px 15px;
	}
	#contents .impNotice .impNtitle {
		width: 13%;
		padding: 0;
	}
	#contents .impNotice .impNcontent ul {
		float: left;
		width: 87%;
	}
	#contents .impNotice .impNcontent ul li a {
		margin-left: 26px;
		font-size: 115%;
		color: #10218b;
	}

	/* ------ lineupSection TB ------ */
	#contents .lineupSection .btnCat {
		width: 100%;
	}
	#contents .lineupSection .prodLineup {
		width: 100%;/*1120px before*/
	}
	#contents .lineupSection .prodLineup li {
		float: left;
		width: 100%;/*160*7*/
		height: 550px;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineup li span {
		display: block;
		width: 100%;/*1162*/
		margin: 0 auto 34px;
		overflow: hidden;
	}
	#contents .lineupSection .prodLineup li span a {
		width: 11.3%;
	}
	
	/************ notice section TB ************/
	#contents .noticeSec {
		width: 100%;
	}
	#contents .noticeSec ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#contents .noticeSec ul li {
		width: 400px;
	}
	#contents .noticeSec ul li.lNotice {
		float:none;
		margin-right: 30px;
	}
	#contents .noticeSec ul li.rNotice {
		float: none;
	}
	
	/************ news and events block TB ************/
	#contents .columnSection .newsEventsWrap {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	
	/************ news release block TB ************/
	#contents .columnSection .newsEventsWrap .newsBlock {
		float: left;
		width: 400px;
		height: 800px;
		margin: 0 20px 50px 0;
		padding: 0 30px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #eee;
	}

	/************ events block TB ************/
	#contents .columnSection .newsEventsWrap .eventsBlock {
		float: right;
		width: 400px;
		height: 800px;
		margin-bottom: 50px;
		padding: 0 30px;
		overflow: hidden;
		background: #fff;
		border: 1px solid #eee;
	}
	
	/************ news and events link block TB ************/
	#contents .columnSection .linksWrap {
		width: 100%;
	}
	
	/************ relevant link section TB ************/
	#contents .relLinkSec {
		width: 100%;
	}
	#contents .relLinkSec ul {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	#contents .relLinkSec ul li {
		float: left;
		width: 302px;
	}
	#contents .relLinkSec ul li:nth-child(even) {
		margin: 0 2.8%;
	}
	
	/************ anniversary section TB ************/
	#contents .annivSec {
		width: 100%;
	}
	
	/************ social network section ************/
	#contents .sns {
		width: 100%;
	}
}