@charset "UTF-8";
.clear, #LayerBody, .tnavi ol, #LayerContents, .top-page #LayerContents, #LayerContentsBody, .link-list-wide, .link-list-aroow-wide, .column2-box,
.column3-box,
.column4-box,
.column-icon,
.column2-index,
.column2-btn, .column2-free, .column2-half, .banner-img-list, .movie-box .contents-area, .frame2-box, .img-list, .get-pdf, #AreaHeader, .top-contents, .t-c dl, .bottom-contents, #AreaGnavi ul, .sp-navi ul, .footer-banner ul, .rank-area, .link .link-list-wide, .news-area dl, .news-area dt, .d-date, .topics-box {
  *zoom: 1;
}
.clear:before, #LayerBody:before, .tnavi ol:before, #LayerContents:before, .top-page #LayerContents:before, #LayerContentsBody:before, .link-list-wide:before, .link-list-aroow-wide:before, .column2-box:before,
.column3-box:before,
.column4-box:before,
.column-icon:before,
.column2-index:before,
.column2-btn:before, .column2-free:before, .column2-half:before, .banner-img-list:before, .movie-box .contents-area:before, .frame2-box:before, .img-list:before, .get-pdf:before, #AreaHeader:before, .top-contents:before, .t-c dl:before, .bottom-contents:before, #AreaGnavi ul:before, .sp-navi ul:before, .footer-banner ul:before, .rank-area:before, .link .link-list-wide:before, .news-area dl:before, .news-area dt:before, .d-date:before, .topics-box:before {
  content: "";
  display: table;
}
.clear:after, #LayerBody:after, .tnavi ol:after, #LayerContents:after, .top-page #LayerContents:after, #LayerContentsBody:after, .link-list-wide:after, .link-list-aroow-wide:after, .column2-box:after,
.column3-box:after,
.column4-box:after,
.column-icon:after,
.column2-index:after,
.column2-btn:after, .column2-free:after, .column2-half:after, .banner-img-list:after, .movie-box .contents-area:after, .frame2-box:after, .img-list:after, .get-pdf:after, #AreaHeader:after, .top-contents:after, .t-c dl:after, .bottom-contents:after, #AreaGnavi ul:after, .sp-navi ul:after, .footer-banner ul:after, .rank-area:after, .link .link-list-wide:after, .news-area dl:after, .news-area dt:after, .d-date:after, .topics-box:after {
  content: "";
  display: table;
  clear: both;
}

/* *****************************************************
Contents ---------------
01: reset
02: common
03: LayerBase
04: LayerBody
------------------------
***************************************************** */
/* *****************************************************
reset
***************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  outline: 0;
}

body {
  width: auto;
  min-width: 960px;
  background: #ffffff;
  font-size: 88%;
  /* 14px */
  line-height: 185%;
  /* 26px */
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #313131;
  word-wrap: normal;
  word-break: normal;
  zoom: 1;
}
@media only screen and (max-width: 640px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
}

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

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: normal;
}

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

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #c8171f;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}
@media only screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

textarea, button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.open-src {
  width: 660px;
  margin-bottom: 50px;
  padding: 5px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong,
em {
  font-weight: bold;
}


a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 2px solid #dc1753!important;
  outline-offset: -1px;
}

/* *****************************************************
common
***************************************************** */
.skipLink, #skip {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  outline: none;
}
.closeLinkUrl {
	pointer-events: none!important;
}
/* *****************************************************
LayerContainer
***************************************************** */
#LayerContainer {
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
}

/* *****************************************************
LayerBase
***************************************************** */
#LayerBase {
  clear: both;
  width: 100%;
  height: auto;
  margin: 0 auto;
  /*padding: 0 0 10px 0;*/
  padding: 0;
}

/* *****************************************************
LayerBody
***************************************************** */
#LayerBody {
  clear: both;
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
}
@media only screen and (max-width: 640px) {
  #LayerBody {
    width: auto;
  }
}

.top-page #LayerBody {
  width: 100%;
}

.tnavi ol {
  margin: 8px 0 14px 0;
  text-align: right;
  letter-spacing: -.38em;
}
@media only screen and (max-width: 640px) {
  .tnavi ol {
    text-align: left;
    margin-top: 10px;
    padding: 0 10px;
    letter-spacing: normal;
  }
}
.tnavi ol li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  font-size: 86%;
  line-height: 167%;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .tnavi ol li {
    display: block;
    float: left;
  }
}
.tnavi ol li + li {
  padding-left: 37px;
  background: url(i/icon_list.png) 15px -456px no-repeat;
}
@media only screen and (max-width: 640px) {
  .tnavi ol li + li {
    margin-top: 0;
    padding-left: 25px;
    background: url(i/icon_list.png) 5px -456px no-repeat;
  }
}
.tnavi ol a {
  color: #313131;
}
.tnavi ol a:hover {
  color: #c8171f;
}
.tnavi ol i {
  color: #9a999b;
  font-size: 93%;
  line-height: 162%;
  margin-right: 4px;
}

/* *****************************************************
font
***************************************************** */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?oihjuy");
  src: url("fonts/icomoon.eot?oihjuy#iefix") format("embedded-opentype"), url("fonts/icomoon.woff?oihjuy") format("woff"), url("fonts/icomoon.ttf?oihjuy") format("truetype"), url("fonts/icomoon.svg?oihjuy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-general,
.bx-pager-item a,
.wideslider .pagination a,
.link-list-aroow li:before,
.link-list-aroow-wide li:before,
.p-top a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 上さんかく矢印 */
.icon-top-triangle:before,
.p-top a:before {
  content: "\e606";
}

/* 右さんかく矢印 */
.icon-right-triangle:before,
.link-list-aroow li:before,
.link-list-aroow-wide li:before {
  content: "\e607";
}

/* 下さんかく矢印 */
.icon-bottom-triangle:before {
  content: "\e608";
}

/* 左さんかく矢印 */
.icon-left-triangle:before {
  content: "\e609";
}

/* ホーム */
.icon-home:before {
  content: "\e600";
}



/* ビル */
.icon-building:before {
  content: "\e602";
}

/* スタジアム */
.icon-stadium:before {
  content: "\e601";
}

/* 人 */
.icon-dash:before {
  content: "\e603";
}

/* メモ帳 */
.icon-note:before {
  content: "\e605";
}

/* 紙飛行機 */
.icon-plane:before {
  content: "\e604";
}

/* 地球 */
.icon-earth:before {
  content: "\e60a";
}

/* 下○付き矢印 */
.icon-bottom-arrow:before {
  content: "\e60b";
}

/* 左○付き矢印 */
.icon-left-arrow:before {
  content: "\e60c";
}

/* 上○付き矢印 */
.icon-top-arrow:before {
  content: "\e60d";
}

/* 右○付き矢印 */
.icon-right-arrow:before {
  content: "\e60e";
}

/* 丸 */
.icon-circle:before {
  content: "\e60f";
}

/* RSS */
.icon-rss:before {
  content: "\e610";
}

/* 虫眼鏡 */
.icon-glass:before {
  content: "\e611";
}

/* チェックマーク */
.icon-cheack:before {
  content: "\e612";
}

/* ラグビーマーク */
.gnavi-rugby:before {
  content: "\e900";
}

/* 聖火リレー */
.icon-torch:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 40px;
  background-image: url(i/icon_torch.png);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 25px 81px;
}

.sp-navi li a:hover .icon-torch:before {
  background-position: 0 -41px;
}

/* 東京2020組織委員会 */
.icon-people:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 36px;
  background-image: url(i/icon_people.png);
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 31px 72px;
}

.sp-navi li a:hover .icon-people:before {
  background-position: 0 -36px;
}

/* *****************************************************
Contents ---------------
01: LayerContents
02: LayerContentsBody
03: Contents
04: Ohters
------------------------
***************************************************** */
/* *****************************************************
LayerContents
***************************************************** */
#LayerContents {
  float: right;
  width: 660px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #LayerContents {
    float: none;
    width: auto;
    padding: 0 10px;
  }
}

.top-page #LayerContents {
  float: none;
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .top-page #LayerContents {
    width: 100%;
    padding: 0;
  }
}

.column1 #LayerContents {
  width: 960px;
}
@media only screen and (max-width: 640px) {
  .column1 #LayerContents {
    width: auto;
  }
}

/*
heading
***************************************************** */
/* h1 */
h1 {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin-bottom: 30px;
  font-size: 186%;
  line-height: 131%;
  background: url(i/bg_h1.png) right 0 no-repeat #eeeeee;
  background-size: 153px 100%;
}
h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 30px 0 32px 23px;
  padding: 2px 20px 0 15px;
  border-left: 7px solid #c8171f;
}
h1 span span {
  display: inline;
  margin: 0;
  padding: 0;
  border-left: none;
}
@media only screen and (max-width: 640px) {
  h1 {
    min-height: 33px;
    font-size: 165%;
    line-height: 135%;
    background: url(i/bg_h1.png) right 0 repeat-y #eeeeee;
    background-size: 153px 100%;
  }
  h1 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    margin: 15px 0 16px 11px;
    padding: 2px 20px 0 15px;
    border-left: 5px solid #c8171f;
  }
}

h1.bg-img {
  display: table;
  width: 100%;
  min-height: 140px;
  background-position: right 0;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  background-size: 340px 100%;
}
h1.bg-img span {
  display: table-cell;
  height: 140px;
  padding: 0 0 0 37px;
  border-left: 7px solid #c8171f;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  h1.bg-img span {
    height: 140px;
    padding: 0 0 0 13px;
    border-left: 5px solid #c8171f;
    vertical-align: middle;
  }
}

.bg-about {
  background-image: url(i/bg_h1_about.jpg);
}

.bg-taikaijyunbi {
  background-image: url(i/bg_h1_taikaijyunbi.jpg);
}

.bg-sport {
  background-image: url(i/bg_h1_sport.jpg);
}

.bg-business {
  background-image: url(i/bg_h1_business.jpg);
}

.bg-inquiry {
  background-image: url(i/bg_h1_inquiry.jpg);
}

.bg-olympic {
  background-image: url(i/bg_h1_olympic.jpg);
}

.bg-paralympics {
  background-image: url(i/bg_h1_paralympics.jpg);
}

/* h2 */
.bg-h2 {
  position: relative;
  margin: 40px 0 0;
  background: url(i/bd_heading.png) 0 0 repeat-x;
}
@media only screen and (max-width: 640px) {
  .bg-h2 {
    margin: 20px 0 0;
    background: none;
  }
}

.top-page .bg-h2 {
  margin: 20px 0 0 0;
  background: url(i/bd_heading_top.png) 0 0 repeat-x;
}
@media only screen and (max-width: 640px) {
  .top-page .bg-h2 {
    margin: 30px 0 0 0;
    background: none;
  }
}

h2 {
  margin: 0 0 20px;
  padding: 13px 14px 12px;
  font-size: 143%;
  line-height: 150%;
  background: url(i/bd_h2.png) 0 bottom no-repeat;
}
@media only screen and (max-width: 640px) {
  h2 {
    margin: 0 0 10px;
    padding: 0 10px 0 10px;
    background: none;
    border-bottom: 5px solid #c8171f;
    font-size: 129%;
    line-height: 145%;
  }
}

.column1 h2 {
  background: url(i/bd_h2_column1.png) 0 bottom no-repeat;
}
@media only screen and (max-width: 640px) {
  .column1 h2 {
    background: none;
  }
}

/* h3 */
h3 {
  margin: 40px 0 20px;
  padding-left: 31px;
  font-size: 129%;
  line-height: 156%;
  background: url(i/icon_list.png) -60px -389px no-repeat;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 115%;
    line-height: 150%;
  }
}

/* h4 */
h4 {
  margin: 40px 0 20px;
  padding: 12px 15px 8px;
  font-size: 129%;
  line-height: 156%;
  background: #f6f6f6;
  border-top: 2px solid #c8171f;
}
@media only screen and (max-width: 640px) {
  h4 {
    padding: 6px 7px 4px;
    font-size: 115%;
    line-height: 150%;
  }
}

/* h5 */
h5 {
  margin: 40px 0 20px;
  padding-left: 8px;
  font-size: 115%;
  line-height: 150%;
  border-left: 7px solid #cfca8d;
}
@media only screen and (max-width: 640px) {
  h5 {
    font-size: 108%;
    line-height: 154%;
    border-left: 5px solid #cfca8d;
  }
}

/*
p
***************************************************** */
p {
  margin-bottom: 20px;
}

.thank-msg {
  font-size: 172%;
  line-height: 134%;
  color: #e30000;
}

.feature {
  margin-top: 20px;
}
.feature a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
@media only screen and (max-width: 640px) {
  .feature {
    margin: 20px 10px 10px;
    text-align: center;
  }
}

.p-top {
  float: right;
}
.p-top a {
  color: #313131;
}
.p-top a:before {
  margin: 0 5px 0 6px;
  color: #b7aa00;
  vertical-align: middle;
  font-size: 14px;
  padding: 2px 0 0 0;
  display: inline-block;
}

.caution {
  color: #0068b7;
}

.color-red {
  color: #c8171f;
}

.caption {
  color: #81511c;
  font-size: 86%;
  line-height: 150%;
}

.label {
  position: relative;
  display: inline-block;
  min-width: 114px;
  padding: 8px 5px 7px 5px;
  text-align: center;
  color: #fff;
  background-color: #c8171f;
  font-size: 100%;
  line-height: 100%;
  border-radius: 3px;
}
@media only screen and (max-width: 640px) {
  .label {
    min-width: 73px;
    padding: 0 4px;
    font-size: 72%;
    line-height: 180%;
  }
}

.arrow-left:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; color: #000;
  border-color: rgba(200, 23, 31, 0);
  border-right-color: #c8171f;
  border-width: 4px 8px 4px 4px;
  margin-top: -4px;
}
@media only screen and (max-width: 640px) {
  .arrow-left:after {
    border-width: 2px 4px 2px 4px;
    margin-top: -2px;
  }
}

.arrow-bottom:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; color: #000;
  border-color: rgba(200, 23, 31, 0);
  border-top-color: #c8171f;
  border-width: 10px 5px 5px 5px;
  margin-left: -5px;
}
@media only screen and (max-width: 640px) {
  .arrow-bottom:after {
    border-width: 5px 5px 5px 5px;
  }
}

.arrow-right:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; color: #000;
  border-color: rgba(200, 23, 31, 0);
  border-left-color: #c8171f;
  border-width: 4px 4px 4px 8px;
  margin-top: -4px;
}
@media only screen and (max-width: 640px) {
  .arrow-right:after {
    border-width: 2px 4px 2px 4px;
    margin-top: -2px;
  }
}

.icon-pdf,
.icon-xls,
.icon-doc,
.icon-ppt {
  padding-left: 25px;
  background: url(i/icon_list.png) 0 0 no-repeat;
  line-height: 21px;
}
.icon-pdf a,
.icon-xls a,
.icon-doc a,
.icon-ppt a {
  vertical-align: top;
}

@media only screen and (max-width: 640px) {
  a.icon-pdf,
  a.icon-xls,
  a.icon-doc,
  a.icon-ppt,
  span.icon-pdf,
  span.icon-xls,
  span.icon-doc,
  span.icon-ppt {
    padding-top: 3px;
    padding-bottom: 2px;
  }
}
.icon-pdf {
  background-position: -255px -201px;
}

.icon-xls {
  background-position: -321px -135px;
}

.icon-doc {
  background-position: -387px -69px;
}

.icon-ppt {
  background-position: -453px -3px;
}

.icon-gaibu {
  vertical-align: baseline;
  margin: 0 2px 0 10px;
}
@media only screen and (max-width: 640px) {
  .icon-gaibu {
    width: auto !important;
  }
}

.list-indent p {
  position: relative;
  padding-left: 25px;
}

.list-indent span {
  position: absolute;
  top: 0;
  left: 0;
}

.video-play video {
  background: #000;
}

@media only screen and (max-width: 640px) {
  .video-play {
    width: 100% !important;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  .video-play video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*
ul , ol
***************************************************** */
ul {
  margin-bottom: 20px;
}
ul li {
  margin: 0;
  padding: 0;
  padding-left: 22px;
  background: url(i/icon_list.png) -132px -322px no-repeat;
}
@media only screen and (max-width: 640px) {
  ul li {
    padding-left: 15px;
    background: url(i/icon_list.png) -132px -324px no-repeat;
  }
}
ul li + li {
  margin-top: 10px;
}
ul ul {
  margin-top: 10px;
  margin-bottom: 0;
}
ul ul li {
  padding-left: 19px;
  background: url(i/icon_list.png) -193px -261px no-repeat;
}
ul ol {
  margin: 10px 0 0 0;
  list-style-type: none;
}
ul ol li {
  padding-left: 0;
}

ol {
  margin-left: 24px;
  margin-bottom: 20px;
  list-style-type: decimal;
}
ol li {
  margin-left: 0;
  padding-left: 0;
}
ol li + li {
  margin-top: 10px;
}
ol ol {
  margin: 10px 0 0 0;
  list-style-type: none;
}
ol ol li {
  padding-left: 0;
}
ol ul {
  margin-top: 10px;
  margin-bottom: 0;
}
ol ul li {
  padding-left: 19px;
  background: url(i/icon_list.png) -193px -261px no-repeat;
}

.link-list li {
  padding-left: 0;
  background: none;
  text-indent: -1.5em;
  padding-left: 1.6em;
}
.link-list li + li {
  margin-top: 4px;
}
.link-list i {
  font-size: 10px;
  margin: 0 5px 0 6px;
  color: #b7aa00;
}

.link-list-aroow li {
  padding-left: 0;
  background: none;
  text-indent: -1.5em;
  padding-left: 1.6em;
}
.link-list-aroow li + li {
  margin-top: 4px;
}
.link-list-aroow li:before {
  font-size: 10px;
  margin: 0 5px 0 6px;
  color: #b7aa00;
}

.column3 li {
  width: 32%;
  margin-right: 1%;
}
@media only screen and (max-width: 640px) {
  .column3 li {
    width: 49%;
  }
}
.column3 li a {
  color: #c8171f;
}

.column2 li {
  width: 49%;
  margin-right: 1%;
}
.column2 li a {
  color: #c8171f;
}

.link-list-wide li {
  float: left;
  padding-left: 0;
  background: none;
}
.link-list-wide li + li {
  margin-top: 0;
}
.link-list-wide a {
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .link-list-wide a {
    display: table-cell;
  }
}
.link-list-wide a:hover {
  color: #c8171f;
}
.link-list-wide i {
  display: inline-block;
  margin-top: 1px;
  font-size: 10px;
  margin-right: 6px;
  color: #b7aa00;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .link-list-wide i {
    display: table-cell;
    padding-right: 6px;
    vertical-align: text-top;
  }
}

.link-list-aroow-wide li {
  float: left;
  padding-left: 0;
  background: none;
}
.link-list-aroow-wide li + li {
  margin-top: 0;
}
.link-list-aroow-wide a {
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .link-list-aroow-wide a {
    display: table-cell;
  }
}
.link-list-aroow-wide a:hover {
  color: #c8171f;
}
.link-list-aroow-wide li:before {
  display: inline-block;
  margin-top: 1px;
  font-size: 10px;
  margin-right: 6px;
  color: #b7aa00;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .link-list-aroow-wide li:before {
    display: table-cell;
    padding-right: 6px;
    vertical-align: text-top;
  }
}

.banner-list li {
  padding-left: 0;
  background: none;
}
.banner-list li img {
  max-width: 270px;
  height: 80px;
}
.banner-list li + li {
  margin-top: 10px;
}
.banner-list a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
@media only screen and (max-width: 640px) {
  .banner-list {
    margin: 0 10px 0;
    text-align: center;
  }
  .banner-list img {
    max-width: 100%;
    height: auto;
  }
}

.feature + .banner-list {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .feature + .banner-list {
    margin-top: 10px;
  }
}

/*
table
***************************************************** */
table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dotted #afafaf;
}
@media only screen and (max-width: 640px) {
  table {
    table-layout: fixed;
  }
}

th,
td {
  padding: 19px 18px;
}
@media only screen and (max-width: 640px) {
  th,
  td {
    padding: 3px 3px;
    font-size: 86%;
    line-height: 167%;
  }
}

th {
  color: #fff;
  background: #c8171f;
}

.th-second {
  color: #313131;
  background: #f2f1dd;
  text-align: left;
  vertical-align: top;
}

td {
  background: #f6f6f6;
}

.border-none + tr th,
.border-none + tr td {
  border-top: none;
}

tr + tr th,
tr + tr td {
  border-top: 1px dotted #afafaf;
}

th + th,
th + td,
td + th,
td + td {
  border-left: 1px solid #d3d3d3;
}

tr.b-top th,
tr.b-top td {
  border-top: 1px solid #d3d3d3;
}

tr.b-left th,
tr.b-left td {
  border-left: 1px solid #d3d3d3;
}

tr.b-right th,
tr.b-right td {
  border-right: 1px solid #d3d3d3;
}

tr.b-bottom th,
tr.b-bottom td {
  border-bottom: 1px solid #d3d3d3;
}

.small th,
.small td {
  font-size: 86%;
  line-height: 167%;
  padding: 2px 5px;
}
@media only screen and (max-width: 640px) {
  .small th,
  .small td {
    padding: 2px 5px;
  }
}

/* *****************************************************
column
***************************************************** */
.column2-box,
.column3-box,
.column4-box,
.column-icon,
.column2-index,
.column2-btn {
  margin-bottom: 20px;
  margin-left: -20px;
  letter-spacing: -.38em;
}
.column2-box p,
.column3-box p,
.column4-box p,
.column-icon p,
.column2-index p,
.column2-btn p {
  margin-bottom: 0;
}
.column2-box p + .caption,
.column3-box p + .caption,
.column4-box p + .caption,
.column-icon p + .caption,
.column2-index p + .caption,
.column2-btn p + .caption {
  margin-top: 5px;
}
.column2-box .column-box,
.column3-box .column-box,
.column4-box .column-box,
.column-icon .column-box,
.column2-index .column-box,
.column2-btn .column-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin: 20px 0 0 20px;
  vertical-align: top;
}

.column-box h4 {
  margin-top: 0;
}

.column2-free {
  margin-bottom: 20px;
}
.column2-free .column2-image p {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .column2-free div {
    float: none;
    width: auto;
  }
}

/*
column2-box
***************************************************** */
@media only screen and (max-width: 640px) {
  .column2-box {
    margin-left: 0;
  }
}
.column2-box .column-box {
  width: 320px;
}
@media only screen and (max-width: 640px) {
  .column2-box .column-box {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 0;
  }
  .column2-box .column-box + .column-box {
    margin-top: 20px;
  }
  .column2-box .column-box img {
    width: 100%;
  }
}
.column2-box p + p {
  margin-top: 15px;
}

/*
column3-box
***************************************************** */
.column3-box {
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .column3-box {
    margin-left: 0;
  }
}
.column3-box .nth-3n {
  margin-left: 19px;
}
@media only screen and (max-width: 640px) {
  .column3-box .nth-3n {
    margin-left: 0;
  }
}
.column3-box .column-box {
  width: 207px;
}
@media only screen and (max-width: 640px) {
  .column3-box .column-box {
    width: 48%;
    margin-left: 0;
  }
  .column3-box .column-box:nth-child(even) {
    margin-left: 4%;
  }
  .column3-box .column-box img {
    width: 100%;
  }
}

/*
column4-box
***************************************************** */
.column4-box {
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .column4-box {
    margin-left: 0;
  }
}
.column4-box .column-box {
  width: 150px;
}
@media only screen and (max-width: 640px) {
  .column4-box .column-box {
    width: 48%;
    margin-left: 0;
  }
  .column4-box .column-box:nth-child(even) {
    margin-left: 4%;
  }
  .column4-box .column-box img {
    width: 100%;
  }
}

/*
column-icon
***************************************************** */
.column-icon {
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .column-icon {
    margin-left: 0;
  }
}
.column-icon .column-box {
  width: 77px;
}
@media only screen and (max-width: 640px) {
  .column-icon .column-box {
    width: 22%;
    margin-left: 4%;
  }
  .column-icon .column-box:first-child, .column-icon .column-box:nth-child(4n+1) {
    margin-left: 0;
  }
  .column-icon .column-box img {
    width: 100%;
  }
}

/*
column2-index
***************************************************** */
.column2-index {
  position: relative;
  display: block;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  .column2-index {
    margin: 0;
  }
}
.column2-index .column-box {
  width: 320px;
  height: 180px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .column2-index .column-box {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
  }
  .column2-index .column-box + .column-box {
    margin-top: 10px;
  }
}
.column2-index a {
  position: relative;
  display: block;
  color: #313131;
  width: 320px;
  height: 180px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .column2-index a {
    width: 100%;
    height: auto;
  }
  .column2-index a img {
    width: 100%;
  }
}
.column2-index a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.column2-index .contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 13px 0 9px;
  background: url(i/bg_index_text.png) 0 0 repeat;
}
.column2-index .contents p {
  font-size: 14px;
  margin-bottom: 0;
  margin: 0 10px 0 13px;
}
.column2-index .title {
  font-size: 18px;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
.column2-index .title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-left: 17px;
  margin-right: 1px;
  color: #b7aa00;
  font-size: 62%;
  line-height: 100%;
  font-size: 11px;
  line-height: 100%;
  text-decoration: none;
}

.column-index {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .column-index {
    margin: 0 0 20px;
  }
}
.column-index .column-box {
  width: auto;
  height: 180px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .column-index .column-box {
    width: auto;
    height: auto;
    margin: 0;
  }
}
.column-index a {
  position: relative;
  display: block;
  color: #313131;
  width: auto;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .column-index a {
    width: 100%;
    height: auto;
  }
  .column-index a img {
    width: 100%;
  }
}
.column-index a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.column-index .contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 13px 0 9px;
  background: url(i/bg_index_text.png) 0 0 repeat;
}
.column-index .contents p {
  font-size: 14px;
  margin-bottom: 0;
  margin: 0 10px 0 13px;
}
.column-index .title {
  font-size: 18px;
  line-height: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
.column-index .title i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  margin-left: 17px;
  margin-right: 1px;
  color: #b7aa00;
  font-size: 62%;
  line-height: 100%;
  font-size: 11px;
  line-height: 100%;
  text-decoration: none;
}

/*
column2-btn
***************************************************** */
.column2-btn {
  margin-top: -20px;
  letter-spacing: -.38em;
}
@media only screen and (max-width: 640px) {
  .column2-btn {
    margin: 0;
    letter-spacing: normal;
  }
}
.column2-btn .column-box {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 310px;
  padding: 5px;
  background: #f1efdd;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .column2-btn .column-box {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
  }
  .column2-btn .column-box + .column-box {
    margin-top: 10px;
  }
}
.column2-btn a {
  display: table;
  width: 100%;
  vertical-align: middle;
  border: 1px solid #cfca8d;
  background: #fff;
  color: #313131;
  font-size: 115%;
  line-height: 125%;
}
.column2-btn i,
.column2-btn span {
  display: table-cell;
  height: 58px;
  padding-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .column2-btn i,
  .column2-btn span {
    padding: 5px 0;
    height: 48px;
  }
}
.column2-btn a:hover {
  text-decoration: none;
  background: #dedcbd;
}
.column2-btn i {
  width: 14px;
  padding: 0 10px 0 15px;
  color: #b7aa00;
  font-size: 69%;
  line-height: 100%;
}

.column2-half .column-box {
  width: 49%;
  padding-right: 1%;
}
.column2-half .column-box.right {
  padding-left: 1%;
  padding-right: 0;
}

/* sp-box-one */
@media only screen and (max-width: 640px) {
  .sp-box-one .column-box {
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
  }
  .sp-box-one .column-box:nth-child(even) {
    margin-left: 0;
  }
}
/*
em-area
***************************************************** */
.em-area {
  border: 1px solid #cfca8d;
  padding: 3px;
  margin-bottom: 20px;
  background: #f1efdd;
}
.em-area .contents {
  padding: 15px;
  border-radius: 1px;
  background: #fff;
}
.em-area .title {
  font-size: 129%;
  line-height: 145%;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .em-area .title {
    font-size: 115%;
    line-height: 150%;
  }
}
.em-area .title + p {
  margin-bottom: 0;
}

/*
banner-img-list
***************************************************** */
.banner-img-list {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .banner-img-list {
    margin-top: 0;
  }
  .banner-img-list + .banner-img-list {
    margin-top: 15px;
  }
}
.banner-img-list p {
  margin-bottom: 0;
}
.banner-img-list .banner-image {
  float: left;
  width: 180px;
}
@media only screen and (max-width: 640px) {
  .banner-img-list .banner-image {
    display: table-footer-group;
    float: none;
    width: auto;
  }
}
.banner-img-list .banner-title {
  margin-top: 5px;
  font-size: 129%;
  line-height: 145%;
}
@media only screen and (max-width: 640px) {
  .banner-img-list .banner-title {
    font-size: 115%;
    line-height: 150%;
  }
}
.banner-img-list .banner-text {
  margin-left: 200px;
}
@media only screen and (max-width: 640px) {
  .banner-img-list .banner-text {
    display: table-header-group;
    margin-left: 0;
  }
}
.banner-img-list i {
  margin-right: 6px;
  color: #b7aa00;
  font-size: 72%;
  line-height: 100%;
}

/*
pagination
***************************************************** */
.pagination {
  margin-top: 20px;
  text-align: center;
  letter-spacing: -.38em;
}
.pagination li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.pagination li + li {
  margin-left: 10px;
}
.pagination li a {
  display: block;
  min-width: 28px;
  min-height: 26px;
  padding-top: 2px;
  color: #c8171f;
  font-size: 129%;
  line-height: 145%;
  border: 1px solid #c8171f;
  background: #fff;
}
.pagination li a:hover, .pagination li.current a {
  color: #fff;
  background: #c8171f;
  text-decoration: none;
}

/*
movie-box
***************************************************** */
.movie-box {
  margin-bottom: 20px;
  background: #f6f6f6;
}
@media only screen and (max-width: 640px) {
  .movie-box {
    margin-bottom: 10px;
  }
}
.movie-box p {
  margin-bottom: 0;
}
.movie-box .title-area {
  padding: 20px 20px 16px;
  background: url(i/bd_heading.png) 0 0 repeat-x;
  border-bottom: 1px dotted #aeaeae;
}
@media only screen and (max-width: 640px) {
  .movie-box .title-area {
    padding: 10px 10px 8px;
  }
}
.movie-box .title {
  font-size: 129%;
  line-height: 145%;
}
@media only screen and (max-width: 640px) {
  .movie-box .title {
    font-size: 115%;
    line-height: 150%;
  }
}
.movie-box .contents-area {
  padding: 22px 20px;
}
@media only screen and (max-width: 640px) {
  .movie-box .contents-area {
    padding: 11px 10px;
  }
}
.movie-box .movie {
  position: relative;
  float: left;
  width: 280px;
}
@media only screen and (max-width: 640px) {
  .movie-box .movie {
    float: none;
    width: auto;
  }
  .movie-box .movie img {
    width: 100%;
  }
}
.movie-box .movie .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}
.movie-box .text {
  margin-left: 308px;
}
@media only screen and (max-width: 640px) {
  .movie-box .text {
    margin-left: 0;
    margin-top: 10px;
  }
}

.movie-area {
  position: relative;
}
.movie-area .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .iframe-box,
  .movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*
frame2-box
***************************************************** */
.frame2-box {
  margin: 0 0 0 -20px;
  letter-spacing: -.38em;
}
@media only screen and (max-width: 640px) {
  .frame2-box {
    margin: 0;
  }
}
.frame2-box .frame-box {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  width: 320px;
  margin: 20px 0 0 20px;
  background: url(i/bd_heading.png) 0 0 repeat-x #f6f6f6;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .frame2-box .frame-box {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .frame2-box .frame-box + .frame-box {
    margin: 10px 0 0 0;
  }
}
.frame2-box .frame-contents {
  padding: 25px 20px 20px;
}
@media only screen and (max-width: 640px) {
  .frame2-box .frame-contents {
    padding: 12px 10px 10px;
  }
}
.frame2-box .image {
  width: 280px;
  height: 120px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .frame2-box .image {
    text-align: center;
  }
}
.frame2-box .title {
  margin: 0 0 5px 0;
  padding-left: 10px;
  font-size: 129%;
  line-height: 112%;
  border-left: 7px solid #cfca8d;
}
@media only screen and (max-width: 640px) {
  .frame2-box .title {
    font-size: 115%;
    line-height: 150%;
  }
}
.frame2-box .text {
  width: 280px;
  height: 156px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .frame2-box .text {
    width: auto;
    height: auto;
  }
}
.frame2-box .title + p {
  margin-bottom: 0;
}
.frame2-box .continu {
  display: table;
  width: 100%;
  border-top: 1px dotted #aeaeae;
  margin-bottom: 0;
  background: #fff;
}
.frame2-box .continu a {
  display: table-cell;
  width: 100%;
  height: 50px;
  color: #313131;
  background: #eeeeee;
  text-align: center;
  vertical-align: middle;
  font-size: 129%;
  line-height: 145%;
}
@media only screen and (max-width: 640px) {
  .frame2-box .continu a {
    font-size: 115%;
    line-height: 150%;
  }
}
.frame2-box .continu a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.frame2-box .continu i {
  margin-right: 6px;
  color: #c8171f;
  font-size: 56%;
  line-height: 100%;
}

/*
img-list
***************************************************** */
.img-list {
  display: block;
  padding: 14px 20px 20px;
  border-top: 1px solid #e5e5e5;
  background: #f6f6f6;
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .img-list {
    padding: 7px 10px 10px;
  }
}
.img-list + .img-list {
  margin-top: 10px;
}
.img-list a {
  color: #313131;
}
.img-list a:hover {
  text-decoration: none;
  color: #c8171f;
}
.img-list .image {
  float: left;
}
.img-list .image p {
  width: 120px;
  height: 70px;
  margin-bottom: 0;
  overflow: hidden;
}
.img-list .image img {
  width: 100%;
  height: auto;
}
.img-list .text {
  margin-left: 136px;
}
@media only screen and (max-width: 640px) {
  .img-list .text {
    margin-left: 136px;
  }
}
.img-list .text p {
  margin-bottom: 0;
}
.img-list .text .title-link {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 115%;
  line-height: 150%;
}
@media only screen and (max-width: 640px) {
  .img-list .text .title-link {
    font-size: 100%;
    line-height: 158%;
  }
}
.img-list .text i {
  margin-right: 6px;
  color: #b7aa00;
  font-size: 73%;
  line-height: 100%;
}

/*
faq-box
***************************************************** */
.faq-box {
  border-top: 1px dotted #b2b2b2;
}

.faq-box + .faq-box {
  margin-top: 20px;
}

.question {
  margin-bottom: 10px;
  padding: 15px 17px;
  font-size: 129%;
  line-height: 145%;
}
@media only screen and (max-width: 640px) {
  .question {
    font-size: 115%;
    line-height: 150%;
  }
}

.answer {
  position: relative;
  padding: 3px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
}
.answer .label {
  position: absolute;
  top: -13px;
  left: 16px;
  background: #c8171f;
}

.answer-contents {
  padding: 25px 15px 15px;
  background: #fff;
  border-radius: 1px;
}
@media only screen and (max-width: 640px) {
  .answer-contents {
    padding: 12px 8px 8px;
  }
}

/*
form-area
***************************************************** */
.form-area {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .form-area label {
    vertical-align: text-bottom;
  }
  .form-area tr + tr th, .form-area tr + tr td {
    border-top: none;
  }
}
.form-area table {
  width: 100%;
  border: none;
}
@media only screen and (max-width: 640px) {
  .form-area table {
    border: 1px solid #adaaa1;
  }
}
.form-area table ul {
  margin: 0;
  padding: 0;
}
.form-area table ul li {
  margin: 0;
  padding: 0;
  background: none;
}
.form-area tr + tr {
  border-top: 1px solid #adaaa1;
}
.form-area th,
.form-area td {
  height: 50px;
  vertical-align: middle;
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .form-area th,
  .form-area td {
    display: block;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.form-area th + td {
  border-left: none;
}
.form-area th {
  position: relative;
  width: 25%;
  padding: 0 15px 0 65px;
  background: #f2f1dd;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .form-area th {
    width: 100%;
    padding: 5px;
    line-height: 100%;
    text-align: left;
    vertical-align: middle;
  }
}
.form-area td {
  width: 75%;
  padding: 0 20px;
  background: #f6f6f6;
}
@media only screen and (max-width: 640px) {
  .form-area td {
    width: 100%;
    padding: 5px;
    vertical-align: middle;
  }
}
.form-area .label {
  position: absolute;
  min-width: 29px;
  left: 13px;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .form-area .label {
    position: relative;
    left: 0;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: baseline;
  }
}
.form-area .text-area th,
.form-area .text-area td {
  vertical-align: top;
  height: auto;
  padding-top: 16px;
  padding-bottom: 9px;
}
@media only screen and (max-width: 640px) {
  .form-area .text-area th,
  .form-area .text-area td {
    padding: 5px 5px 0;
  }
}
.form-area textarea {
  width: 500px;
  height: 200px;
  margin-top: 16px;
  margin-bottom: 9px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .form-area textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.btn-form {
  background: #fff;
  text-align: center;
}
.btn-form a {
  display: inline-block;
  min-width: 250px;
  padding: 4px;
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  color: #fff;
  overflow: hidden;
}
.btn-form a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.btn-form span {
  display: block;
  padding: 14px 18px 8px;
  border: 1px solid #fff;
  background-color: #c8171f;
  font-size: 129%;
  line-height: 145%;
  text-align: left;
}
.btn-form i {
  margin-right: 21px;
  font-size: 78%;
  line-height: 100%;
}

.contact-form-submit {
  display: table-footer-group;
  width: 100%;
  text-align: center;
}
.contact-form-submit input {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  text-indent: -9999px;
  overflow: hidden;
  background: url(i/btn_conf.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
}
.contact-form-submit input:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

.contact-form-submit + table {
  width: 100%;
}

/*
get-pdf
***************************************************** */
.get-pdf {
  margin-top: 40px;
  padding: 20px;
  border-left: 7px solid #c8171f;
  background: #f6f6f6;
}
@media only screen and (max-width: 640px) {
  .get-pdf {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    border-left: 5px solid #c8171f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.get-pdf p {
  float: left;
  font-size: 86%;
  line-height: 167%;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .get-pdf p {
    float: none;
  }
}
.get-pdf p + p {
  float: right;
}
@media only screen and (max-width: 640px) {
  .get-pdf p + p {
    float: none;
    margin-top: 5px;
  }
}
.get-pdf a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

/*
404
***************************************************** */
.err404 {
  text-align: center;
}
.err404 .err-totle {
  margin: 60px 0;
  color: #a0a0a0;
  font-size: 286%;
  line-height: 120%;
}
.err404 .err-cution {
  margin: 60px 0 20px;
  color: #c8171f;
  font-size: 215%;
  line-height: 127%;
}
.err404 .em-area {
  margin-top: 35px;
  background: #f6f6f6;
  border: 1px solid #e5e5e5;
}
.err404 .em-area p {
  margin-bottom: 10px;
  font-size: 129%;
  line-height: 145%;
  font-weight: bold;
}
.err404 .em-area p + p {
  margin-bottom: 0;
}

/*
search_result
***************************************************** */
.gsc-control-cse {
  padding: 0 !important;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif !important;
}

.gsc-result .gs-title {
  height: auto !important;
}

.gsc-above-wrapper-area th, .gsc-above-wrapper-area td,
.gsc-wrapper th,
.gsc-wrapper td {
  padding: 0 !important;
  background: none;
  border: none;
}
.gsc-above-wrapper-area table,
.gsc-wrapper table {
  width: 100%;
  margin-bottom: 0;
  border-bottom: none;
}

.map {
  position: relative;
}

.map-link {
  position: absolute;
  z-index: 10;
  top: 207px;
  left: 215px;
  margin: 0;
  background: url(i/bg_ie8.png) 0 0 repeat\9;
}

.wide-map-link {
  position: absolute;
  z-index: 10;
  top: 3px;
  left: 524px;
  background: url(i/bg_ie8.png) 0 0 repeat\9;
}

.map-link a {
  display: block;
  width: 230px;
  height: 230px;
  text-indent: -9999px;
  overflow: hidden;
}

.wide-map-link a {
  display: block;
  width: 125px;
  height: 108px;
  text-indent: -9999px;
  overflow: hidden;
}

.p-map .map-link a {
  width: 230px;
  height: 230px;
}

.map-link a:hover {
  background: url(i/o_map_hover.png) 0 0 no-repeat;
}

.p-map .map-link a:hover {
  background: url(i/p_map_hover.png) 0 0 no-repeat;
}

.wide-map-link a:hover {
  background: url(i/wide_map_hover.png) 0 0 no-repeat;
}

@media only screen and (max-width: 640px) {
  .map-link,
  .wide-map-link,
  .map-num,
  .detail_map-num {
    display: none;
  }
}

html[lang="ja"] .wide-map-link,
html[lang="en"] .wide-map-link,
html[lang="zh-CN"] .wide-map-link,
html[lang="zh-tw"] .wide-map-link,
html[lang="ko"] .wide-map-link {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 530px;
  margin: 0;
  background: url(i/bg_ie8.png) 0 0 repeat\9;
}

html[lang="ja"] .wide-map-link a,
html[lang="en"] .wide-map-link a,
html[lang="zh-CN"] .wide-map-link a,
html[lang="zh-tw"] .wide-map-link a,
html[lang="ko"] .wide-map-link a {
  display: block;
  width: 114px;
  height: auto;
  padding-top: 0;
  color: #313131;
  text-indent: 0;
  overflow: hidden;
}

html[lang="ja"] .wide-map-link a:before,
html[lang="en"] .wide-map-link a:before,
html[lang="zh-CN"] .wide-map-link a:before,
html[lang="zh-tw"] .wide-map-link a:before,
html[lang="ko"] .wide-map-link a:before {
  content: '';
  display: block;
  width: 114px;
  padding-top: 98px;
}

html[lang="ja"] .wide-map-link__content,
html[lang="en"] .wide-map-link__content,
html[lang="zh-CN"] .wide-map-link__content,
html[lang="zh-tw"] .wide-map-link__content,
html[lang="ko"] .wide-map-link__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 114px;
  margin: 0;
  padding: 0 5px;
  background: #fff;
  box-sizing: border-box;
}

html[lang="ja"] .wide-map-link__content i:before,
html[lang="en"] .wide-map-link__content i:before,
html[lang="zh-CN"] .wide-map-link__content i:before,
html[lang="zh-tw"] .wide-map-link__content i:before,
html[lang="ko"] .wide-map-link__content i:before  {
  display: inline-block;
  color: #313131;
  font-size: 10px;
  line-height: 10px;
  margin-right: 5px;
}
html[lang="en"] .wide-map-link__content i:before {
  margin-top: -4px;
  vertical-align: middle;
}

html[lang="ja"] .wide-map-link__text,
html[lang="en"] .wide-map-link__text,
html[lang="zh-CN"] .wide-map-link__text,
html[lang="zh-tw"] .wide-map-link__text,
html[lang="ko"] .wide-map-link__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #313131;
  font-size: 85.7142857143%;
  line-height: 150%;
}

html[lang="en"] .wide-map-link__text {
  font-size: 75%;
  word-break: break-all;
}
html[lang="ja"] .wide-map-link a:hover,
html[lang="en"] .wide-map-link a:hover,
html[lang="zh-CN"] .wide-map-link a:hover,
html[lang="zh-tw"] .wide-map-link a:hover,
html[lang="ko"] .wide-map-link a:hover {
  background: none;
}

/* 新マップはホバー範囲が多言語マップと変わらないため非表示 160201 */
/*.multi-lang .map-link.en a:hover {
  background: url(i/bg_map_color_en.png) 0 0 no-repeat;
}
.multi-lang .p-map .map-link.en a:hover {
  background: url(i/eng_map_hover.png) 0 0 no-repeat;
}
.multi-lang .map-link.ch_k a:hover {
  background: url(i/bg_map_color_ch_k.png) 0 0 no-repeat;
}
.multi-lang .p-map .map-link.ch_k a:hover {
  background: url(i/ch_k_map_hover.png) 0 0 no-repeat;
}
.multi-lang .map-link.ch_h a:hover {
  background: url(i/bg_map_color_ch_h.png) 0 0 no-repeat;
}
.multi-lang .p-map .map-link.ch_h a:hover {
  background: url(i/ch_h_map_hover.png) 0 0 no-repeat;
}
.multi-lang .map-link.kor a:hover {
  background: url(i/bg_map_color_kor.png) 0 0 no-repeat;
}
.multi-lang .p-map .map-link.kor a:hover {
  background: url(i/kor_map_hover.png) 0 0 no-repeat;
}*/

/*@media only screen and (max-width: 640px) {
  .multi-lang .map-link,
  .multi-lang .p-map .map-link {
    position: relative;
    top: 0;
    left: 0;
  }
  .multi-lang .map-link a,
  .multi-lang .p-map .map-link a {
    width: auto;
    height: auto;
    text-indent: 0;
  }
  .multi-lang .map-link a:hover,
  .multi-lang .p-map .map-link a:hover {
    background: none;
  }
}*/

.map-num li {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  z-index: 20;
  background: none;
  background: url(i/bg_ie8.png) 0 0 repeat\9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.wide_map.map-num li {
  width: 25px;
  height: 25px;
}

.map-num li a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.wide_map.map-num li a {
  width: 25px;
  height: 25px;
}
.map-num .num-01 {
  top: 279px;
  left: 272px;
}
.map-num .num-02 {
  top: 279px;
  left: 251px;
}
.map-num .num-03 {
  top: 300px;
  left: 244px;
}
.map-num .num-04 {
  top: 255px;
  left: 296px;
}
/* .map-num .num-05 {
  top: 276px;
  left: 292px;
} */
.map-num .num-05 {
  top: 279px;
  left: 314px;
}
.map-num .num-06 {
  top: 256px;
  left: 341px;
}
.map-num .num-07 {
  top: 316px;
  left: 174px;
}
.map-num .num-08 {
  top: 288px;
  left: 65px;
}
.map-num .num-09 {
  top: 297px;
  left: 85px;
}
.map-num .num-10 {
  top: 276px;
  left: 84px;
}
.map-num .num-11 {
  top: 312px;
  left: 345px;
}
.map-num .num-12 {
  top: 334px;
  left: 332px;
}
.map-num .num-13 {
  top: 341px;
  left: 312px;
}
.map-num .num-14 {
  top: 354px;
  left: 332px;
}
.map-num .num-15 {
  top: 363px;
  left: 312px;
}
.map-num .num-16 {
  top: 375px;
  left: 332px;
}
.map-num .num-17 {
  top: 392px;
  left: 319px;
}
.map-num .num-18 {
  top: 383px;
  left: 301px;
}
.map-num .num-19 {
  top: 366px;
  left: 356px;
}
.map-num .num-20 {
  top: 368px;
  left: 377px;
}
.map-num .num-21 {
  top: 320px;
  left: 403px;
}
.map-num .num-22 {
  top: 309px;
  left: 385px;
}
.map-num .num-23 {
  top: 297px;
  left: 362px;
}
.map-num .num-24 {
  top: 317px;
  left: 366px;
}
.map-num .num-26 {
  top: 333px;
  left: 518px;
 }
.map-num .num-27 {
  top: 333px;
  left: 539px;
}
.map-num .num-28 {
  top: 523px;
  left: 610px;
}
.map-num .num-29 {
  top: 10px;
  left: 185px;
}
.map-num .num-30 {
  top: 159px;
  left: 145px;
}
.map-num .num-31 {
  top: 81px;
  left: 22px;
}

.map-num .num-32 {
    top: 561px;
    left: 22px;
}
.map-num .num-33 {
    top: 488px;
    left: 22px;
}
.map-num .num-34 {
    top: 524px;
    left: 22px;
}

.map-num .num-35 {
  top: 451px;
  left: 22px;
}

.wide_map.map-num .num-01 {
  top: 582px;
  left: 568px;
}

.wide_map.map-num .num-09 {
  top: 577px;
  left: 527px;
}

.wide_map.map-num .num-10 {
  top: 577px;
  left: 527px;
}

.wide_map.map-num .num-25 {
  top: 143px;
  left: 630px;
}

.wide_map.map-num .num-36 {
  top: 451px;
  left: 589px;
}

.wide_map.map-num .num-37 {
  top: 600px;
  left: 555px;
}

.wide_map.map-num .num-38 {
  top: 158px;
  left: 647px;
}

/* .wide_map.map-num .num-38 {
  top: 147px;
  left: 639px;
} */

.wide_map.map-num .num-39 {
  top: 423px;
  left: 612px;
}

.wide_map.map-num .num-40 {
  top: 553px;
  left: 603px;
}

.wide_map.map-num .num-41 {
    top: 565px;
    left: 548px;
}

.wide_map.map-num .num-42 {
    top: 600px;
    left: 531px;
}

.map-num .num-other-01 {
  top: 339px;
  left: 360px;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.map-num .num-other-01 a{
  width: 25px;
  height: 25px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.map-num .num-other-02 {
  top: 309px;
  left: 318px;
  width: 25px;
  height: 25px;
}
.map-num .num-other-02 a{
  width: 25px;
  height: 25px;
}
.p-map .map-num .num-01 {
  top: 279px;
  left: 272px;
}
.p-map .map-num .num-02 {
  top: 279px;
  left: 251px;
}
.p-map .map-num .num-03 {
  top: 300px;
  left: 244px;
}
.p-map .map-num .num-04 {
  top: 255px;
  left: 296px;
}
.p-map .map-num .num-05 {
  top: 279px;
  left: 314px;
}
.p-map .map-num .num-06 {
  top: 316px;
  left: 176px;
}
.p-map .map-num .num-07 {
  top: 285px;
  left: 64px;
}
.p-map .map-num .num-08 {
  top: 313px;
  left: 345px;
}
.p-map .map-num .num-09 {
  top: 333px;
  left: 333px;
}
.p-map .map-num .num-10 {
  top: 354px;
  left: 333px;
}
.p-map .map-num .num-11 {
  top: 361px;
  left: 314px;
}
.p-map .map-num .num-12 {
  top: 391px;
  left: 324px;
}
.p-map .map-num .num-13 {
  top: 367px;
  left: 374px;
}
.p-map .map-num .num-14 {
  top: 309px;
  left: 385px;
}
.p-map .map-num .num-15 {
  top: 296px;
  left: 364px;
}
.p-map .map-num .num-16 {
  top: 333px;
  left: 500px;
}
.p-map .map-num .num-17 {
  top: 333px;
  left: 520px;
}
.p-map .map-num .num-18 {
  top: 333px;
  left: 541px;
}
.p-map .map-num .num-19 {
  top: 156px;
  left: 145px;
}
.p-map .map-num .num-20 {
  top: 537px;
  left: 23px;
}
.p-map .map-num .num-21 {
  top: 493px;
  left: 23px;
}
.map-icon {
  margin-left: 27px;
}
.map-icon a {
  /*display: inline-block;*/
  line-height: 150%;
  vertical-align: top;
}
.map-icon a + a {
  margin-left: 5px;
}
.map-icon a + img {
  margin-left: 5px;
}
.map-icon img + a {
  margin-left: 5px;
}
.map-icon img + img {
  margin-left: 5px;
}

.map-icon br {
  display: none;
}

.c-column + br + .c-column{
      margin-top: 5px;
}

.column-map .set-num {
  position: relative;
  margin: 0 0 10px;
  padding-left: 27px;
  min-height: 23px;
}
.column-map .set-num a {
  display: inline-block;
  font-size: 108%;
  line-height: 154%;
}
.column-map .set-num span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  background: url(i/num_list.png) 0 0 no-repeat;
  vertical-align: text-bottom;
}
.column-map .column-box {
  margin-top: 40px;
}
.column-map .map-num01 span {
  background-position: 0 0;
}
.column-map .map-num02 span {
  background-position: -23px 0;
}
.column-map .map-num03 span {
  background-position: -46px 0;
}
.column-map .map-num04 span {
  background-position: -69px 0;
}
.column-map .map-num05 span {
  background-position: -92px 0;
}
.column-map .map-num06 span {
  background-position: -115px 0;
}
.column-map .map-num07 span {
  background-position: -138px 0;
}
.column-map .map-num08 span {
  background-position: -161px 0;
}
.column-map .map-num09 span {
  background-position: -184px 0;
}
.column-map .map-num10 span {
  background-position: -207px 0;
}
.column-map .map-num11 span {
  background-position: -230px 0;
}
.column-map .map-num12 span {
  background-position: -253px 0;
}
.column-map .map-num13 span {
  background-position: -276px 0;
}
.column-map .map-num14 span {
  background-position: -299px 0;
}
.column-map .map-num15 span {
  background-position: -322px 0;
}
.column-map .map-num16 span {
  background-position: 0 -23px;
}
.column-map .map-num17 span {
  background-position: -23px -23px;
}
.column-map .map-num18 span {
  background-position: -46px -23px;
}
.column-map .map-num19 span {
  background-position: -69px -23px;
}
.column-map .map-num20 span {
  background-position: -92px -23px;
}
.column-map .map-num21 span {
  background-position: -115px -23px;
}
.column-map .map-num22 span {
  background-position: -138px -23px;
}
.column-map .map-num23 span {
  background-position: -161px -23px;
}
.column-map .map-num24 span {
  background-position: -184px -23px;
}
.column-map .map-num25 span {
  background-position: -207px -23px;
}
.column-map .map-num26 span {
  background-position: -230px -23px;
}
.column-map .map-num27 span {
  background-position: -253px -23px;
}
.column-map .map-num28 span {
  background-position: -276px -23px;
}
.column-map .map-num29 span {
  background-position: -299px -23px;
}
.column-map .map-num30 span {
  background-position: -322px -23px;
}
.column-map .map-num31 span {
  background-position: 0px -46px;
}
.column-map .map-num32 span {
  background-position: -23px -46px;
}
.column-map .map-num33 span {
  background-position: -46px -46px;
}
.column-map .map-num34 span {
  background-position: -69px -46px;
}
.column-map .map-num35 span {
  background-position: -92px -46px;
}
.column-map .map-num36 span {
  background-position: -115px -46px;
}
.column-map .map-num37 span {
  background-position: -138px -46px;
}
.column-map .map-num38 span {
  background-position: -161px -46px;
}
.column-map .map-num39 span {
  background-position: -184px -46px;
}
.column-map .map-num40 span {
  background-position: -207px -46px;
}
.column-map .map-num41 span {
  background-position: -230px -46px;
}
.column-map .map-num42 span {
  background-position: -253px -46px;
}
.column-map .num-other-01 span {
  background-position: -276px -46px;
}
.column-map .num-other-02 span {
  background-position: -299px -46px;
}
.column-map .num-other-03 span {
  background-position: -322px -46px;
}

.column3-box.column-map {
  margin-top: 40px;
}
.column3-box.column-map .column-box {
  border-bottom: 1px solid #333;
  min-height: 105px;
  margin-top: 0;
  padding: 20px 0;
}
.column3-box.column-map .box-top {
  border-top: 1px solid #333;
}

.column4-box.column-map {
  margin-top: 40px;
}
.column4-box.column-map .column-box {
  width: 225px;
  min-height: 105px;
  border-bottom: 1px solid #333;
  margin-top: 0;
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  .column4-box.column-map .column-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    min-height: 1px;
  }
  .column4-box.column-map .column-box .map-icon img {
    width: 40px;
    height: 40px;
  }
}
.column4-box.column-map .box-top {
  border-top: 1px solid #333;
}

@media only screen and (max-width: 640px) {
  .column3-box.column-map .column-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .column3-box.column-map .column-box .map-icon img:not(.icon-gaibu) {
    width: 40px;
    height: 40px;
  }

  .column3-box.column-map,
  .column4-box.column-map {
    border-bottom: 1px solid #333;
  }
  .column3-box.column-map .column-box,
  .column4-box.column-map .column-box {
    border: none;
    border-top: 1px solid #333;
  }
}
@media only screen and (max-width: 640px) {
  .detail .map-num {
    display: none;
  }
}

.detail_map-num li {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  z-index: 20;
  background: none;
  background: url(i/bg_ie8.png) 0 0 repeat\9;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.detail_map-num li a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

.detail .detail_map-num .num-01 {
  top: 355px;
  left: 260px;
}
.detail .detail_map-num .num-02 {
  top: 354px;
  left: 234px;
}
.detail .detail_map-num .num-03 {
  top: 390px;
  left: 217px;
}
.detail .detail_map-num .num-04 {
  top: 286px;
  left: 387px;
}
/* .detail .detail_map-num .num-05 {
  top: 347px;
  left: 401px;
} */
.detail .detail_map-num .num-05 {
  top: 354px;
  left: 426px;
}
.detail .detail_map-num .num-06 {
  top: 270px;
  left: 533px;
}
/*.detail .detail_map-num .num-08 {
  top: 480px;
  left: 538px;
}
.detail .detail_map-num .num-09 {
  top: 494px;
  left: 518px;
}
.detail .detail_map-num .num-10 {
  top: 508px;
  left: 496px;
}
.detail .detail_map-num .num-11 {
  top: 528px;
  left: 513px;
}*/
.detail .detail_map-num .num-11 {
  top: 478px;
  left: 545px;
}
.detail .detail_map-num .num-12 {
  top: 494px;
  left: 522px;
}
.detail .detail_map-num .num-13 {
  top: 508px;
  left: 497px;
}
.detail .detail_map-num .num-14 {
  top: 528px;
  left: 513px;
}
.detail .detail_map-num .num-15 {
  top: 556px;
  left: 470px;
}
.detail .detail_map-num .num-16 {
  top: 570px;
  left: 447px;
}
.detail .detail_map-num .num-17 {
  top: 581px;
  left: 471px;
}
.detail .detail_map-num .num-18 {
  top: 700px;
  left: 391px;
}
.detail .detail_map-num .num-19 {
  top: 646px;
  left: 583px;
}
.detail .detail_map-num .num-20 {
  top: 653px;
  left: 610px;
}
.detail .detail_map-num .num-21 {
  top: 490px;
  left: 738px;
}
.detail .detail_map-num .num-22 {
  top: 470px;
  left: 655px;
}
.detail .detail_map-num .num-23 {
  top: 461px;
  left: 604px;
}
.detail .detail_map-num .num-24 {
  top: 479px;
  left: 621px;
}

.detail .detail_map-num .num-other-01 {
  top: 551px;
  left: 534px;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.detail .detail_map-num .num-other-01 a {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 0;
          border-radius: 0;
}
.detail .detail_map-num .num-other-02 {
  top: 463px;
  left: 462px;
  width: 35px;
  height: 35px;
}
.detail .detail_map-num .num-other-02 a {
  width: 35px;
  height: 35px;
}

.p-map.detail .detail_map-num .num-01 {
    top: 356px;
    left: 258px;
}
.p-map.detail .detail_map-num .num-02 {
    top: 355px;
    left: 230px;
}
.p-map.detail .detail_map-num .num-03 {
    top: 390px;
    left: 218px;
}
.p-map.detail .detail_map-num .num-04 {
    top: 286px;
    left: 387px;
}
.p-map.detail .detail_map-num .num-05 {
    top: 352px;
    left: 428px;
}
/*.p-map.detail .detail_map-num .num-06 {
  top: 316px;
  left: 176px;
}
.p-map.detail .detail_map-num .num-07 {
  top: 285px;
  left: 64px;
}*/
.p-map.detail .detail_map-num .num-08 {
    top: 481px;
    left: 548px;
}
.p-map.detail .detail_map-num .num-09 {
    top: 497px;
    left: 525px;
}
.p-map.detail .detail_map-num .num-10 {
    top: 529px;
    left: 511px;
}
.p-map.detail .detail_map-num .num-11 {
    top: 555px;
    left: 470px;
}
.p-map.detail .detail_map-num .num-12 {
    top: 581px;
    left: 470px;
}
.p-map.detail .detail_map-num .num-13 {
    top: 653px;
    left: 610px;
}
.p-map.detail .detail_map-num .num-14 {
    top: 470px;
    left: 655px;
}
.p-map.detail .detail_map-num .num-15 {
    top: 461px;
    left: 604px;
}
/*.p-map.detail .detail_map-num .num-16 {
  top: 333px;
  left: 500px;
}
.p-map.detail .detail_map-num .num-17 {
  top: 333px;
  left: 520px;
}
.p-map.detail .detail_map-num .num-18 {
  top: 333px;
  left: 541px;
}
.p-map.detail .detail_map-num .num-19 {
  top: 156px;
  left: 145px;
}*/


.icon__text {
  display: inline-block;
  /*margin-left: 5px;*/
  line-height: 140%;
  font-size: 85%;
}

/* *****************************************************
Contents ---------------
01: LayerHeader
------------------------
***************************************************** */
/* *****************************************************
AreaHeader
***************************************************** */
#AreaHeader {
  width: 960px;
  min-height: 93px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  #AreaHeader {
    width: auto;
    height: auto;
    min-height: 1px;
  }
}

#HeaderLeft {
  float: left;
  width: 472px;
}
#HeaderLeft .logo {
  margin: 27px 0 0 0;
  background: none;
  min-height: 1px;
  line-height: 100%;
}

@media only screen and (max-width: 640px) {
  #HeaderLeft {
    width: 80%;
    height: auto;
  }
  #HeaderLeft .logo img {
    width: 100%;
    height: auto;
  }
}

.sp-menu {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-menu {
    float: right;
    display: block;
    width: 25px;
    height: 24px;
    padding: 13px 16px 8px 0;
    text-indent: -9999px;
    overflow: hidden;
    background: url(i/sp_menu.png) 0 center no-repeat;
    background-size: 100px 24px;
  }
  .sp-menu.open {
    background: url(i/sp_menu.png) -75px center no-repeat;
    background-size: 100px 24px;
  }
}

.dis-block {
  display: block !important;
}

.dis-none {
  display: none !important;
}

#HeaderRight {
  float: right;
  width: 488px;
}
@media only screen and (max-width: 640px) {
  #HeaderRight {
    display: none;
    position: relative;
    clear: both;
    float: none;
    width: auto;
    height: auto;
    padding: 10px 0 40px;
    background: #eeeeee;
  }
  #HeaderRight.slide-block {
    display: block;
  }
  #HeaderRight.slide-none {
    display: none;
  }
}

.sp-gnavi {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-gnavi {
    display: block;
    width: auto;
    height: auto;
    margin: 0 10px;
    padding: 3px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-gnavi ul {
    margin: 0;
    padding: 0;
    border: 2px solid #d7d7d7;
  }
  .sp-gnavi li {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }
  .sp-gnavi a {
    display: table-cell;
    width: 100%;
    height: 41px;
    line-height: 100%;
    vertical-align: middle;
    color: #313131;
    font-weight: bold;
    font-size: 115%;
    line-height: 150%;
  }
  .sp-gnavi a:hover {
    color: #fff;
    background: #c8171f;
    text-decoration: none;
  }
  .sp-gnavi a:hover i {
    color: #fff;
  }
  .sp-gnavi i {
    color: #c8171f;
    font-size: 22px;
    vertical-align: text-top;
    margin: 0 16px 0 10px;
  }
  .sp-gnavi li + li {
    border-top: 1px solid #d7d7d7;
  }
  .sp-gnavi .gnavi01 i {
    margin: 0 13px 0 10px;
  }
  .sp-gnavi .gnavi03 i {
    font-size: 24px;
    margin: 0 13px 0 10px;
  }
  .sp-gnavi .gnavi05 i {
    margin: 0 14px 0 12px;
  }
}

.top-contents .t-c {
  float: left;
  min-height: 42px;
  border-left: 1px solid #c9c9c9;
}
@media only screen and (max-width: 640px) {
  .top-contents .t-c {
    min-height: 1px;
    border-left: none;
  }
}
@media only screen and (max-width: 640px) {
  .top-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    border-top: 1px solid #d7d7d7;
  }
}

.multi-lang .top-contents .t-c {
  min-height: 47px;
}

.t-c dt,
.t-c dd {
  float: left;
}

.t-c dt {
  margin-top: 22px;
  margin-left: 11px;
  font-size: 13px;
  line-height: 100%;
}

#IdBgColor {
  width: 149px;
}
@media only screen and (max-width: 640px) {
  #IdBgColor {
    display: none;
  }
}

.multi-lang #IdBgColor {
  width: 176px;
}
@media only screen and (max-width: 640px) {
  .multi-lang #IdBgColor {
    display: none;
  }
}

#IdBgColor dd {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-left: 3px;

}

#IdBgColor dd a {
  display: block;
  width: 25px;
  height: 19px;
  padding-top: 6px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#IdBgColor dd a:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}
#IdBgColor #IdWhite {
  margin-left: 9px;
}

#IdBgColor #IdWhite a {
  width: 23px;
  height: 18px;
  padding-top: 5px;
  color: #313131;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
#IdBgColor #IdBlue a {
  background: #00479d;
}
#IdBgColor #IdBlack a {
  background: #000000;
}

#IdFontsize {
  width: 178px;
}
#IdFontsize dd {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-left: 3px;
}
#IdFontsize dd a {
  display: block;
  width: 23px;
  height: 18px;
  padding-top: 5px;
  color: #313131;
  text-align: center;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  text-decoration: none;
}
#IdFontsize dd a:hover {
  width: 25px;
  height: 19px;
  padding-top: 6px;
  border: none;
  background: #cfca8d;
}
#IdFontsize #IdFontS {
  margin-left: 9px;
}
#IdFontsize #IdFontS a {
  height: 17px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 100%;
}
#IdFontsize #IdFontS a:hover {
  height: 18px;
  padding-top: 7px;
}
#IdFontsize #IdFontM a {
  height: 18px;
  padding-top: 5px;
  font-size: 14px;
  line-height: 100%;
}
#IdFontsize #IdFontM a:hover {
  height: 19px;
  padding-top: 6px;
}
#IdFontsize #IdFontL a {
  height: 19px;
  padding-top: 4px;
  font-size: 18px;
  line-height: 100%;
}
#IdFontsize #IdFontL a:hover {
  height: 20px;
  padding-top: 5px;
}
@media only screen and (max-width: 640px) {
  #IdFontsize {
    display: none;
  }
}

#IdLink {
  width: 158px;
  text-align: right;
  font-size: 13px;
  line-height: 100%;
}
@media only screen and (max-width: 640px) {
  #IdLink {
    width: 100%;
    margin-top: 13px;
    text-align: center;
  }
}
#IdLink .link-list-wide {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #IdLink .link-list-wide {
    margin-top: 0;
  }
}

.multi-lang #IdLink {
  width: 131px;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .multi-lang #IdLink {
    width: 100%;
    margin-top: 13px;
    text-align: center;
  }
}
.multi-lang #IdLink .link-list-wide {
  margin-top: 0;
  margin-bottom: 0;
}
.multi-lang #IdLink .link-list-wide li {
  position: relative;
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .multi-lang #IdLink .link-list-wide li {
    margin-top: 0;
  }
}
.multi-lang #IdLink i {
  position: absolute;
  top: 13px;
  left: 5px;
}
@media only screen and (max-width: 640px) {
  .multi-lang #IdLink i {
    position: relative;
    top: 0;
    left: 0;
  }
}
.multi-lang #IdLink a {
  display: block;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .multi-lang #IdLink a {
    display: table-cell;
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .bottom-contents {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 9px;
    border-top: 1px solid #d7d7d7;
  }
}

.lang-list {
  float: left;
  width: 303px;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .lang-list {
    float: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.lang-list .link-list-wide {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .lang-list .link-list-wide {
    letter-spacing: -.38em;
  }
  .lang-list .link-list-wide li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    letter-spacing: normal;
    float: none;
  }
}
.lang-list li {
  font-size: 13px;
  line-height: 100%;
}
.lang-list li + li {
  margin-left: 12px;
}

.search {
  float: right;
  width: 185px;
  margin-top: 11px;
  letter-spacing: -.38em;
  font-size: 14px;
  line-height: 100%;
}

@media only screen and (max-width: 640px) {
  .search {
    float: none;
    width: 185px;
    margin: 5px auto 0;
    padding: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.search .gsc-search-box {
  margin: 0 !important;
  font-size: 14px !important;
}
.search .gsc-search-box th, .search .gsc-search-box td {
  padding: 0 !important;
  background: none;
  border: none;
}
.search .gsc-clear-button {
  display: none;
}

.search .gsc-input {
  width: 125px !important;
  height: 23px !important;
  padding: 2px;
  margin: 0 !important;
  border: none;
  border-right: none !important;
}

.gsc-input-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search .gsc-input table{
  margin: 0;
  border: none;
}
input::-webkit-input-placeholder {
  font-size: 13px !important;
}
input:-ms-input-placeholder {
  font-size: 13px !important;
}
.search .gsc-search-button {
  width: 55px;
}
.search .gsc-search-button {
  position: relative;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: #313131 !important;
  height: 25px !important;
  width: 55px !important;
  border: none !important;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  background: url(i/btn_search.png) 0 0 no-repeat !important;
  cursor: pointer;
}
.search .gsc-search-button:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.search button {
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  .search button {
    border-radius: 0px;
  }
}
.search button.search_g {
  width: 125px;
  height: 19px;
  padding: 0;
  border: 1px solid #eeeeee !important;
  border-right: none !important;
}
@media only screen and (max-width: 640px) {
  .search button.search_g {
    width: 241px;
    height: 21px;
    border: none !important;
  }
}
.search .gsc-input .gsib_b {
  display: none;
}
.search .searchButton {
  width: 55px;
  height: 25px;
}
.search .searchButton:hover {
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
}

.eng.search .gsc-search-button {
  background: url(i/btn_search_eng.png) 0 0 no-repeat !important;
}

.ch-k.search .gsc-search-button {
  background: url(i/btn_search_ch_k.png) 0 0 no-repeat !important;
}

.ch-h.search .gsc-search-button {
  background: url(i/btn_search_ch_h.png) 0 0 no-repeat !important;
}

.kor.search .gsc-search-button {
  background: url(i/btn_search_kor.png) 0 0 no-repeat !important;
}

.gsc-results .gsc-cursor-box {
  text-align: center;
}

.gsst_b,
.gscb_a {
  font-size: 0%!important;
  color: #313131!important;
  background: #fff!important;
}

/*
AreaGnavi
***************************************************** */
#AreaGnavi {
  border-top: 1px solid #c8171f;
  border-bottom: 1px solid #d3d3d3;
}
@media only screen and (max-width: 640px) {
  #AreaGnavi {
    display: none;
  }
}

#AreaGnavi ul {
  width: 959px;
  margin: 0 auto;
  border-right: 1px solid #d3d3d3;
}
#AreaGnavi ul li {
  display: table;
  float: left;
  padding-left: 0;
  border-left: 1px solid #d3d3d3;
  text-align: center;
  background: none;
}
#AreaGnavi ul li a {
  display: table-cell;
  height: 105px;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #313131;
}
#AreaGnavi ul li a:hover, #AreaGnavi ul li.current a, #AreaGnavi ul li.current:hover a {
  color: #fff;
  background: #c8171f;
  text-decoration: none;
}
#AreaGnavi ul li a:hover i, #AreaGnavi ul li.current a i, #AreaGnavi ul li.current:hover a i {
  color: #fff;
}
#AreaGnavi ul li i {
  margin-top: 19px;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 50px;
  color: #c8171f;
}
#AreaGnavi ul li + li {
  margin-top: 0;
}
#AreaGnavi ul li i {
  display: block;
}

#AreaGnavi .gnavi01 {
  /*width: 108px;*/
  width: 114px;
}
#AreaGnavi .gnavi01 i {
  margin-top: 21px;
  margin-bottom: 15px;
  font-size: 40px;
}

#AreaGnavi .gnavi02 {
  /*width: 175px;*/
  width: 116px;
}
#AreaGnavi .gnavi02 i {
  margin-top: 18px;
  margin-bottom: 13px;
  font-size: 46px;
}

#AreaGnavi .gnavi03 {
  /*width: 175px;*/
  width: 178px;
}
#AreaGnavi .gnavi03 i {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 64px;
}

#AreaGnavi .gnavi04 {
  /*width: 175px;*/
  width: 166px;
}
#AreaGnavi .gnavi04 i {
  margin-top: 19px;
  margin-bottom: 14px;
  font-size: 43px;
}

#AreaGnavi .gnavi05 {
  /*width: 160px;*/
  width: 93px;
}
#AreaGnavi .gnavi05 i {
  margin-top: 19px;
  margin-bottom: 15px;
  font-size: 42px;
}

#AreaGnavi .gnavi06 {
  /*width: 160px;*/
  width: 120px;
}
#AreaGnavi .gnavi06 i {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 41px;
}

#AreaGnavi .gnavi07 {
  /*width: 160px;*/
  width: 165px;
}
#AreaGnavi .gnavi07 i {
  margin-top: 20px;
  margin-bottom: 18px;
  font-size: 38px;
}

.multi-lang #AreaGnavi ul {
  border-left: 1px solid #d3d3d3;
}
.multi-lang #AreaGnavi .gnavi02 {
  /*width: 319px;*/
  /* width: 200px; */
  width: 120px;
  border-left: none;
}
.multi-lang #AreaGnavi .gnavi02 i {
  margin-top: 18px;
  margin-bottom: 13px;
  font-size: 46px;
}
.multi-lang #AreaGnavi .gnavi03 {
  /*width: 319px;*/
  /* width: 252px; */
  width: 180px;
}
.multi-lang #AreaGnavi .gnavi03 i {
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 64px;
}
.multi-lang #AreaGnavi .gnavi04 {
  /*width: 319px;*/
  /* width: 252px; */
  width: 230px;
}
.multi-lang #AreaGnavi .gnavi04 i {
  margin-top: 19px;
  margin-bottom: 14px;
  font-size: 43px;
}

.multi-lang #AreaGnavi .gnavi07 {
  width: 252px;
}
/* add 201105 */
.multi-lang #AreaGnavi .gnavi05 {
  width: 130px;
}

/*html[lang="en"] .multi-lang #AreaGnavi .gnavi02 {
  width: 200px;
}

html[lang="en"] .multi-lang #AreaGnavi .gnavi03 {
  width: 252px;
}

html[lang="en"] .multi-lang #AreaGnavi .gnavi04 {
  width: 252px;
}

html[lang="en"] .multi-lang #AreaGnavi .gnavi07 {
  width: 252px;
}*/


.sp-navi {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp-navi {
    display: block;
    margin-top: 12px;
    border-bottom: 2px solid #d3d3d3;
  }
  .sp-navi ul {
    margin: 0;
    padding: 0;
  }
  .sp-navi li {
    float: left;
    display: table;
    width: 50%;
    margin: 0;
    padding: 0;
    background: none;
    border-top: 2px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sp-navi li a {
    display: table;
    width: 100%;
    height: 68px;
    vertical-align: middle;
    color: #313131;
    font-size: 93%;
    line-height: 162%;
  }
  .sp-navi li a:hover,
  .sp-navi li a:hover i {
    color: #fff;
    background: #c8171f;
    text-decoration: none;
  }
  .sp-navi li span {
    display: table-cell;
    height: 68px;
    vertical-align: middle;
    margin-left: 64px;
  }
  .sp-navi li i {
    display: table-cell;
    width: 64px;
    height: 68px;
    text-align: center;
    color: #c8171f;
    font-size: 35px;
    vertical-align: middle;
    margin: 0;
  }
  .sp-navi .gnavi03 i {
    font-size: 39px;
  }
  .sp-navi li:nth-child(odd) {
    border-right: 1px solid #d3d3d3;
  }
  .sp-navi li:nth-child(even) {
    border-left: 1px solid #d3d3d3;
  }

  .sp-navi .gnavi07 {
    clear: both;
    float: none;
    width: 100%;
  }

  .sp-navi .gnavi07 a {
    display: table-cell;
    height: 50px;
    text-align: center;
    vertical-align: middle;
  }


  .sp-navi .gnavi07 a i {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 27px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .sp-navi .gnavi07 a span {
    display: inline-block;
    height: auto;
    margin: 0;
    vertical-align: middle;
  }
}

/* *****************************************************
Contents ---------------
01: LayerSnavi
------------------------
***************************************************** */
/* *****************************************************
LayerSnavi
***************************************************** */
#LayerSnavi {
  float: left;
  width: 270px;
}
@media only screen and (max-width: 640px) {
  #LayerSnavi {
    float: none;
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#AreaLnavi h2 {
  display: table;
  width: 100%;
  margin: 0;
  padding: 5px 0 0 0;
  font-size: 129%;
  line-height: 145%;
  background: url(i/bd_heading.png) 0 0 repeat-x;
}
@media only screen and (max-width: 640px) {
  #AreaLnavi h2 {
    border-bottom: none;
  }
}
#AreaLnavi h2 a {
  display: table-cell;
  height: 50px;
  padding: 0 20px;
  color: #fff;
  background: #c8171f;
  vertical-align: middle;
}
#AreaLnavi h2 a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
#AreaLnavi .navi-list {
  padding: 3px;
  border: 1px solid #e5e5e5;
  border-top: none;
  background: #f6f6f6;
}
#AreaLnavi ul {
  margin: 0;
  background: #fff;
  border-radius: 1px;
}
#AreaLnavi ul ul {
  border-top: 1px dotted #c2c2c2;
}
#AreaLnavi ul ul {
  width: auto;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
#AreaLnavi li {
  width: auto;
  margin: 0;
  padding: 0;
  background: none;
}
#AreaLnavi li + li {
  border-top: 1px dotted #c2c2c2;
}
#AreaLnavi li a {
  display: block;
  padding: 15px 15px 13px 18px;
  color: #313131;
}
#AreaLnavi li a span {
  display: block;
  vertical-align: middle;
  text-indent: -1.2em;
  padding-left: 1em;
  font-size: 115%;
  line-height: 150%;
}
#AreaLnavi li.active a {
  background: #dedcbd;
}
#AreaLnavi li a:hover {
  text-decoration: none;
  background: #dedcbd;
}
#AreaLnavi li i {
  margin-right: 8px;
  color: #b7aa00;
  font-size: 63%;
  line-height: 100%;
}
#AreaLnavi li.active li a {
  background: #eee;
}
#AreaLnavi ul ul li span {
  font-size: 100%;
  line-height: 158%;
  text-indent: -1.4em;
  padding-left: 1em;
}
#AreaLnavi ul ul li a {
  padding: 12px 15px 8px 28px;
}
#AreaLnavi ul ul li.active a {
  background: #dedcbd;
}
#AreaLnavi ul ul li i {
  color: #313131;
  font-size: 72%;
  line-height: 100%;
}
#AreaLnavi ul ul li ul li a {
  padding: 12px 15px 8px 35px;
}
#AreaLnavi ul ul li ul li ul li a {
  font-size: 86%;
  line-height: 167%;
  padding: 12px 15px 8px 48px;
}
#AreaLnavi ul ul li.active ul li a {
  background: #eee;
}
#AreaLnavi ul ul li.active ul li a:hover {
  background: #dedcbd;
}
#AreaLnavi ul ul li.active .active a {
  background: #dedcbd;
}

.side-banner-list {
  margin: 20px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .side-banner-list {
    margin: 10px 0 0 0;
  }
}
.side-banner-list li {
  margin: 0;
  padding: 0;
  background: none;
}
@media only screen and (max-width: 640px) {
  .side-banner-list li {
    width: 100%;
    text-align: center;
  }
}
.side-banner-list li + li {
  margin: 30px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .side-banner-list li + li {
    margin: 10px 0 0 0;
  }
}

/* *****************************************************
Contents ---------------
01: LayerFooter
------------------------
***************************************************** */
.footer-banner {
  margin-top: 70px;
  padding: 15px 0 43px;
  background: #eeeeee;
}
@media only screen and (max-width: 640px) {
  .footer-banner {
    margin-top: 20px;
    padding: 10px 17px 40px 18px;
  }
}
.footer-banner ul {
  width: 975px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .footer-banner ul {
    width: 100%;
  }
}
.footer-banner li {
  float: left;
  width: 180px;
  background: #fff;
  padding-left: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  .footer-banner li {
    width: 100%;
  }
  .footer-banner li img {
    width: 100%;
    height: 100%;
  }
}
.footer-banner li + li {
  margin-top: 0;
}
.footer-banner li a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.footer-banner .bx-wrapper {
  margin: 0px auto 0;
}
.footer-banner .bx-viewport ul,
.footer-banner .bx-viewport li {
  height: 60px;
}
@media only screen and (max-width: 640px) {
  .footer-banner .bx-viewport ul,
  .footer-banner .bx-viewport li {
    height: 100%;
  }
  .footer-banner .bx-wrapper .bx-pager {
    padding-top: 0;
  }
}
.footer-banner .bx-viewport li a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .footer-banner .bx-viewport li a {
    height: 100%;
  }
}

.footer-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: inherit;
  display: block;
  width: 14px;
  height: 14px;
  padding-top: 1px;
  padding-bottom: 0;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 0;
  background: url(i/bg_slide_parts.png) 0 -37px no-repeat;
}
.footer-banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.footer-banner .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: inherit;
  background: url(i/bg_slide_parts.png) 0 0 no-repeat;
}

@media only screen and (max-width: 640px) {
  .col-none {
    padding: 10px 10px 10px 10px;
  }
  .col-none li {
    float: left;
    width: 49%;
    margin: 0;
    background: #fff;
  }
  .col-none li img {
    width: 100%;
    height: auto;
  }
  .col-none li + li {
    margin-top: 2%;
  }
  .col-none li:nth-child(even) {
    margin-left: 2%;
  }
  .col-none li:nth-child(2) {
    margin-top: 0;
    margin-left: 2%;
  }
  .col-none li:nth-child(1) {
    margin-top: 0;
  }
}
.fnavi {
  margin-top: 70px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .fnavi {
    margin-top: 20px;
  }
}
.fnavi a {
  display: block;
  min-height: 29px;
  padding: 11px 0 0;
  color: #fff;
  font-size: 115%;
  line-height: 100%;
  background: url(i/bg_fnavi.png) 0 0 repeat;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .fnavi a {
    font-size: 100%;
    line-height: 158%;
    background: #c8171f;
  }
}
.fnavi a:hover {
  text-decoration: none;
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.fnavi i {
  margin-right: 13px;
  color: #fff;
  vertical-align: middle;
}

.top-page .fnavi {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .top-page .fnavi {
    margin-top: 0;
  }
}

#FooterNavi {
  margin-top: 17px;
}
@media only screen and (max-width: 640px) {
  #FooterNavi {
    margin-top: 10px;
  }
}

#FooterNavi .link-list-wide {
  text-align: center;
  letter-spacing: -.38em;
  margin-right: 17px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #FooterNavi .link-list-wide {
    margin: 0;
    letter-spacing: normal;
    text-align: left;
  }
}
#FooterNavi .link-list-wide li {
  float: none;
  display: inline-block;
  letter-spacing: normal;
}
@media only screen and (max-width: 640px) {
  #FooterNavi .link-list-wide li {
    display: block;
    padding-left: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #c4c4c4;
    font-size: 100%;
    line-height: 158%;
  }
}
#FooterNavi .link-list-wide li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 640px) {
  #FooterNavi .link-list-wide li + li {
    margin: 0;
    margin-bottom: 10px;
  }
}

.copy {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  font-size: 86%;
  line-height: 167%;
}
@media only screen and (max-width: 640px) {
  .copy {
    padding: 0 10px;
    font-size: 72%;
    line-height: 180%;
  }
}

@media only screen and (max-width: 640px) {
  #FooterNavi + .set-center {
    text-align: left;
  }
}
/* *****************************************************
Contents ---------------
01: slider
02: LayerContentsBody
03: Others
------------------------
***************************************************** */
/* *****************************************************
SliderWrap
***************************************************** */
.wideslider {
  margin: 0 0 0 0;
  padding-bottom: 30px;
  width: 100%;
  height: 326px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .wideslider {
    padding-bottom: 12px;
  }
}
.wideslider .over_l,
.wideslider .over_r {
  position: absolute;
  top: 0;
  width: 960px;
  height: 320px;
  background: #fff;
  filter: alpha(opacity=50);
  opacity: 0.5;
  zoom: 1;
}
@media only screen and (max-width: 640px) {
  .wideslider .over_l,
  .wideslider .over_r {
    display: none;
  }
}
.wideslider .over_l {
  left: -960px;
}
.wideslider .over_r {
  right: -960px;
}

.wideslider ul,
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.wideslider ul li {
  position: relative;
}
.wideslider ul li a {
  display: block;
}

.wideslider ul li a:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

.wideslider ul li img {
  width: 100%;
  height: auto;
}

.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.wideslider_base {
  top: 0;
  position: absolute;
}

.wideslider_wrap {
  top: 0;
  position: absolute;
  width: 22680px;
  height: 320px;
  overflow: hidden;
}

.slider_prev,
.slider_next {
  position: absolute;
  top: 0;
  display: block;
  width: 960px;
  height: 320px;
  zoom: 1;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 60;
}

@media only screen and (max-width: 640px) {
  .slider_prev,
  .slider_next {
    display: none;
  }
}

.slider_prev {
  left: -960px;
  background: url(i/slide_left_arrow.png) right 0 no-repeat;
}
.slider_prev:hover {
  background-position: right -320px;
}

.slider_next {
  right: -960px;
  background: url(i/slide_right_arrow.png) left 0 no-repeat;
}
.slider_next:hover {
  background-position: left -320px;
}


.footer-banner .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  width: 100%;
}

.footer-banner .bx-wrapper .bx-pager .bx-pager-item.btn-stop {
  width: 24px;
  height: 20px;
  border: 1px solid #aaaaaa;
  margin-left: 5px;
  vertical-align: text-bottom;
}

.wideslider .pagination {
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 20px;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: 50;
  line-height: 100%;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .wideslider .pagination {
    display: none;
  }
}
.wideslider .pagination a {
  display: inline-block;
  background-color: inherit;
  text-indent: 0;
  width: 13px;
  height: 13px;
  overflow: hidden;
  margin: 0 0;
  text-align: left;
  vertical-align: text-bottom;
  background: url(i/bg_slide_parts.png) -29px -37px no-repeat;
}
.wideslider .pagination a + a {
  margin-left: 13px;
}
.wideslider .pagination a:hover,
.wideslider .pagination a.active {
  color: #c8171f;
  background-position: -29px 0;
}


.wideslider .pagination a.stop,
.footer-banner .bx-wrapper .bx-pager.bx-default-pager .btn-stop a {
  position: relative;
  display: inline-block;
  width: 24px!important;
  height: 20px!important;
  background: #00ffff;
  z-index: 5000;
  margin: 0 auto 0;
  cursor: pointer;
  margin-left: 17px;
  background: url(i/bg_slide_parts.png) -56px 0 no-repeat;
  letter-spacing: normal;
  text-indent: -9999px;
  overflow: hidden;
  vertical-align: top;
}

.footer-banner .bx-wrapper .bx-pager.bx-default-pager .btn-stop a {
  margin: 0;
  background: url(i/bg_slide_parts.png) -56px 0 no-repeat;
}

@media only screen and (max-width: 640px) {
  .stop,
  .btn-stop {
    display: none;
  }
}
.wideslider .pagination a.stop.on,
.footer-banner .bx-wrapper .bx-pager.bx-default-pager .btn-stop.on a {
  background-position: -56px -30px;
}
.wideslider .pagination a.stop:hover,
.footer-banner .bx-wrapper .bx-pager.bx-default-pager .btn-stop a:hover {
  opacity: 0.6!important;
  -ms-filter: "alpha(opacity=60)"!important;
}

/*
left-contents,right-contents
***************************************************** */
.left-contents {
  float: left;
  width: 660px;
}
@media only screen and (max-width: 640px) {
  .left-contents {
    float: none;
    width: auto;
  }
}

.right-contents {
  float: right;
  width: 270px;
}
@media only screen and (max-width: 640px) {
  .right-contents {
    float: none;
    width: auto;
  }
}

/*
info-area
***************************************************** */
.info-area {
  display: table;
  width: 100%;
}
.info-area .detail {
  display: table-cell;
  width: 518px;
  padding: 10px 10px 10px 20px;
  color: #fff;
  vertical-align: middle;
  background: #f6f6f6;
}
@media only screen and (max-width: 640px) {
  .info-area .detail {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 0 10px;
  }
}
.info-area p {
  margin: 0;
}
.info-area p a {
  display: block;
  width: 518px;
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .info-area p a {
    width: auto;
    white-space: normal;
    font-size: 86%;
    line-height: 167%;
  }
}
.info-area p a:hover {
  color: #c8171f;
}
@media only screen and (max-width: 640px) {
  .info-area p + p {
    margin-top: 10px;
  }
}
.info-area .icon-gaibu {
  margin: 0 0 0 5px;
}
.info-area .title {
  display: table-cell;
  width: 112px;
  height: 50px;
  padding: 0;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  font-size: 129%;
  line-height: 100%;
  background: url(i/bg_info_title.png) 0 0 repeat-y #f6f6f6;
  background-size: 112px 100%;
}
@media only screen and (max-width: 640px) {
  .info-area .title {
    width: 75px;
    height: 35px;
    font-size: 93%;
    line-height: 162%;
    background: url(i/bg_info_title.png) 0 0 repeat-y;
    background-size: 75px 100%;
  }
}

/*
rank-area
***************************************************** */
.rank-title {
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 7px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 100%;
  line-height: 165%;
}
@media only screen and (max-width: 640px) {
  .rank-title {
    margin-top: 10px;
    padding: 0 10px 3px;
    font-size: 115%;
    line-height: 150%;
    font-weight: normal;
  }
}

.rank-area {
  padding: 10px;
  background: #f6f6f6;
  border-top: 1px solid #d3d3d3;
}

.rank-box {
  float: left;
  width: 205px;
  min-height: 83px;
  padding-bottom: 2px;
  border-top: 5px solid #c3be6d;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .rank-box {
    float: none;
    border-top: none;
    display: table;
    width: 100%;
    min-height: 1px;
    border-left: 5px solid #c3be6d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .rank-box + .rank-box {
    margin-top: 7px;
  }
}
.rank-box p {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.rank-box + .rank-box {
  margin-left: 13px;
  border-top: 5px solid #aaaaaa;
}
@media only screen and (max-width: 640px) {
  .rank-box + .rank-box {
    border-top: none;
    margin-left: 0;
    border-left: 5px solid #aaaaaa;
  }
}
.rank-box + .rank-box + .rank-box {
  margin-left: 12px;
  border-top: 5px solid #b28850;
}
@media only screen and (max-width: 640px) {
  .rank-box + .rank-box + .rank-box {
    border-top: none;
    margin-left: 0;
    border-left: 5px solid #b28850;
  }
}
.rank-box a {
  display: table-cell;
  width: 100%;
  height: 69px;
  vertical-align: middle;
  color: #313131;
  padding: 8px 13px 5px 13px;
  border-bottom: 1px solid #ededed;
  font-size: 100%;
  line-height: 143%;
}
@media only screen and (max-width: 640px) {
  .rank-box a {
    display: table-cell;
    border-bottom: none;
    width: auto;
    min-height: 1px;
    height: 45px;
    padding: 5px 0 5px 13px;
    vertical-align: middle;
    font-size: 100%;
    line-height: 158%;
  }
}
.rank-box a:hover {
  color: #c8171f;
}

/*
news-contents
***************************************************** */
.news-contents {
  position: relative;
  margin: 30px 0 0 0;
}

.link {
  position: absolute;
  top: 13px;
  right: 0;
  display: table;
  min-width: 215px;
}
@media only screen and (max-width: 640px) {
  .link {
    position: relative;
    top: 0;
    display: block;
    border-bottom: 1px solid #b2b2b2;
  }
}
.link .link-list-wide {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .link .link-list-wide {
    display: block;
    width: 100%;
  }
}
.link .link-list-wide li {
  float: none;
  display: table-cell;
  width: 98px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  border-left: 1px solid #d3d3d3;
  white-space: nowrap;
}
.link .link-list-wide li + li {
  width: 115px;
}
@media only screen and (max-width: 640px) {
  .link .link-list-wide li {
    position: relative;
    top: 0;
    width: 50%;
    display: table;
    float: left;
    border-left: none;
  }
  .link .link-list-wide li + li {
    width: 50%;
    border-left: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .link .link-list-wide li a {
    display: table-cell;
    width: 100%;
    height: 37px;
    vertical-align: middle;
  }
  .link .link-list-wide li i {
    display: inline-block;
    margin-top: 1px;
    font-size: 10px;
    margin-right: 6px;
    color: #b7aa00;
    vertical-align: middle;
  }
}
.link li.rss {
  font-size: 115%;
  line-height: 150%;
}
@media only screen and (max-width: 640px) {
  .link li.rss {
    font-size: 100%;
    line-height: 158%;
  }
}
.link li.rss a {
  margin: 0 0 0 -4px;
}
.link li.rss i {
  font-size: 82%;
  line-height: 100%;
  color: #c8171f;
  margin-right: 10px;
  vertical-align: baseline;
}

.multi-lang .link .link-list-wide li {
  float: none;
  display: table-cell;
  width: 98px;
  height: 26px;
  text-align: center;
  vertical-align: middle;
  padding-top: 1px;
  border-left: 1px solid #d3d3d3;
  white-space: nowrap;
}
.multi-lang .link .link-list-wide li + li {
  width: auto;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .multi-lang .link .link-list-wide li {
    position: relative;
    top: 0;
    width: 50%;
    display: table;
    float: left;
    border-left: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .multi-lang .link .link-list-wide li + li {
    width: 50%;
    padding: 0;
    border-left: 1px solid #d3d3d3;
  }
}

/*
news-area
***************************************************** */
@media only screen and (max-width: 640px) {
  .top-page .news-area dl {
    width: 100%;
    padding: 0 10px 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.news-area {
  margin-top: 10px;
}
.news-area dl {
  display: table;
  width: 100%;
  margin-bottom: 6px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #b2b2b2;
}
@media only screen and (max-width: 640px) {
  .news-area dl {
    padding: 0 0 5px;
  }
  .news-area dl:last-child {
    margin: 0;
    border-bottom: 1px solid #b2b2b2;
  }
}
.news-area dt {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
}
@media only screen and (max-width: 640px) {
  .news-area dt {
    float: none;
    display: block;
    width: 140px;
  }
}
.news-area dt span {
  float: left;
  display: block;
}
.news-area dt .date {
  width: 75px;
  margin-top: 1px;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .news-area dt .date {
    float: right;
    width: 57px;
    text-align: left;
    margin-left: 5px;
    font-size: 86%;
    line-height: 167%;
  }
}
.news-area dt .news-icon {
  float: right;
  width: 95px;
}
@media only screen and (max-width: 640px) {
  .news-area dt .news-icon {
    float: none;
    width: 78px;
  }
}
.news-area dd {
  display: table-cell;
  padding-left: 13px;
}
@media only screen and (max-width: 640px) {
  .news-area dd {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    padding: 0;
  }
}
.news-area a {
  color: #313131;
}
.news-area a:hover {
  color: #c8171f;
}

.news-icon {
  display: table-cell;
  height: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 24px;
}
@media only screen and (max-width: 640px) {
  .news-icon {
    height: 18px;
    font-size: 10px;
    line-height: 18px;
  }
}

.d-date .date-right {
  float: right;
}
.d-date .news-icon {
  padding: 0 5px;
}

.icon-adopt {
  background: #8f82bc;
}

.icon-other {
  background: #8f82bc;
}

.icon-sport {
  background: #13b5b1;
}

.icon-Olympic {
  background: #eb6877;
}

.icon-rugby {
  background: #eb6877;
}

.icon-2020 {
  background: #002063;
}

.no-icon dt {
  width: 80px;
}
@media only screen and (max-width: 640px) {
  .no-icon dt {
    width: auto;
  }
  .no-icon dt .date {
    float: none;
    margin-left: 0;
  }
}
.no-icon dd {
  margin-left: 93px;
}
@media only screen and (max-width: 640px) {
  .no-icon dd {
    margin-left: 0;
  }
}

.multi-lang .news-area .date {
  margin-top: 0;
}

/*
topics-area
***************************************************** */
.topics-area {
  margin-top: 15px;
}
@media only screen and (max-width: 640px) {
  .topics-area {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.topics-box {
  display: block;
  padding: 14px 20px 15px;
  border-top: 1px solid #e5e5e5;
  background: #f6f6f6;
  color: #313131;
}
@media only screen and (max-width: 640px) {
  .topics-box {
    padding: 6px 8px;
  }
}
.topics-box + .topics-box {
  margin-top: 10px;
}
.topics-box:hover {
  color: #c8171f;
}

.topics-box:hover img {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}

.topics-image {
  float: left;
}
@media only screen and (max-width: 640px) {
  .topics-image {
    width: 40%;
  }
}
.topics-image p {
  width: 150px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 0;
}
.topics-image p img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .topics-image p {
    width: 100%;
    height: auto;
  }
  .topics-image p img {
    width: 100%;
    height: auto;
  }
}

.topics-text {
  margin-left: 162px;
}
@media only screen and (max-width: 640px) {
  .topics-text {
    float: left;
    width: 58%;
    height: auto;
    margin-left: 2%;
  }
}
.topics-text .title {
  margin-left: 9px;
  font-size: 100%;
  line-height: 143%;
}
.topics-text .title p {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .topics-text .title {
    margin: 5px 0 5px 9px;
    font-size: 72%;
    line-height: 180%;
  }
}
.topics-text .main {
  font-size: 115%;
  line-height: 150%;
}
@media only screen and (max-width: 640px) {
  .topics-text .main {
    font-size: 120%;
    line-height: 167%;
  }
}

.topics-text .label {
  margin: 0 0 8px 9px;
}
@media only screen and (max-width: 640px) {
  .topics-text .label {
    margin: 0 0 0 9px;
  }
}

/*
countdown
***************************************************** */
.count-down {
  margin: 30px 0;
}
@media only screen and (max-width: 640px) {
  .count-down {
    width: 300px;
    margin: 15px auto;
  }
}
.count-down ul {
  position: relative;
  margin: 0;
  padding: 0;
}
.count-down li {
  position: absolute;
  width: 40px;
  height: 35px;
  padding: 5px 0 0 0;
  font-family: Arial;
  font-weight: bold;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  background: none;
}
@media only screen and (max-width: 640px) {
  .count-down li {
    width: 18px;
    height: 15px;
    font-size: 13px;
    padding: 3px 0 0 0;
  }
}
.count-down li + li {
  margin-top: 0;
}

.Olympic-count ul,
.paralympics-count ul {
  width: 660px;
  height: 80px;
  margin-bottom: 0;
  background: url(i/bg_count.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .Olympic-count ul,
  .paralympics-count ul {
    width: 300px;
    height: 37px;
    background: url(i/bg_count.png) 0 0 no-repeat;
    background-size: 300px 73px;
  }
}
.Olympic-count ul li,
.paralympics-count ul li {
  color: #c8171f;
}

.eng .Olympic-count ul,
.eng .paralympics-count ul {
  background: url(i/bg_count_eng.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .eng .Olympic-count ul,
  .eng .paralympics-count ul {
    background: url(i/bg_count_eng.png) 0 0 no-repeat;
    background-size: 300px 73px;
  }
}

.ch-k .Olympic-count ul,
.ch-k .paralympics-count ul {
  background: url(i/bg_count_ch_k.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .ch-k .Olympic-count ul,
  .ch-k .paralympics-count ul {
    background: url(i/bg_count_ch_k.png) 0 0 no-repeat;
    background-size: 300px 73px;
  }
}

.ch-h .Olympic-count ul,
.ch-h .paralympics-count ul {
  background: url(i/bg_count_ch_h.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .ch-h .Olympic-count ul,
  .ch-h .paralympics-count ul {
    background: url(i/bg_count_ch_h.png) 0 0 no-repeat;
    background-size: 300px 73px;
  }
}

.kor .Olympic-count ul,
.kor .paralympics-count ul {
  background: url(i/bg_count_kor.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .kor .Olympic-count ul,
  .kor .paralympics-count ul {
    background: url(i/bg_count_kor.png) 0 0 no-repeat;
    background-size: 300px 73px;
  }
}

.paralympics-count ul,
.eng .paralympics-count ul,
.ch-k .paralympics-count ul,
.ch-h .paralympics-count ul,
.kor .paralympics-count ul {
  background-position: 0 -80px;
}
@media only screen and (max-width: 640px) {
  .paralympics-count ul,
  .eng .paralympics-count ul,
  .ch-k .paralympics-count ul,
  .ch-h .paralympics-count ul,
  .kor .paralympics-count ul {
    background-position: 0 -37px;
  }
}
.paralympics-count ul li,
.eng .paralympics-count ul li,
.ch-k .paralympics-count ul li,
.ch-h .paralympics-count ul li,
.kor .paralympics-count ul li {
  color: #6a3906;
}

.Olympic-count .count1,
.paralympics-count .count1 {
  top: 26px;
  left: 458px;
}
.Olympic-count .count2,
.paralympics-count .count2 {
  top: 26px;
  left: 500px;
}
.Olympic-count .count3,
.paralympics-count .count3 {
  top: 26px;
  left: 542px;
}
.Olympic-count .count4,
.paralympics-count .count4 {
  top: 26px;
  left: 584px;
}
@media only screen and (max-width: 640px) {
  .Olympic-count .count1,
  .paralympics-count .count1 {
    top: 11px;
    left: 208px;
  }
  .Olympic-count .count2,
  .paralympics-count .count2 {
    top: 11px;
    left: 228px;
  }
  .Olympic-count .count3,
  .paralympics-count .count3 {
    top: 11px;
    left: 247px;
  }
  .Olympic-count .count4,
  .paralympics-count .count4 {
    top: 11px;
    left: 266px;
  }
}

.eng .Olympic-count .count1,
.eng .paralympics-count .count1 {
  top: 26px;
  left: 15px;
}
.eng .Olympic-count .count2,
.eng .paralympics-count .count2 {
  top: 26px;
  left: 57px;
}
.eng .Olympic-count .count3,
.eng .paralympics-count .count3 {
  top: 26px;
  left: 99px;
}
.eng .Olympic-count .count4,
.eng .paralympics-count .count4 {
  top: 26px;
  left: 141px;
}
@media only screen and (max-width: 640px) {
  .eng .Olympic-count .count1,
  .eng .paralympics-count .count1 {
    top: 11px;
    left: 7px;
  }
  .eng .Olympic-count .count2,
  .eng .paralympics-count .count2 {
    top: 11px;
    left: 26px;
  }
  .eng .Olympic-count .count3,
  .eng .paralympics-count .count3 {
    top: 11px;
    left: 45px;
  }
  .eng .Olympic-count .count4,
  .eng .paralympics-count .count4 {
    top: 11px;
    left: 64px;
  }
}

.top-page .count-down {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .top-page .count-down {
    margin: 10px auto 0;
  }
}
.top-page .count-down ul {
  position: relative;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .top-page .count-down ul {
    margin: 0 auto;
  }
}
.top-page .count-down li {
  position: absolute;
  width: 40px;
  height: 35px;
  padding: 5px 0 0 0;
  font-family: Arial;
  font-weight: bold;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  background: none;
}
@media only screen and (max-width: 640px) {
  .top-page .count-down li {
    width: 27px;
    height: 28px;
    font-size: 23px;
  }
}
.top-page .count-down li + li {
  margin-top: 0;
}

/* オリンピックカウントダウン */
.top-page .Olympic-count ul {
  width: 270px;
  height: 150px;
  margin-bottom: 0;
  background: url(i/bg_top_count.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .Olympic-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp.png) 0 0 no-repeat;
    background-size: 300px 255px;
  }
}
.top-page .Olympic-count ul li {
  color: #c8171f;
}
.top-page .Olympic-count ul .count1 {
  top: 86px;
  left: 60px;
}
.top-page .Olympic-count ul .count2 {
  top: 86px;
  left: 102px;
}
.top-page .Olympic-count ul .count3 {
  top: 86px;
  left: 144px;
}
.top-page .Olympic-count ul .count4 {
  top: 86px;
  left: 186px;
}
@media only screen and (max-width: 640px) {
  .top-page .Olympic-count ul .count1 {
    top: 44px;
    left: 103px;
  }
  .top-page .Olympic-count ul .count2 {
    top: 44px;
    left: 132px;
  }
  .top-page .Olympic-count ul .count3 {
    top: 44px;
    left: 159px;
  }
  .top-page .Olympic-count ul .count4 {
    top: 44px;
    left: 187px;
  }
}

/* 171101 パラリンピックカウントダウンのバナー追加 */
.top-page .paralympics-count ul {
  width: 270px;
  height: 150px;
  margin-bottom: 0;
  background: url(i/bg_top_count.png) 0 -150px no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .paralympics-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp.png) 0 -90px no-repeat;
    background-size: 300px 255px;
  }
}
.top-page .paralympics-count ul li {
  color: #81511c;
}
.top-page .paralympics-count ul .count1 {
  top: 86px;
  left: 60px;
}
.top-page .paralympics-count ul .count2 {
  top: 86px;
  left: 102px;
}
.top-page .paralympics-count ul .count3 {
  top: 86px;
  left: 144px;
}
.top-page .paralympics-count ul .count4 {
  top: 86px;
  left: 186px;
}
@media only screen and (max-width: 640px) {
  .top-page .paralympics-count ul .count1 {
    top: 44px;
    left: 103px;
  }
  .top-page .paralympics-count ul .count2 {
    top: 44px;
    left: 132px;
  }
  .top-page .paralympics-count ul .count3 {
    top: 44px;
    left: 159px;
  }
  .top-page .paralympics-count ul .count4 {
    top: 44px;
    left: 187px;
  }
}
/* ラグビーワールドカップカウントダウン */
.top-page .rugby-count {
  margin-top: 5px;
  margin-bottom: 20px;
}
.top-page .rugby-count ul {
  width: 270px;
  height: 100px;
  margin-bottom: 0;
  background: url(i/bg_top_count.png) 0 -300px no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .rugby-count ul {
    width: 300px;
    height: 75px;
    background: url(i/bg_top_count_sp.png) 0 -180px no-repeat;
    background-size: 300px 255px;
  }
}
.top-page .rugby-count li {
  color: #014189;
}
.top-page .rugby-count .count1 {
  top: 49px;
  left: 60px;;
  /* top: 53px; */
  /* left: 10px; */
}
.top-page .rugby-count .count2 {
  top: 49px;
  left: 102px;
  /* top: 53px; */
  /* left: 52px; */
}
.top-page .rugby-count .count3 {
  top: 49px;
  left: 144px;
  /* top: 53px; */
  /* left: 94px; */
}
.top-page .rugby-count .count4 {
  top: 49px;
  left: 186px;
  /* top: 53px; */
  /* left: 136px; */
}
@media only screen and (max-width: 640px) {
  .top-page .rugby-count .count1 {
    top: 38px;
    left: 98px;
    /* left: 64px; */
  }
  .top-page .rugby-count .count2 {
    top: 38px;
    left: 126px;
    /* left: 92px; */
  }
  .top-page .rugby-count .count3 {
    top: 38px;
    left: 154px;
    /* left: 120px; */
  }
  .top-page .rugby-count .count4 {
    top: 38px;
    left: 182px;
    /* left: 148px; */
  }
}

/* ラグビーワールドカップカウントダウン 開催中及び終了 */
.top-page .rugby-count .is-open {
  width: 270px;
  height: 100px;
  background: url(i/bg_count_rugby.png) 0 0 no-repeat;
}
.top-page .rugby-count .is-end {
  width: 270px;
  height: 100px;
  background: url(i/bg_count_rugby.png) 0 -100px no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .rugby-count .is-open {
    width: 300px;
    height: 75px;
    background: url(i/bg_count_rugby_sp.png) 0 0 no-repeat;
    background-size: 300px 150px;
  }
  .top-page .rugby-count .is-end {
    width: 300px;
    height: 75px;
    background: url(i/bg_count_rugby_sp.png) 0 -75px no-repeat;
    background-size: 300px 150px;
  }
}

.multi-lang .count-down + .left-contents .bg-h2 {
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .multi-lang .count-down + .left-contents .bg-h2 {
    margin-top: 30px;
  }
}

.top-page .eng .Olympic-count ul {
  background: url(i/bg_top_count_eng.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .eng .Olympic-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp_eng.png) 0 0 no-repeat;
    background-size: 300px 90px;
  }
}
.top-page .eng .Olympic-count ul .count1 {
  top: 27px;
  left: 29px;
}
.top-page .eng .Olympic-count ul .count2 {
  top: 27px;
  left: 71px;
}
.top-page .eng .Olympic-count ul .count3 {
  top: 27px;
  left: 113px;
}
.top-page .eng .Olympic-count ul .count4 {
  top: 27px;
  left: 155px;
}
@media only screen and (max-width: 640px) {
  .top-page .eng .Olympic-count ul .count1 {
    top: 18px;
    left: 76px;
  }
  .top-page .eng .Olympic-count ul .count2 {
    top: 18px;
    left: 104px;
  }
  .top-page .eng .Olympic-count ul .count3 {
    top: 18px;
    left: 132px;
  }
  .top-page .eng .Olympic-count ul .count4 {
    top: 18px;
    left: 160px;
  }
}

.top-page .ch-k .Olympic-count ul {
  background: url(i/bg_top_count_ch_k.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .ch-k .Olympic-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp_ch_k.png) 0 0 no-repeat;
    background-size: 300px 90px;
  }
}
.top-page .ch-k .Olympic-count ul .count1 {
  top: 77px;
  left: 72px;
}
.top-page .ch-k .Olympic-count ul .count2 {
  top: 77px;
  left: 114px;
}
.top-page .ch-k .Olympic-count ul .count3 {
  top: 77px;
  left: 156px;
}
.top-page .ch-k .Olympic-count ul .count4 {
  top: 77px;
  left: 198px;
}
@media only screen and (max-width: 640px) {
  .top-page .ch-k .Olympic-count ul .count1 {
    top: 44px;
    left: 112px;
  }
  .top-page .ch-k .Olympic-count ul .count2 {
    top: 44px;
    left: 141px;
  }
  .top-page .ch-k .Olympic-count ul .count3 {
    top: 44px;
    left: 168px;
  }
  .top-page .ch-k .Olympic-count ul .count4 {
    top: 44px;
    left: 196px;
  }
}

.top-page .ch-h .Olympic-count ul {
  background: url(i/bg_top_count_ch_h.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .ch-h .Olympic-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp_ch_h.png) 0 0 no-repeat;
    background-size: 300px 90px;
  }
}
.top-page .ch-h .Olympic-count ul .count1 {
  top: 77px;
  left: 63px;
}
.top-page .ch-h .Olympic-count ul .count2 {
  top: 77px;
  left: 105px;
}
.top-page .ch-h .Olympic-count ul .count3 {
  top: 77px;
  left: 147px;
}
.top-page .ch-h .Olympic-count ul .count4 {
  top: 77px;
  left: 189px;
}
@media only screen and (max-width: 640px) {
  .top-page .ch-h .Olympic-count ul .count1 {
    top: 44px;
    left: 106px;
  }
  .top-page .ch-h .Olympic-count ul .count2 {
    top: 44px;
    left: 135px;
  }
  .top-page .ch-h .Olympic-count ul .count3 {
    top: 44px;
    left: 162px;
  }
  .top-page .ch-h .Olympic-count ul .count4 {
    top: 44px;
    left: 190px;
  }
}

.top-page .kor .Olympic-count ul {
  background: url(i/bg_top_count_kor.png) 0 0 no-repeat;
}
@media only screen and (max-width: 640px) {
  .top-page .kor .Olympic-count ul {
    width: 300px;
    height: 90px;
    background: url(i/bg_top_count_sp_kor.png) 0 0 no-repeat;
    background-size: 300px 90px;
  }
}
.top-page .kor .Olympic-count ul .count1 {
  top: 77px;
  left: 73px;
}
.top-page .kor .Olympic-count ul .count2 {
  top: 77px;
  left: 115px;
}
.top-page .kor .Olympic-count ul .count3 {
  top: 77px;
  left: 157px;
}
.top-page .kor .Olympic-count ul .count4 {
  top: 77px;
  left: 199px;
}
@media only screen and (max-width: 640px) {
  .top-page .kor .Olympic-count ul .count1 {
    top: 44px;
    left: 114px;
  }
  .top-page .kor .Olympic-count ul .count2 {
    top: 44px;
    left: 143px;
  }
  .top-page .kor .Olympic-count ul .count3 {
    top: 44px;
    left: 170px;
  }
  .top-page .kor .Olympic-count ul .count4 {
    top: 44px;
    left: 198px;
  }
}

/* 151127 追加 */
.tab-contents + .tab-contents{
  display: none;
}


/*============================
共通ヘッダー、フッター
============================*/
.spOnly {
  display: none;
}
@media only screen and (max-width: 640px) {
  .spOnly {
    display: inline;
  }
  #LayerHeader {
    border-bottom: 1px solid #ccc;
  }
}
#AreaHeader {
  min-height: 1px;
  padding: 10px 0 12px;
}
@media only screen and (max-width: 640px) {
  #AreaHeader {
    padding: 0;
  }
}

#HeaderLeft .logo {
  margin: 10px 0 0;
}
@media only screen and (max-width: 640px) {
	#HeaderLeft .logo {
		width: 360px;
		margin: 16px 0 0 10px;
	}
}
@media only screen and (max-width: 440px) {
	#HeaderLeft .logo {
		width: 300px;
		margin: 18px 0 0 10px;
	}
}
@media only screen and (max-width: 375px) {
	#HeaderLeft .logo {
		width: 245px;
		margin: 22px 0 0 10px;
	}
}
@media screen and (max-width: 640px) {
  #HeaderRight {
    display: block;
    padding: 0;
    background: none;
  }
  .top-contents {
    display: none;
  }

  .bottom-contents {
    margin-top: 0;
    padding-bottom: 0;
    border-top: none;
  }
}

@media screen and (min-width:641px) {
  #spDrawer {
    display: none!important;
  }
}
@media print{
  #spDrawer {
    display: none;
  }
}

#spDrawer .closeBtn {
  display: none;
}

@media screen and (max-width: 640px) {
  #spDrawer {
    position: relative;
    width: 100%;
    background: #002063;
    overflow: hidden;
  }
  html.js-on #spDrawer {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #002063;
    overflow: hidden;
    z-index: 500;
  }
}

#c-footer .c-footer__inner,
#c-footer .c-rTop__body {
  max-width: 960px;
  margin: auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #c-footer .c-footer__inner,
  #c-footer .c-rTop__body {
    padding: 0 10px;
  }
}

/* ***************************
sitemapLink
*************************** */
.sitemapLink {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .sitemapLink {
    display: none;
  }
}
.sitemapLink__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  padding: 1px 5px 0;
  font-size: 92.9% !important;
  line-height: 184.6% !important;
  background: #dfe0e6;
  color: #002063;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sitemapLink__link:hover {
  text-decoration: none;
}

/* ***************************
navToggle
*************************** */
.navToggle {
  display: none;
  float: right;
  width: 45px;
  height: 45px;
  padding: 10px 10px 0 0;
}
.navToggle button,
.navToggle input[type="button"] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 0 0;
  background: #002063;
  border: none;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 70% !important;
  line-height: 145% !important;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.navToggle button .menuClose,
.navToggle input[type="button"] .menuClose {
  display: none;
}
.navToggle button .menuOpen,
.navToggle input[type="button"] .menuOpen {
  width: 16px;
  height: 14px;
}
.navToggle button .menuClose,
.navToggle input[type="button"] .menuClose {
  width: 14px;
  height: 14px;
}
.navToggle button span,
.navToggle input[type="button"] span {
  margin-top: 3px;
  display: block;
}

@media screen and (max-width: 640px) {
  html.js-on .navToggle {
    display: block;
  }
}

html.is-open .navToggle button .menuOpen {
  display: none;
}
html.is-open .navToggle button .menuClose {
  display: inline;
}

/* ***************************
c-headerLinks
*************************** */
#HeaderRight .c-headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#spDrawer .c-headerLinks {
  display: none;
}
@media screen and (max-width: 640px) {
  #spDrawer .c-headerLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -10px 0 0;
    padding: 15px 18px 15px 17px;
  }
}

#HeaderRight .c-headerLinks__item {
  margin: 0;
  padding: 0;
  line-height: 100%;
  background: none;
}
#HeaderRight .c-headerLinks__item:before {
  content: none !important;
}
@media screen and (max-width: 640px) {
  #spDrawer .c-headerLinks__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 50%;
    margin-top: 10px;
    padding: 0 2px 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
  }
}
#HeaderRight .c-headerLinks__item + .c-headerLinks__item {
  margin-left: 19px;
}

#HeaderRight .c-headerLinks__link {
  color: #222;
  font-size: 92.9% !important;
  line-height: 184.6% !important;
  text-decoration: underline;
}
#HeaderRight .c-headerLinks__link:visited {
  color: #222;
}
#HeaderRight .c-headerLinks__link:hover, #HeaderRight .c-headerLinks__link:focus {
  color: #222;
  text-decoration: none;
}
#spDrawer .c-headerLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 6px 5px 5px;
  background: #3e4770;
  font-size: 100% !important;
  line-height: 172% !important;
  color: #fff;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#spDrawer .c-headerLinks__link:visited {
  color: #fff;
}
#spDrawer .c-headerLinks__link:hover, #spDrawer .c-headerLinks__link:focus {
  background: #5c6591;
  color: #fff;
  text-decoration: none;
}
#spDrawer .c-headerLinks__item.w-full {
  width: 100%;
}


/* ***************************
bottom-contents
*************************** */
.bottom-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  margin-top: 9px;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .bottom-contents {
    max-width: none;
  }
}

/* search*/
.search {
  float: right;
  width: 320px;
  margin-top: 0;
  margin-left: 10px;
  letter-spacing: normal;
}
@media screen and (max-width: 640px) {
  .search {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    padding: 0 10px 10px 10px;
    letter-spacing: normal;
    box-sizing: border-box;
  }

  .search .gsc-search-box {
    table-layout: auto;
  }
}
.search .gsc-input {
  width: 100% !important;
  height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 100% ;
  line-height: 100%;
  border: none;
  border-right: none !important;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .search .gsc-search-box tbody tr > .gsc-input {
    width: calc(100% - 60px) !important;

  }
}
.search .gsc-input-box {
  padding: 0 !important;
  border: none;
}
.search .gsc-input-box .gsc-input .gsc-input {
  width: 100% !important;
  height: 25px !important;
  padding: 2px !important;
  margin: 0 !important;
  font-size: 100% ;
  line-height: 100%;
  border: 1px solid #ccc !important;
  border-right: none !important;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.search .gsc-search-button {
  width: auto;
}
.search .gsc-search-button {
  position: relative;
  display: block;
  color: #fff !important;
  width: 60px !important;
  height: 25px !important;
  font-size: 100% !important;
  line-height: 100% !important;
  text-indent: 0;
  background: #002063 !important;
  cursor: pointer;
}

.search .gsc-search-button:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.search .gsc-search-button svg {
  display: none;
}
.search  form.gsc-search-box button.gsc-search-button:after {
  content: "SEARCH";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 25px;
  padding: 2px 0 1px;
  font-size: 92%;
  line-height: 100%;
  background: #002063;
  color: #FFF;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .search  form.gsc-search-box button.gsc-search-button:after {
    color: #002063!important;
    background: #dfe0e6 !important;
  }
}
html[lang="ja"] .search  form.gsc-search-box button.gsc-search-button:after {
  content: "検索";
}
html[lang="en"] .search  form.gsc-search-box button.gsc-search-button:after {
  content: "SEARCH";
}
html[lang="zh-CN"] .search  form.gsc-search-box button.gsc-search-button:after {
  content: "检索";
}
html[lang="zh-tw"] .search  form.gsc-search-box button.gsc-search-button:after {
  content: "檢索";
}
html[lang="ko"] .search  form.gsc-search-box button.gsc-search-button:after {
  content: "검색";
}


/* AreaGnavi*/
#AreaGnavi {
  position: relative;
  width: 100%;
  background: #002063;
  border: none;
  overflow: hidden;
}

#AreaGnavi ul {
  display: table;
  table-layout: fixed;
  width: 960px;
  height: 50px;
  margin: 0 auto;
  border: none;
}

.multi-lang #AreaGnavi ul {
  border-left: none;
}

#AreaGnavi ul li {
  display: table-cell;
  width: 100%;
  float: none;
  padding: 0;
  border-left: none;
  text-align: center;
  background: none;
  height: 100%;
  vertical-align: middle;
}

#AreaGnavi ul .gnavi01 {
  width: 60px;
}


/* #AreaGnavi ul .gnavi02,
#AreaGnavi ul .gnavi03,
#AreaGnavi ul .gnavi04,
#AreaGnavi ul .gnavi05,
#AreaGnavi ul .gnavi06,
#AreaGnavi ul .gnavi07 {
  width: 100%;
} */

#AreaGnavi ul .gnavi03,
#AreaGnavi ul .gnavi04 {
  width: 90%;
}

#AreaGnavi ul .gnavi02,
#AreaGnavi ul .gnavi05,
#AreaGnavi ul .gnavi06,
#AreaGnavi ul .gnavi08 {
  width: 85%;
}

.multi-lang #AreaGnavi ul .gnavi02 {
  width: 60%;
}

.multi-lang #AreaGnavi ul .gnavi08,
.multi-lang #AreaGnavi ul .gnavi05 {
  width: 60%;
}

.multi-lang #AreaGnavi ul .gnavi03,
.multi-lang #AreaGnavi ul .gnavi04 {
  width: 100%;
}


#AreaGnavi ul .gnavi01 a {
  padding: 9px 5px 1px;
}

#AreaGnavi ul .gnavi01 .gnaviText {
  font-size: 71%;
  line-height: 180%;
}

#AreaGnavi ul li a {
  font-weight: normal;
  font-size: 100%;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 5px 5px 4px;
  background: #002063;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#AreaGnavi ul li a:hover img {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

#AreaGnavi ul li a:hover,
#AreaGnavi ul li.current a,
#AreaGnavi ul li.current:hover a {
  background: #fff;
  color: #002063;
}

#AreaGnavi .homeIcon {
  width: 20px;
  height: 22px;
}

#AreaGnavi .homeIcon.active {
    display: none;
}

#AreaGnavi .current .homeIcon,
#AreaGnavi a:hover .homeIcon,
#AreaGnavi a:focus .homeIcon {
    display: none;
}
#AreaGnavi .current .homeIcon.active,
#AreaGnavi a:hover .homeIcon.active,
#AreaGnavi a:focus .homeIcon.active {
    display: block;
}

#AreaGnavi .current .homeIcon.active {
  width: 20px;
  height: 22px;
}

#AreaGnavi .homeIcon {
  width: 20px;
  height: 22px;
}


/* ***************************
c-gNav
*************************** */
.c-gNav {
}
@media screen and (max-width: 640px) {
  .c-gNav__body {
    padding: 0 20px;
  }
}

/*
c-listGnav
--------------------------- */

@media screen and (max-width: 640px) {
  .c-listGnav {
    display: block;
    height: auto;
    margin: 0;
  }

  .c-listGnav__item {
    display: block;
    width: 100%;
    padding: 0;
    background: none;
  }
  .c-listGnav__item + .c-listGnav__item {
    margin-top: 2px;
  }

  .c-listGnav__item.is-top {
    width: 100%;
/*    font-size: 100% !important;
    line-height: 172% !important;*/
  }

  .c-listGnav__link {
    display: block;
    padding: 12px 15px 9px;
    background: #fff;
    color: #222;
    font-size: 100%;
    line-height: 172%;
    text-align: left;

  }

  .c-listGnav__link.is-active,
  .c-listGnav__link:hover,
  .c-listGnav__link:focus {
    background: #d2d8f7;
    color: #222;
    text-decoration: none;
  }
  .c-listGnav__link .homeIcon {
    display: inline-block;
    margin-top: -4px;
    margin-right: 10px;
    width: 20px;
    height: 22px;
    vertical-align: middle;
  }

  .is-top > .c-listGnav__link {
    padding: 12px 15px 9px;
  }
}

/* ***************************
drawerLinks
*************************** */
.drawerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0;
  padding: 14px 20px 15px;
}
.drawerLinks__item {
  width: 50%;
  margin-top: 10px;
  padding: 0;
  background: none;
}
/*.multi-lang .drawerLinks__item {
  width: 100%;
}*/
.drawerLinks__item:nth-child(even) {
  text-align: right;
}
.drawerLinks__link {
  font-size: 100% !important;
  line-height: 172% !important;
  color: #fff;
  background: #002063;
  text-decoration: underline;
}
.drawerLinks__link:visited {
  color: #fff;
}
.drawerLinks__link:hover, .drawerLinks__link:focus {
  text-decoration: none;
}

/* ***************************
closeBtn
*************************** */
html.js-on #spDrawer .closeBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 20px 14px;
  border-top: 1px solid #3e4770;
}
.closeBtn button,
.closeBtn input[type="button"] {
  display: block;
  width: 160px;
  padding: 6px 5px 5px;
  background: #dfe0e6;
  border: none;
  font-size: 100% !important;
  line-height: 172% !important;
  color: #002063;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.closeBtn button svg,
.closeBtn button .closeBtnIcon,
.closeBtn input[type="button"] svg,
.closeBtn input[type="button"] .closeBtnIcon {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 9px;
  vertical-align: middle;
}

/* ***************************
c-footer
*************************** */
#c-footer.c-footer {
  margin-top: 20px;
  clear: both;
}
#c-footer .c-footer__top {
  padding: 20px 0;
  background: #dfe0e6;
}

@media screen and (max-width: 640px) {
  #c-footer .c-footer__top {
    padding: 15px 0;
  }
}
#c-footer .c-footer__middle {
  background: #3e4770;
}
#c-footer .c-footer__bottom {
  background: #002063;
  padding: 14px 0 12px;
  font-size: 100% !important;
  line-height: 124% !important;
  color: #fff;
  text-align: center;
}
#c-footer .c-footer__bottom p {
  margin: 0;
}
#c-footer .c-footer__bottom p + p {
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  #c-footer .c-footer__bottom p + p {
    margin-top: 11px;
  }
}

/* ***************************
c-rTop
*************************** */
#c-footer .c-rTop {
  border-bottom: 3px solid #002063;
}
#c-footer .c-rTop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#c-footer .c-rTop__link {
  display: block;
  width: 160px;
  padding: 9px 5px 7px;
  background: #002063;
  border-bottom: none;
  color: #fff;
  font-size: 92.9% !important;
  line-height: 184.6% !important;
  text-decoration: none;
  text-align: center;
  font-feature-settings: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html[lang="ko"] #c-footer .c-rTop__link {
  width: auto;
  padding: 9px 10px 7px;
}
@media screen and (max-width: 640px) {
  #c-footer .c-rTop__link {
    padding: 6px 5px 5px;
  }
}
#c-footer .c-rTop__link:visited {
  color: #fff;
}
#c-footer .c-rTop__link:hover, #c-footer .c-rTop__link:focus {
  opacity: 0.6;
}

/* ***************************
f-topLinks
*************************** */
#c-footer .f-topLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 13px -2px 0;
}
@media screen and (max-width: 640px) {
  #c-footer .f-topLinks {
    margin: 8px -2px 0 -3px;
  }
}
#c-footer .f-topLinks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  margin-top: 4px;
  padding: 0 2px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #c-footer .f-topLinks__item {
    width: 50%;
    padding: 0 2px 0 3px;
  }
}
#c-footer .f-topLinks__link {
  width: 100%;
  padding: 8px 15px 7px;
  background: #fff;
  font-size: 108% !important;
  line-height: 179% !important;
  color: #002063;
  text-decoration: none;
}
#c-footer .f-topLinks__link:visited {
  color: #002063;
}
#c-footer .f-topLinks__link:hover, #c-footer .f-topLinks__link:focus {
  background: #002063;
  color: #fff;
}

/* ***************************
f-snsLinks
*************************** */
#c-footer .f-snsLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px 0;
}

#c-footer .footer-banner + .f-snsLinks {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  #c-footer .f-snsLinks {
    margin: 0 -2px 0 -3px;
  }
}
#c-footer .f-snsLinks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
  margin: 0;
  padding: 0 10px;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #c-footer .f-snsLinks__item {
    padding: 0 2px 0 3px;
  }
}
#c-footer .f-snsLinks__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
#c-footer .f-snsLinks__link:hover img, #c-footer .f-snsLinks__link:focus img {
  opacity: 0.6;
}

/* ***************************
f-middleLinks
*************************** */
#c-footer .f-middleLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 640px) {
  #c-footer .f-middleLinks {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px 8px;
  }
}
#c-footer .f-middleLinks__item {
  margin: 0;
  padding: 7px 0 7px;
  background: none;
}
#c-footer .f-middleLinks__item:first-child:before, #c-footer .f-middleLinks__item:after {
  content: "" !important;
  display: inline-block !important;
  width: 1px !important;
  height: 20px !important;
  margin: 0 15px !important;
  padding: 0 !important;
  background: #999 !important;
  vertical-align: middle;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
@media screen and (max-width: 640px) {
  #c-footer .f-middleLinks__item {
    width: 50%;
    margin-top: 5px;
    padding: 0;
  }
  #c-footer .f-middleLinks__item:first-child:before, #c-footer .f-middleLinks__item:after {
    content: none !important;
  }
}
#c-footer .f-middleLinks__link {
  color: #fff;
  font-size: 92.9%;
  line-height: 184.6%;
  text-decoration: underline;
}
#c-footer .f-middleLinks__link:visited {
  color: #fff;
}
#c-footer .f-middleLinks__link:hover, #c-footer .f-middleLinks__link:focus {
  text-decoration: none;
}
.c-footer__top .footer-banner {
  display: none;
  margin: 0;
}
.top-page .c-footer__top .footer-banner {
  display: block;
}

.c-footer__top .footer-banner {
  margin-top: 0;
  padding: 0;
  background: none;
}
.c-footer__top .bx-wrapper {
  padding-bottom: 28px;
}
.c-footer__top .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  bottom: 0;
  line-height: 100%;
}
#c-footer .bx-pager-item {
  padding: 0 5px;
}

#c-footer .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 2px #8a8d99;
  font-size: 0%;
  line-height: 0;
  color: #222;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#c-footer .bx-pager-link.active {
  background-color: #002063;
  border-color: #002063;
  color: #fff;
}

#c-footer .btn-stop {
  width: auto;
  height: auto;
  border: none;
  margin-left: 0;
  vertical-align: middle;
}

#c-footer .btn-stop.on a {
    background-color: #002063;
}


#c-footer .btn-stop a {
  position: relative;
  width: 30px!important;
  height: 16px!important;
  background: #3e4770;
  border: none;
  color: #fff;
  -webkit-border-radius: 0;
}
#c-footer .btn-stop.on a:before, #c-footer .btn-stop.on a:after {
    left: 12px;
    width: 0;
    height: 0;
    background: none;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;

}

#c-footer .btn-stop a:before, #c-footer .btn-stop a:after {
    position: absolute;
    content: "";
    display: block;
    top: 4px;
    left: 12px;
    width: 2px;
    height: 8px;
    background: #fff;
    border: none;

}

#c-footer .btn-stop a:after {
    left: 16px;
}

/* ***************************
setting
*************************** */
.setting {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 10;
}

.setting__body {
  margin: 0;
  padding: 0;
}

.setting .bg-h2 {
  margin: 5px 0 13px 0;
}

.setting__title {
  margin: 0;
}

/*.setting__body .setting__title {
  position: relative;
  margin: 0;
  padding: 5px 0 13px 0;
  color: #222;
  font-size: 142.85714%;
  line-height: 111%;
  font-weight: bold;
  background: none;
  border: none;
}*/

@media screen and (max-width: 640px) {
  .setting__body .setting__title {
    margin: 0 0 10px;
    padding: 0 10px 0 10px;
  }
}

.setting__body .setting__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: url(images/bg_heading_dotted.png) 0 0 repeat;
}

.setting__body .setting__title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 5px;
  background: #d51c14;
}

.setting__body.bg-glay {
  background: #eaeaea;
}

.setting__body__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .setting__body__inner {
    display: block;
    padding: 0 0;
  }
}

.setting__body__inner + .setting__body__inner {
  padding: 29px 0 40px;
  border-top: 1px dashed #ccc;
}

.setting__box_left {
  width: 32%;
  padding: 23px 0 40px 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .setting__box_left {
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 640px) {
  .setting__box_left {
    width: auto;
  }
}

.setting__box_right {
  width: 68%;
  margin: 0;
  padding: 25px 0 40px 10px;
}

@media screen and (max-width: 640px) {
  .setting__box_right {
    width: auto;
    padding: 0 0 40px 0;
  }
}

.setting__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .setting__item {
    flex-wrap: wrap;
  }
}

.setting__item + .setting__item {
  margin-top: 20px;
}

.setting__item .setting__txt {
  position: relative;
  width: 120px;
  height: 120px;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .setting__item .setting__txt {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.setting__item .setting__txt span {
  display: table-cell;
  width: 120px;
  height: 120px;
  color: #d51c14;
  font-size: 114.28571%;
  line-height: 125%;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #cccccc;
  border-radius: 60px;
}
@media screen and (max-width: 640px) {
  .setting__item .setting__txt span {
    display: block;
    width: auto;
    height: auto;
    margin: 40px 0 10px;
    padding-left: 31px;
    font-size: 115%;
    line-height: 150%;
    color: #313131;
    font-size: 129%;
    line-height: 145%;
    font-weight: normal;
    text-align: left;
    background: url(i/icon_list.png) -60px -389px no-repeat;
    border: none;
    border-radius: 0;

  }
}

.setting__item .setting__txt:before, .setting__item .setting__txt:after {
  content: "";
  position: absolute;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .setting__item .setting__txt:before,
  .setting__item .setting__txt:after {
    display: none;
  }
}

.setting__item .setting__txt:before {
  top: 50%;
  right: -42px;
  margin-top: -9px;
  border-top: 8px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 22px solid transparent;
  border-left-color: #cccccc;
}

.setting__item .setting__txt:after {
  top: 50%;
  right: -38px;
  margin-top: -8px;
  border-top: 7px solid transparent;
  border-left: 22px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 22px solid transparent;
  border-left-color: #fff;
}

.setting__item .setting__input {
  position: relative;
}
@media screen and (max-width: 640px) {
  .setting__item .setting__input {
    width: 33.33333333%;
    padding: 0 5px;
    box-sizing: border-box;
  }
}

.setting__item .setting__input + .setting__input {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .setting__item .setting__input + .setting__input {
    margin-left: 0;
  }
}

/*.setting__item input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0em;
  overflow: hidden;
}

.setting__item input[type="radio"]:checked + label:before {
  background: none;
  border: 3px solid #209aff;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.setting__item label {
  position: relative;
  display: table-cell;
  cursor: pointer;
}

.setting__item label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.setting__item label img {
  width: 100%;
  max-width: 100%;
  height: auto;
}*/

/*
setBtn
-------------------------------- */
.setBtn {
  margin: 0 auto;
  padding: 0;
}

.setBtn__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .setBtn__body {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.setBtn__item {
  margin: 0;
  padding: 0 20px;
}

.setBtn__item .btn__link {
  display: inline-block;
  min-width: 120px;
  height: auto;
  padding: 5px 10px 4px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

.setBtn__item .btnBack {
  color: #222;
  background: #f7f7f7;
}

.setBtn__item .btnSet {
  color: #fff;
  background: #d51c14;
}

.setBtn__item .btn__link:after {
  display: none;
}



.setting #IdFontsize,
.setting #IdBgColor {
  width: auto;
  height: auto;
}
@media screen and (max-width: 640px) {
  .setting #IdFontsize,
  .setting #IdBgColor {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .setting #IdFontsize img,
  .setting #IdBgColor img {
    width: 100%;
  }
}

.setting #IdFontsize dd,
.setting #IdBgColor dd {
  width: auto;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .setting #IdFontsize dd,
  .setting #IdBgColor dd {
    width: 33.33333333%;
  }
}

.setting #IdFontsize dd a,
.setting #IdBgColor dd a {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 5px;
}
.setting #IdFontsize dd a:hover,
.setting #IdBgColor dd a:hover {
  background: none;
}

.setting #IdFontsize dd a:hover:after,
.setting #IdBgColor dd a:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #dc1753;
  box-sizing: border-box;
}

.setting #IdFontsize #IdFontS a,
.setting #IdFontsize #IdFontM a,
.setting #IdFontsize #IdFontL a,
.setting #IdBgColor #IdWhite a,
.setting #IdBgColor #IdBlue a,
.setting #IdBgColor #IdBlack a {
  width: auto;
  height: auto;
  padding-top: 0;
}
#IdFontsize.setting__item #IdFontS,
#IdBgColor.setting__item #IdWhite {
  margin-left: 0;
}

.setting #IdBgColor #IdWhite,
.setting #IdBgColor #IdBlue,
.setting #IdBgColor #IdBlack {
    background: none;
}

.setting #IdBgColor #IdWhite a,
.setting #IdBgColor #IdBlue a,
.setting #IdBgColor #IdBlack a {
    background: none;
    border: none;
}
#IdFontsize.setting__item .setting__input + .setting__input,
#IdBgColor.setting__item dd + dd {
    margin-left: 20px;
}

@media screen and (max-width: 640px) {
  #IdFontsize.setting__item .setting__input + .setting__input,
  #IdBgColor.setting__item dd + dd {
    margin-left: 0;
  }

  #IdBgColor.setting__item dd {
    padding: 0 5px;
    box-sizing: border-box;
  }
}

.setting #IdFontsize a img,
.setting #IdBgColor a img,
.setting #IdBgColor a:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


/*
add kyougi_icon_column
-------------------------------- */
.c-column {
  padding: 0;
}
.c-column + .c-column {
  margin-top: 5px;
}
.c-column__body {
  display: table;
  margin: 0 -5px;
}

.c-column__item {
  display: table-cell;
  width: auto;
  padding: 0 5px;
  vertical-align: middle;
  box-sizing: border-box;
}

/*html[lang="zh-CN"] .map-num,
html[lang="zh-tw"] .map-num,
html[lang="ko"]  .map-num {
  display: none;
}
html[lang="zh-CN"] .detail_map-num,
html[lang="zh-tw"] .detail_map-num,
html[lang="ko"]  .detail_map-num {
  display: none;
}

html[lang="zh-CN"] .column-map,
html[lang="zh-tw"] .column-map,
html[lang="ko"]  .column-map {
  display: none;
}
*/


/*
add countdown special
.spe-cntDowns
.spe-cntDown
-------------------------------- */
@media only screen and (min-width: 641px) {
  .multi-lang .right-contents.cntDown + .left-contents .bg-h2 {
    margin-top: 0;
  }
}
.spe-cntDowns {
  max-width: 270px;
  margin: 0 auto;
  padding: 0 0 10px;
}
@media only screen and (max-width: 640px) {
  .spe-cntDowns {
    padding: 20px 0 0;
  }
}
.spe-cntDowns-item {
  margin: 0;
  padding: 0 0 25px;
  background: none;
}
.spe-cntDowns-item + .spe-cntDowns-item {
  /* margin-top: 15px; */
}
.spe-cntDown {
}
.spe-cntDown *,
.spe-cntDown *::before,
.spe-cntDown *::after {
  box-sizing: border-box;
}
.spe-cntDown-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 14px 13px 20px 14px;
  background-color: #666;
  border: 2px solid #666;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.spe-cntDown-inner:hover {
  text-decoration: none;
}
.spe-cntDown--olympic .spe-cntDown-inner {
  background-color: #004c9a;
  border-color: #004c9a;
}
.spe-cntDown--paralympic .spe-cntDown-inner {
  background-color: #c81528;
  border-color: #c81528;
}
.spe-cntDown-inner::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border: 1px solid #fff;
  opacity: .5;
}
.spe-cntDown-inner::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 200% 100%;
}
.spe-cntDown--olympic .spe-cntDown-inner::after {
  width: 68px;
  height: 98px;
  right: -6px;
  bottom: -20px;
  background-image: url('i/spe_cntDown_olympic.png');
}
.spe-cntDown--multiLang.spe-cntDown--olympic .spe-cntDown-inner::after {
  right: -12px;
}
.spe-cntDown--paralympic .spe-cntDown-inner::after {
  width: 68px;
  height: 101px;
  right: -9px;
  bottom: -22px;
  background-image: url('i/spe_cntDown_paralympic.png');
}
.spe-cntDown--multiLang.spe-cntDown--paralympic .spe-cntDown-inner::after {
  right: -12px;
}
.spe-cntDown-text {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
.spe-cntDown--multiLang .spe-cntDown-text {
  font-size: 14px;
}
.spe-cntDown-counter {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
}
.spe-cntDown-text + .spe-cntDown-counter {
  margin-top: 16px;
}
.spe-cntDown-label {
  font-size: 16px;
  line-height: 1;
}
.spe-cntDown--multiLang .spe-cntDown-label {
  font-size: 14px;
}
.spe-cntDown-nums {
  display: flex;
  margin-right: 8px;
}
* + .spe-cntDown-nums {
  margin-left: 5px;
}
.spe-cntDown-nums-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  padding: 7px 5px 5px;
  background-color: #fff;
  border: 1px solid #fff;
  font-size: 26px;
  line-height: 1;
  border-radius: 4px;
}
.spe-cntDown--multiLang .spe-cntDown-nums-item {
  width: 32px;
}
.spe-cntDown--olympic .spe-cntDown-nums-item {
  color: #004c9a;
}
.spe-cntDown--paralympic .spe-cntDown-nums-item {
  color: #c81528;
}
.spe-cntDown-nums-item + .spe-cntDown-nums-item {
  margin-left: 4px;
}