@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

img {
  max-width: 100%;
}

input, textarea, select, button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}

/*!
*  - v1.3
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
  overflow: hidden;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sp-rtl .sp-thumbnail-container {
  float: right;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-bottom-thumbnails .sp-thumbnail-container:first-child, .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-bottom-thumbnails .sp-thumbnail-container:last-child, .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

.sp-selectable {
  cursor: default;
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-bottom-thumbnails .sp-thumbnail-arrows, .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.sp-bottom-thumbnails .sp-next-thumbnail-arrow, .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.sp-next-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie7 .sp-thumbnail-arrow, .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie7 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro canvas, .slider-pro embed, .slider-pro iframe, .slider-pro object, .slider-pro video {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

@keyframes icoJamp {
  0% {
    top: 0px;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: color 200ms, opacity 200ms, background 200ms, border-color 200ms;
  -o-transition: color 200ms, opacity 200ms, background 200ms, border-color 200ms;
  -webkit-transition: color 200ms, opacity 200ms, background 200ms, border-color 200ms;
  transition: color 200ms, opacity 200ms, background 200ms, border-color 200ms;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.btn a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  line-height: 1.5;
  width: 100%;
}
.btn.cards a, .btn.cresence a {
  background-color: #ffa200;
}
.btn.apply a, .btn.register a {
  background-color: #22ba34;
}
.btn.request a {
  background-color: #2ec2f3;
}
.btn.contact a {
  background-color: #fff;
  color: #0672aa !important;
}
.btn.simulation a, .btn.target a {
  background-color: #fff;
  border: 1px solid #e4e3e2;
  color: #0f218b !important;
}
.btn.compare a {
  background-color: #439dd2;
}
.btn.login a {
  background-color: #0f218b;
}

.btnArea {
  text-align: center;
}
.btnArea .btn {
  margin: 0 8px;
  width: 320px;
}
.btnArea .btn a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  overflow: hidden;
  padding: 13px 0 12px;
}
.btnArea .btn a:after {
  background: url(/img/shared/arrow-white30.png) no-repeat 0 0;
  -moz-background-size: 12px auto;
  -o-background-size: 12px auto;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 -12px 0 12px;
  vertical-align: middle;
  width: 12px;
}
.btnArea .btn.target a {
  padding: 12px 0 11px;
}
.btnArea .btn.target a:after {
  background: url(/img/shared/ico-blank-blue.png) no-repeat 0 0;
  -moz-background-size: 10px auto !important;
  -o-background-size: 10px auto !important;
  -webkit-background-size: 10px auto !important;
  background-size: 10px auto !important;
  height: 10px !important;
  margin: 0 -10px 0 10px;
  width: 10px !important;
}

@media screen and (max-width: 767px) {
  .btnArea .btn {
    display: block;
    margin: 0 !important;
    width: 100% !important;
  }
  .btnArea .btn a {
    font-size: 15px !important;
    padding: 12px 0 11px !important;
  }
  .btnArea .btn a:after {
    -moz-background-size: 15px auto !important;
    -o-background-size: 15px auto !important;
    -webkit-background-size: 15px auto !important;
    background-size: 15px auto !important;
    height: 13px !important;
    margin: 0 -10px 0 10px !important;
    width: 15px !important;
  }
  .btnArea .btn.target a {
    padding: 11px 0 10px !important;
  }
  .btnArea .btn + .btn {
    margin-top: 20px !important;
  }
}
.js-switch {
  visibility: hidden;
}
.js-switch.is-loaded {
  visibility: visible;
}

table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-width: 1px 1px 0 0;
  table-layout: fixed;
  width: 100%;
}
table caption {
  font-weight: bold;
  padding: 5px 0;
}
table th, table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-width: 0 0 1px 1px;
  padding: 10px 2%;
  word-break: break-word;
}
table th {
  background: #f5f5f5;
  font-weight: bold;
}
table td {
  background: #fff;
}
table .bgBlue {
  background: #f6fcff;
}
table .bgBlack {
  background: #555;
}
table .bgLightGray {
  background: #eee;
}
table.priceTable th {
  background: #f3f5fd;
  font-weight: normal;
}

.breadcrumbs {
  background: #f5f5f5;
  font-size: 12px;
  line-height: 1.66667;
  padding: 7px 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li + li:before {
  color: #212121;
  content: '\003e';
  margin: 0 3px 0 2px;
}
.breadcrumbs li a {
  color: #212121;
}
.breadcrumbs li:last-child a {
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.pageTit {
  background: url(/img/shared/bg-title-main_pc.jpg) no-repeat center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 40px;
}
.pageTit .container {
  display: table;
  height: 130px;
  width: 100%;
}
.pageTit .tit {
  color: #0f218b;
  display: table-cell;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-top: 4px;
  vertical-align: middle;
}

.pageRead {
  margin: 0 0 30px;
}
.pageRead p {
  font-size: 16px;
}

.secBlock + .secBlock,
.floatBlock + .secBlock,
.secBlock + .floatBlock {
  margin-top: 49px;
}

.secBlock {
  padding-top: 15px;
}
.secBlock .blockTit {
  background: url(/img/shared/ico-title-circle01.png) no-repeat 0 5px;
  -moz-background-size: 22px auto;
  -o-background-size: 22px auto;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 0 0 30px;
  margin-bottom: 21px;
}
.secBlock .small {
  font-size: 12px;
  line-height: 1.6;
  margin-top: 12px;
}
.secBlock .red {
  color: #ee0000;
}
.secBlock .blockRead {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 23px;
}
.secBlock .blockTxt .blockSubTit {
  color: #0f218b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 14px;
  padding-left: 17px;
  position: relative;
}
.secBlock .blockTxt .blockSubTit:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0f218b;
  content: '';
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 10px;
}
.secBlock .blockTxt a {
  color: #0671b0;
}
.secBlock .blockTxt a.icoBlank:after {
  background: url(/img/shared/ico-blank-blue.png) no-repeat 0 0;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
}
.secBlock .blockTxt p + p,
.secBlock .blockTxt p + table,
.secBlock .blockTxt table + table,
.secBlock .blockTxt table + p {
  margin-top: 20px;
}
.secBlock .blockTxt .linkArea {
  margin-top: 20px;
}
.secBlock .blockTxt .link {
  background: url(/img/shared/arrow-nav-blue14.png) no-repeat 0 5px;
  -moz-background-size: 7px auto;
  -o-background-size: 7px auto;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
  font-size: 16px;
  padding-left: 13px;
}
.secBlock .blockTxt .link + .link {
  margin-top: 5px;
}
.secBlock .tc {
  text-align: center;
}
.secBlock .tr {
  text-align: right;
}
.secBlock:last-child {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .pageTit {
    background-image: url(/img/shared/bg-title-main_sp.jpg);
    background-position: center bottom;
    margin-bottom: 28px;
  }
  .pageTit .container {
    height: 95px;
    width: auto;
  }
  .pageTit .tit {
    font-size: 18px;
    line-height: 1.25;
    padding-top: 0;
  }

  .pageRead {
    margin: 0 0 20px;
  }
  .pageRead p {
    font-size: 14px;
    line-height: 1.22;
  }

  .secBlock + .secBlock,
  .floatBlock + .secBlock,
  .secBlock + .floatBlock {
    margin-top: -45px;
  }

  .secBlock {
    margin-top: -75px;
    padding-top: 75px;
  }
  .secBlock .blockTit {
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    background-position: 0 2px;
    font-size: 19px;
    padding: 0 0 0 23px;
    margin-bottom: 13px;
  }
  .secBlock .small {
    font-size: 11px;
    line-height: 1.5;
  }
  .secBlock .blockRead {
    line-height: 1.5;
    margin-bottom: 17px;
  }
  .secBlock .blockTxt .blockSubTit {
    font-size: 15px;
    padding-left: 14px;
  }
  .secBlock .blockTxt .blockSubTit:before {
    height: 9px;
    width: 9px;
  }
  .secBlock .blockTxt p + p,
  .secBlock .blockTxt p + table,
  .secBlock .blockTxt table + table,
  .secBlock .blockTxt table + p {
    margin-top: 10px;
  }
  .secBlock .blockTxt .linkArea {
    margin-top: 10px;
  }
  .secBlock .blockTxt .link {
    background-position: 0 5px;
    -moz-background-size: 5px auto;
    -o-background-size: 5px auto;
    -webkit-background-size: 5px auto;
    background-size: 5px auto;
    font-size: 13px;
    padding-left: 10px;
  }
  .secBlock .blockTxt .link + .link {
    margin-top: 5px;
  }
  .secBlock:last-child {
    padding-bottom: 40px;
  }
}
.pageUnderNav {
  background: #f5fbff;
  padding: 60px 0 52px;
}
.pageUnderNav .nav:before, .pageUnderNav .nav:after {
  content: '';
  display: table;
}
.pageUnderNav .nav:after {
  clear: both;
}
.pageUnderNav .nav li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  width: 21.25%;
}
.pageUnderNav .nav li a {
  display: block;
}
.pageUnderNav .nav li a[target="_blank"] dt:after {
  background: url(/img/shared/ico-blank-blue.png) no-repeat 0 0;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 -6px 0 6px;
  vertical-align: middle;
  width: 10px;
}
.no-touch .pageUnderNav .nav li a:hover .img img {
  -moz-animation: icoJamp 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation: icoJamp 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: icoJamp 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pageUnderNav .nav li .img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 116px;
  width: 100%;
}
.pageUnderNav .nav li .img span {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  display: inline-block;
}
.pageUnderNav .nav li .img img {
  top: 0;
  position: relative;
}
.pageUnderNav .nav li dl dt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.pageUnderNav .nav li dl .txt {
  font-size: 12px;
  margin: 8px 8% 7px;
}
.pageUnderNav .nav li dl .link {
  background: url(/img/shared/arrow-orange18.png) no-repeat right center;
  -moz-background-size: 13px auto;
  -o-background-size: 13px auto;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
  display: inline-block;
  font-weight: bold;
  padding-right: 21px;
}
.pageUnderNav .nav li:before {
  background: #d9eaf6;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ZTFmMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZjNmYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9e1f1), color-stop(100%, #e8f3fa));
  background: -moz-linear-gradient(top, #c9e1f1, #e8f3fa);
  background: -webkit-linear-gradient(top, #c9e1f1, #e8f3fa);
  background: linear-gradient(to bottom, #c9e1f1, #e8f3fa);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFC9E1F1', endColorstr='#FFE8F3FA');
  content: '';
  display: block;
  height: 205px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.pageUnderNav .nav li.nav01, .pageUnderNav .nav li.nav05 {
  width: 18.125%;
}
.pageUnderNav .nav li.nav01 .img {
  padding-top: 26px;
}
.pageUnderNav .nav li.nav01 .img span {
  background-image: url(/img/shared/bg-page-under-nav01.png);
}
.pageUnderNav .nav li.nav01 .img img {
  width: 67px;
}
.pageUnderNav .nav li.nav01 dl .txt {
  margin-left: 0;
}
.pageUnderNav .nav li.nav01:before {
  display: none;
}
.pageUnderNav .nav li.nav02 .img {
  padding-top: 19px;
}
.pageUnderNav .nav li.nav02 .img span {
  background-image: url(/img/shared/bg-page-under-nav02.png);
}
.pageUnderNav .nav li.nav02 .img img {
  width: 74px;
}
.pageUnderNav .nav li.nav03 .img {
  padding-top: 11px;
}
.pageUnderNav .nav li.nav03 .img span {
  background-image: url(/img/shared/bg-page-under-nav03.png);
}
.pageUnderNav .nav li.nav03 .img img {
  width: 47px;
}
.pageUnderNav .nav li.nav04 .img {
  padding-top: 16px;
}
.pageUnderNav .nav li.nav04 .img span {
  background-image: url(/img/shared/bg-page-under-nav04.png);
}
.pageUnderNav .nav li.nav04 .img img {
  width: 65px;
}
.pageUnderNav .nav li.nav05 .img {
  padding-top: 13px;
}
.pageUnderNav .nav li.nav05 .img span {
  background-image: url(/img/shared/bg-page-under-nav05.png);
}
.pageUnderNav .nav li.nav05 .img img {
  width: 69px;
}
.pageUnderNav .nav li.nav05 dl .txt {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .pageUnderNav {
    padding: 0;
  }
  .pageUnderNav .nav li {
    float: none;
    text-align: left;
    width: 100% !important;
  }
  .pageUnderNav .nav li a:before, .pageUnderNav .nav li a:after {
    content: '';
    display: table;
  }
  .pageUnderNav .nav li a:after {
    clear: both;
  }
  .no-touch .pageUnderNav .nav li a:hover .img img {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none;
  }
  .pageUnderNav .nav li .img {
    float: left;
    height: auto;
    width: 75px;
  }
  .pageUnderNav .nav li dl {
    width: -moz-calc(100% - 75px);
    width: -o-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
    width: calc(100% - 75px);
    float: right;
    padding: 17px 0 12px;
  }
  .pageUnderNav .nav li dl dt {
    font-size: 14px;
  }
  .pageUnderNav .nav li dl .txt {
    line-height: 1.4;
    margin: 6px 0px 3px;
  }
  .pageUnderNav .nav li dl .link {
    background-image: url(/img/shared/arrow-orange30.png);
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    padding-right: 21px;
  }
  .pageUnderNav .nav li:before {
    background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(196, 222, 239, 0)), color-stop(25%, #c4deef), color-stop(75%, #c4deef), color-stop(100%, rgba(196, 222, 239, 0)));
    background: -moz-linear-gradient(left, rgba(196, 222, 239, 0), #c4deef 25%, #c4deef 75%, rgba(196, 222, 239, 0));
    background: -webkit-linear-gradient(left, rgba(196, 222, 239, 0), #c4deef 25%, #c4deef 75%, rgba(196, 222, 239, 0));
    background: linear-gradient(to right, rgba(196, 222, 239, 0), #c4deef 25%, #c4deef 75%, rgba(196, 222, 239, 0));
    height: 1px;
    width: 100%;
  }
  .pageUnderNav .nav li.nav01 .img {
    padding-top: 20px;
  }
  .pageUnderNav .nav li.nav01 .img img {
    width: 60px;
  }
  .pageUnderNav .nav li.nav02 .img {
    padding-top: 15px;
  }
  .pageUnderNav .nav li.nav02 .img img {
    width: 58px;
  }
  .pageUnderNav .nav li.nav03 .img {
    padding: 15px 0 0 8px;
  }
  .pageUnderNav .nav li.nav03 .img img {
    width: 40px;
  }
  .pageUnderNav .nav li.nav04 .img {
    padding-top: 8px;
  }
  .pageUnderNav .nav li.nav04 .img img {
    width: 58px;
  }
  .pageUnderNav .nav li.nav05 .img {
    padding: 15px 0 0 4px;
  }
  .pageUnderNav .nav li.nav05 .img img {
    width: 48px;
  }
}
.partsInfoBlock {
  background: #fff;
  padding: 60px 0 160px;
}
.partsInfoBlock #spBnrInfoSlider {
  text-align: center;
}
.partsInfoBlock #spBnrInfoSlider li {
  display: inline-block;
  position: relative;
  width: 23.43%;
}
.partsInfoBlock #spBnrInfoSlider li img {
  width: 100%;
}
.partsInfoBlock #spBnrInfoSlider li + li {
  margin-left: 2.09%;
}
.partsInfoBlock .jfsaBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #dedede;
  display: table;
  margin-top: 40px;
  width: 100%;
}
.partsInfoBlock .jfsaBox .tit, .partsInfoBlock .jfsaBox .txt {
  display: table-cell;
  vertical-align: middle;
}
.partsInfoBlock .jfsaBox .tit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #eee;
  border: 1px solid #dedede;
  border-width: 0 1px 0 0;
  text-align: center;
  width: 197px;
}
.partsInfoBlock .jfsaBox .tit img {
  width: 156px;
}
.partsInfoBlock .jfsaBox dl {
  display: table;
  width: 100%;
}
.partsInfoBlock .jfsaBox dl dt, .partsInfoBlock .jfsaBox dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.partsInfoBlock .jfsaBox dl dt {
  font-size: 12px;
  padding: 0 5px;
  text-align: center;
  width: 23.24%;
}
.partsInfoBlock .jfsaBox dl dd {
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 0;
  width: 76.76%;
}
.partsInfoBlock .jfsaBox dl dd .wrap {
  border: 1px solid #dedede;
  border-width: 0 0 0 1px;
  padding: 0 5px 0 18px;
}
.partsInfoBlock .jfsaBox dl dd .tel {
  font-size: 18px;
  margin: 5px 0 -5px;
}
.partsInfoBlock .jfsaBox dl dd .tel .detail {
  font-size: 12px;
  font-weight: normal;
}
.partsInfoBlock .confBlock {
  margin-top: 35px;
}
.partsInfoBlock .confBlock p {
  font-size: 12px;
}

.partsInfoBlock .confBlock p a {
    background: url(/img/shared/arrow-nav-blue6.png) no-repeat 0 3px;
    display: inline-block;
    padding-left: 15px;
    color: #2ec2f3;
}
.partsInfoBlock .confBlock p a::after {
    background: url(/img/shared/ico-blank-lightBlue.png) no-repeat 0 0;
    -moz-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 6px;
    vertical-align: middle;
    width: 10px;
}
.partsInfoBlock .confBlock .tit {
  font-size: 16px;
  margin-bottom: 11px;
}
.partsInfoBlock .confBlock .conditionBox {
  background: #f0f9ff;
  margin-top: 17px;
  padding: 20px 19px 25px;
}

@media screen and (max-width: 767px) {
  .partsInfoBlock {
    padding: 30px 0 124px;
  }
  .partsInfoBlock #spBnrInfoSlider li {
    float: none;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .partsInfoBlock #spBnrInfoSlider li img {
    width: 77.58%;
  }
  .partsInfoBlock #spBnrInfoSlider li + li {
    margin-left: 0;
  }
  .partsInfoBlock #spBnrInfoSlider .sp-arrow {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 11.03%;
    z-index: 5;
  }
  .partsInfoBlock #spBnrInfoSlider .sp-arrow.sp-previous-arrow {
    background-image: url(/img/shared/btn-info-bnr-slider-prev.png);
    left: 0;
  }
  .partsInfoBlock #spBnrInfoSlider .sp-arrow.sp-next-arrow {
    background-image: url(/img/shared/btn-info-bnr-slider-next.png);
    right: 0;
  }
  .partsInfoBlock .jfsaBox {
    border-width: 2px;
    display: block;
    margin-top: 30px;
  }
  .partsInfoBlock .jfsaBox .tit, .partsInfoBlock .jfsaBox .txt {
    display: block;
  }
  .partsInfoBlock .jfsaBox .tit {
    border-width: 0 0 1px;
    padding: 11px 0 10px;
    width: 100%;
  }
  .partsInfoBlock .jfsaBox .tit img {
    width: 137px;
  }
  .partsInfoBlock .jfsaBox dl {
    display: block;
  }
  .partsInfoBlock .jfsaBox dl dt, .partsInfoBlock .jfsaBox dl dd {
    display: block;
    width: 100%;
  }
  .partsInfoBlock .jfsaBox dl dt {
    padding: 12px 0 11px;
  }
  .partsInfoBlock .jfsaBox dl dd {
    line-height: 1.5;
    padding: 0 8px;
  }
  .partsInfoBlock .jfsaBox dl dd .wrap {
    border-width: 1px 0 0;
    padding: 15px 0 14px;
  }
  .partsInfoBlock .jfsaBox dl dd .tel {
    margin: 2px 0 0;
  }
  .partsInfoBlock .jfsaBox dl dd .tel .detail {
    display: block;
    margin-top: 3px;
  }
  .partsInfoBlock .confBlock {
    margin-top: 26px;
  }
  .partsInfoBlock .confBlock .tit {
    font-size: 14px;
    line-height: 1.45;
    margin-bottom: 7px;
  }
  .partsInfoBlock .confBlock .txt {
    line-height: 1.6;
  }
  .partsInfoBlock .confBlock .conditionBox {
    margin-top: 16px;
    padding: 11px 15px 16px;
  }
}
.cardsMainMenu:before, .cardsMainMenu:after {
  content: '';
  display: table;
}
.cardsMainMenu:after {
  clear: both;
}
.cardsMainMenu li {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  float: left;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 49%;
}
.cardsMainMenu li a {
  display: block;
  padding: 126px 0 30px;
}
.cardsMainMenu li .img {
  left: 50%;
  margin-left: -135px;
  position: absolute;
  top: -70px;
}
.cardsMainMenu li .name .en {
  font-size: 18px;
}
.cardsMainMenu li .name .ja {
  font-size: 13px;
}
.cardsMainMenu li .link {
  background: url(/img/shared/arrow-orange18.png) no-repeat right center;
  -moz-background-size: 13px 13px;
  -o-background-size: 13px 13px;
  -webkit-background-size: 13px 13px;
  background-size: 13px 13px;
  display: inline-block;
  padding-right: 21px;
}
.cardsMainMenu li + li {
  float: right;
}

@media screen and (max-width: 767px) {
  .cardsMainMenu {
    margin: 0 -5px;
  }
  .cardsMainMenu li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 48.3%;
  }
  .cardsMainMenu li a {
    display: block;
    padding: 58px 0 17px;
  }
  .cardsMainMenu li .img {
    left: 50%;
    margin-left: -67px;
    top: -37px;
    width: 135px;
  }
  .cardsMainMenu li .name .en, .cardsMainMenu li .name .ja {
    display: block;
  }
  .cardsMainMenu li .name .en {
    font-size: 12px;
  }
  .cardsMainMenu li .name .ja {
    font-size: 10px;
    margin-top: -1px;
  }
  .cardsMainMenu li .link {
    background-image: url(/img/shared/arrow-orange30.png);
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    margin-top: 14px;
    padding-right: 20px;
  }
}
.secCardsOtherNav {
  background: #fff;
  border-top: 1px solid #f1eee9;
  padding-top: 55px;
}
.secCardsOtherNav .cardsList {
  padding-bottom: 52px;
}
.secCardsOtherNav .cardsList:before, .secCardsOtherNav .cardsList:after {
  content: '';
  display: table;
}
.secCardsOtherNav .cardsList:after {
  clear: both;
}
.secCardsOtherNav .cardsList li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 48.5%;
}
.secCardsOtherNav .cardsList li a {
  display: block;
}
.secCardsOtherNav .cardsList li a:before, .secCardsOtherNav .cardsList li a:after {
  content: '';
  display: table;
}
.secCardsOtherNav .cardsList li a:after {
  clear: both;
}
.secCardsOtherNav .cardsList li img {
  float: left;
}
.secCardsOtherNav .cardsList li dl {
  margin-top: -1px;
  float: right;
}
.secCardsOtherNav .cardsList li dl dt {
  font-weight: bold;
  line-height: 1.3;
}
.secCardsOtherNav .cardsList li dl .txt {
  line-height: 1.6;
  margin: 7px 0 8px;
}
.secCardsOtherNav .cardsList li dl .link {
  background: url(/img/shared/arrow-orange18.png) no-repeat right center;
  -moz-background-size: 13px auto;
  -o-background-size: 13px auto;
  -webkit-background-size: 13px auto;
  background-size: 13px auto;
  display: inline-block;
  font-weight: bold;
  padding-right: 21px;
}
.secCardsOtherNav .cardsList li:first-child a {
  padding-right: 4%;
}
.secCardsOtherNav .cardsList li:first-child img {
  width: 28.637%;
}
.secCardsOtherNav .cardsList li:first-child dl {
  width: 68%;
}
.secCardsOtherNav .cardsList li + li {
  border: 1px dotted #474747;
  border-width: 0 0 0 1px;
  width: 51.5%;
}
.secCardsOtherNav .cardsList li + li a {
  padding-left: 6%;
}
.secCardsOtherNav .cardsList li + li img {
  width: 27.6%;
}
.secCardsOtherNav .cardsList li + li dl {
  width: 69%;
}

@media screen and (max-width: 767px) {
  .secCardsOtherNav {
    margin-top: 0;
    padding-top: 38px;
  }
  .secCardsOtherNav .cardsList {
    padding-bottom: 16px;
  }
  .secCardsOtherNav .cardsList li {
    float: none;
    width: 100% !important;
  }
  .secCardsOtherNav .cardsList li a {
    padding: 0 0 16px !important;
  }
  .secCardsOtherNav .cardsList li img {
    width: 26.2% !important;
  }
  .secCardsOtherNav .cardsList li dl {
    width: 69.2% !important;
  }
  .secCardsOtherNav .cardsList li dl .txt {
    line-height: 1.4;
    margin: 5px 0 3px;
  }
  .secCardsOtherNav .cardsList li dl .link {
    background-image: url(/img/shared/arrow-orange30.png);
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    padding-right: 21px;
  }
  .secCardsOtherNav .cardsList li + li {
    border-width: 1px 0 0;
  }
  .secCardsOtherNav .cardsList li + li a {
    padding-top: 19px !important;
  }
}
.simulationNav {
  overflow: hidden;
}
.simulationNav li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e4e3e2;
  float: left;
  text-align: center;
  width: 32.3%;
}
.simulationNav li p {
  background: url(/img/shared/ico-simulatio-nav-question.png) no-repeat 0 17px;
  -moz-background-size: auto 35px;
  -o-background-size: auto 35px;
  -webkit-background-size: auto 35px;
  background-size: auto 35px;
  display: inline-block;
  font-weight: bold;
  margin-right: 21px;
  padding: 32px 0 25px 54px;
}
.simulationNav li a {
  border-top: 1px solid #e4e3e2;
  color: #0f218b !important;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.03em;
  padding: 13px 0 12px;
}
.simulationNav li a:after {
  background: url(/img/shared/arrow-nav-bottom-blue28.png) no-repeat 0 0;
  -moz-background-size: 10px auto;
  -o-background-size: 10px auto;
  -webkit-background-size: 10px auto;
  background-size: 10px auto;
  content: '';
  display: inline-block;
  height: 7px;
  margin-left: 8px;
  width: 10px;
}
@media screen and (max-width: 900px) {
  .simulationNav li p {
    -moz-background-size: auto 30px;
    -o-background-size: auto 30px;
    -webkit-background-size: auto 30px;
    background-size: auto 30px;
    background-position: 0 20px;
    font-size: 13px;
    margin-right: 10px;
    padding: 33px 0 26px 40px;
  }
  .simulationNav li a {
    font-size: 15px;
    padding: 14px 0 13px;
  }
}
.simulationNav li + li {
  margin-left: 1.55%;
}

@media screen and (max-width: 767px) {
  .simulationNav li {
    float: none;
    text-align: left;
    width: 100%;
  }
  .simulationNav li p {
    -moz-background-size: auto 25px;
    -o-background-size: auto 25px;
    -webkit-background-size: auto 25px;
    background-size: auto 25px;
    background-position: 12px 14px;
    font-size: 12px;
    margin-right: 0;
    padding: 20px 0 20px 52px;
  }
  .simulationNav li a {
    font-size: 13px;
    letter-spacing: 0;
    padding: 12px 12px 13px;
    position: relative;
  }
  .simulationNav li a:after {
    -moz-background-size: 14px auto;
    -o-background-size: 14px auto;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    height: 9px;
    margin: -4px 0 0 0;
    right: 4.2%;
    position: absolute;
    top: 50%;
    width: 14px;
  }
  .simulationNav li + li {
    margin: 10px 0 0;
  }
}
input[type="text"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  background: #fff;
  border: 1px solid #dedede;
  padding: 7px 8px 6px;
  width: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fdfaf5;
  color: #212121;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.5;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  body:before {
    content: 'pc';
  }
}
@media screen and (max-width: 767px) {
  body:before {
    content: 'sp';
  }
}

a {
  -moz-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -o-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  -webkit-transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  transition: color 0.1s, opacity 0.1s, background 0.1s, border-color 0.1s;
  color: #111;
  text-decoration: none;
}
.no-touch a:hover {
  opacity: 0.7;
}

#wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 990px;
  padding: 0 15px;
  position: relative;
}
.container:before, .container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}

#header {
  -moz-box-shadow: 0px 2px 2px rgba(187, 187, 187, 0.1);
  -webkit-box-shadow: 0px 2px 2px rgba(187, 187, 187, 0.1);
  box-shadow: 0px 2px 2px rgba(187, 187, 187, 0.1);
  background: #fff;
}
#header .headerInner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 525px;
  width: 100%;
}
#header .logoArea {
  height: 130px;
  position: relative;
}
#header .logoArea .small {
  font-size: 9px;
  left: 0;
  line-height: 1.2;
  position: absolute;
  top: 10px;
}
#header .logoArea .logo {
  bottom: 28px;
  left: 4px;
  max-width: 285px;
  position: absolute;
}
#header .logoArea .logo a, #header .logoArea .logo img {
  display: block;
  width: 100%;
}
#header .utilityArea {
  position: absolute;
  right: 15px;
  top: 0;
  width: 510px;
}
#header .utilityArea .nav {
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0;
  border-radius: 0 0 6px 6px;
  background: #f9f9f9;
  font-size: 0;
  padding-left: 7px;
}
#header .utilityArea .nav li {
  display: inline-block;
  font-size: 12px;
  padding-left: 13px;
}
#header .utilityArea .nav li a {
  background: url(/img/shared/arrow-nav-black6.png) no-repeat 0 center;
  display: inline-block;
  padding: 7px 0 6px 13px;
}
#header .utilityArea .nav li a[target="_blank"]:after {
  background: url(/img/shared/ico-blank-blue.png) no-repeat 0 0;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
}
.no-touch #header .utilityArea .nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#header .utilityArea .nav li + li {
/*  margin-left: 5px;*//*5カラムの場合*/
  margin-left: 40px;
}
#header .utilityArea .contactBox {
  overflow: hidden;
  padding-top: 14px;
}
#header .utilityArea .contactBox .tel {
  float: left;
}
#header .utilityArea .contactBox .tel > span {
  display: block;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 3px;
}
#header .utilityArea .contactBox .btnBox {
  float: right;
  width: 240px;
}
#header .utilityArea .contactBox .btnBox .txt {
  height: 19px;
}
#header .utilityArea .contactBox .btn.login {
  width: 100%;
}
#header .utilityArea .contactBox .btn.login a {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 0;
}
#header .utilityArea .contactBox .btn.login a:before {
  background: url(/img/shared/arrow-circle-blue.png) no-repeat 0 0;
  -moz-background-size: 14px auto;
  -o-background-size: 14px auto;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
  content: '';
  display: inline-block;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
  width: 14px;
}
#header .utilityArea .contactBox .btn.login a img {
  margin-top: -1px;
  vertical-align: middle;
}
#header .pcGlobalNav {
  background: #0671b0;
}
#header .pcGlobalNav .container {
  max-width: 960px;
  padding: 0;
}
#header .pcGlobalNav .nav {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#header .pcGlobalNav .nav li {
  display: table-cell;
  position: relative;
}
#header .pcGlobalNav .nav li a {
  display: block;
}
#header .pcGlobalNav .nav li:after {
  background: rgba(225, 225, 225, 0.4);
  content: '';
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
}
#header .pcGlobalNav .nav li.nav01 {
  width: 18.75%;
}
#header .pcGlobalNav .nav li.nav01 a {
  background: #0f218b;
}
#header .pcGlobalNav .nav li.nav01:after {
  display: none;
}
#header .pcGlobalNav .nav li.nav01.active a, .no-touch #header .pcGlobalNav .nav li.nav01 a:hover {
  background: #3f4da2;
}
#header .pcGlobalNav .nav li.nav02 {
  width: 11.98%;
}
#header .pcGlobalNav .nav li.nav03 {
  width: 14.063%;
}
#header .pcGlobalNav .nav li.nav04 {
  width: 12.5%;
}
#header .pcGlobalNav .nav li.nav05 {
  width: 11.459%;
}
#header .pcGlobalNav .nav li.nav06 {
  width: 18.125%;
}
#header .pcGlobalNav .nav li.nav07 {
  width: 13.125%;
}
#header .pcGlobalNav .nav li.active a, .no-touch #header .pcGlobalNav .nav li a:hover {
  background: #3a8bba;
  opacity: 1;
}

#footer {
  background: #0671b0 url(/img/shared/bg-footer-border.png) repeat-y right center;
  padding: 54px 0 26px;
  position: relative;
}
#footer #fixedBottom {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(62, 62, 62, 0.8);
  bottom: 0;
  display: none;
  height: 68px;
  left: 0;
  position: fixed;
  top: auto;
  z-index: 99;
  width: 100%;
}
#footer #fixedBottom .container {
  height: 100%;
}
#footer #fixedBottom .btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
#footer #fixedBottom .btn a {
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  height: 0;
  overflow: hidden;
  padding-top: 38px;
}
#footer #fixedBottom .btn.request {
  background-color: #2ec2f3;
}
#footer #fixedBottom .btn.request a {
  background-image: url(/img/shared/btn-footer-fixed-request.png);
}
#footer #fixedBottom .btn.cardNormal {
  background-color: #22ba34;
}
#footer #fixedBottom .btn.cardNormal a {
  background-image: url(/img/shared/btn-footer-fixed-normal.png);
}
#footer #fixedBottom .btn.cardGold {
  background-color: #22ba34;
}
#footer #fixedBottom .btn.cardGold a {
  background-image: url(/img/shared/btn-footer-fixed-gold.png);
}
#footer #fixedBottom .telArea {
  display: table;
  float: left;
  height: 100%;
  table-layout: fixed;
  width: 45.3%;
}
#footer #fixedBottom .telArea li {
  display: table-cell;
  vertical-align: middle;
}
#footer #fixedBottom .telArea .tel {
  border-right: 1px solid #818181;
  padding-right: 4.61%;
}
#footer #fixedBottom .fixedBtnArea {
  float: right;
  margin-top: 15px;
  overflow: hidden;
  width: 52.5%;
}
#footer #fixedBottom .fixedBtnArea li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 37.1%;
}
#footer #fixedBottom .fixedBtnArea li:first-child {
  width: 25.8%;
}
#footer #fixedBottom .fixedBtnArea li + li {
  padding-left: 1.98%;
}
#footer #fixedBottom #pagetop {
  -moz-transition: top 200ms;
  -o-transition: top 200ms;
  -webkit-transition: top 200ms;
  transition: top 200ms;
  position: absolute;
  right: 10px;
  top: 15px;
}
@media screen and (max-width: 1096px) {
  #footer #fixedBottom #pagetop {
    -moz-box-shadow: 0px 0px 2px rgba(60, 60, 60, 0.4);
    -webkit-box-shadow: 0px 0px 2px rgba(60, 60, 60, 0.4);
    box-shadow: 0px 0px 2px rgba(60, 60, 60, 0.4);
    top: -53px;
  }
}
#footer #fixedBottom.stop {
  bottom: auto;
  position: absolute;
  top: -68px;
}
#footer > .container a, #footer > .container p {
  color: #fff;
}
#footer > .container a[target="_blank"]:after {
  background: url(/img/shared/ico-blank-white.png) no-repeat 0 0;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  background-size: 10px 10px;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 6px;
  vertical-align: middle;
  width: 10px;
}
.no-touch #footer > .container a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .mainNav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
  overflow: hidden;
  width: 100%;
}
#footer .mainNav .accordion, #footer .mainNav .nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#footer .mainNav .accordion li + li, #footer .mainNav .nav li + li {
  margin-top: 9px;
}
#footer .mainNav .accordion a, #footer .mainNav .nav a {
  line-height: 1.2;
}
#footer .mainNav .accordion {
  width: 32%;
}
#footer .mainNav .accordion.w20 {
  width: 20%;
}
#footer .mainNav .accordion.w42 {
  width: 42%;
}
@media print, screen and (min-width: 768px) {
  #footer .mainNav .accordion.w42 {
    border: 1px solid #3a8bba;
    border-width: 0 0 0 1px;
    padding: 0 0 0 2.5%;
    box-sizing: border-box;
  }
}
#footer .mainNav .accordion > li > a {
  background: url(/img/shared/arrow-nav-white5.png) no-repeat 0 3px;
  display: inline-block;
  padding-left: 15px;
}
#footer .mainNav .accordion ul li {
  padding-left: 17px;
}
#footer .mainNav .accordion ul li a {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
#footer .mainNav .accordion ul li a:before {
  background: #6aaad0;
  content: '';
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 6px;
}
#footer .mainNav .nav {
  border: 1px solid #3a8bba;
  border-width: 0 0 0 1px;
  float: left;
  /*padding-bottom: 12px;*/
  width: 19%;
}
#footer .mainNav .nav li {
  padding: 0 9.5% 0 12.5%;
}
#footer .mainNav .nav li a {
  background: url(/img/shared/arrow-nav-white5.png) no-repeat 0 3px;
  display: inline-block;
  padding-left: 15px;
}
#footer .mainNav .nav + .nav li {
  padding-right: 0;
}
#footer .subNav {
  text-align: center;
}
#footer .subNav .nav {
  display: inline-block;
  font-size: 0;
}
#footer .subNav .nav li {
  display: inline-block;
  font-size: 12px;
}
#footer .subNav .nav li:before {
  color: #3a8bba;
  content: '|';
  display: inline-block;
  margin: 0 17px;
  vertical-align: middle;
}
#footer .subNav .nav:first-child li:first-child:before {
  display: none;
}
#footer .company {
  right: 15px;
  top: -3px;
}
@media print, screen and (min-width: 768px) {
  #footer .company {
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
  }
}
#footer .company .logo {
  margin-bottom: 16px;
  width: 261px;
}
@media print, screen and (min-width: 768px) {
  #footer .company .logo {
    margin-right: 15px;
  }
}
#footer .company .txt {
  font-size: 12px;
  margin-top: -3px;
}
#footer .copyright {
  color: #96bacf;
  font-size: 12px;
  margin-top: 22px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  }

  #wrapper {
    padding-top: 60px;
  }

  .container {
    margin: 0 15px;
    padding: 0;
  }

  #header .spGlobalNav .mainNav .accordion, #header .spGlobalNav .mainNav .nav, #footer .mainNav .accordion, #footer .mainNav .nav {
    width: 100% !important;
  }
  #header .spGlobalNav .mainNav .accordion a, #header .spGlobalNav .mainNav .nav a, #footer .mainNav .accordion a, #footer .mainNav .nav a {
    line-height: 1.35;
  }
  #header .spGlobalNav .mainNav .accordion p, #footer .mainNav .accordion p {
    background: url(/img/shared/ico-accordion-plus-white.png) no-repeat 95% center;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    border-bottom: 1px solid #3a8bba;
    cursor: pointer;
    font-size: 13px;
    margin-bottom: 0;
    padding: 12px 50px 12px 15px;
  }
  #header .spGlobalNav .mainNav .accordion p.open, #footer .mainNav .accordion p.open {
    background-image: url(/img/shared/ico-accordion-minus-white.png);
  }
  #header .spGlobalNav .mainNav .accordion ul li a, #footer .mainNav .accordion ul li a {
    background: #3a8bba;
    display: block;
    font-size: 12px;
    padding: 12px 0 11px 30px;
  }
  #header .spGlobalNav .mainNav .accordion ul li + li, #footer .mainNav .accordion ul li + li {
    border-top: 1px solid #55a0cc;
  }
  #header .spGlobalNav .mainNav .nav, #footer .mainNav .nav {
    overflow: hidden;
  }

  #header .spGlobalNav .mainNav .nav li, #footer .mainNav .nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3a8bba;
    border-width: 0 0 1px;
    float: left;
    display: table;
    padding: 0;
    width: 50%;
  }
  #header .spGlobalNav .mainNav .nav li a, #footer .mainNav .nav li a {
    background: none;
    font-size: 13px;
    display: table-cell;
    padding: 12px 15px;
    vertical-align: middle;
  }
  #header .spGlobalNav .mainNav .nav li.once div {
    padding: 12px 15px;
  }
  #header .spGlobalNav .mainNav .nav li:nth-child(even), #footer .mainNav .nav li:nth-child(even) {
    border-width: 0 0 1px 1px;
  }
  #header .spGlobalNav .mainNav .nav li.login, #footer .mainNav .nav li.login {
    background: #0f218b;
    border-width: 0;
  }

  #header {
    left: 0;
    height: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  #header .container {
    background: #fff;
    height: 60px;
    margin: 0;
  }
  #header .headerInner {
    padding-right: 0;
  }
  #header .logoArea {
    height: 60px;
  }
  #header .logoArea .logo {
    bottom: 14px;
    left: 13px;
    max-width: none;
    width: 154px;
  }
  #header .spGlobalNav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #header .spGlobalNav .inner {
    background: #0671b0;
    overflow-y: auto;
  }
  #header .spGlobalNav a, #header .spGlobalNav p {
    color: #fff;
  }
  #header .spGlobalNav a[target="_blank"]:after {
    background: url(/img/shared/ico-blank-white.png) no-repeat 0 0;
    -moz-background-size: 10px 10px;
    -o-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    margin-left: 5px;
    vertical-align: middle;
    width: 10px;
  }
  #header .spGlobalNav .mainNav .nav li.login {
    text-align: center;
    width: 100%;
  }
  #header .spGlobalNav .mainNav .nav li.login a {
    padding: 18px 0;
  }
  #header #navBtn {
    background: #0671b0;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  #header #navBtn span {
    background: url(/img/shared/btn-header-nav.png) no-repeat;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    bottom: 0;
    display: block;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  #header #navBtn.active span {
    background-position: right 0;
  }

  #footer {
    background-image: none;
    padding: 0 0 20px;
  }
  #footer #fixedBottom {
    background: rgba(62, 62, 62, 0.85);
    height: 64px;
  }
  #footer #fixedBottom .container {
    margin: 0 10px;
  }
  #footer #fixedBottom .btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #footer #fixedBottom .btn a {
    background-image: none !important;
    font-size: 10px;
    height: auto;
    line-height: 1.3;
    padding: 10px 0 8px;
  }
  #footer #fixedBottom .btn.contact a {
    background-image: url(/img/shared/ico-footer-fixed-tel.png) !important;
    background-color: #fff;
    -moz-background-size: 12px 12px;
    -o-background-size: 12px 12px;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    background-position: 10% center;
    padding: 16px 0 15px 13px;
  }
  #footer #fixedBottom .fixedBtnArea {
    float: none;
    margin: 0;
    width: 100%;
  }
  #footer #fixedBottom .fixedBtnArea li {
    padding: 10px 0 0 !important;
    width: 32.33%;
  }
  #footer #fixedBottom .fixedBtnArea li:nth-child(2) {
    margin-left: 0;
  }
  #footer #fixedBottom .fixedBtnArea li + li {
    margin-left: 1.5%;
  }
  #footer #fixedBottom #pagetop {
    display: none;
  }
  #footer #fixedBottom.stop {
    top: -64px;
  }
  #footer > .container {
    margin: 0;
  }
  #footer > .container a[target="_blank"]:after {
    margin-left: 5px;
  }
  .no-touch #footer > .container a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #footer .mainNav {
    margin-bottom: 0;
    padding-right: 0;
  }
  #footer .mainNav .accordion, #footer .mainNav .nav {
    float: none;
  }
  #footer .mainNav .accordion li + li, #footer .mainNav .nav li + li {
    margin-top: 0;
  }
  #footer .mainNav .accordion > li {
    padding-right: 0;
  }
  #footer .mainNav .accordion ul li {
    padding-left: 0;
  }
  #footer .mainNav .accordion ul li a:before {
    display: none;
  }
  #footer .mainNav .nav {
    border-width: 0;
    padding: 0;
  }
  #footer .mainNav .nav li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #3a8bba;
    border-width: 0 0 1px;
    float: left;
    display: table;
    padding: 0;
    width: 50%;
  }
  #footer .mainNav .nav li a {
    background: none;
    font-size: 13px;
    display: table-cell;
    padding: 12px 15px;
    vertical-align: middle;
  }
  #footer .mainNav .nav li:nth-child(even) {
    border-width: 0 0 1px 1px;
  }
  #footer .mainNav .nav li.login {
    background: #0f218b;
  }
  #footer .subNav {
    background: #fff;
    margin-bottom: 135px;
    padding-top: 21px;
  }
  #footer .subNav a, #footer .subNav p {
    color: #212121;
  }
  #footer .subNav .nav {
    display: block;
    margin-bottom: 10px;
  }
  #footer .subNav .nav li {
    font-size: 11px;
  }
  #footer .subNav .nav li a[target="_blank"]:after {
    background-image: url(/img/shared/ico-blank-blue.png);
  }
  #footer .subNav .nav li:before {
    color: #212121;
    margin: 0 15px 0 14px;
  }
  #footer .subNav .nav li:first-child:before {
    display: none;
  }
  #footer .subNav .nav:last-of-type li:before {
    margin: 0 9px 0 6px;
  }
  #footer .subNav .telArea {
    padding: 8px 15px 26px;
  }
  #footer .subNav .telArea .telBtn span {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #0f218b;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 0 11px;
    width: 100%;
  }
  #footer .subNav .telArea .txt {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 10px;
    text-align: left;
  }
  #footer .company {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    padding: 25px 15px 0;
    position: absolute;
    right: 0;
    top: inherit;
    width: 100%;
  }
  #footer .company .logo {
    margin-bottom: 11px;
    width: 204px;
  }
  #footer .company .txt {
    font-size: 11px;
    line-height: 1.8;
    margin-top: 0;
  }
  #footer .copyright {
    font-size: 11px;
    line-height: 1.7;
    margin-top: 22px;
  }
}


/*↓第2メニュー追加の場合*/
.maintenance_pop_menu {
	clear: both;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	font-size:120%;
	margin:0 auto;
	line-height:1.4;
}
.maintenance_pop_menu .btn {
	margin:0 auto;
	width: 100%;
}
.maintenance_pop_menu .btn a {
	color:#fff;
	background:#fe6666;
	text-decoration:none;
	padding:10px;
	display:block;
}
.maintenance_pop_menu .btn img {
	width:11px;
	height:auto;
	position:relative;
	display:inline-block;
}
.maintenance_pop_menu .megaMenu {
	width: auto;
	margin:auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1000;
	border: 3px solid #fe6666;
	border-radius: 5px;
	background-color: #ebedf6;
	padding: 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s;
	text-align:left;
	font-size:90%;
}

@media screen and (max-width: 767px) {
.maintenance_pop_menu {
	width:auto;
	height:auto;
}
.maintenance_pop_menu .btn {
    width: 100%;
    text-align: left;
}
.maintenance_pop_menu .megaMenu {
    width: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 3px solid red;
    border-radius: 5px;
    background-color: #ebedf6;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
}
/*↑第2メニュー追加の場合*/
