@charset "UTF-8";
.ticketTag > span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin-top: -3px;
  margin-right: 15px;
  float: left;
  background: #def4ee;
  color: #22b48b;
  width: 73px;
  height: 30px;
  padding: 8px 0px 0px 7px;
  font-size: 86%; }
  .ticketTag > span > i {
    background: url("/error/images/ticket/ico_exhibit.png") no-repeat -20px;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: -4px;
    margin-right: 3px;
    float: left;
    border: none;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }

.hovBtn {
  opacity: .8; }

.flexBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 40px; }

.flexItem {
  margin-right: 20px; }
  .flexItem:last-child {
    margin-right: 0; }
  .flexItem.growItem {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

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

q, blockquote {
  quotes: none; }

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

a img {
  border: none; }

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word; }

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

/* link
-------------------------------------------------- */
a {
  outline-style: none; }

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

s {
  color: #999999; }

/* body
-------------------------------------------------- */
body {
  font-size: 14px;
  line-height: 1.6428571;
  color: #333333;
  font-family: "メイリオ",Meiryo,"MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
  background: #ffffff;
  overflow-x: hidden;
  position: relative; }

/* mCustomScrollBar
-------------------------------------------------- */
.mCustomScrollBox,
.mCustomScrollBox:focus {
  outline-style: none;
  outline-color: none;
  outline-width: 0; }

/* paragraph Element
-------------------------------------------------- */
.strongType1 {
  font-weight: bold; }

.colorRed {
  color: #cd1c1c; }

.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

/* float
-------------------------------------------------- */
.floatLeft {
  float: left; }

.floatRight {
  float: right; }

/* image Element
-------------------------------------------------- */
.image {
  padding: 20px 0px;
  margin: 0px; }

.caption {
  padding: 0px 0px 1px;
  margin: 0px;
  font-size: 75%;
  line-height: 1.5;
  color: #999999; }

/* hidden
-------------------------------------------------- */
.hidden {
  display: none; }

.hidden.pcBlock {
  display: block; }

/* table Element
-------------------------------------------------- */
.table {
  display: table;
  table-layout: fixed; }

.table .table-cell {
  display: table-cell;
  vertical-align: middle; }

/* hidden
-------------------------------------------------- */
.spBlock,
.spInline,
.spTable-cell {
  display: none; }

.pcBlock {
  display: block; }

.pcInline {
  display: inline; }

.table .pcTable-cell {
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

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

/*\*/
* html .clearfix {
  height: 1%; }

/* clear
-------------------------------------------------- */
.clear {
  clear: both; }

/* footer
-------------------------------------------------- */
footer {
  margin: 0 -40px;
  padding: 10px 0 7px;
  background: #000; }

#mainArea footer p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff; }

/* mainArea
-------------------------------------------------- */
[id="mainArea"] {
  width: 100%;
  margin: 0 0 -300px;
  padding: 56px 30px 0 330px;
  line-height: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 1; }

h1, h2 {
  margin: 0;
  padding: 0;
  background: none;
  color: #000000; }

.titleStyle1,
[id="mainArea"] h1.titleStyle1 {
  margin: 0 0 25px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal; }

.titleStyle2,
[id="mainArea"] h2.titleStyle2 {
  font-size: 100%;
  font-weight: bold; }

[id="mainArea"] p {
  margin: 0 0 21px;
  line-height: 1.6428571; }

.main-area--fluid {
  width: 100%;
  margin: 0;
  padding: 86px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.main-area__content--error {
  width: 900px;
  margin: 0 auto;
  padding: 0 4px 0 16px; }
  .main-area__content--error:before, .main-area__content--error:after {
    content: "";
    display: table; }
  .main-area__content--error:after {
    clear: both; }

/* gnavFooter
-------------------------------------------------- */
.gnavFooter {
  margin: 52px 0 7px;
  padding: 0; }

#mainArea .gnavFooter ul {
  margin: 0;
  padding: 0;
  text-align: center; }

#mainArea .gnavFooter ul li {
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  background: none;
  border-right: 1px solid #cbcbcb; }

#mainArea .gnavFooter ul li:last-child {
  margin: 0;
  padding: 0;
  border-right: none; }

#mainArea .gnavFooter ul li a {
  text-decoration: underline;
  color: #000; }

/* headerArea
-------------------------------------------------- */
#headerPosition {
  position: relative;
  z-index: 10; }

#headerArea {
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff; }

#headerArea a {
  color: #fff;
  text-decoration: none; }

#headerArea .header {
  width: 100%;
  padding: 0;
  background: #000000; }

#headerArea .headerLeft,
#headerArea .headerRight {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#headerArea .headerLeft .table {
  padding: 10px 0;
  text-align: left; }

#headerArea .headerRight {
  text-align: right; }

#headerArea .headerRight .table {
  margin-left: auto;
  margin-right: 0px;
  text-align: left; }

#headerArea .header h1 {
  width: 141px;
  padding: 0 20px 0 10px;
  line-height: 0;
  float: none;
  border-right: 1px solid #333333; }

.side-menu-btn {
  display: none; }

.linkBlock1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.linkBlock1 li {
  width: 190px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 190px;
          flex: 0 1 190px;
  margin: 0 60px 40px 0; }
  .linkBlock1 li:nth-child(3n) {
    margin: 0 0 40px 0; }

.linkBlock2 {
  padding: 32px 0 18px 39px;
  -webkit-box-shadow: 1px 1px 4px rgba(12, 4, 7, 0.15);
          box-shadow: 1px 1px 4px rgba(12, 4, 7, 0.15);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .linkBlock2 ul:before, .linkBlock2 ul:after {
    content: "";
    display: table; }
  .linkBlock2 ul:after {
    clear: both; }
  .linkBlock2 li {
    width: 151px;
    float: left;
    padding: 0px;
    margin: 0px 0px 7px;
    margin: 0 14px 14px 0; }
    .linkBlock2 li [target="_blank"] {
      padding-right: 0;
      background: none; }
  .linkBlock2 a {
    padding: 0 0 0 17px;
    text-decoration: none;
    background: url(/heavy_traffic/images/arrow_middle_right.png) left 3px no-repeat; }

/* Field Width & IME Mode
-------------------------------------------------- */
.w94 {
  width: 94px; }

.w84 {
  width: 84px; }

.w74 {
  width: 74px; }

.w64 {
  width: 64px; }

.w55 {
  width: 55px; }

.w145 {
  width: 145px; }

.w150 {
  width: 150px; }

.w22p {
  width: 30%;
  margin-right: 2%;
  float: left; }

.w40p {
  width: 40%;
  margin-right: 2%;
  float: left; }

.w60p {
  width: 58%; }

.w75p {
  width: 68%; }

.w100p {
  width: 100%; }

.w100pMax290 {
  width: 100%;
  max-width: 290px; }

.required {
  margin: 5px 0 0;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background-color: #d93e65;
  display: inline-block; }

.formArea.txtBox {
  margin: 9px 0 19px; }

.wrapper--gray {
  background-color: #eee; }

/* anchors
-------------------------------------------------- */
#anchors {
  padding: 0;
  margin: 0;
  position: absolute;
  left: -100em;
  top: -100em; }

/*titleIcon*/
#mainArea h1.titleStyle1.titleIcon {
  padding: 15px 30px;
  margin: 0 -30px 16px;
  background: #eeeeee; }

.titleIcon i {
  width: 120px;
  height: 120px;
  margin: -1.3em -14px -8px -30px;
  float: left;
  background: url("/heavy_traffic/images/ico_title_1.png") no-repeat;
  -webkit-transform: scale(0.5);
          transform: scale(0.5); }

.titleIcon i.gnavNotice404 {
  background-position: 0 0; }

.titleIcon i.gnavNotice500 {
  background-position: 0 -120px; }

#mainArea .titleIcon + p {
  clear: both; }

.arrowPrimary,
.arrowDisabled,
.arrowWhite {
  width: 10px;
  height: 18px;
  -webkit-transform: rotate(0) scale(0.6);
  transform: rotate(0) scale(0.6);
  display: inline-block;
  vertical-align: middle;
  background-image: url("/id_center/images/icon_other_01.png");
  background-repeat: no-repeat;
  overflow: hidden;
  margin-right: 6px;
  margin-top: -2px; }
  .arrowPrimary.arrowLeft,
  .arrowDisabled.arrowLeft,
  .arrowWhite.arrowLeft {
    -webkit-transform: rotate(180deg) scale(0.6);
    transform: rotate(180deg) scale(0.6); }

.arrowPrimary {
  background: url("/error/images/arrow_middle_right1.png") no-repeat; }

.arrowDisabled {
  background: url("/error/images/arrow_middle_right3.png") no-repeat; }

.arrowWhite {
  background: url("/error/images/arrow_middle_right2.png") no-repeat; }

.information-block {
  padding: 3px 0;
  margin: 0 0 47px;
  clear: both; }
  .information-block__base {
    padding: 15px 15px 13px;
    background: #fffae7;
    -webkit-box-shadow: 1px 1px 4px rgba(12, 4, 7, 0.15);
            box-shadow: 1px 1px 4px rgba(12, 4, 7, 0.15);
    border: none; }
  .information-block__heading {
    padding: 0 0 0 31px;
    margin: 0 0 3px;
    font-weight: bold;
    background: url(/stage_page/images/news.png) 0 center no-repeat;
    line-height: 22px;
    font-size: 93.8%; }
  .information-block__paragraph {
    padding: 0;
    margin: 0 5px; }

@media screen and (max-width: 640px){
  html{
    font-size: 65%; }
  .hidden.pcBlock{
    display: none; }
  .hidden.spBlock{
    display: block; }
  .pcBlock,
  .pcInline,
  .table .pcTable-cell{
    display: none; }
  .spBlock{
    display: block; }
  .spInline{
    display: inline; }
  .table .spTable-cell{
    display: table-cell;
    text-align: left;
    vertical-align: middle; }

  /*footer*/
  footer{
    margin: 0 -10px;
    padding: 15px 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #mainArea footer p{
    font-size: 66.66%;
    line-height: 1.67875; }
  #mail .radio{
    margin: 0 0 1px; }
  [id="mainArea"]{
    padding: 0 10px;
    font-size: 100%;
    line-height: 2;
    position: relative;
    z-index: 1; }
  [id="home"] [id="mainArea"]{
    background: #eeeeee; }
  .titleStyle1,
  [id="mainArea"] h1.titleStyle1{
    margin: 0 0 25px;
    font-size: 17px;
    font-size: 1.7rem;
    background: #eeeeee; }
  [id="mainArea"] .titleIcon + p{
    margin: 0 3% 46px;
    background: #eeeeee; }
  .main-area--fluid{
    padding: 0px 20px 0; }
  .main-area__content--error{
    width: 100%;
    margin: 0; }

  /* gnavFooter
-------------------------------------------------- */
  .gnavFooter{
    margin: 52px -10px 0;
    padding: 30px 29px 29px 30px;
    background: #414141;
    border-top: 2px solid #000; }
  #mainArea .gnavFooter ul{
    width: 100%;
    margin: 0;
    padding: 0; }
  #mainArea .gnavFooter ul li{
    width: 100%;
    margin: 0 0 1px;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    background: none;
    border-right: 0; }
  #mainArea .gnavFooter ul li a{
    margin: 0;
    padding: 7.5px 6% 7.5px 2%;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #545454 url(/id_center/images/arrow_middle_right2.png) 97% center no-repeat;
    background-size: auto 9px; }
  #headerArea{
    height: 96.5px;
    position: static; }
  #headerArea.topLogin{
    height: auto; }
  #headerArea .header{
    padding: 0;
    position: relative;
    z-index: 1; }
  #headerArea .headerLeft,
  #headerArea .headerRight{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block; }
  #headerArea .headerLeft{
    padding: 11px;
    height: auto;
    background: #000; }
  #headerArea .headerLeft .table{
    padding: 0; }
  #headerArea .headerRight{
    width: 100%;
    min-height: 46px;
    padding: 0;
    text-align: left;
    border-top: 1px solid #555555;
    background-color: #414141;
    float: none; }
  #headerArea .headerRight .table{
    margin: 0 0 0 51px;
    text-align: left; }
  #headerArea .headerRight .table-cell{
    height: 46px; }
  #headerArea .header h1,
  #headerArea .header h1 img{
    width: auto;
    height: 27px;
    padding: 0;
    border-right: none; }
  i{
    -webkit-transform: scale(1);
    transform: scale(1); }
  .linkBlock1{
    width: 100%;
    margin: 0 0 10px; }
  .linkBlock1 ul{
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .linkBlock1 li{
    width: 50%;
    height: auto;
    padding: 0 10px 0 0;
    margin: 0 0 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .linkBlock1 li:nth-child(even){
    padding: 0 0 0 10px; }
  .linkBlock1 li img{
    width: 100%;
    height: auto; }
  .linkBlock2{
    padding: 0; }
  .linkBlock2 li{
    margin: 0;
    width: 100%;
    float: none; }
  .linkBlock2 a{
    display: block;
    padding: 15px 0 15px 39px;
    background-image: url(/heavy_traffic/images/arrow_middle_right.png);
    background-position: 16px 22px;
    background-repeat: no-repeat;
    border-bottom: 1px solid rgba(12, 4, 7, 0.15); }

  /* Field Width & IME Mode
	-------------------------------------------------- */
  .w94{
    width: 127px; }
  .w84{
    width: 160px; }
  .w74{
    width: 138px; }
  .w64{
    width: 110px; }
  .w55{
    width: 70px; }
  .w145{
    width: 268px; }
  h1.titleStyle1.titleIcon{
    margin: 0 0 51px;
    background: #eeeeee; }
  .titleIcon i{
    width: 30px;
    height: 30px;
    margin: 1px 14px 0 5px;
    background-size: 30px auto;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .information-block__heading{
    margin: 11px 5px 13px; } }

@media screen and (min-width: 641px){
  .body--plain{
    min-width: 1068px; } }
/*# sourceMappingURL=maps/style.css.map */