@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
/*
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="number"] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --bg: #f4f4f4;
  --text-primary: #1a1a1a;
  --primary: #0259af;
  --secondary: #f00;
  --accent: #c1ff79;
}

html,
#wrapper,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

.p-support__faq__head .head .num,
.p-support__contact__section__txt .tel .num,
.p-braille_card__service__price .price__item .num,
.p-braille_card__service__step__item .number,
.p-braille_card__service__step__item .box__right .tel,
.p-member__index__item__inner .category,
.p-member__index__item__inner .name .en,
.p-member__index__item__inner .number .num,
.p-member__kv__txt .number,
.p-member__kv__txt .category,
.p-member__kv__txt .name .en,
.p-member__profile__head,
.p-member__message__head,
.p-member__message__bg .txt,
.p-member__results__head .en,
.p-member__results__list__item .date,
.p-member__nav__more .txt,
.p-member__nav__item__inner .category,
.p-member__nav__item__inner .name .en,
.p-home__kv__bg,
.p-home__news__head .en,
.p-home__news__list__item .date,
.p-home__news__btn .txt,
.p-home__member__kv__txt,
.p-home__membership__kv__head .en,
.p-home__membership__contents__img .head .en,
.p-home__membership__contents__bg .txt,
.p-home__interview__head .en,
.p-home__interview__slider__item .num,
.p-home__corporate__txt .head .en,
.p-home__corporate__member__txt .btn .txt,
.p-home__service__head .en,
.p-home__service__list__item .wrap .number,
.p-home__service__bg .txt,
.c-heading1 .en,
.c-pageTitle__head .en,
.c-pageTitle__breadCrumb__txt,
.l-footer::before,
.l-footer__logo a .txt,
.l-header__nav__menu__head {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
}

.c-pageTitle__head .en,
.c-pageTitle__breadCrumb__txt,
.l-footer__logo a .txt,
.l-footer::before,
.l-header__nav__menu__head {
  font-weight: 700;
}

html {
  width: 100%;
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: var(--text-primary);
}
@media screen and (min-width: 769px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  font-size: 1.4rem;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

svg {
  fill: currentColor;
}
  */
.op0 {
  opacity: 0;
  filter: alpha(opacity=0);
}
.disN {
  display: none;
}
@media screen and (max-width: 798px) {
  .hidden-xs {
    display: none;
  }
}
@media screen and (min-width: 799px) {
  .visible-xs {
    display: none;
  }
}
small {
  font-size: 80%;
}
strong,
em {
  font-weight: bold;
}

@media screen and (min-width: 799px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

::-moz-selection {
  background: #ffa730;
  color: #fff;
}
::selection {
  background: #ffa730;
  color: #fff;
}
input::-moz-selection {
  color: #202020;
}
input::selection {
  color: #202020;
}
textarea::-moz-selection {
  color: #202020;
}
textarea::selection {
  color: #202020;
}

.mt-100 {
  margin-top: -100px !important;
}
.mt-95 {
  margin-top: -95px !important;
}
.mt-90 {
  margin-top: -90px !important;
}
.mt-85 {
  margin-top: -85px !important;
}
.mt-80 {
  margin-top: -80px !important;
}
.mt-75 {
  margin-top: -75px !important;
}
.mt-70 {
  margin-top: -70px !important;
}
.mt-65 {
  margin-top: -65px !important;
}
.mt-60 {
  margin-top: -60px !important;
}
.mt-55 {
  margin-top: -55px !important;
}
.mt-50 {
  margin-top: -50px !important;
}
.mt-45 {
  margin-top: -45px !important;
}
.mt-40 {
  margin-top: -40px !important;
}
.mt-35 {
  margin-top: -35px !important;
}
.mt-30 {
  margin-top: -30px !important;
}
.mt-25 {
  margin-top: -25px !important;
}
.mt-20 {
  margin-top: -20px !important;
}
.mt-15 {
  margin-top: -15px !important;
}
.mt-10 {
  margin-top: -10px !important;
}
.mt-5 {
  margin-top: -5px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt55 {
  margin-top: 55px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt75 {
  margin-top: 75px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt85 {
  margin-top: 85px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt95 {
  margin-top: 95px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt105 {
  margin-top: 105px !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mt115 {
  margin-top: 115px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt125 {
  margin-top: 125px !important;
}
.mt130 {
  margin-top: 130px !important;
}
.mt135 {
  margin-top: 135px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mt145 {
  margin-top: 145px !important;
}
.mt150 {
  margin-top: 150px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml65 {
  margin-left: 65px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml75 {
  margin-left: 75px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.ml85 {
  margin-left: 85px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml95 {
  margin-left: 95px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.ml105 {
  margin-left: 105px !important;
}
.ml110 {
  margin-left: 110px !important;
}
.ml115 {
  margin-left: 115px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.ml125 {
  margin-left: 125px !important;
}
.ml130 {
  margin-left: 130px !important;
}
.ml135 {
  margin-left: 135px !important;
}
.ml140 {
  margin-left: 140px !important;
}
.ml145 {
  margin-left: 145px !important;
}
.ml150 {
  margin-left: 150px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr45 {
  margin-right: 45px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mr55 {
  margin-right: 55px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mr65 {
  margin-right: 65px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mr75 {
  margin-right: 75px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mr85 {
  margin-right: 85px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mr95 {
  margin-right: 95px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mr105 {
  margin-right: 105px !important;
}
.mr110 {
  margin-right: 110px !important;
}
.mr115 {
  margin-right: 115px !important;
}
.mr120 {
  margin-right: 120px !important;
}
.mr125 {
  margin-right: 125px !important;
}
.mr130 {
  margin-right: 130px !important;
}
.mr135 {
  margin-right: 135px !important;
}
.mr140 {
  margin-right: 140px !important;
}
.mr145 {
  margin-right: 145px !important;
}
.mr150 {
  margin-right: 150px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}
.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
.bge-contents {
  color: #202020;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 798px) {
  .bge-contents {
    font-size: 12px;
  }
}
.bge-contents,
.bge-contents * {
  box-sizing: border-box;
}
@font-face {
  font-family: "icomoonfiles";
  src: url("../fonts/icomoonfiles/fonts/icomoonfiles.eot?-8e1mmo");
  src: url("../fonts/icomoonfiles/fonts/icomoonfiles.eot?#iefix-8e1mmo") format("embedded-opentype"), url("../fonts/icomoonfiles/fonts/icomoonfiles.woff?-8e1mmo") format("woff"), url("../fonts/icomoonfiles/fonts/icomoonfiles.ttf?-8e1mmo") format("truetype"), url("../fonts/icomoonfiles/fonts/icomoonfiles.svg?-8e1mmo#icomoonfiles") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-bgb="image2"] .bgt-grid,
[data-bgb="image-link2"] .bgt-grid,
[data-bgb="image-text2"] .bgt-grid,
[data-bgb="image-link-text2"] .bgt-grid,
[data-bgb="trimmed-image2"] .bgt-grid,
[data-bgb="trimmed-image-link2"] .bgt-grid {
  width: 50%;
  float: left;
}
@media screen and (max-width: 798px) {
  [data-bgb="image2"] .bgt-grid,
  [data-bgb="image-link2"] .bgt-grid,
  [data-bgb="image-text2"] .bgt-grid,
  [data-bgb="image-link-text2"] .bgt-grid,
  [data-bgb="trimmed-image2"] .bgt-grid,
  [data-bgb="trimmed-image-link2"] .bgt-grid {
    width: 100%;
    float: none;
  }
  [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 20px;
  }
  [data-bgb="image2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-text2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link-text2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image-link2"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"] {
    margin-bottom: 0;
  }
  [data-bgb="image2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-text2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link-text2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link2"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-text2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link-text2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link2"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child {
    margin-bottom: 0;
  }
}
[data-bgb="image2"] .bgt-grid--first,
[data-bgb="image-link2"] .bgt-grid--first,
[data-bgb="image-text2"] .bgt-grid--first,
[data-bgb="image-link-text2"] .bgt-grid--first,
[data-bgb="trimmed-image2"] .bgt-grid--first,
[data-bgb="trimmed-image-link2"] .bgt-grid--first {
  padding-right: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image2"] .bgt-grid--first,
  [data-bgb="image-link2"] .bgt-grid--first,
  [data-bgb="image-text2"] .bgt-grid--first,
  [data-bgb="image-link-text2"] .bgt-grid--first,
  [data-bgb="trimmed-image2"] .bgt-grid--first,
  [data-bgb="trimmed-image-link2"] .bgt-grid--first {
    padding-right: 0;
  }
}
[data-bgb="image2"] .bgt-grid--last,
[data-bgb="image-link2"] .bgt-grid--last,
[data-bgb="image-text2"] .bgt-grid--last,
[data-bgb="image-link-text2"] .bgt-grid--last,
[data-bgb="trimmed-image2"] .bgt-grid--last,
[data-bgb="trimmed-image-link2"] .bgt-grid--last {
  padding-left: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image2"] .bgt-grid--last,
  [data-bgb="image-link2"] .bgt-grid--last,
  [data-bgb="image-text2"] .bgt-grid--last,
  [data-bgb="image-link-text2"] .bgt-grid--last,
  [data-bgb="trimmed-image2"] .bgt-grid--last,
  [data-bgb="trimmed-image-link2"] .bgt-grid--last {
    padding-left: 0;
  }
}
[data-bgb="image3"] .bgt-grid,
[data-bgb="image-link3"] .bgt-grid,
[data-bgb="image-text3"] .bgt-grid,
[data-bgb="image-link-text3"] .bgt-grid,
[data-bgb="trimmed-image3"] .bgt-grid,
[data-bgb="trimmed-image-link3"] .bgt-grid {
  width: 33.33333%;
  float: left;
  padding-left: 6.66667px;
  padding-right: 6.66667px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image3"] .bgt-grid,
  [data-bgb="image-link3"] .bgt-grid,
  [data-bgb="image-text3"] .bgt-grid,
  [data-bgb="image-link-text3"] .bgt-grid,
  [data-bgb="trimmed-image3"] .bgt-grid,
  [data-bgb="trimmed-image-link3"] .bgt-grid {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  [data-bgb="image3"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link3"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-text3"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link-text3"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image3"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link3"] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 20px;
  }
  [data-bgb="image3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-text3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link-text3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image-link3"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"] {
    margin-bottom: 0;
  }
  [data-bgb="image3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-text3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link-text3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link3"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-text3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link-text3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link3"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child {
    margin-bottom: 0;
  }
}
[data-bgb="image3"] .bgt-grid--first,
[data-bgb="image-link3"] .bgt-grid--first,
[data-bgb="image-text3"] .bgt-grid--first,
[data-bgb="image-link-text3"] .bgt-grid--first,
[data-bgb="trimmed-image3"] .bgt-grid--first,
[data-bgb="trimmed-image-link3"] .bgt-grid--first {
  padding-left: 0;
  padding-right: 13.33333px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image3"] .bgt-grid--first,
  [data-bgb="image-link3"] .bgt-grid--first,
  [data-bgb="image-text3"] .bgt-grid--first,
  [data-bgb="image-link-text3"] .bgt-grid--first,
  [data-bgb="trimmed-image3"] .bgt-grid--first,
  [data-bgb="trimmed-image-link3"] .bgt-grid--first {
    padding-right: 0;
  }
}
[data-bgb="image3"] .bgt-grid--last,
[data-bgb="image-link3"] .bgt-grid--last,
[data-bgb="image-text3"] .bgt-grid--last,
[data-bgb="image-link-text3"] .bgt-grid--last,
[data-bgb="trimmed-image3"] .bgt-grid--last,
[data-bgb="trimmed-image-link3"] .bgt-grid--last {
  padding-left: 13.33333px;
  padding-right: 0;
}
@media screen and (max-width: 798px) {
  [data-bgb="image3"] .bgt-grid--last,
  [data-bgb="image-link3"] .bgt-grid--last,
  [data-bgb="image-text3"] .bgt-grid--last,
  [data-bgb="image-link-text3"] .bgt-grid--last,
  [data-bgb="trimmed-image3"] .bgt-grid--last,
  [data-bgb="trimmed-image-link3"] .bgt-grid--last {
    padding-left: 0;
  }
}
[data-bgb="image4"] .bgt-grid,
[data-bgb="image-link4"] .bgt-grid,
[data-bgb="image-text4"] .bgt-grid,
[data-bgb="image-link-text4"] .bgt-grid,
[data-bgb="trimmed-image4"] .bgt-grid,
[data-bgb="trimmed-image-link4"] .bgt-grid {
  width: 25%;
  float: left;
  padding-left: 6.66667px;
  padding-right: 6.66667px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image4"] .bgt-grid,
  [data-bgb="image-link4"] .bgt-grid,
  [data-bgb="image-text4"] .bgt-grid,
  [data-bgb="image-link-text4"] .bgt-grid,
  [data-bgb="trimmed-image4"] .bgt-grid,
  [data-bgb="trimmed-image-link4"] .bgt-grid {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  [data-bgb="image4"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link4"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-text4"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link-text4"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image4"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link4"] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 20px;
  }
  [data-bgb="image4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-text4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link-text4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image-link4"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"] {
    margin-bottom: 0;
  }
  [data-bgb="image4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-text4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link-text4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link4"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-text4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link-text4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link4"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child {
    margin-bottom: 0;
  }
}
[data-bgb="image4"] .bgt-grid--first,
[data-bgb="image-link4"] .bgt-grid--first,
[data-bgb="image-text4"] .bgt-grid--first,
[data-bgb="image-link-text4"] .bgt-grid--first,
[data-bgb="trimmed-image4"] .bgt-grid--first,
[data-bgb="trimmed-image-link4"] .bgt-grid--first {
  padding-left: 0;
  padding-right: 13.33333px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image4"] .bgt-grid--first,
  [data-bgb="image-link4"] .bgt-grid--first,
  [data-bgb="image-text4"] .bgt-grid--first,
  [data-bgb="image-link-text4"] .bgt-grid--first,
  [data-bgb="trimmed-image4"] .bgt-grid--first,
  [data-bgb="trimmed-image-link4"] .bgt-grid--first {
    padding-right: 0;
  }
}
[data-bgb="image4"] .bgt-grid--last,
[data-bgb="image-link4"] .bgt-grid--last,
[data-bgb="image-text4"] .bgt-grid--last,
[data-bgb="image-link-text4"] .bgt-grid--last,
[data-bgb="trimmed-image4"] .bgt-grid--last,
[data-bgb="trimmed-image-link4"] .bgt-grid--last {
  padding-left: 13.33333px;
  padding-right: 0;
}
@media screen and (max-width: 798px) {
  [data-bgb="image4"] .bgt-grid--last,
  [data-bgb="image-link4"] .bgt-grid--last,
  [data-bgb="image-text4"] .bgt-grid--last,
  [data-bgb="image-link-text4"] .bgt-grid--last,
  [data-bgb="trimmed-image4"] .bgt-grid--last,
  [data-bgb="trimmed-image-link4"] .bgt-grid--last {
    padding-left: 0;
  }
}
[data-bgb="image5"] .bgt-grid,
[data-bgb="image-link5"] .bgt-grid,
[data-bgb="image-text5"] .bgt-grid,
[data-bgb="image-link-text5"] .bgt-grid,
[data-bgb="trimmed-image5"] .bgt-grid,
[data-bgb="trimmed-image-link5"] .bgt-grid {
  width: 20%;
  float: left;
  padding-left: 6.66667px;
  padding-right: 6.66667px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image5"] .bgt-grid,
  [data-bgb="image-link5"] .bgt-grid,
  [data-bgb="image-text5"] .bgt-grid,
  [data-bgb="image-link-text5"] .bgt-grid,
  [data-bgb="trimmed-image5"] .bgt-grid,
  [data-bgb="trimmed-image-link5"] .bgt-grid {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  [data-bgb="image5"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link5"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-text5"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="image-link-text5"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image5"] .bgt-grid [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link5"] .bgt-grid [data-bgt] > :last-child {
    margin-bottom: 20px;
  }
  [data-bgb="image5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-text5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="image-link-text5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"],
  [data-bgb="trimmed-image-link5"] .bgt-grid [data-bgt] > :last-child[data-bge-empty="1"] {
    margin-bottom: 0;
  }
  [data-bgb="image5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-text5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image-link-text5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link5"] .bgt-grid:last-child [data-bgt] > :last-child,
  [data-bgb="image5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-text5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="image-link-text5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child,
  [data-bgb="trimmed-image-link5"] .bgt-grid[class*="bgt-sp-grid"] [data-bgt] > :last-child {
    margin-bottom: 0;
  }
}
[data-bgb="image5"] .bgt-grid--first,
[data-bgb="image-link5"] .bgt-grid--first,
[data-bgb="image-text5"] .bgt-grid--first,
[data-bgb="image-link-text5"] .bgt-grid--first,
[data-bgb="trimmed-image5"] .bgt-grid--first,
[data-bgb="trimmed-image-link5"] .bgt-grid--first {
  padding-left: 0;
  padding-right: 13.33333px;
}
@media screen and (max-width: 798px) {
  [data-bgb="image5"] .bgt-grid--first,
  [data-bgb="image-link5"] .bgt-grid--first,
  [data-bgb="image-text5"] .bgt-grid--first,
  [data-bgb="image-link-text5"] .bgt-grid--first,
  [data-bgb="trimmed-image5"] .bgt-grid--first,
  [data-bgb="trimmed-image-link5"] .bgt-grid--first {
    padding-right: 0;
  }
}
[data-bgb="image5"] .bgt-grid--last,
[data-bgb="image-link5"] .bgt-grid--last,
[data-bgb="image-text5"] .bgt-grid--last,
[data-bgb="image-link-text5"] .bgt-grid--last,
[data-bgb="trimmed-image5"] .bgt-grid--last,
[data-bgb="trimmed-image-link5"] .bgt-grid--last {
  padding-left: 13.33333px;
  padding-right: 0;
}
@media screen and (max-width: 798px) {
  [data-bgb="image5"] .bgt-grid--last,
  [data-bgb="image-link5"] .bgt-grid--last,
  [data-bgb="image-text5"] .bgt-grid--last,
  [data-bgb="image-link-text5"] .bgt-grid--last,
  [data-bgb="trimmed-image5"] .bgt-grid--last,
  [data-bgb="trimmed-image-link5"] .bgt-grid--last {
    padding-left: 0;
  }
}
[data-bgb] {
  margin: 0 0 1.5em;
}
[data-bgb]:after {
  content: "";
  display: block;
  clear: both;
}
[data-bgb="button"] {
  text-align: center;
}
.bge-contents [data-bgb="button"] [data-bgt="button"] {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 798px) {
  .bge-contents [data-bgb="button"] [data-bgt="button"] {
    display: block;
  }
}
[data-bgb="download-file"] {
  text-align: center !important;
}
[data-bgb="download-file"] [data-bgt="download-file"] {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 798px) {
  [data-bgb="download-file"] [data-bgt="download-file"] {
    width: 100%;
    display: block;
    text-align: center;
  }
}
[data-bgb="text-float-image1"] .bgt-grid--first {
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}
[data-bgb="text-float-image1"] .bgt-grid--last {
  overflow: visible;
}
[data-bgb="text-float-image2"] .bgt-grid--first {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
[data-bgb="text-float-image2"] .bgt-grid--last {
  overflow: visible;
}
[data-bgb="text-image1"] .bgt-grid--first {
  float: left;
  padding-right: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="text-image1"] .bgt-grid--first {
    float: none;
    padding-right: 0;
  }
}
[data-bgb="text-image1"] .bgt-grid--last {
  float: right;
  padding-left: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="text-image1"] .bgt-grid--last {
    float: none;
    padding-left: 0;
  }
}
[data-bgb="text-image2"] .bgt-grid--first {
  float: left;
  padding-right: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="text-image2"] .bgt-grid--first {
    float: none;
    padding-right: 0;
  }
}
[data-bgb="text-image2"] .bgt-grid--last {
  float: right;
  padding-left: 10px;
}
@media screen and (max-width: 798px) {
  [data-bgb="text-image2"] .bgt-grid--last {
    float: none;
    padding-left: 0;
  }
}
[data-bgb="wysiwyg2"] .bgt-grid {
  float: left;
}
[data-bgb="wysiwyg2"] .bgt-grid--first {
  padding-right: 10px;
}
[data-bgb="wysiwyg2"] .bgt-grid--last {
  padding-left: 10px;
}
.bge-contents h2:first-child,
.bge-contents h3:first-child,
.bge-contents h4:first-child,
.bge-contents p:first-child,
.bge-contents ul:first-child,
.bge-contents ol:first-child,
.bge-contents blockquote:first-child,
.bge-contents table:first-child {
  margin-top: 0;
}
.bge-contents h2 {
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
  margin-bottom: 40px;
  padding: 0.3em 0.5em;
  border: none;
  border-left: #999 solid 5px;
  background: none;
  border: 0;
  padding-left: 0;
  color: #00276c;
  font-size: 30px;
}
.bge-contents h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #00276c;
}
@media screen and (max-width: 798px) {
  .bge-contents h2 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .bge-contents h2::after {
    width: 20px;
    height: 3px;
  }
}
.bge-contents h3 {
  border-left: 5px solid #c7cedb;
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 20px;
  padding: 13px 15px 9px 15px;
  color: #202020;
  position: relative;
  overflow: hidden;
  background: #e1e5ec;
  border-bottom: 0;
}
@media screen and (max-width: 798px) {
  .bge-contents h3 {
    font-size: 14px;
    padding: 7px 8px 4px 8px;
  }
}
.bge-contents h4 {
  font-size: 22px;
  font-weight: bold;
  padding-left: 24px;
  margin-bottom: 20px;
  position: relative;
  color: #202020;
  overflow: hidden;
  background: url(../img/common/ico_heading-s.png) no-repeat left center;
}
@media screen and (max-width: 798px) {
  .bge-contents h4 {
    font-size: 14px;
    padding-left: 15px;
    background-size: 9px auto;
    margin-bottom: 10px;
    background-position: left 3px;
  }
}
.bge-contents h4 a {
  color: #00276c;
  text-decoration: none;
}
.bge-contents h5 {
  font-size: 16px;
  font-weight: bold;
  border-left: 5px solid #00276c;
  padding: 2px 0 0 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 798px) {
  .bge-contents h5 {
    font-size: 14px;
    padding-left: 5px;
    border-width: 3px;
  }
}
.bge-contents p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  margin: 1em 0;
}
@media screen and (max-width: 798px) {
  .bge-contents p {
    font-size: 12px;
  }
}
.bge-contents li {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  list-style: inherit;
  overflow: hidden;
}
.bge-contents ul {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  margin: 1em 0;
}
.bge-contents ul ul {
  margin: 0 0 0 1.8em;
}
.bge-contents ul li {
  list-style-position: inside;
  background: none;
  list-style-image: none;
}
.bge-contents ul li::before {
  content: "●";
  color: #fc9100;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bge-contents ol {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  counter-reset: number;
  margin: 1em 0;
}
.bge-contents ol ol {
  margin: 0 0 0 2em;
}
.bge-contents ol li {
  list-style: none;
}
.bge-contents ol li:before {
  margin-right: 0;
  counter-increment: number;
  content: counter(number) "．";
  font-weight: bold;
  font-style: italic;
  color: #fc9100;
  font-size: 14px;
}
.bge-contents blockquote {
  position: relative;
  overflow: hidden;
  margin: 1em 0;
  padding: 1em 1em 0;
  border: none;
  background: none;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 0;
}
.bge-contents blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
  display: none;
}
.bge-contents blockquote::after {
  content: "”";
  display: block;
  position: absolute;
  bottom: -0.2em;
  right: 0em;
  z-index: 0;
  color: #ccc;
  font-size: 3em;
  display: none;
}

.bge-contents table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 1em 0;
}
@media screen and (max-width: 798px) {
  .bge-contents table {
    width: 100% !important;
  }
}
.bge-contents table caption {
  font-weight: bold;
  text-align: left;
  padding: 0;
  background: none;
  font-size: 15px;
  padding-left: 0.1em;
  margin-bottom: 5px;
}
@media screen and (max-width: 798px) {
  .bge-contents table caption {
    font-size: 12px;
  }
}
.bge-contents table tr:nth-child(odd) td {
  background: #fff;
}
.bge-contents table tr:nth-child(even) td {
  background: #fafafa;
}
.bge-contents table tr th,
.bge-contents table tr td {
  text-align: left;
  padding: 1em 0.5em;
  border: 0;
  text-align: left;
  padding: 0.5em;
  border: 1px solid #fff;
}
.bge-contents table tr th.block-data,
.bge-contents table tr td.block-data {
  display: block;
  width: 100% !important;
  padding-bottom: 0.5em;
}
.bge-contents table tr th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #00276c;
  font-size: 18px;
  vertical-align: middle;
  width: 25%;
}
@media screen and (max-width: 798px) {
  .bge-contents table tr th {
    width: 100%;
    font-size: 12px;
  }
}
@media screen and (max-width: 798px) {
  .bgb-wysiwyg table tr th {
    width: 25%;
  }
}
.bge-contents table tr td {
  font-weight: normal;
  vertical-align: middle;
  background: #e8ecf1 !important;
  padding: 10px 20px;
  font-size: 15px;
}
@media screen and (max-width: 798px) {
  .bge-contents table tr td {
    font-size: 12px;
    padding: 8px;
  }
}
.bge-contents hr {
  width: 95%;
  height: 2px;
  background: #ccc;
  border-style: none;
  margin: 50px auto;
}
.bge-contents strong {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}
.bge-contents u {
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}
.bge-contents s {
  font-weight: normal;
  font-style: normal;
  text-decoration: line-through;
}
.bge-contents sub {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: sub;
}
.bge-contents sup {
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: super;
}
.bgt-btn-container {
  text-align: center;
}
.bgt-btn-container .bgt-btn {
  font-weight: bold;
  min-width: 215px;
  border: 2px solid #00276c;
  display: inline-block;
  color: #00276c !important;
  padding: 12px 10px 10px;
  font-size: 16px;
}
@media screen and (max-width: 798px) {
  .bgt-btn-container .bgt-btn {
    font-size: 13px;
    padding: 10px 10px 8px;
    display: block;
    min-width: 0;
    width: 100%;
  }
}
.bgt-btn-container .bgt-btn:active,
.bgt-btn-container .bgt-btn:focus {
  box-shadow: 0 0 10px 0 #0570c7, 0 0 10px 0 #fff;
}
.bgt-btn-container .bgt-btn--primary:hover,
.bgt-btn-container .bgt-btn--primary:active,
.bgt-btn-container .bgt-btn--primary:focus {
  color: #333;
  background: transparent;
}
.bgt-btn-container .bgt-btn--success {
  color: #202020 !important;
  border: 0;
  background: #ff963d;
  background: -webkit-linear-gradient(left top, #ff963d 0, #ff963d 50%, #ff8a33 51%, #ff8a33 100%) !important;
  background: linear-gradient(to right bottom, #ff963d 0, #ff963d 50%, #ff8a33 51%, #ff8a33 100%) !important;
}
.bgt-btn-container .bgt-btn--success:hover,
.bgt-btn-container .bgt-btn--success:active,
.bgt-btn-container .bgt-btn--success:focus {
  background: #5cb85c;
}
.bgt-btn-container .bgt-btn--info {
  color: #fff;
  background: #e8ecf1 !important;
  border: 0;
  color: #777 !important;
}
.bgt-btn-container .bgt-btn--info:hover,
.bgt-btn-container .bgt-btn--info:active,
.bgt-btn-container .bgt-btn--info:focus {
  background: #5bc0de;
}
.bgt-btn-container .bgt-btn--warning {
  color: #fff !important;
  border-color: #d58512;
  background: #00276c !important;
  border: 0;
}
.bgt-btn-container .bgt-btn--warning:hover,
.bgt-btn-container .bgt-btn--warning:active,
.bgt-btn-container .bgt-btn--warning:focus {
  background: #f0ad4e;
}
.bgt-btn-container .bgt-btn--danger {
  color: #fff !important;
  border-color: #ac2925;
  background: #c9302c;
}
.bgt-btn-container .bgt-btn--danger:hover,
.bgt-btn-container .bgt-btn--danger:active,
.bgt-btn-container .bgt-btn--danger:focus {
  background: #d9534f;
}
.bgt-download-file__link {
  color: #00276c !important;
  text-align: left;
  font-size: 1.08em;
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1em;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #00276c !important;
  border-radius: 3px;
  background-color: #fff;
  line-height: 1;
  text-decoration: none !important;
  display: inline-block;
}
@media screen and (max-width: 798px) {
  .bgt-download-file__link {
    text-align: center !important;
    width: 100%;
    display: block;
    font-size: 14px !important;
  }
}
.bgt-download-file__link:hover {
  background-color: #eee;
}
.bgt-download-file__link:active,
.bgt-download-file__link:focus {
  box-shadow: 0 0 5px 1px #0570c7;
  outline: none;
}
.bgt-link__size {
  color: #808080;
  font-size: 0.8em;
  font-weight: normal;
}
.bgt-link__size::before {
  content: "(";
}
.bgt-link__size::after {
  content: ")";
}
.bgt-link__icon.bgt-link__icon--after {
  display: none;
}
.bgt-link__icon::after {
  font-family: "icomoonfiles";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e623";
  font-size: 1.3em;
  vertical-align: bottom;
}
.bgt-download-file__link[href$="pdf"] .bgt-link__icon::after {
  content: "\e601";
}
.bgt-download-file__link[href$="doc"] .bgt-link__icon::after,
.bgt-download-file__link[href$="docx"] .bgt-link__icon::after {
  content: "\e626";
}
.bgt-download-file__link[href$="xls"] .bgt-link__icon::after,
.bgt-download-file__link[href$="xlsx"] .bgt-link__icon::after {
  content: "\e627";
}
.bgt-download-file__link[href$="ppt"] .bgt-link__icon::after,
.bgt-download-file__link[href$="pptx"] .bgt-link__icon::after {
  content: "\e629";
}
.bgt-download-file__link[href$="zip"] .bgt-link__icon::after {
  content: "\e628";
}
.bgt-download-file__link[href$="xml"] .bgt-link__icon::after,
.bgt-download-file__link[href$="htm"] .bgt-link__icon::after,
.bgt-download-file__link[href$="html"] .bgt-link__icon::after {
  content: "\e62a";
}
.bgt-download-file__link[href$="css"] .bgt-link__icon::after,
.bgt-download-file__link[href$="sass"] .bgt-link__icon::after,
.bgt-download-file__link[href$="scss"] .bgt-link__icon::after,
.bgt-download-file__link[href$="less"] .bgt-link__icon::after,
.bgt-download-file__link[href$="styl"] .bgt-link__icon::after,
.bgt-download-file__link[href$="json"] .bgt-link__icon::after {
  content: "\e62b";
}
.bgt-download-file__link[href$="jpeg"] .bgt-link__icon::after,
.bgt-download-file__link[href$="jpg"] .bgt-link__icon::after,
.bgt-download-file__link[href$="png"] .bgt-link__icon::after,
.bgt-download-file__link[href$="gif"] .bgt-link__icon::after,
.bgt-download-file__link[href$="tif"] .bgt-link__icon::after,
.bgt-download-file__link[href$="tiff"] .bgt-link__icon::after,
.bgt-download-file__link[href$="webp"] .bgt-link__icon::after,
.bgt-download-file__link[href$="bmp"] .bgt-link__icon::after {
  content: "\e602";
}
.bgt-download-file__link[href$="mov"] .bgt-link__icon::after,
.bgt-download-file__link[href$="mp4"] .bgt-link__icon::after,
.bgt-download-file__link[href$="m4v"] .bgt-link__icon::after,
.bgt-download-file__link[href$="flv"] .bgt-link__icon::after,
.bgt-download-file__link[href$="swf"] .bgt-link__icon::after,
.bgt-download-file__link[href$="mpg"] .bgt-link__icon::after,
.bgt-download-file__link[href$="mpeg"] .bgt-link__icon::after,
.bgt-download-file__link[href$="wmv"] .bgt-link__icon::after,
.bgt-download-file__link[href$="webm"] .bgt-link__icon::after,
.bgt-download-file__link[href$="ogg"] .bgt-link__icon::after {
  content: "\e608";
}
.bgt-google-maps {
  width: 100%;
  height: 400px;
}
.bgt-google-maps img {
  display: block;
  margin: 0 auto;
}
.bgt-image__link {
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  text-decoration: none !important;
}
.bgt-image__link.bgt-colorbox--larger {
  pointer-events: none;
  cursor: default;
}
.bgt-box__image-container {
  background: none;
}
.bgt-box__image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
[data-bge-empty="1"] .bgt-box__image-container {
  width: 100%;
  height: 1px;
  visibility: hidden;
}
[data-bge-empty="1"] .bgt-box__image-container img {
  display: none;
}
@media screen and (max-width: 798px) {
  [data-bge-empty="1"] .bgt-box__image-container {
    display: none;
  }
}
.bgt-box__caption {
  text-align: left;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-weight: normal;
  font-size: 90%;
}
.bgt-box__caption:empty {
  display: none;
}
.bgt-image-link__link {
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  text-decoration: none !important;
}
.bgt-box__image-container {
  background: transparent !important;
}
@media screen and (max-width: 798px) {
  .bgt-box__image-container {
    margin-bottom: 10px;
  }
}
.bgt-box__image-container img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
[data-bge-empty="1"] .bgt-box__image-container {
  width: 100%;
  height: 1px;
  visibility: hidden;
}
[data-bge-empty="1"] .bgt-box__image-container img {
  display: none;
}
@media screen and (max-width: 798px) {
  [data-bge-empty="1"] .bgt-box__image-container {
    display: none;
  }
}
.bgt-box__caption {
  text-align: left;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-weight: normal;
  font-size: 90%;
}
.bgt-box__caption:empty {
  display: none;
}
.bgt-trimmed-image__link {
  display: block;
  color: #333;
  text-decoration: none !important;
}
.bgt-trimmed-image__link[href*="bg-noimage"] {
  pointer-events: none;
  cursor: default;
}
.bgt-trimmed-image__link.bgt-colorbox--larger {
  pointer-events: none;
  cursor: default;
}
.bgt-box__image {
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 798px) {
  [data-bge-empty="1"] .bgt-box__image {
    display: none;
  }
}
.bgt-box__caption {
  text-align: left;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-weight: normal;
  font-size: 90%;
}
.bgt-box__caption:empty {
  display: none;
}
.bgt-trimmed-image-link__link {
  display: block;
  color: #333;
  text-decoration: none !important;
}
.bgt-trimmed-image-link__link[href*="bg-noimage"] {
  pointer-events: none;
  cursor: default;
}
.bgt-box__image {
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bge-contents .books-lead .bgt-box__caption {
  background: transparent !important;
  text-align: left !important;
  font-weight: normal;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media screen and (max-width: 798px) {
  [data-bge-empty="1"] .bgt-box__image {
    display: none;
  }
}
.bgt-box__caption {
  text-align: left;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 10px;
  background: transparent;
  color: #333;
  font-weight: bold;
  font-weight: normal;
  font-size: 90%;
}
.bgt-box__caption:empty {
  display: none;
}
.bge-type-table {
  margin: 0;
}
.bge-type-table th {
  width: 25%;
}
.bge-type-table td {
  width: 75%;
}
@media screen and (max-width: 798px) {
  .bge-type-table,
  .bge-type-table tbody,
  .bge-type-table tfoot {
    display: block;
  }
  .bge-type-table tr {
    display: block;
    margin-top: -1px;
  }
  .bge-type-table tr th,
  .bge-type-table tr td {
    width: auto;
    display: block;
  }
  .bge-type-table tr th {
    border-bottom: none;
  }
}
.bge-title-h2 {
  margin-bottom: 0;
}
.bge-title-h3 {
  margin-bottom: 0;
}
.bgt-hr {
  width: 100%;
  margin: 0 auto;
}
.bgt-hr--bold {
  height: 5px;
}
.bgt-hr--narrow {
  height: 1px;
}
.bgt-hr--short {
  width: 60%;
  height: 1px;
}
.bge-embed-code {
  display: none;
}
.bge-embed-label {
  display: block;
  color: #999;
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.bge-embed-label:after {
  content: "埋め込みタグはエディタ上ではプレビューできません";
  display: block;
  font-size: 0.92em;
  font-weight: normal;
}
.bgb-opt--mb-large {
  margin-bottom: 4em !important;
}
.bgb-opt--mb-small {
  margin-bottom: 1em !important;
}
.bgb-opt--mb-none {
  margin-bottom: 0 !important;
}
.bgb-opt--bg-gray {
  background-color: #efefef !important;
}
.bgb-opt--bg-blue {
  background-color: #d8f4ff !important;
}
.bgb-opt--bg-pink {
  background-color: #ffeeee !important;
}
.bgb-opt--border-none {
  border-width: 0px !important;
  border-style: none;
}
.bgb-opt--border-bold {
  border-width: 5px !important;
  border-style: solid;
}
.bgb-opt--border-thin {
  border-width: 1px !important;
  border-style: solid;
}
.bgb-opt--border-dotted {
  border-width: 1px !important;
  border-style: dotted;
}
.bgb-opt--border-td {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}
.bgb-opt--border-lr {
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
.bgb-opt--border-trl {
  border-bottom-width: 0px !important;
}
.bgb-opt--border-rbl {
  border-top-width: 0px !important;
}
.bgt-grid1 {
  width: 8.33333%;
}
.bgt-grid2 {
  width: 16.66666%;
}
.bgt-grid3 {
  width: 25%;
}
.bgt-grid4 {
  width: 33.33333%;
}
.bgt-grid5 {
  width: 41.66666%;
}
.bgt-grid6 {
  width: 50%;
}
.bgt-grid7 {
  width: 58.33333%;
}
.bgt-grid8 {
  width: 66.66666%;
}
.bgt-grid9 {
  width: 75%;
}
.bgt-grid10 {
  width: 83.33333%;
}
.bgt-grid11 {
  width: 91.66666%;
}
.bgt-grid12 {
  width: 100%;
}
@media screen and (max-width: 798px) {
  .bgt-grid1,
  .bgt-grid2,
  .bgt-grid3,
  .bgt-grid4,
  .bgt-grid5,
  .bgt-grid6,
  .bgt-grid7,
  .bgt-grid8,
  .bgt-grid9,
  .bgt-grid10,
  .bgt-grid11,
  .bgt-grid12 {
    width: 100%;
  }
  .bgt-sp-grid2.bgt-grid--first,
  .bgt-sp-grid3.bgt-grid--first,
  .bgt-sp-grid4.bgt-grid--first,
  .bgt-sp-grid5.bgt-grid--first,
  .bgt-sp-grid6.bgt-grid--first,
  .bgt-sp-grid7.bgt-grid--first,
  .bgt-sp-grid8.bgt-grid--first,
  .bgt-sp-grid9.bgt-grid--first,
  .bgt-sp-grid10.bgt-grid--first,
  .bgt-sp-grid11.bgt-grid--first,
  .bgt-sp-grid12.bgt-grid--first {
    float: left !important;
    padding-right: 10px !important;
  }
  .bgt-sp-grid2.bgt-grid--last,
  .bgt-sp-grid3.bgt-grid--last,
  .bgt-sp-grid4.bgt-grid--last,
  .bgt-sp-grid5.bgt-grid--last,
  .bgt-sp-grid6.bgt-grid--last,
  .bgt-sp-grid7.bgt-grid--last,
  .bgt-sp-grid8.bgt-grid--last,
  .bgt-sp-grid9.bgt-grid--last,
  .bgt-sp-grid10.bgt-grid--last,
  .bgt-sp-grid11.bgt-grid--last,
  .bgt-sp-grid12.bgt-grid--last {
    float: right !important;
    padding-left: 10px !important;
  }
  .bgt-sp-grid1 {
    width: 8.33333% !important;
  }
  .bgt-sp-grid2 {
    width: 16.66666% !important;
  }
  .bgt-sp-grid3 {
    width: 25% !important;
  }
  .bgt-sp-grid4 {
    width: 33.33333% !important;
  }
  .bgt-sp-grid5 {
    width: 41.66666% !important;
  }
  .bgt-sp-grid6 {
    width: 50% !important;
  }
  .bgt-sp-grid7 {
    width: 58.33333% !important;
  }
  .bgt-sp-grid8 {
    width: 66.66666% !important;
  }
  .bgt-sp-grid9 {
    width: 75% !important;
  }
  .bgt-sp-grid10 {
    width: 83.33333% !important;
  }
  .bgt-sp-grid11 {
    width: 91.66666% !important;
  }
  .bgt-sp-grid12 {
    width: 100% !important;
  }
}
.cke_editable {
  margin: 0;
  padding: 10px;
}
.bge-contents .qa_box h5 {
  padding: 10px 15px;
  color: #fff;
  background: #00276c;
  margin: 0;
}
.bge-contents .qa_box p {
  margin: 0;
  background: #e1e5ec;
  padding: 20px;
}
@media screen and (max-width: 798px) {
  .bge-contents .qa_box h5 {
    padding: 7px 10px;
  }
  .bge-contents .qa_box p {
    padding: 10px 15px;
  }
}
.bge-contents .sitemap_list li {
  margin-bottom: 6px;
}
.bge-contents .sitemap_list li a {
  color: #202020;
}
.bge-contents .sitemap_list li > a {
  font-weight: bold;
}
.bge-contents .sitemap_list li ul {
  margin: 8px 0 8px 1.8em;
}
.bge-contents .sitemap_list li ul a {
  font-weight: normal;
}
.bge-contents .voice_link_block {
  margin-bottom: 20px;
}
.bge-contents .voice_link_block p {
  margin: 5px 0;
  font-size: 14px;
}
@media screen and (max-width: 798px) {
  .bge-contents .voice_link_block .bgt-image-link {
    margin-bottom: 0 !important;
  }
}
.bge-contents .voice_link_block h5 {
  margin: 10px 0;
}
@media screen and (max-width: 798px) {
  .bge-contents .voice_link_block h5 {
    margin: 8px 0 5px;
  }
}
.bge-contents .voice_link_block img {
  border: 1px solid #00276c;
}
.bge-contents .voice_link_block img[src*="noimage"] {
  display: none !important;
}
.bge-contents .message_info_box {
  background: #e1e5ec;
  padding: 20px;
  border-radius: 5px;
}
.bge-contents .message_info_box img {
  border: 2px solid #00276c;
}
@media screen and (max-width: 798px) {
  .bge-contents .message_info_box {
    padding: 15px;
  }
  .bge-contents .message_info_box p {
    margin-bottom: 0;
  }
  .bge-contents .message_info_box .bgt-image {
    margin-bottom: 10px;
  }
}
.bge-contents .message_box_member {
  background: #eee;
  margin: -5px 0 0;
  padding: 15px;
  text-align: center;
  font-weight: bold;
}
.bge-contents .message_box_member p.button_center {
  margin: 1em 0 0;
}
.bge-contents .message_box_member .button {
  padding: 7px 10px 5px;
  font-size: 14px;
}
@media screen and (max-width: 798px) {
  .bge-contents .message_box_member .button {
    font-size: 12px;
  }
}
.bge-contents .member_shipbox p {
  font-size: 14px;
}
@media screen and (max-width: 798px) {
  .bge-contents .member_shipbox p {
    font-size: 12px;
  }
}
@media screen and (max-width: 798px) {
  .bge-contents .member_shipbox .bgt-image-link {
    margin-bottom: 0 !important;
  }
}
.bge-contents .member_shipbox a.disabled {
  opacity: 1 !important;
  cursor: default !important;
}
.bge-contents .member_shipbox [data-bgt="image-link"] .bgt-box__image-container {
  border: #00276c 1px solid;
  padding: 10px;
  margin-bottom: 0;
}
.bge-contents .member_shipbox [data-bgt="image-link"] .bgt-box__caption {
  background: #00276c;
  color: #fff;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 798px) {
  .bge-contents .member_shipbox [data-bgt="image-link"] .bgt-box__caption {
    font-size: 14px;
  }
}
.bge-contents .member_shipbox.member_box_last .bgt-grid--last {
  display: none;
}

/*ログイン時、ツールバーのアイコン修正*/
#ToolBar {
  .title img {
    display: inline;
    width: auto;
  }
}

/*member--法人のメンバーページ*/
.l-footer {
  z-index: 0;
  background-color: #ddd;
  background-color: var(--bg) !important;
}

#company {
  background-color: var(--bg) !important;
  color: #1a1a1a !important;

  .bge-contents,
  .bge-contents [data-bgb],
  .bge-contents [data-bgb]::after,
  .inner,
  .bgb-title2 h3,
  .bge-contents [data-bgt="image-link"] .bgt-box__caption {
    all: unset;
  }

  a[href*="no-link"] {
    pointer-events: none !important;
  }

  .bge-contents .bgt-grid--first,
  .bge-contents .bgt-grid--last {
    padding: 0 !important;
  }

  .inner {
    display: block;
    width: 82.43%;
    margin: 0 auto;
  }
  .bgt-ckeditor-container .bge-ckeditor:empty {
    display: none;
  }
  .bgt-ckeditor-container .bge-ckeditor br {
    display: none;
  }
  .bge-contents h1,
  .bge-contents .bgb-title {
    display: none;
  }

  .bgb-wysiwyg p {
    font-weight: normal;
    font-size: calc(13 / 1366 * 100vw);
    line-height: calc(31 / 13);
  }
  .bgb-title2 {
    display: block !important;
  }
  .bgb-title2 h3 {
    display: block !important;
    font-weight: 600 !important;
    font-size: calc(40 / 1366 * 100vw) !important;
    line-height: calc(60 / 40) !important;
    margin-bottom: 54px !important;
    border: unset !important;
    padding: unset !important;
    background-color: unset !important;
  }

  .bgb-title2.dec01 {
    margin-top: calc(80 / 1366 * 100vw) !important;
  }
  .bgb-title2.dec02 {
    margin-top: calc(120 / 1366 * 100vw) !important;
  }
  .bge-contents .bgt-box__caption {
    position: relative !important;
    z-index: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: calc(64 / 1366 * 100vw) !important;
    font-size: calc(16 / 1366 * 100vw) !important;
    background: unset !important;
    color: #1a1a1a !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }
  .bge-contents .bgt-box__caption::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-color: #dddddd;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(100% - calc(128 / 1366 * 100vw));
    height: 1px;
  }
  .bgb-image-link1 {
    display: block !important;
    width: 93.16% !important;
    margin: 0 auto calc(30 / 1366 * 100vw) !important;
  }
  .bgb-image-link1 a {
    background-color: #fff;
    display: block;
  }
  .bge-contents [data-bgt="image-link"] .bgt-box__image-container {
    background: #fff;
  }
  .bgb-image-link1 .bgt-box__image-container {
    display: block;
    height: calc(92 / 1366 * 100vw);
    padding: calc(26 / 1366 * 100vw) 0;
  }
  .bgb-image-link1 .bgt-box__image-container img {
    height: calc(60 / 1366 * 100vw) !important;
    width: auto !important;
  }
  .member_shipbox:has(.bgt-grid) {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 93.16% !important;
    margin: 0 auto !important;
  }
  .bge-contents .bgt-grid {
    width: 49.05% !important;
    float: unset;
    background-color: #fff;
    margin-bottom: calc(30 / 1366 * 100vw) !important;
  }
  .bge-contents .bgt-box__image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(112 / 1366 * 100vw);
    border: unset !important;
    padding: 0 !important;
  }
  .bge-contents .bgt-box__image-container img {
    height: calc(60 / 1366 * 100vw) !important;
    width: auto !important;
  }
  @media screen and (max-width: 768px) {
    .bgt-ckeditor-container .bge-ckeditor br {
      display: inline;
    }

    .inner {
      width: 94.666%;
    }

    .bgb-wysiwyg p {
      font-size: calc(13 / 375 * 100vw);
      padding: 0 calc(16 / 375 * 100vw);
    }

    .bge-contents h1,
    .bge-contents .bgb-title {
      display: none;
    }
    .bgb-title2 {
      display: block !important;
    }

    .bgb-title2.dec01 {
      margin-top: calc(60 / 375 * 100vw);
    }

    .bgb-title2.dec02 {
      margin-top: calc(80 / 375 * 100vw);
    }

    .bgb-title2 h3 {
      display: block !important;
      font-weight: 600 !important;
      font-size: calc(24 / 375 * 100vw) !important;
      line-height: calc(60 / 40) !important;
      margin-bottom: calc(45 / 375 * 100vw) !important;
      padding: 0 calc(16 / 375 * 100vw) !important;
    }
    /*  .bgb-title2 h3::after {
    content: "SPECIAL CORPORATE\AMEMBERS";
    white-space: pre;
    display: block;
    font-family: Roboto;
    font-weight: bold;
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.8;
    padding-left: calc(24.5 / 375 * 100vw);
    border-left: 1px solid #1A1A1A;
    margin-top: calc(20 / 375 * 100vw);
  }
  .bgb-title2.dec02 h3::after {
    content: "Corporate\AMembers";
    content: "CORPORATE\AMEMBERS";
  }*/
    .bgb-title2.dec01 {
      margin-top: calc(60 / 375 * 100vw) !important;
    }
    .bgb-title2.dec02 {
      margin-top: calc(80 / 375 * 100vw) !important;
    }
    .bge-contents .bgt-box__caption {
      position: relative !important;
      z-index: 0 !important;
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      height: auto !important;
      min-height: calc(64 / 375 * 100vw) !important;
      font-size: calc(16 / 375 * 100vw) !important;
      padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) !important;
      box-sizing: border-box !important;
    }
    .bge-contents .bgt-box__caption::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background-color: #dddddd;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: calc(315 / 375 * 100vw) !important;
      height: 1px;
    }
    .bgb-image-link1 {
      display: block !important;
      width: 100% !important;
      margin: 0 auto calc(30 / 375 * 100vw) !important;
    }
    .bgb-image-link1 a {
      background-color: #fff;
      display: block;
    }
    .bge-contents [data-bgt="image-link"] .bgt-box__image-container {
      background: #fff;
    }
    .bgb-image-link1 .bgt-box__image-container {
      display: block;
      height: calc(92 / 375 * 100vw);
      padding: calc(26 / 375 * 100vw) 0;
    }
    .bgb-image-link1 .bgt-box__image-container img {
      object-fit: cover;
      height: 100% !important;
      width: auto !important;
    }
    .member_shipbox:has(.bgt-grid) {
      display: flex;
      flex-flow: wrap;
      justify-content: space-between;
      width: 100% !important;
      margin: 0 auto !important;
    }
    .bge-contents .bgt-grid {
      width: 100% !important;
      float: unset;
      background-color: #fff;
      margin-bottom: calc(30 / 375 * 100vw) !important;
    }
    .bge-contents .bgt-box__image-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: auto;
      min-height: calc(112 / 375 * 100vw);
      padding: calc(22 / 375 * 100vw) calc(10 / 375 * 100vw) !important;
    }
    .bge-contents .bgt-box__image-container img {
      object-fit: cover;
      height: auto !important;
      width: 100% !important;
    }
    .bge-contents .bgt-box__image-container img.adjust_sp {
      height: calc(70 / 375 * 100vw) !important;
      width: auto !important;
    }
  }
}

/*NEWS--新着情報ページ*/
body {
  background-color: var(--bg) !important;
}

.l-footer {
  background-color: var(--bg) !important;
}

#page_news {
  background: #f4f4f4;
  .inner {
    width: calc(1124 / 1366 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(20 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      width: calc(322 / 375 * 100vw);
      padding-bottom: calc(10 / 375 * 100vw);
    }
  }

  .news_list {
    margin-bottom: calc(82 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      margin-bottom: calc(40 / 375 * 100vw);
    }
  }
  .news_list li {
    padding: calc(25 / 1366 * 100vw) 0;
    border-bottom: 1px solid #cacaca;
    @media screen and (max-width: 768px) {
      padding: calc(25 / 375 * 100vw) 0;
    }
  }
  .news_list li a {
    display: flex;
    flex-flow: wrap;
    align-items: baseline;
    cursor: pointer;
    font-size: calc(13 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      font-size: calc(13 / 375 * 100vw);
      gap: 8px 0;
    }
  }
  .news_list li time {
    width: calc(84 / 1366 * 100vw);
    font-family: "Roboto";
    font-weight: bold;
    @media screen and (max-width: 768px) {
      width: calc(84 / 375 * 100vw);
    }
  }

  .news_list li a .cat {
    margin: 0 calc(19 / 1366 * 100vw) 0;
    padding: 0 1em;
    color: #fff;
    background-color: #08449a;

    &.cat_result {
      background-color: #00819e;
    }
    @media screen and (max-width: 768px) {
      margin: 0 calc(10 / 375 * 100vw) 0;
    }
  }

  .news_list li .ttl {
    @media screen and (max-width: 768px) {
      width: 100%;
    }
  }

  .pager {
    ul {
      display: flex;
      justify-content: center;
      align-self: center;
      gap: calc(45 / 1366 * 100vw);
      @media screen and (max-width: 768px) {
        gap: calc(30 / 375 * 100vw);
      }
      .number a {
        display: block;
        position: relative;
        z-index: 0;
        font-family: "Roboto";
        font-weight: bold;
        font-size: calc(16 / 1366 * 100vw);
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: left;
        color: #1a1a1a;
        @media screen and (max-width: 768px) {
          font-size: calc(16 / 375 * 100vw);
        }
      }
      .number a.active {
        color: #fff !important;
      }
      .number a.active::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-color: #1a1a1a;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(50 / 1366 * 100vw);
        aspect-ratio: 1;
        border-radius: calc(999 / 1366 * 100vw);
        @media screen and (max-width: 768px) {
          width: calc(32 / 375 * 100vw);
          border-radius: calc(999 / 375 * 100vw);
        }
      }

      .pager-nav-link {
        font-family: "Roboto";
        font-weight: bold;
        font-size: calc(13 / 1366 * 100vw);
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: left;
        color: #9a9a9a;
        @media screen and (max-width: 768px) {
          font-size: calc(13 / 375 * 100vw);
        }
        a {
          color: #000000;
          &[data-disabled="true"] {
            color: #9a9a9a;
          }
        }
      }
    }
  }
}

#page_blog {
  background: #f4f4f4;
  width: 100vw;
  .inner {
    width: calc(1124 / 1366 * 100vw);
    margin: 0 auto;
    padding-bottom: calc(20 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      width: calc(322 / 375 * 100vw);
      padding-bottom: calc(10 / 375 * 100vw);
    }
  }

  .bge-contents {
    overflow: hidden;
  }

  .dummy_parts {
    height: calc(20 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      height: calc(20 / 375 * 100vw);
    }
  }

  .bge-contents [data-bgb]::after {
    display: none;
  }

  /* .news_single_header .news_date,
  .news_single_header .cat {
    display: none;
  } */

  .news_single_header .news_date {
    display: inline-block;
    font-size: calc(13 / 1366 * 100vw);
    /* width: calc(84 / 1366 * 100vw); */
    font-family: "Roboto";
    font-weight: bold;
    @media screen and (max-width: 768px) {
      font-size: calc(13 / 375 * 100vw);
    }
  }
  .news_single_header .cat {
    display: inline-block;
    font-size: calc(13 / 1366 * 100vw);
    margin: 0 calc(28 / 1366 * 100vw) 0;
    padding: 0 1em;
    color: #fff;
    background-color: #08449a;
    &.cat_result {
      background-color: #00819e;
    }
    @media screen and (max-width: 768px) {
      font-size: calc(13 / 375 * 100vw);
    }
  }
  .news_single_header .heading_news {
    font-weight: 600;
    font-size: calc(40 / 1366 * 100vw);
    line-height: calc(60 / 40);
    text-align: left;
    color: #1a1a1a;
    margin: calc(8 / 1366 * 100vw) 0 calc(40 / 1366 * 100vw);

    @media screen and (max-width: 768px) {
      font-size: calc(24 / 375 * 100vw) !important;
      margin: calc(8 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    }
  }
  .bge-contents [data-bgb]:has(.bge-title-h3) {
    margin: 0 !important;
  }
  .bge-contents [data-bgb]:has(.bge-title-h3)::after {
    display: none;
  }
  .bge-title-h3 {
    font-weight: 600;
    font-size: calc(28 / 1366 * 100vw);
    line-height: calc(60 / 28);
    margin-bottom: calc(30 / 1366 * 100vw);
    border: unset;
    padding: unset;
    background: unset;
    @media screen and (max-width: 768px) {
      font-size: calc(18 / 375 * 100vw) !important;
      margin-bottom: calc(20 / 375 * 100vw);
    }
  }

  .bge-contents h4 {
    font-weight: 600;
    font-size: calc(18 / 1366 * 100vw);
    line-height: calc(28 / 18);
    color: #1a1a1a;
    padding: calc(13 / 1366 * 100vw) 0 0 0;
    margin: 0;
    position: relative;
    z-index: 0;
    overflow: unset;
    background: unset;
    @media screen and (max-width: 768px) {
      font-size: calc(18 / 375 * 100vw);
      padding: calc(13 / 375 * 100vw) 0 0 0;
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: 0;
      background-color: #1a1a1a;
      top: 0;
      left: 0;
      width: calc(200 / 1366 * 100vw);
      height: 1px;
      @media screen and (max-width: 768px) {
        width: calc(200 / 375 * 100vw);
      }
    }
  }

  .bge-ckeditor {
    font-weight: normal;
    font-size: calc(13 / 1366 * 100vw);
    line-height: calc(31 / 13);
    margin: calc(8 / 1366 * 100vw) 0 0;
    @media screen and (max-width: 768px) {
      font-size: calc(13 / 375 * 100vw);
      margin: calc(8 / 375 * 100vw) 0 0;
    }
  }

  .bge-contents ul li::before {
    color: #0060be;
    font-size: calc(6 / 1366 * 100vw);
    margin-right: calc(10 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      font-size: calc(6 / 375 * 100vw);
      margin-right: calc(10 / 375 * 100vw);
    }
  }
  .bge-contents .pager ul li::before {
    display: none;
  }

  .bgb-table {
    background-color: #eaeaea;
    padding: calc(45 / 1366 * 100vw) calc(50 / 1366 * 100vw) calc(60 / 1366 * 100vw);

    @media screen and (max-width: 768px) {
      padding: calc(30 / 375 * 100vw) calc(20 / 375 * 100vw) calc(40 / 375 * 100vw);
    }
  }
  .bgb-table caption {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: calc(28 / 1366 * 100vw);
    line-height: calc(60 / 28);
    margin-bottom: 0;
    padding-left: 0;
    line-height: 1.7 !important;
    @media screen and (max-width: 768px) {
      font-size: calc(20 / 375 * 100vw);
      line-height: calc(60 / 28);
    }
  }
  .bge-contents table tr {
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 768px) {
      flex-flow: column;
      gap: calc(16 / 375 * 100vw);
    }
  }
  .bge-contents table tr th {
    box-sizing: border-box;
    width: 15%;
    background: unset;
    border: unset;
    font-weight: 600;
    font-size: calc(18 / 1366 * 100vw);
    line-height: calc(53 / 18);

    color: #1a1a1a;
    padding: calc(36 / 1366 * 100vw) 0;
    @media screen and (max-width: 768px) {
      width: 100%;
      padding: calc(24 / 375 * 100vw) 0 0;
      text-align: left;
      font-size: calc(16 / 375 * 100vw);
      line-height: 2;
    }
  }

  .bge-contents table tr td {
    box-sizing: border-box;
    width: 82.42%;
    background: unset !important;
    border: unset;
    padding: calc(36 / 1366 * 100vw) 0;
    font-size: calc(13 / 1366 * 100vw);
    line-height: calc(31 / 13);
    @media screen and (max-width: 768px) {
      width: 100%;
      padding: 0 0 calc(24 / 375 * 100vw) 0;
      text-align: left;
      font-size: calc(13 / 375 * 100vw);
      line-height: calc(26 / 13);
    }
  }

  .bgb-image2,
  .bgb-image-text2,
  .bgb-image-text3,
  .bgb-image-text4 {
    display: flex;
    justify-content: space-between;
    @media screen and (max-width: 768px) {
      flex-flow: column;
      gap: 24px 0;
    }
  }

  .bgb-image2 .bgt-grid,
  .bgb-image-text2 .bgt-grid {
    width: 48.44%;
    float: unset;
    padding: 0;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 0;

      .bge-ckeditor {
        margin-top: calc(8 / 375 * 100vw);
      }
    }
  }

  .bgb-image-text3 .bgt-grid {
    width: 31.25%;
    float: unset;
    padding: unset;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 0;
      .bge-ckeditor {
        margin-top: calc(8 / 375 * 100vw);
      }
    }
  }

  .bgb-image-text4 {
    display: flex;
    justify-content: space-between;
  }
  .bgb-image-text4 .bgt-grid {
    width: 22.7%;
    float: unset;
    padding: unset;
    @media screen and (max-width: 768px) {
      width: 100%;
      margin-bottom: 0;
      .bge-ckeditor {
        margin-top: calc(8 / 375 * 100vw);
      }
    }
  }

  .bgb-image2::after,
  .bgb-image-text2::after,
  .bgb-image-text3::after,
  .bgb-image-text4::after {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .bgt-box__image-container,
    .bgt-image {
      margin-bottom: 0px;
    }
  }

  .bgt-box__caption {
    text-align: left;
    font-weight: normal;
    padding: calc(8 / 1366 * 100vw) 0 0;
    background: unset;
    font-size: calc(13 / 1366 * 100vw);
    line-height: 2;

    @media screen and (max-width: 768px) {
      padding: calc(8 / 375 * 100vw) 0;
      font-size: calc(13 / 375 * 100vw);
      margin-bottom: 0;
    }
  }

  .bgt-btn {
    width: calc(230 / 1366 * 100vw);
    min-height: 51px;
    background-color: #1a1a1a;
    border-radius: calc(999 / 1366 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: calc(14 / 1366 * 100vw);
    line-height: 1;
    color: #fff !important;
    margin: 0 auto;
    border: unset;
    min-width: unset;

    @media screen and (max-width: 768px) {
      min-width: calc(250 / 375 * 100vw);
      min-height: calc(51 / 375 * 100vw);
      border-radius: calc(999 / 375 * 100vw);
      font-size: calc(13 / 375 * 100vw);
    }
  }

  [data-bgt-button-kind="back"] .bgt-btn {
    position: relative;
    z-index: 0;
    padding: calc(10 / 1366 * 100vw) calc(35 / 1366 * 100vw) calc(8 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      padding: calc(10 / 375 * 100vw) calc(36 / 375 * 100vw) calc(8 / 375 * 100vw);
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      background-image: url("../img/common/icn_arrow_black.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 50%;
      left: calc(20 / 1366 * 100vw);
      transform: translate(0, -50%) scale(-1, 1);
      filter: invert(100%);
      width: calc(13.15 / 1366 * 100vw);
      aspect-ratio: 13.15 / 7.8;
      @media screen and (max-width: 768px) {
        width: calc(13.15 / 375 * 100vw);
        left: calc(20 / 375 * 100vw);
      }
    }
  }
  [data-bgt-button-kind="external"] .bgt-btn {
    position: relative;
    z-index: 0;
    padding: calc(10 / 1366 * 100vw) calc(35 / 1366 * 100vw) calc(8 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      padding: calc(10 / 375 * 100vw) calc(36 / 375 * 100vw) calc(8 / 375 * 100vw);
    }
    &::after {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      background-image: url("../img/common/icn_arrow_black.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      top: 50%;
      right: calc(20 / 1366 * 100vw);
      transform: translate(0, -50%);
      filter: invert(100%);

      width: calc(13.15 / 1366 * 100vw);
      aspect-ratio: 13.15 / 7.8;
      @media screen and (max-width: 768px) {
        width: calc(13.15 / 375 * 100vw);
        right: calc(20 / 375 * 100vw);
      }
    }
  }
  .bgt-btn-container .bgt-btn:active,
  .bgt-btn-container .bgt-btn:focus {
    box-shadow: unset;
  }

  .bgb-button3 {
    display: flex;
    justify-content: center;
    gap: calc(27 / 1366 * 100vw);
    @media screen and (max-width: 768px) {
      gap: calc(16 / 375 * 100vw);
      flex-flow: column;
      align-items: center;
    }
  }

  .bgb-button::after,
  .bgb-button3:after {
    display: none;
  }

  .pager {
    ul {
      display: flex;
      justify-content: center;
      align-self: center;
      margin-top: 80px;
      gap: calc(27 / 1366 * 100vw);
      @media screen and (max-width: 768px) {
        margin-top: 40px;
        gap: calc(18 / 375 * 100vw);
      }
      .number a {
        display: block;
        position: relative;
        z-index: 0;
        font-family: "Roboto";
        font-weight: bold;
        font-size: calc(16 / 1366 * 100vw);
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: left;
        color: #1a1a1a;
        @media screen and (max-width: 768px) {
          font-size: calc(16 / 375 * 100vw);
        }
      }
      .number a.active {
        color: #fff !important;
      }
      .number a.active::after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        background-color: #1a1a1a;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(50 / 1366 * 100vw);
        aspect-ratio: 1;
        border-radius: calc(999 / 1366 * 100vw);
        @media screen and (max-width: 768px) {
          width: calc(32 / 375 * 100vw);
          border-radius: calc(999 / 375 * 100vw);
        }
      }

      .pager-nav-link {
        font-family: "Roboto";
        font-weight: bold;
        font-size: calc(13 / 1366 * 100vw);
        letter-spacing: 0.05em;
        line-height: 1;
        text-align: left;
        color: #9a9a9a;
        align-self: center;
        @media screen and (max-width: 768px) {
          font-size: calc(13 / 375 * 100vw);
        }
        a {
          color: #000000;
          &[data-disabled="true"] {
            color: #9a9a9a;
          }
        }
      }
      .prev_all_link a {
        width: calc(230 / 1366 * 100vw);
        aspect-ratio: 230 / 51;

        background-color: #1a1a1a;
        border-radius: calc(999 / 1366 * 100vw);
        display: flex;
        justify-content: center;
        align-items: center;

        font-weight: 600;
        font-size: calc(14 / 1366 * 100vw);
        line-height: 1;

        color: #fff;
        @media screen and (max-width: 768px) {
          width: calc(200 / 375 * 100vw);
          border-radius: calc(999 / 375 * 100vw);
          font-size: calc(13 / 375 * 100vw);
        }
      }
    }
  }
}

/*お問い合わせフォーム（旧版適応） */

.bge-contents {
  .form_lead {
    max-width: 1000px;
    margin: 0 auto;
  }
  .form_table {
    margin-bottom: 40px;

    input {
      appearance: auto;
    }
  }
  .form_table th,
  .form_table td {
    text-align: left;
    padding: 10px 15px;
    border: 0;
    text-align: left;
    border: 1px solid #fff;
  }
  .form_table th {
    width: 34%;
  }

  .form_table td {
    width: 66%;
  }

  @media screen and (max-width: 798px) {
    .form_table th,
    .form_table td {
      display: block;
      width: 100%;
    }
  }
  .form_table th {
    font-weight: bold;
    color: #fff;
    background: #00276c;
    font-size: 14px;
    vertical-align: middle;
  }
  @media screen and (max-width: 798px) {
    .form_table th {
      width: 100%;
      font-size: 12px;
      padding: 6px 10px 5px;
      border: 0;
    }
  }
  .form_table th small {
    display: block;
    font-size: 90%;
  }
  .form_table td {
    font-weight: normal;
    vertical-align: middle;
    background: #e8ecf1 !important;
    padding: 10px 20px;
    font-size: 15px;
  }
  @media screen and (max-width: 798px) {
    .form_table td {
      font-size: 12px;
      padding: 10px 10px 9px;
      border: 0;
    }
  }
  .form_table input[type="text"],
  .form_table textarea,
  .form_table select {
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    outline: 0;
  }
  .form_table textarea {
    width: 100%;
  }

  .form_table input[type="text"].select_prefecture,
  .form_table textarea.select_prefecture,
  .form_table select.select_prefecture {
    height: 35px;
  }
  .form_table input[type="text"]:focus,
  .form_table textarea:focus,
  .form_table select:focus {
    background: #fbffee;
    border-color: #fc9100;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(252, 145, 0, 0.6);
  }
  .form_table input[type="text"].sub_input,
  .form_table textarea.sub_input,
  .form_table select.sub_input {
    font-size: 12px;
    padding: 3px 10px;
    vertical-align: top;
    margin: 0 5px;
    margin-top: -3px;
  }
  @media screen and (max-width: 798px) {
    .form_table input[type="text"].sub_input,
    .form_table textarea.sub_input,
    .form_table select.sub_input {
      padding: 2px 5px;
      margin-top: -3px;
      margin: -3px 0 0;
    }
  }
  @media screen and (max-width: 798px) {
    .form_table input[type="text"],
    .form_table textarea,
    .form_table select {
      width: 100%;
      font-size: 12px;
      padding: 4px 10px;
    }
    .form_table input[type="text"].nw,
    .form_table textarea.nw,
    .form_table select.nw {
      width: auto;
    }
  }
  .form_table select {
    height: 40px;
  }
  .form_table .select_box {
    margin-bottom: 8px;
  }
  .form_table .select_box select {
    height: 30px;
    font-size: 13px;
  }
  @media screen and (max-width: 798px) {
    .form_table .select_box select {
      width: auto;
      font-size: 12px;
    }
  }
  @media screen and (max-width: 798px) {
    .form_table .radio,
    .form_table .checkbox {
      margin: 7px 0;
    }
  }
  .form_table input[type="checkbox"],
  .form_table input[type="radio"] {
    margin-right: 5px;
  }
  .form_table input[type="checkbox"] + label,
  .form_table input[type="radio"] + label {
    margin-right: 10px;
  }
  .form_table input[type="checkbox"] + label.no_margin,
  .form_table input[type="radio"] + label.no_margin {
    margin-right: 0;
  }
  @media screen and (max-width: 798px) {
    .form_table input[type="checkbox"] + label,
    .form_table input[type="radio"] + label {
      margin-right: 5px;
    }
  }
  @media screen and (max-width: 798px) {
    .form_table .sub_input_box {
      display: inline-block;
      margin-top: 3px;
      margin-bottom: 8px;
    }
  }
  .form_table .eqip_ttl {
    margin-right: 10px;
  }
  .form_table .form_ico {
    display: inline-block;
    background: #148e46;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 2px;
    margin-left: 8px;
    line-height: 1;
    vertical-align: top;
  }
  @media screen and (max-width: 798px) {
    .form_table .form_ico {
      font-size: 11px;
      vertical-align: middle;
    }
  }
  .form_table .form_ico.ico_req {
    background: #f14d33;
  }
  .tel_box {
    width: 500px;
    margin: 30px auto;
    background: #e1e5ec;
  }
  .tel_box .ttl {
    background: #00276c;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }
  .tel_box .tel {
    font-weight: bold;
    letter-spacing: 0.03em;
    font-size: 25px;
    text-align: center;
    padding: 15px 20px;
  }
  @media screen and (max-width: 798px) {
    .tel_box {
      width: 100%;
    }
    .tel_box .ttl {
      padding: 5px;
    }
    .tel_box .tel {
      font-size: 16px;
      padding: 5px;
    }
    .tel_box .tel a {
      color: #202020;
      text-decoration: none !important;
    }
  }
}

.form_caption_list {
  a {
    color: #fc9100;
    text-decoration: underline;
  }
}

body form {
  max-width: 1000px;
  margin: 0 auto;
  a {
    color: #fc9100;
    text-decoration: underline;
  }

  .button {
    -webkit-appearance: none;

    border: 0;
    font-weight: bold;
    min-width: 215px;
    display: inline-block;
    padding: 12px 10px 10px;
    text-decoration: none !important;
    text-align: center;
    font-size: 16px;
  }
  .button_submit {
    background: #26c856;
    color: #fff;
  }
  .button_back {
    background: #777;
    color: #fff;
  }
  @media screen and (max-width: 768px) {
    .button {
      font-size: 13px;
      padding: 10px 10px 8px;
      display: block;
      min-width: 0;
      width: 100%;
    }
  }

  @media screen and (min-width: 799px) {
    .button_list .button,
    .button_list .button_ico {
      margin: 0 10px;
    }
  }
  @media screen and (max-width: 798px) {
    .button_list .button {
      margin: 0 0 10px;
    }
  }
}
.bge-contents form ul li::before {
  display: none;
}
