@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 {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

/*+-----+
/+ ALL
/*+-------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  color: #221815;
  font-size: 13px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  min-width: 1200px;
}

a {
  text-decoration: underline;
  color: #1c80c2;
}
a:hover {
  text-decoration: none;
}

/*+-----+
/+ STRUCTURE
/*+-------------------------------------------*/
/* header
/*+---------------------------------*/
.header {
  margin: 0 auto;
  width: 1000px;
  height: 82px;
  /* overflow: hidden; */
}
.header-logo {
  float: left;
  margin-top: 15px;
  width: 157px;
}
.header-contents {
  float: right;
  width: 650px;
}
.header-copy {
  padding: 5px 0 18px;
  font-size: 77%;
  color: #868686;
  text-align: right;
}
.header-navigation {
  float: left;
  margin-top: 2px;
  width: 440px;
}
.header-navigation li {
  display: inline-block;
  margin-right: 15px;
}
.header-navigation li a {
  padding-left: 13px;
  background-image: url(/common/images/arrow1.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 93%;
  color: #221815;
  text-decoration: none;
}
.header-navigation li a:hover {
  color: #655d5b;
}
.header-language-button-wrap {
  float: right;
  margin-left: 12px;
  padding-left: 12px;
  width: 76px;
  background-image: url(/common/images/separate_line.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.header-language-button {
    display: block;
    position: relative;
  height: 22px;
  border: 1px solid #dadada;
  line-height: 22px;
  font-size: 85%;
    cursor: pointer;
  text-align: center;
}
.header-language-type{
    display: none;
}
.header-language-button.show .header-language-type {
    display: block;
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
}
.header-language-type li {
    width: 100%;
    margin-left: -1px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}
.header-language-type li:first-of-type {
    border-top: 1px solid #dadada;
}
.header-language-type a {
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 22px;
    background: #fff;
    line-height: 22px;
    font-size: 85%;
    color: #221815;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}
.header-language-type a::before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #a7a3a1;
    /* width: 22px;
    height: 22px;
    transform: translateY(-50%) rotate(-90deg);
  background-image: url(/common/images/arrow2.png);
  background-repeat: no-repeat;
  background-position: 7px center; */
}
.header-language-type a:hover {
    background: #f7f7f7;
  color: #655d5b;
}
.header.is-english .header-logo {
  width: 422px;
}
.header.is-english .header-contents {
  width: 300px;
}
.header.is-english .header-language-button-wrap {
  background-image: none;
}



/*- font-switch ---------*/
.font-switch {
  float: right;
  position: relative;
  width: 110px;
  height: 23px;
}
.font-switch dl dt {
  position: absolute;
  top: 0;
  left: 0;
}
.font-switch dl dd button {
  position: absolute;
  top: 0;
  border: none;
  background-color: #fff;
  background-image: url(/common/images/font_switch_bg.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.font-switch__normal {
  left: 59px;
  width: 21px;
  height: 23px;
  background-position: 0 0;
}
.font-switch__normal:hover, .font-switch__normal.is-current {
  background-position: 0 -23px;
}
.font-switch__big {
  left: 86px;
  width: 23px;
  height: 23px;
  background-position: -27px 0;
}
.font-switch__big:hover, .font-switch__big.is-current {
  background-position: -27px -23px;
}

/* global-navigation
/*+---------------------------------*/
.global-navigation {
  background-image: url(/common/images/global_navigation_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden;
}
.global-navigation ul {
  margin: 0 auto;
  width: 1000px;
}
.global-navigation ul li {
  float: left;
}
.global-navigation ul li a {
  display: block;
  height: 60px;
  background-image: url(/common/images/global_navigation_button.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.global-navigation__fare a {
  width: 203px;
  background-position: 0 0;
}
.global-navigation__fare a:hover {
  background-position: 0 -60px;
}
.global-navigation__fare.is-current a {
  background-position: 0 -60px;
}
.global-navigation__timetable a {
  width: 190px;
  background-position: -203px 0;
}
.global-navigation__timetable a:hover {
  background-position: -203px -60px;
}
.global-navigation__timetable.is-current a {
  background-position: -203px -60px;
}
.global-navigation__route a {
  width: 189px;
  background-position: -393px 0;
}
.global-navigation__route a:hover {
  background-position: -393px -60px;
}
.global-navigation__route.is-current a {
  background-position: -393px -60px;
}
.global-navigation__ticket a {
  width: 223px;
  background-position: -582px 0;
}
.global-navigation__ticket a:hover {
  background-position: -582px -60px;
}
.global-navigation__ticket.is-current a {
  background-position: -582px -60px;
}
.global-navigation__fan a {
  width: 195px;
  background-position: -805px 0;
}
.global-navigation__fan a:hover {
  background-position: -805px -60px;
}
.global-navigation__fan.is-current a {
  background-position: -805px -60px;
}
.global-navigation.is-english ul li a {
  background-image: url(/common/images/global_navigation_button_en.png);
}
.global-navigation.is-english .global-navigation__timetable a {
  width: 332px;
  background-position: 0 0;
}
.global-navigation.is-english .global-navigation__timetable a:hover {
  background-position: 0 -60px;
}
.global-navigation.is-english .global-navigation__timetable.is-current a {
  background-position: 0 -60px;
}
.global-navigation.is-english .global-navigation__route a {
  width: 332px;
  background-position: -332px 0;
}
.global-navigation.is-english .global-navigation__route a:hover {
  background-position: -332px -60px;
}
.global-navigation.is-english .global-navigation__route.is-current a {
  background-position: -332px -60px;
}
.global-navigation.is-english .global-navigation__howto a {
  width: 336px;
  background-position: -664px 0;
}
.global-navigation.is-english .global-navigation__howto a:hover {
  background-position: -664px -60px;
}
.global-navigation.is-english .global-navigation__howto.is-current a {
  background-position: -664px -60px;
}

/* content
/*+---------------------------------*/
.content {
  padding-bottom: 50px;
  background-color: #f1fcfe;
  background-image: url(/common/images/content_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.content.is-top {
  padding-bottom: 460px;
  background-color: #e9f7f8;
  background-image: url(/images/content_bg_top.png);
  background-position: center bottom;
}
.content.is-blog {
  padding-bottom: 15px;
  background-color: #f5f1e9;
  background-image: url(/common/images/bg_mosaic.png);
  background-repeat: repeat;
}
.content.is-english-top {
  background-image: none;
}
.content.is-english-top .main:before, .content.is-english-top .main:after {
  content: " ";
  display: table;
}
.content.is-english-top .main:after {
  clear: both;
}
.content.is-english-top .main {
  *zoom: 1;
}

/*- blog-content ---------*/
.blog-content {
  background-image: url(/common/images/blog_content_bg.png);
  background-repeat: no-repeat;
  background-position: center 420px;
}
.blog-content__inner {
  margin: 0 auto;
  width: 1000px;
}
.blog-content__inner .main {
  float: left;
  width: 760px;
}
.blog-content__inner .sub {
  float: right;
  width: 220px;
}

/*- main ---------*/
.main {
  margin: 0 auto;
  width: 1000px;
}

/* topicpath
/*+---------------------------------*/
.topic-path {
  padding: 20px 0;
  font-size: 93%;
}
.topic-path ol {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
}
.topic-path ol li {
  float: left;
  margin-right: 7px;
}
.topic-path ol li a {
  padding-right: 14px;
  background-image: url(/common/images/topicpath_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  color: #221815;
  text-decoration: none;
}
.topic-path ol li a:hover {
  color: #655d5b;
}

/* footer
/*+---------------------------------*/
/*- pagetop ---------*/
.pagetop {
  position: fixed;
  bottom: 110px;
  right: 10px;
  width: 162px;
  height: 158px;
}
.pagetop a {
  display: block;
  background-image: url(/common/images/pagetop.png);
  background-repeat: no-repeat;
  width: 162px;
  height: 158px;
  text-indent: -9999px;
  overflow: hidden;
}
.pagetop.is-english a {
  background-image: url(/common/images/pagetop_en.png);
}

/*- footer ---------*/
.footer {
  margin: 0 auto;
  padding: 23px 0;
  width: 1000px;
  overflow: hidden;
}
.footer-logo {
  float: left;
  margin-right: 20px;
  width: 244px;
}
.footer-address {
  float: left;
  padding-top: 5px;
  width: 300px;
  font-size: 93%;
}
.footer-navigation {
  float: right;
  padding-top: 5px;
  width: 430px;
  text-align: right;
}
.footer-navigation li {
  margin-left: 12px;
  display: inline-block;
}
.footer-navigation li:first-child {
  margin-left: 0;
}
.footer-navigation li a {
  padding-left: 13px;
  background-image: url(/common/images/arrow1.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 85%;
  color: #221815;
  text-decoration: none;
}
.footer-navigation li a:hover {
  color: #655d5b;
}
.footer.is-english .footer-logo {
  width: 284px;
}
.footer.is-english .footer-address {
  width: 600px;
}

/*- copyright ---------*/
.copyright {
  padding: 8px 0;
  background-color: #24997c;
  text-align: center;
  color: #fff;
  font-size: 85%;
}

/*+-----+
/+ MODULE
/*+-------------------------------------------*/
/* HEADING MODULE
/*+---------------------------------*/
/*- heading-title ---------*/
.heading-title {
  margin-bottom: 15px;
  height: 76px;
  border-top: 4px solid #26997c;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  line-height: 76px;
  text-indent: 30px;
  font-size: 189%;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.heading-title.is-category-1 {
  background-image: url(/common/images/heading_title_bg1.png);
}

/*- heading-level2 ---------*/
.heading-level2 {
  margin-bottom: 20px;
  padding: 12px 0 11px 2px;
  border-bottom: 1px solid #c5c5c5;
  background-image: url(/common/images/heading_level2_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  color: #25997c;
  font-size: 123.1%;
}

/*- heading-level3 ---------*/
.heading-level3 {
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 4px solid #25997c;
  font-size: 123.1%;
  line-height: 1.2;
}

/*- heading-level4 ---------*/
.heading-level4 {
  margin-bottom: 5px;
  line-height: 1.2;
}

/* TEXT MODULE
/*+---------------------------------*/
/*- lead-text ------------*/
.lead-text {
  margin-bottom: 30px;
}

.lead-text-2 {
  margin-bottom: 12px;
}

/*- red-text ---------*/
.red-text {
  color: #c95075;
}

/*- blue-text ---------*/
.blue-text {
  color: #5056c8;
}

/*- notes-text ---------*/
.notes-text {
  font-size: 93%;
}
.notes-text li {
  padding-left: 1em;
  text-indent: -1em;
}

/* LIST MODULE
/*+---------------------------------*/
/*- information-list ---------*/
.information-list li {
  display: table;
  width: 100%;
  padding: 10px 0;
  border-top: 1px dashed #dfdede;
}
.information-list li:first-child {
  border-top: none;
}
.information-list__date {
  display: table-cell;
  width: 100px;
}
.information-list__text {
  display: table-cell;
}

/*- bullet-list ---------*/
.bullet-list li {
  margin-top: 5px;
  padding-left: 20px;
  background-image: url(/common/images/icon_bullet.png);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}
.bullet-list li:first-child {
  margin-top: 0;
}

/*- row-list ---------*/
.row-list li {
  display: inline-block;
  margin-right: 10px;
}

/* BOX MODULE
/*+---------------------------------*/
/*- ダイヤ改正告知用に追記 ---------*/
.attention-box_red {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  border:#c95075 solid 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
  margin-bottom: 45px;
  text-align:center;
}
.attention-box_blue {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  border:#5056c8 solid 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
  margin-bottom: 45px;
  text-align:center;
}
.attention-box_red big,.attention-box_blue big{
	font-size:170%;
	font-weight:bold;
}
.attention-box_red p,.attention-box_blue p{
	text-align:right;
	margin-top:10px;
}

/*- contents-box ---------*/
.contents-box {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.contents-box.is-course {
  padding: 40px 0;
}

/*- section-box ---------*/
.section-box {
  margin-bottom: 45px;
}
.section-box-2 {
  margin-bottom: 30px;
}
.section-box-2:last-child {
  margin-bottom: 0;
}
.section-box:last-child {
  margin-bottom: 0;
}

/*- refresh-box ---------*/
.refresh-box {
  padding: 14px 12px 14px 24px;
  border-radius: 3px;
  background-color: #f4f3f3;
  overflow: hidden;
}
.refresh-box__text {
  float: left;
  width: 690px;
}
.refresh-box__button {
  float: right;
  margin-top: 2px;
  width: 150px;
  height: 36px;
  padding-left: 20px;
  box-shadow: 0 0 1px #fff;
  background-image: url(/common/images/icon_refresh.png);
  background-repeat: no-repeat;
  background-position: 7px center;
  border-radius: 3px;
  border: none;
  background-color: #25997c;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  cursor: pointer;
}
.refresh-box__button:hover {
  background-color: #51ad96;
}
.refresh-box + .bullet-list {
  margin-top: 30px;
}

/*- information-box ---------*/
.information-box {
  display: table;
  border: 1px solid #dfdede;
}
.information-box__heading {
  display: table-cell;
  padding: 0 15px;
  width: 150px;
  background-color: #f6f6f6;
  text-align: center;
  font-size: 116%;
  vertical-align: middle;
}
.information-box__text {
  display: table-cell;
  width: 700px;
  padding: 20px 0 20px 20px;
  line-height: 1.7;
}
.information-box__link {
  margin-left: 10px;
}
.information-box.is-box-2 .information-box__heading, .information-box.is-fare .information-box__heading {
  width: 220px;
}
.information-box.is-box-2 .information-box__text, .information-box.is-fare .information-box__text {
  width: 630px;
}
.information-box.is-fare {
  margin-top: 40px;
}

/*- definition-box ---------*/
.definition-box {
  border: 1px solid #dfdede;
  margin-top: 20px;
}
.definition-box__term, .definition-box__description {
  padding: 14px 30px;
}
.definition-box__term.has-question-icon, .definition-box__term.has-answer-icon, .definition-box__description.has-question-icon, .definition-box__description.has-answer-icon {
  padding-left: 64px;
  background-repeat: no-repeat;
  background-position: 30px 12px;
}
.definition-box__term {
  font-weight: bold;
  background-color: #f6f6f6;
}
.definition-box__term.has-question-icon {
  font-weight: normal;
  background-image: url(/faq/images/question_image.png);
}
.definition-box__description.has-answer-icon {
  background-image: url(/faq/images/answer_image.png);
}

/*- pager ---------*/
.pager {
  margin-top: 30px;
  text-align: center;
}
.pager p {
  display: inline-block;
  margin: 0 3px;
}
.pager span,
.pager a {
  display: inline-block;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.pager span {
  color: #999;
}
.pager a {
  text-decoration: none;
  color: #25997c;
}
.pager.is-blog span,
.pager.is-blog a {
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c1c1b7;
}
.pager__nav-prev a:hover, .pager__nav-next a:hover, .pager__nav-list a:hover {
  background-color: #25997c;
  color: #fff;
}
.pager__nav-prev a,
.pager__nav-prev span {
  width: 90px;
  padding-left: 10px;
  background-image: url(/common/images/arrow_green1.png);
  background-repeat: no-repeat;
  background-position: 10px center;
}
.pager__nav-prev a:hover {
  background-image: url(/common/images/arrow_white1.png);
}
.pager__nav-next a,
.pager__nav-next span {
  width: 90px;
  padding-right: 10px;
  background-image: url(/common/images/arrow_green2.png);
  background-repeat: no-repeat;
  background-position: 85px center;
}
.pager__nav-next a:hover {
  background-image: url(/common/images/arrow_white2.png);
}
.pager__nav-list a {
  width: 100px;
}
.pager__numbers a,
.pager__numbers span {
  padding-left: 10px;
  padding-right: 10px;
}
.pager__numbers a:hover {
  background-color: #25997c;
  color: #fff;
}
.pager__numbers.is-current span {
  background-color: #25997c;
  color: #fff;
}

/*- page-link-1 ---------*/
.page-link-1 {
  padding: 10px 20px 20px;
  background-color: #f4f3f3;
  text-align: center;
}
.page-link-1 ul li {
  margin: 10px 20px 0;
  display: inline-block;
}
.page-link-1 ul li a {
  padding-left: 12px;
  background-image: url(/common/images/arrow_green3.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.page-link-1.is-fan {
  padding: 10px 20px 20px;
  text-align: left;
}
.page-link-1.is-fan li {
  margin: 10px 15px 0 0;
}
.page-link-1.is-english {
  padding-left: 15px;
  padding-right: 15px;
}
.page-link-1.is-english li {
  margin-left: 0;
  margin-right: 20px;
}
/*- 今日の堺トラム用に追記---------*/
.sakaitram_twitter{
	background:#FFC;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
}
.sakaitram_twitter p{
	background:#FFF;
	padding:5px;
	color:#F60;
	font-weight:bold;
}
/*- page-link-2 ---------*/
.page-link-2 {
  padding: 20px;
  text-align: center;
  border: 1px solid #dfdede;
  border-radius: 3px;
}
.page-link-2 ul li {
  margin: 0 20px;
  display: inline-block;
}
.page-link-2 ul li a {
  padding-left: 12px;
  background-image: url(/common/images/arrow_green3.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.page-link-2 + .table-1 {
  margin-top: 20px;
}

.adobe-information {
  display: table;
  width: 100%;
  border: 1px solid #dfdede;
}
.adobe-information__banner {
  display: table-cell;
  padding: 20px;
  width: 120px;
  vertical-align: middle;
}
.adobe-information__text {
  display: table-cell;
  padding: 20px;
  font-size: 93%;
  vertical-align: middle;
}

/*- ad-content ---------*/
.ad-content:before, .ad-content:after {
  content: " ";
  display: table;
}
.ad-content:after {
  clear: both;
}
.ad-content {
  *zoom: 1;
}
.ad-content__body {
  float: left;
  width: 480px;
}
.ad-content__body-table {
  margin-bottom: 15px;
  width: 90%;
}
.ad-content__body-text {
  font-size: 93%;
}
.ad-content__body-banner {
  margin-top: 20px;
}
.ad-content__body.is-layout-2 {
  width: 600px;
}
.ad-content__body.is-layout-3 {
  width: 467px;
}
.ad-content__image {
  float: right;
}
.ad-content__image-list li {
  float: left;
  width: 200px;
  font-size: 93%;
  text-align: center;
}
.ad-content__image-list li + li {
  margin-left: 5px;
}
.ad-content__image-list li img {
  margin-bottom: 6px;
}

/* TABLE MODULE
/*+---------------------------------*/
/*- table-1 ---------*/
.table-1 {
  width: 100%;
  border: 1px solid #dfdede;
}
.table-1 th,
.table-1 td {
  padding: 10px 0;
  border-right: 1px solid #dfdede;
  text-align: center;
  vertical-align: middle;
}
.table-1 thead tr th {
  background-color: #e9f5f2;
  font-weight: bold;
  color: #25997c;
  font-size: 108%;
}
.table-1 tbody tr:nth-child(2n) {
  background-color: #f6f6f6;
}
.table-1.is-non-bg tbody tr:nth-child(2n) {
  background-color: transparent;
}
.table-1.is-border tbody tr {
  border: 1px solid #dfdede;
}
.table-1.is-border tbody tr:nth-child(2n) {
  background-color: transparent;
}
.table-1 + .refresh-box {
  margin-top: 35px;
}
.table-1 + .notes-text {
  margin-top: 10px;
}

/*- table-2 ---------*/
.table-2 {
  width: 100%;
  border: 1px solid #d8d6d6;
}
.table-2 th,
.table-2 td {
  padding: 15px 0 15px 30px;
  border: 1px solid #dfdede;
  text-align: left;
  vertical-align: middle;
}
.table-2 tbody th {
  font-weight: normal;
  background-color: #f6f6f6;
}
.table-2 tbody td .notes-text {
  font-size: 100%;
}

/*- table-3 ---------*/
.table-2 .table-3 {
  width: 90%;
  border: none;
}
.table-2 .table-3 th,
.table-2 .table-3 td {
  padding: 5px 0;
  border:none;
}
.table-2 .table-3 tbody th {
  font-weight: normal;
  background-color: initial;
  vertical-align: top;
}
.table-2 .table-3 tbody td .notes-text {
  font-size: 100%;
}

/*- qrbox ---------*/
.qrbox {
  margin: 0 3em 0 auto;
  display: flex;
  align-items: flex-end;
  float: right;
}
.qrbox img {
  width: 100%;
}
.qrbox .imgbox {
  width: 165px;
}

/* BUTTON MODULE
/*+---------------------------------*/
/*- print-button ---------*/
.print-button-container {
  margin: 15px 0 25px;
  text-align: right;
}
.print-button-container__route {
  display: inline-block;
  text-align: left;
  padding: 10px 4px 9px 35px;
  background-image: url(/common/images/icon_print.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 3px;
  border: none;
  background-color: #25997c;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  cursor: pointer;
}
.print-button-container__route:hover {
  background-color: #51ad96;
}

.print-button {
  width: 158px;
  height: 36px;
  padding-left: 29px;
  background-image: url(/common/images/icon_print.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  border-radius: 3px;
  border: none;
  background-color: #25997c;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  cursor: pointer;
}
.print-button:hover {
  background-color: #51ad96;
}

/* NAVIGATION MODULE
/*+---------------------------------*/
/* FORM MODULE
/*+---------------------------------*/
/* ICON MODULE
/*+---------------------------------*/
/*- icon-pdf ---------*/
.icon-pdf {
  padding-right: 18px;
  background-image: url(/faq/images/text_link_pdf.png);
  background-repeat: no-repeat;
  background-position: right center;
}

/* LAYOUT MODULE
/*+---------------------------------*/
/*- text-image-layout-1 --*/
.text-image-layout-1:before, .text-image-layout-1:after {
  content: " ";
  display: table;
}
.text-image-layout-1:after {
  clear: both;
}
.text-image-layout-1 {
  *zoom: 1;
}
.text-image-layout-1__text {
  margin-bottom: 30px;
}
.text-image-layout-1__text .notes-text {
  margin-top: 10px;
}
.text-image-layout-1__image {
  text-align: center;
}
.text-image-layout-1__image .credit-limit-useful {
  position: relative;
  bottom: 5px;
}
.text-image-layout-1__table {
  float: left;
  padding-right: 50px;
  width: 620px;
}
.text-image-layout-1__table-ttl {
  margin: 0 0 6px 2px;
  font-size: 108%;
  color: #25997c;
}

/*- text-image-layout-2 --*/
.text-image-layout-2 {
  margin-bottom: 30px;
}
.text-image-layout-2:before, .text-image-layout-2:after {
  content: " ";
  display: table;
}
.text-image-layout-2:after {
  clear: both;
}
.text-image-layout-2 {
  *zoom: 1;
}
.text-image-layout-2__text {
  float: left;
  width: 395px;
}
.text-image-layout-2__text .notes-text {
  margin-top: 10px;
}
.text-image-layout-2__image {
  float: right;
}

/*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
/* top
/*+---------------------------------*/
/*- top-visual ---------*/
.top-visual {
  position: relative;
  width: 100%;
  height: 380px;
  background-image: url(/common/images/bg_mosaic.png);
  text-align: center;
}
.top-visual__bg-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6px;
  background-image: url(/images/top_visual_bg_top.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.top-visual__bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background-image: url(/images/top_visual_bg_bottom.png);
}
.top-visual-slider {
  position: absolute;
  z-index: 0;
  width: 100%;
}

.flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 12px;
  z-index: 10;
  width: 100%;
  height: 12px;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  margin: 0 4px;
}
.flex-control-nav li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  box-shadow: 0 1px 1px #ddd inset;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.flex-control-nav li a.flex-active {
  background-color: #a5f1e0;
}

/*- train-info ---------*/
.train-info {
  margin-bottom: 25px;
  padding-top: 4px;
  height: 42px;
  box-shadow: 0 0 6px #1c6472;
  background-color: #5ac4ad;
  background-image: url(/images/train_info_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.train-info__inner {
  margin: 0 auto;
  width: 1000px;
}
.train-info__button {
  float: left;
  margin-right: 3px;
  width: 120px;
}
.train-info__text {
  float: left;
  padding: 0 10px;
  width: 720px;
  height: 38px;
  border-radius: 3px;
  box-shadow: 0 2px 2px #c1c1c1 inset;
  background-color: #fff;
  line-height: 38px;
}
.train-info__text a {
  color: #221815;
  text-decoration: none;
}
.train-info__text a:hover {
  color: #655d5b;
}
.train-info__delay-button {
  float: right;
  width: 123px;
}

/*- top-layout-box-1 ---------*/
.top-layout-box-1 {
  margin-bottom: 25px;
  padding-bottom: 3px;
  overflow: hidden;
}
.top-layout-box-1__column-1 {
  float: left;
  width: 474px;
}
.top-layout-box-1__column-2 {
  float: right;
  width: 496px;
}

/*- top-layout-box-2 ---------*/
.top-layout-box-2 {
  margin-bottom: 25px;
}

/*- top-layout-box-3 ---------*/
.top-layout-box-3 {
  height: 375px;
}
.top-layout-box-3__column-1 {
  float: left;
  width: 259px;
}
.top-layout-box-3__column-2 {
  float: right;
  width: 715px;
}
.top-layout-box-3__column-2-1 {
  margin-bottom: 25px;
  height: 150px;
}
.top-layout-box-3__column-2-2 {
  height: 196px;
}

/*- top-guide-box ---------*/
.top-guide-box {
  margin-bottom: 15px;
  width: 474px;
  height: 168px;
}
.top-guide-box__column-1 {
  float: left;
  background-image: url(/images/guide_bg1.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 168px;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.top-guide-box__column-2 {
  float: right;
  background-image: url(/images/guide_bg2.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 168px;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.top-guide-box__heading {
  padding: 10px 0;
  text-align: center;
}
.top-guide-box__button {
  margin-left: 10px;
  overflow: hidden;
}
.top-guide-box__button li {
  float: left;
}
.top-guide-box__button li:first-child {
  margin-right: 5px;
}

/*- top-howto-box  ---------*/
.top-howto-box {
  height: 70px;
}
.top-howto-box a {
  display: block;
  background-image: url(/images/howto_bg.png);
  background-repeat: no-repeat;
  width: 474px;
  height: 70px;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.top-howto-box a:hover {
  background-image: url(/images/howto_bg_on.png);
}
.top-howto-box__heading {
  float: left;
  width: 173px;
  padding: 15px 15px 0 15px;
}
.top-howto-box__text {
  float: left;
  width: 260px;
  padding-top: 10px;
  font-size: 93%;
  color: #221815;
  text-decoration: none;
}
.top-howto-box__text:hover {
  color: #655d5b;
}

/*- top-information-box ---------*/
.top-information-box {
  padding: 18px 20px 35px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.top-information-box__heading {
  margin-bottom: 5px;
  width: 456px;
  border-bottom: 1px solid #c5c5c5;
  background-image: url(/common/images/heading_level2_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
}
.top-information-box__heading-title {
  float: left;
  padding: 10px 0;
  width: 300px;
  font-size: 123.1%;
  font-weight: bold;
}
.top-information-box__heading-button {
  float: left;
  padding-top: 13px;
  width: 156px;
  text-align: right;
}
.top-information-box__heading-button a {
  padding-left: 23px;
  background-image: url(/common/images/arrow3.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 93%;
  color: #221815;
  text-decoration: none;
}
.top-information-box__heading-button a:hover {
  color: #655d5b;
}

/*- top-information-list ---------*/
.top-information-list li {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.top-information-list__date {
  display: table-cell;
  width: 90px;
  font-size: 93%;
}
.top-information-list__text {
  display: table-cell;
}

/*- top-information-nodate ---------*/
.top-information-nodate{
	display:block;
  padding-left: 13px;
  padding-top:5px;
  padding-bottom:5px;
  background-image: url(../../../common/images/arrow1.png);
  background-repeat: no-repeat;
  background-position: left center;
}

/*- top-corse-box ---------*/
.top-corse-box {
  position: relative;
  background-image: url(/images/course_bg.png);
  background-repeat: no-repeat;
  width: 1000px;
  height: 114px;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.top-corse-box__heading {
  position: absolute;
  top: 19px;
  left: 27px;
}
.top-corse-box__banner {
  position: absolute;
  top: 14px;
  left: 257px;
  overflow: hidden;
}
.top-corse-box__banner li {
  float: left;
  margin-right: 10px;
}

/*- top-ticket-box ---------*/
.top-ticket-box {
  width: 256px;
  height: 270px;
  background-color: #56b9a1;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
  margin-bottom:10px;
}
.top-ticket-box__heading {
  padding: 12px 0 10px;
  text-align: center;
}
.top-ticket-box__banner li {
  margin-bottom: 7px;
  text-align: center;
}

/*- top-reserve-box ---------*/
.top-reserve-box {
  float: left;
  width: 463px;
  height: 150px;
}
.top-reserve-box img {
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}

/*- top-blog-box ---------*/
.top-blog-box {
  float: right;
  width: 236px;
  height: 150px;
}
.top-blog-box img {
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}

/*- top-csr-box ---------*/
.top-csr-box {
  float: left;
  width: 350px;
  height: 196px;
}
.top-csr-box img {
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}

/*- top-ad-body-box ---------*/
.top-ad-body-box {
  float: right;
  width: 350px;
  height: 196px;
}
.top-ad-body-box img {
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}

/* train-info
/*+---------------------------------*/
/*- train-info-text ---------*/
.train-info-text__text-1 {
  margin-bottom: 12px;
  font-size: 108%;
}
.train-info-text__text-2 {
  font-size: 93%;
}

/* delay-certificate
/*+---------------------------------*/
/*- certificate-box ---------*/
.certificate-box {
  margin-bottom: 40px;
  padding: 45px 35px 20px;
  background-color: #f4faf8;
}
.certificate-box__heading {
  margin-bottom: 20px;
  font-size: 197%;
  text-align: center;
  font-weight: normal;
}
.certificate-box__text {
  margin-bottom: 30px;
  font-size: 138.5%;
  text-align: center;
  line-height: 1.8;
}
.certificate-box__sign {
  text-align: right;
  font-size: 116%;
}

/*- time-stamp ---------*/
.time-stamp {
  margin-bottom: 10px;
  text-align: right;
}

/* recruit
/*+---------------------------------*/
/*- recruit-type-container ---------*/
.recruit-type-container {
  margin-bottom: 25px;
}

/*- recruit-type-heading -----*/
.recruit-type-heading {
  margin-bottom: 5px;
  font-size: 108%;
}

/*- recruit-type ---------*/
.recruit-type-heading.has-recruit-icon, .recruit-type-text.has-recruit-icon {
  padding-left: 28px;
  background-image: url(/recruit/images/icon_recruit.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  line-height: 24px;
}

/* howto
/*+---------------------------------*/
/*- ride-image ---------------*/
.ride-image {
  margin-top: 35px;
  text-align: center;
}

/*- change-attention-box -----*/
.change-attention-box {
  margin-top: 20px;
  padding: 10px 10px 10px 100px;
  background-color: #f4f3f3;
  background-image: url(/howto/images/change_trains_attention.png);
  background-repeat: no-repeat;
  background-position: 25px center;
}
.change-attention-box.is-english {
  background-image: url(/english/howto/images/change_trains_attention.png);
}
.change-attention-box__text {
  padding: 15px 20px;
  background-color: #fff;
}
.change-attention-box__example {
  padding: 10px 0;
}
.change-attention-box dt {
  margin-top: 5px;
  font-weight: bold;
}
.change-attention-box dt span {
  color: #25997c;
}
.change-attention-box dt:first-child {
  margin-top: 0;
}

/*- permitted-items ---------------*/
.permitted-items {
  margin-bottom: 20px;
}

/* reserve
/*+---------------------------------*/
/*- reserve-main-image ---------*/
.reserve-main-image {
  margin-bottom: 15px;
}

/*- reserve-lead ---------*/
.reserve-lead:before, .reserve-lead:after {
  content: " ";
  display: table;
}
.reserve-lead:after {
  clear: both;
}
.reserve-lead {
  *zoom: 1;
}
.reserve-lead__text {
  float: left;
  padding-top: 40px;
  width: 465px;
}
.reserve-lead__text span {
  display: block;
  margin-bottom: 10px;
  font-size: 116%;
  font-weight: bold;
}

/*- reserve-price -----------*/
.reserve-price__text-1 {
  font-size: 197%;
}
.reserve-price__text-2 {
  font-size: 153.9%;
  font-weight: bold;
}

/* outline
/*+---------------------------------*/
/*- outline-table ---------*/
.outline-table {
  margin-bottom: 45px;
}

/*- history-box -----------*/
.history-box {
  padding: 20px;
  text-align: center;
  background-color: #f6f6f6;
}
.history-box__heading {
  margin-bottom: 5px;
  color: #25997c;
  font-size: 123.1%;
}
.history-box__lead {
  margin-bottom: 15px;
}

/*- railway-line-box -------*/
.railway-line-box {
  display: table;
  padding: 20px 20px 20px 0;
  margin-top: 10px;
  background-color: #fff;
}
.railway-line-box__heading {
  display: table-cell;
  width: 125px;
  vertical-align: middle;
}
.railway-line-box__text {
  display: table-cell;
  width: 695px;
  text-align: left;
}

/* privacy policy
/*+---------------------------------*/
/*- privacy-lead ---------*/
.privacy-lead {
  margin-bottom: 25px;
}

/*- privacy-box ---------*/
.privacy-box dl {
  margin-bottom: 25px;
}
.privacy-box dl:last-child {
  margin-bottom: 0;
}
.privacy-box dl dt {
  font-size: 108%;
}

/* csr
/*+---------------------------------*/
/*- csr-content ---------*/
.csr-content {
  margin-bottom: 15px;
}
.csr-content:last-child {
  margin-bottom: 0;
}
.csr-content__heading {
  margin-bottom: 5px;
  font-size: 108%;
  color: #25997c;
  font-weight: bold;
}
.csr-content__text p + p {
  margin-top: 5px;
}
.csr-content + .information-box {
  margin-top: 30px;
}

/*- csr-history ---------*/
.csr-history {
  margin-top: 30px;
}
.csr-history__heading {
  font-size: 108%;
}

/* faq
/*+---------------------------------*/
/*- faq-lead ---------*/
.faq-lead {
  margin-bottom: 40px;
  font-size: 108%;
}

/*- answer-list -------*/
.answer-list {
  margin-top: 8px;
}
.answer-list li {
  display: inline-block;
  margin-right: 25px;
  padding-left: 12px;
  background-image: url(/faq/images/text_link_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
}

/* ad-body
/*+---------------------------------*/
/*- ad-body-record ---------*/
.ad-body-record {
  margin-top: 21px;
}
.ad-body-record:before, .ad-body-record:after {
  content: " ";
  display: table;
}
.ad-body-record:after {
  clear: both;
}
.ad-body-record {
  *zoom: 1;
}
.ad-body-record li {
  float: left;
  margin-left: 21px;
}
.ad-body-record li:first-child {
  margin-left: 0;
}

/* links
/*+---------------------------------*/
/*- link-list ---------*/
.link-list {
  font-size: 108%;
}
.link-list a {
  color: #221815;
}

/* fare
/*+---------------------------------*/
/*- distination-attention ----*/
.distination-attention {
  margin: 25px 0 20px;
}
.distination-attention__heading {
  margin-bottom: 5px;
}

/*- regular-fare-information --*/
.regular-fare-information {
  margin-top: 30px;
  padding: 25px;
  background-color: #e9f5f2;
}
.regular-fare-information__option-text {
  margin-bottom: 10px;
  font-size: 93%;
}

/*- coupon-store --*/
.coupon-store {
  margin-top: 30px;
}

/*- calculation-form --*/
.calculation-form {
  min-width: 85%;
}

/*- calculation-result --*/
.calculation-result {
  margin: 25px 0 30px 0;
  text-align: right;
  font-weight: bold;
}
.calculation-result__button {
  border: none;
  border-radius: 2px;
  padding: 10px 14px;
  background-color: #25997c;
  color: #fff;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.calculation-result__total {
  display: inline-block;
  border-bottom: 1px solid #8b8b8b;
  margin-left: 20px;
  padding-bottom: 5px;
  font-size: 108%;
}
.calculation-result__total-price {
  border: none;
  padding: 0 10px 5px 20px;
  width: 300px;
  font-size: 189%;
  text-align: right;
}

/* course
/*+---------------------------------*/
/*- course-lead --*/
.course-lead {
  margin-bottom: 30px;
  padding: 0 50px;
}
.course-lead__image {
  margin-bottom: 20px;
}

/*- course-list --*/
.course-list:before, .course-list:after {
  content: " ";
  display: table;
}
.course-list:after {
  clear: both;
}
.course-list {
  *zoom: 1;
}
.course-list li {
  float: left;
  width: 290px;
}
.course-list li + li {
  margin-left: 15px;
}
.course-list li .course-text {
  display: inline-block;
  padding: 5px 10px 0 10px;
  font-size: 100%;
  letter-spacing: -0.05em;
}

/*- course-box --*/
.course-box {
  margin-bottom: 35px;
}
.course-box.is-standard {
  background-image: url(/course/standard/images/standard_bg.png), url(/course/images/course_box_bg.png);
  background-position: left 32px;
  background-repeat: no-repeat,repeat;
}
.course-box.is-tennoji {
  background-image: url(/course/tennoji/images/tennoji_bg.png), url(/course/images/course_box_bg.png);
  background-position: left 32px;
  background-repeat: no-repeat,repeat;
}
.course-box.is-deep {
  background-image: url(/course/deep/images/deep_bg.png), url(/course/images/course_box_bg.png);
  background-position: left 32px;
  background-repeat: no-repeat,repeat;
}

/*- route-box --*/
.route-box {
  padding: 15px 50px 45px;
}
.route-box__lead {
  margin-bottom: 10px;
  text-align: center;
}
.route-box__lead-title {
  margin-bottom: 40px;
}
.route-box__lead-print {
  padding: 30px 0 15px 0;
}

/*- spot-container--*/
.spot-container {
  text-align: center;
}

/*- spot-box--*/
.spot-box {
  border: 8px solid #fff;
  width: 884px;
  background-image: url(/course/images/spot_box_bg.png);
}
.spot-box-layout-1:before, .spot-box-layout-1:after {
  content: " ";
  display: table;
}
.spot-box-layout-1:after {
  clear: both;
}
.spot-box-layout-1 {
  *zoom: 1;
}
.spot-box-layout-1__detail {
  float: left;
  padding: 8px 0 22px 30px;
  width: 470px;
  text-align: left;
}
.spot-box-layout-1__detail-title {
  margin-bottom: 5px;
}
.spot-box-layout-1__image {
  float: right;
  padding: 22px;
}
.spot-box-layout-2 {
  margin-top: 10px;
}
.spot-box-layout-2:before, .spot-box-layout-2:after {
  content: " ";
  display: table;
}
.spot-box-layout-2:after {
  clear: both;
}
.spot-box-layout-2 {
  *zoom: 1;
}
.spot-box-layout-2__detail {
  float: right;
  padding: 0 22px 22px 0;
  width: 530px;
  text-align: left;
}
.spot-box-layout-2__image {
  float: left;
  padding: 0 0 22px 22px;
}

/*- course-navigation--*/
.course-navigation {
  text-align: center;
}
.course-navigation li {
  display: inline-block;
}
.course-navigation li + li {
  margin-left: 12px;
}

/* ticket
/*+---------------------------------*/
/*- content-detail --*/
.content-detail:before, .content-detail:after {
  content: " ";
  display: table;
}
.content-detail:after {
  clear: both;
}
.content-detail {
  *zoom: 1;
}
.content-detail__image {
  float: left;
  text-align: center;
  width: 320px;
}
.content-detail-list {
  float: right;
  margin-top: 20px;
  width: 580px;
}
.content-detail-list__title {
  margin-bottom: 8px;
  font-size: 123.1%;
  font-weight: bold;
}
.content-detail-list__subtitle {
  margin-bottom: 2px;
  font-weight: bold;
}
.content-detail-list dd span {
  font-size: 93%;
}
.content-detail-list dd + dd {
  margin-top: 10px;
}

.ticket-table-indent {
  display: inline-block;
  padding-left: 5em;
  text-indent: -5em;
}

/* route
/*+---------------------------------*/
/*- route-image --*/
.route-image {
  margin: 30px 0 10px 0;
}

/* ic-card
/*+---------------------------------*/
/*- lead-ic-card --*/
.lead-ic-card {
  margin-bottom: 30px;
}
.lead-ic-card dt {
  margin-bottom: 15px;
  font-size: 153.9%;
  font-weight: bold;
}
.lead-ic-card dd {
  font-size: 108%;
}

/* fan
/*+---------------------------------*/
/*- omotenashi-list --*/
.omotenashi-list {
  margin-top: 25px;
}
.omotenashi-list:before, .omotenashi-list:after {
  content: " ";
  display: table;
}
.omotenashi-list:after {
  clear: both;
}
.omotenashi-list {
  *zoom: 1;
}
.omotenashi-list li {
  float: left;
  width: 420px;
}
.omotenashi-list li + li {
  margin-left: 60px;
}
.omotenashi-list li img {
  margin-bottom: 6px;
}
.omotenashi-list__title {
  margin-bottom: 2px;
  font-size: 116%;
  color: #25997c;
}

/*- various-elements-table-caption --*/
.various-elements-table-caption {
  margin-top: 15px;
}
.various-elements-table-caption dt {
  margin-bottom: 5px;
  font-weight: bold;
}

/*+-----+
/+ PAGE STYLE
/*+-------------------------------------------*/
/* top
/*+---------------------------------*/
/*- top-english-column-1 ---------*/
.top-english-column-1 {
  float: left;
  margin-top: 30px;
  width: 348px;
}

/*- top-english-column-2 ---------*/
.top-english-column-2 {
  float: right;
  margin-top: 30px;
  width: 610px;
}

/*- top-english-layout-box-1 ---------*/
.top-english-layout-box-1 {
  margin-bottom: 40px;
  overflow: hidden;
}

/*- english-passengers-box ---------*/
.english-passengers-box {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.english-passengers-box a {
  display: block;
  padding: 18px 20px;
  color: #221815;
  text-decoration: none;
}
.english-passengers-box a:hover {
  color: #655d5b;
}
.english-passengers-box__heading {
  margin-bottom: 15px;
  padding: 7px 0;
  border-bottom: 1px solid #c5c5c5;
  background-image: url(/common/images/heading_level2_line.png);
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 138.5%;
  font-weight: normal;
}

/*- english-inquiries-box ---------*/
.english-inquiries-box {
  border: 1px solid #cecece;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}
.english-inquiries-box__heading {
  margin-bottom: 5px;
  font-size: 116%;
  color: #ec7500;
}

/*- english-information-box ---------*/
.english-information-box__heading {
  margin-bottom: 10px;
  font-size: 123.1%;
}
.english-information-box__text-1 {
  font-size: 100%;
}
.english-information-box__text-2 {
  font-size: 108%;
}
.english-information-box__text-3 {
  margin-top: 15px;
  font-size: 93%;
}

/*- english-guide-box ---------*/
.english-guide-box {
  float: left;
  width: 295px;
  height: 148px;
  background-image: url(/english/images/guide_bg_en.png);
  background-repeat: no-repeat;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
}
.english-guide-box__heading {
  padding: 25px 0 15px;
  font-size: 123.1%;
  text-align: center;
  color: #fff;
}
.english-guide-box__button {
  margin-left: 15px;
  overflow: hidden;
}
.english-guide-box__button li {
  float: left;
}
.english-guide-box__button li:first-child {
  margin-right: 8px;
}

/*- english-fare-box ---------*/
.english-fare-box {
  float: right;
  width: 295px;
  height: 148px;
  background-image: url(/english/images/fare_bg_en.png);
  background-repeat: no-repeat;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c5d1d3;
  color: #fff;
}
.english-fare-box__heading {
  padding: 25px 0 15px;
  font-size: 153.9%;
  text-align: center;
}
.english-fare-box__text {
  padding: 0 20px;
  font-size: 123.1%;
}

/*+-----+
/+ BLOG STYLE
/*+-------------------------------------------*/
/* HEADING MODULE
/*+---------------------------------*/
/*- blog-title ---------*/
.blog-title {
  margin-bottom: 10px;
  height: 255px;
  background-image: url(/common/images/blog_title_bg.png);
  background-repeat: repeat-x;
  background-position: center top;
}
.blog-title__heading {
  text-align: center;
}

/*- blog-heading-1 ---------*/
.blog-heading-1 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #25997c;
  font-size: 182%;
}

/*- blog-heading-2 ---------*/
.blog-heading-2 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #25997c;
  font-size: 138.5%;
}

/* PARTS MODULE
/*+---------------------------------*/
/*- blog-contents-box ---------*/
.blog-contents-box {
  padding: 40px 50px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c1c1b7;
}

/*- blog-pagetop ---------*/
.blog-pagetop {
  clear: both;
  padding-top: 40px;
  text-align: right;
}
.blog-pagetop a {
  padding-left: 15px;
  background-image: url(/common/images/arrow_pagetop.png);
  background-repeat: no-repeat;
  background-position: left center;
  color: #221815;
  text-decoration: none;
  font-size: 85%;
}
.blog-pagetop a:hover {
  color: #655d5b;
}

/*- blog-post-date ---------*/
.blog-post-date {
  margin-bottom: 5px;
  color: #999;
  font-size: 108%;
}

/*- blog-article ---------*/
.blog-article__text {
  margin-bottom: 30px;
  line-height: 2.0;
}
.blog-article__image {
  text-align: center;
}
.blog-article__image img {
  max-width: 660px;
  height: auto;
}
.blog-article__image-text {
  margin-top: 5px;
}
.blog-article__image + .blog-article__image {
  margin-top: 30px;
}

/* SIDE MODULE
/*+---------------------------------*/
/*- blog-sub-box ---------*/
.blog-sub-box {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 2px 1px #c1c1b7;
}
.blog-sub-box__heading {
  padding: 17px 15px;
  border-top: 3px solid #d8d7d5;
  border-bottom: 1px solid #e7e7e6;
  background-color: #fff;
  background-image: url(/common/images/blog_sub_heading_bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.blog-sub-box__heading-text {
  padding-left: 10px;
  border-left: 3px solid #25997c;
  font-size: 108%;
  line-height: 1.2;
}
.blog-sub-box__inner {
  padding: 10px 17px 17px;
}

/*- blog-sub-list ---------*/
.blog-sub-list li {
  padding: 8px 0;
  border-top: 1px solid #dfdede;
  font-size: 93%;
}
.blog-sub-list li:first-child {
  border-top: none;
}
.blog-sub-list__text {
  font-size: 100%;
}
.blog-sub-list__archive a {
  color: #221815;
  text-decoration: none;
}
.blog-sub-list__archive a:hover {
  color: #655d5b;
}

/*+-----+
/+ PRINT STYLE
/*+-------------------------------------------*/
@media print {
  .is-delay-certificate header {
    display: none;
  }
  .is-delay-certificate .content {
    background-image: none;
    background-color: #fff;
  }
  .is-delay-certificate .topic-path {
    display: none;
  }
  .is-delay-certificate .heading-title {
    display: none;
  }
  .is-delay-certificate .contents-box {
    box-shadow: none;
  }
  .is-delay-certificate .print-button {
    display: none;
  }
  .is-delay-certificate footer {
    display: none;
  }

  .pagetop {
    display: none;
  }
}

/*+-----+
追加
/*+-------------------------------------------*/
.policy_midshi{
  line-height: 1.4em;
  border-left:3px solid #26997c;
  padding-left: 10px;
  font-weight: bold;
}

.policy-indent {
  padding-left: 1.8em;
  text-indent: -1.7em; 
}

.policy-indent02 {
  text-indent: -0.8em; 
}

.policy-indent03 {
  padding-left: 1em;
  text-indent: -1em; 
}

.policy-indent04 {
  padding-left: 1.8em;
  text-indent: -2em; 
}
.policy-indent05 {
  padding-left: 1.8em;
  text-indent: -2.5em; 
}
.weightb{
font-weight:bold;
}