@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*---------------------
カラム幅設定
----------------------*/
/*---------------------
カラー設定
----------------------*/
/*---------------------
ベンダープレフィックス初期設定
----------------------*/
/*---------------------
透明度　初期設定
----------------------*/
/*---------------------
フォントサイズ初期設定
----------------------*/
/*---------------------
フォントファミリー初期設定
----------------------*/
/*----------------
Retina,高解像度 対策
-----------------*/
/*---------------------
角丸　初期設定
----------------------*/
/*
.box {
     @include circle(100px);
     background: #fc0;
}
*/
/*---------------------
ボックスシャドウ　mixin
----------------------*/
/*
 div { @include box-shadow(8px, 8px);}
 */
/*---------------------
グラデーション　mixin
----------------------*/
/* 使用例
 div { @include gradient(#ff00ff, #ff00cc, vertical);}
*/
/*---------------------
デュレーション　mixin
----------------------*/
/*
.move{
    @include transition(0.5s);
}
*/
/*---------------------
キーフレーム　mixin
----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
@-webkit-keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes $animation-name {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

@keyframes $animation-name {
  0% {
    color: #fff;
  }
  100% {
    color: #0094d5;
  }
}

/*---------------------
カラムグリッド mixin
----------------------*/
/*---------------------
カラムグリッド mixin
----------------------*/
/*　使用例 
div { @include ghost-button(“Trebuchet”, 12px, #ffffff, 5px, #34dec6, 4px, 300ms, #000000 );}
*/
/*---------------------
リンクカラー初期設定
----------------------*/
/*---------------------
汎用BOX用　マージンMIXIN リセット
----------------------*/
.m_0 {
  margin: 0 !important;
}

.p_0 {
  padding: 0 !important;
}

/*---------------------
汎用ボタンリンク用　
----------------------*/
.btn {
  -moz-user-select: none;
  background-image: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: #fff;
}

/*---------------------
HTML BODY初期設定
----------------------*/
html, body {
  margin: 0;
  padding: 0;
}

body * {
  zoom: 1;
}

body {
  overflow-x: hidden;
}

html {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif  !important;
}

html li {
  list-style-type: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*---------------------
リンクhover設定 
----------------------*/
a.button {
  opacity: 100;
}

a.button:hover {
  opacity: 0.7;
}

/*---------------------
カスタムボタン 
----------------------*/
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

/*---------------------
 media query
----------------------*/
/*---------------------
 base coulum
----------------------*/
.wrapper {
  position: relative;
  background: url(../img/bg.jpg);
  width: 100%;
  height: 100%;
}

.layerbased {
  position: relative;
  margin: 0;
  padding: 0;
}

.layerd {
  position: absolute;
  top: 0;
  left: 0;
}

h1 {
  display: block;
  margin: 0;
  padding: 0;
}

.headImageWrap {
  position: relative;
  width: 100%;
  max-width: 1920px;
  background: #0069eb;
  margin: 0 auto;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .headImageWrap {
    padding-bottom: 0px;
  }
}

.headImage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 0;
}

.headImage img {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.headDetail {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.headDetail > p {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: -80px;
}

@media screen and (max-width: 979px) {
  .headDetail > p {
    max-width: 320px;
    margin-top: -30px;
  }
}

.headDetailIcon {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}

.headDetailIcon h2 {
  width: 16.6%;
  display: block;
}

.headDetailIcon h2 img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .headDetailIcon {
    padding-bottom: 0;
  }
  .headDetailIcon h2 {
    width: 33.333%;
    display: block;
    margin-bottom: 40px;
  }
  .headDetailIcon h2 img {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .headDetailIcon {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .headDetailIcon h2 {
    width: 33.333%;
    display: block;
    margin-bottom: 40px;
  }
  .headDetailIcon h2 img {
    display: block;
    width: 100%;
  }
}

.headDetail_bdbtm {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  height: 2px;
  background: #fff;
}

.headDetail_bdbtm::after {
  position: absolute;
  content: url(../img/i_arrow_bottom.svg);
  width: 42px;
  height: 22px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*---------------------
 空気触媒とは
----------------------*/
.aboutWrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}

.aboutInner {
  position: relative;
  width: 100%;
  padding: 0;
  padding-top: 80px;
  margin: 0 auto;
  z-index: 3;
}

.aboutInner .aboutTxt {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.aboutInner .aboutTxt > h3 {
  padding-right: calc(50% + 2rem);
  font-size: 4rem;
  font-weight: 900;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}

.aboutInner .aboutTxt > p {
  padding-right: calc(50% + 2rem);
  font-size: 1.08rem;
  line-height: 1.8;
  font-family: 'Noto Sans JP', sans-serif;
}

.aboutInner .aboutTxt > p span {
  background: #ffff00;
}

.aboutInner:before {
  content: "";
  display: block;
  background: #ece7dd;
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 979px) {
  .aboutInner:before {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 979px) {
  .aboutInner .aboutTxt {
    padding: 10px;
  }
  .aboutInner .aboutTxt > h3 {
    padding-right: calc(50% + 2rem);
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .aboutInner {
    padding-bottom: 80px;
  }
  .aboutInner .aboutTxt {
    padding: 20px 20px 0 20px;
  }
  .aboutInner .aboutTxt > h3 {
    padding-right: 0;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .aboutInner .aboutTxt > p {
    padding-right: 40px;
  }
}

@media screen and (max-width: 480px) {
  .aboutInner .aboutTxt > h3 {
    padding-right: 0;
    font-size: 2.5rem;
  }
}

.photoImageWrap {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.photoImage {
  background: none;
  width: 47%;
  position: absolute;
  top: 5.2rem;
  right: 0;
}

.photoImage img {
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .photoImageWrap {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
  .photoImage {
    background: none;
    width: calc(100% - 40px);
    margin-left: 40px;
    position: relative;
    top: 0;
    right: 0;
  }
  .photoImage img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 480px) {
  .photoImage {
    background: none;
    width: calc(100% - 40px);
    margin-left: 40px;
    position: relative;
    top: 0;
    right: 0;
  }
  .photoImage img {
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.illust {
  position: relative;
  bottom: 0;
  left: -3em;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 55px;
  z-index: 5;
}

.illust img {
  width: 100%;
  max-width: 530px;
}

@media screen and (max-width: 979px) {
  .illust {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    z-index: 5;
  }
  .illust img {
    width: 100%;
    max-width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .illust {
    position: relative;
    width: calc(100% - 50px);
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 30px;
    text-align: center;
    z-index: 5;
  }
  .illust img {
    width: 100%;
    margin: 0 auto;
  }
}

/*---------------------
 空気触媒 効果
----------------------*/
.effectWrap {
  position: relative;
  background: #0069eb;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.effectInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.effectInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.effectInner > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.effectInner > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .effectInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .effectInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .effectInner > h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.effectTableWrap {
  position: relative;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 20px;
}

.effectTableWrap > h3 {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #dad1bf;
}

table.effectTable {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

table.effectTable tr {
  border-bottom: 2px solid #dad1bf;
}

table.effectTable th, table.effectTable td {
  text-align: left;
  padding: 10px;
  font-weight: normal;
  font-size: 1.08rem;
}

table.effectTable th {
  width: 11em;
}

table.effectTable td {
  width: auto;
}

@media screen and (max-width: 767px) {
  .effectTableWrap {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.effectTable {
    width: 100%;
  }
  table.effectTable tr {
    border-bottom: 2px solid #dad1bf;
  }
  table.effectTable th, table.effectTable td {
    display: block;
    padding: 5px 10px 5px 10px;
  }
  table.effectTable th {
    width: auto;
  }
  table.effectTable td {
    width: auto;
  }
}

/*---------------------
 空気触媒 特徴
----------------------*/
.featuresWrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.featuresInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.featuresInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .featuresInner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .featuresInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .featuresInner > h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.panelWrap {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}

.panelWrap .panel {
  width: 33.3333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.panelWrap .panel img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .panelWrap .panel {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .panelWrap .panel img {
    display: block;
    width: 100%;
  }
}

.panelPointWrap {
  position: relative;
  width: 100%;
  max-width: 1004px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.panelPointWrap .panelPoint {
  width: 100%;
  max-width: 865px;
}

.panelPointWrap .panelPoint img {
  display: block;
  width: 100%;
}

.panelPointWrap .panelIllust {
  position: relative;
  width: calc(100% - 865px);
}

.panelPointWrap .panelIllust img {
  position: absolute;
  bottom: 0;
  right: -2em;
  display: block;
  width: 156px;
  height: auto;
}

@media screen and (max-width: 979px) {
  .panelPointWrap {
    position: relative;
    width: 100%;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .panelPointWrap .panelPoint {
    width: calc(100% - 160px);
  }
  .panelPointWrap .panelPoint img {
    display: block;
    width: 100%;
  }
  .panelPointWrap .panelIllust {
    position: relative;
    width: 156px;
  }
  .panelPointWrap .panelIllust img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .panelIllustSmp {
    position: relative;
    width: 100%;
  }
  .panelIllustSmp img {
    display: block;
    width: 100%;
  }
}

/*---------------------
 抗菌性能・消臭性能
----------------------*/
.performanceWrap {
  position: relative;
  background: #ece7dd;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.performanceInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.performanceInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.performanceInner > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.performanceInner > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .performanceInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .performanceInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .performanceInner > h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.performancePanel {
  position: relative;
  width: 100%;
  max-width: 1044px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}

.performancePanel .panel {
  position: relative;
  width: 25%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.performancePanel .panel img {
  display: block;
  width: 100%;
}

.performancePanel .panel img.i-arrow {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 61px;
}

@media screen and (max-width: 767px) {
  .performancePanel {
    display: block;
  }
  .performancePanel .panel {
    position: relative;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .performancePanel .panel img {
    display: block;
    width: 100%;
  }
  .performancePanel .panel img.i-arrow {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90px;
  }
}

@media screen and (max-width: 480px) {
  .performancePanel .panel img.i-arrow {
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
  }
}

.performanceBottom {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.performanceBottom > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.performanceBottom > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .performanceBottom {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*---------------------
 活用事例
----------------------*/
.caseStudyWrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.caseStudyInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.caseStudyInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.caseStudyInner > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.caseStudyInner > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .caseStudyInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .caseStudyInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .caseStudyInner > h3 {
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: -0.045em;
  }
}

.casePanelWrap {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}

.casePanelWrap .panel {
  width: 33.3333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.casePanelWrap .panel .panelInner {
  background: #0069eb;
  padding: 10px;
  border-radius: 10px;
}

.casePanelWrap .panel .panelInner p {
  margin: 7px 0 0;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}

.casePanelWrap .panel .panelInner img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .casePanelWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .casePanelWrap .panel {
    width: 50%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*---------------------
 参考価格
----------------------*/
.priceWrap {
  position: relative;
  background: #ece7dd;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.priceInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.priceInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.priceInner > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.priceInner > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .priceInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .priceInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .priceInner > h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.pricePanel {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0;
}

.pricePanel > h3 {
  display: block;
  background: #0069eb;
  font-size: 1.7rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  padding: 20px 20px;
  text-align: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.pricePanel .pricePanelDetail {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pricePanel .pricePanelDetail .thumb {
  width: 305px;
}

.pricePanel .pricePanelDetail .thumb img {
  display: block;
  width: 100%;
}

.pricePanel .pricePanelDetail .detailTxt {
  width: calc(100% - 305px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

.pricePanel .pricePanelDetail .detailTxt p {
  line-height: 1.5;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
}

.pricePanel .pricePanelDetail .detailTxt p span {
  font-size: 1.2rem;
  font-weight: 700;
}

.pricePanel .pricePanelDetail .detailTxt p i {
  color: #0069eb;
}

@media screen and (max-width: 767px) {
  .pricePanel {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pricePanel .pricePanelDetail {
    display: block;
  }
  .pricePanel .pricePanelDetail .thumb {
    width: 100%;
  }
  .pricePanel .pricePanelDetail .thumb img {
    display: block;
    width: 100%;
  }
  .pricePanel .pricePanelDetail .detailTxt {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .pricePanel .pricePanelDetail .detailTxt p {
    line-height: 1.5;
    font-size: 1.3rem;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .pricePanel .pricePanelDetail .detailTxt p span {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .pricePanel .pricePanelDetail .detailTxt p i {
    color: #0069eb;
  }
}

.priceBottom {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

.priceBottom > p {
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  .priceBottom {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/*---------------------
 よくある質問
----------------------*/
.qaWrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.qaInner {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
  padding-top: 80px;
}

.qaInner > h3 {
  font-size: 2.8rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 40px;
}

.qaInner > p {
  font-size: 1.08rem;
  line-height: 1.8;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}

.qaInner > p span {
  color: #ffff00;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .qaInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .qaInner > h3 {
    font-size: 2.55rem;
    line-height: 1.3;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .qaInner > h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }
}

.qaDetail {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .qaDetail {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.ac-menu:last-child {
  margin-bottom: 60px;
  /* 最後の要素の下にだけ余白 */
}

.ac-menu {
  background: #fff;
  /* グラデーションの背景色 */
  border-radius: 10px;
  border: 2px solid #dad1bf;
  margin-bottom: 20px;
}

.ac-menu input {
  display: none;
}

.ac-menu label {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0069eb;
  /* 文字色 */
  font-size: 1.3rem;
  /* 文字サイズ */
  line-height: 2;
  /* 行間 */
  font-weight: bold;
  /* 文字を太く */
  text-align: left;
  /* 文字を中央に */
  padding: 20px;
  /* 内側の余白 */
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  display: block;
}

@media screen and (max-width: 767px) {
  .ac-menu label {
    padding-right: 50px;
  }
}

@media screen and (max-width: 480px) {
  .ac-menu label {
    font-size: 1.05rem;
    letter-spacing: -0.05em;
  }
}

.ac-menu label:after {
  position: absolute;
  right: 20px;
  /* 左からの距離 */
  top: 50%;
  /* 上下中央配置 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  /* アイコン */
  font-size: 2rem;
}

.ac-menu input:checked ~ label::after {
  content: "−";
  /* クリック後のアイコン */
  font-size: 2rem;
}

.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* 開閉スピード */
}

.ac-menu input:checked ~ div {
  height: auto;
  opacity: 1;
  padding: 20px;
  /* 中身の枠内の余白 */
}

.ac-menu-inside {
  border-top: 2px solid #0069eb;
  font-family: 'Noto Sans JP', sans-serif;
  background: transparent;
  color: #333;
  /* 中身の文字色 */
  font-size: 1.1rem;
  /* 中身の文字サイズ */
  line-height: 2;
  /* 行間 */
  text-align: left;
}

/*---------------------
 お問い合わせ
----------------------*/
.contactWrap {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 80px;
  text-align: center;
}

.contactInner {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 1024px;
  padding: 0;
  padding-bottom: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactInner .contactMail {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactInner .contactMail .btnMail {
  width: 100%;
  max-width: 480px;
  background: #0069eb;
  border-radius: 7px;
}

.contactInner .contactMail img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.contactInner .contactMail:hover .btnMail {
  background: #348fff;
}

.contactInner .contactTel {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
}

.contactInner .contactTel .btnTel {
  width: 100%;
  max-width: 480px;
  margin-left: 30px;
  background: #0069eb;
  border-radius: 7px;
}

.contactInner .contactTel img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .contactInner {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    text-align: center;
  }
  .contactInner .contactMail {
    text-align: center;
  }
  .contactInner .contactMail .btnMail {
    padding-right: 0;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .contactInner .contactTel {
    pointer-events: auto;
  }
  .contactInner .contactTel .btnTel {
    padding-left: 0;
    margin: 0 auto;
  }
  .contactInner .contactTel:hover .btnTel {
    background: #348fff;
  }
}

/*---------------------
 footer
----------------------*/
footer {
  background: #ece7dd;
  font-family: 'Noto Sans JP', sans-serif;
}

footer .footerInner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 0;
}

footer h4 {
  display: block;
  padding: 10px 0;
}

footer h4 img {
  display: block;
  width: 100%;
  max-width: 180px;
}

footer .footerInfo {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer p, footer address {
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  footer .footerInner {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  footer h4 {
    display: block;
    width: 50%;
    padding: 10px 0;
  }
  footer h4 img {
    display: block;
    width: 100%;
    max-width: 240px;
  }
}

/*---------------------
 見出し
----------------------*/
h3.ch-catch {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

h3.ch-catch span.yellow {
  color: #ffff00;
}

h3.ch-head {
  font-size: 3rem;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}

h3.ch-head span.yellow {
  color: #ffff00;
}

/*---------------------
 汎用color
----------------------*/
.f-white {
  color: #fff;
}

/*---------------------
 汎用box
----------------------*/
/*---------------------
 汎用style
----------------------*/
/* アニメーションのスタイル */
.animation-scrollUp {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.animation-scrollUp.is-animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.smp-only {
  display: none !important;
}

@media (max-width: 1078px) {
  .smp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */