@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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; }

img {
  vertical-align: top; }

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; }

/*------------------------------------------------------------
h1
------------------------------------------------------------*/
h1 {
	font-weight: 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
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-footer {
  width: 100%;
  text-align: center;
  background: #303030;
  padding: 54px 0 43px; }
  @media screen and (max-width: 767px) {
    .c-footer {
      padding: 15px; } }
  .c-footer__txt {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .c-footer__txt {
        font-size: 1.1rem; } }

/*
------------------------------------------------------------*/
.c-gotop {
  width: 60px;
  bottom: 16px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 85px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .c-gotop {
      width: 35px;
      right: 10px;
      bottom: 32px; } }
  .c-gotop img {
    width: 100%;
    height: auto; }

/*------------------------------------------------------------
header
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10; }
  .c-header.shadow::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  .c-header.shadow::after {
    content: '';
    width: 100%;
    height: 10px;
    background: url(../images/common/shadow.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 8; }
    @media screen and (max-width: 767px) {
      .c-header.shadow::after {
        bottom: -7px; } }
  .c-header__inner {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 18px 7px 18px 10px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 1110px) {
      .c-header__inner {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .c-header__inner {
        padding: 10px 10px; } }
  .c-header__logo {
    width: 395px; }
    @media screen and (max-width: 767px) {
      .c-header__logo {
        width: auto; } }
    .c-header__logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
  .c-header__img {
    width: 199px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .c-header__img {
        width: 120px; } }
    .c-header__img img {
      width: 100%;
      height: auto; }
  .c-header__nav {
    width: 587px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 6px 0 0; }
    @media screen and (max-width: 1110px) {
      .c-header__nav {
        width: 100%;
        display: none;
        position: absolute;
        z-index: 10;
        height: 100vh;
        top: 87px;
        left: 0;
        margin: 0;
        border-top: 1px solid #2d3033;
        padding-bottom: 87px; } }
    @media screen and (max-width: 767px) {
      .c-header__nav {
        top: 50px; } }
  .c-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 1110px) {
      .c-header__menu {
        background: #fff;
        padding: 8px 15px 12px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .c-header__item {
    margin: 1px 30px 0 0; }
    @media screen and (max-width: 1110px) {
      .c-header__item {
        width: 48%;
        margin: 0 0 8px;
        border-bottom: 1px solid #2d3033;
        text-align: center; } }
    .c-header__item:last-child {
      margin: 0; }
      @media screen and (max-width: 1110px) {
        .c-header__item:last-child {
          width: 100%;
          text-align: center;
          border-bottom: none;
          margin: 10px 0 0; } }
  .c-header__txt1 {
    font-size: 1.3rem;
    line-height: 1;
    color: #2d3033;
    margin: 10px 0 0 24px; }
    @media screen and (max-width: 767px) {
      .c-header__txt1 {
        font-size: 1rem;
        margin: 5px 0 0 6px; } }
  .c-header__txt2 {
    font-size: 1.4rem;
    line-height: 1;
    color: #2d3033;
    text-decoration: none;
    display: block;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt'; }
    @media screen and (max-width: 1110px) {
      .c-header__txt2 {
        padding: 10px; } }
  .c-header .c-btn1__txt {
    font-size: 1.4rem;
    min-width: 155px;
    padding: 15px 0; }
    @media screen and (max-width: 1110px) {
      .c-header .c-btn1__txt {
        width: 100%;
        min-width: 260px;
        padding: 10px 0;
        max-width: 300px; } }

/*
------------------------------------------------------------*/
.c-menuSP {
  position: absolute;
  top: 20px;
  right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 30;
  display: none; }
  @media screen and (max-width: 1110px) {
    .c-menuSP {
      display: block; } }
  @media screen and (max-width: 767px) {
    .c-menuSP {
      right: 10px;
      top: 7px; } }
  .c-menuSP__1, .c-menuSP__2, .c-menuSP__3 {
    width: 31px;
    height: 3px;
    background-color: #00d2b5;
    border-radius: 10px;
    overflow: hidden;
    margin: 8px auto;
    -webkit-transform-origin: 4px 0px;
        -ms-transform-origin: 4px 0px;
            transform-origin: 4px 0px;
    -webkit-transition: opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.3s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .c-menuSP__3 {
    -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
            transform-origin: 0% 100%; }
  .c-menuSP.is-open .c-menuSP__1 {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(5px, 0px);
        -ms-transform: rotate(45deg) translate(5px, 0px);
            transform: rotate(45deg) translate(5px, 0px); }
  .c-menuSP.is-open .c-menuSP__2 {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
        -ms-transform: rotate(0deg) scale(0.2, 0.2);
            transform: rotate(0deg) scale(0.2, 0.2); }
  .c-menuSP.is-open .c-menuSP__3 {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(4px, 3px);
        -ms-transform: rotate(-45deg) translate(4px, 3px);
            transform: rotate(-45deg) translate(4px, 3px); }

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
body {
  min-width: 1200px;
  padding: 90px 0 0; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 320px;
      padding: 50px 0 0; } }

/*
------------------------------------------------------------*/
.l-container {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-container {
      width: 100%;
      padding: 0 15px; } }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.l-btn--center {
  text-align: center; }

/*
------------------------------------------------------------*/
.c-btn1 {
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .c-btn1 {
      display: block;
      text-align: center; } }
  .c-btn1__txt {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    min-width: 342px;
    text-align: center;
    background: #00d2b5;
    text-decoration: none;
    border: 2px solid #00d2b5;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 14px 10px; }
    @media screen and (max-width: 767px) {
      .c-btn1__txt {
        font-size: 1.4rem;
        min-width: 280px;
        padding: 10px 10px; } }
    .c-btn1__txt:hover {
      color: #404040;
      background: #fff; }

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  font-size: 3rem;
  line-height: 1.5;
  color: #2d3033;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .c-title1 {
      font-size: 2rem; } }

/*
------------------------------------------------------------*/
.c-title2 {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #2d3033;
  font-weight: normal;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt'; }
  @media screen and (max-width: 767px) {
    .c-title2 {
      font-size: 1.8rem; } }

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-form {
  width: 820px;
  margin: 0 auto;
  background: #fff;
  padding: 46px 40px 76px; }
  @media screen and (max-width: 767px) {
    .c-form {
      width: 100%;
      padding: 20px 15px 30px; } }
  .c-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 31px; }
  .c-form__row dt {
	font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .c-form__row {
        margin: 0 0 15px; } }
    .c-form__row:last-child {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0; }
  .c-form__inner {
    padding-right: 23px;
    margin: 0 0 63px; }
    @media screen and (max-width: 767px) {
      .c-form__inner {
        padding: 0;
        margin: 0 0 20px; } }
  .c-form__ttl, .c-form__note {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2d3033; }
    @media screen and (max-width: 767px) {
      .c-form__ttl, .c-form__note {
        font-size: 1.4rem; } }
  .c-form__ttl {
    width: 190px;
    padding: 5px 0 5px 10px; }
    @media screen and (max-width: 767px) {
      .c-form__ttl {
        width: 100%;
        padding: 0;
        margin: 0 0 5px; } }
  .c-form__info {
    width: calc(100% - 198px); }
    @media screen and (max-width: 767px) {
      .c-form__info {
        width: 100%; } }
  .c-form__note {
    margin: 0 0 31px; }
    @media screen and (max-width: 767px) {
      .c-form__note {
        margin: 0 0 20px; } }
  .c-form input[type='text'] {
    width: 100%;
    border: 1px solid #a3a3a3;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2d3033;
    padding: 6.5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none; }
    @media screen and (max-width: 767px) {
      .c-form input[type='text'] {
        font-size: 1.4rem;
        padding: 5px 10px; } }
  .c-form textarea {
    width: 100%;
    height: 159px;
    border: 1px solid #a3a3a3;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #2d3033;
    padding: 6.5px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    resize: vertical;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none; }
    @media screen and (max-width: 767px) {
      .c-form textarea {
        height: 120px;
        font-size: 1.4rem;
        padding: 5px 10px; } }
  @media screen and (max-width: 767px) {
    .c-form .c-btn1__txt {
      min-width: 220px; } }

/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-text1 {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #2d3033; }
  @media screen and (max-width: 767px) {
    .c-text1 {
      font-size: 1.3rem; } }

/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-imgtext1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #d8d8d8; }
  @media screen and (max-width: 767px) {
    .c-imgtext1 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .c-imgtext1__img {
    width: 510px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__img {
        width: 100%; } }
    .c-imgtext1__img img {
      width: 100%;
      height: auto; }
  .c-imgtext1__info {
    width: calc(100% - 540px); }
    @media screen and (max-width: 767px) {
      .c-imgtext1__info {
        width: 100%;
        margin: 10px 0 0; } }
  .c-imgtext1__ttl {
    font-size: 3.6rem;
    line-height: 1.3;
	color: #CD1417;
    font-weight: bold;
    margin: -6px 0 0; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__ttl {
        font-size: 2rem;
        margin: 0; } }
  .c-imgtext1__txt {
    font-size: 3rem;
    line-height: 1.5;
    color: #2d3033;
    font-weight: bold;
    margin: 26px 0 12px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1__txt {
        font-size: 1.5rem;
        margin: 10px 0 15px; } }
  .c-imgtext1__txt2 {
    margin: 10px 0 48px; 
    font-size: 2rem;
    line-height: 1.5;}
    @media screen and (max-width: 767px) {
      .c-imgtext1__txt2 {
        font-size: 1.3rem;
        margin: 10px 0 15px; } }
  .c-imgtext1__txt2 a {
	color: #00d2b5; }
  .c-imgtext1 .c-btn1 {
    margin: 0 0 0 43px; }
    @media screen and (max-width: 767px) {
      .c-imgtext1 .c-btn1 {
        margin: 0; } }

/*
------------------------------------------------------------*/
.c-imgtext2 {
  width: 1028px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-imgtext2 {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  .c-imgtext2__img {
    width: 447px; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__img {
        width: 100%; } }
    .c-imgtext2__img img {
      width: 100%;
      height: auto; }
  .c-imgtext2__info {
    width: calc(100% - 505px); }
    @media screen and (max-width: 767px) {
      .c-imgtext2__info {
        width: 100%;
        margin: 15px 0 0; } }
  .c-imgtext2__txt {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #2d3033;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: 0.1px; }
    @media screen and (max-width: 767px) {
      .c-imgtext2__txt {
        font-size: 1.4rem;
        letter-spacing: 0.2px; } }
    .c-imgtext2__txt + .c-imgtext2__txt {
      margin: 22px 0 0; }
      @media screen and (max-width: 767px) {
        .c-imgtext2__txt + .c-imgtext2__txt {
          margin: 10px 0 0; } }

/*------------------------------------------------------------
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; }
  .c-list1__item {
    width: 252px;
    margin: 0 11.5px; }
    @media screen and (max-width: 767px) {
      .c-list1__item {
        width: 48%;
        margin: 0 0 15px 4%; } }
    @media screen and (max-width: 767px) {
      .c-list1__item:nth-child(2n + 1) {
        margin: 0 0 15px; } }
  .c-list1__img img {
    width: 100%;
    height: auto; }
  .c-list1__info {
    margin: 15px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list1__info {
        margin: 10px 0 0; } }
  .c-list1__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #2d3033;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-list1__ttl {
        font-size: 1.5rem; } }
  .c-list1__txt {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list1__txt {
        font-size: 1.3rem;
        margin: 5px 0 0; } }

/*
------------------------------------------------------------*/
.c-list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list2__item {
    width: 203px;
    margin: 0 0 0 21px; }
    @media screen and (max-width: 767px) {
      .c-list2__item {
        width: 48%;
        margin: 0 0 20px 4%; } }
    .c-list2__item:nth-child(5n + 1) {
      margin: 0; }
    @media screen and (max-width: 767px) {
      .c-list2__item:nth-child(2n + 1) {
        margin: 0 0 20px; } }
  .c-list2__img {
    width: 100%;
    height: 203px;
    border-radius: 50%;
    overflow: hidden; }
    .c-list2__img img {
      width: 100%;
      height: 100%; }
  .c-list2__info {
    text-align: center;
    margin: 11px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list2__info {
        margin: 10px 0 0; } }
  .c-list2__txt {
    font-size: 1.8rem;
    line-height: 1.2;
    color: #2d3033; }
    @media screen and (max-width: 767px) {
      .c-list2__txt {
        font-size: 1.5rem; } }

/*
------------------------------------------------------------*/
.c-list3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .c-list3__item {
    width: 352px;
    margin: 0 0 0 22px;
    border-radius: 12px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .c-list3__item {
        width: 100%;
        margin: 0 0 15px; } }
    .c-list3__item:nth-child(3n + 1) {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .c-list3__item:nth-child(3n + 1) {
          margin: 0 0 15px; } }
  .c-list3__img img {
    width: 100%;
    height: auto; }

/*
------------------------------------------------------------*/
.c-list4 {
  padding-left: 49px; }
  @media screen and (max-width: 767px) {
    .c-list4 {
      padding: 0; } }
  .c-list4__item {
    margin: 0 0 32px; }
    @media screen and (max-width: 767px) {
      .c-list4__item {
        margin: 0 0 15px; } }
    .c-list4__item:last-child {
      margin: 0; }
  .c-list4__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #1089e6;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-list4__ttl {
        font-size: 1.4rem; } }
  .c-list4__txt {
    font-size: 1.8rem;
    line-height: 1.5;
    color: #2d3033;
    margin: 14px 0 0;
    padding: 0 0 0 30px; }
    @media screen and (max-width: 767px) {
      .c-list4__txt {
        font-size: 1.4rem;
        margin: 6px 0 0;
        padding: 0 0 0 15px; } }
/*
------------------------------------------------------------*/
.c-list5 {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .c-list5 { 
  margin-top: 10px;} }
  @media screen and (max-width: 767px) {
    .c-imgtext2 {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
 .c-list5__info {
    margin: 15px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list1__info {
        margin: 10px 0 0; } }
  .c-list5__ttl {
    font-size: 2rem;
    line-height: 1.5;
	text-align: center;
    color: #CD1417;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-list5__ttl {
        font-size: 1.8rem; } }
  .c-list5__txt {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list5__txt {
        font-size: 1.3rem;
        margin: 5px 0 0; } }
  .c-list5__img {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list5__img {
		  display: block;
        width: 100%;
      height: auto; } }
  .c-list5_img_txt {
	  vertical-align: middle;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 60px 12px 0;
    width: calc(100% - 260px); }
    @media screen and (max-width: 767px) {
      .c-list5_img_txt {
        width: 100%;
        font-size: 1.4rem;
        margin: 5px 0 0; } }

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-table1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff; }
  .c-table1__ttl {
    width: 349px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .c-table1__ttl {
        width: 32%; } }
  .c-table1__info {
    width: calc(100% - 349px); }
    @media screen and (max-width: 767px) {
      .c-table1__info {
        width: 68%; } }
  .c-table1__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom: 1px solid #a3a3a3; }
    .c-table1__row:nth-child(odd) {
      background: #abfff3; }
    .c-table1__row:last-child {
      border-bottom: none; }
  .c-table1__item {
    width: 382;
    border-left: 1px solid #a3a3a3;
    padding: 18px 32px; }
    @media screen and (max-width: 767px) {
      .c-table1__item {
        width: 60%;
        padding: 10px; } }
    .c-table1__item:first-child {
      width: 370px; }
      @media screen and (max-width: 767px) {
        .c-table1__item:first-child {
          width: 40%; } }
  .c-table1__item, .c-table1__txt {
    font-size: 1.6rem;
    line-height: 1.4;
    color: #2d3033; }
    @media screen and (max-width: 767px) {
      .c-table1__item, .c-table1__txt {
        font-size: 1.3rem; } }
	dt .text-required {
    vertical-align: middle;
    display: inline-block;
}

/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-slide1 {
  width: 100%; }
  .c-slide1__item {
    position: relative; }
  .c-slide1__img img {
    width: 100%;
    height: auto; }
  .c-slide1__info {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 104px 0 0;
    margin: -17px 0 0; }
    @media screen and (max-width: 767px) {
      .c-slide1__info {
        padding: 0 15px 0 0;
        margin: 0; } }
    .c-slide1__info.top {
      top: 69px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      padding: 0 100px 0 0; }
      @media screen and (max-width: 767px) {
        .c-slide1__info.top {
          top: 15px;
          padding: 0 15px 0 0; } }
    .c-slide1__info.bottom {
      top: auto;
      bottom: 22px;
      padding: 0 111px 0 0;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media screen and (max-width: 767px) {
        .c-slide1__info.bottom {
          bottom: 15px;
          padding: 0 15px 0 0; } }
  .c-slide1__txt {
    font-size: 3.6rem;
    line-height: 1.3;
    color: #2d3033;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-slide1__txt {
        font-size: 1.4rem;
        line-height: 1.6;
        color: #fff;
        text-shadow: 3px 3px 4px #000; } }
    .c-slide1__txt.white {
      text-align: right;
      color: #fff;
      text-shadow: 3px 3px 4px #000; }
  .c-slide1 .slick-dots {
    margin: 14px 0 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; }
    @media screen and (max-width: 767px) {
      .c-slide1 .slick-dots {
        margin: 10px 0 0; } }
    .c-slide1 .slick-dots li {
      width: 14px;
      height: 14px;
      margin: 0 3px;
      background: #a3a3a3;
      border-radius: 50%; }
      @media screen and (max-width: 767px) {
        .c-slide1 .slick-dots li {
          width: 5px;
          height: 5px;
          margin: 0 2px; } }
      .c-slide1 .slick-dots li button {
        display: none; }
      .c-slide1 .slick-dots li.slick-active {
        background: #d6d6d6; }

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-flow {
  padding-left: 46px; }
  @media screen and (max-width: 767px) {
    .c-flow {
      padding-left: 0; } }
  .c-flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 2px; }
    .c-flow__item:last-child .c-flow__number::after {
      display: none; }
    .c-flow__item:nth-last-child(2) .c-flow__info {
      padding-bottom: 16px; }
  .c-flow__step {
    width: 90px; }
    @media screen and (max-width: 767px) {
      .c-flow__step {
        width: 50px; } }
  .c-flow__info {
    width: calc(100% - 130px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 33px 0 32px; }
    @media screen and (max-width: 767px) {
      .c-flow__info {
        width: calc(100% - 60px);
        padding: 15px 0 15px; } }
  .c-flow__title {
    width: 220px; }
    @media screen and (max-width: 767px) {
      .c-flow__title {
        width: 100%; } }
  .c-flow__content {
    width: calc(100% - 283px);
    padding: 6px 0 0;
    min-height: 99px; }
    @media screen and (max-width: 767px) {
      .c-flow__content {
        width: 100%;
        min-height: 70px; } }
  .c-flow__number {
    height: 100%;
    position: relative; }
    .c-flow__number::after {
      content: '';
      width: 3px;
      height: calc(100% - 92px);
      background: #dfdfdf;
      position: absolute;
      top: 92px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); }
      @media screen and (max-width: 767px) {
        .c-flow__number::after {
          height: calc(100% - 52px);
          top: 52px; } }
    .c-flow__number img {
      width: 100%;
      height: auto; }
  .c-flow__txt1 {
    font-size: 2.2rem;
    line-height: 1.2;
    color: #00d2b5;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .c-flow__txt1 {
        font-size: 1.8rem; } }
  .c-flow__txt2 {
    font-size: 1.4rem;
    line-height: 1.3;
    color: #2d3033;
    -webkit-font-feature-settings: 'palt';
            font-feature-settings: 'palt';
    letter-spacing: 0.2px; }
    @media screen and (max-width: 767px) {
      .c-flow__txt2 {
        font-size: 1.3rem; } }
    .c-flow__txt2 + .c-flow__txt2 {
      margin: 19px 0 0; }
      @media screen and (max-width: 767px) {
        .c-flow__txt2 + .c-flow__txt2 {
          margin: 10px 0 0; } }
  .c-flow .c-btn1 {
    margin: 21px 0 0 5px; }
    @media screen and (max-width: 767px) {
      .c-flow .c-btn1 {
        margin: 15px 0 0; } }
    @media screen and (max-width: 767px) {
      .c-flow .c-btn1__txt {
        min-width: 220px; } }

/*------------------------------------------------------------
page thanks
------------------------------------------------------------*/
.p-thanks {
  padding: 217px 0 271px; }
  @media screen and (max-width: 767px) {
    .p-thanks {
      padding: 60px 0; } }
  .p-thanks .c-title1 {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-thanks .c-title1 {
        font-size: 1.6rem; } }
  .p-thanks__wrap {
    width: 742px;
    margin: 34px auto; }
    @media screen and (max-width: 767px) {
      .p-thanks__wrap {
        width: 90%;
        margin: 20px auto; } }
  .p-thanks .c-text1 {
    line-height: 1.6; }
    .p-thanks .c-text1 + .c-text1 {
      margin: 23px 0 0; }
      @media screen and (max-width: 767px) {
        .p-thanks .c-text1 + .c-text1 {
          margin: 15px 0 0;
          font-size: 1.2rem; } }

/*------------------------------------------------------------
page top
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.p-top0 {
  padding: 53px 0 82px; }
  @media screen and (max-width: 767px) {
    .p-top0 {
      padding: 20px 0; } }
  .p-top0 .c-title2 {
    margin: 0 0 39px;
	font-weight: bold;
	font-size: 3rem;
	color: #CD1417; }
    @media screen and (max-width: 767px) {
      .p-top0 .c-title2 {
        margin: 0 0 15px;
        font-size: 1.6rem; } }
  .p-top0 .c-list3 {
    margin: 41px 0 0; }
    @media screen and (max-width: 767px) {
      .p-top0 .c-list3 {
        margin: 20px 0 0; } }
/*
------------------------------------------------------------*/
.p-top1 .c-imgtext1 {
  padding: 46px 0 70px; }
  @media screen and (max-width: 767px) {
    .p-top1 .c-imgtext1 {
      padding: 25px 0 30px; } }

/*
------------------------------------------------------------*/
.p-top2 {
  background: #f2f2f2;
  padding: 57px 0 82px; }
  @media screen and (max-width: 767px) {
    .p-top2 {
      padding: 20px 0; } }
  .p-top2 .c-title1 {
    margin: 0 0 48px; }
    @media screen and (max-width: 767px) {
      .p-top2 .c-title1 {
        margin: 0 0 15px; } }

/*
------------------------------------------------------------*/
.p-top3 {
  padding: 57px 0 65px; }
  @media screen and (max-width: 767px) {
    .p-top3 {
      padding: 20px 0; } }
  .p-top3 .c-title1 {
    margin: 0 0 28px; }
    @media screen and (max-width: 767px) {
      .p-top3 .c-title1 {
        margin: 0 0 15px; } }

/*
------------------------------------------------------------*/
.p-top4 {
  background: #f2f2f2;
  padding: 53px 0 82px; }
  @media screen and (max-width: 767px) {
    .p-top4 {
      padding: 20px 0; } }
  .p-top4 .c-title2 {
    margin: 0 0 39px;
	color: #CD1417; }
    @media screen and (max-width: 767px) {
      .p-top4 .c-title2 {
        margin: 0 0 15px; } }
  .p-top4 .c-list3 {
    margin: 41px 0 0; }
    @media screen and (max-width: 767px) {
      .p-top4 .c-list3 {
        margin: 20px 0 0; } }

/*
------------------------------------------------------------*/
.p-top5 {
  padding: 55px 0 10px; }
  @media screen and (max-width: 767px) {
    .p-top5 {
      padding: 20px 0; } }
  .p-top5 .c-title1 {
    margin: 0 0 45px; }
    @media screen and (max-width: 767px) {
      .p-top5 .c-title1 {
        margin: 0 0 15px; } }

/*
------------------------------------------------------------*/
.p-top6 {
  background: #f2f2f2;
  padding: 59px 0 62px; }
  @media screen and (max-width: 767px) {
    .p-top6 {
      padding: 20px 0; } }
  .p-top6 .c-title1 {
    margin: 0 0 54px; }
    @media screen and (max-width: 767px) {
      .p-top6 .c-title1 {
        margin: 0 0 15px; } }
  .p-top6 .lead {
  font-weight: bold; }
  .p-top6 .c-table1 {
    margin: 0 0 46px; }
    @media screen and (max-width: 767px) {
      .p-top6 .c-table1 {
        margin: 0 0 20px; } }
  .p-top6__block {
    margin: 51px 0 0;
    padding: 62px 0 0;
    border-top: 1px solid #d8d8d8; }
    @media screen and (max-width: 767px) {
      .p-top6__block {
        margin: 20px 0 0;
        padding: 20px 0 0; } }
    .p-top6__block .c-title1 {
      margin: 0 0 45px; }
      @media screen and (max-width: 767px) {
        .p-top6__block .c-title1 {
          margin: 0 0 15px; } }
    .p-top6__block .c-text1 + .c-text1 {
      margin: 22px 0 0; }
      @media screen and (max-width: 767px) {
        .p-top6__block .c-text1 + .c-text1 {
          margin: 10px 0 0; } }

/*
------------------------------------------------------------*/
.p-top7 {
  padding: 60px 0 76px; }
  @media screen and (max-width: 767px) {
    .p-top7 {
      padding: 20px 0; } }
  .p-top7 .c-title1 {
    margin: 0 0 35px; }
    @media screen and (max-width: 767px) {
      .p-top7 .c-title1 {
        margin: 0 0 15px; } }

/*
------------------------------------------------------------*/
.p-top8 {
  background: #f2f2f2;
  padding: 66px 0 88px; }
  @media screen and (max-width: 767px) {
    .p-top8 {
      padding: 20px 0; } }
  .p-top8 .c-title1 {
    text-align: center;
    margin: 0 0 67px; }
    @media screen and (max-width: 767px) {
      .p-top8 .c-title1 {
        margin: 0 0 15px; } }

/*
------------------------------------------------------------*/
.c-form .info_tel {
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	display: block;
	border-bottom: 1px solid #575757;
	font-size: 1.8rem;
}.c-form .info_tel a {
	text-decoration: none;
	color: #666;
}
.c-form h4 {
	font-size: 2.4rem;
	display: block;
	margin-bottom: 10px;
}
  @media screen and (max-width: 767px) {
    .c-form h4 {
      font-size: 1.6rem; } }

/*footer_menu
------------------------------------------------------------*/
.footer_menu {
	text-align: center;
	padding: 30px 0;
}
.footer_menu img {
	margin-bottom: 30px;
}
.footer_menu p {
	font-size: 1.2rem;
}
.c-footer__txt a {
    font-size: 1.3rem;
    line-height: 2;
    color: #fff; }
    
/*cloth.html
------------------------------------------------------------*/
.cloth-header {
	margin: 42px 0 ;
	padding: 0 0 42px 0;
	border-bottom: 1px solid #d8d8d8; }
.cloth-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .cloth-list__item {
    width: 352px;
    margin: 0 0 0 22px;
	padding: 0 0 62px 0;
    border-radius: 12px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .cloth-list__item {
        width: 100%;
        margin: 0 0 15px; } }
    .cloth-list__item:nth-child(3n + 1) {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .cloth-list__item:nth-child(3n + 1) {
          margin: 0 0 15px; } }
  .cloth-list__img img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0; }
 .cloth-list__info {
    margin: 15px 0 0; }
    @media screen and (max-width: 767px) {
      .c-list1__info {
        margin: 10px 0 0; } }
  .cloth-list__ttl {
    font-size: 2rem;
    line-height: 2;
	text-align: center;
    color: #2d3033;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .cloth-list__ttl {
        font-size: 1.8rem; } }
  .cloth-list__txt {
    font-size: 1.8rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .cloth-list__txt {
        font-size: 1.3rem;
        margin: 5px 0 0; } }
  .cloth-list__dt {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #2d3033;
    font-weight: bold;
    margin: 12px 0 0; }
    @media screen and (max-width: 767px) {
      .cloth-list__dt {
        font-size: 1.3rem;
        margin: 5px 0 0; } }
  .cloth-list__dd {
    font-size: 1.6rem;
    line-height: 1.3;
    color: #2d3033;
    margin: 2px 0 0 12px; }
    @media screen and (max-width: 767px) {
      .cloth-list__dd {
        font-size: 1.3rem;
        margin: 5px 0 0 12px; } }
        .cloth-list__dd span {
          font-size: 1.4rem; }
          @media screen and (max-width: 767px) {
            .cloth-list__dd span {
              font-size: 1.2rem; } }
.cloth-list__item span.recommend {
  font-weight: bold;
  color: #c00;
}

/*head_news
------------------------------------------------------------*/
  .head_news {
    width: 100%;
    display: block;
    background: #00d2b5;
    padding: 1.2em;
    position: relative;
  }
  .head_news p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
  }
  .head_news a {
    display: inline-block;
    margin-left: 2em;
    background: #00d2b5;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    border: rgb(255, 255, 255) 1px solid;
    border-radius: 20px;
    padding: 0.5em 1em;
    cursor: pointer;
  }
  .head_news a:hover {
    color: #00d2b5;
    background: #fff;
    opacity: 1;
  }
  /* モーダル
------------------------------------------------------------*/
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 100%;
  height: 95%;
  max-width: 1000px;
  padding: 10px 20px;
  background-color: #fff;
  overflow: auto;
}
.modalWrapper button {
  display: block;
  margin: 0 auto;
}
.closeModal {
  background: #bbb;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  border: rgb(255, 255, 255) 1px solid;
  border-radius: 20px;
  padding: 0.2em 1em;
  cursor: pointer;
}

.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

/* ページ内リンク位置調整 */
#about,#fee,#faq {
  margin-top: -50px;
  padding-top: 90px;
}

/* ブログ */

.blog__area {
  padding: 10px 0 65px; }
  @media screen and (max-width: 767px) {
    .blog__area {
      padding: 20px 0; } }
  .blog__area .c-title1 {
    margin: 0 0 28px; }
    @media screen and (max-width: 767px) {
      .blog__area .c-title1 {
        margin: 0 0 15px; } }
.blog__ttl {
  text-align: left;
  font-size: 2rem;
  line-height: 1.5;
}
.blog__ttl a {
  color: #1089e6;
  text-decoration: none;
}
.blog__ttl a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .blog__ttl {
    font-size: 1.8rem; } }