@charset "utf-8";
.outline {
  background: #ffffff;
}
.outline > .o-header > .o-header-inner {
  padding: 35px 10px 15px;
}
.outline > .o-body.-odd {
  background: #ffffff;
}
.outline > .o-body.-even {
  background: url(/ex/VCAMAP/common/images/bg_even.png) top center;
}
.outline > .o-body.-addLine {
  border-top: 4px dotted #6c6b53;
}
.outline > .o-body > .o-body-inner > .o-main > .o-content {
  padding: 30px 15px;
}
.outline > .o-footer {
  background: #151608;
}
.outline > .o-footer > .o-footer-inner .links {
  line-height: 1em;
}
.outline > .o-footer > .o-footer-inner .links li {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #fff;
}
.outline > .o-footer > .o-footer-inner .links li:first-child {
  border-top: 1px solid #fff;
}
.outline > .o-footer > .o-footer-inner .links li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #fff;
}
.outline > .o-footer > .o-footer-inner .copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.7em;
  padding: 10px 10px 30px;
  color: #fff;
}

.sns {
  padding: 5px 10px 10px;
}
.sns > ul {
  font-size: 0;
}
.sns > ul li {
  margin: 5px 0 0;
}
.sns > ul li.tw {
  width: 120px;
}

.ex-global {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.ex-global > .sub-menuButton {
  width: 100%;
  height: 0;
  padding-top: 30px;
  overflow: hidden;
  background: url(/ex/VCAMAP/common/images/sp_menu_open.png) bottom center no-repeat;
  -moz-background-size: 60px 30px;
  -o-background-size: 60px 30px;
  -webkit-background-size: 60px 30px;
  background-size: 60px 30px;
}
.ex-global > .mod-nav {
  background: #151608;
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 500ms;
  transition-timing-function: ease-out;
}
.ex-global > .mod-nav > .sub-global {
  padding: 25px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem {
  border-bottom: 1px dotted #fff;
  margin-top: -10px;
  display: block;
  opacity: 0;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem:first-child {
  border-top: 1px dotted #fff;
}
.ex-global > .mod-nav > .sub-global > .sub-globalItem a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 10px;
}
.ex-global.isOpen .mod-nav {
  display: block;
}
.ex-global.isOpen .sub-menuButton {
  background: url(/ex/VCAMAP/common/images/sp_menu_close.png) bottom center no-repeat;
  -moz-background-size: 60px 30px;
  -o-background-size: 60px 30px;
  -webkit-background-size: 60px 30px;
  background-size: 60px 30px;
}

.outline {
  font-size: 15px;
  font-size: 1.5rem;
}

.showPc {
  display: none;
}

.headline.lv2 {
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 20px;
}
.headline.lv2 > .sub-span {
  display: inline-block;
  border-bottom: 2px dotted #151608;
}
.headline.lv3 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #6c6b53;
  font-weight: bold;
  margin-bottom: 10px;
}
.headline.lv3 .sub-span {
  display: block;
  padding-left: 1.5em;
}
.headline.lv3 .sub-span:before {
  font-family: 'icon';
  content: "\e901";
  margin-right: .3em;
  font-size: 17px;
  font-size: 1.7rem;
  vertical-align: middle;
  height: 1em;
  line-height: 1em;
  margin-left: -1.3em;
}

.mod-caption {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.mod-button {
  font-size: 12px;
  font-size: 1.2rem;
}

.mod-pager > li {
  display: none;
}
.mod-pager > li.sub-prev, .mod-pager > li.sub-next {
  display: inline-block;
  width: 50%;
  margin: 0;
}

.mod-image.-spSmall img {
  width: 70%;
}

.mod-list.-horizontalSp {
  margin-right: -3em;
}
.mod-list.-horizontalSp > li.sub-li {
  display: inline-block;
  margin-right: 3em;
}
.mod-list.-note {
  font-size: 12px;
  font-size: 1.2rem;
}

.mod-dl.-horizontalSp {
  *zoom: 1;
}
.mod-dl.-horizontalSp:after {
  content: '';
  display: table;
  clear: both;
}
.mod-dl.-horizontalSp .sub-dt {
  float: left;
  margin-right: 10px;
}
.mod-dl.-horizontalSp .sub-dd {
  overflow: hidden;
}

table.mod-table .mod-para,
table.mod-table .mod-list {
  font-size: 14px;
  font-size: 1.4rem;
}
table.mod-table th,
table.mod-table td {
  font-size: 14px;
  font-size: 1.4rem;
}

.mod-likeTable .sub-head {
  display: none;
}
.mod-likeTable .sub-row {
  display: table;
  background: #fff;
  border: 2px solid #23c6e8;
  width: 100%;
  margin-bottom: 1em;
}
.mod-likeTable .sub-row > dl {
  display: table-row;
  padding: 1em;
  vertical-align: middle;
}
.mod-likeTable .sub-row > dl > dt {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #bec8ca;
  border-width: 0 2px 2px 0;
  width: 30%;
  background: #9ee7f6;
  padding: 0.5em;
  font-weight: bold;
}
.mod-likeTable .sub-row > dl > dd {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #bec8ca;
  border-width: 0 0 2px 0;
  background: #fff;
  padding: 0.5em;
}
.mod-likeTable .sub-row > dl:last-child > dt,
.mod-likeTable .sub-row > dl:last-child > dd {
  border-bottom: 0;
}

.mod-grid {
  margin-left: -10px;
  margin-top: -10px;
}
.mod-grid + .mod-grid {
  margin-top: auto !important;
}
.mod-grid > .sub-cell {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.mod-grid > .sub-cell > .sub-inner {
  margin-left: 10px;
}
.mod-grid.-marginZero {
  margin-left: -0px;
  margin-top: 0px;
}
.mod-grid.-marginZero > .sub-cell {
  margin-top: 0px;
}
.mod-grid.-marginZero > .sub-cell > .sub-inner {
  margin-left: 0px;
}
.mod-grid.-marginS {
  margin-left: -5px;
  margin-top: -5px;
}
.mod-grid.-marginS > .sub-cell {
  margin-top: 5px;
}
.mod-grid.-marginS > .sub-cell > .sub-inner {
  margin-left: 5px;
}
.mod-grid.-marginL {
  margin-left: -20px;
  margin-top: -20px;
}
.mod-grid.-marginL > .sub-cell {
  margin-top: 20px;
}
.mod-grid.-marginL > .sub-cell > .sub-inner {
  margin-left: 20px;
}
.mod-grid.-sp1col > .sub-cell {
  width: 100%;
}
.mod-grid.-sp2col > .sub-cell {
  width: 50%;
}
.mod-grid.-sp3col > .sub-cell {
  width: 33.3333%;
}
.mod-grid.-sp4col > .sub-cell {
  width: 25%;
}
.mod-grid.-paddingS {
  padding: 0 10px;
}
.mod-grid.-paddingM {
  padding: 0 15px;
}
.mod-grid.-paddingL {
  padding: 0 20px;
}
.mod-grid.-spec > .sub-cell:last-child {
  margin-top: 0;
}
.mod-grid.-step {
  margin-left: -20px;
  margin-top: -20px;
}
.mod-grid.-step > .sub-cell {
  margin-top: 20px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  margin-left: 20px;
}
.mod-grid.-step > .sub-cell > .sub-inner {
  position: relative;
}
.mod-grid.-step > .sub-cell > .sub-inner:before {
  content: "";
  background: url(/ex/VCAMAP/common/images/step_arrow.png) 0 0 no-repeat;
  display: inline-block;
  width: 8px;
  height: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  margin: auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner {
  position: static;
}
.mod-grid.-step > .sub-cell.noArrow > .sub-inner:before {
  content: "";
  display: none !important;
}
.mod-grid.-step.-adjustArrow > .sub-cell > .sub-inner:before {
  position: absolute;
  top: 80px;
  bottom: auto;
}
.mod-grid.-step.-sp1col {
  margin-left: -20px;
}
.mod-grid.-step.-sp1col > .sub-cell {
  margin-bottom: 20px;
}
.mod-grid.-step.-sp1col > .sub-cell > .sub-inner {
  margin-left: 20px;
  margin-top: 10px;
  position: relative;
}
.mod-grid.-step.-sp1col > .sub-cell > .sub-inner:before {
  content: "↓";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: -30px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto;
  margin: auto;
}
.mod-grid.-step.-sp1col > .sub-cell.noArrow > .sub-inner {
  margin-top: 0;
}
.mod-grid.-step.-sp1col > .sub-cell.noArrow > .sub-inner:before {
  display: none;
}
.mod-grid.-step.-adjustArrow > .sub-cell > .sub-inner:before {
  position: absolute;
  top: 80px;
  bottom: auto;
}
.mod-grid > .sub-cell.tiltArrow {
  display: none;
}

.mod-textAndImageBlock {
  *zoom: 1;
}
.mod-textAndImageBlock:after {
  content: '';
  display: table;
  clear: both;
}
.mod-textAndImageBlock .sub-content {
  width: 50%;
}
.mod-textAndImageBlock .sub-content {
  width: 50%;
}
.mod-textAndImageBlock.-sp1col > .sub-content:first-child {
  width: 100%;
  margin-bottom: 10px;
}
.mod-textAndImageBlock.-sp1col > .sub-content:first-child > .sub-inner {
  margin: 0 !important;
}
.mod-textAndImageBlock.-sp1col > .sub-content:last-child {
  width: 100%;
  margin-bottom: 20px;
}
.mod-textAndImageBlock.-sp1col > .sub-content:last-child > .sub-inner {
  margin: 0;
}
.mod-textAndImageBlock + .mod-textAndImageBlock {
  margin-top: 20px;
}

.mod-narrowContent {
  width: 90%;
}

.mod-group {
  margin-bottom: 15px;
}
.mod-group.-column {
  margin: 20px 0;
}

.ex-frame {
  margin-bottom: 20px;
}
.ex-frame:last-child {
  margin-bottom: 0;
}
.ex-frame > .sub-body {
  background: url(/ex/VCAMAP/common/images/frame_body@2x.png) top center repeat-y;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 10px 25px;
}
.ex-frame .sub-ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #6c6b53;
  margin-bottom: 5px;
}

.ex-table tr, .ex-table th, .ex-table td {
  border-width: 0 !important;
  display: block;
}

#top .main {
  margin-top: -50px;
}
#top .main .sns {
  display: none;
}

.ex-note {
  margin: 1em;
}

.ex-addTopSP {
  margin-top: 15px !important;
}
