@charset "UTF-8";
/**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

/**/
html, body {
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  word-break: normal;
  word-wrap: break-word;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
/*img reset*/
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

video {
  margin: 0;
  padding: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------------------------*/
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  outline: none;
}

img {
  width: 100%;
}

.container {
  width: 100%;
}

/*---------
header
---------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  border-bottom: 5px solid #000000;
}
.header__inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.header__inner__logo {
  width: 41.25%;
  position: absolute;
  top: 0;
  left: 0;
}
.header__inner__btn {
  width: 17.325%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 3.125%;
  background: #fff;
}

.navTrainBlock {
  width: 100%;
  position: relative;
}
.navTrainBlock__inner {
  position: relative;
  overflow: hidden;
}
.navTrainBlock__inner__train {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navTrainBlock__inner__train_tr0 {
  margin-left: -71%;
  width: 71%;
}
.navTrainBlock__inner__train_tr1 {
  margin-left: -74%;
  width: 74%;
}
.navTrainBlock__inner__train_tr2 {
  margin-left: -12%;
  width: 12%;
}

/*---------
navBlock
---------*/
.navBlock {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #FFD801;
  display: none;
}
.navBlock__head {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid #FFD801;
}
.navBlock__head__title {
  width: 12.8125%;
  margin: 0 auto;
  text-align: center;
}
.navBlock__head__close {
  width: 14.2%;
  position: absolute;
  bottom: 0;
  right: 0;
  right: 3.125%;
}

.navBlock__gnav__list {
  border-bottom: 1px solid #FFD801;
  background: #000;
}
.navBlock__gnav__list.yet img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */
  zoom: 1;
}

.navBlock__sns {
  margin: 4% 2%;
}
.navBlock__sns__list {
  margin: 2%;
}

.navBlock__ftnav {
  margin-top: 3.125%;
}
.navBlock__ftnav__list {
  border-bottom: 1px solid #FFD801;
}

.ftBlock {
  clear: both;
  width: 100%;
  margin: 10px auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: #ffd801;
  padding: 4%;
}
.ftBlock__list {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ftBlock__list__link {
  display: block;
  float: left;
}
.ftBlock__list__link_t0 {
  width: 49.5%;
  margin-right: 0.5%;
}
.ftBlock__list__link_t1 {
  width: 49.5%;
  margin-left: 0.5%;
}
.ftBlock__list__link_t2 {
  width: 100%;
  clear: both;
  margin: 1% 0;
}
.ftBlock__list__link_t3 {
  width: 100%;
  clear: both;
  margin: 0 0 1% 0;
}
.ftBlock__list__link_t4 {
  width: 49.5%;
  margin-right: 0.5%;
}
.ftBlock__list__link_t5 {
  width: 49.5%;
  margin-left: 0.5%;
}

.footer {
  width: 100%;
  background: #000;
}
.footer__inner {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.footer__inner__logo {
  width: 16.25%;
  float: left;
  margin-left: 2%;
}
.footer__inner__copy {
  width: 74.375%;
  float: right;
  margin-right: 2%;
}

/**/
.dmyBlock {
  width: 100%;
  position: relative;
  background: #ffd801;
}

.btnBlock {
  position: relative;
  width: 100%;
  padding: 9.375% 0;
}
.btnBlock_renew {
  padding-top: 4.6875%;
}

.btnBlock_station {
  padding: 6.25% 0;
}

.btnBlock_renewal_m2 {
  padding-top: 4.6875%;
  padding-bottom: 0;
}

.btnBlock_renewal_m4 {
  padding-top: 4.6875%;
  padding-bottom: 0;
}

.btnBlock__btn {
  width: 87.5%;
  margin: 0 auto;
  text-align: center;
}
.btnBlock__btn__link {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*---------
pageTop
---------*/
.pageTop {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 1.5625%;
}
.pageTop__link {
  width: 15.6%;
  display: block;
  float: right;
  margin-right: 2%;
}

/*---------
secondTopBlock
---------*/
.secondTopBlock {
  position: relative;
  width: 100%;
  background: #ffd801;
  overflow: hidden;
}
.secondTopBlock__title {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-top: 12.5%;
  border-bottom: 1px dotted #000;
  padding-bottom: 1.875%;
}
.secondTopBlock__title img {
  width: 93.75%;
}

.secondTopBlock__inner {
  position: relative;
  margin: 0 3.125%;
  text-align: left;
}
.secondTopBlock__inner__title {
  width: 33.75%;
  margin-top: 4.6875%;
}
.secondTopBlock__inner__copy {
  width: 100%;
  margin-top: 12.5%;
}
.secondTopBlock__inner__text {
  width: 100%;
  margin-top: 7.8125%;
}
.secondTopBlock__inner__bg {
  width: 100%;
}
.secondTopBlock__inner__bg_station {
  position: relative;
  width: 600px;
  left: -150px;
  margin-top: 12.5%;
}
.secondTopBlock__inner__bg_train {
  width: 821px;
  margin-top: 12.5%;
}

.secondTopBlock__diagonal {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*---------
secondSecBlock
---------*/
.secondSecBlock {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #E2E2E2;
  overflow: hidden;
  padding: 12.5% 0;
}
.secondSecBlock_sec1 {
  background: #ffffff url(../renewal/imgs/sec1/bg.png) center bottom no-repeat;
  background-size: 100% auto;
}

.secondSecBlock_tra2 {
  border-top: none;
}

.secondSecBlock__bg {
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  left: 0;
}

.secondSecBlock__inner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.secondSecBlock__inner__title {
  position: relative;
}
.secondSecBlock__inner__title_sec1 {
  padding-bottom: 6.25%;
}
.secondSecBlock__inner__copy {
  width: 93.75%;
  margin: 0 auto;
  text-align: center;
}
.secondSecBlock__inner__text {
  width: 93.75%;
  margin: 0 auto;
  text-align: center;
  margin-top: 7.8125%;
}

.illustBlock {
  position: relative;
  padding: 2.5% 0;
  width: 100%;
  overflow: hidden;
  background: url(../renewal/imgs/dot.png) left bottom repeat-x;
}
.illustBlock_liNone {
  background: none;
}

.illustBlock__left {
  width: 46.875%;
  float: left;
  margin-left: 3.125%;
}

.illustBlock__right {
  width: 46.875%;
  float: right;
  margin-right: 3.125%;
}

.illustBlock__img {
  width: 90.6%;
  text-align: right;
}

.irTextBlock {
  text-align: left;
  padding: 5% 0;
}
.irTextBlock__title {
  width: 97.3%;
}

.irTextBlock__text {
  width: 97.3%;
  margin-top: 9.3%;
}

.sec2TiBlock {
  position: relative;
  text-align: left;
  margin: 0 3.125%;
}
.sec2TiBlock__title {
  text-align: left;
  width: 100%;
  margin-top: 7.8125%;
}

.sec2TiBlock__text {
  text-align: left;
  width: 100%;
  margin-top: 7.8125%;
  margin-bottom: 4.6875%;
}

.sec2TiBlock__img {
  position: relative;
  width: 100%;
}
.sec2TiBlock__img__circle {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec2TiBlock__img__circle__in {
  width: 32.65625%;
  height: auto;
  display: block;
  background: url(../renewal/imgs/sec2/circle.png) center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  text-align: center;
}
.sec2TiBlock__img__circle_c1 {
  padding-top: 0;
  left: -12.5%;
}
.sec2TiBlock__img__circle_c2 {
  padding-top: 0;
  margin-left: 12.5%;
}
.sec2TiBlock__img__circle_c3 {
  padding-top: 27.03125%;
  margin-left: -12.5%;
}
.sec2TiBlock__img__circle_c4 {
  padding-top: 27.03125%;
  margin-left: 12.5%;
}
.sec2TiBlock__img__text {
  position: absolute;
  top: 150px;
  left: 50px;
}

.policyBlock {
  position: relative;
  text-align: left;
  overflow: hidden;
  margin-top: 12.5%;
}
.policyBlock_first {
  margin-top: 71.875%;
}

.policyBlock__title {
  margin: 0 3.125%;
  margin-bottom: 4.6875%;
}

.policyBlock__text {
  margin: 0 3.125%;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
}

.policyBlock__station {
  text-align: center;
  margin-top: 6.25%;
}

.policyBlock__bnr {
  text-align: center;
  margin: 3.125%;
}
.policyBlock__bnr_station {
  margin-top: -5%;
}

.policyBlock__img {
  margin: 3.125% 3.125% 0 3.125%;
}

/*-------------------
station
-------------------*/
.areaBlock {
  position: relative;
  text-align: left;
  overflow: hidden;
  margin: 12.5% 3.125%;
}
.areaBlock__title {
  width: 83.4%;
}

.areaBlock__copy {
  width: 53.4%;
  margin-top: 3.125%;
}
.areaBlock__copy_a4 {
  width: 63.4%;
}

.areaBlock__text {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3.125%;
}

.designBlock {
  position: relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  margin-top: 6.25%;
}
.designBlock__inner__list {
  position: absolute;
}
.designBlock__inner__list img {
  width: inherit;
  height: 145px;
}

/*-------------------
train
-------------------*/
.circleTrainBlock {
  position: relative;
  z-index: 2;
  margin-top: 7.8125%;
}
.circleTrainBlock__bg {
  position: relative;
  width: 52.8125%;
  margin-left: 9.375%;
}

.circleTrainBlock__train {
  width: 74.375%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  margin-left: 9.375%;
}

.trainInfoBlock {
  position: relative;
  margin-top: -6.25%;
  overflow: hidden;
  z-index: 1;
}
.trainInfoBlock__circle {
  width: 48.125%;
  position: absolute;
}
.trainInfoBlock__circle_c0 {
  top: 5.46875%;
  left: 3.125%;
}
.trainInfoBlock__circle_c1 {
  top: 20.3125%;
  right: 3.125%;
}
.trainInfoBlock__circle_c2 {
  top: 35.15625%;
  left: 3.125%;
}
.trainInfoBlock__circle_c3 {
  top: 50.15625%;
  right: 3.125%;
}
.trainInfoBlock__circle_c4 {
  top: 64.84375%;
  left: 3.125%;
}

.trainBtnBlock {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.trainBtnBlock__over {
  width: 41.875%;
  margin: 0 auto;
  text-align: center;
  margin-top: -10%;
}

.trainBtnBlock__btn {
  width: 75%;
  margin: 0 auto;
  text-align: center;
}
.trainBtnBlock__btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  zoom: 1;
}

.blueblock {
  position: relative;
  background: #fff7cc;
  overflow: hidden;
  margin: 0 3.125%;
  margin-top: 12.5%;
  padding-bottom: 3.125%;
}
.blueblock__title {
  width: 38%;
  padding-top: 6.25%;
}

.blueblock__text {
  margin: 5.3125% 6.25%;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
.blueblock__text a {
  display: inline-block;
  border: 1px solid #1A98D4;
  color: #1B98D5;
  padding: 4.6875%;
  text-decoration: none;
}
