@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold; }

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"; }

form label {
  cursor: pointer; }

ol,
ul {
  list-style: none; }

li {
  list-style-type: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  vertical-align: middle; }

@font-face {
  font-family: 'Noto-Sans-Condensed-Bold-Italic';
  src: url("https://www.primec.co.jp/dcms_media/other/Noto-Sans-Condensed-Bold-Italic.ttf.woff") format("woff"), url("https://www.primec.co.jp/dcms_media/other/Noto-Sans-Condensed-Bold-Italic.ttf.png#Noto-Sans-Condensed-Bold-Italic") format("svg"), url("https://www.primec.co.jp/dcms_media/other/Noto-Sans-Condensed-Bold-Italic.ttf.eot"), url("https://www.primec.co.jp/dcms_media/other/Noto-Sans-Condensed-Bold-Italic.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

@media (min-width: 768px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  img {
    max-width: 100%;
    height: auto; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  position: relative;
  z-index: 10; }
  .l-footer .c-title4 {
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .l-footer .c-title4 {
        padding: 0 35px;
        margin-bottom: 17px;
        letter-spacing: .1rem; } }
    @media screen and (max-width: 320px) {
      .l-footer .c-title4 {
        padding: 0 0; } }
  .l-footer__logo {
    margin-bottom: 14px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .l-footer__logo {
        margin-bottom: 10px; } }
    .l-footer__logo a {
      max-width: 284px;
      display: inline-block; }
      @media screen and (min-width: 1025px) {
        .l-footer__logo a:hover {
          opacity: 1;
          text-decoration: none; } }
  .l-footer__top {
    padding: 49px 0 54px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .l-footer__top {
        padding: 30px 0 37px; } }
  .l-footer__text {
    color: #333;
    font-size: 2rem;
    line-height: 2.8rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: .1rem; }
    @media screen and (max-width: 767px) {
      .l-footer__text {
        text-align: left;
        letter-spacing: .08rem;
        font-size: 1.6rem;
        line-height: 2.6rem; } }
  .l-footer__bottom {
    padding: 18px 0 17px;
    background-color: #F4F4F4;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #333;
    letter-spacing: .07rem; }
    @media screen and (max-width: 767px) {
      .l-footer__bottom {
        font-size: 1.4rem;
        padding: 15px 0 12px; } }
    .l-footer__bottom .pc-only {
      display: inline; }
  .l-footer .copyright {
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    color: #333; }
    @media screen and (max-width: 767px) {
      .l-footer .copyright {
        margin-top: 7px;
        font-size: 1rem;
        letter-spacing: .04rem; } }
    @media screen and (max-width: 320px) {
      .l-footer .copyright {
        letter-spacing: 0; } }

a.pagetop {
  display: none; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
layout
------------------------------------------------------------*/
.l-cont, .l-cont2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1040px) {
    .l-cont, .l-cont2 {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .l-cont, .l-cont2 {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 320px) {
    .l-cont, .l-cont2 {
      padding-left: 15px;
      padding-right: 15px; } }

html {
  overflow-x: hidden; }

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 500;
  min-height: 100vh;
  overflow-x: hidden;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px; } }

.l-cont {
  max-width: 1200px; }
  @media screen and (max-width: 1400px) {
    .l-cont {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .l-cont {
      width: 100%; } }
  .l-cont2 {
    max-width: 1040px; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1__text {
  padding: 21px 32px 22px 0;
  width: 100%;
  color: #fff;
  font-size: 2.5rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #FFA304;
  position: relative;
  border-radius: 10px;
  border: 3px solid #FFA304;
  letter-spacing: .15rem; }
  @media screen and (max-width: 767px) {
    .c-btn1__text {
      padding: 9px 10px;
      letter-spacing: .1rem;
      border-radius: 5px;
      font-size: 2rem;
      line-height: 2.8rem; } }
  @media screen and (max-width: 320px) {
    .c-btn1__text {
      letter-spacing: 0; } }
  .c-btn1__text:after {
    right: 26px;
    position: absolute;
    content: "";
    width: 26px;
    height: 10px;
    top: calc(50% - 4px);
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/dcms_media/image/icon_btn1-white.png) no-repeat center/contain; }
    @media screen and (max-width: 767px) {
      .c-btn1__text:after {
        display: none; } }
  .c-btn1__text:hover {
    opacity: 1;
    text-decoration: none;
    color: #FFA304;
    background-color: #fff; }
    .c-btn1__text:hover:after {
      background: url(/dcms_media/image/icon_btn1-orange.png) no-repeat center/26px 11px; }

.c-btn1 .pc-only {
  display: inline; }

.c-btn2__text {
  padding: 27px 10px 28px 0;
  width: 100%;
  color: #FFA304;
  font-size: 2.4rem;
  line-height: 3.9rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  border: 3px solid #FFA304; }
  @media screen and (max-width: 767px) {
    .c-btn2__text {
      border-radius: 5px;
      font-size: 1.8rem;
      line-height: 2.9rem; } }
  .c-btn2__text:after {
    right: 25px;
    position: absolute;
    content: "";
    width: 20px;
    height: 9px;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(/dcms_media/image/icon_arrow_down-orange.png) no-repeat center/20px 9px; }
    @media screen and (max-width: 767px) {
      .c-btn2__text:after {
        display: none; } }
  .c-btn2__text:hover {
    text-decoration: none;
    color: #fff;
    background-color: #FFA304;
    opacity: 1; }
    .c-btn2__text:hover:after {
      background: url(/dcms_media/image/icon_arrow_down-white.png) no-repeat center/20px 9px; }

.c-btn3 {
  text-align: center; }
  .c-btn3__text {
    padding: 18px 10px 19px;
    font-size: 2.4rem;
    line-height: 3.9rem;
    font-weight: 700;
    color: #588A29;
    background-color: #FFE604;
    position: relative;
    width: 420px;
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #FFE604; }
    .c-btn3__text:after {
      position: absolute;
      content: "";
      width: 21px;
      height: 9px;
      top: 50%;
      left: auto;
      right: 15px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(/dcms_media/image/icon_arrow_right-green.png) no-repeat center/21px 9px; }
      @media screen and (max-width: 767px) {
        .c-btn3__text:after {
          display: none; } }
    @media screen and (max-width: 767px) {
      .c-btn3__text {
        padding: 12px 10px 12px;
        font-size: 2rem;
        line-height: 3.2rem;
        width: 100%;
        border-radius: 5px; } }
    @media screen and (min-width: 1025px) {
      .c-btn3__text:hover {
        opacity: 1;
        text-decoration: none;
        color: #FFE604;
        background-color: #588A29; }
        .c-btn3__text:hover:after {
          background-image: url(/dcms_media/image/icon_arrow_right-yellow.png); } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
  width: 100%;
  font-size: 5rem;
  line-height: 8rem;
  font-weight: 700;
  letter-spacing: -.05rem;
  color: #fff;
  background: url(/dcms_media/image/icon_title-yellow.png) no-repeat center bottom/125px 14.5px;
  padding-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .c-title1 {
      padding-bottom: 10px;
      background-size: 54px 8px;
      font-size: 2.4rem;
      line-height: 3.9rem;
      letter-spacing: 0;
      background-image: url(/dcms_media/image/icon_title-yellow-sp.png); } }
  @media screen and (max-width: 320px) {
    .c-title1 {
      font-size: 2.21rem; } }
  .c-title1--color1 {
    color: #333;
    background-image: url(/dcms_media/image/icon_title-green.png); }
    @media screen and (max-width: 767px) {
      .c-title1--color1 {
        background-image: url(/dcms_media/image/icon_title-green-sp.png); } }
  .c-title1--color2 {
    background-image: url(/dcms_media/image/icon_title-white.png); }

.c-title2 {
  color: #fff;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-title2 {
      font-size: 2rem;
      line-height: 2.6rem; } }

.c-title3 {
  text-align: center;
  width: 100%;
  font-size: 5rem;
  line-height: 8rem;
  font-weight: 700;
  color: #588A29; }
  @media screen and (max-width: 767px) {
    .c-title3 {
      font-size: 2.8rem;
      line-height: 3.2rem; } }

.c-title4 {
  color: #588A29;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .c-title4 {
      letter-spacing: 0;
      font-size: 1.8rem;
      line-height: 2.4rem; } }

.c-title5 {
  text-align: center;
  width: 100%;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: #588A29; }
  @media screen and (max-width: 767px) {
    .c-title5 {
      text-align: left;
      font-size: 2rem;
      line-height: 2.4rem; } }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
.c-text1, .c-text2, .c-text3 {
  line-height: 3rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .c-text1, .c-text2, .c-text3 {
      font-size: 1.8rem !important;
      line-height: 2.8rem !important;
      letter-spacing: .09rem !important; } }

.c-text1 {
  font-size: 1.8rem; }
  .c-text1--color1 {
    color: #333; }

.c-text2 {
  font-size: 1.8rem; }
  .c-text2--color1 {
    color: #333; }

.c-text3 {
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .c-text3 {
      font-size: 1.6rem !important;
      line-height: 2.4rem !important; } }
  .c-text3--color1 {
    color: #333; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-list1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-list1 {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-list1 .c-num {
    position: absolute;
    z-index: 1;
    top: 0; }
  .c-list1__item {
    width: 21.667%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px; }
    @media screen and (max-width: 767px) {
      .c-list1__item {
        margin-bottom: 22px;
        padding-top: 26px;
        width: 100%; } }
    .c-list1__item:not(:last-child):after {
      position: absolute;
      content: "";
      width: 30px;
      height: 31px;
      top: calc(50% + 4px);
      left: auto;
      right: -58px;
      -webkit-transform: rotate(-90deg) translateY(-50%);
          -ms-transform: rotate(-90deg) translateY(-50%);
              transform: rotate(-90deg) translateY(-50%);
      background: url(/dcms_media/image/icon_down-green.png) no-repeat center/contain; }
      @media screen and (max-width: 767px) {
        .c-list1__item:not(:last-child):after {
          -webkit-transform: rotate(0) translateY(0) translateX(-50%);
              -ms-transform: rotate(0) translateY(0) translateX(-50%);
                  transform: rotate(0) translateY(0) translateX(-50%);
          right: auto;
          left: 50%;
          top: auto;
          bottom: -45px; } }
    @media screen and (max-width: 767px) {
      .c-list1__item:nth-child(3) .c-list1__item__box {
        padding: 14px 20px 16px; } }
    @media screen and (max-width: 767px) {
      .c-list1__item:nth-child(4) .c-list1__item__box {
        padding: 13px 20px 11px; } }
    .c-list1__item__box {
      padding: 51px 29px 37px;
      background-color: #F6F9F4;
      position: relative;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        .c-list1__item__box {
          padding: 13px 20px 13.5px; } }
      .c-list1__item__box:after {
        position: absolute;
        content: "";
        width: 34px;
        height: 2px;
        top: auto;
        left: auto;
        bottom: 12px;
        right: -7px;
        background-color: #588A29;
        -webkit-transform: rotate(-46deg);
            -ms-transform: rotate(-46deg);
                transform: rotate(-46deg); }
        @media screen and (max-width: 767px) {
          .c-list1__item__box:after {
            width: 30px;
            bottom: 9px;
            right: -6px; } }
    .c-list1__item__title {
      margin-bottom: 4px;
      width: 100%;
      color: #588A29;
      font-size: 2.4rem;
      line-height: 4rem;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .c-list1__item__title {
          margin-bottom: -2px;
          text-align: center;
          font-size: 2rem; } }
    .c-list1__item__text {
      font-size: 1.6rem;
      line-height: 2.7rem;
      font-weight: 500;
      color: #333;
      letter-spacing: .09rem; }
      @media screen and (max-width: 767px) {
        .c-list1__item__text {
          font-size: 1.8rem;
          letter-spacing: 1px;
          line-height: 2.8rem; } }
      .c-list1__item__text + .c-list1__item__btn {
        margin-top: 19px;
        margin-bottom: 34px; }
        @media screen and (max-width: 767px) {
          .c-list1__item__text + .c-list1__item__btn {
            margin-top: 11px;
            margin-bottom: 7px; } }
    .c-list1__item__btn {
      padding: 14px 5px;
      border: 1px solid #FFA304;
      color: #fff;
      background-color: #FFA304;
      border-radius: 10px;
      font-size: 1.8rem;
      line-height: 2rem;
      font-weight: 700;
      text-align: center;
      width: 100%;
      max-width: 275px;
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 1025px) {
        .c-list1__item__btn:hover {
          opacity: 1;
          text-decoration: none;
          background-color: #fff;
          color: #FFA304; } }
      @media screen and (max-width: 767px) {
        .c-list1__item__btn {
          padding: 14px 5px 12px;
          border-radius: 5px;
          line-height: 2.2rem;
          letter-spacing: .1rem; } }
    .c-list1__item.is-active .c-list1__item__box {
      background-color: #f4f4f4; }
      .c-list1__item.is-active .c-list1__item__box:after {
        background-color: #999; }
    .c-list1__item.is-active .c-list1__item__title {
      color: #999; }
    .c-list1__item.is-active .c-num:after {
      background-color: #999; }

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.c-box {
  margin: 0 auto;
  padding: 66px 164px 56px;
  width: 1040px;
  border-radius: 10px;
  border: 6px solid #588A29;
  background-color: #fff; }
  @media screen and (max-width: 1040px) {
    .c-box {
      width: 100%;
      padding: 40px 40px; } }
  @media screen and (max-width: 767px) {
    .c-box {
      padding: 18px 20px 16px;
      border-radius: 5px; } }
  .c-box__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .c-box__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-box .c-btn1__text {
    font-size: 3rem;
    padding: 28px 0 26px; }
    .c-box .c-btn1__text:after {
      right: 31px;
      width: 26px;
      height: 11px;
      top: calc(50% - 3px); }
  .c-box__text {
    padding-top: 18px;
    padding-right: 25px;
    letter-spacing: .1rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 2.8rem;
    font-weight: 700;
    width: calc(100% - 400px); }
    @media screen and (max-width: 767px) {
      .c-box__text {
        padding-top: 0;
        letter-spacing: .07rem;
        padding-right: 0;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2rem; } }
  .c-box .c-btn1 {
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .c-box .c-btn1 {
        margin-bottom: 13px; } }
    @media screen and (max-width: 767px) {
      .c-box .c-btn1__text {
        padding: 6px 5px 4px;
        font-size: 1.8rem;
        line-height: 2.2rem; } }
  .c-box .c-btn2 {
    margin-top: 5px;
    width: 400px; }
    @media screen and (max-width: 767px) {
      .c-box .c-btn2 {
        margin-bottom: 11px;
        width: 100%;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      .c-box .c-btn2__text {
        padding: 13px 5px 12px; } }
  .c-box .c-title3 {
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .c-box .c-title3 {
        letter-spacing: 0;
        margin-bottom: 16px; } }

.c-box1 {
  padding: 41px 44px 44px;
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  border: 6px solid #588A29;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .c-box1 {
      padding: 21px 20px 20px;
      border-radius: 5px;
      width: 100%; } }
  .c-box1 .c-btn1 {
    width: 449px; }
    @media screen and (max-width: 768px) {
      .c-box1 .c-btn1 {
        width: 100%; } }
    .c-box1 .c-btn1__text {
      font-size: 2.4rem; }
      @media screen and (max-width: 767px) {
        .c-box1 .c-btn1__text {
          font-size: 1.8rem;
          padding: 14px 10px 12px; } }
      .c-box1 .c-btn1__text:after {
        top: calc(50% + 2px);
        right: 26px; }
  .c-box1__text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 1px; }
    @media screen and (max-width: 767px) {
      .c-box1__text {
        font-weight: 700;
        font-size: 1.6rem;
        line-height: 2rem; } }
  .c-box1__title {
    margin-bottom: 5px;
    color: #588A29;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 4rem; }
    @media screen and (max-width: 767px) {
      .c-box1__title {
        padding: 0 10px;
        margin-bottom: 14px;
        line-height: 1;
        text-align: center; } }
  .c-box1__content {
    width: calc(100% - 449px);
    padding-right: 32px; }
    @media screen and (max-width: 1040px) {
      .c-box1__content {
        padding-right: 20px; } }
    @media screen and (max-width: 768px) {
      .c-box1__content {
        padding-right: 0;
        margin-bottom: 10px;
        width: 100%; } }

.c-box2 {
  padding: 50px 60px;
  background-color: #fff;
  position: relative; }
  @media screen and (max-width: 1040px) {
    .c-box2 {
      padding: 20px 20px; } }
  @media screen and (max-width: 767px) {
    .c-box2 {
      padding: 19px 20px 15px; } }
  .c-box2:after, .c-box2:before {
    position: absolute;
    content: "";
    width: 37px;
    height: 2px;
    top: auto;
    left: auto;
    background-color: #588A29;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    @media screen and (max-width: 767px) {
      .c-box2:after, .c-box2:before {
        width: 30px; } }
  .c-box2:before {
    top: 11px;
    left: -7px; }
    @media screen and (max-width: 767px) {
      .c-box2:before {
        top: 9px;
        left: -5px; } }
  .c-box2:after {
    bottom: 11px;
    right: -7px; }
    @media screen and (max-width: 767px) {
      .c-box2:after {
        bottom: 9px;
        right: -5px; } }
  .c-box2__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .c-box2__item {
    padding-left: 24px;
    letter-spacing: 1px;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
    color: #588A29;
    position: relative;
    background: url(/dcms_media/image/icon_list1.png) no-repeat center left/14px 18px; }
    @media screen and (max-width: 767px) {
      .c-box2__item {
        padding-left: 20px;
        width: 100%;
        font-size: 1.6rem;
        line-height: 2.4rem;
        letter-spacing: .07rem;
        background-position: 0 1px; } }
    .c-box2__item:nth-child(1), .c-box2__item:nth-child(4), .c-box2__item:nth-child(7) {
      width: 35.5%; }
      @media screen and (max-width: 767px) {
        .c-box2__item:nth-child(1), .c-box2__item:nth-child(4), .c-box2__item:nth-child(7) {
          width: 100%; } }
    .c-box2__item:nth-child(2), .c-box2__item:nth-child(5), .c-box2__item:nth-child(8) {
      width: 35.5%; }
      @media screen and (max-width: 767px) {
        .c-box2__item:nth-child(2), .c-box2__item:nth-child(5), .c-box2__item:nth-child(8) {
          width: 100%; } }
    .c-box2__item:nth-child(3), .c-box2__item:nth-child(6), .c-box2__item:nth-child(9) {
      width: 29%; }
      @media screen and (max-width: 767px) {
        .c-box2__item:nth-child(3), .c-box2__item:nth-child(6), .c-box2__item:nth-child(9) {
          width: 100%; } }

.c-num {
  font-family: 'Noto-Sans-Condensed-Bold-Italic';
  font-size: 4rem;
  line-height: 1;
  height: 65px;
  width: 104px;
  color: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    .c-num {
      font-size: 3rem;
      width: 64px;
      height: 40px; } }
  .c-num__text {
    position: absolute;
    z-index: 1;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .c-num:after {
    position: absolute;
    content: "";
    width: 69px;
    height: 100%;
    top: 0;
    left: 18px;
    background-color: #588A29;
    -webkit-transform: skew(-28deg);
        -ms-transform: skew(-28deg);
            transform: skew(-28deg);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .c-num:after {
        width: 43px;
        left: 11px; } }

.c-faq__item {
  background-color: #fff;
  -webkit-transition: .5s linear;
  transition: .5s linear; }
  .c-faq__item:not(:first-child) {
    margin-top: 23.9px; }
    @media screen and (max-width: 767px) {
      .c-faq__item:not(:first-child) {
        margin-top: 19px; } }

.c-faq__ans {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #333;
  position: relative;
  letter-spacing: .08rem;
  -webkit-transition: .4s linear;
  transition: .4s linear;
  max-height: 0;
  overflow-y: hidden;
  padding: 0 73px 0 67px; }
  @media screen and (max-width: 767px) {
    .c-faq__ans {
      letter-spacing: .08rem;
      padding: 6px 36px 0 49px;
      font-size: 1.6rem;
      line-height: 2.6rem; } }
  .c-faq__ans .c-faq__alpha {
    position: absolute;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #FFA304;
    top: 2px;
    left: 30px;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .c-faq__ans .c-faq__alpha {
        font-size: 1.6rem;
        top: 11px;
        left: 20px; } }
    .c-faq__ans .c-faq__alpha:after {
      content: ":";
      position: absolute;
      display: inline-block;
      color: #333;
      font-weight: 500;
      top: -1px;
      left: 22px; }
      @media screen and (max-width: 767px) {
        .c-faq__ans .c-faq__alpha:after {
          top: -2px;
          left: 18px; } }

.c-faq__que {
  padding: 28px 73px 17px 67px;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 700;
  color: #333;
  letter-spacing: .1rem; }
  @media screen and (max-width: 767px) {
    .c-faq__que {
      padding: 20px 43px 5px 49px;
      letter-spacing: 1px;
      font-size: 1.8rem;
      line-height: 2.4rem; } }
  .c-faq__que:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 9px;
    top: calc(50% - 1px);
    left: auto;
    right: 28px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: url(/dcms_media/image/icon_arrow_up-green.png) no-repeat center/17px 9px;
    -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
    @media screen and (max-width: 767px) {
      .c-faq__que:after {
        right: 19px; } }
  .c-faq__que.is-active:after {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  .c-faq__que.is-active + .c-faq__ans {
    max-height: 150px;
    padding-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .c-faq__que.is-active + .c-faq__ans {
        max-height: 50vh;
        padding-bottom: 16px; } }
  .c-faq__que .c-faq__alpha {
    position: absolute;
    display: inline-block;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #588A29;
    letter-spacing: 0;
    top: 33px;
    left: 30px; }
    @media screen and (max-width: 767px) {
      .c-faq__que .c-faq__alpha {
        font-size: 1.6rem;
        top: 23px;
        left: 19px; } }
    .c-faq__que .c-faq__alpha:after {
      content: ":";
      position: absolute;
      display: inline-block;
      color: #333;
      font-weight: 500;
      left: 23px;
      top: -2px; }
      @media screen and (max-width: 767px) {
        .c-faq__que .c-faq__alpha:after {
          left: 19px;
          top: -2px; } }

.c-boxfloat {
  padding: 24px 17px 23px;
  bottom: 95px;
  width: 335px;
  position: fixed;
  right: 50px;
  z-index: 9999999;
  background-color: rgba(51, 51, 51, 0.5);
  text-align: center;
  display: none; }
  .c-boxfloat.is-active {
    display: block; }
    @media screen and (max-width: 767px) {
      .c-boxfloat.is-active {
        display: none; } }
  .c-boxfloat__text {
    margin-bottom: 8px; }
  .c-boxfloat__label {
    padding: 11px 10px;
    top: -25px;
    width: 295px;
    background-color: #FFE604;
    color: #588A29;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      .c-boxfloat__label {
        display: none; } }
    .c-boxfloat__label:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      top: auto;
      left: 50%;
      bottom: -14px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-width: 15px 15px 0;
      border-color: #FFE604 transparent transparent transparent;
      border-style: solid; }
  .c-boxfloat__close {
    width: 36px;
    height: 36px;
    background: url(/dcms_media/image/icon_close.png) no-repeat center/36px 36px;
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 3px;
    cursor: pointer;
    border-radius: 50%; }
    @media screen and (max-width: 767px) {
      .c-boxfloat__close {
        display: none; } }
  @media screen and (max-width: 767px) {
    .c-boxfloat__text {
      display: none; } }
  .c-boxfloat__link {
    padding-bottom: 16px;
    background: url(/dcms_media/image/icon_arrow_down-yellow.png) no-repeat center bottom/18px 8px;
    color: #FFE604;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700;
    text-align: center;
    display: inline-block; }
    @media screen and (min-width: 1025px) {
      .c-boxfloat__link:hover {
        opacity: 1; } }
    @media screen and (max-width: 767px) {
      .c-boxfloat__link {
        display: none; } }

.c-boxlink {
  display: none; }
  @media screen and (max-width: 767px) {
    .c-boxlink {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      position: fixed;
      bottom: 0;
      z-index: 99999;
      left: 0;
      width: 100%;
      padding: 10px;
      background-color: rgba(51, 51, 51, 0.5); } }
  @media screen and (max-width: 767px) {
    .c-boxlink__link1, .c-boxlink__link2 {
      display: inline-block;
      padding: 9px 0;
      text-align: center;
      border-radius: 5px;
      font-size: 1.4rem;
      line-height: 2.2rem;
      color: #fff;
      background-color: #FFA304;
      width: calc(50% - 5px);
      font-weight: 700; }
      .c-boxlink__link1:hover, .c-boxlink__link2:hover {
        opacity: 1;
        text-decoration: none; } }
  @media screen and (max-width: 767px) {
    .c-boxlink__link2 {
      color: #588A29;
      background-color: #FFE604; } }

.c-head {
  color: #fff;
  padding: 0 0 !important; }
  .c-head__logo {
    background-color: #fff;
    text-align: center;
    padding-bottom: 4px; }
    @media screen and (max-width: 767px) {
      .c-head__logo {
        padding-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .c-head__logo img {
        width: 130px; } }
  .c-head__title {
    padding: 16px 0 14px;
    background-color: #588A29;
    font-size: 2.4rem;
    line-height: 4.6rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .c-head__title {
        padding: 8px 0 9px;
        font-size: 2rem;
        line-height: 3.2rem; } }

.c-link1 {
  color: #588A29;
  text-decoration: underline; }
  @media screen and (min-width: 1025px) {
    .c-link1:hover {
      text-decoration: none; } }

.c-boxfloat2 {
  padding: 13px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(88, 138, 41, 0.7);
  z-index: 9; }
  @media screen and (max-width: 767px) {
    .c-boxfloat2 {
      display: none;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .c-boxfloat2__text {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    margin-right: 38px; }
    @media screen and (max-width: 1040px) {
      .c-boxfloat2__text {
        margin-right: 30px; } }
    @media screen and (max-width: 767px) {
      .c-boxfloat2__text {
        margin-bottom: 20px;
        width: 100%;
        text-align: center; } }
  .c-boxfloat2__link {
    padding: 15px 49px 15px 48px;
    color: #fff;
    display: inline-block;
    position: relative;
    background-color: #FFA304;
    border-radius: 7px;
    font-size: 2.8rem;
    line-height: 1;
    letter-spacing: -.5px;
    border: 1px solid #FFA304; }
    @media screen and (max-width: 767px) {
      .c-boxfloat2__link {
        font-size: 1.6rem; } }
    .c-boxfloat2__link:after {
      right: 17px;
      position: absolute;
      content: "";
      width: 20px;
      height: 7px;
      top: calc(50% - 4px);
      left: auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url(/dcms_media/image/icon_btn1-white.png) center center/20px 7px no-repeat; }
    @media screen and (min-width: 1025px) {
      .c-boxfloat2__link:hover {
        background-color: #fff;
        color: #FFA304; }
        .c-boxfloat2__link:hover:after {
          background-image: url(/dcms_media/image/icon_btn1-orange.png); } }
    .c-boxfloat2__link:hover, .c-boxfloat2__link:focus {
      text-decoration: none;
      opacity: 1; }

/*
------------------------------------------------------------*/
.u-center {
  text-align: center; }
  .u-center--pc {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .u-center--pc {
        text-align: left; } }

.u-color2 {
  color: #588A29; }

.u-bold {
  display: inline;
  font-weight: 700; }

.pc-only {
  display: block; }

.sp-only {
  display: none; }

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none; }
  .sp-only {
    display: block; } }

.c-head {
  color: #fff;
  padding: 0 0 !important; }

.c-head__logo {
  background-color: #fff;
  text-align: center;
  padding-bottom: 4px; }

@media screen and (max-width: 767px) {
  .c-head__logo {
    padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .c-head__logo img {
    width: 130px; } }

.c-head__title {
  padding: 16px 0 14px;
  background-color: #588A29;
  font-size: 2.4rem;
  line-height: 4.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0; }

@media screen and (max-width: 767px) {
  .c-head__title {
    padding: 8px 0 9px;
    font-size: 2rem;
    line-height: 3.2rem; } }

/*------------------------------------------------------------
thanks
------------------------------------------------------------*/
.thanks1 {
  padding: 42px 0 55px;
  background-color: #F6F9F4; }
  .thanks1 .c-title1 {
    margin-bottom: 37px; }
  .thanks1 .c-text2 {
    text-align: center; }
  .thanks1 .c-title5 {
    margin-bottom: 7px; }

@media screen and (max-width: 767px) {
  .thanks1 {
    padding: 31px 0 36px; } }

@media screen and (max-width: 767px) {
  .thanks1 .c-title1 {
    padding-bottom: 21px;
    margin-bottom: 14px;
    line-height: 3rem; } }

@media screen and (max-width: 767px) {
  .thanks1 .c-text2 {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .thanks1 .c-title5 {
    margin-bottom: 10px; } }

.thanks2 {
  padding: 42px 0 128px;
  border-bottom: 2px solid #588A29; }
  .thanks2 .c-box1 {
    margin-top: 30px; }
  .thanks2 .c-title1 {
    margin-bottom: 35px; }
  .thanks2 .c-text2 {
    text-align: center; }
  .thanks2 .c-list1 {
    margin: 30px auto 28px;
    max-width: 1400px; }
  .thanks2 .c-list1__item__box {
    padding-bottom: 30px; }

@media screen and (max-width: 767px) {
  .thanks2 {
    padding: 36px 0 59px; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-box1 {
    margin-top: 9px; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-title1 {
    padding-bottom: 13px;
    margin-bottom: 11px; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-text2 {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-list1 {
    margin-top: 13px;
    margin-bottom: 8px;
    max-width: auto; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-list1__item:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .thanks2 .c-list1__item__box {
    padding-bottom: 16px;
    width: 100%; } }

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

@media screen and (max-width: 767px) {
  .u-center--pc {
    text-align: left; } }

.u-color2 {
  color: #588A29; }

.u-bold {
  display: inline;
  font-weight: 700; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer .c-title4 {
  margin-bottom: 14px;
  color: #588A29;
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  letter-spacing: 1px;
  width: 100%;
  text-align: center; }

@media screen and (max-width: 767px) {
  .l-footer .c-title4 {
    padding: 0 35px;
    margin-bottom: 17px;
    letter-spacing: .1rem; } }

@media screen and (max-width: 320px) {
  .l-footer .c-title4 {
    padding: 0 0; } }

.l-footer__logo {
  margin-bottom: 14px;
  text-align: center; }
  .l-footer__logo a {
    max-width: 284px;
    display: inline-block; }

@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin-bottom: 10px; } }

@media screen and (min-width: 1025px) {
  .l-footer__logo a:hover {
    opacity: 1;
    text-decoration: none; } }

.l-footer__top {
  padding: 49px 0 54px;
  background-color: #fff; }

@media screen and (max-width: 767px) {
  .l-footer__top {
    padding: 30px 0 37px; } }

.l-footer__text {
  color: #333;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1rem; }

@media screen and (max-width: 767px) {
  .l-footer__text {
    text-align: left;
    letter-spacing: .08rem;
    font-size: 1.6rem;
    line-height: 2.6rem; } }

.l-footer__bottom {
  padding: 18px 0 17px;
  background-color: #F4F4F4;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333;
  letter-spacing: .07rem; }
  .l-footer__bottom .pc-only {
    display: inline; }

@media screen and (max-width: 767px) {
  .l-footer__bottom {
    font-size: 1.4rem;
    padding: 15px 0 12px; } }

.l-footer .copyright {
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #333; }

@media screen and (max-width: 767px) {
  .l-footer .copyright {
    margin-top: 7px;
    font-size: 1rem;
    letter-spacing: .04rem; } }

@media screen and (max-width: 320px) {
  .l-footer .copyright {
    letter-spacing: 0; } }
