@charset "UTF-8";
/*----------------------------------------------------
	☆Reset
----------------------------------------------------*/
html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}
body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
}
body {
  color: #222;
  font-family: "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem; /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#fancybox-wrap, #fancybox-wrap *, #fancybox-tmp, #fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
a, a:link, a:hover, a:focus {
  color: #FF0000;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}
a:hover {
  color: #222;
  text-decoration: none;
}
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #DDD;
  color: #444; /* Safari */
}
::-moz-selection {
  background-color: #DDD;
  color: #444; /* Firefox */
}
a {
  display: inline-block;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------------
	☆Crearfix
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  font-size: 0.1em;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
/* End hide from IE-mac */
/*----------------------------------------------------
	☆br clear
----------------------------------------------------*/
br.clear {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  br.clear {
    display: block !important;
    content: " ";
  }
}
div.clear {
  clear: both;
  line-height: 0px;
}
/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 100;
}
#topcontrol a {
  background: url(/cmn/cmn_js/scrolltop/scrollup.png) center center no-repeat;
  background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat\9; /* IE8 and below */
  *background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE7 and below */
  _background: url(/cmn/cmn_js/scrolltop/scrollup.gif) center center no-repeat; /* IE6 */
  background-size: 40px 40px;
  font-size: 0;
  text-decoration: none;
  display: block;
  height: 38px;
  width: 38px;
  opacity: 0.7;
  border-radius: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
#topcontrol a:hover {
  background-size: 54px 54px;
  opacity: 1;
  height: 50px;
  width: 50px;
}
/*----------------------------------------------------
	☆base contents
----------------------------------------------------*/
/*-- WRAP --*/
#wrap {
  padding-top: 80px;
}
/*-- HEADER --*/
#header {
  border-top: 4px solid #FF0000;
  background-color: #FFF;
  border-bottom: 1px solid #EEEEEE;
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#header * {
  letter-spacing: normal;
}
#header div.inr {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 15px;
  width: 100%;
}
#header div.inr .logo {
  float: left;
  line-height: 0;
  padding: 21px 10px 0 0;
  width: 250px;
}
#header div.inr .logo img {
  max-width: 250px;
  width: 100%;
}
#header div.inr .hdR {
  float: left;
  padding: 22px 0 0 0;
  width: auto;
}
#header #companyLogo {
  position: absolute;
  top: 30px;
  right: 0;
  width: 135px;
}
#header #companyLogo img {
  height: auto;
  width: 70%;
}
#gNav {}
#gNav > ul > li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
  padding-bottom: 22px;
}
#gNav > ul > li > a {
  color: #444;
  padding: 10px 5px 20px 5px;
  text-decoration: none !important;
  transition: 0.2s;
}
#gNav > ul > li > a:hover {
  color: #000;
}
#gNav > ul > li > a.current {
  color: #FF0000;
}
#gNav > ul > li i {
  display: none !important;
}
#gNav ul li #megaMenu {
  background-color: #FFF;
  z-index: 1000;
  height: 0px;
  width: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  display: none !important;
}
#gNav ul li#megaSwitch:hover, #gNav ul li#megaSwitch:hover > a {
  color: red;
}
#gNav ul li#megaSwitch:hover #megaMenu {
  height: auto;
  opacity: 1;
  max-height: 9999px;
  transition: 0.6s;
  top: 76px;
}
#gNav ul li #megaMenu .megaMenuInr {
  margin: 0 auto;
  max-width: 1280px;
  padding: 35px 20px;
}
#gNav ul li#megaSwitch #megaMenu .mmL {
  float: left;
  padding-top: 60px;
  padding-left: 20px;
  width: 20%;
}
#gNav ul li#megaSwitch #megaMenu .mmL .jp {
  color: #222;
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .en {
  color: #AAA;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .en:after {
  background-color: #FF0000;
  content: '';
  display: block;
  margin-top: 25px;
  height: 1px;
  width: 40px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .btn a {
  border: 2px solid #000;
  color: #222;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 12px 20px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
  min-width: 180px;
}
#gNav ul li#megaSwitch #megaMenu .mmL .btn a:hover {
  border: 2px solid #FF0000;
}
#gNav ul li#megaSwitch #megaMenu .mmR {
  float: right;
  width: 80%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul {
  overflow: hidden;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li {
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 0 1% 10px 0;
  width: 24%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a {
  background-color: #FFF;
  border: 1px solid #DDD;
  color: #222;
  display: table;
  text-decoration: none;
  transition: 0.2s;
  width: 100%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a:hover {
  border: 1px solid #FF0000;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .img {
  display: table-cell;
  padding: 10px 15px 5px 10px;
  vertical-align: middle;
  width: 38%;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .img img {
  height: auto;
  width: 100%;
  min-width: 80px;
}
#gNav ul li#megaSwitch #megaMenu .mmR ul li a .name {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  width: 67%;
}
#maskLayer {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  max-height: 0;
}
#maskLayer.active {
  opacity: 1;
  max-height: 9999px;
  z-index: 100;
  transition: 0.3s;
}
/*デバイスの横幅が1100px以下の場合*/
@media only screen and (max-width: 1100px) {
  #gNav ul li#megaSwitch #megaMenu .mmR ul li {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 1% 5px 0;
  }
  #gNav ul li#megaSwitch #megaMenu .mmR ul li a .img img {
    min-width: 60px;
  }
  #gNav ul li#megaSwitch #megaMenu .mmL .btn a {
    min-width: 120px;
  }
}
/*デバイスの横幅が1000px以下の場合*/
@media only screen and (max-width: 1100px) {
  #gNav > ul > li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px;
    padding-bottom: 22px;
  }
}
/*==========================================*/
/*==========================================*/
/*-- MV --*/
#mv {
  background-size: cover;
  height: 150px;
  display: block;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#444D54), to(#020004));
  background: -webkit-linear-gradient(left top, #444D54, #020004);
  background: -moz-linear-gradient(left top, #444D54, #020004);
  background: -o-linear-gradient(left top, #444D54, #020004);
  background: linear-gradient(to right bottom, #444D54, #020004);
}
#mv .mvInr {
  height: 150px;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#mv .cName {
  color: #FFF;
  height: 150px;
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
  width: 100%;
  transition: 0.2s;
}
#mv .cName span {
  transition: 0.2s;
  vertical-align: middle;
}
#mv .cName span.jp {
  color: #FFF;
  font-weight: 600;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
#mv .cName span.en {
  color: #AAA;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-left: 10px;
}
#mvMaterial {
  background-size: cover;
  height: 390px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, right bottom, from(#444D54), to(#020004));
  background: -webkit-linear-gradient(left top, #444D54, #020004);
  background: -moz-linear-gradient(left top, #444D54, #020004);
  background: -o-linear-gradient(left top, #444D54, #020004);
  background: linear-gradient(to right bottom, #444D54, #020004);
}
#mvMaterial .mvInr {
  height: 390px;
  display: table;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#mvMaterial .mvInr .mvCell {
  background-position: 88% center;
  background-repeat: no-repeat;
  background-size: auto 350px;
  height: 390px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mvMaterial .mvInr .mvCell .cName {
  border: 1px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  padding: 5px 15px;
}
#mvMaterial .mvInr .mvCell h1 {
  color: #FFF;
  font-weight: 600;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#mvMaterial .mvInr .mvCell p.txt {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  max-width: 600px;
}
#mvMaterial.news {
  height: 240px;
}
#mvMaterial.news .mvInr {
  height: 240px;
}
#mvMaterial.news .mvInr .mvCell {
  height: 240px;
}
#mvMaterial.news .mvInr .mvCell p.txt {
  margin-bottom: 0px;
}
#mvMaterial.news .mvInr .mvCell .cName {
  margin-bottom: 10px;
}
#mvMaterial .mvInr .mvCell ul {}
#mvMaterial .mvInr .mvCell ul li {
  display: inline-block;
}
#mvMaterial .mvInr .mvCell ul li a {
  border: 2px solid #FFF;
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-right: 10px;
  padding: 9px 30px;
  text-decoration: none;
}
#mvMaterial .mvInr .mvCell ul li a i {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 7px;
}
/*==========================================*/
/*-- BREADCHUMBS --*/
#breadChumbs {
  background-color: #F2F5F8;
  border-bottom: 1px solid #E0E0E0;
  margin: 1px auto 0;
  padding: 15px 0 15px;
}
#breadChumbs p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0 auto;
  transition: 0.2s;
  max-width: 1280px;
  padding: 0 30px;
}
#breadChumbs p a {
  color: #777;
  text-decoration: none;
}
#breadChumbs p a.currentPoint {
  color: #222;
  text-decoration: none;
}
/*-- CONTENTS --*/
#contents {
  margin: 0 auto 0;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#main {
  background-color: #FFF;
  margin: 0 auto 0;
  min-height: 500px;
  position: relative;
}
#main section {
  margin: 0 auto 0;
  max-width: 1280px;
  padding-left: 30px;
  padding-right: 30px;
}
/*-- FOOTER --*/
#footer {
  background-color: #FF0000;
  padding: 20px 20px 20px;
  text-align: center;
}
#footer div.inr {
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}
#footer div.inr small {
  color: #FFF;
  font-family: 'Ropa Sans', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
#my-button {
  display: none;
  position: absolute;
  top: 17px;
  left: 15px;
  transition: 0.2s;
  width: 28px;
}
#my-button a {
  border-radius: 4px;
  display: block;
  text-decoration: none;
  padding: 0;
}
#my-button a:hover {
  text-decoration: none;
}
#my-button .menuName {
  color: #FFF;
  display: inline-block;
  font-size: 8px;
  padding-top: 0px;
  text-align: center;
}
.menu-trigger, .menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
  text-decoration: none;
}
.menu-trigger {
  position: relative;
  /*
	width: 28px;
	*/
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
html.mm-opened .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
html.mm-opened .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}
#my-button a:hover .menu-trigger span {}
/** 20211119 デザイン課追加分 **/
.point_wrap {
  display: block !important;
  margin: 0 0 40px 0;
}
.point_wrap .img {
  text-align: center;
}
.point_wrap .txt {
  width: 630px;
}
.point_wrap .txt p span {
  font-size: 1.8rem;
  background: none !important;
  display: block !important;
  font-weight: normal;
}
.anzen_txt {
  margin: 40px auto 60px;
}
.head02 span {
  font-size: 1.3rem;
}
.head03 span {
  font-size: 1.5rem;
}
img.anzen_img {
  width: 80%;
  max-width: 1000px;
}
/*スマートフォン0〜960px*/
@media screen and (max-width:960px) {
  img.anzen_img {
    width: 100%;
  }
}
/*SNS*/
li.li06 img {
  width: 90px;
  vertical-align: middle;
}
li.li07 img {
  height: 25px;
  vertical-align: middle;
}
/*==========================================*/
/*-- 20230424デザイン課追加 --*/
/*==========================================*/
.icon_new {
  background-color: #ff0000;
  color: #fff;
  padding: 1rem;
  border-radius: 25px;
  display: block;
  width: 120px;
  text-align: center;
  margin: 10px 0 0 0;
}
/*==========================================*/
/*-- 20230714デザイン課追加 --*/
/*==========================================*/
.image_size img {
  width: 75%;
  height: auto;
}
/*スマートフォン0〜960px*/
@media screen and (max-width:960px) {
  .image_size img {
    width: 90% !important;
    height: auto !important;
  }
}
/*==========================================*/
/*-- 20230831デザイン課追加 --*/
/*==========================================*/
.sp_sns {
  background-color: #fff;
  text-align: center;
}
.sp_sns img {
  margin: 10px 10px 8px 0;
  background-color: #fff;
}
/*==========================================*/
/*-- 20241007デザイン課追加 お問い合わせ関連 --*/
/*==========================================*/
#contents {
  margin: 0 auto 0;
  padding: 0 0;
  position: relative;
  z-index: 2;
}
#contents .formArea {
  overflow: hidden;
}
body#detail #main {
  padding-top: 60px;
  padding-bottom: 50px;
}
#main section {
  margin: 0 auto 80px;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
#contents .formArea .formAreaL {
  float: left;
  width: 47%;
}
#contents p, #contents li, #contents dt, #contents dd, #contents th, #contents td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}
#contents .formArea .formAreaR {
  float: right;
  width: 47%;
}
#contents .submitBtn {
  padding-top: 30px;
}
#contents .submitBtn input {
  display: inline-block;
  padding: 10px 20px;
  min-width: 300px;
}
#mv2 {
  background-size: cover;
  border-bottom: 5px solid #FF0000;
  display: block;
  position: relative;
  padding: 0 20px;
  width: 100%;
}
#mv2 #mvInr {
  display: table;
  height: 200px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  position: relative;
}
#mv2 #mvInr .cell {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
  padding: 20px 0;
  width: 100%;
}
#mv2 #mvInr h1 {
  display: block;
  letter-spacing: 0.1em;
}
h1.contact_list-left {
  width: 30%;
  display: inline-block !important;
}
#mv2 #mvInr h1 span.name {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Sans Japanese', "MS PGothic", sans-serif;
}
#mv2 #mvInr h1 span {
  display: block;
  letter-spacing: 0.1em;
}
.contact_list {
  display: inline-block;
}
#mv2 #mvInr p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9;
  padding-top: 25px;
}
.contact_list li {
  display: inline-block;
  margin: 10px 15px 0 0;
}
#mv2 #mvInr h1 em {
  color: #999;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-left: 15px;
  padding-top: 5px;
}
#contents .formArea input, #contents .formArea textarea {
  margin-bottom: 15px;
  width: 100%;
}
#contents .formArea .radio-308 input {
  display: inline-block;
  width: auto;
}
/*==========================================*/
/*-- 20241008デザイン課追加 お問い合わせ関連 --*/
/*==========================================*/
#topNews {
  padding-bottom: 60px;
  margin: 40px auto 0;
}
#topNews .inr {
  margin: 0 auto;
}
#topNews .inr .tabMenu {
  background-color: #FAFAFE;
  border-bottom: 1px solid #DDDDDD;
  display: block;
  margin-bottom: 50px;
}
#topNews .inr .tabMenu ul {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
#topNews .inr .tabMenu ul li.current {
  color: #000;
}
#topNews .inr .tabMenu ul li {
  color: #CCC;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  font-size: 2rem;
  float: left;
  letter-spacing: 0.1em;
  text-align: center;
  width: 50%;
  position: relative;
  transition: 0.5s;
}
#topNews .inr .tabMenu ul li:before {
  left: 50%;
}
#topNews .inr .tabMenu ul li:before, #topNews .inr .tabMenu ul li:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #ff0000;
  transition: 0.5s;
}
#topNews .inr .tabMenu ul li span {
  display: block;
  padding: 30px 20px 25px;
}
#topNews .inr .tabMenu ul li.current em {
  color: #ff0000;
}
#topNews .inr .tabMenu ul li span em {
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 10px;
}
#topNews .inr .tabMenu ul li.current:before, #topNews .inr .tabMenu ul li.current:after {
  width: 50%;
}
#topNews .inr .tabMenu ul li:after {
  right: 50%;
}
#topNews .inr #tab .tabBox {
  margin: 0 auto;
  max-width: 1100px;
}
#topNews .inr #tab ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 10px;
}
#topNews .inr #tab ul li a {
  color: #000000;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  overflow: hidden;
}
#topNews .inr .newsBtn {
  padding-top: 20px;
  text-align: right;
  margin: 0 auto;
  width: 90%;
}
#topNews .inr .newsBtn a {
  border: 2px solid #999;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 8px 20px;
  min-width: 120px;
  text-decoration: none;
  text-align: center;
  transition: 0.2s;
}
span.new {
  color: #FF0000 !important;
}
@media only screen and (max-width: 870px) {
  #topNews .inr .tabMenu {
    margin-bottom: 0;
  }
  topNews .inr .tabMenu ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #topNews .inr .tabMenu ul li span {
    display: block;
    padding: 25px 20px 20px;
  }
  #topNews .inr .tabMenu ul li span em {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.7;
    margin-left: 0;
    padding-top: 5px;
  }
  h1.contact_list-left {
    width: 100%;
    display: block !important;
  }
  #mv2 #mvInr {
    height: auto;
  }
  #mv2 #mvInr .cell {
    height: auto;
  }
}