@charset "UTF-8";
/*+-----+
/+ 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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: top;
}
img[usemap] {
  border-width: 0;
}
a img {
  border-width: 0;
  text-decoration: none;
}

ul,li {
  list-style: none;
}

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

body {
  margin: 0;
  padding: 0;
  color: #444;
  line-height: 1.8;
  font-family: Arial, Helvetica, sans-serif, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "ＭＳ Ｐゴシック";
  font-size: 1.6rem;
  background-color: #fff;

  -webkit-text-size-adjust: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 670px) {
  body {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

a {
  color: #0067b8;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

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


@media screen and (max-width: 820px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 670px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #0067b8;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* header
/*+---------------------------------*/
.header {
  height: 165px;
  position: relative;
  border-bottom: solid 5px #0168b7;
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.header-fake {
  display: none;
  height: 165px;
}
.header__inner {
  max-width: 1024px;
  position: relative;
  margin: 0 auto;
  padding: 0 0;
}
.header__inner:after {
  content: "";
  display: block;
  clear: both;
}
.header .e5489-logo {
  float: left;
  margin-top: 20px;
}
.header .e5489-logo__image {
  display: inline-block;
  overflow: hidden;
  width: 130px;
  height: 50px;
  text-indent: -99999px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/e5489_logo.png);
  background-repeat: no-repeat;
}
.header .e5489-logo__text {
  display: inline-block;
  position: relative;
  top: 8px;
  left: 5px;
  color: #0168b7;
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: top;
}
.header .e5489-login {
  width: 200px;
  position: absolute;
  top: 20px;
  right: 10px;
}
.header .e5489-login a {
  display: block;
  width: 200px;
  position: relative;
  padding: 8px 0;
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background-color: #0168b7;
}
.header .e5489-login a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.header .e5489-login a:hover {
  background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background-color: #eb9f1a;
}
.header .e5489-login a:hover:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.header .e5489-login a br {
  display: none;
}
@media screen and (max-width: 670px) {
  .header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: none;
    background-color: #fff;
  }
  .header-fake {
    height: 60px;
  }
  .header__inner {
    overflow: visible;
    height: 60px;
    padding: 0 10px;
  }
  .header .e5489-logo {
    margin-top: 15px;
  }
  .header .e5489-logo__image {
    width: 88px;
    height: 35px;
    background-image: url(/global/kr/howto/train-reservation/assets/img/e5489_logo_2x.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .header .e5489-logo__text {
    top: 6px;
    left: 0;
    font-size: 1.3rem;
  }
  .header .e5489-login {
    width: 72px;
    top: 10px;
    right: 62px;
  }
  .header .e5489-login a {
    width: 72px;
    padding: 6px 0;
    line-height: 1.2;
    font-size: 1.1rem;
  }
  .header .e5489-login a br {
    display: inline;
  }
}

/* header minimum version
/*+---------------------------------*/
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.header.minimum {
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.95);
}
.header.minimum .header__inner {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.header.minimum .e5489-logo {
  display: table-cell;
  width: 210px;
  float: none;
  vertical-align: middle;
}
.header.minimum .e5489-logo__image {
  width: 92px;
  height: 36px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/e5489_logo_s.png);
}
.header.minimum .e5489-logo__text {
  top: 8px;
  left: 2px;
  font-size: 1.5rem;
}
.header.minimum .e5489-login {
  display: table-cell;
  width: 80px;
  position: relative;
  top: inherit;
  right: inherit;
  float: none;
  padding-left: 20px;
  vertical-align: middle;
}
.header.minimum .e5489-login a {
  width: 80px;
  line-height: 1.2;
  font-size: 1.1rem;
}
.header.minimum .e5489-login a br {
  display: inline;
}
@media screen and (max-width: 820px) {
  .header.minimum {
    height: 120px;
  }
  .header.minimum .e5489-logo {
    width: 180px;
  }
  .header.minimum .e5489-logo__image {
    width: 72px;
    height: 28px;
  }
  .header.minimum .e5489-logo__text {
    top: 6px;
    font-size: 1.4rem;
  }
  .header.minimum .e5489-login {
    padding-left: 10px;
  }
}

/* sp-menu-open-button
/*+---------------------------------*/
.sp-menu-open-button {
  display: none;
}
@media screen and (max-width: 670px) {
  .sp-menu-open-button {
    display: block;
    width: 42px;
    height: 39px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    border: none;
    color: #0168b7;
    font-size: 1.0rem;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
  }
  .sp-menu-open-button:before {
    content: "";
    display: block;
    width: 42px;
    height: 12px;
    position: relative;
    top: 5px;
    margin-bottom: 10px;
    background-image: url(/global/kr/howto/icoca/assets/img/common/icon_menu.png);
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

/* global-navigation
/*+---------------------------------*/
.global-navigation {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 15px 0 10px;
}
.global-navigation__list {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  position: relative;
  border-left: 1px solid #d9d9d9;
  vertical-align: top;
}
.global-navigation__list:hover .global-navigation-sub {
  display: block;
}
.global-navigation__list:last-child {
  border-right: 1px solid #d9d9d9;
}
.global-navigation__list.current a {
  color: #eb9f1a;
}
.global-navigation__list>a {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.global-navigation__list>a:hover,.global-navigation__list>a.active,.global-navigation__list.top .active.page_top_active {
  color: #eb9f1a;
}


.global-navigation__list>a span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .global-navigation__list>a br {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .global-navigation {
    width: 93%;
    position: relative;
    float: right;
    padding: 0;
    background-color: #fff;
    z-index: 160;
  }
  .global-navigation-wrap {
    display: none;
    overflow-y: scroll;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 140;
  }
  .global-navigation__list {
    display: block;
    width: auto;
    border-left: none;
  }
  .global-navigation__list:last-child {
    border-right: none;
  }
  .global-navigation__list>a {
    padding: 0 10px;
    font-size: 1.4rem;
    text-align: left;
  }
  .global-navigation__list>a span {
    margin: 0 10px;
    padding: 15px 5px;
    border-bottom: 1px solid #d9d9d9;
  }
  .global-navigation__list:last-child>a span {
    border-bottom: none;
  }
}

/* global-navigation minimum
/*+---------------------------------*/
.global-navigation.minimum {
  display: table;
  width: 100%;
  float: none;
  padding: 10px 0 10px;
}
.global-navigation.minimum .global-navigation__list>a {
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  .global-navigation.minimum .global-navigation__list>a br {
    display: none;
  }
}
@media screen and (max-width: 820px) {
  .global-navigation.minimum .global-navigation__list>a {
    height: 100px;
  }
}

/* global-navigation-sub
/*+---------------------------------*/
.global-navigation-sub {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #0168b7;
}

/* sp-menu-label
/*+---------------------------------*/
.global-navigation .sp-menu-label {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #d9d9d9;
  border-left: none;
  cursor: pointer;
}
.global-navigation .sp-menu-label .sp-menu-label__text {
  float: left;
  color: #0168b7;
  font-size: 1.8rem;
  font-weight: bold;
}
.global-navigation .sp-menu-label .sp-menu-label__close-button {
  width: 26px;
  height: 26px;
  position: relative;
  float: right;
  border: none;
  text-indent: -9999px;
  background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background-color: #0168b7;
  cursor: pointer;
}
.global-navigation .sp-menu-label .sp-menu-label__close-button:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 7px;
  left: 7px;
  background-image: url(/global/kr/howto/icoca/assets/img/common/icon_close.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 670px) {
  .global-navigation .sp-menu-label {
    display: block;
  }
}

/* sp-menu-overlay-bg
/*+---------------------------------*/
.sp-menu-overlay-bg {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 108px;
  background-color: rgba(0, 104, 179, 0.7);
  z-index: 120;
}
.sp-menu-overlay-bg.open {
  display: block;
}

/* footer
/*+---------------------------------*/
.footer-main-contents {
  width: 100%;
  position: relative;
  padding: 25px 0;
  background: -webkit-linear-gradient(310deg, rgba(0, 104, 184, 0.95) 0%, rgba(0, 104, 184, 0.95) 45%, rgba(0, 75, 133, 0.95) 65%, rgba(0, 75, 133, 0.95) 100%);
  background: linear-gradient(140deg, rgba(0, 104, 184, 0.95) 0%, rgba(0, 104, 184, 0.95) 45%, rgba(0, 75, 133, 0.95) 65%, rgba(0, 75, 133, 0.95) 100%);
  background-color: rgba(0, 104, 184, 0.95);
  z-index: 90;
}
.footer-main-contents:after {
  content: "";
  width: 340px;
  height: 90px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(/global/kr/howto/train-reservation/assets/img/image_shinkanse2.png);
  background-repeat: no-repeat;
  z-index: 10;
}
.footer-main-contents__list {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  z-index: 20;
}
.footer-main-contents__list li {
  width: 32%;
  float: left;
  margin-left: 10px;
}
.footer-main-contents__list li:first-child {
  margin-left: 0;
}
.footer-main-contents__list li:only-child {
  float: none;
  margin: 0 auto;
}
.footer-main-contents__list li a {
  display: block;
  position: relative;
  padding: 12px 10px;
  border: 1px solid #95a9cb;
  color: #fff;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
}
.footer-main-contents__list li a br {
  display: none;
}
.footer-main-contents__list li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_orange_right_bottom.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.footer-main-contents__list li a:hover {
  border-color: #eb9f1a;
  background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background-color: #eb9f1a;
}
.footer-main-contents__list li a:hover:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_white_right_bottom.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 1340px) {
  .footer-main-contents:after {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  .footer-main-contents {
    padding: 0;
    background: none;
  }
  .footer-main-contents:after {
    display: none;
  }
  .footer-main-contents__list {
    display: table;
    width: 100%;
    padding: 0;
  }
  .footer-main-contents__list li {
    display: table-cell;
    width: 33.333333%;
    float: none;
    margin-left: 0;
    vertical-align: top;
  }
  .footer-main-contents__list li:first-child a {
    border-left: none;
  }
  .footer-main-contents__list li a {
    display: table;
    width: 100%;
    height: 50px;
    padding: 0;
    border: none;
    border-left: 1px solid #fff;
    font-size: 1.2rem;
    background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
    background-color: #0168b7;
  }
  .footer-main-contents__list li a br {
    display: inline;
  }
  .footer-main-contents__list li a span {
    display: table-cell;
    vertical-align: middle;
  }
}

/* footer-navigation
/*+---------------------------------*/
.footer-navigation {
  display: table;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 10px;
}
.footer-navigation-logo {
  display: table-cell;
  width: 145px;
  padding-right: 20px;
  vertical-align: top;
}
.footer-navigation-logo a {
  display: block;
  width: 145px;
  height: 24px;
  text-indent: -99999px;
  background-image: url(/global/kr/howto/train-reservation/assets/img/logo_odekakenet.png);
  background-repeat: no-repeat;
}
.footer-navigation-box-wrap {
  display: table-cell;
}
.footer-navigation-box {
  display: table-cell;
  padding: 8px 20px 0;
  border-left: 1px solid #d9d9d9;
  vertical-align: top;
}
.footer-navigation-list {
  display: table-cell;
  font-size: 1.2rem;
}
.footer-navigation-list+.footer-navigation-list {
  padding-left: 30px;
}
.footer-navigation-list li {
  margin-bottom: 8px;
}
.footer-navigation-list li a {
  text-decoration: underline;
}
.footer-navigation-list li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 670px) {
  .footer-navigation {
    display: block;
    padding: 0;
  }
  .footer-navigation-logo {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
  }
  .footer-navigation-logo a {
    width: 132px;
    height: 30px;
    background-image: url(/global/kr/howto/train-reservation/assets/img/logo_odekakenet_2x.png);
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer-navigation-logo:after {
    content: "";
    width: 19px;
    height: 13px;
    position: absolute;
    top: 25px;
    right: 10px;
    background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_blue_bottom.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
  }
  .footer-navigation-logo.open:after {
    background-image: url(/global/kr/howto/train-reservation/assets/img/arrow_blue_top.png);
  }
  .footer-navigation-box-wrap {
    display: none;
    border-bottom: 1px solid #d9d9d9;
  }
  .footer-navigation-box {
    display: block;
    margin: 15px;
    padding: 0 0 5px;
    border-bottom: 1px solid #d9d9d9;
    border-left: none;
  }
  .footer-navigation-box:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .footer-navigation-list {
    display: block;
  }
  .footer-navigation-list+.footer-navigation-list {
    padding-left: 0;
  }
  .footer-navigation-list li {
    margin-bottom: 8px;
  }
}

/* footer-copyright
/*+---------------------------------*/
.footer-bottom-wrap {
  position: relative;
  padding: 25px 10px;
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 670px) {
  .footer-bottom-wrap {
    padding: 15px 10px;
    border-top: none;
  }
}

.footer-copyright {
  padding-right: 40px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .footer-copyright {
    font-size: 1.0rem;
    text-align: left;
  }
}

/* pagetop-button
/*+---------------------------------*/
.pagetop-button {
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: none;
  text-indent: -9999px;
  background: -webkit-linear-gradient(310deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background: linear-gradient(140deg, #0168b7 0%, #0168b7 45%, #024b82 65%, #024b82 100%);
  background-color: #0168b7;
  cursor: pointer;
}
.pagetop-button:after {
  content: "";
  display: block;
  width: 19px;
  height: 13px;
  position: relative;
  top: -8px;
  left: 0;
  margin: 0 auto;
  background-image: url(/global/kr/howto/icoca/assets/img/common/arrow_white_top.png);
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.pagetop-button:hover {
  background: -webkit-linear-gradient(310deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background: linear-gradient(140deg, #f5b856 0%, #f5b856 48%, #dd9a28 65%, #dd9a28 100%);
  background-color: #eb9f1a;
}
@media screen and (max-width: 670px) {
  .pagetop-button {
    right: 0;
    bottom: 0;
  }
}

/* --- thumbnail-set --- */
.inbound .header .e5489-logo__text:hover {
  color: #eb9f1a;
}
.inbound .header.minimum .e5489-logo {
  text-align: center;
}
.inbound .header.minimum .e5489-logo__text {
  top: 0;
}
.inbound .language-list--pc {
  position: absolute;
  top: 30px;
  right: 0px;
}
.inbound .language-list--pc li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px; 
  padding-left: 8px;
}
.inbound .language-list--pc li:not(:last-of-type) {
  border-right: 1px solid #d9d9d9;
}
.inbound .language-list--pc li a {
  color: #333;
}
.inbound .language-list--pc li a:hover {
  color: #eb9f1a;
}
@media screen and (max-width: 820px) {
  .inbound .language-list--pc {
    right: 10px;
  }
}
@media screen and (max-width: 670px) {
  .inbound .language-list--pc {
    display: none;
  }
}
.inbound .header.minimum .header__inner .language-list--pc {
  display: none;
}
.inbound .language-list--sp {
  position: absolute;
  right: 45px;
}
.inbound .language-list--sp li {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3px;
  padding-left: 2px;
  font-size: 1rem;
}
.inbound .language-list--sp li:not(:last-of-type) {
  border-right: 1px solid #d9d9d9;
}
.inbound .language-list--sp li a {
  color: #333;
}
.inbound .footer-main-contents__list li {
  width: 49%;
}
.inbound .footer-main-contents__list li:only-child {
  float: none;
  margin: 0 auto;
}
.inbound .thumbnail-set__wrap:not(:last-of-type) {
  margin-bottom: 15px;
}
/* NAVIGATION
/*+---------------------------------*/
/* --- topic-path --- */
.topic-path {
  max-width: 1044px; 
  margin: 0 auto;
  padding: 20px 10px;
}
.topic-path li {
  display: inline-block;
  margin-right: 7px;
  padding-left: 20px;
  font-size: 1.3rem; 
  background-image: url("../img/common/topicpath_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}
.topic-path li.home {
  padding-left: 0;
  background-image: none;
}
.topic-path li a {
  text-decoration: underline;
}
.topic-path li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 670px) {
  .topic-path {
    margin-bottom: 0;
    padding: 15px 10px;
  }
  .topic-path li {
    margin-right: 3px;
    padding-left: 15px;
    font-size: 1.1rem;
    background-position: 0 0.4em;
  }
}

/* --- topic-navi --- */
.topic-navi {
  background: #ebf6fc;
}
@media screen and (max-width: 670px) {
  .topic-navi {
    background: none;
  }
}

.topic-navi__heading {
  display: none;
}
@media screen and (max-width: 670px) {
  .topic-navi__heading {
    display: block;
    padding: 20px 10px;
    color: #008cd3;
    font-weight: normal;
    background: #ebf6fc url("../img/common/sp_menu_close.svg") no-repeat 95% center;
    background-size: 24px 24px;
    cursor: pointer;
  }
  .topic-navi__heading.on {
    background: #ebf6fc url("../img/common/sp_menu_open.svg") no-repeat 95% center;
    background-size: 24px 24px;
  }
}

.topic-navi__list {
  display: block; 
  max-width: 1044px;
  margin: 0 auto;
  padding: 20px 10px;
}
.topic-navi__list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6rem;
}
.topic-navi__list li a {
  padding-right: 20px;
  border-right: 1px solid #bde8ff; 
  color: #008cd3;
}
.topic-navi__list li a:hover {
  text-decoration: underline;
}
.topic-navi__list li:last-child a {
  border: none;
}
@media screen and (max-width: 670px) {
  .topic-navi__list {
    display: none; 
    margin-bottom: 0;
    padding: 30px 10px;
    background: #c2e3f4;
  }
  .topic-navi__list li {
    width: 100%;
    margin: 0 0 30px;
    padding-left: 15px; 
    font-size: 1.4rem;
  }
  .topic-navi__list li:last-child {
    margin-bottom: 0;
  }
}



.bg-sky-blue {
  padding: 80px 0 60px;
  background: #cce8f6;
}
@media screen and (max-width: 670px) {
  .bg-sky-blue {
    padding: 40px 0 30px;
  }
}

.bg-beige {
  margin-bottom: 60px;
  padding: 80px 0 60px;
  background: #e7e7df;
}
@media screen and (max-width: 670px) {
  .bg-beige {
    margin-bottom: 30px;
    padding: 40px 0 30px;
  }
}

.plus-text {
  margin-bottom: 40px;
  color: #008cd3;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 940px) {
  .plus-text {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 670px) {
  .plus-text {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.plus-text span {
  padding-left: 30px;
  background: url("../img/common/icon_plus.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .plus-text span {
    display: inline-block;
    padding-left: 35px;
  }
}

.box-turquoise-blue {
  width: 50%;
  margin: auto;
  padding: 40px;
  border-radius: 5px;
  background: #51c6d8;
}
@media screen and (max-width: 670px) {
  .box-turquoise-blue {
    width: 100%;
    padding: 20px 20px 5px 20px;
  }
}
.box-turquoise-blue .box-turquoise-blue-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.box-turquoise-blue .box-turquoise-blue-table .box-turquoise-blue-table__text {
  display: table-cell;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .box-turquoise-blue .box-turquoise-blue-table .box-turquoise-blue-table__text {
    font-size: 1.8rem;
  }
}
.box-turquoise-blue .box-turquoise-blue-table .box-turquoise-blue-table__pict {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.trademark-list {
  margin-bottom: 20px;
}
.trademark-list>li {
  margin-left: 1em;
  text-indent: -1em;
}
.trademark-list>li:first-child {
  margin-left: 0;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
  text-indent: 0;
  letter-spacing: 5px;
}
.trademark-list>li:before {
  content: none;
}
.trademark-list a {
  text-decoration: underline;
}
.trademark-list a:hover {
  text-decoration: none;
}

.box-blue {
  padding: 40px;
  border-radius: 5px;
  background: #008cd3;
}
@media screen and (max-width: 670px) {
  .box-blue {
    width: 100%;
    padding: 20px 15px;
  }
}
.box-blue .box-blue-table {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 670px) {
  .box-blue .box-blue-table {
    display: block;
    margin-bottom: 20px;
  }
}
.box-blue .box-blue-table .box-blue-table__text {
  display: table-cell;
  padding-left: 20px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  vertical-align: top;
}
@media screen and (max-width: 670px) {
  .box-blue .box-blue-table .box-blue-table__text {
    padding-left: 20px;
    padding-left: 0;
    line-height: 1.5;
    font-size: 1.8rem;
  }
}
.box-blue .box-blue-table .box-blue-table__text span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 670px) {
  .box-blue .box-blue-table .box-blue-table__text span {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.box-blue .box-blue-table .box-blue-table__pict {
  display: table-cell;
  width: 184px;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 670px) {
  .box-blue .box-blue-table .box-blue-table__pict {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.box-blue .basic-button {
  max-width: 492px;
  margin: 0 auto;
}

@media screen and (max-width: 670px) {
  .three-column {
    margin-top: 30px;
  }
}

@media screen and (max-width: 670px) {
  .three-column li .box-color-blue-gray,.three-column li .box-color-beige {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 670px) {
  .three-column li:last-child .box-color-blue-gray,.three-column li:last-child .box-color-beige {
    margin: 0 auto 30px;
  }
}

.basic-box-sp-block {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block {
    display: block;
  }
}
.basic-box-sp-block .basic-box {
  width: 31.075%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .basic-box {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}
.basic-box-sp-block .plus-text {
  margin-bottom: 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .plus-text {
    margin: 20px auto;
  }
}
.basic-box-sp-block .box-turquoise-blue {
  margin: 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .box-turquoise-blue {
    margin-top: auto;
  }
}


/* HEADING
/*+---------------------------------*/
/* --- heading-level2 --- */
.heading-level2 {
  margin-bottom: 50px;
  padding-bottom: 40px;
  color: #008cd3;
  line-height: 1.4; 
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.5rem;
  background-image: url("../img/common/heading_level3_bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 670px) {
  .heading-level2 {
    margin-bottom: 20px;
    padding-bottom: 17px;
    line-height: 1.4;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    background-size: 33px auto;
  }
}
.heading-level2 span {
  display: inline-block;
  margin: -5px 0 0 10px;
  padding: 3px 15px 2px;
  border-radius: 5px; 
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.3rem;
  background: #f4ab3e;
}
@media screen and (max-width: 670px) {
  .heading-level2 span {
    margin: 5px 0 0;
    padding: 3px 10px 2px; 
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

/* --- heading-level2__branch --- */
.heading-level2__branch {
  padding: 0; 
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 670px) {
  .heading-level2__branch {
    line-height: 1.4; 
    font-size: 2.2rem;
  }
}

/* --- heading-level3 --- */
.heading-level3 {
  margin-bottom: 80px;
  line-height: 1.2; 
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 670px) {
  .heading-level3 {
    margin-bottom: 35px;
    line-height: 1.4; 
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }
}

.heading-level3__icoca {
  position: relative; 
  color: #008cd3;
}
.heading-level3__icoca span {
  position: relative;
}
.heading-level3__icoca span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -21px 0 0 -35px; 
  background: url("../img/line_yellow_left.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level3__icoca span:before {
    width: 18px;
    height: 34px;
    margin: -16px 0 0 -25px;
  }
}
.heading-level3__icoca span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -21px -20px 0 0; 
  background: url("../img/line_yellow_right.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level3__icoca span:after {
    width: 18px;
    height: 34px;
    margin: -16px -15px 0 0;
  }
}

.heading-level3__smart-icoca {
  color: #51c6d8;
}
@media screen and (max-width: 670px) {
  .heading-level3__smart-icoca {
    letter-spacing: 0.1em;
  }
}
.heading-level3__smart-icoca span {
  position: relative;
}
.heading-level3__smart-icoca span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -39px 0 0 -40px; 
  background: url("../img/line_orange_left.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level3__smart-icoca span:before {
    width: 24px;
    height: 51px;
    margin: -25px 0 0 -25px;
  }
}
.heading-level3__smart-icoca span:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 78px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -39px -100px 0 0; 
  background: url("../img/line_orange_right.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level3__smart-icoca span:after {
    width: 24px;
    height: 51px;
    margin: -25px -55px 0 0;
  }
}

/* --- heading-level4 --- */
.heading-level4 {
  width: 100%;
  margin-bottom: 10px; 
  color: #444;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 670px) {
  .heading-level4 {
    margin-bottom: 10px;
    line-height: 1.5; 
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.heading-level4.heading-level4__table {
  display: table;
}
@media screen and (max-width: 670px) {
  .heading-level4.heading-level4__table {
    display: block;
    width: 100%;
  }
}
.heading-level4 .heading-level4__bg {
  display: block;
  padding: 15px 20px 15px 0; 
  background: url("../img/area/line_heading_center.gif") repeat-x left center;
}
@media screen and (max-width: 670px) {
  .heading-level4 .heading-level4__bg {
    padding: 0 30px 0 0;
  }
}
.heading-level4 .heading-level4__text {
  display: inline-block;
  padding-right: 5px;
  line-height: 1.5; 
  background-color: #fff;
}
.heading-level4 .heading-level4__text span {
  font-size: 2rem;
}
.heading-level4 .heading-level4__yellow {
  display: inline-block;
  position: relative; 
  margin: -5px 15px 0 0;
  padding: 3px 15px 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.3rem;
  background: #f4ab3e;
}
@media screen and (max-width: 670px) {
  .heading-level4 .heading-level4__yellow {
    display: inline-block;
    float: left;
    margin: 5px 0;
    padding: 3px 10px 2px; 
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
.heading-level4 .heading-level4__table-cell-1 {
  display: table-cell;
  width: 266px;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .heading-level4 .heading-level4__table-cell-1 {
    width: 100%;
  }
}
.heading-level4 .heading-level4__table-cell-2 {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .heading-level4 .heading-level4__table-cell-2 {
    display: block;
    width: 100%;
  }
}

.heading-level4-blue {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #008cd3;
  color: #008cd3;
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 670px) {
  .heading-level4-blue {
    padding-bottom: 5px; 
    border-bottom: 2px solid #008cd3;
    font-size: 2rem;
  }
}
.heading-level4-blue.heading-level4-blue__pict_icoca_smarticoca_ticket {
  padding-right: 360px;
  background: url("../img/guide/train/shinkansen/pict_icoca_smarticoca_ticket.png") no-repeat right center;
  background-size: 326px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-blue.heading-level4-blue__pict_icoca_smarticoca_ticket {
    padding-right: 0;
    padding-bottom: 30%;
    background-position: center 85%; 
    background-size: 100% auto;
  }
}
.heading-level4-blue.heading-level4-blue__pict_icoca_smarticoca_ex-ic {
  padding-right: 360px;
  background: url("../img/guide/train/shinkansen/pict_icoca_smarticoca_ex-ic.png") no-repeat right center;
  background-size: 325px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-blue.heading-level4-blue__pict_icoca_smarticoca_ex-ic {
    padding-right: 0;
    padding-bottom: 30%;
    background-position: center 85%; 
    background-size: 100% auto;
  }
}
.heading-level4-blue.heading-level4-blue__pict_smarticoca_icoca {
  padding-right: 265px;
  background: url("../img/guide/train/shinkansen/pict_smarticoca_icoca.png") no-repeat right center;
  background-size: 210px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-blue.heading-level4-blue__pict_smarticoca_icoca {
    padding-right: 0;
    padding-bottom: 30%;
    background-position: center 85%; 
    background-size: 70% auto;
  }
}
.heading-level4-blue span {
  font-size: 1.4rem;
}

/* --- heading-level4-area --- */
.heading-level4-area {
  margin-bottom: 10px; 
  color: #444;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url("../img/area/line_heading_center.gif") repeat-x center;
}
@media screen and (max-width: 670px) {
  .heading-level4-area {
    margin-bottom: 10px; 
    font-size: 2rem;
  }
}
.heading-level4-area span {
  display: inline-block;
  padding: 15px 20px 15px 80px;
}
@media screen and (max-width: 670px) {
  .heading-level4-area span {
    padding: 10px 10px 10px 60px;
  }
}
.heading-level4-area .card__icoca {
  background: #fff url("../img/area/card_icoca.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__icoca {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__suica {
  background: #fff url("../img/area/card_suica.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__suica {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__kitaca {
  background: #fff url("../img/area/card_kitaca.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__kitaca {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__nimoca {
  background: #fff url("../img/area/card_nimoca.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__nimoca {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__pasmo {
  background: #fff url("../img/area/card_pasmo.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__pasmo {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__toica {
  background: #fff url("../img/area/card_toica.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__toica {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__manaca {
  background: #fff url("../img/area/card_manaca.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__manaca {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__pitapa {
  background: #fff url("../img/area/card_pitapa.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__pitapa {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__hayakaken {
  background: #fff url("../img/area/card_hayakaken.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__hayakaken {
    background-size: 47px auto;
  }
}
.heading-level4-area .card__sugoca {
  background: #fff url("../img/area/card_sugoca.jpg") no-repeat left center;
  background-size: 62px auto;
}
@media screen and (max-width: 670px) {
  .heading-level4-area .card__sugoca {
    background-size: 47px auto;
  }
}

/* --- heading-level5 --- */
.heading-level5 {
  margin-bottom: 20px; 
  padding-left: 40px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url("../img/common/icon_heading_circle4.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .heading-level5 {
    margin-bottom: 20px;
    line-height: 1.5; 
    font-size: 2rem;
  }
}
.heading-level5.is-skyblue-blue-yellow-grey {
  background-image: url("../img/common/icon_heading_circle4_2.svg");
  background-position: left 12px;
}
@media screen and (max-width: 670px) {
  .heading-level5.is-skyblue-blue-yellow-grey {
    background-position: left 2px;
  }
}

.heading-level5-purple {
  position: relative; 
  margin-bottom: 60px;
  padding: 30px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  background: #757cbb;
}
@media screen and (max-width: 670px) {
  .heading-level5-purple {
    margin-bottom: 40px; 
    padding: 15px 30px;
    font-size: 2rem;
  }
}
.heading-level5-purple span {
  display: inline-block;
  margin-left: 10px;
  padding: 1px 5px 0;
  color: #757cbb;
  font-size: 1.8rem;
  vertical-align: middle; 
  letter-spacing: 0;
  background: #ffd900;
}
@media screen and (max-width: 670px) {
  .heading-level5-purple span {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.heading-level5-purple:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px; 
  background: url("../img/guide/point/point/icon_heading_purple.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level5-purple:after {
    width: 20px;
    height: 10px;
    bottom: -9px;
    margin-left: -10px; 
    background-position: center bottom;
    background-size: contain;
  }
}

.heading-level5-yellow-green {
  position: relative; 
  margin-bottom: 60px;
  padding: 30px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  background: #90b821;
}
@media screen and (max-width: 670px) {
  .heading-level5-yellow-green {
    margin-bottom: 40px; 
    padding: 15px 30px;
    font-size: 2rem;
  }
}
.heading-level5-yellow-green:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px; 
  background: url("../img/guide/point/point/icon_heading_yellow_green.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level5-yellow-green:after {
    width: 20px;
    height: 10px;
    bottom: -9px;
    margin-left: -10px; 
    background-position: center bottom;
    background-size: contain;
  }
}

.heading-level5-blue {
  position: relative; 
  margin-bottom: 60px;
  padding: 30px 0;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
  background: #00afec;
}
@media screen and (max-width: 670px) {
  .heading-level5-blue {
    margin-bottom: 40px; 
    padding: 15px 30px;
    font-size: 2rem;
  }
}
.heading-level5-blue:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px; 
  background: url("../img/guide/point/point/icon_heading_blue.svg") no-repeat;
}
@media screen and (max-width: 670px) {
  .heading-level5-blue:after {
    width: 20px;
    height: 10px;
    bottom: -9px;
    margin-left: -10px; 
    background-position: center bottom;
    background-size: contain;
  }
}

/* --- heading-level6 --- */
.heading-level6 {
  margin: 20px 0 10px; 
  padding-left: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  background: url("../img/common/icon_heading_line.png") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .heading-level6 {
    margin-bottom: 20px; 
    line-height: 1.3;
    font-size: 1.8rem;
    background-position: left 2px;
  }
}



/*--------------------------------------------------------------------------------------------------------------------
トップ
---------------------------------------------------------------------------------------------------------------------*/
#top .main-lead {
  padding-right: 10px;
  padding-left: 10px;
}

#top .lead-text-box {
  padding: 70px 0 60px;
  font-size: 2rem;
  text-align: center;
}
/* --- lead-text-box --- */
.lead-text-box {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  #top .three-column>li:last-child {
    display: none;
  }
}
/* BOX
/*+---------------------------------*/
/* --- content-wrap --- */
* {
  box-sizing: border-box;
}

.content-wrap {
  max-width: 1044px; 
  margin: 0 auto;
  padding: 0 10px;
}
.content-wrap a {
  color: #008cd3;
}
.content-wrap a.contact-information-box__button {
  color: #fff;
}
.content-wrap a.contact-information-box__button:hover {
  opacity: 1; 
  background: #00a9ff;
}
.content-wrap a.contact-information-box__button-purple {
  color: #fff;
}
.content-wrap a.contact-information-box__button-purple:hover {
  opacity: 1; 
  background: #828be1;
}
.content-wrap a.contact-information-box__button-black {
  color: #fff;
}

/* --- content-box-top --- */
.content-box-top {
  margin-bottom: 80px;
}
.content-box-top:last-child {
  margin-bottom: 0;
}
.content-box-top p+.attention-list {
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .content-box-top {
    margin-bottom: 80px;
  }
}

/* --- content-box --- */
.content-box {
  margin-bottom: 80px;
}
@media screen and (max-width: 670px) {
  .content-box {
    margin-bottom: 40px;
  }
}
.content-box p+.attention-list {
  margin-top: 10px;
}
.content-box.is-short {
  margin-bottom: 40px;
}
@media screen and (max-width: 670px) {
  .content-box.is-short {
    margin-bottom: 30px;
  }
}
.content-box.is-large {
  margin-bottom: 160px;
}
@media screen and (max-width: 670px) {
  .content-box.is-large {
    margin-bottom: 80px;
  }
}

/* --- lead-text-box-top --- */
.lead-text-box--top {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .lead-text-box--top {
    font-size: 1.6rem;
  }
}
.lead-text-box--top p {
  margin-bottom: 10px;
}
.lead-text-box--top p a {
  text-decoration: underline;
}
.lead-text-box--top p a:hover {
  text-decoration: none;
}
.lead-text-box--top span {
  font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
  .lead-text-box--top span {
    display: inline-block;
    margin-top: 10px; 
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.lead-text-box--top p+p {
  margin-top: 15px;
}
@media screen and (max-width: 670px) {
  .lead-text-box--top p+p {
    margin-top: 20px;
  }
}




/* --- main-visual --- */
.main-visual {
  text-align: center;
}



@media screen and (max-width: 670px) {
  .lead-text-box {
    font-size: 1.6rem;
    text-align: left;
  }
}
.lead-text-box p {
  margin-bottom: 10px;
}
.lead-text-box span {
  font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
  .lead-text-box span {
    display: inline-block;
    margin-top: 10px; 
    line-height: 1.4;
    font-size: 1.4rem;
  }
}
.lead-text-box p+p {
  margin-top: 15px;
}
@media screen and (max-width: 670px) {
  .lead-text-box p+p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 670px) {
  .lead-text-box.is-short {
    margin-bottom: 20px;
  }
}
.lead-text-box.is-weight {
  line-height: 1.5; 
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .lead-text-box.is-weight {
    margin-bottom: 10px;
    font-size: 1.2rem;
    text-align: left;
  }
}



/* --- basic-box --- */
.basic-box {
  position: relative;
  margin: 30px auto 40px; 
  border-radius: 5px;
}
@media screen and (max-width: 670px) {
  .basic-box {
    margin: 30px auto;
  }
}
.basic-box .basic-box__inner {
  padding: 25px 20px 130px;
}
.basic-box .basic-box__inner.is-inner-short {
  padding: 25px 20px 80px;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__inner {
    padding: 20px;
  }
  .basic-box .basic-box__inner.is-inner-short {
    padding: 20px;
  }
}
.basic-box .basic-box__num {
  position: absolute;
  top: -50px;
  line-height: 0.9; 
  font-family: "Quicksand", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__num {
    top: -35px; 
    font-size: 5rem;
  }
}
.basic-box .basic-box__num span {
  display: block;
  font-size: 2.4rem;
  text-align: right;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__num span {
    font-size: 2rem;
  }
}
.basic-box .basic-box__heading {
  margin-bottom: 15px; 
  line-height: 1.7;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__heading {
    margin: 20px 0;
    line-height: 1.5; 
    font-size: 1.6rem;
  }
}
.basic-box .basic-box__heading span {
  display: inline-block;
  margin-top: 5px; 
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__heading span {
    font-size: 1.4rem;
  }
}
.basic-box .basic-box__heading a {
  text-decoration: underline;
}
.basic-box .basic-box__heading a:hover {
  text-decoration: none;
}
.basic-box .basic-box__pict {
  text-align: center;
}
.basic-box .basic-box__name {
  margin: 20px auto;
  color: #008cd3;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__name {
    margin: 15px auto 5px; 
    font-size: 1.8rem;
  }
}
.basic-box .basic-box__text {
  margin-bottom: 30px; 
  font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__text {
    font-size: 1.4rem;
  }
}
.basic-box .basic-box__button-block {
  width: 100%;
  position: absolute;
  bottom: 0; 
  left: 0;
}
@media screen and (max-width: 670px) {
  .basic-box .basic-box__button-block {
    position: inherit;
  }
}
.basic-box .basic-box__button-block a {
  display: block;
  padding: 10px; 
  text-align: center;
}
.basic-box .basic-box__button-block a span {
  display: inline-block;
  padding-left: 10px;
  line-height: 1.4;
  text-align: left;
  background: url("../img/common/arrow_right_blue.svg") no-repeat left center;
}
.basic-box.box-color-blue-gray .basic-box__button-block a {
  border-top: 1px solid #cce8f6;
}
.basic-box.box-color-blue-gray .basic-box__button-block a:hover {
  background: #acd7ef;
}
.basic-box.box-color-beige .basic-box__button-block a {
  border-top: 1px solid #e7e7df;
}
.basic-box.box-color-beige .basic-box__button-block a:hover {
  background: #d5d5c9;
}
.basic-box.box-color-gray .basic-box__button-block a {
  border-top: 1px solid #dadada;
}
.basic-box.box-color-gray .basic-box__button-block a:hover {
  background: #dadada;
}
.basic-box.box-color-white {
  min-height: inherit; 
  margin: 10px 0 0;
  padding-top: 20px;
  border: 4px solid #c6eaf2;
}
@media screen and (max-width: 670px) {
  .basic-box.box-color-white {
    margin: 20px 0 0; 
    border: 3px solid #c6eaf2;
  }
}
.basic-box.box-color-white .basic-box__inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 670px) {
  .basic-box.box-color-white .basic-box__inner {
    padding-bottom: 20px;
  }
}
.basic-box.box-color-white .basic-box__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 670px) {
  .basic-box.box-color-white .basic-box__text {
    margin-bottom: 0;
  }
}
.basic-box.box-color-white .basic-box__button-block a {
  border-top: 1px solid #c6eaf2;
}
.basic-box.box-color-white .basic-box__button-block a:hover {
  background: #c6eaf2;
}

/* --- box-color --- */
.box-color-blue-gray {
  background: #ebf4f8;
}

.box-color-beige {
  background: #f7f7f3;
}

.box-color-ivory {
  background: #fdefdb;
}

.box-color-gray {
  background: #f1f1f1;
}

.box-color-white {
  background: #fff;
}



/* --- icon-card-s --- */
.icon-card-s {
  margin-right: 5px; 
  vertical-align: bottom;
}



/* list
/*+---------------------------------*/
/* --- two-column --- */
.two-column {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-column>li {
  width: calc(50% - 20px); 
  margin-right: 40px;
  margin-bottom: 30px;
}
.two-column>li:nth-child(2n) {
  margin-right: 0;
}
.two-column>li.bnr-center:hover {
  opacity: 0.7;
}
.two-column>li.box-wide {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 670px) {
  .two-column {
    display: block;
    margin-bottom: 0;
  }
  .two-column>li {
    width: 100%; 
    margin-right: 0;
    margin-bottom: 20px;
  }
  .two-column.is-no-change {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    margin-bottom: -20px;
  }
  .two-column.is-no-change>li {
    width: calc(50% - 10px); 
    margin-right: 20px;
  }
  .two-column.is-no-change>li:nth-child(2n) {
    margin-right: 0;
  }
}

/* --- three-column --- */
.three-column {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.three-column>li {
  width: 31.075%; 
  margin-right: 3.3864%;
}
.three-column>li:nth-child(3n) {
  margin-right: 0;
}
.three-column+.three-column {
  margin-top: 30px;
}

@media screen and (max-width: 670px) {
  .three-column {
    margin-bottom: 0;
  }
  .three-column>li {
    width: 100%;
    margin-right: 0;
  }
  .three-column>li:nth-child(2n) {
    margin-right: 0;
  }
  .three-column+.three-column {
    margin-top: 20px;
  }
}

/* --- three-column__sp-two-colum --- */
.three-column__sp-two-colum {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.three-column__sp-two-colum>li {
  width: 31.075%; 
  margin-right: 3.3864%;
}
.three-column__sp-two-colum>li:nth-child(3n) {
  margin-right: 0;
}
.three-column__sp-two-colum+.three-column__sp-two-colum {
  margin-top: 30px;
}
@media screen and (max-width: 670px) {
  .three-column__sp-two-colum>li {
    width: calc(50% - 5px); 
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .three-column__sp-two-colum>li:nth-child(3n) {
    margin-right: 10px;
  }
  .three-column__sp-two-colum>li:nth-child(2n) {
    margin-right: 0;
  }
}

/* --- four-column --- */
.four-column {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.four-column>li {
  width: 24.21875%; 
  margin-right: 0.97%;
}
.four-column>li:nth-child(4n) {
  margin-right: 0;
}
.four-column+.four-column {
  margin-top: 30px;
}
@media screen and (max-width: 670px) {
  .four-column {
    margin-bottom: 0;
  }
  .four-column>li {
    width: 49.33%;
    margin-right: 1.33%;
  }
  .four-column>li:nth-child(2n) {
    margin-right: 0;
  }
  .four-column+.four-column {
    margin-top: 20px;
  }
}

/* --- five-column --- */
.five-column {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; 

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.five-column>li {
  width: 19.140625%; 
  margin-right: 1.07421875%;
  margin-bottom: 20px;
}
.five-column>li:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 670px) {
  .five-column {
    margin-bottom: 0;
  }
  .five-column>li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .five-column>li:nth-child(3n) {
    margin-right: 0;
  }
  .five-column>li:nth-child(5n) {
    margin-right: auto;
  }
}

/* --- link-list --- */
@media screen and (max-width: 670px) {
  .link-list li {
    margin-bottom: 10px;
    margin-left: 1em;
    text-indent: -1em;
  }
}

.link-list li a {
  padding-left: 15px;
  color: #008cd3;
  text-decoration: underline;
  background: url("../img/common/arrow_right_blue.svg") no-repeat left center;
}
.link-list li a:hover {
  text-decoration: none;
}
.link-list li a[target="_blank"] {
  padding-right: 21px;
  background: url("../img/common/arrow_right_blue.svg") no-repeat, url("../img/common/icon_window_blue.svg") no-repeat;
  background-position: left center,right center;
}


@media screen and (max-width: 670px) {
  .box-blue .box-blue-table .box-blue-table__pict {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.box-blue .basic-button {
  max-width: 492px;
  margin: 0 auto;
}

@media screen and (max-width: 670px) {
  .three-column {
    margin-top: 30px;
  }
}

@media screen and (max-width: 670px) {
  .three-column li .box-color-blue-gray,.three-column li .box-color-beige {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 670px) {
  .three-column li:last-child .box-color-blue-gray,.three-column li:last-child .box-color-beige {
    margin: 0 auto 30px;
  }
}

.basic-box-sp-block {
  display: -ms-flexbox;
  display: flex;

  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block {
    display: block;
  }
}
.basic-box-sp-block .basic-box {
  width: 31.075%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .basic-box {
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}
.basic-box-sp-block .plus-text {
  margin-bottom: 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .plus-text {
    margin: 20px auto;
  }
}
.basic-box-sp-block .box-turquoise-blue {
  margin: 0;
}
@media screen and (max-width: 670px) {
  .basic-box-sp-block .box-turquoise-blue {
    margin-top: auto;
  }
}

/*--------------------------------------------------------------------------------------------------------------------
ご利用可能エリア
---------------------------------------------------------------------------------------------------------------------*/
.icoca-area .content-box.card-boxWrap {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;

  justify-content: space-between;
  flex-wrap: wrap;
}
.icoca-area .card-box {
  width: 480px;
}
.icoca-area .card-box .area-button {
  width: 318px;
}



/**/
/* --- card-box --- */
/* --- area-button --- */ 
.icoca-area .mv {
  margin-bottom: 75px; 
  text-align: center;
}
.icoca-area .mv img {
  max-width: 100%;
}
@media screen and (max-width: 670px) {
  .icoca-area .mv {
    margin-bottom: 40px;
  }
}
.icoca-area .card-box {
  margin-bottom: 70px;
}
@media screen and (max-width: 670px) {
  .icoca-area .card-box {
    margin-bottom: 40px;
  }
}
.icoca-area .area-button {
  display: table;
  width: 100%; 
  margin-bottom: 20px;
  border-radius: 5px;
  line-height: 1.4;
  font-size: 2rem;
}
@media screen and (max-width: 670px) {
  .icoca-area .area-button {
    margin: 0 auto 10px;
    font-size: 1.6rem;
  }
  .icoca-area .card-box {
    width: 100%;
  }
}
.icoca-area .area-button a,.icoca-area .area-button .no_link {
  display: table-cell;
  box-sizing: border-box; 
  max-width: 318px;
  padding: 15px 40px 15px 20px;
  color: #fff;
  vertical-align: middle;
}
.icoca-area .area-button a span {
  font-size: 1.4rem;
}
.icoca-area .area-button.area-button__icoca {
  background: #3fbdd7 url("../img/common/icon_window_white.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__suica {
  background: #8fb824 url("../img/common/icon_window_white.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__kitaca {
  background: #b9d248 url("../img/common/icon_window_black.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__kitaca a {
  color: #444;
}
.icoca-area .area-button.area-button__nimoca {
  background: #7ab3d4/* url("../img/common/icon_window_white.svg") no-repeat 95% center*/;
}
.icoca-area .area-button.area-button__pasmo {
  background: #e95371 url("../img/common/icon_window_white.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__toica {
  background: #00a0c6 url("../img/common/icon_window_white.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__manaca {
  background: #ffe100/* url("../img/common/icon_window_black.svg") no-repeat 95% center*/;
}
.icoca-area .area-button.area-button__manaca .no_link {
  color: #444;
}
.icoca-area .area-button.area-button__pitapa {
  background: #ccc6e0/* url("../img/common/icon_window_black.svg") no-repeat 95% center*/;
}
.icoca-area .area-button.area-button__pitapa .no_link {
  color: #444;
}
.icoca-area .area-button.area-button__hayakaken {
  background: #9fd8ee url("../img/common/icon_window_black.svg") no-repeat 95% center;
}
.icoca-area .area-button.area-button__hayakaken a {
  color: #444;
}
.icoca-area .area-button.area-button__sugoca {
  background: #eb6d9a url("../img/common/icon_window_white.svg") no-repeat 95% center;
}
.icoca-area .area-button:hover {
  opacity: 0.7;
}
.icoca-area .area-button.area-button__manaca:hover,.icoca-area .area-button.area-button__pitapa:hover,.icoca-area .area-button.area-button__nimoca:hover {
  opacity: 1;
}

/* --- bn-area --- */
.bn-area {
  margin-top: 80px;
  padding: 80px 0;
  background: #ededed;
}
@media screen and (max-width: 670px) {
  .bn-area {
    margin-top: 40px;
    padding: 40px 0 30px;
  }
}

/* --- branch-heading-bg --- */
.branch-heading-bg {
  margin-bottom: 75px; 
  padding: 25px 0;
  background: #008cd3;
}
@media screen and (max-width: 670px) {
  .branch-heading-bg {
    margin-bottom: 40px;
  }
}

/* --- attention-list --- */
.attention-list>li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 0.8em;
  color: #444;
  font-size: 2rem;
  text-indent: -0.8em; 
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .attention-list>li {
    font-size: 1.6rem;
  }
}
.attention-list>li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle; 
  background: #008cd3;
}
.attention-list>li>ul {
  margin: 5px 0 0 30px;
}
@media screen and (max-width: 670px) {
  .attention-list>li>ul {
    margin: 5px 0 0 20px;
  }
}
.attention-list>li>ul>li {
  position: relative; 
  margin-bottom: 10px;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .attention-list>li>ul>li {
    font-size: 1.4rem;
  }
}
.attention-list>li>ul>li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle; 
  background: #5cc2d9;
}

.attention-list .list-sub-text {
  display: inherit; 
  margin: -10px 0 10px 28px;
  font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
  .attention-list .list-sub-text {
    margin: -10px 0 10px 17px; 
    font-size: 1.4rem;
  }
}

/* --- trademark-list --- */
.trademark-list {
  width: 100%;
  margin: 40px auto 80px; 
  padding: 35px 40px;
  border: 1px solid #dadada;
  border-radius: 5px;
}
@media screen and (max-width: 670px) {
  .trademark-list {
    padding: 23px 20px;
  }
}
.trademark-list>li {
  position: relative;
  margin-bottom: 10px;
  margin-left: 1em;
  font-size: 1.6rem;
  text-indent: -1em; 
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .trademark-list>li {
    font-size: 1.4rem;
  }
}
.trademark-list>li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle; 
  background: #5cc2d9;
}

/* --- icon-blue-list --- */
.icon-blue-list {
  margin-bottom: 10px;
}
.icon-blue-list>li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0.9em;
  color: #444;
  font-size: 1.6rem;
  text-indent: -0.9em; 
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .icon-blue-list>li {
    font-size: 1.4rem;
  }
}
.icon-blue-list>li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle; 
  background: #5cc2d9;
}
.icon-blue-list>li a {
  text-decoration: underline;
}
.icon-blue-list>li a:hover {
  text-decoration: none;
}

/* --- notes-list --- */
.notes-list {
  font-size: 1.4rem;
}

.notes-list>li {
  margin-left: 0.8em;
  font-weight: normal; 
  text-indent: -0.8em;
}
.notes-list a {
  text-decoration: underline;
}
.notes-list a:hover {
  text-decoration: none;
}
.notes-list.is-margin-bottom {
  margin-bottom: 15px;
}

/* --- num-list --- */
.num-list {
  margin-bottom: 60px; 
  font-size: 1.4rem;
}
@media screen and (max-width: 670px) {
  .num-list {
    margin-bottom: 0;
    line-height: 1.3;
  }
}
.num-list>li {
  list-style-position: inside;
  list-style-type: decimal;
  margin-left: 1em;
  text-indent: -1em;
}
.num-list a {
  text-decoration: underline;
}
.num-list a:hover {
  text-decoration: none;
}

/* --- flow-list --- */
.flow-list>li {
  margin-top: 10px;
  padding-bottom: 20px;
  background: url("../../assets/img/common/arrow_yellow_bottom.svg") no-repeat center bottom;
}
.flow-list>li:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 670px) {
  .flow-list>li:first-child {
    margin-top: 15px;
  }
}
.flow-list>li:last-child {
  background: none;
}
@media screen and (max-width: 670px) {
  .flow-list>li:last-child {
    margin-bottom: 20px; 
    padding-bottom: 0;
  }
}

/* --- icon-notes-list --- */
.icon-notes-list {
  font-size: 2rem;
}
@media screen and (max-width: 670px) {
  .icon-notes-list {
    font-size: 1.6rem;
  }
}
.icon-notes-list>li {
  margin-bottom: 10px;
  padding-left: 30px;
  font-weight: bold; 
  background: url("../../assets/img/common/icon_notes.svg") no-repeat left 7px;
}
@media screen and (max-width: 670px) {
  .icon-notes-list>li {
    line-height: 1.5; 
    background-position: left 2px;
  }
}
.icon-notes-list>li p {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 670px) {
  .icon-notes-list>li p {
    margin-top: 5px; 
    font-size: 1.4rem;
  }
}
.icon-notes-list>li:last-child {
  margin-bottom: 0;
}
.icon-notes-list>li .notes-list {
  margin-top: 5px;
}
.icon-notes-list a {
  text-decoration: underline;
}
.icon-notes-list a:hover {
  text-decoration: none;
}

/* --- icon-blue-list-arrow --- */
.icon-blue-list-arrow {
  margin-bottom: 10px;
}
.icon-blue-list-arrow>li {
  position: relative;
  margin-bottom: 5px;
  margin-left: 0.9em;
  color: #444;
  font-size: 1.6rem;
  text-indent: -0.9em; 
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .icon-blue-list-arrow>li {
    font-size: 1.4rem;
  }
}
.icon-blue-list-arrow>li a {
  padding: 0 21px 0 15px; 
  text-decoration: underline;
}
.icon-blue-list-arrow>li a[target="_blank"] {
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center, url("../../assets/img/common/icon_window_blue.svg") no-repeat right center;
}
.icon-blue-list-arrow>li a[href$=".pdf"] {
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center, url("../../assets/img/common/icon_pdf_blue.png") no-repeat right center;
}
.icon-blue-list-arrow>li a:hover {
  text-decoration: none;
}







/*--------------------------------------------------------------------------------------------------------------------
ICOCA電子マネー
---------------------------------------------------------------------------------------------------------------------*/
.money .branch-heading-bg {
  margin-bottom: 0;
}
.money .mv {
  margin-bottom: 70px;
  text-align: center;
  background: #d5f8fe;
}
.money .lead-text-box.top {
  margin-bottom: 80px;
}
.money .flex {
  display: flex;
  margin-top: 30px;

  justify-content: center;
  align-items: center;
}
.money .flex .right {
  width: 500px;
  margin-left: 25px;
}
.money .pict-box-list {
  margin: 0 auto 60px;
  padding: 0 10px;
  text-align: center;
}
.money  .content-box.content-wrap.is-short {
  margin-bottom: 90px;
}
.money .flow-list>li:first-child {
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .money .mv {
    margin-bottom: 9%;
  }
  .money .lead-text-box.top {
    margin-bottom: 9%;
  }
  .money .flex {
    display: block;
  }
  .money .flex .pict-card-box {
    width: 36.93vw;
    margin: 0 auto 4%;
  }
  .money .flex .right,.money .flex .right .notes-list {
    width: 100%;
    margin: 0 auto;
    font-size: 4.2vw;
  }
  .money .flex .right .notes-list li {
    margin-left: 0;
    text-indent: 0;
  }
  .money .content-box .heading-level4 {
    margin-bottom: 25px;
  }
  .money .content-box.content-wrap.is-short {
    margin-bottom: 12%;
  }
  .money .pict-box-list {
    margin-bottom: 8vw;
  }
  .money .pict-box-list img {
    width: 85.33vw;
    margin: 0 auto;
  }
  .money .pict-box-list.bg_grey {
    background: #f1f1f1;
  }
  .money .steps .content-box .heading-level4 {
    margin-bottom: 10px;
  }
  .money .charge .content-box .heading-level4 {
    margin-bottom: 25px;
  }
}

/* --- flow-box --- */
.flow-box {
  display: table;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px; 
  background: #fffbc7;
}
@media screen and (max-width: 670px) {
  .flow-box {
    padding: 20px 16px;
  }
}
.flow-box .flow-box__num {
  display: table-cell;
  width: 105px;
  color: #008cd3;
  line-height: 1; 
  font-family: "Quicksand", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  font-style: italic;
  vertical-align: top;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__num {
    width: 50px;
    font-size: 3.2rem;
  }
}
.flow-box .flow-box__content {
  display: table-cell;
  vertical-align: middle;
}
.flow-box .flow-box__content .flow-box__content-text {
  margin: 15px 0;
  line-height: 1.5; 
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content .flow-box__content-text {
    margin: 10px 0; 
    font-size: 1.6rem;
  }
}
.flow-box .flow-box__content .flow-box__content-text span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 15px; 
  font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content .flow-box__content-text span {
    font-size: 1.4rem;
  }
}
.flow-box .flow-box__content .flow-box__content-text__arrow-link {
  display: inline-block;
  margin-top: 5px;
  padding-left: 10px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal; 
  text-decoration: underline;
  background: url("../assets/img/common/arrow_right_blue.svg") no-repeat left center;
}
.flow-box .flow-box__content .flow-box__content-text__arrow-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content .flow-box__content-text__arrow-link {
    padding-left: 15px;
  }
}
.flow-box .flow-box__content .flow-box__content-text__arrow-link[target="_blank"] {
  padding-right: 21px;
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center, url("../../assets/img/common/icon_window_blue.svg") no-repeat right center;
}
.flow-box .flow-box__content.flow-box__content-pict-touch {
  padding: 0 200px 30px 0;
  background: url("/icoca/assets/img/guide/train/ticketgate/pict_touch.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict-touch {
    padding: 0 0 180px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_transfer_1_1 {
  padding-right: 228px;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_transfer_1_1.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_transfer_1_1 {
    padding: 0 0 130px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_transfer_1_2 {
  padding: 0 228px 80px 0;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_transfer_1_2.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_transfer_1_2 {
    padding: 0 0 150px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_two_piled_touch {
  padding: 0 228px 20px 0;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_two_piled_touch.png") no-repeat right top;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_two_piled_touch {
    padding: 0 0 110px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_only1_touch {
  padding: 0 228px 20px 0;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_only1_touch.png") no-repeat right top;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_only1_touch {
    padding: 0 0 110px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_transfer_2_1 {
  padding: 0 228px 55px 0;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_transfer_2_1.png") no-repeat right top;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_transfer_2_1 {
    padding: 0 0 150px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_transfer_2_2 {
  padding: 0 228px 45px 0;
  background: url("/icoca/assets/img/guide/train/shinkansen/pict_transfer_2_2.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_transfer_2_2 {
    padding: 0 0 170px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_store_1 {
  padding: 0 228px 55px 0;
  background: url("../../assets/img/money/pict_procedure_store_1.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_store_1 {
    padding: 0 0 120px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_store_2 {
  padding: 0 228px 63px 0;
  background: url("../../assets/img/money/pict_procedure_store_2.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_store_2 {
    padding: 0 0 120px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_vending_machine_1 {
  padding: 0 228px 55px 0;
  background: url("../../assets/img/money/pict_procedure_vending_machine_1.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_vending_machine_1 {
    padding: 0 0 120px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_vending_machine_2 {
  padding: 0 228px 55px 0;
  background: url("../../assets/img/money/pict_procedure_vending_machine_2.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_vending_machine_2 {
    padding: 0 0 120px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_1 {
  padding: 0 228px 0 0;
  background: url("/icoca/assets/img/guide/other/pict_procedure_1.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_1 {
    padding: 0 0 130px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_2 {
  padding: 0 228px 0 0;
  background: url("/icoca/assets/img/guide/other/pict_procedure_2.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_2 {
    padding: 0 0 260px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_procedure_3 {
  padding: 0 228px 100px 0;
  background: url("/icoca/assets/img/guide/other/pict_procedure_3.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_procedure_3 {
    padding: 0 0 190px;
    background-position: left bottom;
  }
}
.flow-box .flow-box__content.flow-box__content-pict_green_window {
  padding: 0 228px 0px 0;
  background: url("/icoca/assets/img/guide/reissue/pict_green_window.png") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .flow-box .flow-box__content.flow-box__content-pict_green_window {
    padding: 0 0 130px;
    background-position: left bottom;
  }
}

/* button
/*+---------------------------------*/
/* --- basic-button --- */
.bt-content {
  width: 712px;
  margin: 10px auto;
}
@media screen and (max-width: 670px) {
  .bt-content {
    width: 100%;
    margin: 20px auto;
  }
}

.basic-button {
  width: 100%;
  border-radius: 50px; 
  font-size: 2rem;
}
@media screen and (max-width: 670px) {
  .basic-button {
    font-size: 1.6rem;
  }
}
.basic-button a {
  display: block;
  padding: 20px;
  color: #fff;
  line-height: 40px;
  line-height: 1.5; 
  text-align: center;
}
.basic-button a[target="_blank"] span {
  padding-right: 31px;
  background-image: url("../../assets/img/common/icon_window_white.svg"), url("../../assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat , no-repeat;
  background-position: right center,left center;
}
.basic-button a.icon-pdf span {
  padding-right: 30px;
  background-image: url("../../assets/img/common/icon_pdf.png"), url("../../assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat , no-repeat;
  background-position: right center,left center;
}
.basic-button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 670px) {
  .basic-button {
    width: 100%;
    margin: 15px auto; 
    font-size: 1.6rem;
  }
  .basic-button a {
    padding: 10px 0;
    line-height: 1.4;
  }
}
.basic-button .is-left {
  text-align: left;
}

.basic-button__icoca {
  background: #008cd3;
}
@media screen and (max-width: 670px) {
  .basic-button__icoca a {
    padding: 20px;
  }
}
.basic-button__icoca span {
  display: inline-block; 
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__icoca span {
    padding-left: 15px;
  }
}
.basic-button__icoca:hover {
  opacity: 1; 
  background: #00a9ff;
}

.basic-button__white {
  border: 2px solid #fff;
}
.basic-button__white a {
  color: #fff;
}
@media screen and (max-width: 670px) {
  .basic-button__white a {
    padding: 20px;
  }
}
.basic-button__white span {
  display: inline-block; 
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__white span {
    padding-left: 15px;
  }
}
.basic-button__white:hover {
  opacity: 1; 
  background: #fff;
}
.basic-button__white:hover span {
  color: #008cd3;
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center;
}
.basic-button__white.is-bg-turquoise:hover {
  opacity: 1; 
  background: #fff;
}
.basic-button__white.is-bg-turquoise:hover span {
  color: #51c6d8;
  background: url("../../assets/img/common/arrow_right_turquoise.svg") no-repeat left center;
}

.basic-button__icoca-sub {
  border: 1px solid #008cd3;
}
.basic-button__icoca-sub a {
  color: #008cd3;
}
.basic-button__icoca-sub a[target="_blank"] span {
  padding-right: 31px;
  background-image: url("../../assets/img/common/icon_window_blue.svg"), url("../../assets/img/common/arrow_right_blue.svg");
  background-repeat: no-repeat , no-repeat;
  background-position: right center,left center;
}
@media screen and (max-width: 670px) {
  .basic-button__icoca-sub a {
    padding: 20px;
  }
}
.basic-button__icoca-sub span {
  display: inline-block; 
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__icoca-sub span {
    padding-left: 15px;
  }
}
.basic-button__icoca-sub:hover {
  opacity: 1; 
  background: #008cd3;
}
.basic-button__icoca-sub:hover span {
  color: #fff;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
.basic-button__icoca-sub:hover a[target="_blank"] span {
  padding-right: 31px;
  background-image: url("../../assets/img/common/icon_window_white.svg"), url("../../assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat , no-repeat;
  background-position: right center,left center;
}

.basic-button__smart-icoca {
  background: #51c6d8;
}
.basic-button__smart-icoca span {
  display: inline-block; 
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__smart-icoca span {
    display: inline-block; 
    padding-left: 15px;
  }
}
.basic-button__smart-icoca:hover {
  opacity: 1; 
  background: #57dcf0;
}

.basic-button__smart-icoca-sub {
  border: 1px solid #51c6d8;
}
.basic-button__smart-icoca-sub a {
  color: #51c6d8;
}
@media screen and (max-width: 670px) {
  .basic-button__smart-icoca-sub a {
    padding: 20px;
  }
}
.basic-button__smart-icoca-sub span {
  display: inline-block; 
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_blue.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__smart-icoca-sub span {
    padding-left: 15px;
  }
}
.basic-button__smart-icoca-sub:hover {
  opacity: 1; 
  background: #51c6d8;
}
.basic-button__smart-icoca-sub:hover span {
  color: #fff;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}

.basic-button__smart-icoca__area {
  background: #51c6d8;
}
.basic-button__smart-icoca__area span {
  padding-right: 30px;
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center, url("../../assets/img/common/icon_window_white.svg") no-repeat right center;
}
@media screen and (max-width: 670px) {
  .basic-button__smart-icoca__area span {
    display: inline-block;
    width: 90%;
    margin: auto;
    padding-left: 15px;
    text-align: left;
  }
}

.basic-button__twitter {
  background: #22a0f2;
}
@media screen and (max-width: 670px) {
  .basic-button__twitter a {
    padding: 20px;
  }
}
.basic-button__twitter span {
  padding-left: 35px;
  background: url("/icoca/assets/img/ico_twitter.svg") no-repeat left center;
}

.basic-button__purple {
  background: #757cbb;
}
@media screen and (max-width: 670px) {
  .basic-button__purple a {
    padding: 20px;
  }
}
.basic-button__purple span {
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__purple span {
    padding-left: 15px;
  }
}
.basic-button__purple:hover {
  opacity: 1; 
  background: #828be1;
}

.basic-button__yellow-green {
  background: #90b821;
}
@media screen and (max-width: 670px) {
  .basic-button__yellow-green a {
    padding: 20px;
  }
}
.basic-button__yellow-green span {
  padding-left: 20px;
  background: url("../../assets/img/common/arrow_right_white.svg") no-repeat left center;
}
@media screen and (max-width: 670px) {
  .basic-button__yellow-green span {
    padding-left: 15px;
  }
}
.basic-button__yellow-green:hover {
  opacity: 1; 
  background: #a4d127;
}

.button-area-standard {
  max-width: 492px;
  margin: 30px auto;
}

.bn-contents:hover {
  opacity: 0.7;
}

.bn-contents img {
  width: 100%;
}
/*--------------------------------------------------------------------------------------------------------------------
ICOCA電子マネーが使えるお店
---------------------------------------------------------------------------------------------------------------------*/
.icoca-money .branch-heading-bg {
  margin-bottom: 0;
}
.icoca-money .mv {
  margin-bottom: 70px;
  text-align: center;
  background: #d5f8fe;
}
.icoca-money .lead-text-box.top {
  margin-bottom: 80px;
}


/* --- local-nav-blue --- */
.local-nav-blue {
  margin-bottom: 35px;
}
@media screen and (max-width: 670px) {
  .local-nav-blue {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #008cd3;
    border-left: 1px solid #008cd3; 

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.local-nav-blue li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 670px) {
  .local-nav-blue li {
    width: 33.3%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.local-nav-blue li a {
  display: inline-block;
  padding: 5px 20px 4px 20px;
  border: 1px solid #008cd3;
  border-radius: 50px;
  color: #008cd3;
  text-align: center;
}
.local-nav-blue li a:hover {
  background: #ebf6fc;
}
@media screen and (max-width: 670px) {
  .local-nav-blue li a {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 10px 5px 5px;
    border-top: 0;
    border-right: 1px solid #008cd3;
    border-bottom: 1px solid #008cd3;
    border-left: 0;
    border-radius: 0;
    line-height: 1.3; 

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.local-nav-blue li a span {
  padding-left: 15px;
  background: url("../img/common/arrow_bottom_blue.svg") no-repeat left center;
}
.local-nav-blue li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 670px) {
  .local-nav-blue li.is-long {
    width: 100%;
  }
}

/* --- campaign --- */
.campaign {
  border-top: 1px solid #7fc5e9;
}

.campaign-box {
  display: table;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px dotted #7fc5e9;
}
.campaign-box .campaign-box__photo {
  display: table-cell;
  width: 314px;
  vertical-align: top;
}
.campaign-box .campaign-box__photo img {
  width: 100%;
}
.campaign-box .campaign-box__overview {
  display: table-cell;
  position: relative; 
  padding: 0 10px 0 20px;
  vertical-align: top;
}
.campaign-box .campaign-box__overview dt {
  margin-bottom: 10px;
  color: #008cd3;
  line-height: 1.5; 
  font-size: 1.8rem;
  font-weight: bold;
}
.campaign-box .campaign-box__overview dd {
  color: #444;
  line-height: 1.5; 
  font-size: 1.6rem;
}
.campaign-box .campaign-box__overview:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px; 
  background: url("/icoca/assets/img/common/arrow_right_blue.svg") no-repeat center;
  background-size: 100% auto;
}
.campaign-box:hover {
  opacity: 0.7; 
  text-decoration: none;
}
.campaign-box .day-text {
  color: #444; 
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .campaign-box {
    display: block;
    padding: 15px 0;
  }
  .campaign-box .campaign-box__photo {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .campaign-box .campaign-box__overview {
    display: block;
    padding: 0;
  }
  .campaign-box .campaign-box__overview dt {
    margin-bottom: 5px; 
    font-size: 1.5rem;
  }
  .campaign-box .campaign-box__overview dd {
    font-size: 1.4rem;
  }
  .campaign-box .campaign-box__overview:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -15px; 
    background: url("/icoca/assets/img/icoca_triangle.gif") no-repeat center;
    background-size: 100% auto;
  }
  .campaign-box .day-text {
    font-size: 1.4rem;
  }
}

.label-block {
  margin-bottom: 10px; 
  font-size: 1.4rem;
}
@media screen and (max-width: 670px) {
  .label-block {
    font-size: 1.2rem;
  }
}
.label-block .icon-label {
  display: inline-block;
  width: 110px;
  padding: 3px 10px 2px 10px;
  color: #fff;
  text-align: center;
}
.label-block .icon-label.is-yellow {
  background: #c2ad00;
}
.label-block .icon-label.is-green {
  background: #4bac33;
}
.label-block .icon-label.is-pink {
  background: #f96277;
}
.label-block .icon-label.is-blue {
  background: #008cd3;
}
.label-block .icon-label.is-purple {
  background: #ae7cd1;
}
.label-block .icon-label.is-brown {
  background: #937447;
}
.label-block .icon-label.is-bright-yellow {
  background: #e9a400;
}
.label-block .icon-label.is-long {
  width: 100%;
}

.more-text {
  display: block;
  width: 200px;
  margin: 16px auto 0;
  color: #008cd3;
  text-align: center;
  cursor: pointer;
}
.more-text:hover {
  text-decoration: underline;
}
.more-text span {
  padding-left: 15px;
  background: url("/icoca/assets/img/common/arrow_bottom_blue.svg") no-repeat left center;
  cursor: pointer;
}

.more-text2 {
  display: block;
  width: 200px;
  margin: 16px auto 0;
  color: #008cd3;
  text-align: center;
  cursor: pointer;
}
.more-text2:hover {
  text-decoration: underline;
}
.more-text2 span {
  padding-left: 15px;
  background: url("/icoca/assets/img/common/arrow_bottom_blue.svg") no-repeat left center;
  cursor: pointer;
}

/* --- outline-box --- */
.outline-box {
  width: 100%;
  margin: 30px auto; 
  padding: 35px 40px;
  border: 1px solid #dadada;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 670px) {
  .outline-box {
    margin: 15px auto; 
    padding: 23px 20px;
  }
}
.outline-box .outline-box__heading {
  margin-bottom: 10px;
  line-height: 1.5; 
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 5px;
}
@media screen and (max-width: 670px) {
  .outline-box .outline-box__heading {
    font-size: 1.6rem;
    letter-spacing: 3px;
  }
}
.outline-box .outline-box__arrow-link {
  display: inline-block;
  margin-top: 5px;
  padding-left: 10px;
  line-height: 1.5; 
  background: url("/icoca/assets/img/common/arrow_right_blue.svg") no-repeat left center;
}
.outline-box .outline-box__arrow-link:hover {
  text-decoration: underline;
}
@media screen and (max-width: 670px) {
  .outline-box .outline-box__arrow-link {
    padding-left: 15px;
  }
}
.outline-box .mark-list li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.outline-box .mark-list li .mark-list__mark {
  display: table-cell;
  width: 196px;
  vertical-align: top;
}
@media screen and (max-width: 670px) {
  .outline-box .mark-list li .mark-list__mark {
    display: block; 
    width: 100%;
  }
  .outline-box .mark-list li .mark-list__mark .icon-label {
    width: 100px;
    padding: 2px 10px 1px 10px; 
    font-size: 10px;
  }
}
.outline-box .mark-list li .mark-list__text {
  display: table-cell;
  padding-left: 20px;
  font-size: 1.6rem; 
  vertical-align: top;
}
@media screen and (max-width: 670px) {
  .outline-box .mark-list li .mark-list__text {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.outline-box .mark-list li .mark-list__text a {
  text-decoration: underline;
}
.outline-box .mark-list li .mark-list__text a:hover {
  text-decoration: none;
}
.outline-box .mark-list li:last-child {
  margin-bottom: 0;
}



.icoca-money {
  /* --- topics --- */
  /* --- store --- */
}
.icoca-money .topics {
  border-top: 1px solid #7fc5e9;
}
.icoca-money .topics-hide {
  display: none;
}
.icoca-money .topics-list {
  display: table;
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dotted #7fc5e9;
}
.icoca-money .topics-list dt {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
}
.icoca-money .topics-list dd {
  display: table-cell;
  vertical-align: middle;
}
.icoca-money .topics-list dd a {
  color: #444;
  line-height: 1.5; 
  font-size: 1.6rem;
}
.icoca-money .topics-list dd a:hover {
  text-decoration: underline;

  -webkit-text-decoration-color: #008cd3;
  text-decoration-color: #008cd3;
}
.icoca-money .topics-list dd a[target="_blank"] {
  padding-right: 20px;
  background: url("/icoca/assets/img/common/icon_window_blue.svg") no-repeat right center;
}
.icoca-money .topics-list dd a span {
  color: #008cd3; 
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 670px) {
  .icoca-money .topics-list {
    display: block;
  }
  .icoca-money .topics-list dt {
    display: block;
    margin-bottom: 5px;
  }
  .icoca-money .topics-list dd {
    display: block;
    line-height: 1.6;
  }
  .icoca-money .topics-list dd a {
    color: #444; 
    font-size: 1.4rem;
  }
  .icoca-money .topics-list dd a span {
    font-size: 1.6rem;
  }
}
.icoca-money .shop-box .shop-box__logo {
  display: inline-block;
  width: 100%; 
  position: relative;
}
.icoca-money .shop-box .shop-box__logo .is-blank-icon {
  display: inline-block;
  width: 13px;
  height: 11px;
  position: absolute;
  top: 5px;
  right: 5px;
  text-indent: -9999px; 
  background: url("../img/common/icon_window_grey.svg") no-repeat;
  z-index: 2;
}
@media screen and (max-width: 670px) {
  .icoca-money .shop-box .shop-box__logo .is-blank-icon {
    width: 10px;
    height: 8px;
    background-size: 100% 100%;
  }
}
.icoca-money .shop-box a.shop-box__logo:hover {
  opacity: 0.7;
}
.icoca-money .shop-box .shop-box__mark {
  max-width: 196px;
  margin-top: 10px;
}
@media screen and (max-width: 670px) {
  .icoca-money .shop-box .shop-box__mark {
    margin-top: 5px;
  }
}
.icoca-money .shop-box .shop-box__mark .label-block {
  margin-bottom: 0;
}
@media screen and (max-width: 670px) {
  .icoca-money .shop-box .shop-box__mark .label-block {
    font-size: 1rem;
  }
}
.icoca-money .shop-box .shop-box__mark .label-block+.label-block {
  margin-top: 2px;
}
.icoca-money .photo-with-caption {
  display: table;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 670px) {
  .icoca-money .photo-with-caption {
    display: block;
    margin-bottom: 20px;
  }
}
.icoca-money .photo-with-caption .photo-with-caption__pict {
  display: table-cell;
  width: 334px;
}
@media screen and (max-width: 670px) {
  .icoca-money .photo-with-caption .photo-with-caption__pict {
    display: block;
    width: 100%;
    padding: 0 20px 20px 20px; 
    text-align: center;
  }
}
.icoca-money .photo-with-caption .photo-with-caption__text {
  display: table-cell;
  padding-left: 20px;
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 670px) {
  .icoca-money .photo-with-caption .photo-with-caption__text {
    display: block;
    width: 100%;
    padding-left: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}


/*--------------------------------------------------------------------------------------------------------------------
ご利用可能エリア
---------------------------------------------------------------------------------------------------------------------*/
.map_top {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.map_ttl {
  display: inline-block;
  margin: 0 auto;
}
.map_txt {
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 36px;
  font-weight: bold;
}
.map_date {
  position: absolute;
  top: 23px;
  right: 24px;
  float: right;
  font-size: 16px;
  font-weight: bold;
}
.link_tab ul::after {
  content: "";
  display: block;
  width: 191px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/common/ico_arrow01.png") no-repeat;
  background-size: cover;
  pointer-events: none;
}
.link_tab ul {
  display: flex;
  position: relative;
  margin: 0 auto 40px;

  justify-content: center;
}
.link_tab li a,.link_tab li p {
  display: flex;
  width: 500px;
  height: 50px;
  font-size: 25px;
  font-weight: bold;

  align-items: center;
  justify-content: center;
}
.link_tab li a {
  color: #fff;
  background: #008cd3;
}
.link_tab li p {
  color: #008cd3;
  background: #c3e1f1;
}

.mapWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 670px) {
  .available_area .branch-heading-bg {
    margin-bottom: 0;
  }
  .available_area .content-wrap.wide {
    padding: 0;
  }

  .available_area .mapWrap {
    margin-bottom: 0;
  }
  .map_top {
    margin-bottom: 3vw;
    text-align: left;
  }

  .map_logo {
    display: inline-block;
    width: 23vw;
  }
  .map_txt {
    top: 2px;
    font-size: 4.8vw;
  }

  .map_date {
    top: 1.8em;
    right: 0;
    float: right;
    font-size: 2vw;
  }
  .link_tab ul::after {
    content: "";
    display: block;
    width: 18.66vw;
    height: 5.06vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../img/common/ico_arrow02.png") no-repeat;
    background-size: cover;
  }
  .link_tab ul {
    display: flex;
    position: relative;
    margin: 0 auto 2.1vw;

    justify-content: center;
  }
  .link_tab li {
    display: block;
    width: 100%;
  }
  .link_tab li a,.link_tab li p {
    display: block;
    display: block;
    width: 100%;
    height: auto;
    line-height: 10.66vw;
    font-size: 3.86vw;
    font-weight: bold;
    text-align: center;

    justify-content: center;
  }

  .mapWrap {
    margin-bottom: 13.33vw;
  }
}



/*--------------------------------------------------------------------------------------------------------------------
オリジナルデザインICOCA「風神雷神」
---------------------------------------------------------------------------------------------------------------------*/
/**********add 2024 0215*/
.info_originalDesign {
  overflow: hidden;
  margin: 80px 0 40px;
  border-radius: 10px;
  color: #333;
  background-color: #fff;
}

.info_originalDesign h2 {
  padding: 20px 30px 19px;
  color: #fff;
  font-size: 2.3rem;
  background-color: #0090d6;
}

.info_originalDesign h2 span {
  position: relative;
  padding-left: 22px;
}

.info_originalDesign h2 span::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 2.5px;
  background-color: #fff;
  transform: translateY(-50%);
}

.info_originalDesign .info_headList {
  margin-bottom: 20px;
}

.info_originalDesign .info_headList li {
  padding-left: 0.7em;
  line-height: 1.875;
  font-size: 1.6rem;
  text-indent: -0.7em;
}


.info_originalDesign .info_detailsList dl {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.875;
  font-size: 1.6rem;
}

@media screen and (min-width: 671px) and (max-width: 900px) {
  .info_originalDesign .info_detailsList dl {
    flex-wrap: wrap;
  }
}

.info_originalDesign .info_detailsList dl:first-child {
  margin-bottom: 20px;
}

.info_originalDesign .info_detailsList dl:last-child {
  margin-bottom: 0;
}

.info_originalDesign .info_detailsList dt {
  flex-shrink: 0;
}


.info_originalDesign .txt_red {
  color: #d01515;
}

.info_originalDesign>div {
  padding: 30px;
}
.info_originalDesign .originalDesign_img {
  float: right;
  margin: -30px -30px 53px 18px;
}

.info_originalDesign .originalDesign_img img.pc {
  display: block;
}

@media screen and (max-width: 670px) {
  .info_originalDesign {
    margin: 0;
    border-radius: 1.55520995vw;
  }

  .info_originalDesign h2 {
    padding: 3.11041991vw 4.66562986vw 2.48833593vw;
    font-size: 1.4rem;
  }

  .info_originalDesign h2 span {
    padding-left: 3.4214619vw;
  }

  .info_originalDesign h2 span::before {
    width: 0.77760498vw;
    height: 4.66562986vw;
    border-radius: 0.38880249vw;
  }

  .info_originalDesign ul {
    margin-top: 4.97667185vw;
  }

  .info_originalDesign .info_headList li {
    font-size: 1.1rem;
  }

  .info_originalDesign .info_detailsList dl {
    display: block;
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .info_originalDesign .info_detailsList dl:first-child {
    margin-bottom: 3.11041991vw;
  }


  .info_originalDesign .info_detailsList dt {
    float: left;
  }

  .info_originalDesign>div {
    padding: 0 4.66562986vw 4.66562986vw;
  }

  .info_originalDesign .originalDesign_img {
    width: 39.81337481vw;
    margin: -4.97667185vw -4.97667185vw 6.22083981vw 0;
  }

  .info_originalDesign .originalDesign_img img.pc {
    display: none;
  }

  .info_originalDesign .originalDesign_img img.sp {
    display: block;
  }
}

#top .mv_swiperWrap {
  overflow: hidden;
}

#top .mv_swiper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow-x: visible;
  position: relative;
}

#top  .swiper-button-next:after,.swiper-button-prev:after {
  content: none;
}

#top .swiper-button-next,.swiper-button-prev {
  width: 46px;
  height: 46px;
  margin-top: 0;
  border-top: 7px solid #008cd3;
  border-right: 7px solid #008cd3;
  transform: translateY(-50%) rotate(45deg);
}

#top .swiper-button-prev {
  transform: translateY(-50%) rotate(225deg);
  left: -75px;
}

#top .swiper-button-next {
  right: -75px;
}

#top .swiper-slide {
  position: relative;
}

#top .swiper-slide:not(.swiper-slide-active)::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#top .swiper-pagination {
  display: none;
}

@media screen and (max-width: 670px) {
  #top .mv_swiperWrap {
    position: relative;
  }
  
  #top .mv_swiper {
    max-width: 100%;
    overflow-x: hidden;
  }

  #top .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
  }
  
  #top .swiper-button-next,.swiper-button-prev {
    display: none;
  }
  
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.33333333vw;
  }

  .swiper-pagination-bullet {
    width: 1.6vw;
    height: 1.6vw;
    opacity: 1;
    background-color: #999999;
  }

  .swiper-pagination-bullet-active {
    background-color: #008cd3;
  }
}

.apple_notes {
  font-size: 85%;
}