@charset "UTF-8";
/* ----------------------------

	FileName : common.css

---------------------------- */
/* extend_set */
@import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(//fonts.googleapis.com/css?family=Lato);
.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}

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

.textOver {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

/* mixin_SET */
/* reset style (html5 set)
-------------------------------------------------------------------- */
article, section, header, footer, nav, menu, aside, figure, figcaption, main {
  display: block;
  padding: 0;
  margin: 0;
}

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;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
}

address, caption, cite, code, dfn, em, strong, th, var, u {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

a {
  outline: 0;
  vertical-align: baseline;
}

a > * {
  cursor: pointer;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
}

/* html
-------------------------------------------------------------------- */
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* body
-------------------------------------------------------------------- */
body {
  background: #fff;
  width: 100%;
  font: 14px/1.231 "lato",Roboto,"Helvetica Neue",Helvetica,Arial,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  *font-size: small;
  *font: x-small;
  line-height: 1.65;
  margin: 0;
  padding: 0;
  position: relative;
  color: #313131;
}

img {
  width: auto;
  max-width: 100%;
}

a {
  color: #313131;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a.isw {
  color: #b31d4c;
}

a.bsw {
  color: #248074;
}

a.msw {
  color: #265b94;
}

ul, ol {
  list-style-type: none;
}

input,
textarea,
button {
  font-family: "lato",Roboto,"Helvetica Neue",Helvetica,Arial,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic","YuGothic","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

iframe {
  border: none;
}

/* ヘッダー領域スタイル
-------------------------------------------------------------------- */
header {
  margin: 0 auto;
  padding: 0;
}

.index header {
  margin: 0 auto 0px;
}

header .headerInner {
  position: relative;
  margin: 15px auto 17px;
  padding: 0;
  width: 1000px;
  height: 76px;
}

header .headerInner h1 {
  position: absolute;
  left: 3px;
  top: -3px;
}

header .headerInner #assitArea {
  width: 550px;
  height: 70px;
  margin: 3px auto;
  float: right;
  position: relative;
}

header .headerInner #assitArea #snsArea {
  position: absolute;
  right: 0;
  top: 0;
}

header .headerInner #assitArea #snsArea ul:before, header .headerInner #assitArea #snsArea ul:after {
  display: table;
  content: '';
}

header .headerInner #assitArea #snsArea ul:after {
  clear: both;
}

header .headerInner #assitArea #snsArea ul li {
  float: left;
  height: 30px;
  margin-right: 5px;
}

header .headerInner #assitArea #snsArea ul li a {
  display: inline-block;
  vertical-align: middle;
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

header .headerInner #assitArea #snsArea ul li.twitter a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/common/icon/icon_twitter.png') no-repeat;
  background-size: 30px 30px;
}

header .headerInner #assitArea #snsArea ul li.fb a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../img/common/icon/icon_fb.png') no-repeat;
  background-size: 30px 30px;
}

header .headerInner #assitArea #snsArea ul li.youtube {
  margin-right: 0;
}

header .headerInner #assitArea #snsArea ul li.youtube a {
  display: inline-block;
  width: 26px;
  height: 30px;
  background: url('../img/common/icon/icon_youtube.png') no-repeat;
  background-size: 26px 30px;
}

header .headerInner #assitArea #english {
  position: absolute;
  right: 319px;
  top: 0;
}

header .headerInner #assitArea #english a {
  display: block;
  width: 120px;
  height: 30px;
  padding: 3px 0;
  color: #fff;
  background: #21b2c7;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 3px;
}

header .headerInner #assitArea #googlecustom {
  position: absolute;
  right: 106px;
  top: 0;
  width: 200px;
  height: 28px;
  border: 1px solid #21b2c7;
  border-radius: 3px;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse {
  padding: 0;
  border: none;
  border-radius: 3px;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box {
  padding: 0;
  margin: 0;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box table.gsc-search-box {
  margin: 0;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box table.gsc-search-box input.gsc-input {
  padding: 4px 6px;
  border: none;
  border-radius: 3px;
  background-position: 6px center !important;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box table.gsc-search-box input.gsc-search-button {
  min-width: 30px;
  width: 30px;
  height: 28px;
  padding: 0;
  color: #21b2c7;
  background: #21b2c7 url("/img/common/icon/icon_search.png") center center no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  border-radius: 0;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box table.gsc-search-box input.gsc-search-button:hover {
  opacity: 0.6;
}

header .headerInner #assitArea #googlecustom div.gsc-control-cse form.gsc-search-box table.gsc-search-box .gsc-clear-button {
  display: none;
}

header .headerInner #assitArea #assistNav {
  position: absolute;
  bottom: 0;
  right: 0;
}

header .headerInner #assitArea #assistNav:before, header .headerInner #assitArea #assistNav:after {
  display: table;
  content: '';
}

header .headerInner #assitArea #assistNav:after {
  clear: both;
}

header .headerInner #assitArea #assistNav li {
  float: left;
}

header .headerInner #assitArea #assistNav li a {
  color: #313131;
  text-decoration: none;
  margin-left: 20px;
  padding: 0 0 0 8px;
  position: relative;
  font-size: 92.85714%;
}

header .headerInner #assitArea #assistNav li a:hover {
  text-decoration: underline;
}

header .headerInner #assitArea #assistNav li a:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: url('../img/common/arrow/arrow.png') no-repeat;
  background-size: 5px 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 5px;
}

header .headerInner #assitArea #assistNav li:first-child a {
  margin-left: 0;
}

header .headerInner #menuBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 100;
  transition: all 0.2s;
}

header #targetNav {
  background: #313131;
}

header #targetNav ul {
  display: table;
  margin: 0 auto;
  width: 1000px;
}

header #targetNav ul li {
  display: table-cell;
  vertical-align: middle;
  min-width: 160px;
}

header #targetNav ul li a {
  font-size: 92.85714%;
  margin-left: 11px;
  padding: 14px 0 13px 11px;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  display: block;
  position: relative;
}

header #targetNav ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
}

header #targetNav ul li a:hover {
  text-decoration: underline;
}

header #globalNav {
  background: #21b2c7;
  width: 100%;
}

header #globalNav ul {
  width: 1000px;
  height: 50px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}

header #globalNav ul li {
  display: table-cell;
  text-align: center;
  box-sizing: border-box;
  vertical-align: middle;
  z-index: 2;
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
}

header #globalNav ul li a {
  font-size: 107.14286%;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  display: block;
  margin: 0 15px;
  padding: 10px 0;
  position: relative;
  -moz-transform: skewX(30deg);
  -webkit-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
}

header #globalNav ul li a:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
}

header #globalNav ul li:last-child a:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transform: skewX(-30deg);
  -webkit-transform: skewX(-30deg);
  -o-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
}

header #globalNav ul li:hover, header #globalNav ul li.active {
  z-index: 1;
  background: #fff;
}

header #globalNav ul li:hover a, header #globalNav ul li.active a {
  color: #21b2c7;
  z-index: 1;
}

header #globalNav ul li:hover a:before, header #globalNav ul li:hover a:after, header #globalNav ul li.active a:before, header #globalNav ul li.active a:after {
  display: none;
}

header #spNavi {
  background-color: #21b2c7;
  position: fixed;
  padding-top: 3px;
  padding-bottom: 15px;
  font-size: 92.85714%;
  display: none;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
}

header #spNavi .assist {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

header #spNavi .assist .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}

header #spNavi .assist .inner p {
  width: 25%;
  margin: 0;
}

header #spNavi .assist .inner p a {
  display: block;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #4893a6;
  border: 1px solid #9ad6df;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: .5em 1em;
}

header #spNavi .assist .inner #spSearch {
  border: 1px solid #4893a6;
  width: 70%;
  box-sizing: border-box;
}

header #spNavi .assist .inner #spSearch .cse .gsc-control-cse, header #spNavi .assist .inner #spSearch .gsc-control-cse {
  padding: 0;
}

header #spNavi .assist .inner #spSearch .cse .gsc-control-cse, header #spNavi .assist .inner #spSearch .gsc-control-cse {
  border: none;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box {
  padding: 0;
  margin: 0;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box table.gsc-search-box {
  margin: 0;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box table.gsc-search-box input.gsc-input {
  padding: 4px 6px;
  border: none;
  border-radius: 3px;
  background-position: 6px center !important;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box table.gsc-search-box input.gsc-search-button {
  min-width: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #21b2c7;
  background: #4893a6 url("/img/common/icon/icon_search.png") center center no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 100%;
  overflow: hidden;
  border-radius: 0;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box table.gsc-search-box input.gsc-search-button:hover {
  opacity: 0.6;
}

header #spNavi .assist .inner #spSearch form.gsc-search-box table.gsc-search-box .gsc-clear-button {
  display: none;
}

header #spNavi .spTarget {
  background: #313131;
}

header #spNavi .spTarget ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #spNavi .spTarget ul li {
  box-sizing: border-box;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}

header #spNavi .spTarget ul li:nth-child(2n) {
  border-right: none;
}

header #spNavi .spTarget ul li:last-child {
  border-bottom: none;
}

header #spNavi .spTarget ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}

header #spNavi .spTarget ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #21b1c7;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
}

header #spNavi .spTarget ul.esp {
  border-bottom: 1px solid #b3b3b3;
  border-top: 1px solid #b3b3b3;
  background-color: #4c4c4c;
}

header #spNavi .spTarget ul.esp li {
  border-right: 1px solid #b3b3b3;
}

header #spNavi .spTarget ul.esp li:last-child {
  border-bottom: 1px solid #b3b3b3;
}

header #spNavi .spTarget ul.esp li a {
  display: block;
}

header #spNavi .spGlobal ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

header #spNavi .spGlobal ul li {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-bottom: 1px solid #9ad6df;
  border-right: 1px solid #9ad6df;
  box-sizing: border-box;
}

header #spNavi .spGlobal ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}

header #spNavi .spGlobal ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 15px;
}

header #spNavi .navBtns {
  padding-top: 10px;
  padding-bottom: 10px;
}

header #spNavi .navBtns ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}

header #spNavi .navBtns ul li {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

header #spNavi .navBtns ul li a {
  display: block;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #4893a6;
  border: 1px solid #9ad6df;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 8px;
}

header #spNavi .sns ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
  border-left: 1px solid #9ad6df;
  border-right: 1px solid #9ad6df;
}

header #spNavi .sns ul li {
  border-right: 1px solid #9ad6df;
  width: 33%;
}

header #spNavi .sns ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}

header #spNavi .sns ul li a.twitter:after {
  width: 24px;
  height: 20px;
  background: url('../img/common/Twitter_logo.png') no-repeat;
  background-size: 24px 20px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -12px;
}

header #spNavi .sns ul li a.faceboook:after {
  width: 22.5px;
  height: 22.5px;
  background: url('../img/common/facebook_logo.png') no-repeat;
  background-size: 22.5px 22.5px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -11px;
}

header #spNavi .sns ul li a.youtube:after {
  width: 27px;
  height: 21px;
  background: url('../img/common/youtube_logo.png') no-repeat;
  background-size: 27px 21px;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -13px;
}

/* パンくずリストスタイル
-------------------------------------------------------------------- */
.contentsHeader,
.contentsFooter {
  position: relative;
  width: 1000px;
}

.contentsHeader:before, .contentsHeader:after,
.contentsFooter:before,
.contentsFooter:after {
  display: table;
  content: '';
}

.contentsHeader:after,
.contentsFooter:after {
  clear: both;
}

.contentsHeader ol.topicpath,
.contentsFooter ol.topicpath {
  float: right;
}

.contentsHeader ol.topicpath li,
.contentsFooter ol.topicpath li {
  float: left;
  position: relative;
  padding: 0 13px 0 0;
  font-size: 85.71429%;
}

.contentsHeader ol.topicpath li:last-child,
.contentsFooter ol.topicpath li:last-child {
  padding: 0;
}

.contentsHeader ol.topicpath li:last-child:after,
.contentsFooter ol.topicpath li:last-child:after {
  display: none;
}

.contentsHeader ol.topicpath li:after,
.contentsFooter ol.topicpath li:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: 13px;
  top: -1px;
  font-size: 114.28571%;
}

.contentsHeader ol.topicpath li a,
.contentsFooter ol.topicpath li a {
  margin-right: 13px;
  padding: 0;
  line-height: 1.3;
  color: #313131;
}

.contentsHeader {
  border-bottom: 1px solid #ddd;
  position: relative;
}

.contentsHeader:before {
  content: "";
  display: inline-block;
  width: 240px;
  height: 3px;
  background: #313131;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.contentsHeader ol {
  margin: 20px auto 10px;
}

.contentsFooter {
  margin: 60px auto 80px;
  border-top: 3px solid #ddd;
}

.contentsFooter:before, .contentsFooter:after {
  display: table;
  content: '';
}

.contentsFooter:after {
  clear: both;
}

.contentsFooter ul.printList {
  margin: 10px auto 0;
  float: left;
}

.contentsFooter ul.printList li {
  float: left;
  margin: 0 20px 0 0;
  font-size: 85.71429%;
}

.contentsFooter ul.printList li a {
  color: #313131;
}

.contentsFooter ul.printList li a:before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 0;
  vertical-align: sub;
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url('../img/common/icon/icon_print.png') no-repeat;
  background-size: 16px 15px;
}

.contentsFooter ol.topicpath {
  margin: 10px auto 0;
}

.contentsFooter ol.topicpath:before, .contentsFooter ol.topicpath:after {
  display: table;
  content: '';
}

.contentsFooter ol.topicpath:after {
  clear: both;
}

/* フッター領域スタイル
-------------------------------------------------------------------- */
footer {
  background: url("/img/common/bg_footerTop.gif") center top repeat-x #202020;
  margin: 0px auto;
  padding: 3px 0 0 0 !important;
  width: 100%;
}

footer #footerBanner {
  padding: 20px 0 15px;
}

footer #footerBanner ul {
  display: block;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}

footer #footerBanner ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer #footerAssist {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

footer #footerAssist ul {
  display: inline-block;
  margin: 15px auto 5px;
}

footer #footerAssist ul:before, footer #footerAssist ul:after {
  display: table;
  content: '';
}

footer #footerAssist ul:after {
  clear: both;
}

footer #footerAssist ul li {
  float: left;
  padding: 0 15px 0 0;
  position: relative;
  font-size: 85.71429%;
}

footer #footerAssist ul li:last-child:after {
  display: none;
}

footer #footerAssist ul li:after {
  content: "/";
  display: inline-block;
  color: #fff;
  position: absolute;
  right: 13px;
  top: -1px;
  font-size: 114.28571%;
}

footer #footerAssist ul li a {
  margin: 0 16px 0 0;
  color: #fff;
  text-decoration: none;
}

footer #footerAssist ul li a:hover {
  text-decoration: underline;
}

footer aside#footerNav {
  background: url("/img/common/bg_footerNav.gif") left top repeat;
}

footer aside#footerNav #footerInner {
  width: 1000px;
  margin: auto;
  padding: 25px 0 20px;
  display: table;
  position: relative;
  background: url("/img/common/txt_footerNav.png") right bottom no-repeat;
}

footer aside#footerNav #footerInner nav {
  display: table-cell;
  table-layout: fixed;
  padding-right: 27px;
}

footer aside#footerNav #footerInner nav:last-child {
  padding-right: 0;
}

footer aside#footerNav #footerInner nav h2 {
  color: #fff;
  margin: 10px 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px solid #535353;
}

footer aside#footerNav #footerInner nav h2:first-child {
  margin-top: 0;
}

footer aside#footerNav #footerInner nav h2 a {
  text-decoration: none;
  color: #fff;
  font-size: 100%;
}

footer aside#footerNav #footerInner nav h2 a:hover {
  text-decoration: underline;
}

footer aside#footerNav #footerInner nav ul {
  margin: 0 0 20px;
}

footer aside#footerNav #footerInner nav ul li {
  margin: 0 0 5px;
  line-height: 1.1;
}

footer aside#footerNav #footerInner nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 85.71429%;
}

footer aside#footerNav #footerInner nav ul li a:hover {
  text-decoration: underline;
}

footer aside#footerNav #footerInner nav ul li ul {
  margin: 5px 0 15px;
}

footer aside#footerNav #footerInner nav ul li ul li {
  position: relative;
  padding: 0 0 0 14px;
}

footer aside#footerNav #footerInner nav ul li ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 8px;
}

footer #footerBottom {
  padding: 20px 0 5px;
  text-align: center;
}

footer #footerBottom p {
  margin: 10px 0 15px;
  color: #a2a2a2;
  font-size: 85.71429%;
}

footer #footerBottom p a {
  color: #a2a2a2;
}

footer #footerBottom p#copyright {
  margin: 30px auto;
  font-family: 'Oswald','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',‘游ゴシック体’,‘Yu Gothic’,‘YuGothic’,Meiryo,メイリオ,sans-serif;
  font-size: 92.85714%;
}

#slideLink {
  display: none;
  position: fixed;
  left: 0;
  top: 190px;
  z-index: 99;
}

#slideLink a {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 170px;
}

#slideLink a.member {
  top: 172px;
}

#pagetop {
  position: fixed;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}

#pagetop p {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#pagetop p a {
  position: absolute;
  right: 20px;
  bottom: 0;
}

@media only screen and (max-width: 768px){
  header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
  }
  header .headerInner{
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 65px;
  }
  header .headerInner h1{
    left: 25px;
    top: 10px;
  }
  header .headerInner h1 a{
    width: 218px;
    height: 40px;
    background: url('../en/img/common/logo.png') no-repeat;
    background-size: 218px 40px;
    content: "";
    display: inline-block;
  }
  header .headerInner h1 a img{
    display: none;
  }
  header .headerInner #assitArea{
    display: none;
  }
  header .headerInner #menuBtn{
    display: inline-block;
  }
  header .headerInner #menuBtn > .gMenu{
    text-decoration: none;
    background-color: #21b2c7;
    display: block;
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 85.71429%;
    text-align: center;
    padding-top: 40px;
  }
  header .headerInner #menuBtn > .gMenu span{
    transition: all 0.2s;
    display: inline-block;
    position: absolute;
    left: 17px;
    width: 30px;
    height: 2px;
    background-color: #fff;
  }
  header .headerInner #menuBtn > .gMenu span:nth-of-type(1){
    top: 13px;
  }
  header .headerInner #menuBtn > .gMenu span:nth-of-type(2){
    top: 23px;
  }
  header .headerInner #menuBtn > .gMenu span:nth-of-type(3){
    top: 33px;
  }
  header .headerInner #menuBtn > .gMenu.active span:nth-of-type(1){
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  header .headerInner #menuBtn > .gMenu.active span:nth-of-type(2){
    display: none;
  }
  header .headerInner #menuBtn > .gMenu.active span:nth-of-type(3){
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }
  header #globalNav{
    display: none;
  }
  .contentsHeader,
  .contentsFooter{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .contentsHeader ol{
    float: none;
    width: 95%;
  }
  .contentsFooter{
    margin-bottom: 40px;
  }
  .contentsFooter ul.printList{
    float: none;
  }
  .contentsFooter ol.topicpath{
    display: block;
    width: 100%;
    float: left;
  }
  footer #footerAssist{
    width: 95%;
    text-align: center;
  }
  footer aside#footerNav{
    display: none;
  }
  footer aside#footerNav #footerInner{
    width: 95%;
    margin-right: auto;
    margin-right: auto;
  }
  footer aside#footerNav #footerInner nav{
    display: block;
    width: 100%;
    padding-right: 0;
  }
  footer aside#footerNav #footerInner nav ul{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer aside#footerNav #footerInner nav ul li{
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 320px){
  header .headerInner h1{
    left: 5px;
  }
  header #spNavi .assist .inner{
    width: 98%;
  }
  header #spNavi .assist .inner p{
    width: 30%;
  }
  header #spNavi .assist .inner p a{
    padding: .5em;
  }
  header #spNavi .assist .inner #spSearch{
    width: 65%;
  }
}

@media only screen and (min-width: 769px), print{
  header .headerInner #menuBtn{
    display: none !important;
  }
  header #spNavi{
    display: none !important;
  }
}

@media print{
  .printBody #pagetop,
  .printBody #slideLink,
  .printBody header,
  .printBody footer,
  .printBody #sub{
    display: none;
  }
  .printBody main{
    width: 100%;
    margin: 0;
  }
  #slideLink{
    display: none !important;
  }
}
