@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
/* ----------------------------------------------------------------
Normalize
----------------------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  overflow: visible;
  box-sizing: content-box;
  height: 0;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

a {
  background-color: transparent;

  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

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-size: 1em;
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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 {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

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 {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  box-sizing: border-box;
  padding: 0;
  max-width: 100%;
  color: inherit;
  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"] {
  outline-offset: -2px;

  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;

  -webkit-appearance: button;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ----------------------------------------------------------------
Base
----------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl {
  margin: 0;
  padding: 0;
}

:root {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-size: 1.6rem;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

a {
  color: #0062b6;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
}

a img {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

a:hover,
a:active,
a:focus {
  color: #ff538c;
  text-decoration: none;
}

a:hover img,
a:active img,
a:focus img {
  opacity: 0.6;
}

em {
  font-weight: 700;
  font-style: normal;
}

strong {
  color: #ff538c;
  font-weight: 700;
}

hr {
  display: none;
}

p,
ul,
ol,
dl {
  margin: 0 0 20px;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

ul > :last-child,
ol > :last-child {
  margin-bottom: 0;
}

dd {
  margin: 0;
}

sub,
sup {
  margin: 0 1px;
  font-size: 1.1rem;
}

sub {
  bottom: -0.1em;
}

sup {
  top: -0.3em;
}

blockquote,
figure {
  margin: 0;
}

iframe {
  border: none;
}

/* ----------------------------------------------------------------
    Centering Content
----------------------------------------------------------------- */
.header-lyt-column,
.header-menu .header-menu-inner,
.nav-header-utility,
.topic-path-inner,
.footer-menu-inner,
.footer-utility .footer-utility-inner {
  margin: 0 auto;
  max-width: 1200px;
}

/* ----------------------------------------------------------------
    Clearfix
----------------------------------------------------------------- */
.header-lyt-column::after,
.nav-global .nav-global-inner::after,
.global-list-contents::after,
.topic-path-inner::after,
.footer-lyt-column::after {
  display: block;
  clear: both;
  content: "";
}

/* ----------------------------------------------------------------
    Pseudo element
----------------------------------------------------------------- */
.header-lyt-column .btn-login a::after,
.header-menu-hook::before,
.header-menu-txt::before,
.header-menu-txt::after,
.header-search-btn::before,
.nav-header-utility a span::before,
.nav-global-list > li a.high-link::before,
.nav-global-list > li:first-child a.high-link::after,
.global-toggle-hook-wrap::before,
.global-toggle-hook::before,
.global-toggle-hook::after,
.global-link-list > li > a::before,
.topic-path ul li::before {
  position: absolute;
  display: block;
  content: "";
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.header {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 640px) {
  .header {
    border-bottom: 1px solid #e6e6e6;
  }
}

.header-lyt-column {
  position: relative;
}
.header-lyt-column > .col {
  float: left;
  padding: 21px 0 14px;
  width: 34.48%;
}
.header-lyt-column > .col.wide {
  float: right;
  padding: 0;
  width: 65.52%;
}
.header-lyt-column .btn-login {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
}
.header-lyt-column .btn-login a {
  position: relative;
  display: block;
  padding: 3px 20px 4px 11px;
  border-radius: 3px;
  background-color: #0062b6;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  font-family: "Noto Sans JP";
}
.header-lyt-column .btn-login a::after {
  top: 11px;
  right: 6px;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .header-lyt-column .btn-login {
    right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .header-lyt-column {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header-lyt-column {
    padding: 0;
  }
  .header-lyt-column > .col {
    padding: 0;
    width: 100%;
  }
  .header-lyt-column .btn-login {
    top: 5px;
    right: 51px;
  }
  .header-lyt-column .btn-login a {
    padding: 6px 8px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.2;
  }
  .header-lyt-column .btn-login a::after {
    display: none;
  }
}

.header-inner .logo-site {
  display: inline-block;
  padding-right: 12px;
  vertical-align: bottom;
}
.header-inner .logo-pap {
  display: inline-block;
}
.header-inner .logo-pap a {
  display: block;
  padding: 6px 12px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(bottom, #dbe9f7, #edf4fb);
  background-image: linear-gradient(to top, #dbe9f7, #edf4fb);
  color: #0062b6;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.2rem;
  font-family: "Noto Sans JP";
  line-height: 1.2;
}
@media screen and (max-width: 860px) {
  .header-inner {
    padding-top: 16px;
  }
  .header-inner .logo-site {
    padding-right: 5px;
    width: 100px;
  }
  .header-inner .logo-pap a {
    padding: 6px 8px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .header-inner {
    padding: 5px 15px;
  }
  .header-inner .logo-site {
    margin-top: 3px;
    width: 72px;
  }
  .header-inner .logo-pap a {
    padding: 6px 8px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .header-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    border: 0;
  }
}

.header-menu-hook {
  display: none;
}
.header-menu-hook::before {
  display: none;
}
@media screen and (max-width: 640px) {
  .header-menu-hook {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .header-menu-hook::before {
    top: 14px;
    z-index: 1;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .is-header-menu-open .header-menu-hook:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.header-menu-hook::before,
.header-menu-txt::before,
.header-menu-txt::after {
  background: #006fbc;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 640px) {
  .header-menu-hook::before,
  .header-menu-txt::before,
  .header-menu-txt::after {
    left: 14px;
    width: 23px;
    height: 3px;
  }
}

.is-header-menu-open .header-menu-hook::before,
.is-header-menu-open .header-menu-txt::before,
.is-header-menu-open .header-menu-txt::after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
@media screen and (max-width: 640px) {
  .is-header-menu-open .header-menu-hook::before,
  .is-header-menu-open .header-menu-txt::before,
  .is-header-menu-open .header-menu-txt::after {
    left: 18px;
    width: 25px;
    height: 4px;
  }
}

.header-menu-txt {
  padding: 0;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 860px) {
  .header-menu-txt {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
  }
  .header-menu-txt::before {
    top: 49px;
  }
  .header-menu-txt ::after {
    top: 34px;
  }
  .header-menu-txt > span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  .header-menu-txt {
    width: 100%;
    height: 100%;
  }
  .header-menu-txt:before {
    top: 32px;
  }
  .header-menu-txt:after {
    top: 23px;
  }
}

@media screen and (max-width: 860px) {
  .is-header-menu-open .header-menu-txt::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-header-menu-open .header-menu-txt::after {
    width: 0;
  }
}

@media screen and (max-width: 640px) {
  .header-menu-contents {
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 5px -4px rgba(0, 0, 0, 0.15);
  }
}

.header-search {
  position: absolute;
  top: 38px;
  right: 0.53%;
  width: 36px;
}
@media screen and (max-width: 1000px) {
  .header-search {
    right: 1.55%;
  }
}
@media screen and (max-width: 860px) {
  .header-search {
    top: 48px;
    right: 1%;
  }
}
@media screen and (max-width: 640px) {
  .header-search {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #e6e6e6;
  }
}

.header-search-btn {
  display: block;
  padding: 8px 10px;
}
.header-search-btn::before {
  top: 50%;
  right: -6px;
  margin: -10px 0 0;
  width: 1px;
  height: 12px;
  background: #bfbfbf;
}

.header-search-sp {
  display: none;
}

@media screen and (max-width: 860px) {
  .header-search-btn::before {
    margin: -9px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .header-search-btn {
    display: none;
  }
  .header-search-btn::before {
    display: none;
  }
  .header-search-sp {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .is-header-menu-open .header-search-sp {
    opacity: 1;
    visibility: visible;
    padding: 9px 10px;
  }
}

.modal-search-inner {
  text-align: center;
  font-size: 2rem;
}
.modal-search-inner form {
  display: inline-block;
  padding: 10px 20px 10px 15px;
  max-width: 570px;
  width: 100%;
  border: 1px solid #9a9a9a;
  border-radius: 1px;
}
.modal-search-inner form input {
  vertical-align: middle;
}
.modal-search-inner .searchBox {
  display: inline-block;
  padding: 0 5px;
  max-width: 480px;
  width: calc(100% - 60px);
  border: 0;
}
.modal-search-inner .search-btn {
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #9a9a9a;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .modal-search-inner {
    padding: 0;
    border-radius: 3px;
    font-size: 1.2rem;
  }
  .modal-search-inner form {
    position: relative;
    display: block;
    margin: auto auto 5px;
    padding: 2px 42px 2px 2px;
    width: 100%;
  }
  .modal-search-inner form input {
    font-size: 1.6rem;
  }
  .modal-search-inner .searchBox {
    display: block;
    min-height: 28px;
    width: 100%;
  }
  .modal-search-inner .search-btn {
    position: absolute;
    top: 2px;
    right: 10px;
    display: block;
    padding-left: 10px;
    width: 33px;
  }
}

.header-nav-utility {
  position: absolute;
  top: 13px;
  right: 192px;
  margin: 0 0 0 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-nav-utility a {
  color: #666;
}
@media screen and (max-width: 640px) {
  .header-nav-utility {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    background: #f7f7f7;
  }
}

.nav-header-utility {
  margin: 0;
  font-size: 0;
}
.nav-header-utility > li {
  display: inline-block;
  margin: 0 0 0 18px;
  font-size: 1.2rem;
}
.nav-header-utility a {
  color: #666;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.nav-header-utility a:hover,
.nav-header-utility a:active,
.nav-header-utility a:focus {
  color: #006fbc;
  text-decoration: underline;
}
.nav-header-utility a span {
  position: relative;
  padding-left: 11px;
}
.nav-header-utility a span::before {
  top: 0.35em;
  left: 0;
  width: 6px;
  height: 9px;
  background-image: url(/common_a/img/sprite.png);
  background-position: -78px -33px;
}
@media screen and (max-width: 640px) {
  .nav-header-utility {
    width: 100%;
  }
  .nav-header-utility[data-layout="odd"] > li:last-child {
    width: 100%;
  }
  .nav-header-utility > li {
    float: left;
    margin: 0;
    width: 50%;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #e6e6e6;
  }
  .nav-header-utility > li:nth-child(2n + 1) {
    clear: both;
    border-left: 0;
  }
  .nav-header-utility a {
    display: block;
    padding: 9px 10px;
    text-align: center;
  }
  .nav-header-utility a span {
    vertical-align: middle;
  }
}

.head_right_b .head-user-txt,
.head_right_b .btn-login-head-accountcheck {
  display: none;
}
.head_right_b .btn-login-head-logout {
  position: absolute;
  top: 13px;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .head_right_b .btn-login-head-logout {
    right: 10px;
  }
}
@media screen and (max-width: 640px) {
  .head_right_b .btn-login-head-logout {
    top: 17px;
    right: 45px;
  }
}

/* ----------------------------------------------------------------
Global nav
----------------------------------------------------------------- */
.nav-global {
  font-size: 1.5rem;
}
.nav-global .nav-global-inner {
  padding-top: 35px;
  padding-right: 7.95%;
}
@media screen and (max-width: 640px) {
  .nav-global .nav-global-inner {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .nav-global {
    display: block;
  }
  .nav-global .nav-global-inner {
    padding: 0;
  }
}

.nav-global-list {
  display: table;
  margin: 0;
  width: 100%;
  line-height: 1.2;
}
.nav-global-list > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2;
}
.nav-global-list > li a.high-link {
  position: relative;
  display: block;
  padding: 12px 20px 8px;
  width: 100%;
  border-bottom: 3px solid transparent;
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out;
}
.nav-global-list > li a.high-link:hover,
.nav-global-list > li a.high-link:active,
.nav-global-list > li a.high-link:focus {
  background: #f7f7f7;
  color: #006fbc;
  font-weight: 700;
}
.nav-global-list > li a.high-link::before {
  top: 50%;
  right: 0;
  margin: -6px 0 0;
  width: 1px;
  height: 12px;
  background: #bfbfbf;
}
.nav-global-list > li a.high-link span {
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .nav-global-list > li a.high-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.nav-global-list > li:first-child a.high-link::after {
  top: 50%;
  left: 0;
  margin: -6px 0 0;
  width: 1px;
  height: 12px;
  background: #bfbfbf;
}
@media screen and (max-width: 640px) {
  .nav-global-list > li {
    display: block;
    height: auto !important;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-global-list > li a.high-link {
    height: auto !important;
    border-bottom: 0;
    color: #4c4c4c;
    text-align: left;
    text-decoration: underline;
  }
  .nav-global-list > li a.high-link:hover,
  .nav-global-list > li a.high-link:active,
  .nav-global-list > li a.high-link:focus {
    background: transparent;
    color: #006fbc;
    font-weight: 400;
  }
  .nav-global-list > li a.high-link::before,
  .nav-global-list > li a.high-link::after {
    display: none;
  }
  .nav-global-list > li > a {
    padding: 13px 10px 12px;
    border: 0;
  }
  .nav-global-list > li .global-toggle-hook-wrap > a {
    padding: 11px 46px 11px 10px;
  }
}
.nav-global-list > .is-current a.high-link {
  border-bottom-color: #006fbc;
  color: #006fbc;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .nav-global-list > .is-current a.high-link {
    border-bottom: 0;
    color: #4c4c4c;
    font-weight: 400;
  }
}
.nav-global-list > .is-current.is-dropdown-open > a.high-link {
  border-bottom-color: transparent;
}
.nav-global-list > .is-dropdown-open {
  background: #f7f7f7;
}
@media screen and (max-width: 640px) {
  .nav-global-list > .is-dropdown-open {
    background: #fff;
  }
}

.global-toggle-hook-wrap {
  position: relative;
}
.global-toggle-hook-wrap::before {
  top: 7px;
  right: 10px;
  z-index: 0;
  display: none;
  width: 25px;
  height: 25px;
  background: #999;
}
@media screen and (max-width: 640px) {
  .global-toggle-hook-wrap::before {
    display: block;
  }
}

.global-toggle-hook {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  padding: 0;
  width: 45px;
  height: 100%;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.global-toggle-hook::before {
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -1px;
  width: 2px;
  height: 13px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.global-toggle-hook::after {
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -7px;
  width: 13px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 640px) {
  .global-toggle-hook {
    display: block;
  }
}

.is-global-toggle-open .global-toggle-hook::before {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.is-global-toggle-open .global-toggle-hook::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.global-toggle-state {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: -1;
  font-size: 1.1rem;
  opacity: 0;
}

.global-list-contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  padding: 23px 20px 13px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #f7f7f7;
  text-align: left;
  font-size: 1.4rem;
}
.global-list-contents > :last-child {
  margin-bottom: 0;
}
.global-list-contents a {
  text-decoration: none;
}
.global-list-contents a:hover,
.global-list-contents a:active,
.global-list-contents a:focus {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .global-list-contents {
    position: relative;
    top: auto;
    padding: 0;
    border: 0;
  }
}

.global-link-list > li {
  display: inline-block;
  margin: 0 24px 10px 0;
  vertical-align: top;
}
.global-link-list > li > a {
  position: relative;
  display: inline-block;
  padding-left: 21px;
  color: #4c4c4c;
}
.global-link-list > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(/common_a/img/sprite.png);
  background-position: -48px -45px;
}
.global-link-list > li > a:hover,
.global-link-list > li > a:active,
.global-link-list > li > a:focus {
  color: #006fbc;
}
.global-link-list > li.global-link-list-top a {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .global-link-list {
    margin: 0;
  }
  .global-link-list > li {
    margin: 0;
    width: 100%;
    border-top: 1px solid #e6e6e6;
  }
  .global-link-list > li > a {
    display: block;
    padding: 14px 10px 10px 33px;
  }
  .global-link-list > li > a::before {
    top: 50%;
    left: 10px;
    margin-top: -7.5px;
  }
}

/* ----------------------------------------------------------------
zoom-modal
----------------------------------------------------------------- */

.zoom-modal {
  text-align: center;
  position: relative;
  margin: 0 0 50px;
}
.zoom-modal .zoom-modal-inner {
  text-align: center;
  position: relative;
  display: inline-block;
}
.zoom-modal .zoom-modal-inner img {
  width: 100%;
}
.zoom-modal .zoom-modal-inner > span {
  display: block;
}
.zoom-modal-link {
  position: absolute;
  right: 0;
  padding-top: 5px;
}
.zoom-modal-link a {
  color: #4c4c4c;
}

/* ----------------------------------------------------------------
  modal-box
----------------------------------------------------------------- */
.modal-box {
  border: none;
  background-color: transparent;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.modal-box.is-narrow {
  max-width: 1100px;
  width: 90%;
}

.modal-box_body {
  position: relative;
  width: 100%;
  max-width: 1400px;
  max-height: calc(100vh - (40px * 2));
  overflow: auto;
}

.modal-box_hdg {
  position: relative;
  margin: 0;
}

.modal-box_hdg_txt {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: -30px;
  min-width: 400px;
  padding: 50px 25px;
  transform: translateY(-50%);
  background: #0057a5;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
}

.modal-box_hdg_img {
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: #fff;
}

.modal-box_content {
  padding: 70px 100px;
  background: #fff;
  text-align: left;
}

.modal-box_content > *:last-child {
  margin-bottom: 0;
}

.modal-box_figure {
  margin-bottom: 40px;
}

.modal-box_figure_label {
  display: none;
}

.modal-box_btn-close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 22px;
  height: 22px;
}

.modal-box_btn-close > button {
  position: absolute;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: opacity .1s ease-out;
}

.modal-box_btn-close > button::before,
.modal-box_btn-close > button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #777777;
}

.modal-box_btn-close > button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-box_btn-close > button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-box_btn-close > button > span {
  position: absolute;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
}

.modal-box_btn-close > button:hover, .modal-box_btn-close > button:active, .modal-box_btn-close > button:focus {
  opacity: .6;
}

.modal-box .ge-lyt-btn,
.modal-box .ge-lyt-btn > p {
  margin: 0;
  width: 100%;
  text-align: center;
}
.modal-box .ge-btn,
.modal-box .ge-btn-02 {
  min-width: 0;
  max-width: 370px;
  width: 100%;
}

.modal-hdg {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 2.4rem;
}

.modal-box::backdrop {
  background-color: rgba(0, 0, 0, .3);
}

@media screen and (max-width: 640px) {
  .modal-hdg {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

@media only screen  and (max-width: 900px) {
  .modal-box_content {
    padding: 60px 30px 30px;
  }

  .modal-box_figure {
    margin-bottom: 30px;
  }

  .modal-box_figure_inner {
    overflow-x: auto;
  }

  .modal-box_figure_label {
    position: relative;
    display: block;
    text-align: center;
    color: #777777;
    margin-bottom: 12px;
  }

  .modal-box_figure_label::before,
  .modal-box_figure_label::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 16px;
    height: 9px;
    background-image: url('/common_a/img/icon-arrow.png');
    background-size: cover;
    transform: translateY(-50%);
  }

  .modal-box_figure_label::before {
    left: 0;
    transform: translateY(-50%) rotate(-180deg);
  }

  .modal-box_figure_label::after {
    right: 0;
  }

  .modal-box_figure_img {
    max-width: none;
  }

  .modal-box_btn-close {
    position: absolute;
    top: 14px;
    right: 20px;
    width: 15px;
    height: 15px;
  }

  .modal-box_btn-close > button {
    width: 15px;
    height: 15px;
  }

  .modal-box_btn-close > button::before,
  .modal-box_btn-close > button::after {
    height: 2px;
  }
}

/* .fn-modal
----------------------------------------------- */
.fn-modal {
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px);
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1) .2s, transform .5s cubic-bezier(.4, 0, .2, 1) .2s, visibility .5s cubic-bezier(.4, 0, .2, 1) .2s;
  margin: auto !important;
}

.fn-modal.is-modal-show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.fn-modal.is-modal-hide {
  transition-delay: 0s;
}

.js-unavailable .fn-modal {
  display: block;
  opacity: 1;
}

.fn-modal_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
}

.fn-modal_overlay.is-overlay-show {
  opacity: 1;
}

.fn-modal_overlay.is-overlay-hide {
  transition-delay: .2s;
}

.fn-modal_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .5s cubic-bezier(.4, 0, .2, 1);
}

.fn-modal.is-modal-show .fn-modal_inner {
  opacity: 1;
}

/* .is-modal-open
----------------------------------------------- */
.is-modal-open,
.is-modal-open body {
  overflow: hidden;
}

/* ----------------------------------------------------------------
    Topic-path
----------------------------------------------------------------- */
.topic-path {
  padding: 10px 0 15px;
}
.topic-path ul {
  margin: 0;
  font-size: 0;
}
.topic-path ul li {
  position: relative;
  display: inline-block;
  display: inline-block;
  margin: 0 9px 5px 0;
  padding-right: 15px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.topic-path ul li::before {
  top: 0.25em;
  right: 0;
  width: 6px;
  height: 9px;
  background-image: url(/common_a/img/sprite.png);
  background-position: -78px -33px;
}
.topic-path ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.topic-path ul li:last-child::before {
  display: none;
}
.topic-path ul li:last-child em {
  color: #333;
  font-weight: 700;
}
.topic-path ul li a {
  color: #4c4c4c;
}
.topic-path ul li a:hover,
.topic-path ul li a:active,
.topic-path ul li a:focus {
  color: #ff538c;
}
@media screen and (max-width: 640px) {
  .topic-path {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .topic-path-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
.footer {
  border-top: 1px solid #ccc;
}

.footer-menu a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
  color: #006fbc;
  text-decoration: underline;
}

.footer-menu-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .footer-menu-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .footer-menu-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.footer-high-link {
  margin: 0 0 14px;
  line-height: 1.2;
}
.footer-high-link > a {
  color: #4c4c4c;
  font-weight: 700;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .footer-high-link > a {
    font-weight: 400;
  }
}
.footer-high-link + .footer-link-list {
  margin-top: -5px;
}

.footer-link-list {
  margin: 5px 0 10px;
  padding-left: 8px;
}
.footer-link-list > li {
  margin: 0 0 3px;
  word-break: break-all;
}
.footer-link-list > li > a {
  color: #4c4c4c;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .footer-link-list {
    display: none;
  }
}

.footer-lyt-column {
  margin-bottom: 12px;
  margin-left: -1.83%;
}
.footer-lyt-column > li {
  float: left;
  margin-left: 1.8%;
  width: 23.14%;
}
.footer-lyt-column > li:last-child {
  padding-left: 1.8%;
  border-left: 1px solid #ebebeb;
}
@media screen and (max-width: 640px) {
  .footer-lyt-column {
    margin-bottom: 0;
    margin-left: 0;
  }
  .footer-lyt-column > li {
    clear: both;
    margin-left: 0;
    width: 100%;
    height: auto !important;
  }
  .footer-lyt-column > li:last-child {
    padding-left: 0;
    border-left: none;
  }
}

.footer-utility {
  padding: 48px 0;
  background-color: #faf7f5;
}

.nav-footer-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-bottom: 16px;
}

.nav-footer-utility a {
  color: #22254c;
  font-size: 1.2rem;
}

.nav-footer-utility a:is(:hover, :active, :focus) {
  color: #436fc0;
}

.copyright {
  margin-bottom: 0;
  text-align: center;
}

.copyright small {
  color: #22254c;
  font-size: 1.2rem;
}

@media screen and (max-width: 640px) {
  .footer-utility {
    padding: 16px 0;
  }

  .footer-utility-inner {
    padding: 0 10px;
  }
}

/* ----------------------------------------------------------------
    Pagetop
----------------------------------------------------------------- */
.link-pagetop {
  position: fixed;
  right: 50px;
  bottom: 30px;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 640px) {
  .link-pagetop {
    width: 40px;
    height: 40px;
  }
  .link-pagetop img {
    height: 40px;
  }
}

@media only screen and (max-width: 1070px) {
  .link-pagetop {
    right: 10px;
  }
}

/* ----------------------------------------------------------------
    Common　汎用
----------------------------------------------------------------- */
/* Media Queries Display Control
----------------------------------------------- */
.hide-wide {
  display: none;
}
@media only screen and (max-width: 860px) {
  .hide-wide {
    display: block;
  }
}

@media only screen and (max-width: 860px) {
  .hide-medium {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .hide-small {
    display: none;
  }
}

/* Display Control
----------------------------------------------- */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.none {
  display: none !important;
}

@media only screen and (max-width: 860px) {
  .sp-none {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .sp-none {
    display: none !important;
  }
}
/* clearfix Control
----------------------------------------------- */
.c-clearfix {
  /zoom: 1;
}
.c-clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Align Control
----------------------------------------------- */
.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.ta-r {
  text-align: right !important;
}

.va-t {
  vertical-align: top !important;
}

.va-m {
  vertical-align: middle !important;
}

.va-b {
  vertical-align: bottom !important;
}

/* Font-weight Control
----------------------------------------------- */
.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

/* Font-color Control
----------------------------------------------- */
.fc {
  color: #333 !important;
}

.fc-01 {
  color: #165095 !important;
}

.fc-02 {
  color: #006fbc !important;
}

.fc-03 {
  color: #ff538c !important;
}

.fc-04 {
  color: #ff8124 !important;
}

.fc-05 {
  color: #dc0000;
}

/* Font-size Control
----------------------------------------------- */
.fs-10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs-13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs-20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

/* White Space Control
----------------------------------------------- */
.ws-nowrap {
  white-space: nowrap !important;
}

/* Border Control
----------------------------------------------- */
.border-top-none {
  border-top: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border {
  border: 1px solid #e6e6e6;
}

/* Width Control
----------------------------------------------- */
.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

/* Margin and Padding Control
----------------------------------------------- */
.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.margin-delete {
  margin: 0 !important;
}

.padding-delete {
  padding: 0 !important;
}
