@charset "utf-8";

/* ------------------------------------------------------
 * container
------------------------------------------------------ */
#container {
	overflow: hidden;
	position: relative;
	background: none;
}
#container .contentsInner {
	width: 1280px;
	margin: 0 auto;
	padding: 43px 40px 0;
}
#container .contentsInner .heading02 {
	margin-top: 0;
	font-size: 2.4rem;
	border-bottom: none;
}
#container .heading02 > span {
	padding-bottom: 9px;
	font-size: 2.4rem;
	border-bottom: solid 3px #2640a3;
}

#loading {
	padding: 166px 0;
	text-align: center;
}
.topLinkBox.slick-initialized + #loading {
  display: none;
}

/* topImgArea */
#topImgArea {
	position: relative;
	display: block;
}
.topLinkBox{
	position: relative;
	display: none;
}
.topLinkBox.slick-initialized{
	display: block;
}
.topLinkBox::before{
	position: absolute;
	width: calc((100% - 1200px)/2);
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	content: "";
	z-index: 1;
}
.topLinkBox::after{
	position: absolute;
	width: calc((100% - 1200px)/2);
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	content: "";
	z-index: 1;
}
#topImgArea .draggable > div {
	display: flex;
}
#topImgArea .slick-slide {
	float: none;
	display: inline-block;
	width: 100%;
	height: auto;
}
#topImgArea .slick-slide img {
	width: 100%;
}
#topImgArea .topLinkBox {
	line-height: 0;
}
#topImgArea .topLinkBox a {
	display: inline-block;
	width: 1200px;
	height: auto;
}
#topImgArea .slick-arrow {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
  margin-top: -27px;
  background-color: #2640a3;
  border-radius: 99px;
	text-indent: -9999px;
	border: none;
	z-index: 2;
	outline: none;
	cursor: pointer;
}
#topImgArea .slick-arrow:hover {
  background-color: #687abf;
}
#topImgArea .slick-arrow::before {
	position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  content: "";
}
#topImgArea .slick-arrow.slick-prev {
	left: calc((100% - 1200px)/2 - 29px);
}
#topImgArea .slick-arrow.slick-prev::before {
  left: 50%;
  margin-left: -2px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#topImgArea .slick-arrow.slick-next {
	right: calc((100% - 1200px)/2 - 29px);
}
#topImgArea .slick-arrow.slick-next::before {
  right: 50%;
  margin-right: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.topLinkBox + #loading + .sliderControl{
  display: none;
}
.topLinkBox.slick-initialized + #loading + .sliderControl{
  display: block;
}
#topImgArea .sliderControl {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
}
#topImgArea .controlFrame {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 28px;
}
#topImgArea .slick-dots {
	display: flex;
}
#topImgArea .slick-dots > li {
	position: relative;
	width: 17px;
	height: 17px;
	margin: 3px;
}
#topImgArea .slick-dots > li > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 99px;
	border: 2px solid #fff;
	background-color: #ddd;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
#topImgArea .slick-dots > li > span:hover {
	opacity: .7;
}
#topImgArea .slick-dots > li.slick-active > span {
	background-color: #2640a3;
}
#topImgArea .frameSwitch {
	display: flex;
}
#topImgArea .sliderButton {
	outline: none;
	cursor: pointer;
}
#topImgArea .sliderButton:hover {
	opacity: .7;
}
#topImgArea .sliderButton.is-play .buttonStart {
display: none;
}
#topImgArea .sliderButton .buttonStart {
display: block;
}
#topImgArea .sliderButton.is-play .buttonStop {
display: block;
}
#topImgArea .sliderButton .buttonStop {
display: none;
}
#topImgArea .sliderButton {
	position: relative;
	width: 17px;
	height: 20px;
	margin-left: 10px;
	background: none;
	border: none;
	font-size: 0;
	padding: 0;
}
#topImgArea .buttonStop {
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 20px;
	margin-top: -9px;
	background: url("/n_images/pause.png") no-repeat center/13px auto;
}
#topImgArea .buttonStart {
	position: absolute;
	top: 50%;
	left: 0;
	width: 17px;
	height: 20px;
	margin-top: -9px;
	background: url("/n_images/play.png") no-repeat center/16px auto;
}

/* contents */
#contents {
	width: 100%;
}
#contents > section {
	margin-top: 0;
}
/* importantArea */
#importantArea {
	background-color: #fff2f2;
}
#importantArea dl {
	display: flex;
	width: 1280px;
	margin: 0 auto;
	padding: 18px 40px 17px;
}
#importantArea dl dt {
	width: 8em;
	margin-right: 75px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #cc0000;
}
#importantArea dl dd {
	width: calc(100% - 7.5em - 75px);
}
#importantArea dl dd > *:first-child {
	margin-top: 0;
}
#importantArea dl dd .newsList01 li {
	display: flex;
	margin-top: 4px;
}
#importantArea dl dd .newsList01 li:first-child {
	margin-top: 0;
}
#importantArea dl dd .newsList01 .date {
	float: none;
	width: 9em;
	margin-right: 14px;
	font-size: 1.4rem;
}
#importantArea dl dd .newsList01 .txt {
	width: calc(100% - 9em - 14px);
	font-size: 1.4rem;
}
#importantArea dl dd .newsList01 .txt a {
	display: inline-block;
}
/* newsArea */
#newsArea .newsItem {
	border-top: solid 1px #e6eaf7;
}
#newsArea .newsItem:first-child {
	border-top: none;
}
#newsArea .newsWrap {
	width: 1280px;
	margin: 0 auto;
	padding: 18px 40px 11px;
}
#newsArea .newsItem:last-child .newsWrap {
	padding: 14px 40px 16px;
}
#newsArea .newsWrap .heading {
	float: left;
	width: 15.3%;
}
#newsArea .newsWrap .heading a {
	position: relative;
	display: block;
	padding-left: 30px;
	text-decoration: none;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
}
#newsArea .newsWrap .heading a::before {
	position: absolute;
	width: 18px;
	height: 18px;
	top: 0;
	left: 0;
	border-radius: 99px;
	background-color: #2640a3;
	content: "";
}
#newsArea .newsWrap .heading a::after {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 6px;
	left: 4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
#newsArea .newsWrap .heading a:hover {
	color: #2640a3;
	text-decoration: underline;
}
#newsArea .newsWrap .newsList01 {
	width: 84.7%;
	margin-top: 0;
}
#newsArea .newsWrap .newsList01 li {
	width: auto !important;
	margin-top: 0;
}
#newsArea .newsWrap .newsList01 li .innerIcon01 {
	display: inline-block;
}
#newsArea .newsWrap .bx-wrapper {
	overflow: hidden;
}
#newsArea .newsWrap .bx-viewport {
	width: auto !important;
}
#newsArea .newsWrap .newsList01 .date {
	font-size: 1.4rem;
	width: 12em;
}
#newsArea .newsWrap .newsList01 .txt {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.4rem;
}
/* featureArea */
#featureArea {
	background-color: #f3f8ff;
}
#featureArea .featureWrap {
	width: 1280px;
	margin:  0 auto;
	padding: 74px 22px 30px;
}
#featureArea .featureWrap .heading {
	text-align: center;
	margin-bottom: 29px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
}
#featureArea .featureDetail {
	position: relative;
	padding-bottom: 59px;
}
#featureArea .draggable > div {
	display: flex;
}
#featureArea .slick-slide {
	overflow: hidden;
	height: auto;
	float: none;
	margin: 0 18px;
	background: #ffffff;
	border-radius: 4px;
}
#featureArea .featureBox a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	color: #333;
}
#featureArea .featureBox a .img img {
	width: 100%;
}
#featureArea .featureBox a .boxDetail {
	position: relative;
	padding: 23px 20px 50px;
}
#featureArea .featureBox a .boxTxt {
	margin-top: 0;
	font-size: 1.4rem;
	color: #333333;
}
#featureArea .featureBox a:hover .boxTxt {
	color: #2640a3;
}
#featureArea .featureBox a .boxIcon {
	position: absolute;
	bottom: 14px;
	left: 20px;
	margin-top: 0;
	padding-left: 26px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #2640a3;
}
#featureArea .featureBox a .boxIcon::before {
	position: absolute;
	width: 19px;
	height: 19px;
	top: -2px;
	left: 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	content: "";
}
#featureArea .featureBox a:hover .boxTitle,
#featureArea .featureBox a:hover .boxTxt {
	text-decoration: underline;
}
#featureArea .featureBox.campaign a .boxIcon::before { background-image: url("/n_images/index_feature_ic01.png"); }
#featureArea .featureBox.recommended a .boxIcon::before { background-image: url("/n_images/index_feature_ic02.png"); }
#featureArea .featureBox.oenon a .boxIcon::before { background-image: url("/n_images/index_feature_ic03.png"); }
#featureArea .featureBox.recipe a .boxIcon::before { background-image: url("/n_images/index_feature_ic04.png"); }
#featureArea .featureBox.brand a .boxIcon::before { background-image: url("/n_images/index_feature_ic05.png"); }
#featureArea .featureBox.release a .boxIcon::before { background-image: url("/n_images/index_feature_ic06.png"); }
#featureArea .featureBox.ir a .boxIcon::before { background-image: url("/n_images/index_feature_ic07.png"); }
#featureArea .featureBox.recruit a .boxIcon::before { background-image: url("/n_images/index_feature_ic08.png"); }
#featureArea .featureBox.medicine a .boxIcon::before { background-image: url("/n_images/index_feature_ic09.png"); }
#featureArea .featureBox.online a .boxIcon::before { background-image: url("/n_images/index_feature_ic10.png"); }
#featureArea .featureBox.ushiku a .boxIcon::before { background-image: url("/n_images/index_feature_ic11.png"); }
#featureArea .slick-arrow {
	position: absolute;
	top: 45%;
	width: 48px;
	height: 48px !important;
  margin-top: -27px;
  background-color: #2640a3;
  border-radius: 99px;
	text-indent: -9999px;
	border: none;
	z-index: 1;
	outline: none;
	cursor: pointer;
}
#featureArea .slick-arrow::before {
	position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(45deg);
  content: "";
}
#featureArea .slick-arrow:hover {
  background-color: #687abf;
}
#featureArea .slick-arrow.slick-prev {
	left: calc((100% - 1200px)/2 - 29px);
}
#featureArea .slick-arrow.slick-prev::before {
  left: 50%;
  margin-left: -2px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#featureArea .slick-arrow.slick-next {
	right: calc((100% - 1200px)/2 - 29px);
}
#featureArea .slick-arrow.slick-next::before {
  right: 50%;
  margin-right: -2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#featureArea .sliderControl {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#featureArea .controlFrame {
	display: flex;
	align-items: center;
	justify-content: center;
}
#featureArea .slick-dots {
	display: flex;
}
#featureArea .slick-dots > li {
	position: relative;
	width: 17px;
	height: 17px;
	margin: 3px;
}
#featureArea .slick-dots > li > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 99px;
	border: none;
	background-color: #ddd;
	font-size: 0;
	outline: none;
	cursor: pointer;
}
#featureArea .slick-dots > li.slick-active > span {
	background-color: #2640a3;
}
#featureArea .slick-dots > li > span:hover {
	opacity: .7;
}
#featureArea .frameSwitch {
	display: flex;
}
#featureArea .sliderButton{
	cursor: pointer;
}
#featureArea .sliderButton.is-play .buttonStart {
display: none;
}
#featureArea .sliderButton .buttonStart {
display: block;
}
#featureArea .sliderButton.is-play .buttonStop {
display: block;
}
#featureArea .sliderButton .buttonStop {
display: none;
}
#featureArea .sliderButton {
	position: relative;
	width: 9px;
	height: 18px;
	top: 0;
	margin-left: 10px;
	background: none;
	border: none;
	font-size: 0;
	padding: 0;
	outline: none;
}
#featureArea .sliderButton:hover {
	opacity: .7;
}
#featureArea .buttonStop {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 13px;
	background: url("/n_images/pause_02.png") no-repeat center/9px auto;
}
#featureArea .buttonStart {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 13px;
	background: url("/n_images/play_02.png") no-repeat center/9px auto;
}
#featureArea .featureBtn {
	text-align: center;
	margin-top: 38px;
}
#featureArea .featureBtnLink {
	position: relative;
	display: inline-block;
	min-width: 260px;
	padding: 14px 33px 11px;
	background-color: #2640a3;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#featureArea .featureBtnLink:hover {
	background-color: #687abf;
}
#featureArea .featureBtnLink::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 18px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
/* productArea */
#productArea {
	background-color: #f3f8ff;
}
#productArea .productWrap {
	padding-top: 42px;
}
#productArea .productWrap .heading {
	text-align: center;
	margin-bottom: 0;
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
}
#productArea .productWrap .tabListNum02 {
	margin-top: 28px;
}
#productArea .productWrap .tabListNum02 .list {
	width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
	border-bottom: none;
}
#productArea .productWrap .tabListNum02 .list li {
	width: calc((100% - 36px)/2);
	margin-left: 36px;
}
#productArea .productWrap .tabListNum02 .list li:first-child {
	margin-left: 0;
}
#productArea .productWrap .tabListNum02 .list li a {
	padding: 26px 10px 14px;
	background-color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
}
#productArea .productWrap .tabListNum02 .list li.on a {
	background-color: #2640a3;
}
#productArea .productWrap .tabListNum02 .tabBox {
	border-top: solid 3px #2640a3;
	background-color: #fff;
}
#productArea .productWrap .tabListNum02 .tabBoxInner {
	width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
#productArea .productWrap .tabListNum02 .tabBox[data-product-box="brand"] .tabBoxInner {
	padding-bottom: 60px;
}
#productArea .brandList {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 34px;
	padding: 11px 0;
	background-color: #dfecff;
}
#productArea .brandList > li{
	padding: 0 7px;
	border-right: 1px solid #aac3e7;
}
#productArea .brandList > li:last-child {
	border-right: none;
}
#productArea .brandList > li .brandLink {
	display: inline-block;
	padding: 4px 17px 0 16px;
	font-size: 1.6rem;
	text-decoration: underline;
}
#productArea .brandList > li .brandLink:hover {
	text-decoration: none;
}
#productArea .brandList > li.on .brandLink {
	font-weight: bold;
	color: #333;
	background-color: #fff;
	border-radius: 99px;
}
#productArea .brandBox {
	display: none;
	margin-top: 33px;
}
#productArea .brandColumn {
	display: flex;
	flex-flow: row wrap;
}
#productArea .brandColumn .columnItem {
	width: calc((100% - 140px)/5);
	margin-top: 30px;
	margin-left: 35px;
}
#productArea .brandColumn .columnItem:nth-child(-n+5) {
	margin-top: 0;
}
#productArea .brandColumn .columnItem:nth-child(5n+1) {
	margin-left: 0;
}
#productArea .brandColumn .columnList {
	display: inline-block;
}
#productArea .brandColumn .columnItem img {
	width: 100%;
}
#productArea .categoryList {
	padding: 25px 40px 59px;
}
#productArea .categoryList ul {
	display: flex;
	flex-flow: row wrap;
}
#productArea .categoryList li {
	display: block;
	width: calc((100% - 60px)/5);
	margin-top: 9px;
	margin-left: 15px;
	background: none;
	border: none;
	border-bottom: solid 1px #ddd;
	text-align: left;
}
#productArea .categoryList li:nth-child(-n+5) {
	margin-top: 0;
}
#productArea .categoryList li:nth-child(5n+1) {
	margin-left: 0;
}
#productArea .categoryList li a {
	display: flex;
	align-items: center;
	font-weight: normal;
	font-size: 1.6rem;
	color: #2640a3;
	text-decoration: none;
}
#productArea .categoryList li a:hover {
	text-decoration: underline;
}
#productArea .categoryList li span {
	position: relative;
	width: calc(100% - 82px);
	padding: 0 0 0 17px;
	line-height: 1.7;
}
#productArea .categoryList li span::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 8px;
	left: -3px;
	border-top: 1px solid #2640a3;
	border-right: 1px solid #2640a3;
	transform: rotate(45deg);
	content: "";
}
#productArea .categoryList li .categoryImg {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 101px;
}
#productArea .moreBtn {
	display: none;
}
#productArea .brandBtn {
	text-align: center;
	margin-top: 41px;
}
#productArea .brandBtnLink {
	position: relative;
	display: inline-block;
	min-width: 260px;
	padding: 14px 33px 11px;
	background-color: #2640a3;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#productArea .brandBtnLink:hover {
	background-color: #687abf;
}
#productArea .brandBtnLink::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 18px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}

/* snsArea */
#snsArea {
	background-color: #f4f4f4;
}
#snsArea .snsWrap {
	width: 1280px;
	margin:  0 auto;
	padding: 74px 40px 47px;
}
#snsArea .snsWrap .heading {
	text-align: center;
	margin-bottom: 29px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
}
#snsArea .snsColumn {
	display: flex;
}
#snsArea .snsColumn .columnItem {
	width: calc((100% - 36px)/2);
	margin-left: 36px;
}
#snsArea .snsColumn .columnItem:nth-child(2n + 1) {
	margin-left: 0;
}
#snsArea .snsColumn.typeThreeCol .columnItem {
	width: calc((100% - 30px)/3);
	margin-left: 30px;
}
#snsArea .snsColumn.typeThreeCol .columnItem:nth-child(2n + 1) {
	margin-left: 30px;
}
#snsArea .snsColumn.typeThreeCol .columnItem:nth-child(3n + 1) {
	margin-left: 0;
}
#snsArea .snsColumn .columnLink {
	display: inline-block;
}
#snsArea .snsColumn .columnLink:hover {
	text-decoration: none;
}
#snsArea .snsColumn .columnImage {
	overflow: hidden;
	border-radius: 4px;
}
#snsArea .snsColumn .columnImage img {
	width: 100%;
}
#snsArea .snsColumn .columnDetail {
	padding: 28px 0;
}
#snsArea .snsColumn .columnTitle {
	position: relative;
	padding-left: 17px;
	color: #2640a3;
	font-weight: bold;
	font-size: 1.8rem;
}
#snsArea .snsColumn .columnLink:hover .columnTitle {
	text-decoration: underline;
}
#snsArea .snsColumn .columnTitle::before {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 7px;
	left: -5px;
	border-top: 1px solid #2640a3;
	border-right: 1px solid #2640a3;
	transform: rotate(45deg);
	content: "";
}
#snsArea .snsColumn .columnTxt {
	padding-top: 8px;
	color: #333;
	font-size: 1.4rem;
}
/* recommendArea */
#recommendArea {
	border-bottom: 1px solid #ddd;
}
#recommendArea .recommendWrap {
	width: 1280px;
	margin:  0 auto;
	padding: 74px 40px 80px;
}
#recommendArea .recommendWrap .heading {
	text-align: center;
	margin-bottom: 29px;
	font-size: 2.8rem;
	font-weight: bold;
	color: #333;
}
#recommendArea .recommendColumn {
	display: flex;
	flex-flow: row wrap;
}
#recommendArea .recommendColumn .columnItem {
	overflow: hidden;
	width: calc((100% - 108px)/4);
	margin-top: 30px;
	margin-left: 36px;
	border-radius: 4px;
}
#recommendArea .recommendColumn .columnItem:nth-child(-n+4) {
	margin-top: 0;
}
#recommendArea .recommendColumn .columnItem:nth-child(4n + 1) {
	margin-left: 0;
}
#recommendArea .recommendColumn .columnLink {
	display: inline-block;
}
#recommendArea .recommendColumn .columnImage img {
	width: 100%;
}
#recommendArea .recommendBtn {
	text-align: center;
	margin-top: 30px;
}
#recommendArea .recommendBtnLink {
	position: relative;
	display: inline-block;
	min-width: 260px;
	padding: 14px 33px 11px;
	background-color: #2640a3;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#recommendArea .recommendBtnLink::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 18px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
#recommendArea .recommendBtnLink:hover {
	background-color: #687abf;
}
/* newsListArea */
#newsListArea {
	width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

#newsListArea .newsListColumn {
	margin-top: 72px;
}
#newsListArea .newsListColumn .list li {
	position: relative;
	padding-bottom: 1px;
}
#newsListArea .newsListColumn .list li a.heading {
	display: block;
	padding-bottom: 9px;
	border-bottom: solid 3px #2640a3;
	font-weight: bold;
	font-size: 2.4rem;
	cursor: default;
	text-decoration: none;
	color: #333333;
}
#newsListArea .newsListColumn .list li a.heading:hover,
#newsListArea .newsListColumn .list li a.heading:active {
	text-decoration: none;
}
#newsListArea .newsListColumn .list .update {
	float: left;
	width: calc((100% - 36px)/2);
}
#newsListArea .newsListColumn .list .release {
	float: right;
	width: calc((100% - 36px)/2);
}
#newsListArea .newsListColumn .list li .links {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: inline-block;
	font-size: 1.4rem;
}
#newsListArea .newsListColumn .list li a.iconLink {
	display: inline-block;
	margin-right: 19px;
	padding: 10px 0 8px 18px;
	background: url(/common_renew/images/com_ic01.png) no-repeat 0 50%;
	text-decoration: none;
}
#newsListArea .newsListColumn .list li a.rssLink {
	padding: 3px 0 3px 30px;
	background: url(/n_images/index_ic03.gif) no-repeat 0 50%;
	text-decoration: none;
}
#newsListArea .newsListColumn .list li a.iconLink:hover,
#newsListArea .newsListColumn .list li a.rssLink:hover {
	text-decoration: underline;
}
#newsListArea .newsListColumn .newsTabShow {
	display: block !important;
}
#newsListArea .newsListColumn .updateBox {
	float: left;
	width: calc((100% - 36px)/2);
}
#newsListArea .newsListColumn .releaseBox {
	float: right;
	width: calc((100% - 36px)/2);
}
#newsListArea .newsListColumn .updateBox .newsList01,
#newsListArea .newsListColumn .releaseBox .newsList01 {
	margin-top: 28px;
}
#newsListArea .newsListColumn .updateBox .newsList01 .date,
#newsListArea .newsListColumn .releaseBox .newsList01 .date {
	width: 12em;
	font-size: 14px;
	background-size: 43px 22px !important;
}
#newsListArea .newsListColumn .updateBox .newsList01 .txt,
#newsListArea .newsListColumn .releaseBox .newsList01 .txt {
	font-size: 14px;
	line-height: 1.7;
}

#newsListArea .btnLink01 {
	margin-top: 15px;
	text-align: right;
}
#newsListArea .btnLink01 a {
	padding: 10px 50px 8px;
}
#newsListArea .newsListBtn {
	text-align: center;
	margin-top: 30px;
}
#newsListArea .newsListBtnLink {
	position: relative;
	display: inline-block;
	min-width: 260px;
	padding: 14px 33px 11px;
	background-color: #2640a3;
	border-radius: 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
}
#newsListArea .newsListBtnLink:hover {
	background-color: #687abf;
}
#newsListArea .newsListBtnLink::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 18px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	content: "";
}
/* newsListArea */
#csrArea {
	background: url("/n_images/index_csr_bg01.jpg") no-repeat center top/cover;
}
#csrArea .csrWrap {
	width: 1280px;
	margin: 80px auto 0;
	padding: 60px 40px;
}
#csrArea .csrBox {
	text-align: center;
	width: 1005px;
	margin: 0 auto;
	padding: 34px 30px 39px;
	background-color: rgba(38,64,163,.78);
	border-radius: 18px;
}
#csrArea .csrBox .heading {
	font-size: 2.8rem;
	font-weight: bold;
	color: #fff;
}
#csrArea .csrBox .csrBoxTxt {
	font-size: 1.6rem;
	color: #fff;
}
#csrArea .csrBtn {
	text-align: center;
	margin-top: 24px;
}
#csrArea .csrBtnLink {
	position: relative;
	display: inline-block;
	min-width: 260px;
	padding: 14px 33px 11px;
	background-color: #fff;
	border-radius: 4px;
	color: #2640a3;
	font-size: 1.6rem;
	font-weight: bold;
}
#csrArea .csrBtnLink::before {
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 18px;
	margin-top: -4px;
	border-top: 1px solid #2640a3;
	border-right: 1px solid #2640a3;
	transform: rotate(45deg);
	content: "";
}
#otherArea {
	background-color: #f3f8ff;
	padding-bottom: 60px;
}
.columnLayout {
	display: flex;
}
.groupColumn {
	width: calc(100% - 22.75% - 35px);
}
.groupList {
	display: flex;
	flex-flow: row wrap;
	margin-top: 24px !important;
}
.groupList > li {
	width: calc((100% - 64px)/3);
	margin-top: 21px;
	margin-left: 32px;
}
.groupList > li:nth-child(-n+3) {
	margin-top: 0;
}
.groupList > li:nth-child(3n+1) {
	margin-left: 0;
}
.groupList > li .groupListLink {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	font-size: 16px;
	color: #2640a3;
}
.groupList > li .groupListLink::before {
	position: absolute;
	width: 8px;
	height: 8px;
	top: .5em;
	left: -4px;
	border-top: 1px solid #2640a3;
	border-right: 1px solid #2640a3;
	transform: rotate(45deg);
	content: "";
}
.bnrColumn {
	width: 22.75%;
	margin-top: 44px;
	margin-left: 35px;
}
.bnrList > li {
	margin-top: 20px;
}
.bnrList > li:first-child {
	margin-top: 0;
}
.bnrList > li .bnrListLink {
	display: inline-block;
}
.bnrList > li img {
	width: 100%;
}
#groupArea dl {
	display: table;
	width: 100%;
	border: solid 1px #d3d6e0;
	border-radius: 4px;
}
#groupArea dl dt {
	display: table-cell;
	width: 20%;
	padding: 25px;
	background: #f1f3fa;
	border-radius: 4px 0 0 4px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}
#groupArea dl dd {
	display: table-cell;
	width: 80%;
	padding: 25px 15px 0 25px;
	border-radius: 0 4px 4px 0;
}
#groupArea dl dd.groupList {
	display: table-cell !important;
}
#groupArea dl dd ul li {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#groupArea dl dd ul li a {
	display: inline-block;
	padding-left: 15px;
	background: url(/common_renew/images/com_ic01.png) no-repeat 0 0.3em;
}

/* bannerContents */
#bannerContents {
	padding: 20px 0 10px;
}
#bannerContents .bannerList {
	width: 974px;
	margin: 0 auto;
}
#bannerContents .bannerList li {
	float: left;
	margin-left: 27px;
}
#bannerContents .bannerList li:first-child {
	margin-left: 0;
}
#bannerContents .socialBtn {
	margin: 12px auto 0;
}

@media screen and (max-width: 1280px) {
	#container .contentsInner,
	#importantArea dl,
	#newsArea .newsWrap,
	#featureArea .featureWrap,
	#productArea .productWrap .tabListNum02 .list,
	#productArea .productWrap .tabListNum02 .tabBoxInner,
	#snsArea .snsWrap,
	#recommendArea .recommendWrap,
	#newsListArea,
	#csrArea .csrWrap {
		width: 100%;
	}
	#topImgArea .slick-arrow.slick-prev {
		left: 11px;
	}
	#topImgArea .slick-arrow.slick-next {
		right: 11px;
	}
	#featureArea .slick-arrow.slick-prev {
		left: 0;
	}
	#featureArea .slick-arrow.slick-next {
		right: 0;
	}
	
}
@media screen and (max-width: 1200px) {
	#topImgArea .topLinkBox a {
		width: 100%;
	}
}
@media screen and (max-width: 1194px) {
	#productArea .categoryList li span {
		width: calc(100% - 40px);
	}
	#productArea .categoryList li .categoryImg {
		width: 40px;
	}
}
@media screen and (max-width: 1085px) {
	#csrArea .csrBox {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 973px) {
	#container .contentsInner {
		padding: 43px 20px 0;
	}
	#topImgArea .slick-arrow {
		margin-top: -24px;
	}
	#topImgArea .sliderControl {
		bottom: 17px;
	}
	#contents {
		overflow: hidden;
		position: static;
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	#importantArea dl {
		padding: 18px 20px 14px;
	}
	#importantArea .newsList01 .date {
		float: left
	}
	#newsArea .newsWrap {
		padding: 17px 20px 9px;
	}
	#newsArea .newsItem:last-child .newsWrap {
		padding: 13px 20px 14px;
	}
	#newsArea .newsWrap .heading {
		width: 25%;
		padding: 5px 0 7px;
		line-height: 1.2;
	}
	#newsArea .newsWrap .newsList01 {
		width: 75%;
	}
	#newsArea .newsWrap .newsList01 .date {
		background-size: 42px 22px !important;
	}
	#featureArea .featureWrap {
		padding: 54px 12px 30px;
	}
	#featureArea .draggable > div {
		display: flex;
	}
	#featureArea .slick-slide {
		float: none;
	}
	#featureArea .slick-slide {
		margin: 0 8px;
	}
	#productArea .productWrap .tabListNum02 .list {
		padding: 0 20px;
	}
	#productArea .productWrap .tabListNum02 .list li {
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	#productArea .productWrap .tabListNum02 .tabBoxInner {
		padding: 0 20px;
	}
	#productArea .brandList {
		margin-top: 31px;
		padding: 11px 0 6px;
	}
	#productArea .brandList > li {
		margin-bottom: 8px;
		line-height: 1;
	}
	#productArea .brandList > li .brandLink {
		padding: 9px 17px 4px 16px;
	}
	#productArea .brandBox {
		margin-top: 20px;
	}
	#productArea .brandColumn {
		overflow: hidden;
	}
	#productArea .brandColumn .columnItem {
		width: calc((100% - 20px)/3);
		margin-top: 10px !important;
		margin-left: 10px !important;
	}
	#productArea .brandColumn .columnItem:nth-child(-n+3) {
		margin-top: 0 !important;
	}
	#productArea .brandColumn .columnItem:nth-child(3n+1) {
		margin-left: 0 !important;
	}
	#productArea .moreBtn {
		text-align: center;
		display: none;
		margin-top: 30px;
	}
	#productArea .moreBtn.active {
		display: block;
	}
	#productArea .moreBtnLink {
		position: relative;
		display: inline-block;
		min-width: 260px;
		padding: 16px 33px 12px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ccc;
		color: #2640a3;
		font-size: 1.6rem;
		font-weight: bold;
	}
	#productArea .moreBtnLink::before {
		position: absolute;
		width: 15px;
		height: 2px;
		top: 50%;
		right: 15px;
		margin-top: -1px;
		background-color: #2640a3;
		content: "";
	}
	#productArea .moreBtnLink::after {
		position: absolute;
		width: 2px;
		height: 15px;
		top: 50%;
		right: 21px;
		margin-top: -7px;
		background-color: #2640a3;
		content: "";
	}
	#productArea .categoryList {
		padding: 25px 20px 59px
	}
	#productArea .categoryList li {
		width: calc((100% - 30px)/4);
		margin-top: 14px !important;
		margin-left: 10px !important;
	}
	#productArea .categoryList li:nth-child(-n+4) {
		margin-top: 0 !important;
	}
	#productArea .categoryList li:nth-child(4n+1) {
		margin-left: 0 !important;
	}
	#productArea .categoryList li span {
		width: calc(100% - 46px);
	}
	#productArea .categoryList li .categoryImg {
		width: 46px;
		height: 96px;
	}
	#productArea .brandBtn {
		margin-top: 20px;
	}
	#productArea .brandBtnLink {
		padding: 14px 40px 11px;
	}
	#productArea .brandBtnLink::before {
		left: 28px;
	}
	#snsArea .snsWrap {
		padding: 53px 20px 36px;
	}
	#snsArea .snsWrap .heading {
		margin-bottom: 27px;
	}
	#snsArea .snsColumn .columnItem {
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	#snsArea .snsColumn .columnDetail {
		padding: 17px 0;
	}
	#snsArea .snsColumn.typeThreeCol {
		flex-wrap: wrap;
	}
	#snsArea .snsColumn.typeThreeCol .columnItem {
		width: calc((100% - 10px)/2);
		margin-left: 10px;
	}
	#snsArea .snsColumn.typeThreeCol .columnItem:nth-child(2n+1) {
		margin-left: 0;
	}
	#recommendArea .recommendWrap {
		padding: 54px 20px 60px;
	}
	#recommendArea .recommendColumn .columnItem {
		width: calc((100% - 20px)/3);
		margin-top: 10px !important;
		margin-left: 10px !important;
	}
	#recommendArea .recommendColumn .columnItem:nth-child(-n+3) {
		margin-top: 0 !important;
	}
	#recommendArea .recommendColumn .columnItem:nth-child(3n+1) {
		margin-left: 0 !important;
	}
	#recommendArea .recommendBtn {
		margin-top: 39px;
	}
	#newsListArea {
		padding: 53px 20px 0;
	}
	#newsListArea .newsListColumn {
		margin-top: 0;
	}
	#newsListArea .newsListColumn .list .update {
		width: calc((100% - 10px)/2);
	}
	#newsListArea .newsListColumn .list .release {
		width: calc((100% - 10px)/2);
	}
	#newsListArea .newsListColumn .updateBox {
		width: calc((100% - 10px)/2);
	}
	#newsListArea .newsListColumn .releaseBox {
		width: calc((100% - 10px)/2);
	}
	#newsListArea .newsList01 li {
		margin-top: 17px;
	}
	#newsListArea .newsList01 li:first-child {
		margin-top: 0;
	}
	#newsListArea .newsList01 .txt {
		padding: 4px 0;
	}
	#newsListArea .newsListBtn {
		margin-top: 26px;
	}
	#csrArea .csrWrap {
		margin: 59px auto 0;
		padding: 36px 50px 34px;
	}
	#csrArea .csrBox {
		padding: 44px 32px 50px;
	}
	#csrArea .csrBtn {
		margin-top: 29px;
	}
	.columnLayout {
		display: block;
	}
	.groupList > li {
		width: calc((100% - 20px)/3);
		margin-left: 10px;
	}
	.groupList > li:nth-child(3n+1) {
		margin-left: 0;
	}
	.bnrColumn {
		width: 100%;
		margin-top: 28px;
		margin-left: 0;
	}
	.bnrList {
		display: flex;
	}
	.bnrList > li {
		width: calc((100% - 20px)/3);
		margin-top: 10px;;
		margin-left: 10px;
	}
	.bnrList > li:nth-child(-n+3) {
		margin-top: 0;
	}
	.bnrList > li:nth-child(3n+1) {
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	#container .contentsInner {
		padding: 43px 15px 0;
	}
	#loading {
		padding: 60px 0;
		text-align: center;
	}
	#topImgArea .sliderControl {
		position: static;
		transform: none;
		padding: 13px 0 8px;
	}
	#importantArea dl {
		display: block;
		padding: 16px 15px 20px;
	}
	#importantArea dl dt,
	#importantArea dl dd {
		width: 100%;
	}
	#importantArea dl dt {
		margin-bottom: 4px;
	}
	#importantArea dl dd .newsList01 li {
		display: block;
		margin-top: 12px;
	}
	#importantArea dl dd .newsList01 .date,
	#importantArea dl dd .newsList01 .txt {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#importantArea dl dd .newsList01 .date {
		font-size: 1.2rem;
	}
	#importantArea dl dd .newsList01 .txt {
		font-size: 1.3rem;
	}
	
	#newsArea {
		border-radius: 0;
	}
	#newsArea .newsWrap {
		overflow: hidden;
		height: auto;
		padding: 14px 15px 12px;
	}
	#newsArea .newsItem:last-child .newsWrap {
		padding: 13px 15px 14px;
		
	}
	#newsArea .newsWrap .heading {
		float: none;
		width: 100%;
		margin-bottom: 9px;
		padding: 5px 0;
		border-right: none;
	}
	#newsArea .newsWrap .heading a {
		padding: 0 0 0 28px;
		font-size: 1.5rem;
	}
	#newsArea .newsWrap .heading a::before {
		top: 2px;
	}
	#newsArea .newsWrap .heading a::after {
		top: 8px;
	}
	#newsArea .newsWrap .newsList01 li {
		height: auto;
	}
	#newsArea .newsWrap .newsList01 .date {
		width: 12em !important;
		display: inline-block;
		float: none;
		font-size: 1.2rem;
		background-size: 30px 15px !important;
	}
	#newsArea .newsWrap .newsList01 .txt {
		font-size: 1.3rem;
	}
	#featureArea .featureWrap {
		padding: 29px 8px 15px 7px;
	}
	#featureArea .featureWrap .heading {
		margin-bottom: 10px;
		font-size: 2.1rem;
	}
	#featureArea .featureDetail {
		padding-bottom: 39px;
	}
	#featureArea .featureBtn {
		margin-top: 21px;
		padding: 0 8px;
	}
	#featureArea .featureBtnLink {
		width: 100%;
		padding: 16px 33px 11px;
		font-size: 1.4rem;
	}
	#featureArea .featureBtnLink::before {
		left: 12px;
	}
	#featureArea .slick-slide {
		margin: 0 7px 0 8px;
	}
	#productArea .productWrap {
		padding-top: 20px;
	}
	#productArea .productWrap .heading {
		font-size: 2.1rem;
	}
	#productArea .productWrap .tabListNum02 {
		margin-top: 11px;
	}
	#productArea .productWrap .tabListNum02 .list {
		display: flex;
		padding: 0 15px;
	}
	#productArea .productWrap .tabListNum02 .list li {
		float: none;
		width: calc((100% - 15px)/2);
		margin-left: 15px;
	}
	#productArea .productWrap .tabListNum02 .list li a {
		height: 100%;
		padding: 14px 10px 13px;
		font-size: 1.3rem;
	}
	#productArea .productWrap .tabListNum02 .tabBox {
		border-top: solid 2px #2640a3;
	}
	#productArea .productWrap .tabListNum02 .tabBoxInner {
		padding: 0;
	}
	#productArea .brandList {
		margin-top: 0;
		padding: 20px 15px 9px;
	}
	#productArea .brandList > li {
		width: 50%;
		margin-bottom: 2px;
	}
	#productArea .brandList > li:nth-child(2n+1) {
		padding: 0 7px 0 0;
	}
	#productArea .brandList > li:nth-child(2n) {
		padding: 0 0 0 7px;
		border-right: none;
	}
	#productArea .brandList > li .brandLink {
		width: 100%;
		text-align: center;
		padding: 9px 0;
		font-size: 1.4rem;
	}
	#productArea .brandBox {
		padding: 0 15px;
	}
	#productArea .brandColumn {
		overflow: hidden;
	}
	#productArea .brandColumn .columnItem {
		width: calc((100% - 15px)/2);
		margin-top: 15px !important;
		margin-left: 15px !important;
	}
	#productArea .brandColumn .columnItem:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	#productArea .brandColumn .columnItem:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	#productArea .moreBtn {
		display: none;
	}
	#productArea .moreBtn.active {
		display: block;
	}
	#productArea .moreBtn {
		text-align: center;
		width: 100%;
		margin-top: 17px;
	}
	#productArea .moreBtnLink {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 16px 33px 12px;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ccc;
		color: #2640a3;
		font-size: 1.4rem;
		font-weight: bold;
	}
	#productArea .moreBtnLink::before {
		position: absolute;
		width: 15px;
		height: 2px;
		top: 50%;
		right: 15px;
		margin-top: -1px;
		background-color: #2640a3;
		content: "";
	}
	#productArea .moreBtnLink::after {
		position: absolute;
		width: 2px;
		height: 15px;
		top: 50%;
		right: 21px;
		margin-top: -7px;
		background-color: #2640a3;
		content: "";
	}
	#productArea .brandBtn {
		width: 100%;
		margin-top: 15px;
		padding: 0 15px;
	}
	#productArea .brandBtnLink {
		width: 100%;
		padding: 16px 33px 12px;
		font-size: 1.4rem;
	}
	#productArea .brandBtnLink::before {
		left: 12px;
	}
	#productArea .categoryList {
		padding: 17px 15px 30px;
	}
	#productArea .categoryList li {
		width: calc((100% - 15px)/2);
		margin-top: 4px !important;
		margin-left: 15px !important;
	}
	#productArea .categoryList li:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	#productArea .categoryList li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	#productArea .categoryList li span {
		width: 100%;
	}
	#productArea .categoryList li .categoryImg {
		display: none;
	}
	#productArea .categoryList li a {
		height: 100%;
		padding: 14px 0;
		font-size: 1.4rem;
	}
	#snsArea .snsWrap {
		padding: 35px 15px 22px;
	}
	#snsArea .snsWrap .heading {
		margin-bottom: 22px;
		font-size: 2.1rem;
	}
	#snsArea .snsColumn .columnItem {
		width: calc((100% - 15px)/2);
		margin-left: 15px;
	}
	#snsArea .snsColumn .columnDetail {
		padding: 10px 0;
	}
	#snsArea .snsColumn .columnTitle {
		padding-left: 14px;
		font-size: 1.4rem;
	}
	#snsArea .snsColumn .columnTxt {
		font-size: 1.2rem;
	}
	#snsArea .snsColumn.typeThreeCol {
		flex-wrap: wrap;
	}
	#snsArea .snsColumn.typeThreeCol .columnItem {
		width: calc((100% - 15px)/2);
		margin-left: 15px;
	}
	#snsArea .snsColumn.typeThreeCol .columnItem:nth-child(2n+1) {
		margin-left: 0;
	}
	#recommendArea {
		border-bottom: none;
	}
	#recommendArea .recommendWrap {
		padding: 35px 15px;
	}
	#recommendArea .recommendWrap .heading {
		margin-bottom: 22px;
		font-size: 2.1rem;
	}
	#recommendArea .recommendColumn .columnItem {
		width: calc((100% - 15px)/2);
		margin-top: 15px !important;
		margin-left: 15px !important;
	}
	#recommendArea .recommendColumn .columnItem:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	#recommendArea .recommendColumn .columnItem:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	#recommendArea .recommendBtn {
		margin-top: 20px;
	}
	#recommendArea .recommendBtnLink {
		width: 100%;
		padding: 16px 33px 12px;
		font-size: 1.4rem;
	}
	#recommendArea .recommendBtnLink::before {
		left: 12px;
	}
	#newsListArea {
		padding: 0;
	}
	#newsListArea .newsListColumn {
		margin-top: 5px;
	}
	#newsListArea .newsListColumn .rssLink,
	#newsListArea .newsListColumn .list li .links {
		display: none;
	}
	#newsListArea .newsListColumn .list {
		padding: 0 15px;
		border-bottom: solid 2px #2640a3;
	}
	#newsListArea .newsListColumn .list .update {
		width: calc((100% - 15px)/2);
		border: none;
		padding-bottom: 0;
	}
	#newsListArea .newsListColumn .list .release {
		width: calc((100% - 15px)/2);
		border: none;
		padding-bottom: 0;
	}
	#newsListArea .newsListColumn .list li a.heading {
		padding: 14px 10px 13px;
		border: solid 1px #cccccc;
		border-bottom: none !important;
		border-radius: 5px 5px 0 0;
		font-size: 1.3rem;
		text-align: center;
		cursor: pointer;
	}
	#newsListArea .newsListColumn .list li.on a.heading {
		background: #2640a3;
		border: solid 1px #2640a3;
		color: #ffffff;
	}
	#newsListArea .newsListColumn .updateBox,
	#newsListArea .newsListColumn .releaseBox {
		width: 100%;
		padding: 0 15px;
	}
	#newsListArea .newsListColumn .tabBox,
	#newsListArea .newsListColumn .tabBox ul {
		min-height: 285px;
	}
	#newsListArea .newsListColumn .updateBox .newsList01,
	#newsListArea .newsListColumn .releaseBox .newsList01 {
		margin-top: 21px;
	}
	#newsListArea .newsListColumn .updateBox .newsList01 .date,
	#newsListArea .newsListColumn .releaseBox .newsList01 .date {
		font-size: 1.2rem;
	}
	#newsListArea .newsListColumn .updateBox .newsList01 .txt,
	#newsListArea .newsListColumn .releaseBox .newsList01 .txt {
		font-size: 1.3rem;
	}
	#newsListArea .newsListColumn .updateBox .newsList01 .date, #newsListArea .newsListColumn .releaseBox .newsList01 .date {
		background-size: 30px 16px !important;
		background-position: 95% 50% !important;
	}
	#newsListArea .newsListBtn {
		margin-top: 24px;
	}
	#newsListArea .newsListBtnLink {
		width: 100%;
		padding: 17px 33px 11px;
		font-size: 1.4rem;
	}
	#newsListArea .newsListBtnLink::before {
		left: 12px;
	}
	#csrArea {
		background: url("/n_images/index_csr_bg01.jpg") no-repeat center top/100%;
	}
	#csrArea .csrWrap {
		margin: 40px auto 0;
		padding: 140px 0 0;
	}
	#csrArea .csrBox {
		padding: 15px 15px 20px;
		background-color: #2640a3;
		border-radius: 0;
	}
	#csrArea .csrBox .heading {
		font-size: 1.8rem;
	}
	#csrArea .csrBox .csrBoxTxt {
		margin-top: 4px;
		font-size: 1.3rem;
	}
	#csrArea .csrBtn {
		margin-top: 15px;
	}
	#csrArea .csrBtnLink {
		min-width: 245px;
		padding: 16px 33px 12px;
		font-size: 1.4rem;
	}
	#csrArea .csrBtnLink::before {
		left: 12px;
	}
	#otherArea {
		background-color: #fff;
	}
	#otherArea .contentsInner {
		padding: 0;
	}
	.columnLayout {
		display: block;
	}
	.groupInner {
		display: none;
		margin: 0 !important;
		padding: 21px 15px;
		background-color: #f3f8ff;
	}
	.groupList {
		margin-top: 0 !important;
	}
	.groupList > li {
		width: calc((100% - 15px)/2);
		margin-top: 17px !important;
		margin-left: 15px !important;
	}
	.groupList > li:nth-child(-n+2) {
		margin-top: 0 !important;
	}
	.groupList > li:nth-child(2n+1) {
		margin-left: 0 !important;
	}
	.groupList > li .groupListLink {
		font-size: 1.3rem;
		padding-left: 14px;
	}
	.groupList > li .groupListLink::before {
		top: 5px;
	}
	#container .groupColumn .heading02 {
		padding: 18px 15px 12px;
		background: url(/common_renew/images/sp_com_ic02.gif) no-repeat calc(100% - 15px) 50%/22px;
		cursor: pointer;
		border-bottom: 1px solid #ddd;
	}
	#container .groupColumn .heading02.open {
		background: url(/common_renew/images/sp_com_ic01.gif) no-repeat calc(100% - 15px) 50%/22px;
	}
	#container .groupColumn .heading02 > span {
		padding-bottom: 0;
		border-bottom: none;
	}
	#container .heading02 > span {
		font-size: 1.8rem;
	}
	.bnrColumn {
		width: 100%;
		margin: 0;
		padding: 30px 15px 0;
	}
	.bnrList {
		display: flex;
	}
	.bnrList > li {
		width: calc((100% - 15px)/2);
		margin-top: 15px;
		margin-left: 15px;
	}
	.bnrList > li:nth-child(-n+2) {
		margin-top: 0;
	}
	.bnrList > li:nth-child(2n+1) {
		margin-left: 0;
	}
	
	
	#groupArea {
		margin-top: 20px;
	}
	#groupArea dl {
		display: block;
		width: 100%;
		border: none;
		border-radius: 0;
	}
	#groupArea dl dt {
		display: block;
		width: 100%;
		padding: 10px;
		background: #f1f3fa url(/common_renew/images/sp_com_ic02.gif) no-repeat 98% 50%;
		background-size: 22px 22px;
		border-radius: 0;
		font-size: 1.6rem;
		font-weight: bold;
		text-align: left;
		cursor: pointer;
	}
	#groupArea dl dt.open {
		background: #f1f3fa url(/common_renew/images/sp_com_ic01.gif) no-repeat 98% 50%;
		background-size: 22px 22px;
	}
	#groupArea dl dd {
		display: none;
		width: 100%;
		padding: 0;
		border-radius: 0;
	}
	#groupArea dl dd ul {
		width: 100%;
		border-bottom: solid 1px #cccccc;
	}
	#groupArea dl dd ul li {
		float: none;
		width: auto;
		margin-right: 0;
		margin-bottom: 0;
		padding: 0;
		background: none;
	}
	#groupArea dl dd ul li a {
		display: block;
		padding: 15px 10px 15px 30px;
		background: url(/common_renew/images/com_ic01_sp.png) no-repeat 15px 50%;
		background-size: 6px 10px;
		border-top: solid 1px #cccccc;
	}
	#bannerContents {
		padding: 15px 0 0;
	}
	#bannerContents .bannerList {
		width: auto;
		margin: 0 20px;
		overflow: hidden;
		position: relative;
	}
	#bannerContents .bannerList ul {
		float: none;
		position: relative;
		left: 0;
		padding: 0;
	}
	#bannerContents .bannerList ul li {
		display: none;
		float: none;
		width: 100%;
		margin: 15px 0 0;
		padding-left: 0;
		position: relative;
		left: 0;
	}
	#bannerContents .bannerList ul li:first-child {
		margin: 0;
	}
	#bannerContents .bannerList ul li.spShow {
		display: block;
		text-align: center;
	}
	#bannerContents .socialBtn ul {
		float: left;
	}
}
@media screen and (max-width: 711px) {
	#csrArea {
		background: url("/n_images/index_csr_bg01.jpg") no-repeat center top/auto 140px;
	}
}


/*=================================
	clearfix
=================================*/
#newsArea .newsWrap:after,
#productArea .productAreaList:after,
#featureArea:after,
#newsListArea .newsListColumn:after,
#newsListArea .newsListColumn .list:after,
#groupArea dl dd ul:after,
#bannerContents .bannerList ul:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0;
	line-height: 0;
}