.container .main_contents {
  margin-bottom: 115px;
}

.form_wrap {
  padding: 20px;
  background: #f2f3f5;
}
.form_block {
  border: 1px solid #ccc;
  background: #fff;
}
.form_block section[class^="form_block"] {
  padding: 40px;
}
.form_block section[class^="form_block"] + section[class^="form_block"] {
  border-top: 1px solid #ccc;
}
.form_block section[class^="form_block"] .form_block_head {
  margin-left: 1em;
  color: #17458a;
  line-height: 1;
  font-size: 17px;
  font-weight: bold;
  text-indent: -1em;
}
.select_wrap {
  width: 390px;
  position: relative;
  margin-top: 14px;
}
.select_wrap select::-ms-expand {
  display: none;
}
.select_wrap::after {
  display: inline-block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #dcdcdc;
  background: url(../img/icon_triangle_bottom.png) no-repeat center;
  content: "";
}
.railpassSelect,.areaSelect {
  width: 100%;
  position: relative;
  padding: 0;
  padding: 12px 35px 12px 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 15px;
  background: transparent;
  z-index: 1;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.label_wrap {
  margin-top: 31px;
}
.label_wrap label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.label_wrap label + label {
  margin-top: 10px;
}
.label_wrap label img {
  margin-right: 10px;
}
#btnSubmit {
  width: 100%;
  margin-top: 20px;
  padding: 3px 0 2px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #0473bd;
  cursor: pointer;

  appearance: none;
}
#btnSubmit img {
  width: 40px;
}
.form_notesList {
  margin-top: 17px;
  margin-left: 0.8em;
  line-height: 1.71;
  font-size: 14px;
  text-indent: -0.8em;
}
/*  */
.result_wrap {
  width: 840px;
  margin: 0 auto;
  padding-top: 69px !important;
}
.result_wrap p.result_head {
  margin-bottom: 47px;
  padding: 0;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.result_wrap p.result_head span {
  color: #0075b6;
}
.result_area + .result_area {
  margin-top: 60px;
}
.result_wrap p.result_areaHead {
  padding-left: 12px;
  border-left: 4px solid #17458a;
  color: #17458a;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
}
.result_wrap .result_areaList {
  margin-top: 20px;
}
.result_wrap .result_areaList .result_areaList_item {
  display: flex;
}
.result_areaList_item .name {
  width: 251px;
}
.result_areaList_item .time {
  width: 251px;
  border-left: 1px solid #ccc;
}
.result_areaList_item .howto {
  width: 336px;
  border-left: 1px solid #ccc;
}
/* 見出し */
.result_areaList_item.item_head {
  color: #fff;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background: #17458a;
}
.result_areaList_item.item_head > p {
  padding: 8px 0;
}
/* 内容 */
.result_areaList_item.item_cnt > p {
  display: flex;
  padding: 20px 19px;
  line-height: 1.39;
  font-size: 18px;

  align-items: center;
  flex-wrap: wrap;
}
.result_areaList_item.item_cnt > p span.red {
  color: #c00;
}
.result_areaList_item.item_cnt > p span.note {
  display: block;
  margin-top: 5px;
  margin-left: 0.5em;
  font-size: 14px;
  text-indent: -0.5em;
}
.result_areaList_item.item_cnt:nth-of-type(even) {
  background: #e6f2ff;
}
.result_areaList_item.item_cnt:nth-of-type(odd) {
  background: #fafcff;
}
.result_areaList_item.item_cnt .howto img + img {
  margin-left: 10px;
}
.noresults {
  font-size: 16px;
  text-align: center;
}
/*  */
.receive_content_nav .panel_default {
  width: 100%;
}