@charset 'UTF-8';
/**
 * Foundation.......... デフォルトの設定
 * Bootstrap編集....... bootstrap.cssで使用するスタイルの追加・編集
 * Layout.............. レイアウトを構成する枠組みの設定
 * Component........... 汎用性があり再利用可能で抽象的なコンポーネント
 * Project............. Componentなどで構成されるプロジェクト固有のパターン 
 * Utility............. マージンなど微調整を目的としたスタイルの設定
 */
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* Base
------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.5rem;
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}

a {
  color: #1965b0; 
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #39c5fd;
  text-decoration: underline;
  -webkit-transition: .2s;
          transition: .2s;
}
a:hover img,
a:active img,
a:focus img {
  opacity: .7;
  -webkit-transition: .2s;
          transition: .2s;
}

em,
strong {
  font-weight: bold;
}

button,
input[type='submit'],
input[type='button'] {
  border: 0;
  vertical-align:middle;
  position:relative;
}

/* ========================================================================
/*
/* Bootstrap編集
/*
========================================================================= */
/* base
--------------------------------------------------------- */
h1 {
  float: none; 
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0; 
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal; 
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

@media (max-width: 767px) {
  .container {
    width: 100%;
  }
}

[class*='col-']:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  [class*='col-']:not(:last-child) {
    margin-bottom: 0;
  }
}

.modal {
  z-index: 9999;
}

input[type='file'].form-control {
  height: 0;
}

@media (max-width: 767px) {
  input[type='radio'],
  input[type='checkbox'] {
    margin-left: -23px !important;
  }
}

@media (max-width: 767px) {
  .radio-inline,
  .checkbox-inline {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive::-webkit-scrollbar {
    height: 3px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #757575;
  }
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* 全体
------------------------------------------------------------------------- */
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  min-height: 100vh;
}
@media (max-width: 767px) {
  .page-wrapper {
    /* 上部固定navbarに重なるのを防ぐ */
    padding-top: 55px;
  }
}
.page-wrapper--en {
  font-size: 1.6rem; 
  font-family: Arial, 'adventor', sans-serif;
}
.page-wrapper--entry,
.page-wrapper--warranty {
  padding-top: 0;
}

/* ------------------------------------------------------------------------
/* ヘッダー
------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .site-header {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header {
    position: relative;
    height: 100px;
  }
}

@media (min-width: 992px) {
  .site-header {
    height: 117px;
  }
}

@media (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 35px;
  }
}

@media (min-width: 992px) {
  .header-logo {
    top: 31px;
  }
}

.header-logo a:hover img,
.header-logo a:active img,
.header-logo a:focus img {
  opacity: 1;
}

.header-logo img {
  width: auto;
  height: auto; 
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-logo img {
    width: 200px;
  }
}

.header-logo--en img {
  width: 250px;
}
@media (min-width: 768px) {
  .header-logo--en img {
    width: 180px;
  }
}
@media (min-width: 992px) {
  .header-logo--en img {
    width: 250px;
  }
}

.header-logo--lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header-logo__title {
  position: relative;
  margin-left: 1em;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .header-logo__title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .header-logo__title {
    top: .3em;
    font-size: 3rem;
  }
}

.header-address {
  position: absolute;
  top: .7em;
  font-size: 1.1rem;
}
@media (min-width: 992px) {
  .header-address {
    font-size: 1.2rem;
  }
}

.header-btn {
  position: absolute;
  top: 1em;
  right: 0;
}
.header-btn::before {
  position: relative;
  top: -1px;
  margin-right: .5em;
  color: #1965b0;
  content: '\f054'; 
  vertical-align: middle;
  font-size: 1.2rem;
  font-family: FontAwesome;
}
@media (min-width: 992px) {
  .header-btn::before {
    font-size: 1.3rem;
  }
}
.header-btn a {
  display: inline;
  padding: 0;
  color: #1965b0;
  font-size: 1.6rem;
  font-family: Arial, 'adventor', sans-serif; 
  line-height: 1.5;
}
@media (min-width: 992px) {
  .header-btn a {
    letter-spacing: 1px; 
    font-size: 1.8rem;
  }
}
.header-btn a:hover,
.header-btn a:active,
.header-btn a:focus {
  color: #39c5fd;
  text-decoration: none;
}

/* ------------------------------------------------------------------------
/* コンテンツ
------------------------------------------------------------------------- */
.main-content {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-flex: 1;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .main-content {
    padding-bottom: 50px;
  }
}
.main-content--products,
.main-content--icynene,
.main-content--flow,
.main-content--case {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------------
/* フッター
------------------------------------------------------------------------- */
.footer-pr {
  padding-top: 1.8em;
  padding-bottom: 1.8em;
  background-color: #0052a5;
  color: #fff;
}
@media (min-width: 768px) {
  .footer-pr {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-pr {
    padding-top: 2.3em;
    padding-bottom: 2.3em;
    letter-spacing: 1px; 
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .footer-pr br {
    display: none;
  }
}

.footer-wrapper {
  padding-top: 1.7em;
  padding-bottom: 1.7em;
  background-color: #e3e3e3;
}
@media (min-width: 768px) {
  .footer-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .footer-wrapper {
    padding-top: 2.6em;
    padding-bottom: 2.3em;
  }
}

.site-footer {
  color: #666; 
  text-align: center;
  font-size: 1.2rem;
}

.footer-logo {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .footer-logo {
    margin-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .footer-logo {
    margin-bottom: 2.8em;
  }
}
.footer-logo img {
  height: auto; 
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer-logo img {
    width: 100px;
  }
}
@media (min-width: 768px) {
  .footer-logo img {
    width: 163px;
  }
}

.footer-info {
  letter-spacing: .5px;
}
@media (min-width: 768px) {
  .footer-info {
    line-height: 2.2;
  }
}

@media (min-width: 768px) {
  .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    letter-spacing: .5px;
    line-height: 2.2; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-contact__tel {
    margin-top: .7em;
    margin-bottom: .7em;
  }
}

@media (min-width: 768px) {
  .footer-contact__tel {
    margin-right: 1em;
  }
}

.copyright {
  color: #757575;
  text-align: center;
  letter-spacing: .5px; 
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .copyright {
    font-family: Verdana;
  }
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ナビゲーション
--------------------------------------------------------- */
.c-nav {
  z-index: 999; 
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
  }
}
@media (min-width: 768px) {
  .c-nav {
    padding-bottom: 1.5em; 
    border-bottom: 1px solid #0052a5;
  }
}
@media (min-width: 992px) {
  .c-nav {
    padding-bottom: 2.7em;
  }
}
@media (max-width: 767px) {
  .c-nav .container {
    padding-right: 0; 
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .c-nav__nav {
    display: block !important;
    height: auto !important;
  }
}
.c-nav__nav-inner {
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .c-nav__nav-inner > li {
    width: 12.5%;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li:not(:last-of-type) > a {
    border-right: 6px solid #fff;
  }
}
.c-nav__nav-inner > li > a {
  display: block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-nav__nav-inner > li > a {
    padding: 15px;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li > a {
    position: relative;
    padding: .8em 0;
    background-color: #fff;
    color: #333;
    text-align: center;
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  .c-nav__nav-inner > li > a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .c-nav__nav-inner > li > a::before {
    margin-right: 6px;
    color: #333;
    content: '\f0da'; 
    font-size: 1.5rem;
    font-family: FontAwesome;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li > a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #e3e3e3;
    content: '　';
  }
}
.c-nav__nav-inner > li > a:hover,
.c-nav__nav-inner > li > a:focus {
  opacity: 1;
}
@media (max-width: 767px) {
  .c-nav__nav-inner > li > a:hover,
  .c-nav__nav-inner > li > a:focus {
    background-color: #eaeaea;
    color: #333;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li > a:hover,
  .c-nav__nav-inner > li > a:focus {
    background-color: #fff;
    color: #1965b0;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner > li > a:hover::after,
  .c-nav__nav-inner > li > a:focus::after {
    background-color: #1965b0;
    -webkit-transition: .2s;
            transition: .2s;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner--en > li {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .c-nav__nav-inner--en > li > a {
    padding-top: .6em;
    padding-bottom: .6em;
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .c-nav__nav-inner--en > li > a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .c-nav__nav .is-active > a {
    background-color: #eaeaea;
    color: #333;
  }
}
@media (min-width: 768px) {
  .c-nav__nav .is-active > a {
    background-color: #fff;
    color: #1965b0;
  }
}
@media (min-width: 768px) {
  .c-nav__nav .is-active > a::after {
    background-color: #1965b0;
  }
}
.c-nav__nav .fa {
  margin-right: 7px;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .c-nav__nav .fa {
    position: relative;
    top: -2px; 
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .c-nav__header {
    display: -ms-grid;
    display:     grid;

    -ms-grid-columns: 1fr 50px 50px 50px;
    grid-template-columns: 1fr 50px 50px 50px;
  }
}
@media (min-width: 768px) {
  .c-nav__header {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-nav__header-logo {
    position: relative;
    top: -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    margin-left: 12px; 

    -ms-grid-column: 1;
        grid-column: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .c-nav__header-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-nav__header-logo img {
    width: 120px;
    height: auto;
    max-width: 100%;
    margin-right: 10px;
    vertical-align: middle;
  }
}
.c-nav__header-logo a {
  color: #fff;
  text-decoration: none; 
  font-size: 2rem;
}
.c-nav__header-logo a:hover img {
  opacity: 1;
}
@media (min-width: 768px) {
  .c-nav__header-btn {
    display: none;
  }
}
.c-nav__header-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 50px;
  height: 100%;
  color: #fff; 
  text-decoration: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.c-nav__header-btn .fa {
  color: #fff; 
  font-size: 3.1rem;
}
.c-nav__header-btn .fa-envelope {
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  .c-nav__header-btn--tel {
    -ms-grid-column: 2;
        grid-column: 2;
  }
}
.c-nav__header-btn--tel a {
  background-color: #33caf2;
}
@media (max-width: 767px) {
  .c-nav__header-btn--lang {
    -ms-grid-column: 3;
        grid-column: 3;
  }
}
.c-nav__header-btn--lang a {
  background-color: #1965b0;
}
@media (max-width: 767px) {
  .c-nav__header-menu {
    -ms-grid-column: 4;
        grid-column: 4;
  }
}

/* ハンバーガーメニュー
--------------------------------------------------------- */
@media (max-width: 767px) {
  .c-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    height: 100%;
    padding: 5px;
    background: #1acea1;
    cursor: pointer; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.c-hamburger__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin: 5px; 

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-hamburger__icon-bar {
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
          transition: .4s;
}
.c-hamburger__icon-bar:not(:last-of-type) {
  margin-bottom: 6px;
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(calc(3px + 6px)) rotate(-45deg);
      -ms-transform: translateY(calc(3px + 6px)) rotate(-45deg);
          transform: translateY(calc(3px + 6px)) rotate(-45deg);
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(calc(-3px - 6px)) rotate(45deg);
      -ms-transform: translateY(calc(-3px - 6px)) rotate(45deg);
          transform: translateY(calc(-3px - 6px)) rotate(45deg);
}

.c-hamburger__label {
  display: block;
  color: #fff;
  text-align: center; 
  font-size: 1rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5;
}

/* 横並びのリスト型ナビゲーション
--------------------------------------------------------- */
.c-nav-list {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 992px) {
  .c-nav-list {
    padding-top: 2.3em;
    padding-bottom: 2.3em;
  }
}
@media (min-width: 768px) {
  .c-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  .c-nav-list ul:not(:last-of-type) {
    margin-bottom: .2em;
  }
}
.c-nav-list__item {
  display: inline-block;
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .c-nav-list__item {
    letter-spacing: .5px;
  }
}
.c-nav-list__item:not(:last-of-type) {
  margin-right: 1em;
}
.c-nav-list__item::before {
  margin-right: .3em;
  color: #666;
  content: '\f0da'; 
  font-size: inherit;
  font-family: FontAwesome;
  line-height: 1;
}
.c-nav-list a {
  color: #666;
  line-height: 1.5;
}

/* ページング
--------------------------------------------------------- */
.paging {
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center; 
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
}
.paging span.current,
.paging span a.paging-text {
  overflow: hidden; 
  margin: 0 2px;
  padding: 4px 8px 6px 8px;
  background-color: #f5f5f5;
  color: #333;
  zoom: 1;
}
.paging span.current {
  background-color: #dcdcdc;
  text-decoration: none; 
  zoom: 1;
}
.paging span a.paging-text:hover {
  background: #39c5fd;
  color: #fff;
  text-decoration: none;
  opacity: 1; 
  cursor: pointer;
  zoom: 1;
}
.paging img {
  vertical-align: middle;
}

/* パンくずリスト
--------------------------------------------------------- */
.c-breadcrumb {
  background-color: #f5f5f5;
}
.c-breadcrumb__inner {
  padding: .5em 1em; 
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .c-breadcrumb__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .c-breadcrumb__inner {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .c-breadcrumb__inner {
    width: 1140px;
  }
}
.c-breadcrumb__item {
  display: inline-block;
  font-size: 1.1rem;
}
@media (min-width: 544px) {
  .c-breadcrumb__item {
    font-size: 1.3rem;
  }
}
.c-breadcrumb__item:not(:first-of-type)::before {
  position: relative;
  top: -1px;
  padding: 0 7px 0 5px;
  color: #c0c0c0;
  content: '\f105'; 
  vertical-align: middle;
  font-size: 1.6rem;
  font-family: FontAwesome;
}
@media (max-width: 543px) {
  .c-breadcrumb__item:not(:first-of-type)::before {
    padding-left: 2px;
  }
}
.c-breadcrumb .is-active {
  color: #777;
}

.c-breadcrumb .is-active a,
.c-breadcrumb .is-active span{ padding:.3em .5em; background:#0064af; text-decoration:none; color:#f5f5f5;}
.c-breadcrumb .is-active a:hover{ color:#fff; opacity:0.8}
.c-breadcrumb .is-active a:nth-child(2),
.c-breadcrumb .is-active span:nth-child(2){ background:#a4c339;}
.c-breadcrumb .is-active a:nth-child(3),
.c-breadcrumb .is-active span:nth-child(3){ background:#2aa9e0;}

.c-breadcrumb .is-active i { margin-right:.5em;}
.c-breadcrumb .is-active i.fa-caret-right { margin-right:.7em;}

/* タブリンク
--------------------------------------------------------- */
.c-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .c-tabs {
    overflow-x: auto; 
    margin-bottom: 15px;
    padding-bottom: 7px;
  }
  .c-tabs::-webkit-scrollbar {
    height: 3px;
  }
  .c-tabs::-webkit-scrollbar-track {
    background-color: #efefef;
  }
  .c-tabs::-webkit-scrollbar-thumb {
    background-color: #757575;
  }
}
.c-tabs__item {
  display: block;
  width: 100%;
  padding: .5em 1em;
  outline: none; 
  background-color: #1965b0;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .c-tabs__item {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .c-tabs__item {
    padding-right: 0;
    padding-left: 0;
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .c-tabs__item {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .c-tabs__item {
    font-size: 1.5rem;
  }
}
.c-tabs__item:hover,
.c-tabs__item:active,
.c-tabs__item:focus {
  background-color: #39c5fd;
  color: #fff;
  text-decoration: none;
}
.c-tabs__item.is-active {
  background-color: #39c5fd;
  color: #fff;
}
.c-tabs__item:not(:last-of-type) {
  margin-right: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-tabs__item:not(:last-of-type) {
    margin-right: 2px;
  }
}

/* セクション
--------------------------------------------------------- */
.c-section {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-section {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .c-section {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-section {
    margin-bottom: 70px;
  }
}
.c-section--layout-a {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .c-section--layout-a {
    margin-bottom: 25px;
  }
}
.c-section--layout-b {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-section--layout-b {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .c-section--layout-b {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .c-section--layout-b {
    margin-bottom: 30px;
  }
}
.c-section--layout-c {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-section--layout-c {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .c-section--layout-c {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-section--layout-c {
    margin-bottom: 50px;
  }
}
.c-section--layout-d {
  margin-bottom: 25px;
}
@media (min-width: 544px) {
  .c-section--layout-d {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .c-section--layout-d {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .c-section--layout-d {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .c-section--layout-d {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .c-section--narrow {
    width: 710px;
    margin-right: auto; 
    margin-left: auto;
  }
}
.c-section:last-child {
  margin-bottom: 0;
}

/* ブロック
--------------------------------------------------------- */
.c-block {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .c-block {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .c-block {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .c-block {
    margin-bottom: 55px;
  }
}
.c-block--layout-a {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .c-block--layout-a {
    margin-bottom: 20px;
  }
}
.c-block--layout-b {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .c-block--layout-b {
    margin-bottom: 25px;
  }
}
.c-block--layout-c {
  margin-bottom: 20px;
}
@media (min-width: 544px) {
  .c-block--layout-c {
    margin-bottom: 30px;
  }
}
.c-block--layout-d {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-block--layout-d {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .c-block--layout-d {
    margin-bottom: 35px;
  }
}
.c-block--layout-e {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .c-block--layout-e {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .c-block--layout-e {
    margin-bottom: 45px;
  }
}
.c-block--layout-f {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .c-block--layout-f {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .c-block--layout-f {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .c-block--narrow {
    width: 710px;
    margin-right: auto; 
    margin-left: auto;
  }
}
.c-block:last-child {
  margin-bottom: 0;
}

/* グリッド
--------------------------------------------------------- */
@media (min-width: 544px) {
  .c-grid-2,
  .c-grid-3,
  .c-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (max-width: 543px) {
  .c-grid-2__item:not(:last-of-type),
  .c-grid-3__item:not(:last-of-type),
  .c-grid-4__item:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}

.c-grid-2__item img,
.c-grid-3__item img,
.c-grid-4__item img {
  width: auto;
  height: auto; 
  max-width: 100%;
}

/* 2列グリッド */
@media (min-width: 544px) {
  .c-grid-2 {
    margin: calc(-25px / 2);
  }
}

@media (min-width: 992px) {
  .c-grid-2 {
    margin: calc(-40px / 2);
  }
}

@media (min-width: 544px) {
  .c-grid-2__item {
    width: calc(100% / 2 - 25px);
    margin: calc(25px / 2);
  }
}

@media (min-width: 992px) {
  .c-grid-2__item {
    width: calc(100% / 2 - 40px);
    margin: calc(40px / 2);
  }
}

/* 3列グリッド */
@media (min-width: 544px) {
  .c-grid-3 {
    margin: calc(-25px / 2);
  }
}

@media (min-width: 992px) {
  .c-grid-3 {
    margin: calc(-30px / 2);
  }
}

@media (min-width: 544px) {
  .c-grid-3__item {
    width: calc(100% / 2 - 25px);
    margin: calc(25px / 2);
  }
}

@media (min-width: 768px) {
  .c-grid-3__item {
    width: calc(33.33333% - 25px);
  }
}

@media (min-width: 992px) {
  .c-grid-3__item {
    width: calc(33.33333% - 30px);
    margin: calc(30px / 2);
  }
}

/* 4列グリッド */
@media (min-width: 544px) {
  .c-grid-4 {
    margin: calc(-20px / 2);
  }
}

@media (min-width: 992px) {
  .c-grid-4 {
    margin: calc(-30px / 2);
  }
}

@media (min-width: 544px) {
  .c-grid-4__item {
    width: calc(100% / 2 - 20px);
    margin: calc(20px / 2);
  }
}

@media (min-width: 768px) {
  .c-grid-4__item {
    width: calc(100% / 4 - 20px);
  }
}

@media (min-width: 992px) {
  .c-grid-4__item {
    width: calc(100% / 4 - 30px);
    margin: calc(30px / 2);
  }
}

/* 背景
--------------------------------------------------------- */
.c-bg {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  .c-bg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.c-bg--primary {
  background-color: #0052a5;
  color: #fff;
}
.c-bg--muted {
  background-color: #e3e3e3;
}
.c-bg--condensed {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* 囲み記事
--------------------------------------------------------- */
.c-well {
  padding: 1.5em;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .c-well--center {
    text-align: center;
  }
}
.c-well__title {
  margin-bottom: 1em;
  padding: .5em 1em;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
}
.c-well__title--primary {
  background: -webkit-linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  background:         linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  color: #fff;
  font-weight: normal;
}

/* 大見出し
--------------------------------------------------------- */
.c-page-heading {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 3em;
  border-bottom: 1px solid #0052a5;
}
@media (max-width: 767px) {
  .c-page-heading {
    margin-top: 1.2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .c-page-heading {
    margin-top: 3em;
    margin-bottom: 2.5em;
    padding-left: 3.8em;
  }
}
@media (min-width: 992px) {
  .c-page-heading {
    margin-top: 4em;
    margin-bottom: 3em;
    padding-bottom: .2em; 
    padding-left: 4.6em;
  }
}
.c-page-heading::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.3em;
  height: 2.3em;
  background-color: #aac535;
  content: '';
}
@media (min-width: 768px) {
  .c-page-heading::before {
    width: 2.8em;
    height: 2.8em;
  }
}
@media (min-width: 992px) {
  .c-page-heading::before {
    width: 3.5em;
    height: 3.5em;
  }
}
.c-page-heading__title {
  letter-spacing: 1px; 
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-page-heading__title {
    margin-bottom: 3px;
  }
}
@media (min-width: 768px) {
  .c-page-heading__title {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .c-page-heading__title {
    font-size: 3rem;
  }
}
.c-page-heading--en {
  padding-left: 3em;
}
@media (min-width: 992px) {
  .c-page-heading--en {
    padding-left: 4.8em;
  }
}
@media (max-width: 767px) {
  .c-page-heading--en .c-page-heading__title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .c-page-heading--en .c-page-heading__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .c-page-heading--en .c-page-heading__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .c-page-heading--en .c-page-heading__title {
    font-size: 3.4rem;
  }
}

/* 見出し
--------------------------------------------------------- */
.c-heading {
  margin-bottom: 1em;
  font-size: 2rem; 
  line-height: 1.5;
}
@media (min-width: 544px) {
  .c-heading {
    margin-bottom: 24px;
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .c-heading {
    margin-bottom: 1.1em;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .c-heading--en {
    position: relative;
    top: -.2em;
  }
}
@media (min-width: 992px) {
  .c-heading--en {
    top: -.3em;
    font-size: 2.7rem;
  }
}

/* 背景ベタ塗り */
.c-heading-bg {
  position: relative;
  margin-bottom: 10px;
  padding: 8px 13px 5px;
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-heading-bg {
    margin-bottom: 12px;
    padding: 10px 13px 8px;
  }
}
@media (min-width: 992px) {
  .c-heading-bg {
    margin-bottom: 15px;
    padding: 12px 15px 10px;
  }
}
.c-heading-bg--primary {
  background-color: #0052a5;
  color: #fff;
}
.c-heading-bg--muted {
  background-color: #d3d3d3;
  color: #333;
}
.c-heading-bg--center {
  text-align: center;
}
.c-heading-bg__link {
  position: absolute;
  top: 0;
  right: 1em;
  padding: 0;
  font-weight: normal; 
  font-size: 1.6rem;
}

.c-heading-border {
  border-bottom: 2px solid #0052a5;
  font-weight: bold; 
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-heading-border {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .c-heading-border {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .c-heading-border {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.c-heading-border--icon {
  padding-bottom: 2px;
  padding-left: 25px;
  background: url(../images/common/sample/icon-file.png) left top no-repeat;
  background-size: 20px;
}
@media (min-width: 768px) {
  .c-heading-border--icon {
    padding-left: 30px;
    background-size: 25px;
  }
}
@media (min-width: 992px) {
  .c-heading-border--icon {
    padding-left: 35px;
    background-size: 28px;
  }
}
.c-heading-border--muted {
  border-color: #d3d3d3;
}
.c-heading-border--stripe {
  position: relative;
  padding-bottom: 4px; 
  border-bottom: 0;
}
.c-heading-border--stripe::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(135deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background:         repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  content: '';
}

/* 下に短いポイントの線 */
.c-heading-point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  margin-bottom: .8em;
  color: #0052a5; 
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.8;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (min-width: 544px) {
  .c-heading-point {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .c-heading-point {
    text-align: center; 
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .c-heading-point {
    font-size: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .c-heading-point {
    font-size: 2.8rem;
  }
}

/* 端を折る */
.c-heading-fold {
  position: relative;
  margin-bottom: 12px;
  padding: 8px 13px 5px;
  background-color: #0052a5;
  color: #fff; 
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .c-heading-fold {
    margin-bottom: 15px;
    padding: 10px 13px 8px;
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .c-heading-fold {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 2rem;
  }
}
.c-heading-fold::before,
.c-heading-fold::after {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  content: '';
}
.c-heading-fold--lb::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 10px 0;
  border-right-color: #0c3f71;
}
@media (min-width: 768px) {
  .c-heading-fold--lb::before {
    border-width: 0 calc(15px + 5px) calc(10px + 5px) 0;
  }
}
.c-heading-fold--rb::after {
  top: 100%;
  right: 0;
  border-width: 10px 15px 0 0;
  border-top-color: #0c3f71;
}
@media (min-width: 768px) {
  .c-heading-fold--rb::after {
    border-width: calc(10px + 5px) calc(15px + 5px) 0 0;
  }
}
.c-heading-fold--lt::before {
  top: -10px;
  left: 0;
  border-width: 0 0 10px 15px;
  border-bottom-color: #0c3f71;
}
@media (min-width: 768px) {
  .c-heading-fold--lt::before {
    top: calc(-10px - 5px);
    border-width: 0 0 calc(10px + 5px) calc(15px + 5px);
  }
}
.c-heading-fold--rt::after {
  top: -10px;
  right: 0;
  border-width: 0 15px 10px 0;
  border-bottom-color: #0c3f71;
}
@media (min-width: 768px) {
  .c-heading-fold--rt::after {
    top: calc(-10px - 5px);
    border-width: 0 calc(15px + 5px) calc(10px + 5px) 0;
  }
}
.c-heading-fold--ribbon::after {
  top: 0;
  right: 0;
  border-width: 25px 20px;
  border-right-color: #fff;
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  margin-bottom: .6em;
  color: #0052a5; 
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 544px) {
  .c-copy {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .c-copy {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .c-copy {
    margin-bottom: 1em; 
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .c-copy--center {
    text-align: center;
  }
}
.c-copy--basic {
  font-weight: normal;
  line-height: 1.8;
}

/* リスト
--------------------------------------------------------- */
.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}

.c-list--disc > li {
  margin-left: 16px;
  list-style-type: disc;
}

.c-list--num > li {
  margin-left: 18px;
  list-style-type: decimal;
}

.c-list--circle > li {
  margin-left: 18px;
  list-style-type: circle;
}

.c-list--abc > li {
  margin-left: 18px;
  list-style-type: lower-alpha;
}

.c-list--dot > li {
  padding-left: 18px;
}
.c-list--dot > li::before {
  content: '・';
}

.c-list--square > li {
  padding-left: 20px;
}
.c-list--square > li::before {
  content: '■';
}

.c-list--diamond > li {
  padding-left: 20px;
}
.c-list--diamond > li::before {
  content: '◆';
}

.c-list--kome > li {
  padding-left: 1.4em;
}
.c-list--kome > li::before {
  content: '※';
}

.c-list--kome-num {
  counter-reset: my-counter;
}
.c-list--kome-num > li {
  padding-left: 2.2em;
}
.c-list--kome-num > li::before {
  content: '※' counter(my-counter); 
  counter-increment: my-counter;
}

.c-list--inline li {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .c-list--inline li {
    display: block;
    margin-right: 0;
  }
}
.c-list--inline li:last-child {
  margin-right: 0;
}

.c-list--frame {
  border: 1px solid #ccc;
}
.c-list--frame li {
  padding: 10px 20px;
  text-align: center;
}
.c-list--frame li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.c-list--number {
  counter-reset: my-counter;
}
.c-list--number > li {
  padding-left: 3.6rem;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .c-list--number > li {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .c-list--number > li {
    font-size: 1.7rem;
  }
}
.c-list--number > li::before {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #1acea1;
  color: #fff;
  content: counter(my-counter); 
  counter-increment: my-counter;
  text-align: center;
  font-size: 1.8rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 25px;
}
.c-list--number > li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

/* リード
--------------------------------------------------------- */
.c-lead p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.c-lead__sign {
  text-align: right;
}
.c-lead__sign img {
  width: 240px;
  height: auto; 
  max-width: 100%;
}

/* テーブル
--------------------------------------------------------- */
.c-table {
  width: 100%;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .c-table {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .c-table {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .c-table {
    font-size: 1.5rem;
  }
}
.c-table th {
  width: 15%;
  padding: .6em .6em;
  font-weight: normal;
}
.c-table td {
  padding: .6em .6em;
}
.c-table--style-a {
  border: 1px solid #d3d3d3;
}
.c-table--style-a thead th {
  background-color: #1965b0;
  color: #fff;
  text-align: center;
}
.c-table--style-a thead .muted {
  background-color: #e3e3e3;
  color: #333;
}
.c-table--style-a tr:not(:last-of-type) {
  border-bottom: 1px solid #d3d3d3;
}
.c-table--style-a th {
  width: 25%;
  padding: 1em 1em;
  border-right: 1px solid #d3d3d3;
  background-color: #f5f5f5;
  vertical-align: top;
}
.c-table--style-a td {
  padding: 1em 1em;
  border-right: 1px solid #d3d3d3;
}
@media (max-width: 767px) {
  .c-table--style-a td .dl-inline:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .c-table--style-a td .dl-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
@media (min-width: 768px) {
  .c-table--style-a td .dl-inline dt {
    margin-right: 2em;
  }
}
.c-table--style-b {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-table--style-b {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .c-table--style-b {
    font-size: 1.5rem;
  }
}
.c-table--style-b tr {
  border-bottom: 1px solid #1965b0;
}
.c-table--style-b tr:first-of-type {
  border-top: 1px solid #1965b0;
}
.c-table--style-b th {
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-table--style-b th {
    width: 40%;
    padding-top: .2em;
    padding-bottom: .2em;
  }
}
@media (min-width: 768px) {
  .c-table--style-b th {
    width: 30%;
  }
}
.c-table--style-b td {
  padding-right: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .c-table--style-b td {
    padding-top: .2em;
    padding-bottom: .2em;
  }
}
.c-table--style-b .symbol {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .c-table--style-b .symbol {
    font-size: 2.8rem;
  }
}
.c-table--style-b .circle {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .c-table--style-b .circle {
    font-size: 2.2rem;
  }
}
.c-table--style-b .triangle {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .c-table--style-b .triangle {
    font-size: 2.2rem;
  }
}
.c-table--condensed th,
.c-table--condensed td {
  padding: .4em .7em;
}
.c-table--bordered th,
.c-table--bordered td {
  border: 1px solid #d3d3d3;
}
.c-table--icynene {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .c-table--icynene {
    font-size: 1.4rem;
  }
}
.c-table--icynene th {
  width: auto;
}
.c-table--icynene td {
  text-align: center;
}

/* ラベル
--------------------------------------------------------- */
.c-label {
  display: inline-block;
  padding: 5px 15px 3px;
  background-color: #999;
  color: #fff;
  text-align: center;
  letter-spacing: 1px; 
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-label--primary {
  background-color: #0052a5;
}
.c-label--success {
  background: -webkit-linear-gradient(45deg, #12e6b1 0, #39c5fd 100%);
  background:         linear-gradient(45deg, #12e6b1 0, #39c5fd 100%);
}
.c-label--warning {
  background-color: #fa891b;
}

/* キービジュアル
--------------------------------------------------------- */
.c-key-visual {
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .c-key-visual {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .c-key-visual {
    margin-bottom: 50px;
  }
}

/* メディア
--------------------------------------------------------- */
@media (min-width: 544px) {
  .c-media {
    display: -ms-grid;
    display:     grid;

    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.c-media__image {
  text-align: center;
}
@media (max-width: 543px) {
  .c-media__image {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 544px) {
  .c-media__image {
    margin-right: 2.3vw; 

    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
  }
}
.c-media__image img {
  height: auto; 
  max-width: 100%;
}
@media (max-width: 543px) {
  .c-media__image img {
    width: auto;
  }
}
@media (min-width: 544px) and (max-width: 767px) {
  .c-media__image img {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-media__image img {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .c-media__image--lineup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
.c-media__image--lineup .c-figure:not(:last-of-type) {
  margin-right: 1em;
}
.c-media__image--lineup .u-cap {
  font-size: 1.2rem;
}

@media (min-width: 544px) {
  .c-media__body {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1;
  }
}

@media (min-width: 544px) {
  .c-media__body--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media (min-width: 544px) {
  .c-media--rev {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

@media (min-width: 544px) {
  .c-media--rev .c-media__image {
    margin-right: 0;
    margin-left: 2.5vw; 

    -ms-grid-column: 2;
        grid-column: 2;
  }
}

@media (min-width: 544px) {
  .c-media--rev .c-media__body {
    -ms-grid-column: 1;
        grid-column: 1;
  }
}

/* 画像・タイトル・テキストのセット
--------------------------------------------------------- */
.c-card__image {
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .c-card__image {
    margin-bottom: 1.5em;
  }
}

.c-card__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: end;
  margin-bottom: .8em;
  padding-bottom: .4em;
  border-bottom: 1px solid #333;
  font-weight: bold;
  line-height: 1.5; 

  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-card__title {
    font-size: 1.5rem;
  }
}

.c-card__txt {
  font-size: 1.4rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-card__txt {
    font-size: 1.2rem;
  }
}

/* 画像とキャプションのセット
--------------------------------------------------------- */
.c-figure {
  text-align: center;
}
.c-figure__img {
  height: auto; 
  max-width: 100%;
}
.c-figure__cap {
  margin-top: .7em;
}

/* サムネイル
--------------------------------------------------------- */
.c-thumbnail-group {
  text-align: center;
}
@media (min-width: 768px) {
  .c-thumbnail-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-thumbnail-group .c-thumbnail:not(:last-of-type) {
    margin-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .c-thumbnail-group .c-thumbnail:not(:last-of-type) {
    margin-right: 4px;
  }
}
@media (min-width: 768px) {
  .c-thumbnail-group--5 .c-thumbnail {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .c-thumbnail {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display:         inline-flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    text-align: center; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

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

.c-thumbnail__cap {
  padding: .5em 1em;
  background-color: #0052a5;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-thumbnail__cap {
    padding-right: .3em;
    padding-left: .3em;
    font-size: 1.2rem;
  }
}

/* ボタン
--------------------------------------------------------- */
.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  /*display: inline-flex;*/
  display:inline-block;
  -ms-flex-align: center;
  padding: .5em 1.4em;
  background-color: #f5f5f5;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer; 

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn::before,
.c-btn::after {
  font-family: FontAwesome;
}
.c-btn::before {
  margin-right: .5em;
}
.c-btn::after {
  margin-left: .5em;
}
.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .2s;
          transition: .2s;
}
.c-btn--primary {
  background-color: #1965b0;
  color: #fff;
}
.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus {
  background-color: #39c5fd;
  color: #fff;
}
.c-btn--secondary {
  background-color: #1acea1;
  color: #fff;
}
.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  background-color: #39c5fd;
  color: #fff;
}
.c-btn--arrow-right::before {
  content: '\f054'; 
  font-size: 1.2rem;
}
.c-btn--arrow-left::before {
  content: '\f0d9';
}
.c-btn--arrow-bottom::before {
  content: '\f0ab';
}
.c-btn--back::before {
  content: '\f0e2';
}
.c-btn--download::before {
  content: '\f019';
}
.c-btn--file::before {
  content: '\f0f6';
}
.c-btn--pdf::before {
  content: '\f1c1';
}
.c-btn--mail::before {
  content: '\f0e0';
}
.c-btn--print::before {
  content: '\f02f';
}
.c-btn--map::before {
  content: '\f041';
}
.c-btn--muted {
  border: 1px solid #dbdbdb;
}
.c-btn--mini {
  padding: .2em 1em .2em .8em;
  font-size: 1.1rem;
}
.c-btn--mini::before {
  font-size: 9px;
}
.c-btn--lg {
  font-size: 1.8rem;
}

/* リンクテキスト
--------------------------------------------------------- */
.c-link-txt {
  line-height: 1.6;
}
.c-link-txt::before {
  margin-right: 5px;
  color: #1965b0;
  content: '\f054'; 
  vertical-align: middle;
  font-family: FontAwesome;
  line-height: 1;
}
.c-link-txt--home::before {
  content: '\f015';
}
.c-link-txt--map::before {
  content: '\f041';
}
.c-link-txt--down::before {
  content: '\f0d7';
}
.c-link-txt a {
  color: #333;
  text-decoration: underline;
}
.c-link-txt a:hover {
  color: #39c5fd;
  text-decoration: none;
}

/* 電話番号リンク
--------------------------------------------------------- */
@media (max-width: 767px) {
  .c-tel-link a {
    display: block;
    padding: .3em 1em;
    border-radius: 30px;
    background-color: #0052a5;
    color: #fff; 
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.8rem;
    font-family: Arial, 'adventor',sans-serif;
    line-height: 1.4;
  }
}

@media (max-width: 767px) {
  .c-tel-link a::before {
    margin-right: .2em;
    content: '\f095'; 
    font-size: inherit;
    font-family: FontAwesome;
    line-height: inherit;
  }
}

.c-tel-link a:hover,
.c-tel-link a:active,
.c-tel-link a:focus {
  text-decoration: none;
}

/* アコーディオン
--------------------------------------------------------- */
.c-accordion__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 1em 1em;
  background-color: #f5f5f5;
  cursor: pointer; 

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.c-accordion__header::after {
  padding-left: 1em;
  color: #c0c0c0;
  content: '\f0fe'; 
  vertical-align: middle;
  text-align: right;
  font-size: 1.6rem;
  font-family: FontAwesome;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-accordion__header::after {
    font-size: 2.2rem;
  }
}
.c-accordion__header.is-active::after {
  content: '\f146';
}

.c-accordion__body {
  display: none;
}

/* 埋め込みコンポーネント（Googleマップ・Youtube等）
--------------------------------------------------------- */
.c-embed-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-embed-responsive__item,
.c-embed-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  outline: none; 
  background-color: #f5f5f4;
}

/* ページトップ
--------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  right: 5px; 
  bottom: 5px;
}
@media (min-width: 768px) {
  .c-pagetop {
    right: 20px; 
    bottom: 20px;
  }
}
.c-pagetop a {
  outline: none;
}
@media (max-width: 767px) {
  .c-pagetop img {
    width: 30px;
  }
}

/* バナー
--------------------------------------------------------- */
.c-banner a {
  display: block;
  padding: 1em 1em;
  border: 1px solid #999;
  color: #333; 
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .c-banner a {
    padding: .7em .5em;
  }
}
@media (min-width: 992px) {
  .c-banner a {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }
}

.c-banner__icon {
  width: 99px;
  margin-right: auto;
  margin-bottom: .7em; 
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-banner__icon {
    margin-top: .6em;
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .c-banner__icon {
    margin-top: .6em;
    margin-bottom: 1.2em;
  }
}

.c-banner__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  color: #333;
  font-size: 1.8rem;
  line-height: 1.5; 

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-banner__title {
    margin-bottom: .5em;
  }
}
@media (min-width: 768px) {
  .c-banner__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .c-banner__title {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .c-banner__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .c-banner__title--sm {
    font-size: 1.7rem;
  }
}
@media (min-width: 1200px) {
  .c-banner__title--sm {
    font-size: 1.8rem;
  }
}

.c-banner__txt {
  color: #333;
  text-align: left; 
  font-size: 1.4rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .c-banner__txt {
    margin-top: 1em;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .c-banner__txt {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  .c-banner__txt {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .c-banner__txt br {
    display: none;
  }
}

.c-banner--plain a {
  border: 0;
  background-color: #fff;
}
.c-banner--plain a:hover {
  background-color: #0052a5;
  color: #fff;
}

/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* 施工写真
--------------------------------------------------------- */
@media (max-width: 767px) {
  .p-const {
    margin-bottom: 2em;
  }
}

@media (min-width: 992px) {
  .p-const {
    margin-bottom: 1em;
  }
}

@media (max-width: 543px) {
  .p-const .c-copy {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 768px) {
  .p-const .c-copy {
    margin-bottom: 2em;
  }
}

@media (min-width: 768px) {
  .p-const__item {
    margin-bottom: 3.5em !important;
  }
}

@media (min-width: 544px) {
  .p-const .c-grid-2 {
    -ms-flex-align: end;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
}

.p-const .c-figure__cap {
  color: #1965b0;
}
@media (min-width: 768px) {
  .p-const .c-figure__cap {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .p-const .c-figure__cap {
    font-size: 1.5rem;
  }
}

/* 資料ダウンロード
--------------------------------------------------------- */
.p-download__item {
  text-align: center;
}
@media (min-width: 768px) {
  .p-download__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
.p-download__item:not(:last-of-type) {
  margin-bottom: 2em;
}

.p-download__heading {
  padding: .4em 1.5em;
  background-color: #09345e;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-download__heading {
    margin-bottom: .8em;
  }
}
@media (min-width: 768px) {
  .p-download__heading {
    width: 34%;
    padding: 2.5em 1.5em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .p-download__heading {
    font-size: 2.9rem;
  }
}

.p-download__list {
  text-align: left;
}
@media (min-width: 768px) {
  .p-download__list {
    width: 66%;
    margin-left: 1.8em;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-download__list {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .p-download__list {
    font-size: 1.7rem;
  }
}
.p-download__list li {
  position: relative;
  padding-left: 1.5em;
}
.p-download__list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  margin-right: .5em;
  color: #0052a5;
  content: '\f046'; 
  font-size: inherit;
  font-family: FontAwesome;
  line-height: 1;
}
.p-download__list .icon {
  position: relative;
  top: -2px;
  margin-left: .3em;
}
.p-download__list .icon img {
  width: 17px;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

/* p-flow
--------------------------------------------------------- */
.p-flow:not(:last-of-type) {
  margin-bottom: 2.5em;
}
@media (min-width: 992px) {
  .p-flow:not(:last-of-type) {
    margin-bottom: 3.5em;
  }
}

@media (max-width: 767px) {
  .p-flow__title {
    margin-bottom: .7em;
    font-weight: bold; 
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) {
  .p-flow__title {
    margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .p-flow__image {
    margin-bottom: 1.5em;
  }
}

@media (min-width: 544px) {
  .p-flow__image img {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .p-flow__image img {
    width: 170px;
  }
}

@media (min-width: 992px) {
  .p-flow__image img {
    width: 200px;
  }
}

/* Introduction
--------------------------------------------------------- */
@media (max-width: 543px) {
  .p-intro .c-media__image {
    width: 100px;
    margin-right: auto; 
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .p-intro .c-media__image {
    width: 140px;
  }
}

.p-intro__txt {
  line-height: 2;
}

/* 新着情報
--------------------------------------------------------- */
.p-news__table {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-news__table {
    font-size: 1.4rem;
  }
}
.p-news__table tr {
  border-bottom: 1px dotted #ccc;
}
@media (max-width: 767px) {
  .p-news__table tr:not(:first-of-type) th {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-news__table th {
    display: block;
    width: 100%;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .p-news__table th {
    width: 20%;
    padding-top: 14px;
    padding-bottom: 14px;
    vertical-align: top;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .p-news__table td {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .p-news__table td {
    padding: 14px 8px 14px 30px;
    vertical-align: top;
  }
}
.p-news__table td .c-btn {
  margin-left: 1em;
}

.p-news .icon-new {
  margin-left: 1em;
  color: #e91717;
  vertical-align: middle;
  font-size: 1.1rem;
  font-family: Arial, 'adventor', sans-serif;
}

.p-news__image {
  position: relative;
  height: 250px;
  border: 1px solid #e7e7e7;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 0 0 1px white inset;
          box-shadow: 0 0 0 1px white inset;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-news__image {
    height: 200px;
  }
}
.p-news__image-wrap {
  margin-bottom: 1.5em;
}
.p-news__image a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
.p-news__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%; 
  margin: auto;
}

.p-news__comment {
  margin-bottom: 1.5em;
}
@media (min-width: 992px) {
  .p-news__comment {
    margin-bottom: 2.5em;
  }
}

.p-news__file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: end;

  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.p-news__file li:not(:last-of-type) {
  margin-bottom: .5em;
}

.p-news__btn-back {
  text-align: center;
}
@media (min-width: 992px) {
  .p-news__btn-back .c-btn {
    padding: .5em 4em;
    font-size: 2rem;
  }
}

/* 会社概要
--------------------------------------------------------- */
@media (max-width: 767px) {
  .p-outline__table th {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .p-outline__table th {
    width: 22%;
  }
}

/* 沿革
--------------------------------------------------------- */
.p-history__table th {
  vertical-align: top;
}
@media (max-width: 543px) {
  .p-history__table th {
    width: 22%;
  }
}

/* Promotion
--------------------------------------------------------- */
.p-promo {
  padding: 1.5em;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-promo {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .p-promo {
    padding: 3em;
  }
}
.p-promo__btn {
  text-align: right;
}
.p-promo__label {
  margin-bottom: .6em;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .p-promo__label {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-promo__label {
    font-size: 1.8rem;
  }
}

/* LDフォームリンク
--------------------------------------------------------- */
.p-ldform__title {
  margin-bottom: 1em;
  padding-top: .3em;
  padding-bottom: .3em;
  border: 1px solid #333; 
  background: none;
  text-align: center;
}
@media (min-width: 768px) {
  .p-ldform__title {
    margin-bottom: 1.5em;
    padding-top: .5em;
    padding-bottom: .3em;
  }
}

@media (max-width: 767px) {
  .p-ldform__item:not(:last-of-type) {
    margin-bottom: .5em;
  }
}

.p-ldform__item a,.p-ldform__item span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: .7em 1em;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  color: #333;
  text-align: center;
  text-decoration: none; 
  line-height: 1.6;

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .p-ldform__item a,.p-ldform__item span {
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-ldform__item a,.p-ldform__item span {
    padding: .7em .7em;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-ldform__item a:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.p-ldform__item a.st{background:#0064af; color:#fff;}
.p-ldform__item a.nd{background:#a4c339; color:#fff;}
.p-ldform__item a.rd{background:#2aa9e0; color:#fff;}

.p-ldform__item a:hover,
.p-ldform__item a:active,
.p-ldform__item a:focus {
  -webkit-box-shadow: 0 1px 13px 3px rgba(51, 51, 51, .1);
          box-shadow: 0 1px 13px 3px rgba(51, 51, 51, .1);
  text-decoration: none;
}

.p-ldform .is-active {
  background: -webkit-linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  background:         linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  color: #fff;
  text-decoration: none;
}

/* よくある質問
--------------------------------------------------------- */
.p-faq:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-faq__question::before,
.p-faq__answer::before {
  padding: .2em .5em;
  background-color: #0052a5;
  color: #fff;
  font-size: 1.8rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p-faq__question::before,
  .p-faq__answer::before {
    font-size: 2rem;
  }
}

.p-faq__question {
  position: relative;
  padding: .4em 1em .4em 2.6em;
  color: #0052a5;
}
@media (min-width: 768px) {
  .p-faq__question {
    padding-top: .6em;
    padding-bottom: .6em;
    padding-left: 3.3em;
  }
}
@media (min-width: 992px) {
  .p-faq__question {
    padding: .6em 1em .6em 4em;
  }
}
.p-faq__question::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: center;
  content: 'Q'; 

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media (min-width: 992px) {
  .p-faq__question::before {
    padding: .2em .5em;
    font-size: 2.4rem;
  }
}

.p-faq__title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-faq__title {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .p-faq__title {
    font-size: 1.8rem;
  }
}

.p-faq__answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: start;
  padding-top: .8em;
  padding-right: 1em;
  padding-bottom: .8em; 

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.p-faq__answer::before {
  margin-right: .6em;
  background: -webkit-linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  background:         linear-gradient(45deg, #39c5fd 0, #12e6b1 100%);
  content: 'A';
}
@media (min-width: 768px) {
  .p-faq__answer::before {
    margin-left: 1.5em;
  }
}
@media (min-width: 992px) {
  .p-faq__answer::before {
    margin-right: 1em;
  }
}

/* 認定施工店のご紹介
--------------------------------------------------------- */
.p-store {
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .p-store {
    padding-bottom: 2em;
  }
}
@media (min-width: 992px) {
  .p-store {
    padding-bottom: 3em;
  }
}
.p-store .c-tabs {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .p-store .c-tabs {
    margin-bottom: 3em;
  }
}
@media (min-width: 768px) {
  .p-store__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: start;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
}
.p-store__item:not(:last-of-type) {
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .p-store__item:not(:last-of-type) {
    margin-bottom: 3em;
  }
}
@media (max-width: 767px) {
  .p-store__label {
    margin-bottom: 1em;
    padding: .3em 2em;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .p-store__label {
    width: 20%;
    padding: .4em .5em .4em;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .p-store__label {
    padding: .5em 1em .4em;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .p-store__label {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-store__table {
    width: 80%;
    margin-top: .3em;
  }
}
@media (min-width: 992px) {
  .p-store__table {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-store__table th {
    display: block;
    width: 100%;
    padding-bottom: .3em;
  }
}
@media (min-width: 768px) {
  .p-store__table th {
    width: 15%;
    padding-bottom: 1em;
    vertical-align: top;
    text-align: right;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  .p-store__table td {
    display: block;
    width: 100%;
    padding-bottom: 1.7em;
  }
}
@media (min-width: 768px) {
  .p-store__table td {
    padding: 0 1em 1em 3em;
  }
}
.p-store__box:not(:last-of-type) {
  margin-bottom: 1em;
}
.p-store__name {
  color: #1965b0;
}
.p-store a.muted {
  color: #333;
}

/* カタログダウンロード
--------------------------------------------------------- */
.p-catalog {
  padding: 1em 1em 1em;
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .p-catalog {
    padding: 1.5em 1.5em 1.5em;
  }
}
@media (min-width: 992px) {
  .p-catalog {
    padding: 3em 3em 3em;
  }
}
.p-catalog__heading {
  margin-bottom: 1em;
  padding-bottom: .3em;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold; 
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-catalog__heading {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .p-catalog__heading {
    margin-bottom: 1.5em;
  }
}
.p-catalog__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
  text-align: center; 

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.p-catalog__item:not(:last-of-type) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .p-catalog__item:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 992px) {
  .p-catalog__item:not(:last-of-type) {
    margin-bottom: 2.3em;
  }
}
.p-catalog__box {
  width: 100%;
  padding: 1em;
}
@media (min-width: 768px) {
  .p-catalog__box {
    padding: 2em;
  }
}
.p-catalog__title {
  display: inline-block;
  margin-bottom: 1em;
  padding: .2em 2em;
  border-radius: 30px;
  background-color: #1965b0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6;
}
@media (min-width: 544px) {
  .p-catalog__title {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .p-catalog__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .p-catalog__title {
    padding: .3em 3em;
    font-size: 1.8rem;
  }
}
.p-catalog__btn .c-btn {
  padding: .3em 2em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 544px) {
  .p-catalog__btn .c-btn {
    padding: .4em 3em;
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .p-catalog__btn .c-btn {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .p-catalog__btn .c-btn {
    padding: .6em 5em;
    font-size: 2.4rem;
  }
}
.p-catalog__image {
  width: 40%;
}
@media (min-width: 544px) {
  .p-catalog__image {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .p-catalog__image {
    width: 25%;
  }
}
.p-catalog__image img {
  width: auto;
  height: auto; 
  max-width: 100%;
}

/* p-service
--------------------------------------------------------- */
@media (max-width: 991px) {
  .p-service .c-grid-2 {
    display: block;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .p-service .c-grid-2__item {
    width: auto;
    margin: 0;
    margin-bottom: 3em;
  }
}

@media (max-width: 543px) {
  .p-service .c-grid-2__item:not(:last-of-type) {
    margin-bottom: 1.5em;
  }
}

.p-service .c-grid-2__item img {
  width: auto;
  height: auto; 
  max-width: 100%;
}

/* お電話でのお問い合わせ
--------------------------------------------------------- */
.p-contact-tel__item {
  padding: 20px;
  background-color: #f5f8fa;
}
@media (min-width: 768px) {
  .p-contact-tel__item {
    display: table;
    width: 100%;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .p-contact-tel__item {
    padding-right: 30px; 
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .p-contact-tel__item {
    padding-right: 50px; 
    padding-left: 80px;
  }
}

.p-contact-tel__num {
  font-size: 4.2rem;
}
@media (min-width: 768px) {
  .p-contact-tel__num {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .p-contact-tel__num {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .p-contact-tel__num {
    width: 33%;
  }
}
.p-contact-tel__num .fa {
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 1.9rem;
}
@media (min-width: 768px) {
  .p-contact-tel__num .fa {
    top: 3px;
    margin-right: 8px;
    font-size: 3.8rem;
  }
}

.p-contact-tel__time {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 544px) {
  .p-contact-tel__time {
    margin-top: 8px;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .p-contact-tel__time {
    display: table-cell;
    vertical-align: middle;
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  .p-contact-tel__time {
    font-size: 2rem;
  }
}

/* お問い合わせフォーム
--------------------------------------------------------- */
.p-contact__copy {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .p-contact__copy {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .p-contact input[type='checkbox'],
  .p-contact input[type='radio'] {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 768px) {
  .p-contact input[type='checkbox'],
  .p-contact input[type='radio'] {
    position: static;
    margin-right: 5px;
  }
}

.p-contact input[type='text'],
.p-contact input[type='email'],
.p-contact textarea,
.p-contact select {
  border-radius: 3px;
}

@media (max-width: 767px) {
  .p-contact .checkbox-inline,
  .p-contact .radio-inline {
    display: block;
    margin-left: 0;
  }
}

.p-contact .checkbox {
  margin-left: 20px;
  font-weight: normal;
}

.p-contact .required input[type='text'],
.p-contact .required input[type='email'],
.p-contact .required input[type='password'],
.p-contact .required select,
.p-contact .required textarea {
  background-color: #fef1f1;
}

.p-contact .item-s {
  display: inline-block;
  width: 170px;
}

@media (min-width: 768px) {
  .p-contact .item-m {
    display: inline-block;
    width: 300px;
  }
}

@media (min-width: 992px) {
  .p-contact .item-l {
    display: inline-block;
    width: 450px;
  }
}

.p-contact button,
.p-contact input[type='submit'],
.p-contact input[type='button'] {
  overflow:hidden;
  padding: .8em 1.53em .8em 1.2em;
  text-align: left;
  font-size: 1.6rem;
}
.p-contact button::before,
.p-contact input[type='submit']::before,
.p-contact input[type='button']::before {
  margin-right: .9em;
}
@media (min-width: 768px) {
  .p-contact button::before,
  .p-contact input[type='submit']::before,
  .p-contact input[type='button']::before {
    margin-right: .6em;
  }
}

.p-contact__table {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-contact__table {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .p-contact__table {
    margin-top: 35px;
    margin-bottom: 45px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .p-contact__table {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-contact__table th {
    display: block;
    width: 100%;
    padding-top: .4em;
    padding-bottom: .4em;
  }
}
@media (min-width: 768px) {
  .p-contact__table th {
    width: 32%;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
@media (min-width: 992px) {
  .p-contact__table th {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .p-contact__table td {
    display: block;
    width: 100%;
  }
}
.p-contact__table .badge {
  position: relative;
  top: 5px;
  float: right;
  background-color: #db1515;
  font-weight: normal; 
  font-size: 1.1rem;
}
.p-contact__table .s-txt {
  margin-left: 7px;
  color: #989898;
  font-size: 1.2rem;
}
@media (min-width: 544px) {
  .p-contact__table .s-txt {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}
.p-contact__table.th-num {
  counter-reset: my-counter;
}
.p-contact__table.th-num th {
  position: relative;
  z-index: -1;
  padding-left: 2.2em;
}
.p-contact__table.th-num th::before {
  position: absolute;
  left: 1em;
  content: counter(my-counter) '. '; 
  counter-increment: my-counter;
}

/* プライバシーポリシー
--------------------------------------------------------- */
.p-policy {
  overflow: auto;
  height: 190px;
  margin-top: 2em;
  padding: 1.5em;
  border: 1px solid #999;
}
@media (min-width: 768px) {
  .p-policy {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .p-policy {
    margin-top: 4em;
    padding: 2.6em;
  }
}
.p-policy__heading {
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .p-policy__heading {
    margin-bottom: 1em;
  }
}
.p-policy h4 {
  margin-bottom: .8em;
  padding-bottom: 5px;
  border-bottom: 1px dotted #c0c0c0;
  color: #0052a5; 
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-policy > p,
.p-policy > ul {
  margin-bottom: 1.8em;
}
@media (min-width: 768px) {
  .p-policy > p,
  .p-policy > ul {
    margin-bottom: 2em;
  }
}
.p-policy__box {
  margin-bottom: 2em;
  padding: 1.5em;
  border: 1px solid #e9f3fb;
  background-color: #f2f8fc;
}
.p-policy__box h5 {
  margin-bottom: .3em;
  font-weight: bold; 
  line-height: 1.6;
}
.p-policy__box p {
  line-height: 1.6;
}
.p-policy li {
  margin-left: 23px; 
  list-style-type: decimal;
}
.p-policy__sign {
  text-align: right;
}
.p-policy__agree {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 10px 8px 10px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .p-policy__agree {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .p-policy__agree {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-policy__agree input[type='checkbox'] {
  position: relative;
  top: -3px;
  margin-right: 6px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .p-policy__agree input[type='checkbox'] {
    top: -1px;
  }
}
@media (min-width: 992px) {
  .p-policy__agree input[type='checkbox'] {
    top: 0;
  }
}
.p-policy__agree label {
  margin: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  .p-policy__agree label {
    display: inline;
    font-size: 1.4rem;
  }
}
@media (min-width: 544px) {
  .p-policy__agree label br {
    display: none;
  }
}

/* p-entry
--------------------------------------------------------- */
.p-entry__heading {
  margin-bottom: 1em;
  padding: 1em 1em;
  border: 1px solid #dcdcdd;
  background: #fafafa;
  text-align: center;
}
@media (min-width: 992px) {
  .p-entry__heading {
    margin-bottom: 1.5em;
  }
}

.p-entry__complete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .p-entry__complete {
    margin-bottom: 3em;
  }
}
.p-entry__complete-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: 100%; 

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.p-entry__complete-item:not(:last-of-type) {
  margin-right: 1.5em;
}
.p-entry__complete-item a {
  display: block;
  width: 100%;
  padding: .6em 1em .5em;
  border: 1px solid #dcdcdd;
  background: #fafafa;
  text-align: center;
  text-decoration: none; 
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .p-entry__complete-item a {
    font-size: 2rem;
  }
}
.p-entry__complete-item a:hover,
.p-entry__complete-item a:active,
.p-entry__complete-item a:focus {
  border-color: #1965b0;
  background-color: #1965b0;
  color: #fff;
}
.p-entry__complete .is-active a {
  border-color: #1965b0;
  background-color: #1965b0;
  color: #fff;
}

.p-entry__table thead th {
  width: auto !important; 
  border-bottom: 1px solid #dcdcdd;
  background-color: #ebebeb;
  color: #333;
}

.p-entry__table td {
  text-align: center;
}

.p-entry__table .c-btn {
  padding: .3em 1.5em .3em 1.2em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .p-entry__table .c-btn {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .p-entry__table .c-btn {
    font-size: 1.4rem;
  }
}
.p-entry__table .c-btn::before {
  font-size: 1rem;
}

.p-entry__table2:not(:last-of-type) {
  margin-bottom: 1em;
}

.p-entry__table2 th {
  text-align: center;
}
@media (max-width: 767px) {
  .p-entry__table2 th {
    display: block;
    width: 100%;
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .p-entry__table2 th {
    width: 15%;
  }
}

.p-entry__table2 td {
  text-align: center;
}
@media (max-width: 767px) {
  .p-entry__table2 td {
    display: block;
    width: 100%;
    border-right: 0;
  }
}

.p-entry__btn-back {
  margin-top: 2em;
  text-align: center;
}
@media (min-width: 992px) {
  .p-entry__btn-back {
    margin-top: 3em;
  }
}
@media (min-width: 992px) {
  .p-entry__btn-back .c-btn {
    padding: .5em 4em;
    font-size: 2rem;
  }
}

/* ========================================================================
/*
/* Utility
/*
========================================================================= */
/* align
--------------------------------------------------------- */
.u-align-baseline {
  vertical-align: baseline;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-align-text-bottom {
  vertical-align: text-bottom;
}

.u-align-text-top {
  vertical-align: text-top;
}

/* background
--------------------------------------------------------- */
.u-no-bg {
  background: none !important;
}

/* border
--------------------------------------------------------- */
.u-no-border {
  border: 0 !important;
}

/* clearfix
--------------------------------------------------------- */
header::after,
footer::after,
article::after,
section::after,
nav::after,
.clearfix::after {
  display: block;
  clear: both; 
  content: '';
}

/* float
--------------------------------------------------------- */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-float-none {
  float: none;
}

.u-clear {
  clear: both;
}

/* image
--------------------------------------------------------- */
.u-img-full {
  width: 100%;
  height: auto;
}

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

/* margin, padding
--------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-5-md10 {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .mb-5-md10 {
    margin-bottom: 10px;
  }
}

.mb-10-md15 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10-md15 {
    margin-bottom: 15px;
  }
}

.mb-10-md20 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10-md20 {
    margin-bottom: 20px;
  }
}

.mb-15-md20 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md20 {
    margin-bottom: 20px;
  }
}

.mb-15-md25 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md25 {
    margin-bottom: 25px;
  }
}

.mb-20-md25 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20-md25 {
    margin-bottom: 25px;
  }
}

.mb-10-md30 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10-md30 {
    margin-bottom: 30px;
  }
}

.mb-15-md30 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md30 {
    margin-bottom: 30px;
  }
}

.mb-20-md30 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20-md30 {
    margin-bottom: 30px;
  }
}

.mb-10-md35 {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .mb-10-md35 {
    margin-bottom: 35px;
  }
}

.mb-15-md35 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md35 {
    margin-bottom: 35px;
  }
}

.mb-20-md35 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20-md35 {
    margin-bottom: 35px;
  }
}

.mb-25-md35 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-25-md35 {
    margin-bottom: 35px;
  }
}

.mb-15-md25-lg40 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md25-lg40 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .mb-15-md25-lg40 {
    margin-bottom: 40px;
  }
}

.mb-20-md30-lg40 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20-md30-lg40 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mb-20-md30-lg40 {
    margin-bottom: 40px;
  }
}

.mb-25-md35-lg40 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-25-md35-lg40 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .mb-25-md35-lg40 {
    margin-bottom: 40px;
  }
}

.mb-15-md30-lg45 {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mb-15-md30-lg45 {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .mb-15-md30-lg45 {
    margin-bottom: 45px;
  }
}

.mb-25-md35-lg45 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-25-md35-lg45 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .mb-25-md35-lg45 {
    margin-bottom: 45px;
  }
}

.mb-20-md35-lg50 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .mb-20-md35-lg50 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .mb-20-md35-lg50 {
    margin-bottom: 50px;
  }
}

.mb-25-md35-lg50 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .mb-25-md35-lg50 {
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  .mb-25-md35-lg50 {
    margin-bottom: 50px;
  }
}

.mb-30-md40-lg50 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-30-md40-lg50 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .mb-30-md40-lg50 {
    margin-bottom: 50px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

/* typography
--------------------------------------------------------- */
.u-text-right {
  text-align: right;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal !important;
}

.u-fz-df {
  font-size: 1.5rem;
}

.u-fz-l {
  font-size: 1.7rem;
}

.u-fz-s {
  font-size: 1.3rem;
}

.u-h2 {
  margin-bottom: 8px;
  font-weight: bold; 
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .u-h2 {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .u-h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

.u-h3 {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .u-h3 {
    font-size: 1.7rem;
  }
}
@media (min-width: 992px) {
  .u-h3 {
    margin-bottom: 1.2em;
    font-size: 1.9rem;
  }
}

.u-h4 {
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .u-h4 {
    margin-bottom: 1em;
  }
}

.u-h5 {
  font-weight: bold;
  font-size: 1.3rem;
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-kome {
  position: relative;
  display: inline-block;
  padding-left: 1.2em;
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

.u-sp-txt {
  margin-bottom: .5em;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .u-sp-txt {
    display: none;
  }
}

.u-no-wrap {
  white-space: nowrap;
}

.u-important {
  color: #db1515;
}

.u-dl:not(:last-of-type) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .u-dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.u-dl dt {
  margin-bottom: 2px;
  font-weight: bold;
}

.u-cap {
  color: #666; 
  font-size: 1.4rem;
  line-height: 1.6;
}

.u-imglink-pdf {
  position: relative;
}
.u-imglink-pdf a::after {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  background: url(../images/common/icon-pdf.png) left top no-repeat;
  background-size: cover;
  content: '　';
}
@media (min-width: 768px) {
  .u-imglink-pdf a::after {
    width: 100px;
    height: 100px;
  }
}
.u-imglink-pdf img {
  border: 1px solid #d6d6d6;
}

