@charset "UTF-8";
/**************************************************
　base
***************************************************/
/* -----------------------------------------------
　Body
-------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

html, body {
  width: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #161a1d;
}

body, input, textarea, select {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Helvetica, sans-serif;
}

/* -----------------------------------------------
　Elements
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2em;
}
ol li {
  list-style: decimal;
}

ul li {
  list-style: none;
}

img, video {
  border: 0;
  vertical-align: bottom;
}

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

a {
  color: #161a1d;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

p {
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

/* -----------------------------------------------
　Common Class
-------------------------------------------------- */
.wrap, .page-content {
  zoom: 1;
}
.wrap:after, .page-content:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.wordbreak {
  word-break: break-all !important;
}

.nowrap {
  white-space: nowrap !important;
}

.red {
  color: #f00;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

p.indention, ul.indention li {
  margin-left: 1em;
  text-indent: -1em;
}

ul.indention .noindent {
  margin-left: 0;
  text-indent: 0;
}

ol.decimal li {
  list-style: decimal;
}

.caps {
  text-transform: uppercase;
}

.capsoff {
  text-transform: none !important;
}

.disp-ib {
  display: inline-block;
}

.disp-tb,
.view-tb,
.disp-tbsp,
.view-tbsp,
.disp-sp,
.view-sp,
.imgTxt span {
  display: none;
}

.disp-pc {
  display: block;
}

.view-pc,
.imgTxt img {
  display: inline;
}

/**************************************************
　structure
***************************************************/
/* -----------------------------------------------
　Header
-------------------------------------------------- */
#site-header .site-logo a {
  display: block;
  padding: 34px 14px;
  background-color: #fff;
  font-size: 8px;
}
#site-header .site-logo a:hover {
  opacity: 1;
}
@media screen and (max-width: 999px) {
  #site-header .site-logo a {
    width: 105px;
    height: 31px;
    padding: 0;
    background-color: transparent;
  }
}

#site-menu {
  position: fixed;
  width: 200px;
  height: 100%;
  background: #bbdcf4;
  -webkit-box-shadow: 0 0 4px 0 rgba(12, 8, 9, 0.35);
          box-shadow: 0 0 4px 0 rgba(12, 8, 9, 0.35);
  z-index: 5;
}
@media screen and (max-width: 999px) {
  #site-menu {
    position: relative;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 51;
  }
}

#gnav a {
  display: block;
  color: #005f9f;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
}
#gnav a:hover {
  opacity: 1;
}
#gnav .gnav-service {
  border-bottom: 1px solid #fff;
}
#gnav .gnav-service > a {
  display: block;
  position: relative;
  padding: 19px 10px;
  background: #005f9f;
  color: #fff;
  text-align: center;
}
#gnav .gnav-service > a:hover {
  background: #006eb9;
}
#gnav .gnav-service-sub {
  background: url(../img/bg-dot-gnav.png);
}
#gnav .gnav-service-sub > li {
  position: relative;
  line-height: 1.3;
}
#gnav .gnav-service-sub > li .nolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  color: #005f9f;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
}
#gnav .gnav-service-sub > li .link {
  padding: 30px 10px;
}
#gnav .gnav-service-sub > li + li {
  border-top: 1px dashed #fff;
}
#gnav .gnav-service-sub > li.stay {
  background: rgba(255, 255, 255, 0.3);
}
#gnav .gnav-service-sub > li .line {
  text-align: center;
  padding: 30px 0;
}
#gnav .gnav-service-sub > li .line .text {
  padding-left: 0;
}
#gnav .gnav-service-sub .img {
  display: table;
  width: 60px;
  height: 60px;
}
#gnav .gnav-service-sub .img .maru {
  display: table-cell;
  border-radius: 60px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
#gnav .gnav-service-sub .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
}
#gnav .gnav-ac {
  position: relative;
  border-bottom: 1px dashed #005f9f;
}
#gnav .gnav-ac .ac-head > a {
  padding: 18px 40px 11px 20px;
  text-align: center;
}
#gnav .gnav-ac .ac-head > a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-size: 157.1428571429%;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f105";
}
#gnav .gnav-ac .fa {
  display: block;
  margin: 0 0 3px;
}
#gnav .gnav-ac .fa.fa-building {
  margin-bottom: 6px;
  font-size: 171.4285714286%;
  letter-spacing: 0;
  text-indent: 2px;
}
#gnav .gnav-ac + .gnav-noicon {
  margin-top: 21px;
}
#gnav .gnav-ac.stay {
  background: rgba(255, 255, 255, 0.5);
}
#gnav .gnav-ac-sub {
  display: none;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 200px;
  width: 220px;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 4px 0 rgba(12, 8, 9, 0.2);
          box-shadow: 1px 0 4px 0 rgba(12, 8, 9, 0.2);
}
#gnav .gnav-ac-sub li {
  border: 0;
  text-align: center;
}
#gnav .gnav-ac-sub li + li {
  border-top: 1px dashed #005f9f;
}
#gnav .gnav-ac-sub a {
  position: relative;
  padding: 20px 5px;
  font-size: 114.2857142857%;
  letter-spacing: 1px;
}
#gnav .gnav-ac-sub a .mini {
  font-size: 92.8571428571%;
  margin-left: -8px;
}
#gnav .gnav-ac-sub a:hover {
  background-color: #e5ecf2;
}
#gnav .gnav-ac-sub.single li, #gnav .gnav-ac-sub.single a {
  width: 100%;
  height: 100px;
  padding: 0;
}
#gnav .gnav-ac-sub.single li {
  display: table;
}
#gnav .gnav-ac-sub.single a {
  display: table-cell;
  vertical-align: middle;
}
#gnav .gnav-noicon a {
  padding: 6px 20px;
  letter-spacing: 1px;
}
#gnav .gnav-noicon a:hover {
  text-decoration: underline;
}
#gnav .gnav-noicon.stay a {
  color: #0090ff;
}
#gnav .sns {
  padding: 10px 10px 0 20px;
}
#gnav .sns .fb {
  display: table;
}
#gnav .sns .fb .img, #gnav .sns .fb .maru, #gnav .sns .fb .text {
  display: table-cell;
  vertical-align: middle;
}
#gnav .sns .fb .img {
  width: 40px;
}
#gnav .sns .fb .maru {
  width: 40px;
  height: 40px;
  padding: 2px 0 0 2px;
  border-radius: 40px;
  background: #005f9f;
  font-size: 142.8571428571%;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
#gnav .sns .fb .text {
  padding-left: 10px;
  font-size: 92.8571428571%;
  letter-spacing: 0.1em;
}
#gnav .sns .fb a {
  font-weight: normal;
}
#gnav .sns .fb a:hover .maru {
  background: #006eb9;
}
#gnav .sns .fb a:hover .text {
  color: #006eb9;
}
#gnav .sns .fb a .fa {
  color: #fff;
}
#gnav #site-btn-sp {
  display: none;
}
@media screen and (min-width: 1000px) {
  #gnav {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 999px) {
  #gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    min-width: 300px;
    height: 100%;
    padding: 0;
    background: none;
  }
  #gnav .swiper {
    max-height: 100%;
    padding-top: 60px;
  }
  #gnav .swiper-slide {
    height: auto;
    padding: 0;
    background: #bbdcf4;
  }
  #gnav .gnav-service > a {
    padding: 15px;
    position: relative;
    background: #006eb9;
  }
  #gnav .gnav-service > a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.55em;
    font-size: 171.4285714286%;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "\f105";
  }
  #gnav .ac-head {
    position: relative;
  }
  #gnav .ac-head > a {
    margin-right: 49px;
  }
  #gnav .ac-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    border-left: 1px dashed #fff;
    height: 100%;
    text-align: center;
    cursor: pointer;
  }
  #gnav .ac-btn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    margin-top: -0.55em;
    font-size: 171.4285714286%;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "\f107";
  }
  #gnav li.is-open .ac-btn:after {
    content: "\f106";
  }
  #gnav .gnav-service-sub .img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  #gnav .gnav-service-sub .img img {
    width: 24px;
  }
  #gnav .gnav-service-sub > li .nolink {
    padding: 5px 50px 5px 15px;
  }
  #gnav .gnav-service-sub > li .nolink.other {
    padding: 15px 50px 15px 15px;
  }
  #gnav .gnav-service-sub > li .link {
    padding: 15px 50px 15px 15px;
  }
  #gnav .gnav-service-sub > li .ac-btn {
    color: #005f9f;
  }
  #gnav .gnav-service-sub > li .line {
    text-align: left;
  }
  #gnav .gnav-service-sub > li .line .text {
    padding-left: 10px;
  }
  #gnav .gnav-service-sub .text {
    padding: 0;
  }
  #gnav .gnav-service-sub .text br {
    display: none;
  }
  #gnav .gnav-ac {
    border-color: #fff;
  }
  #gnav .gnav-ac .ac-head > a {
    padding: 13px 15px;
    text-align: left;
  }
  #gnav .gnav-ac .ac-head > a:before {
    content: none;
  }
  #gnav .gnav-ac .ac-btn {
    color: #005f9f;
  }
  #gnav .gnav-ac .fa {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 24px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
  }
  #gnav .gnav-ac .fa.fa-building {
    margin-bottom: 0;
  }
  #gnav .gnav-ac .fa img {
    width: 24px;
  }
  #gnav .gnav-ac + .gnav-noicon {
    margin-top: 12px;
  }
  #gnav .gnav-ac#menu10 .fa img {
    width: 36px;
  }
  #gnav .gnav-ac-sub {
    position: static;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #gnav .gnav-ac-sub a {
    padding: 11px 5px;
    font-size: 100%;
  }
  #gnav .gnav-ac-sub a .mini {
    font-size: 100%;
    margin-left: 0;
  }
  #gnav .gnav-ac-sub a:after {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -0.55em;
    font-size: 171.4285714286%;
    font-weight: normal;
    line-height: 1;
    font-family: "fontAwesome";
    content: "\f105";
  }
  #gnav .gnav-ac-sub.single li, #gnav .gnav-ac-sub.single a {
    display: block;
    height: auto;
  }
  #gnav .gnav-ac-sub.single a {
    padding: 11px 5px;
  }
  #gnav .gnav-noicon {
    font-size: 100%;
  }
  #gnav .gnav-noicon a {
    padding: 12px 10px;
    font-weight: bold;
  }
  #gnav .sns {
    padding: 15px 15px 22px;
  }
  #gnav #site-btn-sp {
    display: block;
    background-color: #fff;
    padding-top: 2px;
    margin: 0 -1px;
  }
  #gnav #site-btn-sp li {
    float: left;
    width: 50%;
    font-weight: bold;
  }
  #gnav #site-btn-sp a {
    margin: 0 1px;
    padding: 10px 8px 8px;
    background: #006eb9;
  }
  #gnav #site-btn-sp .img {
    display: table;
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    font-size: 0;
  }
  #gnav #site-btn-sp .img .maru {
    display: table-cell;
    border-radius: 200px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
  }
  #gnav #site-btn-sp .text {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-indent: 1px;
    text-align: center;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  #gnav {
    min-width: 100%;
  }
  #gnav #site-btn-sp .text br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #gnav #site-btn-sp .text br {
    display: block;
  }
}

.sp-menu-button {
  display: none;
}
@media screen and (max-width: 999px) {
  .sp-menu-button {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    font-size: 64.2857142857%;
    line-height: 1;
    z-index: 52;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
  }
  .sp-menu-button a {
    display: block;
    position: relative;
    padding: 2px 5px 4px;
    color: #005f9f;
    text-decoration: none;
    text-align: center;
    opacity: 1;
  }
  .sp-menu-button a i {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 3px;
    background: #005f9f;
  }
  .sp-menu-button a i:nth-child(2) {
    top: 0;
  }
  .sp-menu-button a i:nth-child(3) {
    top: 0;
  }
  .sp-menu-button a .txt {
    padding-top: 5px;
  }
  .sp-menu-button.is-open {
    background: #006eb9;
  }
  .sp-menu-button.is-open a {
    color: #fff;
  }
  .sp-menu-button.is-open a i {
    background-color: #fff;
  }
}

#swiper-sideMenu {
  max-height: 100%;
  overflow: visible;
}
@media screen and (max-width: 999px) {
  #swiper-sideMenu > .swiper-wrapper, #swiper-sideMenu > .swiper-wrapper > .swiper-slide {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media screen and (min-width: 1000px) {
  #swiper-spMenu {
    overflow: visible;
  }
  #swiper-spMenu > .swiper-wrapper, #swiper-spMenu > .swiper-wrapper > .swiper-slide {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

/* -----------------------------------------------
　Footer
-------------------------------------------------- */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 50;
}
#pagetop a {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  background: #231815;
  font-size: 0;
  line-height: 1;
  outline: none;
}
#pagetop a:before {
  position: absolute;
  top: 25px;
  right: 19px;
  width: 17px;
  height: 17px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  #pagetop {
    width: 30px;
    height: 30px;
  }
  #pagetop a {
    width: 30px;
    height: 30px;
  }
  #pagetop a:before {
    top: 13px;
    right: 9px;
    width: 8px;
    height: 8px;
  }
}

#site-footer {
  clear: both;
  padding: 37px 30px 20px;
  background: #e5ecf2;
}
.double #site-footer {
  padding: 37px 50px 20px;
}
@media screen and (max-width: 1100px) {
  .double #site-footer {
    padding: 32px 30px 20px;
  }
}
@media screen and (max-width: 999px) {
  .double #site-footer {
    padding: 27px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  #site-footer {
    padding: 0 !important;
    background-color: #e5ecf2;
  }
}
#site-footer a:hover {
  opacity: 1;
}
#site-footer .footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}
#site-footer .footer-listmap {
  float: left;
  width: calc(100% - 230px);
}
.double #site-footer .footer-listmap {
  float: none;
  width: auto;
  margin: 0 0 0 -24px;
}
@media screen and (max-width: 768px) {
  .double #site-footer .footer-listmap {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  #site-footer .footer-listmap {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap {
    float: none;
    width: auto;
  }
}
#site-footer .footer-listmap > li {
  float: left;
  width: 33.3333333333%;
  min-width: 120px;
  margin-bottom: 16px;
  padding-right: 10px;
}
.double #site-footer .footer-listmap > li {
  width: 50%;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .double #site-footer .footer-listmap > li {
    width: auto;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap > li {
    float: none;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #a0b9cf;
    font-size: 85.7142857143%;
  }
  #site-footer .footer-listmap > li a {
    display: block;
  }
  #site-footer .footer-listmap > li .ct {
    height: 40px;
    margin-right: 40px;
    padding: 0 0 0 10px;
    line-height: 40px;
  }
  #site-footer .footer-listmap > li .ac-head {
    position: relative;
  }
  #site-footer .footer-listmap > li .ac-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #b5cee5;
    text-align: center;
    cursor: pointer;
  }
  #site-footer .footer-listmap > li .ac-btn:after {
    color: #fff;
    font-size: 166.6666666667%;
    font-family: "fontAwesome";
    content: "\f105";
    line-height: 40px;
  }
  #site-footer .footer-listmap > li.is-open .ac-btn:after {
    content: "\f107";
  }
}
#site-footer .footer-listmap .sub {
  margin: 8px 0 0 8px;
}
@media screen and (min-width: 769px) {
  #site-footer .footer-listmap .sub {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap .sub {
    display: none;
    margin: -1px 0 0;
  }
}
#site-footer .footer-listmap .sub li {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap .sub li {
    margin: 0;
    border-top: 1px dotted #a0b9cf;
  }
  #site-footer .footer-listmap .sub li a {
    padding: 10px 10px 10px 20px;
  }
}
#site-footer .footer-listmap .footer-bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap .footer-bnr {
    margin: 15px auto;
    text-align: center;
  }
  #site-footer .footer-listmap .footer-bnr img {
    width: 60%;
  }
}
#site-footer .footer-listmap-s {
  clear: both;
  padding-top: 1px;
}
#site-footer .footer-listmap-s ul {
  display: table;
  width: 465px;
  margin: 22px 0 0;
}
.double #site-footer .footer-listmap-s ul {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .double #site-footer .footer-listmap-s ul {
    margin: 0;
  }
}
#site-footer .footer-listmap-s li {
  display: table-cell;
  border-right: 1px dotted #707880;
  font-size: 92.8571428571%;
  line-height: 1;
  text-align: center;
}
#site-footer .footer-listmap-s li:first-child {
  border-left: 1px dotted #707880;
}
#site-footer .footer-listmap-s a {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-listmap-s {
    display: block;
  }
  #site-footer .footer-listmap-s ul {
    display: block;
    width: auto;
    margin-top: 0;
  }
  #site-footer .footer-listmap-s li {
    display: block;
    border-right: 0;
    border-bottom: 1px dashed #a0b9cf;
    font-size: 85.7142857143%;
    text-align: left;
  }
  #site-footer .footer-listmap-s li:first-child {
    border-left: 0;
  }
  #site-footer .footer-listmap-s a {
    display: block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
  }
}
#site-footer .addr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 0;
}
.double #site-footer .addr {
  margin: 30px 0 0;
  display: block;
}
.double #site-footer .addr > .txt {
  padding-left: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .double #site-footer .addr > .txt {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .addr {
    display: block;
    margin: 0 !important;
    padding: 15px 10px;
    background-color: #fff;
    text-align: center;
  }
}
#site-footer .addr .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 32px;
  font-size: 92.8571428571%;
}
@media screen and (max-width: 768px) {
  #site-footer .addr .txt {
    padding: 15px 0 0;
    font-size: 71.4285714286%;
    display: inline-block;
    text-align: left;
  }
}
#site-footer .addr .footer-bnr {
  position: absolute;
  bottom: -40px;
  left: 400px;
}
#site-footer .addr .footer-bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1441px) {
  #site-footer .addr .footer-bnr img {
    width: 30%;
  }
}
@media screen and (max-width: 1440px) {
  #site-footer .addr .footer-bnr {
    position: static;
    margin: 10px 0 -15px;
  }
  #site-footer .addr .footer-bnr img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #site-footer .addr .footer-bnr {
    margin: 10px auto 0;
  }
  #site-footer .addr .footer-bnr img {
    width: 60%;
  }
}
#site-footer .copyright {
  margin: 25px 0 0;
  font-family: Helvetica, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, sans-serif;
  font-size: 85.7142857143%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #site-footer .copyright {
    display: inline-block;
    width: 100%;
    height: 30px;
    margin: 0;
    background: #005f9f;
    color: #fff;
    font-size: 71.4285714286%;
    line-height: 30px;
    text-align: center;
  }
}

/* -----------------------------------------------
　Content
-------------------------------------------------- */
#site-btn {
  zoom: 1;
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 8;
  -webkit-transition: top 0.2s ease, right 0.2s ease;
  transition: top 0.2s ease, right 0.2s ease;
}
#site-btn:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.double #site-btn {
  display: none;
}
#site-btn li {
  float: left;
  padding: 14px;
  font-size: 92.8571428571%;
  font-weight: bold;
  -webkit-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
#site-btn a {
  color: #005f9f;
  text-decoration: none;
}
#site-btn .img {
  display: table;
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
  font-size: 0;
}
#site-btn .img .maru {
  display: table-cell;
  border-radius: 200px;
  background-color: #005f9f;
  text-align: center;
  vertical-align: middle;
}
#site-btn .text {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 999px) {
  #site-btn {
    display: none !important;
  }
}
#site-btn.contract {
  top: 6px;
  right: 6px;
}
#site-btn.contract li {
  padding: 4px;
  position: relative;
}
#site-btn.contract li:hover a {
  opacity: 1;
}
#site-btn.contract li:hover .text {
  display: block;
}
#site-btn.contract li:hover:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: #e5ecf2;
  border-width: 0 8px 8px;
}
#site-btn.contract .text {
  display: none;
  position: absolute;
  top: 100%;
  padding: 6px 0;
  background-color: #e5ecf2;
  border-radius: 4px;
  text-align: center;
  text-shadow: none;
}
#site-btn.contract li:first-child .text {
  left: 50%;
  margin-left: -5em;
  width: 10em;
}
#site-btn.contract li:last-child .text {
  right: 0;
  width: 9em;
}

#site-btn2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#site-btn2 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 114.2857142857%;
  line-height: 1.5;
}
#site-btn2 li + li {
  border-left: 2px solid #fff;
}
#site-btn2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10%;
  padding-right: 6.6666666667%;
  background: #005f9f;
  color: #fff;
  text-decoration: none;
}
#site-btn2 .img {
  display: table;
  width: 60px;
  height: 60px;
  font-size: 0;
}
#site-btn2 .img .maru {
  display: table-cell;
  border-radius: 200px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}
#site-btn2 .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 10%;
}
@media screen and (max-width: 1100px) {
  #site-btn2 li {
    font-size: 100%;
  }
}
@media screen and (max-width: 999px) {
  #site-btn2 a {
    padding: 20px 10px 20px 20px;
  }
  #site-btn2 .text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  #site-btn2 {
    display: none;
  }
}

#site-fbtn {
  float: right;
  width: 220px;
}
@media screen and (max-width: 1100px) {
  #site-fbtn {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  #site-fbtn {
    float: none;
    width: auto;
  }
}
#site-fbtn li {
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #site-fbtn li {
    padding: 0;
    font-size: 85.7142857143%;
  }
  #site-fbtn li + li {
    border-top: 1px solid #a0b9cf;
  }
}
#site-fbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4.5454545455% 12.7272727273%;
  padding-right: 4.5454545455%;
  background: #005f9f;
  color: #fff;
  text-decoration: none;
}
#site-fbtn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #site-fbtn a {
    padding: 8px 10px;
  }
}
#site-fbtn .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 9.3333333333%;
}
@media screen and (max-width: 768px) {
  #site-fbtn .text {
    padding-left: 20px;
  }
}
.double #site-fbtn {
  float: none;
  width: auto;
}
.double #site-fbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -24px;
}
@media screen and (max-width: 768px) {
  .double #site-fbtn ul {
    display: block;
    margin: 0;
  }
}
.double #site-fbtn li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  .double #site-fbtn li {
    padding: 0;
  }
}

.site-content {
  position: relative;
  padding: 0 0 0 200px;
}
@media screen and (max-width: 999px) {
  .site-content {
    margin-top: -60px;
    padding: 0;
  }
}

#l-container-branding {
  position: fixed;
  width: calc(50% - 100px);
  height: 100%;
  z-index: 1;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  #l-container-branding {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #l-container-branding {
    position: relative;
    width: 100%; /*height: percentage(210px/640px);*/
    z-index: 1;
  }
}

#l-container-contents {
  position: relative;
  z-index: 4;
}
.double #l-container-contents {
  left: 50%;
  width: 50%;
}
@media screen and (max-width: 999px) {
  .double #l-container-contents {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .double #l-container-contents {
    position: static;
    width: auto;
    padding-top: 0;
  }
}

.contents-element {
  padding: 60px 0;
}
@media screen and (max-width: 999px) {
  .contents-element {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .contents-element {
    padding: 20px 0;
  }
}

.contents-element-inner {
  padding: 0 30px;
}
@media screen and (max-width: 999px) {
  .contents-element-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-element-inner {
    padding: 0 10px;
  }
}

.page-content {
  max-width: 840px;
  margin: 0 auto;
  padding: 120px 20px 100px;
}
@media screen and (max-width: 999px) {
  .page-content {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .page-content {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/***************************************************/
/* unique */
/***************************************************/
.header-a {
  text-align: center;
}
.header-a .en {
  font-size: 228.5714285714%;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 3px;
  letter-spacing: 3px;
}
.header-a .jp {
  position: relative;
  margin: 7px 0 0;
  padding: 18px 0 0;
  font-size: 128.5714285714%;
  text-indent: 2px;
  letter-spacing: 2px;
}
.header-a .jp:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: #161a1d;
  content: "";
}
.header-a .sub {
  font-size: 128.5714285714%;
  text-indent: 2px;
  letter-spacing: 2px;
}
.header-a .title {
  position: relative;
  margin: 16px 0 0;
  padding: 12px 0 0;
  font-size: 228.5714285714%;
  font-weight: bold;
  text-indent: 5px;
  letter-spacing: 3px;
}
.header-a .title .middle {
  font-size: 78.5714285714%;
  letter-spacing: 0;
}
.header-a .title .medium {
  font-size: 92.8571428571%;
  letter-spacing: 0;
}
.header-a .title:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: #161a1d;
  content: "";
}
@media screen and (max-width: 768px) {
  .header-a .en {
    font-size: 200%;
    text-indent: 2px;
    letter-spacing: 2px;
  }
  .header-a .jp {
    margin-top: 5px;
    padding-top: 12px;
    font-size: 114.2857142857%;
  }
  .header-a .sub {
    font-size: 100%;
  }
  .header-a .title {
    margin-top: 12px;
    padding-top: 8px;
    font-size: 185.7142857143%;
    text-indent: 2px;
    letter-spacing: 2px;
  }
  .header-a .title .middle {
    display: block;
  }
  .header-a .title .medium {
    display: block;
  }
  .header-a .pwby {
    font-size: 85.7142857143%;
  }
}
.header-a + .header-img {
  margin: 20px 0 65px;
  text-align: center;
}

.header-b {
  margin: 72px 0 0;
  text-align: center;
}
.header-b .en {
  font-size: 185.7142857143%;
  font-weight: bold;
  text-transform: uppercase;
  text-indent: 3px;
  letter-spacing: 3px;
}
.header-b .jp {
  position: relative;
  margin: 4px 0 0;
  padding: 11px 0 0;
  font-size: 114.2857142857%;
  text-indent: 2px;
  letter-spacing: 2px;
}
.header-b .jp:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 4px;
  margin-left: -20px;
  background-color: #161a1d;
  content: "";
}
@media screen and (max-width: 640px) {
  .header-b {
    margin-top: 52px;
  }
  .header-b .jp {
    margin-top: 0;
    padding-top: 8px;
  }
}

.header-c, .h-service-sub, .header-d {
  margin: 60px 0 40px;
  font-size: 171.4285714286%;
  font-weight: bold;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .header-c, .h-service-sub, .header-d {
    margin: 40px 0 20px;
    font-size: 142.8571428571%;
    text-indent: 1px;
    letter-spacing: 1px;
  }
}

.header-d {
  color: #005f9f;
}

.header-e, .header-f {
  font-weight: bold;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .header-e, .header-f {
    text-indent: 1px;
    letter-spacing: 1px;
  }
}

.header-e {
  margin: 58px 0 34px;
  font-size: 142.8571428571%;
}
@media screen and (max-width: 640px) {
  .header-e {
    margin: 40px 0 20px;
  }
}

.header-f {
  margin: 36px 0 18px;
  font-size: 128.5714285714%;
}
.header-f.-sub {
  margin: 25px 0;
}
@media screen and (max-width: 640px) {
  .header-f {
    margin: 24px 0 12px;
  }
  .header-f.-sub {
    margin: 20px 0;
    font-size: 114.2857142857%;
  }
}

.header-g {
  margin: 20px 0;
  font-size: 142.8571428571%;
  color: #005f9f;
  text-align: center;
  letter-spacing: 1px;
}
.header-g .-rad {
  display: inline-block;
  font-size: 70%;
  color: #fff;
  padding: 2px 12px;
  margin-right: 12px;
  text-align: center;
  background: #005f9f;
  border-radius: 13px;
  letter-spacing: 0;
  vertical-align: text-bottom;
}
@media screen and (max-width: 640px) {
  .header-g {
    font-size: 114.2857142857%;
  }
  .header-g .-rad {
    font-size: 75%;
  }
}

.page-category {
  margin: 0 auto 54px;
  padding: 2px 0;
  border: 1px solid #005f9f;
  color: #005f9f;
  font-size: 114.2857142857%;
  text-align: center;
  text-indent: 4px;
  letter-spacing: 4px;
}
.service .page-category {
  width: 8.9em;
  margin-bottom: 65px;
}
.company .page-category {
  width: 8.9em;
}
.support .page-category {
  width: 11.4em;
}
@media screen and (max-width: 640px) {
  .page-category {
    margin-bottom: 34px !important;
    font-size: 100%;
  }
}

.telink {
  color: #161a1d;
  text-decoration: none !important;
  cursor: default;
  opacity: 1 !important;
}
.pc .telink {
  color: #161a1d;
}
.sp .telink {
  text-decoration: underline !important;
}

.new:after {
  display: inline-block;
  padding: 0 0 0 3px;
  color: #8c0606;
  font-weight: normal;
  content: "NEW!";
}

a.link-ub {
  text-decoration: underline;
}

a.link-gmap {
  color: #005f9f;
}
a.link-gmap:before {
  display: inline-block;
  padding-right: 4px;
  font-size: 128.5714285714%;
  vertical-align: middle;
  content: "\f041";
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
}

@media screen and (max-width: 768px) {
  .view-tb,
  .view-tbsp,
  .view-sp,
  .imgTxt span {
    display: inline;
  }
  .disp-tb,
  .disp-tbsp,
  .disp-sp {
    display: block;
  }
  .disp-pc,
  .view-pc,
  .imgTxt img {
    display: none;
  }
}
#home #l-container-branding {
  background-image: url(../../images/img-main.png);
}
#home #l-container-branding .copy {
  position: absolute;
  top: 23.7%;
  width: 100%;
  padding: 0 20px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #home #l-container-branding {
    padding-top: 80%;
    background-position: center bottom;
  }
  #home #l-container-branding .copy {
    top: 38%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  #home #l-container-branding .copy {
    top: 36%;
  }
  #home #l-container-branding .copy img {
    width: auto;
    max-width: 58.90625%;
    min-width: 250px;
  }
}
#home .contents-element {
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #home .contents-element {
    padding-bottom: 20px;
  }
}

.top-topics-list {
  margin: 10px 0 0;
}
.top-topics-list li {
  border-bottom: 1px dashed #a9a9a9;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .top-topics-list li {
    font-size: 71.4285714286%;
  }
}
.top-topics-list a {
  zoom: 1;
  display: block;
  padding: 16px 0;
  text-decoration: none;
}
.top-topics-list a:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.top-topics-list .img {
  float: right;
  max-width: 44%;
  padding: 0 0 0 10px;
}
.top-topics-list .date {
  display: inline-block;
  color: #005f9f;
}
.top-topics-list .tag {
  display: inline-block;
  min-width: 7.1em;
  margin-left: 8px;
  padding: 2px 5px;
  background: #eee;
  font-size: 85.7142857143%;
  text-align: center;
}
.top-topics-list .title {
  margin: 5px 0 0;
}
.top-topics-list .title.kyocho {
  background-color: #ffaa00;
}
.top-topics-list .new:after {
  font-size: 71.4285714286%;
}

.swiper-Bnr.swiper {
  margin: 0 -12px;
  margin-bottom: -38px;
  padding: 0 12px;
  padding-bottom: 38px;
}
.swiper-Bnr .swiper-slide {
  text-align: center;
}
.swiper-Bnr .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #bfbfbf;
  opacity: 1;
}
.swiper-Bnr .swiper-pagination-bullet-active {
  background-color: #005f9f;
}
.swiper-Bnr .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-Bnr .swiper-button-next,
.swiper-Bnr .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin-top: -34px;
  background: no-repeat center;
  background-size: contain;
}
.swiper-Bnr .swiper-button-next:hover,
.swiper-Bnr .swiper-button-prev:hover {
  opacity: 0.7;
}
.swiper-Bnr .swiper-button-next:after,
.swiper-Bnr .swiper-button-prev:after {
  display: none;
}
.swiper-Bnr .swiper-button-prev {
  left: 0;
  background-image: url(../img/btn-bnrPrev.png);
}
.swiper-Bnr .swiper-button-next {
  right: 0;
  background-image: url(../img/btn-bnrNext.png);
}

@media screen and (max-width: 768px) {
  .swiper-Bnr.swiper {
    margin: 0 -6px;
    margin-bottom: -35px;
    padding: 0 16px;
    padding-bottom: 35px;
  }
  .swiper-Bnr .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-Bnr .swiper-button-next,
  .swiper-Bnr .swiper-button-prev {
    width: 8px;
    height: 16px;
    margin-top: -25.5px;
  }
  .swiper-Bnr .swiper-button-prev {
    background-image: url(../img/btn-bnrPrev-sp.png);
  }
  .swiper-Bnr .swiper-button-next {
    background-image: url(../img/btn-bnrNext-sp.png);
  }
}
.btn-a {
  width: 160px;
  margin: 35px auto 0;
}
.btn-a a {
  display: block;
  position: relative;
  padding: 13px 35px;
  background: #005f9f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-a a:before {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -0.55em;
  font-size: 142.8571428571%;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f105";
}
@media screen and (max-width: 768px) {
  .btn-a {
    width: 200px;
  }
  .btn-a a {
    padding: 6px 30px;
  }
  .btn-a a:before {
    right: 16px;
  }
}

.btn-b {
  width: 300px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-b {
    margin-top: 30px;
  }
}
.btn-b a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px;
  background: #005f9f;
  color: #fff;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  text-decoration: none;
  text-align: center;
}
.btn-b a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.5em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}

.l-service-nav {
  margin: 23px 0 45px;
}
@media screen and (max-width: 768px) {
  .l-service-nav {
    margin: 35px 0 20px;
  }
  .l-service-nav li {
    margin-bottom: 10px;
  }
  .l-service-nav .is-open {
    margin-left: 0;
    padding-left: 0;
  }
  .l-service-nav .is-open a:after, .l-service-nav .is-open .service-nav-btn:after {
    right: 13px;
    margin-top: -0.5em;
    content: "\f107";
  }
  .l-service-nav .is-open a:before, .l-service-nav .is-open .service-nav-btn:before {
    content: none !important;
  }
}
.l-service-nav .is-open {
  margin-left: -30px;
  padding-left: 30px;
}
.l-service-nav .is-open a, .l-service-nav .is-open .service-nav-btn {
  color: #fff;
}
.l-service-nav .is-open a:before, .l-service-nav .is-open .service-nav-btn:before {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 0;
  height: 0;
  margin-top: -22px;
  border-style: solid;
  border-width: 22px 34px 22px 0;
  border-color: transparent #000 transparent transparent;
  content: "";
}
@media screen and (max-width: 999px) {
  .l-service-nav .is-open a:before, .l-service-nav .is-open .service-nav-btn:before {
    left: -20px;
  }
}
.l-service-nav .is-open a .img .maru, .l-service-nav .is-open .service-nav-btn .img .maru {
  background: transparent;
}
.l-service-nav .is-open a .title, .l-service-nav .is-open .service-nav-btn .title {
  color: #fff;
}
.l-service-nav a, .l-service-nav .service-nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .l-service-nav a, .l-service-nav .service-nav-btn {
    display: block;
    position: relative;
    padding: 10px 20px 22px;
  }
  .l-service-nav a:before, .l-service-nav .service-nav-btn:before {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 30px;
    content: "";
  }
  .l-service-nav a:after, .l-service-nav .service-nav-btn:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -0.55em;
    color: #fff;
    font-size: 142.8571428571%;
    line-height: 1;
    font-family: "fontAwesome";
    content: "\f105";
  }
  .l-service-nav a .title, .l-service-nav .service-nav-btn .title {
    color: #fff;
  }
  .l-service-nav a .is-open a:before, .l-service-nav a .is-open .service-nav-btn:before, .l-service-nav .service-nav-btn .is-open a:before, .l-service-nav .service-nav-btn .is-open .service-nav-btn:before {
    display: none;
  }
}
.l-service-nav .img .maru {
  display: inline-block;
  padding: 28px;
  border-radius: 116px;
}
@media screen and (max-width: 768px) {
  .l-service-nav .img .maru {
    padding: 0;
  }
}
.l-service-nav .img .maru img {
  padding: 4px 1px;
}
@media screen and (max-width: 768px) {
  .l-service-nav .img {
    float: left;
    width: 45px;
    margin-right: 15px;
  }
  .l-service-nav .img .maru img {
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .l-service-nav .img {
    width: 35px;
  }
}
.l-service-nav .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .l-service-nav .text {
    padding: 0;
  }
}
.l-service-nav .title {
  margin: 0 0 7px;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .l-service-nav .title {
    margin: 0;
    line-height: 45px;
  }
}
@media screen and (max-width: 360px) {
  .l-service-nav .title {
    font-size: 107.1428571429%;
    line-height: 35px;
    letter-spacing: 1px;
  }
}
.l-service-nav .txt {
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-service-nav .txt {
    clear: both;
    padding: 15px 30px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .l-service-nav .txt {
    font-size: 78.5714285714%;
  }
}

.service-nav-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 200px;
  width: calc(50% - 100px);
  height: 100%;
  padding: 2.1428571429%;
  border: 10px solid;
}
@media screen and (max-width: 999px) {
  .service-nav-detail {
    left: 0;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .service-nav-detail {
    position: relative;
    width: auto;
    height: auto;
    padding: 10px;
    border-width: 5px;
  }
}
.service-nav-detail .detail-element {
  position: relative;
  max-height: 100%;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .service-nav-detail .detail-element {
    padding: 0;
  }
}
.service-nav-detail .detail-element .title {
  padding: 4.4% 10px;
  color: #fff !important;
  font-size: 164.2857142857%;
  font-weight: bold;
  text-align: center;
  text-indent: 4px;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .service-nav-detail .detail-element .title {
    display: none;
  }
}
.service-nav-detail .detail-element .inner {
  padding: 7% 8% 10%;
}
@media screen and (max-width: 999px) {
  .service-nav-detail .detail-element .inner {
    padding: 30px 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .service-nav-detail .detail-element .inner {
    padding: 12px 24px 20px;
  }
}
.service-nav-detail .detail-element .lead {
  font-size: 107.1428571429%;
  line-height: 2.133;
}
@media screen and (max-width: 640px) {
  .service-nav-detail .detail-element .lead {
    font-size: 85.7142857143%;
    line-height: 1.667;
  }
}
.service-nav-detail .name-service {
  margin: 2em 0 0.8em;
  font-size: 142.8571428571%;
  line-height: 1.4;
}
.service-nav-detail .name-service em {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 3px;
}
.service-nav-detail .name-service .sub {
  display: inline-block;
  font-size: 70%;
  font-weight: bold;
}
.service-nav-detail .name-service .pwby {
  display: inline-block;
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .service-nav-detail .name-service {
    margin: 30px 0 8px;
    font-size: 128.5714285714%;
  }
  .service-nav-detail .name-service em {
    letter-spacing: 2px;
  }
}
.service-nav-detail .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service-nav-detail .detail-box .detail-img {
  width: 100px;
  padding: 4px 0 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.service-nav-detail .detail-box .detail-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding: 0 20px 0 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .service-nav-detail .detail-box .txt {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .service-nav-detail .detail-box .detail-img {
    width: 50px;
  }
  .service-nav-detail .detail-box .detail-text {
    padding-right: 10px;
  }
  .service-nav-detail .detail-box .txt {
    font-size: 71.4285714286%;
  }
}
.service-nav-detail .btn-detail {
  margin: 24px auto 0;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 2px;
}
.service-nav-detail .btn-detail a {
  display: block;
  position: relative;
  padding: 7px 30px 7px 15px;
  background: #005f9f !important;
  color: #fff;
  text-align: center;
}
.service-nav-detail .btn-detail a:before {
  display: none;
}
.service-nav-detail .btn-detail a:after {
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -0.5em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
@media screen and (max-width: 640px) {
  .service-nav-detail .btn-detail {
    margin-top: 15px;
    font-size: 92.8571428571%;
    letter-spacing: 1px;
  }
  .service-nav-detail .btn-detail a {
    padding-right: 7.5%;
    padding-left: 10px;
  }
  .service-nav-detail .btn-detail a:after {
    right: 4%;
  }
}
.service-nav-detail .btn-detail.column {
  width: auto !important;
  margin: 0 0 0 -10px;
  letter-spacing: 1px;
}
.service-nav-detail .btn-detail.column li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 10px 0 0 10px;
}
.service-nav-detail .btn-detail.column a {
  padding-right: 25px;
}
.service-nav-detail .btn-detail.column a:after {
  right: 15px;
}
@media screen and (max-width: 1400px) {
  .service-nav-detail .btn-detail.column li {
    font-size: 93.3333333333%;
  }
}
@media screen and (max-width: 1300px) {
  .service-nav-detail .btn-detail.column {
    margin-left: 0;
  }
  .service-nav-detail .btn-detail.column li {
    float: none;
    width: auto;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .service-nav-detail .btn-detail.column li {
    font-size: 100%;
  }
  .service-nav-detail .btn-detail.column a {
    padding-right: 6.5%;
  }
  .service-nav-detail .btn-detail.column a:after {
    right: 3%;
  }
}
.service-nav-detail .btn-detail.nobitakun li {
  float: none;
  width: auto;
}
.service-nav-detail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .service-nav-detail-img {
    background-position: center 0;
  }
}

.sn-association .img .maru {
  background: #c1e69a;
}
.sn-association .title {
  color: #7cb63f;
}
@media screen and (max-width: 768px) {
  .sn-association a, .sn-association .service-nav-btn {
    background: #c1e69a;
  }
  .sn-association a:before, .sn-association .service-nav-btn:before {
    background: #3D9E36;
  }
}
.sn-association.is-open a, .sn-association.is-open .service-nav-btn {
  background: #3D9E36;
}
.sn-association.is-open a:before, .sn-association.is-open .service-nav-btn:before {
  border-right-color: #3D9E36;
}
.sn-association .service-nav-detail {
  border-color: #7cb63f;
}
.sn-association .service-nav-detail .title {
  background: rgba(124, 182, 63, 0.8);
}
.sn-association .service-nav-detail-img {
  background-image: url(../../images/img-association.jpg);
}

.sn-management .img .maru {
  background: #93d2d8;
}
.sn-management .title {
  color: #049caa;
}
@media screen and (max-width: 768px) {
  .sn-management a, .sn-management .service-nav-btn {
    background: #93d2d8;
  }
  .sn-management a:before, .sn-management .service-nav-btn:before {
    background: #049caa;
  }
}
.sn-management.is-open a, .sn-management.is-open .service-nav-btn {
  background: #36959e;
}
.sn-management.is-open a:before, .sn-management.is-open .service-nav-btn:before {
  border-right-color: #36959e;
}
.sn-management .service-nav-detail {
  border-color: #049caa;
}
.sn-management .service-nav-detail .title {
  background: rgba(4, 156, 170, 0.8);
}
.sn-management .service-nav-detail-img {
  background-image: url(../../images/img-management.jpg);
}

.sn-lifesupport .img .maru {
  background: #d0b7ee;
}
.sn-lifesupport .title {
  color: #67478d;
}
@media screen and (max-width: 768px) {
  .sn-lifesupport a, .sn-lifesupport .service-nav-btn {
    background: #d0b7ee;
  }
  .sn-lifesupport a:before, .sn-lifesupport .service-nav-btn:before {
    background: #67478d;
  }
}
.sn-lifesupport.is-open a, .sn-lifesupport.is-open .service-nav-btn {
  background: #57288F;
}
.sn-lifesupport.is-open a:before, .sn-lifesupport.is-open .service-nav-btn:before {
  border-right-color: #57288F;
}
.sn-lifesupport .service-nav-detail {
  border-color: #67478d;
}
.sn-lifesupport .service-nav-detail .title {
  background: rgba(103, 71, 141, 0.8);
}
.sn-lifesupport .service-nav-detail-img {
  background-image: url(../../images/img-lifesupport.jpg);
}

.top-fb {
  padding: 40px 30px;
  background: #e5ecf2;
  text-align: center;
}
.top-fb .btn {
  display: none;
}
@media screen and (max-width: 999px) {
  .top-fb {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-fb {
    padding: 0;
    background-color: transparent;
  }
  .top-fb .fb-page {
    display: none;
  }
  .top-fb .btn {
    display: block;
    margin: 0 10px;
    font-size: 114.2857142857%;
    text-align: center;
    letter-spacing: 2px;
  }
  .top-fb .btn a {
    display: block;
    padding: 10px 20px;
    background: #005f9f;
    color: #fff;
    text-decoration: none;
  }
  .top-fb .btn .fa {
    padding-right: 14px;
    font-size: 206.25%;
    line-height: 1;
    vertical-align: middle;
    letter-spacing: 0;
  }
}

.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe[style] {
  width: 100% !important;
}

.fb_iframe_widget {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

/* -----------------------------------------------
　サービス
-------------------------------------------------- */
.service-list {
  margin: 62px 0 -20px;
}
.service-list li {
  padding: 34px 0 40px;
}
.service-list li:not(:first-child) {
  border-top: 1px dashed #a9a9a9;
}
.service-list .img {
  float: right;
  width: 160px;
  text-align: right;
}
.service-list .text {
  width: calc(100% - 205px);
}
.service-list .title em {
  padding-right: 5px;
  font-size: 171.4285714286%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 3px;
}
.service-list .title .pwby {
  display: inline-block;
}
.service-list .title .small {
  font-size: 91.6666666667%;
  letter-spacing: 1px;
}
.service-list .title .sub {
  display: inline-block;
  font-size: 121.4285714286%;
}
.service-list .lead {
  margin: 8px 0 25px;
  line-height: 1.7;
}
.service-list .btn-detail {
  max-width: 320px;
}
.service-list .btn-detail a {
  display: block;
  position: relative;
  position: relative;
  padding: 7px 30px;
  background: #005f9f;
  color: #fff;
  font-size: 114.2857142857%;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
}
.service-list .btn-detail a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
@media screen and (max-width: 640px) {
  .service-list {
    margin: 30px 0 -10px;
  }
  .service-list li {
    padding: 12px 0 20px;
  }
  .service-list .img {
    float: none;
    width: auto;
    margin: 15px 0;
    text-align: center;
  }
  .service-list .text {
    width: auto;
  }
  .service-list .title em {
    font-size: 142.8571428571%;
    letter-spacing: 1px;
  }
  .service-list .lead {
    margin-bottom: 15px;
  }
  .service-list .btn-detail {
    margin: 0 auto;
  }
}

.frame-a {
  padding: 40px;
  background: #005f9f url(../img/bg-dot-w3.png) 0 0;
  color: #fff;
}

.frame-b {
  padding: 10px;
  border: 4px solid #ddd;
}

.frame-c {
  padding: 10px;
  border: 4px solid #005f9f;
}

.frame-d {
  padding: 10px;
  border: 4px solid #ddd;
  background: #f7f6f6;
}

.frame-e {
  padding: 22px;
  background: #b5cee5 url(../img/bg-dot-w8.png) 0 0;
}

.frame-f {
  padding: 10px;
  border: 4px solid #b5cee5;
}

.frame-g {
  padding: 8px 10px;
  border: 2px solid #005f9f;
}

.frame-h {
  padding: 30px 40px;
  background: #DEEEF9;
}

.frame-i {
  padding: 30px;
  background: #E5ECF2;
}

.h-service-sub {
  margin: 0 0 36px;
  padding: 42px 20px;
  background: #b5cee5 url(../img/bg-dot-w8.png) 0 0;
}

.h-point {
  margin-bottom: 14px;
  display: table;
}
.h-point .point, .h-point .body {
  display: table-cell;
  vertical-align: middle;
}
.h-point .maru {
  width: 60px;
  height: 60px;
  padding-top: 15px;
  margin-right: 12px;
  background-color: #005f9f;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.h-point .maru.gray {
  background-color: #a9a9a9;
}
.h-point .maru img:first-child {
  margin-bottom: 4px;
}
.h-point .maru.-num {
  width: 48px;
  height: 48px;
}

.list-check li {
  margin-left: 20px;
  text-indent: -20px;
}
.list-check li:before {
  content: url(../img/icon-check-b.png);
  padding-right: 8px;
}
.list-check .small {
  font-size: 85.7142857143%;
}

.btn-contact-faq {
  zoom: 1;
  margin: 80px 0 0;
}
.btn-contact-faq:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.btn-contact-faq li {
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn-contact-faq a {
  display: block;
  position: relative;
  padding: 25px;
  border: 2px solid;
  text-align: center;
  text-decoration: none;
}
.btn-contact-faq a:before {
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
.btn-contact-faq .ct {
  float: left;
  width: 48.75%;
}
.btn-contact-faq .ct a {
  color: #fff;
  padding-left: 40px;
}
.btn-contact-faq .ct a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 29px;
  height: 29px;
  margin-top: -15px;
  background: url(../img/icon-mail-w.svg) no-repeat;
  vertical-align: top;
  content: "";
}
.btn-contact-faq .ct.c1 a {
  border-color: #7cb63f;
  background: #7cb63f;
}
.btn-contact-faq .ct.c2 a {
  border-color: #049caa;
  background: #049caa;
}
.btn-contact-faq .ct.c3 a {
  border-color: #67478d;
  background: #67478d;
}
.btn-contact-faq .qa {
  float: right;
  width: 47.5%;
}
.btn-contact-faq .qa a {
  border-color: #005f9f;
  color: #005f9f;
}
.btn-contact-faq .qa a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-family: "fontAwesome";
  content: "\f105";
}
.btn-contact-faq .pdf {
  float: right;
  width: 47.5%;
}
.btn-contact-faq .pdf a {
  color: #fff;
  padding-left: 50px;
  border-color: #005f9f;
  background: #005f9f;
  letter-spacing: 1px;
  text-indent: 1px;
}
.btn-contact-faq .pdf a:before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -0.53em;
  font-size: 150%;
  font-family: "fontAwesome";
  content: "\f1c1";
  letter-spacing: 0;
  text-indent: 0;
}
@media screen and (min-width: 769px) {
  .btn-contact-faq .pdf.-fl_left {
    float: left;
  }
}
.btn-contact-faq.noqa .ct {
  float: none;
  width: auto;
}
.btn-contact-faq.noqa .qa,
.btn-contact-faq.noqa .pdf {
  display: none;
}
.btn-contact-faq.-evcharge {
  max-width: 600px;
  margin: 100px auto 0;
}
.btn-contact-faq.-evcharge a {
  letter-spacing: -0.01px;
}
@media screen and (max-width: 768px) {
  .btn-contact-faq {
    margin-top: 50px;
  }
  .btn-contact-faq li {
    float: none !important;
    width: auto !important;
  }
  .btn-contact-faq a {
    padding: 20px 15px;
  }
  .btn-contact-faq .qa,
  .btn-contact-faq .pdf {
    margin-top: 10px;
  }
  .btn-contact-faq .qa a:before {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .btn-contact-faq {
    margin-top: 30px;
  }
  .btn-contact-faq li {
    font-size: 100%;
  }
  .btn-contact-faq .ct a:before {
    left: 18px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .btn-contact-faq .pdf a:before {
    left: 22px;
    font-size: 137.5%;
  }
  .btn-contact-faq.-evcharge {
    margin: 40px auto 0;
  }
}

.btn-service-lower {
  zoom: 1;
  margin: 0 -1.75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-service-lower:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.btn-service-lower li {
  padding: 15px 1.75% 0;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 1px;
}
.btn-service-lower a {
  display: block;
  position: relative;
  padding: 8px 20px;
  background: #005f9f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-service-lower a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
.btn-service-lower .stay a {
  background: #008dec;
}
.btn-service-lower .stay a:before {
  display: none;
}
.btn-service-lower .pdf a:before {
  margin-top: -0.53em;
  content: "\f1c1";
}
.btn-service-lower.count6 li {
  width: 33.3333333333%;
}
.btn-service-lower.count2 li {
  width: 50%;
}
.btn-service-lower.head {
  margin-top: -40px;
  margin-bottom: 65px;
  margin-top: -27px;
  margin-right: -2px;
  margin-left: -2px;
}
.btn-service-lower.head li {
  padding: 2px;
  font-size: 107.1428571429%;
  font-weight: normal;
  text-indent: 2px;
  letter-spacing: 2px;
}
.btn-service-lower.head a {
  background: #e5ecf2;
  color: #161a1d;
}
.btn-service-lower.head .stay a {
  background: #005f9f;
  color: #fff;
}
.btn-service-lower.foot {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  .btn-service-lower {
    margin: 0 -5px;
  }
  .btn-service-lower li {
    padding: 10px 5px 0;
  }
  .btn-service-lower a {
    padding: 10px 20px;
  }
  .btn-service-lower a:before {
    right: 12px;
  }
  .btn-service-lower.foot {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .btn-service-lower li {
    display: block;
    width: 100% !important;
    font-size: 100%;
  }
  .btn-service-lower.foot {
    margin-top: 40px;
  }
  .btn-service-lower.head {
    display: none;
    position: absolute;
    top: 2px;
    right: 0;
    left: 0;
    padding: 0;
    margin-top: 0;
    background-color: #fff;
  }
  .btn-service-lower.head a {
    padding: 9px 20px;
    background: #d1dde8;
  }
  .btn-service-lower.head li {
    padding: 0 2px 1px;
    font-size: 100%;
  }
  .btn-service-lower.head li:last-child a {
    border-radius: 0 0 3px 3px;
  }
}
@media screen and (min-width: 641px) {
  .btn-service-head {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .btn-service-head {
    display: block;
    position: relative;
    margin-top: -10px;
    padding: 11px 20px;
    border-radius: 3px;
    background: #008dec;
    color: #fff;
    font-size: 100%;
    letter-spacing: 2px;
    text-indent: 2px;
    text-align: center;
    cursor: pointer;
  }
  .btn-service-head:after {
    position: absolute;
    top: 50%;
    right: 11px;
    margin-top: -0.55em;
    font-family: "fontAwesome";
    content: "\f107";
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    text-indent: 0;
  }
  .btn-service-head.is-open {
    border-radius: 3px 3px 0 0;
  }
  .btn-service-head.is-open:after {
    content: "\f106";
  }
}

@media screen and (max-width: 640px) {
  .lnav {
    position: relative;
    width: auto;
    margin-bottom: 30px;
    z-index: 1;
  }
}

.waiting {
  padding: 160px 0 100px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .waiting {
    padding: 130px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .waiting {
    padding: 100px 0 70px;
  }
}

.box-ecosma-top {
  margin-top: -45px;
}
.box-ecosma-top .header-f {
  margin: 0 auto 28px;
  line-height: 1.75;
}
.box-ecosma-top .text {
  font-size: 107.1428571429%;
  line-height: 2.125;
}
.box-ecosma-top .text span {
  font-size: 85.7142857143%;
}
.box-ecosma-top .list-merit {
  max-width: 570px;
  margin: 45px auto 20px;
}
.box-ecosma-top .list-merit li {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.box-ecosma-top .list-merit .maru {
  position: relative;
  margin: 0 auto 16px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  color: #005f9f;
  border-radius: 50%;
}
.box-ecosma-top .list-merit .txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.5em;
  font-size: 171.4285714286%;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1;
}
.box-ecosma-top .box-text {
  margin: 30px auto;
  background: #e5ecf2;
  padding: 20px;
  text-align: center;
}
.box-ecosma-top .box-text p {
  font-size: 142.8571428571%;
  font-weight: bold;
  color: #161a1d;
  letter-spacing: 2px;
}
.box-ecosma-top .indention {
  font-size: 92.8571428571%;
  text-align: right;
}

.l-point-ecosma .header-c, .l-point-ecosma .header-d, .l-point-ecosma .h-service-sub {
  margin: 72px auto 36px;
}
.l-point-ecosma .header-c + .h-point, .l-point-ecosma .header-d + .h-point, .l-point-ecosma .h-service-sub + .h-point {
  margin-top: 0;
}
.l-point-ecosma .h-point {
  margin: 80px auto 12px;
}
.l-point-ecosma .h-point .body {
  color: #005f9f;
  font-size: 142.8571428571%;
  font-weight: bold;
  text-align: left;
}
.l-point-ecosma .h-point .body span {
  font-weight: normal;
  font-size: 85.7142857143%;
}
.l-point-ecosma .h-point + p {
  margin-bottom: 50px;
  line-height: 2;
}
.l-point-ecosma .column-2 {
  margin: 0 -10px;
}
.l-point-ecosma .column-2 .frame-b {
  width: 47.5609756098%;
  margin: 0 1.2195121951%;
  padding: 28px 26px;
  float: left;
}
.l-point-ecosma .column-2 .frame-b:last-child .img {
  padding-top: 40px;
}
.l-point-ecosma .column-2 .header-f {
  margin: 0 auto 32px;
}
.l-point-ecosma .list-check {
  margin: 8px auto 50px;
}
.l-point-ecosma .list-check li {
  padding: 3px 0;
}
.l-point-ecosma .box-contact {
  padding: 30px 41px 38px;
}
.l-point-ecosma .box-contact .text {
  float: left;
  width: 56%;
}
.l-point-ecosma .box-contact .text .txt {
  font-size: 92.8571428571%;
}
.l-point-ecosma .box-contact .img {
  float: right;
  width: 39%;
}
.l-point-ecosma .box-contact .header-f {
  margin: 0;
}
.l-point-ecosma .box-contact .btn-call {
  margin: 22px auto 14px;
}
.l-point-ecosma .box-contact .btn-call a {
  display: block;
  padding: 10px;
  background-color: #7cb63f;
  text-align: center;
}
.l-point-ecosma .box-mieruka {
  padding: 35px;
}
.l-point-ecosma .box-mieruka .inner-box {
  max-width: 608px;
  margin: auto;
}
.l-point-ecosma .box-mieruka .img {
  float: right;
  width: 34.8684210526%;
}
.l-point-ecosma .box-mieruka ul {
  float: left;
  width: 59.2105263158%;
}
.l-point-ecosma .box-mieruka li {
  border: 2px solid #b5cee5;
  padding: 8px;
  margin-top: 13px;
  color: #005f9f;
  font-weight: bold;
  text-align: center;
}
.l-point-ecosma .box-mieruka li:first-child {
  margin-top: 0;
}
.l-point-ecosma .frame-c {
  margin-top: 60px;
  padding: 32px 10px;
  font-size: 142.8571428571%;
  color: #005f9f;
  font-weight: bold;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
}

.wrap-smartmeter {
  margin: 50px auto 70px;
}
.wrap-smartmeter .img {
  float: left;
  padding-left: 8px;
}
.wrap-smartmeter .text {
  margin-left: 120px;
}
.wrap-smartmeter .head {
  font-size: 128.5714285714%;
  font-weight: bold;
  margin-bottom: 16px;
}
.wrap-smartmeter .txt {
  font-size: 92.8571428571%;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .box-ecosma-top {
    padding: 20px;
  }
  .box-ecosma-top .list-merit {
    margin-top: 30px;
    max-width: 280px;
  }
  .box-ecosma-top .list-merit li {
    float: none;
    width: auto;
    margin-top: 10px;
    text-align: left;
  }
  .box-ecosma-top .list-merit .maru, .box-ecosma-top .list-merit p {
    display: inline-block;
    vertical-align: middle;
  }
  .box-ecosma-top .list-merit .maru {
    width: 80px;
    height: 80px;
    margin: 0 10px 0 0;
    text-align: center;
  }
  .box-ecosma-top .list-merit .txt {
    font-size: 142.8571428571%;
  }
  .box-ecosma-top .box-text p {
    font-size: 114.2857142857%;
  }
  .box-ecosma-top .indention {
    text-align: left;
  }
  .l-point-ecosma .header-c, .l-point-ecosma .header-d, .l-point-ecosma .h-service-sub {
    margin: 50px auto 20px;
  }
  .l-point-ecosma .h-point {
    margin-top: 50px;
    margin-left: 0;
  }
  .l-point-ecosma .h-point .body {
    font-size: 128.5714285714%;
  }
  .l-point-ecosma .h-point .body span {
    display: block;
  }
  .l-point-ecosma .h-point + p {
    margin-bottom: 20px;
  }
  .l-point-ecosma .column-2 {
    margin: 0;
  }
  .l-point-ecosma .column-2 .frame-b {
    float: none;
    width: auto;
    margin: 20px auto 0;
    padding: 20px;
  }
  .l-point-ecosma .column-2 .frame-b:last-child .img {
    padding-top: 0;
  }
  .l-point-ecosma .column-2 .header-f {
    font-size: 128.5714285714%;
  }
  .l-point-ecosma .list-check {
    margin: 0 auto 20px;
  }
  .l-point-ecosma .box-contact {
    padding: 15px;
  }
  .l-point-ecosma .box-contact .text, .l-point-ecosma .box-contact .img {
    float: none;
    width: auto;
  }
  .l-point-ecosma .box-contact .img {
    margin: 15px 0 0;
    text-align: center;
  }
  .l-point-ecosma .box-contact .btn-call {
    margin-top: 15px;
    max-width: 400px;
  }
  .l-point-ecosma .box-mieruka {
    padding: 15px;
  }
  .l-point-ecosma .box-mieruka .img, .l-point-ecosma .box-mieruka ul {
    float: none;
    width: auto;
  }
  .l-point-ecosma .box-mieruka .img {
    text-align: center;
    margin-bottom: 15px;
  }
  .l-point-ecosma .frame-c {
    margin-top: 30px;
    padding: 20px 10px;
    font-size: 114.2857142857%;
  }
  .wrap-smartmeter {
    margin: 30px auto;
  }
  .wrap-smartmeter .img {
    padding-left: 0;
  }
  .wrap-smartmeter .text {
    margin-left: 95px;
  }
  .wrap-smartmeter .head {
    margin-bottom: 8px;
  }
}
.l-comp-ecosma {
  margin-bottom: -20px;
}
.l-comp-ecosma .header-d {
  margin-bottom: 26px;
}
.l-comp-ecosma .header-f {
  margin-top: 0;
}
.l-comp-ecosma .img {
  margin-bottom: 65px;
}

.box-ecosma-comp {
  padding: 20px;
  line-height: 1.72;
}
.box-ecosma-comp .head {
  font-size: 114.2857142857%;
  font-weight: bold;
  margin-bottom: 6px;
}

.box-ecosma-merit {
  padding: 30px;
}
.box-ecosma-merit.-margin0 {
  padding: 30px 30px 0 30px;
}
.box-ecosma-merit.-notes {
  margin: 60px 0 20px;
}
.box-ecosma-merit.-features {
  padding: 0;
  margin: -10px 0 0;
}
.box-ecosma-merit.-features .h-point .-vtop {
  vertical-align: top;
}
.box-ecosma-merit.-features .h-point .image {
  padding-left: 210px;
}
.box-ecosma-merit .h-point {
  margin-bottom: 28px;
}
.box-ecosma-merit .h-point .body {
  font-size: 114.2857142857%;
  line-height: 2;
}
.box-ecosma-merit .h-point .small {
  font-size: 75%;
  vertical-align: middle;
}
.box-ecosma-merit .h-point.merit-s {
  margin-bottom: 35px;
}
.box-ecosma-merit .h-point.merit-s .body {
  line-height: 1.5;
}
.box-ecosma-merit .h-point.merit-s .body .title {
  display: block;
  font-size: 121.4285714286%;
  font-weight: bold;
  margin-bottom: 5px;
}
.box-ecosma-merit .indention {
  font-size: 92.8571428571%;
  line-height: 1.615;
}

@media screen and (max-width: 768px) {
  .box-ecosma-merit.-features {
    margin: 40px 0 0;
  }
  .box-ecosma-merit.-features .h-point .image {
    padding-left: 100px;
  }
}
@media screen and (max-width: 640px) {
  .box-ecosma-merit {
    padding: 15px;
  }
  .box-ecosma-merit.-notes {
    margin: 30px 0 20px;
  }
  .box-ecosma-merit.-features .h-point .image {
    padding-left: 0;
  }
  .box-ecosma-merit .h-point {
    margin-bottom: 15px;
  }
  .box-ecosma-merit .h-point .body {
    font-size: 100%;
    line-height: 1.7;
  }
  .box-ecosma-merit .h-point.merit-s {
    margin-bottom: 20px;
  }
  .box-ecosma-merit .h-point.merit-s .body .title {
    font-size: 114.2857142857%;
  }
}
#ecosma-construction .h-service-sub + p {
  font-size: 107.1428571429%;
  line-height: 2;
}
#ecosma-construction .header-f {
  margin: 56px auto 10px;
  text-align: left;
  letter-spacing: 1px;
  text-indent: 0;
}
#ecosma-construction .header-f + p {
  margin-bottom: 20px;
  line-height: 2;
}
#ecosma-construction .column-2 {
  max-width: 500px;
  margin: auto;
}
#ecosma-construction .column-2 .float-l {
  width: 53.6%;
}
#ecosma-construction .column-2 .float-r {
  width: 40%;
}
#ecosma-construction .column-2 p {
  font-size: 92.8571428571%;
  margin-top: 6px;
}
#ecosma-construction .indention {
  margin: 18px auto;
}
#ecosma-construction .indention li {
  margin-left: 1.7em;
  text-indent: -1.7em;
  font-size: 92.8571428571%;
  line-height: 1.384;
}

.h-step {
  padding: 13px 0;
  background-color: #005f9f;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.list-ecosma-flow {
  margin-top: 80px;
}
.list-ecosma-flow > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-ecosma-flow > li:last-child .line-flow:after {
  content: none;
}
.list-ecosma-flow > li:nth-child(3) .line-flow, .list-ecosma-flow > li:nth-child(3) .body {
  padding-bottom: 16px;
}
.list-ecosma-flow > li:nth-child(3) .line-flow:after {
  background: url(../../service/images/line-bot.png) repeat-y 0 0;
}
.list-ecosma-flow .line-flow, .list-ecosma-flow .body {
  padding-bottom: 40px;
}
.list-ecosma-flow .line-flow {
  width: 80px;
  position: relative;
}
.list-ecosma-flow .line-flow:after {
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #b5cee5;
  content: "";
  z-index: 0;
}
.list-ecosma-flow .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  padding-left: 22px;
}
.list-ecosma-flow .body .notes {
  margin: 30px auto 0;
}
.list-ecosma-flow .body .notes .text-a {
  font-size: 107.1428571429%;
  margin-bottom: 1em;
}
.list-ecosma-flow .body .guide {
  margin-top: 20px;
}
.list-ecosma-flow .body .guide .list {
  margin-top: 5px;
}
.list-ecosma-flow .body .guide .list > li {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
}
.list-ecosma-flow .body .guide .list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.list-ecosma-flow .head {
  margin-bottom: 8px;
  color: #005f9f;
  font-size: 142.8571428571%;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-ecosma-flow .head.-mtop {
  margin-top: 14px;
}
.list-ecosma-flow .head2 {
  margin-bottom: 8px;
  color: #005f9f;
  font-size: 128.5714285714%;
  font-weight: bold;
  letter-spacing: 1px;
}
.list-ecosma-flow .text {
  line-height: 2;
}
.list-ecosma-flow .text .point {
  color: #7cb63f;
}
.list-ecosma-flow .note {
  margin-top: 10px;
  color: #7cb63f;
  font-size: 92.8571428571%;
  font-weight: bold;
  line-height: 1.615;
}
.list-ecosma-flow .red {
  font-size: 114.2857142857%;
  font-weight: bold;
  margin: 30px 0 0;
}
.list-ecosma-flow ul.indention:not(.note) {
  margin-top: 4px;
  font-size: 92.8571428571%;
  line-height: 1.615;
}
.list-ecosma-flow .list-check {
  margin-top: 4px;
}
.list-ecosma-flow .box-lb, .list-ecosma-flow .box-gre {
  padding: 11px 5px;
  font-weight: bold;
  line-height: 1.428;
  letter-spacing: 1px;
  text-indent: 1px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.list-ecosma-flow .box-lb.mtx, .list-ecosma-flow .box-gre.mtx {
  margin-top: 20px;
}
.list-ecosma-flow .box-lb {
  background-color: #b5cee5;
}
.list-ecosma-flow .box-gre {
  background-color: #7cb63f;
  color: #fff;
}
.list-ecosma-flow .img-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 700px;
  margin: 30px auto 10px;
}
.list-ecosma-flow .img-flow > li {
  width: calc(33.3333333333% - 10px);
}
.list-ecosma-flow .img-flow > li .text {
  width: 195px;
  margin: 20px 0;
  color: #005f9f;
  line-height: 1.4;
}
.list-ecosma-flow .img-flow.-col2 > li {
  width: calc(50% - 10px);
}
.list-ecosma-flow .img-flow.-col2 > li .text {
  width: 280px;
  margin: 20px 0;
  color: #161a1d;
  font-size: 114.2857142857%;
  line-height: 1.4;
  text-align: center;
}
.list-ecosma-flow .img-flow.-col2 > li:first-child {
  position: relative;
  display: inline-block;
}
.list-ecosma-flow .img-flow.-col2 > li:first-child::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: solid 8px #b5cee5;
  border-right: solid 8px #b5cee5;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 38%;
  right: 20px;
}
.list-ecosma-flow .img-flow.-col2 > li:last-child::after {
  border: none;
}
@media screen and (max-width: 768px) {
  .list-ecosma-flow .img-flow.-col2 > li:first-child::after {
    width: 8px;
    height: 8px;
    border-top: solid 5px #b5cee5;
    border-right: solid 5px #b5cee5;
    top: 40%;
    right: 10px;
  }
  .list-ecosma-flow .img-flow.-col2 > li:last-child::after {
    border: none;
  }
}
@media screen and (max-width: 640px) {
  .list-ecosma-flow .img-flow {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 20px auto;
  }
  .list-ecosma-flow .img-flow > li .text {
    width: auto;
    font-size: 85.7142857143%;
  }
  .list-ecosma-flow .img-flow.-col2 > li .text {
    width: auto;
    font-size: 85.7142857143%;
    text-align: left;
  }
  .list-ecosma-flow .img-flow.-col2 > li .text br {
    display: none;
  }
  .list-ecosma-flow .img-flow.-col2 > li:first-child::after {
    border-top: solid 4px #b5cee5;
    border-right: solid 4px #b5cee5;
    top: 34%;
    right: -14px;
  }
  .list-ecosma-flow .img-flow.-col2 > li:last-child::after {
    border: none;
  }
}

@media screen and (max-width: 640px) {
  .list-ecosma-flow {
    margin-top: 0;
  }
  .list-ecosma-flow > li:nth-child(3) .line-flow, .list-ecosma-flow > li .body {
    padding-bottom: 30px;
  }
  .list-ecosma-flow .line-flow, .list-ecosma-flow .body {
    padding-bottom: 30px;
  }
  .list-ecosma-flow .body {
    padding-left: 14px;
  }
  .list-ecosma-flow .body .notes .text-a {
    font-size: 100%;
  }
  .list-ecosma-flow .head {
    margin-bottom: 4px;
    font-size: 121.4285714286%;
  }
  .list-ecosma-flow .head2 {
    margin-bottom: 4px;
    font-size: 107.1428571429%;
  }
  .list-ecosma-flow .red {
    font-size: 100%;
    margin: 20px 0 0;
  }
}
#ecosma-case .img-area {
  margin: 70px auto;
}
#ecosma-case .case-graph {
  margin: 20px 0 40px;
}
#ecosma-case .case-graph .float-l {
  width: 46.25%;
  padding-top: 50px;
}
#ecosma-case .case-graph .float-r {
  width: 50.625%;
}
#ecosma-case .jiten {
  font-size: 85.7142857143%;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #ecosma-case .header-f {
    font-size: 114.2857142857%;
  }
  #ecosma-case .img-area {
    margin: 50px auto;
  }
  #ecosma-case .case-graph {
    max-width: 315px;
    margin: 0 auto 20px;
  }
  #ecosma-case .case-graph .float-l {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }
  #ecosma-case .case-graph .float-r {
    float: none;
    width: auto;
  }
}

.lead-case-ecosma {
  padding: 13px;
  border: 3px solid #005f9f;
}
.lead-case-ecosma .text {
  color: #005f9f;
  font-size: 171.4285714286%;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}
.lead-case-ecosma .txt, .lead-case-ecosma .num {
  vertical-align: middle;
}
.lead-case-ecosma .num {
  padding: 0 2px;
  font-size: 133.3333333333%;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  .lead-case-ecosma {
    padding: 10px 5px;
  }
  .lead-case-ecosma .text {
    font-size: 135.7142857143%;
    letter-spacing: 1px;
    text-indent: 1px;
  }
  .lead-case-ecosma .num {
    font-size: 131.5789473684%;
    letter-spacing: 2px;
  }
}

.wrap-table {
  margin: 40px -2px 76px;
}
.wrap-table + .note {
  display: none;
}
@media screen and (max-width: 640px) {
  .wrap-table {
    margin: 30px -2px 40px;
  }
}
@media screen and (max-width: 480px) {
  .wrap-table {
    overflow: scroll;
    overflow-y: visible;
    margin-bottom: 0;
  }
  .wrap-table + .note {
    display: block;
    margin-top: 5px;
    margin-bottom: 40px;
  }
}

.table-case-ecosma {
  width: 100%;
}
.table-case-ecosma th, .table-case-ecosma td {
  padding: 10px 13px 9px;
  border: 2px solid #fff;
}
.table-case-ecosma td {
  width: 12.5%;
}
.table-case-ecosma thead .h1 {
  border-bottom: 3px solid #fff;
}
.table-case-ecosma thead .h1 th {
  background-color: #005f9f;
  color: #fff;
  padding: 9px;
  font-weight: normal;
}
.table-case-ecosma thead .h2 th {
  padding: 8px;
  font-size: 114.2857142857%;
  background: #cfcfcf url(../img/bg-dot-w8.png) 0 0;
}
.table-case-ecosma thead .h2 th.area {
  background-color: #b5cee5;
}
.table-case-ecosma tbody th, .table-case-ecosma tbody td {
  padding: 9px 13px;
}
.table-case-ecosma tbody th {
  background-color: #e5ecf2;
  font-weight: normal;
}
.table-case-ecosma tbody td {
  background-color: #f7f6f6;
  text-align: right;
}
.table-case-ecosma tfoot th {
  background-color: #b5cee5;
}
.table-case-ecosma tfoot td {
  background-color: #cfcfcf;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .table-case-ecosma th, .table-case-ecosma td {
    padding: 5px;
  }
  .table-case-ecosma thead .h1 th, .table-case-ecosma thead .h2 th {
    padding: 5px;
  }
  .table-case-ecosma thead .h2 th {
    font-size: 100%;
  }
  .table-case-ecosma tbody th, .table-case-ecosma tbody td {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .table-case-ecosma {
    min-width: 520px;
  }
  .table-case-ecosma th.area {
    width: 100px;
  }
  .table-case-ecosma td {
    width: 70px;
  }
}

#ecosma-flow .text-c {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #ecosma-flow .text-c {
    text-align: left;
    margin-bottom: 30px;
  }
}

#equipment .h-service-sub {
  margin: 90px 0;
}
@media screen and (max-width: 640px) {
  #equipment .h-service-sub {
    margin: 50px 0 10px;
  }
}
#equipment .notes-list {
  margin: -40px 0 40px;
}
@media screen and (max-width: 640px) {
  #equipment .notes-list {
    margin: 30px 0;
  }
}
#equipment .p-top .frame-a {
  background-image: none;
  margin-top: 100px;
  padding: 50px 80px;
}
#equipment .p-top .frame-a.-bg {
  background: #005f9f url(../img/bg-dot-w3.png) 0 0;
}
#equipment .p-top .frame-a .header-f {
  margin: 0;
}
#equipment .p-top .frame-a .list-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
#equipment .p-top .frame-a .list-a > li {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
#equipment .p-top .frame-a .list-a > li:last-child {
  margin-bottom: 0;
}
#equipment .p-top .frame-a .list-a > li .img {
  position: relative;
  margin-bottom: 20px;
}
#equipment .p-top .frame-a .list-a > li .maru {
  display: block;
  position: absolute;
  left: -10px;
  bottom: -20px;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
#equipment .p-top .frame-a .list-a > li .text {
  text-align: center;
  font-weight: bold;
}
#equipment .p-top .frame-a .list-a > li .text span {
  display: block;
  font-size: 85.7142857143%;
  font-weight: normal;
}
#equipment .p-top .l-point-ecosma {
  margin-bottom: 35px;
}
#equipment .p-top .l-point-ecosma .h-point {
  margin: 110px auto 12px;
}
#equipment .p-top .frame-w .header-f {
  margin: 50px 0;
}
#equipment .p-top .frame-w .list-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
}
#equipment .p-top .frame-w .list-b:after {
  content: "";
  width: calc(33.3333333333% - 20px);
}
#equipment .p-top .frame-w .list-b > li {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 40px;
}
#equipment .p-top .frame-w .list-b > li .img {
  margin-bottom: 15px;
}
#equipment .p-top .frame-w .list-b > li .text {
  text-align: center;
}
#equipment .p-top .frame-h {
  margin-top: 20px;
}
#equipment .p-top .frame-h.-merit {
  margin-top: 60px;
  padding: 30px 80px;
}
#equipment .p-top .frame-h .header-f {
  margin: 0 0 30px;
}
#equipment .p-top .frame-h .list-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#equipment .p-top .frame-h .list-c > li {
  width: calc(25% - 10px);
}
#equipment .p-top .frame-h .list-c > li .img {
  margin-bottom: 15px;
}
#equipment .p-top .frame-h .list-c > li .circle {
  width: 160px;
  height: 160px;
  padding-top: 43px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
#equipment .p-top .frame-h .list-c > li .text {
  text-align: center;
}
#equipment .p-top .frame-h .list-c > li .text em {
  font-size: 114.2857142857%;
  font-weight: bold;
}
#equipment .p-top .frame-h .list-c > li .text span {
  display: block;
}
#equipment .p-top .frame-i .header-f {
  font-size: 114.2857142857%;
  letter-spacing: 0.5px;
  margin: 36px 0 30px;
}
#equipment .p-top .frame-f {
  margin-top: 30px;
  padding: 20px;
}
#equipment .p-top .frame-f em {
  display: block;
  font-size: 107.1428571429%;
  margin-bottom: 5px;
}
#equipment .p-top .img-change {
  margin: 50px auto 0;
  text-align: center;
}
#equipment .p-top .text-notes {
  margin-top: 15px;
  font-size: 85.7142857143%;
}
#equipment .p-top .list-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 45px auto;
}
#equipment .p-top .list-d > li {
  width: calc(50% - 20px);
}
#equipment .p-top .list-ev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
#equipment .p-top .list-ev > li:nth-child(1) {
  width: 40%;
}
#equipment .p-top .list-ev > li:nth-child(2) {
  width: 28%;
  border: 4px solid #DEEEF9;
  text-align: center;
  padding: 15px 0 0;
}
#equipment .p-top .list-ev > li:nth-child(3) {
  width: 28%;
  margin-top: -10px;
}
#equipment .p-top .box-merit-electric .header-f {
  margin: 50px 0 20px;
}
#equipment .p-top .box-merit-electric .header-g {
  margin: 60px 0 20px;
}
#equipment .p-top .box-merit-electric .text {
  text-align: center;
}
#equipment .p-top .box-merit-electric .list-electric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
#equipment .p-top .box-merit-electric .list-electric > li {
  width: calc(33.3333333333% - 30px);
  text-align: center;
}
#equipment .p-top .box-merit-electric .list-electric > li .img {
  margin-bottom: 25px;
}
#equipment .p-top .box-merit-electric .list-electric > li .before {
  font-size: 114.2857142857%;
}
#equipment .p-top .box-merit-electric .list-electric > li .before span {
  display: inline-block;
  margin: 0 10px 5px;
  padding: 4px 12px;
  font-size: 81.25%;
  text-align: center;
  background: #ddd;
}
#equipment .p-top .box-merit-electric .list-electric > li .after {
  font-size: 114.2857142857%;
}
#equipment .p-top .box-merit-electric .list-electric > li .after span {
  display: inline-block;
  margin: 0 10px 0;
  padding: 4px 12px;
  font-size: 81.25%;
  text-align: center;
  background: #005f9f;
  color: #fff;
}
#equipment .p-top .box-merit-electric .frame-b {
  padding: 0 10px 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #equipment .p-top .frame-a {
    margin-top: 40px;
    padding: 40px 25px;
  }
  #equipment .p-top .frame-a .header-f {
    text-align: left;
  }
  #equipment .p-top .frame-a .list-a > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #equipment .p-top .l-point-ecosma {
    margin-bottom: 30px;
  }
  #equipment .p-top .l-point-ecosma .h-point {
    margin: 60px auto 12px;
  }
  #equipment .p-top .l-point-ecosma .h-point .body.-center {
    text-align: center;
  }
  #equipment .p-top .frame-w .header-f {
    margin: 40px 0;
  }
  #equipment .p-top .frame-w .list-b:after {
    width: calc(33.3333333333% - 10px);
  }
  #equipment .p-top .frame-w .list-b > li {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 20px;
  }
  #equipment .p-top .frame-h {
    padding: 30px 20px 10px;
  }
  #equipment .p-top .frame-h.-merit {
    margin-top: 40px;
    padding: 30px 20px 20px;
  }
  #equipment .p-top .frame-h.-merit .list-c > li {
    width: calc(33.3333333333% - 10px);
  }
  #equipment .p-top .frame-h.-merit .list-c > li .circle {
    width: 100px;
    height: 100px;
    padding-top: 25px;
  }
  #equipment .p-top .frame-h.-merit .list-c > li .circle img {
    width: 60px;
    height: auto;
  }
  #equipment .p-top .frame-h .list-c > li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #equipment .p-top .frame-h .list-c > li .text {
    font-size: 85.7142857143%;
  }
  #equipment .p-top .frame-h .list-c > li .text span {
    font-size: 85.7142857143%;
  }
  #equipment .p-top .list-d > li {
    width: calc(50% - 10px);
  }
  #equipment .p-top .list-ev > li {
    margin: 0 auto 20px;
    text-align: center;
  }
  #equipment .p-top .list-ev > li:nth-child(2) {
    padding: 15px 10px 20px;
  }
  #equipment .p-top .box-merit-electric .text {
    text-align: left;
  }
  #equipment .p-top .box-merit-electric .list-electric > li {
    width: calc(33.3333333333% - 20px);
  }
  #equipment .p-top .box-merit-electric .list-electric > li .before {
    font-size: 92.8571428571%;
  }
  #equipment .p-top .box-merit-electric .list-electric > li .before span {
    display: block;
    margin: 5px;
    padding: 4px;
    font-size: 84.6153846154%;
  }
  #equipment .p-top .box-merit-electric .list-electric > li .after {
    font-size: 92.8571428571%;
  }
  #equipment .p-top .box-merit-electric .list-electric > li .after span {
    display: block;
    margin: 5px;
    padding: 4px;
    font-size: 84.6153846154%;
  }
  #equipment .p-top .box-merit-electric .frame-b {
    padding: 0 10px 20px;
  }
  #equipment .p-top .box-merit-electric .frame-b .header-f {
    margin: 30px 0 20px;
  }
}
#equipment .p-flow .list-ecosma-flow {
  margin-top: 40px;
}
#equipment .p-flow .list-ecosma-flow > li:nth-child(3) .line-flow, #equipment .p-flow .list-ecosma-flow > li:nth-child(3) .body {
  padding-bottom: 40px;
}
#equipment .p-flow .list-ecosma-flow > li:nth-child(3) .line-flow:after {
  background: 0;
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background-color: #b5cee5;
  content: "";
  z-index: 0;
}
#equipment .p-flow .list-ecosma-flow .btn-b {
  margin: 10px 0 0 0;
}
#equipment .p-flow .list-ecosma-flow .btn-b a {
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  #equipment .p-flow .list-ecosma-flow {
    margin-top: 30px;
  }
  #equipment .p-flow .list-ecosma-flow > li:nth-child(3) .line-flow, #equipment .p-flow .list-ecosma-flow > li:nth-child(3) .body {
    padding-bottom: 30px;
  }
}
#equipment .p-strength .box-ecosma-merit .h-point .point, #equipment .p-strength .box-ecosma-merit .h-point .body, #equipment .p-merit .box-ecosma-merit .h-point .point, #equipment .p-merit .box-ecosma-merit .h-point .body {
  vertical-align: top;
}
#equipment .p-case .frame-b {
  margin-top: 40px;
  padding: 0 40px 60px;
}
#equipment .p-case .frame-b .header-c, #equipment .p-case .frame-b .header-d, #equipment .p-case .frame-b .h-service-sub {
  margin: 55px 0 20px;
}
#equipment .p-case .frame-b .text {
  text-align: center;
}
#equipment .p-case .frame-b .img {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #equipment .p-case .frame-b {
    padding: 0 20px 40px;
  }
  #equipment .p-case .frame-b .header-c, #equipment .p-case .frame-b .header-d, #equipment .p-case .frame-b .h-service-sub {
    margin: 35px 0 20px;
  }
  #equipment .p-case .frame-b .text {
    text-align: left;
  }
}
#equipment .p-partner .text-a {
  font-size: 114.2857142857%;
  text-align: center;
  margin: 50px auto;
}
#equipment .p-partner .text-c {
  text-align: center;
  margin: 10px auto 70px;
}
#equipment .p-partner .work-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px auto 0;
}
#equipment .p-partner .work-list > li {
  width: calc(50% - 10px);
  font-size: 128.5714285714%;
  font-weight: bold;
  color: #005f9f;
  text-align: center;
  border: 2px solid #b0c9e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
#equipment .p-partner .txt-thanks {
  padding: 0 0 50px;
}
@media screen and (max-width: 640px) {
  #equipment .p-partner .text-a {
    text-align: left;
  }
  #equipment .p-partner .text-c {
    text-align: left;
    margin: 10px auto;
  }
  #equipment .p-partner .work-list > li {
    width: calc(50% - 5px);
    font-size: 107.1428571429%;
    margin-bottom: 10px;
  }
}

.ev-charge .text-c {
  font-size: 114.2857142857%;
  line-height: 2;
  text-align: center;
  margin: 0 0 70px;
}
@media screen and (max-width: 640px) {
  .ev-charge .text-c {
    font-size: 100%;
    line-height: 1.6;
    text-align: left;
    margin: 40px 0;
  }
}
.ev-charge .frame-f.-use {
  padding: 30px 55px 60px;
}
.ev-charge .frame-f.-caution {
  margin-top: 10px;
  padding: 35px 35px 20px 35px;
}
.ev-charge .frame-f .header-g {
  font-size: 171.4285714286%;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin: 20px 0 30px;
}
.ev-charge .frame-f .caution-title {
  font-size: 114.2857142857%;
  font-weight: bold;
  border-bottom: 1px solid #005f9f;
  padding-bottom: 5px;
}
.ev-charge .frame-f .caution-title:nth-child(n+2) {
  margin-top: 20px;
}
.ev-charge .frame-f .h-point {
  margin-bottom: 25px;
}
.ev-charge .frame-f .h-point.-last {
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .ev-charge .frame-f .h-point.-last {
    margin: 25px 0 0;
  }
  .ev-charge .frame-f .h-point .point {
    vertical-align: top;
  }
}
.ev-charge .frame-f .list {
  margin: 10px 0;
}
.ev-charge .frame-f .list > li {
  position: relative;
  padding: 0 0 5px 16px;
  line-height: 1.4;
}
.ev-charge .frame-f .list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.ev-charge .frame-f .red {
  font-size: 142.8571428571%;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0;
}
.ev-charge .frame-f .frame-i ._large {
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .ev-charge .frame-f .frame-i {
    padding: 20px;
  }
  .ev-charge .frame-f .frame-i ._large {
    font-size: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .ev-charge .frame-f .header-g {
    font-size: 135.7142857143%;
    line-height: 1.4;
  }
  .ev-charge .frame-f.-use {
    padding: 10px 20px 30px;
  }
  .ev-charge .frame-f.-caution {
    padding: 20px 20px 10px;
  }
  .ev-charge .frame-f .red {
    font-size: 114.2857142857%;
    margin: 20px 0;
  }
}

#ecosma-hv .pwby {
  margin-top: 5px;
}
#ecosma-hv .text-sub {
  margin-bottom: 50px;
  line-height: 2;
  text-align: center;
}
#ecosma-hv .header-e {
  margin-bottom: 16px;
  color: #005f9f;
}
#ecosma-hv .header-e._mbx {
  margin-bottom: 24px;
}
#ecosma-hv .frame-b {
  padding: 42px 10px;
}
#ecosma-hv .header-c, #ecosma-hv .header-d, #ecosma-hv .h-service-sub {
  margin: 114px 0 16px;
}
#ecosma-hv .wrap-table {
  margin-top: 30px;
  margin-bottom: 26px;
}
@media screen and (max-width: 550px) {
  #ecosma-hv .wrap-table {
    margin-top: 16px;
    margin-bottom: 0;
    overflow: scroll;
    overflow-y: visible;
  }
  #ecosma-hv .wrap-table + .note {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
  }
}
#ecosma-hv .sub-note {
  margin-bottom: 70px;
  font-size: 114.2857142857%;
  font-weight: bold;
  text-align: center;
}

.lead-ecosmahv {
  padding: 32px 30px 40px;
}
.lead-ecosmahv .lead {
  font-size: 107.1428571429%;
  font-weight: bold;
  line-height: 2.1333;
  text-align: center;
}
.lead-ecosmahv .maru {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 1;
}
.lead-ecosmahv .maru img:first-child {
  margin-bottom: 4px;
}
.lead-ecosmahv .list-point {
  margin-top: 30px;
}
.lead-ecosmahv .list-point li {
  float: left;
  width: 33.3333%;
  text-align: center;
}
.lead-ecosmahv .list-point p {
  margin-top: 15px;
  font-size: 128.5714285714%;
  font-weight: bold;
  line-height: 1.7777;
  letter-spacing: 1px;
  text-indent: 1px;
}

.box-bestmix {
  padding: 46px 10px !important;
}
.box-bestmix .header-f {
  margin-top: 0;
}

.table-ecosmahv {
  width: 100%;
}
.table-ecosmahv th, .table-ecosmahv td {
  border: 2px solid #fff;
}
.table-ecosmahv .w1 {
  width: 15%;
}
.table-ecosmahv .w2 {
  width: 200px;
}
.table-ecosmahv .w3 {
  width: 20%;
}
.table-ecosmahv.-evcharge {
  margin-bottom: 20px;
}
.table-ecosmahv.-evcharge th, .table-ecosmahv.-evcharge td {
  text-align: center;
}
.table-ecosmahv.-evcharge .notes {
  font-size: 71.4285714286%;
  margin-left: 0.4em;
}
.table-ecosmahv.-evcharge th, .table-ecosmahv.-evcharge td {
  padding: 8px 15px;
  text-align: center;
}
.table-ecosmahv.-evcharge th {
  background: #005f9f;
  color: #fff;
  font-weight: bold;
}
.table-ecosmahv.-evcharge tr.selected td {
  font-weight: bold;
}
.table-ecosmahv.-evcharge tr.selected td:first-child {
  background: #BFD9F0;
}
.table-ecosmahv.-evcharge tr.selected td:nth-child(n+2) {
  background: #e5e5e5;
}
.table-ecosmahv.-evcharge td.head {
  background: #e5ecf2;
}
.table-ecosmahv thead th {
  background-color: #005f9f;
  color: #fff;
  font-size: 114.2857142857%;
  padding: 9px;
}
.table-ecosmahv tbody th, .table-ecosmahv tbody td {
  padding: 7px 15px;
}
.table-ecosmahv tbody th {
  background-color: #e5ecf2;
  font-weight: normal;
}
.table-ecosmahv tbody td {
  background-color: #f7f6f6;
  text-align: right;
}
.table-ecosmahv tbody .price {
  text-align: center;
  padding: 7px;
}
.table-ecosmahv tbody .price .txt, .table-ecosmahv tbody .price img {
  vertical-align: middle;
}
.table-ecosmahv tbody .price img {
  padding: 0 4px 0 6px;
}
.table-ecosmahv tbody .diff {
  color: #8c0606;
  font-size: 128.5714285714%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .table-ecosmahv .w1 {
    width: 80px;
  }
  .table-ecosmahv .w2 {
    width: 190px;
  }
  .table-ecosmahv .w3 {
    width: 110px;
  }
  .table-ecosmahv thead th, .table-ecosmahv thead td, .table-ecosmahv thead .price, .table-ecosmahv tbody th, .table-ecosmahv tbody td, .table-ecosmahv tbody .price {
    padding: 5px;
  }
}
@media screen and (max-width: 550px) {
  .table-ecosmahv {
    min-width: 556px;
  }
}

@media screen and (max-width: 640px) {
  #ecosma-hv .text-sub {
    margin-bottom: 30px;
  }
  #ecosma-hv .header-e {
    margin-bottom: 10px;
  }
  #ecosma-hv .header-e._mbx {
    margin-bottom: 10px;
  }
  #ecosma-hv .frame-b {
    padding: 20px;
  }
  #ecosma-hv .header-c, #ecosma-hv .header-d, #ecosma-hv .h-service-sub {
    margin: 50px 0 10px;
  }
  #ecosma-hv .sub-note {
    margin-bottom: 50px;
  }
  .lead-ecosmahv {
    padding: 20px;
  }
  .lead-ecosmahv .list-point {
    margin: 20px auto 0;
    max-width: 300px;
  }
  .lead-ecosmahv .list-point li {
    display: table;
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .lead-ecosmahv .list-point .point, .lead-ecosmahv .list-point p {
    display: table-cell;
  }
  .lead-ecosmahv .list-point .point {
    width: 60px;
    vertical-align: top;
  }
  .lead-ecosmahv .list-point p {
    margin-top: 0;
    padding-left: 12px;
    font-size: 114.2857142857%;
    text-align: left;
    text-indent: 0;
    vertical-align: middle;
  }
  .box-bestmix {
    padding: 20px !important;
  }
}
#nobitakun .frame-a {
  margin-bottom: 30px;
  padding: 32px 20px;
}
#nobitakun .frame-a .head {
  font-size: 142.8571428571%;
  line-height: 1.6;
}
#nobitakun .frame-a .lead {
  margin-top: 7px;
  font-size: 114.2857142857%;
  line-height: 2;
}
#nobitakun .frame-a .em {
  font-weight: bold;
}
#nobitakun .frame-g {
  margin-bottom: 15px;
}
#nobitakun .frame-g .lead {
  margin: 4px auto 2px;
  color: #005f9f;
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
  text-indent: 2px;
}
#nobitakun .frame-g .em {
  font-size: 150%;
}
#nobitakun .frame-g .note {
  font-size: 92.8571428571%;
}

.l-jogen-nobitakun {
  margin-bottom: 48px;
}
.l-jogen-nobitakun .head {
  margin-bottom: 3px;
  font-weight: bold;
}
.l-jogen-nobitakun .head + p {
  line-height: 1.615;
}
.l-jogen-nobitakun .img {
  margin-top: 15px;
}

.box-kanyu-nobitakun {
  padding: 20px;
}
.box-kanyu-nobitakun .header-e {
  margin: 5px auto 20px;
}

.box-merit-nobitakun {
  margin-top: -12px;
  padding: 30px;
}
.box-merit-nobitakun .h-point {
  margin-bottom: 40px;
}
.box-merit-nobitakun .h-point .point, .box-merit-nobitakun .h-point .body {
  vertical-align: top;
}
.box-merit-nobitakun .h-point .head {
  padding-top: 4px;
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 1.5;
}
.box-merit-nobitakun .h-point .indention {
  font-size: 92.8571428571%;
  line-height: 1.615;
}
.box-merit-nobitakun .h-point ul.indention {
  margin-top: 10px;
}
.box-merit-nobitakun .h-point p.indention {
  margin-top: 4px;
}
.box-merit-nobitakun .lead {
  color: #67478d;
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 1.375;
}
.box-merit-nobitakun .btn-call {
  margin: 15px auto 0;
  max-width: 400px;
}
.box-merit-nobitakun .btn-call a {
  display: block;
  padding: 10px;
  background-color: #67478d;
  text-align: center;
}

.box-hosho-nobitakun {
  padding: 30px;
}
.box-hosho-nobitakun .text {
  margin-right: 150px;
}
.box-hosho-nobitakun .text > .head {
  margin-bottom: 8px;
  font-size: 114.2857142857%;
  font-weight: bold;
}
.box-hosho-nobitakun .txt {
  font-size: 92.8571428571%;
}
.box-hosho-nobitakun .img {
  float: right;
}
.box-hosho-nobitakun .moshimo {
  margin-top: 16px;
  padding: 10px 18px;
  background: #b5cee5 url(../img/bg-dot-w8.png) 0 0;
}
.box-hosho-nobitakun .moshimo .head {
  margin-bottom: 8px;
  font-weight: bold;
}

.box-hani-nobitakun {
  padding: 24px 30px;
}
.box-hani-nobitakun .head {
  margin-bottom: 8px;
  color: #005f9f;
  font-size: 128.5714285714%;
  font-weight: bold;
  line-height: 1.3333;
}
.box-hani-nobitakun .sub {
  font-weight: bold;
}
.box-hani-nobitakun .indention {
  font-size: 92.8571428571%;
}

.box-hanigai-nobitakun {
  margin: 30px auto;
  padding: 28px 40px;
  border: 2px solid #a9a9a9;
}
.box-hanigai-nobitakun .head {
  margin-bottom: 22px;
  font-size: 128.5714285714%;
  font-weight: bold;
  text-align: center;
}
.box-hanigai-nobitakun .list-check li {
  line-height: 2;
}
.box-hanigai-nobitakun .list-check li:before {
  content: url(../img/icon-check-g.png);
}
.box-hanigai-nobitakun .list-check li span {
  text-indent: 0;
}
.box-hanigai-nobitakun .list-check li .em {
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  #nobitakun .frame-a {
    padding: 20px 15px;
  }
  #nobitakun .frame-a .head {
    font-size: 128.5714285714%;
  }
  #nobitakun .frame-a .lead {
    font-size: 100%;
  }
  #nobitakun .frame-g .em {
    font-size: 125%;
  }
  .l-jogen-nobitakun {
    margin-bottom: 30px;
  }
  .box-kanyu-nobitakun {
    padding: 20px;
  }
  .box-kanyu-nobitakun .header-e {
    margin: 5px auto 20px;
  }
  .box-merit-nobitakun {
    padding: 20px;
  }
  .box-merit-nobitakun .h-point {
    margin-bottom: 30px;
  }
  .box-merit-nobitakun .lead br {
    display: none;
  }
  .box-hosho-nobitakun {
    padding: 20px;
  }
  .box-hani-nobitakun {
    padding: 20px;
  }
  .box-hanigai-nobitakun {
    padding: 20px;
  }
  .box-hanigai-nobitakun .head {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .box-hosho-nobitakun {
    padding: 15px;
  }
  .box-hosho-nobitakun .text {
    margin-right: 0;
  }
  .box-hosho-nobitakun .img {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  .box-hosho-nobitakun .moshimo {
    margin-top: 10px;
    padding: 10px;
  }
}
#nobitakun-trouble .h-product {
  margin: 70px auto 24px;
  font-size: 157.1428571429%;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
}
#nobitakun-trouble .h-product:first-child {
  margin-top: 0;
}
#nobitakun-trouble .h-trouble {
  margin: 0 auto 10px;
  padding-bottom: 8px;
  background: url(../img/line-horizontal.png) repeat-x 0 bottom;
  font-weight: bold;
}
#nobitakun-trouble .box-cause {
  margin-bottom: 26px;
}
#nobitakun-trouble .box-cause:last-child {
  margin-bottom: 10px;
}
#nobitakun-trouble .box-cause dt, #nobitakun-trouble .box-cause dd {
  display: inline-block;
  vertical-align: middle;
}
#nobitakun-trouble .box-cause dt.rt {
  padding: 5px 16px;
}
#nobitakun-trouble .box-cause dt.mt {
  padding: 5px 22px;
}
#nobitakun-trouble .box-cause dd {
  margin-left: 5px;
}
#nobitakun-trouble .box-cause dd.rd {
  margin-right: 15px;
  width: 30%;
}

.l-taiou-nobitakun .frame-b {
  padding: 25px;
}
.l-taiou-nobitakun .h-product {
  color: #005f9f;
}
.l-taiou-nobitakun .box-cause dt {
  background: #b5cee5 url(../img/bg-dot-w8.png) 0 0;
}

.l-hanigai-nobitakun .frame-b {
  padding: 25px;
}
.l-hanigai-nobitakun .box-cause dt {
  background: #cfcfcf url(../img/bg-dot-w8.png) 0 0;
}
.l-hanigai-nobitakun + .indention {
  margin-top: 45px;
  font-size: 92.8571428571%;
  line-height: 1.615;
}

.l-shuryogo-nobitakun .header-e {
  margin: 80px auto 10px;
}
.l-shuryogo-nobitakun .lead {
  margin-bottom: 28px;
  font-size: 114.2857142857%;
  text-align: center;
}
.l-shuryogo-nobitakun .lead-sub {
  margin-top: 20px;
  font-size: 114.2857142857%;
  text-align: center;
  line-height: 2;
}
.l-shuryogo-nobitakun .frame-f {
  padding: 22px 30px;
}
.l-shuryogo-nobitakun .list-check {
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 2;
}

.l-case-nobitakun {
  margin: 0 -1%;
}
.l-case-nobitakun .frame-b {
  float: left;
  width: 48%;
  margin: 0 1% 20px;
  padding: 20px 25px 25px;
}
.l-case-nobitakun .h-product {
  color: #005f9f;
}
.l-case-nobitakun .img {
  text-align: center;
}
.l-case-nobitakun .box-cause2 dt {
  margin-bottom: 8px;
  padding: 5px;
  background: #b5cee5 url(../img/bg-dot-w8.png) 0 0;
  text-align: center;
}
.l-case-nobitakun .box-cause2 dd {
  margin-bottom: 8px;
  line-height: 1.714;
}
.l-case-nobitakun .box-cause3 {
  background-color: #005f9f;
  margin-bottom: 20px;
  padding: 4px 10px;
  text-align: center;
}
.l-case-nobitakun .box-cause3 dt, .l-case-nobitakun .box-cause3 dd {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
}
.l-case-nobitakun .box-cause3 dt {
  font-size: 114.2857142857%;
  font-weight: bold;
  padding-right: 16px;
  letter-spacing: 1px;
  text-indent: 1px;
}
.l-case-nobitakun .box-cause3 .num {
  font-size: 228.5714285714%;
  font-weight: bold;
  padding-right: 6px;
}
.l-case-nobitakun .box-cause3 .yen {
  font-size: 128.5714285714%;
  font-weight: bold;
}
.l-case-nobitakun .box-cause3 br {
  display: none;
}
.l-case-nobitakun + .indention {
  font-size: 92.8571428571%;
  line-height: 1.615;
}

@media screen and (max-width: 640px) {
  #nobitakun-trouble .h-product {
    margin: 50px auto 16px;
  }
  #nobitakun-trouble .box-cause dt, #nobitakun-trouble .box-cause dd {
    display: block;
  }
  #nobitakun-trouble .box-cause dt {
    float: left;
    width: 90px;
    margin-bottom: 10px;
    text-align: center;
  }
  #nobitakun-trouble .box-cause dt.rt, #nobitakun-trouble .box-cause dt.mt {
    padding: 5px;
  }
  #nobitakun-trouble .box-cause dd {
    margin-left: 95px;
    margin-bottom: 10px;
    padding: 5px;
  }
  #nobitakun-trouble .box-cause dd.rd {
    margin-right: 0;
    width: auto;
  }
  .l-taiou-nobitakun .frame-b,
  .l-hanigai-nobitakun .frame-b {
    padding: 15px;
  }
  .l-hanigai-nobitakun + .indention {
    margin-top: 20px;
  }
  .l-shuryogo-nobitakun .header-e {
    margin-top: 50px;
  }
  .l-shuryogo-nobitakun .lead {
    margin-bottom: 20px;
  }
  .l-shuryogo-nobitakun .frame-f {
    padding: 15px;
  }
  .l-case-nobitakun {
    margin: 0;
  }
  .l-case-nobitakun .frame-b {
    float: none;
    width: auto;
    margin: 0 0 20px;
    padding: 15px 15px 20px;
  }
  .l-case-nobitakun .text {
    float: left;
    width: 58%;
  }
  .l-case-nobitakun .img {
    float: right;
    width: 37.5%;
  }
  .l-case-nobitakun .box-cause3 {
    margin-bottom: 0;
  }
  .l-case-nobitakun .box-cause3.line2 dt {
    vertical-align: 18px;
  }
  .l-case-nobitakun .box-cause3 br {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  .l-case-nobitakun .text, .l-case-nobitakun .img {
    float: none;
    width: auto;
  }
  .l-case-nobitakun .img {
    margin-top: 20px;
  }
}
.lead-souene {
  padding: 30px 20px;
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

.merit-souene {
  padding: 40px 36px;
}
.merit-souene .h-point {
  margin-bottom: 30px;
}
.merit-souene .h-point:last-child {
  margin-bottom: 0;
}
.merit-souene .h-point .body {
  font-size: 114.2857142857%;
  font-weight: bold;
}
.merit-souene .h-point .maru {
  margin-right: 18px;
}

@media screen and (max-width: 640px) {
  .lead-souene {
    padding: 20px;
  }
  .merit-souene {
    padding: 20px;
  }
  .merit-souene .h-point {
    margin-bottom: 20px;
  }
  .merit-souene .h-point .maru {
    margin-right: 12px;
  }
}
.lead-premium {
  padding: 52px 20px 45px;
  text-align: center;
}
.lead-premium .head {
  font-size: 142.8571428571%;
  font-weight: bold;
}
.lead-premium .text {
  font-size: 114.2857142857%;
  line-height: 2;
  margin-top: 20px;
}

.l-reason-premium h2.header-c, .l-reason-premium h2.header-d, .l-reason-premium h2.h-service-sub {
  margin-bottom: 28px;
}
.l-reason-premium h2.header-c + .lead, .l-reason-premium h2.header-d + .lead, .l-reason-premium h2.h-service-sub + .lead {
  margin-bottom: 44px;
  font-size: 107.1428571429%;
  line-height: 2;
  font-weight: bold;
  text-align: center;
}
.l-reason-premium h3.header-e {
  color: #005f9f;
}

.box-merit-premium {
  padding: 30px;
}
.box-merit-premium .column-2 {
  display: table;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}
.box-merit-premium .box-1, .box-merit-premium .box-2, .box-merit-premium .arrow {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.box-merit-premium .box-1, .box-merit-premium .box-2 {
  width: 40%;
}
.box-merit-premium .arrow {
  width: 20%;
}
.box-merit-premium .arrow-inner {
  position: relative;
  margin: auto 17px auto 3px;
  padding: 10px 0 10px 13px;
  background-color: #005f9f;
  color: #fff;
  font-size: 128.5714285714%;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}
.box-merit-premium .arrow-inner:after {
  display: block;
  position: absolute;
  content: "";
  border: solid transparent;
  border-width: 35px 25px;
  border-left-color: #005f9f;
  top: 50%;
  right: -46px;
  margin-top: -35px;
}
.box-merit-premium .sub, .box-merit-premium .sub-s, .box-merit-premium .sub-em, .box-merit-premium .lead {
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}
.box-merit-premium .sub {
  font-size: 114.2857142857%;
  margin-bottom: 14px;
}
.box-merit-premium .sub-s {
  line-height: 1.214;
}
.box-merit-premium .sub-em {
  font-size: 142.8571428571%;
  margin: 8px auto 22px;
}
.box-merit-premium .lead {
  font-size: 142.8571428571%;
  color: #005f9f;
  line-height: 1.6;
}
.box-merit-premium .img {
  margin-bottom: 20px;
}

.box-products-premium {
  padding: 30px;
}
.box-products-premium .box {
  float: left;
  width: 50%;
  text-align: center;
}
.box-products-premium .box:last-child .img {
  padding-top: 70px;
}
.box-products-premium .head {
  margin-bottom: 25px;
  font-size: 128.5714285714%;
  font-weight: bold;
}
.box-products-premium .img {
  padding: 0 15px;
}
.box-products-premium .note {
  margin-top: 15px;
  font-size: 85.7142857143%;
}

@media screen and (max-width: 640px) {
  .lead-premium {
    padding: 30px 20px;
  }
  .lead-premium .text {
    margin-top: 10px;
  }
  .l-reason-premium h2.header-c, .l-reason-premium h2.header-d, .l-reason-premium h2.h-service-sub {
    margin-bottom: 20px;
  }
  .l-reason-premium h2.header-c + .lead, .l-reason-premium h2.header-d + .lead, .l-reason-premium h2.h-service-sub + .lead {
    margin-bottom: 30px;
  }
  .box-merit-premium {
    padding: 20px;
  }
  .box-merit-premium .column-2 {
    display: block;
    max-width: 450px;
  }
  .box-merit-premium .box-1, .box-merit-premium .box-2, .box-merit-premium .arrow {
    display: block;
    width: auto;
  }
  .box-merit-premium .arrow-inner {
    margin: 20px auto 48px;
    padding: 8px 5px 0;
    width: 90px;
  }
  .box-merit-premium .arrow-inner:after {
    border-width: 30px 54px;
    border-left-color: transparent;
    border-top-color: #005f9f;
    top: 100%;
    right: auto;
    left: 50%;
    margin-top: 0;
    margin-left: -54px;
  }
  .box-merit-premium .img {
    width: 40%;
    margin-bottom: 0;
  }
  .box-merit-premium .text {
    width: 60%;
  }
  .box-merit-premium .box-1 .img {
    float: left;
  }
  .box-merit-premium .box-1 .text {
    float: right;
  }
  .box-merit-premium .box-2 .text {
    float: left;
  }
  .box-merit-premium .box-2 .img {
    float: right;
  }
  .box-products-premium {
    padding: 20px;
  }
  .box-products-premium .box {
    float: none;
    width: auto;
  }
  .box-products-premium .box:last-child .img {
    padding-top: 0;
    margin-bottom: 0;
  }
  .box-products-premium .img {
    margin-bottom: 40px;
    padding: 0;
  }
  .box-products-premium .note {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .box-merit-premium .img, .box-merit-premium .text {
    width: auto;
  }
  .box-merit-premium .img {
    margin-bottom: 15px;
  }
  .box-merit-premium .box-1 .img, .box-merit-premium .box-1 .text, .box-merit-premium .box-2 .img, .box-merit-premium .box-2 .text {
    float: none;
  }
}
#minnano-ecosma .frame-a {
  padding: 30px;
}
#minnano-ecosma .frame-a .text {
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
#minnano-ecosma .header-c, #minnano-ecosma .header-d, #minnano-ecosma .h-service-sub {
  margin: 72px auto 24px;
}
#minnano-ecosma .header-c + .lead, #minnano-ecosma .header-d + .lead, #minnano-ecosma .h-service-sub + .lead {
  font-size: 114.2857142857%;
  line-height: 2;
  text-align: center;
}
#minnano-ecosma .note {
  margin: 10px auto 85px;
  font-size: 92.8571428571%;
  text-align: center;
}
#minnano-ecosma .img + .sub {
  margin-top: 5px;
  font-size: 92.8571428571%;
  letter-spacing: 1px;
}
#minnano-ecosma .btn-contact-faq.noqa {
  max-width: 390px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #minnano-ecosma .btn-contact-faq.noqa {
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  #minnano-ecosma .header-c, #minnano-ecosma .header-d, #minnano-ecosma .h-service-sub {
    margin: 50px auto 16px;
  }
  #minnano-ecosma .header-c + .lead, #minnano-ecosma .header-d + .lead, #minnano-ecosma .h-service-sub + .lead {
    text-align: left;
  }
  #minnano-ecosma .note {
    margin-bottom: 50px;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
  }
  #minnano-ecosma .img + .sub {
    font-size: 71.4285714286%;
  }
  #minnano-ecosma .btn-contact-faq.noqa {
    margin-top: 30px;
  }
}

.form-login {
  margin: 100px auto 76px;
}
.form-login dl {
  max-width: 390px;
  margin: auto;
}
.form-login dd {
  margin: -1.8em 0 34px 105px;
}
.form-login .btn-send {
  width: 280px;
  margin-top: 45px;
}
.form-login .btn-send button {
  padding: 10px 20px;
  font-size: 128.5714285714%;
  letter-spacing: 4px;
  text-indent: 4px;
}
.form-login .btn-send button:after {
  content: none;
}
@media screen and (max-width: 640px) {
  .form-login {
    margin: 45px auto 50px;
  }
  .form-login dd {
    margin: 5px 0 15px;
  }
}

.howto-login {
  max-width: 500px;
  margin: auto;
  line-height: 2;
}

.err-login {
  color: red;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}

/* -----------------------------------------------
　企業情報
-------------------------------------------------- */
.nav-local {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-local li {
  width: 33%;
  font-size: 107.1428571429%;
  text-indent: 3px;
  letter-spacing: 3px;
}
.nav-local a {
  display: block;
  padding: 8px;
  background: #e5ecf2;
  text-align: center;
  text-decoration: none;
}
.nav-local .stay a {
  background: #00a0e9;
  color: #fff;
}
.nav-local.head {
  margin: -14px 0 50px;
}
.nav-local.foot {
  margin: 95px 0 20px;
}
@media screen and (max-width: 768px) {
  .nav-local li {
    font-size: 100%;
    text-indent: 2px;
    letter-spacing: 2px;
  }
  .nav-local.head {
    margin: -10px 0 40px;
  }
  .nav-local.foot {
    margin: 40px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .nav-local {
    display: none;
  }
}

.company .main-img {
  margin: 52px 0 68px;
}
@media screen and (max-width: 640px) {
  .company .main-img {
    margin: 42px 0 58px;
  }
}
.company .txt-box {
  display: inline-block;
  text-align: left;
}
.company .sol {
  margin: 10px 0 0;
  font-size: 114.2857142857%;
  line-height: 2;
}
.company .sol em {
  font-weight: bold;
}

.txt-rinen {
  font-size: 142.8571428571%;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .txt-rinen {
    font-size: 114.2857142857%;
  }
}

ol.txt-rinen {
  margin-top: -10px;
  padding-left: 1.5em;
}

.header-c + .txt-rinen, .header-d + .txt-rinen, .h-service-sub + .txt-rinen {
  margin-top: -10px;
}

.message {
  margin: 72px 0 0;
  padding: 12px 0 0;
  border-top: 1px dashed #a9a9a9;
}
.message p {
  margin: -0.5em 0 2.5em;
  font-size: 114.2857142857%;
  line-height: 2;
}
.message .executive {
  margin: 45px 0 0;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .message {
    margin: 40px 0 0;
    padding: 0;
  }
  .message p {
    font-size: 100%;
  }
}

.l-outline {
  padding: 20px 0 0;
  border-top: 1px dashed #a9a9a9;
}
.l-outline dt {
  width: 8em;
  margin: 0 0 -1.45em;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 7px;
}
.l-outline dd {
  margin: 0 0 20px;
  padding: 0 0 22px 12em;
  border-bottom: 1px dashed #a9a9a9;
}
.l-outline dd .unity {
  letter-spacing: -0.03em;
}
.l-outline dt.column-1 {
  width: auto;
  margin: 0 0 20px;
}
.l-outline dt.column-1 + dd {
  padding-left: 0;
}
@media screen and (max-width: 640px) {
  .l-outline dt {
    width: 7em;
    margin: 0 0 -1.5em;
    font-size: 100%;
    letter-spacing: 4px;
  }
  .l-outline dd {
    margin: 0 0 15px;
    padding: 0 0 17px 8em;
  }
  .l-outline dt.column-1 {
    margin-bottom: 15px;
  }
}

.list-kyoten {
  margin: 0 0 0 -40px;
}
.list-kyoten > li {
  float: left;
  width: 50%;
  padding: 30px 0 0 40px;
}
.list-kyoten > li .img-map {
  padding-bottom: 12px;
}
.list-kyoten > li.first {
  float: none;
  width: auto;
  padding: 0 0 10px 40px;
}
.list-kyoten > li.first .img-map, .list-kyoten > li.first .wrap-text {
  float: left;
  width: 50%;
}
.list-kyoten > li.first .img-map {
  padding: 0 20px 0 0;
}
.list-kyoten .head {
  margin-bottom: 2px;
  font-size: 107.1428571429%;
  font-weight: bold;
}
.list-kyoten .address, .list-kyoten .access {
  line-height: 1.6428;
}
.list-kyoten .access {
  margin-bottom: 4px;
}
.list-kyoten .access li:before {
  content: "・";
}
@media screen and (max-width: 640px) {
  .list-kyoten {
    margin: 0 auto;
    max-width: 380px;
  }
  .list-kyoten > li:not(.first) {
    float: none;
    width: auto;
    padding: 30px 0 0;
  }
  .list-kyoten > li.first {
    padding: 0;
  }
  .list-kyoten > li.first .img-map, .list-kyoten > li.first .wrap-text {
    float: none;
    width: auto;
  }
  .list-kyoten > li.first .img-map {
    padding: 0 0 12px 0;
  }
}

.l-history {
  padding: 20px 0 0;
  border-top: 1px dashed #a9a9a9;
}
.l-history dt {
  width: 9em;
  margin: 0 0 -1.5em;
  font-weight: bold;
  letter-spacing: 2px;
}
.l-history dd {
  margin: 0 0 20px;
  padding: 0 0 20px 11em;
  border-bottom: 1px dashed #a9a9a9;
}
@media screen and (max-width: 640px) {
  .l-history dt {
    letter-spacing: 1px;
  }
  .l-history dd {
    margin: 0 0 15px;
    padding: 0 0 15px 10em;
  }
}

#anabuki-group .page-content {
  max-width: 1060px;
}
#anabuki-group .main-txt {
  font-size: 8px;
}
#anabuki-group .main-lead {
  margin: 22px 0 0;
  font-size: 114.2857142857%;
  line-height: 2.6;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #anabuki-group .main-txt {
    width: 70%;
    min-width: 280px;
    margin: 0 auto;
  }
  #anabuki-group .main-lead {
    font-size: 100%;
    line-height: 2.2;
    text-align: left;
    letter-spacing: 1px;
  }
  #anabuki-group .main-lead .sw {
    display: none;
  }
}

.l-anabuki-group {
  margin: 42px 0 76px;
}
@media screen and (max-width: 640px) {
  .l-anabuki-group {
    margin: 20px 0 30px;
  }
}
.l-anabuki-group a {
  display: inline-block;
}
.l-anabuki-group a:hover {
  text-decoration: none;
}
.l-anabuki-group ul {
  zoom: 1;
  margin: 0 -5px;
}
.l-anabuki-group ul:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.l-anabuki-group li {
  float: left;
  width: 33.3333333333%;
  padding: 26px 5px 0;
}
@media screen and (max-width: 1100px) {
  .l-anabuki-group li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .l-anabuki-group li {
    float: none;
    width: auto;
    padding-top: 20px;
  }
}
.l-anabuki-group .logo {
  display: inline-block;
  height: 28px;
  margin: 0 0 7px;
  font-size: 85.7142857143%;
  font-weight: bold;
  line-height: 1;
  vertical-align: bottom;
}
.l-anabuki-group .logo.noimg {
  padding: 7px 0 0;
  font-size: 142.8571428571%;
}
.l-anabuki-group .logo .unconsolidated {
  display: inline-block;
  margin: 0 0 0 7px;
  padding: 4px 7px;
  background: #cfcfcf;
  vertical-align: text-top;
  text-indent: 2px;
  letter-spacing: 2px;
}
.l-anabuki-group .project-dt {
  margin: 2px 10px 0 0;
  font-size: 92.8571428571%;
}
.l-anabuki-group .project-dt + .project {
  margin-top: 4px;
}
.l-anabuki-group .project {
  margin-right: 10px;
  font-size: 85.7142857143%;
}
.l-anabuki-group .add-jpx .text {
  display: inline-block;
}
.l-anabuki-group .add-jpx .jpx {
  float: right;
  padding-left: 20px;
}
.l-anabuki-group .now {
  margin-top: 2px;
  font-size: 85.7142857143%;
  text-align: right;
}

.header-group {
  position: relative;
}
.header-group::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  border-top: 2px solid;
  z-index: 1;
  content: "";
}
.header-group .t {
  display: block;
  position: relative;
  width: 380px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 157.1428571429%;
  text-align: center;
  z-index: 2;
}
.header-group.-a {
  margin-bottom: 26px;
}
.header-group.-a::before {
  border-color: #0071BF;
}
.header-group.-a .t {
  background-color: #0071BF;
}
.header-group.-h {
  margin-top: 60px;
}
.header-group.-h::before {
  border-color: #EFA528;
}
.header-group.-h .t {
  background-color: #EFA528;
}
@media screen and (max-width: 640px) {
  .header-group .t {
    width: 270px;
    font-size: 128.5714285714%;
  }
  .header-group.-h {
    margin-top: 40px;
  }
}

.group-kosan .tosho {
  margin-bottom: 3px;
  color: #0071BF;
  font-size: 85.7142857143%;
}

/* -----------------------------------------------
　お客様サポート
-------------------------------------------------- */
.lead-contact {
  margin: 44px 0 26px;
  font-size: 114.2857142857%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lead-contact {
    margin: 30px 0 20px;
    font-size: 100%;
  }
}

.btn-contact {
  max-width: 400px;
  margin: 0 auto;
  font-size: 142.8571428571%;
  font-weight: bold;
  letter-spacing: 2px;
}
.btn-contact a {
  display: block;
  padding: 25px 0;
  background: #005f9f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-contact .icon {
  display: inline-block;
  margin: 0 40px 0 -30px;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  .btn-contact {
    font-size: 114.2857142857%;
  }
  .btn-contact .icon {
    margin: 0 25px 0 -10px;
  }
}

.support-faq {
  margin: 80px 0 0;
  padding: 12px 0 0;
  border-top: 1px dashed #a9a9a9;
}
@media screen and (max-width: 640px) {
  .support-faq {
    margin-top: 40px;
    padding-top: 2px;
  }
}

.support-faq-nav {
  zoom: 1;
  margin-top: -10px;
  margin-left: -20px;
}
.support-faq-nav:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.support-faq-nav li {
  float: left;
  width: 50%;
  padding: 20px 0 0 20px;
  font-size: 142.8571428571%;
  letter-spacing: 2px;
}
.support-faq-nav a {
  display: block;
  position: relative;
  padding: 15px 40px;
  border: 4px solid #b5cee5;
  color: #005f9f;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.support-faq-nav a:before {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -0.55em;
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
.support-faq-nav .stay a {
  border-color: #005f9f;
  background: #e5ecf2;
}
.support-faq-nav .stay a:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .support-faq-nav {
    margin-left: -15px;
  }
  .support-faq-nav li {
    padding: 15px 0 0 15px;
    font-size: 114.2857142857%;
    letter-spacing: 1px;
  }
  .support-faq-nav a {
    padding: 15px 30px;
  }
  .support-faq-nav a:before {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .support-faq-nav li {
    float: none;
    width: auto;
  }
}

.head-freecall {
  margin: 40px auto 8px;
  font-size: 114.2857142857%;
  font-weight: bold;
  text-align: center;
}
form + .head-freecall {
  margin-top: 70px;
}

.btn-contact-freecall {
  max-width: 400px;
  margin: 0 auto;
}
.btn-contact-freecall a {
  display: block;
  padding: 15px 0;
  background: #005f9f;
  text-align: center;
  text-decoration: none;
}

.callnote {
  display: inline-block;
  margin: 10px 0 0 1em;
  text-indent: -1em;
  font-size: 85.7142857143%;
  text-align: left;
}

.l-point-ecosma .box-contact .callnote {
  margin-top: -5px;
  margin-bottom: 14px;
}

.header-faq-sub {
  font-size: 142.8571428571%;
  font-weight: bold;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px) {
  .header-faq-sub {
    font-size: 128.5714285714%;
  }
}

.faq-list {
  padding: 0 0 10px;
}
.faq-list .q {
  display: none;
}
.faq-list .em {
  color: #eb7526;
}
.faq-list .mt {
  margin-top: 1em;
}
.faq-list .btn {
  max-width: 300px;
  width: 80%;
  min-width: 250px;
  margin: 10px 0;
}
.faq-list .btn a {
  display: block;
  position: relative;
  padding: 10px 30px;
  background: #005f9f;
  color: #fff;
  font-size: 114.2857142857%;
  text-align: center;
  text-decoration: none;
}
.faq-list .btn a:before {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
.faq-list dt {
  min-height: 25px;
  margin: 30px 0 12px;
  padding: 0 45px 0 70px;
  background: url(../../support/images/icon-q.png) no-repeat 28px 0;
  background-size: 26px 25px;
  color: #005f9f;
  font-size: 114.2857142857%;
  font-weight: bold;
  line-height: 1.5;
}
.faq-list dd {
  min-height: 26px;
  padding: 0 45px 20px 70px;
  border-bottom: 1px solid #cfcfcf;
  background: url(../../support/images/icon-a.png) no-repeat 29px 8px;
  background-size: 24px 26px;
  line-height: 2;
}
.faq-list + .header-faq-sub {
  margin-top: 75px;
}
@media screen and (max-width: 640px) {
  .faq-list dt, .faq-list dd {
    padding-right: 10px;
    padding-left: 40px;
  }
  .faq-list dt {
    margin-top: 20px;
    padding-top: 3px;
    background-position: 0 0;
    font-size: 100%;
  }
  .faq-list dd {
    padding-bottom: 15px;
    background-position: 1px 8px;
  }
  .faq-list + .header-faq-sub {
    margin-top: 50px;
  }
}

.header-c + .faq-list, .header-d + .faq-list, .h-service-sub + .faq-list {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .header-c + .faq-list, .header-d + .faq-list, .h-service-sub + .faq-list {
    margin-top: 30px;
  }
}

/* -----------------------------------------------
　トピックス（お知らせ削除）
-------------------------------------------------- */
.btn-tag {
  margin: 40px 0 30px;
  text-align: center;
}
.btn-tag a {
  display: block;
  padding: 0.4em 0.5em;
  background: #e9e9e9;
  text-decoration: none;
}
.btn-tag ul {
  letter-spacing: -0.05em;
}
.btn-tag li {
  display: inline-block;
  min-width: 8em;
  margin: 0 4px 10px;
  letter-spacing: 0;
}
.btn-tag li.select a {
  background: #c3c3c3;
}
@media screen and (max-width: 640px) {
  .btn-tag {
    margin: 30px 0 20px;
  }
}

.l-news-list > ul > li {
  border-bottom: 1px dashed #a9a9a9;
}
.l-news-list > ul a {
  zoom: 1;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}
.l-news-list > ul a:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.l-news-list .img {
  float: right;
  width: 40%;
  max-width: 184px;
  padding: 0 0 0 20px;
}
.l-news-list .date {
  display: inline-block;
  color: #005f9f;
}
.l-news-list .tag {
  display: inline-block;
  min-width: 6em;
  margin-left: 8px;
  padding: 2px 5px;
  background: #eee;
  font-size: 85.7142857143%;
  text-align: center;
}
.l-news-list .title {
  margin: 5px 0 0;
  font-size: 114.2857142857%;
}
.l-news-list .title.new:after {
  font-size: 75%;
  vertical-align: text-top;
}
.l-news-list .title.kyocho {
  background-color: #ffaa00;
}
@media screen and (max-width: 640px) {
  .l-news-list .date {
    font-size: 85.7142857143%;
  }
  .l-news-list .tag {
    font-size: 78.5714285714%;
  }
  .l-news-list .title {
    font-size: 100%;
  }
}

.pager {
  position: relative;
  margin: 40px 0 0;
}
.pager .num {
  margin: 0 0 10px;
  font-size: 85.7142857143%;
}
.pager ul li {
  display: inline-block;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.pager ul li a, .pager ul li span {
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #d5d5d5;
  color: #5c5c5c;
  line-height: 28px;
  vertical-align: middle;
  text-decoration: none;
}
.pager ul li a:hover {
  background: #d5d5d5;
}
.pager ul .active {
  background: #d5d5d5;
}
.btn-news-back {
  width: 220px;
  margin: 35px auto 0;
}
.btn-news-back a {
  display: block;
  position: relative;
  padding: 13px 20px 13px 35px;
  background: #005f9f;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.btn-news-back a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.55em;
  font-size: 142.8571428571%;
  font-weight: normal;
  line-height: 1;
  font-family: "fontAwesome";
  content: "\f104";
}

/* -----------------------------------------------
　お問い合わせ
-------------------------------------------------- */
.contact .contact-btnList {
  zoom: 1;
  margin: 76px 0 -40px -40px;
}
.contact .contact-btnList:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.contact .contact-btnList li {
  float: left;
  width: calc(50% - 40px);
  margin: 0 0 40px 40px;
  font-size: 142.8571428571%;
  letter-spacing: 2px;
}
.contact .contact-btnList a {
  display: block;
  position: relative;
  padding: 25px 40px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #005f9f;
}
.contact .contact-btnList a:before {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -0.55em;
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
@media screen and (max-width: 999px) {
  .contact .contact-btnList {
    margin: 76px 0 -20px -20px;
  }
  .contact .contact-btnList li {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact-btnList {
    margin-left: -15px;
    margin-bottom: -15px;
  }
  .contact .contact-btnList li {
    margin: 0 0 15px 15px;
    font-size: 114.2857142857%;
    letter-spacing: 1px;
  }
  .contact .contact-btnList a {
    padding: 15px 30px;
  }
  .contact .contact-btnList a:before {
    right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .contact .contact-btnList {
    margin-top: 42px;
  }
  .contact .contact-btnList li {
    float: none;
    width: auto;
  }
}
.contact .contact-btnList.-faq {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.contact .contact-btnList.-faq li {
  display: inline-block;
  float: none;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 400px) {
  .contact .contact-btnList.-faq li {
    display: block;
    width: auto;
  }
}
@media screen and (max-width: 999px) {
  .contact .contact-btnList.-faq {
    margin-bottom: 5%;
  }
}
.contact .contact-area {
  font-size: 114.2857142857%;
  font-weight: 700;
  text-align: center;
}

.header-contact {
  margin: 15% auto 3.75%;
  font-size: 142.8571428571%;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .header-contact {
    font-size: 128.5714285714%;
  }
}
.header-contact + .btn-contact-freecall {
  max-width: 380px;
}
.header-contact + .btn-contact-freecall a {
  padding: 23px 0;
}
@media screen and (max-width: 768px) {
  .header-contact + .btn-contact-freecall a {
    padding: 11px 0;
  }
}

form label {
  cursor: pointer;
}
form select {
  position: relative;
  min-width: 200px;
  padding: 3px 32px 3px 14px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../img/icon-select.png) no-repeat right 50%;
}
form select::-ms-expand {
  display: none;
}
form .error {
  margin: 10px 0 0;
  color: #D40909;
  font-weight: bold;
}
form .addr + .error, form .ampere + .error {
  margin-top: 40px;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.input-text {
  width: 280px;
  padding: 4px 20px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
}
.input-text.zip2, .input-text.tel3 {
  width: 84px;
}
.input-text.zip {
  width: 120px;
}
.input-text.adr {
  width: 340px;
}
.input-text.request {
  width: 100%;
}
.input-text.active {
  ime-mode: active;
}
.input-text.inactive {
  ime-mode: inactive;
}
@media screen and (max-width: 640px) {
  .input-text.adr {
    width: 90%;
  }
  .input-text.email {
    width: 80%;
  }
}

.label-checkbox {
  display: inline-block;
  padding: 2px 2px 2px 25px;
  background: url(../img/icon-checkbox.png) no-repeat 0 4px;
}
.label-checkbox input {
  position: absolute;
  opacity: 0;
}
.label-checkbox.label-checkbox-select {
  background-image: url(../img/icon-checkbox-on.png);
}

.label-radio {
  display: inline-block;
  padding: 2px 2px 2px 25px;
  background: url(../img/icon-radio.png) no-repeat 0 4px;
}
.label-radio input {
  position: absolute;
  opacity: 0;
}
.label-radio.label-radiobtn-select {
  background-image: url(../img/icon-radio-on.png);
}

.list-form1 {
  margin: 0 0 -10px;
}
.list-form1 li {
  display: inline-block;
  padding: 0 30px 10px 0;
}

.list-form2 {
  zoom: 1;
  margin: 0 0 -10px;
}
.list-form2:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.list-form2 li {
  float: left;
  width: 50%;
  padding: 0 10px 10px 0;
}
.list-form2 li.other {
  width: auto;
}
.list-form2 li.other .label-checkbox {
  padding-right: 15px;
}
@media screen and (max-width: 840px) {
  .list-form2 li {
    float: none;
    width: auto;
    padding-right: 0;
  }
  .list-form2 li br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .list-form2 li.other .input-text {
    width: 65%;
  }
}

.list-form3 {
  margin: 0 0 -15px;
}
.list-form3 li {
  padding: 0 0 15px;
}

.l-form {
  border-collapse: separate;
  width: 100%;
  margin: 44px 0 0;
}
.l-form th, .l-form td {
  padding: 30px 0;
  border-bottom: 1px dashed #a9a9a9;
}
.l-form th {
  width: 284px;
  padding-right: 25px;
  text-align: left;
  vertical-align: top;
}
.l-form th em {
  display: inline-block;
  width: 180px;
  font-size: 114.2857142857%;
  letter-spacing: 1px;
}
.l-form th .required {
  display: inline-block;
  width: 60px;
  margin: -3px 0 0;
  padding: 3px;
  background: #8c0606;
  color: #fff;
  font-size: 75%;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  text-indent: 2px;
  letter-spacing: 2px;
}
.l-form th .note {
  margin: 12px 0 0 1em;
  text-indent: -1em;
  font-weight: normal;
}
.l-form th .note2 {
  text-indent: -1em;
  font-weight: normal;
}
.l-form td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.l-form td .note {
  margin-top: 8px;
}
.l-form td .note a {
  color: #005f9f;
  text-decoration: underline;
}
.l-form .addr, .l-form .ampere {
  margin: 0 0 -24px;
}
.l-form .addr.-mt, .l-form .ampere.-mt {
  margin-top: 24px;
}
.l-form .addr dd, .l-form .ampere dd {
  margin: -1.8em 0 24px 110px;
}
.l-form + .agree {
  margin: 30px 0 0;
  text-align: center;
}
.l-form .ampere + .indention.note.-ampere {
  padding-top: 24px;
}
.l-form .indention.note.-ampere {
  margin-left: 2.7em;
  text-indent: -2.7em;
}
@media screen and (min-width: 641px) {
  .l-form .ampere dd {
    margin-left: 150px;
  }
  .l-form .ampere.-confirm dd {
    margin-top: -1.5em;
  }
}
@media screen and (max-width: 768px) {
  .l-form {
    display: block;
    margin: 20px 0 0;
  }
  .l-form tbody, .l-form tr, .l-form th, .l-form td {
    display: block;
  }
  .l-form th {
    width: auto;
    padding: 20px 0 0;
    border: 0;
  }
  .l-form th .note {
    margin-top: 4px;
  }
  .l-form td {
    padding: 15px 0 20px 10px;
  }
  .l-form + .agree {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .l-form .addr dd, .l-form .ampere dd {
    margin: 5px 0 15px;
  }
}

.agree .label-checkbox {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  padding: 0;
  background-position: 0 0;
  vertical-align: text-bottom;
}
.agree a {
  color: #005f9f;
  text-decoration: underline;
}

.btn-send {
  width: 240px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .btn-send {
    margin-top: 30px;
  }
}
.btn-send button {
  position: relative;
  width: 100%;
  padding: 12px 30px 12px 20px;
  border: 0;
  background: #005f9f;
  color: #fff;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 2px;
}
.btn-send button:after {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -0.55em;
  font-size: 133.3333333333%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  font-family: "fontAwesome";
  content: "\f105";
}
.btn-send button.back {
  padding: 12px 20px 12px 30px;
  background: #999;
}
.btn-send button.back:after {
  right: auto;
  left: 20px;
  content: "\f104";
}
.btn-send.disagree button {
  background: #999;
}

ul.btn-send {
  width: 520px;
}
ul.btn-send li {
  float: left;
  width: 260px;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  ul.btn-send {
    width: 260px;
  }
  ul.btn-send li {
    float: none;
  }
  ul.btn-send li + li {
    padding-top: 15px;
  }
}

.txt-thanks {
  padding: 60px 0 100px;
  font-size: 114.2857142857%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .txt-thanks {
    padding: 40px 0 60px;
  }
}

.l-form .ui-datepicker-trigger {
  display: inline-block;
  padding: 0 0 0 10px;
  width: 28px;
  font-size: 0;
  vertical-align: middle;
}

/* -----------------------------------------------
　その他
-------------------------------------------------- */
.policy {
  margin: 50px 0 0;
}
.policy a {
  color: #005f9f;
  text-decoration: underline;
}
.policy a:hover {
  text-decoration: none;
}
.policy p {
  margin-bottom: 1em;
}
.policy p.indention {
  margin-bottom: 0;
}
.policy p + .indention {
  margin-top: -1em;
}
.policy .header-article {
  margin: 25px 0 5px;
  font-size: 114.2857142857%;
  font-weight: bold;
}
.policy .header-about {
  margin: 40px 0 5px;
  font-size: 114.2857142857%;
  font-weight: bold;
}
.policy .list-bracket {
  padding-left: 0;
}
.policy .list-bracket.-bottom {
  margin-bottom: 1em;
}
.policy .list-bracket li {
  list-style: none;
  margin-left: 1.7em;
  margin-bottom: 0.2em;
  text-indent: -1.7em;
}
.policy .list-about {
  padding-left: 1.5em;
}
.policy .list-about p {
  margin-top: 5px;
}
.policy .list {
  margin-bottom: 1em;
}
.policy .list li {
  margin-left: 1em;
  text-indent: -1em;
}
.policy .list li:before {
  content: "・";
}
.policy .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
}
.policy .list-box p {
  margin-bottom: 0;
}
.policy .list-box .box-1 {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .policy .list-box {
    display: block;
  }
  .policy .list-box .box-1 {
    margin: 2px 0 8px;
  }
}

.l-sitemap .sitemap-title {
  margin: 60px 0 0;
  padding: 0 0 14px;
  border-bottom: 1px dashed #a9a9a9;
  font-size: 128.5714285714%;
}
.l-sitemap .sitemap-title > a {
  font-weight: bold;
  letter-spacing: 2px;
}
.l-sitemap .sitemap-title > a .fa {
  padding: 0 0 0 24px;
  font-size: 133.3333333333%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .l-sitemap .sitemap-title {
    margin-top: 40px;
    font-size: 114.2857142857%;
  }
}
.l-sitemap .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-sitemap .sub > li {
  width: 25%;
  padding: 30px 0 0 0;
}
.l-sitemap .sub > li .block {
  font-weight: bold;
  margin-bottom: 10px;
}
.l-sitemap .sub > li > a {
  font-size: 114.2857142857%;
  font-weight: bold;
}
.l-sitemap .sub > li ul {
  margin-top: 10px;
}
.l-sitemap .sub > li li {
  padding: 5px 0 0 5px;
}
@media screen and (max-width: 640px) {
  .l-sitemap .sub {
    display: block;
  }
  .l-sitemap .sub > li {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .l-sitemap .sub > li .block {
    margin-bottom: 20px;
  }
  .l-sitemap .sub > li li {
    padding-top: 6px;
  }
}
.l-sitemap .sub2 {
  padding: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-sitemap .sub2 > li {
  width: 50%;
  padding: 0 10px 0 0;
}
.l-sitemap .sub2 > li > a {
  font-size: 114.2857142857%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .l-sitemap .sub2 {
    padding-top: 20px;
    display: block;
  }
  .l-sitemap .sub2 > li {
    padding: 20px 10px 0 0;
    width: 100%;
  }
}

/* -----------------------------------------------
　記事（WYSIWYG）
-------------------------------------------------- */
.article-head {
  position: relative;
  margin: 40px 0 40px;
}
.article-head .date {
  display: inline-block;
  color: #005f9f;
  font-size: 114.2857142857%;
}
.article-head .tag {
  display: inline-block;
  min-width: 6em;
  margin-left: 8px;
  padding: 2px 5px;
  background: #eee;
  font-size: 85.7142857143%;
  text-align: center;
}
.article-head .title {
  margin: 8px 0 0;
  font-size: 200%;
  font-weight: bold;
}
.article-head .title.new:after {
  padding-left: 8px;
  font-size: 64.2857142857%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .article-head {
    margin-bottom: 30px;
  }
  .article-head .date {
    font-size: 100%;
  }
  .article-head .title {
    font-size: 171.4285714286%;
  }
  .article-head .title.new:after {
    font-size: 58.3333333333%;
  }
}
@media screen and (max-width: 640px) {
  .article-head {
    margin-bottom: 20px;
  }
  .article-head .date {
    font-size: 85.7142857143%;
  }
  .article-head .title {
    margin-top: 5px;
    font-size: 157.1428571429%;
  }
  .article-head .title.new:after {
    font-size: 54.5454545455%;
  }
}

.article {
  zoom: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.article:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.seminar .article {
  margin: 36px 0 10px;
}
.article a {
  color: #005f9f;
}
.article a:hover {
  text-decoration: underline;
}
.article h2 {
  clear: both;
  margin: 58px 0 30px;
  font-size: 157.1428571429%;
  font-weight: bold;
  letter-spacing: 1px;
}
.article h3 {
  position: relative;
  clear: both;
  margin: 30px 0 5px; /*padding: 23px 0 23px 20px;*/
  font-size: 142.8571428571%;
  font-weight: bold;
}
.article h4 {
  clear: both;
  margin: 26px 0 13px;
  font-size: 114.2857142857%;
  font-weight: bold;
  letter-spacing: 1px;
}
.article h5 {
  clear: both;
  margin: 26px 0 5px;
  font-size: 100%;
  font-weight: bold;
}
.article p {
  margin-bottom: 26px;
  line-height: 1.75;
}
.article ul {
  margin: 30px 0;
  padding-left: 35px;
}
.article ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.article ol {
  margin: 30px 0;
  padding-left: 35px;
}
.article ol li {
  margin-bottom: 5px;
}
.article .wrap-table {
  margin: 30px 0;
}
@media screen and (max-width: 800px) {
  .article .wrap-table {
    overflow-x: scroll;
  }
  .article .wrap-table .wrap-table {
    margin: 0;
    overflow: visible;
  }
  .article .wrap-table table {
    width: 800px;
    margin-bottom: 12px;
  }
}
.article table {
  width: 100%; /*margin: 30px 0;*/
  border: 1px solid #ccc;
  background-color: #fff;
}
.article table th, .article table td {
  padding: 15px 20px;
  border: 1px solid #ccc;
}
.article table th {
  background: #e5ecf2;
}

/**************************************************
 custom
***************************************************/
/*# sourceMappingURL=nihondenryoku.css.map */