@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Abel&display=swap");
/*================================================================================
    0.変数
        1.1 カラー その他設定
        1.2 レイアウト設定
        1.3 ブレイクポイント設定

    1.デフォルト設定 共通パーツ設定　共通css設定
        1.1 デフォルト設定
        1.2 共通パーツ
        1.3 共通css

    2.共通ページコンテンツ
        1.1 共通レイアウト設定
        1.2 全体
        1.3 ヘッダー
        1.4 フッター
        1.5 メインイメージ
        1.6 メインカラム
        1.7 サイドカラム

    3.各デフォルトコンテンツ
        1.1 アクセス
        1.2 お問い合わせ

    3.各追加コンテンツ サイト作成時ここに追加していく
        1.1
        1.2

================================================================================*/
/*------------------------------------------------------------------------------

	変数

------------------------------------------------------------------------------*/
/*
  カラー その他設定
------------------------------------------------------------*/
/*
  レイアウト設定
------------------------------------------------------------*/
/*レイアウト設定 typeA typeB
typeA デフォルト typeB サイドカラム固定*/
/*ヘッダー設定 typeA typeB
typeA デフォルト typeB fixed*/
/*メインイメージ設定 typeA typeB
typeA デフォルト typeB フルスクリーン*/
/*
  ブレイクポイント設定
------------------------------------------------------------*/
/*------------------------------------------------------------------------------

	デフォルト設定 共通パーツ設定　共通css設定

------------------------------------------------------------------------------*/
/*
  デフォルト設定
------------------------------------------------------------*/
@media only screen and (min-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
  font-weight: 500;
  background-color: #fff;
  color: #1a1a1a;
  line-height: 2;
}

a,
a:hover,
a:active {
  color: #1a1a1a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

a:hover {
  opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}

ol,
ul {
  padding: 1rem;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/*
  共通パーツ
------------------------------------------------------------*/
dl.dlTable {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f7f7f7;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTable dt,
dl.dlTable dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 1px solid #eee;
}

dl.dlTable dt {
  width: 20%;
  float: left;
}

dl.dlTable dd {
  background: #fff;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 1px solid #eee;
}

@media only screen and (max-width: 767px) {
  dl.dlTable {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dlTable dt,
  dl.dlTable dd {
    padding: 0;
    border-top: none;
  }
  dl.dlTable dt {
    width: auto;
    float: none;
  }
  dl.dlTable dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

dl.dlTableNoBorder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border-right: 0 none #000;
  border-bottom: 0 none #000;
  border-left: 0 none #000;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTableNoBorder dt,
dl.dlTableNoBorder dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none #000;
}

dl.dlTableNoBorder dt {
  width: 20%;
  float: left;
}

dl.dlTableNoBorder dd {
  background: none;
  margin-left: 20%;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none #000;
}

@media only screen and (max-width: 767px) {
  dl.dlTableNoBorder {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dlTableNoBorder dt,
  dl.dlTableNoBorder dd {
    padding: 0;
    border-top: none;
  }
  dl.dlTableNoBorder dt {
    width: auto;
    float: none;
  }
  dl.dlTableNoBorder dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

dl.dlTableAccess {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border-right: 0 none #000;
  border-bottom: 0 none #000;
  border-left: 0 none #000;
  /* 他の float と干渉したため外している。モダンブラウザで問題無し
dd:after {
content: '';
display: block;
clear: both;
}
*/
}

dl.dlTableAccess dt,
dl.dlTableAccess dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.3em 0.3em 0 0.3em;
  border-top: 0 none #000;
}

dl.dlTableAccess dt {
  width: 7em;
  float: left;
}

dl.dlTableAccess dd {
  background: none;
  margin-left: 7em;
  margin-bottom: 0;
  padding-bottom: 0.3em;
  border-left: 0 none #000;
}

@media only screen and (max-width: 767px) {
  dl.dlTableAccess {
    margin-top: 0.3em;
    background: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }
  dl.dlTableAccess dt,
  dl.dlTableAccess dd {
    padding: 0;
    border-top: none;
  }
  dl.dlTableAccess dt {
    width: auto;
    float: none;
  }
  dl.dlTableAccess dd {
    background: none;
    margin-left: 0;
    margin-bottom: 1em;
    padding-bottom: 0;
    border-left: none;
  }
}

.responsiveTable {
  display: table;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}

.responsiveTable .responsiveTableRow {
  display: table-row;
}

.responsiveTable .responsiveTableTitle,
.responsiveTable .responsiveTableData {
  display: table-cell;
  padding: 0.5em;
  border-style: solid;
  border-color: #eee;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}

.responsiveTable .responsiveTableTitle {
  background-color: #f7f7f7;
  width: 20%;
  font-weight: bold;
}

.responsiveTable .responsiveTableData {
  background-color: #fff;
}

@media only screen and (min-width: 767px) {
  .responsiveTable {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTable .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTable .responsiveTableTitle,
  .responsiveTable .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTable .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTable .responsiveTableData {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .responsiveTable {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTable .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTable .responsiveTableTitle,
  .responsiveTable .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTable .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTable .responsiveTableData {
    background-color: transparent;
  }
}

.responsiveTableNoBorder {
  display: table;
  border-style: none;
  border-color: #fff;
  border-width: 1px;
  border-bottom: none;
  border-left: none;
}

.responsiveTableNoBorder .responsiveTableRow {
  display: table-row;
}

.responsiveTableNoBorder .responsiveTableTitle,
.responsiveTableNoBorder .responsiveTableData {
  display: table-cell;
  padding: 0.3em;
  border-style: none;
  border-color: #fff;
  border-width: 1px;
  border-top: none;
  border-right: none;
  vertical-align: top;
}

.responsiveTableNoBorder .responsiveTableTitle {
  background-color: none;
  width: 20%;
  font-weight: bold;
}

.responsiveTableNoBorder .responsiveTableData {
  background-color: none;
}

@media only screen and (min-width: 767px) {
  .responsiveTableNoBorder {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTableNoBorder .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle,
  .responsiveTableNoBorder .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTableNoBorder .responsiveTableData {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .responsiveTableNoBorder {
    display: block;
    border-top: none;
    border-right: none;
  }
  .responsiveTableNoBorder .responsiveTableRow {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle,
  .responsiveTableNoBorder .responsiveTableData {
    display: block;
    padding: 0;
    border-bottom: none;
    border-left: none;
  }
  .responsiveTableNoBorder .responsiveTableTitle {
    background-color: transparent;
    width: auto;
  }
  .responsiveTableNoBorder .responsiveTableData {
    background-color: transparent;
  }
}

/*
  共通css
------------------------------------------------------------*/
blockquote {
  background-color: #f7f7f7;
  padding: 40px 90px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  blockquote {
    padding: 20px 60px;
  }
}

blockquote::before {
  position: absolute;
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 40px;
  top: 15px;
  left: 30px;
  line-height: 1.6;
  vertical-align: top;
  color: #e0e0e0;
}

@media only screen and (max-width: 767px) {
  blockquote::before {
    font-size: 30px;
    top: 10px;
    left: 20px;
  }
}

blockquote::after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f10e";
  font-size: 40px;
  bottom: 15px;
  right: 30px;
  line-height: 1.6;
  vertical-align: top;
  color: #e0e0e0;
}

@media only screen and (max-width: 767px) {
  blockquote::after {
    font-size: 30px;
    bottom: 10px;
    right: 20px;
  }
}

.serif {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ",Meiryo,serif;
}

.btn {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #0acc1c;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #0acc1c;
  position: relative;
  font-size: 0.8rem;
  margin: 0 0.3rem 0.3rem 0;
}

.btn:hover, .btn:active {
  background-color: #676767;
  color: #1a1a1a;
  text-decoration: none;
}

.btnSubCat {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #0acc1c;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #0acc1c;
  position: relative;
  font-size: 0.8rem;
  margin: 0 0.3rem 0.3rem 0;
}

.btnSubCat:hover, .btnSubCat:active {
  background-color: #9a9a9a;
  color: #1a1a1a;
  text-decoration: none;
}

.btnMt {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #0acc1c;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #0acc1c;
  position: relative;
  margin-top: 0.5rem;
}

.btnMt:hover, .btnMt:active {
  background-color: #676767;
  color: #1a1a1a;
  text-decoration: none;
}

.btn_typeA,
.topPageMoreLink,
.entryMoreLink {
  text-align: center;
}

.btn_typeA a,
.topPageMoreLink a,
.entryMoreLink a {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  border-radius: 0px;
  background-color: #0acc1c;
  color: #ffffff;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none;
  border: solid 1px #0acc1c;
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 30px;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 1rem;
}

.btn_typeA a:hover, .btn_typeA a:active,
.topPageMoreLink a:hover,
.topPageMoreLink a:active,
.entryMoreLink a:hover,
.entryMoreLink a:active {
  background-color: #676767;
  color: #1a1a1a;
  text-decoration: none;
}

.btn_typeA a::before,
.topPageMoreLink a::before,
.entryMoreLink a::before {
  position: absolute;
  content: "\f061";
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  margin-top: -8px;
  right: 15px;
}

.btn_typeA a:hover,
.topPageMoreLink a:hover,
.entryMoreLink a:hover {
  outline: 3px solid #000;
  outline-offset: -3px;
  opacity: 1;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.topPageMoreLink,
.entryMoreLink {
  font-family: 'Abel', sans-serif;
  font-size: 1.2rem;
}

.titleLL,
.titleL,
.titleM,
.titleS,
.titleSS,
.titleSSS {
  font-weight: bold;
}

.title_typeA,
.title_typeB {
  font-weight: bold;
  font-size: 1.6rem;
  display: table;
  margin: 0 auto 20px;
  padding: 0;
  color: #1a1a1a;
  display: table;
  position: relative;
  padding: 0 40px 0;
  letter-spacing: 3px;
  text-align: center;
}

.title_typeA .title,
.title_typeB .title {
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.title_typeA .subtitle,
.title_typeB .subtitle {
  font-size: 0.9rem;
  text-align: center;
  display: block;
  font-family: 'Abel', sans-serif;
  font-weight: normal;
}

.title_typeA::before {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  border-right: 1px solid #000;
  width: 1px;
  height: 30px;
  top: 10px;
  left: 0;
}

.title_typeA::after {
  content: "";
  position: absolute;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  border-right: 1px solid #000;
  width: 1px;
  height: 30px;
  top: 10px;
  right: 0;
}

.titleL {
  font-size: 1.6rem;
  display: table;
  margin: 0 auto 20px;
  padding: 0;
  color: #1a1a1a;
}

@media only screen and (max-width: 767px) {
  .titleL {
    display: block;
  }
}

.titleM {
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.titleS {
  font-size: 1.25rem;
}

.titleSS {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.textLL {
  font-size: 1.5rem;
}

.textL {
  font-size: 1.25rem;
}

.textM {
  font-size: 1rem;
}

.textS {
  font-size: 0.8rem;
}

.textSS {
  font-size: 0.6rem;
}

.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

.alignCenter {
  text-align: center;
}

img.hoverImg:hover, img.hoverImg:active {
  opacity: 0.7;
}

.f_l {
  float: left !important;
}

.f_r {
  float: right !important;
}

/* テーブル */
.table_typeA {
  width: 100%;
}

.table_typeA th {
  width: 20%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table_typeA th {
    width: 25%;
  }
}

.table_typeA th,
.table_typeA td {
  padding: 10px;
  padding-left: 0;
}

.table_typeB {
  width: 100%;
}

.table_typeB th {
  width: 20%;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .table_typeB th {
    width: 25%;
  }
}

.table_typeB th,
.table_typeB td {
  padding: 10px;
  border-top: solid 1px #eee;
}

/* 余白 */
@media only screen and (min-width: 767px) {
  .m_A {
    margin: 0 auto !important;
  }
  .mt_0 {
    margin-top: 0 !important;
  }
  .mt_5 {
    margin-top: 5px !important;
  }
  .mt_10 {
    margin-top: 10px !important;
  }
  .mt_15 {
    margin-top: 15px !important;
  }
  .mt_20 {
    margin-top: 20px !important;
  }
  .mt_25 {
    margin-top: 25px !important;
  }
  .mt_30 {
    margin-top: 30px !important;
  }
  .mt_35 {
    margin-top: 35px !important;
  }
  .mt_40 {
    margin-top: 40px !important;
  }
  .mt_45 {
    margin-top: 45px !important;
  }
  .mt_50 {
    margin-top: 50px !important;
  }
  .mt_55 {
    margin-top: 55px !important;
  }
  .mt_60 {
    margin-top: 60px !important;
  }
  .mt_65 {
    margin-top: 65px !important;
  }
  .mt_70 {
    margin-top: 70px !important;
  }
  .mt_75 {
    margin-top: 75px !important;
  }
  .mt_80 {
    margin-top: 80px !important;
  }
  .mt_85 {
    margin-top: 85px !important;
  }
  .mt_90 {
    margin-top: 90px !important;
  }
  .mt_95 {
    margin-top: 95px !important;
  }
  .mt_100 {
    margin-top: 100px !important;
  }
  .mr_0 {
    margin-right: 0 !important;
  }
  .mr_5 {
    margin-right: 5px !important;
  }
  .mr_10 {
    margin-right: 10px !important;
  }
  .mr_15 {
    margin-right: 15px !important;
  }
  .mr_20 {
    margin-right: 20px !important;
  }
  .mr_25 {
    margin-right: 25px !important;
  }
  .mr_30 {
    margin-right: 30px !important;
  }
  .mr_35 {
    margin-right: 35px !important;
  }
  .mr_40 {
    margin-right: 40px !important;
  }
  .mr_45 {
    margin-right: 45px !important;
  }
  .mr_50 {
    margin-right: 50px !important;
  }
  .mr_55 {
    margin-right: 55px !important;
  }
  .mr_60 {
    margin-right: 60px !important;
  }
  .mr_65 {
    margin-right: 65px !important;
  }
  .mr_70 {
    margin-right: 70px !important;
  }
  .mr_75 {
    margin-right: 75px !important;
  }
  .mr_80 {
    margin-right: 80px !important;
  }
  .mr_85 {
    margin-right: 85px !important;
  }
  .mr_90 {
    margin-right: 90px !important;
  }
  .mr_95 {
    margin-right: 95px !important;
  }
  .mr_100 {
    margin-right: 100px !important;
  }
  .mb_0 {
    margin-bottom: 0 !important;
  }
  .mb_5 {
    margin-bottom: 5px !important;
  }
  .mb_10 {
    margin-bottom: 10px !important;
  }
  .mb_15 {
    margin-bottom: 15px !important;
  }
  .mb_20 {
    margin-bottom: 20px !important;
  }
  .mb_25 {
    margin-bottom: 25px !important;
  }
  .mb_30 {
    margin-bottom: 30px !important;
  }
  .mb_35 {
    margin-bottom: 35px !important;
  }
  .mb_40 {
    margin-bottom: 40px !important;
  }
  .mb_45 {
    margin-bottom: 45px !important;
  }
  .mb_50 {
    margin-bottom: 50px !important;
  }
  .mb_55 {
    margin-bottom: 55px !important;
  }
  .mb_60 {
    margin-bottom: 60px !important;
  }
  .mb_65 {
    margin-bottom: 65px !important;
  }
  .mb_70 {
    margin-bottom: 70px !important;
  }
  .mb_75 {
    margin-bottom: 75px !important;
  }
  .mb_80 {
    margin-bottom: 80px !important;
  }
  .mb_85 {
    margin-bottom: 85px !important;
  }
  .mb_90 {
    margin-bottom: 90px !important;
  }
  .mb_95 {
    margin-bottom: 95px !important;
  }
  .mb_100 {
    margin-bottom: 100px !important;
  }
  .ml_0 {
    margin-left: 0 !important;
  }
  .ml_5 {
    margin-left: 5px !important;
  }
  .ml_10 {
    margin-left: 10px !important;
  }
  .ml_15 {
    margin-left: 15px !important;
  }
  .ml_20 {
    margin-left: 20px !important;
  }
  .ml_25 {
    margin-left: 25px !important;
  }
  .ml_30 {
    margin-left: 30px !important;
  }
  .ml_35 {
    margin-left: 35px !important;
  }
  .ml_40 {
    margin-left: 40px !important;
  }
  .ml_45 {
    margin-left: 45px !important;
  }
  .ml_50 {
    margin-left: 50px !important;
  }
  .ml_55 {
    margin-left: 55px !important;
  }
  .ml_60 {
    margin-left: 60px !important;
  }
  .ml_65 {
    margin-left: 65px !important;
  }
  .ml_70 {
    margin-left: 70px !important;
  }
  .ml_75 {
    margin-left: 75px !important;
  }
  .ml_80 {
    margin-left: 80px !important;
  }
  .ml_85 {
    margin-left: 85px !important;
  }
  .ml_90 {
    margin-left: 90px !important;
  }
  .ml_95 {
    margin-left: 95px !important;
  }
  .ml_100 {
    margin-left: 100px !important;
  }
  .pt_0 {
    padding-top: 0 !important;
  }
  .pt_5 {
    padding-top: 5px !important;
  }
  .pt_10 {
    padding-top: 10px !important;
  }
  .pt_15 {
    padding-top: 15px !important;
  }
  .pt_20 {
    padding-top: 20px !important;
  }
  .pt_25 {
    padding-top: 25px !important;
  }
  .pt_30 {
    padding-top: 30px !important;
  }
  .pt_35 {
    padding-top: 35px !important;
  }
  .pt_40 {
    padding-top: 40px !important;
  }
  .pt_45 {
    padding-top: 45px !important;
  }
  .pt_50 {
    padding-top: 50px !important;
  }
  .pt_55 {
    padding-top: 55px !important;
  }
  .pt_60 {
    padding-top: 60px !important;
  }
  .pt_65 {
    padding-top: 65px !important;
  }
  .pt_70 {
    padding-top: 70px !important;
  }
  .pt_75 {
    padding-top: 75px !important;
  }
  .pt_80 {
    padding-top: 80px !important;
  }
  .pt_85 {
    padding-top: 85px !important;
  }
  .pt_90 {
    padding-top: 90px !important;
  }
  .pt_95 {
    padding-top: 95px !important;
  }
  .pt_100 {
    padding-top: 100px !important;
  }
  .pr_0 {
    padding-right: 0 !important;
  }
  .pr_5 {
    padding-right: 5px !important;
  }
  .pr_10 {
    padding-right: 10px !important;
  }
  .pr_15 {
    padding-right: 15px !important;
  }
  .pr_20 {
    padding-right: 20px !important;
  }
  .pr_25 {
    padding-right: 25px !important;
  }
  .pr_30 {
    padding-right: 30px !important;
  }
  .pr_35 {
    padding-right: 35px !important;
  }
  .pr_40 {
    padding-right: 40px !important;
  }
  .pr_45 {
    padding-right: 45px !important;
  }
  .pr_50 {
    padding-right: 50px !important;
  }
  .pr_55 {
    padding-right: 55px !important;
  }
  .pr_60 {
    padding-right: 60px !important;
  }
  .pr_65 {
    padding-right: 65px !important;
  }
  .pr_70 {
    padding-right: 70px !important;
  }
  .pr_75 {
    padding-right: 75px !important;
  }
  .pr_80 {
    padding-right: 80px !important;
  }
  .pr_85 {
    padding-right: 85px !important;
  }
  .pr_90 {
    padding-right: 90px !important;
  }
  .pr_95 {
    padding-right: 95px !important;
  }
  .pr_100 {
    padding-right: 100px !important;
  }
  .pb_0 {
    padding-bottom: 0 !important;
  }
  .pb_5 {
    padding-bottom: 5px !important;
  }
  .pb_10 {
    padding-bottom: 10px !important;
  }
  .pb_15 {
    padding-bottom: 15px !important;
  }
  .pb_20 {
    padding-bottom: 20px !important;
  }
  .pb_25 {
    padding-bottom: 25px !important;
  }
  .pb_30 {
    padding-bottom: 30px !important;
  }
  .pb_35 {
    padding-bottom: 35px !important;
  }
  .pb_40 {
    padding-bottom: 40px !important;
  }
  .pb_45 {
    padding-bottom: 45px !important;
  }
  .pb_50 {
    padding-bottom: 50px !important;
  }
  .pb_55 {
    padding-bottom: 55px !important;
  }
  .pb_60 {
    padding-bottom: 60px !important;
  }
  .pb_65 {
    padding-bottom: 65px !important;
  }
  .pb_70 {
    padding-bottom: 70px !important;
  }
  .pb_75 {
    padding-bottom: 75px !important;
  }
  .pb_80 {
    padding-bottom: 80px !important;
  }
  .pb_85 {
    padding-bottom: 85px !important;
  }
  .pb_90 {
    padding-bottom: 90px !important;
  }
  .pb_95 {
    padding-bottom: 95px !important;
  }
  .pb_100 {
    padding-bottom: 100px !important;
  }
  .pl_0 {
    padding-left: 0 !important;
  }
  .pl_5 {
    padding-left: 5px !important;
  }
  .pl_10 {
    padding-left: 10px !important;
  }
  .pl_15 {
    padding-left: 15px !important;
  }
  .pl_20 {
    padding-left: 20px !important;
  }
  .pl_25 {
    padding-left: 25px !important;
  }
  .pl_30 {
    padding-left: 30px !important;
  }
  .pl_35 {
    padding-left: 35px !important;
  }
  .pl_40 {
    padding-left: 40px !important;
  }
  .pl_45 {
    padding-left: 45px !important;
  }
  .pl_50 {
    padding-left: 50px !important;
  }
  .pl_55 {
    padding-left: 55px !important;
  }
  .pl_60 {
    padding-left: 60px !important;
  }
  .pl_65 {
    padding-left: 65px !important;
  }
  .pl_70 {
    padding-left: 70px !important;
  }
  .pl_75 {
    padding-left: 75px !important;
  }
  .pl_80 {
    padding-left: 80px !important;
  }
  .pl_85 {
    padding-left: 85px !important;
  }
  .pl_90 {
    padding-left: 90px !important;
  }
  .pl_95 {
    padding-left: 95px !important;
  }
  .pl_100 {
    padding-left: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_mb_0 {
    margin-bottom: 0 !important;
  }
  .sp_mb_5 {
    margin-bottom: 5px !important;
  }
  .sp_mb_10 {
    margin-bottom: 10px !important;
  }
  .sp_mb_15 {
    margin-bottom: 15px !important;
  }
  .sp_mb_20 {
    margin-bottom: 20px !important;
  }
  .sp_mb_25 {
    margin-bottom: 25px !important;
  }
  .sp_mb_30 {
    margin-bottom: 30px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mt_0 {
    margin-top: 0 !important;
  }
  .sp_mt_5 {
    margin-top: 5px !important;
  }
  .sp_mt_10 {
    margin-top: 10px !important;
  }
  .sp_mt_15 {
    margin-top: 15px !important;
  }
  .sp_mt_20 {
    margin-top: 20px !important;
  }
  .sp_mt_25 {
    margin-top: 25px !important;
  }
  .sp_mt_30 {
    margin-top: 30px !important;
  }
}

/* テキスト */
@media only screen and (min-width: 767px) {
  .ta_c {
    text-align: center !important;
  }
  .ta_l {
    text-align: left !important;
  }
  .ta_r {
    text-align: right !important;
  }
  .fw_n {
    font-weight: normal !important;
  }
  .fw_b {
    font-weight: bold !important;
  }
}

@media only screen and (max-width: 767px) {
  .sp_ta_c {
    text-align: center !important;
  }
  .sp_ta_l {
    text-align: left !important;
  }
  .sp_ta_r {
    text-align: right !important;
  }
  .sp_fw_n {
    font-weight: normal !important;
  }
  .sp_fw_b {
    font-weight: bold !important;
  }
}

/* グリッドシステム */
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-10 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.row-10 > * {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.row-20 > * {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-30 > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.row-40 > * {
  padding-right: 20px;
  padding-left: 20px;
}

.row-50 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.row-50 > * {
  padding-right: 25px;
  padding-left: 25px;
}

.row-60 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.row-60 > * {
  padding-right: 30px;
  padding-left: 30px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 8.000000%;
    max-width: 8.000000%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 58.000000%;
    max-width: 58.000000%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 83.000000%;
    max-width: 83.000000%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-1 {
    margin-left: 8.000000%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.000000%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.000000%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media only screen and (max-width: 767px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 8.000000%;
    max-width: 8.000000%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 58.000000%;
    max-width: 58.000000%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.000000%;
    -webkit-box-flex: 0;
            flex: 0 0 83.000000%;
    max-width: 83.000000%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.000000%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.000000%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.000000%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

/* 表示エリア */
.pcOnly {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
}

.TabletMore {
  display: none;
}

@media only screen and (min-width: 767px) {
  .TabletMore {
    display: block;
  }
}

.tabletUnder {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .tabletUnder {
    display: block;
  }
}

.object-fit-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}

/*
  コーディング
------------------------------------------------------------*/
#mainImg {
  position: relative;
}

#mainImg .img_catch {
  width: 100%;
  height: 960px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: 1;
  top: 0;
}

@media only screen and (max-width: 1024px) {
  #mainImg .img_catch {
    height: 960px;
  }
}

@media only screen and (max-width: 767px) {
  #mainImg .img_catch {
    height: 600px;
  }
}

#mainImg #catch_copy {
  position: absolute;
  z-index: 10;
  top: 240px;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 840px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #mainImg #catch_copy {
    padding: 0 20px;
    top: 160px;
  }
}

@media only screen and (max-width: 767px) {
  #mainImg #catch_copy {
    padding: 0 10px;
    top: 180px;
  }
}

#mainImg #catch_copy img {
  width: 100%;
}

#mainImg #result_copy {
  position: absolute;
  z-index: 10;
  top: 320px;
  left: -100%;
  right: -100%;
  margin: auto;
  max-width: 840px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  #mainImg #result_copy {
    padding: 0 20px;
    top: 300px;
  }
}

@media only screen and (max-width: 767px) {
  #mainImg #result_copy {
    top: 180px;
  }
}

#mainImg #result_copy img {
  width: 100%;
}

.container {
  overflow: hidden;
}

.container {
  /* nav */
}

.container nav {
  background: #1a7aaf;
  opacity: 1;
  width: 100%;
  position: fixed;
  top: -60px;
  left: 0;
  padding: 0;
  z-index: 100;
}

.container nav ul.mainMenu {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .container nav ul.mainMenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.container nav ul.mainMenu li {
  list-style-type: none;
  text-align: center;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .container nav ul.mainMenu li {
    font-size: 11px;
  }
}

.container nav ul.mainMenu li a {
  text-decoration: none;
  color: #ffffff;
  padding: 15px 5px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .container nav ul.mainMenu li a {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .container nav ul.mainMenu li a {
    padding: 15px 10px;
  }
}

#colmunContainer {
  padding-top: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 富士宮を体験しよう */
  /* 富士宮市ってどんなとこ？ */
  /* 富士山大冒険が4組様に当たる！ */
  /* さらにWチャンス */
  /* アンケート結果 */
  /* 応募方法 */
  /* 注意事項 */
}

#colmunContainer h2 {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer h2 {
    margin-bottom: 15px;
  }
  #colmunContainer h2 .num_ttl {
    width: auto;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  #colmunContainer {
    padding-top: 660px;
  }
}

#colmunContainer h2 {
  text-align: center;
}

#colmunContainer p {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  #colmunContainer p {
    font-size: small;
    line-height: 1.8;
  }
}

#colmunContainer .w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

#colmunContainer .w960 {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

#colmunContainer .pos_rel {
  position: relative;
}

#colmunContainer #intro_area {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #intro_area {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #intro_area img {
    width: auto;
    height: 80px;
    display: block;
    margin: 0 auto 20px;
  }
}

@media only screen and (max-width: 767px) {
  #colmunContainer #intro_area img {
    width: auto;
    height: 60px;
  }
}

#colmunContainer #feature_area {
  /* feature01 富士山 */
  /* feature02 浅間大社 */
  /* feature03 西臼塚の森 */
  /* feature04 田貫湖 */
  /* feature05 白糸の滝 */
}

#colmunContainer #feature_area h2 {
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer #feature_area h2 {
    margin-bottom: 30px;
  }
}

#colmunContainer #feature_area p {
  font-size: 0.8rem;
}

#colmunContainer #feature_area img.sub {
  padding: 0 20px;
}

#colmunContainer #feature_area img.img_ttl, #colmunContainer #feature_area img.img_subttl {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area img.img_ttl, #colmunContainer #feature_area img.img_subttl {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area .txt_main .img_ttl {
    width: auto;
    height: 60px;
    padding: 10px 20px 0;
  }
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area .txt_main p {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area .txt_sub {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area .txt_sub .img_subttl {
    width: auto;
    height: 40px;
  }
}

#colmunContainer #feature_area .txt_sub p {
  margin: 0 0 0 40px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area .txt_sub p {
    margin: 0 0 20px 0;
    padding: 0;
  }
}

#colmunContainer #feature_area #feature01 {
  background: url(../images/feature01_img.jpg) center top no-repeat;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature01 {
    background: none;
    min-height: auto;
    margin-bottom: 40px;
    height: auto;
  }
}

#colmunContainer #feature_area #feature01 .inner {
  height: 878px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature01 .inner {
    height: auto;
    position: static;
  }
}

#colmunContainer #feature_area #feature01 .inner .txt_main {
  width: 440px;
  position: absolute;
  right: 0;
  top: 11px;
}

#colmunContainer #feature_area #feature01 .inner .txt_sub {
  width: 580px;
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature01 .inner .txt_main, #colmunContainer #feature_area #feature01 .inner .txt_sub {
    width: 100%;
    position: static;
  }
}

#colmunContainer #feature_area #feature02 {
  background: url(../images/feature02_img.jpg) center top no-repeat;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature02 {
    background: none;
    min-height: auto;
    margin-bottom: 40px;
    height: auto;
  }
}

#colmunContainer #feature_area #feature02 .inner {
  height: 940px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature02 .inner {
    height: auto;
    position: static;
  }
}

#colmunContainer #feature_area #feature02 .inner .txt_main {
  width: 440px;
  position: absolute;
  left: 0;
  top: 11px;
}

#colmunContainer #feature_area #feature02 .inner .txt_sub {
  width: 540px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature02 .inner .txt_main, #colmunContainer #feature_area #feature02 .inner .txt_sub {
    width: 100%;
    position: static;
  }
}

#colmunContainer #feature_area #feature03 {
  background: url(../images/feature03_img.jpg) center top no-repeat;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature03 {
    background: none;
    min-height: auto;
    margin-bottom: 40px;
    height: auto;
  }
}

#colmunContainer #feature_area #feature03 .inner {
  height: 898px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature03 .inner {
    height: auto;
    position: static;
  }
}

#colmunContainer #feature_area #feature03 .inner .txt_main {
  width: 440px;
  position: absolute;
  right: 0;
  top: 0;
}

#colmunContainer #feature_area #feature03 .inner .txt_sub {
  width: 520px;
  position: absolute;
  left: 20px;
  bottom: 31px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature03 .inner .txt_main, #colmunContainer #feature_area #feature03 .inner .txt_sub {
    width: 100%;
    position: static;
  }
}

#colmunContainer #feature_area #feature04 {
  background: url(../images/feature04_img.jpg) center top no-repeat;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature04 {
    background: none;
    min-height: auto;
    margin-bottom: 40px;
    height: auto;
  }
}

#colmunContainer #feature_area #feature04 .inner {
  height: 960px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature04 .inner {
    height: auto;
    position: static;
  }
}

#colmunContainer #feature_area #feature04 .inner .txt_main {
  width: 440px;
  position: absolute;
  left: 0;
  top: 21px;
}

#colmunContainer #feature_area #feature04 .inner .txt_sub {
  width: 540px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature04 .inner .txt_main, #colmunContainer #feature_area #feature04 .inner .txt_sub {
    width: 100%;
    position: static;
  }
}

#colmunContainer #feature_area #feature05 {
  background: url(../images/feature05_img.jpg) center top no-repeat;
  height: 898px;
  overflow: hidden;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature05 {
    background: none;
    min-height: auto;
    margin-bottom: 40px;
    height: auto;
  }
}

#colmunContainer #feature_area #feature05 .inner {
  height: 898px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature05 .inner {
    height: auto;
    position: static;
  }
}

#colmunContainer #feature_area #feature05 .inner .txt_main {
  width: 440px;
  position: absolute;
  right: 0;
  top: 0;
}

#colmunContainer #feature_area #feature05 .inner .txt_sub {
  width: 480px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #feature_area #feature05 .inner .txt_main, #colmunContainer #feature_area #feature05 .inner .txt_sub {
    width: 100%;
    position: static;
  }
}

#colmunContainer #about_area {
  background: url(../images/about_bg.jpg) center bottom no-repeat;
  height: 1766px;
  margin-bottom: 100px;
  color: #fff;
  padding-top: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #about_area {
    height: auto;
    margin-bottom: 40px;
    background-size: cover;
    padding: 60px 20px 40px;
  }
}

#colmunContainer #about_area p {
  font-size: 0.8rem;
}

#colmunContainer #plan_area {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #plan_area {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}

#colmunContainer #plan_area img {
  text-align: center;
  margin: 0 auto 60px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #plan_area img {
    padding: 0 10px;
  }
}

#colmunContainer #plan_area .inner {
  background: #fff;
  padding: 40px 50px 30px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #plan_area .inner {
    padding: 20px 20px 10px;
  }
}

#colmunContainer #plan_area .plan_box {
  background: url(../images/plan_bg.gif) left top repeat;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer #plan_area .plan_box {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #colmunContainer #plan_area .plan_box .planA .inner {
    margin-bottom: 10px;
  }
}

#colmunContainer #plan_area .plan_box .planA .titleS {
  color: #3789b8;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer #plan_area .plan_box .planA .titleS {
    margin-bottom: 10px;
  }
}

#colmunContainer #plan_area .plan_box .planB .titleS {
  color: #be0101;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #colmunContainer #plan_area .plan_box .planB .titleS {
    margin-bottom: 10px;
  }
}

#colmunContainer #chance_area {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #chance_area {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  #colmunContainer #chance_area .titleS {
    margin-bottom: 20px;
  }
}

#colmunContainer #result_bnr {
  margin-bottom: 100px;
}

#colmunContainer #result_bnr img {
  display: block;
  margin: 0 auto;
}

#colmunContainer #apply_area {
  width: 1080px;
  margin: 0 auto;
  background: #be0101;
  padding: 40px 30px 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #apply_area {
    width: 90%;
    margin-bottom: 40px;
  }
}

#colmunContainer #apply_area .apply_btn {
  text-align: center;
}

#colmunContainer #apply_area .apply_btn a {
  display: block;
  max-width: 360px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  position: relative;
  top: 0;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

#colmunContainer #apply_area h2 {
  margin-bottom: 0;
}

#colmunContainer #apply_area .titleM {
  background: none;
  border: none;
}

#colmunContainer #caution_area {
  background: #e8f1f7;
  padding: 60px 0 40px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #caution_area {
    padding: 40px 20px 20px;
  }
}

#colmunContainer #caution_area .pagetop {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media only screen and (max-width: 1024px) {
  #colmunContainer #caution_area .pagetop {
    right: 10px;
  }
  #colmunContainer #caution_area .pagetop img {
    width: 80px;
    height: auto;
  }
}

#colmunContainer #caution_area .pagetop img {
  margin-bottom: 0;
}

#colmunContainer #caution_area h2 {
  margin-bottom: 0;
}

#colmunContainer #caution_area .titleM {
  background: none;
  border: none;
}

footer {
  color: #ffffff;
  text-align: center;
  padding: 40px 0 22px;
  background: #1a7aaf;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 20px 10px 7px;
  }
}

/* アンケート結果ページ */
#result_intro {
  padding: 100px 10px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #result_intro {
    padding: 60px 10px;
  }
}

#result_intro .result_box {
  border: 8px solid #e0edff;
  padding: 1.875rem 1.875rem 0.625rem;
  margin-bottom: 0;
}

#result_intro .result_box p {
  text-align: center;
}

#result_intro .result_box .main_color {
  color: #2b67b0;
}

.bubble_l {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 1.5rem;
  width: 100%;
  font-size: 16px;
  background: #e0edff;
  border-radius: 10px;
}

.bubble_l:before {
  content: "";
  position: absolute;
  top: 30%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #e0edff;
}

@media only screen and (max-width: 767px) {
  .bubble_l:before {
    top: 3rem;
  }
}

.bubble_l p {
  margin: 0;
  padding: 0;
}

.bubble_r {
  position: relative;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 1.5rem;
  width: 100%;
  font-size: 16px;
  background: #e0edff;
  border-radius: 10px;
}

.bubble_r:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

@media only screen and (max-width: 767px) {
  .bubble_r:before {
    top: 3rem;
  }
}

.bubble_r p {
  margin: 0;
  padding: 0;
}

/* アンケート結果 */
#enquete_area {
  background: #e0edff;
  padding: 100px 10px 70px;
}

@media only screen and (max-width: 767px) {
  #enquete_area {
    padding: 40px 10px 20px;
  }
}

#enquete_area #enquete01, #enquete_area #enquete02, #enquete_area #enquete03, #enquete_area #enquete04, #enquete_area #enquete05, #enquete_area #enquete06, #enquete_area #enquete07 {
  margin-bottom: 30px;
}

#enquete_area .inner {
  padding: 4rem 4rem 2rem;
  background: #ffffff;
}

@media only screen and (max-width: 767px) {
  #enquete_area .inner {
    padding: 1rem;
  }
}

#enquete_area .inner img {
  margin: 0 auto 20px;
  display: block;
}

#enquete_area .inner img .graph {
  margin: 0 auto 30px;
}

.ta_c {
  text-align: center;
}

/* たくさんの応援メッセージ */
BODY.fmtg_result {
  background-color: #ffffff;
}

BODY.fmtg_result #colmunContainer {
  padding-top: 960px;
}

@media only screen and (max-width: 767px) {
  BODY.fmtg_result #colmunContainer {
    padding-top: 600px;
  }
}

BODY.fmtg_result p.name {
  text-align: center;
}

BODY.fmtg_result #message_area p.name {
  color: #ffffff;
}

@media only screen and (min-width: 767px) {
  BODY.fmtg_result #message_area {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url("/cmn/images/result_message_bg.jpg");
    padding: 100px 10px 80px;
  }
  BODY.fmtg_result #message_area .hr_line {
    border-bottom: 2px dashed #ffffff;
    padding-bottom: 1.875rem;
    margin: 0 auto 3.125rem;
    width: 98%;
  }
  BODY.fmtg_result #message_area p.name {
    color: #ffffff !important;
  }
}

@media only screen and (max-width: 767px) {
  BODY.fmtg_result {
    position: relative;
  }
  BODY.fmtg_result #message_area {
    padding: 60px 10px 30px;
  }
  BODY.fmtg_result #message_area:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("/cmn/images/result_message_bg.jpg") center no-repeat;
  }
}

BODY.fmtg_result #end_section {
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 10px;
  color: #ffffff;
  text-align: center;
}

BODY.fmtg_result #end_section .endBox {
  width: 90%;
  margin: 0 auto;
  background: #be0101;
  padding: 20px 20px 10px;
}

BODY.fmtg_result #end_section .endBox .endBtn {
  text-align: center;
}

BODY.fmtg_result #end_section .endBox .endBtn a {
  display: block;
  max-width: 360px;
  margin: 0px auto;
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  position: relative;
  top: 0;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}

/* ==================== delighter ==================== */
.delighter {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
  /*transform: translateY(-100%);*/
  opacity: 0;
}

.delighter.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* ==================== campaign ==================== */
body.campaign {
  background-color: #ffffff;
}

body.campaign #mainImg #img_cover {
  position: absolute;
  right: 17%;
  top: 760px;
  z-index: 5;
  display: block;
  width: 425px;
}

@media only screen and (max-width: 1024px) {
  body.campaign #mainImg #img_cover {
    right: 2%;
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  body.campaign #mainImg #img_cover {
    right: 2%;
    top: 520px;
    width: 150px;
  }
}

body.campaign #colmunContainer {
  padding-top: 960px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer {
    padding-top: 600px;
  }
}

body.campaign #colmunContainer #campaign_intro {
  margin: 10% auto 5%;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_intro {
    padding: 0 2%;
  }
}

body.campaign #colmunContainer #campaign_intro p {
  text-align: center;
}

body.campaign #colmunContainer #campaign_intro .now {
  color: #c25866;
  font-weight: bold;
}

body.campaign #colmunContainer span.line.active {
  background-position: -100% .5em;
}

body.campaign #colmunContainer span.line {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #fffa99));
  background-image: linear-gradient(left, transparent 50%, #fffa99 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  body.campaign #colmunContainer #slider .slick-slide {
    width: 300px;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #slider .slick-slide {
    width: 200px;
    height: auto;
  }
}

body.campaign #colmunContainer #campaign_present {
  margin: 10% auto 5%;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_present {
    padding: 0 2%;
  }
}

body.campaign #colmunContainer #campaign_present p {
  text-align: center;
}

body.campaign #colmunContainer #campaign_present p.min {
  font-size: 13px !important;
}

body.campaign #colmunContainer #campaign_morning {
  margin: 5% auto 0;
}

body.campaign #colmunContainer #campaign_morning .type_morning {
  background: url("/cmn/images/campaign_bg_morning.jpg") center top no-repeat;
  height: 480px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_morning .type_morning {
    height: auto;
    background-size: cover;
  }
}

body.campaign #colmunContainer #campaign_morning .type_morning h2 {
  padding: 70px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_morning .type_morning h2 {
    padding: 30px 2% 60px;
  }
}

body.campaign #colmunContainer #campaign_lunch {
  margin: 5% auto 0;
}

body.campaign #colmunContainer #campaign_lunch .type_lunch {
  background: url("/cmn/images/campaign_bg_lunch.jpg") center top no-repeat;
  height: 480px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_lunch .type_lunch {
    height: auto;
    background-size: cover;
  }
}

body.campaign #colmunContainer #campaign_lunch .type_lunch h2 {
  padding: 70px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_lunch .type_lunch h2 {
    padding: 30px 2% 60px;
  }
}

body.campaign #colmunContainer #campaign_dinner {
  margin: 5% auto 0;
}

body.campaign #colmunContainer #campaign_dinner .type_dinner {
  background: url("/cmn/images/campaign_bg_dinner.jpg") center top no-repeat;
  height: 480px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_dinner .type_dinner {
    height: auto;
    background-size: cover;
  }
}

body.campaign #colmunContainer #campaign_dinner .type_dinner h2 {
  padding: 70px 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_dinner .type_dinner h2 {
    padding: 30px 2% 60px;
  }
}

body.campaign #colmunContainer .type_detail {
  margin: -10% auto 5%;
  max-width: 860px;
  /* アコーディオン */
}

@media only screen and (max-width: 1024px) {
  body.campaign #colmunContainer .type_detail {
    margin: -25% auto 5%;
  }
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer .type_detail {
    margin: -12% auto 5%;
    padding: 0 2%;
  }
}

body.campaign #colmunContainer .type_detail p {
  padding: 0 20px;
}

body.campaign #colmunContainer .type_detail .acd-check {
  display: none;
}

body.campaign #colmunContainer .type_detail .accordion {
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer .type_detail .accordion {
    padding: 0 2%;
  }
}

body.campaign #colmunContainer .type_detail .accordion p {
  padding: 0;
}

body.campaign #colmunContainer .type_detail .accordion .acd-label {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  color: #000000;
  text-align: center;
  display: block;
  margin-bottom: 2px;
  padding: 10px 5px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer .type_detail .accordion .acd-label {
    padding: 10px 48px 10px 10px;
    text-align: left;
  }
}

body.campaign #colmunContainer .type_detail .accordion .acd-label:after {
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "＋";
  display: block;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #c25866;
}

body.campaign #colmunContainer .type_detail .accordion .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
}

body.campaign #colmunContainer .type_detail .accordion .acd-check:checked + .acd-label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "－";
}

body.campaign #colmunContainer .type_detail .accordion .acd-check:checked + .acd-label + .acd-content {
  height: 100%;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

body.campaign #colmunContainer #about_bnr {
  margin: 10% auto;
}

@media only screen and (max-width: 1024px) {
  body.campaign #colmunContainer #about_bnr {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #about_bnr {
    padding: 0 2%;
  }
}

body.campaign #colmunContainer #about_bnr img {
  margin-bottom: 0;
}

body.campaign #colmunContainer #campaign_caution {
  background: #edf8ed;
  padding: 5% 0;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_caution {
    padding: 5% 2%;
  }
}

body.campaign #colmunContainer #campaign_caution .step {
  margin: 5% 0;
}

body.campaign #colmunContainer #campaign_caution h2.titleM {
  border-bottom: none;
  text-align: left;
  position: relative;
  padding: 0;
}

body.campaign #colmunContainer #campaign_caution h2.titleM span {
  padding: 0 10px 0 0;
  background: #edf8ed;
  position: relative;
  z-index: +1;
}

body.campaign #colmunContainer #campaign_caution h2.titleM::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

body.campaign #colmunContainer #campaign_caution .titleS {
  color: #0acc1c;
}

body.campaign #colmunContainer #campaign_caution .caution_inner {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  body.campaign #colmunContainer #campaign_caution .caution_inner {
    padding: 0;
  }
}

body.campaign ul {
  padding: 0;
}

body.campaign ul li {
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  body.campaign ul, body.campaign ol {
    font-size: small;
  }
}

body.campaign .pagetop {
  position: absolute;
  right: 40px;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  body.campaign .pagetop {
    right: 10px;
  }
}

body.campaign .pagetop img {
  margin-bottom: 0;
}

body.campaign footer {
  color: #000000;
  background: #FFFFFF;
  padding: 30px 0 10px;
}

body.about {
  background-color: #ffffff;
}

body.about #colmunContainer {
  padding-top: 960px;
  /* dots */
}

@media only screen and (max-width: 767px) {
  body.about #colmunContainer {
    padding-top: 600px;
  }
}

body.about #colmunContainer #about_intro {
  margin: 5% auto;
}

@media only screen and (max-width: 767px) {
  body.about #colmunContainer #about_intro {
    padding: 0 2%;
  }
}

body.about #colmunContainer #about_intro p {
  text-align: center;
}

body.about #colmunContainer #about_intro .now {
  color: #c25866;
  font-weight: bold;
}

body.about #colmunContainer #about_culture {
  margin: 5% auto 0;
}

body.about #colmunContainer #about_outdoor {
  margin: 5% auto 0;
}

body.about #colmunContainer #about_resources {
  margin: 5% auto;
}

body.about #colmunContainer #about_culture .titleM, body.about #colmunContainer #about_outdoor .titleM, body.about #colmunContainer #about_resources .titleM {
  position: relative;
  padding: 0 20px;
  text-align: center;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  body.about #colmunContainer #about_culture .titleM, body.about #colmunContainer #about_outdoor .titleM, body.about #colmunContainer #about_resources .titleM {
    font-size: 16px;
  }
}

body.about #colmunContainer #about_culture .titleM:before, body.about #colmunContainer #about_outdoor .titleM:before, body.about #colmunContainer #about_resources .titleM:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #000;
}

body.about #colmunContainer #about_culture .titleM span.deco, body.about #colmunContainer #about_outdoor .titleM span.deco, body.about #colmunContainer #about_resources .titleM span.deco {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

body.about #colmunContainer #about_culture .titleM span.color, body.about #colmunContainer #about_outdoor .titleM span.color, body.about #colmunContainer #about_resources .titleM span.color {
  color: #c25866;
}

body.about #colmunContainer .slick-slider {
  margin-bottom: 4%;
}

body.about #colmunContainer .slick-prev,
body.about #colmunContainer .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  /* ボタン画像の横幅 */
  height: 50px;
  /* ボタン画像の高さ */
  padding: 0;
  margin-top: -25px;
  /* ボタン画像の高さの半分をネガティブマージンすると真ん中になる */
  cursor: pointer;
  opacity: .85;
  border: none;
  outline: none;
  background: transparent;
  z-index: 4;
  background-position: center center;
  background-repeat: no-repeat;
}

body.about #colmunContainer .slick-prev {
  left: 0;
  background-image: url("../cmn/images/about/slick-left.png");
}

body.about #colmunContainer .slick-next {
  right: 0;
  background-image: url("../cmn/images/about/slick-right.png");
}

body.about #colmunContainer .slick-prev:hover,
body.about #colmunContainer .slick-prev:focus,
body.about #colmunContainer .slick-next:hover,
body.about #colmunContainer .slick-next:focus {
  outline: none;
  opacity: 1;
}

body.about #colmunContainer .slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
  text-align: center;
}

body.about #colmunContainer .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

body.about #colmunContainer .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

body.about #colmunContainer .slick-dots li.slick-active button::before {
  opacity: .75;
  color: black;
}

body.about #colmunContainer .slick-dots li button::before {
  font-family: 'slick';
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1024px) {
  body.about #colmunContainer .slide_inner {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  body.about #colmunContainer .slide_inner {
    padding: 0 2%;
  }
}

body.about #colmunContainer #about_bnr {
  margin: 0 auto 10%;
}

@media only screen and (max-width: 1024px) {
  body.about #colmunContainer #about_bnr {
    padding: 0 2%;
  }
}

@media only screen and (max-width: 767px) {
  body.about #colmunContainer #about_bnr {
    padding: 0 2%;
  }
}

body.about #colmunContainer #about_bnr img {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */