/* ------------------------------
@@@@main.css@¦PC—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.6rem;
  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 {
  opacity: 1;
  text-decoration: none;
}
a img {
  transition: opacity 0.3s ease-out 0s;
}
a img:hover {
  opacity: 0.6;
}
a:link {
  color: #148fdb;
}
a:visited {
  color: #5f80a3;
}
a:hover {
  color: #f60;
  text-decoration: underline;
}
a:active {
  color: #148fdb;
  text-decoration: underline;
}
.switch {
  visibility: hidden;
}
/*==================================
header
==================================*/
header {
  background-color: #fff;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 2px solid #ff9934;
}
.logoArea {
  width: 70px;
  margin: 2px 0 0 8px;
  padding-bottom: 4px;
}
.logoArea img {
  width: 70px;
  margin-bottom: 10px;
}
/*==================================
footer
==================================*/
#footer {
  background-color: #ee8100;
  color: #fff;
  height: 180px;
  margin: 0;
  width: 100%;
}
#footer #footerinner {
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
  width: 900px;
}
#footerinner .logoarea {
  float: left;
  height: 100px;
  text-align: center;
  width: 100px;
}
#footerinner .footer_naviarea {
  float: left;
  height: 100px;
  margin-left: 30px;
  width: 520px;
}
#footerinner .footer_naviarea .footer_navi1 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 20px;
  overflow: hidden;
  width: 520px;
}
#footerinner .footer_naviarea .footer_navi2 {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 15px;
  width: 520px;
}
#footerinner .footer_naviarea li {
  background: rgba(0, 0, 0, 0) url(../../../common_new/images/mark_o.png) no-repeat scroll 7px center;
  float: left;
  margin-left: 10px;
  padding-left: 15px;
}
#footerinner .footer_naviarea li.splink {
  display: none;
}
#footerinner .footer_naviarea li a {
  color: #fff;
}
#footer #footerinner .snscate {
  float: right;
  width: 150px;
}
#footer #footerinner .snscate ul {
  clear: both;
  overflow: hidden;
}
#footer #footerinner .snscate ul li {
  float: left;
  margin-left: 10px;
  width: 40px;
}
#footer #footerinner .snscate ul li:first-child {
  margin-left: 0;
}
#footer #footerinner .snscate ul li img {
  width: 40px;
}
.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
/*==================================
maincate
==================================*/
#maincate {
  width: 900px;
  margin: 0 auto;
  padding: 20px 0 60px;
}
#maincate .btn_download {
  display: flex;
  justify-content: center;
}
#maincate .btn_download li {
  width: 40%;
  margin: 30px 10px 0;
}
#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;
}