@charset "UTF-8";
/* Scss Document */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 1200px;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.contents {
  margin: 60px 0;
  font-family: "メイリオ", Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  color: #000;
}
.contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents_inner {
  width: 1140px;
  margin: 0 auto;
}
.contents_inner.flex_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contents_inner.flex_contents > div {
  width: 360px;
}
.contents_inner.flex_contents > div p {
  margin: 20px 0 50px;
  line-height: 1.9;
}
.contents_inner.flex_contents .car_function {
  margin-bottom: 60px;
}
.contents_inner.flex_contents .car_function p {
  margin: 20px 0 0;
}
.contents_inner.flex_contents .flex_col_2 {
  width: 550px;
}
.contents_inner.flex_contents .flex_auto {
  width: auto;
}
.contents_inner figure {
  margin: 60px 0 30px;
}
.contents_inner figure img {
  margin: 0 auto;
}
.contents_inner + .contents_inner {
  padding-top: 60px;
}
.contents_inner.u-pd-t0 {
  padding-top: 0;
}

.pc_contents {
  display: inherit;
}

.sp_contents {
  display: none;
}

.txt_c {
  text-align: center;
}

.mainvisual + .tab_contents {
  margin-top: 50px;
}

.tab_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 4px solid #C3002F;
}
.tab_select li {
  width: 41%;
  max-width: 466px;
  margin: 0 20px;
  text-align: center;
}
.tab_select li a {
  display: block;
  padding: 20px 10px;
  border-radius: 8px 8px 0 0;
  border: 2px solid #ccc;
  border-bottom: none;
  color: #bbb;
}
.tab_select li.active a, .tab_select li:hover a {
  background-color: #C3002F;
  border-color: #C3002F;
  color: #fff;
}

h4 {
  width: 1140px;
  margin: 60px auto;
}

.search_area {
  margin: 70px 0;
}

.tit_searchBOX {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 18px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.wrap_search {
  background-color: #eee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.line_box {
  padding: 20px 0 0 0;
}

.search_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  padding: 25px 30px;
}
.search_box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_box dt span {
  margin-right: 0.5em;
}
.search_box dt input {
  width: 200px;
  padding: 5px;
  font-size: 16px;
}
.search_box dt .pulldown {
  width: 200px;
  height: 32px;
  margin: 0 20px;
  padding: 5px;
  font-size: 16px;
}

.voice_area {
  background-color: #f4f4f4;
}
.voice_area + .tit_sec {
  margin-top: 100px;
}

.box_btn {
  max-width: 480px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}
.box_btn button {
  width: 100%;
  padding: 25px 0;
  font-size: 22px;
  line-height: 1;
  border: 0;
  outline: none;
  color: #fff;
  background: #006ec3 url(../IMAGES/arw_bottom.svg) center right 30px no-repeat;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.box_btn button:hover {
  opacity: 0.8;
}

.tit_sec {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 1140px;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 18px;
  margin-top: 70px;
}

.note_red {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #c3092f;
}
.note_red.sec_flow {
  width: 1140px;
}

.result_area {
  position: relative;
  padding: 60px 0;
  background-color: #000;
  color: #fff;
  display: none;
}
.result_area.visible_rslt {
  display: block;
}
.result_area:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 35px 0 35px;
  border-color: #fff transparent transparent transparent;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.result_info {
  margin-bottom: 30px;
  font-size: 14px;
}

.result_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result_set .shop {
  font-size: 18px;
  margin-bottom: 0.5em;
}
.result_set .shop + p {
  font-size: 14px;
}
.result_set + .result_set {
  margin-top: 30px;
}

.wrap_flow.sp_contents {
  display: none;
}

.wrap_flow {
  display: table;
  margin-top: 30px;
}
.wrap_flow .box_item {
  width: 190px;
  height: 220px;
  display: table-cell;
}
.wrap_flow .box_item span {
  font-size: 14px;
}
.wrap_flow .arw {
  display: table-cell;
}
.wrap_flow.pc_contents {
  margin-bottom: 100px;
  font-size: 0;
}
.wrap_flow.pc_contents .arw {
  vertical-align: middle;
  text-align: center;
}

.charge_spot {
  margin-top: 30px;
}
.charge_spot > div {
  display: table-cell;
  vertical-align: top;
}
.charge_spot > div.charge_R {
  padding: 0 20px;
}
.charge_spot > div.charge_R p {
  margin: 15px 0;
}

.monitor_share {
  margin-top: 30px;
  border-collapse: separate;
}
.monitor_share > div {
  float: left;
  vertical-align: top;
  width: 560px;
  height: 950px;
  text-align: center;
  background: #eee;
}
.monitor_share > div.ranking {
  margin: 0 0 0 20px;
}
.monitor_share .share_twt {
  margin: 0 15px;
  background: #fff;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.back_search {
  max-width: 960px;
  margin: 0 auto;
  font-size: 0;
}

.back_search img {
  margin: 0 auto;
}

.caution_contents {
  padding: 80px 0 40px;
}
.caution_contents h5 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: bold;
}
.caution_contents p.txt_enp {
  margin-bottom: 0.5em;
}
.caution_contents p:last-child {
  padding-top: 1em;
  font-size: 12px;
  line-height: 1.8;
}

.note_contents p {
  margin-bottom: 1em;
  font-size: 12px;
  line-height: 1.8;
}

#thanks h2 {
  font-size: 24px;
  text-align: center;
  color: #c3002f;
  font-weight: bold;
  margin-bottom: 50px;
}
#thanks img {
  margin: 0 auto 30px;
}
#thanks .contents_inner {
  position: relative;
}
#thanks .tit_thanks {
  position: absolute;
  top: -50px;
  right: 0;
}
#thanks .kv_thanks {
  margin-bottom: 50px;
}
#thanks .kv_min {
  width: 80%;
}

#toTop {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 1;
}

.twt_btn {
  margin-top: 20px;
  text-align: center;
}
.twt_btn a img {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s;
  transition: .3s;
}
.twt_btn a:hover img {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.kv_thanks {
  text-align: center;
}
.kv_thanks p {
  width: 960px;
  margin: 15px auto;
}

#questionaire .contents img {
  margin: 30px auto;
}

.wrap_qst_twt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1140px;
  margin: 40px 0;
}

.wrap_plus {
  line-height: 20;
  width: 140px;
  text-align: center;
}
.wrap_plus img {
  vertical-align: middle;
}

.wrap_qst,
.wrap_twt {
  width: 500px;
  text-align: center;
}

.wrap_qst {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px #343434 solid;
}
.wrap_qst p {
  text-align: left;
  margin: 0 20px 20px;
  font-weight: bold;
}

.wrap_twt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px #2aa2ee solid;
}
.wrap_twt p {
  text-align: left;
  margin: 0 20px 20px;
  font-weight: bold;
}

.tit_qst {
  height: 60px;
  background-color: #343434;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 2.5;
}

.tit_twt {
  height: 60px;
  background-color: #2aa2ee;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 2.5;
}

.scroll_note {
  height: 340px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 12px;
  margin-top: 20px;
}
.scroll_note .tit_note {
  margin: 20px 0;
  font-weight: bold;
}
.scroll_note .tit_note.second {
  margin-top: 40px;
}
.scroll_note .dsc_note {
  margin-bottom: 20px;
}
.scroll_note .last {
  margin-top: 20px;
}
.scroll_note .note_btm {
  margin-top: 20px;
  font-size: 100%;
}
.scroll_note .note_btm a {
  color: #000;
}
.scroll_note .note_btm a.txt_urllink {
  text-decoration: underline;
}
.scroll_note .note_btm a.txt_urllink:hover {
  color: #c3092f;
  text-decoration: none;
}
.scroll_note ul > li > ul {
  margin-bottom: 20px;
}

.wrap_chkbox {
  padding: 40px 0;
  text-align: center;
}
.wrap_chkbox #checkBtn1,
.wrap_chkbox #checkBtn2 {
  margin-right: 10px;
}
.wrap_chkbox #submitBtn {
  border: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 40px;
}

.link_detail {
  margin: 0 0 30px;
  text-align: center;
}
.link_detail a {
  color: #000;
}
.link_detail a:hover {
  color: #c3092f;
  text-decoration: underline;
}

.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.present {
  margin-top: 50px;
}
.present .present_info {
  text-align: center;
}
.present .present_info p {
  margin: 10px 0 0;
}
.present .present_info p + .pc_contents {
  padding-top: 20px;
  font-size: 0;
}
.present .present_info p a {
  color: #c3002f;
}
@media screen and (min-width: 768px) {
  .present .present_info + .present_info {
    padding-top: 60px;
  }
}

.list_model li {
  float: left;
}
.list_model li a {
  color: #000;
}
.list_model li a:hover {
  color: #c3002f;
}

.cashback_x {
  margin: 0 30px 0 0;
}

.wrap_dealer {
  margin-top: 60px;
  text-align: center;
}
.wrap_dealer .btn_dealer {
  margin-bottom: 25px;
  text-align: center;
  font-size: 0;
}
.wrap_dealer .btn_dealer img {
  margin: 0 auto;
}
.wrap_dealer .dealer_region .flex_contents {
  width: 960px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrap_dealer .dealer_region .flex_contents li {
  width: 31.5%;
  margin-bottom: 30px;
  text-align: center;
  background: #000;
}
.wrap_dealer .dealer_region .flex_contents li a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.wrap_kv {
  margin: 30px 0 50px;
}

.content_present {
  margin: 40px 0 50px;
  padding: 20px 0;
  text-align: center;
  background: #eee;
  /*border: 4px solid #343434;*/
}

.present_qst,
.present_twt {
  margin: 40px 0;
}

.present_msg {
  margin: 30px 0 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.txt_min {
  font-size: 12px;
}

.txt_function a {
  color: #000;
}

.txt_after {
  font-size: 18px;
}
.txt_after:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 15px auto 10px;
  border-style: solid;
  border-width: 25px 30px 0 30px;
  border-color: #000000 transparent transparent transparent;
}

.line_note {
  margin-top: 30px;
  font-size: 14px;
}

.btn_line {
  margin: 0 auto;
  padding: 20px 0 25px;
  text-align: center;
}
.btn_line a {
  display: inline-block;
}
.btn_line a img {
  vertical-align: bottom;
}
.btn_line .box_txt {
  line-height: 1;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .btn_line .box_txt {
    font-size: 16px;
  }
}
.btn_line .box_txt span {
  margin: 0;
}
.btn_line .box_txt .txt {
  display: block;
}
@media screen and (min-width: 768px) {
  .btn_line .box_txt .txt {
    display: inline-block;
  }
}
.btn_line .box_txt .txt + .txt {
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  .btn_line .box_txt .txt + .txt {
    padding-top: 0;
    padding-left: 14px;
  }
}

.sortMenu {
  padding: 15px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .sortMenu {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    text-align: right;
    font-size: 16px;
  }
}
.sortMenu select {
  display: block;
  width: 100%;
  height: 32px;
  padding: 5px;
  font-family: inherit;
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .sortMenu select {
    display: inline-block;
    width: auto;
  }
}
.sortMenu select + select {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sortMenu select + select {
    margin-top: 20px;
    margin-left: 10px;
  }
}
.sortMenu select + p {
  padding-top: 15px;
}
.sortMenu .u-hidden {
  display: none;
}
.sortMenu + .voice_area {
  margin-top: 15px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .sortMenu + .voice_area {
    margin-top: 20px;
    padding-top: 40px;
  }
}

.gn_element header.grid-row.bleed {
  max-width: 100%;
}

.related {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -20px;
  border-top: 1px solid #e2e2e2;
  background: #000;
  font-size: 11px;
}

.restrict {
  max-width: 1200px !important;
  margin: 0 auto;
}
.restrict .related-links ul {
  float: right;
}
.restrict .related-links ul li {
  float: left;
}
.restrict .related-links ul li:before {
  display: inline-block;
  padding: 0 4px;
  color: #c1c1c1;
  content: " | ";
  font-size: 12px;
  line-height: 1.6rem;
}
.restrict .related-links ul li:first-child:before {
  content: "";
}
.restrict .related-links a {
  padding: 0 10px;
  color: #c1c1c1;
  font-size: 11px;
  line-height: 1.6rem;
  text-decoration: none;
}
.restrict .related-links a:hover {
  text-decoration: underline;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }

  #gn_header .c_010B .search-form {
    padding-right: 0;
  }

  p {
    font-size: 14px;
  }
  p.txt_caution {
    font-size: 12px;
  }

  .contents {
    margin: 0 0 20px;
  }
  .contents.kiyaku, .contents.thanks {
    margin: 20px 0 40px;
  }
  .contents img {
    width: 100%;
  }

  .mainvisual {
    padding-top: 20px;
  }
  .mainvisual .sp_contents h2 {
    font-size: 0;
  }
  .mainvisual + .tab_contents {
    margin-top: 40px;
  }
  .mainvisual + #search_shop {
    padding-top: 50px;
  }

  .contents_inner {
    width: 100%;
    padding: 0 20px;
  }
  .contents_inner.flex_contents {
    display: block;
  }
  .contents_inner.flex_contents > div {
    width: 100%;
  }
  .contents_inner.flex_contents > div p {
    line-height: 1.5;
  }
  .contents_inner.flex_contents .flex_col_2 {
    width: 100%;
  }
  .contents_inner figure {
    margin: 0 0 20px;
  }
  .contents_inner + .contents_inner {
    padding-top: 40px;
  }
  .contents_inner + .tit_sec {
    margin-top: 50px;
  }
  .contents_inner.u-pd-t0 {
    padding-top: 0;
  }

  .car_function + .car_function {
    padding-top: 40px;
  }
  .car_function.u-pd-t0 {
    padding-top: 0;
  }

  .pc_contents {
    display: none;
  }

  .sp_contents {
    display: inherit;
  }

  .tab_select {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 4px solid #C3002F;
  }
  .tab_select li {
    width: 45%;
    margin: 0 10px;
    text-align: center;
    height: 100%;
  }
  .tab_select li a {
    padding: 5px 5px;
    font-size: 13px;
    letter-spacing: -1px;
  }
  .tab_select li + li {
    margin-left: 0;
  }

  h3 {
    width: 100%;
    margin: 8% 0;
  }

  .tit_searchBOX,
  .tit_sec {
    width: 100%;
    font-size: 16px;
    margin: 0;
  }
  .tit_searchBOX .txt,
  .tit_sec .txt {
    display: block;
  }

  .search_area {
    margin: 50px 0;
  }

  .tit_searchBOX {
    margin-top: 50px;
  }

  .line_box {
    padding: 20px 20px 15px 20px;
  }

  .search_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 15px 20px 25px 20px;
  }
  .search_box dt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 3%;
  }
  .search_box dt span {
    margin: 0 0 4%;
    text-align: center;
  }
  .search_box dt span.zip_code {
    width: 100%;
  }
  .search_box dt span.zip_code_num {
    width: 40%;
  }
  .search_box dt span.zip_code_num input {
    width: 100%;
  }
  .search_box dt span.zip_code_and {
    width: 5%;
  }
  .search_box dt span.zip_code_and + .zip_code_num {
    width: 55%;
  }
  .search_box dt span.car_select {
    width: 100%;
  }
  .search_box dt .pulldown {
    width: 100%;
    margin: 0;
  }
  .search_box .search_btn {
    min-height: 0%;
  }

  .note_red {
    width: 100%;
    margin-bottom: 20px;
  }

  .result_area {
    padding: 10% 0;
  }
  .result_area:before {
    border-width: 30px 30px 0 30px;
  }
  .result_area + .tit_sec {
    margin-top: 70px;
  }

  .result_info {
    margin-bottom: 5%;
    text-align: center;
  }

  .result_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .result_set + .result_set {
    margin-top: 10%;
  }
  .result_set dd {
    margin-top: 4%;
    padding: 0 40px;
  }

  .wrap_flow.sp_contents {
    display: inherit;
    margin-top: 0;
    padding-top: 20px;
  }
  .wrap_flow.sp_contents + .tit_sec {
    margin-top: 50px;
  }

  .note_red.sec_flow {
    width: 100%;
    padding: 0 1%;
  }

  .charge_spot_sp .charge_R p {
    margin: 1em 0;
  }

  .monitor_share > div {
    float: none;
    width: 100%;
    height: 100%;
  }
  .monitor_share > div.tweet {
    padding: 0 0 20px;
  }
  .monitor_share > div.ranking {
    margin: 20px 0 0;
  }
  .monitor_share > div img {
    vertical-align: bottom;
  }

  h4 {
    width: 100%;
    margin: 20px auto;
  }

  .caution_contents {
    padding: 15% 20px;
  }
  .caution_contents h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }

  #thanks h2 {
    margin: 0;
  }
  #thanks .tit_thanks {
    position: static;
    margin-left: auto;
    width: 100px;
  }
  #thanks .twt_btn p {
    width: 100%;
    text-align: left;
  }
  #thanks img {
    margin: 0 auto 20px;
  }
  #thanks .kv_thanks {
    margin: 0;
  }

  .kv_thanks {
    padding-top: 10px;
  }
  .kv_thanks p {
    width: 100%;
    text-align: left;
  }

  .wrap_qst_twt {
    width: 100%;
    display: block;
  }
  .wrap_qst_twt .wrap_qst, .wrap_qst_twt .wrap_twt {
    width: 100%;
  }
  .wrap_qst_twt .wrap_qst img, .wrap_qst_twt .wrap_twt img {
    width: 75px;
  }
  .wrap_qst_twt .wrap_qst p, .wrap_qst_twt .wrap_twt p {
    margin-bottom: 20px;
  }
  .wrap_qst_twt .wrap_plus {
    line-height: 0;
    width: 100%;
  }
  .wrap_qst_twt .wrap_plus img {
    width: 50px;
  }
  .wrap_qst_twt .tit_qst, .wrap_qst_twt .tit_twt {
    height: 40px;
    font-size: 16px;
  }

  .wrap_chkbox {
    padding: 15px 0;
  }
  .wrap_chkbox label {
    font-size: 16px;
  }
  .wrap_chkbox #submitBtn {
    margin-top: 10px;
  }
  .wrap_chkbox #sp_submitBtn {
    width: 100%;
    margin-top: 10px;
  }

  .link_detail {
    margin: 0 0 20px;
  }

  .present {
    margin: 0;
    padding-top: 20px;
  }

  .present_info .flex_center {
    display: block;
    font-size: 0;
  }
  .present_info .flex_center_item {
    display: inline-block;
    width: 47%;
  }
  .present_info .flex_center_item + .flex_center_item {
    margin-left: 15px;
  }
  .present_info .u-pd-t25 {
    padding-top: 25px;
  }
  .present_info p {
    text-align: left;
  }
  .present_info + .present_info {
    padding-top: 25px;
  }

  .contact_info_list {
    padding: 0 20px;
    text-align: center;
    font-size: 0;
  }
  .contact_info_list.is-left {
    text-align: left;
  }
  .contact_info_list + .contact_info_list {
    padding-top: 6%;
  }
  .contact_info_list .adjust-box {
    display: inline-block;
    width: 47%;
  }
  .contact_info_list .adjust-box + .adjust-box {
    margin-left: 6%;
  }

  .voice_area + .tit_sec {
    margin-top: 50px;
  }

  .basisWrap .postView + .box_btn {
    padding: 15px 0 30px 0;
  }
  .basisWrap .box_btn {
    padding: 0;
  }
  .basisWrap .box_btn button {
    padding: 14px 0;
    font-size: 14px;
    background-size: 12px auto;
    background-position: center right 15px;
  }

  .wrap_dealer {
    margin-top: 30px;
  }
  .wrap_dealer .btn_dealer {
    margin-bottom: 20px;
  }
  .wrap_dealer .dealer_region .flex_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .wrap_dealer .dealer_region .flex_contents li {
    width: 48%;
    margin-bottom: 15px;
  }
  .wrap_dealer .dealer_region .flex_contents li a {
    padding: 10px 0;
    font-size: 14px;
  }

  .wrap_kv {
    margin: 15px 0;
  }

  .contents_inner.wrap_cashback_x {
    margin-top: 0;
  }
  .contents_inner.wrap_cashback_x .flex_auto {
    margin: 0;
  }
  .contents_inner.wrap_cashback_x .flex_auto img {
    vertical-align: bottom;
  }

  .scroll_note {
    margin: 0;
  }

  .content_present {
    margin: 20px 0;
    padding: 5px 20px;
    /*border: 2px solid #343434;*/
  }

  .present_qst,
  .present_twt {
    margin: 25px 0;
  }

  .present_msg {
    margin: 0;
  }

  .txt_after {
    font-size: 16px;
  }
  .txt_after:after {
    border-width: 20px 25px 0 25px;
  }

  .line_note {
    margin-top: 20px;
    text-align: left;
  }

  .btn_line {
    padding: 20px;
  }

  .related {
    padding: 0;
    height: auto;
  }

  .restrict {
    max-width: auto;
  }
  .restrict .related-links {
    float: none;
  }
  .restrict .related-links ul {
    float: none;
  }
  .restrict .related-links ul li {
    float: none;
    border-bottom: 1px dashed #3e3e3e;
  }
  .restrict .related-links ul li:last-child {
    border-bottom: none;
  }
  .restrict .related-links ul li:before {
    content: "";
    display: none;
  }
  .restrict .related-links a {
    display: block;
    padding: 10px 0;
    font-size: 9px;
    line-height: 1.2;
    text-indent: 12px;
  }
  .restrict .related-links a:after {
    content: "";
    display: none;
  }
}
.grid {
  position: relative;
}

.item {
  display: block;
  position: absolute;
  width: 24%;
  height: auto;
  margin: 5px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .item {
    width: 44%;
    margin: 3%;
  }
  .item .hash {
    font-size: 12px;
  }
}
.item:nth-child(3n+2) .item-content {
  background: #b3def8;
}
.item:nth-child(3n+2) .item-content p {
  color: #006ec3;
}
.item:nth-child(3n+2) .item-content .hash a {
  color: #006ec3;
}
.item:nth-child(3n+3) .item-content {
  background: #006ec3;
}
.item:nth-child(3n+3) .item-content p {
  color: #fff;
}
.item:nth-child(3n+3) .item-content .hash a {
  color: #fff;
}

.item.muuri-dragging,
.item.muuri-releasing {
  z-index: 2;
}

.item.muuri-hidden {
  z-index: 0;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 1vh;
}
.item-content p {
  width: 100%;
  color: #006ec3;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .item-content p {
    font-size: 12px;
  }
}
.item-content .hash a {
  color: #006ec3;
}

@media screen and (min-width: 768px) {
  .u-pc-block {
    display: block;
  }
}

#footer {
  line-height: 1.7;
  color: #666666;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  -webkit-text-size-adjust: 100%;
}

/*# sourceMappingURL=style.css.map */