@charset "UTF-8";
/****************************************

    Reset

*****************************************/
/* Reset Style */
html {
  font-size: 62.5%;
  overflow-y: scroall;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

img,
object,
embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style-type: none;
}

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

em, strong {
  font-weight: bold;
}

/****************************************

    Link

*****************************************/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.disable {
  color: #333;
  cursor: default;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a.disable:hover {
  text-decoration: none;
}

.blank {
  display: inline-block;
  background: url("../img/ico_blank.png") no-repeat right center;
  padding-right: 28px;
}

a.default:link {
  color: #0000ff;
  text-decoration: underline;
}
a.default:link:hover {
  text-decoration: none;
}

a.default:visited {
  color: #800080;
}

a.default:active {
  color: #ff8000;
}

a.default:hover {
  color: #b80120;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

/****************************************

    common

*****************************************/
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table-cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.serif {
  font-family: 'YuMincho','Yu Mincho','游明朝','ヒラギノ明朝 ProN W6','HiraMinProN-W6','HG明朝E','ＭＳ Ｐ明朝','MS PMincho','MS 明朝',serif;
}

.over {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -webkit-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.over:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.scale-up {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-up:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.scale-down {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.scale-down:hover {
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}

.grow img {
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.grow img:hover {
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.mcf:before,
.mcf:after {
  content: " ";
  display: table;
}

.mcf:after {
  clear: both;
}

.mcf {
  *zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

/* ---------------------------------------------------------------- *

  コーディング規約参考：http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
                        http://www.cyberagent.co.jp/recruit/techreport/report/

----------------------------------------------------------------- */
/*
 * 共通
 */
body {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  font-family: "Roboto Regular", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ ProN W6", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, sans-serif;
  line-height: 1.4;
}

#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.arw {
  position: absolute;
  left: 50%;
  bottom: 10px;
}

.bg-img {
  z-index: -1;
  position: fixed;
}

#head {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 10;
}
#head {
  *zoom: 1;
}
#head:before, #head:after {
  content: "";
  display: table;
}
#head:after {
  clear: both;
}
#head .inr {
  position: relative;
  margin: 0 auto;
}
#head .btn_material {
  position: absolute;
  right: 50px;
  top: 10px;
  width: 61px;
  z-index: 100;
}
#head .btn_material img {
  width: 100%;
}

#title {
  width: 136px;
  margin: 10px 0 0 10px;
}
#title img {
  width: 100%;
  height: auto;
}

#g-nav {
  padding-top: 20px;
  padding-left: 220px;
  padding-bottom: 10px;
  font-size: 0;
}
#g-nav {
  *zoom: 1;
}
#g-nav:before, #g-nav:after {
  content: "";
  display: table;
}
#g-nav:after {
  clear: both;
}
#g-nav li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}
#g-nav li a {
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  padding: 0 10px 10px 10px;
  font-weight: bold;
  border: none;
}
#g-nav li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #333;
}

#content {
  padding-top: 50px;
}
#content .frame {
  margin: 0 10px;
}
#content .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  text-align: justify;
}
#content .bottom-bnr {
  margin: 0 10px;
  border-top: 1px solid #333;
}
#content .bottom-bnr a {
  display: block;
  padding: 15px 0;
}
#content .bottom-bnr img {
  width: 100%;
  height: auto;
}

.area-zeh .intro {
  padding: 15px 0;
}
.area-zeh .note {
  margin: 0 10px 10px 10px;
}
.area-zeh .bnr {
  margin-bottom: 15px;
}
.area-zeh .bnr-zeh {
  margin: 0 10px 15px 10px;
}
.area-zeh .bnr-zeh img {
  width: 100%;
  height: auto;
}

#foot {
  width: 100%;
  background: #fff;
}
#foot .foot-inr {
  font-size: 11px;
  font-size: 1.1rem;
}
#foot .foot-inr a {
  color: #000;
}
#foot .foot-inr .foot-nav ul {
  height: 30px;
  line-height: 30px;
  font-size: 0;
  text-align: center;
  border-top: 1px solid #ccc;
}
#foot .foot-inr .foot-nav ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
  font-size: 1.1rem;
}
#foot .foot-inr .foot-sns {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#foot .foot-inr .foot-sns ul li {
  margin: 0 5px;
  display: inline;
}
#foot .foot-inr .foot-sns ul li img {
  vertical-align: middle;
}
#foot .foot-inr .foot-copy {
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

/*
 * ドロワーメニュー
 */
#dr-btn {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 21px;
  height: 25px;
  padding: 0;
  z-index: 100;
  border: none;
  outline: none;
  background: none;
}
#dr-btn img {
  width: 100%;
  height: auto;
}
#dr-btn .btn-close {
  display: none;
}
#dr-btn.dr-open .btn-open {
  display: none;
}
#dr-btn.dr-open .btn-close {
  display: inline;
}

#dr-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  overflow: auto;
  z-index: 99;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
}
#dr-menu.dr-open {
  -moz-transform: translate3d(-300px, 0, 0);
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
#dr-menu ul {
  margin: 0 10px;
  padding-top: 50px;
}
#dr-menu li {
  position: relative;
  border-bottom: 1px dashed #ccc;
}
#dr-menu li:after {
  content: url(../img/common/ico_nav_arw.png);
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
}
#dr-menu li a {
  display: block;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 959px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1099px) {
  .hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .hidden-lg {
    display: none;
  }
}
