/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* base */
html {
	font-size: 62.5%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
html[lang="zh"] {
	font-family: 'SimHei', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Osaka, 'MS PGothic', arial, helvetica, sans-serif!important;
}
body {
	position: relative;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
body.noScroll {
	overflow: hidden;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a .icon {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.pc-view {
	display: block;
}
.pc-view.w769 {
	display: none;
}
.sp-view {
	display: none;
}
/* common */
#page {
	/* padding-top: 58px; */
	padding-top: 100px;
}




/* ----------------------

	header

-------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 1s ease;
	font-family: 'Noto Sans JP', sans-serif;
	background: #ffffff;
}
#header.scroll {
	opacity: .9;
}
#header > .inner {
	width: 95%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	padding: 21px 0 0 0;
	justify-content: space-between;
	position: relative;
}
#header > .inner:after {
	content: "";
	display: block;
	clear: both;
}
#header .logo {
    position: relative;
    line-height: 1px;
    width: 20%;
    box-sizing: border-box;
    padding: 0 2% 0 0;
}
#header .logo img {
}
#header .logo:before {
	display: inline-block;
	content: "";
	height: 55px;
	width: 0;
	vertical-align: middle;
}

#header .logo a {
	display: inline-block;
	padding: 0;
}
#header .logo img {
	vertical-align: middle;
	max-width:255px;
	width: 100%;
}
#header .wrap {
	display: flex;
	width: 80%;
}
#header .wrap:after {
	content: "";
	display: block;
	clear: both;
}
#header .pc-btns {
	width: 15%;
	display: flex;
	justify-content: space-around;
}

#header .pc-btns > div {
	float: left;
}
#header .pc-btns > div:first-child {
	margin-left: 0;
}
#header .region {
    position: absolute;
    width: 97px;
    right: calc(1% + 30px);
    top: 10px;
}
#header .region a {
    font-size: 13px;
    color: #E50012;
}
#header .region a span {
    display: block;
}

#gnavi .region .popup {
    left: inherit;
    right: -110px;
    top: 26px;
    width: 270px;
    position: absolute;
}
#gnavi .region .popup .inner {
    background: transparent;
}

#header .region:hover ul {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}
#header .region ul {
	visibility: hidden;
	opacity: 0;
	margin-top: 20px;
	/*position: absolute;
	top: 47px;
	left: calc(-75px + 50%);
	width: 150px;*/
	padding: 0 10px;
	background-color: #efefef;
	box-sizing: border-box;
	transition: visibility 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
}
#header .region ul li {
	border-top: 1px solid #999;
}
#header .region ul li:first-child {
	border-top: none;
}
#gnavi .region .popup .inner a {
    color: #000000;
	padding: 10px;
	display: block;
}
#gnavi .region .popup .inner a:hover{
	background: #e8e7e7;
}
#header .search {
    position: absolute;
    padding-top: 5px;
    right: 0;
    top: 30px;
	z-index: 9;
}
#header .search .btn a {
	display: block;
	padding: 5px;
}
#header .search .btn a img {
	width: 20px;
}
#header .search form {
	visibility: hidden;
	margin-top: 20px;
	opacity: 0;
	position: absolute;
	top: 47px;
	right: 0;
	padding: 15px;
	background-color: #efefef;
	transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
}
#header .search form.active {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
	z-index: 9;
}
#header .search .inputWrap {
	overflow: hidden;
	width: 255px;
	margin: 0 auto;
	border-radius: 5px;
	background-color: #fff;
	box-sizing: border-box;
}
#header .search .inputWrap input[type="text"] {
	display: block;
	float: left;
	height: 28px;
	margin: 0;
	padding: 6px 0 6px 10px;
	border: none;
	background: transparent;
	outline: none;
	width: calc(100% - 55px);
}
#header .search .inputWrap input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #ffffff inset;
}
#header .search .inputWrap input[type="text"]::-webkit-input-placeholder {
	color: #999;
}
#header .search .inputWrap input[type="text"]::-moz-placeholder {
	color: #999;
	opacity: 1;
}
#header .search .inputWrap input[type="text"]:-ms-input-placeholder {
	color: #999;
}
#header .search .inputWrap input[type="image"] {
    display: block;
    float: right;
    padding: 10px 10px 6px 10px;
    width: 40px;
    box-sizing: border-box;
}


/* 小窓ヘッダー */
header:not(#header) {
    padding: 0 0 30px 20px;
    margin: -80px 0 0 0;
}



#gnavi {
	display: flex;
	width: 85%;
}
#gnavi ul li a {
	text-decoration: none;
}
#gnavi ul li a[href*=".pdf"]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 21px;
    margin: 0 0 0 5px;
    background-image: url(../images/common/icon_pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px auto;
}
#gnavi ul li a img.icon_gnav{
	margin: 0 0 0 5px;
}
#gnavi > ul {
	width: 80%;
	display: flex;
	justify-content: space-around;
}
#gnavi > ul:after {
	content: "";
	display: block;
	clear: both;
}
#gnavi > ul > li {
	height: 77px;
	text-align: center;
	padding: 0 0 0 0;
}
#gnavi > ul > li.on_hover {
    border-bottom: 2px solid #E50012;
}
#gnavi > ul > li:not(.sp-view) {
}
#gnavi > ul > li.on_hover .popup {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	overflow: auto;
	height: auto;
}
#gnavi > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 16px 0 38px 0;
}
#gnavi > ul > li > a,
#gnavi > ul > li > p a {
	font-size: 1.5rem;
}
#gnavi .popup {
	visibility: hidden;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
	line-height: 1.5;
	text-align: left;
	opacity: 0;
	-webkit-transition: visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
	transition: visibility .2s ease, top .2s ease, bottom .2s ease, background .2s ease, margin .2s ease, opacity .2s ease;
}
#gnavi .popup .inner {
	padding: 40px 40px 60px 40px;
	position: relative;
	background-color: #4A4A4A;
	width: 100%;
	max-width: 100%;
	display: flex;
	box-sizing: border-box;
}
#gnavi .popup .inner > .wrap_img {
	padding: 0;
}
#gnavi .popup .inner > .wrap_text {
	padding: 0 0 0 20px;
	font-size: 1.6rem;
}
#gnavi .popup .inner .titMain{
	font-size: 160%;
	color: #ffffff;
	margin-bottom: 0;
	line-height: 1.3;
}
#gnavi .popup .inner a {
	color: #ffffff;
}
#gnavi .popup .inner .wrap_text > ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
}
#gnavi .popup .inner .wrap_text > ul > li {
	padding: 5px 30px 5px 0;
	position: relative;
	vertical-align: top;
	width: 100%;
}
#gnavi .popup .inner .wrap_text  > ul > li.sp-view {
	display: none;
}
#gnavi .popup .inner .wrap_text  > ul > li:first-child:before {
	content: none;
}
#gnavi .popup .inner .wrap_text  > ul > li > .titMiddle {
	font-size: 1.6rem;
	margin: 5px 0;
	padding: 0;
	text-align: left;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li {
	position: relative;
	padding: 0;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li:before {
	content: "";
	width: 5px;
	height: 5px;
	display: block;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(135deg);
	position: absolute;
	top: 14px;
	left: 4px;
}
#gnavi .popup .inner .wrap_text > ul > li > .titMiddle > a{
	padding: 5px;
	display: block;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li:hover > a,
#gnavi .popup .inner .wrap_text > ul > li > .titMiddle > a:hover{
	background-color: #303030;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li:hover > a {
	background-color: #666666;
	color: #fff;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li > a span:after {
    content: "";
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 1px solid #E50012;
    border-right: 1px solid #E50012;
    display: inline-block;
    margin: 0 0 3px 15px;
}

#gnavi .popup .inner .wrap_text > ul > li > ul > li > a{
	display: block;
	padding: 6px 10px 6px 20px;
	font-size: 1.4rem;
}
#gnavi .popup .inner .wrap_text > ul > li > .titMiddle + ul {
/* margin-top: -10px; */
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li > p span {
	display: inline-block;
	padding-right: 20px;
	background-position: right center;
	background-repeat: no-repeat;
}

#gnavi .popup .inner .wrap_text > ul > li > ul > li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 80%;
	z-index: 10;
	background-color: #666;
	font-size: 1.4rem;
	width: 300px;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li:hover ul {
	display: block;
}

#gnavi .popup .inner .wrap_text > ul > li > ul > li ul li:hover {
	background-color: #5c5c5c;
}
#gnavi .popup .inner .wrap_text > ul > li > ul > li ul a {
	display: block;
	padding: 6px 15px;
	color: #fff;
}
#gnavi > ul > li.sustainability .popup .inner .wrap_text > ul > li:nth-of-type(2) {
    margin-top: 47px;
}
#gnavi li.sustainability .popup .inner .wrap_text > ul > li > ul > li:hover ul.column2 {
    width: 400px;
    flex-wrap: wrap;
	display: flex;
}

#gnavi li.sustainability .popup .inner .wrap_text > ul > li > ul > li ul.column2 li {
    width: 50%;
}
#gnavi .popup .inner .closePopup {
	right: 10px;
	position: absolute;
	cursor: pointer;
	top: 10px;
	text-align: right;
}
#gnavi .popup .inner a.btn_main {
	margin: 0;
    max-width: 245px;
    position: absolute;
    top: 220px;
    padding: 8px;
    width: 19%;
    line-height: 130%;
}

html:not([lang="ja"]) #gnavi > ul > li {
	/*width: 25%;*/
}
#gnavi > ul > li > a.current {
    border-bottom: 2px solid #E50012;
}
html:not([lang="ja"]) #gnavi .company .popup {
	/*left: calc(-290px + 50%);
	width: 580px;*/
}
#gnavi > .contact{
	width: 20%;
	padding: 5px 0 0 0;
}
#gnavi > .contact a {
    text-align: center;
    padding: 8px 0 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 auto;
}
/* header-end */

#contents .breadcrumbs {
	padding: 10px 0;
	font-size: 1.3rem;
}
#contents .breadcrumbs.top {
	background-color: #E0E0E0;
	color: #333;
}
#contents .breadcrumbs.top a {
	color: #333;
}
#contents .breadcrumbs.bottom {
	background-color: #f3f3f3;
	color: #333;
}
#contents .breadcrumbs.bottom a {
	color: #333;
}
#contents .breadcrumbs .inner {
	width: 90%;
	margin: 0 auto;
}





/* ----------------------

        footer

-------------------------*/
footer {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
footer a {
	color: #333333;
}
/* footer_bnr */

footer .banners {
  padding: 20px 0 15px;
  background-color: #f3f3f3;
  overflow: hidden;
  border-top: 4px solid #ff0000;
}
footer .banners .inner {
  width: 1080px;
  margin: 0 auto;
}
footer .banners .inner > ul {
  margin: 0 -20px -20px 0;
  font-size: 0;
  text-align: center;
}
footer .banners .inner > ul li {
  display: inline-block;
  width: 255px;
  margin: 0 20px 20px 0;
  vertical-align: top;
}
footer .banners .inner > ul ul.links {
	text-align: left;
	margin: 0 1rem;
}
footer .banners .inner > ul ul.links > li {
	margin: 0;
	width: 100%;
}
footer .banners .image {
  margin-bottom: 5px;
}
footer .banners p {
  font-size: 1.6rem;
  text-align: left;
}
footer .banners p.title.caption {
	line-height:1.1;
	margin-bottom: 0.5rem;
}
footer .banners .inner > ul ul.links p {
	font-size: 1.4rem;
}
footer .banners .inner > ul ul.links p a {
	padding-left: 1.6rem;}
footer .banners p a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/resource/images/common/icon_arrow1.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
footer .banners .bx-wrapper {
  position: relative;
}
footer .banners .bx-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 27px;
  height: 50px;
  margin: auto;
  background-image: url(/resource/images/common/footer_banner_arrow_l.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
footer .banners .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  width: 27px;
  height: 50px;
  margin: auto;
  background-image: url(/resource/images/common/footer_banner_arrow_r.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
/* //footer_bnr */
footer > .wrap {
	padding: 15px 0;
	color: #ffffff;
	background: #000000;
}
footer > .wrap a {
    color: #ffffff;
    text-decoration: none;
}
footer > .wrap .inner {
    overflow: hidden;
    width: 97%;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
footer > .wrap .copyright {
	font-size: 80%;
}
footer > .wrap .copyright span:after {
	content: " ";
}
footer > .wrap .navi {
    padding-right: 60px;
}
footer > .wrap .navi ul {
	overflow: hidden;
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer > .wrap .navi ul li {
	padding: 0 15px;
}
footer.cFooter > .wrap .copyright {
	float: none;
	text-align: center;
	font-size: 12px;
}
footer #fnavi {
    background-color: #666666;
    color: #ffffff;
}
#fnavi {
	/* padding: 20px 0; */
	background-color: #000000;
}
#fnavi a{
	color: #ffffff;
}
#fnavi .inner {
	width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	max-width: 1000px;
	padding: 50px 0;

}

#fnavi .inner .title_fnavi {
    font-size: 120%;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    position: relative;
}
#fnavi .inner .title_fnavi a{
	text-decoration: none;
}
#fnavi .inner .title_fnavi:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #E50012;
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
}
#fnavi .inner .title_fnavi:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 13px;
    left: 2px;
}
#fnavi .inner .large_fnavi {
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 0 10px;
}
#fnavi .inner .large_fnavi:after {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: 2px solid #E50012;
    border-right: 2px solid #E50012;
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -3px;
}
#fnavi .inner .area_inner .box {
    padding: 0 10px;
    margin-bottom: 50px;
    width: 100%;
    float: none;
}
#fnavi .inner .area_product{
	max-width: 50%;
}
#fnavi .inner .area_product .area_inner{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	position: relative;
}
#fnavi a.btn_main {
    position: absolute;
    top: 125px;
    left: 0;
    width: 30%;
    padding: 8px;
	line-height: 130%;
}
#fnavi .inner .area_product .area_inner .box{
	width: 31.3333%;
	padding-left: 1%;
}
#fnavi .inner .area_company,
#fnavi .inner .area_sustainability,
#fnavi .inner .area_others{
    width: 15.6666%;
    padding-left: 1%;
}
#fnavi .inner .box > ul > li {
    font-size: 85%;
}
#fnavi .inner ul li a{
	display: block;
	padding: 5px 0 5px 20px;
	position: relative;
	text-decoration: none;
}
#fnavi .inner ul li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: 5px;
}
#fnavi .inner ul li a:hover{
	background: #4A4A4A;
}
#fnavi .inner ul li a[onclick="return false;"]::after{
	width: 5px;
	height: 5px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	content: "";
	display: inline-block;
	margin: 0 0 2px 15px;
}
#fnavi .inner ul li a[onclick="return false;"]::before{
	content: none;
}
#fnavi .inner ul li a[onclick="return false;"]:hover{
	background: #000000;
}
#fnavi .inner ul li ul {
    margin-left: 20px;
}


#fnavi .inner a.nolink {
	cursor: text;
}
#fnavi .inner a.nolink:hover {
	text-decoration: none;
}
#pageTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
#pageTopBtn a {
    display: block;
    width: 50px;
}
/* footer-end */

/* ----------------------

     navigation bar

-------------------------*/
.breadcrumbs.top .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.breadcrumbs.bottom .inner {
  max-width: 1000px;
  margin: 0 auto;
}
/* navigation bar-end */

.titleType1 {
  padding: 10px 0;
  background-color: #F8F8F8;
  color: #333;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.titleType2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #AEAEAE;
  color: #00174b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.titleType3 {
  color: #00174b;
  font-size: 2rem;
  font-weight: bold;
}
.titleType4 {
  color: #00174b;
  font-size: 1.8rem;
  font-weight: bold;
}
.titleType5 {
  padding: 10px;
  border: 1px solid #E8E8E8;
  background-color: #FAFAFA;
  color: #00174b;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.underline {
  color: #0066c5;
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.underline:visited {
  color: #4240b6;
}
.wrapType1 {
  padding: 25px 50px;
  border: 1px solid #ccc;
}
.wrapType2 {
  overflow: hidden;
  /*.w710{
		width: 710px;
	}
	.w340{
		width: 340px;
	}*/
}
.wrapType2 .left {
  float: left;
}
.wrapType2 .right {
  float: right;
}
.wrapType2.fix340 > div {
  width: calc(100% - (340px + 30px));
}
.wrapType2.fix340 > div.w340 {
  width: 340px;
}
.listType1 li {
  margin-top: 25px;
}
.listType1 li:first-child {
  margin-top: 0;
}
.listType1 li > p {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
}
.listType1 .inner {
  padding-left: 25px;
}
.linkType1 {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resource/images/common/icon_arrow2.jpg);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.linkType1l {
  display: inline-block;
  padding-left: 30px;
  background-image: url(/resource/images/common/icon_arrow2l.jpg);
  background-position: 0 2px;
  background-repeat: no-repeat;
}
.linkType2 {
  display: inline-block;
  padding-left: 20px;
  background-image: url(/resource/images/common/icon_arrow1.png);
  background-position: 0 6px;
  background-repeat: no-repeat;
}
.tableType1 {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.6rem;
  box-sizing: border-box;
}
.tableType1 th,
.tableType1 td {
  padding: 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  word-break: break-word;/* 20221007ミライスタートの依頼により追加 */
}
.tableType1 th {
  background-color: #999;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
/* 20221007ミライスタートの依頼によりコメントアウト
.tableType1 .center {
  text-align: center;
}*/

br.forsp {
	display: inline;
}

/* ----------------------

TOP、製品情報 汎用

-------------------------*/
/* color */
.clr-red{
	color: #E50012;
}

/* line */
.line_black_1px{
	border-top: 1px solid #000000;
	display: block;
}

/* btn　 */
a.btn_main {
    background: #E50012;
    padding: 13px 15px 15px 15px;
    width: 90%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    border-radius: 40px;
	transition: .3s all;
	text-decoration: none;
	box-sizing: border-box;
	max-width: 355px;
	margin: 20px auto;
}

a.btn_main .arrow{
	position: absolute;
	height: 2px;
	width: 16px;
	background: #ffffff;
	right: 30px;
	top: calc(50% - 1px);
}
a.btn_main .arrow:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(135deg);
    position: absolute;
    top: -5px;
    right: 0;
}
a.btn_main:hover{
	background: #A20000;
}
a.btn_main[target="_blank"]:after {
    content: "";
    height: 20px;
    width: 20px;
    background: url(../images/common/icon_out_link_wh.png) center center no-repeat;
	background-size: contain;
    display: inline-block;
    margin: 0 0 -3px 5px;
}

/* 黒アイコン */
i.icon_black {
    background: #000000;
    color: #ffffff;
    font-size: 70%;
    padding: 3px 8px;
    margin: 0 0 0 5px;
    letter-spacing: 2px;
    border-radius: 15px;
    text-align: center;
    display: inline-block;
}

/* ----------------------

	多言語対応

-------------------------*/
/* acceptモーダル */
#yuden_gdpr_popup {
	position: fixed;
    width: 100%;
    transform: translateY(-50%);
    z-index: 9999;
    background-color: #FFF;
    top: 50%;
    left: 0;
    margin: 0 auto 0;
    padding: 50px 20px;
    text-align: center;
    box-sizing: border-box;
}
#yuden_gdpr_background {
    position: fixed;
    display: block;
    /* opacity: 0.6; */
    filter: alpha(opacity=60);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


@media (min-width: 1200px) {
	/* base */
	.ro img {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		transition: opacity .2s ease;
	}
	.ro a:hover img {
		opacity: .7;
	}

}
@media (max-width: 1199px) {
	/* base */
	html {
		min-width: 0;
	}
	.pc-view.w1200 {
		display: none;
	}
	.pc-view.w769 {
		display: block;
	}
	/*-----------------

	header-1199px

	------------------*/
	#header .region {
		right: calc(1% + 20px);
	}
	#gnavi > ul > li > a,
	#gnavi > ul > li > p a {
		font-size: 1.4rem;
	}
	/*-----------------

	footer-1199px

	------------------*/

	footer .banners .inner {
		width: 85%;
	}
	footer .banners .inner > ul {
		margin: 0 -3.3% -3.3% 0;
	}
	footer .banners .inner > ul li {
	width: 30%;
		margin: 0 3.3% 3.3% 0;
	}
	footer > .wrap {
		padding: 15px 0;
	}
	footer > .wrap .inner {
		width: 90%;
		margin: 0 auto;
	}
	footer > .wrap .copyright {
		float: none;
		text-align: center;
	}
	footer > .wrap .copyright span {
		display: block;
	}
	footer > .wrap .copyright span:after {
		display: none;
	}
	footer > .wrap .navi {
		float: none;
		margin-bottom: 15px;
	}
	footer > .wrap .navi ul {
		margin: 0 0 -5px 0;
		font-size: 0;
		text-align: center;
	}
	footer > .wrap .navi ul li {
		display: inline-block;
		float: none;
		margin: 0 0 5px 0;
		padding: 0 10px;
		font-size: 1.2rem;
	}
	#fnavi .inner > ul {
		margin: 0 -2% -20px 0;
	}
	#fnavi .inner > ul > li {
		width: 23%;
		margin: 0 2% 20px 0;
	}
}/* end max-width: 1199px */


.ui-helper-hidden-accessible {
  display: none;
}
@media (max-width: 1159px) {
}

@media (max-width: 1023px) {
	/* common */
	#page {
		padding-top: 50px;
	}

	/*-----------------

	header-1023px

	------------------*/
	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: 50px;
	}
	#header .pc-view {
		display: none;
	}
	#header .sp-view {
		display: block;
	}
	#header > .inner {
		width: auto;
		padding: 0;
	}
	#header .logo {
		padding: 0;
		background-color: transparent;
		text-align: center;
	}
	#header .logo:before {
		height: 47px;
	}
	#header .logo:after {
		display: none;
	}
	#header .logo a {
	}
	#header .logo a img {
	}
	#header .logo > img {
		margin-left: 12px;
		width: 134px;
	}
	#header .logo{
		width: 50%;
	}

	#header .sp-btns:after {
		content: "";
		display: block;
		clear: both;
	}

	#header .search {
		position: absolute;
		width: 35px;
		top: 3px;
		right: 80px;
	}
	#header .search .btn a img {
		width: 100%;
	}
	#header .search form {
		visibility: hidden;
		margin-top: 20px;
		opacity: 0;
		position: absolute;
		top: 47px;
		left: 0;
		width: 100%;
		padding: 10px 0;
		background-color: #8E8E8E;
		transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
	}
	#header .search form.active {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
		width: 100vw;
		position: absolute;
		right: -88px;
		left: auto;
	}
	#header .search .inputWrap {
		overflow: hidden;
		width: 93.75%;
		margin: 0 auto;
		padding: 6px 10px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	#header .search .inputWrap input[type="text"] {
		display: block;
		float: left;
		width: calc(100% - 60px);
		height: 40px;
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
		outline: none;
	}

	#header .search .inputWrap input[type="text"]::-webkit-input-placeholder {
		color: #999;
	}
	#header .search .inputWrap input[type="text"]::-moz-placeholder {
		color: #999;
		opacity: 1;
	}
	#header .search .inputWrap input[type="text"]:-ms-input-placeholder {
		color: #999;
	}
	#header .search .inputWrap input[type="image"] {
		display: block;
		float: right;
		width: 40px;
		margin: 0;
	}
	#header .search .inputWrap input[type="text"] {
		width: calc(100% - 55px);
	}
	#header .region {
		position: relative;
		width: 100%;
		right: 0;
		top: 0;
	}
	#gnavi .region .popup {
		width: 100%;
		position: static;
	}
	#header .region ul {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		position: static;
		top: 47px;
		width: 100%;
		padding: 0;
		background-color: #efefef;
		transition: visibility 0.2s ease, opacity 0.2s ease, margin-top 0.2s ease;
	}
	#header .region a {
		padding: 10px 0;
	}
	#gnavi .region .popup .inner a{
		padding: 20px 10px;
	}
	#header .sp-btns .menu {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#header .sp-btns .menu a {
		display: block;
		width: 47px;
		height: 31px;
		transition: all .5s;
		position: relative;
		right: 0;
		top: 0;
	}
	#header .sp-btns .menu a span{
		display: block;
		position: absolute;
		left: 0;
		width: 40px;
		height: 2px;
		background-color: #E50012;
		border-radius: 4px;
		transition: all .5s;
	}
	#header .sp-btns .menu a span:nth-child(1) {
		top: 4px;
	}
	#header .sp-btns .menu a span:nth-child(2) {
		top: 14px;
		width: 30px;
	}
	#header .sp-btns .menu a span:nth-child(3) {
		bottom: 4px;
	}
	#header .sp-btns .menu a.open span:nth-child(1){
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}
	#header .sp-btns .menu a.open span:nth-child(2){
		opacity: 0;
	}
	#header .sp-btns .menu a.open span:nth-child(3){
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}
	#header .wrap {
		float: none;
		width: 100%;
	}

	/* 小窓ヘッダー */
	header:not(#header) {
		padding: 0 0 30px 20px;
		margin: -30px 0 0 0;
	}
	#gnavi {
		display: none;
		position: absolute;
		top: 47px;
		left: 0;
		z-index: 15;
		float: none;
		width: 100%;
		/*height: calc(100vh - 47px);*/
		margin-right: 0;
		overflow: auto;
		background: #ffffff;
	}
	#gnavi > ul {
		display: block;
		width: 100%;
	}
	#gnavi > ul > li {
		float: none;
		width: auto;
		border-top: 1px solid #303030;
		line-height: 1.5;
		height: auto;
		padding: 0;
		position: relative;
		display: block;
	}

	#gnavi > ul > li:not(.sp-view) {
		display: block;
	}
	#gnavi > ul > li:first-child {
		border-top: none;
	}
	#gnavi > ul > li > a,
	#gnavi > ul > li > p a {
		display: block;
		padding: 20px 10px;
		text-align: center;
		font-size: 1.6rem;
	}
	#gnavi > ul > li > a:hover,
	#gnavi > ul > li > a{
		border-bottom: none!important;
	}
	#gnavi > ul > li .btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 60px;
		height: 100%;
		margin: auto;
		cursor: pointer;
	}
	#gnavi > ul > li .btn:after {
		content: "";
		width: 20px;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		display: block;
		transform: rotate(45deg);
		position: absolute;
		top: 25%;
		right: 20px;
		height: 20px;
	}
	#gnavi > ul > li .btn.open:after {
		transform: rotate(-135deg);
		top: 27px;
	}
	#gnavi > ul > li .btn.open {
	}
	#gnavi > ul > li.close {
		background-color: #F00;
	}
	#gnavi > ul > li.close a {
		text-align: center;
	}
	#gnavi > ul > li.close span {
		display: inline-block;
		padding-right: 15px;
		background: rgba(0,0,0,0.8);
	}
	#gnavi .popup {
		display: none;
		visibility: visible;
		position: static;
		top: 0;
		left: 0;
		width: auto;
		margin-top: 0;
		opacity: 1;
	}

	#gnavi .popup .inner {
		padding: 0;
		background-color: #4A4A4A;
		border: 0;
		display: block;
	}
	#gnavi .popup .inner a {
		color: #fff;
	}
	#gnavi .popup .inner .wrap_text > ul {
		display: block;
	}
	#gnavi .popup .inner > .wrap_text {
		padding: 0;
	}
	#gnavi .popup .inner .wrap_text > ul > li {
		display: block;
		padding: 0;
		text-align: center;
	}
	#gnavi .popup .inner .wrap_img {
		display: none;
	}
	#gnavi .popup .inner .wrap_text > ul > li:first-child > p:first-child {
		border-top: none;
	}
	#gnavi .popup .inner .wrap_text > ul > li > .titMiddle {
		margin: 0;
		padding: 0;
		font-size: 2rem;
		text-align: left;
	}
	#gnavi .popup .inner .wrap_text > ul > li > .titMiddle a {
		display: block;
		padding: 15px 10px;
		background-position: right 10px center;
		background-repeat: no-repeat;
		font-size: 80%;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul {
		/* display: none; */
		background: #333333;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul li{}
	#gnavi .popup .inner .wrap_text > ul > li > ul > li:before {
		content: none;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul li a,
	#gnavi .popup .inner .wrap_text > ul > li > ul li p a {
		text-align: left;
		padding: 15px 0 15px 30px;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul > li ul {
		display: block;
		position: static;
		width: 100%;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul > li ul a {
		padding: 15px 15px 15px 45px;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul > li > a span:after{
		content: none;
	}
	#gnavi .popup .inner .wrap_text > ul > li > ul > li > a[onclick="return false;"]::after {
		width: 10px;
		height: 10px;
		border-top: 2px solid #ffffff;
		border-right: 2px solid #ffffff;
		transform: rotate(135deg);
		content: "";
		display: inline-block;
		margin: 0 0 2px 15px;
	}
	#gnavi .popup .inner a.btn_main {
		position: static;
		width: 100%;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}
	#gnavi > ul > li.sustainability .popup .inner .wrap_text > ul > li:nth-of-type(2) {
		margin-top: 0;
	}
	#gnavi li.sustainability .popup .inner .wrap_text > ul > li > ul > li ul.column2,
	#gnavi li.sustainability .popup .inner .wrap_text > ul > li > ul > li ul.column2 li{
		width: 100%;
	}
	#gnavi li.sustainability .popup .inner .wrap_text > ul > li > ul > li:hover ul.column2 {
		width: 100%;
		display: block;
	}
	#gnavi .closePopup {
		display: none;
	}
	#gnavi .product .popup {
		left: 0;
		width: auto;
	}
	#gnavi .company .popup {
		left: 0;
		width: auto;
	}
	#gnavi .recruit .popup {
		left: 0;
		width: auto;
	}



	html:not([lang="ja"]) #gnavi > ul > li {
		/*width: auto;*/
	}
	html:not([lang="ja"]) #gnavi .company .popup {
		/*left: 0;
		width: auto;*/
	}
	#gnavi > .contact {
		width: 100%;
		padding: 0;
	}
	#gnavi > .contact a {
		padding: 20px 0;
		border-radius: 0;
		width: 100%;
		max-width: 100%;
	}
	  /*-----------------

	  footer-1023px

	  ------------------*/
	#fnavi .inner {
		flex-wrap: wrap;
		justify-content: start;
	}
	#fnavi .inner .area_product {
		max-width: 100%;
		width: 100%;
	}
	#fnavi .inner .area_product .area_inner .box {
		width: 99%;
		padding-left: 1%;
	}
	#fnavi .inner .area_company,
	#fnavi .inner .area_sustainability,
	#fnavi .inner .area_others {
		width: 32.3333%;
		padding-left: 1%;
	}
	footer > .wrap .inner {
		flex-wrap: wrap;
	}
	footer > .wrap .copyright {
		text-align: left;
		width: 100%;
		order: 2;
		font-size: 80%;
	}
	footer > .wrap .navi {
		width: 100%;
		order: 1;
		padding-right: 0;
	}
	footer > .wrap .navi ul {
		flex-wrap: wrap;
	}
	footer > .wrap .navi ul li {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	footer > .wrap .navi ul li a {
		display: block;
		padding: 10px 0;
		font-size: 140%;
	}


}/* end max-width: 1023px */

@media (max-width: 768px) {
    /* base */
	body {
		font-size: 1.2rem;
	}
	img.sp {
		display: none;
	}
	.pc-view {
		display: none;
	}
	.pc-view.w1200 {
		display: none;
	}
	.pc-view.w769 {
		display: none;
	}
	.sp-view {
		display: block;
	}


	/*-----------------

	header-768px

	------------------*/

	/* btn */
	a.btn_main:hover {
		background: #E50012;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100%;
		height: auto;
	}
	#header .pc-view {
		display: none;
	}
	#header .sp-view {
		display: block;
	}
	#header > .inner {
		width: auto;
	}
	#header .logo {
		padding: 0;
		background-color: transparent;
	}
	#header .logo:after {
		display: none;
	}
	#header .logo a {
		width: 158px;
		height: 47px;
		padding: 18px 0 0;
		box-sizing: border-box;
	}
	#header .logo a img {
		width: 134px;
		margin: 0 auto;
	}
	#header .sp-btns {
		float: right;
	}
	#header .sp-btns:after {
		content: "";
		display: block;
		clear: both;
	}
	#header .search form {
		visibility: hidden;
		margin-top: 20px;
		opacity: 0;
		position: absolute;
		top: 35px;
		left: auto;
		width: 100%;
		padding: 10px 0;
		background-color: #000;
		transition: visibility 0.2s ease, margin-top 0.2s ease, opacity 0.2s ease;
	}
	#header .search form.active {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
		top: 44px;
	}
	#header .search .inputWrap {
		overflow: hidden;
		width: 93.75%;
		margin: 0 auto;
		padding: 6px 10px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	#header .search .inputWrap input[type="text"] {
		display: block;
		float: left;
		height: 28px;
		margin: 0;
		padding: 0;
		border: none;
		background: transparent;
		outline: none;
	}
	#header .search .inputWrap input[type="text"]::-webkit-input-placeholder {
		color: #999;
	}
	#header .search .inputWrap input[type="text"]::-moz-placeholder {
		color: #999;
		opacity: 1;
	}
	#header .search .inputWrap input[type="text"]:-ms-input-placeholder {
		color: #999;
	}
	#header .search .inputWrap input[type="image"] {
		display: block;
		float: right;
		padding: 8px 10px 8px 10px;
	}
	#header .menu {
		float: left;
	}
	#header .menu a {
		display: block;
	}
	#header .wrap {
		float: none;
		width: 100%;
	}
	#gnavi {
		display: none;
		position: absolute;
		top: 47px;
		left: 0;
		z-index: 15;
		float: none;
		width: 100%;
		height: calc(100vh - 47px);
		margin-right: 0;
		overflow: auto;
	}
	#gnavi > ul {
		display: block;
	}
	#gnavi > ul > li {
		float: none;
		width: auto;
		border-top: 1px solid #303030;
		background-color: #ffffff;
		line-height: 1.5;
		height: auto;
		text-align: left;
	}
	#gnavi > ul > li:not(.sp-view) {
		display: block;
	}
	#gnavi > ul > li:first-child {
		border-top: none;
	}
	#gnavi > ul > li > p {
		position: relative;
	}
	#gnavi > ul > li > a,
	#gnavi > ul > li > p a {
		display: block;
	}
	#gnavi > ul > li .btn {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 60px;
		height: 100%;
		margin: auto;
		cursor: pointer;
	}

	#gnavi > ul > li.close {
		background-color: #F00;
	}
	#gnavi > ul > li.close a {
		text-align: center;
	}
	#gnavi > ul > li.close span {
		display: inline-block;
		padding-right: 15px;
		background-image: url(/resource/images/common/icon_close2.jpg);
		background-position: right center;
		background-repeat: no-repeat;
	}
	#gnavi .popup {
		display: none;
		visibility: visible;
		position: static;
		top: 0;
		left: 0;
		width: auto;
		margin-top: 0;
		opacity: 1;
	}
	#gnavi .popup .inner {
		padding: 0;
		background-color: #4A4A4A;
		border: 0;
	}
	#gnavi .popup .inner a {
		color: #fff;
	}
	#gnavi .popup .inner > ul {
		display: block;
	}
	#gnavi .popup .inner > ul > li {
		display: block;
		padding: 0;
	}
	#gnavi .popup .inner > ul > li.sp-view {
		display: block;
	}
	#gnavi .popup .inner > ul > li:first-child > p:first-child {
		border-top: none;
	}
	#gnavi .popup .inner > ul > li > p {
		margin: 0;
		padding: 0;
		border-top: 1px solid #3B3B3B;
		font-size: 1.4rem;
		text-align: left;
	}
	#gnavi .popup .inner > ul > li > p:first-child {
		margin: 0;
	}
	#gnavi .popup .inner > ul > li > p a {
		display: block;
		background-image: url(/resource/images/common/icon_arrow3.png);
		background-position: right 10px center;
		background-repeat: no-repeat;
	}
	#gnavi .popup .inner > ul > li > ul {
		display: none;
	}
	#gnavi .closePopup {
		display: none;
	}
	#gnavi .product .popup {
		left: 0;
		width: auto;
	}
	#gnavi .company .popup {
		left: 0;
		width: auto;
	}
	#gnavi .recruit .popup {
		left: 0;
		width: auto;
	}
	#contents .breadcrumbs {
		display: none;
	}

	/*-----------------

	footer-768px

	------------------*/
	#fnavi .inner{
		padding: 20px 0 0 0;
	}
	#fnavi .inner .area_product,
	#fnavi .inner .area_company,
	#fnavi .inner .area_sustainability,
	#fnavi .inner .area_others,
	#fnavi .inner .area_inner .box {
		width: 100%;
	}
	#fnavi .inner .area_product,
	#fnavi .inner .area_company,
	#fnavi .inner .area_sustainability,
	#fnavi .inner .area_others {
		position: relative;
	}
	#fnavi .inner .title_fnavi{
		margin: 0;
	}
	#fnavi .inner .title_fnavi a {
		padding: 15px 0 15px 20px;
		display: block;
	}
	#fnavi .inner .title_fnavi:before {
		top: 38%;
	}
	#fnavi .inner .title_fnavi:after {
		top: calc(38% + 3px);
	}
	#fnavi .inner .title_fnavi + .btn {
		height: 60px;
		width: 60px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	#fnavi .inner .title_fnavi + .btn:after {
		content: "";
		width: 20px;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
		display: block;
		transform: rotate(45deg);
		position: absolute;
		top: 25%;
		right: 20px;
		height: 20px;
	}
	#fnavi .inner .title_fnavi + .btn.open:after {
		transform: rotate(-135deg);
		top: 38%;
	}
	#fnavi .inner .area_inner,
	#fnavi .inner .area_product .area_inner{
		display: none;
	}
	#fnavi .inner .area_product .area_inner {
		flex-wrap: wrap;
	}
	#fnavi .inner .area_inner .box {
		margin-bottom: 0px;
	}
	#fnavi .inner .large_fnavi {
		margin-bottom: 0;
	}
	#fnavi .inner .large_fnavi a {
		padding: 15px 0;
		display: block;
	}
	#fnavi .inner .large_fnavi:after {
		top: 45%;
	}
	#fnavi .inner ul li a {
		padding: 15px 0 15px 20px;
	}
	#fnavi .inner ul li a:before {
		top: 45%;
	}



	#fnavi {
		padding: 15px 0;
	}
	#fnavi .inner {
		overflow: hidden;
		width: 93.75%;
	}
	#fnavi .inner > ul {
		margin: 0 -2% -10px 0;
	}
	#fnavi .inner > ul > li {
		width: 48%;
		margin: 0 2% 10px 0;
	}
	#fnavi .inner .area_product .area_inner .box {
		width: 100%;
		padding-left: 0;
	}
	#fnavi .inner .area_company,
	#fnavi .inner .area_sustainability,
	#fnavi .inner .area_others {
		width: 100%;
		padding-left: 0;
	}
	#fnavi .inner ul li a:hover {
		background: inherit;
	}

	#fnavi ul.RoHSS  {
		margin: 1.2rem 0;
	}
	#fnavi ul.RoHSS > li {
		width: 100%;
	}
	#fnavi ul.RoHSS > li p {
		font-size: 1.2rem;
		margin-bottom: 0.2rem;
	}
	#fnavi ul.RoHSS > li > ul {
		display: flex;
	}
	#fnavi ul.RoHSS > li > ul > li {
		margin: 0 2rem 0 0;
	}
	#fnavi a.btn_main {
		position: static;
		width: 100%;
		max-width: 100%;
		border-radius: 0px;
	}
	#pageTopBtn {
		bottom: 0;
		right: 0;
		width: 40px;
		height: 40px;
	}
	#pageTopBtn a {
		width: 40px;
	}
	/* footer-end */



	.titleType1 {
		padding: 10px 0;
		font-size: 1.6rem;
	}
	.titleType2 {
		padding-bottom: 5px;
		font-size: 1.6rem;
	}
	.titleType3 {
		font-size: 1.6rem;
	}
	.titleType4 {
		font-size: 1.4rem;
	}
	.titleType5 {
		padding: 5px;
		font-size: 1.4rem;
	}
	.wrapType1 {
		padding: 12.5px 25px;
	}
	.wrapType2 > div {
		margin-top: 15px;
	}
	.wrapType2 > div:first-child {
		margin-top: 0;
	}
	.wrapType2 .left {
		float: none;
	}
	.wrapType2 .right {
		float: none;
	}
	.wrapType2.fix340 > div {
		width: auto;
	}
	.wrapType2.fix340 > div.w340 {
		width: auto;
	}
	.listType1 li {
		margin-top: 12.5px;
	}
	.listType1 li > p {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.listType1 .inner {
		padding-left: 20px;
	}
	.linkType1,
	.linkType1l {
		padding-left: 25px;
		background-position: 0 2px;
		background-size: 17px auto;
	}
	.linkType2 {
		padding-left: 15px;
		background-position: 0 3px;
	}
	.tableType1 {
		font-size: 1.2rem;
	}
	.tableType1 th,
	.tableType1 td {
		padding: 10px;
	}

	br.forsp {
		display: none;
	}

	/* TOP PRODUCT共通 */



}/* end max-width: 767px */
