@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap");
@fa-font-path :   "./fonts";
/* $col-space-wide: 30px; */
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.eot");
  src: url("webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-brands-400.woff2") format("woff2"), url("webfonts/fa-brands-400.woff") format("woff"), url("webfonts/fa-brands-400.ttf") format("truetype"), url("webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.eot");
  src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"), url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
*/
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
/*---------------------------------------------
	目次
  ---------------------------------------------
	リセット
	リンク
	フォント
	メインコンテンツ
	強制指定
	[CL]  カラム
	[HD]  見出し
	[TX]  テキスト
	[HR]  区切り線
	[IG]  画像
	[LT]  リスト
	[LK1]  アイコンリンク
	[LK2]  横並びリンク
	[TG1] タグ
	[TG2] ラベル
	[BT]  ボタン
	[BT3] シェアボタン
	[BT4] メニューボタン
	[BT5] ページトップボタン
	[BX]  ボックス
	[FR]  枠
	[PL]  パネル
	[TB]  表
	[NV1] コンテンツナビゲーション
	[NV2] タブ
	[NV3] ページネーション
	[FM]  フォーム
	[EB1] 動画埋め込み
	[EB2] モーダル
	[SL]  スライダー
	[SC]  スクロールエフェクト

	1200px未満
	$breakpoint-width未満
	480px未満
	印刷用
 ----------------------------------------------*/
/*---------------------------------------------
	リセット
  ---------------------------------------------*/
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ul li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td,
section, nav, article, aside, header, address,
figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

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

input,
select,
textarea,
button {
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

button {
  background: none;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input:focus,
button:focus {
  outline: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #446688;
  text-align: left;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/*---------------------------------------------
	リンク
  ---------------------------------------------*/
a {
  text-decoration: underline;
  color: #009BE2;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a.txt_deco_none {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    color: #22bbff;
  }
}
/*---------------------------------------------
	フォント
  ---------------------------------------------*/
body {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}

/*---------------------------------------------
	メインコンテンツ
  ---------------------------------------------*/
#wrapper {
  min-width: 320px;
  overflow: hidden;
}

main {
  display: block;
}

.content {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.content:not([class*=bg-]) + .content:not([class*=bg-]) {
  padding-top: 0;
}

.row {
  /*max-width: $max-content-width;*/
  margin: 0 auto;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
.row .row {
  padding: 0;
}
.row::after {
  display: block;
  clear: both;
  content: "";
}

.row_pc {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .row_pc {
    max-width: 90%;
    width: 1160px;
    margin: 0 auto;
  }
}
.anchor:before {
  content: "";
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

.fixed {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 0;
}

/*---------------------------------------------
	強制指定
  ---------------------------------------------*/
/* ----- 上下左右中央寄せ ----- */
.left {
  text-align: left !important;
}

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

.right {
  text-align: right !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

@media screen and (max-width: 767px) {
  .sp-left {
    text-align: left !important;
  }
  .sp-center {
    text-align: center !important;
  }
  .sp-right {
    text-align: right !important;
  }
}
/* ----- display ----- */
.disp-block {
  display: block;
}

.disp-ib {
  display: inline-block;
}

/* ----- 表示／非表示 ----- */
.hidden-all {
  display: none !important;
}

@media screen and (min-width: 1024px), print {
  .show-tb {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .show-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .show-pc {
    display: none !important;
  }
}
/* ----- 文字サイズ ----- */
.l {
  font-size: 1.3em !important;
}

.m {
  font-size: 1em !important;
}

.s {
  font-size: 0.8em !important;
}

/* ----- 文字装飾 ----- */
.normal {
  font-weight: normal !important;
}

.winChrome .normal {
  font-weight: 500 !important;
}

.bold {
  font-weight: bold !important;
}

.italic {
  font-style: italic !important;
}

.oblique {
  font-style: oblique !important;
}

.nodecoration {
  text-decoration: none !important;
}

.ffs_palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ws_nowrap {
  white-space: nowrap;
}

/* ----- flex 逆並び ----- */
.flexrowreverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* ----- 幅 ----- */
.w0 {
  width: 0px;
  max-width: 100% !important;
}

.max-w0 {
  max-width: 0px !important;
}

.max-w0p {
  max-width: 0% !important;
}

.min-w0 {
  min-width: 0px !important;
}

.min-w0p {
  min-width: 0% !important;
}

.w10 {
  width: 10px;
  max-width: 100% !important;
}

.max-w10 {
  max-width: 10px !important;
}

.max-w10p {
  max-width: 10% !important;
}

.min-w10 {
  min-width: 10px !important;
}

.min-w10p {
  min-width: 10% !important;
}

.w20 {
  width: 20px;
  max-width: 100% !important;
}

.max-w20 {
  max-width: 20px !important;
}

.max-w20p {
  max-width: 20% !important;
}

.min-w20 {
  min-width: 20px !important;
}

.min-w20p {
  min-width: 20% !important;
}

.w30 {
  width: 30px;
  max-width: 100% !important;
}

.max-w30 {
  max-width: 30px !important;
}

.max-w30p {
  max-width: 30% !important;
}

.min-w30 {
  min-width: 30px !important;
}

.min-w30p {
  min-width: 30% !important;
}

.w40 {
  width: 40px;
  max-width: 100% !important;
}

.max-w40 {
  max-width: 40px !important;
}

.max-w40p {
  max-width: 40% !important;
}

.min-w40 {
  min-width: 40px !important;
}

.min-w40p {
  min-width: 40% !important;
}

.w50 {
  width: 50px;
  max-width: 100% !important;
}

.max-w50 {
  max-width: 50px !important;
}

.max-w50p {
  max-width: 50% !important;
}

.min-w50 {
  min-width: 50px !important;
}

.min-w50p {
  min-width: 50% !important;
}

.w60 {
  width: 60px;
  max-width: 100% !important;
}

.max-w60 {
  max-width: 60px !important;
}

.max-w60p {
  max-width: 60% !important;
}

.min-w60 {
  min-width: 60px !important;
}

.min-w60p {
  min-width: 60% !important;
}

.w70 {
  width: 70px;
  max-width: 100% !important;
}

.max-w70 {
  max-width: 70px !important;
}

.max-w70p {
  max-width: 70% !important;
}

.min-w70 {
  min-width: 70px !important;
}

.min-w70p {
  min-width: 70% !important;
}

.w80 {
  width: 80px;
  max-width: 100% !important;
}

.max-w80 {
  max-width: 80px !important;
}

.max-w80p {
  max-width: 80% !important;
}

.min-w80 {
  min-width: 80px !important;
}

.min-w80p {
  min-width: 80% !important;
}

.w90 {
  width: 90px;
  max-width: 100% !important;
}

.max-w90 {
  max-width: 90px !important;
}

.max-w90p {
  max-width: 90% !important;
}

.min-w90 {
  min-width: 90px !important;
}

.min-w90p {
  min-width: 90% !important;
}

.w100 {
  width: 100px;
  max-width: 100% !important;
}

.max-w100 {
  max-width: 100px !important;
}

.max-w100p {
  max-width: 100% !important;
}

.min-w100 {
  min-width: 100px !important;
}

.min-w100p {
  min-width: 100% !important;
}

.w110 {
  width: 110px;
  max-width: 100% !important;
}

.max-w110 {
  max-width: 110px !important;
}

.max-w110p {
  max-width: 110% !important;
}

.min-w110 {
  min-width: 110px !important;
}

.min-w110p {
  min-width: 110% !important;
}

.w120 {
  width: 120px;
  max-width: 100% !important;
}

.max-w120 {
  max-width: 120px !important;
}

.max-w120p {
  max-width: 120% !important;
}

.min-w120 {
  min-width: 120px !important;
}

.min-w120p {
  min-width: 120% !important;
}

.w130 {
  width: 130px;
  max-width: 100% !important;
}

.max-w130 {
  max-width: 130px !important;
}

.max-w130p {
  max-width: 130% !important;
}

.min-w130 {
  min-width: 130px !important;
}

.min-w130p {
  min-width: 130% !important;
}

.w140 {
  width: 140px;
  max-width: 100% !important;
}

.max-w140 {
  max-width: 140px !important;
}

.max-w140p {
  max-width: 140% !important;
}

.min-w140 {
  min-width: 140px !important;
}

.min-w140p {
  min-width: 140% !important;
}

.w150 {
  width: 150px;
  max-width: 100% !important;
}

.max-w150 {
  max-width: 150px !important;
}

.max-w150p {
  max-width: 150% !important;
}

.min-w150 {
  min-width: 150px !important;
}

.min-w150p {
  min-width: 150% !important;
}

.w160 {
  width: 160px;
  max-width: 100% !important;
}

.max-w160 {
  max-width: 160px !important;
}

.max-w160p {
  max-width: 160% !important;
}

.min-w160 {
  min-width: 160px !important;
}

.min-w160p {
  min-width: 160% !important;
}

.w170 {
  width: 170px;
  max-width: 100% !important;
}

.max-w170 {
  max-width: 170px !important;
}

.max-w170p {
  max-width: 170% !important;
}

.min-w170 {
  min-width: 170px !important;
}

.min-w170p {
  min-width: 170% !important;
}

.w180 {
  width: 180px;
  max-width: 100% !important;
}

.max-w180 {
  max-width: 180px !important;
}

.max-w180p {
  max-width: 180% !important;
}

.min-w180 {
  min-width: 180px !important;
}

.min-w180p {
  min-width: 180% !important;
}

.w190 {
  width: 190px;
  max-width: 100% !important;
}

.max-w190 {
  max-width: 190px !important;
}

.max-w190p {
  max-width: 190% !important;
}

.min-w190 {
  min-width: 190px !important;
}

.min-w190p {
  min-width: 190% !important;
}

.w200 {
  width: 200px;
  max-width: 100% !important;
}

.max-w200 {
  max-width: 200px !important;
}

.max-w200p {
  max-width: 200% !important;
}

.min-w200 {
  min-width: 200px !important;
}

.min-w200p {
  min-width: 200% !important;
}

.w210 {
  width: 210px;
  max-width: 100% !important;
}

.max-w210 {
  max-width: 210px !important;
}

.max-w210p {
  max-width: 210% !important;
}

.min-w210 {
  min-width: 210px !important;
}

.min-w210p {
  min-width: 210% !important;
}

.w220 {
  width: 220px;
  max-width: 100% !important;
}

.max-w220 {
  max-width: 220px !important;
}

.max-w220p {
  max-width: 220% !important;
}

.min-w220 {
  min-width: 220px !important;
}

.min-w220p {
  min-width: 220% !important;
}

.w230 {
  width: 230px;
  max-width: 100% !important;
}

.max-w230 {
  max-width: 230px !important;
}

.max-w230p {
  max-width: 230% !important;
}

.min-w230 {
  min-width: 230px !important;
}

.min-w230p {
  min-width: 230% !important;
}

.w240 {
  width: 240px;
  max-width: 100% !important;
}

.max-w240 {
  max-width: 240px !important;
}

.max-w240p {
  max-width: 240% !important;
}

.min-w240 {
  min-width: 240px !important;
}

.min-w240p {
  min-width: 240% !important;
}

.w250 {
  width: 250px;
  max-width: 100% !important;
}

.max-w250 {
  max-width: 250px !important;
}

.max-w250p {
  max-width: 250% !important;
}

.min-w250 {
  min-width: 250px !important;
}

.min-w250p {
  min-width: 250% !important;
}

.w260 {
  width: 260px;
  max-width: 100% !important;
}

.max-w260 {
  max-width: 260px !important;
}

.max-w260p {
  max-width: 260% !important;
}

.min-w260 {
  min-width: 260px !important;
}

.min-w260p {
  min-width: 260% !important;
}

.w270 {
  width: 270px;
  max-width: 100% !important;
}

.max-w270 {
  max-width: 270px !important;
}

.max-w270p {
  max-width: 270% !important;
}

.min-w270 {
  min-width: 270px !important;
}

.min-w270p {
  min-width: 270% !important;
}

.w280 {
  width: 280px;
  max-width: 100% !important;
}

.max-w280 {
  max-width: 280px !important;
}

.max-w280p {
  max-width: 280% !important;
}

.min-w280 {
  min-width: 280px !important;
}

.min-w280p {
  min-width: 280% !important;
}

.w290 {
  width: 290px;
  max-width: 100% !important;
}

.max-w290 {
  max-width: 290px !important;
}

.max-w290p {
  max-width: 290% !important;
}

.min-w290 {
  min-width: 290px !important;
}

.min-w290p {
  min-width: 290% !important;
}

.w300 {
  width: 300px;
  max-width: 100% !important;
}

.max-w300 {
  max-width: 300px !important;
}

.max-w300p {
  max-width: 300% !important;
}

.min-w300 {
  min-width: 300px !important;
}

.min-w300p {
  min-width: 300% !important;
}

.w310 {
  width: 310px;
  max-width: 100% !important;
}

.max-w310 {
  max-width: 310px !important;
}

.max-w310p {
  max-width: 310% !important;
}

.min-w310 {
  min-width: 310px !important;
}

.min-w310p {
  min-width: 310% !important;
}

.w320 {
  width: 320px;
  max-width: 100% !important;
}

.max-w320 {
  max-width: 320px !important;
}

.max-w320p {
  max-width: 320% !important;
}

.min-w320 {
  min-width: 320px !important;
}

.min-w320p {
  min-width: 320% !important;
}

.w330 {
  width: 330px;
  max-width: 100% !important;
}

.max-w330 {
  max-width: 330px !important;
}

.max-w330p {
  max-width: 330% !important;
}

.min-w330 {
  min-width: 330px !important;
}

.min-w330p {
  min-width: 330% !important;
}

.w340 {
  width: 340px;
  max-width: 100% !important;
}

.max-w340 {
  max-width: 340px !important;
}

.max-w340p {
  max-width: 340% !important;
}

.min-w340 {
  min-width: 340px !important;
}

.min-w340p {
  min-width: 340% !important;
}

.w350 {
  width: 350px;
  max-width: 100% !important;
}

.max-w350 {
  max-width: 350px !important;
}

.max-w350p {
  max-width: 350% !important;
}

.min-w350 {
  min-width: 350px !important;
}

.min-w350p {
  min-width: 350% !important;
}

.w360 {
  width: 360px;
  max-width: 100% !important;
}

.max-w360 {
  max-width: 360px !important;
}

.max-w360p {
  max-width: 360% !important;
}

.min-w360 {
  min-width: 360px !important;
}

.min-w360p {
  min-width: 360% !important;
}

.w370 {
  width: 370px;
  max-width: 100% !important;
}

.max-w370 {
  max-width: 370px !important;
}

.max-w370p {
  max-width: 370% !important;
}

.min-w370 {
  min-width: 370px !important;
}

.min-w370p {
  min-width: 370% !important;
}

.w380 {
  width: 380px;
  max-width: 100% !important;
}

.max-w380 {
  max-width: 380px !important;
}

.max-w380p {
  max-width: 380% !important;
}

.min-w380 {
  min-width: 380px !important;
}

.min-w380p {
  min-width: 380% !important;
}

.w390 {
  width: 390px;
  max-width: 100% !important;
}

.max-w390 {
  max-width: 390px !important;
}

.max-w390p {
  max-width: 390% !important;
}

.min-w390 {
  min-width: 390px !important;
}

.min-w390p {
  min-width: 390% !important;
}

.w400 {
  width: 400px;
  max-width: 100% !important;
}

.max-w400 {
  max-width: 400px !important;
}

.max-w400p {
  max-width: 400% !important;
}

.min-w400 {
  min-width: 400px !important;
}

.min-w400p {
  min-width: 400% !important;
}

.w410 {
  width: 410px;
  max-width: 100% !important;
}

.max-w410 {
  max-width: 410px !important;
}

.max-w410p {
  max-width: 410% !important;
}

.min-w410 {
  min-width: 410px !important;
}

.min-w410p {
  min-width: 410% !important;
}

.w420 {
  width: 420px;
  max-width: 100% !important;
}

.max-w420 {
  max-width: 420px !important;
}

.max-w420p {
  max-width: 420% !important;
}

.min-w420 {
  min-width: 420px !important;
}

.min-w420p {
  min-width: 420% !important;
}

.w430 {
  width: 430px;
  max-width: 100% !important;
}

.max-w430 {
  max-width: 430px !important;
}

.max-w430p {
  max-width: 430% !important;
}

.min-w430 {
  min-width: 430px !important;
}

.min-w430p {
  min-width: 430% !important;
}

.w440 {
  width: 440px;
  max-width: 100% !important;
}

.max-w440 {
  max-width: 440px !important;
}

.max-w440p {
  max-width: 440% !important;
}

.min-w440 {
  min-width: 440px !important;
}

.min-w440p {
  min-width: 440% !important;
}

.w450 {
  width: 450px;
  max-width: 100% !important;
}

.max-w450 {
  max-width: 450px !important;
}

.max-w450p {
  max-width: 450% !important;
}

.min-w450 {
  min-width: 450px !important;
}

.min-w450p {
  min-width: 450% !important;
}

.w460 {
  width: 460px;
  max-width: 100% !important;
}

.max-w460 {
  max-width: 460px !important;
}

.max-w460p {
  max-width: 460% !important;
}

.min-w460 {
  min-width: 460px !important;
}

.min-w460p {
  min-width: 460% !important;
}

.w470 {
  width: 470px;
  max-width: 100% !important;
}

.max-w470 {
  max-width: 470px !important;
}

.max-w470p {
  max-width: 470% !important;
}

.min-w470 {
  min-width: 470px !important;
}

.min-w470p {
  min-width: 470% !important;
}

.w480 {
  width: 480px;
  max-width: 100% !important;
}

.max-w480 {
  max-width: 480px !important;
}

.max-w480p {
  max-width: 480% !important;
}

.min-w480 {
  min-width: 480px !important;
}

.min-w480p {
  min-width: 480% !important;
}

.w490 {
  width: 490px;
  max-width: 100% !important;
}

.max-w490 {
  max-width: 490px !important;
}

.max-w490p {
  max-width: 490% !important;
}

.min-w490 {
  min-width: 490px !important;
}

.min-w490p {
  min-width: 490% !important;
}

.w500 {
  width: 500px;
  max-width: 100% !important;
}

.max-w500 {
  max-width: 500px !important;
}

.max-w500p {
  max-width: 500% !important;
}

.min-w500 {
  min-width: 500px !important;
}

.min-w500p {
  min-width: 500% !important;
}

.w510 {
  width: 510px;
  max-width: 100% !important;
}

.max-w510 {
  max-width: 510px !important;
}

.max-w510p {
  max-width: 510% !important;
}

.min-w510 {
  min-width: 510px !important;
}

.min-w510p {
  min-width: 510% !important;
}

.w520 {
  width: 520px;
  max-width: 100% !important;
}

.max-w520 {
  max-width: 520px !important;
}

.max-w520p {
  max-width: 520% !important;
}

.min-w520 {
  min-width: 520px !important;
}

.min-w520p {
  min-width: 520% !important;
}

.w530 {
  width: 530px;
  max-width: 100% !important;
}

.max-w530 {
  max-width: 530px !important;
}

.max-w530p {
  max-width: 530% !important;
}

.min-w530 {
  min-width: 530px !important;
}

.min-w530p {
  min-width: 530% !important;
}

.w540 {
  width: 540px;
  max-width: 100% !important;
}

.max-w540 {
  max-width: 540px !important;
}

.max-w540p {
  max-width: 540% !important;
}

.min-w540 {
  min-width: 540px !important;
}

.min-w540p {
  min-width: 540% !important;
}

.w550 {
  width: 550px;
  max-width: 100% !important;
}

.max-w550 {
  max-width: 550px !important;
}

.max-w550p {
  max-width: 550% !important;
}

.min-w550 {
  min-width: 550px !important;
}

.min-w550p {
  min-width: 550% !important;
}

.w560 {
  width: 560px;
  max-width: 100% !important;
}

.max-w560 {
  max-width: 560px !important;
}

.max-w560p {
  max-width: 560% !important;
}

.min-w560 {
  min-width: 560px !important;
}

.min-w560p {
  min-width: 560% !important;
}

.w570 {
  width: 570px;
  max-width: 100% !important;
}

.max-w570 {
  max-width: 570px !important;
}

.max-w570p {
  max-width: 570% !important;
}

.min-w570 {
  min-width: 570px !important;
}

.min-w570p {
  min-width: 570% !important;
}

.w580 {
  width: 580px;
  max-width: 100% !important;
}

.max-w580 {
  max-width: 580px !important;
}

.max-w580p {
  max-width: 580% !important;
}

.min-w580 {
  min-width: 580px !important;
}

.min-w580p {
  min-width: 580% !important;
}

.w590 {
  width: 590px;
  max-width: 100% !important;
}

.max-w590 {
  max-width: 590px !important;
}

.max-w590p {
  max-width: 590% !important;
}

.min-w590 {
  min-width: 590px !important;
}

.min-w590p {
  min-width: 590% !important;
}

.w600 {
  width: 600px;
  max-width: 100% !important;
}

.max-w600 {
  max-width: 600px !important;
}

.max-w600p {
  max-width: 600% !important;
}

.min-w600 {
  min-width: 600px !important;
}

.min-w600p {
  min-width: 600% !important;
}

.w610 {
  width: 610px;
  max-width: 100% !important;
}

.max-w610 {
  max-width: 610px !important;
}

.max-w610p {
  max-width: 610% !important;
}

.min-w610 {
  min-width: 610px !important;
}

.min-w610p {
  min-width: 610% !important;
}

.w620 {
  width: 620px;
  max-width: 100% !important;
}

.max-w620 {
  max-width: 620px !important;
}

.max-w620p {
  max-width: 620% !important;
}

.min-w620 {
  min-width: 620px !important;
}

.min-w620p {
  min-width: 620% !important;
}

.w630 {
  width: 630px;
  max-width: 100% !important;
}

.max-w630 {
  max-width: 630px !important;
}

.max-w630p {
  max-width: 630% !important;
}

.min-w630 {
  min-width: 630px !important;
}

.min-w630p {
  min-width: 630% !important;
}

.w640 {
  width: 640px;
  max-width: 100% !important;
}

.max-w640 {
  max-width: 640px !important;
}

.max-w640p {
  max-width: 640% !important;
}

.min-w640 {
  min-width: 640px !important;
}

.min-w640p {
  min-width: 640% !important;
}

.w650 {
  width: 650px;
  max-width: 100% !important;
}

.max-w650 {
  max-width: 650px !important;
}

.max-w650p {
  max-width: 650% !important;
}

.min-w650 {
  min-width: 650px !important;
}

.min-w650p {
  min-width: 650% !important;
}

.w660 {
  width: 660px;
  max-width: 100% !important;
}

.max-w660 {
  max-width: 660px !important;
}

.max-w660p {
  max-width: 660% !important;
}

.min-w660 {
  min-width: 660px !important;
}

.min-w660p {
  min-width: 660% !important;
}

.w670 {
  width: 670px;
  max-width: 100% !important;
}

.max-w670 {
  max-width: 670px !important;
}

.max-w670p {
  max-width: 670% !important;
}

.min-w670 {
  min-width: 670px !important;
}

.min-w670p {
  min-width: 670% !important;
}

.w680 {
  width: 680px;
  max-width: 100% !important;
}

.max-w680 {
  max-width: 680px !important;
}

.max-w680p {
  max-width: 680% !important;
}

.min-w680 {
  min-width: 680px !important;
}

.min-w680p {
  min-width: 680% !important;
}

.w690 {
  width: 690px;
  max-width: 100% !important;
}

.max-w690 {
  max-width: 690px !important;
}

.max-w690p {
  max-width: 690% !important;
}

.min-w690 {
  min-width: 690px !important;
}

.min-w690p {
  min-width: 690% !important;
}

.w700 {
  width: 700px;
  max-width: 100% !important;
}

.max-w700 {
  max-width: 700px !important;
}

.max-w700p {
  max-width: 700% !important;
}

.min-w700 {
  min-width: 700px !important;
}

.min-w700p {
  min-width: 700% !important;
}

.w710 {
  width: 710px;
  max-width: 100% !important;
}

.max-w710 {
  max-width: 710px !important;
}

.max-w710p {
  max-width: 710% !important;
}

.min-w710 {
  min-width: 710px !important;
}

.min-w710p {
  min-width: 710% !important;
}

.w720 {
  width: 720px;
  max-width: 100% !important;
}

.max-w720 {
  max-width: 720px !important;
}

.max-w720p {
  max-width: 720% !important;
}

.min-w720 {
  min-width: 720px !important;
}

.min-w720p {
  min-width: 720% !important;
}

.w730 {
  width: 730px;
  max-width: 100% !important;
}

.max-w730 {
  max-width: 730px !important;
}

.max-w730p {
  max-width: 730% !important;
}

.min-w730 {
  min-width: 730px !important;
}

.min-w730p {
  min-width: 730% !important;
}

.w740 {
  width: 740px;
  max-width: 100% !important;
}

.max-w740 {
  max-width: 740px !important;
}

.max-w740p {
  max-width: 740% !important;
}

.min-w740 {
  min-width: 740px !important;
}

.min-w740p {
  min-width: 740% !important;
}

.w750 {
  width: 750px;
  max-width: 100% !important;
}

.max-w750 {
  max-width: 750px !important;
}

.max-w750p {
  max-width: 750% !important;
}

.min-w750 {
  min-width: 750px !important;
}

.min-w750p {
  min-width: 750% !important;
}

.w760 {
  width: 760px;
  max-width: 100% !important;
}

.max-w760 {
  max-width: 760px !important;
}

.max-w760p {
  max-width: 760% !important;
}

.min-w760 {
  min-width: 760px !important;
}

.min-w760p {
  min-width: 760% !important;
}

.w770 {
  width: 770px;
  max-width: 100% !important;
}

.max-w770 {
  max-width: 770px !important;
}

.max-w770p {
  max-width: 770% !important;
}

.min-w770 {
  min-width: 770px !important;
}

.min-w770p {
  min-width: 770% !important;
}

.w780 {
  width: 780px;
  max-width: 100% !important;
}

.max-w780 {
  max-width: 780px !important;
}

.max-w780p {
  max-width: 780% !important;
}

.min-w780 {
  min-width: 780px !important;
}

.min-w780p {
  min-width: 780% !important;
}

.w790 {
  width: 790px;
  max-width: 100% !important;
}

.max-w790 {
  max-width: 790px !important;
}

.max-w790p {
  max-width: 790% !important;
}

.min-w790 {
  min-width: 790px !important;
}

.min-w790p {
  min-width: 790% !important;
}

.w800 {
  width: 800px;
  max-width: 100% !important;
}

.max-w800 {
  max-width: 800px !important;
}

.max-w800p {
  max-width: 800% !important;
}

.min-w800 {
  min-width: 800px !important;
}

.min-w800p {
  min-width: 800% !important;
}

.w810 {
  width: 810px;
  max-width: 100% !important;
}

.max-w810 {
  max-width: 810px !important;
}

.max-w810p {
  max-width: 810% !important;
}

.min-w810 {
  min-width: 810px !important;
}

.min-w810p {
  min-width: 810% !important;
}

.w820 {
  width: 820px;
  max-width: 100% !important;
}

.max-w820 {
  max-width: 820px !important;
}

.max-w820p {
  max-width: 820% !important;
}

.min-w820 {
  min-width: 820px !important;
}

.min-w820p {
  min-width: 820% !important;
}

.w830 {
  width: 830px;
  max-width: 100% !important;
}

.max-w830 {
  max-width: 830px !important;
}

.max-w830p {
  max-width: 830% !important;
}

.min-w830 {
  min-width: 830px !important;
}

.min-w830p {
  min-width: 830% !important;
}

.w840 {
  width: 840px;
  max-width: 100% !important;
}

.max-w840 {
  max-width: 840px !important;
}

.max-w840p {
  max-width: 840% !important;
}

.min-w840 {
  min-width: 840px !important;
}

.min-w840p {
  min-width: 840% !important;
}

.w850 {
  width: 850px;
  max-width: 100% !important;
}

.max-w850 {
  max-width: 850px !important;
}

.max-w850p {
  max-width: 850% !important;
}

.min-w850 {
  min-width: 850px !important;
}

.min-w850p {
  min-width: 850% !important;
}

.w860 {
  width: 860px;
  max-width: 100% !important;
}

.max-w860 {
  max-width: 860px !important;
}

.max-w860p {
  max-width: 860% !important;
}

.min-w860 {
  min-width: 860px !important;
}

.min-w860p {
  min-width: 860% !important;
}

.w870 {
  width: 870px;
  max-width: 100% !important;
}

.max-w870 {
  max-width: 870px !important;
}

.max-w870p {
  max-width: 870% !important;
}

.min-w870 {
  min-width: 870px !important;
}

.min-w870p {
  min-width: 870% !important;
}

.w880 {
  width: 880px;
  max-width: 100% !important;
}

.max-w880 {
  max-width: 880px !important;
}

.max-w880p {
  max-width: 880% !important;
}

.min-w880 {
  min-width: 880px !important;
}

.min-w880p {
  min-width: 880% !important;
}

.w890 {
  width: 890px;
  max-width: 100% !important;
}

.max-w890 {
  max-width: 890px !important;
}

.max-w890p {
  max-width: 890% !important;
}

.min-w890 {
  min-width: 890px !important;
}

.min-w890p {
  min-width: 890% !important;
}

.w900 {
  width: 900px;
  max-width: 100% !important;
}

.max-w900 {
  max-width: 900px !important;
}

.max-w900p {
  max-width: 900% !important;
}

.min-w900 {
  min-width: 900px !important;
}

.min-w900p {
  min-width: 900% !important;
}

@media screen and (min-width: 768px) {
  .min-w0-pc {
    min-width: 0px !important;
  }
  .min-w0p-pc {
    min-width: 0% !important;
  }
  .min-w10-pc {
    min-width: 10px !important;
  }
  .min-w10p-pc {
    min-width: 10% !important;
  }
  .min-w20-pc {
    min-width: 20px !important;
  }
  .min-w20p-pc {
    min-width: 20% !important;
  }
  .min-w30-pc {
    min-width: 30px !important;
  }
  .min-w30p-pc {
    min-width: 30% !important;
  }
  .min-w40-pc {
    min-width: 40px !important;
  }
  .min-w40p-pc {
    min-width: 40% !important;
  }
  .min-w50-pc {
    min-width: 50px !important;
  }
  .min-w50p-pc {
    min-width: 50% !important;
  }
  .min-w60-pc {
    min-width: 60px !important;
  }
  .min-w60p-pc {
    min-width: 60% !important;
  }
  .min-w70-pc {
    min-width: 70px !important;
  }
  .min-w70p-pc {
    min-width: 70% !important;
  }
  .min-w80-pc {
    min-width: 80px !important;
  }
  .min-w80p-pc {
    min-width: 80% !important;
  }
  .min-w90-pc {
    min-width: 90px !important;
  }
  .min-w90p-pc {
    min-width: 90% !important;
  }
  .min-w100-pc {
    min-width: 100px !important;
  }
  .min-w100p-pc {
    min-width: 100% !important;
  }
  .min-w110-pc {
    min-width: 110px !important;
  }
  .min-w110p-pc {
    min-width: 110% !important;
  }
  .min-w120-pc {
    min-width: 120px !important;
  }
  .min-w120p-pc {
    min-width: 120% !important;
  }
  .min-w130-pc {
    min-width: 130px !important;
  }
  .min-w130p-pc {
    min-width: 130% !important;
  }
  .min-w140-pc {
    min-width: 140px !important;
  }
  .min-w140p-pc {
    min-width: 140% !important;
  }
  .min-w150-pc {
    min-width: 150px !important;
  }
  .min-w150p-pc {
    min-width: 150% !important;
  }
  .min-w160-pc {
    min-width: 160px !important;
  }
  .min-w160p-pc {
    min-width: 160% !important;
  }
  .min-w170-pc {
    min-width: 170px !important;
  }
  .min-w170p-pc {
    min-width: 170% !important;
  }
  .min-w180-pc {
    min-width: 180px !important;
  }
  .min-w180p-pc {
    min-width: 180% !important;
  }
  .min-w190-pc {
    min-width: 190px !important;
  }
  .min-w190p-pc {
    min-width: 190% !important;
  }
  .min-w200-pc {
    min-width: 200px !important;
  }
  .min-w200p-pc {
    min-width: 200% !important;
  }
  .min-w210-pc {
    min-width: 210px !important;
  }
  .min-w210p-pc {
    min-width: 210% !important;
  }
  .min-w220-pc {
    min-width: 220px !important;
  }
  .min-w220p-pc {
    min-width: 220% !important;
  }
  .min-w230-pc {
    min-width: 230px !important;
  }
  .min-w230p-pc {
    min-width: 230% !important;
  }
  .min-w240-pc {
    min-width: 240px !important;
  }
  .min-w240p-pc {
    min-width: 240% !important;
  }
  .min-w250-pc {
    min-width: 250px !important;
  }
  .min-w250p-pc {
    min-width: 250% !important;
  }
  .min-w260-pc {
    min-width: 260px !important;
  }
  .min-w260p-pc {
    min-width: 260% !important;
  }
  .min-w270-pc {
    min-width: 270px !important;
  }
  .min-w270p-pc {
    min-width: 270% !important;
  }
  .min-w280-pc {
    min-width: 280px !important;
  }
  .min-w280p-pc {
    min-width: 280% !important;
  }
  .min-w290-pc {
    min-width: 290px !important;
  }
  .min-w290p-pc {
    min-width: 290% !important;
  }
  .min-w300-pc {
    min-width: 300px !important;
  }
  .min-w300p-pc {
    min-width: 300% !important;
  }
  .min-w310-pc {
    min-width: 310px !important;
  }
  .min-w310p-pc {
    min-width: 310% !important;
  }
  .min-w320-pc {
    min-width: 320px !important;
  }
  .min-w320p-pc {
    min-width: 320% !important;
  }
  .min-w330-pc {
    min-width: 330px !important;
  }
  .min-w330p-pc {
    min-width: 330% !important;
  }
  .min-w340-pc {
    min-width: 340px !important;
  }
  .min-w340p-pc {
    min-width: 340% !important;
  }
  .min-w350-pc {
    min-width: 350px !important;
  }
  .min-w350p-pc {
    min-width: 350% !important;
  }
  .min-w360-pc {
    min-width: 360px !important;
  }
  .min-w360p-pc {
    min-width: 360% !important;
  }
  .min-w370-pc {
    min-width: 370px !important;
  }
  .min-w370p-pc {
    min-width: 370% !important;
  }
  .min-w380-pc {
    min-width: 380px !important;
  }
  .min-w380p-pc {
    min-width: 380% !important;
  }
  .min-w390-pc {
    min-width: 390px !important;
  }
  .min-w390p-pc {
    min-width: 390% !important;
  }
  .min-w400-pc {
    min-width: 400px !important;
  }
  .min-w400p-pc {
    min-width: 400% !important;
  }
  .min-w410-pc {
    min-width: 410px !important;
  }
  .min-w410p-pc {
    min-width: 410% !important;
  }
  .min-w420-pc {
    min-width: 420px !important;
  }
  .min-w420p-pc {
    min-width: 420% !important;
  }
  .min-w430-pc {
    min-width: 430px !important;
  }
  .min-w430p-pc {
    min-width: 430% !important;
  }
  .min-w440-pc {
    min-width: 440px !important;
  }
  .min-w440p-pc {
    min-width: 440% !important;
  }
  .min-w450-pc {
    min-width: 450px !important;
  }
  .min-w450p-pc {
    min-width: 450% !important;
  }
  .min-w460-pc {
    min-width: 460px !important;
  }
  .min-w460p-pc {
    min-width: 460% !important;
  }
  .min-w470-pc {
    min-width: 470px !important;
  }
  .min-w470p-pc {
    min-width: 470% !important;
  }
  .min-w480-pc {
    min-width: 480px !important;
  }
  .min-w480p-pc {
    min-width: 480% !important;
  }
  .min-w490-pc {
    min-width: 490px !important;
  }
  .min-w490p-pc {
    min-width: 490% !important;
  }
  .min-w500-pc {
    min-width: 500px !important;
  }
  .min-w500p-pc {
    min-width: 500% !important;
  }
  .min-w510-pc {
    min-width: 510px !important;
  }
  .min-w510p-pc {
    min-width: 510% !important;
  }
  .min-w520-pc {
    min-width: 520px !important;
  }
  .min-w520p-pc {
    min-width: 520% !important;
  }
  .min-w530-pc {
    min-width: 530px !important;
  }
  .min-w530p-pc {
    min-width: 530% !important;
  }
  .min-w540-pc {
    min-width: 540px !important;
  }
  .min-w540p-pc {
    min-width: 540% !important;
  }
  .min-w550-pc {
    min-width: 550px !important;
  }
  .min-w550p-pc {
    min-width: 550% !important;
  }
  .min-w560-pc {
    min-width: 560px !important;
  }
  .min-w560p-pc {
    min-width: 560% !important;
  }
  .min-w570-pc {
    min-width: 570px !important;
  }
  .min-w570p-pc {
    min-width: 570% !important;
  }
  .min-w580-pc {
    min-width: 580px !important;
  }
  .min-w580p-pc {
    min-width: 580% !important;
  }
  .min-w590-pc {
    min-width: 590px !important;
  }
  .min-w590p-pc {
    min-width: 590% !important;
  }
  .min-w600-pc {
    min-width: 600px !important;
  }
  .min-w600p-pc {
    min-width: 600% !important;
  }
  .min-w610-pc {
    min-width: 610px !important;
  }
  .min-w610p-pc {
    min-width: 610% !important;
  }
  .min-w620-pc {
    min-width: 620px !important;
  }
  .min-w620p-pc {
    min-width: 620% !important;
  }
  .min-w630-pc {
    min-width: 630px !important;
  }
  .min-w630p-pc {
    min-width: 630% !important;
  }
  .min-w640-pc {
    min-width: 640px !important;
  }
  .min-w640p-pc {
    min-width: 640% !important;
  }
  .min-w650-pc {
    min-width: 650px !important;
  }
  .min-w650p-pc {
    min-width: 650% !important;
  }
  .min-w660-pc {
    min-width: 660px !important;
  }
  .min-w660p-pc {
    min-width: 660% !important;
  }
  .min-w670-pc {
    min-width: 670px !important;
  }
  .min-w670p-pc {
    min-width: 670% !important;
  }
  .min-w680-pc {
    min-width: 680px !important;
  }
  .min-w680p-pc {
    min-width: 680% !important;
  }
  .min-w690-pc {
    min-width: 690px !important;
  }
  .min-w690p-pc {
    min-width: 690% !important;
  }
  .min-w700-pc {
    min-width: 700px !important;
  }
  .min-w700p-pc {
    min-width: 700% !important;
  }
  .min-w710-pc {
    min-width: 710px !important;
  }
  .min-w710p-pc {
    min-width: 710% !important;
  }
  .min-w720-pc {
    min-width: 720px !important;
  }
  .min-w720p-pc {
    min-width: 720% !important;
  }
  .min-w730-pc {
    min-width: 730px !important;
  }
  .min-w730p-pc {
    min-width: 730% !important;
  }
  .min-w740-pc {
    min-width: 740px !important;
  }
  .min-w740p-pc {
    min-width: 740% !important;
  }
  .min-w750-pc {
    min-width: 750px !important;
  }
  .min-w750p-pc {
    min-width: 750% !important;
  }
  .min-w760-pc {
    min-width: 760px !important;
  }
  .min-w760p-pc {
    min-width: 760% !important;
  }
  .min-w770-pc {
    min-width: 770px !important;
  }
  .min-w770p-pc {
    min-width: 770% !important;
  }
  .min-w780-pc {
    min-width: 780px !important;
  }
  .min-w780p-pc {
    min-width: 780% !important;
  }
  .min-w790-pc {
    min-width: 790px !important;
  }
  .min-w790p-pc {
    min-width: 790% !important;
  }
  .min-w800-pc {
    min-width: 800px !important;
  }
  .min-w800p-pc {
    min-width: 800% !important;
  }
  .min-w810-pc {
    min-width: 810px !important;
  }
  .min-w810p-pc {
    min-width: 810% !important;
  }
  .min-w820-pc {
    min-width: 820px !important;
  }
  .min-w820p-pc {
    min-width: 820% !important;
  }
  .min-w830-pc {
    min-width: 830px !important;
  }
  .min-w830p-pc {
    min-width: 830% !important;
  }
  .min-w840-pc {
    min-width: 840px !important;
  }
  .min-w840p-pc {
    min-width: 840% !important;
  }
  .min-w850-pc {
    min-width: 850px !important;
  }
  .min-w850p-pc {
    min-width: 850% !important;
  }
  .min-w860-pc {
    min-width: 860px !important;
  }
  .min-w860p-pc {
    min-width: 860% !important;
  }
  .min-w870-pc {
    min-width: 870px !important;
  }
  .min-w870p-pc {
    min-width: 870% !important;
  }
  .min-w880-pc {
    min-width: 880px !important;
  }
  .min-w880p-pc {
    min-width: 880% !important;
  }
  .min-w890-pc {
    min-width: 890px !important;
  }
  .min-w890p-pc {
    min-width: 890% !important;
  }
  .min-w900-pc {
    min-width: 900px !important;
  }
  .min-w900p-pc {
    min-width: 900% !important;
  }
}
@media screen and (max-width: 767px) {
  .w0-sp {
    width: 0px;
    max-width: 100% !important;
  }
  .min-w0-sp {
    min-width: 0px !important;
  }
  .max-w0-sp {
    max-width: 0px !important;
  }
  .w10-sp {
    width: 10px;
    max-width: 100% !important;
  }
  .min-w10-sp {
    min-width: 10px !important;
  }
  .max-w10-sp {
    max-width: 10px !important;
  }
  .w20-sp {
    width: 20px;
    max-width: 100% !important;
  }
  .min-w20-sp {
    min-width: 20px !important;
  }
  .max-w20-sp {
    max-width: 20px !important;
  }
  .w30-sp {
    width: 30px;
    max-width: 100% !important;
  }
  .min-w30-sp {
    min-width: 30px !important;
  }
  .max-w30-sp {
    max-width: 30px !important;
  }
  .w40-sp {
    width: 40px;
    max-width: 100% !important;
  }
  .min-w40-sp {
    min-width: 40px !important;
  }
  .max-w40-sp {
    max-width: 40px !important;
  }
  .w50-sp {
    width: 50px;
    max-width: 100% !important;
  }
  .min-w50-sp {
    min-width: 50px !important;
  }
  .max-w50-sp {
    max-width: 50px !important;
  }
  .w60-sp {
    width: 60px;
    max-width: 100% !important;
  }
  .min-w60-sp {
    min-width: 60px !important;
  }
  .max-w60-sp {
    max-width: 60px !important;
  }
  .w70-sp {
    width: 70px;
    max-width: 100% !important;
  }
  .min-w70-sp {
    min-width: 70px !important;
  }
  .max-w70-sp {
    max-width: 70px !important;
  }
  .w80-sp {
    width: 80px;
    max-width: 100% !important;
  }
  .min-w80-sp {
    min-width: 80px !important;
  }
  .max-w80-sp {
    max-width: 80px !important;
  }
  .w90-sp {
    width: 90px;
    max-width: 100% !important;
  }
  .min-w90-sp {
    min-width: 90px !important;
  }
  .max-w90-sp {
    max-width: 90px !important;
  }
  .w100-sp {
    width: 100px;
    max-width: 100% !important;
  }
  .min-w100-sp {
    min-width: 100px !important;
  }
  .max-w100-sp {
    max-width: 100px !important;
  }
  .w110-sp {
    width: 110px;
    max-width: 100% !important;
  }
  .min-w110-sp {
    min-width: 110px !important;
  }
  .max-w110-sp {
    max-width: 110px !important;
  }
  .w120-sp {
    width: 120px;
    max-width: 100% !important;
  }
  .min-w120-sp {
    min-width: 120px !important;
  }
  .max-w120-sp {
    max-width: 120px !important;
  }
  .w130-sp {
    width: 130px;
    max-width: 100% !important;
  }
  .min-w130-sp {
    min-width: 130px !important;
  }
  .max-w130-sp {
    max-width: 130px !important;
  }
  .w140-sp {
    width: 140px;
    max-width: 100% !important;
  }
  .min-w140-sp {
    min-width: 140px !important;
  }
  .max-w140-sp {
    max-width: 140px !important;
  }
  .w150-sp {
    width: 150px;
    max-width: 100% !important;
  }
  .min-w150-sp {
    min-width: 150px !important;
  }
  .max-w150-sp {
    max-width: 150px !important;
  }
  .w160-sp {
    width: 160px;
    max-width: 100% !important;
  }
  .min-w160-sp {
    min-width: 160px !important;
  }
  .max-w160-sp {
    max-width: 160px !important;
  }
  .w170-sp {
    width: 170px;
    max-width: 100% !important;
  }
  .min-w170-sp {
    min-width: 170px !important;
  }
  .max-w170-sp {
    max-width: 170px !important;
  }
  .w180-sp {
    width: 180px;
    max-width: 100% !important;
  }
  .min-w180-sp {
    min-width: 180px !important;
  }
  .max-w180-sp {
    max-width: 180px !important;
  }
  .w190-sp {
    width: 190px;
    max-width: 100% !important;
  }
  .min-w190-sp {
    min-width: 190px !important;
  }
  .max-w190-sp {
    max-width: 190px !important;
  }
  .w200-sp {
    width: 200px;
    max-width: 100% !important;
  }
  .min-w200-sp {
    min-width: 200px !important;
  }
  .max-w200-sp {
    max-width: 200px !important;
  }
  .w210-sp {
    width: 210px;
    max-width: 100% !important;
  }
  .min-w210-sp {
    min-width: 210px !important;
  }
  .max-w210-sp {
    max-width: 210px !important;
  }
  .w220-sp {
    width: 220px;
    max-width: 100% !important;
  }
  .min-w220-sp {
    min-width: 220px !important;
  }
  .max-w220-sp {
    max-width: 220px !important;
  }
  .w230-sp {
    width: 230px;
    max-width: 100% !important;
  }
  .min-w230-sp {
    min-width: 230px !important;
  }
  .max-w230-sp {
    max-width: 230px !important;
  }
  .w240-sp {
    width: 240px;
    max-width: 100% !important;
  }
  .min-w240-sp {
    min-width: 240px !important;
  }
  .max-w240-sp {
    max-width: 240px !important;
  }
  .w250-sp {
    width: 250px;
    max-width: 100% !important;
  }
  .min-w250-sp {
    min-width: 250px !important;
  }
  .max-w250-sp {
    max-width: 250px !important;
  }
  .w260-sp {
    width: 260px;
    max-width: 100% !important;
  }
  .min-w260-sp {
    min-width: 260px !important;
  }
  .max-w260-sp {
    max-width: 260px !important;
  }
  .w270-sp {
    width: 270px;
    max-width: 100% !important;
  }
  .min-w270-sp {
    min-width: 270px !important;
  }
  .max-w270-sp {
    max-width: 270px !important;
  }
  .w280-sp {
    width: 280px;
    max-width: 100% !important;
  }
  .min-w280-sp {
    min-width: 280px !important;
  }
  .max-w280-sp {
    max-width: 280px !important;
  }
  .w290-sp {
    width: 290px;
    max-width: 100% !important;
  }
  .min-w290-sp {
    min-width: 290px !important;
  }
  .max-w290-sp {
    max-width: 290px !important;
  }
  .w300-sp {
    width: 300px;
    max-width: 100% !important;
  }
  .min-w300-sp {
    min-width: 300px !important;
  }
  .max-w300-sp {
    max-width: 300px !important;
  }
  .w310-sp {
    width: 310px;
    max-width: 100% !important;
  }
  .min-w310-sp {
    min-width: 310px !important;
  }
  .max-w310-sp {
    max-width: 310px !important;
  }
  .w320-sp {
    width: 320px;
    max-width: 100% !important;
  }
  .min-w320-sp {
    min-width: 320px !important;
  }
  .max-w320-sp {
    max-width: 320px !important;
  }
  .w330-sp {
    width: 330px;
    max-width: 100% !important;
  }
  .min-w330-sp {
    min-width: 330px !important;
  }
  .max-w330-sp {
    max-width: 330px !important;
  }
  .w340-sp {
    width: 340px;
    max-width: 100% !important;
  }
  .min-w340-sp {
    min-width: 340px !important;
  }
  .max-w340-sp {
    max-width: 340px !important;
  }
  .w350-sp {
    width: 350px;
    max-width: 100% !important;
  }
  .min-w350-sp {
    min-width: 350px !important;
  }
  .max-w350-sp {
    max-width: 350px !important;
  }
  .w360-sp {
    width: 360px;
    max-width: 100% !important;
  }
  .min-w360-sp {
    min-width: 360px !important;
  }
  .max-w360-sp {
    max-width: 360px !important;
  }
  .w370-sp {
    width: 370px;
    max-width: 100% !important;
  }
  .min-w370-sp {
    min-width: 370px !important;
  }
  .max-w370-sp {
    max-width: 370px !important;
  }
  .w380-sp {
    width: 380px;
    max-width: 100% !important;
  }
  .min-w380-sp {
    min-width: 380px !important;
  }
  .max-w380-sp {
    max-width: 380px !important;
  }
  .w390-sp {
    width: 390px;
    max-width: 100% !important;
  }
  .min-w390-sp {
    min-width: 390px !important;
  }
  .max-w390-sp {
    max-width: 390px !important;
  }
  .w400-sp {
    width: 400px;
    max-width: 100% !important;
  }
  .min-w400-sp {
    min-width: 400px !important;
  }
  .max-w400-sp {
    max-width: 400px !important;
  }
  .w410-sp {
    width: 410px;
    max-width: 100% !important;
  }
  .min-w410-sp {
    min-width: 410px !important;
  }
  .max-w410-sp {
    max-width: 410px !important;
  }
  .w420-sp {
    width: 420px;
    max-width: 100% !important;
  }
  .min-w420-sp {
    min-width: 420px !important;
  }
  .max-w420-sp {
    max-width: 420px !important;
  }
  .w430-sp {
    width: 430px;
    max-width: 100% !important;
  }
  .min-w430-sp {
    min-width: 430px !important;
  }
  .max-w430-sp {
    max-width: 430px !important;
  }
  .w440-sp {
    width: 440px;
    max-width: 100% !important;
  }
  .min-w440-sp {
    min-width: 440px !important;
  }
  .max-w440-sp {
    max-width: 440px !important;
  }
  .w450-sp {
    width: 450px;
    max-width: 100% !important;
  }
  .min-w450-sp {
    min-width: 450px !important;
  }
  .max-w450-sp {
    max-width: 450px !important;
  }
  .w460-sp {
    width: 460px;
    max-width: 100% !important;
  }
  .min-w460-sp {
    min-width: 460px !important;
  }
  .max-w460-sp {
    max-width: 460px !important;
  }
  .w470-sp {
    width: 470px;
    max-width: 100% !important;
  }
  .min-w470-sp {
    min-width: 470px !important;
  }
  .max-w470-sp {
    max-width: 470px !important;
  }
  .w480-sp {
    width: 480px;
    max-width: 100% !important;
  }
  .min-w480-sp {
    min-width: 480px !important;
  }
  .max-w480-sp {
    max-width: 480px !important;
  }
  .w490-sp {
    width: 490px;
    max-width: 100% !important;
  }
  .min-w490-sp {
    min-width: 490px !important;
  }
  .max-w490-sp {
    max-width: 490px !important;
  }
  .w500-sp {
    width: 500px;
    max-width: 100% !important;
  }
  .min-w500-sp {
    min-width: 500px !important;
  }
  .max-w500-sp {
    max-width: 500px !important;
  }
  .w510-sp {
    width: 510px;
    max-width: 100% !important;
  }
  .min-w510-sp {
    min-width: 510px !important;
  }
  .max-w510-sp {
    max-width: 510px !important;
  }
  .w520-sp {
    width: 520px;
    max-width: 100% !important;
  }
  .min-w520-sp {
    min-width: 520px !important;
  }
  .max-w520-sp {
    max-width: 520px !important;
  }
  .w530-sp {
    width: 530px;
    max-width: 100% !important;
  }
  .min-w530-sp {
    min-width: 530px !important;
  }
  .max-w530-sp {
    max-width: 530px !important;
  }
  .w540-sp {
    width: 540px;
    max-width: 100% !important;
  }
  .min-w540-sp {
    min-width: 540px !important;
  }
  .max-w540-sp {
    max-width: 540px !important;
  }
  .w550-sp {
    width: 550px;
    max-width: 100% !important;
  }
  .min-w550-sp {
    min-width: 550px !important;
  }
  .max-w550-sp {
    max-width: 550px !important;
  }
  .w560-sp {
    width: 560px;
    max-width: 100% !important;
  }
  .min-w560-sp {
    min-width: 560px !important;
  }
  .max-w560-sp {
    max-width: 560px !important;
  }
  .w570-sp {
    width: 570px;
    max-width: 100% !important;
  }
  .min-w570-sp {
    min-width: 570px !important;
  }
  .max-w570-sp {
    max-width: 570px !important;
  }
  .w580-sp {
    width: 580px;
    max-width: 100% !important;
  }
  .min-w580-sp {
    min-width: 580px !important;
  }
  .max-w580-sp {
    max-width: 580px !important;
  }
  .w590-sp {
    width: 590px;
    max-width: 100% !important;
  }
  .min-w590-sp {
    min-width: 590px !important;
  }
  .max-w590-sp {
    max-width: 590px !important;
  }
  .w600-sp {
    width: 600px;
    max-width: 100% !important;
  }
  .min-w600-sp {
    min-width: 600px !important;
  }
  .max-w600-sp {
    max-width: 600px !important;
  }
  .w610-sp {
    width: 610px;
    max-width: 100% !important;
  }
  .min-w610-sp {
    min-width: 610px !important;
  }
  .max-w610-sp {
    max-width: 610px !important;
  }
  .w620-sp {
    width: 620px;
    max-width: 100% !important;
  }
  .min-w620-sp {
    min-width: 620px !important;
  }
  .max-w620-sp {
    max-width: 620px !important;
  }
  .w630-sp {
    width: 630px;
    max-width: 100% !important;
  }
  .min-w630-sp {
    min-width: 630px !important;
  }
  .max-w630-sp {
    max-width: 630px !important;
  }
  .w640-sp {
    width: 640px;
    max-width: 100% !important;
  }
  .min-w640-sp {
    min-width: 640px !important;
  }
  .max-w640-sp {
    max-width: 640px !important;
  }
  .w650-sp {
    width: 650px;
    max-width: 100% !important;
  }
  .min-w650-sp {
    min-width: 650px !important;
  }
  .max-w650-sp {
    max-width: 650px !important;
  }
  .w660-sp {
    width: 660px;
    max-width: 100% !important;
  }
  .min-w660-sp {
    min-width: 660px !important;
  }
  .max-w660-sp {
    max-width: 660px !important;
  }
  .w670-sp {
    width: 670px;
    max-width: 100% !important;
  }
  .min-w670-sp {
    min-width: 670px !important;
  }
  .max-w670-sp {
    max-width: 670px !important;
  }
  .w680-sp {
    width: 680px;
    max-width: 100% !important;
  }
  .min-w680-sp {
    min-width: 680px !important;
  }
  .max-w680-sp {
    max-width: 680px !important;
  }
  .w690-sp {
    width: 690px;
    max-width: 100% !important;
  }
  .min-w690-sp {
    min-width: 690px !important;
  }
  .max-w690-sp {
    max-width: 690px !important;
  }
  .w700-sp {
    width: 700px;
    max-width: 100% !important;
  }
  .min-w700-sp {
    min-width: 700px !important;
  }
  .max-w700-sp {
    max-width: 700px !important;
  }
  .w710-sp {
    width: 710px;
    max-width: 100% !important;
  }
  .min-w710-sp {
    min-width: 710px !important;
  }
  .max-w710-sp {
    max-width: 710px !important;
  }
  .w720-sp {
    width: 720px;
    max-width: 100% !important;
  }
  .min-w720-sp {
    min-width: 720px !important;
  }
  .max-w720-sp {
    max-width: 720px !important;
  }
  .w730-sp {
    width: 730px;
    max-width: 100% !important;
  }
  .min-w730-sp {
    min-width: 730px !important;
  }
  .max-w730-sp {
    max-width: 730px !important;
  }
  .w740-sp {
    width: 740px;
    max-width: 100% !important;
  }
  .min-w740-sp {
    min-width: 740px !important;
  }
  .max-w740-sp {
    max-width: 740px !important;
  }
  .w750-sp {
    width: 750px;
    max-width: 100% !important;
  }
  .min-w750-sp {
    min-width: 750px !important;
  }
  .max-w750-sp {
    max-width: 750px !important;
  }
  .w760-sp {
    width: 760px;
    max-width: 100% !important;
  }
  .min-w760-sp {
    min-width: 760px !important;
  }
  .max-w760-sp {
    max-width: 760px !important;
  }
  .w770-sp {
    width: 770px;
    max-width: 100% !important;
  }
  .min-w770-sp {
    min-width: 770px !important;
  }
  .max-w770-sp {
    max-width: 770px !important;
  }
  .w780-sp {
    width: 780px;
    max-width: 100% !important;
  }
  .min-w780-sp {
    min-width: 780px !important;
  }
  .max-w780-sp {
    max-width: 780px !important;
  }
  .w790-sp {
    width: 790px;
    max-width: 100% !important;
  }
  .min-w790-sp {
    min-width: 790px !important;
  }
  .max-w790-sp {
    max-width: 790px !important;
  }
  .w800-sp {
    width: 800px;
    max-width: 100% !important;
  }
  .min-w800-sp {
    min-width: 800px !important;
  }
  .max-w800-sp {
    max-width: 800px !important;
  }
  .w810-sp {
    width: 810px;
    max-width: 100% !important;
  }
  .min-w810-sp {
    min-width: 810px !important;
  }
  .max-w810-sp {
    max-width: 810px !important;
  }
  .w820-sp {
    width: 820px;
    max-width: 100% !important;
  }
  .min-w820-sp {
    min-width: 820px !important;
  }
  .max-w820-sp {
    max-width: 820px !important;
  }
  .w830-sp {
    width: 830px;
    max-width: 100% !important;
  }
  .min-w830-sp {
    min-width: 830px !important;
  }
  .max-w830-sp {
    max-width: 830px !important;
  }
  .w840-sp {
    width: 840px;
    max-width: 100% !important;
  }
  .min-w840-sp {
    min-width: 840px !important;
  }
  .max-w840-sp {
    max-width: 840px !important;
  }
  .w850-sp {
    width: 850px;
    max-width: 100% !important;
  }
  .min-w850-sp {
    min-width: 850px !important;
  }
  .max-w850-sp {
    max-width: 850px !important;
  }
  .w860-sp {
    width: 860px;
    max-width: 100% !important;
  }
  .min-w860-sp {
    min-width: 860px !important;
  }
  .max-w860-sp {
    max-width: 860px !important;
  }
  .w870-sp {
    width: 870px;
    max-width: 100% !important;
  }
  .min-w870-sp {
    min-width: 870px !important;
  }
  .max-w870-sp {
    max-width: 870px !important;
  }
  .w880-sp {
    width: 880px;
    max-width: 100% !important;
  }
  .min-w880-sp {
    min-width: 880px !important;
  }
  .max-w880-sp {
    max-width: 880px !important;
  }
  .w890-sp {
    width: 890px;
    max-width: 100% !important;
  }
  .min-w890-sp {
    min-width: 890px !important;
  }
  .max-w890-sp {
    max-width: 890px !important;
  }
  .w900-sp {
    width: 900px;
    max-width: 100% !important;
  }
  .min-w900-sp {
    min-width: 900px !important;
  }
  .max-w900-sp {
    max-width: 900px !important;
  }
}
.w0p {
  width: 0% !important;
}

.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}

.w101p {
  width: 101% !important;
}

.w102p {
  width: 102% !important;
}

.w103p {
  width: 103% !important;
}

.w104p {
  width: 104% !important;
}

.w105p {
  width: 105% !important;
}

.w106p {
  width: 106% !important;
}

.w107p {
  width: 107% !important;
}

.w108p {
  width: 108% !important;
}

.w109p {
  width: 109% !important;
}

.w110p {
  width: 110% !important;
}

.w111p {
  width: 111% !important;
}

.w112p {
  width: 112% !important;
}

.w113p {
  width: 113% !important;
}

.w114p {
  width: 114% !important;
}

.w115p {
  width: 115% !important;
}

.w116p {
  width: 116% !important;
}

.w117p {
  width: 117% !important;
}

.w118p {
  width: 118% !important;
}

.w119p {
  width: 119% !important;
}

.w120p {
  width: 120% !important;
}

@media screen and (min-width: 768px) {
  .w0p-pc {
    width: 0% !important;
  }
  .w1p-pc {
    width: 1% !important;
  }
  .w2p-pc {
    width: 2% !important;
  }
  .w3p-pc {
    width: 3% !important;
  }
  .w4p-pc {
    width: 4% !important;
  }
  .w5p-pc {
    width: 5% !important;
  }
  .w6p-pc {
    width: 6% !important;
  }
  .w7p-pc {
    width: 7% !important;
  }
  .w8p-pc {
    width: 8% !important;
  }
  .w9p-pc {
    width: 9% !important;
  }
  .w10p-pc {
    width: 10% !important;
  }
  .w11p-pc {
    width: 11% !important;
  }
  .w12p-pc {
    width: 12% !important;
  }
  .w13p-pc {
    width: 13% !important;
  }
  .w14p-pc {
    width: 14% !important;
  }
  .w15p-pc {
    width: 15% !important;
  }
  .w16p-pc {
    width: 16% !important;
  }
  .w17p-pc {
    width: 17% !important;
  }
  .w18p-pc {
    width: 18% !important;
  }
  .w19p-pc {
    width: 19% !important;
  }
  .w20p-pc {
    width: 20% !important;
  }
  .w21p-pc {
    width: 21% !important;
  }
  .w22p-pc {
    width: 22% !important;
  }
  .w23p-pc {
    width: 23% !important;
  }
  .w24p-pc {
    width: 24% !important;
  }
  .w25p-pc {
    width: 25% !important;
  }
  .w26p-pc {
    width: 26% !important;
  }
  .w27p-pc {
    width: 27% !important;
  }
  .w28p-pc {
    width: 28% !important;
  }
  .w29p-pc {
    width: 29% !important;
  }
  .w30p-pc {
    width: 30% !important;
  }
  .w31p-pc {
    width: 31% !important;
  }
  .w32p-pc {
    width: 32% !important;
  }
  .w33p-pc {
    width: 33% !important;
  }
  .w34p-pc {
    width: 34% !important;
  }
  .w35p-pc {
    width: 35% !important;
  }
  .w36p-pc {
    width: 36% !important;
  }
  .w37p-pc {
    width: 37% !important;
  }
  .w38p-pc {
    width: 38% !important;
  }
  .w39p-pc {
    width: 39% !important;
  }
  .w40p-pc {
    width: 40% !important;
  }
  .w41p-pc {
    width: 41% !important;
  }
  .w42p-pc {
    width: 42% !important;
  }
  .w43p-pc {
    width: 43% !important;
  }
  .w44p-pc {
    width: 44% !important;
  }
  .w45p-pc {
    width: 45% !important;
  }
  .w46p-pc {
    width: 46% !important;
  }
  .w47p-pc {
    width: 47% !important;
  }
  .w48p-pc {
    width: 48% !important;
  }
  .w49p-pc {
    width: 49% !important;
  }
  .w50p-pc {
    width: 50% !important;
  }
  .w51p-pc {
    width: 51% !important;
  }
  .w52p-pc {
    width: 52% !important;
  }
  .w53p-pc {
    width: 53% !important;
  }
  .w54p-pc {
    width: 54% !important;
  }
  .w55p-pc {
    width: 55% !important;
  }
  .w56p-pc {
    width: 56% !important;
  }
  .w57p-pc {
    width: 57% !important;
  }
  .w58p-pc {
    width: 58% !important;
  }
  .w59p-pc {
    width: 59% !important;
  }
  .w60p-pc {
    width: 60% !important;
  }
  .w61p-pc {
    width: 61% !important;
  }
  .w62p-pc {
    width: 62% !important;
  }
  .w63p-pc {
    width: 63% !important;
  }
  .w64p-pc {
    width: 64% !important;
  }
  .w65p-pc {
    width: 65% !important;
  }
  .w66p-pc {
    width: 66% !important;
  }
  .w67p-pc {
    width: 67% !important;
  }
  .w68p-pc {
    width: 68% !important;
  }
  .w69p-pc {
    width: 69% !important;
  }
  .w70p-pc {
    width: 70% !important;
  }
  .w71p-pc {
    width: 71% !important;
  }
  .w72p-pc {
    width: 72% !important;
  }
  .w73p-pc {
    width: 73% !important;
  }
  .w74p-pc {
    width: 74% !important;
  }
  .w75p-pc {
    width: 75% !important;
  }
  .w76p-pc {
    width: 76% !important;
  }
  .w77p-pc {
    width: 77% !important;
  }
  .w78p-pc {
    width: 78% !important;
  }
  .w79p-pc {
    width: 79% !important;
  }
  .w80p-pc {
    width: 80% !important;
  }
  .w81p-pc {
    width: 81% !important;
  }
  .w82p-pc {
    width: 82% !important;
  }
  .w83p-pc {
    width: 83% !important;
  }
  .w84p-pc {
    width: 84% !important;
  }
  .w85p-pc {
    width: 85% !important;
  }
  .w86p-pc {
    width: 86% !important;
  }
  .w87p-pc {
    width: 87% !important;
  }
  .w88p-pc {
    width: 88% !important;
  }
  .w89p-pc {
    width: 89% !important;
  }
  .w90p-pc {
    width: 90% !important;
  }
  .w91p-pc {
    width: 91% !important;
  }
  .w92p-pc {
    width: 92% !important;
  }
  .w93p-pc {
    width: 93% !important;
  }
  .w94p-pc {
    width: 94% !important;
  }
  .w95p-pc {
    width: 95% !important;
  }
  .w96p-pc {
    width: 96% !important;
  }
  .w97p-pc {
    width: 97% !important;
  }
  .w98p-pc {
    width: 98% !important;
  }
  .w99p-pc {
    width: 99% !important;
  }
  .w100p-pc {
    width: 100% !important;
  }
  .w101p-pc {
    width: 101% !important;
  }
  .w102p-pc {
    width: 102% !important;
  }
  .w103p-pc {
    width: 103% !important;
  }
  .w104p-pc {
    width: 104% !important;
  }
  .w105p-pc {
    width: 105% !important;
  }
  .w106p-pc {
    width: 106% !important;
  }
  .w107p-pc {
    width: 107% !important;
  }
  .w108p-pc {
    width: 108% !important;
  }
  .w109p-pc {
    width: 109% !important;
  }
  .w110p-pc {
    width: 110% !important;
  }
  .w111p-pc {
    width: 111% !important;
  }
  .w112p-pc {
    width: 112% !important;
  }
  .w113p-pc {
    width: 113% !important;
  }
  .w114p-pc {
    width: 114% !important;
  }
  .w115p-pc {
    width: 115% !important;
  }
  .w116p-pc {
    width: 116% !important;
  }
  .w117p-pc {
    width: 117% !important;
  }
  .w118p-pc {
    width: 118% !important;
  }
  .w119p-pc {
    width: 119% !important;
  }
  .w120p-pc {
    width: 120% !important;
  }
}
/* ----- 高さ ----- */
.h0 {
  height: 0px !important;
}

.max-h0 {
  max-height: 0px !important;
}

.h10 {
  height: 10px !important;
}

.max-h10 {
  max-height: 10px !important;
}

.h20 {
  height: 20px !important;
}

.max-h20 {
  max-height: 20px !important;
}

.h30 {
  height: 30px !important;
}

.max-h30 {
  max-height: 30px !important;
}

.h40 {
  height: 40px !important;
}

.max-h40 {
  max-height: 40px !important;
}

.h50 {
  height: 50px !important;
}

.max-h50 {
  max-height: 50px !important;
}

.h60 {
  height: 60px !important;
}

.max-h60 {
  max-height: 60px !important;
}

.h70 {
  height: 70px !important;
}

.max-h70 {
  max-height: 70px !important;
}

.h80 {
  height: 80px !important;
}

.max-h80 {
  max-height: 80px !important;
}

.h90 {
  height: 90px !important;
}

.max-h90 {
  max-height: 90px !important;
}

.h100 {
  height: 100px !important;
}

.max-h100 {
  max-height: 100px !important;
}

.h110 {
  height: 110px !important;
}

.max-h110 {
  max-height: 110px !important;
}

.h120 {
  height: 120px !important;
}

.max-h120 {
  max-height: 120px !important;
}

.h130 {
  height: 130px !important;
}

.max-h130 {
  max-height: 130px !important;
}

.h140 {
  height: 140px !important;
}

.max-h140 {
  max-height: 140px !important;
}

.h150 {
  height: 150px !important;
}

.max-h150 {
  max-height: 150px !important;
}

.h160 {
  height: 160px !important;
}

.max-h160 {
  max-height: 160px !important;
}

.h170 {
  height: 170px !important;
}

.max-h170 {
  max-height: 170px !important;
}

.h180 {
  height: 180px !important;
}

.max-h180 {
  max-height: 180px !important;
}

.h190 {
  height: 190px !important;
}

.max-h190 {
  max-height: 190px !important;
}

.h200 {
  height: 200px !important;
}

.max-h200 {
  max-height: 200px !important;
}

.h210 {
  height: 210px !important;
}

.max-h210 {
  max-height: 210px !important;
}

.h220 {
  height: 220px !important;
}

.max-h220 {
  max-height: 220px !important;
}

.h230 {
  height: 230px !important;
}

.max-h230 {
  max-height: 230px !important;
}

.h240 {
  height: 240px !important;
}

.max-h240 {
  max-height: 240px !important;
}

.h250 {
  height: 250px !important;
}

.max-h250 {
  max-height: 250px !important;
}

.h260 {
  height: 260px !important;
}

.max-h260 {
  max-height: 260px !important;
}

.h270 {
  height: 270px !important;
}

.max-h270 {
  max-height: 270px !important;
}

.h280 {
  height: 280px !important;
}

.max-h280 {
  max-height: 280px !important;
}

.h290 {
  height: 290px !important;
}

.max-h290 {
  max-height: 290px !important;
}

.h300 {
  height: 300px !important;
}

.max-h300 {
  max-height: 300px !important;
}

.h310 {
  height: 310px !important;
}

.max-h310 {
  max-height: 310px !important;
}

.h320 {
  height: 320px !important;
}

.max-h320 {
  max-height: 320px !important;
}

.h330 {
  height: 330px !important;
}

.max-h330 {
  max-height: 330px !important;
}

.h340 {
  height: 340px !important;
}

.max-h340 {
  max-height: 340px !important;
}

.h350 {
  height: 350px !important;
}

.max-h350 {
  max-height: 350px !important;
}

.h360 {
  height: 360px !important;
}

.max-h360 {
  max-height: 360px !important;
}

.h370 {
  height: 370px !important;
}

.max-h370 {
  max-height: 370px !important;
}

.h380 {
  height: 380px !important;
}

.max-h380 {
  max-height: 380px !important;
}

.h390 {
  height: 390px !important;
}

.max-h390 {
  max-height: 390px !important;
}

.h400 {
  height: 400px !important;
}

.max-h400 {
  max-height: 400px !important;
}

.h410 {
  height: 410px !important;
}

.max-h410 {
  max-height: 410px !important;
}

.h420 {
  height: 420px !important;
}

.max-h420 {
  max-height: 420px !important;
}

.h430 {
  height: 430px !important;
}

.max-h430 {
  max-height: 430px !important;
}

.h440 {
  height: 440px !important;
}

.max-h440 {
  max-height: 440px !important;
}

.h450 {
  height: 450px !important;
}

.max-h450 {
  max-height: 450px !important;
}

.h460 {
  height: 460px !important;
}

.max-h460 {
  max-height: 460px !important;
}

.h470 {
  height: 470px !important;
}

.max-h470 {
  max-height: 470px !important;
}

.h480 {
  height: 480px !important;
}

.max-h480 {
  max-height: 480px !important;
}

.h490 {
  height: 490px !important;
}

.max-h490 {
  max-height: 490px !important;
}

.h500 {
  height: 500px !important;
}

.max-h500 {
  max-height: 500px !important;
}

.h510 {
  height: 510px !important;
}

.max-h510 {
  max-height: 510px !important;
}

.h520 {
  height: 520px !important;
}

.max-h520 {
  max-height: 520px !important;
}

.h530 {
  height: 530px !important;
}

.max-h530 {
  max-height: 530px !important;
}

.h540 {
  height: 540px !important;
}

.max-h540 {
  max-height: 540px !important;
}

.h550 {
  height: 550px !important;
}

.max-h550 {
  max-height: 550px !important;
}

.h560 {
  height: 560px !important;
}

.max-h560 {
  max-height: 560px !important;
}

.h570 {
  height: 570px !important;
}

.max-h570 {
  max-height: 570px !important;
}

.h580 {
  height: 580px !important;
}

.max-h580 {
  max-height: 580px !important;
}

.h590 {
  height: 590px !important;
}

.max-h590 {
  max-height: 590px !important;
}

.h600 {
  height: 600px !important;
}

.max-h600 {
  max-height: 600px !important;
}

.h610 {
  height: 610px !important;
}

.max-h610 {
  max-height: 610px !important;
}

.h620 {
  height: 620px !important;
}

.max-h620 {
  max-height: 620px !important;
}

.h630 {
  height: 630px !important;
}

.max-h630 {
  max-height: 630px !important;
}

.h640 {
  height: 640px !important;
}

.max-h640 {
  max-height: 640px !important;
}

.h650 {
  height: 650px !important;
}

.max-h650 {
  max-height: 650px !important;
}

.h660 {
  height: 660px !important;
}

.max-h660 {
  max-height: 660px !important;
}

.h670 {
  height: 670px !important;
}

.max-h670 {
  max-height: 670px !important;
}

.h680 {
  height: 680px !important;
}

.max-h680 {
  max-height: 680px !important;
}

.h690 {
  height: 690px !important;
}

.max-h690 {
  max-height: 690px !important;
}

.h700 {
  height: 700px !important;
}

.max-h700 {
  max-height: 700px !important;
}

.h710 {
  height: 710px !important;
}

.max-h710 {
  max-height: 710px !important;
}

.h720 {
  height: 720px !important;
}

.max-h720 {
  max-height: 720px !important;
}

.h730 {
  height: 730px !important;
}

.max-h730 {
  max-height: 730px !important;
}

.h740 {
  height: 740px !important;
}

.max-h740 {
  max-height: 740px !important;
}

.h750 {
  height: 750px !important;
}

.max-h750 {
  max-height: 750px !important;
}

.h760 {
  height: 760px !important;
}

.max-h760 {
  max-height: 760px !important;
}

.h770 {
  height: 770px !important;
}

.max-h770 {
  max-height: 770px !important;
}

.h780 {
  height: 780px !important;
}

.max-h780 {
  max-height: 780px !important;
}

.h790 {
  height: 790px !important;
}

.max-h790 {
  max-height: 790px !important;
}

.h800 {
  height: 800px !important;
}

.max-h800 {
  max-height: 800px !important;
}

.h810 {
  height: 810px !important;
}

.max-h810 {
  max-height: 810px !important;
}

.h820 {
  height: 820px !important;
}

.max-h820 {
  max-height: 820px !important;
}

.h830 {
  height: 830px !important;
}

.max-h830 {
  max-height: 830px !important;
}

.h840 {
  height: 840px !important;
}

.max-h840 {
  max-height: 840px !important;
}

.h850 {
  height: 850px !important;
}

.max-h850 {
  max-height: 850px !important;
}

.h860 {
  height: 860px !important;
}

.max-h860 {
  max-height: 860px !important;
}

.h870 {
  height: 870px !important;
}

.max-h870 {
  max-height: 870px !important;
}

.h880 {
  height: 880px !important;
}

.max-h880 {
  max-height: 880px !important;
}

.h890 {
  height: 890px !important;
}

.max-h890 {
  max-height: 890px !important;
}

.h900 {
  height: 900px !important;
}

.max-h900 {
  max-height: 900px !important;
}

/* ----- 高さが横幅のxx% ----- */
.h33p:before,
.h33p > a:before {
  height: 0;
  padding-top: 33%;
}

.h66p:before,
.h66p > a:before {
  height: 0;
  padding-top: 66%;
  content: "";
  position: absolute;
  display: block;
}

.h25p:before,
.h25p > a:before {
  height: 0;
  padding-top: 25% !important;
}

.h30p:before,
.h30p > a:before {
  height: 0;
  padding-top: 30% !important;
}

.h35p:before,
.h35p > a:before {
  height: 0;
  padding-top: 35% !important;
}

.h40p:before,
.h40p > a:before {
  height: 0;
  padding-top: 40% !important;
}

.h45p:before,
.h45p > a:before {
  height: 0;
  padding-top: 45% !important;
}

.h50p:before,
.h50p > a:before {
  height: 0;
  padding-top: 50% !important;
}

.h55p:before,
.h55p > a:before {
  height: 0;
  padding-top: 55% !important;
}

.h60p:before,
.h60p > a:before {
  height: 0;
  padding-top: 60% !important;
}

.h65p:before,
.h65p > a:before {
  height: 0;
  padding-top: 65% !important;
}

.h70p:before,
.h70p > a:before {
  height: 0;
  padding-top: 70% !important;
}

.h75p:before,
.h75p > a:before {
  height: 0;
  padding-top: 75% !important;
}

.h80p:before,
.h80p > a:before {
  height: 0;
  padding-top: 80% !important;
}

.h85p:before,
.h85p > a:before {
  height: 0;
  padding-top: 85% !important;
}

.h90p:before,
.h90p > a:before {
  height: 0;
  padding-top: 90% !important;
}

.h95p:before,
.h95p > a:before {
  height: 0;
  padding-top: 95% !important;
}

.h100p:before,
.h100p > a:before {
  height: 0;
  padding-top: 100% !important;
}

.h105p:before,
.h105p > a:before {
  height: 0;
  padding-top: 105% !important;
}

.h110p:before,
.h110p > a:before {
  height: 0;
  padding-top: 110% !important;
}

.h115p:before,
.h115p > a:before {
  height: 0;
  padding-top: 115% !important;
}

.h120p:before,
.h120p > a:before {
  height: 0;
  padding-top: 120% !important;
}

.h125p:before,
.h125p > a:before {
  height: 0;
  padding-top: 125% !important;
}

.h130p:before,
.h130p > a:before {
  height: 0;
  padding-top: 130% !important;
}

.h135p:before,
.h135p > a:before {
  height: 0;
  padding-top: 135% !important;
}

.h140p:before,
.h140p > a:before {
  height: 0;
  padding-top: 140% !important;
}

.h145p:before,
.h145p > a:before {
  height: 0;
  padding-top: 145% !important;
}

.h150p:before,
.h150p > a:before {
  height: 0;
  padding-top: 150% !important;
}

.h155p:before,
.h155p > a:before {
  height: 0;
  padding-top: 155% !important;
}

.h160p:before,
.h160p > a:before {
  height: 0;
  padding-top: 160% !important;
}

.h165p:before,
.h165p > a:before {
  height: 0;
  padding-top: 165% !important;
}

.h170p:before,
.h170p > a:before {
  height: 0;
  padding-top: 170% !important;
}

.h175p:before,
.h175p > a:before {
  height: 0;
  padding-top: 175% !important;
}

.h180p:before,
.h180p > a:before {
  height: 0;
  padding-top: 180% !important;
}

.h185p:before,
.h185p > a:before {
  height: 0;
  padding-top: 185% !important;
}

.h190p:before,
.h190p > a:before {
  height: 0;
  padding-top: 190% !important;
}

.h195p:before,
.h195p > a:before {
  height: 0;
  padding-top: 195% !important;
}

.h200p:before,
.h200p > a:before {
  height: 0;
  padding-top: 200% !important;
}

@media screen and (max-width: 1023px) {
  .h25p-sp:before,
  .h25p-sp > a:before {
    height: 0;
    padding-top: 25% !important;
  }
  .h30p-sp:before,
  .h30p-sp > a:before {
    height: 0;
    padding-top: 30% !important;
  }
  .h35p-sp:before,
  .h35p-sp > a:before {
    height: 0;
    padding-top: 35% !important;
  }
  .h40p-sp:before,
  .h40p-sp > a:before {
    height: 0;
    padding-top: 40% !important;
  }
  .h45p-sp:before,
  .h45p-sp > a:before {
    height: 0;
    padding-top: 45% !important;
  }
  .h50p-sp:before,
  .h50p-sp > a:before {
    height: 0;
    padding-top: 50% !important;
  }
  .h55p-sp:before,
  .h55p-sp > a:before {
    height: 0;
    padding-top: 55% !important;
  }
  .h60p-sp:before,
  .h60p-sp > a:before {
    height: 0;
    padding-top: 60% !important;
  }
  .h65p-sp:before,
  .h65p-sp > a:before {
    height: 0;
    padding-top: 65% !important;
  }
  .h70p-sp:before,
  .h70p-sp > a:before {
    height: 0;
    padding-top: 70% !important;
  }
  .h75p-sp:before,
  .h75p-sp > a:before {
    height: 0;
    padding-top: 75% !important;
  }
  .h80p-sp:before,
  .h80p-sp > a:before {
    height: 0;
    padding-top: 80% !important;
  }
  .h85p-sp:before,
  .h85p-sp > a:before {
    height: 0;
    padding-top: 85% !important;
  }
  .h90p-sp:before,
  .h90p-sp > a:before {
    height: 0;
    padding-top: 90% !important;
  }
  .h95p-sp:before,
  .h95p-sp > a:before {
    height: 0;
    padding-top: 95% !important;
  }
  .h100p-sp:before,
  .h100p-sp > a:before {
    height: 0;
    padding-top: 100% !important;
  }
  .h105p-sp:before,
  .h105p-sp > a:before {
    height: 0;
    padding-top: 105% !important;
  }
  .h110p-sp:before,
  .h110p-sp > a:before {
    height: 0;
    padding-top: 110% !important;
  }
  .h115p-sp:before,
  .h115p-sp > a:before {
    height: 0;
    padding-top: 115% !important;
  }
  .h120p-sp:before,
  .h120p-sp > a:before {
    height: 0;
    padding-top: 120% !important;
  }
  .h125p-sp:before,
  .h125p-sp > a:before {
    height: 0;
    padding-top: 125% !important;
  }
  .h130p-sp:before,
  .h130p-sp > a:before {
    height: 0;
    padding-top: 130% !important;
  }
  .h135p-sp:before,
  .h135p-sp > a:before {
    height: 0;
    padding-top: 135% !important;
  }
  .h140p-sp:before,
  .h140p-sp > a:before {
    height: 0;
    padding-top: 140% !important;
  }
  .h145p-sp:before,
  .h145p-sp > a:before {
    height: 0;
    padding-top: 145% !important;
  }
  .h150p-sp:before,
  .h150p-sp > a:before {
    height: 0;
    padding-top: 150% !important;
  }
  .h155p-sp:before,
  .h155p-sp > a:before {
    height: 0;
    padding-top: 155% !important;
  }
  .h160p-sp:before,
  .h160p-sp > a:before {
    height: 0;
    padding-top: 160% !important;
  }
  .h165p-sp:before,
  .h165p-sp > a:before {
    height: 0;
    padding-top: 165% !important;
  }
  .h170p-sp:before,
  .h170p-sp > a:before {
    height: 0;
    padding-top: 170% !important;
  }
  .h175p-sp:before,
  .h175p-sp > a:before {
    height: 0;
    padding-top: 175% !important;
  }
  .h180p-sp:before,
  .h180p-sp > a:before {
    height: 0;
    padding-top: 180% !important;
  }
  .h185p-sp:before,
  .h185p-sp > a:before {
    height: 0;
    padding-top: 185% !important;
  }
  .h190p-sp:before,
  .h190p-sp > a:before {
    height: 0;
    padding-top: 190% !important;
  }
  .h195p-sp:before,
  .h195p-sp > a:before {
    height: 0;
    padding-top: 195% !important;
  }
  .h200p-sp:before,
  .h200p-sp > a:before {
    height: 0;
    padding-top: 200% !important;
  }
}
/* ----- 上余白 ----- */
.mt {
  margin-top: 40px !important;
}

.pt {
  padding-top: 20px !important;
}

.pt0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt {
    margin-top: 20px !important;
  }
  .pt {
    padding-top: 10px !important;
  }
}
.mt0 {
  margin-top: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (min-width: 768px) {
  .mt0-pc {
    margin-top: 0px !important;
  }
  .pt0-pc {
    padding-top: 0px !important;
  }
  .mt10-pc {
    margin-top: 10px !important;
  }
  .pt10-pc {
    padding-top: 10px !important;
  }
  .mt20-pc {
    margin-top: 20px !important;
  }
  .pt20-pc {
    padding-top: 20px !important;
  }
  .mt30-pc {
    margin-top: 30px !important;
  }
  .pt30-pc {
    padding-top: 30px !important;
  }
  .mt40-pc {
    margin-top: 40px !important;
  }
  .pt40-pc {
    padding-top: 40px !important;
  }
  .mt50-pc {
    margin-top: 50px !important;
  }
  .pt50-pc {
    padding-top: 50px !important;
  }
  .mt60-pc {
    margin-top: 60px !important;
  }
  .pt60-pc {
    padding-top: 60px !important;
  }
  .mt70-pc {
    margin-top: 70px !important;
  }
  .pt70-pc {
    padding-top: 70px !important;
  }
  .mt80-pc {
    margin-top: 80px !important;
  }
  .pt80-pc {
    padding-top: 80px !important;
  }
  .mt90-pc {
    margin-top: 90px !important;
  }
  .pt90-pc {
    padding-top: 90px !important;
  }
  .mt100-pc {
    margin-top: 100px !important;
  }
  .pt100-pc {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt0-sp {
    margin-top: 0px !important;
  }
  .pt0-sp {
    padding-top: 0px !important;
  }
  .mt10-sp {
    margin-top: 10px !important;
  }
  .pt10-sp {
    padding-top: 10px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .pt20-sp {
    padding-top: 20px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .pt30-sp {
    padding-top: 30px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .pt40-sp {
    padding-top: 40px !important;
  }
  .mt50-sp {
    margin-top: 50px !important;
  }
  .pt50-sp {
    padding-top: 50px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .pt60-sp {
    padding-top: 60px !important;
  }
  .mt70-sp {
    margin-top: 70px !important;
  }
  .pt70-sp {
    padding-top: 70px !important;
  }
  .mt80-sp {
    margin-top: 80px !important;
  }
  .pt80-sp {
    padding-top: 80px !important;
  }
  .mt90-sp {
    margin-top: 90px !important;
  }
  .pt90-sp {
    padding-top: 90px !important;
  }
  .mt100-sp {
    margin-top: 100px !important;
  }
  .pt100-sp {
    padding-top: 100px !important;
  }
}
/* ----- 下余白 ----- */
.mb {
  margin-bottom: 40px !important;
}

.pb {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .mb {
    margin-bottom: 20px !important;
  }
  .pb {
    padding-bottom: 10px !important;
  }
}
.mb0 {
  margin-bottom: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

@media screen and (min-width: 768px) {
  .mb0-pc {
    margin-bottom: 0px !important;
  }
  .pb0-pc {
    padding-bottom: 0px !important;
  }
  .mb10-pc {
    margin-bottom: 10px !important;
  }
  .pb10-pc {
    padding-bottom: 10px !important;
  }
  .mb20-pc {
    margin-bottom: 20px !important;
  }
  .pb20-pc {
    padding-bottom: 20px !important;
  }
  .mb30-pc {
    margin-bottom: 30px !important;
  }
  .pb30-pc {
    padding-bottom: 30px !important;
  }
  .mb40-pc {
    margin-bottom: 40px !important;
  }
  .pb40-pc {
    padding-bottom: 40px !important;
  }
  .mb50-pc {
    margin-bottom: 50px !important;
  }
  .pb50-pc {
    padding-bottom: 50px !important;
  }
  .mb60-pc {
    margin-bottom: 60px !important;
  }
  .pb60-pc {
    padding-bottom: 60px !important;
  }
  .mb70-pc {
    margin-bottom: 70px !important;
  }
  .pb70-pc {
    padding-bottom: 70px !important;
  }
  .mb80-pc {
    margin-bottom: 80px !important;
  }
  .pb80-pc {
    padding-bottom: 80px !important;
  }
  .mb90-pc {
    margin-bottom: 90px !important;
  }
  .pb90-pc {
    padding-bottom: 90px !important;
  }
  .mb100-pc {
    margin-bottom: 100px !important;
  }
  .pb100-pc {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .mb0-sp {
    margin-bottom: 0px !important;
  }
  .pb0-sp {
    padding-bottom: 0px !important;
  }
  .mb10-sp {
    margin-bottom: 10px !important;
  }
  .pb10-sp {
    padding-bottom: 10px !important;
  }
  .mb20-sp {
    margin-bottom: 20px !important;
  }
  .pb20-sp {
    padding-bottom: 20px !important;
  }
  .mb30-sp {
    margin-bottom: 30px !important;
  }
  .pb30-sp {
    padding-bottom: 30px !important;
  }
  .mb40-sp {
    margin-bottom: 40px !important;
  }
  .pb40-sp {
    padding-bottom: 40px !important;
  }
  .mb50-sp {
    margin-bottom: 50px !important;
  }
  .pb50-sp {
    padding-bottom: 50px !important;
  }
  .mb60-sp {
    margin-bottom: 60px !important;
  }
  .pb60-sp {
    padding-bottom: 60px !important;
  }
  .mb70-sp {
    margin-bottom: 70px !important;
  }
  .pb70-sp {
    padding-bottom: 70px !important;
  }
  .mb80-sp {
    margin-bottom: 80px !important;
  }
  .pb80-sp {
    padding-bottom: 80px !important;
  }
  .mb90-sp {
    margin-bottom: 90px !important;
  }
  .pb90-sp {
    padding-bottom: 90px !important;
  }
  .mb100-sp {
    margin-bottom: 100px !important;
  }
  .pb100-sp {
    padding-bottom: 100px !important;
  }
}
/* ----- 左余白 ----- */
.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* ----- 左右margin:auto ----- */
.margin-side-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 768px) {
  .margin-side-auto-pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-side-auto-sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* ----- 左右余白なし ----- */
.no-padding-side {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 768px) {
  .no-padding-side-sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ----- 文字色 ----- */
.txt-white * {
  color: #fff;
}

.f-color-sky {
  color: #259DE0;
}

.f-color-green {
  color: #6AA96D;
}

.f-color-purple {
  color: #917EB9;
}

.f-color-tarquoise {
  color: #18B8AC;
}

.f-color-orange {
  color: #e89944;
}

/* ----- 背景色 ----- */
.bg-paleblue2 {
  background-color: #D9F3FF;
}

.bg-palegreen1 {
  background-color: #e7f8df;
}

/*---------------------------------------------
	[CL] カラム
  ---------------------------------------------*/
.col-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 3vw);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.no-gutter {
  width: 100%;
}

.row .no-gutter {
  margin-bottom: 20px;
}

.col1-2 {
  width: calc(50% - 3vw);
}

.col1-3 {
  width: calc(33.33333333% - 3vw);
}

.col2-3 {
  width: calc(66.66666666% - 3vw);
}

.col1-4 {
  width: calc(25% - 3vw);
}

.col3-4 {
  width: calc(75% - 3vw);
}

.col1-5 {
  width: calc(20% - 3vw);
}

.col1-6 {
  width: calc(16.66666666% - 3vw);
}

.no-gutter > .col1-2 {
  width: 50%;
}
.no-gutter > .col1-3 {
  width: 33.33333333%;
}
.no-gutter > .col2-3 {
  width: 66.66666666%;
}
.no-gutter > .col1-4 {
  width: 25%;
}
.no-gutter > .col3-4 {
  width: 75%;
}
.no-gutter > .col1-5 {
  width: 20%;
}
.no-gutter > .col1-6 {
  width: 16.66666666%;
}

.col1-2,
.col1-3,
.col2-3,
.col1-4,
.col3-4,
.col1-5,
.col1-6 {
  margin-right: 3vw;
}

.no-gutter > .col1-2,
.no-gutter > .col1-3,
.no-gutter > .col2-3,
.no-gutter > .col1-4,
.no-gutter > .col3-4,
.no-gutter > .col1-5,
.no-gutter > .col1-6 {
  margin-right: 0;
}

/*---------------------------------------------
	[HD] 見出し
  ---------------------------------------------*/
h2:not([class*=heading]),
.heading1 {
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.6;
  padding-top: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  h2:not([class*=heading]), .heading1 {
    font-size: 2rem;
  }
}
h3:not([class*=heading]),
.heading2 {
  position: relative;
  margin: 40px 0 15px;
  padding: 0 0 0.5em;
  line-height: 1.3;
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

h4:not([class*=heading]),
.heading3 {
  position: relative;
  margin: 30px 0 20px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

h5:not([class*=heading]),
.heading4 {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}

h6:not([class*=heading]),
.heading5 {
  margin: 30px 0 10px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 1.5rem;
  line-height: 1.3;
}

h2 + h3,
h2 + h4,
h3 + h4,
h2 + h5,
h3 + h5,
h4 + h5,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h2 + [class*=heading],
h3 + [class*=heading],
h4 + [class*=heading],
h5 + [class*=heading],
h6 + [class*=heading],
[class*=heading] + h2,
[class*=heading] + h3,
[class*=heading] + h4,
[class*=heading] + h5,
[class*=heading] + h6,
[class*=heading] + [class*=heading],
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
[class*=heading]:first-child {
  margin-top: 0 !important;
}

.col-set + h2 {
  margin-top: 30px;
}
.col-set + h3 {
  margin-top: 20px;
}
.col-set + h4 {
  margin-top: 10px;
}
.col-set + h5 {
  margin-top: 0;
}
.col-set + h6 {
  margin-top: 0;
}
.col-set + .heading1 {
  margin-top: 30px;
}
.col-set + .heading2 {
  margin-top: 20px;
}
.col-set + .heading3 {
  margin-top: 10px;
}
.col-set + .heading4 {
  margin-top: 0;
}
.col-set + .heading5 {
  margin-top: 0;
}

.txt-white h2:not([class*=heading]):after,
.txt-white h3:not([class*=heading]):after,
.txt-white h4:not([class*=heading]):after,
.txt-white .heading1:after,
.txt-white .heading2:after,
.txt-white .heading3:after,
.txt-white ul li:before {
  background-color: #fff;
}
.txt-white h3:not([class*=heading]) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------
	[TX] テキスト
  ---------------------------------------------*/
p.p,
.mod p {
  margin-bottom: 1.7em;
}

b,
strong,
em {
  font-weight: bold;
}

.em {
  color: #259DE0;
}

.caution {
  color: #f2646e !important;
}

.copy {
  color: #000;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}

/* ----- 注記 ----- */
.note:not(ul.note),
ul.note li {
  position: relative;
  padding-left: 1.4em;
  text-indent: -0.8em;
  font-size: 0.8em;
  color: #259DE0;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

ul.note_fsizenormal li {
  font-size: 1.4rem;
}

.note-num {
  position: relative;
  margin-bottom: 1em;
}

.note + .note,
.note-num + .note-num {
  margin-top: 1em;
}

.note:not(ul.note):before,
ul.note li:before,
.note-num:before {
  content: "※";
  width: 0.8em;
  display: inline-block;
  text-align: center;
}

.note-num:before {
  content: "※" attr(data-num);
}

.note-num2:before {
  content: "(*" attr(data-num) ")";
}

.note2:not(ul.note),
ul.note2 li {
  color: #259DE0;
}
.note2:not(ul.note)::before,
ul.note2 li::before {
  content: "";
  display: none;
}

/* ----- 省略 ----- */
.txt-ellipsis {
  overflow: hidden;
}
.txt-ellipsis:not([data-line]), .txt-ellipsis[data-line="1"] {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.txt-ellipsis[data-line]:not([data-line="1"]) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.txt-ellipsis[data-line="2"] {
  height: 3.6em;
  -webkit-line-clamp: 2;
}
.txt-ellipsis[data-line="3"] {
  height: 5.4em;
  -webkit-line-clamp: 3;
}
.txt-ellipsis[data-line="4"] {
  height: 7.2em;
  -webkit-line-clamp: 4;
}
.txt-ellipsis[data-line="5"] {
  height: 9em;
  -webkit-line-clamp: 5;
}
[class*=panel] .txt-ellipsis[data-line="2"] {
  height: 3.2em;
}
[class*=panel] .txt-ellipsis[data-line="3"] {
  height: 4.8em;
}
[class*=panel] .txt-ellipsis[data-line="4"] {
  height: 6.4em;
}
[class*=panel] .txt-ellipsis[data-line="5"] {
  height: 8em;
}

/*---------------------------------------------
	[HR] 区切り線
  ---------------------------------------------*/
hr {
  clear: both;
  margin-bottom: 20px;
  color: #fff;
  background: none transparent;
  border-top: 0px none transparent;
  border-right: 0px none transparent;
  border-left: 0px none transparent;
  border-bottom: 1px solid #e5ebf0;
}

/*---------------------------------------------
	[IG] 画像
  ---------------------------------------------*/
.img {
  margin-bottom: 20px;
  text-align: center;
}
.img > a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.img .modal-video:before,
.modal-video .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* width: 64px; height: 64px; background-image: url(../images/icon_play.png); */
  width: 100px;
  height: 100px;
  background-image: url(../images/icon_play2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.img.full img {
  width: 100%;
}

/* ホバーエフェクト *

.img > a:after,
a .img:after

.img > a:not(.nohoverbg):after,
a:not(.nohoverbg) .img:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: $color-black;
	opacity: 0;
	transition: opacity .2s linear;
}

.img .modal-video:after,
.modal-video .img:after {opacity: .5 !important;}

html:not(.sp) .img > a:hover:after,
html:not(.sp) a:hover .img:after {opacity: .1;}
*/
.img > a img,
.img > a .bg-img,
a .img img,
a .img .bg-img {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

html:not(.sp) .img > a:hover img,
html:not(.sp) .img > a:hover .bg-img,
html:not(.sp) a:hover .img img,
html:not(.sp) a:hover .img .bg-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* ----- [IG2] 画像 > キャプションあり ----- */
figure {
  margin-bottom: 20px;
}

.caption {
  display: block;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.8em;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  color: #666;
}
.left .caption {
  margin-left: 0;
}
.right .caption {
  margin-right: 0;
}
.img .caption {
  margin-top: 10px;
}

/* ----- [IG3] 画像 > 画像＋テキスト ----- */
.img-set,
.thumb-set {
  overflow: hidden;
}
.img-set .img,
.thumb-set .img {
  float: left;
  max-width: 50%;
  margin-right: 10px;
}
.img-set .img.right,
.thumb-set .img.right {
  float: right;
  max-width: 50%;
  margin-right: 0;
  padding-right: 0;
  margin-left: 10px;
}

.img-set > .img + .txt,
.thumb-set > .img + .txt {
  overflow: hidden;
}
.img-set > .img + .txt p.btn a,
.img-set > .img + .txt p.btn button,
.img-set > .img + .txt .btn,
.thumb-set > .img + .txt p.btn a,
.thumb-set > .img + .txt p.btn button,
.thumb-set > .img + .txt .btn {
  min-width: 100px;
}

/*---------------------------------------------
	[LT] リスト
  ---------------------------------------------*/
ul.list,
.mod ul:not(.nolist):not(.link-icon) {
  margin-bottom: 20px;
}
ul.list > li,
.mod ul:not(.nolist):not(.link-icon) > li {
  position: relative;
  margin-bottom: 0.5em;
}
ul.list > li:last-of-type,
.mod ul:not(.nolist):not(.link-icon) > li:last-of-type {
  margin-bottom: 0;
}
ul.list > li:not(.link-icon),
.mod ul:not(.nolist):not(.link-icon) > li:not(.link-icon) {
  padding: 0 0 0 1em;
}
ul.list > li:not(.link-icon):before,
.mod ul:not(.nolist):not(.link-icon) > li:not(.link-icon):before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 0.8em;
  left: 0.2em;
  margin: -2px 0 0 -2px;
  background-color: #446688;
  border-radius: 100%;
}
ul.list.col-set,
.mod ul:not(.nolist):not(.link-icon).col-set {
  margin-bottom: 0;
}
ul.list.col-set > li,
.mod ul:not(.nolist):not(.link-icon).col-set > li {
  margin-bottom: 30px;
  padding-left: 0;
}
ul.list.col-set > li:before,
.mod ul:not(.nolist):not(.link-icon).col-set > li:before {
  display: none;
}

.mod ol {
  margin-bottom: 20px;
  padding: 0;
  counter-reset: item;
  list-style-type: none;
}
.mod ol > li {
  margin: 0 0 10px 0.2em;
  padding: 0 0 0 2em;
  text-indent: -2em;
}
.mod ol > li:last-of-type {
  margin-bottom: 0;
}
.mod ol > li:before {
  counter-increment: item;
  content: counter(item) ".";
  color: #009BE2;
  /*padding-right: 1em;*/
  display: inline-block;
  width: 2em;
  text-indent: 0;
}
.mod ol > li * {
  text-indent: 0;
}
.mod ol > li *:first-child {
  display: inline-block;
}

.mod ul ul,
ol ol,
.mod ol ul {
  margin: 10px 0 0;
}

/* ----- [LT3] リスト > 定義リスト ----- */
/* .mod */
dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
dl.border-set {
  border-bottom: solid 1px #e5ebf0;
}
dl.border-set > dt {
  border-top: solid 1px #e5ebf0;
  padding: 40px 0 40px 40px;
}
dl.border-set > dd {
  border-top: solid 1px #e5ebf0;
  padding: 40px 0 40px 30px;
}
dl dt {
  width: 200px;
  padding: 0 0 10px;
  font-weight: bold;
  color: #000;
}
dl dt.w50 ~ dt {
  width: 50px;
}
dl dt.w50 ~ dd {
  width: calc(100% - 50px);
}
dl dt.w60 ~ dt {
  width: 60px;
}
dl dt.w60 ~ dd {
  width: calc(100% - 60px);
}
dl dt.w70 ~ dt {
  width: 70px;
}
dl dt.w70 ~ dd {
  width: calc(100% - 70px);
}
dl dt.w80 ~ dt {
  width: 80px;
}
dl dt.w80 ~ dd {
  width: calc(100% - 80px);
}
dl dt.w90 ~ dt {
  width: 90px;
}
dl dt.w90 ~ dd {
  width: calc(100% - 90px);
}
dl dt.w100 ~ dt {
  width: 100px;
}
dl dt.w100 ~ dd {
  width: calc(100% - 100px);
}
dl dt.w110 ~ dt {
  width: 110px;
}
dl dt.w110 ~ dd {
  width: calc(100% - 110px);
}
dl dt.w120 ~ dt {
  width: 120px;
}
dl dt.w120 ~ dd {
  width: calc(100% - 120px);
}
dl dt.w130 ~ dt {
  width: 130px;
}
dl dt.w130 ~ dd {
  width: calc(100% - 130px);
}
dl dt.w140 ~ dt {
  width: 140px;
}
dl dt.w140 ~ dd {
  width: calc(100% - 140px);
}
dl dt.w150 ~ dt {
  width: 150px;
}
dl dt.w150 ~ dd {
  width: calc(100% - 150px);
}
dl dt.w160 ~ dt {
  width: 160px;
}
dl dt.w160 ~ dd {
  width: calc(100% - 160px);
}
dl dt.w170 ~ dt {
  width: 170px;
}
dl dt.w170 ~ dd {
  width: calc(100% - 170px);
}
dl dt.w180 ~ dt {
  width: 180px;
}
dl dt.w180 ~ dd {
  width: calc(100% - 180px);
}
dl dt.w190 ~ dt {
  width: 190px;
}
dl dt.w190 ~ dd {
  width: calc(100% - 190px);
}
dl dt.w200 ~ dt {
  width: 200px;
}
dl dt.w200 ~ dd {
  width: calc(100% - 200px);
}
dl dd {
  width: calc(100% - 200px);
  padding: 0 0 10px 30px;
}
dl:not(.border-set) dt:last-of-type, dl:not(.border-set) dd:last-of-type {
  padding-bottom: 0;
}
dl p:last-child,
dl ul:last-child,
dl ol:last-child,
dl dl:last-child {
  margin-bottom: 0;
}

dl.news > dt {
  width: 11em;
  color: #707070;
  font-weight: normal;
  padding-bottom: 20px;
}
dl.news > dd {
  width: calc(100% - 11em);
  padding-left: 0;
  padding-bottom: 20px;
}
dl.news > dd .tag {
  clear: both;
  float: left;
  height: 1.8em;
  margin: 0 20px 0 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.news > dd .tag a,
dl.news > dd .tag button {
  width: 10em;
  margin: 0;
  padding: 6px 10px;
  font-size: 1.2rem;
}
dl.news > dd p {
  overflow: hidden;
  margin-bottom: 10px;
}
dl.news > dd p a {
  text-decoration: none;
  color: #000;
}
dl.news > dd p a:hover {
  text-decoration: underline;
  color: #009BE2;
}
dl.news > dd .link-icon:not(li) + .link-icon {
  margin-top: 0;
}
dl.news > dd p:last-child {
  margin-bottom: 0;
}
dl.news > dd .link-icon a {
  font-weight: inherit;
}
dl.news > dd .link-icon a:not(:hover) {
  /*color: $color-txt;*/
}

/*---------------------------------------------
	[LK1] アイコンリンク
  ---------------------------------------------*/
.link-icon:not(li) + .link-icon {
  margin-top: -10px;
}

.link-icon[class*=col] + .link-icon {
  margin-top: 0;
}

.link-icon a,
a .link-icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.4em;
  font-weight: bold;
}

a .link-icon {
  display: block;
}

.link-icon a:after,
a .link-icon:after {
  content: "\f0a9";
  font-family: "FontAwesome";
  font-weight: normal;
  display: inline-block;
  margin: -2px 0 0 0.4em;
  vertical-align: middle;
}

.page-link-icon {
  text-decoration: none;
}

.page-link-icon:after {
  content: "\f0ab";
  font-family: "FontAwesome";
  font-weight: normal;
  display: inline-block;
  margin: -2px 0 0 0.4em;
  vertical-align: middle;
}

.link-icon a:not([class*=icon-]):after,
a .link-icon:not([class*=icon-]):after {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

html:not(.sp) .link-icon a:not([class*=icon-]):hover:after,
html:not(.sp) a:hover .link-icon:not([class*=icon-]):after {
  -webkit-transform: translate3d(2px, 0, 0);
          transform: translate3d(2px, 0, 0);
}

[class*=icon-]:after {
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 1.3;
  display: inline-block;
  margin: -2px 0 0 0.4em;
  vertical-align: middle;
}

.icon-window:after {
  content: "\f24d";
}

.icon-download:after {
  content: "\f0ed";
}

.icon-pdf:after {
  content: "\f15c";
}

.icon-enlarge:after {
  content: "\f002";
}

.icon-search:after {
  content: "\f002";
}

.icon-contact:after {
  content: "\f0e0";
}

.icon-play:after {
  content: "\f04b";
}

.icon-store:after {
  content: "\f07a";
}

.icon-anchor a:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

html:not(.sp) .link-icon .icon-anchor:hover:after,
html:not(.sp) a:hover .link-icon.icon-anchor a:after {
  -webkit-transform: translate3d(0, 3px, 0) rotate(90deg);
          transform: translate3d(0, 3px, 0) rotate(90deg);
}

li.link-icon {
  padding-left: 0;
}

li.link-icon:before {
  display: none;
}

.icon-head a,
a .icon-head {
  position: relative;
  padding-left: 1.5em;
}

.icon-head a:after,
a .icon-head:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

/*
[class*="icon-"]:after { font-family:'FontAwesome'; font-weight:normal; line-height:1.3;
	display: inline-block; margin: -2px 0 0 .3em; vertical-align:middle; }
.icon-window:after { content:'\f24d'; }
.icon-time:after { content:'\f017'; font-size:1.2em; }

.icon-head:before {
	font-family:'FontAwesome'; font-weight:normal; line-height:1.3;
	display: inline-block; margin: -2px 0 0 .3em; vertical-align:middle;
	}
*/
/*---------------------------------------------
	[LK2] 横並びリンク
  ---------------------------------------------*/
.mod p.link-horizontal,
p.link-horizontal,
.link-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  line-height: 1.6;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mod p.link-horizontal a,
p.link-horizontal a,
.link-horizontal a {
  position: relative;
  margin: 0 30px 10px 0;
  text-decoration: none;
}
html:not(.sp) .mod p.link-horizontal a:hover,
html:not(.sp) p.link-horizontal a:hover,
html:not(.sp) .link-horizontal a:hover {
  text-decoration: underline;
}
.mod p.link-horizontal a:last-child,
p.link-horizontal a:last-child,
.link-horizontal a:last-child {
  margin-right: 15px;
}
.mod p.link-horizontal a:not(:last-child):before,
p.link-horizontal a:not(:last-child):before,
.link-horizontal a:not(:last-child):before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 1em;
  top: 0.25em;
  right: -15px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.15);
}

.txt-white .link-horizontal a:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------
	[TG] タグ／ラベル
  ---------------------------------------------*/
.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.tag.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tag.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tag {
  margin: 0 -8px 12px 0;
}
.tag button,
.tag a {
  display: block;
  margin: 0 8px 8px 0;
  padding: 8px 15px;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  border-radius: 100px;
}

.label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  vertical-align: text-bottom;
  background: #16246C;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 10px;
}

.label-inline {
  display: inline-block;
  margin: 0 10px;
  padding: 4px 6px 3px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
}

.tag a,
.label span,
.label-inline {
  color: #fff !important;
  background-color: #009BE2;
}

.tag a.bg-white,
.tag a.bg-light,
.tag a.bg-gray,
.label span.bg-white,
.label span.bg-light,
.label span.bg-gray,
.label-inline.bg-white,
.label-inline.bg-light,
.label-inline.bg-gray {
  color: #446688 !important;
}

.tag a {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
html:not(.sp) .tag a:hover {
  opacity: 0.8;
}

/*---------------------------------------------
	[BT] ボタン
  ---------------------------------------------*/
.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px 0 0;
  line-height: 1.3;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  /*
  	.icon-window span:after { content:'\f24d'; }
  	.icon-download span:after {@include icon-pos($icon-pos-download);}
  	.icon-pdf span:after {@include icon-pos($icon-pos-pdf);}
  	.icon-index span:after {@include icon-pos($icon-pos-index);}
  	.icon-open span:after {@include icon-pos($icon-pos-open);}
  	.icon-close span:after {@include icon-pos($icon-pos-close);}
  	.icon-enlarge span:after {@include icon-pos($icon-pos-enlarge);}
  	.icon-search span:after {@include icon-pos($icon-pos-search);}
  	.icon-contact span:after {@include icon-pos($icon-pos-contact);}
  	.icon-play span:after {@include icon-pos($icon-pos-play);}
  */
}
.btn.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.btn.full {
  margin-right: 0;
}
.btn > * {
  display: block;
  min-width: 150px;
  margin: 0 20px 20px 0;
  padding: 10px 10px 10px 15px;
  font-size: inherit;
  text-decoration: none;
  border: 0 none;
  cursor: pointer;
  outline: none;
  text-align: center;
  border-radius: 100px;
}
.btn.full > * {
  width: 100%;
  min-width: 0;
  margin-right: 0;
}
.btn .ghost {
  -webkit-transition: background-color 0.2s linear, border 0.2s linear;
  transition: background-color 0.2s linear, border 0.2s linear;
}
.btn span {
  position: relative;
  display: inline-block;
  padding: 5px 0;
}
.btn span:after {
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: text-bottom;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  margin: 0 0 0 0.3em;
}
html:not(.sp) .btn > *:not([class*=icon-]):hover span:after {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}
.btn .icon-back span {
  padding: 0 30px 0 40px;
}
.btn .icon-back span:after {
  left: 12px;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
html:not(.sp) .btn .icon-back:hover span:after {
  -webkit-transform: translate3d(-3px, 0, 0) rotate(180deg);
          transform: translate3d(-3px, 0, 0) rotate(180deg);
}
.btn .icon-anchor span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
html:not(.sp) .btn .icon-anchor span:hover:after {
  -webkit-transform: translate3d(0, 3px, 0) rotate(90deg);
          transform: translate3d(0, 3px, 0) rotate(90deg);
}
.btn > * {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6BC8F2), to(#009BE2));
  background: -webkit-linear-gradient(bottom, #6BC8F2 0, #009BE2 100%);
  background: linear-gradient(0deg, #6BC8F2 0, #009BE2 100%);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
html:not(.sp) .btn > *:hover {
  color: #fff;
  background-color: #22bbff;
}
.btn .bg-white,
.btn .bg-light,
.btn .bg-gray {
  color: #446688;
}
html:not(.sp) .btn .bg-white:hover,
html:not(.sp) .btn .bg-light:hover,
html:not(.sp) .btn .bg-gray:hover {
  color: #446688;
}
.btn .ghost {
  color: #009BE2;
  border: solid 1px rgba(0, 155, 226, 0.5);
  background-color: transparent !important;
}
html:not(.sp) .btn .ghost:hover {
  background-color: #009BE2 !important;
  opacity: 1;
}
.btn .ghost.bg-color1 {
  color: #6AA96D;
  border: solid 1px #6AA96D;
}
html:not(.sp) .btn .ghost.bg-color1:hover {
  background-color: #6AA96D !important;
}

.txt-white .btn .ghost:not(:hover) {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
html:not(.sp) .txt-white .btn .ghost:hover {
  background-color: #fff !important;
  border: solid 1px #fff !important;
}
html:not(.sp) .txt-white .btn .ghost:hover span {
  color: #434c4d !important;
}
/*---------------------------------------------
	[BT3] シェアボタン
  ---------------------------------------------*/
.btn-share {
  margin: 0 -10px 10px 0;
  text-align: right;
}
.btn-share > div {
  display: inline-block;
  height: 20px;
  margin: 0 10px 10px 0;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
.btn-share.share-facebook .fb-like > span {
  vertical-align: top !important;
}

/*---------------------------------------------
	[BT4] メニューボタン
  ---------------------------------------------*/
#btn-menu {
  position: relative;
  z-index: 1000;
  width: 50px;
  height: 50px;
  /*background-color: $color-link;*/
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
html:not(.sp) #btn-menu:hover {
  /*background-color: $color-link * 1.15;*/
}
#btn-menu button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#btn-menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 25px;
  height: 2px;
  top: 19px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, width 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, width 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
#btn-menu button:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 25px;
  height: 2px;
  top: 28px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease-out, right 0.3s ease-out;
  transition: width 0.3s ease-out, right 0.3s ease-out;
}
#btn-menu button:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 25px;
  height: 2px;
  top: 37px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: top 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out;
  transition: transform 0.3s ease-out, top 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
html:not(.sp) #btn-menu:hover:after {
  width: 14px;
}
html:not(.sp) #btn-menu button:hover:before {
  width: 10px;
}
#btn-menu.on:after {
  width: 25px !important;
  top: 28px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#btn-menu.on button:before {
  width: 0 !important;
  right: 25px;
}
#btn-menu.on button:after {
  top: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*---------------------------------------------
	[BT5] ページトップボタン
  ---------------------------------------------*/
#pagetop {
  bottom: 0;
}

#btn-pagetop {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 30px;
  overflow: hidden;
  background-color: #009BE2;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: background-color 0.2s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, background-color 0.2s linear;
  transition: transform 0.3s ease-out, background-color 0.2s linear, -webkit-transform 0.3s ease-out;
}
html:not(.sp) #btn-pagetop:hover {
  background-color: #009BE2;
}
#btn-pagetop.show {
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
}
#btn-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
#btn-pagetop a:before, #btn-pagetop a:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  top: 23px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
#btn-pagetop a:before {
  left: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#btn-pagetop a:after {
  left: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
html:not(.sp) #btn-pagetop a:hover:before {
  -webkit-transform: translate3d(0, -3px, 0) rotate(-45deg);
          transform: translate3d(0, -3px, 0) rotate(-45deg);
}
html:not(.sp) #btn-pagetop a:hover:after {
  -webkit-transform: translate3d(0, -3px, 0) rotate(45deg);
          transform: translate3d(0, -3px, 0) rotate(45deg);
}

/*---------------------------------------------
	[BX] ボックス
  ---------------------------------------------*/
.box {
  margin-bottom: 30px;
  padding: 30px 3vw;
  background-color: #f2f5f7;
  overflow: hidden;
  border-radius: 5px;
}
.box .heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.07);
}
.box .heading:first-child {
  margin: -30px -30px 30px;
  padding: 12px 30px;
}

@media screen and (max-width: 767px) {
  .box {
    padding: 30px 15px;
  }
}
/*---------------------------------------------
	[FR] 枠
  ---------------------------------------------*/
.frame {
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #dee3e7;
  border-radius: 10px;
  overflow: hidden;
}
.frame .heading {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
  background-color: #f2f5f7;
}
.frame .heading:first-child {
  margin: -30px -30px 30px;
  padding: 2px 30px 12px;
}
.frame.bg-img {
  -webkit-border-image: 10 stretch;
       -o-border-image: 10 stretch;
          border-image: 10 stretch;
}

.frame.frame-nopad {
  padding: 0;
}

.frame.img-set {
  padding-bottom: 1px;
}

/*---------------------------------------------
	[PL] パネル
  ---------------------------------------------*/
/* ----- [PL1] パネル > 画像上 ----- */
.panel-vertical {
  position: relative;
  margin-bottom: 30px;
  background-color: #f2f5f7;
}
.panel-vertical > a {
  display: block;
  text-decoration: none;
}
.panel-vertical > a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.panel-vertical .img {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.panel-vertical .img img {
  width: 100%;
}
.panel-vertical .txt {
  position: relative;
  /* padding: 20px 20px 0; */
  padding: 1.8vw 2vw 1vw;
}
.panel-vertical p {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.panel-vertical p:not(.link-icon) {
  color: #446688;
}
.panel-vertical .date {
  font-size: 1.3rem;
  color: #666;
}
.panel-vertical .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
.panel-vertical .badge {
  margin-left: 30px;
  margin-right: 30px;
}
.panel-vertical .badge.center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.panel-vertical .badge.right {
  left: auto;
  right: 0;
}
.panel-vertical .badge + .txt {
  padding-top: 40px;
}
.panel-vertical .tag,
.panel-vertical .link-horizontal,
.panel-vertical p.link-horizontal {
  position: relative;
  margin: 0;
  line-height: 1;
  border-top: solid 1px #fff;
  background-color: inherit;
}
.panel-vertical .tag {
  padding: 15px 12px 7px 20px;
}
.panel-vertical .link-horizontal {
  padding: 15px 10px 0 20px;
}
.panel-vertical.txt-white .tag, .panel-vertical.txt-white .link-horizontal {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

/* ----- [PL2] パネル > 画像左右 ----- */
.panel-horizontal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f5f7;
  overflow: hidden;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.panel-horizontal > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.panel-horizontal:before,
.panel-horizontal > a:before {
  content: "";
  display: block;
  height: 300px;
}
.panel-horizontal:not(.txt-white) p:not(.link-icon) {
  color: #446688;
}
.panel-horizontal .img {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  overflow: hidden;
}
.panel-horizontal .img.right {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.panel-horizontal .img div {
  position: absolute;
  top: 0;
  left: 0;
}
.panel-horizontal .img > a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.panel-horizontal .txt {
  position: relative;
  z-index: 1;
  width: 50%;
  margin: 0;
  padding: 30px 3vw 10px;
}
.panel-horizontal .img.right + .badge + .txt {
  padding-right: 40px;
}
.panel-horizontal .img:not(.right) + .badge + .txt {
  padding-left: 40px;
}
.panel-horizontal .col3-4 {
  width: 75%;
}
.panel-horizontal .col2-3 {
  width: 66.66666666%;
}
.panel-horizontal .col1-2 {
  width: 50%;
}
.panel-horizontal .col1-3 {
  width: 33.33333333%;
}
.panel-horizontal .col1-4 {
  width: 25%;
}
.panel-horizontal h2:not([class*=heading]),
.panel-horizontal .heading1 {
  font-size: 2.4rem;
}
.panel-horizontal p {
  line-height: 1.6;
}
.panel-horizontal .date {
  font-size: 1.3rem;
  color: #666;
}
.panel-horizontal .txt .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
.panel-horizontal .badge {
  top: 50%;
}
.panel-horizontal .img:not(.right) + .badge {
  left: 50%;
}
.panel-horizontal .img.col3-4:not(.right) + .badge {
  left: 75%;
}
.panel-horizontal .img.col2-3:not(.right) + .badge {
  left: 66.66666666%;
}
.panel-horizontal .img.col1-2:not(.right) + .badge {
  left: 50%;
}
.panel-horizontal .img.col1-3:not(.right) + .badge {
  left: 33.33333333%;
}
.panel-horizontal .img.col1-4:not(.right) + .badge {
  left: 25%;
}
.panel-horizontal .img.right + .badge {
  left: 50%;
}
.panel-horizontal .img.col3-4.right + .badge {
  left: 25%;
}
.panel-horizontal .img.col2-3.right + .badge {
  left: 33.33333333%;
}
.panel-horizontal .img.col1-2.right + .badge {
  left: 50%;
}
.panel-horizontal .img.col1-3.right + .badge {
  left: 66.66666666%;
}
.panel-horizontal .img.col1-4.right + .badge {
  left: 75%;
}

.row .panel-horizontal {
  margin-bottom: 30px;
}

/* ----- [PL4] パネル > 背景画像 ----- */
.panel-covered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* overflow: hidden; */
}
.panel-covered > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
.panel-covered:before,
.panel-covered > a:before {
  content: "";
  display: block;
  height: 300px;
}
.panel-covered .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.panel-covered .txt {
  width: 100%;
  padding: 30px 30px 10px;
}
.panel-covered .txt.bottom {
  position: relative;
  margin-top: -20px;
  padding-top: 50px;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50px);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50px);
}
.panel-covered .txt:not(.bottom):before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba($color-black, .5); */
}
.panel-covered .txt > * {
  position: relative;
}
.panel-covered p {
  line-height: 1.6;
}
.panel-covered .date {
  font-size: 1.3rem;
}
.panel-covered h2:not([class*=heading]),
.panel-covered .heading1 {
  font-size: 2.4rem;
}
.panel-covered .heading {
  margin-bottom: 20px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.panel-covered .link-horizontal {
  margin: 0 -30px -10px;
  padding: 15px 20px 5px 30px;
}
.panel-covered .tag {
  margin: 0 -30px -10px;
  padding: 15px 22px 7px 30px;
}
.panel-covered * {
  color: #fff !important;
}
.panel-covered h2:not([class*=heading]):after,
.panel-covered h3:not([class*=heading]):after,
.panel-covered h4:not([class*=heading]):after,
.panel-covered .heading1:after,
.panel-covered .heading2:after,
.panel-covered .heading3:after,
.panel-covered ul li:before {
  background-color: #fff;
}
.panel-covered h3:not([class*=heading]) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.panel-covered .tag,
.panel-covered .link-horizontal {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}
.panel-covered .link-horizontal a:not(:last-child):before {
  background-color: rgba(255, 255, 255, 0.2);
}
.panel-covered .btn .ghost {
  /*&:not(:hover) {
  	border: solid 2px rgba($color-white, .5);
  }
  span:after {
  	@include icon-color($icon-color-white, true);
  }*/
}
html:not(.sp) .panel-covered .btn .ghost:hover {
  background-color: #fff !important;
  border: solid 1px #fff !important;
}
html:not(.sp) .panel-covered .btn .ghost:hover span {
  color: #434c4d !important;
}
.col-set:not(.no-gutter) .panel-covered {
  margin-bottom: 30px;
}

/* ----- [PL] パネル - 共通設定 ----- */
.panel-vertical > a:before,
.panel-horizontal > a:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

html:not(.sp) .panel-vertical > a:hover:before,
html:not(.sp) .panel-horizontal > a:hover:after {
  opacity: 0.05;
}

.panel-vertical.txt-white > a:before,
.panel-horizontal.txt-white > a:after {
  background-color: #fff;
}

html:not(.sp) .panel-vertical.txt-white > a:hover:before,
html:not(.sp) .panel-horizontal.txt-white > a:hover:after {
  opacity: 0.2;
}

.panel-horizontal .img .bg-img,
.panel-covered .img .bg-img {
  width: 100%;
  height: 100%;
}

.panel-horizontal .txt.middle,
.panel-covered .txt.middle {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}
.panel-horizontal .txt.bottom,
.panel-covered .txt.bottom {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.panel-vertical .txt p + *,
.panel-horizontal .txt p + *,
.panel-covered .txt p + * {
  margin-top: -5px;
}
.panel-vertical .txt .date + *,
.panel-vertical .txt .heading + *,
.panel-horizontal .txt .date + *,
.panel-horizontal .txt .heading + *,
.panel-covered .txt .date + *,
.panel-covered .txt .heading + * {
  margin-top: -10px;
}
.panel-vertical .txt .btn,
.panel-vertical .txt .link-icon,
.panel-horizontal .txt .btn,
.panel-horizontal .txt .link-icon,
.panel-covered .txt .btn,
.panel-covered .txt .link-icon {
  margin-top: 0;
}
.panel-vertical .tag a,
.panel-horizontal .tag a,
.panel-covered .tag a {
  padding: 4px 10px;
  font-size: 1.1rem;
}
.panel-vertical .link-horizontal a,
.panel-horizontal .link-horizontal a,
.panel-covered .link-horizontal a {
  margin-right: 20px;
  font-size: 1.3rem;
}
.panel-vertical .link-horizontal a:before,
.panel-horizontal .link-horizontal a:before,
.panel-covered .link-horizontal a:before {
  right: -10px;
}

.panel-vertical .link-horizontal a:before {
  top: 0;
}

.badge {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: -25px 0 0 -25px;
  padding: 3px;
  font-size: 1.2rem !important;
  font-weight: bold;
  line-height: 1.4 !important;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.badge a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: -3px;
  padding: 3px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.badge a:after {
  content: "";
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.badge img {
  display: block;
  width: calc(100% + 6px);
  max-width: none;
  margin: -3px;
}
.badge {
  color: #fff !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #09227C), to(#34519D));
  background: -webkit-linear-gradient(bottom, #09227C 0, #34519D 100%);
  background: linear-gradient(0deg, #09227C 0, #34519D 100%);
}
.badge a {
  color: #fff !important;
}
.badge a:after {
  background-color: #fff;
}
html:not(.sp) .badge a:hover:after {
  opacity: 0.2;
}
.badge.bg-white, .badge.bg-light, .badge.bg-gray {
  color: #446688 !important;
}
.badge.bg-white a, .badge.bg-light a, .badge.bg-gray a {
  color: #446688 !important;
}
.badge.bg-white a:after, .badge.bg-light a:after, .badge.bg-gray a:after {
  background-color: #000;
}
html:not(.sp) .badge.bg-white a:hover:after, html:not(.sp) .badge.bg-light a:hover:after, html:not(.sp) .badge.bg-gray a:hover:after {
  opacity: 0.07;
}

/*---------------------------------------------
	[TB] 表
  ---------------------------------------------*/
.mod table,
table.tbl {
  width: 100%;
  margin-bottom: 30px;
  border-spacing: 0;
}
.mod table td,
table.tbl td {
  padding: 15px;
  border: solid 1px #e5ebf0;
}
.mod table th,
table.tbl th {
  padding: 15px;
  color: #000;
  font-weight: bold;
  background-color: #f1f2f3;
  border: solid 1px #e5ebf0;
}
.mod table th.th2, .mod table th + th,
table.tbl th.th2,
table.tbl th + th {
  background-color: #f6f7f7;
}
.mod table thead th,
table.tbl thead th {
  color: #000;
  background-color: #f1f2f3;
  /* border: solid 1px $color-gray * .92; */
}
.mod table td p:last-child,
.mod table td ul:last-child,
.mod table td ol:last-child,
.mod table td dl:last-child,
table.tbl td p:last-child,
table.tbl td ul:last-child,
table.tbl td ol:last-child,
table.tbl td dl:last-child {
  margin-bottom: 0;
}

/* レスポンシブ */
.tbl_price {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #e5ebf0;
  margin: 0 0 10px 0;
  padding: 0;
}

.tbl_price div {
  border-right: solid 1px #e5ebf0;
}

.tbl_price div.col2 {
  width: 50%;
}

.tbl_price div.col3 {
  width: 33.3333333333%;
}

.tbl_price div.col4 {
  width: 25%;
}

.tbl_price div.col5 {
  width: 20%;
}

.tbl_price div:last-child {
  border-right: none;
}

.tbl_price div .head {
  height: 50px;
  border-bottom: solid 1px #e5ebf0;
  background-color: #f1f2f3;
  margin: 0 0 20px 0;
  position: relative;
}

.tbl_price div .head h4 {
  padding: 15px;
  margin-bottom: 0;
  color: #000;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 100%; /* text-align: center; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.tbl_price div .hgt_2line {
  height: 70px;
}

.tbl_price div p {
  padding: 0 15px; /* text-align: center; */
}

@media screen and (max-width: 767px) {
  .tbl_price {
    display: block;
  }
  .tbl_price div {
    border-right: none;
  }
  .tbl_price div,
  .tbl_price div.col2,
  .tbl_price div.col3,
  .tbl_price div.col4,
  .tbl_price div.col5 {
    width: 100% !important;
  }
}
.tbl_price_group {
  width: 100%;
  margin: 0 0 10px 0;
}

.tbl_price_group th {
  width: 25%;
  background: #f1f2f3;
  border: solid 1px #e5ebf0;
  color: #000;
  font-weight: bold;
  padding: 15px;
  text-align: center;
}

.tbl_price_group td {
  width: 25%;
  border: solid 1px #e5ebf0;
  padding: 15px;
  text-align: center;
}

.tbl_price_group.col5 th {
  width: 20%;
}

.tbl_price_group.col5 td {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .tbl_price_group tr {
    display: block;
    float: left;
  }
  .tbl_price_group tr td,
  .tbl_price_group tr th {
    border-left: none;
    border-bottom: none;
    display: block;
    width: 100%; /* height: 50px; */
  }
  .tbl_price_group thead {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl_price_group thead tr {
    width: 100%;
  }
  .tbl_price_group thead th {
    text-align: left;
  }
  .tbl_price_group tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .tbl_price_group tbody tr {
    width: 100%;
  }
  .tbl_price_group tr td + td {
    border-left: none;
  }
  .tbl_price_group tbody td {
    text-align: right;
  }
  .tbl_price_group tbody td:last-child {
    border-bottom: solid 1px #e5ebf0;
  }
  .tbl_price_group.col5 th {
    width: 100%;
  }
  .tbl_price_group.col5 td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tbl-res {
    width: 100%;
  }
  .tbl-res .last td:last-child {
    border-bottom: solid 1px #e5ebf0;
    width: 100%;
  }
  .tbl-res th,
  .tbl-res td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/*---------------------------------------------
	[NV2] タブ

	.tab
	  .tab-nav > li(.current)* > button/a
      .tab-content > .tab-panel(.current)*

  ---------------------------------------------*/
.tab {
  margin-bottom: 50px;
}

.row .tab {
  margin-bottom: 20px;
}

.tab-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tab-nav li {
  display: none;
  width: 2000px;
  min-height: 60px;
  margin: 0;
  padding: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*html:not(.sp) & button:hover ,
  html:not(.sp) & a:hover {*/
}
.tab-nav li:last-of-type {
  margin-right: -1px;
  border-right: 0 none;
}
.tab-nav li:before {
  display: none;
}
.tab-nav li button,
.tab-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 15px;
  text-align: center;
  line-height: 1.6;
  text-decoration: none;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.2s linear, border-right-color 0.2s linear, margin 0.2s ease-in-out, padding 0.2s ease-in-out;
  transition: background-color 0.2s linear, border-right-color 0.2s linear, margin 0.2s ease-in-out, padding 0.2s ease-in-out;
}
.tab-nav li.current button, .tab-nav li.current a {
  padding-top: 30px;
  cursor: default;
}
.tab-nav li button,
.tab-nav li a {
  color: #446688;
  font-weight: bold;
  background-color: #dee3e7;
}
.tab-nav li.current button, .tab-nav li.current a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(236, 249, 253, 0)), to(#ecf9fd)) !important;
  background: -webkit-linear-gradient(bottom, rgba(236, 249, 253, 0) 0, #ecf9fd 100%) !important;
  background: linear-gradient(0deg, rgba(236, 249, 253, 0) 0, #ecf9fd 100%) !important;
  outline: none;
}
html:not(.sp) .tab-nav li button:hover, html:not(.sp) .tab-nav li a:hover {
  background-color: #eaebec;
}

.sp-tab-nav {
  display: none;
}

.tab-content {
  position: relative;
  overflow: hidden;
}

.row .tab-content {
  padding: 0;
}

.tab-panel {
  position: absolute;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 0 10px;
}

.tab-panel.current {
  position: relative;
  display: block;
}

.tab .tab-panel {
  padding-left: 3vw;
  padding-right: 3vw;
}

@media screen and (max-width: 767px) {
  .tab-nav li button,
  .tab-nav li a {
    padding: 10px 5px;
  }
  .tab-nav li.current button,
  .tab-nav li.current a {
    padding-top: 20px;
  }
}
/*---------------------------------------------
	[NV3] ページネーション
  ---------------------------------------------*/
.pagination p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a,
.pagination span {
  position: relative;
  display: inline-block;
  min-width: 45px;
  height: 45px;
  padding: 0 5px;
  line-height: 45px;
  margin: 0 1px 1px 0;
  font-size: 1.4rem;
  text-align: center;
}
.pagination a {
  color: #446688;
  text-decoration: none;
  background-color: #f2f5f7;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
html:not(.sp) .pagination a:hover {
  color: #fff;
  background-color: #009BE2;
}
.pagination .current {
  color: #fff;
  background-color: #009BE2;
}
.pagination .prev {
  padding: 0 10px 0 30px;
}
.pagination .prev:before {
  left: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html:not(.sp) .pagination .prev:hover:before {
  left: 3px;
  background-position-x: 0;
}
.pagination .next {
  padding: 0 30px 0 10px;
}
.pagination .next:before {
  right: 6px;
}
html:not(.sp) .pagination .next:hover:before {
  right: 3px;
  background-position-x: 0;
}
.pagination .prev:before,
.pagination .next:before {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position: 0 0;
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
}

/*---------------------------------------------
	[FM] フォーム
  ---------------------------------------------*/
.form dl.border-set {
  margin-bottom: 50px;
}
.form dl.border-set > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .caption {
  display: inline-block;
  margin: 0;
  padding: 5px 0;
  vertical-align: middle;
}
.form input,
.form select,
.form textarea,
.form span {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.form input[type=tel],
.form input[type=email],
.form input[type=text],
.form textarea {
  width: 100%;
  max-width: 300px;
  margin: 5px 0;
  padding: 5px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 1px solid #434c4d;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form input[type=tel].full,
.form input[type=email].full,
.form input[type=text].full,
.form textarea.full {
  max-width: 100%;
}
.form input[type=tel]:not(.full),
.form input[type=email]:not(.full),
.form input[type=text]:not(.full) {
  margin-right: 15px;
}
.form select {
  position: relative;
  margin: 5px 0;
  padding: 5px 40px 5px 5px;
  font-size: 1.6rem;
  line-height: 1.6;
  border: 1px solid #e5ebf0;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  background-image: url(/common/images/icon_down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px auto;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
html:not(.sp) .form input[type=tel]:hover, html:not(.sp) .form input[type=email]:hover, html:not(.sp) .form input[type=text]:hover, html:not(.sp) .form textarea:hover, html:not(.sp) .form select:hover {
  border: 1px solid #009BE2;
}
.form select::-ms-expand {
  display: none;
}
.form label {
  display: inline-block;
  margin: 5px 20px 5px 0;
  cursor: pointer;
}
.form input[type=radio] {
  display: none;
}
.form input[type=radio] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px 6px 5px 0;
  vertical-align: middle;
  background-color: #fff;
  border: 2px solid #e5ebf0;
  border-radius: 9px;
}
.form input[type=radio]:checked + span {
  border-color: #009BE2;
}
.form input[type=radio]:checked + span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 2px;
  background-color: #009BE2;
  border-radius: 5px;
}
.form input[type=checkbox] {
  display: none;
}
.form input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px 6px 5px 0;
  vertical-align: middle;
  background-color: #e5ebf0;
}
.form input[type=checkbox]:checked + span {
  background: #009BE2;
}
.form input[type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form .zip input[type=text] {
  width: 60px;
  margin-right: 0;
}
.form .zip input[type=text]:last-child {
  width: 80px;
}
.form .btn-upload {
  position: relative;
  max-width: 300px;
  margin: 5px 0;
  overflow: hidden;
  white-space: nowrap;
}
.form .btn-upload .upload-value {
  display: block;
  margin: 0 !important;
  padding: 5px 10px;
  font-size: 1.4rem;
  border: 1px solid #e5ebf0;
  border-right: 0 none;
  vertical-align: middle;
  background-color: transparent;
  border-radius: 3px 0 0 3px;
}
html:not(.sp) .form .btn-upload:hover .upload-value {
  border-color: #009BE2;
}
.form .btn-upload span {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #fff;
  background-color: #009BE2;
  vertical-align: middle;
  border: 1px solid #009BE2;
  border-radius: 0 3px 3px 0;
}
.form .btn-upload input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0;
}
.form dl.border-set .required {
  position: relative;
  padding-right: 40px;
}
.form dl.border-set .required:after {
  content: "必須";
  position: absolute;
  display: block;
  padding: 4px 6px 3px;
  top: 50%;
  right: 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  background-color: #f2646e;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

:-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

:-moz-placeholder-shown {
  color: #bbb;
}

:placeholder-shown {
  color: #bbb;
}

/*---------------------------------------------
	[BL1] バルーン
  ---------------------------------------------*/
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 15px 0;
  padding: 7px 10px;
  max-width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

.balloon1:before {
  content: "";
  position: absolute;
}

.balloon1-top:before {
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.7);
}

.balloon1-bottom:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.7);
}

.balloon1-left:before {
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.7);
}

.balloon1-right:before {
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.7);
}

/*---------------------------------------------
	[EB1] 動画埋め込み
  ---------------------------------------------*/
.embed-video {
  position: relative;
  margin-bottom: 20px;
  padding: 56.25% 0 0;
}
.embed-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
}

/*---------------------------------------------
	[EB2] モーダル
  ---------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  -webkit-animation: mfp-bg-fadein 0.3s linear;
          animation: mfp-bg-fadein 0.3s linear;
}
.mfp-bg.mfp-ready.mfp-removing {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s;
}

@-webkit-keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}

@keyframes mfp-bg-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
}
html:not(.sp) .mfp-wrap {
  overflow-y: scroll !important;
}

.mfp-container {
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  z-index: 10045;
  display: inline-block;
  vertical-align: middle;
  margin: 20px auto;
  text-align: left;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
}
.mfp-wrap.mfp-ready.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
  transition: opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s;
  transition: transform 0.3s ease-in 0.3s, opacity 0.3s linear 0.3s, -webkit-transform 0.3s ease-in 0.3s;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  padding: 40px 0;
  cursor: auto;
}
.mfp-inline-holder .mfp-content > div {
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
.mfp-inline-holder .mfp-content .content {
  padding: 30px 30px 10px;
  position: relative;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  text-indent: -9999px;
  z-index: 10044;
  overflow: hidden;
}
.mfp-preloader:before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 60px 60px;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 40px;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  border: solid 2px rgba(255, 255, 255, 0.5);
  background: none;
  outline: none;
  opacity: 0.5;
  border-radius: 15px;
}
.mfp-ready .mfp-close {
  top: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear;
  transition: top 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.3s ease-in-out, opacity 0.3s linear, -webkit-transform 0.3s ease-in-out;
}
.mfp-ready.mfp-removing .mfp-close {
  top: 40px;
  -webkit-transition: top 0.3s ease-in 0s;
  transition: top 0.3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-close, .mfp-ready .mfp-inline-holder .mfp-close {
  top: -40px;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-close, .mfp-ready.mfp-removing .mfp-inline-holder .mfp-close {
  top: 0;
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mfp-close:before, .mfp-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 18px;
  right: 12px;
  top: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
html:not(.sp) .mfp-close:hover {
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 0.96rem;
  line-height: 1.6;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  z-index: 10046;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  text-indent: -9999px;
  background-color: #009BE2;
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
}
.mfp-arrow:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mfp-arrow:hover:before {
  opacity: 0.2;
}
.mfp-arrow:after {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_link.png);
  background-repeat: no-repeat;
  background-size: 480px 240px;
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -12px;
  background-position-x: 0;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.mfp-arrow-left {
  left: -100px;
}
.mfp-arrow-right {
  right: -100px;
}
.mfp-arrow-left:after {
  left: 7px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html:not(.sp) .mfp-arrow-left:hover:after {
  -webkit-transform: translate3d(-3px, 0, 0) rotate(180deg);
          transform: translate3d(-3px, 0, 0) rotate(180deg);
}
.mfp-arrow-right:after {
  right: 7px;
}
html:not(.sp) .mfp-arrow-right:hover:after {
  -webkit-transform: translate3d(3px, 0, 0);
          transform: translate3d(3px, 0, 0);
}
.mfp-ready .mfp-arrow-left {
  left: 20px;
  -webkit-transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: left 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-left {
  left: -100px;
  -webkit-transition: left 0.5s ease-in 0s;
  transition: left 0.5s ease-in 0s;
}
.mfp-ready .mfp-arrow-right {
  right: 20px;
  -webkit-transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
  transition: right 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s;
}
.mfp-ready.mfp-removing .mfp-arrow-right {
  right: -100px;
  -webkit-transition: right 0.5s ease-in 0s;
  transition: right 0.5s ease-in 0s;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
  padding: 40px 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 40px;
  bottom: 40px;
  right: 0;
  background: #444;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.6);
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 1.2rem;
  line-height: 1.6;
}
.mfp-figure figure {
  position: relative;
  margin: 0;
}

.mfp-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-ready .mfp-bottom-bar {
  bottom: -40px;
  -webkit-transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear;
  transition: bottom 0.3s cubic-bezier(0.47, 1.83, 0.71, 1) 0.3s, transform 0.2s ease-in-out, opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
}
.mfp-ready.mfp-removing .mfp-bottom-bar {
  bottom: 0;
  -webkit-transition: bottom 0.3s ease-in 0s;
  transition: bottom 0.3s ease-in 0s;
}
.mfp-ready .mfp-iframe-holder .mfp-bottom-bar {
  bottom: 0;
}
.mfp-ready.mfp-removing .mfp-iframe-holder .mfp-bottom-bar {
  bottom: -35px;
}

.mfp-title {
  float: left;
  height: 1.6em;
  padding-right: 4em;
  text-align: left;
  line-height: 1.6;
  color: #fff;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.sb10 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 10px);
}

.sb11 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 11px);
}

.sb12 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 12px);
}

.sb13 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 13px);
}

.sb14 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 14px);
}

.sb15 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 15px);
}

.sb16 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 16px);
}

.sb17 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 17px);
}

.sb18 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 18px);
}

.sb19 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 19px);
}

.sb20 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 20px);
}

.sb21 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 21px);
}

.sb22 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 22px);
}

.sb23 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 23px);
}

.sb24 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 24px);
}

.sb25 .mfp-bg ~ #wrapper .fixed {
  width: calc(100% - 25px);
}

/*---------------------------------------------
	[SL] スライダー
  ---------------------------------------------*/
.slider {
  position: relative;
  margin-bottom: 30px;
}
.slider-container {
  width: 100%;
  overflow: hidden;
}
.slider .panel-vertical,
.slider .panel-covered {
  margin-bottom: 0;
}

/* ----- Slick Slider ----- */
.slick-slider {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  min-height: 1px;
  margin-bottom: 0;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 30px;
  top: 42%;
  text-indent: -9999px;
  background-color: rgba(0, 155, 226, 0);
  border: 0 none;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  -webkit-transition: left 0.2s, right 0.2s, background-color 0.2s, opacity 0.2s;
  transition: left 0.2s, right 0.2s, background-color 0.2s, opacity 0.2s;
  /*
  &:hover,
  &:focus {
  	background-color:$color-link; color:inherit; outline:none;
  }
  &:focus:after { text-shadow:0 0 1px 0 rgba($color-black, 0); }
  */
}
.slick-arrow:before {
  display: none;
}
.slick-arrow:after {
  content: "";
  font-family: "FontAwesome";
  color: #99aabb;
  text-shadow: 0 1px 2px #fff;
  text-indent: 0;
  line-height: 30px;
  font-size: 1.8rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: right 0.2s, left 0.2s;
  transition: right 0.2s, left 0.2s;
}

.slick-disabled {
  opacity: 0;
}

.slick-prev {
  left: -8px;
}
.slick-prev:hover {
  left: -12px;
}
.slick-prev:after {
  content: "\f104";
}

.slick-next {
  right: -8px;
}
.slick-next:hover {
  right: -12px;
}
.slick-next:after {
  content: "\f105";
}

.slick-track .img,
.mod .slick-track .img {
  margin-bottom: 0;
}

.slick-dots {
  width: 100%;
  margin: 5px 0 0;
  padding: 0 15px 0 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 2px !important;
  padding: 3px !important;
  text-align: center;
  vertical-align: middle;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.slick-dots li:before, .mod .slick-dots li:before {
  display: none;
}
html:not(.sp) .slick-dots li:hover,
.slick-dots .slick-active {
  background-color: rgba(139, 209, 215, 0.4);
}
.slick-dots li button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  background-color: rgba(128, 139, 140, 0.3);
  overflow: hidden;
  border: 0 none;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
html:not(.sp) .slick-dots li:hover button,
.slick-dots .slick-active button {
  background-color: #009BE2;
}

.slick-initialized.no-gutter .slick-slide {
  margin-right: 0;
}

/*---------------------------------------------
	[SC] スクロールエフェクト
  ---------------------------------------------*/
/* ----- [SC1] フェードイン ----- */
.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

/* ----- [SC2] スライドイン ----- */
.slidein {
  visibility: hidden;
}
.slidein-bg {
  position: absolute;
  z-index: 1000;
  display: block;
  overflow: hidden;
}
.slidein-bg span {
  position: absolute;
  display: block;
  width: 120%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #434c4d;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

/* 水平スクロールバー */
.scroll:not(button) {
  margin: 0 0 15px;
  overflow-x: auto;
}
.scroll:not(button)::-webkit-scrollbar {
  height: 5px;
}
.scroll:not(button)::-webkit-scrollbar-track {
  background: #f2f5f7;
  -webkit-border-radius: 100px;
}
.scroll:not(button)::-webkit-scrollbar-thumb {
  background: #009BE2;
  -webkit-border-radius: 100px;
}
.scroll:not(button) > * {
  /*min-width: 738px;*/
  margin-bottom: 5px;
}

/*---------------------------------------------
	1200px未満
  ---------------------------------------------*/
@media screen and (max-width: 1299px), print {
  /* ----- 基本フォントサイズ ----- */
  body {
    font-size: 1.5rem;
  }
  /* ----- メインコンテンツ ----- */
  .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 2.5vw);
  }
  .no-gutter {
    width: 100%;
  }
  .col1-2 {
    width: calc(50% - 2.5vw);
  }
  .col1-3 {
    width: calc(33.33333333% - 2.5vw);
  }
  .col2-3 {
    width: calc(66.66666666% - 2.5vw);
  }
  .col1-4 {
    width: calc(25% - 2.5vw);
  }
  .col3-4 {
    width: calc(75% - 2.5vw);
  }
  .col1-5 {
    width: calc(20% - 2.5vw);
  }
  .col1-6 {
    width: calc(16.66666666% - 2.5vw);
  }
  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6 {
    margin-right: 2.5vw;
  }
  /* ----- [IG] 画像 ----- *

  	.img-set .img,
  	.thumb-set .img {
  		margin-right: $col-space-pc / 4;
  		padding-right: $col-space-pc / 4;
  		&.right {
  			margin-right: 0;
  			padding-right: 0;
  			margin-left: $col-space-pc / 4;
  			padding-left: $col-space-pc / 4;
  		}
  	}
  */
  /* ----- [LT] リスト ----- */
  ul.col-set li {
    margin-bottom: 20px;
  }
  /* ----- [BT5] ページトップボタン ----- */
  #btn-pagetop {
    right: 20px;
  }
  #btn-pagetop.show {
    -webkit-transform: translate3d(0, -70px, 0);
            transform: translate3d(0, -70px, 0);
  }
  /* ----- [BX] ボックス ----- *

  .box {
  	margin-bottom: 30px;
  	padding: 30px $col-space-wide 0;
  	.heading:first-child {
  		margin: -$col-space-wide -$col-space-wide $col-space-wide;
  		padding: $col-space-wide/2 $col-space-wide;
  	}
  }
  */
  /* ----- [FR] 枠 ----- */
  .frame {
    margin-bottom: 20px;
  }
  .frame .heading:first-child {
    margin: -20px -20px 20px;
  }
  /* ----- [PL] パネル ----- */
  .panel-vertical {
    margin-bottom: 20px;
  }
  .panel-vertical .badge {
    margin-left: 20px;
    margin-right: 20px;
  }
  .row .panel-horizontal {
    margin-bottom: 20px;
  }
  /*.panel-horizontal .txt {
  	padding: 20px 20px 0;
  }*/
  .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 20px;
  }
  .panel-covered .txt {
    padding: 20px 20px 0;
  }
  .panel-covered .link-horizontal {
    margin: 0 -20px;
    padding: 15px 10px 5px 20px;
  }
  .panel-covered .tag {
    margin: 0 -20px;
    padding: 15px 12px 7px 20px;
  }
  /* ----- [SL] スライダー ----- */
  .slider {
    margin-bottom: 20px;
  }
  /* ----- [NV2] タブ ----- */
  .tab {
    margin-bottom: 40px;
  }
  .tab-panel {
    padding: 20px 0 10px;
  }
  /* ----- [FM] フォーム ----- */
  .form dl.border-set {
    margin-bottom: 40px;
  }
  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 20px 20px 0;
  }
}
/*---------------------------------------------
	$breakpoint-width未満
  ---------------------------------------------*/
@media screen and (max-width: 767px) {
  /* ----- メインコンテンツ ----- */
  .content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .anchor:before {
    content: "";
    display: block;
    margin-top: -62px;
    padding-top: 60px;
  }
  /* ----- 強制指定 ----- */
  /* 中央寄せ */
  .sp-center {
    text-align: center !important;
  }
  /* ----- 幅 ----- */
  .sp-w50 {
    width: 50px !important;
  }
  .sp-w60 {
    width: 60px !important;
  }
  .sp-w70 {
    width: 70px !important;
  }
  .sp-w80 {
    width: 80px !important;
  }
  .sp-w90 {
    width: 90px !important;
  }
  .sp-w100 {
    width: 100px !important;
  }
  .sp-w110 {
    width: 110px !important;
  }
  .sp-w120 {
    width: 120px !important;
  }
  .sp-w130 {
    width: 130px !important;
  }
  .sp-w140 {
    width: 140px !important;
  }
  .sp-w150 {
    width: 150px !important;
  }
  .sp-w160 {
    width: 160px !important;
  }
  .sp-w170 {
    width: 170px !important;
  }
  .sp-w180 {
    width: 180px !important;
  }
  .sp-w190 {
    width: 190px !important;
  }
  .sp-w200 {
    width: 200px !important;
  }
  /* ----- 上余白 ----- */
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  /* ----- 下余白 ----- */
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
  /* 表示／非表示 */
  .show-pc {
    display: none !important;
  }
  /* 文字サイズ */
  .sp-l {
    font-size: 1.7rem !important;
  }
  .sp-m {
    font-size: 1.4rem !important;
  }
  .sp-s {
    font-size: 1.2rem !important;
  }
  /* ----- [CL] カラム ----- */
  .col-set {
    width: calc(100% + 15px);
  }
  .no-gutter {
    width: 100%;
  }
  .row .no-gutter {
    margin-bottom: 15px;
  }
  .col1-2,
  .col1-3,
  .col2-3,
  .col1-4,
  .col3-4,
  .col1-5,
  .col1-6 {
    width: calc(100% - 15px);
    margin-right: 15px;
  }
  .no-gutter > .col1-2,
  .no-gutter > .col1-3,
  .no-gutter > .col2-3,
  .no-gutter > .col1-4,
  .no-gutter > .col3-4,
  .no-gutter > .col1-5,
  .no-gutter > .col1-6 {
    width: 100%;
  }
  .sp-col1-2 {
    width: calc(50% - 15px);
  }
  .no-gutter > .sp-col1-2 {
    width: 50%;
  }
  .sp-col1-3 {
    width: calc(33.33333333% - 15px);
  }
  .no-gutter > .sp-col1-3 {
    width: 33.33333333%;
  }
  .sp-col1-4 {
    width: calc(25% - 15px);
  }
  .no-gutter > .sp-col1-4 {
    width: 25%;
  }
  /* ----- [TX] テキスト ----- */
  .mod p {
    margin-bottom: 15px;
  }
  .copy {
    font-size: 2.1rem;
  }
  /*
  .note + .note,
  .note-num + .note-num {
  	margin-top: -10px;
  }
  */
  /* ----- [HR]  区切り線 ----- */
  hr {
    margin-bottom: 15px;
  }
  /* ----- [IG] 画像 ----- */
  .img {
    margin-bottom: 15px;
  }
  figure {
    margin-bottom: 15px;
  }
  .caption {
    margin-top: -5px;
  }
  .right .caption {
    margin-right: auto;
  }
  .img-set:not(.img-set-sp) .img, .img-set:not(.img-set-sp) .img.right {
    float: none;
    width: auto;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .img-set:not(.img-set-sp) .img {
    margin-right: 0;
    padding-right: 0;
  }
  .img-set:not(.img-set-sp) .img.left {
    text-align: left;
  }
  .img-set:not(.img-set-sp) .img.right {
    text-align: right;
  }
  .thumb-set .img {
    margin-right: 3.75px;
    padding-right: 3.75px;
  }
  .thumb-set .img.right {
    margin-right: 0;
    padding-right: 0;
    margin-left: 3.75px;
    padding-left: 3.75px;
  }
  /* ----- [LT] リスト ----- */
  .mod ul {
    margin-bottom: 15px;
  }
  .mod ul.col-set li {
    margin-bottom: 15px;
  }
  ol {
    margin-bottom: 15px;
  }
  /* .mod dl { */
  dl {
    display: block;
    margin-bottom: 15px;
  }
  dl dt {
    width: auto !important;
    padding-bottom: 5px !important;
  }
  dl dd {
    width: auto !important;
    padding: 0 0 15px;
  }
  dl.border-set {
    border-bottom: 0 none;
    border-top: solid 1px #e5ebf0;
  }
  dl.border-set > dt {
    padding: 15px 0 5px;
    border-top: 0 none;
  }
  dl.border-set > dd {
    width: auto;
    padding: 0 0 15px;
    border-top: 0 none;
    border-bottom: solid 1px #e5ebf0;
  }
  /*
  dl.news {
  	> dt {
  		float: left;
  		padding-right: 15px;
  	}
  	&.border-set > dt {
  		float: left;
  		padding-top: 15px;
  		border-top: 0 none;
  	}
  	> dd .tag,
  	> dd .label {
  		clear: none;
  		float: right;
  		margin: 0 0 5px;
  	}
  	&.border-set .tag,
  	&.border-set .label {
  		margin-top: 15px;
  	}
  	&.border-set p + .tag,
  	&.border-set p + .label {
  		margin-top: 0;
  	}
  	.link-icon {
  		clear: both;
  	}
  }*/
  dl.news {
    display: block;
  }
  dl.news > dt {
    padding: 15px 15px 0;
  }
  dl.news > dt .date,
  dl.news > dt .label {
    display: inline-block;
    min-width: 9em;
  }
  dl.news > dd {
    width: auto;
    padding: 0 15px 15px;
  }
  /* ----- [LK1] アイコンリンク ----- */
  .link-icon:not(li) + .link-icon {
    margin-top: -5px;
  }
  .link-icon[class*=col] + .link-icon {
    margin-top: 0;
  }
  /* ----- [LK2] 横並びリンク ----- */
  .mod p.link-horizontal,
  p.link-horizontal,
  .link-horizontal {
    margin-bottom: 5px;
  }
  /* ----- [BT] ボタン ----- *

  .btn {
  	margin: 0 -15px 0 0; margin:0;
  }

  .btn > * {
  	margin: 0 15px 15px 0;
  }
  */
  /* ----- [BT3] シェアボタン ----- */
  .btn-share {
    margin-bottom: 5px;
    text-align: center;
  }
  /* ----- [BT5] ページトップボタン ----- */
  #btn-pagetop {
    right: 15px;
  }
  #btn-pagetop.show {
    -webkit-transform: translate3d(0, -65px, 0);
            transform: translate3d(0, -65px, 0);
  }
  /* ----- [BX] ボックス ----- */
  .box {
    margin-bottom: 15px;
    padding: 15px;
  }
  .box .heading:first-child {
    margin: -15px -15px 15px;
    padding: 12px 15px;
  }
  /* ----- [FR]  枠 ----- */
  .frame {
    margin-bottom: 15px;
    padding: 15px;
  }
  .frame .heading:first-child {
    margin: -15px -15px 15px;
  }
  /* ----- [PL] パネル ----- */
  /* [PL1] パネル > 画像上 */
  .panel-vertical {
    margin-bottom: 15px;
  }
  .panel-vertical .badge {
    margin-left: 15px;
    margin-right: 15px;
  }
  .panel-vertical .txt {
    padding: 15px 15px 0;
  }
  .panel-vertical .link-horizontal {
    padding: 12px 5px 2px 15px;
  }
  .panel-vertical .tag {
    padding: 10px 7px 2px 15px;
  }
  .sp-panel-holizontal > a:after {
    content: "";
    display: block;
    clear: both;
  }
  .sp-panel-holizontal .img {
    float: left;
    width: 25%;
    margin: 15px;
  }
  .sp-panel-holizontal .badge {
    position: static;
    clear: both;
    float: left;
    width: 25%;
    height: auto;
    margin: -15px 15px 15px 15px;
    border-radius: 0;
  }
  .sp-panel-holizontal .badge > * {
    display: block;
    width: auto;
    height: auto;
    padding: 8px 10px;
    font-size: 1.1rem;
    line-height: 1;
  }
  .sp-panel-holizontal .txt,
  .sp-panel-holizontal .badge + .txt {
    padding: 15px 15px 0 0;
    overflow: hidden;
  }
  /* [PL2] パネル > 画像左右 */
  .panel-horizontal,
  .panel-horizontal > a {
    display: block;
  }
  .panel-horizontal:before,
  .panel-horizontal > a:before {
    display: none;
  }
  .panel-horizontal .img {
    width: auto !important;
  }
  .panel-horizontal .img > a {
    position: relative;
  }
  .panel-horizontal .img div {
    position: relative;
    width: 100%;
    height: 0;
    padding: 56.25% 0 0;
  }
  .panel-horizontal .txt {
    width: auto !important;
    left: 0 !important;
    padding: 15px 15px 0;
  }
  .panel-horizontal .badge {
    top: auto !important;
    left: 50% !important;
  }
  .panel-horizontal .badge + .txt {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 40px !important;
  }
  .row .panel-horizontal {
    margin-bottom: 15px;
  }
  /* [PL4] パネル > 背景画像 */
  .panel-covered .txt {
    padding: 15px 15px 0;
  }
  .panel-covered .link-horizontal {
    margin: 0 -15px;
    padding: 12px 5px 2px 15px;
  }
  .panel-covered .tag {
    margin: 0 -15px;
    padding: 10px 7px 2px 15px;
  }
  .col-set:not(.no-gutter) .panel-covered {
    margin-bottom: 15px;
  }
  /* ----- [TB] 表 ----- */
  .mod table {
    margin-bottom: 15px;
  }
  /* ----- [NV1] コンテンツナビゲーション ----- */
  .nav-content {
    overflow: hidden;
    /*
    &.link-internal a {
    	padding-right: 30px;
    }
    ul:not(.sp-nowrap) li:nth-of-type(2n) a {
    	border-right: 0 none !important;
    }
    */
  }
  .nav-content ul.sp-nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .nav-content ul li {
    width: 50%;
  }
  .nav-content ul li a {
    font-size: 1.1rem;
  }
  html:not(.sp) .nav-content.link-internal a:hover:after {
    margin-top: -9px;
  }
  /* ----- [NV2] タブ ----- */
  .tab {
    margin-bottom: 30px;
  }
  .row .tab {
    margin-bottom: 15px;
  }
  .sp-accordion .tab-nav {
    display: none;
  }
  .tab-nav li {
    min-height: 50px;
  }
  .tab-nav li a {
    padding: 5px 15px;
  }
  .tab-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .tab-panel:before {
    content: "";
    display: block;
    height: 15px;
  }
  .tab-panel:after {
    content: "";
    display: block;
    height: 5px;
  }
  .sp-accordion .sp-tab-nav {
    display: block;
    margin: 0;
  }
  .sp-accordion .sp-tab-nav button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 50px;
    padding: 5px 50px 5px 15px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    background-color: #434c4d;
    border: 0 none;
    border-top: solid 1px #5f6768;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.2s linear, border-top-color 0.2s linear;
    transition: background-color 0.2s linear, border-top-color 0.2s linear;
  }
  html:not(.sp) .sp-accordion .sp-tab-nav:not(.current) button:hover {
    background-color: #5f6768;
  }
  .sp-accordion .sp-tab-nav:first-of-type button, .sp-accordion .sp-tab-nav.current + .tab-panel + .sp-tab-nav button {
    border-top-color: #434c4d;
  }
  .sp-accordion .sp-tab-nav.current button {
    background-color: #009BE2;
    border-top-color: #009BE2 !important;
    outline: none;
  }
  .sp-accordion .sp-tab-nav button span {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    border: solid 1.5px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .sp-accordion .sp-tab-nav button span:before, .sp-accordion .sp-tab-nav button span:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 2px;
  }
  .sp-accordion .sp-tab-nav button span:before {
    width: 12px;
    height: 2px;
    margin: -1px 0 0 -6px;
  }
  .sp-accordion .sp-tab-nav button span:after {
    width: 2px;
    height: 12px;
    margin: -6px 0 0 -1px;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
  html:not(.sp) .sp-accordion .sp-tab-nav button:hover span:after, .sp-accordion .sp-tab-nav.current button span:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sp-accordion .tab-panel {
    position: relative;
    width: auto;
  }
  /* ----- [FM] フォーム ----- */
  .form dl.border-set {
    margin-bottom: 30px;
  }
  .form dl.border-set > dt {
    padding: 15px 0 5px;
  }
  .form dl.border-set .required:after {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  /* ----- [EB1] 動画埋め込み ----- */
  .embed-video {
    margin-bottom: 15px;
  }
  /* ----- [EB2] モーダル ----- */
  .mfp-inline-holder .mfp-content .content {
    padding: 15px 15px 0;
  }
  /* ----- [SL] スライダー ----- */
  .slider {
    margin-bottom: 15px;
  }
  .row .slider {
    margin-left: -3vw;
    margin-right: -3vw;
  }
}
/*---------------------------------------------
	480px未満
  ---------------------------------------------*/
@media screen and (max-width: 479px) {
  /* ----- [BT] ボタン -----

  .btn {
  	margin-right: 0;
  }

  .btn > * {
  	width: 100%;
  	margin-right: 0;
  }
  */
  /* ----- [FM] フォーム ----- */
  .form input[type=text],
  .form textarea {
    max-width: 100%;
  }
}
/*---------------------------------------------
	印刷用
  ---------------------------------------------*/
@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
  body {
    width: 1024px;
    background-color: #fff;
  }
  .slick-track {
    width: 50000px !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
  }
  .slider .col1-2 {
    width: 482px !important;
  }
  .slider .col1-3 {
    width: 314.66666666px !important;
  }
  .slider .col1-4 {
    width: 231px !important;
  }
  .slider .col1-5 {
    width: 180.8px !important;
  }
  .slider .col1-6 {
    width: 147.33333333px !important;
  }
  .slick-list {
    padding: 0 !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .slick-dots {
    display: none !important;
  }
  /* エフェクトを印刷対応するための記述 */
  .fadein {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slidein {
    visibility: visible;
  }
  .slidein-bg {
    display: none;
  }
}