/* ------------------------------
@@@@main.css@¦ƒXƒ}ƒz—p¦
--------------------------------- */
html {
  font-size: 62.5%; /*10px*/
}
body {
  /*	font-family: "ŸàƒSƒVƒbƒN‘Ì", "Yu Gothic", YuGothic, "ƒqƒ‰ƒMƒmŠpƒS Pro", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", "Meiryo", sans-serif;*/
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  opacity: 1;
  -moz-opacity: 1;
}
a img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
a img:hover {
  opacity: .6;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60); /* IE lt 8 */
  -ms-filter: 'alpha(opacity=60)'; /* IE 8 */
}
a:link {
  color: #148fdb;
}
a:visited {
  color: #5f80a3;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
img {
  border: 0 !important;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.switch {
  visibility: hidden;
}
/*==================================
header
==================================*/
header {
  background-color: #fff;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ff9934;
}
.logoArea {
  width: 50px;
  margin: 2px 0 0 8px;
  padding-bottom: 4px;
}
.logoArea img {
  width: 50px;
  margin-bottom: 10px;
}
/*==================================
footer
==================================*/
#footer {
  clear: both;
  width: 100%;
  margin: 0 !important;
  color: #fff;
  background-color: #ee8100;
}
/* footerinner */
#footer #footerinner {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
#footerinner .logoarea {
  display: none;
}
#footerinner .footer_naviarea {
  width: 95%;
}
#footerinner .footer_naviarea .footer_navi1 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  width: 100%;
  margin-top: 0;
}
#footerinner .footer_naviarea .footer_navi2 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
  line-height: 2;
  width: 100%;
  margin-top: 15px;
}
#footerinner .footer_naviarea li {
  float: left;
  margin-left: 10px;
  padding-left: 15px;
  background: url(../../../common_new/images/mark_o.png) no-repeat 7px center;
}
#footerinner .footer_naviarea li.pclink {
  display: none;
}
#footerinner .footer_naviarea li a {
  color: #fff !important;
}
/* sns */
#footer #footerinner .snscate {
  width: 80%;
  margin: 2% auto 0;
}
#footer #footerinner .snscate ul {
  clear: both;
  overflow: hidden;
}
#footer #footerinner .snscate ul li {
  float: left;
  width: 24%;
  margin-left: 14%;
}
#footer #footerinner .snscate ul li:first-child {
  margin-left: 0;
}
#footer #footerinner .snscate ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* copyright */
.copyright {
  margin-top: 10px;
  font-size: 11px !important;
  font-size: 1.1rem !important;
  font-weight: bold;
  text-align: center;
}
/*==================================
maincate
==================================*/
#maincate {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px;
}
#maincate .btn_download {
  display: flex;
  justify-content: center;
}
#maincate .btn_download li {
  width: 90%;
  margin: 30px 0 0;
}
#maincate .btn_download li.sp_none {
  display: none;
}
#maincate .btn_download a {
  background-color: #e0041d;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  display: block;
  transition: all 0.5s ease 0s;
}
#maincate .btn_download a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #012063;
}