@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : assets.css
 Style : assets
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptal div {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

h2.mail {
  display: none;
}

.pankuzu {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .pankuzu {
    font-size: 1.2rem;
  }
}

.pankuzu ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pankuzu ol li:first-child {
  margin-right: 5px;
}

.pankuzu ol li:last-child {
  margin-left: 5px;
}

.pankuzu ol li:last-child a {
  color: #333;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

header#global_header {
  max-width: 100%;
}

.header {
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  }
}

.header-inner {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .header-inner {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .header-inner {
    padding: 0;
    margin: 0;
  }
}

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .header-contact {
    display: none;
  }
}

.header-contact-tel {
  text-align: right;
  margin-right: 15px;
}

.header-contact-tel .call {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.7rem;
  color: #262626;
  line-height: 1;
}

.header-contact-tel .call span {
  font-size: 1.2rem;
  color: #fff;
  background: #262626;
  border-radius: 3px;
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  position: relative;
  top: -5px;
}

.header-contact-tel .call a {
  color: #262626;
}

.header-contact-tel p {
  font-size: 1.3rem;
  line-height: 1;
}

.header-contact-btn a {
  background: #e56300;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  display: block;
  border-radius: 3px;
  line-height: 1;
  padding: 13px 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-contact-btn a:hover {
  background: #9e0005;
}

.header-contact-btn a i {
  margin-right: 6px;
}

.nav_global {
  width: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 834px) {
  .nav_global {
    width: auto;
    background: none;
  }
}

.nav_global.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  -webkit-animation: fixed 1s 0s forwards;
          animation: fixed 1s 0s forwards;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

@-webkit-keyframes fixed {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fixed {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.nav_global > ul {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
}

@media screen and (max-width: 834px) {
  .nav_global > ul {
    display: none;
  }
}

.nav_global > ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #ddd;
  line-height: 1.7;
}

.nav_global > ul li:last-child {
  border-right: 1px solid #ddd;
}

.nav_global > ul li a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #333333;
  color: #262626;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.nav_global > ul li a:hover {
  color: #9e0005;
  -webkit-animation: zoom 0.3s;
          animation: zoom 0.3s;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

#mainArea {
  width: 100% !important;
  position: relative;
}

#mainArea .maintext {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  line-height: 1.6;
  color: #fff;
  position: absolute;
  right: calc(20px + ((1vw - 12px) * 47.2222));
  bottom: 40px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  text-align: right;
}

@media screen and (max-width: 1200px) {
  #mainArea .maintext {
    right: 20px;
  }
}

@media screen and (max-width: 834px) {
  #mainArea .maintext {
    font-size: calc(2.8rem + ((1vw - 3.75px) * calc(100 * (40 - 28) / (834 - 375))));
  }
}

@media screen and (max-width: 480px) {
  #mainArea .maintext {
    bottom: 20px;
  }
}

#mainArea .maintext span {
  font-size: 2.2rem;
  line-height: 1.4;
  display: block;
}

@media screen and (max-width: 834px) {
  #mainArea .maintext span {
    font-size: calc(1.4rem + ((1vw - 3.75px) * calc(100 * (22 - 14) / (834 - 375))));
  }
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #9e0005;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    position: relative;
    z-index: 300;
  }
}

.nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .nav_wrap .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap .header-contact {
    display: block;
  }
  .nav_wrap .header-contact-tel {
    margin-right: 0;
  }
  .nav_wrap .header-contact-btn {
    margin-top: 15px;
  }
  .nav_wrap .header-contact-btn a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul {
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 15px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

.nav_wrap ul li a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #161616;
  display: block;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

@media screen and (max-width: 834px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 600;
}

.footer {
  font-size: 1.4rem;
  line-height: 1.7;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 40px 20px;
  }
}

.footer-left {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .footer-left {
    width: 100%;
    text-align: center;
  }
}

.footer-left p {
  margin-top: 20px;
}

.footer-left p a {
  color: #333;
}

.footer-right {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .footer-right {
    width: 100%;
    margin-top: 20px;
  }
}

.footer-right iframe {
  vertical-align: bottom;
}

@media screen and (max-width: 480px) {
  .footer-right iframe {
    height: 200px;
  }
}

.subnav {
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  .subnav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.subnav ul li {
  display: inline-block;
}

.subnav ul li::before {
  content: "\f0a9";
  font-family: "Font awesome 5 Pro";
  display: inline-block;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .subnav ul li::before {
    display: none;
  }
}

.subnav ul li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  .subnav ul li:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .subnav ul li {
    width: 49.5%;
    margin-bottom: 1%;
  }
}

.subnav ul li a {
  color: #333;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subnav ul li a:hover {
  color: #9e0005;
}

@media screen and (max-width: 640px) {
  .subnav ul li a {
    background: #efefef;
    display: block;
    padding: 8px 0;
  }
}

.footer-copy {
  background: #9e0005;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 8px 0;
}

.footer-copy a {
  color: #fff;
}

#contents_wrap {
  padding: 80px 0 0;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}

@media screen and (max-width: 834px) {
  #contents_wrap {
    padding: 60px 20px 0;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 40px 20px 0;
  }
}

.subpage #contents_wrap {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .subpage #contents_wrap {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .subpage #contents_wrap {
    padding: 0 20px;
  }
}

.inner_01 {
  max-width: 780px;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .inner_01 {
    padding: 0 20px;
  }
}

.title_01 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title_01 h2 {
    font-size: calc(2.6rem + ((1vw - 3.75px) * calc(100 * (32 - 26) / (1200 - 375))));
  }
}

.title_01 h2 span {
  font-size: 1.6rem;
  color: #767676;
  display: block;
  margin-top: 5px;
}

.title_02 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  color: #161616;
  line-height: 1.4;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .title_02 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (28 - 24) / (1200 - 375))));
  }
}

.title_02 h2 span {
  font-size: 1.4rem;
  color: #767676;
  display: block;
  margin-top: 3px;
}

.title_02 h2::after {
  content: "";
  width: 120px;
  height: 3px;
  background: #9e0005;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.title_02 h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  color: #161616;
  line-height: 1.4;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .title_02 h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

.title_02 h3::after {
  content: "";
  width: 120px;
  height: 3px;
  background: #9e0005;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.title_03 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title_03 h2 {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (28 - 24) / (1200 - 375))));
  }
}

.title_03 h2 span {
  font-size: 1.4rem;
  color: #767676;
  display: block;
  margin-top: 5px;
}

.title_03.white h2 {
  color: #fff;
}

.title_03.white h2 span {
  color: #fff;
}

.title_04 h2 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #f7f7f7;
  padding: 15px 5px 15px 25px;
  position: relative;
  border: 1px solid #ccc;
  font-size: 2.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .title_04 h2 {
    font-size: calc(2rem + ((1vw - 3.75px) * calc(100 * (24 - 20) / (1200 - 375))));
  }
}

.title_04 h2::before {
  content: "";
  display: block;
  width: 5px;
  height: 30px;
  border-radius: 500px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #9e0005;
}

.flex-contact {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}

.flex-contact .box {
  width: 47.4359%;
}

@media screen and (max-width: 640px) {
  .flex-contact .box {
    width: 100%;
  }
  .flex-contact .box:first-child {
    margin-bottom: 20px;
  }
}

.flex-contact .box h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.flex-contact .box article > div {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #fff;
  min-height: 90px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .flex-contact .box article > div {
    min-height: 80px;
  }
}

.flex-contact .box article > div .call {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #fff;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .flex-contact .box article > div .call {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (30 - 24) / (834 - 375))));
  }
}

.flex-contact .box article > div .call a {
  color: #fff;
  width: 100%;
  display: block;
}

.flex-contact .box article > div .call span {
  font-size: 2.2rem;
}

.flex-contact .box article > div p {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 8px;
}

.flex-contact .box article > div .btn-contact {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  display: block;
  padding: 32px 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.flex-contact .box article > div .btn-contact:hover {
  background: rgba(158, 0, 5, 0.2);
}

@media screen and (max-width: 834px) {
  .flex-contact .box article > div .btn-contact {
    font-size: calc(2rem + ((1vw - 3.75px) * calc(100 * (24 - 20) / (834 - 375))));
  }
}

@media screen and (max-width: 480px) {
  .flex-contact .box article > div .btn-contact {
    padding: 28px 0;
  }
}

.flex-contact .box article > div .btn-contact i {
  margin-right: 5px;
}

.bg_01 {
  background: url(../images/home/bg01.jpg) center top no-repeat #f3f3f3;
}

.bg_contact {
  background: url(../images/home/bg02.jpg) center top no-repeat;
  background-size: cover;
}

.cont_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .cont_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 640px) {
  .cont_01.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_01 .leftArea {
  width: 55%;
}

@media screen and (max-width: 640px) {
  .cont_01 .leftArea {
    width: 100%;
    margin-top: 20px;
  }
}

.cont_01 .rightArea {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .cont_01 .rightArea {
    width: 100%;
  }
}

.cont_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_02 .leftArea {
  width: 66.66667%;
}

@media screen and (max-width: 640px) {
  .cont_02 .leftArea {
    width: 100%;
  }
}

.cont_02 .rightArea {
  width: 30.83333%;
}

.cont_02 .rightArea .imgL {
  float: none;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .cont_02 .rightArea {
    width: 100%;
    margin-top: 30px;
  }
}

.cont_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_03 .leftArea {
  width: 64%;
}

@media screen and (max-width: 640px) {
  .cont_03 .leftArea {
    width: 100%;
  }
}

.cont_03 .rightArea {
  width: 34%;
}

@media screen and (max-width: 640px) {
  .cont_03 .rightArea {
    width: 100%;
    margin-top: 20px;
  }
}

.btn_01 a {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #9e0005;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  min-width: 260px;
  position: relative;
  line-height: 1;
  padding: 19px 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn_01 a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .btn_01 a {
    min-width: auto;
    display: block;
  }
}

.btn_01 a::after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

.flex_01 .box {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.flex_01 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_01 .box article img {
  width: 32.72727% !important;
}

@media screen and (max-width: 480px) {
  .flex_01 .box article img {
    width: 100% !important;
  }
}

.flex_01 .box article h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
  padding-bottom: 6px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .flex_01 .box article h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (20 - 18) / (1200 - 375))));
  }
}

.flex_01 .box article div {
  width: 63.63636% !important;
  line-height: 1.7;
}

@media screen and (max-width: 1200px) {
  .flex_01 .box article div {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .flex_01 .box article div {
    width: 100% !important;
    margin-top: 15px;
  }
}

.flex2cl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex2cl .box {
  width: 48.75%;
}

.flex2cl .box:nth-child(n + 3) {
  margin-top: 2.5%;
}

@media screen and (max-width: 834px) {
  .flex2cl .box {
    width: 100%;
  }
  .flex2cl .box:nth-child(n + 2) {
    margin-top: 3%;
  }
}

.flex3cl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex3cl::after {
  content: "";
  display: block;
  width: 31.66667%;
}

.flex3cl .box {
  width: 31.66667%;
}

.flex3cl .box:nth-child(n + 4) {
  margin-top: 2.5%;
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
  }
  .flex3cl .box:nth-child(n + 2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 640px) {
  .gallery .box {
    width: 48.5%;
  }
  .gallery .box:nth-child(2) {
    margin-top: 0;
  }
  .gallery .box:nth-child(n + 3) {
    margin-top: 3%;
  }
}

@media screen and (max-width: 640px) {
  .item_01 .box img {
    width: 100% !important;
  }
}

.item_01 .box h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #161616;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  margin: 15px 0 20px;
}

@media screen and (max-width: 1200px) {
  .item_01 .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

.item_01 .box div {
  text-align: center;
}

.item_01 .box .btn {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #9e0005;
  text-align: center;
  display: inline-block;
  min-width: 260px;
  position: relative;
  line-height: 1;
  padding: 17px 5px;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.item_01 .box .btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1000px) {
  .item_01 .box .btn {
    min-width: auto;
    display: block;
  }
}

.item_01 .box .btn::after {
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 300;
}

@media screen and (max-width: 640px) {
  .item_02 .box img {
    width: 100% !important;
  }
}

.item_02 .box h3 {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #161616;
  font-size: 2.2rem;
  line-height: 1.4;
  border-bottom: 3px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .item_02 .box h3 {
    font-size: calc(1.8rem + ((1vw - 3.75px) * calc(100 * (22 - 18) / (1200 - 375))));
  }
}

.item_02 .box h3::after {
  content: "";
  width: 120px;
  height: 3px;
  background: #9e0005;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.item_02 .box div {
  margin-top: 10px;
}

.news {
  max-height: 290px;
  overflow-y: auto;
}

.news dl {
  margin-bottom: 10px;
  border: 2px solid #ddd;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 18px 20px;
}

@media screen and (max-width: 640px) {
  .news dl {
    padding: 10px 15px;
  }
}

.news dl:last-child {
  margin-bottom: 0;
}

.news dl dt {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
  line-height: 1.6;
}

.news dl dd {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  width: 100% !important;
  line-height: 1.6;
}

.subArea {
  background: url(../images/home/bg01.jpg) center top no-repeat;
  background-size: cover;
  height: 280px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .subArea {
    height: 240px;
  }
}

@media screen and (max-width: 640px) {
  .subArea {
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .subArea {
    height: 180px;
  }
}

@media screen and (max-width: 375px) {
  .subArea {
    height: 160px;
  }
}

.subArea h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .subArea h1 {
    font-size: calc(2.8rem + ((1vw - 3.75px) * calc(100 * (40 - 28) / (1200 - 375))));
  }
}

.form dl {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.form dl:first-child {
  border-top: 1px solid #ccc;
}

.form dl dt {
  background: none !important;
  border: none !important;
  padding: 0 10px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 1000px) {
  .form dl dt {
    width: 30% !important;
  }
}

@media screen and (max-width: 834px) {
  .form dl dt {
    width: 38% !important;
  }
}

@media screen and (max-width: 640px) {
  .form dl dt {
    margin-bottom: 10px;
    padding: 0 !important;
  }
}

.form dl dt label {
  background: #9e0005;
  color: #fff !important;
  display: inline-block;
  line-height: 1;
  padding: 7px 10px;
  font-size: 1.2rem !important;
}

.form dl dd {
  background: none !important;
  border: none !important;
  padding: 0 10px 0 45px !important;
}

.form dl dd input[type="text"],
.form dl dd input[type="password"],
.form dl dd select {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  height: 40px;
  border-radius: 3px;
}

.form dl dd textarea {
  background: #f3f3f3;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  .form dl dd {
    width: 70% !important;
  }
}

@media screen and (max-width: 834px) {
  .form dl dd {
    width: 62% !important;
  }
}

@media screen and (max-width: 640px) {
  .form dl dd {
    padding: 0 !important;
  }
}

.contact-tel .call {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  color: #262626;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .contact-tel .call {
    font-size: calc(2.4rem + ((1vw - 3.75px) * calc(100 * (30 - 24) / (834 - 375))));
  }
}

.contact-tel .call a {
  color: #262626;
  width: 100%;
  display: block;
}

.contact-tel .call span {
  font-size: 2.2rem;
}

.faq {
  border-bottom: 1px dashed #ddd;
  padding: 30px 0;
}

.faq .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq .box div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq .box:first-child {
  font-size: 2rem;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .faq .box:first-child {
    font-size: 1.6rem;
  }
}

.faq .box:first-child::before {
  content: "Q";
  display: inline-block;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #e56300;
  font-weight: bold;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .faq .box:first-child::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

.faq .box:last-child::before {
  content: "A";
  display: inline-block;
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  background: #9e0005;
  font-weight: bold;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 15px;
}

@media screen and (max-width: 480px) {
  .faq .box:last-child::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

.point1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point1::before {
  content: "1";
  display: inline-block;
  background: #9e0005;
  color: #fff;
  padding: 0 9px;
  margin-right: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .point1::before {
    margin-right: 5px;
  }
}

.point2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point2::before {
  content: "2";
  display: inline-block;
  background: #9e0005;
  color: #fff;
  padding: 0 9px;
  margin-right: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .point2::before {
    margin-right: 5px;
  }
}

.point3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point3::before {
  content: "3";
  display: inline-block;
  background: #9e0005;
  color: #fff;
  padding: 0 9px;
  margin-right: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .point3::before {
    margin-right: 5px;
  }
}

.point4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point4::before {
  content: "4";
  display: inline-block;
  background: #9e0005;
  color: #fff;
  padding: 0 9px;
  margin-right: 10px;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .point4::before {
    margin-right: 5px;
  }
}
/*# sourceMappingURL=assets.css.map */