@charset "UTF-8";
/*
Theme Name: Emanon Business
Theme URI: https://wp-emanon.jp
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Businessは、簡単な操作で本格的なブログを始めることができるEmanon Pro専用の子テーマです。Emanon Proの機能に加え、フロントページのデザイン機能を拡張しています。Emanon Pro本体がインストールされていないと動作しませんのでご注意ください。
Template: emanon-pro
Version: 1.6.4
Requires at least: 5.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options

Emanon Business用のスタイルを以下に記述
カスタマイズ機能のCSS圧縮をオンにしている場合、オフに切り替えてからスタイルを追加し、その後、再度CSS圧縮をオンにしてください。
*/
.inner {
  padding: 0 8px;
}

/* Newsticker section */
.eb-ticker-section {
  display: block;
  height: 48px;
  padding: 0 8px;
  background-color: #f8f8f8;
  font-size: 14px;
  font-size: 1.4rem;
}

.ticker-label {
  float: left;
  margin-right: 8px;
  line-height: 48px;
}

.ticker-label a {
  padding: 4px 6px;
  color: #fff;
  background-color: #161410;
}

.ticker-label a:hover {
  color: #fff;
  background-color: #6584d1;
}

.ticker-date {
  display: none;
}

.ticker-title {
  height: 48px;
  line-height: 48px;
  overflow: hidden;
}

.ticker-title li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* solution section */
.eb-solution-section {
  position: relative;
  padding: 82px 0;
  text-align: center;
  background-color: #fff;
}

.solution-header {
  margin: 0 0 48px 0;
}

.solution-header h3 {
  position: relative;
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000c15;
}

.solution-header p {
  margin: 16px 0 32px 0;
  color: #303030;
}

.solution-box-list {
  width: 100%;
  margin: 0 2.6% 32px 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  transition: all 0.2s ease 0s;
}

.solution-box-list:nth-child(3n+1) {
  margin: 0 0 32px 0;
}

.solution-box-list p {
  color: #000c15;
}

.solution-box-icon img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.solution-box-icon i {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 50%;
  border: 2px solid #9b8d77;
  color: #9b8d77;
  transition: all 0.2s ease 0s;
}

.solution-box-list:hover i {
  box-shadow: 0 0 0 0px #00bcd4;
  background: #9b8d77;
  border: 2px solid #9b8d77;
  color: #fff;
}

.solution-box-detail {
  overflow: hidden;
}

.solution-box-list h3 {
  padding: 16px 0;
  font-size: 20px;
  font-size: 2rem;
}

.solution-box-list h3:before,
.solution-box-list h3:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
}

.solution-box-list h3:before {
  margin-right: 10px;
  content: "[";
  transform: translateX(20px);
}

.solution-box-list h3:after {
  content: "]";
  transform: translateX(-20px);
  margin-left: 8px;
}

.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after,
.solution-box-list:hover h3:before,
.solution-box-list:hover h3:after {
  transform: translateX(0px);
  opacity: 1;
}

.bottom-arrow {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  transform: rotate(45deg);
  bottom: -20px;
  filter: drop-shadow(2px 1px 0px rgba(0, 0, 0, 0.1));
  z-index: 888;
}

/* Sales section */
.eb-sales-section {
  padding: 82px 0;
  border-top: 1px solid #e2e5e8;
}

.eb-sales-section .inner {
  padding: 0 16px;
}

.sales-section img {
  margin-bottom: 32px;
}

.sales-section-col {
  width: 100%;
}

.sales-header {
  margin: 0 0 64px 0;
  text-align: center;
}

.sales-content p {
  padding-bottom: 16px;
  text-align: justify;
}

.sales-section-cta {
  margin-top: 16px;
  text-align: center;
}

.sales-section-btn {
  width: 100%;
}

.sales-section-btn a {
  background-color: #9b8d77;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.sales-section-box {
  padding: 56px 0 0 0;
}

.sales-box-list {
  padding-bottom: 32px;
}

.sales-box-list:nth-child(3) {
  padding-bottom: 0;
}

.sales-box-header {
  position: relative;
  margin-bottom: 8px;
}

.sales-box-header h3, .sales-box-header i {
  transition: 0.2s ease-in-out;
}

.sales-box-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.sales-box-detail p {
  padding-bottom: 16px;
  text-align: justify;
}

#sales-section-video {
  width: 100%;
}

.sales-section-video-wrap {
  position: relative;
}

.sales-section-video-btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}

/* Benefit section */
.eb-benefit-section {
  position: relative;
  padding: 86px 0 54px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #f8f8f8;
  text-align: center;
}

.benefit-header {
  margin: 0 0 48px 0;
  padding: 0 16px;
}

.benefit-header h3 {
  position: relative;
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000c15;
}

.benefit-header p {
  margin: 16px 0 32px 0;
  color: #303030;
}

.benefit-box-list {
  margin: 0 2.9% 32px 0;
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e2e5e8;
  background-color: #f4f4f4;
  transition: all 0.2s ease 0s;
}

.benefit-box-list:hover {
  background-color: #6584d1;
  color: #fff;
}

.benefit-box-list:nth-child(3n+1) {
  margin: 0 0 32px 0;
}

.benefit-box-icon {
  min-height: 128px;
}

.benefit-box-icon img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.benefit-box-icon i {
  margin: 32px 0;
  font-size: 64px;
  color: #9b8d77;
  transition: all 0.2s ease 0s;
}

.benefit-box-list:hover i {
  color: #fff;
  transform: TranslateY(-8px);
}

.benefit-box-detail {
  position: relative;
  overflow: hidden;
}

.benefit-box-detail h3 {
  margin: 16px 0;
  font-size: 20px;
  font-size: 2rem;
  transition: all 0.2s ease 0s;
}

.benefit-box-list:hover h3 {
  color: #fff;
}

.benefit-box-list p {
  margin-bottom: 32px;
  transition: all 0.2s ease 0s;
}

.benefit-box-list:hover p {
  color: #fff;
}

.benefit-section-cta {
  margin: 32px 0;
}

.benefit-section-btn {
  width: 80%;
}

.benefit-section-btn a {
  background-color: #9b8d77;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* Case Section */
.eb-case-section {
  position: relative;
  padding: 86px 16px 54px 16px;
  border-top: 1px solid #e2e5e8;
  background-color: #f8f8f8;
  text-align: center;
}

.case-header {
  margin: 0 0 48px 0;
  padding: 0 16px;
}

.case-header h3 {
  position: relative;
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000c15;
}

.case-header p {
  margin: 16px 0 32px 0;
  color: #303030;
}

.case-thumbnail {
  position: relative;
}

.case-thumbnail a {
  display: block;
}

.case-thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.case-post {
  padding: 8px 0;
}

.case-title a {
  display: block;
  color: #000c15;
}

.case-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.case-section-cta {
  margin: 32px 0;
}

.case-section-btn {
  width: 80%;
}

.case-section-btn a {
  background-color: #9b8d77;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.case-section-prev-next .swiper-button-prev,
.case-section-prev-next .swiper-button-next {
  display: none;
}

.case-section-prev-next .swiper-pagination {
  left: 0;
  right: 0;
}

.eb-case-section .swiper-pagination-bullet {
  margin: 0 6px;
}

/* Product section */
.eb-product-section {
  padding: 64px 0;
}

.product-message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 300;
}

.product-content {
  margin: 0 16px;
}

.product-content h2 {
  margin: 16px 0;
  color: #fff;
}

.product-content p {
  margin: 16px 0;
  color: #fff;
}

.product-section-cta {
  margin-top: 32px;
}

.product-section-btn {
  position: relative;
  width: 80%;
}

.product-section-btn a {
  background-color: #9b8d77;
  color: #fff;
}

/* Front cta section */
.eb-front-cta-section {
  padding: 40px 0 72px 0;
  background-color: #161410;
}

.front-cta-header {
  margin: 32px 0 16px 0;
  text-align: center;
}

.front-cta-header h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.front-cta-header-single {
  margin: 32px 0 16px 0;
  text-align: center;
}

.front-cta-header-single h2, .front-cta-header-single .fa {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.front-cta-header .fa {
  margin: 0 8px 0 0;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.front-cta-content dl {
  position: relative;
  padding: 32px;
  border: 1px solid #e2e5e8;
  color: #fff;
  z-index: 300;
}

.front-cta-content dt {
  padding: 0 0 24px 0;
  font-weight: normal;
}

.front-cta-content dd {
  padding: 0;
  text-align: center;
}

.front-cta-tell {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.front-cta-mail-btn {
  position: relative;
  width: 80%;
}

/* Price section */
.eb-price-section {
  position: relative;
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #f8f8f8;
}

.price-header {
  margin: 0 0 48px 0;
  text-align: center;
}

.price-header h2 {
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.price-header p {
  margin: 16px 0 32px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.eb-price-section table {
  table-layout: fixed;
  border: none;
  text-align: center;
}

.eb-price-section table td {
  display: block;
  margin-bottom: 32px;
  padding: 0;
  border: 1px solid #e2e5e8;
  background-color: #fff;
  text-align: center;
  vertical-align: inherit;
}

.eb-price-section table td:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}

.price-item {
  padding: 16px;
  border-bottom: 1px solid #e2e5e8;
  background-color: #9b8d77;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #303030;
}

.price-selling {
  padding: 16px;
  border-bottom: 1px solid #e2e5e8;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #303030;
}

.price-description {
  padding: 16px;
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}

.price-section-cta {
  margin: 32px 0;
}

.price-section-btn {
  position: relative;
  width: 80%;
}

.price-section-btn a {
  background-color: #9b8d77;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

.eb-price-section .bottom-arrow {
  background-color: #f8f8f8;
}

/* Category section */
.eb-category-section {
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #fff;
}

.category-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.category-header {
  margin: 0 0 48px 0;
  text-align: center;
}

.category-header p {
  margin: 16px 0 32px 0;
  color: #303030;
}

.category-body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.category-box {
  position: relative;
  margin: 0 0 32px 0;
  width: 100%;
  border-radius: 0 0 4px 4px;
  border: 1px solid #e2e5e8;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.category-box-list {
  overflow: hidden;
}

.category-box-header {
  position: relative;
  margin-bottom: 10rem;
}

.category-box-header h3 {
  padding: 24px 16px 24px 16px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

.category-box-header h3:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 32px;
  height: 2px;
  margin: 0 auto;
}

.category-box-header p {
  margin: 32px 0 16px 0;
  padding: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
}

.category-box:nth-child(3n+1) {
  margin: 0 0 32px 0;
}

.category-list li {
  padding: 0px 16px 8px 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.category-list li a:before {
  content: "-";
  display: inline-block;
  padding-right: 5px;
}

.category-list li a {
  display: block;
  font-weight: bold;
}

.category-box-footer {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  width: 100%;
}

.category-btn a {
  background-color: #9b8d77;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* Content section */
.home .content {
  border-top: 1px solid #e2e5e8;
}

/* Information section */
.eb-info-section {
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #f8f8f8;
}

.info-container {
  margin: 0 auto;
  width: 100%;
}

.info-header {
  margin: 0 0 32px 0;
  text-align: center;
}

.info-header p {
  margin: 16px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

.info-container li {
  position: relative;
  border-bottom: 1px dotted #c6ccd1;
  line-height: 1.6;
  transition: 0.4s ease-in-out;
}

.info-container li:hover {
  background-color: #fff;
}

.info-meta {
  padding: 16px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.info-container h3 {
  display: inline;
  font-weight: normal;
}

.info-container h3 a {
  display: block;
  padding: 4px 0 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.info-section-btn {
  margin-top: 32px;
  width: 80%;
}

.info-section-btn a {
  background-color: #9b8d77;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Accordion faq section */
.eb-accordion-faq-section {
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  background-color: #fff;
}

.accordion-faq-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.accordion-faq-header {
  margin: 0 0 48px 0;
  text-align: center;
}

.accordion-faq-header h2 {
  margin: 0 0 16px 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.accordion-faq-header p {
  margin: 16px 0 32px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.accordion-faq-content {
  text-align: left;
}

.accordion-faq-content dt {
  position: relative;
  padding: 4px 0 32px 40px;
  font-weight: normal;
  cursor: pointer;
}

.accordion-faq-content dd {
  position: relative;
  margin-bottom: 32px;
  padding: 4px 0 32px 40px;
  border-bottom: 1px solid #e2e5e8;
}

.accordion-faq-content dd a {
  color: #9b8d77;
  text-decoration: underline;
}

.accordion-faq-content dd a:hover {
  color: #b5b5b5;
  text-decoration: none;
}

.accordion-faq-content .question:before {
  display: inline-block;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #9b8d77;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}

.accordion-faq-content .answer:before {
  display: inline-block;
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #232323;
  color: #fff;
  border-radius: 50%;
  font-weight: normal;
}

.faq-section-btn {
  width: 80%;
}

.faq-section-btn a {
  background-color: #9b8d77;
  color: #fff;
}

/* Contactfrom section */
.eb-contactfrom-section {
  padding: 86px 0;
  border-top: 1px solid #e2e5e8;
  text-align: center;
}

.contactfrom-header {
  margin-bottom: 32px;
}

.contactfrom-content p {
  margin-bottom: 32px;
}

.contactfrom-content .wpcf7 {
  margin: 32px 0;
  padding: 32px 16px;
  background-color: #fff;
}

.contactfrom-content input[type=text],
.contactfrom-content input[type=email],
.contactfrom-content input[type=url],
.contactfrom-content input[type=password],
.contactfrom-content input[type=search],
.contactfrom-content input[type=number],
.contactfrom-content input[type=tel],
.contactfrom-content input[type=range],
.contactfrom-content input[type=color],
.contactfrom-content input[type=time],
.contactfrom-content input[type=date],
.contactfrom-content input[type=datetime],
.contactfrom-content input[type=datetime-local],
.contactfrom-content input[type=week],
.contactfrom-content input[type=month],
.contactfrom-content select,
.contactfrom-content textarea {
  margin: 8px 0 16px 0;
  width: 100%;
  background-color: #f8f8f8;
}

.contactfrom-content-btn a, .contactfrom-content input[type=submit] {
  margin-top: 32px;
  background-color: #9b8d77;
  color: #fff;
}

.contactfrom-content .wpcf7-response-output {
  margin: 0 auto;
  margin-top: 32px;
  width: 95%;
}

.front-page-widget {
  background-color: #fff;
}

.front-page-widget h2 {
  padding: 32px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .inner {
    padding: 0;
  }
  /* Newsticker section */
  .ticker-label a {
    padding: 4px 24px;
  }
  .ticker-label {
    margin-right: 16px;
  }
  .ticker-date {
    display: inline-block;
  }
  /* Solution section */
  .solution-box-list {
    float: left;
    width: 31.4%;
    margin: 0 2.6% 0 0;
  }
  /* Sales section */
  .sales-section-col {
    float: left;
    margin-left: 2.8%;
    width: 48.6%;
  }
  .sales-section-col:first-child {
    margin-left: 0;
  }
  .sales-section-box {
    padding: 0;
  }
  .sales-section-btn {
    width: 80%;
  }
  /* Case section */
  .eb-case-section {
    padding: 86px 0 54px 0;
  }
  .case-section-btn {
    width: 40%;
  }
  /* Price section */
  .eb-price-section table td {
    display: table-cell;
  }
  .price-section-btn {
    width: 40%;
  }
  /* Product section */
  .product-section {
    padding: 64px 0;
  }
  .product-section-btn {
    width: 50%;
  }
  /* Info section */
  .info-container {
    width: 752px;
  }
  .info-header {
    margin: 0 0 48px 0;
  }
  .info-header p {
    margin: 16px 0 32px 0;
  }
  .info-meta {
    display: inline;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 0 0 8px;
    transform: translateY(-50%);
  }
  .info-container h3 {
    display: inline;
  }
  .info-container h3 a {
    display: block;
    padding: 16px 8px 16px 120px;
  }
  .info-section-btn {
    width: 40%;
  }
  /* Accordion faq section */
  .accordion-faq-container {
    width: 752px;
  }
  .faq-section-btn {
    width: 40%;
  }
  /* Front CTA section */
  .eb-front-cta-section {
    padding: 72px 0;
  }
  .front-cta-col6 {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .front-cta-header {
    margin: 0 0 16px 0;
  }
  .front-cta-header h2, .front-cta-header .fa {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-cta-single {
    width: 100%;
    margin: 0 auto;
  }
  .front-cta-header-single {
    margin: 0 0 16px 0;
  }
  .front-cta-header-single h2, .front-cta-header-single .fa {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .front-cta-content-single {
    border: 1px solid #e2e5e8;
  }
  .cta-tel {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .front-cta-mail-btn {
    width: 80%;
  }
  /* Benefit section */
  .benefit-box-list {
    float: left;
    width: 31.4%;
    margin: 0 2.6% 32px 0;
  }
  .benefit-section-btn {
    width: 40%;
  }
  .benefit-box-icon img {
    width: 350px;
  }
  /* Category section */
  .category-box {
    float: left;
    width: 31.4%;
    margin: 0 2.6% 32px 0;
  }
  .category-list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .category-btn {
    width: 80%;
  }
  /* Accordion faq section */
  .accordion-faq-content li {
    padding: 8px 0 32px 56px;
  }
  /* Contactfrom section */
  .contactfrom-content input[type=text],
.contactfrom-content input[type=email],
.contactfrom-content input[type=url],
.contactfrom-content input[type=number],
.contactfrom-content input[type=tel],
.contactfrom-content input[type=range],
.contactfrom-content input[type=color],
.contactfrom-content input[type=time],
.contactfrom-content input[type=date],
.contactfrom-content input[type=datetime],
.contactfrom-content input[type=datetime-local],
.contactfrom-content input[type=week],
.contactfrom-content input[type=month],
.contactfrom-content select,
.contactfrom-content textarea {
    width: 70%;
  }
  .contactfrom-content .wpcf7 {
    margin: 32px;
    padding: 32px;
  }
  .front-cta-col6 {
    float: left;
    margin-left: 2.8%;
    width: 48.6%;
  }
  .front-cta-first {
    margin-left: 0;
  }
  .front-cta-single {
    width: 752px;
  }
}
@media screen and (min-width: 992px) {
  /* Sales section */
  .sales-section-btn {
    width: 60%;
  }
  /* Case section */
  .case-section-btn {
    width: 20%;
  }
  .eb-case-section .swiper-button-prev,
.eb-case-section .swiper-button-next {
    display: block;
  }
  /* Benefit section */
  .benefit-section-btn {
    width: 20%;
  }
  /* Product section */
  .product-section-btn {
    width: 35%;
  }
  /* Price section */
  .price-section-btn {
    width: 20%;
  }
  /* Front CTA section */
  .front-cta-mail-btn {
    width: 60%;
  }
  /* Info section */
  .info-container {
    width: 960px;
  }
  .info-section-btn {
    width: 20%;
  }
  /* Accordion faq section */
  .accordion-faq-container {
    width: 960px;
  }
  .faq-section-btn {
    width: 20%;
  }
}
/**
  kk-koryukai Util Setting
 **/
@font-face {
  font-family: "ShipporiMincho-Bold"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("font/ShipporiMincho-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("font/ShipporiMincho-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "font/ShipporiMincho-Medium"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("font/ShipporiMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-Regular"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("font/ShipporiMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "ShipporiMincho-SemiBold"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("font/ShipporiMincho-SemiBold.ttf") format("truetype");
}
/**
  Header Module
**/
.header {
  z-index: 500;
  position: fixed;
  width: 100%;
  box-shadow: none;
  top: 0;
}
.header #gnav {
  height: 100%;
  margin-left: auto;
}

/**
  content Module
**/
.content {
  margin-top: 80px;
}

/**
  about Module
**/
body {
  font-family: "ShipporiMincho-Regular";
  color: #262626;
  font-size: 18px;
}

/**
	top Module
**/
.top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  /**
  	top-head Module
  **/
  /**
  	top-news Module
  **/
  /**
  	top-about Module
  **/
}
.top-head {
  width: 100%;
  height: 100vh;
  background-image: url(img/top-head.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  padding-left: 153px;
}
@media (max-width: 965px) {
  .top-head {
    padding-left: 5%;
    background-position: 65% 50%;
  }
}
.top-head__inner {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 678px;
}
.top-head__title {
  margin-top: 36px;
  font-size: 60px;
  order: 2;
}
@media (max-width: 965px) {
  .top-head__title {
    font-size: 45px;
  }
}
.top-head__subtitle {
  margin-top: 268px;
  font-size: 16px;
  order: 1;
}
.top-head__text {
  margin-top: 71px;
  order: 3;
  line-height: 2.3;
}
.top-news {
  display: flex;
  justify-content: center;
  width: 80%;
  max-width: 942px;
  margin-top: 80px;
}
.top-news-textBody {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.top-news-textBody-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-news-textBody-head__title {
  font-size: 45px;
}
.top-news-textBody-head__subtitle {
  color: #767676;
  font-size: 14px;
}
.top-news-textBody-head::after {
  margin-top: 18px;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: #262626;
}
.top-news-textBody-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.top-news-textBody-listItem {
  display: flex;
  align-items: center;
  width: 100%;
  height: 77px;
  border-bottom: solid 1px #C4C4C4;
}
.top-news-textBody-listItem__date {
  font-size: 14px;
  margin-left: 10%;
}
.top-news-textBody-listItem__title {
  font-size: 16px;
  text-align: start;
  margin-left: 10%;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-news-textBody__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 77px;
  border-bottom: solid 1px #C4C4C4;
}
.top-news-textBody__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70%;
  max-width: 250px;
  height: 50px;
  background-color: #F7A041;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin: 60px auto 0;
}
.top-news-textBody__btn:hover {
  opacity: 0.8;
}
@media (max-width: 965px) {
  .top-news-textBody__btn {
    margin-top: 20px;
  }
}
.top-news-textBody__btnText {
  color: #FFFFFF;
}
.top-news-textBody__btn::after {
  position: absolute;
  right: 5%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/right-arrow.webp);
  background-size: contain;
}
.top-about {
  display: block;
  width: 965px;
  display: flex;
  margin-top: 100px;
}
@media (max-width: 965px) {
  .top-about {
    width: 80%;
  }
}
@media (max-width: 965px) {
  .top-about {
    flex-direction: column;
  }
}
.top-about-img {
  margin-left: auto;
  display: block;
  width: 462px;
  height: 406px;
  background: url(img/knowledge.webp);
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 965px) {
  .top-about-img {
    display: none;
  }
}
.top-about-textBody {
  width: 411px;
}
.top-about-textBody-head__title {
  font-size: 71px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .top-about-textBody-head__title {
    font-size: 45px;
  }
}
.top-about-textBody-head__title-top {
  font-size: 53px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .top-about-textBody-head__title-top {
    font-size: 45px;
  }
}
.top-about-textBody-head__subtitle {
  color: #767676;
  position: relative;
}
.top-about-textBody-head__subtitle::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: -28px;
}
.top-about-textBody-main {
  margin-top: 66px;
}
@media (max-width: 965px) {
  .top-about-textBody-main {
    margin-top: 30px;
  }
}
.top-about-textBody-main__title {
  font-size: 30px;
}
.top-about-textBody-main__text {
  margin-top: 56px;
  line-height: 2.3;
}
.top-about-textBody-head__title {
  font-size: 45px;
}
.top-about-textBody-head__subtitle {
  font-size: 14px;
}
@media (max-width: 965px) {
  .top-about-textBody {
    width: 100%;
  }
  .top-about-textBody-img-smp {
    margin: 50px auto 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url(img/knowledge.webp);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  }
}
.top-about-textBody-main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70%;
  max-width: 250px;
  height: 50px;
  background-color: #F7A041;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-top: 20px;
}
.top-about-textBody-main__btn:hover {
  opacity: 0.8;
}
@media (max-width: 965px) {
  .top-about-textBody-main__btn {
    margin: 3% auto;
  }
}
.top-about-textBody-main__btnText {
  color: #FFFFFF;
}
.top-about-textBody-main__btn::after {
  position: absolute;
  right: 5%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/right-arrow.webp);
  background-size: contain;
}

/**
  about Module
**/
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  /**
  	about-head Module
  **/
}
.about-head {
  display: flex;
  flex-direction: column;
  background-image: url(img/about-head-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  width: 100vw;
  text-align: center;
}
.about-head__title {
  margin-top: 160px;
  font-size: 55px;
}
@media (max-width: 965px) {
  .about-head__title {
    margin-top: 120px;
    font-size: 36px;
  }
}
.about-head__text {
  margin-top: 3%;
  margin-bottom: 80px;
  line-height: 3;
}
@media (max-width: 965px) {
  .about-head__text {
    font-size: 16px;
  }
}

/**
	knowledge Module
**/
.knowledge {
  display: block;
  width: 965px;
  display: flex;
  margin-top: 80px;
}
@media (max-width: 965px) {
  .knowledge {
    width: 80%;
  }
}
@media (max-width: 965px) {
  .knowledge {
    flex-direction: column;
  }
}
.knowledge-img {
  margin-top: 100px;
  margin-left: auto;
  display: block;
  width: 474px;
  height: 473px;
  background: url(img/knowledge.webp);
  background-size: contain;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 965px) {
  .knowledge-img {
    display: none;
  }
}
.knowledge-textBody-head__title {
  font-size: 71px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .knowledge-textBody-head__title {
    font-size: 45px;
  }
}
.knowledge-textBody-head__title-top {
  font-size: 53px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .knowledge-textBody-head__title-top {
    font-size: 45px;
  }
}
.knowledge-textBody-head__subtitle {
  color: #767676;
  position: relative;
}
.knowledge-textBody-head__subtitle::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: -28px;
}
.knowledge-textBody-main {
  margin-top: 66px;
}
@media (max-width: 965px) {
  .knowledge-textBody-main {
    margin-top: 30px;
  }
}
.knowledge-textBody-main__title {
  font-size: 30px;
}
.knowledge-textBody-main__text {
  margin-top: 56px;
  line-height: 2.3;
}
@media (max-width: 965px) {
  .knowledge-textBody-img-smp {
    margin: 50px auto 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: url(img/knowledge.webp);
    background-size: contain;
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  }
}
.knowledge-textBody-main__list {
  line-height: 2.3;
  list-style: none;
}

/**
	philosophy Module
**/
.philosophy {
  display: block;
  width: 965px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 965px) {
  .philosophy {
    width: 80%;
  }
}
.philosophy-img {
  z-index: 1;
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  width: 474px;
  height: 273px;
  background: url(img/philosophy.webp);
  background-size: contain;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 965px) {
  .philosophy-img {
    display: none;
  }
}
.philosophy-textBody-head__title {
  font-size: 71px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .philosophy-textBody-head__title {
    font-size: 45px;
  }
}
.philosophy-textBody-head__title-top {
  font-size: 53px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .philosophy-textBody-head__title-top {
    font-size: 45px;
  }
}
.philosophy-textBody-head__subtitle {
  color: #767676;
  position: relative;
}
.philosophy-textBody-head__subtitle::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: -28px;
}
.philosophy-textBody-main {
  margin-top: 66px;
}
@media (max-width: 965px) {
  .philosophy-textBody-main {
    margin-top: 30px;
  }
}
.philosophy-textBody-main__title {
  font-size: 30px;
}
.philosophy-textBody-main__text {
  margin-top: 56px;
  line-height: 2.3;
}
@media (max-width: 965px) {
  .philosophy-textBody-img-smp {
    margin: 50px auto 20px;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 57.5%;
    background: url(img/philosophy.webp);
    background-size: contain;
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  }
}
.philosophy-textBody-main__list {
  margin-top: 37px;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (max-width: 965px) {
  .philosophy-textBody-main__list {
    flex-wrap: wrap;
  }
}
.philosophy-textBody-main__listItem {
  text-align: center;
  padding-top: 12px;
  color: #FFFFFF;
  display: block;
  width: 194px;
  height: 53px;
  background-color: #5C5C5C;
  border-radius: 5px;
}
@media (min-width: 965px) {
  .philosophy-textBody-main__listItem:not(:first-child) {
    margin-left: 24px;
  }
}
@media (max-width: 965px) {
  .philosophy-textBody-main__listItem {
    margin: 20px auto 0;
  }
}
.philosophy-textBody-main__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 70%;
  max-width: 250px;
  height: 50px;
  background-color: #F7A041;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  margin-top: 20px;
}
.philosophy-textBody-main__btn:hover {
  opacity: 0.8;
}
@media (max-width: 965px) {
  .philosophy-textBody-main__btn {
    margin: 5% auto;
  }
}
.philosophy-textBody-main__btnText {
  color: #FFFFFF;
}
.philosophy-textBody-main__btn::after {
  position: absolute;
  right: 5%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/right-arrow.webp);
  background-size: contain;
}

/**
	merit Module
**/
.merit {
  display: block;
  width: 965px;
  margin-top: 80px;
  display: flex;
}
@media (max-width: 965px) {
  .merit {
    width: 80%;
  }
}
@media (max-width: 965px) {
  .merit {
    flex-direction: column;
  }
}
.merit-img {
  margin-top: 100px;
  display: block;
  margin-left: auto;
  width: 446px;
  height: 376px;
  background: url(img/merit.webp);
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 965px) {
  .merit-img {
    display: none;
  }
}
.merit-textBody-head__title {
  font-size: 71px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .merit-textBody-head__title {
    font-size: 45px;
  }
}
.merit-textBody-head__title-top {
  font-size: 53px;
  font-family: "ShipporiMincho-SemiBold";
}
@media (max-width: 965px) {
  .merit-textBody-head__title-top {
    font-size: 45px;
  }
}
.merit-textBody-head__subtitle {
  color: #767676;
  position: relative;
}
.merit-textBody-head__subtitle::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  bottom: -28px;
}
.merit-textBody-main {
  margin-top: 66px;
}
@media (max-width: 965px) {
  .merit-textBody-main {
    margin-top: 30px;
  }
}
.merit-textBody-main__title {
  font-size: 30px;
}
.merit-textBody-main__text {
  margin-top: 56px;
  line-height: 2.3;
}
@media (max-width: 965px) {
  .merit-textBody-img-smp {
    display: block;
    margin: 50px auto 20px;
    width: 100%;
    height: 0;
    padding-top: 84.3%;
    background: url(img/merit.webp);
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0px 5px 25px -3px rgba(0, 0, 0, 0.2);
  }
}
.merit-textBody-main__list {
  line-height: 2.3;
}

/**
	explanation Module
**/
.explanation {
  margin-top: 7%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.explanation-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.explanation-section-head {
  display: flex;
  align-items: center;
}
@media (max-width: 965px) {
  .explanation-section-head {
    flex-direction: column;
  }
}
.explanation-section-head__title {
  font-size: 45px;
  position: relative;
}
@media (max-width: 965px) {
  .explanation-section-head__title {
    font-size: 30px;
    margin-right: auto;
  }
}
.explanation-section-head__title::after {
  content: "";
  display: block;
  width: 43px;
  height: 1px;
  background-color: #262626;
  position: absolute;
  right: -60px;
  top: 50%;
}
@media (max-width: 965px) {
  .explanation-section-head__title::after {
    display: none;
  }
}
.explanation-section-head__subtitle {
  margin-left: 92px;
  font-size: 20px;
  color: #767676;
}
@media (max-width: 965px) {
  .explanation-section-head__subtitle {
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }
  .explanation-section-head__subtitle::after {
    content: "";
    display: block;
    width: 43px;
    height: 1px;
    background-color: #262626;
    position: absolute;
    bottom: -28px;
  }
}
.explanation-section--lightgray {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FAFAFA;
}
.explanation-section__inner {
  display: block;
  width: 964px;
  margin: 92px 0;
}
@media (max-width: 965px) {
  .explanation-section__inner {
    width: 80%;
    margin: 5% 0;
  }
}
.explanation-section-main {
  margin-top: 44px;
}
.explanation-section-main__text {
  line-height: 2.3;
}

/**
	contact Module
**/
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(img/about-contact-img.webp);
  background-size: cover;
  width: 100vw;
}
.contact__title {
  margin-top: 63px;
  font-size: 45px;
}
@media (max-width: 965px) {
  .contact__title {
    font-size: 30px;
  }
}
.contact__text {
  margin-top: 37px;
  text-align: center;
}
.contact__btn {
  display: flex;
  width: 314px;
  height: 66px;
  margin-top: 37px;
  margin-bottom: 58px;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 100vh;
}
.contact__btnText {
  font-size: 22px;
}

/**
  contact Module
 **/
.main-contact-head {
  display: flex;
  justify-content: center;
  background-image: url(img/privacy-policy-head.webp);
  height: 300px;
  background-size: cover;
}

.main-contact-head__title {
  margin-top: 128px;
  font-size: 55px;
}

@media (max-width: 965px) {
  .main-contact-head__title {
    font-size: 32px;
  }
}
.main-contact-body {
  margin: 80px auto !important;
}

.main-contact-desc {
  font-size: 14px;
  margin-top: 22px;
}

.main-contact-container {
  width: 736px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}

@media (max-width: 767px) {
  .main-contact-container {
    padding: 0 20px;
  }
}
.main-contact-form__row-label {
  font-size: 16px;
}

.main-contact-form__row-input [type=text], .main-contact-form__row-input [type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #D7D5D5;
  border-radius: 4px;
  padding: 17.5px 18px;
  width: 100%;
  color: #D7D5D5;
}

.main-contact-form__row-input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  border: 1px solid #D7D5D5;
  border-radius: 4px;
  padding: 17.5px 18px;
  width: 100%;
  color: #D7D5D5;
}

.main-contact-form__button [type=submit] {
  display: flex;
  color: #fff;
  background: #F7A041;
  border-radius: 32px;
  width: 358px;
  height: 64px;
  justify-content: center;
  align-items: center;
  margin: 80px auto;
  font-size: 16px;
  border-color: #F0F0F0 !important;
  border-width: 0px !important;
  letter-spacing: 0.5em;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-list-item-label {
  font-size: 15px !important;
}

.main-contact-form__row-link {
  text-decoration: underline;
}

.main-contact-form__row-input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  width: 100%;
  height: 169px;
  border: 1px solid #D7D5D5;
}

/**
  news Module
 **/
.main-news-head {
  display: flex;
  justify-content: center;
  background-image: url(img/privacy-policy-head.webp);
  height: 300px;
  background-size: cover;
}

.main-news-head__title {
  margin-top: 128px;
  font-size: 55px;
}

@media (max-width: 965px) {
  .main-news-head__title {
    font-size: 32px;
  }
}
.main-news-container {
  width: 942px;
  max-width: 100%;
  margin: 85px auto 80px;
  padding: 0 32px;
}

@media (max-width: 767px) {
  .main-news-container {
    padding: 0 20px;
  }
}
.main-news-item {
  border-bottom: 1px solid #C4C4C4;
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.main-news-item-time {
  font-size: 14px;
}

.main-news-item-title {
  margin-left: 100px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .main-news-item-title {
    margin-left: 50px;
  }
}
.pagination {
  margin-bottom: 80px !important;
}

.page-numbers {
  border: 0 !important;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border-radius: 30px;
  padding: 8px;
  color: #333 !important;
}

.page-numbers:hover {
  background-color: #F08200 !important;
  color: #fff !important;
}

.pagination .current {
  background-color: #F08200 !important;
  color: #fff !important;
}

/**
個別のnews
 **/
.main-news-body-time {
  font-size: 14px;
}

.main-news-body-title {
  font-size: 28px;
}

.main-news-body-text {
  margin-top: 72px;
  margin-bottom: 48px;
}

.main-news-body-image {
  height: 0;
  overflow: hidden;
  padding-top: 37.587%;
  position: relative;
  width: 100%;
}

.main-news-body-image img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s;
}

.main-news-body-button {
  margin-top: 80px;
}

.main-news-body-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 358px;
  padding: 20px 0;
  margin: 0 auto;
  color: #fff;
  background: #F7A041;
  font-size: 16px;
  border-radius: 32px;
  font-family: "ShipporiMincho-SemiBold";
  position: relative;
}
.main-news-body-button-link:hover {
  opacity: 0.8;
}

.main-news-body-button-link:after {
  position: absolute;
  right: 5%;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(img/right-arrow.webp);
  background-size: contain;
}

.main-news-body-button-link-text {
  color: #fff;
}

@media (max-width: 767px) {
  .main-news-body-button-link {
    width: 300px;
  }
}
/**
  privacy policy Module
**/
.privacy-policy-head {
  display: flex;
  justify-content: center;
  background-image: url(img/privacy-policy-head.webp);
  height: 300px;
  background-size: cover;
}
.privacy-policy-head__title {
  margin-top: 128px;
  font-size: 55px;
}
@media (max-width: 965px) {
  .privacy-policy-head__title {
    font-size: 32px;
  }
}
.privacy-policy-body {
  display: flex;
  justify-content: center;
  margin-bottom: 320px;
}
@media (max-width: 965px) {
  .privacy-policy-body {
    margin-bottom: 160px;
  }
}
.privacy-policy-body__text {
  max-width: 1187px;
  width: 90%;
  margin-top: 180px;
}
@media (max-width: 965px) {
  .privacy-policy-body__text {
    margin-top: 90px;
  }
}
.privacy-policy-body__text-link {
  color: blue;
}/*# sourceMappingURL=style.css.map */