@charset "UTF-8";
/* reset
--------------------------------------*/
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%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ins {
  text-decoration: none;
}

mark {
  background-color: #f2f82f;
  color: #171216;
  font-weight: bold;
}

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

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

del {
  color: #333;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #9d9d9d;
  margin: 1rem 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  border: none;
  vertical-align: middle;
  line-height: 0;
}

/*--------------------------------------
	common
--------------------------------------*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #515157;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input,
textarea,
button,
select,
i {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a {
  color: #0079ff;
  text-decoration: none;
}
a:hover {
  color: #106aa7;
  text-decoration: underline;
}
a:visited {
  color: #106aa7;
}

a,
a:hover {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  width: 100%;
  width: auto;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: 'palt';
}

/*	TEXTカラー
--------------------------------------*/
.txt-wt {
  color: #fff;
}

.txt-red,
.red {
  color: #ff4d4a;
}

.txt-blue {
  color: #468cbd;
}

/*	調整用
--------------------------------------*/
.none_bg {
  background: none !important;
}

.none_bd {
  border: none !important;
}

.none_bd_top {
  border-top: none !important;
}

/* 改行 */
.no_br br {
  display: none;
}

.on_br br {
  display: block;
}

@media screen and (min-width: 960px) {
  .no_br br {
    display: block;
  }

  .on_br br {
    display: none;
  }
}
/* TEXT配置 */
.txt_center {
  text-align: center !important;
}

.txt_right {
  text-align: right !important;
}

.txt_left {
  text-align: left !important;
}

/*  文字ツメ */
.txt_spac {
  letter-spacing: -1px;
}

.txt_spac_pl {
  letter-spacing: 2px;
}

.bold {
  font-weight: bold;
}

/* margin・padding
--------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

/*	共通CSS
--------------------------------------*/
em,
i,
cite {
  font-style: normal;
}

strong {
  font-weight: bold;
}

blockquote,
q {
  border-left: 4px solid #9d9d9d;
  margin: 0 0 2.4em 1rem;
  position: relative;
  display: block;
  color: #4a515c;
}
blockquote:after,
q:after {
  content: '”';
  font-size: 90px;
  line-height: 0em;
  color: #dcdce0;
  position: absolute;
  right: 0;
  top: 100%;
}
blockquote p:last-child,
q p:last-child {
  margin-bottom: 0;
}

/* FOAM
--------------------------------------*/
/* OSi　リセット */
input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}
input[type='submit']::focus,
input[type='button']::focus {
  outline-offset: -2px;
}

input,
textarea,
select {
  outline: none;
}

/* 基本スタイル */
input[type='text'],
input[type='email'],
input[type='url'] {
  background: #fff;
  border: 1px solid #9d9d9d;
  padding: 0.2em 0.2em;
}

textarea {
  background: #f6f6f7;
  border: 1px solid #9d9d9d;
  padding: 0.2em 15px;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 230px;
  margin: auto;
}

/* 基本table
--------------------------------------*/
table {
  margin: auto;
}

th,
td {
  border: 1px solid #9d9d9d;
  margin: 0 -1px -1px 0;
  line-height: 1.4;
  padding: 14px 6px;
  vertical-align: middle;
  text-align: left;
}

th {
  background: #f6f6f7;
}

.btn-shadow,
.search-area,
.map .list-pref li a {
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------
	共通パーツ（どこでも使えるパーツ）
--------------------------------------*/
/* ボタン＋各スタイル */
.btn {
  display: block;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #0079ff;
  color: #0079ff;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.btn::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
}

a.btn {
  color: #0079ff;
}

.btn-bd-width {
  border-width: 3px !important;
}

.icon-new,
.icon-update {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  font-size: 14px;
  display: block;
  float: left;
}

/* アイコン */
.icon-new {
  border: 1px solid #ff4d4a;
  color: #ff4d4a;
}
.icon-new::before {
  content: 'NEW';
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.icon-update {
  border: 1px solid #009965;
  color: #009965;
}
.icon-update::before {
  content: '更新';
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic',
    'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* もっとリンク 右矢印 */
.more-link::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  margin-left: 5px;
}
.more-link:hover {
  color: #106aa7;
  text-decoration: none !important;
}
.more-link:hover::after {
  color: #106aa7;
}

/* パンくず */
.pankuzu {
  background: #efefef;
  /*   padding: 0.8em 0; */
}
.pankuzu strong {
  font-weight: normal;
}

.breadcrumb li,
.breadcrumb2 li {
  display: inline-block;
  color: #6d6d72;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.78;
}
.breadcrumb li::after,
.breadcrumb2 li::after {
  content: ' / ';
  color: #c9c9c9;
}
.breadcrumb li:last-child::after,
.breadcrumb2 li:last-child::after {
  content: '';
}
@media screen and (min-width: 600px) {
  .breadcrumb,
  .breadcrumb2 {
    text-align: right;
  }
}

.breadcrumb2 {
  display: none;
}
@media screen and (min-width: 600px) {
  .breadcrumb2 {
    display: block;
    margin-top: 1em;
  }
}

/* ページ送り */
.pager {
  text-align: center;
}
.pager li {
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  height: 44px;
  line-height: 44px;
}
.pager li a {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  border: 1px solid #b5b5b5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #515157;
}
.pager li a:hover {
  border: 1px solid #157dfb;
  text-decoration: none;
}
.pager li span {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #515157;
  font-weight: bold;
  color: #fff;
  border: 1px solid #515157;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pager li b {
  font-weight: bold;
}
.pager li i {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
}
.pager .previous,
.pager .next {
  font-size: 18px;
  font-size: 1.8rem;
}
.pager .previous a,
.pager .next a {
  border: none;
  width: auto;
  color: #157dfb;
}
.pager .previous a:hover,
.pager .next a:hover {
  color: #106aa7;
  text-decoration: none !important;
  border: none;
}
.pager .previous a:hover::after,
.pager .previous a:hover::before,
.pager .next a:hover::after,
.pager .next a:hover::before {
  color: #106aa7;
}
.pager .previous a b,
.pager .next a b {
  display: none;
}
@media screen and (min-width: 600px) {
  .pager .previous a b,
  .pager .next a b {
    display: inline-block;
  }
}
.pager .previous {
  padding-right: 0;
}
.pager .previous::before {
  content: '\e901';
  font-family: 'icomoon';
  margin-right: 12px;
  color: #157dfb;
}
.pager .previous::before:hover::before {
  color: #106aa7;
}
@media screen and (min-width: 600px) {
  .pager .previous {
    padding-right: 20px;
  }
}
.pager .next {
  padding-left: 0;
}
.pager .next::after {
  content: '\e902';
  font-family: 'icomoon';
  margin-left: 12px;
  color: #157dfb;
}
.pager .next::after:hover::after {
  color: #106aa7;
}
@media screen and (min-width: 600px) {
  .pager .next {
    padding-left: 20px;
  }
}

/* clearfix */
.cl,
#header,
#container,
#main,
#sub,
#footer,
.header-top,
.title-area,
.list-update li,
.list-pr li {
  zoom: 1;
}
.cl::after,
#header::after,
#container::after,
#main::after,
#sub::after,
#footer::after,
.header-top::after,
.title-area::after,
.list-update li::after,
.list-pr li::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------
	layout
--------------------------------------*/
.wrap {
  position: relative;
  height: 100%;
  width: 100%;
}

#header {
  margin: 0 auto;
  background: white;
  position: relative;
}

#container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#main {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.inner,
.pc-menu,
.block-chain-store .title-area {
  width: 94%;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  margin: 0 12px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .inner,
  .pc-menu,
  .block-chain-store .title-area {
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .inner,
  .pc-menu,
  .block-chain-store .title-area {
    max-width: 1260px;
  }
}

.inner,
.header-in,
.pc-menu,
.block-car-makers .title-area,
.block-forums .title-area {
  width: 94%;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px);
  margin: 0 12px;
  height: auto;
  position: relative;
}
@media screen and (min-width: 960px) {
  .inner,
  .pc-menu,
  .block-car-makers .title-area,
  .block-forums .title-area {
    margin: auto;
    padding: 0;
  }
}
@media screen and (min-width: 1260px) {
  .inner,
  .pc-menu,
  .block-car-makers .title-area,
  .block-forums .title-area {
    max-width: 1260px;
  }
}

.no_inner {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .no_inner {
    margin: auto;
  }
}
@media screen and (min-width: 1260px) {
  .no_inner {
    max-width: 1260px;
  }
}

#sub {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#footer {
  text-align: center;
  position: relative;
}

/* --------------------------------------
#header

#area-navi:エリアマップ
#search-open：絞り込み検索BOX
-------------------------------*/
/*
#header {
  height: 56px;
  line-height: 56px;
}
@media screen and (min-width: 600px) {
  #header {
    height: auto;
    line-height: 1;
  }
}
#header h1 {
   font-weight: normal;
}
#header .logo {
  width: 178px;
  height: auto;
  color: #322b2b;
  margin-left: 12px;
}
@media screen and (max-width: 480px) {
  #header .logo {
     width: 96px;
  }
}
@media screen and (min-width: 960px) {
  #header .logo {
     width: 228px;
  }
}
@media screen and (min-width: 1260px) {
  #header .logo {
     margin-left: 0;
  }
}

.header-top {
   width: 100%;
  background-color: #259de0;
  color: #eeefdf;
  position: absolute;
  height: 44px;
  line-height: 44px;
  top: 56px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .header-top {
     position: relative;
    height: auto;
    line-height: 1;
    top: 0;
    z-index: 1;
  }
}

.header-tit {
  float: left;
  padding-top: 22px;
}
*/

.header-menu {
  float: right;
  list-style-type: none;
}
.header-menu li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.header-menu li:last-of-type {
  font-size: 20px;
  font-size: 2rem;
}
.header-menu li a {
  display: block;
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding: 0 14px;
}
.header-menu li div {
  display: block;
  color: #fff;
  height: 55px;
  line-height: 55px;
  padding: 0 14px;
}
.header-menu li a:hover {
  background: #106aa7;
  text-decoration: none;
}
.header-menu li a.current {
  color: #2f2f32;
  font-weight: bold;
}
.header-menu li div.current {
  color: #2f2f32;
  font-weight: bold;
}

.header-in2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*.header-in {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .header-in {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 26px 12px 22px 0;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media screen and (min-width: 960px) {
  .header-in {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 26px 12px 26px 0;
  }
}
*/
/* .head-right {
  position: relative;
}
@media screen and (min-width: 600px) {
  .head-right {
    text-align: left;
    margin-left: 18px;
  }
  .head-right p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: -10px;
  }
  .head-right p b {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .head-right {
    padding-top: 20px;
  }
  .head-right br {
    display: none;
  }
} */

/* header: PCのみメニュー*/
.pc-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .pc-menu {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .pc-menu2 {
    width: 100%;
  }
}
.pc-menu2 {
  width: 32%;
  /*   width: 100% */
}
.pc-menu1 {
  width: 100%;
}
.pc-menu1 li,
.pc-menu2 li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
  text-align: center;
}
.pc-menu1 li a,
.pc-menu2 li a {
  display: block;
  padding: 20px 9px 12px 9px;
  text-decoration: none;
  color: #2f2f32;
  border-bottom: 8px solid rgba(21, 125, 251, 0);
}
.pc-menu2 li div {
  cursor: pointer;
  display: block;
  padding: 20px 20px 12px 20px;
  text-decoration: none;
  color: #2f2f32;
  border-bottom: 8px solid rgba(21, 125, 251, 0);
}
.pc-menu2 li div img {
  width: 25px;
  height: 20px;
  padding-left: 5px;
}
.header-menu li div img {
  width: 25px;
  height: 25px;
  padding-left: 5px;
  margin-bottom: 15px;
}
.pc-menu1 li a:hover,
.pc-menu2 li a:hover {
  color: #157dfb;
  border-bottom: 8px solid #157dfb;
}
.pc-menu2 li div:hover {
  color: #157dfb;
  border-bottom: 8px solid #157dfb;
}
.pc-menu1 li a.current,
.pc-menu2 li a.current {
  color: #157dfb;
  border-bottom: 8px solid #157dfb;
}
.pc-menu2 li div.current {
  color: #157dfb;
  border-bottom: 8px solid #157dfb;
}
@media screen and (min-width: 960px) {
  .pc-menu1,
  .pc-menu2 {
    width: auto;
  }
}

.pc-menu2 {
  border-top: 1px solid #e1e1e1;
  margin-top: 1px;
}
@media screen and (min-width: 960px) {
  .pc-menu2 {
    border-top: none;
    margin-top: 0;
  }
}

.pc-description {
  background: #2f2f32;
  padding: 26px 0;
}
@media screen and (max-width: 599px) {
  .pc-description {
    display: none;
  }
}
.pc-description p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: left;
  color: #eeefdf;
}

/* ログインボタン */
.btn-logout {
  margin-top: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 275px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #468cbd;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.btn-login {
  margin-top: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 275px;
  height: 44px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #468cbd;
  margin-left: 5px;
  margin-right: auto;
  margin-top: 0;
  cursor: pointer;
  margin-bottom: 0;
}
/* @media screen and (max-width: 600px) { */
.mypage-menu__btn .btn-logout {
  margin: 0 auto;
}
.mypage-menu__btn .btn-login {
  margin: 0 auto;
}
/* } */
.process {
  margin-top: 25px;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 32px;
  margin-left: 32px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.process img {
  width: 32px;
}
.loginProcessing {
  display: none;
  background-color: #ddd;
  width: 160px;
  position: relative;
  padding: 10px;
  font-size: 14px;
  margin-top: 20px;
}
.loginCancel {
  background-color: #ccc;
  width: 160px;
  position: relative;
  padding: 10px;
  font-size: 14px;
  /*   margin-top: 10px; */
  cursor: pointer;
  display: inline-block;
}
.mdl-card {
  margin-bottom: 10px !important;
}
.loginContainer {
  display: none;
  margin-top: 240px;
  width: 100%;
  height: 60%;
  top: 0px;
  left: 0px;
  position: fixed; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
.login-lead {
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: #468cbd solid 3px;
  padding-bottom: 8px;
  line-height: 1.5;
}
.login-area {
  float: left;
  width: 60%;
  padding-left: 15px;
}
.loginContainer .loginContainer-inside {
  padding: 30px;
  min-height: 80%;
  margin: 20px;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.firebase-loginContainer {
  float: left;
  width: 40%;
  padding-top: 50px;
}
.firebaseui-tos {
  text-align: left !important;
}
.login-notice {
  text-align: left;
}
@media screen and (max-width: 730px) {
  .login-area {
    width: 100%;
    padding-left: 0;
  }
  .login-lead {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .firebaseui-card-content {
    padding: 0 !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .loginContainer .loginContainer-inside {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .firebase-loginContainer {
    width: 100% !important;
    padding-top: 0 !important;
  }
  .firebaseui-idp-password {
    margin-top: 10px !important;
  }
}
/* SP用検索アイコン */
/* .search {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0079ff;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}
.myMenu {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #efefef;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  margin-right: 56px;
}
.search::before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 24px;
  color: #fff;
}
 */
/*--------------------------------------
#main：TOP

見出しスタイル
検索とナビ

1：block-stand-search:検索ブロック
2：block-app-info：アプリ情報
3：block-update-review：更新情報と口コミ
4：block-chain-store：チェーン店情報
5：block-catalog-list：カタログリスト
6：block-blogs：ブログ
7：block-press-release：プレスリリース
8：block-information：インフォメーション
9：block-car-makers：メーカー情報
10: block-forums EVsmartフォーラム

col-1～5:カラム1～5（横並び）
-------------------------------------- */
/* 見出しスタイル */
.title2 {
  font-size: 20px;
  font-size: 2rem;
  color: #2f2f32;
  margin-bottom: 1.2em;
}

.title3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #2f2f32;
  background: #efefef;
  padding: 9px 12px;
}

.lead {
  display: none;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
}

/* pスタイル */
.p-text14 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
}

.p-text16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
}

.p-text18 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: left;
}

/* 検索とナビ */
/*	SP_NAVIGATION(エリアマップ)
-------------------------------*/
/*
   全国リスト
   都道府県リスト
#sp_area-navi {
  padding-top: 44px;
}
*/

@media (min-width: 601px) {
  .sp_area-navi_top {
    margin-top: 68px;
  }
}
#sp_area-navi .list-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sp_area-navi .list-area li {
  text-align: left;
  width: 50%;
  border-bottom: 1px solid #9d9d9d;
}
#sp_area-navi .list-area li:nth-child(odd) {
  border-right: 1px solid #9d9d9d;
}
#sp_area-navi .list-area li a {
  display: block;
  padding: 1em 12px;
  position: relative;
}
#sp_area-navi .list-area li a::after {
  content: '\e902';
  font-family: 'icomoon';
  position: absolute;
  right: 12px;
  color: #9d9d9d;
}
#sp_area-navi .list-area li a:hover {
  background-color: #ffffcc;
  text-decoration: none;
}
#sp_area-navi .list-pref {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 12px 20px;
}
#sp_area-navi .list-pref li {
  width: 48.5%;
  text-align: center;
  margin-top: 5px;
}
#sp_area-navi .list-pref li a {
  display: block;
  width: 100%;
  border: 1px solid #498ebc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0.8em 1em;
}
#sp_area-navi .list-pref li a:hover {
  background-color: #ffffcc;
  border: 1px solid #157dfb;
  text-decoration: none;
}

.area-slide,
.areafirst {
  width: 100%;
  margin: auto;
  background-color: #efefef;
}
.area-slide li,
.areafirst li {
  font-size: 16px;
  font-size: 1.6rem;
}
.area-slide li a,
.areafirst li a {
  background-color: #fff;
  color: #2f2f32;
}
.area-slide .tit-cat,
.areafirst .tit-cat {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.8em 12px;
  text-align: left;
  font-weight: normal;
}
.area-slide .tit-cat a,
.areafirst .tit-cat a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2f2f32;
  margin-top: 5px;
  display: block;
  text-decoration: none;
}
.area-slide .tit-cat a::before,
.areafirst .tit-cat a::before {
  content: '\e901';
  font-family: 'icomoon';
  margin-right: 10px;
  color: #0079ff;
}

/*	絞り込み検索BOX
-------------------------------*/
#js_search-open {
  display: none;
  z-index: 100;
  position: fixed;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  padding-bottom: 120px;
}

.search-area {
  padding-top: 4px;
  padding-bottom: 20px;
  background-color: #efefef;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .search-area {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.search-area label {
  position: relative;
}

.btn-clause {
  width: 18px;
  height: 18px;
  display: block;
  text-align: center;
  margin: 15px 12px 0 auto;
  cursor: pointer;
}
.btn-clause::before {
  content: '\e904';
  font-family: 'icomoon';
  color: #157dfb;
  font-size: 18px;
}

.search-in {
  padding: 0 12px 20px 12px;
  text-align: left;
}
.search-in dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1em 0 0 0;
}
.search-in dt.normal {
  font-weight: normal !important;
  margin-bottom: -10px;
}
.search-in dd {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 1.2em 0;
  border-bottom: 1px solid #d9d9d9;
}
.search-in dd label {
  cursor: pointer;
}
.search-in dd.vertical label {
  display: block;
  margin-top: 1.5em;
}
.search-in dd.horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-in dd.horizontal label {
  display: block;
  margin-top: 0.8em;
  margin-right: 6px;
  height: 44px;
}
.search-in dd.horizontal label.all {
  width: 86px;
}
.search-in dd.horizontal label.other {
  width: 170px;
}

/* フォームスタイル */
input[type='text'] {
  background: #fff;
  border: 1px solid #b5b5b5;
  height: 44px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
}
input[type='text']:focus {
  border: 1px solid #0079ff;
}

/* checkbox */
.checkbox-input,
.radio-input {
  opacity: 0;
  z-index: -1;
}

.check-parts {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  padding-left: 36px;
  z-index: 1;
  left: 0;
}
.check-parts::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  margin-top: -6px;
  border: 1px solid #b5b5b5;
  background: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* radio */
.radio-parts {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  text-align: center;
  background: #fff;
  border: 1px solid #b5b5b5;
  width: 100%;
  height: 44px;
  line-height: 44px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  z-index: 1;
  left: 0;
  white-space: nowrap;
}

input[type='checkbox']:hover + .check-parts::before,
input[type='checkbox']:focus + .check-parts::before,
input[type='radio']:hover + .radio-parts,
input[type='radio']:focus + .radio-parts {
  border: 1px solid #0079ff;
}

input[type='checkbox']:checked + .check-parts::after {
  display: block;
  position: absolute;
  content: '\e906';
  font-family: 'icomoon';
  font-size: 11px;
  text-align: center;
  background: #0079ff;
  border: 1px solid #0079ff;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-top: -6px;
  top: 0;
  left: 0;
  width: 26px;
  height: 20px;
  padding-top: 6px;
}

input[type='radio']:checked + .radio-parts {
  cursor: pointer;
  background: #0079ff;
  border: 1px solid #0079ff;
  color: #fff;
}

/* select */
.select-parts {
  position: relative;
  width: 220px;
}
@media screen and (min-width: 600px) {
  .select-parts {
    width: 320px;
  }
}
@media screen and (min-width: 960px) {
  .select-parts {
    width: 220px;
  }
}
@media screen and (min-width: 1260px) {
  .select-parts {
    width: 320px;
  }
}
.select-parts label {
  position: relative;
}
.select-parts label::after {
  display: block;
  position: absolute;
  top: 70%;
  right: 14px;
  content: '\e900';
  font-family: 'icomoon';
  color: #9d9d9d;
  font-size: 10px;
  pointer-events: none;
  z-index: 2;
}
.select-parts select {
  margin-top: 0.8em;
  width: 100%;
  height: 44px;
  padding: 0 12px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #515157;
  border: 1px solid #b5b5b5;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-indent: 0.01px;
  text-overflow: '';
  vertical-align: middle;
}
.select-parts select:hover,
.select-parts select:focus {
  border: 1px solid #157dfb;
}

select option {
  background: #fff;
  color: #515157;
  padding: 0.2em 12px;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-parts > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

/* 検索ボタン */
button {
  position: relative;
  line-height: 0;
  border: 0;
}
button.btn-search {
  width: 186px;
  height: 54px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  background: #0079ff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* 1：block-stand-search:検索ブロック
--------------------------------------*/
.block-stand-search .title-area {
  text-align: left;
  margin-bottom: 18px;
}
.block-stand-search .title2 {
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
}
.block-stand-search .lead {
  font-size: 16px;
  font-size: 1.6rem;
}
.block-stand-search .search_sp {
  display: block;
}
.block-stand-search .search_pc {
  display: none;
}

/* 検索input */
.search-input {
  text-align: center;
  margin: 10px 12px 0;
  cursor: pointer;
}

.search2 {
  position: relative;
  width: 100%;
  height: 44px;
}
.search2 dt {
  margin-right: 44px;
  background-color: #fff;
  border: 2px solid #468cbd;
  border-right: none;
  height: 44px;
  padding: 0 5px 0 10px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.search2 dt div,
.search2 dt input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: none;
  border: none;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
  overflow: hidden;
}
.search2 dd {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
}

.btn-search-box {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #0079ff;
  border: 2px solid #0079ff;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.btn-search-box::before {
  content: '\e903';
  font-family: 'icomoon';
  color: #fff;
  font-size: 20px;
}

/* 人気エリア */
.border-box1 {
  text-align: left;
  padding: 14px;
  margin: 0 12px;
  border: 2px solid #468cbd;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.border-box1 .title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #468cbd;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.border-box1 .title span {
  font-weight: normal !important;
}
.border-box1 a {
  display: inline-block;
  margin-right: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0.6em;
}

/*	PC-絞り込み検索BOX */
#pc_search-open {
  margin: 5px 12px 0;
  text-align: center;
}
#pc_search-open .search-in {
  padding: 22px 18px;
}
#pc_search-open .search-in dt {
  padding: 1em 4px 0;
}
#pc_search-open .search-in dt:first-of-type {
  padding: 0 4px 22px;
  color: #468cbd;
  font-size: 28px;
  font-size: 2.8rem;
}
#pc_search-open .search-in dt:first-of-type span {
  font-weight: normal !important;
  font-size: 22px !important;
}
#pc_search-open .search-in dd {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 4px 1.2em;
}
#pc_search-open .search-in dd label {
  cursor: pointer;
}
#pc_search-open .search-in dd.vertical label {
  display: inline-block;
  margin-top: 1.5em;
  width: 48%;
}
#pc_search-open .search-in dd.horizontal label {
  margin-top: 0.8em;
}

/*	PC-エリア（マップ付き） */
#pc_area-navi {
  margin: 22px auto 0;
}

.map {
  width: 100%;
  min-width: 578px;
  margin: 0 auto;
  height: 503px;
  position: relative;
  border: 2px solid #468cbd;
  padding: 15px 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url(../img/map_b.png) center center no-repeat;
  background-size: 98% 100%;
}
.map .map-tit {
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  color: #468cbd;
  width: 220px;
  height: 46px;
}
.map .map-tit span {
  font-weight: normal !important;
  font-size: 22px;
}
.map div {
  position: absolute;
}
.map .list-pref {
  text-align: left;
  background: #e2e2eb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.map .list-pref li {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 1px;
  list-style-type: none;
}
.map .list-pref li a {
  display: block;
  width: 61px;
  height: 33px;
  line-height: 33px;
  white-space: nowrap;
  border: 1px solid #498ebc;
  background: #fff;
  color: #515157;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.map .list-pref li a:hover {
  background-color: #ffffcc;
  border: 1px solid #157dfb;
  text-decoration: none;
}
.map #area1 {
  right: 12px;
  bottom: 15px;
  width: 140px;
}
.map #area2 {
  right: 12px;
  top: 15px;
  width: 72px;
}
.map #area3 {
  right: 12px;
  top: 40%;
  width: 140px;
}
.map #area4 {
  left: 44%;
  top: 15px;
  width: 140px;
}
.map #area5 {
  right: 35%;
  bottom: 15px;
  width: 72px;
}
.map #area6 {
  left: 19%;
  top: 60px;
  width: 140px;
}
.map #area7 {
  left: 12px;
  top: 60px;
  width: 72px;
}
.map #area8 {
  right: 48.8%;
  bottom: 15px;
  width: 72px;
}
.map #area9 {
  left: 12px;
  bottom: 15px;
  width: 205px;
}
.map #area10 {
  left: 12px;
  bottom: 35%;
  width: 72px;
}
@media screen and (min-width: 1260px) {
  .map #area6 {
    left: 22%;
  }
}

/* 2：block-app-info：アプリ情報
--------------------------------------*/
.block-app-info {
  width: 100%;
  background: #efefef;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 12px;
  padding-bottom: 16px;
}

.app-flex .col-1,
.app-flex .col-2,
.app-flex .col-3 {
  width: 100%;
  margin-top: 16px;
}
.app-flex .col-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.app-flex .col-3-l {
  width: 148px;
}
.app-flex .col-3-r {
  width: 170px;
  margin-left: 12px;
}
.app-flex .col-3-r a {
  display: block;
  margin-top: 12px;
}

/* タイトルスタイル */
.tit-block {
  margin-top: 16px;
}
.tit-block dt {
  float: left;
  width: 81px;
  margin-right: 16px;
}
.tit-block h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1;
  color: #468cbd;
  font-weight: normal;
  margin-bottom: 8px;
}
.tit-block .logo {
  width: 205px;
}
.tit-block dd {
  padding-left: 97px;
  text-align: left;
}

/* ボタンスタイル */
.btn-app {
  padding: 12px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  position: relative;
  background: #efefef;
  -webkit-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  margin-top: 16px;
  line-height: 1.4;
}
.btn-app::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  right: 12px;
  top: 50%;
  margin-top: -11px;
}
.btn-app:hover {
  background: #fff;
  text-decoration: none;
}
.btn-app b {
  white-space: nowrap;
  display: inline-block;
}

/* 3：block-update-review：更新情報と口コミ
--------------------------------------*/
.block-update-review {
  padding-top: 24px;
}
.block-update-review .title-area {
  padding: 0 12px;
}
.block-update-review h2,
.block-update-review h3 {
  text-align: left;
  line-height: 1;
}
.block-update-review h4 {
  text-align: left;
  line-height: 1.5;
}

/* データ更新リスト　*/
.list-update {
  list-style-type: none;
  padding: 6px 12px 0;
  margin-bottom: 16px;
}
.list-update li {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 10px;
}
.list-update li a {
  display: block;
  padding-left: 60px;
}

/* 口コミ　*/
.fukidasi {
  padding-left: 46px;
  text-align: left;
  margin: 5px 12px 0;
  position: relative;
}
.fukidasi:first-of-type {
  margin: 16px 12px 0;
}
.fukidasi h4 {
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 60px;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: normal;
}
.fukidasi h4:hover {
  text-decoration: underline;
}
.fukidasi .day,
.fukidasi .name {
  font-size: 16px !important;
  line-height: 1;
  margin-right: 16px;
}

.icon-user {
  width: 23px;
  height: 26px;
  position: absolute;
  top: 42px;
  left: 0;
}

/* 吹き出し左 */
.talk a {
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background: #fff;
  border: 1px solid #989898;
  padding: 16px;
}
.talk a::after,
.talk a::before {
  right: 100%;
  top: 56px;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.talk a::after {
  margin-top: -13px;
  border-style: solid;
  border-width: 13px 23px 13px 0;
  border-color: transparent #fff transparent transparent;
}
.talk a::before {
  margin-top: -14px;
  border-style: solid;
  border-width: 14px 24px 14px 0;
  border-color: transparent #989898 transparent transparent;
  z-index: 0;
}
.talk a:hover {
  background: #fffdf3;
  border: 1px solid #157dfb;
  text-decoration: none;
}
.talk a:hover::after {
  border-right-color: #fffdf3;
}
.talk a:hover::before {
  border-right-color: #157dfb;
}
.talk a p {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #515157;
  margin-bottom: 5px;
}

/* 4：block-chain-store：チェーン店情報
--------------------------------------*/
.block-chain-store {
  background: #e6e6e6;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 28px 0;
  margin-top: 16px;
}
.block-chain-store h2 {
  text-align: left;
  line-height: 1.5;
}
.block-chain-store .lead {
  color: #6d6d72;
}
.block-chain-store .img-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 198px;
  margin-bottom: 12px;
}
.block-chain-store .img-box img {
  width: 102%;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: auto;
}
.block-chain-store .img-box-in {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.26;
}
.block-chain-store p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}

.chain-store-in {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

/* チェーン店リンク */
.list-chain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-chain li {
  width: 32%;
  height: auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 12px;
}
@media screen and (max-width: 480px) {
  .list-chain li {
    width: 48%;
  }
}
.list-chain li a {
  display: block;
  text-align: left;
}
.list-chain li a span {
  display: block;
  background: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin-bottom: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.list-chain li a span:hover {
  border: 1px solid #157dfb;
}

/* 5：block-catalog-list：カタログリスト
--------------------------------------*/
.block-catalog-list {
  margin-top: 22px;
  padding-bottom: 8px;
}
.block-catalog-list h2 {
  text-align: left;
  line-height: 1;
}
.block-catalog-list .btn-area {
  width: 100% !important;
}

/* リストスタイル */
.list-catalog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-catalog li {
  height: auto;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style-type: none;
  margin-bottom: 12px;
}
.list-catalog li a {
  display: block;
}
.list-catalog li a span {
  display: block;
  background: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin-bottom: 8px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 4px;
  text-align: center;
}
.list-catalog li a span img {
  margin: auto;
  width: 100%;
  height: auto;
}
.list-catalog li a span:hover {
  border: 1px solid #157dfb;
}

/* 写真サイズ */
.pic-l li,
.pic-m li {
  width: 32%;
}
@media screen and (max-width: 480px) {
  .pic-l li,
  .pic-m li {
    width: 48%;
  }
}

/* ボタンスタイル */
.btn-maker {
  padding: 42px 26px;
  width: 100%;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  border: 3px solid #0079ff;
}
@media screen and (max-width: 480px) {
  .btn-maker {
    text-align: left;
  }
}
.btn-maker::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  line-height: 1.15;
  margin-left: 16px;
}
@media screen and (max-width: 480px) {
  .btn-maker::after {
    position: absolute;
    right: 26px;
  }
}
.btn-maker:hover {
  border: 3px solid #106aa7;
  text-decoration: none;
  color: #106aa7;
}
.btn-maker:hover::after {
  color: #106aa7;
}

/* 6：block-blogs：ブログ
--------------------------------------*/
.block-blogs {
  background: #179ce2;
  padding-top: 24px;
  position: relative;
  overflow: hidden;
}
.block-blogs h2 {
  width: 256px;
  text-align: left;
  margin-bottom: 5px;
}
.block-blogs .lead {
  color: #000;
}

/* リストスタイル */
.list-blog {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 69px;
  width: 404px;
  margin: 20px auto 0;
}
@media screen and (max-width: 480px) {
  .list-blog {
    width: 100%;
  }
}
.list-blog li {
  list-style-type: none;
  margin-bottom: 20px;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.list-blog li a {
  display: block;
  background: #fff;
  height: 100%;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
}
.list-blog li a:hover {
  background: #efeff4;
  text-decoration: none;
}
.list-blog li a::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  right: 16px;
  bottom: 16px;
  font-size: 18px;
}
.list-blog li figure {
  overflow: hidden;
  width: auto;
}
@media screen and (max-width: 480px) {
  .list-blog li figure {
    max-height: 164px;
  }
}
.list-blog li figure img {
  width: 100%;
}
.list-blog li .lead-box {
  padding: 16px 16px 26px;
  position: relative;
  text-align: left;
}
.list-blog li .lead-box h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.list-blog li .lead-box h3:hover {
  text-decoration: underline !important;
}
.list-blog li .lead-box .day {
  font-size: 16px;
  font-size: 1.6rem;
  color: #767676;
}

/* ボタンスタイル */
.btn-bottom {
  position: absolute;
  right: 0;
  bottom: -3px;
}

.btn-blog {
  padding: 0 52px 0 26px;
  height: 69px;
  line-height: 66px;
  border: 2px solid #fff;
  background: #179ce2;
  color: #eee !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: left;
}
.btn-blog::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #ccc;
  right: 20px;
  font-size: 18px;
}
.btn-blog:hover {
  background: #222;
  border: 2px solid #222;
  text-decoration: none;
}

/* 7：block-press-release：プレスリリース
--------------------------------------*/
.block-press-release {
  margin-top: 38px;
  padding-bottom: 20px;
  text-align: center;
}
.block-press-release h2 {
  text-align: left;
  line-height: 1;
  font-size: 24px;
  font-size: 2.4rem;
}

/* リストスタイル */
.list-pr li {
  list-style-type: none;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 28px;
}
.list-pr .day {
  color: #666;
  display: block;
}

/* ボタンスタイル */
.btn-pr {
  padding: 0 26px;
  width: 296px;
  height: 72px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 72px;
  font-weight: bold;
  text-align: left;
  position: relative;
  border: 2px solid #0079ff;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .btn-pr {
    width: 100%;
  }
}
.btn-pr::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  right: 26px;
}
.btn-pr:hover {
  border: 2px solid #106aa7;
  text-decoration: none;
  color: #106aa7;
}
.btn-pr:hover::after {
  color: #106aa7;
}

/* 8：block-information：インフォメーション
--------------------------------------*/
.block-information {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(211, 211, 211, 0.5);
}
.block-information .tit-info1 {
  font-size: 30px;
  font-size: 3rem;
  color: #3fb02b;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.block-information .tit-info1 span {
  display: block;
}
.block-information .tit-info2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.75;
  font-weight: normal;
  padding: 24px 6px;
  text-align: left;
}
.block-information p {
  margin-bottom: 1em;
}

/* BOX左 */
.infobox-l {
  background: #fff;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
}

.infobox-l-in {
  padding: 0 32px;
}

/* BOX右 */
.infobox-r {
  width: 100%;
  background-image: url(../img/bg_appinfo_sp.jpg);
  background-position: right 40%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 4px solid #989898;
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .infobox-r {
    background-size: cover;
    background-position: left 40%;
  }
}
.infobox-r p {
  padding: 24px 6px 10px;
}

.infobox-r-in {
  padding: 0 24px;
  width: 60%;
}
@media screen and (max-width: 480px) {
  .infobox-r-in {
    width: 100%;
  }
}

/* ボタンスタイル */
.btn-info {
  padding: 22px 26px;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: bold;
  text-align: left;
  position: relative;
  border: 2px solid #0079ff;
  -webkit-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span {
  color: #ff4d4a;
}
.btn-info::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  right: 10px;
  bottom: 12px;
}
.btn-info:hover {
  border: 2px solid #00c262;
  background: #00c262;
  text-decoration: none;
  color: #fff;
}
.btn-info:hover span {
  color: #fff;
}
.btn-info:hover::after {
  color: #fff;
}

/* 9：block-car-makers：メーカー情報
--------------------------------------*/
.block-car-makers {
  background: #e6e6e6;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 28px 0;
  margin-top: 0;
}
.block-car-makers h2 {
  text-align: left;
  line-height: 1.5;
}
.block-car-makers .lead {
  color: #6d6d72;
}
.block-car-makers .img-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 198px;
  margin-bottom: 12px;
}
.block-car-makers .img-box img {
  width: 102%;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: auto;
}
.block-car-makers .img-box-in {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.26;
}
.block-car-makers p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}

.car-makers-in {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

/* 10：block-forums：EVsmartフォーラム
--------------------------------------*/
.block-forums {
  background: #e6e6e6;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  padding: 28px 0;
  margin-top: 0;
}
.block-forums h2 {
  text-align: left;
  line-height: 1.5;
}
.block-forums .lead {
  color: #6d6d72;
}
.block-forums .img-box {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 198px;
  margin-bottom: 12px;
}
.block-forums .img-box img {
  width: 102%;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: auto;
}
.block-forums .img-box-in {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.26;
}
.block-forums p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 12px;
}

.forums-in {
  background: #efefef;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 20px 0;
}

.block-forums h3.title3 {
  font-weight: bold;
  font-size: 16px;
  padding: 9px 0px;
}
.block-forums ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.block-forums li {
  list-style: outside none;
  font-size: 14px;
  padding: 12px 0 0 20px;
  position: relative;
  width: 100%;
}
.block-forums li a {
  color: #0079ff;
}
.block-forums li a:hover {
  color: #3e7ba6;
}
.block-forums .new-topics li {
  width: 100%;
}
.block-forums li::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #468cbd;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: 2px;
}
_:-ms-lang(x)::-ms-backdrop,
.block-forums li::before {
  margin-top: 0px;
}

.categories {
  text-align: left;
  margin-bottom: 20px;
}
.new-topics {
  text-align: left;
  margin-bottom: 70px;
}

/* ボタンスタイル */
.block-forums .btn-bottom {
  bottom: -90px;
}
.btn-forum {
  padding: 0 52px 0 26px;
  height: 69px;
  line-height: 66px;
  border: 2px solid #2f2f32;
  border-bottom: none;
  background: #efefef;
  color: #2f2f32 !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: left;
}
.btn-forum::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #2f2f32;
  right: 20px;
  font-size: 18px;
}
.btn-forum:hover {
  background: #2f2f32;
  border: 2px solid #2f2f32;
  text-decoration: none;
  color: #fff !important;
}
.btn-forum:hover::after {
  color: #fff !important;
}

/*--------------------------------------
#sub

block-spmenu　スマホ用下部ナビ
block-snsbox　SNS　BOX
-------------------------------------- */
.block-spmenu {
  background: rgba(211, 211, 211, 0.5);
}
.block-spmenu li {
  display: block;
  text-align: left;
}
.block-spmenu li a {
  display: block;
  padding: 13px 12px;
  font-size: 16px;
  font-size: 1.6rem;
}

.menu1 {
  background: #efefef;
  border-top: 1px solid #9d9d9d;
}
.menu1 li a {
  border-bottom: 1px solid #9d9d9d;
  color: #2f2f32;
  position: relative;
}
.menu1 li a::after {
  position: absolute;
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  right: 12px;
}

.menu2 li a {
  border-bottom: 1px solid #fff;
}

.block-snsbox {
  padding-top: 8px;
  text-align: center;
}

.snsbox {
  width: 70%;
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #9d9d9d;
  margin: 36px auto 0;
}
@media screen and (max-width: 480px) {
  .snsbox {
    width: 100%;
    max-height: 230px;
  }
}

@media screen and (min-width: 960px) {
  .snsbox-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  .snsbox {
    width: 46%;
    max-width: 490px;
    max-height: 386px;
  }
}
/*--------------------------------------
#footer
-------------------------------------- */
#footer {
  margin-top: 34px;
  border-top: 1px solid #fff;
}
#footer ul,
#footer li {
  list-style-type: none;
}

/* フッターリンク　*/
.footer-link {
  background: rgba(211, 211, 211, 0.5);
}
.footer-link li {
  display: block;
  text-align: left;
}
.footer-link li a {
  display: block;
  padding: 13px 12px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
}

.footer-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* フッター左　*/
.footer-l {
  margin-top: 26px;
  width: 100%;
}
.footer-l .link-app {
  text-align: left;
  margin-top: 34px;
  width: 300px;
}
.footer-l .link-app li {
  float: left;
  width: 40.5%;
}
.footer-l .link-app li:first-of-type {
  margin-right: 3%;
}

/* フッター中　*/
.footer-m {
  margin-top: 26px;
}
.footer-m img {
  float: left;
  width: 218px;
}

/* フッター右　*/
.footer-r {
  margin-top: 30px;
  width: 300px;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .footer-r {
    width: 100%;
    text-align: center;
  }
}

/* フッター用SNS　*/
.f-sns {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
.f-sns span {
  display: block;
}
.f-sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  margin-top: 12px;
}
.f-sns a.twitter {
  color: #1b95e0;
  font-size: 40px;
}
.f-sns a.facebook {
  color: #3b5998;
  font-size: 40px;
}
.f-sns a.google-plus {
  color: #dc4e41;
  font-size: 42px;
}

/* ボタンスタイル　*/
.btn-contact {
  padding: 0 18px;
  line-height: 122px;
  height: 122px;
  max-width: 403px;
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  font-weight: bold;
  position: relative;
}
.btn-contact::after {
  position: absolute;
  right: 18px;
  top: 0;
  font-weight: normal !important;
}
.btn-contact:hover {
  border: 2px solid #106aa7;
  color: #106aa7;
  text-decoration: none;
  background: #fffdf3;
}
.btn-contact:hover::after {
  color: #106aa7;
}

/* コピーライト　*/
.copylighting {
  margin: 30px 0 72px;
  width: 100%;
  border-top: 1px solid rgba(152, 152, 152, 0.5);
  padding-top: 25px;
  color: #6d6d72;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

/* 2階層目余白 */
.page-secondlevel #footer {
  margin-top: 0;
}

@media screen and (min-width: 1045px) {
  /*	1045px #footer
  -------------------------------*/
  #footer {
    margin-top: 44px;
  }

  /* フッターリンク　*/
  .footer-link {
    height: 91px;
    text-align: left;
    line-height: 91px;
  }
  .footer-link li {
    display: inline-block;
    border-right: 1px solid #fff;
  }
  .footer-link li:first-of-type {
    border-left: 1px solid #fff;
  }
  .footer-link li a {
    padding: 0 24px;
    border-bottom: none;
    font-size: 20px;
    font-size: 2rem;
  }

  /* フッター左　*/
  .footer-l {
    width: 100%;
  }
  .footer-l .link-app {
    text-align: left;
  }
  .footer-l .link-app ul {
    width: 300px;
    display: flex;
    align-items: flex-end;
  }
  .footer-l .link-app ul li:first-of-type {
    margin-right: 3%;
  }

  /* フッター中　*/
  .footer-m {
    padding-left: 32px;
  }

  /* フッター右　*/
  .footer-r {
    width: 60%;
  }

  /* フッター用SNS　*/
  .f-sns {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .f-sns span {
    float: left;
    margin-right: 24px;
    margin-top: 24px;
  }

  /* コピーライト　*/
  .copylighting {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 960px) {
  /*	960px #footer
  -------------------------------------- */
  .footer-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  /* フッター左　*/
  .footer-l {
    width: 33%;
  }
  .footer-l .f-sns {
    width: 250px;
  }

  /* フッター中　*/
  .footer-m {
    width: 33%;
    padding-left: 32px;
  }

  /* フッター右　*/
  .footer-r {
    width: 34%;
  }
}
/*--------------------------------------
ブレイクポイント：600px～1260px

  'md': 'screen and(min-width: 600px) ',
  'lg': 'screen and(min-width: 960px) ',
  'xl': 'screen and(min-width: 1260px)',

#main：TOP

1：block-stand-search:検索ブロック
2：block-app-info：アプリ情報
3：block-update-review：更新情報と口コミ
4：block-chain-store：チェーン店情報
5：block-catalog-list：カタログリスト
6：block-blogs：ブログ
7：block-press-release：プレスリリース
8：block-information：インフォメーション」
9：block-car-makers：メーカー情報
-------------------------------------- */
@media screen and (min-width: 600px) {
  /*--------------------------------------
  600px以下
  -------------------------------------- */
  /* 見出しスタイル */
  .title2 {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 0.5em;
  }

  .title3 {
    font-size: 18px;
    font-size: 1.8rem;
    background: rgba(239, 239, 239, 0);
    padding: 9px 12px;
    margin-top: 0.9em;
  }

  .lead {
    display: block;
  }

  /* 1：block-stand-search:検索ブロック
  --------------------------------------*/
  .block-stand-search {
    margin-top: 22px;
  }
  .block-stand-search .search_sp {
    display: none;
  }
  .block-stand-search .search_pc {
    display: block;
  }
  /* 人気エリア */
  .border-box1 {
    padding: 18px;
    margin-top: 5px;
  }
  .border-box1 .title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .border-box1 .title span {
    font-size: 22px !important;
  }
  .border-box1 a {
    font-size: 28px;
    font-size: 2.8rem;
    margin-left: 16px;
    margin-right: 16px;
  }

  /*	PC-絞り込み検索BOX */
  #pc_search-open {
    display: block;
    min-width: 578px;
    max-width: 653px;
    margin: auto;
  }

  /*	PC-エリア（マップ付き） */
  #pc_area-navi {
    display: block;
    min-width: 578px;
    max-width: 653px;
  }
  #pc_area-navi .border-box1 {
    width: auto;
    margin: 5px auto;
  }

  /* 2：block-app-info：アプリ情報
  --------------------------------------*/
  .block-app-info {
    margin-top: 30px;
    padding-top: 14px;
    padding-bottom: 30px;
  }

  .app-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .app-flex .col-1 {
    width: 100%;
  }
  .app-flex .col-2 {
    width: 60%;
    width: -webkit-calc(100% - 356px);
    width: calc(100% - 356px);
  }
  .app-flex .col-3 {
    width: 336px;
    margin-left: 20px;
  }
  .app-flex .col-3-l {
    width: 154px;
  }

  /* タイトルスタイル */
  .tit-block {
    margin-top: 30px;
  }
  .tit-block dt {
    width: 130px;
  }
  .tit-block h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tit-block .logo {
    width: 184px;
  }
  .tit-block dd {
    padding-left: 140px;
    padding-top: 14px;
  }

  /* 3：block-update-review：更新情報と口コミ
  --------------------------------------*/
  .block-update-review {
    padding-top: 42px;
  }
  .block-update-review h2 {
    font-size: 30px;
    font-size: 3rem;
  }

  /* 4：block-chain-store：チェーン店情報
  --------------------------------------*/
  .block-chain-store {
    margin-top: 28px;
  }
  .block-chain-store .title-area {
    margin-bottom: 28px;
  }

  .chain-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .chain-flex .col-1 {
    width: 60%;
    margin-right: 3%;
  }
  .chain-flex .col-2 {
    width: 37%;
  }

  /* チェーン店リンク */
  .list-chain li {
    width: 45%;
  }

  /* 5：block-catalog-list：カタログリスト
  --------------------------------------*/
  .block-catalog-list {
    margin-top: 52px;
    padding-bottom: 44px;
  }
  .block-catalog-list .title-area {
    margin-bottom: 28px;
  }

  /* 写真サイズ */
  .pic-m li {
    width: 23%;
  }

  /* 6：block-blogs：ブログ
  --------------------------------------*/
  .block-blogs {
    padding-top: 40px;
  }
  .block-blogs .title-area {
    margin-bottom: 26px;
  }
  .block-blogs h2 {
    width: 370px;
    padding-right: 20px;
  }

  /* リストスタイル */
  .list-blog {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 69px;
    width: 100%;
    margin: 20px auto 0;
  }
  .list-blog li {
    margin: 0 0 20px;
    width: 49%;
  }

  /* 7：block-press-release：プレスリリース
  --------------------------------------*/
  .block-press-release {
    margin-top: 60px;
    padding-bottom: 46px;
  }
  .block-press-release h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }

  /* リストスタイル */
  .list-pr {
    margin-top: 60px;
  }
  .list-pr li {
    margin-bottom: 32px;
  }
  .list-pr .day {
    width: 156px;
    float: left;
  }
  .list-pr .tit-pr {
    display: block;
    padding-left: 156px;
  }

  /* ボタンスタイル */
  .btn-pr {
    width: 351px;
    margin-top: 46px;
  }

  /* 8：block-information：インフォメーション
  --------------------------------------*/
  .block-information {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  /* BOX右 */
  .infobox-r {
    margin-top: 24px;
  }

  .infobox-r-in {
    width: 50%;
  }
  /* 9：block-car-makers：　メーカー情報
  --------------------------------------*/
  .block-car-makers {
    margin-top: 0;
  }
  .block-car-makers .title-area {
    margin-bottom: 28px;
  }

  /* 10：block-forums：　EVsmartフォーラム
  --------------------------------------*/
  .block-forums {
    margin-top: 0;
  }
  .block-forums .title-area {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 960px) {
  /*--------------------------------------
  960px以下
  -------------------------------------- */
  /* 見出しスタイル */
  .title3 {
    padding: 9px 0;
  }

  /* 1：block-stand-search:検索ブロック
  --------------------------------------*/
  .block-stand-search .title-area {
    margin-bottom: 22px;
  }
  .block-stand-search .title2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
  }
  .block-stand-search .lead {
    display: table-cell;
    vertical-align: middle;
  }

  /* 横並び */
  .search-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  /*	PC-絞り込み検索BOX */
  #pc_search-open {
    margin: 0 0 0 26px;
    width: 45%;
    min-width: 260px;
    max-width: 581px;
    /* PC用検索BOX */
  }
  #pc_search-open .search-in {
    padding: 22px 12px;
  }
  #pc_search-open .search-in dt {
    padding: 1em 2px 0;
  }
  #pc_search-open .search-in dt:first-of-type {
    padding: 0 2px 22px;
    line-height: 1.2;
    letter-spacing: -1px;
  }
  #pc_search-open .search-in dd {
    padding: 0 2px 1.2em;
  }
  #pc_search-open .search-in dd.vertical label {
    display: block;
    width: auto;
  }
  #pc_search-open .search-in dd.horizontal label {
    display: block;
  }

  /*	PC-エリア（マップ付き） */
  #pc_area-navi {
    margin: 0;
    width: 100%;
    min-width: inherit;
    max-width: 726px;
  }

  /*	PC-エリア（マップ付き） */
  .map {
    width: 100%;
    height: 503px;
  }

  /* 2：block-app-info：アプリ情報
  -------------------------------------- */
  .app-flex {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .app-flex .col-1 {
    width: 371px;
    margin: 27px 26px 0 0;
  }
  .app-flex .col-2 {
    width: 25%;
    width: -webkit-calc(100% - 753px);
    width: calc(100% - 753px);
  }

  /* タイトルスタイル */
  .tit-block dt {
    width: 144px;
  }
  .tit-block h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .tit-block .logo {
    width: 205px;
  }
  .tit-block dd {
    padding-left: 166px;
    padding-top: 16px;
  }

  /* 3：block-update-review：更新情報と口コミ
  --------------------------------------*/
  .block-update-review {
    padding-bottom: 16px;
  }
  .block-update-review .title-area {
    margin-bottom: 20px;
  }
  .block-update-review h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
  }
  .block-update-review .lead {
    display: table-cell;
    vertical-align: middle;
  }

  /* 横並び */
  .update-flex {
    width: 100%;
    padding: 0 12px;
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .update-flex .col-1 {
    width: 38%;
    margin-right: 2%;
  }
  .update-flex .col-2 {
    width: 60%;
  }

  /* データ更新リスト　*/
  .list-update {
    padding: 6px 0 0;
  }

  /* 口コミ　*/
  .fukidasi {
    margin: 5px 0 0;
  }
  .fukidasi:first-of-type {
    margin: 16px 0 0;
  }

  /* 4：block-chain-store：チェーン店情報
  --------------------------------------*/
  .block-chain-store h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
  }
  .block-chain-store .lead {
    display: table-cell;
    vertical-align: middle;
  }

  .chain-store-in {
    padding: 30px 0;
  }

  .chain-flex {
    width: 100%;
  }
  .chain-flex .col-1 {
    width: 460px;
    margin-right: 18px;
  }
  .chain-flex .col-2 {
    width: 42%;
    width: -webkit-calc(100% - 478px);
    width: calc(100% - 478px);
  }

  /* チェーン店リンク */
  .list-chain li {
    width: 31.5%;
    margin-bottom: 24px;
  }

  /* 5：block-catalog-list：カタログリスト
  --------------------------------------*/
  .block-catalog-list h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
    font-size: 30px;
    font-size: 3rem;
  }
  .block-catalog-list .lead {
    display: table-cell;
    vertical-align: middle;
  }
  .block-catalog-list .btn-area {
    width: 30% !important;
  }

  /* リストスタイル */
  .list-catalog li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  /* 写真サイズ大 */
  .pic-l li {
    width: 24%;
  }

  /* 写真サイズ小 */
  .pic-m li {
    width: 16.5%;
  }
  .pic-m li a span {
    height: 109px;
  }
  .pic-m li a span img {
    height: 100%;
    width: auto;
  }

  /* ボタンスタイル */
  .btn-maker {
    width: 100%;
    height: 109px;
    text-align: left;
    padding-left: 16px;
  }
  .btn-maker::after {
    margin-left: 16px;
  }

  /* 6：block-blogs：ブログ
  --------------------------------------*/
  .block-blogs h2 {
    display: table-cell;
    vertical-align: middle;
  }
  .block-blogs .lead {
    display: table-cell;
    vertical-align: middle;
  }

  /* リストスタイル */
  .list-blog li {
    width: 32.5%;
  }

  /* 7：block-press-release：プレスリリース
  --------------------------------------*/
  .block-press-release {
    text-align: center;
  }

  /* リストスタイル */
  .list-pr {
    margin: 60px auto 0;
    width: 90%;
  }

  /* 8：block-information：インフォメーション
  --------------------------------------*/
  .block-information {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .infobox-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  /* BOX左 */
  .infobox-l {
    margin-top: 0;
    width: 300px;
    margin-right: 18px;
  }

  /* BOX右 */
  .infobox-r {
    margin-top: 0;
    width: 70%;
    width: -webkit-calc(100% - 318px);
    width: calc(100% - 318px);
  }

  .infobox-r-in {
    width: 50%;
  }

  /* 9：block-car-makers：メーカー情報
  --------------------------------------*/
  .block-car-makers h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
  }
  .block-car-makers .lead {
    display: table-cell;
    vertical-align: middle;
  }

  .car-makers-in {
    padding: 30px 0;
  }

  /* 10：block-forums：EVsmartフォーラム
  --------------------------------------*/
  .block-forums h2 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
  }
  .block-forums .lead {
    display: table-cell;
    vertical-align: middle;
  }

  .forums-in {
    padding: 30px 0;
  }
  .block-forums h3.title3 {
    font-size: 18px;
  }
  .block-forums li {
    width: 50%;
    font-size: 18px;
    padding: 12px 10px 0 20px;
  }
  .block-forums li::before {
    margin-top: 0px;
  }
  .new-topics {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1260px) {
  /*--------------------------------------
  1260px以上
  -------------------------------------- */
  /* 見出しスタイル */
  .title3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 9px 0;
  }

  /* 1：block-stand-search:検索ブロック
  --------------------------------------*/
  /*	PC-絞り込み検索BOX */
  #pc_search-open {
    margin: 0 0 0 26px;
    width: 511px;
    /* PC用検索BOX */
  }
  #pc_search-open .search-in {
    padding: 22px 14px;
  }
  #pc_search-open .search-in dt {
    padding: 1em 4px 0;
  }
  #pc_search-open .search-in dt:first-of-type {
    padding: 0 4px 22px;
  }
  #pc_search-open .search-in dd {
    padding: 0 4px 1.2em;
  }
  #pc_search-open .search-in dd.vertical label {
    display: inline-block;
    width: 48%;
  }
  #pc_search-open .search-in dd.horizontal label {
    display: inline-block;
  }

  /*	PC-エリア（マップ付き） */
  .map {
    width: 100%;
    height: 503px;
  }
  .map .map-tit {
    margin-top: 0;
  }

  /* 2：block-app-info：アプリ情報
  -------------------------------------- */
  .block-app-info {
    margin-top: 27px;
    padding-bottom: 27px;
  }

  /* 横並び */
  .app-flex {
    -webkit-align-items: center;
    align-items: center;
  }
  .app-flex .col-2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .app-flex .col-2 p {
    width: 50%;
    margin-right: 2%;
  }

  /* ボタンスタイル */
  .btn-app {
    width: 45%;
    padding: 28px 16px;
    margin-top: 0;
  }

  /* 3：block-update-review：更新情報と口コミ
  --------------------------------------*/
  .block-update-review .title-area {
    padding: 0;
  }

  /* 横並び */
  .update-flex {
    padding: 0;
  }
  .update-flex .col-1 {
    width: 40%;
    margin-right: 2%;
  }
  .update-flex .col-2 {
    width: 58%;
  }

  /* 5：block-catalog-list：カタログリスト
  --------------------------------------*/
  .block-chain-store .img-box-in {
    top: 30px;
    left: 33px;
    font-size: 34px;
    font-size: 3.4rem;
  }

  /* 横並び */
  .chain-flex {
    width: 100%;
  }
  .chain-flex .col-1 {
    width: 681px;
    margin-right: 24px;
  }
  .chain-flex .col-2 {
    width: 37%;
    width: -webkit-calc(100% - 705px);
    width: calc(100% - 705px);
  }

  /* 写真サイズ小 */
  .pic-m li a span {
    height: 146px;
  }

  /* ボタンスタイル */
  .btn-maker {
    width: 100%;
    padding: 60px;
    height: 146px;
    font-size: 20px;
    font-size: 2rem;
  }

  /* 7：block-press-release：プレスリリース
  --------------------------------------*/
  /* リストスタイル */
  .list-pr {
    width: 80%;
  }

  /* ボタンスタイル */
  .btn-pr {
    width: 404px;
  }

  /* 8：block-information：インフォメーション
  --------------------------------------*/
  .block-information {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  /* BOX左 */
  .infobox-l {
    width: 404px;
    margin-right: 24px;
  }

  /* BOX右 */
  .infobox-r {
    margin-top: 0;
    width: 66%;
    width: -webkit-calc(100% - 428px);
    width: calc(100% - 428px);
  }
}
/* --------------------------------------
#main：
2階層目ページ共有ブロック
充電スポット検索ナビ
#sub
下部：共有フッター
-------------------------------*/
#sub .block-information,
#sub .block-app-info {
  margin: 0;
}

/* 充電スポット検索ナビ
---------------------------*/
.spot-municipality-navi .tit-spot,
.spot-prefectures-navi .tit-spot {
  background: #515157;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em 12px;
}
.spot-municipality-navi li,
.spot-prefectures-navi li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
}
.spot-municipality-navi li .count,
.spot-prefectures-navi li .count {
  font-size: 12px;
}

/* 市区町村 */
.spot-municipality-navi li {
  border-bottom: 1px solid #9d9d9d;
  font-weight: bold;
}
.spot-municipality-navi li a {
  display: block;
  position: relative;
  padding: 15px 36px 15px 12px;
}
.spot-municipality-navi li a:hover {
  text-decoration: none;
  background: #ffffcc;
}
.spot-municipality-navi li a::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  position: absolute;
  right: 12px;
  font-weight: normal !important;
}
.spot-municipality-navi .sub-list-spot {
  border-top: 1px solid #e1e1e1;
}
.spot-municipality-navi .sub-list-spot li {
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal !important;
  padding-left: 12px;
}
.spot-municipality-navi .first-block {
  border-bottom: 1px solid #9d9d9d;
}
.spot-municipality-navi .first-block .name-1 a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding: 15px 36px 15px 12px;
  font-weight: bold;
}
.spot-municipality-navi .first-block .name-1 a::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  position: absolute;
  right: 12px;
  font-weight: normal !important;
}

/* 都道府県 */
.spot-prefectures-navi {
  margin: 1px 0;
}
.spot-prefectures-navi #sp_area-navi {
  padding: 0;
}
/* マイページメニュー */
@media screen and (max-width: 600px) {
  .mypage-index {
    margin-bottom: 10px;
  }
  #spMyPageIndex {
    display: none;
  }
  .loginMessage {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 1.6rem;
    font-size: 16px;
    width: 275px;
  }
  #notLoginMessage {
    display: none;
  }
  .header-mypage .mypage-greeting {
    font-size: 1.4rem;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-mypage .mypage-index-outer {
    display: none;
    background-color: #fff;
    border-top: #9d9d9d solid 2px;
    padding-bottom: 10px;
  }
  .header-mypage .mypage-index-outer .mypage-index > li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-align-items: center;
    align-items: center;
    height: 52px;
    padding: 0 12px;
    color: #2f2f32;
    box-sizing: border-box;
    border-bottom: #9d9d9d solid 1px;
  }
  .header-mypage .mypage-index-outer .mypage-index > li a:after {
    content: '\e902';
    font-family: 'icomoon';
    color: #2f2f32;
    position: absolute;
    right: 12px;
    font-weight: normal !important;
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer {
    position: relative;
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer > a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer > a.open {
    background-color: #fffdf3;
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer > a.open:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer .index-like-list {
    background-color: #fffdf3;
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer .index-like-list li:first-child {
    border-bottom: #e1e1e1 solid 1px;
  }
  .header-mypage .mypage-index-outer .mypage-index .btn-like-outer .index-like-list li a {
    padding: 0 24px;
  }
}
@media screen and (min-width: 600px) {
  /*--------------------------------------
  960px以下
  -------------------------------------- */
  /* 充電スポット検索
  ---------------------------*/
  .spot-municipality-navi,
  .spot-prefectures-navi {
    padding: 0 12px;
  }
  .spot-municipality-navi .tit-spot,
  .spot-prefectures-navi .tit-spot {
    background-color: transparent;
    color: #468cbd;
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
    font-weight: bold;
  }
  .spot-municipality-navi li a,
  .spot-prefectures-navi li a {
    display: block;
    position: relative;
  }
  .spot-municipality-navi li a::after,
  .spot-prefectures-navi li a::after {
    content: '';
  }
  .spot-municipality-navi li .count,
  .spot-prefectures-navi li .count {
    font-size: 14px;
  }

  /* 市区町村 */
  .spot-municipality-navi {
    background: #efefef;
    padding-bottom: 40px;
  }
  .spot-municipality-navi .list-spot {
    margin-top: 0.6em;
    overflow: hidden;
    clear: both;
    width: 100%;
  }
  .spot-municipality-navi .list-spot li {
    border-bottom: none;
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 31.5%;
    margin-right: 1%;
  }
  .spot-municipality-navi .list-spot li a {
    padding: 8px 12px;
    border-left: 1px solid #fff;
  }
  .spot-municipality-navi .sub-list-spot {
    display: none;
  }
  .spot-municipality-navi .first-block {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .spot-municipality-navi .first-block .name-1 a {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    padding: 15px 0;
  }
  .spot-municipality-navi .first-block .name-1 a::after {
    content: '';
  }
  .spot-municipality-navi .first-block .sub-list-spot {
    display: block;
    border-top: none;
    margin-left: 5em;
  }
  .spot-municipality-navi .first-block .sub-list-spot li {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 31.5%;
    border-bottom: none;
    padding-left: 12px;
    margin-right: 1%;
  }
  .spot-municipality-navi .first-block .sub-list-spot li.active a {
    background: #fff;
  }
  .spot-municipality-navi .first-block .sub-list-spot li a {
    padding: 8px 12px;
    border-left: 1px solid #fff;
  }

  /* 都道府県 */
  .spot-prefectures-navi .tit-spot {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 1em 0;
    border-bottom: none;
  }
  .spot-prefectures-navi #area-navi .list-pref {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .spot-prefectures-navi #area-navi .list-pref .name-1 {
    width: 130px;
    padding: 0 14px;
    display: table-cell;
    vertical-align: middle;
    background: #468cbd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
  }
  .spot-prefectures-navi .sub-list-pref {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
    margin-bottom: -2px;
    padding-left: 5px;
  }
  .spot-prefectures-navi .sub-list-pref li {
    display: inline-block;
    margin: 0 2px 2px 0;
    text-align: center;
  }
  .spot-prefectures-navi .sub-list-pref li a {
    display: block;
    padding: 12px 14px;
    border: 1px solid #b5b5b5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #515157;
  }
  .spot-prefectures-navi .sub-list-pref li a:hover {
    background-color: #ffffcc;
    text-decoration: none !important;
  }

  /* ヘッダ ログイン */
  #header .mypage-menu {
    width: 100%;
    height: 58px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-top: #e1e1e1 solid 1px;
    box-sizing: border-box;
    margin-top: 1px;
  }
  #header .mypage-menu .mypage-greeting {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
  }
  #header .mypage-menu span {
    display: block;
    cursor: pointer;
  }
  #header .mypage-menu span:first-of-type {
    margin-right: 10px;
  }
  #header .mypage-menu span {
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    color: #fff;
    background-color: #468cbd;
    border-radius: 8px;
    cursor: pointer;
  }
}
@media screen and (min-width: 960px) {
  /*--------------------------------------
  1260px以下
  -------------------------------------- */
  /* 市区町村 */
  .spot-municipality-navi .list-spot li {
    width: 23.5%;
    margin-right: 1%;
  }
  .spot-municipality-navi .first-block .sub-list-spot {
    margin-left: 18%;
  }
  .spot-municipality-navi .first-block .sub-list-spot li {
    width: 23.5%;
    margin-right: 1%;
  }
  /* ヘッダ ログイン */
  #header .mypage-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }
  #header .mypage-menu .mypage-greeting {
    margin-right: 15px;
    margin-left: 9px;
  }
  #header .mypage-menu span {
    width: 110px;
    cursor: pointer;
  }
  .header-mypage .mypage-index-outer {
    display: none;
  }
}
@media screen and (min-width: 1260px) {
  /*--------------------------------------
  1260px以上
  -------------------------------------- */
  /* ヘッダ ログイン */
  #header .mypage-menu {
    width: auto;
    border-top: none;
    margin-top: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  #header .mypage-menu span {
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }
  .header-mypage .mypage-index-outer {
    display: none;
  }
}

/* mapSearch
  --------------------------------------*/
@media screen and (max-width: 736px) and (max-height: 414px) {
  .mapsearchlink,
  .pc-menu1 li.mapsearchlink {
    display: none;
  }
  .map-container-block {
    display: none !important;
  }
}
@media screen and (max-width: 812px) and (max-height: 375px) {
  .mapsearchlink,
  .pc-menu1 li.mapsearchlink {
    display: none;
  }
  .map-container-block {
    display: none !important;
  }
}

/* google form
  --------------------------------------*/
@media screen and (min-width: 1260px) {
  .googleForm {
    margin: 10px auto;
    padding: 0;
    max-width: 1260px;
  }
  .notice-block {
    display: inline;
    vertical-align: text-top;
  }
  .notice-block .notice {
    background-color: #0079ff;
    padding: 8px;
    border-radius: 15px;
    color: #fff;
    font-size: small;
  }
  .noticeContents-block {
    display: inline;
  }
  .leadTxt {
    color: red;
    font-size: medium;
    margin: 0 5px;
  }
  .googleFormLink {
    font-size: medium;
    line-height: 2;
  }
}
@media screen and (max-width: 1259px) and (min-width: 600px) {
  .googleForm {
    margin: 10px auto;
    padding: 0;
    max-width: 1260px;
    width: calc(100% - 24px);
  }
  .notice-block {
    float: left;
    margin-top: 10px;
  }
  .notice-block .notice {
    background-color: #0079ff;
    padding: 8px;
    border-radius: 15px;
    color: #fff;
    font-size: small;
  }
  .noticeContents-block {
    float: left;
    margin-left: 10px;
  }
  .leadTxt {
    color: red;
    font-size: medium;
    margin: 0;
  }
  .googleFormLink {
    display: block;
    font-size: medium;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .googleForm {
    padding: 6px 12px 0;
    margin-top: 55px;
  }
  .notice-block {
    margin-bottom: 15px;
  }
  .notice-block .notice {
    background-color: #0079ff;
    padding: 8px;
    border-radius: 15px;
    color: #fff;
    font-size: x-small;
  }
  .noticeContents-block {
    margin-left: 10px;
  }
  .leadTxt {
    color: red;
    font-size: medium;
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: small;
  }
  .googleFormLink {
    display: block;
    font-size: small;
    line-height: 2;
    margin: 3px 0;
  }
}

/*----------------------------------------
forumに行く時の更新
----------------------------------------*/
html {
  overflow-y: scroll;
}
/* ローディングの背景部分のCSS */
.loader {
  background-color: rgba(128, 128, 128, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader-animation {
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
  color: #ffffff;
  text-indent: -9999em;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader-animation:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader-animation:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
