@charset "UTF-8";
/*=====================================================
	Reset
=====================================================*/
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  font-family: Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

@font-face {
  font-family: "icons";
  src: url("/font/fontello.eot");
  src: url("/font/fontello.eot#iefix") format("embedded-opentype"), url("/font/fontello.woff") format("woff"), url("/font/fontello.ttf") format("truetype"), url("/font/fontello.svg#fontello") format("svg");
}

/*
-----------------------------------------------------------
This is a hack. It works in:
FF 3.6+, Anroid 2.2+, Safari, Chrome, IE7, IE8, IE9+
-----------------------------------------------------------
*/
html {
  font-family: 'pc';
}

@media only screen and (max-width: 568px) {
  html {
    font-family: "sp";
  }
}

html {
  min-width: 960px;
}

@media only screen and (max-width: 568px) {
  html {
    min-width: inherit;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, li, dd, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media only screen and (max-width: 568px) {
  input[type=text], textarea, select {
    font-size: 16px;
  }
}

input[type=text], textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: none;
  border-left: 1px solid #D4D3D3;
  border-top: 1px solid #e0dfdf;
  background: #F7F7F7;
  line-height: 1.3;
}

@media only screen and (min-width: 569px) {
  select {
    border: 1px solid #D4D3D3;
  }
}

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

table {
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

a:visited {
  color: #333;
}

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

a:active {
  color: #333;
}

.hover a:hover img, a.hover:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 568px) {
  br.forpc {
    display: none;
  }
}

br.forsp {
  display: none;
}

@media only screen and (max-width: 568px) {
  br.forsp {
    display: inline;
  }
}

.hid {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 568px) {
  .spClear {
    clear: both;
  }
}

.mb4 {
  margin-bottom: 4px !important;
}

@media only screen and (max-width: 568px) {
  .mb4 {
    margin-bottom: 2px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 568px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 568px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 568px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.colorRed {
  color: #5B0606;
}

.colorLightRed {
  color: #f00;
}

.ffMincho {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
}

.fs30 {
  font-size: 30px;
}

@media only screen and (max-width: 568px) {
  .fs30 {
    font-size: 18px;
  }
}

.fs26 {
  font-size: 26px;
}

@media only screen and (max-width: 568px) {
  .fs26 {
    font-size: 15px;
  }
}

.fs24 {
  font-size: 24px;
}

@media only screen and (max-width: 568px) {
  .fs24 {
    font-size: 15px;
  }
}

.fs16 {
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  .fs16 {
    font-size: 13px;
  }
}

.fs14 {
  font-size: 14px;
}

@media only screen and (max-width: 568px) {
  .fs14 {
    font-size: 13px;
  }
}

.fwb {
  font-weight: bold !important;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

p.indent {
  text-indent: 1em;
}

ol.decimal > li {
  display: table-row;
  counter-increment: decimal;
}

ol.decimal > li:before {
  content: "（" counter(decimal) "）";
  display: table-cell;
  text-align: right;
}

ol.decimal2 > li {
  display: table-row;
  counter-increment: decimal2;
}

ol.decimal2 > li:before {
  content: counter(decimal2) "）";
  display: table-cell;
  text-align: right;
}

p.normal_link, h2.normal_link, ul.normal_link li {
  font-weight: bold;
}

p.normal_link:before, h2.normal_link:before, ul.normal_link li:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

p.normal_link a, h2.normal_link a, ul.normal_link li a {
  text-decoration: none !important;
}

p.normal_link a:hover, h2.normal_link a:hover, ul.normal_link li a:hover {
  text-decoration: underline !important;
}

h2.normal_link2 {
  font-weight: bold;
}

h2.normal_link2:before {
  content: "";
  margin-right: 5px;
  position: relative;
  top: -6px;
  vertical-align: middle;
  color: inherit;
  font-family: 'icons';
  font-size: inherit;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

h2.normal_link2 a {
  text-decoration: none !important;
}

h2.normal_link2 a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 568px) {
  img.spFit, .spFit img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  img.spFit.max, .spFit.max img {
    max-width: 200px;
  }
}

p.searchIcon {
  position: relative;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}

p.searchIcon:before {
  content: "";
  margin-right: 0px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  color: #666;
  font-family: 'icons';
  font-size: 16px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

p.searchIcon input {
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.searchWrap {
  position: relative;
}

.searchWrap p.searchIcon {
  position: absolute;
  right: 0;
  top: 0;
}

/*=====================================================
	Header
=====================================================*/
#hg {
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

#hg #header {
  background: #871010;
}

#hg #header #headerInner {
  color: #FFF;
}

#hg #header #headerInner p.logo img {
  -webkit-transition: width .2s, height .2s;
          transition: width .2s, height .2s;
}

#hg #header #headerInner ul#headerNav li {
  display: inline-block;
}

#hg #header #headerInner ul#headerNav li a, #hg #header #headerInner ul#headerNav li > span {
  display: block;
  background: #FFF;
  color: #871010;
  cursor: pointer;
}

#hg #header #headerInner ul#headerNav li.contact a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (min-width: 569px) {
  #hg #header #headerInner {
    width: 960px;
    height: 90px;
    margin: 0 auto;
    padding: 30px 0 20px;
    -webkit-transition: height .2s, padding .2s;
            transition: height .2s, padding .2s;
  }
  #hg #header #headerInner p.logo {
    float: left;
    -webkit-transition: margin .2s;
            transition: margin .2s;
  }
  #hg #header #headerInner ul#headerNav {
    float: right;
  }
  #hg #header #headerInner ul#headerNav li {
    color: #FFF;
  }
  #hg #header #headerInner ul#headerNav li.contact a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 200px;
    min-height: 40px;
    padding: 8px 24px 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  #hg #header #headerInner ul#headerNav li.search {
    display: none;
  }
  #hg #header #headerInner p.menu {
    display: none;
  }
}

@media only screen and (max-width: 568px) {
  #hg #header #headerInner {
    height: 40px;
    padding-top: 7px;
    text-align: center;
  }
  #hg #header #headerInner p.logo {
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 7px;
    width: 24px;
  }
  #hg #header #headerInner p.logo img {
    width: 247px;
    height: 26px;
  }
  #hg #header #headerInner ul#headerNav li {
    width: 33%;
    margin: 0 5px;
    font-size: 14px;
  }
  #hg #header #headerInner ul#headerNav li a, #hg #header #headerInner ul#headerNav li > span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    font-weight: bold;
  }
  #hg #header #headerInner ul#headerNav li.contact a {
    padding: 1px 0;
  }
  #hg #header #headerInner ul#headerNav li.contact a:before {
    content: "";
    margin-right: 4px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #header #headerInner ul#headerNav li.contact a span {
    display: none;
  }
  #hg #header #headerInner ul#headerNav li.search > span {
    padding: 1px 10px 1px 0;
  }
  #hg #header #headerInner ul#headerNav li.search > span:before {
    content: "";
    margin-right: 4px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #header #headerInner p.menu {
    position: absolute;
    right: 9px;
    top: 4px;
    width: 30px;
    padding-bottom: 13px;
    cursor: pointer;
  }
  #hg #header #headerInner p.menu:after {
    content: "";
    margin-left: 0px;
    position: relative;
    top: -0px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 22px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #header #headerInner p.menu span {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
  }
}

#hg #gnav {
  clear: both;
  border-bottom: 1px solid #e7e7e7;
  background: #F6F6F6;
}

#hg #gnav #gnavInner nav ul li a {
  color: #5B0606;
}

#hg #gnav #gnavInner .search .searchText input[type=text] {
  background: #FFF;
}

@media only screen and (min-width: 569px) {
  #hg #gnav #gnavInner {
    position: relative;
    width: 960px;
    height: 50px;
    margin: 0 auto;
    padding: 8px 0;
    color: #FFF;
  }
  #hg #gnav #gnavInner nav {
    float: left;
  }
  #hg #gnav #gnavInner nav ul.nav1 li {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #CACACA;
    font-size: 12px;
    font-weight: bold;
  }
  #hg #gnav #gnavInner nav ul.nav1 li a {
    display: block;
    vertical-align: middle;
    margin: -5px 5px;
    padding: 8px 13px;
    text-align: center;
    line-height: 1.3;
    height: 100%;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.cu a {
    background: #fff;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.home a {
    padding: 10px 7px;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.home a span {
    display: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.home a:after {
    content: "";
    margin-left: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 24px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.seminar a, #hg #gnav #gnavInner nav ul.nav1 li.company a {
    padding: 15px 13px;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.sub {
    display: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.language, #hg #gnav #gnavInner nav ul.nav1 li.oversea {
    z-index: 10;
    display: block;
    position: absolute;
    top: -52px;
    border: none;
    -webkit-transition: top .2s;
            transition: top .2s;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.language:before, #hg #gnav #gnavInner nav ul.nav1 li.oversea:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.language a, #hg #gnav #gnavInner nav ul.nav1 li.oversea a {
    display: inline-block;
    padding: 0;
    color: #FFF;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.language a:hover, #hg #gnav #gnavInner nav ul.nav1 li.oversea a:hover {
    text-decoration: underline;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.language {
    right: 218px;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.oversea {
    right: 300px;
  }
  #hg #gnav #gnavInner nav ul.nav2 {
    display: none;
  }
  #hg #gnav #gnavInner .searchWrap {
    float: right;
  }
  #hg #gnav #gnavInner .searchWrap input[type=text] {
    width: 162px;
  }
}

@media only screen and (max-width: 568px) {
  #hg #gnav {
    border-color: #ccc;
  }
  #hg #gnav #gnavInner {
    font-size: 11px;
  }
  #hg #gnav #gnavInner nav {
    display: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.home {
    display: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li a {
    display: block;
    padding: 12px 8px;
    border-bottom: 2px solid #ccc;
    background: #FFF;
    font-weight: bold;
  }
  #hg #gnav #gnavInner nav ul.nav1 li a:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li .forPc {
    display: none;
  }
  #hg #gnav #gnavInner nav ul.nav1 li.sub a {
    border-width: 0 0 1px;
    background: #f2f2f2;
    font-size: 10px;
    color: #333;
  }
  #hg #gnav #gnavInner nav ul.nav2 {
    padding: 10px 0;
    text-align: center;
  }
  #hg #gnav #gnavInner nav ul.nav2 li {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 1%;
    font-size: 10px;
    font-weight: bold;
  }
  #hg #gnav #gnavInner nav ul.nav2 li a {
    display: block;
    margin-top: 5px;
    padding: 10px 6px;
    border: 1px solid #ccc;
    background: #FFF;
  }
  #hg #gnav #gnavInner nav ul.nav2 li a:before {
    content: "";
    margin-right: 1px;
    position: relative;
    top: --2px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #hg #gnav #gnavInner .search {
    display: none;
    padding: 10px;
  }
  #hg #gnav #gnavInner .search .searchWrap .searchText input[type=text] {
    width: 100%;
  }
}

@media only screen and (min-width: 569px) {
  #hg.small #header #headerInner {
    height: 40px;
    padding: 0;
  }
  #hg.small #header #headerInner p.logo {
    margin-top: 7px;
  }
  #hg.small #header #headerInner p.logo img {
    width: 233px;
    height: 24px;
  }
  #hg.small #gnav #gnavInner nav ul.nav1 li.oversea, #hg.small #gnav #gnavInner nav ul.nav1 li.language {
    top: -32px;
  }
}

@media only screen and (max-width: 568px) {
  .navOpen #hg {
    position: static;
  }
  .navOpen #hg #header #headerInner p.menu:after {
    content: "";
    margin-left: 0px;
    position: relative;
    top: -0px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 22px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  .navOpen #hg #gnav #gnavInner nav {
    display: block;
  }
  .navOpen #hg #gnav #gnavInner .search {
    display: none;
  }
  .searchOpen #hg #gnav #gnavInner nav {
    display: none;
  }
  .searchOpen #hg #gnav #gnavInner .search {
    display: block;
  }
}

/*=====================================================
	Footer
=====================================================*/
#footer {
  clear: both;
}

#footer p.pagetop {
  background: #871010;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}

#footer p.pagetop:before {
  content: "";
  margin-right: 0px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 50px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#footer p.pagetop span {
  display: none;
}

@media only screen and (max-width: 568px) {
  #footer p.pagetop:before {
    font-size: 40px;
  }
}

@media only screen and (min-width: 569px) {
  #footer .inner {
    width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 568px) {
  #footer .inner {
    font-size: 11px;
  }
}

#footer .footer01 {
  background: #F7F7F7;
}

#footer .footer01 .inner {
  color: #5B0606;
}

#footer .footer01 .inner a {
  color: #5B0606;
}

#footer .footer01 .inner .sec dl dt {
  font-weight: bold;
}

#footer .footer01 .inner .sec.main {
  font-weight: bold;
}

@media only screen and (min-width: 569px) {
  #footer .footer01 .inner .sec {
    display: table-cell;
    vertical-align: top;
    width: 190px;
    padding: 20px 20px 40px;
    border-right: 1px solid #cacaca;
  }
  #footer .footer01 .inner .sec ul.list {
    padding-bottom: 4px;
  }
  #footer .footer01 .inner .sec ul.list li {
    margin-bottom: 10px;
  }
  #footer .footer01 .inner .sec ul.list li:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .footer01 .inner .sec ul.list li a {
    text-decoration: none !important;
  }
  #footer .footer01 .inner .sec ul.list li a:hover {
    text-decoration: underline !important;
  }
  #footer .footer01 .inner .sec ul.btn li {
    margin-bottom: 6px;
  }
  #footer .footer01 .inner .sec ul.btn li a {
    display: block;
    width: 320px;
    padding: 10px;
    border: 1px solid #D1D1D1;
    background: #fff;
    text-align: center;
  }
  #footer .footer01 .inner .sec ul.btn li a span {
    text-align: left;
    display: inline-block;
    max-width: 220px;
    width: 100%;
  }
  #footer .footer01 .inner .sec ul.btn li a:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .footer01 .inner .sec ul.btn li a:hover {
    border-color: #5B0606;
  }
  #footer .footer01 .inner .sec dl dt {
    margin-bottom: 16px;
  }
  #footer .footer01 .inner .sec dl dd {
    margin-bottom: 16px;
  }
  #footer .footer01 .inner .sec dl dd:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .footer01 .inner .sec dl dd a {
    text-decoration: none !important;
  }
  #footer .footer01 .inner .sec dl dd a:hover {
    text-decoration: underline !important;
  }
  #footer .footer01 .inner .sec.main {
    width: 390px;
    border-left: 1px solid #cacaca;
  }
}

@media only screen and (max-width: 568px) {
  #footer .footer01 .inner .sec ul li {
    border-bottom: 1px solid #CACACA;
  }
  #footer .footer01 .inner .sec ul li a {
    display: block;
    padding: 8px;
  }
  #footer .footer01 .inner .sec ul li a:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .footer01 .inner .sec dl dt {
    padding: 8px 3px;
    border-bottom: 1px solid #CACACA;
    background: #FFF;
  }
  #footer .footer01 .inner .sec dl dd {
    border-bottom: 1px solid #CACACA;
  }
  #footer .footer01 .inner .sec dl dd a {
    display: block;
    padding: 8px;
  }
  #footer .footer01 .inner .sec dl dd a:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .footer01 .inner .sec.company, #footer .footer01 .inner .sec.recruit {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  #footer .footer01 .inner .sec.company dl dd:last-child, #footer .footer01 .inner .sec.recruit dl dd:last-child {
    border-bottom: none;
  }
  #footer .footer01 .inner .sec.company {
    border-right: 1px solid #CACACA;
  }
  #footer .footer01 .inner .sec.main {
    display: none;
  }
  #footer .footer01 .inner .sec.brand dl dd:last-of-type {
    margin-top: 0;
  }
}

#footer .footer02 .inner {
  text-align: center;
}

#footer .footer02 .inner ul.list li {
  display: inline-block;
  color: #666;
}

#footer .footer02 .inner ul.list li:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#footer .footer02 .inner ul.list li a {
  color: #666;
}

#footer .footer02 .inner p.logo a {
  color: #999;
}

#footer .footer02 .inner p.copyright {
  font-size: 10px;
  color: #999;
}

#footer .footer02 .inner ul.social li {
  display: inline-block;
}

#footer .footer02 .inner ul.social li span {
  display: none;
}

#footer .footer02 .inner ul.social li.twitter a:before {
  content: "";
  margin-right: 0px;
  position: relative;
  top: -0px;
  vertical-align: middle;
  color: #999;
  font-family: 'icons';
  font-size: 25px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (min-width: 569px) {
  #footer .footer02 .inner {
    position: relative;
    padding: 20px 0;
  }
  #footer .footer02 .inner ul.list {
    margin: 0 50px 10px 0;
    text-align: center;
  }
  #footer .footer02 .inner ul.list li {
    margin: 0 10px;
  }
  #footer .footer02 .inner ul.list li a {
    font-size: 13px;
    text-decoration: none !important;
  }
  #footer .footer02 .inner ul.list li a:hover {
    text-decoration: underline !important;
  }
  #footer .footer02 .inner p.logo {
    margin-bottom: 10px;
  }
  #footer .footer02 .inner ul.social {
    position: absolute;
    right: 50px;
    top: 18px;
  }
  #footer .footer02 .inner ul.social li {
    margin-left: 6px;
  }
}

@media only screen and (max-width: 568px) {
  #footer .footer02 {
    padding-bottom: 10px;
  }
  #footer .footer02 .inner ul.list {
    margin-bottom: 10px;
    border-top: 1px solid #CACACA;
    text-align: left;
  }
  #footer .footer02 .inner ul.list li {
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #CACACA;
    background: #FFF;
  }
  #footer .footer02 .inner ul.list li:nth-of-type(odd) {
    border-right: 1px solid #CACACA;
  }
  #footer .footer02 .inner p.logo {
    margin-bottom: 5px;
  }
  #footer .footer02 .inner p.logo img {
    width: 279px;
    height: auto;
  }
  #footer .footer02 .inner p.copyright {
    margin-bottom: 5px;
  }
  #footer .footer02 .inner ul.social li a:before {
    font-size: 30px !important;
  }
}

#footer .group {
  border-top: 1px solid #DFDFDF;
}

#footer .group .inner p {
  font-weight: bold;
}

#footer .group .inner p a {
  color: #666;
}

@media only screen and (min-width: 569px) {
  #footer .group .inner {
    padding: 5px;
    text-align: right;
  }
  #footer .group .inner p {
    font-size: 13px;
  }
  #footer .group .inner p:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #footer .group .inner p a {
    text-decoration: none !important;
  }
  #footer .group .inner p a:hover {
    text-decoration: underline !important;
  }
}

@media only screen and (max-width: 568px) {
  #footer .group .inner {
    text-align: center;
  }
  #footer .group .inner p a {
    display: block;
    padding: 10px 5px;
  }
  #footer .group .inner p a:before {
    content: "";
    margin-right: 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-family: 'icons';
    font-size: 100%;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
}

@media only screen and (max-width: 568px) {
  .navOpen #footer {
    display: none;
  }
  .searchOpen #footer {
    opacity: 0.5;
  }
}

/*=====================================================
	Contents
=====================================================*/
@media only screen and (min-width: 569px) {
  #contents {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 568px) {
  #contents {
    padding-top: 40px;
  }
}

#contents .topicPath {
  border-bottom: 1px solid #e2e2e2;
}

#contents .topicPath .inner {
  width: 960px;
  margin: 0 auto;
  font-size: 12px;
}

#contents .topicPath .inner ul li {
  display: inline;
  color: #666;
}

#contents .topicPath .inner ul li:after {
  content: "";
  margin-left: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 18px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents .topicPath .inner ul li:last-child:after {
  display: none;
}

#contents .topicPath .inner ul li a {
  font-weight: bold;
  color: #666;
  text-decoration: underline !important;
}

#contents .topicPath .inner ul li a:hover {
  text-decoration: none !important;
}

@media only screen and (min-width: 569px) {
  #contents .topicPath .inner {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 8px;
  }
}

@media only screen and (max-width: 568px) {
  #contents .topicPath {
    display: none;
  }
  #contents .topicPath .inner {
    padding: 8px;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  #contents #main.hasMainTitle {
    width: 100%;
    margin: 0;
  }
  #contents #main.hasMainTitle .h1Title, #contents #main.hasMainTitle > section {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main {
    padding: 10px;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main #otherMain {
    float: right;
    width: 710px;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main #otherMain > section {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main #otherMain > section {
    margin-bottom: 20px;
  }
}

#contents #main .mainTitle {
  background: #F6F5F1;
  line-height: 1.5;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
}

@media only screen and (min-width: 569px) {
  #contents #main .mainTitle {
    margin-bottom: 40px;
  }
  #contents #main .mainTitle .inner {
    width: 960px;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 26px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .mainTitle {
    margin: 0 -10px 20px;
    padding: 0 10px;
  }
  #contents #main .mainTitle .inner {
    padding: 8px 0;
    text-align: center;
    font-size: 15px;
  }
}

#contents #main .h1Title {
  border-style: solid;
  border-color: #871010;
}

#contents #main .h1Title .ttl {
  display: inline-block;
  color: #600000;
}

#contents #main .h1Title .en {
  display: inline-block;
  font-family: "Rokkitt", serif;
}

@media only screen and (min-width: 569px) {
  #contents #main .h1Title {
    margin-bottom: 30px;
    padding: 8px 0 8px 12px;
    border-width: 0 0 0 3px;
  }
  #contents #main .h1Title .ttl {
    margin-right: 10px;
    font-size: 22px;
  }
  #contents #main .h1Title .ttl span {
    font-size: 16px;
  }
  #contents #main .h1Title .en {
    font-size: 18px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .h1Title {
    margin-bottom: 15px;
    padding: 4px 0 4px 6px;
    border-width: 0 0 0 2px;
  }
  #contents #main .h1Title .ttl {
    margin-right: 6px;
    font-size: 16px;
  }
  #contents #main .h1Title .ttl span {
    font-size: 12px;
  }
  #contents #main .h1Title .en {
    font-size: 14px;
  }
}

#contents #main .h2Title {
  margin-bottom: 15px;
  border-color: #871010;
  border-style: solid;
  background: #F9F9F9;
  font-weight: bold;
}

@media only screen and (min-width: 569px) {
  #contents #main .h2Title {
    padding: 10px;
    border-width: 0 0 0 3px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .h2Title {
    padding: 6px;
    border-width: 0 0 0 2px;
    font-size: 13px;
  }
}

#contents #main .h3Title {
  padding: 6px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

@media only screen and (min-width: 569px) {
  #contents #main .h3Title {
    margin-bottom: 15px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .h3Title {
    margin-bottom: 8px;
    padding: 3px;
    font-size: 13px;
  }
}

#contents #main .h3Title02 {
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  font-family: "Rokkitt", serif;
  font-size: 24px;
}

@media only screen and (max-width: 568px) {
  #contents #main .h3Title02 {
    font-size: 18px;
  }
}

#contents #main table.normal {
  width: 100%;
  border-top: 1px solid #D2D2D2;
}

#contents #main table.normal th, #contents #main table.normal td {
  border-bottom: 1px solid #D2D2D2;
}

#contents #main table.normal th {
  background: #F9F9F9;
  font-weight: bold;
  width: 130px;
}

#contents #main table.normal .pdf th {
  color: #871010;
}

#contents #main table.normal .pdf th:before {
  content: "";
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 18px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main table.normal td a {
  text-decoration: underline !important;
  font-weight: bold;
}

#contents #main table.normal td a:hover {
  text-decoration: none !important;
}

#contents #main table.normal thead th {
  background: #f6f5f1;
  text-align: center;
}

@media only screen and (max-width: 568px) {
  #contents #main table.normal.v th, #contents #main table.normal.v td {
    text-align: center;
  }
}

#contents #main table.normal.hasBorder td {
  border-left: 1px solid #D2D2D2;
}

#contents #main table.normal.hasBorder.v th, #contents #main table.normal.hasBorder.v td {
  border-left: 1px solid #D2D2D2;
}

#contents #main table.normal.hasBorder.v th:first-child, #contents #main table.normal.hasBorder.v td:first-child {
  border-left: none;
}

@media only screen and (min-width: 569px) {
  #contents #main table.normal th, #contents #main table.normal td {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main table.normal th, #contents #main table.normal td {
    padding: 5px;
  }
  #contents #main table.normal th {
    width: auto;
    min-width: 90px;
  }
}

#contents #main table.spChange {
  width: 100%;
  border-top: 1px solid #D2D2D2;
}

#contents #main table.spChange thead th {
  background: #f6f5f1;
  text-align: center;
}

#contents #main table.spChange th, #contents #main table.spChange td {
  padding: 10px 12px;
  border-bottom: 1px solid #D2D2D2;
}

#contents #main table.spChange th {
  background: #F9F9F9;
  font-weight: bold;
  width: 130px;
}

#contents #main table.spChange td {
  border-left: 1px solid #D2D2D2;
  max-width: 300px;
  word-wrap: break-word;
}

#contents #main table.spChange td a {
  text-decoration: underline !important;
  font-weight: bold;
}

#contents #main table.spChange td a:hover {
  text-decoration: none !important;
}

#contents #main table.spChange.v th, #contents #main table.spChange.v td {
  border-left: 1px solid #D2D2D2;
}

#contents #main table.spChange.v th:first-child, #contents #main table.spChange.v td:first-child {
  border-left: none;
}

@media only screen and (max-width: 568px) {
  #contents #main table.spChange.v th, #contents #main table.spChange.v td {
    border-left: none;
    text-align: center;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main table.spChange {
    border-top: none;
  }
  #contents #main table.spChange thead {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: none;
    clip: rect(0 0 0 0);
  }
  #contents #main table.spChange tr {
    display: block;
  }
  #contents #main table.spChange tr:not(:first-child) {
    margin-top: 20px;
  }
  #contents #main table.spChange th, #contents #main table.spChange td {
    padding: 5px;
  }
  #contents #main table.spChange th {
    width: auto;
    min-width: 90px;
  }
  #contents #main table.spChange td {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 100%;
    border: none;
    border-top: 1px solid #ccc;
  }
  #contents #main table.spChange td:last-child {
    border-bottom: 1px solid #ccc;
  }
  #contents #main table.spChange td:before {
    content: attr(data-label);
    display: table-cell;
    width: 40%;
    padding: 10px;
    background-color: #f6f5f1;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  #contents #main table.spChange td > span {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
  }
}

#contents #main .tbl_normal dt, #contents #main .tbl_normal dd {
  border-bottom: 1px solid #D2D2D2;
}

#contents #main .tbl_normal dt {
  background: #F9F9F9;
  font-weight: bold;
}

@media only screen and (min-width: 569px) {
  #contents #main .tbl_normal {
    display: table;
    width: 100%;
    border-top: 1px solid #D2D2D2;
  }
  #contents #main .tbl_normal dl {
    display: table-row;
  }
  #contents #main .tbl_normal dl dt, #contents #main .tbl_normal dl dd {
    display: table-cell;
    vertical-align: top;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .tbl_normal dl {
    margin-bottom: 10px;
  }
  #contents #main .tbl_normal dl dt, #contents #main .tbl_normal dl dd {
    padding: 5px;
  }
  #contents #main .tbl_normal dl dt {
    border-top: 1px solid #D2D2D2;
    text-align: center;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main .halfBox {
    overflow: hidden;
  }
  #contents #main .halfBox .lft {
    float: left;
    width: 460px;
  }
  #contents #main .halfBox .rgt {
    float: right;
    width: 460px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .halfBox .lft {
    margin-bottom: 20px;
  }
}

#contents #main .grayBox {
  margin-bottom: 10px;
  padding: 10px 0;
  background: #F6F5F1;
}

#contents #main .grayBox .h3Title {
  border-bottom: none;
  background: #E6E2D7;
}

#contents #main .grayBox dl dt {
  border-bottom: 1px solid #CECECE;
}

@media only screen and (min-width: 569px) {
  #contents #main .grayBox dl dt {
    font-size: 22px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .grayBox dl dt {
    font-size: 15px;
  }
}

#contents #main .grayBox dl dd {
  border-top: 1px solid #fff;
}

#contents #main .grayBox .whiteBox {
  background: #FFF;
}

@media only screen and (min-width: 569px) {
  #contents #main .grayBox dl {
    padding: 5px 30px 15px;
  }
  #contents #main .grayBox dl dd {
    padding-top: 10px;
  }
  #contents #main .grayBox .whiteBox {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .grayBox dl {
    padding: 0 15px 5px;
  }
  #contents #main .grayBox dl dt {
    text-align: center;
  }
  #contents #main .grayBox dl dd {
    padding-top: 5px;
  }
  #contents #main .grayBox .whiteBox {
    padding: 6px 12px;
  }
}

#contents #main .flex {
  text-align: center;
}

@media only screen and (min-width: 569px) {
  #contents #main .flex > div, #contents #main .flex > section, #contents #main .flex > li {
    display: inline-block;
    vertical-align: top;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .flex.layoutKeep > div, #contents #main .flex.layoutKeep > section, #contents #main .flex.layoutKeep > li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
  #contents #main .flex.layoutKeep > div img, #contents #main .flex.layoutKeep > section img, #contents #main .flex.layoutKeep > li img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main .imageBoxL {
    display: table;
  }
  #contents #main .imageBoxL > .pic {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    direction: ltr;
    margin: 0;
  }
  #contents #main .imageBoxL > .cont {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top;
    direction: ltr;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .imageBoxL.layoutKeep > .pic {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    direction: ltr;
    margin: 0;
  }
  #contents #main .imageBoxL.layoutKeep > .cont {
    display: table-cell;
    padding: 0 0 0 20px;
    vertical-align: top;
    direction: ltr;
  }
  #contents #main .imageBoxL:not(.layoutKeep) > .pic {
    margin-bottom: 10px;
  }
}

#contents #main .imageBoxL.grayBox.layoutKeep {
  width: 100%;
  padding: 0;
}

#contents #main .imageBoxL.grayBox.layoutKeep > .pic {
  vertical-align: middle;
  padding: 20px 0;
  background: #F0EDE7;
  text-align: center;
}

#contents #main .imageBoxL.grayBox.layoutKeep > .cont {
  padding-left: 0;
}

@media only screen and (min-width: 569px) {
  #contents #main .imageBoxL.grayBox.layoutKeep > .pic {
    width: 1%;
    padding: 20px 30px;
  }
  #contents #main .imageBoxL.grayBox.layoutKeep > .cont {
    height: 170px;
  }
  #contents #main .imageBoxL.grayBox.layoutKeep > .cont dl {
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .imageBoxL.grayBox.layoutKeep > .pic {
    padding: 0 10px;
  }
  #contents #main .imageBoxL.grayBox.layoutKeep > .cont dl {
    padding: 10px;
  }
  #contents #main .imageBoxL.grayBox.layoutKeep > .cont dl dt {
    text-align: left;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main .imageBoxR {
    display: table;
    direction: rtl;
  }
  #contents #main .imageBoxR > .pic {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    direction: ltr;
  }
  #contents #main .imageBoxR > .cont {
    display: table-cell;
    padding: 0 20px 0 0;
    vertical-align: top;
    direction: ltr;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .imageBoxR.layoutKeep {
    display: table;
    direction: rtl;
  }
  #contents #main .imageBoxR.layoutKeep > .pic {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    direction: ltr;
  }
  #contents #main .imageBoxR.layoutKeep > .pic.v {
    width: 30%;
  }
  #contents #main .imageBoxR.layoutKeep > .cont {
    display: table-cell;
    padding: 0 10px 0 0;
    vertical-align: top;
    direction: ltr;
  }
  #contents #main .imageBoxR > .pic {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .imageBoxL > .pic, #contents #main .imageBoxR > .pic {
    margin-bottom: 10px;
    text-align: center;
  }
  #contents #main .imageBoxL > .pic img, #contents #main .imageBoxR > .pic img {
    width: 100%;
    height: auto;
  }
}

#contents #main .borderBox {
  border: 1px solid #CCC;
}

#contents #main .borderBox .ttl {
  font-weight: bold;
}

@media only screen and (min-width: 569px) {
  #contents #main .borderBox {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .borderBox {
    padding: 6px;
  }
}

#contents #main .btnArea {
  clear: both;
  text-align: center;
}

#contents #main .btnArea ul li a, #contents #main .btnArea ul li span, #contents #main .btnArea p a, #contents #main .btnArea p span {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  background: #FFF;
  font-weight: bold;
}

#contents #main .btnArea ul li a:before, #contents #main .btnArea ul li span:before, #contents #main .btnArea p a:before, #contents #main .btnArea p span:before {
  content: "";
  margin-right: 5px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .btnArea ul li.gray a, #contents #main .btnArea ul li span, #contents #main .btnArea p.gray a, #contents #main .btnArea p span {
  background: #F9F9F9;
}

#contents #main .btnArea ul li.red a, #contents #main .btnArea ul li span, #contents #main .btnArea p.red a, #contents #main .btnArea p span {
  border-color: #cb0101;
  background: #cb0101;
  color: #fff;
}

#contents #main .btnArea ul li.toggle a, #contents #main .btnArea p.toggle a {
  background: #871010;
  color: #FFF;
}

#contents #main .btnArea ul li.contact a:before, #contents #main .btnArea p.contact a:before {
  content: "";
  margin-right: 8px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .btnArea ul li a, #contents #main .btnArea p a {
  border-color: #871010;
  color: #5b0606;
}

#contents #main .btnArea ul li span, #contents #main .btnArea p span {
  border-color: #999;
  color: #666;
}

@media only screen and (min-width: 569px) {
  #contents #main .btnArea ul li, #contents #main .btnArea p {
    display: inline-block;
    margin: 0 10px;
  }
  #contents #main .btnArea ul li a, #contents #main .btnArea ul li span, #contents #main .btnArea p a, #contents #main .btnArea p span {
    width: 400px;
    padding: 15px;
    border-width: 2px;
    font-size: 16px;
  }
  #contents #main .btnArea ul li.s a, #contents #main .btnArea ul li span, #contents #main .btnArea p.s a, #contents #main .btnArea p span {
    width: 300px;
    padding: 8px;
    font-size: 12px;
  }
  #contents #main .btnArea ul li a:hover, #contents #main .btnArea p a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .btnArea ul li, #contents #main .btnArea p {
    margin-bottom: 10px;
  }
  #contents #main .btnArea ul li a, #contents #main .btnArea ul li span, #contents #main .btnArea p a, #contents #main .btnArea p span {
    padding: 10px;
    border-width: 1px;
  }
}

#contents #main .adobe {
  padding-bottom: 10px;
  text-align: center;
}

#contents #main .adobe p.btn {
  margin-bottom: 10px;
}

#contents #main .adobe p.btn:hover {
  opacity: 0.7;
}

#contents #main nav.entryNav {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 14px;
}

#contents #main nav.entryNav p.btn {
  display: inline-block;
  margin: 0 5px 6px;
  padding: 4px 10px;
  min-width: 54px;
  background: #e3e3e3;
  cursor: pointer;
}

#contents #main nav.entryNav p.btn:hover {
  opacity: 0.8;
}

#contents #main nav.entryNav p.btn.first:before {
  content: "";
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 120%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main nav.entryNav p.btn.first:before {
  margin-left: 0;
}

#contents #main nav.entryNav p.btn.last:after {
  content: "";
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 120%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main nav.entryNav p.btn.last:after {
  margin-right: 0;
}

#contents #main nav.entryNav p.btn.prev:before {
  content: "";
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 120%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main nav.entryNav p.btn.prev:before {
  margin-left: 0;
}

#contents #main nav.entryNav p.btn.next:after {
  content: "";
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-size: 120%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main nav.entryNav p.btn.next:after {
  margin-right: 0;
}

#contents #main nav.entryNav p.btn.disabled {
  cursor: default;
  opacity: 0.5;
}

#contents #main nav.entryNav p.btn a {
  color: #FFF;
}

#contents #main nav.entryNav span.page {
  display: none;
  position: relative;
  margin: 0 5px 6px;
  padding: 4px 10px;
  background: #e3e3e3;
  color: #79665b;
}

#contents #main nav.entryNav ul {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

#contents #main nav.entryNav ul.long {
  white-space: normal;
}

#contents #main nav.entryNav ul li {
  display: inline-block;
  margin: 0 5px 6px;
}

#contents #main nav.entryNav ul li a {
  display: block;
  padding: 4px 10px;
  min-width: 8px;
  background: #e3e3e3;
  color: #79665b;
}

#contents #main nav.entryNav ul li a:hover {
  opacity: 0.8;
}

#contents #main nav.entryNav ul li a.active {
  background: #999;
  color: #fff;
}

@media only screen and (max-width: 568px) {
  #contents #main nav.entryNav {
    margin-bottom: 20px;
  }
  #contents #main nav.entryNav p.btn {
    overflow: hidden;
    min-width: 8px;
    margin-bottom: 0;
    position: relative;
    text-indent: -9999px;
  }
  #contents #main nav.entryNav p.btn:before, #contents #main nav.entryNav p.btn:after {
    position: absolute !important;
    top: 4px !important;
    left: 0;
    right: 0;
    margin: auto !important;
    text-indent: 0;
    font-size: 20px !important;
  }
  #contents #main nav.entryNav span.page {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  #contents #main nav.entryNav ul {
    display: none;
  }
}

@media only screen and (min-width: 569px) {
  #contents #main > section {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main > section {
    margin-bottom: 20px;
  }
}

#contents #main .qaBox dl {
  padding: 4px 0;
}

#contents #main .qaBox dl dt {
  display: table-cell;
  text-align: center;
  line-height: 1.6;
  font-family: "Rokkitt", serif;
  font-size: 25px;
  color: #666;
}

#contents #main .qaBox dl dt span {
  display: block;
  width: 40px;
}

#contents #main .qaBox dl dd {
  display: table-cell;
}

#contents #main .qaBox dl.q {
  border-bottom: 1px solid #ccc;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 16px;
}

@media only screen and (min-width: 569px) {
  #contents #main .qaBox dl.q {
    font-size: 16px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .qaBox dl.q {
    font-size: 13px;
  }
}

#contents #main .qaBox dl.q dt, #contents #main .qaBox dl.q dd {
  vertical-align: middle;
}

#contents #main .qaBox dl.q dt span {
  background: #f0efe8;
}

#contents #main .qaBox dl.a {
  margin-bottom: 10px;
}

#contents #main .qaBox dl.a dt {
  vertical-align: top;
}

#contents #main .qaBox dl.a dt span {
  background: #f6f6f6;
}

#contents #main .qaBox dl.a dd {
  padding: 5px 0;
  vertical-align: middle;
}

@media only screen and (min-width: 569px) {
  #contents #main .qaBox dl dt {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .qaBox dl dt {
    padding-right: 10px;
  }
}

#contents #main .qaBox.qaBoxToggle dl.q {
  position: relative;
  cursor: pointer;
}

#contents #main .qaBox.qaBoxToggle dl.q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  color: #5B0606;
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .qaBox.qaBoxToggle dl.q.js-open:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -0.5em;
  color: #5B0606;
  font-family: 'icons';
  font-size: 20px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (max-width: 568px) {
  .navOpen #contents {
    display: none;
  }
  .searchOpen #contents {
    opacity: 0.5;
  }
}
