@charset "UTF-8";
/* [parts] 見出し */
.h1_def {
  font-size: 19px;
}
.h1_def > span {
  padding: 10px 5px;
}

.h2_def {
  font-size: 18px;
}

.h3_def {
  font-size: 17px;
}

/* [parts] ボタン */
.fixsize {
  width: 100%;
}

/* [parts] リンクリスト .anchor_links */
.anchor_links_col {
  margin-left: 0;
}
.anchor_links_col li {
  padding-right: 0;
  float: none;
  width: 100%;
}

/* [parts] 詳細リンクリスト .more_links */
.more_links ul {
  border-right: 0;
}
.more_links li {
  display: block;
  width: 100% !important;
  border-left: 0;
  text-align: left;
}

/* [parts] ブロックリンク .block_links */
.block_links ul {
  margin: 0;
}
.block_links li {
  display: block;
  width: 100% !important;
}

/* [parts] 2カラムリスト .list_col 2カラム番号リスト .list_num_col */
.list_col, .list_num_col {
  margin-bottom: 0;
}
.list_col li, .list_num_col li {
  display: block;
  width: 100%;
  padding-left: 0;
}

/* [parts] PCサイズ/SPサイズ出し分け */
.display_large {
  display: none;
}

.display_small {
  display: block;
}

/* [parts] 広告ブロック */
.contents_banner {
  display: none;
}

.side_banner img {
  width: auto;
  max-width: 100%;
}

.side_banner .side_banner-pr {
	max-width:300px;
	box-sizing:border-box;
}

.contents_banner-pr {
  display: none;
}

/* [parts] ボタン */
p.sp_button {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: -moz-linear-gradient(top, #ffffff, #f3f3f3);
  background-image: linear-gradient(top, #ffffff, #f3f3f3);
}
p.sp_button a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px;
  position: relative;
  color: #333;
}
p.sp_button a:after {
  content: "";
  position: absolute;
  top: 50%;
  background: no-repeat 0 0;
}
p.sp_button.s_flat {
  background: #fff;
}
p.sp_button.s_blue {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a8cc6), color-stop(100%, #1d7fb7));
  background-image: -webkit-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: -moz-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: linear-gradient(top, #2a8cc6, #1d7fb7);
  text-align: center;
  border: 0;
}
p.sp_button.s_blue a {
  color: #fff;
}
p.sp_button.s_interchange a {
  padding-left: 36px;
}
p.sp_button.s_interchange a:after {
  width: 18px;
  height: 19px;
  left: 8px;
  margin-top: -9px;
  background-image: url(/resources/img/traffic/search/sp/icn_interchange.png);
  -webkit-background-size: 18px 19px;
  -moz-background-size: 18px 19px;
  background-size: 18px 19px;
}
p.sp_button.s_arrow a {
  padding-left: 22px;
}
p.sp_button.s_arrow a:after {
  width: 6px;
  height: 10px;
  left: 10px;
  margin-top: -5px;
  background-image: url(/resources/img/traffic/search/sp/icn_arrow_right_blue.png);
  -webkit-background-size: 6px 10px;
  -moz-background-size: 6px 10px;
  background-size: 6px 10px;
}
p.sp_button.s_toggle a {
  padding-left: 26px;
  color: #06c;
}
p.sp_button.s_toggle a:after {
  width: 11px;
  height: 11px;
  left: 10px;
  margin-top: -5px;
  background-image: url(/resources/img/traffic/search/sp/icn_discount.png);
  -webkit-background-size: 11px 22px;
  -moz-background-size: 11px 22px;
  background-size: 11px 22px;
}
p.sp_button.s_toggle a.s_open:after {
  background-position: 0 -11px;
}
p.sp_button.s_myroute a {
  padding-left: 30px;
}
p.sp_button.s_myroute a:after {
  width: 17px;
  height: 17px;
  left: 10px;
  margin-top: -9px;
  background-image: url(/resources/img/traffic/search/sp/icn_myroute.png);
  -webkit-background-size: 17px 17px;
  -moz-background-size: 17px 17px;
  background-size: 17px 17px;
}

input.sp_button {
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0;
  letter-spacing: 0.5em;
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 15px;
  border: 0;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a8cc6), color-stop(100%, #1d7fb7));
  background-image: -webkit-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: -moz-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: linear-gradient(top, #2a8cc6, #1d7fb7);
}

input.sp_button2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2a8cc6), color-stop(100%, #1d7fb7));
  background-image: -webkit-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: -moz-linear-gradient(top, #2a8cc6, #1d7fb7);
  background-image: linear-gradient(top, #2a8cc6, #1d7fb7);
  width: 100%;
  letter-spacing: 0.5em;
  display: block;
  margin: 0 auto;
  padding: 15px;
  border: 0;
  color: #fff;
}

/* [parts] 矢印リンク */
.sp_arrow_link {
  background: url(/resources/img/traffic/search/sp/icn_arrow_right_blue.png) no-repeat 0 50%;
  -webkit-background-size: 6px 10px;
  -moz-background-size: 6px 10px;
  background-size: 6px 10px;
  padding-left: 10px;
}

/* [parts] レイアウト */
.sp_layout_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.sp_layout_box > * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_layout_box.s_one_half > * {
  width: 50%;
}
.sp_layout_box.s_one_half > *:first-child {
  padding-right: 5px;
}
.sp_layout_box.s_one_half > *:last-child {
  padding-left: 5px;
}

/* [parts] 囲み */
.sp_column_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
.sp_column_box.s_gray {
  background-color: #f2f2f2;
}
.sp_column_box.s_blue {
  background-color: #edf4f8;
}
.sp_column_box.s_darkblue {
  background-color: #1c83bf;
  color: #fff;
}
.sp_column_box.s_darkblue hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #a4cde5;
  margin: 8px 0;
}
.sp_column_box p {
  margin: 0;
}

/* [parts] 囲みリンク */
.sp_link_box {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f9efb6;
}
.sp_link_box a {
  display: block;
  padding: 10px 23px 10px 10px;
  background: url(/resources/img/traffic/search/sp/icn_arrow_right_gray.png) no-repeat 100% 50%;
  -webkit-background-size: 17px 13px;
  -moz-background-size: 17px 13px;
  background-size: 17px 13px;
}

/* [parts] 下矢印 */
hr.sp_arrow {
  background: url(/resources/img/traffic/search/sp/icn_arrow_down_gray.png) no-repeat 50% 0;
  -webkit-background-size: 16px 8px;
  -moz-background-size: 16px 8px;
  background-size: 16px 8px;
  height: 8px;
  border: 0;
  margin: 6px 0;
}

/* [parts] リスト */
.sp_list {
  line-height: 1.2;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sp_list li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  background: #fff;
}
.sp_list li:first-child {
  border-top: 0;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sp_list li:last-child {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.sp_list li.none {
  padding: 20px;
  color: #f00;
}
.sp_list li a {
  color: #333;
  display: block;
  padding: 12px 23px 12px 10px;
  background: url(/resources/img/traffic/search/sp/icn_arrow_right_gray.png) no-repeat 100% 50%;
  -webkit-background-size: 17px 13px;
  -moz-background-size: 17px 13px;
  background-size: 17px 13px;
}

/* [parts] グリッドリスト */
.sp_grid_list {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.sp_grid_list li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
}
.sp_grid_list li:nth-child(odd) {
  border-right: 1px solid #ccc;
  margin-right: -1px;
}
.sp_grid_list li:nth-child(1) {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.sp_grid_list li:nth-child(2) {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.sp_grid_list li:nth-child(5) {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom: 0;
}
.sp_grid_list a {
  display: block;
}
.sp_grid_list label {
  display: block;
  padding: 12px 23px 12px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp_grid_list label > * {
  display: inline-block;
  vertical-align: middel;
}
.sp_grid_list input {
  margin: 0 5px 0 0;
  padding: 0;
}

.download_box {
  display: none;
}

/* [unit] フォーム送信ボタン */
.form_buttons ul li {
  display: block;
  width: 100%;
}
.form_buttons ul li.form_buttons-revise {
  padding: 0;
}
.form_buttons ul li.form_buttons-submit {
  padding: 15px 0 0 0;
}

/* [unit] サムネイルリスト */
.thumb_list ul {
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 310px;
}
.thumb_list li {
  display: block;
  width: 100%;
}
.thumb_list li .thumb_list-pad {
  margin-left: 0;
}

/* [unit] 回り込み画像 */
.float_media .float_media-rs, .float_media .float_media-ls {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 190px;
  float: none;
}
.float_media .float_media-rm, .float_media .float_media-lm {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  float: none;
}

/* [unit] 記事一覧 */
.index_cols2 .index_cols2-col, .related_cols .related_cols-col li {
  float: none;
  width: 100%;
}

.unit.index_cols2 {
  margin-top: 0;
}

.index_cols2 {
  margin-top: -15px;
}
.index_cols2 .index_cols2-pad {
  margin-top: 15px;
}
.index_cols2 .index_cols2-photo {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.index_cols1 .index_cols1-wrap .index_cols1-thumbnail {
  position: relative;
  text-align: center;
}
.index_cols1 .index_cols1-wrap .index_cols1-text {
  margin-left: 0;
  margin-top: 15px;
}

.related_cols .related_cols-col li {
  margin-top: 15px;
}
.related_cols .related_cols-col li:first-child {
  margin-top: 0;
}

/* タブ */
.tab_5 {
  display: block;
  width: 100%;
  border-bottom: 0 !important;
}
.tab_5 tbody, .tab_5 tr {
  display: block;
  width: 100%;
}
.tab_5 td {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tab_5 td:first-child {
  border-top-right-radius: 6px;
}
.tab_5 td:last-child {
  border-top-right-radius: 0  !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* [unit] SAPA記事コラム */
.sapa_index_list ul {
  margin-left: 0;
}
.sapa_index_list li {
  display: block;
  width: auto;
}
.sapa_index_list .sapa_index_list-pad {
  padding-left: 0;
}
.sapa_index_list .sapa_index_list-image {
  text-align: center;
}
