/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ============================================================
*
* BASE
*
* ============================================================ */
/* ------------------------------------------------------------
* 限定的なベーススタイル
* ------------------------------------------------------------ */
/* 管理用パーツ
* -------------------------------------------------- */
#adminBox,
.acms-admin-box {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
  border: 0;
}

.acms-admin-edit-info {
  margin: 0;
  border: 0;
}

#js-seo_info {
  background-color: #efefef;
}

/* 
* -------------------------------------------------- */
.acms-admin-table-admin-edit tr {
  border-bottom: 1px solid #ddd !important;
}

/* ------------------------------------------------------------
* 基本設定
* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
  line-height: 1.5;
  scroll-behavior: smooth;
}

body {
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  color: #333333;
  background: url(assets/bg.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
main {
  background-color: #fff;
}

/* ----- リンクの設定 ----- */
a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
a:active, a:visited {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

/* ----- 電話番号リンクの設定 ----- */
/* ----- 画像 ----- */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ============================================================
*
* レイアウト
*
* ============================================================ */
/* ------------------------------------------------------------
* フッター
* ------------------------------------------------------------ */
.ly_footer {
  display: block;
}

.ly_footer_cta {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ly_footer_info {
  padding-top: 48px;
  padding-bottom: 48px;
}

.ly_footer_cont {
  margin-right: auto;
  margin-left: auto;
}

/* ------------------------------------------------------------
* ラッパー
* ------------------------------------------------------------ */
/* ------------------------------------------------------------
* コンテンツエリア
* ------------------------------------------------------------ */
.ly_cont {
  margin-right: auto;
  margin-left: auto;
}
.ly_sect .ly_cont {
  position: relative;
}

.ly_cont.ly_cont__narrow {
  max-width: 500px;
  -webkit-box-shadow: 0 10px 8px rgba(228, 228, 228, 0.5);
          box-shadow: 0 10px 8px rgba(228, 228, 228, 0.5);
}

/* ------------------------------------------------------------
* セクション
* ------------------------------------------------------------ */
.ly_sect {
  padding: 48px 0;
}

.ly_sect_bg {
  background: rgb(236, 246, 249);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(236, 246, 249)), color-stop(83%, rgb(235, 246, 249)), to(rgb(186, 225, 238)));
  background: linear-gradient(180deg, rgb(236, 246, 249) 0%, rgb(235, 246, 249) 83%, rgb(186, 225, 238) 100%);
}

.ly_sect_bg_gold {
  background: rgb(221, 179, 29);
  background: linear-gradient(110deg, rgb(221, 179, 29) 0%, rgb(255, 242, 174) 53%, rgb(227, 172, 29) 100%);
}

.ly_sect_inner {
  padding-right: 6.4%;
  padding-left: 6.4%;
}

/* ============================================================
*
* モジュール
*
* ============================================================ */
/* ------------------------------------------------------------
* 見出し
* ------------------------------------------------------------ */
/* h2
* -------------------------------------------------- */
.bl_homeHeading {
  position: relative;
  text-align: center;
}

.el_homeHeading__en {
  position: relative;
  color: #1A49C3;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.el_homeHeading__ja {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
}
.el_homeHeading__ja::before {
  position: absolute;
  border-bottom: 3px solid #1A49C3;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 96px;
  content: "";
}
.el_homeHeading__ja.hp_color_white::before {
  border-bottom: 3px solid #fff;
}

/* ------------------------------------------------------------
* アコーディオン
* ------------------------------------------------------------ */
.bl_accordion {
  background-color: #fff;
}

.bl_accordion_item {
  position: relative;
  margin-bottom: 7px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 16px;
}
.bl_accordion_item:nth-last-of-type(1) {
  border-bottom: none;
}

.bl_accordion_qTxt,
.bl_accordion_aTxt {
  max-width: 340px;
  width: 85%;
}

.bl_accordion_qTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #1A49C3;
  cursor: pointer;
  padding-top: 24px;
  padding-bottom: 24px;
}
.bl_accordion_qTxt:hover {
  color: #52b4eb;
}
.bl_accordion_qTxt:visited, .bl_accordion_qTxt:active {
  color: #1A49C3;
}

.bl_accordion_q,
.bl_accordion_a {
  font-size: 2rem;
  padding-right: 16px;
  margin-top: -3px;
}

.bl_accordion_qTxt::-webkit-details-marker {
  display: none;
}

.bl_accordion_qTxt::before,
.bl_accordion_qTxt::after {
  position: absolute;
  margin: 0 0 0 12.5%;
  right: 2em;
  width: 3px;
  height: 16px;
  border-radius: 5px;
  background-color: #afafaf;
  content: "";
}

.bl_accordion_qTxt::before {
  rotate: 90deg;
}

.bl_accordion_qTxt::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.bl_accordion_item[open] .bl_accordion_qTxt::after {
  rotate: 90deg;
}

.bl_accordion_aTxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  padding-bottom: 24px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.bl_accordion_item[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/* ------------------------------------------------------------
* CTAエリア
* ------------------------------------------------------------ */
.bl_cta_note {
  color: #E10606;
  font-weight: bold;
}

.bl_cta_tel {
  font-size: 4rem;
  color: #1A49C3;
  font-weight: bold;
  line-height: 1.2;
}
.bl_cta_tel a {
  text-decoration: none;
}
.bl_cta_tel:before {
  margin-right: 4px;
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjc1NDggNC4yNDEwOEMxMS4yOTI2IDMuMTY1OTggMTAuMDc0MSAyLjU5Mzc1IDguOTA5NjMgMi45MDAxTDMuNjI3NTEgNC4yODczMkMyLjU4MzA5IDQuNTY0NzYgMS44NTY4IDUuNDc4MDIgMS44NTY4IDYuNTE4NDRDMS44NTY4IDIwLjgxODQgMTMuODk3NiAzMi40MTMzIDI4Ljc0NzYgMzIuNDEzM0MyOS44MjggMzIuNDEzMyAzMC43NzY0IDMxLjcxMzkgMzEuMDY0NSAzMC43MDgyTDMyLjUwNTEgMjUuNjIxN0MzMi44MjMyIDI0LjUwMDMgMzIuMjI5IDIzLjMyNyAzMS4xMTI1IDIyLjg4MTlMMjUuMzUwMiAyMC41Njk5QzI0LjM3MTggMjAuMTc2OCAyMy4yMzc0IDIwLjQ0ODUgMjIuNTcxMSAyMS4yNDA0TDIwLjE0NjEgMjQuMDg5OUMxNS45MjA0IDIyLjE2NTIgMTIuNDk5MSAxOC44NzA1IDEwLjUwMDMgMTQuODAxM0wxMy40NTk1IDEyLjQ3MTlDMTQuMjgxOCAxMS44MjQ2IDE0LjU2MzkgMTAuNzM3OSAxNC4xNTU3IDkuNzk1NzVMMTEuNzU0OCA0LjI0Njg2VjQuMjQxMDhaIiBmaWxsPSIjMUE0OUMzIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-size: contain;
}

.bl_cta_blackBg {
  font-size: 1.4rem;
  color: #fff;
  background-color: #333333;
  text-align: center;
}

/* ------------------------------------------------------------
* フッターのコンテンツ
* ------------------------------------------------------------ */
.bl_footer {
  position: relative;
  background-color: #fff;
}

.bl_footerCopyright {
  padding: 10px 0;
  border-top: 1px solid #DFDFDF;
}

.bl_footerCopyright_txt {
  text-align: center;
  font-size: 1.4rem;
}

/* ------------------------------------------------------------
* エントリー
* ------------------------------------------------------------ */
/* エントリーのタイトル
* -------------------------------------------------- */
.bl_entryHead {
  margin: 0 0 30px;
}

.bl_entryHeadTitle {
  padding: 0 0 10px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: solid 2px #1A49C3;
}

.bl_entryHeadInfo {
  font-size: 14px;
}

.bl_entryHeadInfo_date {
  margin-right: 0.5em;
  font-weight: bold;
  color: #1A49C3;
}

.bl_entryHeadInfo_new {
  margin-right: 0.5em;
  font-weight: bold;
  color: #E10606;
}

/* タイトルの下のサブ情報 */
/* ----- グリッド ----- */
.bl_entryBody_Grid {
  margin-right: -16px;
  margin-left: -16px;
}

/* ----- メディア ----- */
.bl_entryBody [class*=column-media] {
  padding-right: 16px;
  padding-left: 16px;
  padding-bottom: 12px;
}

/* ----- 本文 ----- */
.bl_entryBody {
  word-wrap: break-word;
}
.bl_entryBody p {
  margin: 0 16px 2em;
}

/* ----- 見出し ----- */
.bl_entryBody h2 {
  margin: 0 16px 1em;
  position: relative;
  font-size: 31px;
  color: #1A49C3;
}
.bl_entryBody h3 {
  margin: 0 16px 1em;
  font-size: 26px;
  font-weight: bold;
  line-height: 2em;
}
.bl_entryBody h4 {
  margin: 0 16px 1em;
  font-weight: bold;
  font-size: 22px;
  color: #88bf0f;
}

/* ----- エントリー内コンテナー ----- */
.entry-container {
  margin: 0 16px;
}

[class^=column-table] .entry-container {
  margin-bottom: 2em;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

/* ----- テーブル ----- */
.bl_entryBody table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
}
.bl_entryBody th,
.bl_entryBody td {
  display: block;
  padding: 0.8em 1em;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}
.bl_entryBody .acms-table-responsive th,
.bl_entryBody .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.bl_entryBody .acms-table-responsive table {
  margin: 0;
}
.bl_entryBody th {
  font-weight: bold;
}
.bl_entryBody .entry-custom-table {
  margin-bottom: 2em;
}
/* ----- リスト ----- */
.bl_entryBody ul {
  padding: 0 0 0 2em;
  margin: 0 16px 2em;
}
.bl_entryBody ul li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entryBody ul li:last-child {
  margin-bottom: 0;
}
.bl_entryBody ul.el_note {
  padding-left: 0;
  list-style: none;
}
.bl_entryBody ul.el_note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  text-indent: -1em;
}

/* ----- 番号付きリスト ----- */
.bl_entryBody ol {
  padding: 0 0 0 2em;
  margin: 0 16px 2em;
}
.bl_entryBody ol li {
  margin: 0 0 0.375em;
  line-height: 1.5;
}
.bl_entryBody ol li:last-child {
  margin-bottom: 0;
}

/* ----- 定義リスト ----- */
.bl_entryBody dl {
  margin: 0 16px 1.375em;
  line-height: 1.5;
}
.bl_entryBody dt {
  margin: 0 0 0.375em;
  font-weight: bold;
  line-height: 1.2;
}
.bl_entryBody dd {
  margin-bottom: 0.625em;
  margin-left: 0;
  line-height: 1.5;
}

/* ----- ユニット ----- */
.column-file-auto + .caption {
  margin-left: 10px;
}

[class*=column-media-] a,
[class*=column-image-] a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[class*=column-media-] a:hover,
[class*=column-image-] a:hover {
  opacity: 0.8;
}

/* ----- 引用URL ----- */
.acms-entry [class*=column-quote] {
  margin: 0 16px 2em;
}

.bl_entryBody .quote {
  padding: 0;
  overflow: hidden;
  border: solid 1px #DFDFDF;
  border-radius: 10px;
}
.bl_entryBody .quoteLink {
  display: block;
  padding: 15px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.bl_entryBody .quoteLink:visited {
  color: #333333;
  text-decoration: none;
}
.bl_entryBody .quoteLink:hover .quoteTitle {
  text-decoration: underline;
}
.bl_entryBody .quote-maincontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_entryBody .quoteTitle-wrap {
  margin: 0 20px 10px 0;
}
.bl_entryBody .quoteTitle {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.bl_entryBody .quoteImageContainer {
  float: none;
  min-width: 100px;
  margin: 0 0 10px;
}
.bl_entryBody .quoteSiteName {
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.bl_entryBody .quoteDescription {
  font-size: 12px;
  text-align: left;
}
.bl_entryBody .caption {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left !important;
  font-weight: bold;
}

.unit-separator {
  margin: 0 16px 2em;
  border: 0;
  border-top: solid 1px #DFDFDF;
}

/* ----- ユニットグループ ----- */
.bl_entryCol_mdspace {
  padding-bottom: 32px;
}

/* ------------------------------------------------------------
* グリッド
* ------------------------------------------------------------ */
.bl_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}
.bl_grid.bl_gridd__jc_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bl_grid.bl_gridd__jc_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_grid.bl_gridd__jc_around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.bl_grid.bl_gridd__ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class*=bl_col] {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

.bl_col_1 {
  width: 8.33%;
}

.bl_col_2 {
  width: 16.66%;
}

.bl_col_3 {
  width: 25%;
}

.bl_col_4 {
  width: 33.33%;
}

.bl_col_5 {
  width: 41.66%;
}

.bl_col_6 {
  width: 50%;
}

.bl_col_7 {
  width: 58.33%;
}

.bl_col_8 {
  width: 66.66%;
}

.bl_col_9 {
  width: 75%;
}

.bl_col_10 {
  width: 83.33%;
}

.bl_col_11 {
  width: 91.66%;
}

.bl_col_12 {
  width: 100%;
}
/* ------------------------------------------------------------
* カード
* ------------------------------------------------------------ */
.bl_card {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  max-width: 320px;
  margin-left: 37px;
  padding: 20px 16px 32px;
  background-color: #fff;
  border-radius: 16px;
}

.bl_card_inner {
  width: 90%;
  margin: 0 auto;
}

.bl_card_ttl {
  margin-left: -37px;
}

/* ============================================================
*
* ヘルパー
*
* ============================================================ */
/* ------------------------------------------------------------
* フォントとテキストのスタイル
* ------------------------------------------------------------ */
/* 英字フォント */
.hp_font_roboto {
  font-family: "Roboto", sans-serif !important;
}

/* 太字 */
.hp_font_bold {
  font-weight: bold !important;
}

/* 文字揃え */
.hp_txt_left {
  text-align: left !important;
}

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

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

.hp_txt_justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 文字間を戻す */
.hp_letter_0 {
  letter-spacing: 0 !important;
}

/* 文字色 */
.hp_color_maintxt {
  color: #1A49C3 !important;
}

.hp_color_white {
  color: #fff !important;
}

.hp_color_gray {
  color: #777 !important;
}

/* 強調 */
.hp_txt_em {
  font-style: normal !important;
  font-weight: bold !important;
}

/* 重要 */
.hp_txt_strong {
  font-weight: bold !important;
  color: #E10606 !important;
}

/* 上付き文字 */
.hp_txt_sup {
  color: #777;
}

/* 小文字 */
.hp_txt_small {
  font-size: 0.875em !important;
}

/* ------------------------------------------------------------
* パディングとマージン
* ------------------------------------------------------------ */
.hp_pt_0 {
  padding-top: 0 !important;
}

.hp_mt_0 {
  margin-top: 0 !important;
}

.hp_MT_0 {
  margin-top: 0 !important;
}

.hp_pt_xxs {
  padding-top: 8px !important;
}

.hp_mt_xxs {
  margin-top: 8px !important;
}

.hp_MT_xxs {
  margin-top: -8px !important;
}

.hp_pt_xs {
  padding-top: 16px !important;
}

.hp_mt_xs {
  margin-top: 16px !important;
}

.hp_MT_xs {
  margin-top: -16px !important;
}

.hp_pt_sm {
  padding-top: 24px !important;
}

.hp_mt_sm {
  margin-top: 24px !important;
}

.hp_MT_sm {
  margin-top: -24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hp_pr_0 {
  padding-right: 0 !important;
}

.hp_mr_0 {
  margin-right: 0 !important;
}

.hp_MR_0 {
  margin-right: 0 !important;
}

.hp_pr_xxs {
  padding-right: 8px !important;
}

.hp_mr_xxs {
  margin-right: 8px !important;
}

.hp_MR_xxs {
  margin-right: -8px !important;
}

.hp_pr_xs {
  padding-right: 16px !important;
}

.hp_mr_xs {
  margin-right: 16px !important;
}

.hp_MR_xs {
  margin-right: -16px !important;
}

.hp_pr_sm {
  padding-right: 24px !important;
}

.hp_mr_sm {
  margin-right: 24px !important;
}

.hp_MR_sm {
  margin-right: -24px !important;
}

.hp_pr_md {
  padding-right: 40px !important;
}

.hp_mr_md {
  margin-right: 40px !important;
}

.hp_MR_md {
  margin-right: -40px !important;
}

.hp_pr_lg {
  padding-right: 60px !important;
}

.hp_mr_lg {
  margin-right: 60px !important;
}

.hp_MR_lg {
  margin-right: -60px !important;
}

.hp_pr_xl {
  padding-right: 80px !important;
}

.hp_mr_xl {
  margin-right: 80px !important;
}

.hp_MR_xl {
  margin-right: -80px !important;
}

.hp_pr_xxl {
  padding-right: 100px !important;
}

.hp_mr_xxl {
  margin-right: 100px !important;
}

.hp_MR_xxl {
  margin-right: -100px !important;
}

.hp_pb_0 {
  padding-bottom: 0 !important;
}

.hp_mb_0 {
  margin-bottom: 0 !important;
}

.hp_MB_0 {
  margin-bottom: 0 !important;
}

.hp_pb_xxs {
  padding-bottom: 8px !important;
}

.hp_mb_xxs {
  margin-bottom: 8px !important;
}

.hp_MB_xxs {
  margin-bottom: -8px !important;
}

.hp_pb_xs {
  padding-bottom: 16px !important;
}

.hp_mb_xs {
  margin-bottom: 16px !important;
}

.hp_MB_xs {
  margin-bottom: -16px !important;
}

.hp_pb_sm {
  padding-bottom: 24px !important;
}

.hp_mb_sm {
  margin-bottom: 24px !important;
}

.hp_MB_sm {
  margin-bottom: -24px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.hp_pl_0 {
  padding-left: 0 !important;
}

.hp_ml_0 {
  margin-left: 0 !important;
}

.hp_ML_0 {
  margin-left: 0 !important;
}

.hp_pl_xxs {
  padding-left: 8px !important;
}

.hp_ml_xxs {
  margin-left: 8px !important;
}

.hp_ML_xxs {
  margin-left: -8px !important;
}

.hp_pl_xs {
  padding-left: 16px !important;
}

.hp_ml_xs {
  margin-left: 16px !important;
}

.hp_ML_xs {
  margin-left: -16px !important;
}

.hp_pl_sm {
  padding-left: 24px !important;
}

.hp_ml_sm {
  margin-left: 24px !important;
}

.hp_ML_sm {
  margin-left: -24px !important;
}

.hp_pl_md {
  padding-left: 40px !important;
}

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

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

.hp_pl_lg {
  padding-left: 60px !important;
}

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

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

.hp_pl_xl {
  padding-left: 80px !important;
}

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

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

.hp_pl_xxl {
  padding-left: 100px !important;
}

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

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

/* ------------------------------------------------------------
* ディスプレイ
* ------------------------------------------------------------ */
.hp_block {
  display: block !important;
}

.hp_inline {
  display: inline !important;
}

.hp_inline_block {
  display: inline-block !important;
}

/* 非表示 */

/* 端末別 */

/* ------------------------------------------------------------
* 画像の幅
* ------------------------------------------------------------ */
/* 画像をブロックにする */
.hp_img_block {
  display: block;
  width: 100%;
  height: auto;
}

/* ============================================================
*
* ユニークグループ
*
* ============================================================ */
/* ------------------------------------------------------------
* トップページ
* ------------------------------------------------------------ */
/* 販売会開催予定
* ----------------------------------- */
.un_eventareaItem {
  background-color: #fff;
  border: 3px solid #1A49C3;
}

.un_eventareaItem_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 24px 16px;
}

.un_eventareaItem_ttl {
  width: 48px;
  margin-right: 16px;
}

.un_eventareaItem_ttlInner {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #1A49C3;
  border-radius: 50%;
}

.un_eventareaHeading_sm {
  font-size: 1.4rem;
  color: #fff;
}

.un_eventareaItem_txt p {
  font-weight: bold;
  vertical-align: baseline;
}

.un_eventareaItem_txt_year {
  font-size: 1.6rem;
  line-height: 1;
  vertical-align: middle;
}
.un_eventareaItem_txt_year span {
  font-size: 1.6rem;
}

.un_eventareaItem_txt_day {
  padding-bottom: 4px;
  font-size: 3.6rem;
  line-height: 1;
  color: #1A49C3;
  vertical-align: baseline;
}
.un_eventareaItem_txt_day span {
  font-size: 2.4rem;
}

.un_eventareaItem_txt_time {
  font-size: 2.4rem;
}

.un_eventareaItem_txt_hall {
  padding-bottom: 4px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1A49C3;
}

.un_eventareaItem_txt_postcode {
  padding-top: 24px;
  font-weight: normal !important;
}

.un_eventareaItem_txt_address {
  font-weight: normal !important;
}

/* 販売会ご購入特典
* ----------------------------------- */
.un_bonus {
  background: url(assets/topbonus_bg.jpg) no-repeat center;
  background-size: cover;
}

.un_un_bonus_intro {
  font-size: 2rem;
  font-weight: 600;
}

/* 支払い方法
* ----------------------------------- */
.un_payment {
  padding: 16px 0;
  background-color: #ECF6F9;
}

.un_payment_txt {
  padding: 16px 0;
  font-size: 2rem;
  font-weight: 700;
  color: #1A49C3;
  text-align: center;
  border-top: 3px double #1A49C3;
  border-bottom: 3px double #1A49C3;
}
.un_payment_txt span {
  font-size: 1.6rem;
}

/* アピール
* ----------------------------------- */
.un_appeal_txtbox {
  padding: 20px 15px;
  background-color: #1A49C3;
}

.un_appeal_txt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/* 展示商品例
* ----------------------------------- */
.un_productexamples {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmE2YTYzOTY4YSwgMjAyNC8wMy8wNi0xMTo1MjowNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmZTZiNTk0Yy0xYmVlLTQzOWQtOWY3MC1mZjE0MjlkMDUyMzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjI5NjREMDQ3MzA1MTFFRjhGNEJGQUU2MjE0MEE0QzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjI5NjREMDM3MzA1MTFFRjhGNEJGQUU2MjE0MEE0QzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI1LjEyIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZGQ4NmQwZDMtNzczMS00ZTg2LTk5NzktNGM4NDg4NmQ3MGYyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTQxNDdlMmEtOGEyOS0yODQ4LThjN2UtZThkZTM1MTI5YzJlIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+V2nVuAAAAAxQTFRF////+vr6/v7+/Pz8WwhLrwAAAB9JREFUeNpiYGTGAIwMjAwYYFSQ6oJMGAAoiAUABBgAfgAAlV/y9H4AAAAASUVORK5CYII=) repeat center;
  background-size: 10px;
}

.un_productexamples_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1A49C3;
}

/* 販売会について
* ----------------------------------- */
.un_about_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  color: #1A49C3;
}

/* 実績
* ----------------------------------- */
.un_achievements_blueBg {
  padding: 4px 20px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #1A49C3;
}

/* よくある質問
* ----------------------------------- */
.un_faq {
  background-color: #ECF6F9;
}

/* 問い合わせ先
* ----------------------------------- */
/* 追跡ボタン CTA
* ----------------------------------- */
.un_homeCta {
  position: relative;
}

.un_homeCta_btn {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: block;
  padding: 8px 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #12a03c;
  border: 3px solid #054418;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.un_homeCta_btn::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -8px;
  margin-right: 30px;
  content: "";
  border-style: solid;
  border-top: 12px solid #fff;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-left: 8px solid transparent;
  -webkit-animation: fluffy 1s infinite;
          animation: fluffy 1s infinite;
}
.un_homeCta_btn:visited {
  color: #fff;
  background: #12a03c;
}
.un_homeCta_btn:hover {
  background-color: #054418;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}

@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
}
/* ============================================================
*
* メインビジュアル
*
* ============================================================ */
/* スケジュール
* ----------------------------------- */
.un_mvSchedule_wrap {
  padding: 0 20px;
  text-align: center;
  background-color: #002279;
}

.un_mvSchedule_inner {
  display: inline-block;
  min-width: 262px;
  margin: 0 auto;
}

.un_mvSchedule_item {
  padding: 10px 20px 0;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1A49C3;
  text-align: left;
  background-color: #fff;
}
.un_mvSchedule_item:nth-last-of-type(1) {
  padding-bottom: 10px;
}

/* ============================================================
*
* プログラム
*
* ============================================================ */
/* Slider */
.slick-slider {
  position: relative;
  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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.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;
}

@media screen and (min-width: 480px){
  .bl_col_sm_1 {
    width: 8.33%;
  }
  .bl_col_sm_2 {
    width: 16.66%;
  }
  .bl_col_sm_3 {
    width: 25%;
  }
  .bl_col_sm_4 {
    width: 33.33%;
  }
  .bl_col_sm_5 {
    width: 41.66%;
  }
  .bl_col_sm_6 {
    width: 50%;
  }
  .bl_col_sm_7 {
    width: 58.33%;
  }
  .bl_col_sm_8 {
    width: 66.66%;
  }
  .bl_col_sm_9 {
    width: 75%;
  }
  .bl_col_sm_10 {
    width: 83.33%;
  }
  .bl_col_sm_11 {
    width: 91.66%;
  }
  .bl_col_sm_12 {
    width: 100%;
  }
  .hp_hide_sm_min {
    display: none !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 1023px){
  .hp_hide_tablet {
    display: none !important;
  }
}

@media (width >= 751px){
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}

@media screen and (min-width: 768px){
  .bl_entryHeadTitle {
    font-size: 2.438em;
  }
  .bl_entryBody h2 {
    font-size: 36px;
  }
  .bl_entryBody h4 {
    font-size: 26px;
  }
  .bl_entryBody th,
  .bl_entryBody td {
    display: table-cell;
    text-align: left;
  }
  .bl_entryCol_mdspace {
    padding-bottom: 0;
  }
  .bl_col_md_1 {
    width: 8.33%;
  }
  .bl_col_md_2 {
    width: 16.66%;
  }
  .bl_col_md_3 {
    width: 25%;
  }
  .bl_col_md_4 {
    width: 33.33%;
  }
  .bl_col_md_5 {
    width: 41.66%;
  }
  .bl_col_md_6 {
    width: 50%;
  }
  .bl_col_md_7 {
    width: 58.33%;
  }
  .bl_col_md_8 {
    width: 66.66%;
  }
  .bl_col_md_9 {
    width: 75%;
  }
  .bl_col_md_10 {
    width: 83.33%;
  }
  .bl_col_md_11 {
    width: 91.66%;
  }
  .bl_col_md_12 {
    width: 100%;
  }
  .hp_hide_md_min {
    display: none !important;
  }
}

@media screen and (min-width: 1024px){
  .bl_col_lg_1 {
    width: 8.33%;
  }
  .bl_col_lg_2 {
    width: 16.66%;
  }
  .bl_col_lg_3 {
    width: 25%;
  }
  .bl_col_lg_4 {
    width: 33.33%;
  }
  .bl_col_lg_5 {
    width: 41.66%;
  }
  .bl_col_lg_6 {
    width: 50%;
  }
  .bl_col_lg_7 {
    width: 58.33%;
  }
  .bl_col_lg_8 {
    width: 66.66%;
  }
  .bl_col_lg_9 {
    width: 75%;
  }
  .bl_col_lg_10 {
    width: 83.33%;
  }
  .bl_col_lg_11 {
    width: 91.66%;
  }
  .bl_col_lg_12 {
    width: 100%;
  }
  .hp_hide_lg_min {
    display: none !important;
  }
  .hp_hide_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1280px){
  .hp_hide_xl_min {
    display: none !important;
  }
}

@media screen and (max-width: 1279px){
  .hp_hide_xl_max {
    display: none !important;
  }
}

@media screen and (max-width: 1023px){
  .hp_hide_lg_max {
    display: none !important;
  }
}

@media screen and (max-width: 767px){
  .hp_hide_md_max {
    display: none !important;
  }
}

@media (max-width: 500px){
  body {
    min-width: 375px;
  }
}

@media screen and (max-width: 479px){
  .hp_hide_sm_max {
    display: none !important;
  }
  .hp_hide_sp {
    display: none !important;
  }
}

@media screen and (max-width: 374px){
  .hp_hide_xs_max {
    display: none !important;
  }
}

/*# sourceMappingURL=bundle.css.map*/