@charset "utf-8";

/*----------------------
 header
----------------------*/


/*----------------------
 .content
----------------------*/
#infoContents,
#faqContents {
	margin-top: -60px;
	padding-top: 60px;
}
.contentTitleType01 {
	text-align: center;
	margin: 0 0 30px 0;
}
.contentTitleType01 span {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 60px;
	padding: 60px 0 0 0;
}
#customerContents .news .contentTitleType01 span {
	background-image: url("/customer/img/icon/icon_notice.png");
}
#infoContents .contentTitleType01 span {
	background-image: url("/customer/img/icon/icon_news.png");
	padding-top: 65px;
}
#faqContents .contentTitleType01 span {
	background-image: url("/customer/img/icon/icon_question.png");
}
.contentTitleType02 {
	text-align: center;
	margin: 0 0 30px 0;
}
.contentTitleType02 span {
	display: inline-block;
	min-height: 18px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 60px;
	padding: 21px 0 21px 60px;
}
#recycleContents .contentTitleType02 span {
	background-image: url("/customer/img/icon/icon_recycle.png");
}
#improvementContents .contentTitleType02 span {
	background-image: url("/customer/img/icon/icon_improvement.png");
}

.content .linkButton {
	text-align: center;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
.content .public_relations .linkButton{
	margin-bottom: 0;
}
/* #customerContents #private,
#customerContents #corporate{
	padding-top: 60px;
	margin-top: -60px;
} */
#customerContents .contentInner,
#infoContents .contentInner,
#faqContents .contentInner,
#recycleContents .contentInner,
#improvementContents .contentInner {
	width: 93.75%;
	margin: auto;
}
#infoContents .contentInner,
#improvementContents .contentInner {
	margin-bottom: 30px;
}
#faqContents .contentInner{
    margin-bottom: 22px;
}
#customerContents h2 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	padding: 20px 0 75px 0;
}
#customerContents h4{
	text-align: center;
    line-height: 1.5;
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 40px;
}
#customerContents h2+div {
	margin: 0 0 40px 0;
}
#customerContents h2+div .mainImage {
	text-align: center;
	margin: 0 0 40px 0;
}
#customerContents .intro {
	padding: 0 0 20px 0;
}
#customerContents #info+.intro {
	padding-top: 35px;
	padding-bottom: 35px;
}
#customerContents .intro .text {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 20px 0;
}
#customerContents h2+div .linkButton,
#infoContents .linkButton,
#faqContents .linkButton,
#recycleContents .linkButton,
#improvementContents .linkButton {
	width: 93.75%;
}
.content .linkButton .btnLayoutType01:after,
.content .linkButton .btnLayoutType01:before {
	transition: all 0.2s ease-out;
}
.content .linkButton.adButton .btnLayoutType01{
	line-height: 1.5;
}
.content .linkButton a {
	position: relative;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 15px 0;
	border: 1px solid #333333;
	background-color: #ffffff;
	z-index: 1;
}
#customerContents .intro .linkButton.adButton a {
	background-image: url("/customer/img/icon/icon_ad_min.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
}
/* #customerContents .intro .linkButton.faqButton a,
.customerSearcheBtnArea .linkButton.faqButton a {
	background-image: url("/customer/img/icon/icon_question_min.png");
	background-position: 60px center;
	background-repeat: no-repeat;
	background-size: contain;
} */
#customerContents .intro .linkButton.faqButton a::before,
.customerSearcheBtnArea .linkButton.faqButton a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 60px;
	width: 30px;
	height: 43px;
	background-image: url("/customer/img/icon/icon_question_min.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 2;
}
#customerContents .intro .linkButton.infoButton a {
	background-image: url("/customer/img/icon/icon_news_min.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: contain;
}
.contactArea .frame li.publicity .linkButton a {
	background-image: url("/customer/img/icon/icon_publicity.png");
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 45%;
	border: 1px solid #d8d8d8;
	border-radius: 15px;
}
.contactArea .frame li.business .linkButton a {
	/* background-image: url("/customer/img/icon/icon_business.png"); */
	background-image: url(/customer/img/icon/icon_business02.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 70%;
	border: none;
	border-radius: 15px;
}
.contactArea .frame li.misoserver .linkButton a {
	/* background-image: url("/customer/img/icon/icon_misoserver.png"); */
	background-image: url(/customer/img/icon/icon_misoserver02.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 70%;
	border: none;
	border-radius: 15px;
}
.contactArea .frame li.company .linkButton a {
	/* background-image: url("/customer/img/icon/icon_company02.png"); */
	background-image: url(/customer/img/icon/icon_company02.png);
	background-position: center -30px;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 50%;
	border: none;
	border-radius: 15px;
}
.contactArea .frame li.public_relations .linkButton a {
	background-image: url("/customer/img/icon/icon_ad_min.png");
	background-position: center 0px;
	background-repeat: no-repeat;
	/* background-size: contain; */
	padding-top: 170px;
	border: none;
	border-radius: 15px;
}
/* info */
#customerContents #info {
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 40px 0 20px 0;
}
#customerContents #info h3 {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	margin: 0 0 20px 0;
}
#customerContents #info p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0 0 20px 0;
	text-indent: -1em;
	padding-left: 2em;
}

/* news */
#customerContents .news {
	background-color: #f8f8f8;
	margin-bottom: 40px;
	padding: 40px 0 40px 0;
}
#customerContents .news li {
	border-top: 1px #d7d7d7 solid;
}
#customerContents .news li a {
	display: block;
	padding: 20px;
}
#customerContents .news li:last-child {
	border-bottom: 1px #d7d7d7 solid;
}
#customerContents .news li dl dt {
	margin-bottom: 10px;
}
#customerContents .news li dl dt,
#customerContents .news li dl dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}


/* contactArea */
.contactArea .contentInnerWrap {
	background-color: #f8f8f8;
	margin-bottom: 20px;
	padding: 40px 0;
}
.contactArea .frame {
	background-color: #ffffff;
	margin: 0 auto;
	border: 1px solid #333333;
	border-radius: 10px;
	box-sizing: border-box;
}

.contactArea .frame li {
	position: relative;
	text-align: center;
	padding: 30px 25px;
	border-bottom: 1px solid #d8d8d8;
	box-sizing: border-box;
}
.contactArea .frame li:nth-child(1):after ,
.contactArea .frame li:nth-child(3):after {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	border-right: 1px solid #d8d8d8;
}

.contactArea .frame li:last-of-type:after{
	display: none;
}
.contactArea .frame li:nth-child(2):after ,
.contactArea .frame li:nth-child(6):after {
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	border-right: none;
}
.contactArea .frame.flexBox li.misoserver:after{
	content: "";
	position: absolute;
	top: 30px;
	bottom: 30px;
	right: 0;
	border-right: 1px solid #d8d8d8;
}
.contactArea .frame li.publicity .linkButton,
.contactArea .frame li.business .linkButton,
.contactArea .frame li.misoserver .linkButton,
.contactArea .frame li.company .linkButton{
	margin-bottom: 0;
}
.contactArea .frame li p {
	line-height: 1.5;
}
.contactArea .frame li.tel h3,
.contactArea .frame li.mail h3 {
	font-size: 18px;
	font-size: 1.8rem;
	background-image: url("/customer/img/icon/icon_tel2.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 0 0 30px 0;
	padding: 65px 0 0 0;
	line-height:1.2em;
}
.contactArea .frame li.mail h3 {
	background-image: url("/customer/img/icon/icon_mail2.png");
}
.contactArea .frame li.letter h3 span {
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18px;
	font-weight: 500;
	background-image: url("/customer/img/icon/icon_letter.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 20px 0;
	padding: 13px 0 11px 60px;
}
.contactArea .frame li.privacy h3 span {
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 18px;
	font-weight: 500;
	background-image: url("/customer/img/icon/icon_privacy2.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 30px 0;
	padding: 3px 0 2px 60px;
}
.contactArea .frame li.tel h3 span,
.contactArea .frame li.mail h3 span {
	font-weight: 600;
}
.contactArea .frame li.tel .telnum {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1.0;
	margin: 0 0 20px 0;
}
.contactArea .frame li.tel .telnum img {
	margin: 0 5px 0 0;
}
.contactArea .frame li.tel .telnum span {
	font-weight: 500;
}
.contactArea .frame li.tel .telnum + p {
	margin: 0 0 15px 0;
}
.contactArea .frame li.mail p + p {
	margin-top: 15px;
}
.contactArea .frame li.mail .linkButton p {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
}

/* infoContents */
#infoContents .newsYear {
	margin: 0 0 30px 0;
}
#infoContents .newsYear label {
	display: block;
	cursor: pointer;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	margin: auto;
	border: 1px solid #333333;
}
#infoContents .newsYear label span {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 3.0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#infoContents .newsYear label span:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.25%;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 2px #e4001e;
	border-right: solid 2px #e4001e;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#infoContents .newsYear label select {
	cursor: pointer;
	opacity: 0;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 15px 0 15px 1em;
}
#infoContents h2 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 55px 0;
	padding: 20px 0 0 0;
}

/* faqContents */
#faqContents {
}
#faqContents h2 {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	margin: 0 0 50px 0;
	padding: 20px 0 0 0;
}
.customer.top.index #faqContents h2 {
	margin: 0 0 35px 0;
}
#faqContents h3 {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px 0;
}
.customer.faq.detail #faqContents h3 {
	position: relative;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 28px;
	line-height: 2.8rem;
	margin: 0;
	padding-left: 26px;
}
.customer.faq.detail #faqContents h3:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.customer.faq.detail #faqContents .resultNum {
	font-size: 20px;
	font-size: 2.0rem;
	text-align: right;
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d2d2d2;
}
.customer.faq.detail #faqContents .resultNum span {
	display: inline-block;
	color: #d20011;
	font-size: 28px;
	font-size: 2.8rem;
	padding: 0 10px;
}
#faqContents #faqSearchArea {
	background-color: #f8f8f8;
	margin: 0 0 20px 0;
}
#faqContents #faqSearchArea h4 {
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	text-align: center;
	padding: 25px 0 15px 0;
}
#faqContents #faqSearchArea .accordionContent {
	display: none;
	clear: both;
	padding: 0 0 10px 0;
}
#faqContents .banner {
	text-align: center;
	width: 94%;
    margin: auto auto 30px;
}


/* searchKeyword */
.searchKeyword {
	overflow: hidden;
	float: left;
	width: 75%;
	margin: 0 0 20px 0;
}
.searchKeyword dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-image: url("/customer/img/icon/icon_search02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 15px 0 15px 35px;
	box-sizing: border-box;
}
.searchKeyword dd {
	padding: 4px 0 5px 0;
}
.searchKeyword dd input {
}

.searchKeyword input.searchBox {
	float: left;
	width: 80%;
	font-size: 15px;
	font-size: 1.5rem;
	text-align: left;
	background-color: #ffffff;
	padding: 10px 14px 9px;
	border: 1px solid #999;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1) inset;
	box-sizing: border-box;
}
.searchKeyword input.btn {
	cursor: pointer;
	width: 18%;
	color: #ffffff;
	background-color: #333333;
	margin: 0 0 0 2%;
	padding: 11px 4%;
	border-radius: 3px;
	box-sizing: border-box;
}
.detailSearch  {
	float: left;
	width: 25%;
	text-align: right;
	padding: 56px 0 5px 0;
	box-sizing: border-box;
}
.detailSearch .accordionTrigger {
	cursor: pointer;
	display: inline-block;
	width: 80%;
	color: #e60019;
	text-align: center;
	background-color: #ffffff;
	padding: 13px 0;
	border: 1px solid #e60019;
	border-radius: 3px;
}

/* searchProduct */
.searchProduct {
	overflow: hidden;
	clear: both;
	padding: 10px 0 30px 0;
}
.customer.top.index .searchProduct {
	padding: 30px 0 20px 0;
}
.searchProduct dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-image: url("/customer/img/icon/icon_search02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 13px 0 17px 35px;
	box-sizing: border-box;
}
.searchProduct dd.categoryArea {
	margin: 0 0 10px 0;
}
.customer.faq.detail .searchProduct dd.productArea {
	background-color: #ffffff;
	padding: 30px;
}
.searchProduct dd.categoryArea ul {
	overflow: hidden;
}
.customer.top.index .searchProduct dd.categoryArea ul {
/*	margin: 0 0 20px 0;*/
}
.searchProduct dd.categoryArea li {
	float: left;
	width: 48%;
	margin: 0 0 20px 4%;
}
.searchProduct dd.categoryArea li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}/*
.customer.top.index .searchProduct dd.categoryArea li {
	float: left;
	width: 23.5%;
}
.customer.top.index .searchProduct dd.categoryArea li:nth-child(3n+1) {
	clear: none;
	margin-left: 2%;
}
.customer.top.index .searchProduct dd.categoryArea li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}*/
.searchProduct dd.categoryArea li a {
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #ffffff;
	padding: 15px 0;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}
.searchProduct dd.categoryArea li a img {
	display: block;
	float: left;
	width: 35%;
	margin: 0 0 0 3%;
}
.searchProduct dd.categoryArea li a p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 41%;
	height: 1.4em;
	line-height: 1.4;
	margin: auto;
}
.searchProduct dd.categoryArea li a p.multiple2 {
	height: 2.8em;
}
.searchProduct dd.categoryArea>p {
	text-align: right;
}
.searchProduct dd.categoryArea>p a {
	display: inline-block;
	position: relative;
	padding-left: 16px;
}
.searchProduct dd.categoryArea>p a:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-top: solid 2px #e60019;
	border-right: solid 2px #e60019;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.searchProduct dd.productArea {
	clear: both;
}
.searchProduct dd.productArea li {
	float: left;
	width: 31%;
	text-align: center;
	margin: 0 0 10px 2%;
}
.searchProduct dd.productArea li:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.searchProduct dd.productArea li a {
	display: inline-block;
	max-width: 100%;
}
.searchProduct dd.productArea li img {
	max-height: 110px;
	margin: 0 auto 10px auto;
}
.searchProduct dd.productArea li p {
	line-height: 1.4;
	word-break: keep-all;
}
.searchProduct dd.productArea .toggleButton .toggleTrigger {
	display: block;
	position: relative;
	width: 60px;
	height: 60px;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	background-color: #333333;
	margin: auto;
	padding: 10px 0 14px 0;
	border-radius: 50%;
	box-sizing: border-box;
}
.searchProduct dd.productArea .toggleButton .toggleTrigger:after {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.searchProduct dd.productArea.open .toggleButton .toggleTrigger {
	padding: 19px 0 5px 0;
}
.searchProduct dd.productArea.open .toggleButton .toggleTrigger:after {
	top: 10px;
	bottom: auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.searchProduct .more {
	text-align: right;
}
.searchProduct .more a {
	position: relative;
	padding: 10px 20px 10px 0;
}
.searchProduct .more a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e60019;
}
.toggleContent {
	overflow: hidden;
	height: 180px;
}
.toggleContent li {
	float: left;
	width: 25%;
	height: 180px;
}

/* searchPurpose */
.searchPurpose {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #d8d8d8;
}
.searchPurpose dt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	background-image: url("/customer/img/icon/icon_search02.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 15px 0 15px 40px;
	box-sizing: border-box;
}
.searchPurpose dd ul {
	overflow: hidden;
	padding: 15px 0;
}
.searchPurpose dd li {
	float: left;
	width: 49%;
	margin: 0 0 15px 2%;
}
.searchPurpose dd li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.searchPurpose dd li a {
	display: block;
	position: relative;
	min-height: 27px;
	text-align: left;
	padding: 12px 0 12px 4px;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
}
.searchPurpose dd li img {
	float: left;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.searchPurpose dd li span {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 27px;
	white-space: nowrap;
	margin: auto;
}
.searchPurpose dd li.multiple2 span {
	white-space: normal;
}
.searchPurpose .more {
	text-align: right;
}
.searchPurpose .more a {
	position: relative;
	padding: 10px 20px 10px 0;
}
.searchPurpose .more a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e60019;
}


/* infoList */
#infoList {
}
#infoContents.index #infoList {
	margin: 0 0 40px 0;
}
#infoContents .backLink {
	text-align: right;
	margin: 0 0 20px 0;
}
#infoContents .backLink a {
	text-decoration: underline;
}
#infoList .infoItem {
	margin: 0 0 30px 0;
	border: 1px solid #333333;
	border-radius: 5px;
	box-sizing: border-box;
}
#infoList .infoItem>dt {
	cursor: pointer;
	position: relative;
	text-align: left;
	padding: 15px 45px 15px 25px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	border: 2px #ffffff solid;
	border-radius: 5px;
}
#infoList .infoItem.open>dt {
	background: #ffffff;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
#infoList .infoItem>dt span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
}
#infoList .infoItem>dt span.date {
	margin-bottom: 10px;
}
#infoList .infoItem>dt:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 2px #929292;
	border-right: solid 2px #929292;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#infoList .infoItem.open>dt:after {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#infoList .infoItem>dd {
	display: none;
	padding: 0 20px;
}
#infoList .infoItem>dd>div {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
	padding: 15px 5px 15px 5px;
	border-top: 1px solid #d2d2d2;
}
#infoList .infoItem>dd>div p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
}
#infoList .infoItem>dd>div th {
	font-weight: 500;
	text-align: center;
	background-color: #f5f5f5;
}
#infoList .infoItem>dd dl {
	border-top: 1px solid #d2d2d2;
}
#infoList .infoItem>dd dt {
	display: inline-block;
	margin: 0 1em 0 5px;
	padding: 20px 0;
	vertical-align: top;
}
#infoList .infoItem>dd dd {
	display: inline-block;
	padding: 0 0 20px;
	margin: 0 5px 0 5px;
	word-break: break-all;
}
#infoList .infoItem>dd dd a {
	line-height: 1.4;
}
#infoList .infoItem>dd>div a {
	color: #e60019;
	text-decoration: underline;
}


/* faqList */
#faqList {
}
.customer.faq.index #faqList {
	margin: 0 0 40px 0;
}
#faqList .backLink {
	text-align: right;
	margin: 0 0 20px 0;
}
#faqList .backLink a {
	text-decoration: underline;
}
#faqList .faqItem {
	margin: 0 0 30px 0;
	border: 1px solid #333333;
	border-radius: 5px;
	box-sizing: border-box;
}
#faqList .faqItem>dt {
	cursor: pointer;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: 500;
	text-align: left;
	padding: 15px 45px 15px 60px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	border: 2px #ffffff solid;
	border-radius: 5px;
}
#faqList .faqItem.open>dt {
	background: #ffffff;
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
#faqList .faqItem>dt:before {
	display: block;
	content: url("/customer/img/icon/icon_title_q.png");
	position: absolute;
	left: 25px;
	top: 18px;
	width: 14px;
	height: 18px;
	margin: auto;
}
#faqList .faqItem>dt:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 2px #929292;
	border-right: solid 2px #929292;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#faqList .faqItem.open>dt:after {
	top: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#faqList .faqItem>dd {
	display: none;
	padding: 0 ;
	padding: 0 20px;
}
#faqList .faqItem>dd>div {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
	background-image: url("/customer/img/icon/icon_title_a.png");
	background-position: 5px 18px;
	background-repeat: no-repeat;
	background-size: auto;
	padding: 15px 0 15px 40px;
	border-top: 1px solid #d2d2d2;
}
#faqList .faqItem>dd>div p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
}
#faqList .faqItem>dd>div .rin_kalium {
	padding: 10px 0 0 0;
}
#faqList .faqItem>dd>div .rin_kalium table {
	border-collapse: collapse;
}
#faqList .faqItem>dd>div .rin_kalium th,
#faqList .faqItem>dd>div .rin_kalium td {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7;
	padding: 15px 20px;
	border: 1px solid #000000;
}
#faqList .faqItem>dd>div th {
	font-weight: 500;
	text-align: center;
	background-color: #f5f5f5;
}
#faqList .faqItem>dd>div .rin_kalium td {
	text-align: right;
}
#faqList .faqItem>dd>div .rin_kalium td:first-child {
	text-align: left;
}
#faqList .faqItem>dd dl {
	border-top: 1px solid #d2d2d2;
}
#faqList .faqItem>dd dt {
	display: inline-block;
	margin: 0 1em 0 5px;
	padding: 20px 0;
	vertical-align: top;
}
#faqList .faqItem>dd dd {
	display: inline-block;
	padding: 0 0 20px;
	margin: 0 5px 0 5px;
	word-break: break-all;
}
#faqList .faqItem>dd dd a {
	line-height: 1.4;
}
#faqList .faqItem>dd>div a {
	color: #e60019;
	text-decoration: underline;
}

#faqList .no-data {
	width: 930px;
	max-width: 87%;
	background: #F8F8F8;
	margin: 0 auto 80px auto;
	padding: 15px;
}
#faqList .no-data dt {
	font-size: 120%;
	margin-bottom: 15px;
}
#faqList .no-data dd {
	margin-bottom: 15px;
}
#faqList .no-data dd.backLink {
	text-align: center;
	margin: 40px auto;
}

/* copyButton */
.copyWrap {
	display: inline-block;
	width: 100%;
}
.copyButton {
	border: solid 1px #929292;
	background-color: #ffffff;
	margin: 14px auto 0;
	text-align: center;
	padding: 10px;
	display: block;
	width: 150px;
}
#copyMessage {
	display: none;
	position: fixed;
	top: 80px;
	right: 0;
	padding: 14px;
	border: solid 1px #929292;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	z-index: 99;
	opacity: 0.8;
	font-size: 18px;
	box-shadow: 5px 5px;
}

/* recycleContents */
#recycleContents {
	background-color: #f8f8f8;
	padding: 30px 0;
}
#recycleContents .list {
	margin: 0 0 30px 0;
}
#recycleContents .list li {
	position: relative;
	float: left;
	width: 46%;
	margin: 0 0 20px 8%;
}
#recycleContents .list li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
#recycleContents .list li a {
	display: inline-block;
	max-width: 100%;
	text-align: center;
}
#recycleContents .list li img {
	margin: 0 0 5px 0;
	width: 70%;
}
#recycleContents .list li p {
	line-height: 1.5;
	text-align: center;
}
#recycleContents .linkButton {
	margin-bottom: 0;
}

/* improvementContents */
#improvementContents {
	padding-top: 30px;
}
#improvementContents .list {
	margin: 0 0 50px 0;
}
#improvementContents .list li {
	position: relative;
	float: left;
	width: 46%;
	margin: 0 0 0 8%;
}
#improvementContents .list li:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
#improvementContents .list li:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 10px;
	width: 45px;
	height: 45px;
	background-image: url("/customer/improvement/img/kaizen@2x.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#improvementContents .list li a {
	display: inline-block;
	max-width: 100%;
}
#improvementContents .list li img {
	margin: 0 0 20px 0;
}
#improvementContents .list li p {
	line-height: 1.5;
}

/* customerNav */
#customerNav {
	background-color: #f8f8f8;
}
.customer.top.index #customerNav .contentInner.mode_tbsp {
	display: none;
}
#customerNav .contentInner.mode_tbsp {
	width: 93.75%;
	margin: 0 auto 0 auto;
	padding: 30px 0 30px 0;
}
#customerNav .contentInner.mode_tbsp ul {
	overflow: hidden;
}
#customerNav .contentInner.mode_tbsp ul .parent {
	display: block;
	cursor: pointer;
	position: relative;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 20px 6%;
	box-sizing: border-box;
}
#customerNav .contentInner.mode_tbsp ul .parent {
	float: left;
	width: 46.67%;
	margin-left: 6.6%;
	line-height: 1.3;
}
#customerNav .contentInner.mode_tbsp ul li:nth-child(2n+1) .parent {
	margin-left: 0;
}
#customerNav .contentInner.mode_tbsp ul li:nth-child(6) .parent {
	line-height: calc(70px - (20px * 2));
	height: 70px;
}
#customerNav .contentInner.mode_tbsp ul .parent:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 6.25%;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: solid 1px #e4001e;
	border-right: solid 1px #e4001e;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contactArea .frame li.business .linkButton p,
.contactArea .frame li.company .linkButton p,
.contactArea .frame li.misoserver .linkButton p,
.contactArea .frame li.public_relations .linkButton p{
	font-size: 13px;
    font-size: 1.3rem;
    padding: 10px 0;
    border: 1px solid #333;
    background-color: #fff;
}
.searchArea{
	margin-bottom: 48px;
}
#faqContents .searchArea{
	margin-bottom: 29px;
}
.searchArea .inner{
	max-width: 100%;
	margin: auto;
}
.searchArea .searchKeyword{
	width: 100%;
}
.searchArea .searchKeyword input.searchBox{
	font-size: 16px;
}
.wordArea{
	clear: both;
	text-align: center;
}
.wordArea .wordTitle{
	font-size: 18px;
	font-weight: bold;
    padding-left: 40px;
	position: relative;
    margin-bottom: 25px;
	display: inline-block;
	color: #333;
}
.wordTitle::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 35px;
    height: 35px;
    background-image: url(/customer/img/icon_checklist.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.wordArea .flexBox{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wordArea .flexBox li:first-of-type{
	/* margin-right: 5%; */
	position: relative;
	/* border-right: 1px solid #333; */
	/* padding-right: 5%; */
}
.wordArea .flexBox li{
	width: 50%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.wordArea p{
	font-size: 18px;
	font-weight: 500;
	color: #e60019;
}
.pageLinkArea{
	margin-bottom: 28px;
	clear: both;
}
.pageLinkArea .inner{
	max-width: 89%;
	margin: auto;
}
.pageLinkArea ul{
	display: flex;
	flex-wrap: wrap;
}
.pageLinkArea li{
	width: 100%;
}
.pageLinkArea li:not(:last-of-type){
	margin-bottom: 11px;
}
.pageLinkArea li .flexBox{
    display: flex;
	justify-content: space-between;
    align-items: center;
	padding: 7px 14px 7px;
    box-sizing: border-box;
	width: 100%;
	border: 1px solid #282728;
	border-radius: 5px;
	box-sizing: border-box;
}
.pageLinkArea .imgArea{
	width: 24%;
    /* margin-right: 11%; */
}
.pageLinkArea .text{
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	align-items: center;
}
.pageLinkArea p{
	font-weight: 500;
}
.pageLinkArea span{
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	font-weight: 500;
	margin-left: 25px;
}
@media screen and (max-width: 320px) {
	/* .wordArea .flexBox li:first-of-type{
		margin-right: 0;
	}
	.wordArea .flexBox li{
		width: 50%;
	} */
	.pageLinkArea p{
		font-size: 12px;
	}
	.searchPurpose dd li span {
		font-size: 10px;
		font-size: 1.0rem;
	}
}

@media screen and (min-width: 640px) {
	.contactArea .frame li.publicity .linkButton a,
	.contactArea .frame li.business .linkButton a,
	.contactArea .frame li.misoserver .linkButton a ,
	.contactArea .frame li.company .linkButton a {
		background-size: 250px;
		padding-top: 175px;
	}
	.contactArea .frame li.public_relations .linkButton a{
		background-size: 120px;
		padding-top: 130px;
	}
}

@media screen and (min-width: 641px) {
	#customerNav .contentInner.mode_tbsp ul li:nth-child(6) .parent {
		line-height: 1.3;
		height: auto;
	}
	.contactArea .frame li.publicity .linkButton a{
		background-image: url(/customer/img/icon/icon_publicity02.png);
	}
	.contactArea .frame li.business .linkButton a {
		background-image: url(/customer/img/icon/icon_business02.png);
	}
	.contactArea .frame li.misoserver .linkButton a {
		background-image: url(/customer/img/icon/icon_misoserver02.png);
	}
	.contactArea .frame li.company .linkButton a{
		background-image: url(/customer/img/icon/icon_company02.png);
		background-position: center 10px;
	}
	.contactArea .frame li.public_relations .linkButton a{
		background-image: url(/customer/img/icon/icon_ad_min.png);
	}

}

@media screen and (min-width: 769px) {
	/*----------------------
	 .content
	----------------------*/
	#infoContents,
	#faqContents {
		margin-top: -50px;
		padding-top: 50px;
	}
	/* #customerContents #private,
	#customerContents #corporate{
		padding-top: 50px;
		margin-top: -50px;
		padding-bottom: 0;
	} */
	#customerContents #public_relations{
		padding: 0;
	}
	#faqContents .contentInner,
	#improvementContents .contentInner {
		margin-bottom: 60px;
	}
	#faqContents #faqSearchArea .contentInner {
		margin-bottom: 20px;;
	}
	.content .linkButton a:hover,
	.content .linkButton a:hover .btnLayoutType01:before {
		border: 1px solid #e60019;
	}
	.content .linkButton a:hover .btnLayoutType01:after {
		border-top: solid 1px #ff0000;
		border-right: solid 1px #ff0000;
	}
	.contactArea {
		margin-bottom: 40px;
	}
	.contactArea .frame li.tel h3,
	.contactArea .frame li.mail h3 {
		margin: 0 0 40px 0;
		padding: 85px 0 0 0;
		line-height: 1.2em;
	}
	.contactArea .frame li.tel .telnum {
		font-size: 45px;
		font-size: 4.5rem;
	}
	.contactArea .frame li.mail .linkButton {
		width: 320px;
	}
	.contactArea .frame li.privacy .linkButton {
		width: 260px;
	}
	.contactArea .frame li.publicity .linkButton{
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.contactArea .frame li.business .linkButton,
	.contactArea .frame li.company .linkButton,
	.contactArea .frame li.misoserver .linkButton,
	.contactArea .frame li.publicity .linkButton{
		width: 100%;
		/* display: flex; */
	}
	.contactArea .frame li.publicity .linkButton a,
	.contactArea .frame li.business .linkButton a,
	.contactArea .frame li.misoserver .linkButton a ,
	.contactArea .frame li.company .linkButton a {
		background-size: contain;
		padding-top: 200px;
		width: 100%;
		/* align-self: stretch; */
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}
	.contactArea .frame li.business .linkButton a:hover p,
	.contactArea .frame li.company .linkButton a:hover p,
	.contactArea .frame li.misoserver .linkButton a:hover p,
	.contactArea .frame li.public_relations .linkButton a:hover p{
		border: 1px solid #e60019;
	}
	/* .contactArea .frame li.business .linkButton a {
		padding-top: 180px;
	} */
	.contactArea .frame li.publicity .linkButton a p {
		font-size: 16px;
		font-size: 1.6rem;
		padding-right: 28px;
		padding-left: 8px;
		width: 100%;
	}
	.contactArea .frame li.publicity .linkButton a .btnLayoutType01:before {
		right: 5px;
	}
	.contactArea .frame li.publicity .linkButton a .btnLayoutType01:after {
		right: 14px;
	}
	.contactArea .frame li.business .linkButton a p {
		font-size: 16px;
		font-size: 1.6rem;
		padding-right: 28px;
		padding-left: 8px;
	}
	/* .contactArea .frame li.business .linkButton a .btnLayoutType01:before {
		right: 5px;
	}
	.contactArea .frame li.business .linkButton a .btnLayoutType01:after {
		right: 14px;
	} */

	.contactArea .frame li.misoserver .linkButton a p {
		font-size: 16px;
		font-size: 1.6rem;
		padding-right: 28px;
		padding-left: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
	}
	/* .contactArea .frame li.misoserver .linkButton a .btnLayoutType01:before {
		right:5px;
	}
	.contactArea .frame li.misoserver .linkButton a .btnLayoutType01:after {
		right: 14px;
	} */

	.contactArea .frame li.company .linkButton a p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.contactArea .frame li.public_relations .linkButton a p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	/* .contactArea .frame li.company .linkButton a .btnLayoutType01:before {
		right:5px;
	}
	.contactArea .frame li.company .linkButton a .btnLayoutType01:after {
		right: 14px;
	} */
	#customerContents .intro .linkButton,
	#infoContents .linkButton,
	#faqContents .linkButton,
	#recycleContents .linkButton,
	#improvementContents .linkButton {
		width: 350px;
	}
	#customerContents .intro {
		text-align: center;
	}
	#customerContents .intro.type03{
		padding-bottom: 40px;
	}
	#customerContents .intro .linkButton.faqButton,
	#customerContents .intro .linkButton.infoButton {
		display: inline-block;
		margin: 0 5px;
	}
	/* #customerContents .intro .linkButton.faqButton a:hover,
	.customerSearcheBtnArea .linkButton.faqButton a:hover {
		background-image: url("/customer/img/icon/icon_question_min_on.png");
	} */
	#customerContents .intro .linkButton.faqButton a:hover::before,
	.customerSearcheBtnArea .linkButton.faqButton a:hover::before {
		background-image: url("/customer/img/icon/icon_question_min_on.png");
	}
	#customerContents .intro .linkButton.infoButton a:hover {
		background-image: url("/customer/img/icon/icon_news_min_on.png");
	}
	/* customerContents */
	#customerContents #info .contentInner,
	#customerContents .intro .contentInner {
		width: 960px;
	}

	/* info */
	#customerContents #info {
		padding: 30px 0 10px 0;
	}
	#customerContents #info p {
		margin: 0 0 20px 0;
	}

	/* news */
	#customerContents .news .contentInner {
		width: 930px;
	}
	#customerContents .news li a {
		padding: 30px 20px;
	}
	#customerContents .news li dl {
		overflow: hidden;
	}
	#customerContents .news li dl dt,
	#customerContents .news li dl dd {
		float: left;
	}
	#customerContents .news li dl dt {
		width: 140px;
		margin-bottom: 0;
	}
	#customerContents .news li dl dd {
		width: 750px;
	}


	/* contactArea */
	.contactArea {
		padding: 50px 0;
	}
	.contactArea .frame {
		width: 960px;
		padding: 0 30px;
	}
	.contactArea .flexBox{
		display: flex;
	    flex-wrap: wrap;
	}
	.contactArea .type02{
		width: 400px;
	}
	.contactArea .frame li {
		float: left;
		position: relative;
		width: 50%;
		text-align: center;
		padding: 30px 25px;
		border-bottom: 1px solid #d8d8d8;
		box-sizing: border-box;
	}
	.contactArea .frame li.publicity ,
	.contactArea .frame li.business ,
	.contactArea .frame li.misoserver ,
	.contactArea .frame li.company {
		width: 33.33%;
		padding: 30px 15px;
		display: flex;
		flex-direction: row;
		align-items: stretch;
	}
	.contactArea .frame li.public_relations{
		width: 100%;
	}

	.contactArea .frame li.letter h3 span,
	.contactArea .frame li.privacy h3 span {
		background-size: auto;
	}
	.contactArea#private,
	.contactArea#corporate{
		padding: 0;
	}
	/* infoContents */
	#infoContents .newsYear {
		text-align: center;
		background-color: #ffffff;
		padding: 10px 0 15px 0;
		border-bottom: 0;
	}
	#infoContents .newsYear ul {
		display: block;
		overflow:hidden;
		width: 100%;
		margin: auto;
		border-top: 0;
	}
	#infoContents .newsYear li {
		display: inline-block;
		margin-left: 60px;
	}
	#infoContents .newsYear li:first-child {
		margin-left: 0;
	}
	#infoContents .newsYear li a {
		display: block;
		position: relative;
		background-image: url("/img/common/parts/arrow_gray_03_left.png");
		background-position: left center;
		background-repeat:no-repeat;
		background-size: auto;
		padding: 0 0 0 15px;
	}
	#infoContents .newsYear li a:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		height: 0;
		margin: auto;
		border: 5px solid transparent;
		border-left: 5px solid #979797;
	}
	#infoContents .newsYear li a span {
		display: block;
		color: #505050;
		padding: 9px 0 9px 0;
	}
	#infoContents .newsYear li.current a span,
	#infoContents .newsYear li a:hover span {
		color: #e60019;
		text-decoration: underline;
	}
	#infoContents .contentInner {
		width: 930px;
	}

	/* faqContents */
	#faqContents {
	}
	#faqContents h2{
		margin-bottom: 73px;
	}
	#faqContents .searchArea{
		margin-bottom: 38px;
	}
	#faqContents .contentInner {
		width: 930px;
        margin-bottom: 68px;
	}
	.customer.faq.detail #faqContents h3 {
		float: left;
	}
	.customer.faq.detail #faqContents h3:before {
		width: 7px;
		height: 7px;
	}
	/*#faqContents #faqSearchArea {
		margin: 0 0 40px 0;
	}*/
	#faqContents #faqSearchArea h4 {
		padding: 25px 0;
	}
	#faqContents .banner{
		margin-bottom: 60px;
	}
	#faqContents .banner a img {
		display: none;
	}
	#faqContents .banner a:after {
		content: url('/customer/faq/img/banner_preservation.png');
	}


	/* searchKeyword */
	.searchKeyword dt {
		float: left;
		width: 25%;
	}
	.searchKeyword dd {
		float: left;
		width: 75%;
	}
	.searchKeyword dd.txt_error {
		margin-left: 25%;
		color: #e60019;
	}
	.searchKeyword input.btn {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 9px 4%;
	}
	.detailSearch  {
		padding: 4px 0 5px 0;
	}
	.detailSearch .accordionTrigger {
		font-size: 16px;
		font-size: 1.6rem;
		background-image: url("/recipe/img/common/open.jpg");
		background-position: 90% center;
		background-repeat: no-repeat;
		padding: 12px 0;
	}
	.open .detailSearch .accordionTrigger {
		background-image: url(/recipe/img/common/close.jpg);
	}

	/* searchProduct */
	.searchProduct {
		padding: 30px 0 30px 0;
	}
	.searchProduct dt {
		float: left;
		width: 20%;
	}
	.searchProduct dd.categoryArea {
		float: left;
		width: 80%;
		margin: 0 0 30px 0;
	}
	.searchProduct dd.categoryArea li {
		float: left;
		width: 23.5%;
		margin: 0 0 20px 2%;
	}
	.searchProduct dd.categoryArea li:nth-child(2n+1) {
		clear: none;
		margin-left: 2%;
	}
	.searchProduct dd.categoryArea li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	.searchProduct dd.productArea li {
		width: 19%;
		margin: 0 0 20px 1.25%;
	}
	.searchProduct dd.productArea li:nth-child(3n+1) {
		clear: none;
		margin-left: 1.25%;
	}
	.searchProduct dd.productArea li:nth-child(5n+1) {
		clear: both;
		margin-left: 0;
	}

	/* searchPurpose */
	.searchPurpose {
		padding: 30px 0 0;
		margin-bottom: 0;
	}
	.searchPurpose dt {
		float: left;
		width: 20%;
	}
	.searchPurpose dd {
		float: left;
		width: 80%;
	}
	.searchPurpose dd li {
		float: left;
		width: 23.5%;
		margin: 0 0 20px 2%;
	}
	.searchPurpose dd li:nth-child(2n+1) {
		clear: none;
		margin-left: 2%;
	}
	.searchPurpose dd li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	.searchPurpose dd li a {
		padding: 12px 0 12px 12px;
	}
	.searchPurpose dd li img {
		float: none;
		margin: 0;
	}
	.searchPurpose dd li span {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50px;
		right: 12px;
		height: 1.3em;
		font-size: 14px;
		font-size: 1.4rem;
		line-height:1.3;
		white-space: nowrap;
		margin: auto;
	}
	.searchPurpose dd li.multiple2 span {
		height: 2.6em;
		white-space: normal;
	}

	/* infoList */
	#infoList .infoItem>dt {
		padding: 30px 45px 30px 25px;
		overflow: hidden;
	}
	#infoList .infoItem>dt span {
		float: left;
	}
	#infoList .infoItem>dt span.date {
		width: 140px;
		margin-bottom: 0;
	}
	#infoList .infoItem>dt span.title {
		width: 718px;
	}
	#infoList .infoItem>dd>div {
		background-position: 5px 33px;
		padding: 30px 5px 30px 5px;
	}
	#infoList .infoItem>dd dt {
		vertical-align: baseline;
	}
	#infoList .infoItem > dd dd {
		width: auto;
	}

	/* faqList */
	#faqList .faqItem>dt {
		padding: 30px 45px 30px 60px;
	}
	#faqList .faqItem>dt:before {
		top: 32px;
	}
	#faqList .faqItem>dd>div {
		background-position: 5px 33px;
		padding: 30px 0 30px 40px;
	}

	#faqList .faqItem>dd dt {
		vertical-align: baseline;
	}

	#faqList .faqItem > dd dd {
		width: auto;
	}
	/* copyButton */
	.copyWrap {
		width: auto;
	}
	.copyButton {
		margin-left: 14px;
		margin-top: 0;
		display: inline-block;
	}
	#copyMessage {
		top: 150px;
	}

	/* recycleContents */
	#recycleContents {
	}
	#recycleContents .contentInner {
		width: 930px;
	}
	#recycleContents .list li:after {
		width: 64px;
		height: 64px;
	}

	/* improvementContents */
	#improvementContents {
	}
	#improvementContents .contentInner {
		width: 930px;
	}

	#improvementContents .list li:after {
		width: 64px;
		height: 64px;
	}
	/* customerNav */
	#customerNav {
		margin-top: 40px;
	}
	#customerNav {
		padding-top: 80px;
		display: block;
	}
	#customerNav .contentInner {
		width: 960px;
		margin: 0 auto 0 auto;
		padding: 0 0 70px 0;
		overflow: hidden;
	}/*

	#customerNav h2 {
		font-size: 20px;
		font-size: 2.0rem;
		text-align: center;
		padding: 45px 0 45px 0;
	}*/
	#customerNav dd {
		overflow: hidden;
	}
	#customerNav .parent {
		display: block;
		cursor: pointer;
		position: relative;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
		line-height: 1.2;
		background-color: transparent;
		margin: 0 0 17px 0;
		padding: 5px 0 5px 17px;
	}
	#customerNav .parent:after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: auto;
		width: 6px;
		height: 6px;
		margin: auto;
		border-top: solid 1px #e4001e;
		border-right: solid 1px #e4001e;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}/*
	#customerNav li:nth-child(4) .parent {
		margin: 0 0 20px 0;

	}*//*
	#customerNav li:nth-child(2) .parent:after,
	#customerNav li:nth-child(3) .parent:after,
	#customerNav li:nth-child(4) a:nth-child(3) .parent:after {
		bottom: 1.2em;
	}*/
	#customerNav dd .childWrap {
		display: none;
	}
	#customerNav .parentWrap>li {
		float: left;
		width: 23%;
		margin: 0 0 0 2%;
	}
	#customerNav .parentWrap>li:nth-child(5) {
		width: 100%;
	}
	#customerNav .parentWrap>li:nth-child(5) .childWrap dl:nth-child(1) {
		float: left;
		width: 23%;
		margin-right: 2%;
	}
	#customerNav .parentWrap>li:nth-child(5) .childWrap dl:nth-child(2) {
		float: left;
		width: calc(100% - 23% - 2%);
	}
	#customerNav .parentWrap dd.childWrap {
		display: block;
	}
	#customerNav .parentWrap dd.childWrap dd>ul {
		float: left;
		width: 50%;
	}
	#customerNav .parentWrap dd.childWrap dl:nth-child(2)  dd>ul {
		width: 20%;
	}
	#customerNav .parentWrap dd.childWrap dl:nth-child(2)  dd>ul:nth-child(2) {
		width: 24%;
	}
	#customerNav dd.childWrap dt,
	#customerNav dd.childWrap li {
		float: none;
		width: auto;
		font-size: 12px;
		font-size: 1.2rem;
		margin: 0 0 15px 17px;
	}

	/* recycleContents */
	#recycleContents .list li {
		width: 15%;
		margin: 0 0 0 2%;
	}
	#recycleContents .list li:nth-child(2n+1) {
		clear: none;
		margin-left: 2%;
	}
	#recycleContents .list li:nth-child(6n+1) {
		clear: both;
		margin-left: 0;
	}

	/* improvementContents */
	#improvementContents .list li {
		width: 22.6%;
		margin: 0 0 0 3.2%;
	}
	#improvementContents .list li:nth-child(2n+1) {
		clear: none;
		margin-left: 3.2%;
	}
	#improvementContents .list li:nth-child(4n+1) {
		clear: both;
		margin-left: 0;
	}
	.searchArea{
		margin-bottom: 55px;
	}
	.searchArea .inner{
		max-width: 960px;
	}
	.searchArea .searchKeyword{
		width: 100%;
		max-width: 660px;
		margin: auto auto 40px;
		float: inherit;
	}
	.wordArea .wordTitle{
		font-size: 22px;
		padding-left: 50px;
		margin-bottom: 40px;
	}
	.wordTitle::before{
		max-width: 40px;
		height: 40px;
	}
	.wordArea .flexBox li{
		margin-bottom: 0;
		width: auto;
	}
	.wordArea .flexBox li:first-of-type{
		/* margin-right: 20px;
		padding-right: 20px; */
	}
	.wordArea .flexBox li:not(:last-of-type){
		/* border-right: 1px solid #333;
		margin-right: 20px;
		padding-right: 20px; */
	}
	.wordArea p{
		font-size: 20px;
	}
	.pageLinkArea{
		margin-bottom: 76px;
		margin-top: 35px;
	}
	.pageLinkArea .inner{
		max-width: 960px;
		margin: auto;
		justify-content: center;
		align-items: stretch;
	}
	.pageLinkArea li{
		width: calc((100% - 84px ) / 3);
		max-width: 200px;
		box-sizing: border-box;
		display: flex;
        width: 100%;
	}
	.pageLinkArea li:not(:last-of-type){
		margin-bottom: 0;
		margin-right: 42px;
	}
	.pageLinkArea li a{
		width: 100%;
		display: flex;
	}
	.pageLinkArea li .flexBox{
		padding: 25px 10px 15px;
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		border-radius: 10px;
		border: 2px solid #282728;
	}
	.pageLinkArea .imgArea{
		width: 100%;
		margin-bottom: 13px;
		position: relative;
	}
	.pageLinkArea img{
			margin: auto;
	}
	.pageLinkArea .text{
		width: 100%;
		justify-content: center;
		min-height: 55px;
	}
	.pageLinkArea p{
		font-size: 18px;
		line-height: 1.33;
		text-align: center;
	}
	.pageLinkArea span{
		font-size: 14px;
		margin-top: 3px;
		margin-left: 0;
	}
	.pageLinkArea a:hover p,
	.pageLinkArea a:hover span{
		color: #e60019;
	}
}

@media screen and (max-width: 340px) {
	#customerContents .intro .linkButton.adButton a {
		background-position: 10px center;
		background-size: 50px 50px;
	}
	/* #customerContents .intro .linkButton.faqButton a,
	.customerSearcheBtnArea .linkButton.faqButton a {
		background-position: 10px center;
	} */
	#customerContents .intro .linkButton.faqButton a::before,
	.customerSearcheBtnArea .linkButton.faqButton a::before {
		left: 10px;
	}
}
