@charset "UTF-8";
/* General */
.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(31, 127, 194, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
/*
	///////レスポンシブ用指定///////
*,
*:before,
*:after {
	box-sizing:inherit;
}
html {

	box-sizing:border-box;
	font-size:62.5%;

}
*/
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: normal;
  src: url("../font/NotoSansCJKjp-Regular.eot"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansCJKjp-Medium-subset.eot"), url("../font/NotoSansCJKjp-Medium-subset.woff") format("woff"), url("../font/NotoSansCJKjp-Medium-subset.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NotoSansCJKjp-Bold-subset.eot"), url("../font/NotoSansCJKjp-Bold-subset.woff") format("woff"), url("../font/NotoSansCJKjp-Bold-subset.ttf") format("truetype");
}
body {
  /*
  ///////レスポンシブ用指定///////

  font-size:1.4rem;

  */
  line-height: 1.9;
  font-size: 1.4rem;
  font-family: "Lucida Grande","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Meiryo","メイリオ","sans-serif";
  color: #333;
}

a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}
a:hover img, a:active img, a:focus img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

img {
  /*
  ///////レスポンシブ用指定///////

  max-width:100%;
  height:auto;
  box-sizing:content-box;

  */
  vertical-align: middle;
  line-height: 1;
}

/*
	///////レスポンシブ用指定///////

	※AndroidChromeで文字サイズが大きくなるバグを無効化

h1, h2, h3, h4, h5, h6 {
	max-height:100%;
}
*/
input[type="button"], input[type="submit"], input[type="reset"], label {
  cursor: pointer;
}

.dummy {
  text-decoration: line-through !important;
  color: #f00 !important;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

/* Layout */
/*==============================
共通要素
==============================*/
/*==============================
ヘッダー
==============================*/
.l-header {
  margin: 1.1rem 1rem 1rem;
}
.l-header .header-logo {
  float: left;
}
.l-header .header-btn {
  float: right;
}
.l-header .header-btn li:first-child {
  margin: 0 1.5rem 0 0;
}

/*==============================
グローバルナビ
==============================*/
.l-mv{
  margin:0 auto -2px;
}
.l-mv img {
  width: 100%;
  height: auto;
}

/*==============================
コンテンツ
==============================*/
.l-contents .mainbox {
  margin: 0 0 3.5rem;
}
.l-contents .mainbox img {
  width: 100%;
  height: auto;
}
.l-contents .smallbox {
  padding: 0 4%;
}

/*==============================
フッター
==============================*/
.l-footer {
  padding: 0;
}
.l-footer .footer-nav {
  text-align: center;
}
.l-footer .footer-nav li {
  display: inline-block;
  font-size: 0.8rem;
}
.l-footer .footer-nav li:first-child:after {
  content: "｜";
}
.l-footer .footer-nav a {
  color: #363636;
}
.l-footer .l-copyright {
  margin: 10px;
  text-align: center;
  font-size: 0.8rem;
  color: #363636;
}
/*20170130*/
.l-header{
	position: fixed;
	top:0;
	left: 0;
	margin: 0;
	background: #fff;
}
.l-header .header-menu{
	width: 40px;
}
.l-header .header-menu:first-child img{
	box-sizing: border-box;
	padding: 0.2rem;
}
.l-mv{
	margin-top: 51px;
}
.l-navi{
	display:none;
	width: 100%;
}
.menu-outer{
display: block;
position: static;
}
.menu-outer .js-menu{
	position: static;
}

.l-header img{
	width: 100%;
	height: auto;
}
