@charset "UTF-8";
/*!===================================================================

	Skin - body , Header , パンくず , Footer

====================================================================*/
/*! ==========================================================================
  Base
========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-family: Meiryo,"メイリオ", Osaka,"HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
  background: #FFF;
  _display: inline;
  _zoom: 1;
  margin: 0;
  /* GoogleChrome rem壊れ回避用 */ }
  @media screen and (max-width: 769px) {
    body {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.6; } }
  body > div {
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 769px) {
      body > div {
        font-size: 14px;
        font-size: 1.4rem; } }

_::-webkit-full-page-media, _:future, :root body {
  font-feature-settings: "pkna"; }

.row {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 960px) {
    .row {
      padding-right: 10px;
      padding-left: 10px; } }

div:after, section:after {
  content: "";
  display: block;
  clear: both; }

input, textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 2px; }
  @media screen and (max-width: 769px) {
    input, textarea {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.3; } }

/* 表示・非表示設定 */
.pc_only {
  display: block; }
  @media screen and (max-width: 769px) {
    .pc_only {
      display: none !important; } }

.mb_only {
  display: none; }
  @media screen and (max-width: 769px) {
    .mb_only {
      display: block; } }

.spAct {
  display: none; }
  @media screen and (max-width: 640px) {
    .spAct {
      display: block; } }

.spNon {
  /*display: block;*/ }
  @media screen and (max-width: 640px) {
    .spNon {
      display: none; } }

/* jQuery PC・スマホ画像切り替え */
.switch {
  visibility: hidden; }

/*---------------------------------------------------------------
　Header & Footer 共通
---------------------------------------------------------------*/
/* サンプル請求・かんたん見積 */
ul.connect {
  width: 100%;
  max-width: 435px;
  height: 65px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
  line-height: 1.0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }
  ul.connect li {
    width: 50%;
    max-width: 145px;
    height: 65px;
    border-left: solid 1px #FFF;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    ul.connect li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #FFF;
      text-decoration: none;
      padding: 40px 0 0;
      background: #004da0;
      border-bottom-left-radius: 5px;
      position: relative; }
      ul.connect li a:before {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 9px;
        left: calc(50% - .6em);
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        font-size: 2.6rem; }
      ul.connect li a:hover {
        color: #004da0;
        background: #fde90a; }
    ul.connect li:nth-child(1) a {
      background: #fde90a;
      color: #333; }
      ul.connect li:nth-child(1) a:before {
        content: "";
        width: 26px;
        height: 26px;
        background-image: url("../images/skin/shop.svg"); }
      ul.connect li:nth-child(1) a:hover {
        background: #FDFDC9; }
    ul.connect li:nth-child(2) a {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    ul.connect li:nth-child(3) a {
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 5px; }
      ul.connect li:nth-child(3) a:before {
        content: "\e905";
        font-size: 18px;
        font-size: 1.8rem;
        top: 13px; }

/*!==========================================================================
  Header
========================================================================== */
/*---------------------------------------------------------------
　PC Only
---------------------------------------------------------------*/
header {
  width: 100%; }
  header .row {
    height: 135px;
    line-height: 1.0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    header .row h1 {
      max-width: 225px;
      margin: 20px auto 0 4%; }
      header .row h1 img {
        max-width: 225px; }
        @media all and (-ms-high-contrast: none) {
          header .row h1 img {
            width: 225px;
            height: 96px; } }
  @media screen and (max-width: 960px) {
    header .row {
      padding-right: 0; }
      header .row h1 {
        margin: 20px auto 0 0; } }
  @media screen and (max-width: 769px) {
    header {
      display: none; } }

header #headRht {
  margin: 0 0 0 15px; }
  header #headRht #headTop {
    height: 65px;
    margin: 0 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
    header #headRht #headTop #onlineLink {
      margin: 15px 15px 0 10px; }
    header #headRht #headTop #topNav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      header #headRht #headTop #topNav li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.0;
        padding: 0 0 0 12px;
        margin: 0 25px 0 0;
        position: relative; }
        header #headRht #headTop #topNav li:before {
          content: "";
          position: absolute;
          top: 4px;
          left: 0;
          width: 4px;
          height: 4px;
          background: #004da0; }
        header #headRht #headTop #topNav li a {
          color: #444;
          text-decoration: none; }
          header #headRht #headTop #topNav li a:hover {
            text-decoration: underline; }
  @media screen and (max-width: 960px) {
    header #headRht #headTop #topNav li {
      padding: 0 0 0 10px;
      margin: 0 15px 0 0; } }

header ul.inquiry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  header ul.inquiry li:first-child {
    margin-right: 10px; }
  header ul.inquiry li.btContact {
    line-height: 1.0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold; }
    header ul.inquiry li.btContact a {
      height: 42px;
      color: #004da0;
      text-decoration: none;
      padding: 0 45px;
      border: solid 2px #e2e2e2;
      border-radius: 100px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative; }
      header ul.inquiry li.btContact a:before {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 8px;
        left: 20px;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        font-size: 2rem;
        color: #999; }
      header ul.inquiry li.btContact a:after {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 10px;
        right: 20px;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem; }
      header ul.inquiry li.btContact a:hover {
        background: #fde90a;
        border-color: #fde90a; }
        header ul.inquiry li.btContact a:hover:before {
          color: #004da0; }

/* Tablet&SP用 */
header #spNav,
#toggle {
  display: none; }

/*---------------------------------------------------------------
　TB Only ( 769以下 )
---------------------------------------------------------------*/
#mbHead {
  height: 50px;
  padding: 0 55px 0 10px;
  border-bottom: solid 1px #ddd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  #mbHead h1 {
    max-height: 40px;
    margin: 0 auto 0 0; }
    #mbHead h1 img {
      max-width: none;
      max-height: 38px; }
  #mbHead #spTel, #mbHead #spMail {
    color: #004da0;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  #mbHead #spTel {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 15px 0 0; }
  #mbHead #spMail {
    font-size: 24px;
    font-size: 2.4rem; }

/*==============================================================================
　　Global Navi
==============================================================================*/
nav {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0; }
  @media screen and (min-width: 769px) {
    nav {
      margin: 0 0 5px;
      border-bottom: solid 1px #e5e5e5;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      display: flex !important;
      -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      #index nav {
        margin: 0; }
      nav #navBtm {
        padding: 10px 0; }
        nav #navBtm > ul {
          display: table;
          width: 100%;
          max-width: 960px;
          font-size: 14px;
          font-size: 1.4rem;
          margin: 0 auto;
          overflow: hidden; }
          nav #navBtm > ul > li {
            display: table-cell;
            text-align: center;
            border-left: solid 1px #e1e1e3; }
            nav #navBtm > ul > li > a {
              display: block;
              color: #000;
              text-decoration: none;
              padding: 10px 0; }
              nav #navBtm > ul > li > a:hover {
                color: #0071c7;
                text-decoration: underline; }
            nav #navBtm > ul > li > ul {
              display: none;
              color: #FFF;
              padding-top: 10px;
              margin-left: -20px;
              background: url(../images/skin/nav/arrow.png) no-repeat top left 50%;
              position: absolute;
              z-index: 999; }
              nav #navBtm > ul > li > ul > li {
                text-align: left;
                padding: 15px 20px;
                background: rgba(0, 102, 204, 0.9); }
                nav #navBtm > ul > li > ul > li + li {
                  border-top: solid 1px #FFF; }
                nav #navBtm > ul > li > ul > li a {
                  color: #FFF;
                  padding: 2px 0; }
                  nav #navBtm > ul > li > ul > li a:hover {
                    color: #FFF; }
                nav #navBtm > ul > li > ul > li ul {
                  margin: 10px 0 0 5px; }
                  nav #navBtm > ul > li > ul > li ul li {
                    text-align: left;
                    padding: 0 0 0 8px;
                    position: relative; }
                    nav #navBtm > ul > li > ul > li ul li:before {
                      content: "";
                      position: absolute;
                      top: 5px;
                      left: 0;
                      width: 2px;
                      height: 2px;
                      background: #FFF; }
                    nav #navBtm > ul > li > ul > li ul li + li {
                      margin-top: 5px; }
            nav #navBtm > ul > li.mb_only {
              display: none !important; }
            nav #navBtm > ul > li:nth-child(2) > a {
              padding: 10px; }
            nav #navBtm > ul > li:nth-child(6) > ul {
              margin-left: -50px; }
            nav #navBtm > ul > li:nth-child(8) {
              border-right: solid 1px #e1e1e3; }
              nav #navBtm > ul > li:nth-child(8) > ul {
                margin-left: 10px; } }
  @media screen and (max-width: 769px) {
    nav ul.pc_only {
      display: none; }
    nav:not(.mean-nav) #navBtm {
      display: none; } }

nav #navTop {
  border-bottom: solid 3px #004da0;
  padding: 10px 0; }
  nav #navTop ul {
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    nav #navTop ul a {
      display: block; }
  #index nav #navTop {
    padding: 25px 0 10px; }
  @media screen and (max-width: 769px) {
    nav #navTop {
      display: none; } }

/*==============================================================================
　　Breadcrumbs
==============================================================================*/
#breadcrumbs {
  width: 100%;
  height: 40px;
  background: #FFF; }
  #breadcrumbs ul {
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    line-height: 1.0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #breadcrumbs ul li {
      margin: 0 10px 0 0; }
      #breadcrumbs ul li a {
        color: #666;
        text-decoration: none;
        padding: 0 20px 0 0;
        position: relative; }
        #breadcrumbs ul li a:after {
          display: block;
          content: "＞";
          position: absolute;
          top: 4px;
          right: 0;
          font-size: 10px;
          font-size: 1rem; }
        #breadcrumbs ul li a:hover {
          text-decoration: underline; }
  @media screen and (max-width: 769px) {
    #breadcrumbs {
      height: 25px; }
      #breadcrumbs ul {
        height: 25px;
        font-size: 10px;
        font-size: 1rem;
        padding: 0 10px; }
        #breadcrumbs ul li {
          margin: 0 5px 0 0; }
          #breadcrumbs ul li a {
            padding: 0 17px 0 0; } }
  @media screen and (max-width: 640px) {
    #breadcrumbs {
      display: none; } }

/*==============================================================================
　　Contents Layout
==============================================================================*/
@media screen and (max-width: 769px) {
  main {
    padding-top: 50px; } }

#container {
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 120px; }
  @media screen and (max-width: 960px) {
    #container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 769px) {
    #container {
      padding-bottom: 100px; } }
  @media screen and (max-width: 640px) {
    #container {
      padding-bottom: 60px; } }
  @media screen and (max-width: 480px) {
    #container {
      padding: 0 10px 40px; } }

/*==============================================================================
　　Footer
==============================================================================*/
/* Page Top */
#goTop {
  position: fixed;
  padding: 0 0 15px;
  bottom: 20px;
  right: 30px;
  z-index: 100; }
  #goTop a {
    width: 70px; }
  @media screen and (max-width: 769px) {
    #goTop {
      padding: 0 0 5px;
      right: 10px; }
      #goTop a {
        width: 50px; }
        #goTop a img {
          width: 50px; } }
  @media screen and (max-width: 480px) {
    #goTop {
      width: 40px;
      height: 40px;
      right: 10px; }
      #goTop a {
        width: 40px; }
        #goTop a img {
          width: 40px; } }

/*---------------------------------------------------------------
　Footer
---------------------------------------------------------------*/
footer {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  border-top: solid 3px #004da0; }
  footer .row {
    padding-top: 50px;
    padding-bottom: 50px; }
  @media screen and (max-width: 769px) {
    footer {
      border-top-width: 2px; }
      footer .row {
        padding-bottom: 30px; } }
  @media screen and (max-width: 640px) {
    footer .row {
      padding-top: 40px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 480px) {
    footer .row {
      padding-top: 20px;
      padding-bottom: 20px; } }

footer #foot {
  margin: 0 0 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  footer #foot #footLft {
    width: 380px;
    margin: 0 auto 0 0; }
    footer #foot #footLft .logo {
      text-align: center;
      margin: 0 0 30px; }
      footer #foot #footLft .logo img {
        max-height: 120px; }
        @media all and (-ms-high-contrast: none) {
          footer #foot #footLft .logo img {
            width: 280px;
            height: 120px; } }
  @media screen and (max-width: 769px) {
    footer #foot {
      display: block;
      margin: 0 0 20px; }
      footer #foot #footLft {
        width: 100%;
        max-width: 380px;
        margin: 0 auto; } }
  @media screen and (max-width: 640px) {
    footer #foot #footLft .logo {
      margin: 0 0 15px; }
      footer #foot #footLft .logo img {
        width: 80%;
        max-height: 100px; } }
  @media screen and (max-width: 480px) {
    footer #foot #footLft .logo img {
      width: 60%;
      max-height: 80px; } }

/* TEL & FAX */
footer #foot #footLft ul.inquiry {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  footer #foot #footLft ul.inquiry li:nth-child(1) {
    margin: 0 auto 0 0; }
  footer #foot #footLft ul.inquiry li:nth-child(2) {
    margin: 0 0 0 5px; }

/* BTN - お問合せ・ご相談 */
footer #foot #footLft p.btContact {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.0;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px; }
  footer #foot #footLft p.btContact a {
    color: #004da0;
    text-decoration: none;
    padding: 0 20px 0 25px;
    position: relative; }
    footer #foot #footLft p.btContact a:before {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: -2px;
      left: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 20px;
      font-size: 2rem;
      color: #999; }
    footer #foot #footLft p.btContact a:after {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: 1px;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 14px;
      font-size: 1.4rem; }
    footer #foot #footLft p.btContact a:hover {
      text-decoration: underline; }

/*サンプル請求・かんたん見積 */
footer #foot #footLft ul.connect {
  max-width: 380px; }
  footer #foot #footLft ul.connect li {
    max-width: 190px; }
    footer #foot #footLft ul.connect li a {
      border-top-left-radius: 5px; }
    footer #foot #footLft ul.connect li:nth-child(1) a {
      background: #004da0;
      color: #FFF; }
      footer #foot #footLft ul.connect li:nth-child(1) a:hover {
        background: #fde90a;
        color: #004da0; }
        footer #foot #footLft ul.connect li:nth-child(1) a:hover:before {
          color: #004da0; }
      footer #foot #footLft ul.connect li:nth-child(1) a:before {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 9px;
        left: calc(50% - .6em);
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        font-size: 2.6rem;
        background: none; }
    footer #foot #footLft ul.connect li:nth-child(2) a {
      border-top-left-radius: 0px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      footer #foot #footLft ul.connect li:nth-child(2) a:before {
        content: "\e905";
        font-size: 18px;
        font-size: 1.8rem;
        top: 13px; }
  @media screen and (max-width: 640px) {
    footer #foot #footLft ul.connect {
      height: 55px;
      font-size: 10px;
      font-size: 1rem; }
      footer #foot #footLft ul.connect li {
        height: 55px; }
        footer #foot #footLft ul.connect li a {
          padding: 35px 0 0; }
          footer #foot #footLft ul.connect li a:before {
            font-size: 24px;
            font-size: 2.4rem;
            top: 7px; }
        footer #foot #footLft ul.connect li:nth-child(2) a:before {
          font-size: 16px;
          font-size: 1.6rem;
          top: 11px; } }

footer #foot .evBnr {
  text-align: center;
  margin-top: 20px; }

/* カレンダー
--------------------------------------------------------*/
footer #foot #calendar {
  width: calc(100% - 390px);
  max-width: 520px;
  padding: 25px 15px;
  margin: 0 0 0 10px;
  background: #f4f4f4; }
  footer #foot #calendar .head {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.0;
    padding: 0 10px 5px;
    margin: 0 0 15px;
    border-bottom: solid 1px #dbdbdb;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer #foot #calendar .head .title {
      color: #004da0;
      margin: 0 auto 0 0; }
    footer #foot #calendar .head .holiday {
      font-size: 12px;
      font-size: 1.2rem;
      color: #999;
      padding: 0 0 0 17px;
      position: relative; }
      footer #foot #calendar .head .holiday:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 11px;
        height: 11px;
        background: rgba(255, 0, 0, 0.1);
        border: solid 1px #ccc; }
  @media screen and (max-width: 769px) {
    footer #foot #calendar {
      display: none; } }

/* Footer ナビ
-------------------------------------------------------------*/
footer #footNav {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  footer #footNav .column {
    width: 25%;
    padding: 10px 10px 0 25px;
    border-left: solid 1px #e5e5e5; }
    footer #footNav .column p {
      font-weight: bold;
      padding: 0 0 0 15px;
      margin: 0 0 20px;
      position: relative; }
      footer #footNav .column p:before {
        content: "";
        position: absolute;
        top: 3px;
        left: 0;
        width: 5px;
        height: 5px;
        background: #0071c7; }
    footer #footNav .column ul {
      font-size: 12px;
      font-size: 1.2rem;
      margin: 0 0 20px 5px; }
      footer #footNav .column ul li {
        padding: 0 0 0 10px;
        position: relative; }
        footer #footNav .column ul li + li {
          margin-top: 8px; }
        footer #footNav .column ul li:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          width: 2px;
          height: 2px;
          background: #0071c7; }
  footer #footNav a {
    color: #666;
    text-decoration: none; }
    footer #footNav a:hover {
      color: #666;
      text-decoration: underline; }
  @media screen and (max-width: 769px) {
    footer #footNav {
      display: none; } }

/* SNS & メル間 */
footer .footInfo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  footer .footInfo #snsLink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    footer .footInfo #snsLink li + li {
      margin-left: 10px; }
  footer .footInfo .mmLink {
    margin-left: 15px; }
    footer .footInfo .mmLink a {
      font-size: 13px;
      font-size: 1.3rem;
      color: #333;
      text-decoration: none;
      padding: 5px 5px 5px 30px;
      box-shadow: 0 0 0 1px #ccc;
      border-radius: 5px;
      position: relative; }
      footer .footInfo .mmLink a:before {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: calc(50% - .65em);
        left: 5px;
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        font-size: 2rem;
        color: #004da0; }
      footer .footInfo .mmLink a:hover {
        box-shadow: 0 0 0 2px #53aff5; }
  @media screen and (max-width: 769px) {
    footer .footInfo {
      margin-bottom: 20px;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
      footer .footInfo #snsLink li + li {
        margin-left: 8px; }
      footer .footInfo #snsLink img {
        width: 30px;
        height: auto; }
      footer .footInfo .mmLink {
        margin-left: 10px; }
        footer .footInfo .mmLink a {
          font-size: 12px;
          font-size: 1.2rem; } }

/* コピーライト */
footer #copyright {
  height: 87px;
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  padding: 0 90px 0 0;
  margin-top: -50px;
  background: url(../images/skin/icon_purion.jpg) no-repeat right bottom;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 769px) {
    footer #copyright {
      height: auto;
      padding: 95px 0 0;
      margin-top: 0;
      background-position: center top;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; } }
  @media screen and (max-width: 640px) {
    footer #copyright {
      padding: 80px 0 0;
      background-size: auto 70px; } }

/*!===================================================================

	ContentsCommon -　各ページ共通　タイトルやボタンなど

====================================================================*/
/*----------------------------------------------------------------
	見出し
----------------------------------------------------------------*/
#pageTitle {
  color: #004da0;
  margin: 30px 0 50px; }
  #pageTitle .row {
    line-height: 1.0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    #pageTitle .row:after {
      display: inline;
      content: "";
      border-top: 2px solid #004da0;
      flex-grow: 1;
      margin-left: 0.8em;
      margin-top: -.3em; }
    #pageTitle .row h2 {
      font-size: 36px;
      font-size: 3.6rem; }
    #pageTitle .row .h2sup {
      font-size: 16px;
      font-size: 1.6rem;
      color: #FFF;
      font-weight: normal;
      padding: 6px 20px 5px 20px;
      margin: 0 0 5px 30px;
      background: #004da0;
      border-radius: 50px; }
  @media screen and (max-width: 769px) {
    #pageTitle {
      margin: 20px 0 30px; }
      #pageTitle .row h2 {
        font-size: 32px;
        font-size: 3.2rem; }
      #pageTitle .row .h2sup {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px 15px 5px 15px;
        margin: 0 0 5px 25px; } }
  @media screen and (max-width: 640px) {
    #pageTitle {
      margin: 25px 0 30px; }
      #pageTitle .row h2 {
        font-size: 28px;
        font-size: 2.8rem; }
      #pageTitle .row .h2sup {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px 15px 4px 15px;
        margin: 0 0 5px 20px; } }
  @media screen and (max-width: 480px) {
    #pageTitle {
      margin: 25px 0 20px; }
      #pageTitle .row h2 {
        font-size: 24px;
        font-size: 2.4rem; }
      #pageTitle .row .h2sup {
        font-size: 10px;
        font-size: 1rem;
        padding: 4px 10px 3px 10px;
        margin: 0 0 2px 15px; } }
  @media screen and (max-width: 340px) {
    #pageTitle .row h2 {
      font-size: 20px;
      font-size: 2rem; }
    #pageTitle .row .h2sup {
      font-size: 10px;
      font-size: 1rem; } }

h3:not(.nonCom) {
  font-size: 24px;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 1.1;
  padding: 12px 10px 10px 15px;
  margin: 0 0 40px;
  background: #004da0; }
  @media screen and (max-width: 769px) {
    h3:not(.nonCom) {
      font-size: 22px;
      font-size: 2.2rem;
      padding: 8px 10px 7px;
      margin: 0 0 30px; } }
  @media screen and (max-width: 640px) {
    h3:not(.nonCom) {
      font-size: 18px;
      font-size: 1.8rem;
      padding: 5px 10px 4px;
      margin: 0 0 18px; } }
  @media screen and (max-width: 480px) {
    h3:not(.nonCom) {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 4px 5px 3px;
      margin: 0 0 15px; } }

h4:not(.nonCom) {
  font-size: 22px;
  font-size: 2.2rem;
  color: #004da0;
  line-height: 1.1;
  padding: 0 0 0 30px;
  margin: 0 0 25px;
  position: relative; }
  h4:not(.nonCom):before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    width: 20px;
    height: 3px;
    background: #004da0; }
  @media screen and (max-width: 769px) {
    h4:not(.nonCom) {
      font-size: 20px;
      font-size: 2rem;
      padding: 0 0 0 25px;
      margin: 0 0 25px; }
      h4:not(.nonCom):before {
        width: 20px;
        height: 3px; } }
  @media screen and (max-width: 640px) {
    h4:not(.nonCom) {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0 0 0 20px;
      margin: 0 0 15px; }
      h4:not(.nonCom):before {
        width: 15px;
        height: 3px; } }

/*----------------------------------------------------------------
	Sytle Base (枠、フォント、ページなど)
----------------------------------------------------------------*/
/*	枠
-----------------------------------------------------------*/
.contents {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 960px) {
    .contents {
      padding-right: 15px;
      padding-left: 15px; } }
  @media screen and (max-width: 480px) {
    .contents {
      padding-right: 10px;
      padding-left: 10px; } }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

section + section {
  margin: 80px 0 0; }
  @media screen and (max-width: 769px) {
    section + section {
      margin: 60px 0 0; } }
  @media screen and (max-width: 640px) {
    section + section {
      margin: 40px 0 0; } }

@media screen and (max-width: 769px) {
  p.mainPhoto {
    margin: 0 0 40px; } }
@media screen and (max-width: 640px) {
  p.mainPhoto {
    margin: 0 0 30px; } }

/*	Text
-----------------------------------------------------------*/
/* 画像をタップで大きい */
p.tap {
  font-size: 10px;
  font-size: 1rem;
  color: #999;
  text-align: right;
  margin-top: 5px; }
  p.tap span {
    padding-left: 13px;
    position: relative; }
    p.tap span:before {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: 1px;
      left: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 10px;
      font-size: 1rem; }

/* テキストの頭に■ */
.square {
  padding-left: 15px;
  position: relative; }
  .square:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #004da0; }
  @media screen and (max-width: 769px) {
    .square {
      padding-left: 13px; }
      .square:before {
        top: 7px;
        width: 6px;
        height: 6px; } }

/*	BTN
-----------------------------------------------------------*/
.btn {
  width: 165px;
  height: 30px;
  line-height: 1.0;
  margin: 0 0 0 auto; }
  .btn a {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    background: #004da0;
    border-radius: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .btn a:hover {
      color: #004da0;
      background: #fde90a; }
    .btn a span {
      padding: 0 25px 0 0;
      position: relative; }
      .btn a span:after {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 3px;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        font-size: 80%; }
      .btn a span span {
        padding: 0 2px !important; }
        .btn a span span:after {
          display: none; }
  .btn.rev a {
    color: #004da0;
    background: #FFF;
    border: solid 2px #004da0; }
    .btn.rev a:hover {
      color: #004da0;
      background: #fde90a;
      border-color: #fde90a; }
  @media screen and (max-width: 769px) {
    .btn {
      width: 135px;
      height: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      .btn a span {
        padding: 0 20px 0 0; }
        .btn a span:after {
          top: 1px; } }

/* BTn - Contact ---------------------------------------*/
.btn_contact {
  width: 90%;
  max-width: 840px;
  height: 130px;
  font-size: 42px;
  font-size: 3.2rem/*4.2rem*/;
  margin: 0 auto;
  line-height: 1.1;
  font-weight: bold; }
  .btn_contact a {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-decoration: none;
    background: #cc0000;
    border-radius: 130px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
    .btn_contact a:hover {
      color: #FFF;
      background: #ff6600; }
    .btn_contact a span {
      padding: 0 65px 0 0;
      position: relative; 
		line-height: 4.2rem;}
      .btn_contact a span:after {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: 50%/*4px*/;
        right: 0;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        font-size: 80%;
		transform: translate(0%, -55%);
    	-webkit-transform: translate(0%, -55%);
    	-ms-transform: translate(0%, -55%);}
  @media screen and (max-width: 769px) {
    .btn_contact {
      height: 100px;
      font-size: 34px;
      font-size: 3.4rem; }
      .btn_contact a span {
        padding: 0 50px 0 0; } }
  @media screen and (max-width: 640px) {
    .btn_contact {
      height: 70px;
      font-size: 24px;
      font-size: 2.4rem; }
      .btn_contact a span {
        padding: 0 35px 0 0; }
        .btn_contact a span:after {
          top: 0; } }
  @media screen and (max-width: 480px) {
    .btn_contact {
      height: 60px;
      font-size: 20px;
      font-size: 2rem; }
      .btn_contact a span {
        padding: 0 30px 0 0; } }
  @media screen and (max-width: 400px) {
    .btn_contact {
      height: 50px;
      font-size: 16px;
      font-size: 1.6rem; }
      .btn_contact a span {
        padding: 0 23px 0 0; } }

/* Txt - Link */
.nextLink {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1; }
  .nextLink a {
    color: #0071c7;
    padding: 0 20px 0 0;
    position: relative; }
    .nextLink a:after {
      font-family: 'icomoon';
      content: "";
      position: absolute;
      top: 4px;
      right: 0;
      font-weight: normal;
      font-style: normal;
      font-size: 16px;
      font-size: 1.6rem;
      font-size: 90%; }
    .nextLink a:hover {
      color: #ff6600; }
  @media screen and (max-width: 769px) {
    .nextLink {
      font-size: 12px;
      font-size: 1.2rem; }
      .nextLink a {
        padding: 0 17px 0 0; }
        .nextLink a:after {
          top: 3px; } }

/*-----------------------------------------------------------------
　ページナビ （タブレット 以下 アコーディオン）
-----------------------------------------------------------------*/
/* ■ xxxxx ●(の中に右向き▲）がある形  ----------------------*/
.inNav {
  margin-bottom: 60px; }
  @media screen and (max-width: 769px) {
    .inNav {
      margin-bottmo: 40px; } }
  @media screen and (max-width: 640px) {
    .inNav {
      margin-bottmo: 30px; } }

ul.pageNav {
  display: none; }
  @media screen and (min-width: 769px) {
    ul.pageNav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      ul.pageNav li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.1;
        font-weight: bold;
        padding: 0 22px 0 15px;
        margin: 0 50px 10px 0;
        position: relative; }
        ul.pageNav li:before {
          content: "";
          position: absolute;
          top: 5px;
          left: 0;
          width: 5px;
          height: 5px;
          background: #004da0; }
        ul.pageNav li:after {
          font-family: 'icomoon';
          content: "";
          position: absolute;
          top: -1px;
          right: 0;
          font-weight: normal;
          font-style: normal;
          font-size: 14px;
          font-size: 1.4rem;
          color: #004da0;
          transform: rotate(90deg); }
        ul.pageNav li a {
          color: #666;
          text-decoration: none; }
          ul.pageNav li a:hover {
            color: #666;
            text-decoration: underline; } }

/* 角丸の青い■に白文字＋●(の中に右向き▲) -------------------*/
.inPageLis {
  margin: 0; }

ul.pageList {
  margin-right: -5px;
  margin-left: -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 769px) {
    ul.pageList {
      display: none; } }
  ul.pageList li {
    width: 25%;
    line-height: 1.1;
    padding: 0 5px;
    margin: 0 0 10px; }
    ul.pageList li a {
      height: 100%;
      min-height: 50px;
      color: #FFF;
      text-decoration: none;
      background: #004da0;
      border-radius: 5px;
      padding: 0 40px 0 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-align-items: center;
      align-items: center;
      position: relative; }
      ul.pageList li a:after {
        font-family: 'icomoon';
        content: "";
        position: absolute;
        top: calc(50% - .55em);
        right: 20px;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        font-size: 1.6rem;
        font-size: 95%; }
      ul.pageList li a:hover {
        color: #004da0;
        text-decoration: none;
        font-weight: bold;
        background: #fde90a; }
@-moz-document url-prefix() {
  ul.pageList li a:hover {
    font-weight: normal; } }
/* Safari hack */
_::-webkit-full-page-media, _:future, :root ul.pageList li a:hover {
  font-weight: normal; }

/* slicknav共通 */
@media screen and (min-width: 769px) {
  .slicknav_menu {
    display: none; } }
/*-----------------------------------------------------------------
　Tableっぽい
-----------------------------------------------------------------*/
dl.table {
  width: 100%;
  margin-bottom: 30px;
  border-top: solid 1px #dbdbdb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  dl.table > dt, dl.table > dd {
    padding: 25px 20px;
    border-bottom: solid 1px #dbdbdb; }
  dl.table > dt {
    width: 210px;
    font-weight: bold; }
  dl.table > dd {
    width: calc(100% - 210px); }
    dl.table > dd p + p {
      margin-top: 10px; }
  @media screen and (max-width: 769px) {
    dl.table > dt, dl.table > dd {
      padding: 20px 15px; }
    dl.table > dt {
      width: 160px; }
    dl.table > dd {
      width: calc(100% - 160px); } }
  @media screen and (max-width: 640px) {
    dl.table {
      display: block; }
      dl.table > dt {
        width: 100% !important;
        padding: 5px 10px !important;
        border-bottom: dotted 1px #dbdbdb;
        background: #f0f0f0;
        /*&:first-child:before {
          top: -3px;
          height: 2px;
        } これ謎なんだけど・・ */ }
      dl.table > dd {
        width: 100% !important;
        padding: 10px 15px 15px !important; } }

/* 2020.07.01 修正依頼　CSS追記
----------------------------------------------------*/
/* Bnr - デザイン、承ります */
.bnrDesign {
  text-align: center; }
  .bnrDesign.mb_only {
    margin-top: 25px; }

/* Bnr - お客様の声 */
.bnrVoice {
  margin-top: 30px; }
  @media screen and (max-width: 769px) {
    .bnrVoice {
      margin-top: 20px; } }
