@charset "UTF-8";
@font-face {
  font-family: MyNoto;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf)
      format("opentype");
  font-display: swap;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
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;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/* ==========================================================================
   ELEMENT RESET
   ======================================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}
@-ms-viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}
dd {
  margin-left: 0;
}
ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a {
  outline: 0;
}
a:focus,
button:focus {
  outline: 0;
}
em {
  font-style: normal;
}
figure {
  margin: 0;
}
table {
  border-collapse: collapse;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
button:focus {
  outline: none;
}
input,
button,
select,
textarea {
  line-height: inherit;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  line-height: inherit;
}
hr {
  margin: 0;
}

@media all and (max-width: 760px) {
  .no-scroll {
    position: fixed !important;
    width: 100% !important;
    z-index: 0 !important;
  }
}

/* ==========================================================================
    MEDIA QUERIES
   ======================================================================= */
/*
@media all and (min-width: 761px){
}
@media all and (min-width: 761px) and (max-width: 980px){
}
@media all and (max-width: 760px){
}
*/

/* ==========================================================================
   UTILL
   ======================================================================= */
/* --------------------------------------------------------------------------
   画像置換
   ----------------------------------------------------------------------- */
.u-ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font: 0/0 a;
}

/* --------------------------------------------------------------------------
   フロート解除
   ----------------------------------------------------------------------- */
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

/* すべて非表示 */
.u-hide {
  display: none;
}
/* PCで非表示 */
@media all and (min-width: 981px) {
  .u-hide-pc {
    display: none!important;
  }
}
/* PC、タブレットで非表示 */
@media all and (min-width: 761px) {
  .u-hide-tab-pc {
    display: none!important;
  }
}
/* タブレットのみ非表示 */
@media all and (min-width: 761px) and (max-width: 980px) {
  .u-hide-tab {
    display: none!important;
  }
}
/* SPで非表示 */
@media all and (max-width: 760px) {
  .u-hide-sp {
    display: none!important;
  }
}
/* SPの小さい画面サイズのみ表示 */
@media all and (min-width: 371px) {
  .u-hide-sp-wide {
    display: none;
  }
}

/* UA判定でタッチディバイス非表示 */
.is-ua-smartdevice .u-hide-smartdevice {
  display: none;
}

/* テキストセンター */
.u-center {
  text-align: center;
}
/* PCのみテキストセンター */
@media all and (min-width: 981px) {
  .u-center-pc {
    text-align: center;
  }
}
/* PC、タブレットでテキストセンター */
@media all and (min-width: 761px) {
  .u-center-tab-pc {
    text-align: center;
  }
}
/* タブレットのみテキストセンター */
@media all and (min-width: 761px) and (max-width: 980px) {
  .u-center-tab {
    text-align: center;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 760px) {
  .u-center-sp {
    text-align: center;
  }
}
/* テキストライト/レフト */
.u-right {
  text-align: right;
}
.u-left {
  text-align: left;
}

/* --------------------------------------------------------------------------
   テキスト 強調
   ----------------------------------------------------------------------- */
/* 強い強調 */
strong,
.u-strong {
  font-weight: bold;
  color: #ff4a64;
}
/* 強調 */
em,
.u-bold {
  font-weight: bold;
}

/* --------------------------------------------------------------------------
   display
   ----------------------------------------------------------------------- */
.d-inline-block {
  display: inline-block !important;
}

/* --------------------------------------------------------------------------
   jsからMedia Queries取得用 要<div class="mq"></div>
   ----------------------------------------------------------------------- */
/* PC用 */
.mq {
  display: none;
  font-family: "pc";
}
/* TAB用 */
@media all and (min-width: 761px) and (max-width: 980px) {
  .mq {
    font-family: "tab";
  }
}
/* SP用 */
@media screen and (max-width: 760px) {
  .mq {
    font-family: "sp";
  }
}

._dummy-img {
  background-color: #e0e0e0;
  padding-top: calc(100% * 9 / 16);
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ==========================================================================
   TYPO COMPONENT
   ======================================================================= */
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo,
    sans-serif;
}
body {
  color: #333333;
}
.c-font-en {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
    Arial, sans-serif;
}

/* --------------------------------------------------------------------------
   見出し
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  /* LEVEL 1 */
  .main-container h1,
  .main-container .c-heading-lv1 {
    font-family: "Hiragino Kaku Gothic ProN", MyNoto, "Hiragino Sans",
      "メイリオ", Meiryo, sans-serif;
    font-size: 360%;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
  }
  .main-container h1:last-child,
  .main-container .c-heading-lv1:last-child {
    margin-bottom: 0;
  }
  .main-container .l-block--mt h1,
  .main-container .l-block--mt .c-heading-lv1 {
    margin-bottom: 30px;
  }
  /* LEVEL 2 */
  .main-container h2,
  .main-container .c-heading-lv2 {
    font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "メイリオ", Meiryo, sans-serif;
    font-size: 280%;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 30px;
  }
  h2::after {
    display: block;
    background: #359440;
    content: "";
    width: 50px;
    height: 4px;
    margin: 10px auto 0 auto;
  }
  /* LEVEL 3 */
  .main-container h3,
  .main-container .c-heading-lv3 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, sans-serif;
    font-size: 200%;
    line-height: 1.3125;
    font-style: normal;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: #e0e0e0 1px solid;
    margin-bottom: 20px;
    color: #359440;
  }
  /* LEVEL 4 */
  .main-container h4,
  .main-container .c-heading-lv4 {
    font-size: 200%;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: bold;
    color: #359440;
  }
  /* LEVEL 5 */
  .main-container h5,
  .main-container .c-heading-lv5 {
    font-size: 160%;
    line-height: 1.5;
    font-weight: bold;
  }
  /* LEVEL 6 */
  .main-container h6,
  .main-container .c-heading-lv6 {
    font-size: 140%;
    line-height: 1.5;
    font-weight: bold;
  }

  /* search */
  .c-heading-lv6-line {
    font-size: 140%;
    line-height: 1.5;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 6px;
    border-bottom: #808080 1px solid;
    margin-bottom: 15px;
  }

  /* 見出し用インデント */
  .c-heading-indent--lv1 {
    position: relative;
    padding-left: 1.25em;
  }
  .c-heading-indent--lv1 .c-heading-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 1.25em;
  }
}
@media all and (max-width: 760px) {
  /* LEVEL 1 */
  .main-container h1,
  .main-container .c-heading-lv1 {
    font-size: 260%;
    line-height: 1.28;
    font-family: "Hiragino Kaku Gothic ProN", MyNoto, "Hiragino Sans",
      "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
  }
  .main-container h1:last-child,
  .main-container .c-heading-lv1:last-child {
    margin-bottom: 0;
  }
  .main-container .l-block--mt h1,
  .main-container .l-block--mt .c-heading-lv1 {
    margin-bottom: 25px;
  }
  /* LEVEL 2 */
  .main-container h2,
  .main-container .c-heading-lv2 {
    font-size: 210%;
    line-height: 1.43;
    font-family: MyNoto, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
      "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-bottom: 25px;
  }
  h2::after {
    display: block;
    background: #359440;
    content: "";
    width: 50px;
    height: 4px;
    margin: 10px auto 0 auto;
  }
  /* LEVEL 3 */
  .main-container h3,
  .main-container .c-heading-lv3 {
    font-size: 150%;
    line-height: 1.3125;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-align: left;
    border-bottom: #e0e0e0 2px solid;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #359440;
  }
  /* LEVEL 4 */
  .main-container h4,
  .main-container .c-heading-lv4 {
    font-size: 150%;
    line-height: 1.25;
    font-weight: bold;
    margin-bottom: 10px;
    color: #359440;
  }
  /* LEVEL 5 */
  .main-container h5,
  .main-container .c-heading-lv5 {
    font-size: 150%;
    line-height: 1.5;
    font-weight: bold;
  }
  /* LEVEL 6 */
  .main-container h6,
  .main-container .c-heading-lv6 {
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
  }

  /* LEVEL 6 */
  .main-container h6,
  .main-container .c-heading-lv6 {
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
  }

  /* search */
  .c-heading-lv6-line {
    font-size: 120%;
    line-height: 1.5;
    font-weight: normal;
    padding-bottom: 6px;
    border-bottom: #808080 1px solid;
    margin-bottom: 15px;
    margin-top: 7px;
  }

  /* 見出し用インデント */
  .c-heading-indent--lv1 {
    position: relative;
    padding-left: 1.25em;
  }
  .c-heading-indent--lv1 .c-heading-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 1.25em;
  }
}
@media all and (max-width: 370px) {
  /* LEVEL 1 */
  .main-container h1,
  .main-container .c-heading-lv1 {
    font-size: 240%;
  }
}
/* --------------------------------------------------------------------------
   テキスト 文字サイズ
   ----------------------------------------------------------------------- */
.c-txt--left {
  text-align: left;
}
@media all and (min-width: 761px) {
  /* l */
  .c-txt-l {
    font-size: 180%;
    line-height: 1.5;
  }
  /* m */
  .c-txt-m,
  .c-list-m li,
  .c-list-m--narrow li {
    font-size: 160%;
    line-height: 1.5;
  }
  .c-list-m li li,
  .c-list-m--narrow li li {
    font-size: 100%;
  }
  /* s */
  .c-txt-s,
  .c-list-s li,
  .c-list-s--narrow li {
    font-size: 140%;
    line-height: 1.5;
  }
  /* xs */
  .c-txt-xs,
  .c-list-xs li {
    font-size: 120%;
    line-height: 1.5;
  }
  /* デフォルトマージン */
  .c-txt-l,
  .c-txt-m,
  .c-txt-s,
  .c-txt-xs {
    margin-top: 1em;
  }
  .c-txt-l:first-child,
  .c-txt-m:first-child,
  .c-txt-s:first-child,
  .c-txt-xs:first-child {
    margin-top: 0;
  }

  .c-txt-l--mb,
  .c-txt-m--mb,
  .c-txt-s--mb,
  .c-txt-xs--mb {
    margin-top: 0;
    margin-bottom: 1em;
  }

  .c-list-l li,
  .c-list-m li,
  .c-list-s li,
  .c-list-xs li {
    margin-top: 0.5em;
  }
  .c-list-l--narrow li,
  .c-list-m--narrow li,
  .c-list-s--narrow li,
  .c-list-xs--narrow li {
    margin-top: 0.25em;
  }

  .c-list-l li:first-child,
  .c-list-m li:first-child,
  .c-list-s li:first-child,
  .c-list-xs li:first-child,
  .c-list-l--narrow li:first-child,
  .c-list-m--narrow li:first-child,
  .c-list-s--narrow li:first-child,
  .c-list-xs--narrow li:first-child {
    margin-top: 0;
  }

  /* オレンジ丸 */
  .c-list-disk li,
  .c-ico-disk {
    padding-left: 1.25em;
    position: relative;
  }
  .c-list-disk li::before,
  .c-ico-disk::before {
    content: "";
    width: 0.625em;
    height: 0.625em;
    background: #9e0505;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(0.75em - 0.3125em);
  }
  /* グレー点 */
  .c-list-dot li,
  .c-ico-dot {
    padding-left: 1em;
    position: relative;
  }
  .c-list-dot li:before,
  .c-ico-dot::before {
    content: "";
    width: 0.3125em;
    height: 0.3125em;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: calc(0.5em - 0.22em);
    top: calc(0.75em - 0.15625em);
  }
  /* 番号順 */
  .main-container ol {
    list-style-type: decimal;
    padding-left: 2em;
  }
  .c-txt-l a,
  .c-txt-m a,
  .c-txt-s a,
  .c-txt-xs a,
  .c-list-l li a,
  .c-list-m li a,
  .c-list-s li a,
  .c-list-xs li a,
  .c-list-l--narrow li a,
  .c-list-m--narrow li a,
  .c-list-s--narrow li a,
  .c-list-xs--narrow li a,
  .c-note a,
  .c-note-disc a,
  .u-strong a {
    text-decoration: underline;
  }

  /* テキストリンク HOVER */
  .no-touchevents .c-txt-l a,
  .no-touchevents .c-txt-m a,
  .no-touchevents .c-txt-s a,
  .no-touchevents .c-txt-xs a,
  .no-touchevents .c-list-l li a,
  .no-touchevents .c-list-m li a,
  .no-touchevents .c-list-s li a,
  .no-touchevents .c-list-xs li a,
  .no-touchevents .c-list-l--narrow li a,
  .no-touchevents .c-list-m--narrow li a,
  .no-touchevents .c-list-s--narrow li a,
  .no-touchevents .c-list-xs--narrow li a,
  .no-touchevents .c-note a,
  .no-touchevents .c-note-disc a {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }

  .no-touchevents .c-txt-l a:hover,
  .no-touchevents .c-txt-m a:hover,
  .no-touchevents .c-txt-s a:hover,
  .no-touchevents .c-txt-xs a:hover,
  .no-touchevents .c-list-l li a:hover,
  .no-touchevents .c-list-m li a:hover,
  .no-touchevents .c-list-s li a:hover,
  .no-touchevents .c-list-xs li a:hover,
  .no-touchevents .c-list-l--narrow li a:hover,
  .no-touchevents .c-list-m--narrow li a:hover,
  .no-touchevents .c-list-s--narrow li a:hover,
  .no-touchevents .c-list-xs--narrow li a:hover,
  .no-touchevents .c-note a:hover,
  .no-touchevents .c-note-disc a:hover {
    color: #359440;
    text-decoration: none;
  }
  .c-txt-gray {
    color:#878787;
  }
}
@media all and (max-width: 760px) {
  /* l */
  .c-txt-l {
    font-size: 16px;
  }
  /* m */
  .c-txt-m,
  .c-list-m li,
  .c-list-m--narrow li {
    font-size: 14px;
    line-height: 1.5;
  }
  /* s */
  .c-txt-s,
  .c-list-s li,
  .c-list-s--narrow li {
    font-size: 12px;
    line-height: 1.5;
  }
  /* xs */
  .c-txt-xs,
  .c-list-xs li {
    font-size: 10px;
  }
  /* デフォルトマージン */
  .c-txt-l,
  .c-txt-m,
  .c-txt-s,
  .c-txt-xs {
    margin-top: 1em;
  }
  .c-txt-l:first-child,
  .c-txt-m:first-child,
  .c-txt-s:first-child,
  .c-txt-xs:first-child {
    margin-top: 0;
  }
  .c-txt-l--mb,
  .c-txt-m--mb,
  .c-txt-s--mb,
  .c-txt-xs--mb {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .c-list-l li,
  .c-list-m li,
  .c-list-s li,
  .c-list-xs li {
    margin-top: 0.5em;
  }
  .c-list-l--narrow li,
  .c-list-m--narrow li,
  .c-list-s--narrow li,
  .c-list-xs--narrow li {
    margin-top: 0.25em;
  }

  .c-list-l li:first-child,
  .c-list-m li:first-child,
  .c-list-s li:first-child,
  .c-list-xs li:first-child,
  .c-list-l--narrow li:first-child,
  .c-list-m--narrow li:first-child,
  .c-list-s--narrow li:first-child,
  .c-list-xs--narrow li:first-child {
    margin-top: 0;
  }

  /* オレンジ丸 */
  .c-list-disk li,
  .c-ico-disk {
    padding-left: 1.25em;
    position: relative;
  }
  .c-list-disk li::before,
  .c-ico-disk::before {
    content: "";
    width: 0.625em;
    height: 0.625em;
    background: #9e0505;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: calc(0.75em - 0.3125em);
  }
  /* グレー点 */
  .c-list-dot li {
    padding-left: 1em;
    position: relative;
  }
  .c-list-dot li:before {
    content: "";
    width: 0.3125em;
    height: 0.3125em;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: calc(0.5em - 0.15625em);
    top: calc(0.75em - 0.15625em);
  }
  /* 番号順 */
  .main-container ol {
    list-style-type: decimal;
    padding-left: 2em;
  }
  .c-txt-l a,
  .c-txt-m a,
  .c-txt-s a,
  .c-txt-xs a,
  .c-list-l li a,
  .c-list-m li a,
  .c-list-s li a,
  .c-list-xs li a,
  .c-list-l--narrow li a,
  .c-list-m--narrow li a,
  .c-list-s--narrow li a,
  .c-list-xs--narrow li a {
    text-decoration: underline;
  }
  .c-txt-gray {
    color:#878787;
  }
}
/* --------------------------------------------------------------------------
   アイコン
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-ico {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .c-ico--blank {
    width: 12px;
    height: 10px;
    vertical-align: top;
  }
  .c-ico::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-ico--blank::before {
    width: 12px;
    height: 10px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png);
  }
}

/* --------------------------------------------------------------------------
   リスト
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  /* インデント */
  .c-list-indent--lv1 li {
    position: relative;
    padding-left: 1.5em;
  }
  .c-list-indent--lv1 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 1.5em;
  }

  .c-list-indent--lv2 li {
    position: relative;
    padding-left: 3em;
  }
  .c-list-indent--lv2 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 3em;
  }

  .c-list-indent--lv3 li {
    position: relative;
    padding-left: 4.5em;
  }
  .c-list-indent--lv3 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 4.5em;
  }
}
@media all and (max-width: 760px) {
  /* インデント */
  .c-list-indent--lv1 li {
    position: relative;
    padding-left: 1.5em;
  }
  .c-list-indent--lv1 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 1.5em;
  }

  .c-list-indent--lv2 li {
    position: relative;
    padding-left: 3em;
  }
  .c-list-indent--lv2 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 3em;
  }

  .c-list-indent--lv3 li {
    position: relative;
    padding-left: 4.5em;
  }
  .c-list-indent--lv3 li .c-list-indent__ico {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 4.5em;
  }
}
/* --------------------------------------------------------------------------
   注釈
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-note,
  .c-note-disc {
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    padding-left: 18px;
    margin-top: 0.25em;
    display: block;
  }
  .c-note:first-child,
  .c-note-disc:first-child {
    margin-top: 0;
  }
  .c-note::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-note-disc::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 7px;
  }
}
@media all and (max-width: 760px) {
  .c-note,
  .c-note-disc {
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 16px;
    margin-top: 0.25em;
    display: block;
  }
  .c-note:first-child,
  .c-note-disc:first-child {
    margin-top: 0;
  }
  .c-note::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c-note-disc::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 6px;
  }
}

/* ==========================================================================
   BUTTON COMPONENT
   ======================================================================= */
@media all and (min-width: 761px) {
  .c-btn {
    width: 100%;
    display: inline-block;
    background-color: #359440;
    padding: 2px;
    cursor: pointer;
    text-align: center;
  }
  .c-btn--coral {
    background-color: #cd532f;
  }
  .c-btn--gray {
    background-color: #878787;
    text-align: left;
  }
  .search-form__footer-item .c-btn--gray,
  .search-popup__footer-item .c-btn--gray {
    text-align: center;
  }
  .search-form__footer-item .c-btn--gray .c-btn__body,
  .search-popup__footer-item .c-btn--gray .c-btn__body {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search-form__footer-item .c-btn--gray .c-btn__arrow,
  .search-popup__footer-item .c-btn--gray .c-btn__arrow {
    display: inline-block;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    bottom: auto;
    margin-right: 10px;
  }
  .c-btn--pdf,
  .c-btn--excel,
  .c-btn--zip {
    background-color: #9e0505;
    text-align: left;
  }
  .c-btn--pdf.h_adj {
    height: 75px;
    display: flex;
    align-items: center;
  }

  .c-btn--left {
    text-align: left;
  }

  .c-btn__body {
    display: inline-block;
    padding: 12px 0 12px 0;
    /* border-radius: 8px; */
    width: 100%;
  }
  .c-btn__body.c-btn__body--flex {
    display: flex;
    align-items: center;
  }
  .c-btn--gray .c-btn__body,
  .c-btn--pdf .c-btn__body,
  .c-btn--excel .c-btn__body,
  .c-btn--zip .c-btn__body,
  .c-tab__btn--current .c-btn__body {
    padding: 12px 40px 12px 48px;
    position: relative;
  }
  .c-btn--left .c-btn__body {
    padding: 12px 12px 12px 48px;
    position: relative;
  }
  .c-btn__arrow {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 36px;
    position: relative;
    margin-right: 10px;
  }
  .c-btn__excel {
    width: 29px;
    height: 38px;
  }
  .c-btn--gray .c-btn__arrow,
  .c-btn--pdf .c-btn__arrow,
  .c-btn--excel .c-btn__arrow,
  .c-btn--zip .c-btn__arrow,
  .c-btn--left .c-btn__arrow,
  .c-tab__btn--current .c-btn__arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }

  .c-btn__arrow::before,
  .c-btn__arrow::after {
    content: "";
    display: block;
    width: 29px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-btn__excel::after,
  .c-btn__excel::before {
    width: 29px;
    height: 38px;
  }

  .c-btn__arrow::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-white-pc.png);
  }
  .c-btn__pdf::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-pdf-pc1.png) !important;
  }
  .c-btn__arrow--left::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-left-white-pc.png);
  }
  .c-btn__arrow--down::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-down-white-pc.png);
  }
  .c-btn__arrow::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-darkgreen-pc.png);
    opacity: 0;
  }
  .c-btn__excel::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-excel-pc1.png);
  }
  .c-btn--gray .c-btn__arrow::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-gray-pc.png);
  }
  .c-btn--pdf .c-btn__arrow::after,
  .c-btn--zip .c-btn__arrow::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-pdf-pc1.png);
    opacity: 0;
  }
  .c-btn--excel .c-btn__arrow::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-excel-pc1.png);
  }

  .c-btn__arrow--left::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-left-cyan-pc.png);
  }
  .c-btn__arrow--down::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-down-cyan-pc.png);
  }
  .c-btn--gray .c-btn__arrow--left::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-left-gray-pc.png);
  }

  .c-btn--mail-to .c-btn__arrow {
    width: 21px;
    height: 23px;
  }
  .c-btn--mail-to .c-btn__arrow::before {
    width: 21px;
    height: 23px;
    background-size: 21px 23px;
    background-image: url(/r04_assets/img/sprite_sp/ico-mail-to.png);
  }
  .c-btn--mail-to .c-btn__arrow::after {
    width: 21px;
    height: 23px;
    background-size: 21px 23px;
    background-image: url(/r04_assets/img/sprite_sp/ico-mail-to.png);
  }

  .c-btn__label {
    font-size: 180%;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .c-btn__label_link {
    font-size: 180%;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .c-btn--mail-to .c-btn__label {
    font-size: 160%;
  }
  .c-btn__label--match-pdf {
    padding: 0.639em 0;
  }
  .c-btn__label--match-pdf2 {
    padding: 1.278em 0;
  }
  .c-btn__label--match-2-line {
    padding: 0.639em 0;
  }
  .c-btn__label em {
    font-size: 120%;
  }
  .c-btn__label-main {
    display: block;
    font-size: 100%;
    padding-top: 1px;
  }
  .c-btn__label-sub {
    display: block;
    /* font-size: 77.778%; */
    font-size: 80%;
    padding-top: 3px;
    padding-bottom: 1px;
  }
  .c-btn--pdf .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-utility-download-white-pc.png);
  }
  .c-btn__label::before {
    content: "";
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-utility-download-red-pc.png);
    opacity: 0;
    z-index: 1;
  }
  .c-btn--excel .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-utility-download-white-pc.png);
  }
  .c-btn--zip .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-ai-pc.png);
  }

  .c-btn__ico {
  }
  .c-btn__ico::after {
    opacity: 0;
  }
  .c-btn__ico--blank-s {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 10px;
    margin-left: 5px;
    position: relative;
  }
  .c-btn__ico--blank-s::before,
  .c-btn__ico--blank-s::after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-btn__ico--blank-s::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-white-pc.png);
  }
  .c-btn__ico--blank-s::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-cyan-pc.png);
  }

  .c-btn__ico--blank {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 13px;
    margin-left: 5px;
    position: relative;
  }
  .c-btn__ico--blank::before,
  .c-btn__ico--blank::after {
    content: "";
    width: 17px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-btn__ico--blank::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-white-pc.png);
  }
  .c-btn__ico--blank::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-green-pc.png);
  }

  /* HOVER */
  .no-touchevents .c-btn {
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  .no-touchevents .c-btn .c-btn__body {
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
  }
  .no-touchevents .c-btn .c-btn__arrow::after,
  .c-btn__label::before {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents .c-btn .c-btn__label {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .c-btn .c-btn__ico::after {
    -webkit-transition: opcity 0.15s linear;
    transition: opcity 0.15s linear;
  }
  .no-touchevents .c-btn:hover {
    background: #eaf4ec;
  }
  /* .no-touchevents .c-btn.btn_red:hover {
    background: rgba(158, 5, 5, 0.1);
  } */
  .no-touchevents .c-btn:hover .c-btn__body {
    border-color: #00b7ee;
  }
  .no-touchevents .c-btn:hover .c-btn__arrow::after,
  .no-touchevents .c-btn:hover .c-btn__label::before {
    opacity: 1;
  }
  .no-touchevents .c-btn:hover .c-btn__label_link {
    color: #359440;
  }
  .no-touchevents .c-btn:hover .c-btn__ico::after {
    opacity: 1;
  }

  .no-touchevents .c-btn--gray:hover {
    background: #f3f3f3;
  }
  .no-touchevents .c-btn--gray:hover .c-btn__body {
    border-color: #878787;
  }
  .no-touchevents .c-btn--gray:hover .c-btn__label {
    color: #878787;
  }

  .no-touchevents .c-btn--pdf:hover,
  .no-touchevents .c-btn--excel:hover,
  .no-touchevents .c-btn--zip:hover {
    background: rgba(158,5,5,0.1);;
  }
  .no-touchevents .c-btn--pdf:hover .c-btn__body,
  .no-touchevents .c-btn--excel:hover .c-btn__body,
  .no-touchevents .c-btn--zip:hover .c-btn__body {
    color: #9e0505;
  }
  .no-touchevents .c-btn--pdf:hover .c-btn__label,
  .no-touchevents .c-btn--excel:hover .c-btn__label,
  .no-touchevents .c-btn--zip:hover .c-btn__label {
    color: #9e0505;
  }

  .c-tab {
    width: 100%;
    height: 45px;
    position: relative;
  }
  .c-tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    /* background: #c0c0c0; */
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .c-tab::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-tab__item {
    width: calc((100% - 6px) / 2);
    float: left;
    margin-right: 5px;
    position: relative;
  }
  .c-tab__item_col3 {
    width: calc((100% - 12px) / 3);
  }
  .c-tab__item::before {
    content: "";
    width: 1px;
    height: 1px;
    display: block;
    /* background: #c0c0c0; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
  }
  .c-tab__item::after {
    content: "";
    width: 1px;
    height: 1px;
    display: block;
    /* background:  #c0c0c0; */
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
  }
  .c-tab__item:last-child {
    float: right;
    margin-right: 0;
  }

  .c-tab__btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #d2d2d2;
    cursor: pointer;
    /* border:#c0c0c0 1px solid; */
    position: relative;
  }
  .c-tab__btn--current {
    background: #878787;
    z-index: 2;
    pointer-events: none;
    text-align: left;
  }

  .c-tab__btn:disabled,
  .c-tab__btn[disabled],
  .c-tab__btn--disabled {
    cursor: not-allowed;
    color: #c0c0c0;
    background: #e6e6e6;
  }

  .c-tab__label {
    font-size: 160%;
    line-height: 46px;
    font-weight: bold;
  }
  .no-touchevents .c-tab__btn:not(:disabled),
  .no-touchevents .c-tab__btn:not([disabled]) {
    -webkit-transition: color, background 0.15s linear;
    transition: color, background 0.15s linear;
  }
  .no-touchevents .c-tab__btn:not(:disabled):hover,
  .no-touchevents .c-tab__btn:not([disabled]):hover {
    color: #359440;
    background: #eaf4ec;
  }
  .no-touchevents .c-tab__btn--disabled {
    -webkit-transition: color, background 0.15s linear;
    transition: color, background 0.15s linear;
  }
  .no-touchevents .c-tab__btn.c-tab__btn--disabled:hover {
    color: #c0c0c0;
    background: #e6e6e6;
    cursor: not-allowed;
  }

  .c-txt-btn {
    display: inline-block;
    color: #333;
    cursor: pointer;
  }
  .c-txt-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-s-right-green-pc.png);
    background-position: 0 0;
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }
  .c-txt-btn--left::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-s-left-blue-pc.png);
  }
  .c-txt-btn__label {
    font-size: 140%;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
  }
  .no-touchevents .c-txt-btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .c-txt-btn:hover {
    color: #359440;
  }

  .c-zoom-txt {
    margin-top: 10px;
    text-align: right;
  }
  .c-zoom-btn {
  }
  .c-zoom-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/r04_assets/img/sprite_pc/ico-zoom.png);
    background-position: 0 0;
    width: 14px;
    height: 15px;
    margin-right: 6px;
  }
  .c-zoom-btn__label {
    font-weight: bold;
    font-size: 140%;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
  }
  .no-touchevents .c-zoom-btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .c-zoom-btn:hover {
    color: #359440;
  }
}
@media all and (max-width: 760px) {
  .c-btn {
    width: 100%;
    display: inline-block;
    background: #359440;
    padding: 2px;
    /* border-radius: 6px; */
    cursor: pointer;
  }
  .c-btn--left {
    text-align: left;
  }
  .c-btn--gray {
    background-color: #878787;
  }
  .search-form__footer-item .c-btn--gray,
  .search-popup__footer-item .c-btn--gray {
    text-align: center;
  }
  .search-form__footer-item .c-btn--gray .c-btn__body,
  .search-popup__footer-item .c-btn--gray .c-btn__body {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search-form__footer-item .c-btn--gray .c-btn__arrow,
  .search-popup__footer-item .c-btn--gray .c-btn__arrow {
    display: inline-block;
    position: relative;
    margin: 0;
    top: auto;
    left: auto;
    bottom: auto;
    margin-right: 10px;
  }
  .c-btn--pdf,
  .c-btn--excel,
  .c-btn--zip {
    background-color: #9e0505;
    text-align: left;
  }
  .c-btn--pdf.h_adj {
    height: 75px;
    display: flex;
    align-items: center;
  }

  .c-btn__body {
    display: inline-block;
    padding: 13px 0;
    border-radius: 4px;
    /* border:#FFF 1px solid; */
    width: 100%;
  }
  .c-btn--left .c-btn__body {
    padding: 14px 14px 14px 35px;
    position: relative;
  }
  .c-btn--gray .c-btn__body {
    padding: 14px 14px 14px 35px;
    position: relative;
  }
  .c-btn--pdf .c-btn__body,
  .c-btn--excel .c-btn__body,
  .c-btn--zip .c-btn__body,
  .c-tab__btn--current .c-btn__body {
    /* padding: 14px 35px 14px 35px; */
    padding: 14px 35px 14px 67px;
    position: relative;
  }
  .c-btn__arrow {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
  }
  .c-btn__excel.c-btn__arrow {
    vertical-align: middle;
    width: 34px;
    height: 46px;
  }
  .c-btn__pdf {
    display: inline-block;
    vertical-align: middle;
    width: 41px;
    height: 43px;
    position: relative;
    margin-right: 10px;
  }
  .slide-13__btn .c-btn__arrow,
  .slide-14__btn .c-btn__arrow {
    margin-right: 0px;
  }
  .c-btn--left .c-btn__arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }
  .c-btn--gray .c-btn__arrow,
  .c-btn--pdf .c-btn__arrow,
  .c-btn--excel .c-btn__arrow,
  .c-btn--zip .c-btn__arrow,
  .c-tab__btn--current .c-btn__arrow{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
  }

  .c-btn__arrow::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  .c-btn__excel::before {
    width: 34px;
    height: 46px;
    background-size: contain;
  }
  .c-btn__pdf::before {
    content: "";
    display: block;
    width: 41px;
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .slide-13__btn .c-btn__arrow::before,
  .slide-14__btn .c-btn__arrow::before {
    content: "";
    display: block;
    width: 14px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
  }
  .c-btn__arrow::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-right-white-sp.png);
  }
  .c-btn__excel::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-excel-sp.png);
  }
  .c-btn__pdf::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-pdf-sp.png);
    background-size: contain;
  }
  .c-btn__arrow--left::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-left-white-sp.png);
  }
  .c-btn__arrow--down::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-down-white-sp.png);
  }
  .c-btn--mail-to .c-btn__arrow {
    width: 21px;
    height: 23px;
    margin-right: 5px;
  }
  .c-btn--mail-to .c-btn__arrow::before {
    width: 21px;
    height: 23px;
    background-size: 21px 23px;
    background-image: url(/r04_assets/img/sprite_sp/ico-mail-to.png);
  }

  .c-btn__label {
    font-size: 160%;
    line-height: 21px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .c-btn__label_link {
    font-size: 160%;
    line-height: 21px;
    font-weight: bold;
    display: inline;
    vertical-align: middle;
    color: #fff;
  }
  .c-btn__label--left {
    position: relative;
    width: calc(100% - 48px);
    text-align: left;
  }
  .c-btn--mail-to .c-btn__label {
    font-size: 120%;
  }
  .c-btn__label-main {
    display: block;
  }
  .c-btn__label-sub {
    display: block;
    font-size: 81.25%;
    padding-top: 1px;
  }

  .c-btn--pdf .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-utility-download-white-sp.png);
    background-size: 17px 18px;
  }

  .c-btn--excel .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-utility-download-white-sp.png);
    background-size: 17px 18px;
  }

  .c-btn--zip .c-btn__body::after {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-ai-sp.png);
    background-size: 17px 23px;
  }

  .c-btn__ico {
  }
  .c-btn__ico--blank-s {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 11px;
    margin-left: 5px;
    position: relative;
  }
  .c-btn__ico--blank-s::before {
    content: "";
    width: 14px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-btn__ico--blank-s::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-s-white-sp.png);
    background-size: 14px 11px;
  }

  .c-btn__ico--blank {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 14px;
    margin-left: 5px;
    position: relative;
  }
  .c-btn__label--left .c-btn__ico--blank {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-btn__ico--blank::before {
    content: "";
    width: 16px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-btn__ico--blank::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-white-sp.png);
    background-size: 16px 14px;
  }

  .c-tab {
    width: 100%;
    height: 44px;
    position: relative;
  }
  .c-tab::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .c-tab::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-tab__item {
    width: calc((100% - 6px) / 2);
    float: left;
    margin-right: 5px;
    position: relative;
  }
  .c-tab__item_col3 {
    width: calc((100% - 12px) / 3);
  }
  .c-tab__item::before {
    content: "";
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
  }
  .c-tab__item::after {
    content: "";
    width: 1px;
    height: 1px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 3;
  }
  .c-tab__item:last-child {
    float: right;
    margin-right: 0;
  }

  .c-tab__btn {
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #fff;
    background: #d2d2d2;
    cursor: pointer;
    position: relative;
  }
  .c-tab__btn--current {
    background: #878787;
    z-index: 2;
    pointer-events: none;
    text-align: left;
  }

  .c-tab__btn:disabled,
  .c-tab__btn[disabled],
  .c-tab__btn--disabled {
    cursor: not-allowed;
    color: #c0c0c0;
    background: #e6e6e6;
  }

  .c-tab__label {
    font-size: 160%;
    line-height: 42px;
    font-weight: bold;
  }

  .c-txt-btn {
    display: inline-block;
    color: #333;
    cursor: pointer;
  }
  .c-txt-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-s-right-green-sp.png);
    background-size: 9px;
    background-position: 0 0;
    width: 9px;
    height: 9px;
    margin-right: 3px;
  }
  .c-txt-btn--left::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-s-left-blue-sp.png);
    background-size: 9px;
  }
  .c-txt-btn__label {
    font-size: 110%;
    line-height: 1.1em;
    display: inline-block;
    vertical-align: middle;
  }

  .c-zoom-txt {
    margin-top: 10px;
    text-align: right;
  }
  .c-zoom-btn {
  }
  .c-zoom-btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: url(/r04_assets/img/sprite_pc/ico-zoom.png);
    background-position: 0 0;
    background-size: cover;
    width: 9px;
    height: 9px;
    margin-right: 6px;
  }
  .c-zoom-btn__label {
    font-weight: bold;
    font-size: 110%;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
  }
}

/* ==========================================================================
   FORM COMPONENT
   ======================================================================= */
/* placeholder */
:placeholder-shown {
  color: #a0a0a0;
}
::-webkit-input-placeholder {
  color: #a0a0a0;
}
::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #a0a0a0;
}

.c-form__body input[type="text"],
.c-form__body input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  outline: 0;
  resize: none;
  border: #a0a0a0 1px solid;
}
.c-form__body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  outline: 0;
  resize: none;
  padding: 0;
  border: #a0a0a0 1px solid;
}
.c-form__body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  outline: 0;
  border: #a0a0a0 1px solid;
}
.c-form__body input[type="text"]:focus,
.c-form__body input[type="number"]:focus,
.c-form__body select:focus,
.c-form__body textarea:focus {
  background-color: #fff;
  border-color: #4088c8;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(64, 136, 200, 0.25);
}
.c-form--error .c-form__body input[type="text"],
.c-form--error .c-form__body input[type="number"],
.c-form--error .c-form__body select,
.c-form--error .c-form__body textarea {
  /* background-color: #ffebef; */
  background-color: #fce6cc;
}
.c-form--error .c-form__body input[type="text"]:focus,
.c-form--error .c-form__body input[type="number"]:focus,
.c-form--error .c-form__body select:focus,
.c-form--error .c-form__body textarea:focus {
  /* background-color: #ffebef; */
  background-color: #fce6cc;
}

.c-form__body input[type="text"][disabled],
.c-form__body input[type="text"]:disabled,
.c-form__body input[type="number"][disabled],
.c-form__body input[type="number"]:disabled {
  background: #d2d2d2;
  cursor: not-allowed;
}
input:disabled:placeholder-shown {
  color: #fff;
}
input:disabled::-webkit-input-placeholder {
  color: #fff;
}
input:disabled:-moz-placeholder {
  color: #fff;
}
input:disabled:-ms-input-placeholder {
  color: #fff;
}

@media all and (min-width: 761px) {
  .c-form__title {
    font-size: 180%;
    line-height: 1.45;
    padding: 7px 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .c-form__ico-required {
    display: inline-block;
    vertical-align: middle;
    background: #f2b757;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    font-size: 120%;
    margin-left: 9px;
  }
  .c-form__body input[type="text"],
  .c-form__body input[type="number"],
  .c-form__body select,
  .c-form__body textarea {
    font-size: 160%;
    line-height: 1.5;
    padding: 7px 10px;
  }
  .c-form__body select {
    background: #fff url(/r04_assets/img/sprite_pc/ico-select-box-pc.png) 100%
      50% no-repeat;
  }
  .c-form__check-label {
    font-size: 160%;
    line-height: 40px;
  }
  .c-form__check-label .c-form__check-label-sub {
    font-size: 87.5%;
  }
  .c-form__check--label-txt {
    margin-top: 16px;
    padding-top: 8px;
  }
  .c-form__check--label-txt + .c-form__check--label-txt {
    padding-top: 0;
  }
  .c-form__check--label-txt .c-form__check-label {
    line-height: 1.5;
  }

  .c-form__txt {
    font-size: 160%;
    line-height: 1.5;
    padding: 7px 10px 7px 0;
  }

  .c-form__check {
    position: relative;
  }
  .c-form__check input[type="radio"],
  .c-form__check input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .c-form__check input[type="radio"] + .c-form__check-label,
  .c-form__check input[type="checkbox"] + .c-form__check-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 38px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
  }

  /* ラベル ホバー */
  .no-touchevents .c-form__check input[type="radio"] + .c-form__check-label,
  .no-touchevents .c-form__check input[type="checkbox"] + .c-form__check-label {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents
    .c-form__check
    input[type="radio"]
    + .c-form__check-label:hover,
  .no-touchevents
    .c-form__check
    input[type="checkbox"]
    + .c-form__check-label:hover {
    color: #359440;
  }

  .c-form__check input[type="radio"] + .c-form__check-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 50%;
    border: #00b8f0 2px solid;
  }

  .c-form__check input[type="checkbox"] + .c-form__check-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    border-radius: 3px;
    border: #00b8f0 2px solid;
    background: #e8e8e8;
  }

  .c-form__check input[type="radio"] + .c-form__check-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 50%;
    background: #e85060;
    opacity: 0;
  }

  .c-form__check input[type="checkbox"] + .c-form__check-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -14px;
    width: 13px;
    height: 23px;
    border-right: 4px solid #e85060;
    border-bottom: 4px solid #e85060;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .c-form__check input[type="radio"]:checked + .c-form__check-label::after,
  .c-form__check input[type="checkbox"]:checked + .c-form__check-label::after {
    opacity: 1;
  }

  .c-form__row {
  }
  .c-form__row::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__col {
    width: calc((100% - 31px) / 2);
    float: left;
    margin-right: 30px;
  }
  .c-form__col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .c-form__row--price::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--price .c-form__col--5 {
    width: calc(((100% - 1px) / 13) * 5);
    float: left;
  }
  .c-form__row--price .c-form__col--1 {
    width: calc(((100% - 1px) / 13) * 1);
    float: left;
    text-align: center;
  }

  .c-form__row--term::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--term .c-form__col--5 {
    width: calc(((100% - 1px) / 14) * 2.5);
    float: left;
  }
  .c-form__row--term .c-form__col--3 {
    width: calc(((100% - 1px) / 14) * 1.5);
    float: left;
  }
  .c-form__row--term .c-form__col--1 {
    width: calc(((100% - 1px) / 14) * 1);
    float: left;
    text-align: center;
  }

  .c-form__label-txt {
    display: inline;
    font-size: 160%;
    line-height: 40px;
  }

  .c-form__inline,
  .c-form__inline--tab-pc {
    display: inline-block;
    margin-right: 40px;
  }
  .c-form__inline:last-child,
  .c-form__inline--tab-pc:last-child {
    margin-right: 0;
  }

  .c-form__help-txt {
    display: block;
    font-size: 160%;
    line-height: 1.5;
    margin-top: 6px;
  }

  /* エラー */
  .c-form--error .c-form__title {
    color: #ff3a5e;
  }

  .c-form__error-txt {
    display: block;
    font-size: 160%;
    line-height: 1.5;
    margin-top: 6px;
    color: #ff3a5e;
  }

  .c-form__row--other {
    margin-top: 5px;
  }
  .c-form__row--other::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--other .c-form__col--label {
    width: 90px;
    float: left;
  }
  .c-form__row--other .c-form__col--input {
    margin-left: 102px;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .c-form__title {
    font-size: 160%;
  }
  .c-form__ico-required {
    margin-left: 3px;
  }
}
@media all and (max-width: 760px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 24px;
  }
  .c-form__header {
    margin-bottom: 15px;
  }
  .c-form__title {
    font-size: 150%;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .c-form__ico-required {
    display: inline-block;
    vertical-align: middle;
    background: #f2b757;
    padding: 2px 7px 2px 7px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
    font-size: 100%;
    line-height: 11px;
    margin: 0 0 0 5px;
  }
  .c-form__body input[type="text"],
  .c-form__body input[type="number"],
  .c-form__body select,
  .c-form__body textarea {
    font-size: 160%;
    line-height: 1.5;
    padding: 5px 8px;
  }
  .c-form__body select {
    background: url(/r04_assets/img/sprite_sp/ico-select-box-sp.png) 100% 50%
      no-repeat;
    background-size: 20px 20px;
  }
  .c-form__txt {
    font-size: 160%;
    line-height: 1.5;
    padding: 5px 8px 5px 0;
  }
  .c-form__check-label {
    font-size: 140%;
    line-height: 16px;
  }
  .c-form__check {
    position: relative;
  }
  .c-form__check input[type="radio"],
  .c-form__check input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
  }
  .c-form__check input[type="radio"] + .c-form__check-label,
  .c-form__check input[type="checkbox"] + .c-form__check-label {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    cursor: pointer;
  }

  .c-form__check input[type="radio"] + .c-form__check-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 50%;
    border: #00b8f0 2px solid;
  }

  .c-form__check input[type="checkbox"] + .c-form__check-label::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    border-radius: 3px;
    border: #00b8f0 2px solid;
    background: #e8e8e8;
  }

  .c-form__check input[type="radio"] + .c-form__check-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #e85060;
    opacity: 0;
  }

  .c-form__check input[type="checkbox"] + .c-form__check-label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -11px;
    width: 11px;
    height: 18px;
    border-right: 3px solid #e85060;
    border-bottom: 3px solid #e85060;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  .c-form__check input[type="radio"]:checked + .c-form__check-label::after,
  .c-form__check input[type="checkbox"]:checked + .c-form__check-label::after {
    opacity: 1;
  }
  .c-form__check-label .c-form__check-label-sub {
    font-size: 85.714%;
  }
  .c-form__check--label-txt {
    margin-top: 16px;
  }
  .c-form__check--label-txt .c-form__check-label {
    line-height: 1.25;
  }

  .c-form__row {
  }
  .c-form__row::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__col {
    width: calc((100% - 16px) / 2);
    float: left;
    margin-right: 15px;
  }
  .c-form__col:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .c-form__row--price::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--price .c-form__col--5 {
    width: calc(((100% - 1px) / 13) * 5);
    float: left;
  }
  .c-form__row--price .c-form__col--1 {
    width: calc(((100% - 1px) / 13) * 1);
    float: left;
    text-align: center;
  }

  .c-form__row--term::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--term .c-form__col--5 {
    width: calc(((100% - 1px) / 14) * 4.2);
    float: left;
  }
  .c-form__row--term .c-form__col--3 {
    width: calc(((100% - 1px) / 14) * 3.1);
    float: left;
  }
  .c-form__row--term .c-form__col--1 {
    width: calc(((100% - 1px) / 14) * 1.2);
    float: left;
    text-align: center;
  }

  .c-form__label-txt {
    display: inline;
    font-size: 120%;
    line-height: 36px;
  }

  .c-form__inline {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .c-form__inline:last-child {
    margin-right: 0;
  }
  .c-form__inline--tab-pc {
    margin-top: 18px;
  }
  .c-form__inline--tab-pc:first-child {
    margin-top: 12px;
  }

  .c-form__help-txt {
    display: block;
    font-size: 120%;
    line-height: 1.4;
    margin-top: 6px;
  }

  /* エラー */
  .c-form--error .c-form__title {
    color: #ff3a5e;
  }

  .c-form__error-txt {
    display: block;
    font-size: 120%;
    line-height: 1.4;
    margin-top: 6px;
    color: #ff3a5e;
  }

  .c-form__row--other {
    margin-top: 0;
  }
  .c-form__row--other::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-form__row--other .c-form__col--label {
    width: 88px;
    float: left;
    padding-top: 10px;
  }
  .c-form__row--other .c-form__col--input {
    margin-left: 88px;
  }
}

/* --------------------------------------------------------------------------
    CAUTION BOX
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-caution-box {
    background: #359440;
  }
  .orange .c-caution-box {
    background: #359440;
  }
  .c-caution-box__header {
    text-align: center;
    background: #359440;
    padding: 12px 20px;
  }
  .orange .c-caution-box .c-caution-box__header {
    background: #359440;
  }
  .c-caution-box__header-title {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 160%;
  }
  .c-caution-box__body {
    border: #359440 1px solid;
    /* border-radius: 0 0 5px 5px; */
    padding: 20px;
    background: #fff;
  }
  .orange .c-caution-box .c-caution-box__body {
    border: #359440 1px solid;
  }
  .c-caution-box--fix {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 760px) {
  .c-caution-box {
    background: #ff3a5e;
    border-radius: 5px;
  }
  /* 横並び */
  .side .c-caution-box {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #359440;
    overflow: hidden;
    margin-top: 20px;
  }
  .c-caution-box__header {
    text-align: center;
    background: #359440;
    padding: 12px 20px;
  }
  .side .c-caution-box__header {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
  }
  .c-caution-box__header-title {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 160%;
  }
  .c-caution-box__body {
    border: #359440 1px solid;
    padding: 20px;
    background: #fff;
  }
  .side .c-caution-box__body {
    display: table-cell;
    vertical-align: middle;
  }
}

/* --------------------------------------------------------------------------
    TABLE
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-table {
  }
  .c-table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: #c0c0c0 1px solid;
  }
  .c-table tr:first-child {
    border-top: #c0c0c0 1px solid;
  }
  .c-table th {
    display: table-cell;
    width: 36%;
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 20px;
    border-left: #c0c0c0 1px solid;
    border-right: #c0c0c0 1px solid;
  }
  .c-table td {
    display: table-cell;
    vertical-align: middle;
    width: 64%;
    padding: 20px;
    border-right: #c0c0c0 1px solid;
  }

  /* 可変テーブル */
  .c-dl-table {
  }
  .c-dl-table--mini {
    width: 520px;
    margin-top: 6px;
    font-size: 87.5%;
  }

  .c-dl-table dl {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: #c0c0c0 1px solid;
  }
  .c-dl-table dl:first-child {
    border-top: #c0c0c0 1px solid;
  }
  .c-dl-table dt {
    display: table-cell;
    width: 41%;
    background: #eaf4ec;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 20px;
    border-left: #c0c0c0 1px solid;
    border-right: #c0c0c0 1px solid;
  }
  .c-dl-table--mini dt {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .c-dl-table dd {
    display: table-cell;
    vertical-align: middle;
    width: 59%;
    padding: 20px;
    border-right: #c0c0c0 1px solid;
  }
  .c-dl-table--mini dd {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media all and (max-width: 760px) {
  .c-table {
  }

  .c-table tr {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: #c0c0c0 1px solid;
  }
  .c-table tr:first-child {
    border-top: #c0c0c0 1px solid;
  }
  .c-table th {
    display: table-cell;
    width: 40%;
    background: #f0f0f0;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px 10px;
    border-left: #c0c0c0 1px solid;
    border-right: #c0c0c0 1px solid;
    word-wrap: break-word;
  }
  .c-table td {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 10px 10px 10px 15px;
    border-right: #c0c0c0 1px solid;
    word-wrap: break-word;
  }

  /* 可変テーブル */
  .c-dl-table {
  }

  .c-dl-table dl {
    display: block;
    width: 100%;
    border: #c0c0c0 1px solid;
    margin-top: 20px;
  }
  .c-dl-table dt {
    background: #eaf4ec;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    padding: 10px;
    border-bottom: #c0c0c0 1px solid;
  }
  .c-dl-table dd {
    padding: 10px;
    margin-top: 0;
  }
  .c-dl-table--flex {
    display: flex;
  }
  .c-dl-table--flex dl:first-child {
    border-right: none;
  }
}

/* --------------------------------------------------------------------------
    NOTICE BOX
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-notice-box {
    border: #9e0505 1px solid;
    padding: 20px 35px;
  }
}
@media all and (max-width: 760px) {
  .c-notice-box {
    border: #9e0505 1px solid;
    padding: 20px 20px;
  }
}

/* --------------------------------------------------------------------------
    関連リンク
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-related-links {
    margin-top: 60px;
  }
  .c-related-links--404 {
    margin-top: 5px;
  }
  .c-related-links__header {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-related-links__body {
    padding: 40px 80px;
    background: #edd1d1;
  }
  .c-related-links__body--lv3 {
    padding: 40px 36px;
  }
  .c-related-links__title {
    color: #359440;
    font-size: 180%;
    font-weight: bold;
    margin: 30px 0 15px;
  }
  .c-related-links__title:first-child {
    margin: 0 0 15px;
  }
  .c-related-links__list {
  }
  .c-related-links__list::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-related-links__item {
    width: calc((100% - 41px) / 2);
    margin-right: 40px;
    float: left;
    margin-top: 16px;
  }
  .c-related-links__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-related-links__item:nth-child(2n + 1) {
    clear: left;
  }
  .c-related-links__item:nth-child(-n + 2) {
    margin-top: 0;
  }

  .c-related-links__item--wide {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
    float: none;
  }
  .c-related-links__item--wide:nth-child(-n + 2) {
    margin-top: 10px;
  }
  .c-related-links__item--wide:first-child {
    margin-top: 0;
  }

  .c-related-links--404 .c-related-links__item {
    width: 100%;
    margin-top: 10px;
  }
  .c-related-links--404 .c-related-links__item:first-child {
    margin-top: 0;
  }

  .c-related-links__item a {
    display: inline-block;
    color: #333;
    cursor: pointer;
    font-size: 160%;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
  }
  .c-related-links__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-red-pc.png);
    background-position: 0 0;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .c-related-links__item a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-pdf-s-pc.png);
  }
  .c-related-links__item a[href$=".xlsx"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-excel-s-pc.png);
  }
  .c-related-links__item a[href$=".zip"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-ai-s-pc.png);
  }
  .c-related-links__item a[href^="http"]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png);
  }
  .c-related-links__item a[href^="http"]:not([target="_blank"])::after {
    content: none;
  }

  .c-related-links__item span {
  }
  .no-touchevents .c-related-links__item a {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .c-related-links__item a:hover {
    color: #359440;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .c-related-links__title {
    font-size: 160%;
  }
}
@media all and (max-width: 760px) {
  .c-related-links {
    margin-top: 45px;
  }
  .c-related-links__header {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .c-related-links__body {
    padding: 15px;
    background: #edd1d1;
  }
  .c-related-links__title {
    color: #359440;
    font-size: 150%;
    font-weight: bold;
    margin: 2em 0 1em;
  }
  .c-related-links__title:first-child {
    margin: 0 0 1em;
  }
  .c-related-links__list {
  }
  .c-related-links__item {
    margin-top: 0.5em;
  }
  .c-related-links__item:first-child {
    margin-top: 0;
  }

  .c-related-links__item--wide {
    margin-top: 0.5em;
  }
  .c-related-links__item--wide:first-child {
    margin-top: 0;
  }

  .c-related-links__item a {
    display: inline-block;
    color: #333;
    cursor: pointer;
    font-size: 140%;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
  }
  .c-related-links__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-right-red-sp.png);
    background-position: 0 0;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .c-related-links__item a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-pdf-s-sp.png);
    background-size: 12px 15px;
  }
  .c-related-links__item a[href$=".xlsx"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-excel-s-sp.png);
    background-size: 12px 15px;
  }
  .c-related-links__item a[href$=".zip"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-ai-s-sp.png);
    background-size: 12px 15px;
  }
  .c-related-links__item a[href^="http"]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 11px;
    margin-bottom: 0;
    margin-left: 2px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png);
    background-size: 14px 11px;
  }
  .c-related-links__item a[href^="http"]:not([target="_blank"])::after {
    content: none;
  }
}

@media all and (min-width: 761px) {
  .c-boxed {
    margin-top: 16px;
    background: #edd1d1;
    padding: 20px 20px;
  }
}
@media all and (max-width: 760px) {
  .c-boxed {
    margin-top: 14px;
    background: #edd1d1;
    padding: 20px 20px;
  }
}

@media all and (min-width: 761px) {
  .c-media {
  }
  .c-media::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-media__img {
    float: right;
    width: calc((100% - 71px) / 2);
    margin-left: 70px;
    padding-top: 70px;
  }
  .c-media__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-media__txt {
    float: left;
    width: calc((100% - 71px) / 2);
  }
}
@media all and (max-width: 760px) {
  .c-media {
  }
  .c-media__img {
  }
  .c-media__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-media__txt {
  }
}

@media all and (min-width: 761px) {
  .delivery_rules {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}

/* --------------------------------------------------------------------------
    アイコン + リンクボタン
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-ico-link-box {
    border: #359440 2px solid;
    table-layout: fixed;
    width: 100%;
    display: table;
  }
  .c-ico-link-box__img {
    padding: 4px 0;
    width: 126px;
    display: table-cell;
    vertical-align: middle;
    border-right: #359440 2px solid;
    text-align: center;
  }
  .c-ico-link-box__ico {
    display: inline-block;
    width: 124px;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(/r04_assets/img/sprite_pc/ico-authorization.png);
  }
  .c-ico-link-box__info {
    display: table-cell;
    padding: 19px 0;
    text-align: center;
    vertical-align: middle;
  }
  .c-ico-link-box__btn {
    width: 320px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
  }
  .c-ico-link-box .c-ico-link-box__btn {
    margin-top: 40px;
  }
  .link-box-tool-nav .c-ico-link-box__ico {
    background-image: url(/r04_assets/img/sprite_pc/ico-tool-nav.png);
  }
  .link-box-vendor-search .c-ico-link-box__ico {
    background-image: url(/r04_assets/img/sprite_pc/ico-vendor-search.png);
  }
  .link-box-tool-check .c-ico-link-box__ico {
    background-image: url(/r04_assets/img/sprite_pc/ico-tool-check.png);
  }
  .link-box-movie .c-ico-link-box__ico {
    background-image: url(/r04_assets/img/sprite_pc/ico-movie.png);
  }
  .link-box-no-ico .c-ico-link-box__info {
    padding: 30px 20px;
  }
  .link-box-tool-nav .c-ico-link-box__info,
  .link-box-vendor-search .c-ico-link-box__info,
  .link-box-tool-check .c-ico-link-box__info,
  .link-box-movie .c-ico-link-box__info {
    padding: 19px 0;
  }
  .no-ico-link-btn p {
    margin: 0 30px;
    padding: 14px 0 0;
    text-align: left;
  }
  .no-ico-link-btn .-mb {
    margin: 0 30px;
  }
  .no-ico-link-btn--border {
    margin-top: 28px;
  }
  .no-ico-link-btn--border p {
    border-top: #808080 1px dotted;
  }
  .tool-nav-link-btn p,
  .vendor-search-link-btn p,
  .tool-check-link-btn p,
  .movie-link-btn p {
    padding: 0 25px;
    text-align: left;
  }
  .no-ico-link-btn .c-ico-link-box__btn,
  .tool-nav-link-btn .c-ico-link-box__btn,
  .vendor-search-link-btn .c-ico-link-box__btn,
  .tool-check-link-btn .c-ico-link-box__btn,
  .movie-link-btn .c-ico-link-box__btn {
    max-width: 430px;
    width: 100%;
    padding: 0 25px;
  }
  .no-ico-link-btn .c-ico-link-box__btn--wide {
    max-width: 480px;
    width: 100%;
    padding: 0 25px;
  }
  .c-ico-link-box__media {
    margin: 0 30px;
  }
  .c-ico-link-box__media::after {
    content: "";
    display: block;
    clear: both;
  }
  .c-ico-link-box__media__img {
    float: right;
    width: 40.68047%;
    margin-left: 30px;
  }
  .c-ico-link-box__media__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-ico-link-box__media__txt {
    float: left;
    width: calc(59.31973% - 30px);
    text-align: left;
  }
  .c-ico-link-box__txt {
    color: #359440;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 760px) {
  .c-ico-link-box {
    border: #359440 2px solid;
    table-layout: fixed;
    width: 100%;
    display: table;
  }
  .c-ico-link-box__img {
    display: none;
  }
  .c-ico-link-box__txt {
    text-align: center;
    width: 100%;
    padding: 10px 0;
    border-bottom: #359440 2px solid;
  }
  .c-ico-link-box__txt::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 25px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px 25px;
    background-image: url(/r04_assets/img/sprite_sp/ico-authorization-s.png);
  }
  .c-ico-link-box__txt p {
    display: inline-block;
    vertical-align: middle;
  }
  .c-ico-link-box__info {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    /* padding: 0 20px; */
  }
  .c-ico-link-box__btn {
    width: 240px;
    display: inline-block;
    text-align: center;
    padding: 20px 0;
  }
  .link-box-no-ico .c-ico-link-box__txt {
    color: #359440;
    padding: 20px 20px 0;
    border-bottom: none;
  }
  .link-box-tool-nav .c-ico-link-box__txt,
  .link-box-vendor-search .c-ico-link-box__txt,
  .link-box-tool-check .c-ico-link-box__txt,
  .link-box-movie .c-ico-link-box__txt {
    display: table;
    padding: 0;
  }
  .link-box-no-ico .c-ico-link-box__txt::before {
    content: none;
  }
  .link-box-tool-nav .c-ico-link-box__txt::before {
    display: table-cell;
    vertical-align: middle;
    width: 83px;
    height: 82px;
    margin-right: 0;
    border-right: #359440 2px solid;
    background-size: 69px 69px;
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-nav.png);
  }
  .link-box-vendor-search .c-ico-link-box__txt::before {
    display: table-cell;
    vertical-align: middle;
    width: 83px;
    height: 82px;
    margin-right: 0;
    border-right: #359440 2px solid;
    background-size: 69px 69px;
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-search.png);
  }
  .link-box-tool-check .c-ico-link-box__txt::before {
    display: table-cell;
    vertical-align: middle;
    width: 83px;
    height: 82px;
    margin-right: 0;
    border-right: #359440 2px solid;
    background-size: 69px 69px;
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-check.png);
  }
  .link-box-movie .c-ico-link-box__txt::before {
    display: table-cell;
    vertical-align: middle;
    width: 83px;
    height: 82px;
    margin-right: 0;
    border-right: #359440 2px solid;
    background-size: 69px 69px;
    background-image: url(/r04_assets/img/sprite_sp/ico-movie.png);
  }
  .link-box-tool-nav .c-ico-link-box__txt p,
  .link-box-vendor-search .c-ico-link-box__txt p,
  .link-box-tool-check .c-ico-link-box__txt p,
  .link-box-movie .c-ico-link-box__txt p {
    display: table-cell;
    vertical-align: middle;
  }
  .no-ico-link-btn p,
  .tool-nav-link-btn p,
  .vendor-search-link-btn p,
  .tool-check-link-btn p,
  .movie-link-btn p {
    margin: 0 20px;
    padding: 20px 0 0;
    text-align: left;
  }
  .no-ico-link-btn .-mb {
    margin: 0 20px;
  }
  .no-ico-link-btn p:last-child,
  .tool-nav-link-btn p:last-child,
  .vendor-search-link-btn p:last-child,
  .tool-check-link-btn p:last-child,
  .movie-link-btn p:last-child {
    padding: 20px;
  }
  .no-ico-link-btn--border p {
    border-top: #808080 1px dotted;
  }
  .no-ico-link-btn .c-ico-link-box__btn,
  .tool-nav-link-btn .c-ico-link-box__btn,
  .vendor-search-link-btn .c-ico-link-box__btn,
  .tool-check-link-btn .c-ico-link-box__btn,
  .movie-link-btn .c-ico-link-box__btn {
    width: auto;
    display: block;
    padding: 20px;
  }
  .no-ico-link-btn .c-ico-link-box__btn + .c-ico-link-box__btn {
    padding: 0 20px 20px;
  }
  .c-ico-link-box__media {
    margin: 0 20px;
    padding: 20px 0 0;
  }
  .c-ico-link-box__media__img {
    width: 63.26531%;
    margin: 0 auto;
  }
  .c-ico-link-box__media__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .c-ico-link-box__media__txt {
    text-align: left;
  }
  .c-ico-link-box__media + .no-ico-link-btn .c-btn__label {
    padding-top: 1px;
    font-size: 130%;
  }
}

@media all and (min-width: 761px) {
  .c-link-list {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 20px;
    text-align: left;
  }
  .c-link-list__item a {
    display: inline-block;
    color: #333;
    cursor: pointer;
    font-size: 160%;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
  }
  .c-link-list__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-brown-pc.png);
    background-position: 0 0;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .c-link-list__item a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-pdf-s-pc.png);
  }
  .c-link-list__item a[href$=".xlsx"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-excel-s-pc.png);
  }
  .c-link-list__item a[href$=".zip"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-ai-s-pc.png);
  }
  .c-link-list__item a[href^="http"]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -2px;
    margin-left: 5px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png);
  }
  .c-link-list__item a[href^="http"]:not([target="_blank"])::after {
    content: none;
  }

  .c-link-list__item:not(:first-child) {
    margin-top: 10px;
  }
}
@media all and (max-width: 760px) {
  .c-link-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .c-link-list__item a {
    display: inline-block;
    color: #333;
    cursor: pointer;
    font-size: 140%;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    padding: 0 0 0 23px;
  }
  .c-link-list__item a::before {
    content: "";
    display: inline-block;
    background-image: url(/r04_assets/img/sprite_sp/ico-arrow-circle-right-red-sp.png);
    background-position: 0 0;
    background-size: 17px;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 2px;
  }
  .c-link-list__item a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-pdf-s-sp.png);
    background-size: 12px 15px;
  }
  .c-link-list__item a[href$=".xlsx"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-excel-s-sp.png);
    background-size: 12px 15px;
  }
  .c-link-list__item a[href$=".zip"]::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 18px;
    margin-bottom: -4px;
    margin-left: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-ai-s-sp.png);
    background-size: 12px 15px;
  }
  .c-link-list__item a[href^="http"]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 14px;
    height: 11px;
    margin-bottom: 0;
    margin-left: 2px;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png);
    background-size: 14px 11px;
  }
  .c-link-list__item a[href^="http"]:not([target="_blank"])::after {
    content: none;
  }
  .c-link-list__item:not(:first-child) {
    margin-top: 10px;
  }
}
/* --------------------------------------------------------------------------
    movie img
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .movie__img {
    max-width: 480px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .movie__img a {
    position: relative;
    display: block;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .movie__img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/r04_assets/img/sprite_pc/ico-movie-play.png) 50% 50%
      no-repeat;
    background-size: 54px;
  }
  .movie__img a:hover {
    opacity: 0.65;
  }
  .movie__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .movie__img {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
  .movie__img a {
    position: relative;
    display: block;
  }
  .movie__img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/r04_assets/img/sprite_pc/ico-movie-play.png) 50% 50%
      no-repeat;
    background-size: 22.73%;
  }
  .movie__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* --------------------------------------------------------------------------
    fluid img
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-fluid-img img,
  img.c-fluid-img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 760px) {
  .c-fluid-img img,
  img.c-fluid-img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* --------------------------------------------------------------------------
    c-sp-scroll-img
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-sp-scroll-img {
    /* margin: 30px 0 0; */
  }
  .c-sp-scroll-img.procedure-scroll-img {
    margin-bottom: 30px;
  }
  .c-sp-scroll-img__note {
    display: none;
  }
  .c-sp-scroll-img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media all and (max-width: 760px) {
  .c-sp-scroll-img {
    padding: 10px 0 0 0;
    background-color: #f5e6e6;
    margin: 25px 0 0;
  }
  .c-sp-scroll-img.procedure-scroll-img {
    margin-bottom: 25px;
  }
  .c-sp-scroll-img__body {
    width: 100%;
    overflow-x: auto;
  }
  .c-sp-scroll-img__body::-webkit-scrollbar {
    width: 0;
    background: #eee;
  }
  .c-sp-scroll-img__body::-webkit-scrollbar:horizontal {
    height: 5px;
  }
  .c-sp-scroll-img__body::-webkit-scrollbar-button {
    width: 5px;
    height: 5px;
  }
  .c-sp-scroll-img__body::-webkit-scrollbar-thumb {
    background: #359440;
  }
  .c-sp-scroll-img__item {
    padding-bottom: 10px;
    text-align: center;
  }
  .c-sp-scroll-img__item img {
    width: auto;
    height: 320px;
    vertical-align: bottom;
    background: #fff;
  }
  .c-sp-scroll-img__note {
    text-align: center;
    font-size: 120%;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .c-sp-scroll-img__note::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 10px;
    margin-right: 6px;
    background: url(/r04_assets/img/sprite_sp/ico-scroll.png);
    background-size: cover;
  }
  .c-sp-scroll-img__note span {
    display: inline-block;
    vertical-align: middle;
  }
}
/* --------------------------------------------------------------------------
    ACCORDION
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .c-accordion__item {
    margin-top: 30px;
  }
  .c-accordion__item:first-child {
    margin-top: 0;
  }
  .c-accordion__item-btn {
    display: block;
    position: relative;
    border-left: #359440 6px solid;
    background: #eaf4ec;
    padding: 15px 0;
  }
  .c-accordion__item-btn-label {
    font-size: 160%;
    font-weight: bold;
    color: #359440;
    color: #333;
    margin-left: 15px;
    margin-right: 60px;
    display: block;
  }
  .c-accordion__item-header--indent .c-accordion__item-btn-label {
    position: relative;
    padding-left: 1.8em;
  }
  .c-accordion__item-header--indent-2chara .c-accordion__item-btn-label {
    position: relative;
    padding-left: 2.5em;
  }
  .c-accordion__item-header--indent .c-accordion__item-btn-num,
  .c-accordion__item-header--indent-2chara .c-accordion__item-btn-num {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .c-accordion__item-btn-ico {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-accordion__item-btn-ico::before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #359440;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .c-accordion__item-btn-ico::after {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #359440;
    position: absolute;
    left: 6px;
    top: 0;
    transform: rotate(0);
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .is-accordion-active .c-accordion__item-btn-ico::after {
    transform: rotate(90deg);
  }
  .c-accordion__item-btn-ico::before {
    transform: rotate(180deg);
  }
  .js-accordion-body {
    display: none;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .c-accordion__item {
    margin-top: 25px;
  }
  .c-accordion__item:first-child {
    margin-top: 0;
  }
  .c-accordion__item-btn {
    display: block;
    position: relative;
    border-left: #359440 6px solid;
    background: #eaf4ec;
    padding: 15px 0;
  }
  .c-accordion__item-btn-label {
    font-size: 160%;
    font-weight: bold;
    color: #359440;
    color: #333;
    margin-left: 15px;
    display: block;
    padding-right: 40px;
  }
  .c-accordion__item-header--indent .c-accordion__item-btn-label {
    position: relative;
    padding-left: 1.8em;
  }
  .c-accordion__item-header--indent-2chara .c-accordion__item-btn-label {
    position: relative;
    padding-left: 2.5em;
  }
  .c-accordion__item-header--indent .c-accordion__item-btn-num,
  .c-accordion__item-header--indent-2chara .c-accordion__item-btn-num {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
  }
  .c-accordion__item-btn-ico {
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .c-accordion__item-btn-ico::before {
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background: #359440;
    position: absolute;
    left: 0;
    top: 6px;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .c-accordion__item-btn-ico::after {
    content: "";
    display: block;
    width: 3px;
    height: 15px;
    background: #359440;
    position: absolute;
    left: 6px;
    top: 0;
    transform: rotate(0);
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
  }
  .is-accordion-active .c-accordion__item-btn-ico::after {
    transform: rotate(90deg);
  }
  .c-accordion__item-btn-ico::before {
    transform: rotate(180deg);
  }
  .js-accordion-body {
    display: none;
  }
}

@media all and (min-width: 761px) {
  .c-map {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .c-map__item {
    height: 400px;
    width: 100%;
  }
}
@media all and (max-width: 760px) {
  .c-map {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .c-map__item {
    height: 300px;
    width: 100%;
  }
}

/* ==========================================================================
   BASE LAYOUT
   ======================================================================= */
/* --------------------------------------------------------------------------
    GLOBAL HEADER
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .gheader {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: #fff;
  }

  /* 非表示 */
  .gheader-tab,
  .gheader-search--menu,
  .gheader-close {
    display: none !important;
  }

  /* iOS Androidは非表示 */
  .is-ua-smartdevice .gheader-user__item--vendor,
  .is-ua-smartdevice .gheader-user__item--provisional,
  .is-ua-smartdevice .gheader-user__item--applicant,
  .is-ua-smartdevice .gheader-user__item--temporary {
    display: none !important;
  }

  .gheader-main {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .is-opened-purpose-pc .gheader-main {
    box-shadow: none;
  }
  .gheader-main__inner {
    margin: 0 auto;
    max-width: 1366px;
  }
  .gheader-main__body {
    width: 100%;
    height: 192px;
    position: relative;
  }
  .main-container {
    padding-top: 192px;
  }
  .gheader-purpose__body {
    opacity: 0;
  }
  /* logo */
  .gheader__logo {
    position: absolute;
    left: 10px;
    top: 40px;
  }
  .gheader__logo-id {
    /* width: 270px; */
    width: auto;
    /* margin: 0 auto 13px 0; */
    /* Close */
    margin-right: 13px;
  }
  .gheader__logo-btn {
    display: block;
    width: 224px;
    height: 42px;
    background: url(/r04_assets/img/common/logo-pc-2024.png) 0 0 no-repeat;
    background-size: 224px 42px;
  }
  .gheader__logo-tag {
    font-size: 125%;
    width: 400px;
    margin: 0 auto;
    line-height: 1.57;
    color: #000;
    font-weight: bold;
  }
  .gheader__text {
    /* font-size: 36px;
    font-weight: bold; */
    width: 100%;
    max-width: 520px;
  }
  /* IT導入補助金2021年交付規程・公募要領 */
  .delivery_rules_bnr {
    width: auto;
    margin-left: 2px;
    position: absolute;
    top: 44px;
    /* left: 325px; */
    left: 355px;
    display: flex;
    align-items: center;
  }
  .delivery_rules_bnr.ab-digital-type p,
  .delivery_rules_bnr.multiple-type p {
    font-size: 14px;
    margin-right: 1em;
    font-weight: bold;
    color: #fff;
    padding: 3px 2px 4px;
    text-align: left;
    /* width: 182px; */
    width: auto;
  }
  .delivery_rules_bnr.ab-digital-type p {
    /* background-color: #359440; */
    color: #359440;
  }
  .delivery_rules_bnr.multiple-type p {
    /* background-color: #cd532f; */
    color: #cd532f;
  }
  .delivery_rules_btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #fff;
    color: #359440;
    border: #359440 2px solid;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .sec_bnr {
    position: absolute;
    display: flex;
    top: 44px;
    left: 355px;
  }
  .Multipletype_bnr {
    position: absolute;
    display: flex;
    top: 44px;
    right: 0;
    /* right: 355px; */
  }
  .security_bnr,
  .multiple_bnr  {
    width: auto;
    margin-left: 2px;
    /* position: absolute; */
    /* top: 44px;
    left: 355px; */
    display: flex;
    align-items: center;
  }
  .gBizID_bnr {
    width: auto;
    margin-left: 4px;
    /* position: absolute; */
    /* top: 44px;
    left: 470px; */
    display: flex;
    align-items: center;
    width: 88px;
  }
  .gBizID_bnr img {
    width:100%;
  }
  .security-type_btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border: #00af4f 2px solid;
    background-color: #00af4f;
    color: #fff;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .multiple-type_btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    /* color: #cd532f;
    border: #cd532f 2px solid; */
    border: #cd532f 2px solid;
    background-color: #cd532f;
    color: #fff;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .Multipletype_btn {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    background-color: #fff;
    border: #359440 2px solid;
    background-color: #359440;
    color: #fff;
    text-align: center;
    padding: 3px 25px 4px;
  }
  .Multipletype_btn::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-white-pc.png);
  }
  .delivery_rules_btn.u-hide-pc {
    display: none;
  }
  /* ユーティリティー */
  .gheader-utility {
    position: absolute;
    right: 1.172%;
    top: 15px;
  }
  .gheader-utility__body {
    text-align: right;
  }
  .gheader-utility__item {
    display: inline-block;
    margin-left: 14px;
    margin-top: 2px;
  }
  .gheader-utility__item:first-child {
    margin-left: 0;
  }
  .gheader-utility__btn {
    display: block;
    color: #000000;
  }
  .gheader-utility__btn::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-right: 5px;
  }
  .gheader-utility__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 140%;
    line-height: 14px;
    color: #000;
  }
  .gheader-utility__item--simulator .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-simulator-pc.png);
    background-size: contain;
  }
  .gheader-utility__item--download .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-download-pc.png);
  }
  .gheader-utility__item--contact .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-contact-pc.png);
  }
  .gheader-utility__item--faq .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-faq-pc.png);
  }
  .gheader-utility__item--reduction-entry .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-reduction-entry-pc.png);
  }
  .gheader-utility__item--facebook .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-facebook-pc.png);
  }
  .gheader-utility__item--sme .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-utility-sme-pc.png);
  }
  .gheader-utility__item--facebook .gheader-utility__btn::after,
  .gheader-utility__item--sme .gheader-utility__btn::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 4px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-dark-pc.png);
  }

  /* HOVER */
  .no-touchevents .gheader-utility__btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .gheader-utility__btn:hover {
    color: #359440;
  }

  /* ユーザーログイン */
  .gheader-user {
    position: absolute;
    right: 1.172%;
    top: 44px;
  }
  .gheader-user__body {
    display: flex;
  }
  .gheader-user__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .gheader-user__item--gBizID {
    width: 192px;
    float: left;
    margin-left: 2px;
  }
  .gheader-user__item--gBizID_delivery_rules {
    width: 88px;
    float: left;
    margin-left: 4px;
  }
  .gheader-user__item--gBizID_delivery_rules img {
    width:100%;
  }
  .gheader-user__item--report,
  .gheader-user__item--faq,
  .gheader-user__item--eventinformation,
  .gheader-user__item--purpose {
    float: left;
    margin-left: 4px;
  }
  .gheader-user__item--security {
    float: left;
  }
  .gheader-user__item--multiple-type {
    float: left;
    margin-left: 4px;
  }
  .gheader-user__item--provisional {
    width: 230px;
    float: left;
    margin-left: 16px;
  }
  .gheader-user__item--vendor {
    width: 192px;
    float: left;
    margin-left: 2px;
  }
  .gheader-user__item--applicant {
    width: 192px;
    margin-left: 4px;
    float: left;
  }
  .gheader-user__item--temporary {
    clear: left;
    margin-left: 215px;
    padding: 5px 0 0 8px;
  }

  /* 事業実績報告と効果報告 */
  .user-report-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #fff;
    color: #9c059e;
    border: #9c059e 2px solid;
    text-align: center;
    padding: 12px 2px 11px;
  }
  .user-report-btn__label {
    display: inline-block;
    font-size: 140%;
    line-height: 1.333333333;
    font-weight: bold;
    padding-top: 1px;
  }
  /* よくある質問 */
  .user-faq-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #fff;
    color: #05759e;
    border: #05759e 2px solid;
    text-align: center;
    padding: 12px 2px 11px;
  }
  .user-faq-btn__label {
    display: inline-block;
    font-size: 140%;
    line-height: 1.333333333;
    font-weight: bold;
    padding-top: 1px;
  }
  /* 関連資料・動画等 */
  .user-eventinformation-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #fff;
    color: #a97d1d;
    border: #a97d1d 2px solid;
    text-align: center;
    padding: 12px 2px 11px;
  }
  .user-eventinformation-btn__label {
    display: inline-block;
    font-size: 140%;
    line-height: 1.333333333;
    font-weight: bold;
    padding-top: 1px;
  }
  /* 目的から探す */
  .user-purpose-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #f57a0d;
    border: #f57a0d 2px solid;
    color: #fff;
    text-align: center;
    padding: 12px 2px 11px;
  }
  .user-purpose-btn__label {
    display: inline-block;
    font-size: 140%;
    line-height: 1.333333333;
    font-weight: bold;
    padding-top: 1px;
  }

  /* ログイン */
  .user-login-btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 0px 2px 0;
    color: #009e96;
    border: #009e96 2px solid;
  }
  .gheader-user__item--gBizID .gBizID-btn {
  }
  .gheader-user__item--provisional .user-login-btn {
    background-color: #fff;
    color: #4088c8;
  }
  .gheader-user__item--vendor .user-login-btn {
    background-color: #fff;
    color: #ffa200;
    border: #ffa200 2px solid;
  }
  .gheader-user__item--applicant .user-login-btn {
    background-color: #fff;
  }
  .user-login-btn__body {
    padding: 15px 20px 15px 11px;
    display: block;
    text-align: center;
    position: relative;
    height: 48px;
  }
  /*.gheader-user__item--provisional .user-login-btn__body {
    border-color: #4088c8;
    padding: 15px 20px 15px 11px;
  }*/
  .user-login-btn__body::before,
  .user-login-btn__body::after {
    content: "";
    width: 8px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    display: none;
  }
  .user-login-btn__body::before {
    /* background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-arrow-yellow-pc.png); */
    background-image: none;
  }
  .user-login-btn__body::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-arrow-blue-pc.png);
    opacity: 0;
  }
  .gheader-user__item--provisional .user-login-btn__body::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-arrow-blue-pc.png);
  }
  .gheader-user__item--applicant .user-login-btn__body::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-arrow-yellow-pc.png);
  }
  .user-login-btn__ico {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .user-login-btn__ico::before,
  .user-login-btn__ico::after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 16px 16px;
  }
  .user-login-btn__ico::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-login-yellow-pc.png);
  }
  .user-login-btn__ico::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-login-pc.png);
    opacity: 0;
  }
  .gheader-user__item--applicant .user-login-btn__ico::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-login-green-pc.png);
  }
  .gheader-user__item--applicant .user-login-btn__ico::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-login-pc.png);
  }
  .gheader-user__item--provisional .user-login-btn__ico {
    right: 5px;
  }
  .gheader-user__item--provisional .user-login-btn__ico::before {
    background-size: 18px 18px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-blue-pc.png);
  }
  .user-login-btn__label {
    display: inline-block;
    font-size: 150%;
    line-height: 16px;
    font-weight: bold;
  }

  /* 仮登録 */
  .user-temporary-btn {
    display: block;
    color: #fff;
  }
  .user-temporary-btn::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(/r04_assets/img/sprite_pc/ico-gheader-user-disc-arrow-pc.png);
    margin-right: 6px;
  }
  .user-temporary-btn__label {
    font-size: 140%;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
  }

  /* HOVER */
  .no-touchevents .gBizID-btn {
    -webkit-transition: color, opacity 0.15s linear;
    transition: color, opacity 0.15s linear;
  }
  .no-touchevents .gBizID-btn:hover {
    opacity: 0.7;
  }

  .no-touchevents .user-report-btn,
  .no-touchevents .user-faq-btn,
  .no-touchevents .user-faq-btn {
    -webkit-transition: color, background-color 0.15s linear;
    transition: color, background-color 0.15s linear;
  }
  .no-touchevents .user-report-btn:hover {
    color: #fff;
    background-color: #9c059e;
  }
  .no-touchevents .user-faq-btn:hover {
    color: #fff;
    background-color: #05759e;
  }
  .no-touchevents .user-eventinformation-btn:hover {
    color: #fff;
    background-color: #a97d1d;
  }
  .no-touchevents .user-purpose-btn:hover {
    color: #f57a0d;
    background-color: rgba(245, 122, 13, 0.1);
  }
  .no-touchevents .delivery_rules_btn:hover {
    color: #fff;
    background-color: #359440;
  }
  .no-touchevents .security-type_btn:hover {
    color: #00af4f;
    border: #dcf4e7 2px solid;
    background-color: #dcf4e7;
  }
  .no-touchevents .multiple-type_btn:hover {
    color: #cd532f;
    border: #eaf4ec 2px solid;
    background-color: #eaf4ec;
  }
  .no-touchevents  .Multipletype_btn:hover {
    color: #359440;
    border: #eaf4ec 2px solid;
    background-color: #eaf4ec;
  }
  .no-touchevents  .Multipletype_btn:hover::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-green-pc.png);
  }

  .no-touchevents .gheader-user__item--vendor .user-login-btn,
  .no-touchevents .gheader-user__item--applicant .user-login-btn,
  .no-touchevents .gheader-user__item--provisional .user-login-btn {
    -webkit-transition: color, background-color 0.15s linear;
    transition: color, background-color 0.15s linear;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn
    .user-login-btn__body,
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn
    .user-login-btn__body {
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn
    .user-login-btn__body::after,
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn
    .user-login-btn__body::after {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn
    .user-login-btn__ico::after,
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn
    .user-login-btn__ico::after {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents .gheader-user__item--vendor .user-login-btn:hover {
    color: #fff;
    background-color: #ffa200;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn:hover
    .user-login-btn__body {
    border-color: #0096cf;
  }
  .no-touchevents .gheader-user__item--provisional .user-login-btn:hover {
    background-color: #eaf4ec;
  }
  .no-touchevents .gheader-user__item--applicant .user-login-btn:hover {
    color: #fff;
    background-color: #009e96;
  }
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn:hover
    .user-login-btn__body {
    border-color: #359440;
  }

  .no-touchevents .user-temporary-btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .user-temporary-btn:hover {
    color: #359440;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn:hover
    .user-login-btn__body::after,
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn:hover
    .user-login-btn__body::after {
    opacity: 1;
  }
  .no-touchevents
    .gheader-user__item--vendor
    .user-login-btn:hover
    .user-login-btn__ico::after,
  .no-touchevents
    .gheader-user__item--applicant
    .user-login-btn:hover
    .user-login-btn__ico::after {
    opacity: 1;
  }

  /* グロナビ */
  .gheader-gnav {
    position: absolute;
    right: 1.172%;
    bottom: 0;
    width: calc(100% - 1.172% - 20px);
  }
  .gheader-gnav__item {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* .gheader-gnav__item.gheader-gnav__item--first-one {
    flex-grow: 1;
  } */
  .gheader-gnav__body {
    display: flex;
    flex-direction: row;
  }

  .gheader-gnav__btn {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 64px;
    width: 100%;
    border-left: #fff 1px solid;
    text-align: center;
    position: relative;
    background-color: #359440;
  }
  /*.gheader-gnav__item--eventinformation .gheader-gnav__btn {
    border-right:#8098b0 1px solid;
  }*/
  .gheader-gnav__label {
    display: block;
    font-size: 160%;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    font-feature-settings: "palt";
  }
  .gheader-gnav__item--purpose .gheader-gnav__btn {
    background-color: #9e0505;
  }
  .gheader-gnav__item--purpose .gheader-gnav__label {
    font-weight: bold;
  }
  .gheader-gnav__item--first-one .gheader-gnav__label {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gheader-gnav__item--first-one .gheader-gnav__label img {
    width: 23px;
    height: 31px;
    margin-right: 4px;
  }
  /* .gheader-gnav__item--first-one .gheader-gnav__btn::after {
    content: "";
    position: absolute;
    background: url(/r04_assets/img/common/icon_first-guide.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: 5px;
    width: 23px;
    height: 31px;
    transform: translateY(-50%);
  } */
  /* グロナビ カレント */
  .is-dir-first-one .gheader-gnav__item--first-one .gheader-gnav__btn::before,
  .is-dir-overview .gheader-gnav__item--overview .gheader-gnav__btn::before,
  .is-dir-schedule .gheader-gnav__item--schedule .gheader-gnav__btn::before,
  .is-dir-procedure .gheader-gnav__item--procedure .gheader-gnav__btn::before,
  .is-dir-applicant .gheader-gnav__item--applicant .gheader-gnav__btn::before,
  .is-dir-vendor .gheader-gnav__item--vendor .gheader-gnav__btn::before,
  .is-dir-eventinformation
    .gheader-gnav__item--eventinformation
    .gheader-gnav__btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9e0505;
  }

  /* HOVER */
  .no-touchevents .gheader-gnav__btn,
  .no-touchevents .gheader-gnav__item--purpose .gheader-gnav__btn {
    -webkit-transition: color, background-color 0.15s linear;
    transition: color, background-color 0.15s linear;
  }
  .no-touchevents .gheader-gnav__btn:hover,
  .is-opened-first-one-pc .gheader-gnav__item--first-one > .gheader-gnav__btn,
  .is-opened-vendor-pc .gheader-gnav__item--vendor > .gheader-gnav__btn,
  .is-opened-applicant-pc .gheader-gnav__item--applicant > .gheader-gnav__btn {
    color: #359440;
    background-color: #eaf4ec;
  }
  .no-touchevents .gheader-gnav__item--purpose .gheader-gnav__btn:hover {
    color: #9e0505;
    background-color: rgba(158,5,5,0.1);
  }
}

@media all and (min-width: 1150px) {
  .user-report-btn__label {
    font-size: 150%;
  }
  .gheader-user__item--provisional,
  .gheader-user__item--applicant {
    width: 122px;
  }
  .gheader-user__item--vendor {
    width: 122px;
  }
  .gheader-user__item--vendor_v2 {
    margin-left: 0;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 196px;
  }
  .gheader-user__item--applicant_v2 {
    margin-left: 0;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .user-login-btn__label {
    font-size: 160%;
  }
}

@media all and (min-width: 761px) {
  .gheader-main__body {
    height: 166px;
  }
  .gheader-main_close .gheader-main__body {
    height: 80px;
  }
  .main-container {
    /* padding-top: 280px; */
    /* Close対応 */
    padding-top: 195px;
  }
  .main-container_v2 {
    padding-top: 236px;
  }
  .is-ua-smartdevice .gheader-main__body {
    /* height: 208px; */
  }
  .gheader-main__body_v2 {
    height: 235px;
  }
  .is-ua-smartdevice .main-container {
    /* padding-top: 208px; */
    padding-top: 166px;
  }

  .gheader__logo {
    /* top: 10px;
    transform: scale(0.85);
    left: 0; */
  }
  .gheader__logo_2022 {
    top: 10px;
    transform: scale(0.85);
    left: 0;
  }
  .gheader-main_close .gheader__logo {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-around;
    height: 100%;
    top: 0!important;
    left: auto;
    flex-wrap: wrap;
  }
  .is-ua-smartdevice .gheader__logo {
    top: 8px;
  }
  .gheader-user__body_v2 {
    position: relative;
    padding-bottom: 55px;
  }
  .gheader-user__item--security {
    width: auto;
  }
  .gheader-user__item--faq,
  .gheader-user__item--report,
  .gheader-user__item--eventinformation,
  .gheader-user__item--purpose {
    width: 192px;
  }
  .user-report-btn__label {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  .user-login-btn__body {
    padding: 4px 20px 4px 11px;
    height: 40px;
  }
  .gheader-user__item--provisional .user-login-btn__body {
    padding: 10px 20px;
  }
  .user-login-btn__label {
    font-size: 140%;
  }
  .gheader-user__item--temporary {
    margin-left: 0;
    padding: 14px 146px 0 0;
    float: right;
  }
  .user-temporary-btn__label {
    font-size: 130%;
  }
  .gheader-gnav__item--eventinformation .gheader-gnav__btn {
    border-right: none;
  }
  .gheader-utility__label {
    font-size: 120%;
  }
  .gheader-gnav__label {
    font-size: 140%;
  }

  .gheader-accordionmenu-sp {
    display: none;
  }
}
@media all and (max-width: 1320px) {
  .is-ua-smartdevice .gheader__logo {
    top: 50px;
  }
  .gheader-user__body {
    position: relative;
    padding-bottom: 55px;
  }
  .delivery_rules_btn.u-hide-pc {
    display: none;
  }
  .gheader-user__item--applicant {
    margin-left: 0;
    width: 122px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .gheader-user__item--vendor {
    margin-left: 0;
    width: 122px;
    position: absolute;
    bottom: 0;
    right: 126px;
  }
  .gheader-user__item--report {
    margin-left: 0;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 196px;
  }
  .gheader-user__item--faq {
    margin-left: 0;
    width: 192px;
    position: absolute;
    bottom: 0;
    right: 0px;
  }
    .gheader-user__item--gBizID_delivery_rules {
    margin-left: 0;
    width: 88px;
    position: absolute;
    bottom: 0;
    right: 448px;
  }
  .gheader-user__item--gBizID_delivery_rules a {
    display: flex;
  }

  .gheader-main__body {
    height: 225px;
  }
  .gheader-main_close .gheader-main__body {
    height: 120px;
  }
  .main-container {
    /* padding-top: 330px!important; */
    /* Close対応 */
    padding-top: 230px!important;
  }
  .is-opened-purpose-pc .gheader-sub {
    bottom: 225px!important;
  }
}
@media all and (max-width: 1024px) {
  .main-container {
    padding-top: 235px;
  }
  /* .gheader-main__body{
  height: 255px;
} */
  .gheader-user {
    top: 44px;
  }
  .gheader-user__body {
    position: relative;
  }
  .gheader-user__item--applicant {
    margin-left: 0;
    width: 122px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .gheader-user__item--vendor {
    margin-left: 0;
    width: 122px;
    position: absolute;
    bottom: 0;
    right: 126px;
  }
  .gheader-user__item--report > a,
  .gheader-user__item--multiple-type > a {
    padding-left: 0;
    padding-right: 0;
    letter-spacing: -0.05em;
    font-feature-settings: "palt";
  }
  .user-report-btn__label {
    font-size: 12px;
  }
  .gheader-user__item--temporary {
    padding: 14px 0 0 0;
  }
  .delivery_rules_bnr {
    width: auto;
    margin-left: 2px;
    position: absolute;
    top: 104px;
    left: 25px;
    display: flex;
    align-items: center;
  }
  .gheader-utility {
    top: 10px;
  }
}
@media all and  (min-width: 761px) and (max-width: 1024px){
  .gheader__logo {
    top: 20px;
  }
}
@media all and (max-width: 760px) {
  /* 非表示 */
  .gheader-search__title,
  .gheader-user__item--vendor,
  .gheader-user__item--applicant,
  .gheader-user__item--provisional,
  .gheader-user__item--temporary {
    display: none !important;
  }

  .gheader {
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.35);
  }
  .gheader-main {
    width: 100%;
  }
  .gheader-main__inner {
    margin: 0 auto;
  }
  .gheader-main__body {
    height: auto;
  }
  .gheader-main_close .gheader-main__body {
    height: 100px;
  }
  .is-ua-smartdevice .gheader__logo {
    top: 0;
  }
  .main-container {
    /* padding-top: 248px!important; */
    /* gheader-main__body + gheader-tab */
    /* Close対応 */
    padding-top: 200px!important;
  }
  .is-local-menu .main-container {
    padding-top: 307px!important;
  }
  /* logo */
  .gheader__logo {
    width: 100%;
    height: 100px;
    padding-top: 14px;
    background: #fff;
    position: relative;
    z-index: 105;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .gheader__logo-id {
    width: 173px;
    margin: 0 auto 7px auto;
  }
  .gheader__logo-btn {
    display: block;
    width: 173px;
    height: 33px;
    background: url(/r04_assets/img/common/logo-sp-2024.png) 0 0 no-repeat;
    background-size: 173px 33px;
  }
  .gheader__logo-tag {
    font-size: 130%;
    line-height: 1.385;
    color: #000;
    font-weight: bold;
    text-align: center;
  }
  .gheader__text {
    /* font-size: 20px;
    font-weight: bold;
    text-align: center; */
    width: 100%;
    max-width: 520px;
    margin: 1.5rem auto 0;
    padding: 0 15px;
  }
  /* IT導入補助金2021年交付規程・公募要領 */
  .gheader-user__item--gBizID_delivery_rules {
    margin-bottom: 3px;
    text-align: center;
    position: relative;
    width: auto;
    bottom: auto;
    right: auto;
  }
  .gBizID_block {
    margin-top: 5px;
    background: #0097cf;
  }
  .delivery_rules_bnr {
    width: 182px;
    margin-left: 2px;
    position: absolute;
    top: 44px;
    left: 325px;
  }
  .delivery_rules_btn {
    display: inline-block;
    /* width: 50%; */
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background-color: #fff;
    color: #359440;
    border: #359440 2px solid;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .security-type_btn {
    display: inline-block;    
    width: 100%;
    vertical-align: top;
    padding: 2px;
    color: #fff;
    border: #00af4f 2px solid;
    background-color: #00af4f;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .multiple-type_btn {
    display: inline-block;
    /* width: 50%; */
    width: 100%;
    vertical-align: top;
    padding: 2px;
    /* background-color: #fff;
    color: #cd532f;
    border: #cd532f 2px solid; */
    color: #fff;
    background-color: #cd532f;
    border: #cd532f 2px solid;
    text-align: center;
    padding: 3px 2px 4px;
  }
  .gheader-user__item--gBizID_delivery_rules .delivery_rules_btn {
    padding: 3px 2px 5px;
  }
  .delivery_rules_btn .user-report-btn__label {
    font-size: 140%;
    line-height: inherit;
  }
  .gheader-user__item--gBizID_delivery_rules .gBizID-btn {
    /* display: inline-block;
    width: 49%;
    padding-top: 2px; */
    display: inline-block;
    width: auto;
    height: 44px;
  }
  .gheader-user__item--gBizID_delivery_rules .gBizID-btn img {
    width: 100%;
  }
  /* タブ */
  .gheader-tab {
    width: 100%;
    position: relative;
    z-index: 105;
    -webkit-transform: translate3d(0, 0, 0);
  }
  .gheader-tab::after {
    content: "";
    display: block;
    clear: both;
  }
  .gheader-tab__item {
    width: 50%;
    float: left;
  }
  .gheader-tab__btn {
    display: block;
    width: 100%;
    height: 48px;
  }

  .gheader-tab__ico {
    width: 15px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 11px;
  }
  .gheader-tab__ico::before,
  .gheader-tab__ico::after {
    content: "";
  }
  .gheader-tab__ico::before,
  .gheader-tab__ico::after,
  .gheader-tab__ico i {
    display: inline-block;
    width: 100%;
    height: 2px;
    line-height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .gheader-tab__ico::before {
    top: 0;
  }
  .gheader-tab__ico::after {
    bottom: 0;
  }
  .gheader-tab__ico i {
    top: 50%;
    margin-top: -1px;
  }
  .gheader-tab__label {
    font-size: 160%;
    line-height: 48px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  .gheader-tab__item--menu .gheader-tab__btn {
    background: #359440;
  }
  .gheader-tab__item--purpose .gheader-tab__btn {
    background: #f57a0d;
  }

  .gheader-menu__body {
    width: 100%;
    background: #4088c8;
    background: #eaf4ec;
  }

  /* 検索 */
  .gheader-search {
    padding: 20px 0 15px;
  }
  .gheader-search--menu {
    border-bottom: #70a6d6 1px solid;
    border-bottom: #fff 1px solid;
  }
  .gheader-search__body {
    margin: 0 10px;
  }
  .gheader-search__form {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .gheader-search__input {
    display: table-cell;
    vertical-align: middle;
  }
  .gheader-search__btn {
    display: table-cell;
    width: 79px;
    vertical-align: middle;
  }
  .gheader-search__text {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px 0 0 2px;
    background-color: #fff;
    outline: 0;
    resize: none;
    margin: 0;
    padding: 0 0.5em;
    zoom: 1;
    border: none;
    font-size: 160%;
    height: 40px;
    line-height: 1.5em;
  }
  .gheader-search__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
    border: none;
    cursor: pointer;
    border-radius: 0 2px 2px 0;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
    width: 79px;
    height: 40px;
    line-height: 40px;
    background-color: #359440;
    color: #fff;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
  }
  .gheader-search--purpose .gheader-search__submit {
    background-color: #9e0505;
  }

  .gheader-search__applicant {
    margin-top: 20px;
  }
  .gheader-search__applicant::after {
    content: "";
    display: block;
    clear: both;
  }
  .gheader-search__item {
    float: left;
    width: calc(50% - 5px);
  }
  .gheader-search__item:last-child {
    float: right;
  }
  .applicant-search__btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background: #fff;
    color: #ff5c73;
  }
  .applicant-search__label {
    border: #ff5c73 1px solid;
    padding: 5px 0 4px 0;
    display: block;
    font-size: 140%;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
  }

  /* グロナビ */
  .gheader-gnav {
    padding: 15px 0;
    border-bottom: #70a6d6 1px solid;
    border-bottom: #fff 1px solid;
  }
  .gheader-gnav__body {
    margin: 0 10px;
  }
  .gheader-gnav__item {
    margin-top: 4px;
    position: relative;
  }
  .gheader-gnav__item:first-child {
    margin-top: 0;
  }
  .gheader-gnav__item--purpose {
    display: none;
  }
  .gheader-gnav__btn {
    width: 100%;
    height: 40px;
    background: #fff;
    display: block;
    padding: 0 20px;
    border-radius: 2px;
  }
  .gheader-gnav__item--first-one .gheader-gnav__label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .gheader-gnav__item--first-one .gheader-gnav__label img {
    width: 23px;
    height: 30px;
    margin-right: 4px;
  }
  .gheader-gnav__label {
    font-size: 150%;
    line-height: 40px;
    font-feature-settings: "palt";
    font-weight: bold;
  }
  .gheader-gnav__label br {
    display: none;
  }

  /* 事業概要と後年報告 */
  .gheader-user {
    padding: 15px 0;
    border-bottom: #70a6d6 1px solid;
    border-bottom: #fff 1px solid;
  }
  .gheader-user__body {
    margin: 0 10px;
  }
  .delivery_rules_btn.u-hide-pc {
    display: block;
    width: 100%;
  }
  .user-report-btn {
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background: #fff;
    color: #9c059e;
    border: #9c059e 2px solid;
    text-align: center;
    padding: 6px 10px;
  }
  .user-report-btn__label {
    display: inline-block;
    font-size: 150%;
    line-height: 1.4667;
    font-weight: bold;
  }

  /* よくある質問 */
  .user-faq-btn {
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background: #fff;
    color: #05759e;
    border: #05759e 2px solid;
    text-align: center;
    padding: 6px 10px;
  }
  .user-faq-btn__label {
    display: inline-block;
    font-size: 150%;
    line-height: 1.4667;
    font-weight: bold;
  }

  /* 関連資料・動画等 */
  .user-eventinformation-btn {
    border-radius: 2px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background: #fff;
    color: #a97d1d;
    border: #a97d1d 2px solid;
    text-align: center;
    padding: 6px 10px;
  }
  .user-eventinformation-btn__label {
    display: inline-block;
    font-size: 150%;
    line-height: 1.4667;
    font-weight: bold;
  }

  /* ユーティリティー */
  .gheader-utility {
    padding: 15px 0;
    top: 0;
  }
  .gheader-utility__body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
  }
  .gheader-utility__item {
    flex: 0 1 50%;
  }
  .gheader-utility__item--simulator {
    order: 1;
  }
  .gheader-utility__item--download {
    order: 2;
  }
  .gheader-utility__item--contact {
    order: 3;
  }
  .gheader-utility__item--faq {
    order: 4;
  }
  .gheader-utility__item--reduction-entry {
    order: 4;
  }
  .gheader-utility__item--facebook {
    order: 5;
  }
  .gheader-utility__item--sme {
    order: 6;
  }
  .gheader-utility__btn {
    height: 40px;
    background: #359440;
    display: block;
    border-radius: 2px;
    text-align: center;
    color: #fff;
  }
  .gheader-utility__item--simulator .gheader-utility__btn {
    margin-right: 2px;
  }
  .gheader-utility__item--download .gheader-utility__btn {
    margin-left: 2px;
  }
  .gheader-utility__item--contact .gheader-utility__btn {
    margin-right: 2px;
    margin-top: 4px;
  }
  .gheader-utility__item--faq .gheader-utility__btn {
    margin-left: 2px;
    margin-top: 4px;
  }
  .gheader-utility__item--reduction-entry .gheader-utility__btn {
    margin-left: 2px;
    margin-top: 4px;
  }
  .gheader-utility__item--facebook .gheader-utility__btn {
    margin-top: 4px;
    margin-right: 2px;
  }
  .gheader-utility__item--sme .gheader-utility__btn {
    margin-top: 4px;
    margin-left: 2px;
  }
  .gheader-utility__btn::before {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-right: 4px;
  }
  .gheader-utility__label {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    line-height: 40px;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .gheader-utility__item--simulator .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-simulator-sp.png);
    background-size: contain;
  }
  .gheader-utility__item--download .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-download-sp.png);
  }
  .gheader-utility__item--contact .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-contact-sp.png);
  }
  .gheader-utility__item--faq .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-faq-sp.png);
  }
  .gheader-utility__item--reduction-entry .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-reduction-entry-sp.png);
  }
  .gheader-utility__item--facebook .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-facebook-sp.png);
  }
  .gheader-utility__item--sme .gheader-utility__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-gheader-utility-sme-sp.png);
  }
  .gheader-utility__item--facebook .gheader-utility__btn::after,
  .gheader-utility__item--sme .gheader-utility__btn::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 4px;
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-white-sp.png);
  }

  /* 閉じる */
  .gheader-close {
  }
  .gheader-close {
    text-align: center;
    padding: 20px 0 100px 0;
  } 
  .gheader-close--purpose {
    padding-top: 36px;
    text-align: center;
    padding: 20px 0 100px 0;
  }
  .gheader-close__btn {
    display: inline-block;
  }
  .gheader-close__label {
    font-size: 200%;
    line-height: 25px;
    color: #359440;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .gheader-close__ico {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 12px;
  }
  .gheader-close__ico::before,
  .gheader-close__ico::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    background: #359440;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -18px;
  }
  .gheader-close__ico::before {
    transform: rotate(-45deg);
  }
  .gheader-close__ico::after {
    transform: rotate(45deg);
  }
  .gheader-close--purpose .gheader-close__label {
    color: #333;
  }
  .gheader-close--purpose .gheader-close__ico::before,
  .gheader-close--purpose .gheader-close__ico::after {
    background: #333;
  }

  .gheader-gnav__sp-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gheader-gnav__sp-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
    width: 12px;
    height: 10px;
    border-top: 10px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }
  .gheader-gnav__item--open .gheader-gnav__sp-btn::before {
    transform: rotate(180deg);
  }
  .gheader-accordionmenu-sp {
    transform: scale(1, 0);
    transform-origin: center top;
    height: 0;
    transition: 0.25s;
    z-index: 1000;
  }
  .gheader-accordionmenu-sp__inner {
    background-color: #e4e4e4;
  }
  .gheader-gnav__item--open .gheader-accordionmenu-sp {
    transform: scale(1, 1);
    height: auto;
  }
  .gheader-acm-block__head {
    border-top: 2px solid #d7d7d7;
    border-bottom: 2px solid #d7d7d7;
    background-color: #f4f4f4;
  }
  .gheader-acm-block-ttl {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.3333333333333333;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .gheader-acm-block__contents {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .gheader-acm-sub-ttl {
    font-size: 140%;
    padding-top: 14px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-weight: bold;
  }
  .gheader-acm-itemlist > li {
    margin-top: 4px;
  }
  .gheader-acm-item {
    background-color: #fff;
    border-radius: 2px;
  }
  .gheader-gnav__item--first-one.gheader-gnav__item--open .gheader-acm-item {
    padding: 10px;
  }
  .gheader-acm-item > a {
    display: flex;
    flex-direction: row;
  }
  .gheader-acm-item__label {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.333;
    font-feature-settings: "palt";
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .gheader-acm-item__img {
    width: 56px;
    height: 48px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gheader-acm-item__img > img {
    display: block;
    width: 100%;
    height: auto;
  }
  .gheader-acm-item > a[target="_blank"] .gheader-acm-item__label span::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png) 50%
      50% no-repeat;
    background-size: auto;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    margin-left: 5px;
  }
  .gheader-user__item--security,
  .gheader-user__item--report,
  .gheader-user__item--faq,
  .gheader-user__item--eventinformation,
  .gheader-user__item--multiple-type {
    width: 100%;
  }
  .gheader-user__item--report,
  .gheader-user__item--faq,
  .gheader-user__item--eventinformation,
  .gheader-user__item--multiple-type {
    margin-top: 3px;
    position: relative;
    right: 0;
  }
  .user-report-btn {
    height: auto;
  }
}
@media all and (max-width: 370px) {
  .gheader-utility__label {
    font-size: 110%;
  }
  .gheader__logo {
    height: 105px;
  }
}
@media print {
  .gheader {
    position: absolute;
  }
  .gheader-sub {
    display: none;
  }
}
@media all and (min-width: 761px) {
  .gheader-sub {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .is-opened-purpose-pc .gheader-sub {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    bottom: 166px;
    z-index: 100;
  }

  .gheader-purpose {
    background: none;
  }
  .is-opened-purpose-pc .gheader-purpose {
    background: #fce6cc;
  }
  .is-opened-purpose-pc body {
    width: 100%;
    position: fixed;
  }
  .gheader-close--purpose {
    text-align: center;
    padding: 0 0 36px 0;
  }
  .gheader-topclose--purpose {
    padding: 0;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .gheader-close__btn {
    display: inline-block;
    cursor: pointer;
  }
  .gheader-close--purpose .gheader-close__label {
    color: #333;
  }
  .gheader-close--purpose .gheader-close__ico::before,
  .gheader-close--purpose .gheader-close__ico::after {
    background: #333;
  }
  .gheader-close__label {
    font-size: 200%;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
  }
  .gheader-close__ico {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 12px;
  }
  .gheader-close__ico::before {
    transform: rotate(-45deg);
  }
  .gheader-close__ico::after {
    transform: rotate(45deg);
  }
  .gheader-close__ico::before,
  .gheader-close__ico::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -18px;
  }
  /* 検索 */
  .gheader-search {
    width: 100%;
    /* background: #ff98b0; */
    background: #f7b466;
  }
  .gheader-search__body {
    padding: 14px 16px;
    max-width: 1032px;
    margin: 0 auto;
    position: relative;
  }
  .gheader-search__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .gheader-search__form {
    display: table;
    float: left;
    table-layout: fixed;
    width: calc(100% - 382px);
    padding: 9px 0;
  }
  .gheader-search__title {
    font-size: 160%;
    font-weight: bold;
    width: 130px;
    display: table-cell;
    vertical-align: middle;
  }
  .gheader-search__input {
    display: table-cell;
    vertical-align: middle;
  }
  .gheader-search__btn {
    display: table-cell;
    width: 114px;
    vertical-align: middle;
  }
  .gheader-search__text {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    background-color: #fff;
    outline: 0;
    resize: none;
    margin: 0;
    padding: 0 0.5em;
    zoom: 1;
    border: none;
    font-size: 160%;
    height: 34px;
    line-height: 34px;
  }
  .gheader-search__submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    margin: 0;
    padding: 0;
    zoom: 1;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    width: 102px;
    height: 34px;
    line-height: 34px;
    background-color: #9e0505;
    color: #fff;
    letter-spacing: 0.5em;
    text-indent: 0.5em;
    margin-left: 12px;
  }

  .no-touchevents .gheader-search__submit {
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
  }
  .no-touchevents .gheader-search__submit:hover {
    background-color: #fce6cc;
    color: #9e0505;
  }

  .gheader-search__applicant {
    float: right;
  }
  .gheader-search__applicant::after {
    content: "";
    display: block;
    clear: both;
  }
  .gheader-search__item {
    float: left;
    width: 168px;
    margin-left: 7px;
  }
  .applicant-search__btn {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 2px;
    background: #fff;
    color: #ff5c73;
  }
  .applicant-search__label {
    border: #ff5c73 1px solid;
    padding: 6px 0 4px 0;
    display: block;
    font-size: 140%;
    line-height: 18px;
    font-weight: bold;
    text-align: center;
  }

  .no-touchevents .applicant-search__btn {
    -webkit-transition: background-color 0.15s linear, color 0.15s linear;
    transition: background-color 0.15s linear, color 0.15s linear;
  }
  .no-touchevents .applicant-search__btn:hover {
    background-color: #ff5c73;
    color: #fff;
  }
  .no-touchevents .applicant-search__btn .applicant-search__label {
    -webkit-transition: border 0.15s linear;
    transition: border 0.15s linear;
  }
  .no-touchevents .applicant-search__btn:hover .applicant-search__label {
    border-color: #fff;
  }

  .gheader-purpose__nav {
    /* padding: 24px 0px; */
    padding: 12px 0px 0 0;
    max-width: 1032px;
    margin: 0 auto;
    overflow-y: scroll;
    display: flex;
  }
  .gheader-purpose__list {
    display: block;
    flex-direction: row;
    width: 49.5%;
    /* border-left:#f7b466 1px solid; */
  }
  .gheader-purpose__list:first-child {
    margin-right: 1%;
  }
  .gheader-purpose__item {
    width: 100%;
    /* border-right:#f7b466 1px solid; */
    padding: 0 0 12px 0;
  }

  /* サブ */
  .gheader-purpose-primary {
    padding: 0 15px;
    margin-bottom: 24px;
    font-size: 140%;
    line-height: 1.5;
  }
  .gheader-purpose-primary:first-child {
    background-color: #fff;
    min-height: 30px;
    height: auto;
    padding: 0 0;
    font-size: 160%;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .gheader-purpose-primary:first-child > a {
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-left: 4px solid #9e0505;
    min-height: 30px;
  }
  .gheader-purpose-secondary + .gheader-purpose-primary {
    margin-top: 22px;
    margin-bottom: 8px;
    font-size: 140%;
  }
  .gheader-purpose-primary__btn {
    pointer-events: none;
  }
  .gheader-purpose-primary__label {
    font-weight: bold;
  }

  /* サブ */
  .gheader-purpose-secondary {
    padding: 0 10px 0 9px;
  }
  .gheader-purpose-secondary__item:not(:first-child) {
    margin-top: 12px;
  }
  .gheader-purpose-secondary__btn {
    color: #333333;
    font-size: 120%;
    line-height: 1.43;
    display: block;
    position: relative;
    padding-left: 1em;
  }
  .gheader-purpose-secondary__btn::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #9e0505;
    font-weight: bold;
  }
  .gheader-purpose-secondary__btn[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png) 50%
      50% no-repeat;
    margin-left: 5px;
  }
  .gheader-purpose-secondary__btn span {
    text-decoration: underline;
  }
  .no-touchevents .gheader-purpose-secondary__btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .gheader-purpose-secondary__btn:hover {
    color: #9e0505;
  }
  .no-touchevents .gheader-purpose-secondary__btn:hover span {
    text-decoration: none;
  }
  .gheader-purpose-secondary__inner {
    color: #333333;
    font-size: 140%;
    line-height: 1.43;
    display: block;
    position: relative;
    padding-left: 1em;
  }
  .gheader-purpose-secondary__inner::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ff5c73;
    font-weight: bold;
  }
  .gheader-purpose-tertiary__btn {
    display: block;
    position: relative;
    padding-left: 1em;
    margin-top: 12px;
  }
  .gheader-purpose-tertiary__btn::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #333333;
  }
  .gheader-purpose-tertiary__btn[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png) 50%
      50% no-repeat;
    margin-left: 5px;
  }
  .gheader-purpose-tertiary__btn span {
    text-decoration: underline;
  }
  .no-touchevents .gheader-purpose-tertiary__btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .gheader-purpose-tertiary__btn:hover {
    color: #ff5c73;
  }
  .no-touchevents .gheader-purpose-tertiary__btn:hover span {
    text-decoration: none;
  }
  .gheader-purpose-quaternary {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
  }
  .gheader-purpose-quaternary .gheader-purpose-quaternary__list {
    width: 49%;
  }
  .gheader-purpose-quaternary_top {
    background-color: #c3c2c2 !important;
    min-height: 48px;
    height: auto;
    padding: 0 0;
    font-size: 115% !important;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .gheader-purpose-quaternary_top a {
    border-left: none !important;
  }
  .gheader-purpose-quaternary li:first-child {
    margin-right: 2%;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .gheader-search__form {
    width: calc(100% - 302px);
  }

  .gheader-search__item {
    width: 138px;
  }
  .applicant-search__label {
    font-size: 130%;
  }
  .gheader-purpose-primary:first-child {
    min-height: 64px;
  }
  .gheader-purpose-primary:first-child > a {
    min-height: 64px;
  }
}
@media all and (max-width: 760px) {
  .gheader-menu,
  .gheader-sub {
    position: absolute;
    width: 100%;
    height: calc(100vh - 143px);
    left: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    z-index: 104;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .is-opened-purpose-sp .gheader-sub {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .is-opened-menu-sp .gheader-menu {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  .gheader-purpose {
    background: #ffcbd7;
    background: #f7b466;
  }
  .gheader-purpose__list {
    margin: 0 10px;
  }
  .gheader-purpose__item {
    margin-top: 4px;
  }
  .gheader-purpose-primary__btn {
    width: 100%;
    height: 40px;
    background: #fff;
    display: block;
    padding: 0 25px 0 18px;
    border-left: #9e0505 7px solid;
  }
  .gheader-purpose-primary--lv2 .gheader-purpose-primary__btn {
    border-left: none;
    background: #e4e4e4;
    background: #fce6cc;
    height: auto;
    padding-top: 4px;
  }
  .gheader-purpose-primary__label {
    font-size: 150%;
    line-height: 40px;
    font-feature-settings: "palt";
    font-weight: bold;
  }
  .gheader-purpose-primary--lv2 .gheader-purpose-primary__label {
    line-height: 1.5;
  }
  .gheader-purpose-secondary {
    background: #e4e4e4;
    background: #fce6cc;
  }
  .gheader-purpose-secondary__item {
    margin-top: 10px;
    padding: 0 25px;
  }
  .gheader-purpose-secondary__item:first-child {
    margin-top: 0;
    padding-top: 15px;
  }
  .gheader-purpose-secondary__item:last-child {
    padding-bottom: 15px;
  }
  .gheader-purpose-secondary__btn {
    color: #333333;
    font-size: 140%;
    display: block;
    position: relative;
    padding-left: 15px;
  }
  .gheader-purpose-secondary__btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #9e0505;
  }
  .gheader-purpose-secondary__btn[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png) 50%
      50% no-repeat;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    margin-left: 5px;
  }
  .gheader-purpose-secondary__btn span {
    font-feature-settings: "palt";
  }
  .gheader-purpose-primary__label br,
  .gheader-purpose-secondary__btn br {
    display: none;
  }
  .gheader-purpose-secondary__inner {
    color: #333333;
    font-size: 140%;
    display: block;
    position: relative;
    padding-left: 15px;
  }
  .gheader-purpose-secondary__inner::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #ff5c73;
  }
  .gheader-purpose-primary--lv2
    + .gheader-purpose-secondary
    > .gheader-purpose-secondary__item:first-child {
    padding-top: 11px;
  }

  .gheader-purpose-tertiary__btn {
    display: block;
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
  }
  .gheader-purpose-tertiary__btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 1px;
    top: 5px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #333333;
  }
  .gheader-purpose-tertiary__btn[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png) 50%
      50% no-repeat;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    margin-left: 5px;
  }
  .gheader-purpose-tertiary__btn span {
    font-feature-settings: "palt";
  }
  .gheader-purpose-quaternary {
    margin-top: 10px;
  }
  .gheader-purpose-quaternary .gheader-purpose-quaternary__list {
    width: 100%;
    margin-top: 10px;
  }
  .gheader-purpose-quaternary_top {
    background-color: #c3c2c2 !important;
    padding: 5px;
  }
  .gheader-purpose-quaternary_top .gheader-purpose-primary__btn {
    background-color: #c3c2c2 !important;
  }
}

@media all and (min-width: 761px) {
  .gheader-dropmenu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #fff;
    pointer-events: none;
  }
  .is-opened-first-one-pc .gheader-dropmenu--first-one,
  .is-opened-applicant-pc .gheader-dropmenu--applicant,
  .is-opened-vendor-pc .gheader-dropmenu--vendor {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.25);
    pointer-events: all;
  }
  .dropnav-blocklist {
    display: inline-flex;
    flex-direction: row;
  }
  .dropnav-block {
  }
  .dropnav-block_col5 {
    width: calc((100% - 40px) / 5);
  }
  .dropnav-block__contents {
    display: flex;
    flex-direction: row;
  }
  .dropnav-block + .dropnav-block {
    margin-left: 10px;
  }
  .gheader-dropmenu__body {
    max-width: 1366px;
    margin: auto;
    padding: 16px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .dropnav-block-ttl {
    font-size: 12px;
    line-height: 1.333333333;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 6px;
    background-color: #f0f0f0;
    text-align: center;
    font-weight: bold;
  }
  .dropnav-block-ttl a {
    display: block;
  }
  .dropnav-block-ttl.dropnav-block-ttl_multiple {
    background-color: #cd532f;
    color: #fff;
  }
  .dropnav-block__sub-ttl {
    font-size: 12px;
    text-align: center;
    line-height: 1.333333333;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #f0f0f0;
    font-weight: bold;
  }

  .dropnav-block-lv1 {
    width: auto;
  }
  .dropnav-block-lv2 {
    width: 174px;
  }
  .dropnav-block-lv2 + .dropnav-block-lv2 {
    margin-left: 16px;
  }
  .dropnav-block--lv2 .dropnav-block-ttl {
    background-color: transparent;
    border-bottom: #f0f0f0 2px solid;
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .dropnav-item {
    border-bottom: 2px solid #f0f0f0;
    width: 174px;
  }
  .dropnav-item > a {
    display: flex;
    flex-direction: row;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 52px;
    transform: 0.25s;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }
  .dropnav-item > a:hover {
    opacity: 0.5;
  }
  .dropnav-item__img {
    width: 44px;
  }
  .dropnav-item__label {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-feature-settings: "palt";
    letter-spacing: -0.03em;
    text-align: left;
    flex-grow: 1;
    white-space: nowrap;
  }
  .dropnav-item__label_dots {
    padding-left: 1rem;
    position: relative;
  }
  .dropnav-item__label_dots span {
    text-decoration: underline;
  }
  .dropnav-item__label_dots::before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #9e0505;
    font-weight: bold;
  }
  .dropnav-item__ico-blank {
    display: inline-block;
    background-image: url(/r04_assets/img/common/header/ico-blank-s-dark-gray-pc.png);
    background-repeat: no-repeat;
    width: 14px;
    height: 13px;
    background-position: center bottom;
    vertical-align: middle;
  }
}
@media all and (max-width: 760px) {
  .gheader-dropmenu {
    display: none;
  }
}
/* --------------------------------------------------------------------------
   FOOTER TEL 「事務局（お問い合わせ先）」
   ----------------------------------------------------------------------- */
/* pc・sp共通 */
.footer_green_tel {
  background: #2fb8b1;
}
.footer_green_tel .section__contents {
  margin-left: 0;
  margin-right: 0;
}
.footer_green_tel .section__panel {
  padding: 25px 30px 40px;
}
.footer_green_tel h2 {
  color: #fff;
}
.footer_green_tel h2::after {
  display: none;
}
.footer_green_tel .inquiry-header {
  color: #000;
}
/* pc */
@media all and (min-width: 761px) {
  .main-container .inquiry-header {
    text-align: center;
    font-size: 260%;
    border: none;
    padding-bottom: 0;
  }
  .inquiry-tel {
    text-align: center;
  }
  .navidial {
    display: inline-block;
    margin-right: 20px;
  }
  .navidial__ico {
    width: 56px;
    display: inline-block;
    vertical-align: middle;
  }
  .navidial__ico img {
    width: 100%;
    vertical-align: bottom;
  }
  .navidial__txt {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }
  .navidial__tel {
    font-weight: bold;
    color: #003060;
    font-size: 520%;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      Arial, sans-serif;
  }
  .navidial__note {
    font-size: 160%;
    font-weight: bold;
    margin-top: 2px;
  }
  .iptel {
    display: inline-block;
  }
  .iptel__ico {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
  }
  .iptel__ico img {
    width: 100%;
    vertical-align: bottom;
  }
  .iptel__txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: left;
  }
  .iptel__tel {
    font-weight: bold;
    color: #333;
    font-size: 360%;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      Arial, sans-serif;
  }
  .inquiry-note {
    margin-top: 0px;
    margin-left: 117px;
    text-align: left;
  }
  .inquiry-note__main {
    font-size: 180%;
    line-height: 1.5;
    display: inline-block;
  }
  .inquiry-note__sub {
    font-size: 160%;
    line-height: 1.5;
    display: inline-block;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .navidial__tel {
    font-size: 320%;
  }
  .iptel__tel {
    font-size: 260%;
  }
}
@media all and (max-width: 760px) {
  .main-container .inquiry-header {
    text-align: center;
    font-size: 140%;
    border: none;
    padding-bottom: 0;
  }
  .inquiry-tel {
    text-align: center;
  }
  .navidial {
    margin-bottom: 25px;
  }
  .navidial__ico {
    width: 36px;
    display: inline-block;
    vertical-align: top;
    padding-top: 2px;
  }
  .navidial__ico img {
    width: 100%;
    vertical-align: bottom;
  }
  .navidial__txt {
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .navidial__tel {
    font-weight: bold;
    color: #003060;
    font-size: 320%;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      Arial, sans-serif;
  }
  .navidial__note {
    font-size: 140%;
    font-weight: bold;
    margin-top: 6px;
    padding-right: 40px;
  }
  .iptel {
    display: inline-block;
  }
  .iptel__ico {
    width: 80px;
    display: inline-block;
    vertical-align: middle;
  }
  .iptel__ico img {
    width: 100%;
    vertical-align: bottom;
  }
  .iptel__txt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-align: left;
  }
  .iptel__tel {
    font-weight: bold;
    color: #333;
    font-size: 240%;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI",
      Arial, sans-serif;
  }
  .inquiry-note {
    margin-top: 15px;
    text-align: center;
  }
  .inquiry-note p {
    margin: 0;
  }
  .inquiry-note__main {
    font-size: 140%;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .inquiry-note__sub {
    font-size: 100%;
    line-height: 1.5;
  }
  .inquiry-note .u-strong a {
    text-decoration: underline;
  }
  .c-ico::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .c-ico--blank {
    display: inline-block;
    width: 12px;
    height: 10px;
    vertical-align: top;
    position: relative;
  }
  .c-ico--blank::before {
    width: 12px;
    height: 10px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png);
  }
}
@media all and (max-width: 370px) {
  .navidial__tel {
    font-size: 280%;
  }
  .iptel__tel {
    font-size: 220%;
  }
  .inquiry-note__main {
    font-size: 130%;
  }
  .inquiry-note__sub {
    font-size: 100%;
  }
}

/* --------------------------------------------------------------------------
    GLOBAL FOOTER
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  #gfooter-contact {
  }
  #gfooter-contact .section {
    background: #359440;
    padding-top: 80px;
  }
  .gfooter-nav {
    width: 100%;
    background: #359440;
    border: solid #ffffff;
    border-width: 1px 0;
  }
  .gfooter-nav__body {
    max-width: 1366px;
    /* max-width: 1024px; */
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #gfooter-contact .f-heading-lv2 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 26px;
  }
  #gfooter-contact h2::after {
    display: none;
  }
  #gfooter-contact .f-heading-lv3 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ",
      Meiryo, sans-serif;
    font-size: 24px;
    color: #000000;
    line-height: 1.3125;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: none;
    margin-bottom: 30px;
  }
  #gfooter-contact strong {
    font-size: 16px;
  }

  .gfooter-nav__item {
    display: inline-block;
    vertical-align: top;
    margin: 8px 12px;
  }
  .gfooter-nav__btn {
    color: #fff;
  }
  .gfooter-nav__btn[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 18px;
    margin-left: 4px;
    background: url(/r04_assets/img/sprite_pc/ico-pdf-s-pc.png) 50% 50%
      no-repeat;
    background-size: 14px 18px;
  }
  .gfooter-nav__btn.blank::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 4px;
    background-image: url(/r04_assets/img/sprite_pc/ico-blank-white-pc.png);
  }
  .gfooter-nav__btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 140%;
    line-height: 18px;
  }

  /* HOVER */
  .no-touchevents .gfooter-nav__btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .gfooter-nav__btn:hover {
    color: #000;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .gfooter-nav {
    width: 100%;
    background: #359440;
  }
  .gfooter-nav__body {
    margin: 0 8px;
    padding: 17px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .gfooter-nav__item {
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px;
  }
  .gfooter-nav__btn {
    color: #fff;
  }
  .gfooter-nav__btn[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 15px;
    margin-left: 3px;
    background: url(/r04_assets/img/sprite_sp/ico-pdf-s-sp.png) 50% 50%
      no-repeat;
    background-size: 12px 15px;
  }
  .gfooter-nav__btn.blank::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 4px;
    background-image: url(/r04_assets/img/sprite_sp/ico-blank-white-sp.png);
  }
  .gfooter-nav__btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    line-height: 15px;
  }
}
/* --------------------------------------------------------------------------
    COPYRIGHT
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .footer-copyright__body {
    width: 100%;
    background: #e8e8e8;
  }
  .footer-copyright__txt {
    padding: 0.5em 12px 24px;
    font-size: 140%;
    text-align: center;
    margin: 0;
  }
  .footer-copyright__txt--pb {
    padding: 24px 12px 0.5em;
  }
}
@media all and (max-width: 760px) {
  .footer-copyright__body {
    width: 100%;
    background: #e8e8e8;
  }
  .footer-copyright__txt {
    padding: 0.5em 15px 18px;
    font-size: 120%;
    text-align: center;
    margin: 0;
  }
  .footer-copyright__txt--pb {
    padding: 18px 15px 0.5em;
  }
}

/* --------------------------------------------------------------------------
    MAIN CONTENT
   ----------------------------------------------------------------------- */
.main-container {
  position: relative;
}
.main-container.main-container--popup {
  padding-top: 0 !important;
}

/* --------------------------------------------------------------------------
    FIXED BOTTOM NAV
   ----------------------------------------------------------------------- */
@keyframes navFadeIn {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

@media all and (min-width: 761px) {
  .fixed-bottom-nav {
    position: fixed;
    right: 0px;
    bottom: 8px;
    opacity: 1;
    z-index: 99;
  }
  .is-scrolling .fixed-bottom-nav {
    opacity: 1;
  }
  .is-scroll-stop .fixed-bottom-nav {
    opacity: 1;
  }
  .fixed-bottom-nav__item--top {
    margin-right: 8px;
  }
  .fixed-bottom-nav__item--gbiz,
  .fixed-bottom-nav__item--portal,
  .fixed-bottom-nav__item--mypage,
  .fixed-bottom-nav__item--shoryu {
    margin-bottom: 2px;
  }
  .fixed-bottom-nav__btn {
    display: block;
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0 0 0 auto;
  }
  .fixed-bottom-nav__item--gbiz .fixed-bottom-nav__btn,
  .fixed-bottom-nav__item--portal .fixed-bottom-nav__btn,
  .fixed-bottom-nav__item--shoryu .fixed-bottom-nav__btn,
  .fixed-bottom-nav__item--mypage .fixed-bottom-nav__btn {
    width: 96px;
    height: 96px;
  }
  .fixed-bottom-nav__btn::before {
    content: "";
    display: block;
    width: 74px;
    height: 74px;
    border-radius: 37px;
    background: #404040;
    /* opacity: 0.75; */
  }
  .fixed-bottom-nav__item--gbiz .fixed-bottom-nav__btn::before,
  .fixed-bottom-nav__item--portal .fixed-bottom-nav__btn::before,
  .fixed-bottom-nav__item--mypage .fixed-bottom-nav__btn::before,
  .fixed-bottom-nav__item--shoryu .fixed-bottom-nav__btn::before {
    width: 96px;
    height: 96px;
  }
  .fixed-bottom-nav__btn::after {
    content: "";
    display: block;
    width: 74px;
    height: 74px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 74px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .fixed-bottom-nav__item--gbiz .fixed-bottom-nav__btn::after,
  .fixed-bottom-nav__item--portal .fixed-bottom-nav__btn::after,
  .fixed-bottom-nav__item--mypage .fixed-bottom-nav__btn::after,
  .fixed-bottom-nav__item--shoryu .fixed-bottom-nav__btn::after {
    width: 96px;
    height: 96px;
    background-size: 96px;
  }
  .fixed-bottom-nav__item--top .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-back-to-top-pc.png);
  }
  .fixed-bottom-nav__item--gbiz .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-gbiz-pc.png);
  }
  .fixed-bottom-nav__item--portal .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-portal-pc.png);
  }
  .fixed-bottom-nav__item--mypage .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-mypage-pc.png);
  }
  .fixed-bottom-nav__item--shoryu .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-shoryu-pc.png);
  }

  /* PCはHOMEは非表示に */
  .fixed-bottom-nav__item--home {
    display: none;
  }

  /* HOVER */
  .no-touchevents .fixed-bottom-nav__btn::before {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents .fixed-bottom-nav__btn:hover::before {
    opacity: 0.45;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .fixed-bottom-nav {
    position: fixed;
    right: 8px;
    bottom: 8px;
    z-index: 100;
  }
  .is-scrolling .fixed-bottom-nav {
    animation: navFadeIn 0.3s linear forwards;
  }
  .is-scroll-stop .fixed-bottom-nav {
    animation: navFadeOut 0.8s linear forwards;
  }

  .fixed-bottom-nav__item--home {
    margin-top: 6px;
  }
  .fixed-bottom-nav__btn {
    display: block;
    width: 56px;
    height: 56px;
    position: relative;
  }
  .fixed-bottom-nav__btn::before {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    /* opacity: 0.75; */
  }
  .fixed-bottom-nav__item--top .fixed-bottom-nav__btn::before {
    background: #404040;
  }
  .fixed-bottom-nav__item--home .fixed-bottom-nav__btn::before {
    background: #ff5c73;
  }
  .fixed-bottom-nav__btn::after {
    content: "";
    display: block;
    width: 56px;
    height: 56px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 56px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .fixed-bottom-nav__item--top .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_sp/ico-back-to-top-sp.png);
  }

  .fixed-bottom-nav__item--home .fixed-bottom-nav__btn::after {
    background-image: url(/r04_assets/img/sprite_sp/ico-back-to-home-sp.png);
  }
}
/* --------------------------------------------------------------------------
    パンクズ
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .topic-path {
    width: 100%;
    /* background: #FFF; */
  }
  .topic-path--border {
    /* border-bottom:#808080 1px solid; */
  }
  .topic-path__inner {
    /* padding: 0 12px; */
    padding: 0 22px;
    /* max-width: 1024px; */
    max-width: 1366px;
    margin: 0 auto;
  }
  .topic-path__body {
    padding: 20px 0;
    padding: 20px 0 0;
  }
  .topic-path__body::after {
    content: "";
    display: block;
    clear: both;
  }
  .topic-path__item {
    float: left;
  }
  .topic-path__item::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    background: url(/r04_assets/img/sprite_pc/ico-topicpath-arrow-pc.png) 50%
      50% no-repeat;
    background-size: contain;
    margin: 0 14px;
  }
  .topic-path__item:first-child::before {
    display: none;
  }
  .topic-path__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    line-height: 1.75;
    font-weight: bold;
  }
  .topic-path__item:last-child .topic-path__btn {
    pointer-events: none;
  }

  .topic-path__btn {
    color: #333;
  }
  /* HOVER */
  .no-touchevents .topic-path__btn {
    -webkit-transition: color 0.15s linear;
    transition: color 0.15s linear;
  }
  .no-touchevents .topic-path__btn:hover {
    color: #359440;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .topic-path {
    display: none;
  }
}
/* --------------------------------------------------------------------------
    ページタイトル
   ----------------------------------------------------------------------- */
.section--gray_title .section {
  padding: 9px 0 40px 0;
}
/* --------------------------------------------------------------------------
    SECTION
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .section {
    width: 100%;
    padding: 60px 0 60px 0;
  }
  .section--brown {
    background: url(/r04_assets/img/common/bg_brown.png) 50% 0;
    /* background-size: 500px; */
    padding: 60px 0 60px 0;
  }
  .section--green-color {
    background: #eaf4ec;
  }
  .section--orenge {
    background: url(/r04_assets/img/common/bg_orange.png) 50% 0;
    background-size: 500px;
  }
  .section--green {
    background: url(/r04_assets/img/common/bg_green.png) 50% 0;
    padding: 60px 0 60px 0;
  }
  .section--gray_title {
    background: url(/r04_assets/img/common/bg_gray_title.png) 50% 0;
    padding-top: 0;
  }
  .section--inquiry--blue {
    background: #359440;
  }
  .section__inner {
    padding: 0 12px;
    max-width: 1024px;
    margin: 0 auto;
  }
  .section__body {
  }

  /* ドロップシャドウ付きのパネル */
  .section__panel {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
    background: #fff;
    /* box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.05); */
  }

  /* コンテンツ最大870pxエリア */
  .section__contents {
    /* margin-left: 6.5%;
    margin-right: 6.5%; */
    margin-left: 60px;
    margin-right: 60px;
  }
  /* SP時、コンテンツ両端マージンなし */
  .section__contents-ful {
    margin-left: 6.5%;
    margin-right: 6.5%;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
}
@media all and (max-width: 760px) {
  .section {
    width: 100%;
    padding: 30px 0 130px 0;
  }
  .section--layered {
    padding-bottom: 30px;
  }
  .section--brown {
    background: url(/r04_assets/img/common/bg_brown.png) 50% 0;
    background-size: 500px;
  }
  .section--green-color {
    background: #eaf4ec;
  }
  .section--orenge {
    background: url(/r04_assets/img/common/bg_orenge.png) 50% 0;
    background-size: 500px;
  }
  .section--green {
    background: url(/r04_assets/img/common/bg_green.png) 50% 0;
    background-size: 500px;
  }
  .section--gray_title {
    background: url(/r04_assets/img/common/bg_gray_title.png) 50% 0;
  }
  .section--inquiry--blue {
    background: #359440;
  }
  .section__inner {
    padding: 0 15px;
    margin: 0 auto;
  }
  .section__body {
  }

  /* ドロップシャドウ付きのパネル */
  .section__panel {
    padding: 25px 0;
    background: #fff;
  }

  /* コンテンツ両端20pxマージン */
  .section__contents {
    margin-left: 20px;
    margin-right: 20px;
  }
  /* コンテンツ両端マージンなし */
  .section__contents-ful {
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 370px) {
  .section--layered {
    padding-top: 70px;
  }
}
/* --------------------------------------------------------------------------
    SECTION
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .anker-wrapper {
    margin-top: -192px;
    padding-top: 192px;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .anker-wrapper {
    margin-top: -208px;
    padding-top: 208px;
  }
}
@media all and (max-width: 760px) {
  .anker-wrapper {
    margin-top: -133px;
    padding-top: 133px;
  }
}

/* --------------------------------------------------------------------------
    3階層目のセクション
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .lv3-container {
    width: 100%;
    max-width: 1000px;
    margin: 45px auto 45px auto;
    position: relative;
  }
  .lv3-container::after {
    content: "";
    display: block;
    clear: both;
  }
  .lv3-local-nav {
    width: 160px;
    float: left;
    /* margin-top: 1.5em; */
  }
  .is-fixed-local-nav .lv3-local-nav {
    position: fixed;
    left: auto;
    top: 202px;
  }
  .is-fixed-local-nav.is-fixed-local-nav-bootom .lv3-local-nav {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
  }
  .lv3-main-content {
    max-width: 1000px;
    margin-left: 160px;
    overflow: hidden;
  }
  .lv3-main-content__inner {
    width: 88.09%;
    margin-left: auto;
  }

  .lv3-section {
    margin-top: 80px;
  }
  .lv3-section:first-child {
    margin-top: 0;
  }
  .lv3-section:last-child {
    padding-bottom: 55px;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .lv3-main-content__inner {
    width: auto;
    margin-left: 36px;
    margin-right: 12px;
  }
  .is-fixed-local-nav .lv3-local-nav {
    top: 230px;
  }
  .is-ua-smartdevice.is-fixed-local-nav .lv3-local-nav {
    top: 194px;
  }
}
@media all and (max-width: 760px) {
  .lv3-container {
    width: 100%;
    padding: 30px 0 130px 0;
  }
  .lv3-section {
    width: 100%;
    padding: 0;
  }
  .lv3-section__inner {
    padding: 0 15px;
  }

  .lv3-section {
    margin-top: 45px;
  }
  .lv3-section:first-child {
    margin-top: 0;
  }
}
/* --------------------------------------------------------------------------
    SIDE NAV
   ----------------------------------------------------------------------- */
@media all and (min-width: 761px) {
  .local-nav-pc {
    background: #359440;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 160%;
    margin-bottom: 2em;
    padding: 18px 0;
    letter-spacing: -0.05em;
  }
  .local-nav-sp-tab {
    display: none;
  }
  .local-nav-header {
    margin-bottom: 15px;
  }
  .local-nav-header a {
    display: block;
    background: #448aca;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    line-height: 1.333;
    padding: 1em 0;
    font-feature-settings: "palt";
  }
  .local-nav-sub-header {
    font-size: 140%;
    line-height: 1.333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
  }
  .local-nav-sub-header--lv2 {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 11px;
    text-align: center;
  }
  .local-nav__list {
  }
  .local-nav__item {
    width: 100%;
    margin-top: 2px;
  }
  .local-nav__item--vendor-requirement {
  }
  .local-nav__btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #f3f3f3;
  }
  .local-nav__btn--multiply {
    position: relative;
  }
  .local-nav__btn::before {
    content: "";
    display: table-cell;
    width: 48px;
  }
  .local-nav__btn--multiply .local-nav__btn-label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 100%;
    opacity: 0;
  }
  .local-nav__btn-label {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 120%;
    line-height: 1.333;
    font-weight: bold;
    padding: 1em 0.125em;
    border-left: #fff 1px solid;
    font-feature-settings: "palt";
    height: 54px;
  }
  .local-nav__btn[target="_blank"] .local-nav__btn-label::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png) 50%
      50% no-repeat;
    margin-left: 5px;
  }
  .local-nav__btn[target="_blank"]:not([href^="http"])
    .local-nav__btn-label::after {
    content: none;
  }
  .local-nav__btn--current,
  .is-dir-applicant-subsidized-works .local-nav__item--target .local-nav__btn,
  .is-dir-applicant-application-sections
    .local-nav__item--application-sections
    .local-nav__btn,
  .is-dir-applicant-how-to-apply
    .local-nav__item--authorization
    .local-nav__btn,
  .is-dir-applicant-related-measures
    .local-nav__item--related-measures
    .local-nav__btn,
  .is-dir-applicant-navi .local-nav__item--tool-nav .local-nav__btn,
  .is-dir-applicant-vendorlist .local-nav__item--vendor-search .local-nav__btn,
  .is-dir-applicant-checktool .local-nav__item--tool-check .local-nav__btn,
  .is-dir-applicant-solution .local-nav__item--solution .local-nav__btn,
  .is-dir-applicant-miradigi .local-nav__item--miradigi .local-nav__btn,
  .is-dir-applicant-data .local-nav__item--infographic .local-nav__btn,
  .is-dir-applicant-movie .local-nav__item--movie .local-nav__btn,
  .is-dir-applicant-result .local-nav__item--result .local-nav__btn,
  .is-dir-applicant-grant_decision
    .local-nav__item--grant_decision
    .local-nav__btn,
  .is-dir-applicant-casestudies .local-nav__item--casestudies .local-nav__btn,
  .is-dir-vendor-requirement
    .local-nav__item--vendor-requirement
    .local-nav__btn,
  .is-dir-vendor-authorization .local-nav__item--authorization .local-nav__btn,
  .is-dir-vendor-movie .local-nav__item--movie .local-nav__btn,
  .is-dir-vendor-leaflet .local-nav__item--leaflet .local-nav__btn,
  .is-dir-vendor-tool-registration
    .local-nav__item--registration
    .local-nav__btn,
  .is-dir-vendor-modify .local-nav__item--modify .local-nav__btn,
  .is-dir-vendor-report .local-nav__item--report .local-nav__btn,
  .is-dir-vendor-result .local-nav__item--result .local-nav__btn,
  .is-dir-faq-03 .local-nav__item--vendor-registration .local-nav__btn,
  .is-dir-faq-04 .local-nav__item--registration .local-nav__btn,
  .is-dir-faq-02 .local-nav__item--authorization .local-nav__btn,
  .is-dir-faq-05 .local-nav__item--result .local-nav__btn,
  .is-dir-faq-06 .local-nav__item--terms .local-nav__btn,
  .is-dir-faq-07 .local-nav__item--document .local-nav__btn {
    background: #eaf4ec;
    pointer-events: none;
    cursor: default;
  }
  .local-nav__item--vendor-requirement .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-vendor-requirement-s.png) 50%
      50% no-repeat;
  }
  .local-nav__item--authorization .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-authorization-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--movie .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-movie-s.png) 50% 50% no-repeat;
  }
  .local-nav__item--leaflet .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-leaflet-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--modify .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-modify-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--report .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-report-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--login .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-login-s.png) 50% 50% no-repeat;
  }
  .local-nav__item--vendor-registration .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-vendor-registration-s.png) 50%
      50% no-repeat;
  }
  .local-nav__item--terms .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-terms-s.png) 50% 50% no-repeat;
  }
  .local-nav__item--registration .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-registration-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--application-sections .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-application-sections-s.png)
      50% 50% no-repeat;
  }
  .local-nav__item--target .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-target-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--related-measures .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-related-measures-s.png) 50%
      50% no-repeat;
  }
  .local-nav__item--tool-nav .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-tool-nav-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--vendor-search .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-vendor-search-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--tool-check .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-tool-check.png) 50% 50%
      no-repeat;
    background-size: cover;
  }
  .local-nav__item--solution .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-solution-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--miradigi .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-miradigi-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--infographic .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-infographic-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--service-design .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-service-design-s.png) 50% 50%
      no-repeat #f3f3f3;
  }
  .local-nav__item--service-design
    .local-nav__btn
    .local-nav__btn-label::before {
    background: url(/r04_assets/img/sprite_pc/ico-service-design-s-hover.png)
      50% 50% no-repeat #dde6ef;
  }
  .local-nav__item--service-design-faq .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-service-design-faq.png) 50%
      50% no-repeat;
    background-size: cover;
  }
  .local-nav__item--security-action .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-security-action.png) 50% 50%
      no-repeat;
    background-size: cover;
  }
  .local-nav__item--service-design-faq .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-service-design-faq.png) 50%
      50% no-repeat;
    background-size: cover;
  }
  .local-nav__item--result .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-result-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--document .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-document.png) 50% 50%
      no-repeat;
    background-size: cover;
  }
  .local-nav__item--grant_decision .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-grant_decision-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--casestudies .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-casestudies-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--reduction-entry .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_pc/ico-reduction-entry-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--id .local-nav__btn::before {
    background: url(/r04_assets/img/common/logo-gBizID.jpg) 50% 50% no-repeat;
    background-size: contain;
  }
  .no-touchevents .local-nav__btn {
    -webkit-transition: color, background-color 0.15s linear;
    transition: color, background-color 0.15s linear;
  }
  .no-touchevents .local-nav__btn--multiply .local-nav__btn-label::before {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents .local-nav__btn:hover {
    background-color: #eaf4ec;
  }
  .no-touchevents
    .local-nav__btn--multiply:hover
    .local-nav__btn-label::before {
    opacity: 1;
  }
}
@media all and (max-width: 760px) {
  .lv3-local-nav {
    position: fixed;
    left: 0;
    top: 245px;
    width: 100%;
    height: 60px;
    background: #e4e4e4;
    background: #fce6cc;
    z-index: 101;
    overflow: hidden;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .local-nav-pc {
    display: none;
  }
  .local-nav-sp-tab {
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 101;
    position: relative;
  }
  .local-nav-sp-tab p a {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  .local-nav-sp-tab--faq p a {
    height: 60px;
    padding: 0 0;
    line-height: 60px;
  }
  .local-nav-sp-tab p a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .is-opened-sub-menu-sp .local-nav-sp-tab p a::after {
    transform: scale(1, -1);
  }
  .lv3-local-nav__body {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh - 200px);
    /* padding-top: 60px; */
    padding-bottom: 90px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 100;

    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1),
      -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .is-opened-sub-menu-sp .lv3-local-nav {
    height: 100%;
    z-index: 110;
  }
  .is-opened-sub-menu-sp .lv3-local-nav__body {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .is-opened-sub-menu-sp .local-nav-sp-tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #d7d7d7;
  }
  .is-opened-sub-menu-sp .gheader {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .local-nav-sub-header--lv2 {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 11px;
    text-align: center;
  }

  .local-nav-header {
  }
  .local-nav-header a {
    border-top: #d7d7d7 2px solid;
    display: block;
    background: #f4f4f4;
    font-weight: bold;
    font-size: 150%;
    line-height: 1.333;
    padding: 12px 10px;
    font-feature-settings: "palt";
  }
  .local-nav-header a br {
    display: none;
  }
  .local-nav-sub-header {
    font-size: 140%;
    font-weight: bold;
    background: #f4f4f4;
    padding: 12px 10px;
    border-top: #d7d7d7 2px solid;
    border-bottom: #d7d7d7 2px solid;
  }
  .local-nav-sub-header br {
    display: none;
  }

  .local-nav__list {
    margin: 0 10px;
    padding-bottom: 10px;
  }
  .local-nav__item {
    width: 100%;
    margin-top: 4px;
  }
  .local-nav__item--vendor-requirement {
  }
  .local-nav__btn {
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 2px;
  }
  .local-nav__btn::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 48px;
    -webkit-background-size: 38px;
    background-size: 38px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .local-nav__btn-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 120%;
    line-height: 1.333;
    font-weight: bold;
    padding: 0 0 0 5px;
    font-feature-settings: "palt";
  }
  .local-nav__btn[target="_blank"] .local-nav__btn-label::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png) 50%
      50% no-repeat;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    margin-left: 5px;
  }
  .local-nav__btn[target="_blank"]:not([href^="http"])
    .local-nav__btn-label::after {
    content: none;
  }
  .local-nav__btn-label br {
    display: none;
  }
  .local-nav__btn--current,
  .is-dir-applicant-subsidized-works .local-nav__item--target .local-nav__btn,
  .is-dir-applicant-how-to-apply
    .local-nav__item--authorization
    .local-nav__btn,
  .is-dir-applicant-related-measures
    .local-nav__item--related-measures
    .local-nav__btn,
  .is-dir-applicant-navi .local-nav__item--tool-nav .local-nav__btn,
  .is-dir-applicant-vendorlist .local-nav__item--vendor-search .local-nav__btn,
  .is-dir-applicant-checktool .local-nav__item--tool-check .local-nav__btn,
  .is-dir-applicant-solution .local-nav__item--solution .local-nav__btn,
  .is-dir-applicant-miradigi .local-nav__item--miradigi .local-nav__btn,
  .is-dir-applicant-data .local-nav__item--infographic .local-nav__btn,
  .is-dir-applicant-movie .local-nav__item--movie .local-nav__btn,
  .is-dir-applicant-result .local-nav__item--result .local-nav__btn,
  .is-dir-applicant-grant_decision
    .local-nav__item--grant_decision
    .local-nav__btn,
  .is-dir-applicant-casestudies .local-nav__item--casestudies .local-nav__btn,
  .is-dir-vendor-requirement
    .local-nav__item--vendor-requirement
    .local-nav__btn,
  .is-dir-vendor-authorization .local-nav__item--authorization .local-nav__btn,
  .is-dir-vendor-movie .local-nav__item--movie .local-nav__btn,
  .is-dir-vendor-leaflet .local-nav__item--leaflet .local-nav__btn,
  .is-dir-vendor-tool-registration
    .local-nav__item--registration
    .local-nav__btn,
  .is-dir-vendor-modify .local-nav__item--modify .local-nav__btn,
  .is-dir-vendor-report .local-nav__item--report .local-nav__btn,
  .is-dir-vendor-result .local-nav__item--result .local-nav__btn,
  .is-dir-faq-03 .local-nav__item--vendor-registration .local-nav__btn,
  .is-dir-faq-04 .local-nav__item--registration .local-nav__btn,
  .is-dir-faq-02 .local-nav__item--authorization .local-nav__btn,
  .is-dir-faq-05 .local-nav__item--result .local-nav__btn,
  .is-dir-faq-06 .local-nav__item--terms .local-nav__btn {
    background: #eaf4ec;
    pointer-events: none;
    cursor: default;
  }
  .local-nav__item--vendor-requirement .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-requirement-s.png);
  }
  .local-nav__item--authorization .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-authorization-s.png);
  }
  .local-nav__item--movie .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-movie-s.png);
  }
  .local-nav__item--leaflet .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-leaflet-s.png);
  }
  .local-nav__item--modify .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-modify-s.png);
  }
  .local-nav__item--report .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-report-s.png);
  }
  .local-nav__item--login .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-login-s.png);
  }
  .local-nav__item--vendor-registration .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-registration-s.png);
  }
  .local-nav__item--registration .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-registration-s.png);
  }
  .local-nav__item--application-sections .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-application-sections-s.png);
  }
  .local-nav__item--terms .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-terms-s.png);
  }
  .local-nav__item--id .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/logo-gBizID.jpg);
  }
  .local-nav__item--target .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-target-s.png);
  }
  .local-nav__item--related-measures .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-related-measures-s.png);
  }
  .local-nav__item--tool-nav .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-nav-s.png);
  }
  .local-nav__item--vendor-search .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-search-s.png);
  }
  .local-nav__item--tool-check .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-check-s.png);
  }
  .local-nav__item--solution .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-solution-s.png);
  }
  .local-nav__item--miradigi .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-miradigi-s.png);
  }
  .local-nav__item--infographic .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-infographic-s.png);
  }
  .local-nav__item--service-design .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-service-design-s.png);
  }
  .local-nav__item--service-design-faq .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-service-design-faq-s.png);
  }
  .local-nav__item--security-action .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-security-action-s.png);
  }
  .local-nav__item--service-design-faq .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-service-design-faq-s.png);
  }
  .local-nav__item--result .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-result-s.png);
  }
  .local-nav__item--document .local-nav__btn::before {
    background: url(/r04_assets/img/sprite_sp/ico-document-s.png) 50% 50%
      no-repeat;
  }
  .local-nav__item--grant_decision .local-nav__btn::before {
    background-image: url(/r04_assets/img/common/header/ico-grant_decision-s.png);
  }
  .local-nav__item--casestudies .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-casestudies-s.png);
  }
  .local-nav__item--reduction-entry .local-nav__btn::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-reduction-entry-s.png);
  }
}
@media all and (max-width: 370px) {
  .lv3-local-nav {
    top: 273px;
  }
}
/* ==========================================================================
   BUTTON LAYOUT
   ======================================================================= */
@media all and (min-width: 761px) {
  .l-btn {
    text-align: center;
    margin: 30px 0;
  }
  .l-btn--nm {
    text-align: center;
    margin: 0;
  }
  .l-btn--mt {
    text-align: center;
    margin: 40px 0 0 0;
  }
  .l-btn--mb {
    text-align: center;
    margin: 0 0 30px 0;
  }
  .l-btn-narrow {
    text-align: center;
    margin: 15px 0;
  }
  .l-btn-narrow--mt {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .l-btn-narrow--mb {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .l-btn__item {
    max-width: 480px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn__item:first-child {
    margin-top: 0;
  }
  .l-btn__item-inline {
    width: 320px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
  }
  .l-btn__item-mini {
    max-width: 320px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn--mt::after,
  .l-btn--mb::after,
  .l-btn::after {
    content: "";
    display: block;
    clear: both;
  }
  .l-btn__item-col {
    width: calc((100% - 11px) / 2);
    float: left;
    margin-right: 10px;
    margin-top: 10px;
  }
  .l-btn__item-col:nth-child(2n) {
    margin-right: 0;
  }
  .l-btn__item-col:nth-child(2n + 1) {
    clear: left;
  }
  .l-btn__item-col:nth-child(-n + 2) {
    margin-top: 0;
  }
  .l-btn__item-center {
    float: none;
    margin: 0 auto;
    padding-top: 10px;
  }
}
@media all and (max-width: 760px) {
  .l-btn {
    text-align: center;
    margin: 25px 0;
  }
  .l-btn--mt {
    text-align: center;
    margin: 25px 0 0 0;
  }
  .l-btn--mb {
    text-align: center;
    margin: 0 0 25px 0;
  }
  .l-btn-narrow {
    text-align: center;
    margin: 15px 0;
  }
  .l-btn-narrow--mt {
    text-align: center;
    margin: 15px 0 0 0;
  }
  .l-btn-narrow--mb {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .l-btn__item {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn__item:first-child {
    margin-top: 0;
  }
  .l-btn__item-inline {
    width: 250px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn__item-mini {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn__item-inline:first-child {
    margin-top: 0;
  }

  .l-btn__item-col {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-btn__item-col:first-child {
    margin-top: 0;
  }
  .portal-link-btn {
    padding: 0 20px;
  }
}
.btn_security {
  background-color: #00af4f;
}
.c-btn.btn_security .c-btn__arrow::after {
  background-image: none;
}
.btn_security:hover .c-btn__arrow::after {
  background-image: url(/r04_assets/img/sprite_pc/ico-arrow-circle-right-lightgreen-pc.png)!important;
}
.no-touchevents .btn_security:hover .c-btn__label_link {
  color: #00af4f;
}
.no-touchevents .btn_security:hover {
  background: #dcf4e7;
}
/* ==========================================================================
   DEFAULT LAYOUT MARGIN
   ======================================================================= */
@media all and (min-width: 761px) {
  .l-block {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-block--mt {
    margin-top: 30px;
  }
  .l-block--mb {
    margin-bottom: 30px;
  }

  .l-block-lv2 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .l-block-lv2--mt {
    margin-top: 45px;
  }
  .l-block-lv2--mb {
    margin-bottom: 45px;
  }
  .l-block-s {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-block-mrl {
    margin: 0 30px;
  }
}
@media all and (max-width: 760px) {
  .l-block {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .l-block--mt {
    margin-top: 25px;
  }
  .l-block--mb {
    margin-bottom: 25px;
  }

  .l-block-lv2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .l-block-lv2--mt {
    margin-top: 40px;
  }
  .l-block-lv2--mb {
    margin-bottom: 40px;
  }
  .l-block-s {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .l-block-sp {
    margin-bottom: 20px !important;
  }
  .l-block-mrl {
    margin: 0 20px;
  }
}

.l-block--divide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.l-block--divide > .c-ico-link-box {
  width: calc(50% - 10px);
}
@media all and (min-width: 981px) {
  .l-block--divide > .c-ico-link-box:not(:nth-child(2n)) {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .l-block--divide > .c-ico-link-box:nth-child(2) {
    margin-bottom: 20px;
  }
  .l-block--divide > .c-ico-link-box:nth-child(4) {
    margin-bottom: 20px;
  }
  .l-block--divide > .c-ico-link-box:nth-child(6) {
    margin-bottom: 20px;
  }
  /* .l-block--divide > .c-ico-link-box:nth-child(5) {
    margin-bottom: 0;
  } */
}
.l-block--divide .link-box-no-ico .c-ico-link-box__info {
  padding: 21px 20px 26px;
}

.l-block--divide .c-list-m {
  text-align: left;
}
.l-block--divide .c-note {
  text-align: left;
}
@media all and (max-width: 980px) {
  .l-block--divide {
    flex-direction: column;
  }
  .l-block--divide > .c-ico-link-box {
    width: 100%;
  }
  .l-block--divide > .c-ico-link-box:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media all and (max-width: 760px) {
  .l-block--divide .link-box-no-ico .c-ico-link-box__info {
    padding: 0;
  }
}

/* ==========================================================================
   GRID CARD LAYOUT
   ======================================================================= */
@media all and (min-width: 761px) {
  h3.cardlist-ttl {
    font-size: 20px;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .l-card-col {
    flex: 0 1 23.85%;
    margin-bottom: 15px;
  }
  .card-item {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .card-item__btn {
    display: flex;
    flex-direction: column;
    border: #f3f3f3 2px solid;
    background: #fff;
    max-width: 99.9%;
  }
  .card-item__img {
    width: 100%;
    padding-top: 132px;
    background: #f3f3f3;
    position: relative;
  }
  .card-item__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .card-item__img--multiply::after {
    content: "";
    display: block;
    width: 100%;
    height: 126px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
  }
  .card-item__info {
    padding: 15px 10px;
  }
  .card-item__info .card-item__title {
    font-size: 160%;
    border: none;
    padding: 0;
    margin: 0;
    font-feature-settings: "palt";
    min-height: 2.65em;
    text-align: center;
  }

  .card-item__btn[target="_blank"] .card-item__title::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/r04_assets/img/sprite_pc/ico-blank-s-dark-gray-pc.png) 50%
      50% no-repeat;
    margin-left: 5px;
  }
  .card-item__info p {
    margin-top: 0.5em;
  }
  /* HOVER */
  .no-touchevents .card-item__btn {
    -webkit-transition: border-color 0.15s linear;
    transition: border-color 0.15s linear;
  }
  .no-touchevents .card-item__btn:hover {
    border-color: #eaf4ec;
  }
  .no-touchevents .card-item__btn .card-item__img {
    -webkit-transition: background-color 0.15s linear;
    transition: background-color 0.15s linear;
  }
  .card-item__img--multiply::after {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  .no-touchevents .card-item__btn:hover .card-item__img {
    background-color: #eaf4ec;
  }
  .no-touchevents .card-item__btn:hover .card-item__img--multiply::after {
    opacity: 1;
  }

  /* icon */
  .card-item--requirement .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-vendor-requirement.png);
  }
  .card-item--authorization .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-authorization.png);
  }
  .card-item--movie .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-movie.png);
  }
  .card-item--leaflet .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-leaflet.png);
  }
  .card-item--modify .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-modify.png);
  }
  .card-item--report .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-report.png);
  }
  .card-item--login .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-login.png);
  }
  .card-item--tool-registration .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-registration.png);
  }
  .card-item--target .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-target.png);
  }
  .card-item--application-sections .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-application-sections.png);
  }
  .card-item--related-measures .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-related-measures.png);
  }
  .card-item--tool-nav .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-tool-nav.png);
  }
  .card-item--vendor-search .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-vendor-search.png);
  }
  .card-item--tool-check .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-tool-check.png);
  }
  .card-item--solution .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-solution.png);
  }
  .card-item--miradigi .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-miradigi.png);
  }
  .card-item--infographic .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-infographic.png);
  }
  .card-item--service-design .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-service-design.png);
  }
  .card-item--service-design .card-item__img::after {
    background-image: url(/r04_assets/img/sprite_pc/ico-service-design-hover.png);
  }
  .card-item--result .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-result.png);
  }
  .card-item--grant_decision .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-grant_decision.png);
  }
  .card-item--casestudies .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-casestudies.png);
  }
  .card-item--reduction-entry .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_pc/ico-reduction-entry.png);
  }

  .card-item .c-btn__body {
    padding: 4px 10px 6px 12px;
    border: none;
    font-size: 75%;
  }
  .card-item .l-btn--mt {
    margin-top: 9px;
  }
  .card-item .l-btn__item {
    margin-top: 6px;
  }
}
@media all and (min-width: 761px) and (max-width: 980px) {
  .l-card-row {
    margin: 0 6.5%;
  }
  .l-card-col {
    flex: 0 1 32%;
  }
}
@media all and (max-width: 760px) {
  h3.cardlist-ttl {
    font-size: 16px;
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-card-col {
    margin-top: 10px;
  }
  .card-item__btn {
    display: table;
    table-layout: fixed;
    width: 100%;
    border: #f3f3f3 2px solid;
    background: #fff;
  }
  .card-item__img {
    width: 58px;
    background: #f3f3f3;
    display: table-cell;
    vertical-align: middle;
  }
  .card-item__img::before {
    content: "";
    display: block;
    width: 100%;
    height: 56px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 56px;
  }
  .card-item__img--multiply::before {
    background-blend-mode: multiply;
    background-color: #f3f3f3;
  }
  .card-item__info {
    padding: 13px 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .card-item__info .card-item__title {
    font-size: 140%;
    border: none;
    padding: 0;
    margin: 0;
    font-feature-settings: "palt";
  }
  .card-item__info p {
    margin-top: 0.5em;
    font-size: 120%;
  }
  .card-item__btn[target="_blank"] .card-item__title::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/r04_assets/img/sprite_sp/ico-blank-s-dark-gray-sp.png) 50%
      50% no-repeat;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    margin-left: 5px;
  }

  .card-item--requirement .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-requirement.png);
  }
  .card-item--authorization .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-authorization.png);
  }
  .card-item--movie .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-movie.png);
  }
  .card-item--leaflet .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-leaflet.png);
  }
  .card-item--modify .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-modify.png);
  }
  .card-item--report .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-report.png);
  }
  .card-item--login .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-login.png);
  }
  .card-item--tool-registration .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-registration.png);
  }
  .card-item--target .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-target.png);
  }
  .card-item--application-sections .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-application-sections.png);
  }
  .card-item--related-measures .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-related-measures.png);
  }
  .card-item--tool-nav .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-nav.png);
  }
  .card-item--vendor-search .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-vendor-search.png);
  }
  .card-item--tool-check .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-tool-check.png);
  }
  .card-item--solution .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-solution.png);
  }
  .card-item--miradigi .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-miradigi.png);
  }
  .card-item--infographic .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-infographic.png);
  }
  .card-item--service-design .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-service-design.png);
  }
  .card-item--result .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-result.png);
  }
  .card-item--grant_decision .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-grant_decision.png);
  }
  .card-item--casestudies .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-casestudies.png);
  }
  .card-item--reduction-entry .card-item__img::before {
    background-image: url(/r04_assets/img/sprite_sp/ico-reduction-entry.png);
  }
}
/* ==========================================================================
   IMG LAYOUT
   ======================================================================= */
@media all and (min-width: 761px) {
  .l-img {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-img--mt {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .l-img--mb {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 760px) {
  .l-img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .l-img--mt {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .l-img--mb {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
/* ==========================================================================
   IMG GRID LAYOUT
   ======================================================================= */

/* ==========================================================================
   GRID LAYOUT
   ======================================================================= */
@media all and (min-width: 761px) {
  .l-grid {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .l-grid--mt {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .l-grid--mb {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .l-grid__row::after {
    content: "";
    display: block;
    clear: both;
  }
  .l-grid__row img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .l-grid__col-right {
    float: right;
  }
  .l-grid__col-left {
    float: left;
  }
  .l-grid__col-1 {
    width: calc(((100% - 30px) / 12) * 1);
  }
  .l-grid__col-2 {
    width: calc(((100% - 30px) / 12) * 2);
  }
  .l-grid__col-3 {
    width: calc(((100% - 30px) / 12) * 3);
  }
  .l-grid__col-4 {
    width: calc(((100% - 30px) / 12) * 4);
  }
  .l-grid__col-5 {
    width: calc(((100% - 30px) / 12) * 5);
  }
  .l-grid__col-6 {
    width: calc(((100% - 30px) / 12) * 6);
  }
  .l-grid__col-7 {
    width: calc(((100% - 30px) / 12) * 7);
  }
  .l-grid__col-8 {
    width: calc(((100% - 30px) / 12) * 8);
  }
  .l-grid__col-9 {
    width: calc(((100% - 30px) / 12) * 9);
  }
  .l-grid__col-10 {
    width: calc(((100% - 30px) / 12) * 10);
  }
  .l-grid__col-11 {
    width: calc(((100% - 30px) / 12) * 11);
  }
  .l-grid__col-12 {
    width: calc(((100% - 30px) / 12) * 12);
  }
}
@media all and (max-width: 760px) {
  .l-grid {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .l-grid--mt {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .l-grid--mb {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .l-grid__row::after {
    content: "";
    display: block;
    clear: both;
  }
  .l-grid__row img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .l-grid__col-right {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .l-grid__col-left {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .l-grid__row--use-sp .l-grid__col-right {
    float: right;
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-grid__row--use-sp .l-grid__col-left {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .l-grid__row--use-sp .l-grid__col-1 {
    width: calc(((100% - 15px) / 12) * 1);
  }
  .l-grid__row--use-sp .l-grid__col-2 {
    width: calc(((100% - 15px) / 12) * 2);
  }
  .l-grid__row--use-sp .l-grid__col-3 {
    width: calc(((100% - 15px) / 12) * 3);
  }
  .l-grid__row--use-sp .l-grid__col-4 {
    width: calc(((100% - 15px) / 12) * 4);
  }
  .l-grid__row--use-sp .l-grid__col-5 {
    width: calc(((100% - 15px) / 12) * 5);
  }
  .l-grid__row--use-sp .l-grid__col-6 {
    width: calc(((100% - 15px) / 12) * 6);
  }
  .l-grid__row--use-sp .l-grid__col-7 {
    width: calc(((100% - 15px) / 12) * 7);
  }
  .l-grid__row--use-sp .l-grid__col-8 {
    width: calc(((100% - 15px) / 12) * 8);
  }
  .l-grid__row--use-sp .l-grid__col-9 {
    width: calc(((100% - 15px) / 12) * 9);
  }
  .l-grid__row--use-sp .l-grid__col-10 {
    width: calc(((100% - 15px) / 12) * 10);
  }
  .l-grid__row--use-sp .l-grid__col-11 {
    width: calc(((100% - 15px) / 12) * 11);
  }
  .l-grid__row--use-sp .l-grid__col-12 {
    width: calc(((100% - 15px) / 12) * 12);
  }
}

/* ==========================================================================
   Magnific Popup CSS
   ======================================================================= */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-inline-holder .mfp-close {
  font-size: 48px;
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 760px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

._dummybox {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
._dummybox > img {
  display: block;
  width: 100%;
  height: auto;
}
@media all and (max-width: 900px) {
  ._dummybox {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* ==========================================================================
    間隔調整　2020お化粧直し
   ======================================================================= */
.pb0 {
  padding-bottom: 0 !important;
}
@media all and (min-width: 761px) {
  .pb120 {
    padding-bottom: 120px;
  }
}
@media all and (max-width: 900px) {
  .pb120 {
    padding-bottom: 130px;
  }
}
@media all and (min-width: 761px) {
  .nav__top {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
/* ==========================================================================
  top 注意文言 全ページ
======================================================================= */
@media all and (min-width: 761px) {
  .caution {
    margin: 20px;
  }
  .caution-top {
    margin-bottom: 30px;
  }
  .caution-top_body {
    width: 100%;
    padding: 25px 45px;
    border: #ff0000 3px solid;
  }
  .caution-top_body.border_orange {
    border: #f15c00 3px solid;
  }
}
@media all and (max-width: 760px) {
  .caution {
    margin: 20px;
  }
  .caution-top {
    margin: 0 30px 30px;
  }
  .caution-top_body {
    width: 100%;
    padding: 20px;
    border: #ff0000 3px solid;
  }
}
/* ==========================================================================
  Close Transparent
======================================================================= */
.transparent_block {
  position: relative;
  padding: 15px;
}
.transparent_block::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* ==========================================================================
    インデント
   ======================================================================= */
.txtindent {
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (min-width: 761px) {
}
@media all and (max-width: 900px) {
}
@media all and (min-width: 761px) {
}
/* ==========================================================================
  全ページ 注釈バナー
======================================================================= */
@media all and (min-width: 761px) {
  .gheader-annotation {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 1rem 0;
  }
  .gheader-annotation__inner {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 12px;
  }
  .gheader-annotation__body {
    position: relative;
    border: 2px solid #ff4a64;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #ff4a64;
    padding: 15px 2rem 15px 90px;
  }
  .gheader-annotation__body::before {
    content: "";
    background: url(../img/common/icon_alert.png);
    background-size: cover;
    width: 63px;
    height: 63px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 1024px) {
  .gheader-annotation__body {
    font-size: 18px;
  }
}
@media all and (max-width: 760px) {
  .gheader-annotation {
    width: 100%;
    position: relative;
    z-index: 105;
    background: #fff;
    padding: 1rem;
    border-bottom: #d7d7d7 solid 1px;
  }
  .gheader-annotation__inner {
    margin: 0 auto;
    /* max-width: 1024px;
    padding: 0 12px; */
  }
  .gheader-annotation__body {
    position: relative;
    border: 2px solid #ff4a64;
    font-size: 16px;
    font-weight: bold;
    color: #ff4a64;
    padding: 0 1rem 0 60px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .gheader-annotation__body::before {
    content: "";
    background: url(../img/common/icon_alert.png);
    background-size: cover;
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (max-width: 370px) {
  .gheader-annotation__body {
    height: 100px;
  }
}