@charset "utf-8";
.headerGlobal:after, .footerGlobal:after, .navFooter:after, .dlHorizonal:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: " ";
  height: 0;
  font-size: 0;
}

.headerGlobal, .footerGlobal, .navFooter, .dlHorizonal {
  zoom: 1;
}

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

	@ Style Name	/sp/css/common/base.css

--------------------------------------------

		- Reset
		- html, body
		- Contents
		- Module

------------------------------------------*/
/*------------------------------------------
 *	Reset
------------------------------------------*/
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, icenter, 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: inherit;
  vertical-align: baseline;
}

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

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

img {
  line-height: 0;
  vertical-align: bottom;
}

/*------------------------------------------
 *	html, body
------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  line-height: 1.4;
  font-size: 1.4rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b3b3b3;
  background: #000;
  -webkit-text-size-adjust: none;
}

/*	Link
------------------------------------------*/
a:link {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
}

/*------------------------------------------
 *	Contents
------------------------------------------*/
/*	Header
------------------------------------------*/
.headerGlobal {
  position: relative;
  z-index: 100;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
}

.logo {
  float: left;
  width: 33px;
  margin: 10px 0 0 10px;
}

.btnMenu {
  width: 44px;
  float: right;
  margin: 3px 0 0 0;
}
.btnMenu > a {
  display: block;
}

.navGlobal {
  position: absolute;
  left: 0;
  z-index: 50;
  top: -600px;
  width: 100%;
  border-top: 1px #595959 solid;
  background: #333;
  -webkit-transition: -webkit-transform 0.4s ease-out, top 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out, top 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out, top 0.4s ease-out;
  transition: transform 0.4s ease-out, top 0.4s ease-out;
}
.navGlobal.activeMenu3d {
  -webkit-transform: translate3d(0, 650px, 0);
  -moz-transform: translate3d(0, 650px, 0);
  -ms-transform: translate3d(0, 650px, 0);
  -o-transform: translate3d(0, 650px, 0);
  transform: translate3d(0, 650px, 0);
}
.navGlobal.activeMenuPos {
  top: 50px;
}
.navGlobal li {
  text-align: center;
}
.navGlobal .half {
  display: table;
  float: left;
  width: 50%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px #595959 solid;
}
.navGlobal .half:nth-child(odd) {
  border-right: 1px #595959 solid;
}
.navGlobal .half a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.navGlobal .full {
  clear: both;
  border-bottom: 1px #595959 solid;
  font-weight: bold;
}
.navGlobal .full a {
  display: block;
  padding: 15px 0;
}
.navGlobal .btnClose {
  text-align: center;
}
.navGlobal .btnClose a {
  display: block;
  padding: 10px 0 15px;
}

/*	Main
------------------------------------------*/
.pagettl {
  font-size: 2.5rem;
  color: #fff;
  padding: 20px 15px;
  border-bottom: 1px #333 solid;
}

/*	Footer
------------------------------------------*/
.footerGlobal {
  padding: 0 0 30px 0;
}
.footerGlobal h2 {
  width: 25px;
  float: left;
  margin: 0 10px 0 15px;
}
.footerGlobal a:link {
  text-decoration: underline;
}
.footerGlobal .wrapper {
  float: left;
  width: 80%;
  font-size: 1.2rem;
}
.footerGlobal .wrapper address {
  margin: 0 0 10px 0;
}
.footerGlobal .wrapper p {
  margin: 10px 0 0 0;
}
.footerGlobal .wrapper small {
  font-size: 1rem;
}

.navFooter {
  margin: 20px 15px;
  border: 1px #333 solid;
  font-size: 1.2rem;
}
.navFooter li {
  float: left;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navFooter li a {
  display: block;
  padding: 8px;
}
.navFooter li a:visited, .navFooter li a:link {
  color: #8c8c8c;
}
.navFooter li:first-of-type {
  border-right: 1px #333 solid;
}
.navFooter .icoPosL .ico {
  left: 10px;
}
.navFooter .icoPosL .icoBlank {
  left: auto;
  right: 10px;
}

/*------------------------------------------
 *	Layout
------------------------------------------*/
/*		Section
------------------------------------------*/
/*		Head
------------------------------------------*/
/*		List
------------------------------------------*/
.listDisc {
  padding: 0 0 0 25px;
}
.listDisc ul li {
  font-size:1.2rem;
  list-style:none;
}
.listDisc li {
  list-style: disc;
}
.listDisc .txtEtc {
  text-align: right;
  list-style:none;
}

/*	Table
------------------------------------------*/
/*	dl
------------------------------------------*/
.dlHorizonal {
  font-size: 1.2rem;
}
.dlHorizonal dt {
  clear: both;
  float: left;
  width: 150px;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  font-weight: bold;
  color: #fff;
}
.dlHorizonal dt + dd {
  margin-top: 10px;
  padding: 10px 0 0 0;
}
.dlHorizonal dt:first-of-type {
  margin-top: 0;
  padding-top: 0;
}
.dlHorizonal dd {
  margin: 0 0 0 150px;
  color: #b2b2b2;
}
.dlHorizonal dd:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

/*	Text
------------------------------------------*/
strong {
  font-weight: bold;
}

/*	Icon
------------------------------------------*/
.ico {
  display: inline-block;
}

.icoArrowR {
  width: 11px;
  height: 11px;
  background: url(/sp/imgs/common/ico_arrow01.png) 0 0 no-repeat;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  background-size: 11px 11px;
}

.icoArrowT {
  width: 11px;
  height: 11px;
  background: url(/sp/imgs/common/ico_arrow01.png) 0 0 no-repeat;
  -webkit-background-size: 11px 11px;
  -moz-background-size: 11px 11px;
  -o-background-size: 11px 11px;
  background-size: 11px 11px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icoBlank {
  width: 10px;
  height: 8px;
  background: url(/sp/imgs/common/ico_blank.png) 0 0 no-repeat;
  -webkit-background-size: 10px 8px;
  -moz-background-size: 10px 8px;
  -o-background-size: 10px 8px;
  background-size: 10px 8px;
}

.icoPosL {
  position: relative;
}
.icoPosL .ico {
  position: absolute;
  left: 20px;
  top: 50%;
}
.icoPosL .icoBlank {
  margin: -4px 0 0 0;
}
.icoPosL .icoArrowR,
.icoPosL .icoArrowT {
  margin: -6px 0 0 0;
}

/*	Button
------------------------------------------*/
.btnBd {
  display: block;
  padding: 8px;
  border: 1px #8f8f8f solid;
  text-align: center;
  background: transparent;
  color: #8c8c8c;
  font-size: 1.4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btnBd:visited, .btnBd:link {
  color: #8c8c8c;
}
