@charset "UTF-8";

/*original*/
:root {
  --btn-blue-background: url('ico_btn.png') no-repeat right 15px top 50% #0052b7;

  --header-width: inherit;
  --header-bgsize: cover;
  --header-background: inherit;

  --mobile-header-background: url('header.png') no-repeat 0 0;
  --tablet-header-background: url('header.png') no-repeat;

  --block-background-color:#e8fcff;
  --text-color: #ccc;
  --text-color-2: #ccc;
  --background-color: #eee;
  --background-size: cover;
  --heading-color: #0052b7;
  --header-sub-color: #ffcc00;
}

/* Bulma Utilities */ /* functions */ /* mixins */ /* base */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

h4{
  font-size: 90%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: #eee;
  font-size: 16px;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, Verdana, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', Meiryo, 'Microsoft JhengHei UI', 'Microsoft YaHei UI', 'Malgun Gothic', 'tharlon',
    Ebrima, 'Leelawadee UI', 'Nirmala UI', 'Segoe UI', Arial, sans-serif;;
}

code, pre {
  font-family: Arial, Helvetica, "sans-serif";
}

body {
  background: var(--background-color);
  color: #333;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: bold;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

.eng {
  font-family: Arial, Helvetica, "sans-serif";
}


/* Tab Implementation */

.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1023px;
  margin: 0 auto;
}

.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #fff;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2 {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #333;
}

h2.title {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 24px;
  display: block;
  font-size: 1.375rem;
  color: var(--heading-color);
  border-bottom: 3px solid #eee;
}
h2.title_mbn {
  position: relative;
  padding: 5px;
  padding-left:10px;
  margin-bottom: 10px;
  display: block;
  font-size: 1.375rem;
  color: #ffffff;
  background-color: #e60012;
}
h2.title_blue {
  position: relative;
  padding: 5px;
  display: block;
  font-size: 1.0rem;
  color: #ffffff;
  text-align:center;
  background-color: #0052b7;
}
h2.title_orange {
  position: relative;
  padding: 5px;
  display: block;
  font-size: 1.0rem;
  color: #ffffff;
  text-align:center;
  background-color: #fd7e14;
}
h2.title_green {
  position: relative;
  padding: 5px;
  display: block;
  font-size: 1.0rem;
  color: #ffffff;
  text-align:center;
  background-color: #198754;
}

@media screen and (max-width: 1023px) {
  h2.title {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  h2.title_mbn {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  h2.title_blue {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  h2.title_orange {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
  h2.title_green {
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
}
h2.title .small {
  margin-left: 1em;
  font-size: 0.875rem;
}
h2.title::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-color:  var(--heading-color);
}

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

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

hr.border {
  margin-bottom: 40px;
  border-top: 3px double #0052b7;
}
hr.border.red {
  border-top: 3px double #dc3545;
}
hr.border.blue {
  border-top: 3px double #0052b7;
}
hr.border.green {
  border-top: 3px double #198754;
}
hr.border.orange {
  border-top: 3px double #fd7e14;
}
hr.border.cyan {
  border-top: 3px double #0dcaf0;
}
hr.border.gray {
  border-top: 3px double hsl(0deg, 0%, 48%);
}

.checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}
.checkbox input {
  cursor: pointer;
}
/*
 * ボタン
 */
.btn {
  margin-bottom: 0.5rem;
  padding: 0;
  display: inline-block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  background-color:  var(--heading-color);
  border: 1px solid hsl(0deg, 0%, 86%);
  border-radius: 3px;
}
.btn.list li {
  flex-basis: calc((100% - 40px) / 4);
  max-width: calc((100% - 40px) / 4);
  margin-bottom: 10px;
  list-style:none;
}
@media screen and(max-width: 1023px){

}

.btn.full-width {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .btn {
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.btn:hover {
  border-color: hsl(0deg, 0%, 71%);
  background-color: #00479e;
}
.btn a {
  padding: 0 35px 0 20px;
  display: block;
  color: #fff;
}
.btn a.ico {
  background-repeat: no-repeat;
  background-position: right 20px top 50%;
}
.btn a.ico.orange {
  background-image: url("./ico_btn_orange.png");
}
.btn a.ico.green {
  background-image: url("./ico_btn_green.png");
}
.btn[disabled] {
  background-color: #0052b7;
  opacity: 0.5;
}
.btn[disabled]:hover {
  opacity: 0.5 !important;
}
.btn[disabled] a {
  pointer-events: none;
  cursor: inherit;
}
.btn.red {
  color: #fff;
  background-color: #dc3545;
}
.btn.red:hover {
  background-color: #d32535;
}
.btn.red a {
  color: #fff;
}
.btn.red[disabled] {
  background-color: #dc3545;
}
.btn.blue {
  color: #fff;
  background-color: #0052b7;
}
.btn.blue:hover {
  background-color: #00479e;
}
.btn.blue a {
  color: #fff;
}
.btn.blue[disabled] {
  background-color: #0052b7;
}
.btn.green {
  color: #fff;
  background-color: #198754;
}
.btn.green:hover {
  background-color: #157147;
}
.btn.green a {
  color: #fff;
}
.btn.green[disabled] {
  background-color: #198754;
}
.btn.orange {
  color: #fff;
  background-color: #fd7e14;
}
.btn.orange:hover {
  background-color: #dc6502;
}
.btn.orange a {
  color: #fff;
}
.btn.orange[disabled] {
  background-color: #fd7e14;
}
.btn.cyan {
  color: #fff;
  background-color: #0dcaf0;
}
.btn.cyan:hover {
  background-color: #0cb6d8;
}
.btn.cyan a {
  color: #fff;
}
.btn.cyan[disabled] {
  background-color: #0dcaf0;
}
.btn.gray {
  color: #fff;
  background-color: hsl(0deg, 0%, 48%);
}
.btn.gray:hover {
  background-color: #6e6e6e;
}
.btn.gray a {
  color: #fff;
}
.btn.gray[disabled] {
  background-color: hsl(0deg, 0%, 48%);
}

.btn-dl {
  display: block;
  margin-bottom: 0.75em;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight:bold;
  color: #0052b7;
}
.btn-dl::after {
  display: inline-block;
  content: attr(data-class);
  margin-left: 10px;
  padding: 1px 3px;
  font-size: 0.85em;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #0052b7;
}
.btn-dl:hover {
  text-decoration: none;
}
.btn-dl.red {
  color: #dc3545;
}
.btn-dl.red::after {
  border: 1px solid #dc3545;
}
.btn-dl.blue {
  color: #0052b7;
}
.btn-dl.blue::after {
  border: 1px solid #0052b7;
}
.btn-dl.green {
  color: #198754;
}
.btn-dl.green::after {
  border: 1px solid #198754;
}
.btn-dl.orange {
  color: #fd7e14;
}
.btn-dl.orange::after {
  border: 1px solid #fd7e14;
}
.btn-dl.cyan {
  color: #0dcaf0;
}
.btn-dl.cyan::after {
  border: 1px solid #0dcaf0;
}
.btn-dl.gray {
  color: hsl(0deg, 0%, 48%);
}
.btn-dl.gray::after {
  border: 1px solid hsl(0deg, 0%, 48%);
}

/* ヘッダー */
header {
  margin-bottom: 20px;
  width: 100%;
  background: var(--tablet-header-background);
  color: hsl(0deg, 0%, 100%);
  padding-top: 50px;
  height: 140px;
  background-size: var(--background-size);
}
@media screen and (max-width: 1023px) {
  header {
    padding-top: 30px;
    height: 120px;
    background-size: auto 120px;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 14px;
    height: 80px;
    background-size: auto 80px;
  }
}
header .inner {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
  height: 140px;
  padding:0 20px;
}
@media screen and (max-width: 1023px) {
  header .inner {
    padding: 0 20px;
    width: 100%;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    padding: 0 10px;
    width: inherit;
    height: inherit;
  }
}
header h1 {
  padding-top: 15px;
  line-height: 1.2;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  header h1 {
    font-size: 1.25rem;
  }
}
header h1 span {
  display: block;
  color: var(--header-sub-color);
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  header h1 span {
    font-size: 0.75rem;
  }
}

header .corporate_img {
    float: right;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #fff;
    padding-top: 30px;
  }
@media screen and (max-width: 767px) {
  header .corporate_img {
      float: right;
      text-align: center;
      font-size: 1.2rem;
      line-height: 1.4;
      color: #fff;
      padding-top: 14px;
    }
  }
header .corporate_img img {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto 3px;
  }
@media screen and (max-width: 767px) {
  header .corporate_img img {
      display: block;
      width: 100px;
      height: auto;
      margin: 0 auto 3px;
    }
}

header .flag_lang {
  margin-left: auto;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}
header .flag_lang img {
  display: block;
  margin: 0 auto 3px;
}
@media screen and (max-width: 767px) {
  header .flag_lang img {
    width: 60px;
  }
}

/* メインストラクチャ */
.st-main {
  margin: 0 auto;
  background-color: hsl(0deg, 0%, 100%);
  width: 980px;
}
@media screen and (max-width: 1023px) {
  .st-main {
    width: 100%;
  }
  .tabs {
    width: 100%;
  }
}

footer {
  font-size: 0.75rem;
  text-align: center;
  height: 55px;
  line-height: 55px;
}

/* contents */
.contents {
  padding: 0 40px 40px;
}
@media screen and (max-width: 1023px) {
  .contents {
    padding: 0 20px 20px;
  }
}
.contents ol, .contents ul {
  margin: 1em 0 1em 2em;
}
.contents ul {
  list-style: disc;
}

.block {
  margin-bottom: 50px;
}
.block.border{
  margin-bottom:50px;
  border: 1px solid #b4b4b4;
  padding: 20px;
}
.block.border-bottom{
  margin-bottom:50px;
  border: 1px solid #b4b4b4;
  background-color: var(--block-background-color);
  padding: 20px;
}
.block.border-title{
  margin-bottom:0px;
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  background-color: #fff9e8;
}

.block > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block {
    margin-bottom: 20px;
  }
}

.detail {
  margin-bottom: 10px;
  overflow: hidden;
  margin-left:-30px;
}
ul.btn_list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left:20px;
}
ul.btn_list2 li {
  flex-basis: calc((100% - 40px) / 4);
  max-width: calc((100% - 40px) / 4);
  margin-bottom: 10px;
  list-style:none;
}
ul.btn_list2 li a, ul.btn_list2 li button {
  display: flex;
  width: 100%;
  height: 60px;
  line-height: 1.2;
  color: #fff;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #0052b7;
  text-decoration: none;
  border: none;
  cursor: pointer;
}
ul.btn_list2 li button:disabled {
  background: #7a7a7a;
  cursor: not-allowed;
}

@media screen and (max-width: 1023px) {
  ul.btn_list2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  ul.btn_list2 li {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    list-style:none;
  }
  ul.btn_list2 li a, ul.btn_list2 li button {
    display: flex;
    width: 100%;
    height: 50px;
    line-height: 1.2;
    color: #fff;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0052b7;
    text-decoration: none;
  }
  ul.btn_list2 li a:hover {
    opacity: 0.7;
  }
  .detail {
    margin-bottom: 15px;
    overflow: hidden;
    margin-left:-30px;
  }
}

@media screen and (max-width: 767px) {
  ul.btn_list2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  ul.btn_list2 li {
    flex-basis: calc((100% ) / 1);
    max-width: calc((100%) / 1);
    margin-bottom: 5px;
    list-style:none;
  }
  ul.btn_list2 li a, ul.btn_list2 li button {
    display: flex;
    width: 100%;
    height: 50px;
    line-height: 1.2;
    color: #fff;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #0052b7;
    text-decoration: none;
  }
  ul.btn_list2 li a:hover {
    opacity: 0.7;
  }
  .detail {
    margin-bottom: 10px;
    overflow: hidden;
    margin-left:-30px;
  }
}


/* トップページ / 国一覧の表示 */
.countries {
  display: flex;
  flex-wrap: wrap;
}
.countries li {
  font-size: 0.9em;
  padding-right: 1em;
  flex-grow: 1;
  width: 20%;
}
@media screen and (max-width: 1023px) {
  .countries li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .countries li {
    width: 50%;
  }
}

/* dl-table 表示  */
dl.dl-table {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
dl.dl-table p {
 font-size: o.9rem;
 font-weight:bold;
}
dl.dl-table dt {
  flex-grow: 1;
  width: 25%;
  font-weight: bold;
}
dl.dl-table dd {
  flex-grow: 1;
  width: 75%;
}
dl.dl-table.wide dt {
  width: 35%;
  font-weight: bold;
}
dl.dl-table.wide dd {
  width: 65%;
}
dl.dl-table.narrow dt {
  width: 15%;
  font-weight: bold;
}
dl.dl-table.narrow dd {
  width: 85%;
}
dl.dl-table.opt dt {
  font-weight:normal;
  font-size:1rem;
  clear: left;
  margin:10px 20px 10px 20px;
}
dl.dl-table.opt dd {
  font-weight:normal;
  font-size:1rem;
  margin:0px 30px 20px 30px;
}
@media screen and (max-width: 1023px) {
  dl.dl-table dt {
    width: 20%;
    font-weight: bold;
  }
  dl.dl-table dd {
    width: 80%;
  }
  dl.dl-table.wide dt {
    width: 20%;
    font-weight: bold;
  }
  dl.dl-table.wide dd {
    width: 80%;
  }
  dl.dl-table.narrow dt {
    width: 10%;
    font-weight: bold;
  }
  dl.dl-table.narrow dd {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  dl.dl-table dt {
    width: 30%;
    font-weight: bold;
  }
  dl.dl-table dd {
    width: 70%;
  }
  dl.dl-table.wide dt {
    width: 40%;
    font-weight: bold;
  }
  dl.dl-table.wide dd {
    width: 70%;
  }
  dl.dl-table.narrow dt {
    width: 25%;
    font-weight: bold;
  }
  dl.dl-table.narrow dd {
    width: 80%;
  }
}

.term_check_area {
  font-weight: bold;
}

/* 日・英の言語タブ */
nav {
  padding-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  nav {
    padding-bottom: 30px;
  }
}
nav ul {
  margin: 0;
  display: flex;
  background: var(--background-color);
}
nav ul li {
  font-size: 1rem;
  position: relative;
  height: 30px;
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  transition: all 0.2s;
  cursor: pointer;
  width: 250px;
}
@media screen and (max-width: 1023px) {
  nav ul li {
    width: 50%;
    font-size: 0.875rem;
  }
}
nav ul li.current {
  background-color: hsl(0deg, 0%, 100%);
}

input[type='checkbox'] {
  opacity: 0;
  cursor: pointer;
}
input[type='checkbox'] + label {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type='checkbox'] + label:last-child {
  margin-bottom: 0;
}
input[type='checkbox'] + label::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: var(--heading-color);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
input[type='checkbox']:disabled + label::before {
  border: 1px solid #666;
}
input[type='checkbox']:disabled:not(:checked) + label::before {
  background-color: var(--text-color);
}
input[type='checkbox']:checked + label::before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*Language Settings*/

.lang_ar, .ar, /*Arabic*/
.lang_he, .he, /*Hebrew*/
.lang_fa, .fa, /*Persian*/
.lang_ur, .ur, /*Urdu*/
.lang_ps, .ps, /*Pashto*/
.lang_sd, .sd, /*Sindhi*/
.lang_ku, .ku  /*Kurdish*/ {
  direction: rtl;
}

.ja, .zh-Hans, .zh-Hant, .ko, /*East Asian*/
.th, .ms, .id, .vi, .lo, .my,/*South East Asian*/
.hi, .bn, .ta, .si,/*South Asian*/
.kk, .uz, .ky, .tg,  /*Central Asian*/
.tr, /*Turkish*/
.ti, /*Tigrinya*/
.en, .fr, .de, .es, .it, .pt, .pl, .nl, .cs, .hu, .sv, .fi, .da, .no, .el, .bg, .ro, .sk, .sl, .hr, .et, .lv, .lt, .ru, .uk, .be /*European*/ {
  direction: ltr;
}

.lang_mn, .mn /*Mongolian*/ {
  direction: unset;
}

#select_rgnlang {
  width: 200px;
  margin: 50px auto;
}

#select_rgnlang ul li {
  margin-right: 1em;
  font-size: 1.4rem;
  line-height: 2em;
  white-space: nowrap;
}
#select_rgnlang ul li::before {
  content: url('arrow.png');
  margin-right: 6px;
}

.lm-0 {
  margin-left: 0px;
}
.lm-1 {
  margin-left: 8px;
}
.lm-2 {
  margin-left: 16px;
}
.lm-3 {
  margin-left: 24px;
}
.lm-4 {
  margin-left: 32px;
}
.lm-5 {
  margin-left: 40px;
}
.lm-6 {
  margin-left: 48px;
}
.lm-7 {
  margin-left: 56px;
}
.lm-8 {
  margin-left: 64px;
}
.lm-9 {
  margin-left: 72px;
}
.lm-10 {
  margin-left: 80px;
}
.rm-0 {
  margin-right: 0px;
}
.rm-1 {
  margin-right: 8px;
}
.rm-2 {
  margin-right: 16px;
}
.rm-3 {
  margin-right: 24px;
}
.rm-4 {
  margin-right: 32px;
}
.rm-5 {
  margin-right: 40px;
}
.rm-6 {
  margin-right: 48px;
}
.rm-7 {
  margin-right: 56px;
}
.rm-8 {
  margin-right: 64px;
}
.rm-9 {
  margin-right: 72px;
}
.rm-10 {
  margin-right: 80px;
}
.tm-0 {
  margin-top: 0px;
}
.tm-1 {
  margin-top: 8px;
}
.tm-2 {
  margin-top: 16px;
}
.tm-3 {
  margin-top: 24px;
}
.tm-4 {
  margin-top: 32px;
}
.tm-5 {
  margin-top: 40px;
}
.tm-6 {
  margin-top: 48px;
}
.tm-7 {
  margin-top: 56px;
}
.tm-8 {
  margin-top: 64px;
}
.tm-9 {
  margin-top: 72px;
}
.tm-10 {
  margin-top: 80px;
}
.bm-0 {
  margin-bottom: 0px;
}
.bm-1 {
  margin-bottom: 8px;
}
.bm-2 {
  margin-bottom: 16px;
}
.bm-3 {
  margin-bottom: 24px;
}
.bm-4 {
  margin-bottom: 32px;
}
.bm-5 {
  margin-bottom: 40px;
}
.bm-6 {
  margin-bottom: 48px;
}
.bm-7 {
  margin-bottom: 56px;
}
.bm-8 {
  margin-bottom: 64px;
}
.bm-9 {
  margin-bottom: 72px;
}
.bm-10 {
  margin-bottom: 80px;
}
.lp-0 {
  padding-left: 0px;
}
.lp-1 {
  padding-left: 8px;
}
.lp-2 {
  padding-left: 16px;
}
.lp-3 {
  padding-left: 24px;
}
.lp-4 {
  padding-left: 32px;
}
.lp-5 {
  padding-left: 40px;
}
.lp-6 {
  padding-left: 48px;
}
.lp-7 {
  padding-left: 56px;
}
.lp-8 {
  padding-left: 64px;
}
.lp-9 {
  padding-left: 72px;
}
.lp-10 {
  padding-left: 80px;
}
.rp-0 {
  padding-right: 0px;
}
.rp-1 {
  padding-right: 8px;
}
.rp-2 {
  padding-right: 16px;
}
.rp-3 {
  padding-right: 24px;
}
.rp-4 {
  padding-right: 32px;
}
.rp-5 {
  padding-right: 40px;
}
.rp-6 {
  padding-right: 48px;
}
.rp-7 {
  padding-right: 56px;
}
.rp-8 {
  padding-right: 64px;
}
.rp-9 {
  padding-right: 72px;
}
.rp-10 {
  padding-right: 80px;
}
.tp-0 {
  padding-top: 0px;
}
.tp-1 {
  padding-top: 8px;
}
.tp-2 {
  padding-top: 16px;
}
.tp-3 {
  padding-top: 24px;
}
.tp-4 {
  padding-top: 32px;
}
.tp-5 {
  padding-top: 40px;
}
.tp-6 {
  padding-top: 48px;
}
.tp-7 {
  padding-top: 56px;
}
.tp-8 {
  padding-top: 64px;
}
.tp-9 {
  padding-top: 72px;
}
.tp-10 {
  padding-top: 80px;
}
.bp-0 {
  padding-bottom: 0px;
}
.bp-1 {
  padding-bottom: 8px;
}
.bp-2 {
  padding-bottom: 16px;
}
.bp-3 {
  padding-bottom: 24px;
}
.bp-4 {
  padding-bottom: 32px;
}
.bp-5 {
  padding-bottom: 40px;
}
.bp-6 {
  padding-bottom: 48px;
}
.bp-7 {
  padding-bottom: 56px;
}
.bp-8 {
  padding-bottom: 64px;
}
.bp-9 {
  padding-bottom: 72px;
}
.bp-10 {
  padding-bottom: 80px;
}

.is-small {
  font-size: 0.75rem;
}

.is-medium {
  font-size: 1.25rem;
}

.is-large {
  font-size: 1.5rem;
}

.has-text-weight-bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #h1, #p1 {
    font-size: 1.0rem;
  }
}


.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */
