@charset "UTF-8";
/*
@import "http://panasonica.live/car/etc/designs/panasonic/common-libs.css";
@import "http://panasonica.live/car/etc/designs/panasonic/basicpage-libs.lmtd.css";
@import "http://panasonica.live/car/etc/designs/panasonic/basicpage-clientlibs/css/title-navigation-mega.css";
@import "http://panasonica.live/car/etc/designs/panasonic/common-clientlibs/css/common-font_jp.css";
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", "verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.6;
}

fieldset, img, abbr {
  border: 0;
}

caption, th {
  text-align: left;
}

table {
  font-size: inherit;
  font: 100%;
}

img {
  vertical-align: top;
}

a {
  outline: none;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.alc {
  text-align: center;
}

.alr {
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

#MapWrap_FW {
  color: #252525;
  text-align: left;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
  padding: 0;
  font-size: 12px;
  line-height: 160%;
  position: relative;
}
#MapWrap_FW div.sect-cts {
  max-width: 975px;
}
@media print, screen and (min-width:577px) {
  #MapWrap_FW div.sect-cts {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 576px) {
  #MapWrap_FW div.sect-cts {
    margin: 0 auto 2em;
    padding: 1em;
  }
}
#MapWrap_FW div.sect-cts > h2 {
  margin: 2em 0;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 100%;
  background-color: #028ba4;
  background-image: repeating-linear-gradient(-45deg, #0F98B0, #0f98b0 7px, transparent 0, transparent 14px);
}
@media print, screen and (min-width:577px) {
  #MapWrap_FW div.sect-cts > h2 {
    height: 64px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 576px) {
  #MapWrap_FW div.sect-cts > h2 {
    height: 32px;
    font-size: 1.2em;
  }
}
#MapWrap_FW #EXCLUDE_FW div.exclSetMethArea p.lead {
  margin: 0 0 2em;
  padding: 3em;
  font-weight: bold;
  font-size: 1.2em;
  color: #028ba4;
  border: solid 1px #028ba4;
}
#MapWrap_FW #EXCLUDE_FW div.exclSetMethArea div.tab_box p.step {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.2em;
  color: #111;
  background-color: #F3F3F3;
  height: 66px;
  padding: 0 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#MapWrap_FW #EXCLUDE_FW div.exclSetMethArea div.tab_box img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}
#MapWrap_FW #EXCLUDE_FW div.exclSetMethArea div.tab_box p img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.tab_box .btn_area {
  margin: 0 10px;
  display: -webkit-box;
  display: flex;
}
.tab_box .tab_btn {
  width: 400px;
  height: 50px;
  padding: 8px 0;
  margin: auto;
  border-radius: 40px 40px 0 0;
  color: #333;
  background: #f5f7f8;
  font-size: large;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.tab_box .tab_btn:hover {
  background-color: #dce1e4;
}
.tab_box .tab_btn.active {
  background: #07539f;
  color: #fff;
}
.tab_box .panel_area {
  border: solid 1px #e3ebf3;
  padding: 20px;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
}
