@charset "UTF-8";
/* Scss Document */
* {
  color: #111;
  box-sizing: border-box; }

html {
  font-size: 100%; }

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  color: #111111;
  font-size: 1.6rem;
  line-height: 2.1875;
  line-height: 1.85;
  letter-spacing: .05em;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding-top: 109px; }

ol, ul {
  list-style: none; }

a {
  olor: inherit;
  text-decoration: none; }

.u-montserrat {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .3em;
  font-weight: 600; }

.header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 290;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease; }
  .site-header.fixed {
    padding: 10px 20px;
    background-color: white;
    box-shadow: -1px 9px 9px -1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: -1px 9px 9px -1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -1px 9px 9px -1px rgba(0, 0, 0, 0.07); }

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media only screen and (min-width: 768px) {
  .header a {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
    white-space: normal;
    font-size: 0.9rem; } }
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .header a:hover {
    opacity: 0.7; } }
@media only screen and (min-width: 768px) {
  .header.fixed .header__logo {
    max-width: 180px; } }
@media only screen and (max-width: 767px) {
  .header.fixed {
    padding: 0 0 0 5px; }
    .header.fixed .hamburger {
      height: 40px; }
      .header.fixed .hamburger span:nth-of-type(1) {
        top: 10px; }
      .header.fixed .hamburger span:nth-of-type(3) {
        bottom: 10px; } }
.header__logo {
  max-width: 240px;
  width: 100%;
  display: block; }

.header .hamburger {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 15px 12.5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease; }
  .header .hamburger.is-active {
    z-index: 1000; }
    .header .hamburger.is-active span {
      background-color: #111; }
      .header .hamburger.is-active span:nth-of-type(1) {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
        transform: translateX(-50%) translateY(-50%) rotate(-135deg); }
      .header .hamburger.is-active span:nth-of-type(2) {
        opacity: 0; }
      .header .hamburger.is-active span:nth-of-type(3) {
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
        -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
        transform: translateX(-50%) translateY(-50%) rotate(135deg); }
  .header .hamburger > span {
    width: 25px;
    height: 2px;
    background-color: #5e4637;
    position: absolute;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: 50%; }
    .header .hamburger > span:nth-of-type(1) {
      top: 15px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .header .hamburger > span:nth-of-type(2) {
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
      -moz-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
      -o-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%); }
    .header .hamburger > span:nth-of-type(3) {
      bottom: 15px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }

.header__nav {
  display: -webkit-flex;
  display: flex;
  margin: 0; }
  .header__nav > li {
    font-size: 15px;
    margin-left: 30px;
    font-weight: bold; }
    .header__nav > li:nth-child(-n+1) {
      margin: 0; }
    .header__nav > li.__btn a {
      padding: 15px 30px;
      color: #fff;
      background-color: #111;
      font-size: 0.8rem; }

@media only screen and (max-width: 767px) {
  .header__nav {
    display: block;
    height: 100vh;
    width: 100%;
    background: #fff;
    background-size: cover;
      /*
background: linear-gradient(125deg, #a72a1d 0%, #e34d34 100%, #00d4ff 100%);
      */
    z-index: 999;
    position: fixed;
    top: -100vh;
    left: 0;
    -webkit-transition: top, .5s;
    -moz-transition: top, .5s;
    -o-transition: top, .5s;
    transition: top, .5s;
    padding: 60px 0; } }
@media only screen and (max-width: 1080px) {
  .header__nav > li {
    font-size: 13px;
    margin-left: 15px; }

  .header__logo {
    max-width: 180px; }

  .header a {
    font-size: 0.8rem; }

  .header__nav > li.__btn a {
    padding: 8px 15px;
    font-size: 0.7rem; }

  .header__nav {
    padding: 0; } }
@media only screen and (max-width: 850px) {
  .header__logo {
    max-width: 150px; }

  .header.fixed .header__logo {
    max-width: 150px; }

  .header a {
    font-size: 0.7rem;
    color: #111; }

  .header__nav > li.__btn a {
    padding: 8px 15px;
    font-size: 0.6rem; }

  .header__nav {
    padding: 0; }

  body {
    padding-top: 63px; }

  .header {
    padding: 10px; }

  .header.fixed {
    padding: 10px; } }
@media only screen and (max-width: 767px) {
  .header, .header.fixed {
    padding: 0 0 0 10px; }

  body {
    padding-top: 50px; }

  .header__logo, .header.fixed .header__logo {
    max-width: 107px; }

  .header__nav > li:nth-child(-n+1) {
    margin-top: 20%; }

  .sp-logo {
    margin-top: 8em; }

  .header__nav > li {
    font-size: 1rem;
    text-align: center;
    letter-spacing: .2em;
    position: relative;
    color: #fff;
    line-height: 1.5625em;
    margin: 36px 0 0; }
    .header__nav > li:before {
      content: '';
      width: 100%;
      height: 3px;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: -7px; } }
.header .hamburger.is-active ~ .header__nav {
  top: 0; }

/* --------- 
    fv
------------*/
.fv .__inner {
  position: relative; }
  .fv .__inner .fv-txt {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 200; }
    .fv .__inner .fv-txt h2 {
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 0.1em; }
    .fv .__inner .fv-txt img {
      max-width: 380px;
      vertical-align: inherit; }
    .fv .__inner .fv-txt h3 {
      color: #fff;
      font-size: 1.1rem;
      letter-spacing: 0.1em; }

.swiper-fv {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }
  .swiper-fv .fv-slider img {
    width: 100%; }
  .swiper-fv .swiper-wrapper {
    text-align: center; }
    .swiper-fv .swiper-wrapper img {
      width: 100%; }

@media all and (max-width: 1000px) {
  .fv .__inner .fv-txt h2 {
    font-size: 2.8vw; }

  .fv .__inner .fv-txt h3 {
    font-size: 1.8vw; }

  .fv .__inner .fv-txt img {
    max-width: 40%; } }
@media all and (max-width: 768px) {
  .swiper-fv {
    width: calc(100% - 20px);
    line-height: 0; } }
/* --------- 
    ud fv
------------*/
.ud-fv {
  padding: 18px 20px; }
  .ud-fv ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0; }
    .ud-fv ul li {
      width: calc(50% - 10px);
      position: relative;
      list-style: none;
      overflow: hidden;
      line-height: 0; }
      .ud-fv ul li img {
        width: 100%;
        transition-duration: 0.5s; }
      .ud-fv ul li h2 {
        position: absolute;
        display: block;
        left: 50%;
        top: 44%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        margin: 0;
        font-size: 1.3rem; }
      .ud-fv ul li i {
        position: absolute;
        width: 2vw;
        left: 50%;
        bottom: 18%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        animation: move-y 0.5s infinite alternate ease-in-out;
        display: inline-block; }
    .ud-fv ul li:hover img {
      transform: scale(1.05);
      transition-duration: 0.5s; }

@media all and (max-width: 1000px) {
  .ud-fv ul li h2 {
    font-size: 2vw; } }
@media all and (max-width: 768px) {
  .ud-fv {
    padding: 10px; }

  .ud-fv ul li {
    width: calc(50% - 5px); } }
@keyframes move-y {
  from {
    transform: translateY(0); }
  to {
    transform: translateY(3px); } }
/* --------- 
    sec - message
------------*/
.column-2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .column-2 ul li {
    width: calc(50% - 15px); }
    .column-2 ul li div.img img {
      width: 100%; }

.column-3 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .column-3 ul li {
    width: calc(33.3333333% - 20px);
    margin-bottom: 1em; }
    .column-3 ul li div.img img {
      width: 100%; }
.column-4 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .column-4 ul li {
    width: calc(25% - 10px);
    margin-bottom: 1em; }
    .column-4 ul li div.img img {
      width: 100%; }

.column-5 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .column-5 ul li {
    width: calc(20% - 10px);
    border: 1px solid #999; }
    .column-5 ul li div.img img {
      width: 100%; }

section p {
  margin: 1em 0; }
section h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1em 0; }
section h3 {
  text-align: center;
  font-weight: normal;
  font-size: 1.1rem;
  margin: 1.6em 0; }
section h4 {
  color: #fff;
  background-color: #111;
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 1.4rem; }
  section h4 span {
    display: inline-block;
    color: #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0.1em 1em;
    font-size: 1rem;
    line-height: 1; }

h5 {
  border-bottom: 1px solid #111;
  padding-bottom: 0.5em;
  margin: 0; }

h6 {
  padding: 0;
  margin: 0; }

#sec-message {
  padding: 0 20px; }
  #sec-message ul li div.img {
    position: relative;
    font-size: 0; }
    #sec-message ul li div.img span {
      position: absolute;
      background-color: #111;
      padding: 0.2em 15px;
      font-size: 1rem;
      left: -10px;
      bottom: -10px;
      color: #fff;
      font-weight: bold; }
  #sec-message ul li p {
    font-size: 1rem; }

@media all and (max-width: 768px) {
  .column-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-3 ul li {
      width: calc(50% - 10px); }
      .column-3 ul li div.img {
        width: 100%; }
  .column-4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-4 ul li {
      width: calc(50% - 10px); }
      .column-4 ul li div.img {
        width: 100%; }
  #sec-message {
    padding: 10px; }
    #sec-message ul li div.img {
      position: relative; }
      #sec-message ul li div.img span {
        position: absolute;
        background-color: #111;
        padding: 0.1em 15px;
        font-size: 1rem;
        left: 0;
        bottom: 0; }
      #sec-message ul li div.img p {
        font-size: 1rem; } }
@media all and (max-width: 430px) {
  .column-2 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-2 ul li {
      width: 100%;
      margin-bottom: 0.5em; }
      .column-2 ul li div.img {
        width: 100%; }

  .column-3 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-3 ul li {
      width: 100%;
      margin-bottom: 0.5em; }
      .column-3 ul li div.img {
        width: 100%; }
  .column-4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-4 ul li {
      width: 100%;
      margin-bottom: 0.5em; }
      .column-4 ul li div.img {
        width: 100%; }
  .column-5 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .column-5 ul li {
      width: calc(20% - 10px);
      margin-bottom: 0.5em; }
      .column-5 ul li div.img {
        width: 100%; }

  section h2 {
    text-align: center;
    font-size: 0.9rem;
    font-weight: bold;
    margin-top: 2em; }
  section h3 {
    text-align: center;
    font-weight: normal;
    font-size: 0.85rem;
    margin: 1em 0; }
  section h4 {
    font-size: 0.8rem; }
    section h4 span {
      font-size: 0.7rem; }
  section h5 {
    font-size: 0.8rem; }
  section h6 {
    font-size: 0.8rem; }

  #sec-message ul li div.img span {
    font-size: 0.8rem; }
  #sec-message ul li p {
    font-size: 0.8rem; } }
/* --------- 
    sec - feature
------------*/
.mt-1 {
  margin-top: 1em; }

.mt-2 {
  margin-top: 2em; }

b {
  font-weight: bold; }

p.bg-grey, h6.bg-grey {
  padding: 1em;
  background-color: #f5f5f5;
  margin: 0; }

div.bg-grey {
  padding: 0.5em;
  background-color: #f5f5f5;
  margin: 0; }

div.bg-white {
  padding: 0.5em;
  background-color: #ffffff;
  margin: 0; }

ul.bg-grey li {
  background-color: #f5f5f5; }

ul.bg-grey li.white {
  background-color: #fff; }

.main-img {
  font-size: 0; }
  .main-img img {
    width: 100%; }

#sec-feature, #sec-merit {
  padding: 0 20px; }
  #sec-feature .__inner, #sec-merit .__inner {
    max-width: 1000px;
    margin: 0 auto; }
    #sec-feature .__inner p, #sec-merit .__inner p {
      font-size: 1rem; }
    #sec-feature .__inner ul li div.img, #sec-merit .__inner ul li div.img {
      position: relative;
      font-size: 0; }
      #sec-feature .__inner ul li div.img span, #sec-merit .__inner ul li div.img span {
        position: absolute;
        background-color: #111;
        padding: 0.2em 15px;
        font-size: 1rem;
        left: -10px;
        bottom: -10px;
        color: #fff;
        font-weight: bold; }
    #sec-feature .__inner ul li div.icon, #sec-merit .__inner ul li div.icon {
      min-height: 160px; }
      #sec-feature .__inner ul li div.icon img, #sec-merit .__inner ul li div.icon img {
        max-height: 50px;
        padding: 3em 0;
        position: absolute;
        display: block;
        left: 50%;
        top: 45%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 200; }
    #sec-feature .__inner ul li div.txt, #sec-merit .__inner ul li div.txt {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.3em; }
      #sec-feature .__inner ul li div.txt dl, #sec-merit .__inner ul li div.txt dl {
        width: 50%; }
        #sec-feature .__inner ul li div.txt dl dt, #sec-merit .__inner ul li div.txt dl dt {
          font-size: 0.7rem;
          text-align: center; }
        #sec-feature .__inner ul li div.txt dl dd, #sec-merit .__inner ul li div.txt dl dd {
          font-size: 0.9rem;
          font-weight: bold;
          text-align: center;
          margin: 0; }
          #sec-feature .__inner ul li div.txt dl dd span, #sec-merit .__inner ul li div.txt dl dd span {
            background: linear-gradient(transparent 60%, yellow 65%); }
    #sec-feature .__inner ul li p, #sec-merit .__inner ul li p {
      font-size: 1rem; }

#sec-merit {
  background-color: #f5f5f5;
  padding-bottom: 1em;
  padding-top: 1rem;
  margin-top: 1em; }
  #sec-merit h3 span {
    border-left: 1px solid #111;
    border-right: 1px solid #111;
    padding: 0 1em; }
  #sec-merit ul li {
    background: #fff;
    margin-bottom: 1em; }
    #sec-merit ul li p {
      text-indent: -1em;
      padding-left: 1em; }
  #sec-merit div.img img {
    width: 100%; }

@media all and (max-width: 768px) {
  #sec-feature, #sec-merit {
    padding: 10px; }

  #sec-feature .__inner ul li div.img span, #sec-merit .__inner ul li div.img span {
    left: 0;
    bottom: 0; }

  section#sec-feature h2 {
    margin-top: 0; } }
@media all and (max-width: 430px) {
  #sec-feature .__inner p, #sec-merit .__inner p {
    font-size: 0.7rem; }

  #sec-feature .__inner ul li p, #sec-merit .__inner ul li p {
    font-size: 0.8rem; }

  .mt-1 {
    margin-top: 0.5em; }

  .mt-2 {
    margin-top: 1em; } }
#case {
  padding-top: 1.6rem; }

/* --------- 
    sec - zumen
------------*/
.sec-zumen {
  padding: 1em 20px 2em;
  background-color: #f5f5f5; }
  .sec-zumen div.btn-zumen {
    text-align: center; }
    .sec-zumen div.btn-zumen a {
      display: block;
      padding: 1em 6em;
      color: #fff;
      background-color: #111;
      max-width: 500px;
      font-size: 1.2rem;
      font-weight: bold;
      margin: 0 auto; }

@media all and (max-width: 430px) {
  .sec-zumen div.btn-zumen a {
    padding: 1em 0;
    text-align: center;
    font-size: 1.1rem; } }
.btn-action {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all 0.3s;
  cursor: pointer; }

.btn-action:hover {
  opacity: 0.8; }

/* --------- 
    sec - qa
------------*/
.acd {
  margin: 0.5em 0 0;
  padding: 0; }

.acd dt {
  display: block;
  padding: 0.25em 0;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  position: relative; }
  .acd dt:after, .acd dt:before {
    content: '';
    display: block;
    width: 1em;
    height: 1px;
    position: absolute;
    right: 0;
    top: 1em;
    margin: auto;
    background: #111111;
    transition: .3s; }
  .acd dt:before {
    transform: rotate(270deg); }

.acd dt.active:before {
  transform: rotate(0deg); }

.acd dt.active:after {
  transform: rotate(360deg); }

.acd dd {
  width: 90%;
  margin-left: 10%;
  padding-left: 20px;
  border-left: 1px solid #111;
  text-align: justify;
  display: none;
  font-size: 1rem;
  position: relative; }
  .acd dd:before {
    content: "A.";
    position: absolute;
    left: -30px;
    top: 0; }
  .acd dd span {
    font-weight: bold;
    display: block; }
    .acd dd span b {
      background: linear-gradient(transparent 60%, #dcf5d5 60%); }
  .acd dd a {
    text-decoration: underline; }

#sec-qa {
  padding: 20px 20px 2em; }
  #sec-qa .__inner {
    max-width: 1000px;
    margin: 0 auto; }
    #sec-qa .__inner h5 {
      font-size: 1rem;
      padding-bottom: 0.2em;
      color: #999;
      border-bottom: 1px solid #999; }

@media all and (max-width: 768px) {
  #sec-qa {
    padding: 10px;
    padding-bottom: 1em; }

  .acd dt {
    width: 94%;
    font-size: 0.8rem; }
    .acd dt:after, .acd dt:before {
      right: -6%;
      top: 1.2em; }

  .acd dd {
    font-size: 0.8rem; } }
/* --------- 
    sec - contact
------------*/
#sec-contact {
  padding: 20px 20px 2em;
  background-color: #f5f5f5;
  font-size: 62.5%; }
  #sec-contact .__inner {
    max-width: 1000px;
    margin: 0 auto; }
    #sec-contact .__inner .pc-mb600 {
      margin-bottom: 3rem !important; }
    #sec-contact .__inner .formProgressNav li span {
      background-color: #fff; }
    #sec-contact .__inner .formProgressNav li.current span {
      background-color: #dbdbdb; }
    #sec-contact .__inner .wrapMin {
      max-width: 1000px; }
      #sec-contact .__inner .wrapMin [class*="btnWrap"] [class*="btnLink"], #sec-contact .__inner .wrapMin [class*="btnWrap"] [class*="btnList"] a {
        font-size: 1.3rem;
        font-weight: bold; }
      #sec-contact .__inner .wrapMin .formTable input[type="text"], #sec-contact .__inner .wrapMin .formTable input[type="number"], #sec-contact .__inner .wrapMin .formTable textarea {
        font-size: 1rem; }
      #sec-contact .__inner .wrapMin .btnWrapHalf {
        max-width: 500px; }
      #sec-contact .__inner .wrapMin .formTable > table td {
        background-color: #fff; }
      #sec-contact .__inner .wrapMin .fzMin {
        font-size: 0.9rem; }
    #sec-contact .__inner .img img {
      width: 80%; }

@media all and (max-width: 768px) {
  #sec-contact {
    padding: 10px; } }
@media all and (max-width: 767px) {
  main > .wrap, main > .wrapMin, .contents-wrap > .wrap, .contents-wrap > .wrapMin, .contents-wrap [id*="section"] > .wrap, .contents-wrap [id*="section"] > .wrapMin {
    margin: 0; }

  .formProgressNav, .formTable {
    font-size: 0.7rem; }

  .sp-mb600 {
    margin-bottom: 2rem !important; } }
/* --------- 
    sec - tel
------------*/
#sec-tel {
  padding: 20px; }
  #sec-tel div.tel {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.6em; }
    #sec-tel div.tel a {
      padding: 0.5em 6em;
      max-width: 500px;
      font-size: 1.4rem;
      color: #fff;
      background-color: #111;
      text-align: center;
      display: block;
      margin: 0 auto;
      line-height: 1.4;
      font-weight: bold; }
      #sec-tel div.tel a span {
        color: #fff;
        font-size: 0.6rem; }

@media all and (max-width: 768px) {
  #sec-tel {
    padding: 10px; }
    #sec-tel div.tel {
      text-align: center;
      margin: 0 auto;
      margin-bottom: 1.6em; }
      #sec-tel div.tel a {
        padding: 0.5em 1em;
        max-width: 500px;
        font-size: 1.4rem;
        color: #fff;
        background-color: #111;
        text-align: center;
        display: block;
        margin: 0 auto;
        line-height: 1.4;
        font-weight: bold; }
        #sec-tel div.tel a span {
          color: #fff;
          font-size: 0.6rem; } }
/* --------- 
    sec - footer
------------*/
footer {
  padding: 10px 20px;
  background-color: #000; }
  footer .__inner {
    max-width: 1000px;
    margin: 0 auto; }
  footer p {
    font-size: 1rem;
    color: #fff;
    margin: 0; }
    footer p small {
      color: #fff; }

@media all and (max-width: 768px) {
  footer {
    padding: 10px; }
    footer p {
      font-size: 0.6rem; } }
