@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily*/
/*@mixin font-lato {
	font-family: 'Lato', sans-serif;
}
@mixin font-lato-700 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}*/
/*@mixin font-montserrat {
	font-family: 'Montserrat', sans-serif;
}*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Basic Elements
****************************************************************************/
html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%;
  /*font-family: sans-serif;*/
  background: #fff; }

a:link, a:visited, a.touchend {
  color: #000;
  text-decoration: underline;
  outline: none; }

a:active, a:hover, a.touchstart {
  color: #000;
  text-decoration: none; }

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

img {
  vertical-align: bottom; }

/* reset form elements */
input[type=text], input[type=submit], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select::-ms-expand {
  display: none; }

/*
	#common.css
	Includes common used classes in all pages

****************************************************************************/
/* Basic Layout
****************************************************************************/
body {
  background: #fff;
  font-family: '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333; }

html {
  /*-ms-overflow-style: auto;*/ }

.page-container {
  position: relative;
  min-width: 320px;
  overflow: hidden; }

@media only screen and (min-width: 981px) {
  .content-main {
    width: 980px;
    margin-left: auto;
    margin-right: auto; } }

section.hide {
  display: none; }

section.sec-head {
  margin-top: 90px; }
  @media only screen and (max-width: 980px) {
    section.sec-head {
      margin-top: 80px; } }

/* List
****************************************************************************/
.list-annotation li {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.3em;
  margin-bottom: 0.3em; }

.list-disc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em; }

/* Utils
****************************************************************************/
img.fit {
  width: 100%; }
  @media only screen and (min-width: 981px) {
    img.fit {
      width: auto; } }

.spbr {
  display: none; }
  @media only screen and (min-width: 0px) and (max-width: 767px) {
    .spbr {
      display: block; } }

.pcbr {
  display: none; }
  @media only screen and (min-width: 981px) {
    .pcbr {
      display: block; } }

.tdbr {
  display: none; }
  @media only screen and (max-width: 980px) {
    .tdbr {
      display: block; } }

.tabbr {
  display: none; }
  @media only screen and (min-width: 768px) and (max-width: 980px) {
    .tabbr {
      display: block; } }

.pcblank {
  display: none; }
  @media only screen and (min-width: 981px) {
    .pcblank {
      width: 10px;
      display: inline-block; } }

.inline-block {
  display: inline-block; }

/*Accordion*/
.accr-wrapper .accr-inner {
  display: none; }

/* Header
****************************************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  /*PC header*/ }
  header .inner {
    position: relative;
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 980px) {
    header {
      padding: 0 0 14px 0; }
      header .inner {
        width: auto; } }
  header:not(.index) {
    background: #fff; }
  @media only screen and (max-width: 980px) {
    header .nav-container {
      display: none;
      position: fixed;
      width: 100%;
      height: 100vh;
      z-index: 15;
      background: #fff;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      header .nav-container.open {
        -webkit-animation: open-anime 0.3s;
                animation: open-anime 0.3s;
        display: block;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

@-webkit-keyframes open-anime {
  0% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block; } }

@keyframes open-anime {
  0% {
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block; } }
  header .menu-trigger {
    position: absolute;
    top: 14px;
    right: 10px;
    text-indent: 110%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
    background: url(img/menu_trigger.svg) no-repeat center center;
    background-size: 24px 24px;
    width: 35px;
    height: 35px; }
    header .menu-trigger.open {
      background-image: url(img/menu_trigger_open.svg); }
    @media only screen and (max-width: 980px) {
      header .menu-trigger {
        display: block; } }
  header .h1 {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    header .h1 a {
      display: block;
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      background: url(img/logo.gif) no-repeat left center;
      background-size: contain;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      width: 162px;
      height: 43px; }
    @media only screen and (max-width: 980px) {
      header .h1 {
        padding: 14px 0 0 15px;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s; }
        header .h1 a {
          width: 120px;
          height: 32px;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; }
        header .h1.narrow a {
          width: 60px;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s; } }
  header .head-page-title {
    display: none; }
    @media only screen and (max-width: 980px) {
      header .head-page-title {
        display: block;
        position: absolute;
        text-align: center;
        width: 100%;
        top: 20px;
        margin-left: auto;
        margin-right: auto; }
        header .head-page-title img {
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          width: 0; } }
    header .head-page-title.show img {
      width: 120px; }
  header .gnav {
    position: absolute; }
    header .gnav:after {
      content: "";
      clear: both;
      display: block; }
    header .gnav li {
      float: left;
      width: 68px;
      text-align: center;
      font-family: 'Oswald', sans-serif;
      font-weight: 300;
      font-size: 20px;
      font-size: 2.0rem;
      line-height: 1em;
      padding: 5px 0 0 0; }
      header .gnav li a:link {
        text-decoration: none; }
      header .gnav li a:hover {
        text-decoration: none; }
      header .gnav li a:visited {
        text-decoration: none; }
      header .gnav li.current a {
        font-family: 'Oswald', sans-serif;
        font-weight: 400; }
      header .gnav li.deactivate {
        color: #dedede; }
    header .gnav li:first-child {
      font-size: 18.5px;
      font-size: 1.85rem;
      line-height: 1.2em; }
    @media only screen and (max-width: 980px) {
      header .gnav {
        position: relative;
        border-top: 1px solid #e9e9e9;
        margin-top: 20px; }
        header .gnav li {
          width: 100%;
          float: none;
          border-bottom: 1px solid #e9e9e9;
          padding: 10px; }
          header .gnav li a {
            display: block; }
        header .gnav li:first-child {
          font-size: 1.75rem; } }
  header .snav {
    position: absolute; }
    header .snav:after {
      content: "";
      clear: both;
      display: block; }
    header .snav li {
      float: left;
      width: 40px; }
      header .snav li a {
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: center top; }
      header .snav li.rakupuri a {
        background-image: url(img/sns1.gif); }
      header .snav li.tw a {
        background-image: url(img/sns2.gif); }
      header .snav li.fb a {
        background-image: url(img/sns3.gif); }
    @media only screen and (max-width: 980px) {
      header .snav {
        position: relative;
        text-align: center;
        padding: 20px; }
        header .snav li {
          float: none;
          display: inline-block; } }
  @media only screen and (min-width: 981px) {
    header {
      margin-left: auto;
      margin-right: auto;
      padding-top: 20px;
      padding-bottom: 24px; }
      header .gnav {
        width: 274px;
        top: 10px;
        right: 150px; }
        header .gnav li a {
          -webkit-transition-duration: 0.2s;
                  transition-duration: 0.2s; }
          header .gnav li a:hover {
            opacity: 0.5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
      header .snav {
        width: 120px;
        top: 5px;
        right: 0; } }

/* Footer
****************************************************************************/
footer {
  padding: 20px 10px 55px 10px;
  background: #e6e6e6;
  text-align: center; }
  footer .pagetop {
    margin-top: 15px;
    margin-bottom: 70px; }
    footer .pagetop a {
      text-indent: 110%;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
      width: 40px;
      height: 30px;
      background: url(img/pagetop.png) no-repeat center center; }
    @media only screen and (max-width: 980px) {
      footer .pagetop {
        margin-top: 0px;
        margin-bottom: 40px; } }
  footer small {
    font-size: 11px;
    font-size: 1.1rem; }
  footer.hide {
    display: none; }
