@charset "UTF-8";
/**
 * CS向上の取り組み：安全・安定輸送の取り組み：暴風の場合（在来線）
 */
/* ==========================================================================
   index
   ========================================================================== */
.question {
  background-image: url("img/bg.gif");
  background-repeat: repeat;
  padding: 30px; }
  .question h4 {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
    color: #0273bd;
    vertical-align: middle;
    position: relative;
    min-height: 46px;
    padding-left: 60px; }
    .question h4 img {
      padding-right: 10px; }
  .question .answer {
    margin-top: 15px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 20px; }

#flow .flowbox {
  overflow: hidden; }
  #flow .flowbox h4 {
    font-size: 130%;
    font-weight: bold;
    line-height: 1.5;
    color: #0273bd;
    vertical-align: middle; }
    #flow .flowbox h4 span {
      display: inline-block;
      vertical-align: middle; }
    #flow .flowbox h4 img {
      padding-right: 10px; }
  #flow .flowbox .contbox1 {
    background: transparent url("img/flow_line1.gif") repeat-y scroll left top;
    /* margin-top: 7px; */ }
    #flow .flowbox .contbox1 .inner {
      background: transparent url("img/flow_arrow1.gif") no-repeat scroll left bottom;
      margin-bottom: 10px;
      padding-bottom: 20px;
      padding-left: 40px; }
      #flow .flowbox .contbox1 .inner .borderbox {
        border-top: 1px dotted #cccccc;
        overflow: hidden;
        padding-top: 15px; }
  #flow .flowbox .contbox2 {
    background: transparent url("img/flow_line2.gif") repeat-y scroll left top;
    /* margin-top: 7px; */ }
    #flow .flowbox .contbox2 .inner {
      background: transparent url("img/flow_arrow2.gif") no-repeat scroll left bottom;
      margin-bottom: 10px;
      padding-bottom: 20px;
      padding-left: 40px; }
      #flow .flowbox .contbox2 .inner .borderbox {
        border-top: 1px dotted #cccccc;
        overflow: hidden;
        padding-top: 15px; }
  #flow .flowbox .lastbox {
    background-image: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  #flow .flowbox .textbox {
    float: left;
    width: 420px; }
  #flow .flowbox .textbox_s {
    float: left;
    width: 280px; }
  #flow .flowbox .imgbox {
    float: right;
    width: 180px; }
  #flow .flowbox .imgbox_l {
    float: right;
    width: 360px;
    font-size: 0; }
    #flow .flowbox .imgbox_l li {
      width: 160px;
      padding-right: 20px;
      padding-bottom: 30px;
      display: inline-block;
      vertical-align: top;
      /*          &:first-child {
                  height:200px;
                }*/ }
      #flow .flowbox .imgbox_l li .photo_l {
        position: relative; }
        #flow .flowbox .imgbox_l li .photo_l .photo_icon {
          position: absolute;
          top: 127px;
          right: 1px; }
        #flow .flowbox .imgbox_l li .photo_l .photo_txt {
          position: absolute;
          top: 165px;
          left: 0;
          font-size: 11px;
          line-height: 120%; }

.text {
  margin: 0 20px; }

.nondis {
  display: none; }

.red {
  color: #ff0000; }

.photo {
  position: relative; }
  .photo span {
    position: absolute;
    bottom: 1px;
    right: 21px; }

.tabBox {
  background: url(img/bg_tabBox.gif) #f2f3f5 repeat-x left top !important; }

.tabBox ul {
  letter-spacing: -.40em;
  padding: 15px 20px 10px; }

.tabBox ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  font-size: 100%;
  margin-right: 20px;
  vertical-align: top;
  line-height: 1.5 !important; }

.tabBox ul li a {
  background-color: #FFF;
  border: 1px solid #cfd3d6;
  padding: 8px 10px;
  vertical-align: top;
  display: block;
  height: 18px; }

.tabBox ul li a:hover {
  border: 1px solid #0073bc; }

.tabBox ul li a.active {
  background: url(img/bg_tab_active.gif) no-repeat center top !important;
  color: #FFF;
  border: none;
  height: 26px; }

.w250 {
  width: 250px; }

.question .img-q {
  position: absolute;
  top: 0;
  left: 0; }

.question .text-q {
  padding-top: 10px;
  display: block; }
