@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, "sans-serif";
  font-size: 16px !important; }
  @media screen and (max-width: 769px) {
    html {
      font-size: 14px !important; } }

body {
  background: #fff;
  color: #222;
  padding-top: 60px; }
  body#index {
    padding-top: 0; }

a {
  color: #C7000B;
  transition: 0.5s; }

a:hover, a:active, a:focus {
  color: #C7000B;
  outline: none; }

p {
  padding: 0;
  margin: 0 0 30px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #C7000B;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11; }
  .back-to-top i {
    padding-top: 12px;
    color: #fff; }
  @media (max-width: 768px) {
    .back-to-top {
      bottom: 15px; } }

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff; }

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #C7000B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite; }

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s; }
  @media (max-width: 991px) {
    #topbar {
      display: none; } }
  #topbar .social-links {
    text-align: right; }
    #topbar .social-links a {
      color: #666;
      padding: 4px 12px;
      display: inline-block;
      line-height: 1px; }
      #topbar .social-links a:hover {
        color: #C7000B; }
      #topbar .social-links a:first-child {
        border-left: 0; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255, 255, 255, 0.7);
  height: 70px; }
  @media (max-width: 991px) {
    #header {
      background-color: rgba(255, 255, 255, 0);
      height: 60px;
      padding: 0; } }
  #header.header-scrolled, #header.header-pages {
    padding: 0;
    height: 70px;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
    @media (max-width: 991px) {
      #header.header-scrolled, #header.header-pages {
        height: 60px;
        padding: 0; } }
    #header.header-scrolled #topbar, #header.header-pages #topbar {
      display: none; }
  #header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px; }
    @media (max-width: 991px) {
      #header .container {
        height: 60px; } }
  #header #logo {
    margin: 0;
    padding: 0;
    display: none;
    line-height: 0; }
    #header #logo h1 {
      display: inline-block;
      margin: 0;
      padding: 0;
      line-height: 0; }
    #header #logo h1 a, #header #logo h1 a:hover {
      display: inline-block;
      color: #222;
      text-decoration: none; }
    #header #logo img {
      padding: 0;
      margin: 0;
      width: 400px;
      max-width: 85%; }

.main-pages {
  margin-top: 60px; }

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  background-image: url("../img/bg-img.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  /*@media(max-width: 767px) {  
  div[class^="col-"] {
	padding: 0;
  }
}*/ }
  #intro .intro-bg {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    background-color: #c0ad5e;
    margin-top: 7rem;
    padding: 4rem; }
    @media (max-width: 767px) {
      #intro .intro-bg {
        margin-top: 5rem; } }
    #intro .intro-bg::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background-image: url("../img/sima.png");
      background-size: 4px;
      background-repeat: repeat;
      opacity: 0.1;
      z-index: 1; }
  #intro .intro-img {
    display: block;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10; }
  @media (min-width: 992px) {
    #intro .intro-info {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    #intro .intro-info {
      text-align: center;
      padding-top: 40px; } }
  #intro .intro-info h2 {
    color: #222;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700; }
    #intro .intro-info h2 span {
      color: #C7000B; }
    @media (max-width: 767px) {
      #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px; } }
  #intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #C7000B;
    color: #fff; }
    #intro .intro-info .btn-get-started:hover, #intro .intro-info .btn-services:hover {
      background: #C7000B; }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */ }
  .main-nav, .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .main-nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .main-nav ul li {
      white-space: nowrap;
      display: flex;
      align-items: center;
      height: 70px;
      margin-left: 1.5em; }
    .main-nav ul a {
      line-height: 1.4;
      display: block;
      position: relative;
      color: #222;
      transition: 0.3s;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600; }
      .main-nav ul a.btn-nav {
        padding: 8px 15px 8px 15px;
        background: #c8a046;
        background: linear-gradient(-30deg, #c8a046 0%, #fff5b8 53%, #c8a046 100%);
        box-shadow: 2px 2px 0 #BCA060;
        text-decoration: none; }
    .main-nav ul a:hover, .main-nav ul .active > a, .main-nav ul li:hover > a {
      text-decoration: none; }
      .main-nav ul a:hover.btn-nav, .main-nav ul .active > a.btn-nav, .main-nav ul li:hover > a.btn-nav {
        filter: brightness(110%); }
  .main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s; }
  .main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }
  .main-nav .drop-down li {
    min-width: 180px;
    position: relative; }
  .main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #7b0007; }
  .main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
    color: #C7000B; }
  .main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px; }
  .main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px); }
  .main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%; }
  .main-nav .drop-down .drop-down > a {
    padding-right: 35px; }
  .main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px; }

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -18em;
  width: 18em;
  padding-top: 18px;
  background: rgba(0, 0, 0, 0.8);
  transition: 0.4s; }
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mobile-nav a {
    line-height: 1.4;
    display: block;
    position: relative;
    padding: 10px 20px;
    color: #FFF;
    font-weight: 600; }
    .mobile-nav a.btn-nav {
      color: #000;
      padding: 10px;
      margin: 1em;
      background: #c8a046;
      background: linear-gradient(-30deg, #c8a046 0%, #fff5b9 50%, #c8a046 100%);
      box-shadow: 2px 2px 0 #BCA060; }
  .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #e6c878;
    text-decoration: none; }
    .mobile-nav a:hover.btn-nav, .mobile-nav .active > a.btn-nav, .mobile-nav li:hover > a.btn-nav {
      filter: brightness(110%);
      color: #222; }
  .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 0; }
  .mobile-nav .active.drop-down > a:after {
    content: "\f077"; }
  .mobile-nav .drop-down > a {
    padding-right: 20px; }
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden; }
  .mobile-nav .drop-down li {
    padding-left: 20px; }

.mobile-nav-toggle {
  position: fixed;
  right: 5px;
  top: 18px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right; }
  .mobile-nav-toggle i {
    margin: 0;
    color: #000; }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none; }

.mobile-nav-active {
  overflow: hidden; }
  .mobile-nav-active .mobile-nav {
    left: 0; }
  .mobile-nav-active .mobile-nav-toggle i {
    color: #fff; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  padding: 0 0 40px 0;
  margin: auto; }
  .section-header h2 {
    text-align: center;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 2rem; }
    .section-header h2 span {
      text-align: left;
      display: inline-block;
      border-bottom: 3px solid #C7000B;
      padding: 0 2em 5px 2em; }
      @media (max-width: 767px) {
        .section-header h2 span {
          padding: 0.5em;
          font-size: 1.7rem; } }
  .section-header p {
    text-align: center;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 767px) {
      .section-header p {
        text-align: left;
        width: 100%; } }

.ippan {
  text-align: center;
  padding: 1.5em 1.5em 0.5em 1.5em;
  background-color: #FFF;
  border: 3px solid #CB0003;
  margin-bottom: 2em; }
  @media (max-width: 767px) {
    .ippan {
      padding: 1em 1em 0.5em 1em; } }
  .ippan h2 {
    text-align: center;
    position: relative;
    margin: 0;
    font-weight: 600;
    font-size: 2rem; }
    .ippan h2 span {
      text-align: left;
      display: inline-block;
      border-bottom: 3px solid #C7000B;
      padding: 0 2em 5px 2em; }
      @media (max-width: 767px) {
        .ippan h2 span {
          padding: 0.5em;
          font-size: 1.6rem; } }
  .ippan h3 {
    display: inline-block;
    width: auto;
    text-align: left;
    color: #FFF;
    font-weight: 700;
    padding: 0.3em 1em;
    border: 3px solid #CB0003;
    background: #CB0003;
    border-radius: 2em;
    font-size: 1.7rem;
    margin-top: 1em; }
    @media (max-width: 767px) {
      .ippan h3 {
        font-size: 1.3rem; } }
  .ippan .table {
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 1em; }
    @media (max-width: 767px) {
      .ippan .table {
        display: block; } }
    .ippan .table dl {
      display: table-row; }
      @media (max-width: 767px) {
        .ippan .table dl {
          display: block; } }
      .ippan .table dl dt {
        display: table-cell;
        text-align: left;
        vertical-align: top;
        white-space: nowrap; }
        @media (max-width: 767px) {
          .ippan .table dl dt {
            display: block; } }
      .ippan .table dl dd {
        display: table-cell;
        text-align: left;
        vertical-align: top; }
        @media (max-width: 767px) {
          .ippan .table dl dd {
            display: block; } }
        .ippan .table dl dd .ind {
          text-indent: -1em;
          padding-left: 1em; }

.head-lead {
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 0; }
  @media (max-width: 767px) {
    .head-lead {
      text-align: left;
      width: 100%; } }

h5 {
  background-color: #666;
  text-align: center;
  font-size: 1rem;
  color: #FFF;
  padding: 10px; }

/* Section with background
--------------------------------*/
.section-bg {
  background: #FDFAEB; }
  .section-bg h3 {
    font-size: 1.5em;
    text-align: center; }
    .section-bg h3 span {
      text-align: left;
      display: inline-block;
      border-bottom: 3px solid #C7000B;
      padding: 0 2em 5px 2em; }
  .section-bg h4 {
    border-left: 0; }

section {
  padding: 3em 0 2em 0; }
  section .leader {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 2em 1rem;
    margin: 0; }
    section .leader p {
      margin: 0;
      padding: 0;
      line-height: 1.6;
      font-size: 1.1rem;
      font-weight: 600;
      text-align: center; }
      section .leader p span {
        display: inline-block; }
        @media (max-width: 992px) {
          section .leader p span {
            text-align: left; }
            section .leader p span br.pc {
              display: none; } }
  section .entry_bosyu {
    text-align: center;
    margin: 2rem auto; }
  section img.bosyu {
    margin: 1rem auto;
    width: 400px;
    max-width: 80%; }
  section img.kikan {
    margin: 1rem auto;
    width: 700px;
    max-width: 100%; }
  section h3 {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 auto 0.5em auto;
    width: 100%; }
  section h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 20px 0;
    border-left: 3px solid #C7000B;
    padding: 4px 1em; }
  section h3 + h4, section div + h4, section p + h4, section dl + h4, section ul + h4 {
    margin-top: 2em; }
  section ul {
    list-style: none;
    padding: 0; }
    section ul li {
      padding-bottom: 10px; }
      section ul li i {
        font-size: 20px;
        padding-right: 4px;
        color: #C7000B; }
  section p {
    margin: 0;
    padding: 0; }

.gaiyo {
  display: table;
  border-collapse: separate;
  border-spacing: 0 2px;
  margin-top: 2em; }
  @media (max-width: 767px) {
    .gaiyo {
      display: block; } }
  .gaiyo dl {
    display: table-row; }
    @media (max-width: 767px) {
      .gaiyo dl {
        display: block; } }
    .gaiyo dl dt, .gaiyo dl dd {
      line-height: 1.6;
      display: table-cell;
      padding: 10px 1em; }
      @media (max-width: 767px) {
        .gaiyo dl dt, .gaiyo dl dd {
          display: block; } }
    .gaiyo dl dt {
      background: #DFD5BE;
      text-align: center;
      vertical-align: middle;
      white-space: nowrap; }
    .gaiyo dl dd {
      background: #FCF7E5; }

.sikaku {
  display: inline-block;
  padding: 3px 8px;
  background-color: #222;
  margin: 5px 5px 5px 0;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1; }

ul.dot {
  padding: 0;
  margin: 0; }
  ul.dot > li {
    list-style-type: disc;
    margin: 0 0 0 1em;
    padding: 0; }

ul.deci {
  padding: 0;
  margin: 0; }
  ul.deci > li {
    list-style-type: decimal;
    margin: 0 0 0 2em;
    padding: 0; }

ul.ind-1 > li {
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0 0 0; }

ul.ind-2 > li {
  text-indent: -2em;
  padding: 0 0 0 2em;
  margin: 5px 0 0 0; }

ul.ind-3 > li {
  text-indent: -3em;
  padding: 0 0 0 3em;
  margin: 5px 0 0 0; }

ul.ind-4 > li {
  text-indent: -4em;
  padding: 0 0 0 4em;
  margin: 5px 0 0 0; }

.frame {
  border: 1px solid #999;
  padding: 40px 5% 20px 5%;
  margin: 30px 0 50px 0; }

.outline {
  display: block;
  margin: 2em auto 0 auto;
  text-align: center; }
  .outline a {
    line-height: 1.4;
    display: inline-block;
    text-align: center;
    position: relative;
    color: #222;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 100%;
    padding: 10px 1em;
    background-color: #EB611E;
    color: #FFF;
    margin: auto;
    box-shadow: 2px 2px 0 #D35212;
    font-size: 1.6rem; }
    @media (max-width: 767px) {
      .outline a {
        text-align: left; } }
    .outline a:hover, .outline a:active, .outline a:focus {
      background-color: #FF8000;
      color: #FFF;
      text-decoration: none; }

.entry a {
  line-height: 1.4;
  display: inline-block;
  position: relative;
  color: #222;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 100%;
  padding: 10px;
  background-color: #EB611E;
  color: #FFF;
  margin: 0;
  box-shadow: 2px 2px 0 #D35212; }
  .entry a.btn-large {
    font-size: 2rem;
    width: 20em; }
    .entry a.btn-large span {
      display: block;
      font-size: 0.7em; }
  .entry a.btn-mid {
    font-size: 1rem; }
  .entry a.btn-fax {
    font-size: 1.2rem;
    background: #007bc7;
    box-shadow: 2px 2px 0 #0070B5;
    margin: 15px 0; }
    .entry a.btn-fax:hover, .entry a.btn-fax:active, .entry a.btn-fax:focus {
      background-color: #008BE1; }
  .entry a:hover, .entry a:active, .entry a:focus {
    background-color: #FF8000;
    color: #FFF;
    text-decoration: none; }
.entry.toppage {
  display: block;
  width: 600px;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 1em; }
  .entry.toppage a {
    display: block;
    width: 100%; }
  .entry.toppage h3 {
    font-size: 1rem;
    margin: 0 0 0.8rem 0; }
  .entry.toppage a + h3 {
    margin-top: 50px; }
  .entry.toppage p {
    text-align: left;
    font-size: 0.8rem;
    margin: 0.8rem 0 0 0; }
  .entry.toppage .sell {
    width: 100%;
    position: relative; }
    .entry.toppage .sell p {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 4.5em;
      height: 4.5em;
      border-radius: 50%;
      font-size: 1.7em;
      font-weight: 700;
      line-height: 1.2;
      color: #FFF;
      background-color: #DA0D00;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
      position: absolute;
      bottom: 10px;
      right: -20px;
      margin: auto;
      transform: rotate(-15deg);
      z-index: 99; }
      @media (max-width: 767px) {
        .entry.toppage .sell p {
          top: 0;
          bottom: auto;
          right: 0;
          left: auto; } }
    .entry.toppage .sell a {
      font-weight: 700; }
.entry.nextpage {
  width: 600px;
  max-width: 100%;
  margin: 30px auto 0 auto;
  text-align: center; }
  .entry.nextpage a {
    display: block;
    width: 100%; }
    .entry.nextpage a.btn-large {
      font-size: 1.4rem; }
    .entry.nextpage a.btn-fax {
      font-size: 1rem;
      background: #DDD;
      box-shadow: 2px 2px 0 #AAA; }
  .entry.nextpage h3 {
    font-size: 1rem;
    margin: 0 0 0.8rem 0; }
  .entry.nextpage a + h3 {
    margin-top: 30px; }
  .entry.nextpage p {
    text-align: left;
    font-size: 0.75rem;
    margin: 0.8rem 0 0 0; }

.bigbn {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 2rem 4rem; }
  @media (max-width: 767px) {
    .bigbn {
      grid-template-columns: 1fr; } }
  .bigbn .big-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.3;
    background: #c8a046;
    background: linear-gradient(-30deg, #c8a046 0%, #fff5b9 50%, #c8a046 100%);
    margin: 0;
    height: 100%;
    box-shadow: 4px 4px 0 #BCA060;
    border-top: 1px solid #BCA060;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid #BCA060;
    border-radius: 0.3em; }
    .bigbn .big-btn.kensaku {
      padding: 0;
      width: 100%; }
      .bigbn .big-btn.kensaku:hover, .bigbn .big-btn.kensaku:active, .bigbn .big-btn.kensaku:focus {
        filter: brightness(110%);
        text-decoration: none; }
      .bigbn .big-btn.kensaku a {
        display: block;
        width: 100%;
        padding: 1.5rem; }
    .bigbn .big-btn.buy {
      position: relative;
      padding: 1.5rem 7rem 1.5rem 1.5rem;
      width: 100%; }
      @media (max-width: 767px) {
        .bigbn .big-btn.buy {
          padding: 1.5rem 9rem 1.5rem 1.5rem; } }
      .bigbn .big-btn.buy:hover, .bigbn .big-btn.buy:active, .bigbn .big-btn.buy:focus {
        filter: brightness(110%);
        text-decoration: none; }
      .bigbn .big-btn.buy p {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 5em;
        height: 5em;
        border-radius: 50%;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1.2;
        color: #FFF;
        background-color: #DA0D00;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
        position: absolute;
        top: -1rem;
        right: -2rem;
        margin: auto;
        transform: rotate(-15deg);
        z-index: 99; }
        @media (max-width: 767px) {
          .bigbn .big-btn.buy p {
            top: 0;
            bottom: auto;
            right: 0;
            left: auto; } }
      .bigbn .big-btn.buy.fin > div {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 990;
        color: #FFF;
        text-align: center;
        font-size: 1.7em;
        font-weight: 700; }
      .bigbn .big-btn.buy.fin a {
        cursor: default;
        pointer-events: none; }
  .bigbn a {
    text-decoration: none;
    color: #000; }

.p-head {
  display: block;
  background: #EEE;
  padding: 1.5em;
  font-size: 1em;
  margin: 2em 0; }

.red {
  color: red; }

.large {
  font-size: 0.95rem !important; }

.ul {
  text-decoration: underline; }

.ken {
  vertical-align: middle; }
  .ken .flex {
    display: flex;
    gap: 0.5rem 2rem;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: auto; }
    .ken .flex li {
      padding: 0;
      display: flex;
      gap: 0 0.5rem;
      gap: 0.5rem;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
  .ken.left .flex {
    justify-content: flex-start; }
    .ken.left .flex li {
      gap: 0.5rem;
      justify-content: flex-start; }
  .ken p {
    margin: 0; }
    .ken p.mai {
      min-width: 3rem;
      text-align: left; }
    .ken p.en {
      min-width: 10rem;
      padding: 0.5em 0;
      text-align: center;
      vertical-align: middle;
      line-height: 1.4;
      color: #FFF; }
      .ken p.en.en1 {
        background-color: #407038; }
      .ken p.en.en2 {
        background-color: #af1654; }
      .ken p.en.en3 {
        background-color: #0063a7; }
      .ken p.en span {
        display: block;
        font-size: 0.7em;
        vertical-align: middle; }

table.border {
  border-collapse: collapse;
  width: 100%;
  margin: 1em 0 2em 0 !important; }
  table.border th {
    border: 1px solid #999;
    padding: 0.5em;
    background-color: #ece093;
    text-align: center;
    font-size: 0.8em; }
    table.border th.wide {
      min-width: 33rem; }
  table.border td {
    border: 1px solid #999;
    padding: 0.5em;
    text-align: center; }
    table.border td.half {
      width: 45%; }
  table.border .nowr {
    white-space: nowrap; }
  table.border .left {
    text-align: left; }

.d-pc {
  display: block; }
  @media (max-width: 767px) {
    .d-pc {
      display: none; } }

.d-sp {
  display: none; }
  @media (max-width: 767px) {
    .d-sp {
      display: block;
      width: 100%;
      overflow: auto; } }

.flow div {
  display: flex;
  flex: none;
  align-items: center;
  background-color: #947f39;
  position: relative;
  margin-bottom: 2em;
  border-radius: 10px;
  padding: 0.2em; }
  @media (max-width: 767px) {
    .flow div {
      display: block; } }
  .flow div.arw:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 20px solid #947f39; }
    @media (max-width: 767px) {
      .flow div.arw:after {
        left: 50%; } }
  .flow div h5 {
    color: #FFF;
    background-color: transparent;
    width: 40%;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0.5em;
    margin: 0; }
    @media (max-width: 767px) {
      .flow div h5 {
        width: 100%; } }
  .flow div p {
    width: 60%;
    background-color: #FFF;
    padding: 0.5em;
    border-radius: 0 8px 8px 0; }
    @media (max-width: 767px) {
      .flow div p {
        width: 100%;
        border-radius: 0 0 8px 8px; } }
    .flow div p span {
      display: block;
      border-top: 1px solid #003C7B;
      padding-top: 0.5em;
      margin-top: 0.5em;
      font-size: 0.9em; }

.notice {
  border: 2px solid #947f39;
  padding: 0;
  margin: 2em 0; }
  .notice > h4 {
    background: #947f39;
    color: #FFF;
    text-align: center;
    padding: 0.5em;
    border-left: 0; }
  .notice .dot {
    margin: 1.5em; }

.btn-sm {
  padding: 0.2em 0.5em;
  margin: 0.4em; }

.bosyugaiyo {
  margin: 2rem auto 6rem auto; }
  .bosyugaiyo img {
    width: 100%; }

a.dl_btn {
  text-align: center;
  line-height: 1.4;
  display: inline-block;
  width: auto;
  max-width: 100%;
  color: #222;
  transition: 0.3s;
  font-weight: 600;
  padding: 0.5em 1em !important;
  background-color: #EB611E;
  color: #FFF;
  margin: 0.5em 1.5em 0.5em 0;
  box-shadow: 2px 2px 0 #D35212;
  text-indent: 0; }
  a.dl_btn:hover, a.dl_btn:active, a.dl_btn:focus {
    background-color: #FF8000;
    color: #FFF;
    text-decoration: none; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0;
  text-align: center;
  /*  .credits {
      text-align: center;
      font-size: 14px;
      padding-top: 4px;
      color: lighten($default-light, 20%);
      a {
        color: $primary;
        &:hover {
          color: $primary-dark;
        }
      }
    }*/ }
  #footer .footer-head {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 2rem auto; }
    @media (max-width: 767px) {
      #footer .footer-head {
        font-size: 1.6rem; } }
  #footer .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%; }
  #footer .footer-info {
    width: 48%;
    text-align: left;
    text-align: center; }
    #footer .footer-info p {
      text-align: left;
      margin: 0; }
    @media (max-width: 767px) {
      #footer .footer-info {
        width: 100%; }
        #footer .footer-info + .footer-info {
          margin-top: 3em; } }
    #footer .footer-info h3 {
      margin: 0 auto 1em auto !important;
      background-color: #016552 !important;
      color: #FFF !important;
      text-align: center !important;
      font-size: 1.3rem !important;
      padding: 10px !important;
      font-weight: 600 !important;
      width: 600px;
      max-width: 100%; }
  #footer h3 {
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.2rem; }
  #footer h4 {
    text-align: left;
    margin: 0 0 1em 0;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem; }
  #footer .url {
    word-break: break-all; }
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #C7000B;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s; }
    #footer .social-links a:hover {
      background: #C7000B;
      color: #fff; }
    @media (max-width: 574px) {
      #footer .social-links a {
        margin-bottom: 25px; } }
  #footer .footer-links {
    margin-bottom: 30px; }
    #footer .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #footer .footer-links ul li {
        padding: 8px 0; }
        #footer .footer-links ul li:first-child {
          padding-top: 0; }
      #footer .footer-links ul a {
        color: gray; }
        #footer .footer-links ul a:hover {
          color: #C7000B; }
  #footer .footer-contact {
    margin-bottom: 30px; }
    #footer .footer-contact p {
      line-height: 26px; }
  #footer .footer-newsletter {
    margin-bottom: 30px; }
    #footer .footer-newsletter input[type="email"] {
      border: 0;
      padding: 6px 8px;
      width: 65%;
      border: 1px solid #d9dde6; }
    #footer .footer-newsletter input[type="submit"] {
      background: #C7000B;
      border: 1px solid #C7000B;
      width: 35%;
      padding: 6px 0;
      text-align: center;
      color: #fff;
      transition: 0.3s;
      cursor: pointer; }
      #footer .footer-newsletter input[type="submit"]:hover {
        background: #C7000B; }
  #footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #666;
    font-size: 15px; }
  #footer .city {
    margin: 1em 0; }
    #footer .city img {
      display: block;
      margin: auto;
      width: 100px;
      max-width: 90%; }
  #footer .credits {
    display: block;
    background: #666;
    padding: 15px;
    margin-top: 2rem; }
    #footer .credits img {
      display: block;
      width: 300px;
      max-width: 90%;
      margin: auto; }

/*--------------------------------------------------------------
# Form Item
--------------------------------------------------------------*/
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #CCC;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.form-control.err-value {
  border: 3px solid #FF0000; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }
.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #333;
  background-color: #fff;
  border-color: #CCC;
  outline: 0;
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1); }

.form-control.err-value:focus {
  border: 3px solid #FF0000; }

.form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 0.85rem;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #999;
  font-size: 0.85rem;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999;
  font-size: 0.85rem;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #999;
  font-size: 0.85rem;
  opacity: 1; }

.form-control::placeholder {
  color: #999;
  font-size: 0.85rem;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #EEE;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #333;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #c8000a;
  border-color: #c8000a; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #CCC; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(200, 0, 10, 0.25);
  border-color: #CCC; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #777; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EEE; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #CCC solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #CCC;
  background-color: #c8000a; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(200, 0, 10, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(200, 0, 10, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(200, 0, 10, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem; }

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #CCC;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(200, 0, 10, 0.5); }

.custom-select {
  display: inline-block;
  width: 300px;
  max-width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 10px 0; }

.custom-select:focus {
  border-color: #CCC;
  outline: 0;
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1) !important; }

.custom-select:focus::-ms-value {
  color: #333;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none; }

.custom-select:disabled {
  color: #777;
  background-color: #EEE; }

.btn-primary {
  color: #fff;
  background-color: #c8000a;
  border-color: transparent; }

.btn-primary:hover {
  color: #fff;
  background-color: rgba(200, 0, 10, 0.7);
  border-color: transparent; }

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
  border-color: transparent; }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #c8000a;
  border-color: transparent; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c8000a;
  border-color: transparent; }

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  color: #fff;
  box-shadow: none; }

.btn-gray {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  margin: 10px; }

.btn-gray:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-color: transparent; }

.btn-gray:focus, .btn-gray.focus {
  color: #fff;
  box-shadow: 0 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
  border-color: transparent; }

label {
  margin: 5px 0; }

input {
  width: 100%;
  max-width: 100%;
  margin: 5px 0; }
  input.yubin {
    width: 10em; }
  input.tel {
    width: 15em; }
  input.name {
    width: 20em; }
  input.num {
    width: 10em; }

.entry-form {
  display: table;
  width: 100%;
  table-layout: auto;
  border-top: 1px dotted #CCC;
  margin: 30px auto 60px auto; }
  @media (max-width: 767px) {
    .entry-form {
      display: block; } }
  .entry-form ul {
    display: table-row;
    margin: 0; }
    @media (max-width: 767px) {
      .entry-form ul {
        display: block; } }
    .entry-form ul li {
      display: table-cell;
      vertical-align: top;
      border-bottom: 1px dotted #CCC;
      padding: 10px 0 10px 10px; }
      @media (max-width: 767px) {
        .entry-form ul li {
          display: block;
          padding: 10px 0 10px 0; } }
      .entry-form ul li:nth-child(odd) {
        width: 20em;
        padding-top: 16px; }
        @media (max-width: 767px) {
          .entry-form ul li:nth-child(odd) {
            border-bottom: 0;
            padding: 10px 0 0 0; } }
      .entry-form ul li span {
        display: inline-block;
        background: #888;
        color: #FFF;
        font-size: 0.7rem;
        padding: 4px 8px;
        margin-right: 10px;
        line-height: 1;
        vertical-align: middle; }
        .entry-form ul li span.must {
          background-color: #FF0000; }

.file_link {
  margin-top: 10px;
  font-size: 0.85rem; }
