@charset "utf-8";

/*
  File Name   : common.css
  Description : コンテンツエリア共通
*/

/* com-font-serif
============================================================ */
.com-font-serif {
  font-family: "Noto Serif JP", serif;
}

/* section
============================================================ */
.com-section-inner {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-section-inner {
    width: 100%;
  }
}

/* com-title
============================================================ */
.com-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 9px;
  line-height: 1.6;
  text-align: left;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1370px) {
  .com-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1175px) {
  .com-title {
    font-size: 26px;
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 811px) {
  .com-title {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
}

/* com-title2
============================================================ */
.com-title2 {
  color: #e3007f;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 9px;
  line-height: 1.6;
  text-align: left;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1175px) {
  .com-title2 {
    font-size: 26px;
    letter-spacing: 6px;
  }
}

@media screen and (max-width: 811px) {
  .com-title2 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.5;
  }
}

/* com-txt
============================================================ */
.com-txt {
  font-size: 18px;
  letter-spacing: 3.7px;
  line-height: 2.5;
  text-align: left;
}
.com-txt.-wht {
  color: #fff;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1175px) {
  .com-txt {
    font-size: 16px;
    letter-spacing: 3.2px;
  }
}

@media screen and (max-width: 811px) {
  .com-txt {
    font-size: 14px;
    letter-spacing: 1.2px;
    line-height: 2.2;
  }
}

/* com-txt2
============================================================ */
.com-txt2 {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.3;
  text-align: left;
}
.com-txt2.-wht {
  color: #fff;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1175px) {
  .com-txt2 {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 811px) {
  .com-txt2 {
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 2;
  }
}

@media screen and (max-width: 481px) {
  .com-txt2 {
    font-size: 12px;
  }
}

/* com-btn
============================================================ */
.com-btn {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 606px;
  padding: 20px 10px;
  border-radius: 20px;
  background: #e3007f;
  box-shadow: 10px 10px 0 -5px #ccc;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.com-btn:link,
.com-btn:hover,
.com-btn:active {
  text-decoration: none;
}
.com-btn span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.com-btn small {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .com-btn {
    max-width: 303px;
    padding: 15px 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 0 -2.5px #ccc;
    letter-spacing: 0.8px;
  }
  .com-btn span {
    font-size: 18px;
  }
  .com-btn small {
    color: #fff;
    font-size: 11px;
  }
}

/* com-remarks
============================================================ */
.com-remarks {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 2.3;
  text-align: left;
}
.com-remarks li {
  padding-left: 1em;
  text-indent: -1em;
}
.com-remarks li * {
  text-indent: 0;
}
.com-remarks li::before {
  content: "\203b";
}

/* @media
------------------------------------------------------------ */
@media screen and (max-width: 1175px) {
  .com-remarks {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 811px) {
  .com-remarks {
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 1.7;
  }
}
