@charset "UTF-8";
/*******************************************
 * 共通css
 *
 * menu
 * 1. reset(import)
 * 2. layout base
 * 3. heder(import)
 * 4. footer(import)
 ******************************************/
/***** 1. reset(less用) *******************/
/*---------------------------------------------
	Browser Default Initialization
  ---------------------------------------------*/
html {
  height: 100%;
  overflow-y: scroll;
}
html * {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
body,
div,
dl,
dt,
dd,
ul,
ul li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
ul li {
  list-style-type: none;
}
/*---------------------------------------------
	body
  ---------------------------------------------*/
body {
  font-size: 11px;
  line-height: 160%;
  text-align: left;
  -webkit-text-size-adjust: none;
}
/*---------------------------------------------
	Anchor
  ---------------------------------------------*/
a {
  outline: none;
  text-decoration: none;
  color: #0063b1;
}
a img {
  border: none;
}
a:link {
  text-decoration: none;
  color: #0063b1;
}
a:visited {
  text-decoration: none;
  color: #0063b1;
}
a:hover {
  text-decoration: underline;
  color: #0063b1;
}
a:active {
  text-decoration: underline;
  color: #0063b1;
}
/*---------------------------------------------
	list
  ---------------------------------------------*/
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*---------------------------------------------
	clearfix
  ---------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height:auto;
	overflow:hidden;
	/**/
}

/***** 2.layout base **************/
body {
    background: #000a14;
  width: 100%;
  overflow: hidden;
}
/***** 3. heder(less用import) **************/
header {
  margin: 0 auto;
}
header #header_inner {
  width: 94%;
  margin: 0 auto;
  padding: 3%;
  position: relative;
}
header #header_inner .head_log {
  width: 45%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  z-index: 99;
}
header #header_inner #dateInfo {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 3% 0 2%;
}
header #header_inner #head_sun {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 70%;
  height: auto;
}
header #header_inner .block-header_right {
  float: right;
  vertical-align: middle;
  width: 55px;
  height: 55px;
}
header #header_inner .menu-trigger,
header #header_inner .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
header #header_inner .menu-trigger {
  position: relative;
  width: 100%;
  height: auto;
  padding: 50%;
  background: #000a14;
  z-index: 201;
}
header #header_inner .menu-trigger span {
  position: absolute;
  left: 15px;
  width: 25px;
  height: 3px;
  background-color: #CCC;
}
header #header_inner .menu-trigger span:nth-of-type(1) {
  top: 20px;
}
header #header_inner .menu-trigger span:nth-of-type(2) {
  top: 27px;
}
header #header_inner .menu-trigger span:nth-of-type(3) {
  bottom: 18px;
}
header #header_inner .menu-trigger.active {
  background-color: #000a14;
  opacity: 0.8;
}
header #header_inner .menu-trigger.active span {
  background-color: #fff;
}
header #header_inner .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rtranslateY(6px) rotate(-315deg);
  -ms-transform: translateY(6px) rotate(-315deg);
  -o-transform: translateY(6px) rotate(-315deg);
  transform: translateY(6px) rotate(-315deg);
}
header #header_inner .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header #header_inner .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  -ms-transform: translateY(-8px) rotate(315deg);
  -o-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
header #toggle_menu {
  position: absolute;
  clear: both;
  top: 0;
  width: 100%;
  display: none;
  background: #000;
  opacity: 0.9;
  z-index: 200;
  padding-top: 20%;
  overflow: hidden;
}
header #toggle_menu li {
  text-align: center;
  height: 12%;
}
header #toggle_menu li img {
  zoom: 0.6;
}
/***** 4. footer(less用import) *************/
footer {
  width: 100%;
  background: #222;
  color: #919191;
  position: absolute;
  font-size: 1.2rem;
  z-index: 2;
}
footer #newsInfo {
  padding: 6% 6% 0;
}
footer #newsInfo h3 {
  text-align: center;
}
footer #newsInfo h3,
footer #newsInfo time,
footer #newsInfo p,
footer #newsInfo a {
  font-size: 1.1rem;
  padding-bottom: 3%;
}
footer #newsInfo a {
  color: #919191;
  text-decoration: underline;
}
footer #footer_inner {
  text-align: center;
  border-top: 1px solid #000;
  padding: 6% 0 6%;
}
footer #footer_inner p a {
  text-decoration: underline;
  color: #919191;
}
footer #footer_inner #footerGuide li {
  font-size: 1rem;
  line-height: 1.5em;
}
footer #footer_inner #footerGuide li a {
  color: #919191;
}
footer #footer_inner #footerGuide h4,
footer #footer_inner #footerGuide aside {
  font-size: 1.1rem;
}
footer #footer_inner #footerGuide h5 {
  font-size: 0.8rem;
}
footer #footer_inner #footerMenu ul {
  display: table;
  table-layout: fixed;
}
footer #footer_inner #footerMenu ul.cell1 {
  width: 95%;
  margin: 4% auto 2%;
}
footer #footer_inner #footerMenu ul.cell1 li {
  display: table-cell;
  width: 29%;
}
footer #footer_inner #footerMenu ul.cell1 li a {
  color: #919191;
}
footer #footer_inner #footerMenu ul.cell1 li:nth-child(2) {
  border-right: solid 1px #919191;
  border-left: solid 1px #919191;
}
footer #footer_inner #footerMenu ul.cell1 li:last-child {
  width: 40%;
}
footer #footer_inner #footerMenu ul.cell2 {
  width: 90%;
  margin: 0 auto 4%;
}
footer #footer_inner #footerMenu ul.cell2 li {
  display: table-cell;
  width: 30%;
}
footer #footer_inner #footerMenu ul.cell2 li a {
  color: #919191;
}
footer #footer_inner #footerMenu ul.cell2 li.blank {
  width: 45%;
}
footer #footer_inner #footerMenu ul.cell2 li.blank:after {
  margin: 0 0 0 1px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/icon/blank.png);
  background-size: contain;
  vertical-align: middle;
}
footer #footer_inner #footerMenu ul.cell2 li:not(:last-child) {
  border-right: solid 1px #919191;
}


footer #footer_inner #footerMenu ul.cell3 {
    width: 90%;
    margin: 0 auto 4%;
}
footer #footer_inner #footerMenu ul.cell3 li {
    display: table-cell;
    width: 30%;
}
footer #footer_inner #footerMenu ul.cell3 li a {
    color: #919191;
}
footer #footer_inner #footerMenu ul.cell3 li.blank {
    width: 45%;
}
footer #footer_inner #footerMenu ul.cell3 li.blank:after {
    margin: 0 0 0 1px;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon/blank.png);
    background-size: contain;
    vertical-align: middle;
}
footer #footer_inner #footerMenu ul.cell3 li:not(:last-child) {
    border-right: solid 1px #919191;
}
