.mailto {
	margin: 0px auto;
	margin:0 0 -18px 0;
	padding: 0;
	list-style: none;
	clear: both;
	text-align:center;
	display: flex; /* 子要素をflexboxで揃える */
}
.mailto li {
	width: 40%;
	box-sizing: border-box;
	background: #fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin: 0 10px;	
	border-radius: 5px;
	text-align: center;
	font-size:0.9em;
	font-weight: bold;
}
.mailto li a {
	padding: 10px 0;
	display: block;
	color: #333;
}
.mailto li a:hover {
/*	background:#ccc;*/
}
.mailto li img {
	width:12%;
	height:auto;
}

/*-- グローバルメニュー --*/
.aside {
	width: 100%;
	background: #0066cc;
	overflow: hidden;
}
.aside ul {
	width: 1200px;
	margin: 0 auto;

	color: #fff;
	list-style: none;
}
.aside ul li {
	background: url("../../img/common/header-nav-line-black.svg") no-repeat left;/*グローバルメニュー仕切り線*/
	display: inline-block;
	width: 33%;
	text-align: center;
	font-size:0.9em;
	font-weight: bold;
}
.aside ul li:first-child {
	background-image: none;
}
.aside img {
	width: 12%;
	height: auto;
	margin: 10px;
	vertical-align: middle;
}
.aside a {
	color: #fff;
	display:block;
	padding: 20px 0 20px 0;
}
.aside a:hover {
	color: #fff;
}
.ie8 .aside ul li {
	float:left;
	width: 24%;
	text-align: center;
	font-size:1.0em;
}

/*-- フッター --*/
.footer-box {
	width: 100%;
	background: #fff;
	border-top: 0px solid #fff;
	overflow: hidden;
	bottom: 0px;
}
.footer {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	color: #fff;
	overflow: hidden;
}
.footer-txt {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.65em;
		color: #444;
}
.footer-txt li {
	display: inline-block;
}
.footer-txt li a {
	text-decoration: none;
	color: #444;
}
.others {
	width: 27%;
	text-align:left;
	float:left;
}
.copy {
	text-align: right;
	width: 73%;
}
/*-- ページトップ --*/
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 10px;
	opacity: 0;
	pointer-events: none; /* 非表示(.showなし)時は透明領域のクリックを拾わない。表示時のみ.showでauto化 */
	z-index: 9999!important;
		filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
/*@media only screen and (max-width:768px) {
.pagetop {
	bottom: 45px;
	right: 20px;
}
}*/
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #666;
	border-radius: 7px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	line-height: 50px;
}
.pagetop.show {
	opacity: 1;
	pointer-events: auto; /* 表示時のみクリック可能 */
	filter: alpha(opacity=45);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* メディア
-----------------------------------------------------------------------*/

/* 幅1200px以上 */
@media only screen and (min-width:1200px) {

}

/* 幅1199px以下 */
@media only screen and (max-width:1199px) {
.mailto li {
	width: 30%;
}
.aside {
	bottom: 59px;
}
.aside,.footer-box {
/*	position: static;*/
}
.aside ul {
	width:90%;
	text-align: center;
}
.aside ul li {
	font-size:0.75em;
}
.aside img {
	display:none;
}
.footer {
	width:90%;
}
.copy {
	float:none;
	width: 95%;
	text-align:center;
}
/*--■■■お問い合わせ・カタログ請求・お申込み2--*/
.mailto {
	margin: 0px 0;
	margin-bottom: -20px;
	padding: 0;
	list-style: none;
	clear: both;
	text-align:center;
	display: flex; /* 子要素をflexboxで揃える */
}
.mailto li {
	box-sizing: border-box;
	font-size:0.7em;
	padding: 5px 8px;
}
.others {
	width: 99%;
	margin-top: 10px;
	text-align:center;
	float:none;
}
}

/* PC 横 */
@media only screen and (max-width:768px) {
.aside {
	bottom: 75px;
}
.aside ul li {
	width:99%;
		border-bottom:1px solid #fff;
		font-size:0.7em;
	background:  none;
}
.aside a {
	padding: 10px 0 10px 0;
}
.aside ul li:last-child {
		border-bottom:none;
}
}

/* スマホ 横 */
@media only screen and (max-width:640px) {
.mailto {
	margin: 0px 0px;
	margin-bottom: -20px;
}
.mailto li {
	font-weight:normal;
	font-size:11px;
	line-height:11px;
}
.mailto li img {
	width:30%;
	height:auto;
	margin-bottom: 10px;
}
}
@media only screen and (max-width:480px) {

}
/* 印刷 */
@media print {
.pagetop{
	display:none;
}
.others {
	width: 100%;
	text-align:center!important;
	float:inherit!important;
}
.copy {
display: none!important;
}
}

/* ===== フッターCTA(お客様相談センター/お問合せフォーム): product/nigeru #Mailto 形式 2026-06-12 ===== */
.footer-cta {
  max-width: 1000px;
  width: 98%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
}
.footer-cta li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border: 3px solid #FFF;
  width: calc(100% / 2);
  background: #e3f5ff;
  box-sizing: border-box;
  position: relative;
}
.footer-cta li a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.footer-cta li > div img:first-child {
  width: 70px;
  margin: 20px;
}
.footer-cta li > div:last-child {
  width: calc(100% - 150px);
  padding-left: 10px;
  text-align: left;
}
.footer-cta li > div > h3 {
  color: #2A80C1;
  margin: 0;
  font-size: 21px;
}
.footer-cta li > div > .sub {
  color: #2A80C1;
}
@media screen and (max-width: 900px) {
  .footer-cta li > div img:first-child { width: 50px; margin: 20px; }
  .footer-cta li > div:last-child { width: calc(100% - 80px); padding-left: 0; }
  .footer-cta li > div > h3 { font-size: 17px; }
  .footer-cta li > div > .sub { font-size: 15px; }
}
@media screen and (max-width: 768px) {
  .footer-cta li > div img:first-child { width: 40px; margin: 20px; }
}
@media only screen and (max-width: 640px) {
  .footer-cta { width: 70%; }
  .footer-cta li { width: 100%; }
}
@media only screen and (max-width: 480px) {
  .footer-cta { width: 100%; }
}
