@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* ヘッダフッタ追加調整 */
#contents *,
::before,
::after {
  box-sizing: revert;
}

@media screen and (min-width:1920px){
	#header h1{
		padding:15px 0;
    margin:0 0 0 0px;
    }
}
@media screen and (min-width:768px) and (max-width:1919px){
	#header h1{
		padding:15px 0;
    margin:0 0 0 0px;
    }
    #result .btnBlock .saveBtn input {
        padding: 12px 5px 10px 55px;
        background: #ff6e00 url(../img/icon_save.png) no-repeat 15px center;
        background-size: 20px 24px;
    }
}
.notesBlock {
    margin-bottom: 60px;
}


/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  text-decoration: none;
  color: #020202;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
}

@media screen and (min-width: 769px), print {
  html.small {
    font-size: 87.5%;
  }
  html.regular {
    font-size: 100%;
  }
  html.large {
    font-size: 112.5%;
  }

  body {
    line-height: 1.5;
    min-width: 1260px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 87.5%;
  }

  body {
    line-height: 1.5;
  }
}
a {
  color: #020202;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}
img {
  max-width: 100%;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 769px), print {
  .c-header {
    width: 100%;
    height: 147px;
    background-color: #ffffff;
  }
  .c-header__container {
    position: relative;
    z-index: 1000;
    width: 100%;
    min-width: 1260px;
    height: 147px;
    background-color: #ffffff;
  }
  .c-header__container.fixed {
    position: fixed;
    transform: translateY(-147px);
  }
  .c-header__container.in {
    transform: translateY(0);
    transition-property: transform;
    transition-duration: 500ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__container2 {
    display: table;
    height: 97px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-header__container2-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .c-header__container2-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
  }
  .c-header__image-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 184px;
    height: 37px;
  }
  .c-header__navigation {
    display: inline-block;
  }
  .c-header__list-ul {
    display: table;
  }
  .c-header__list-ul > li {
    position: relative;
    padding-right: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .c-header__list-ul > li.c-header__list-item {
    display: none;
  }
  .c-header__list-change-font-size {
    position: absolute;
    z-index: 3;
    top: 45px;
    left: calc(50% - 15px);
    transform: translate(-50%);
    overflow: hidden;
    display: none;
    width: 114px;
    border-radius: 5px;
    border: solid 1px #ddd;
    background-color: #fff;
    opacity: 0;
  }
  .c-header__list-change-font-size.is-open {
    display: block;
    transform: translate(-50%, -10px);
    opacity: 0;
  }
  .c-header__list-change-font-size.in {
    transform: translate(-50%, 0) !important;
    opacity: 1 !important;
    transition-property: opacity transform;
    transition-duration: 500ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__link-logo {
    position: relative;
    display: block;
    padding: 0 30px;
    height: 97px;
    width: 260px;
  }
  .c-header__link-read-text {
    position: relative;
    display: block;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    color: #555555;
    font-size: 0.8125rem;
  }
  .c-header__link-read-text:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-read-text.svg");
  }
  .c-header__link-change-font-size {
    position: relative;
    display: block;
    padding-left: 40px;
    height: 36px;
    line-height: 36px;
    color: #555555;
    font-size: 0.8125rem;
  }
  .c-header__link-change-font-size:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-change-font-size.svg");
  }
  .c-header__link-site-search {
    display: none;
  }
  .c-header__link-login {
    position: relative;
    display: block;
    height: 60px;
    padding-top: 40px;
    text-align: center;
    color: #020202;
    font-weight: bold;
    font-size: 0.8125rem;
  }
  .c-header__link-login:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-login.svg");
  }
  .c-header__link-account-opening {
    position: relative;
    display: block;
    height: 60px;
    padding-top: 40px;
    text-align: center;
    color: #020202;
    font-weight: bold;
    font-size: 0.8125rem;
  }
  .c-header__link-account-opening:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-account-opening.svg");
  }
  .c-header__button-change-font-size {
    position: relative;
    display: block;
    padding-left: 40px;
    padding-right: 14px;
    height: 36px;
    line-height: 36px;
    color: #555555;
    font-size: 0.8125rem;
  }
  .c-header__button-change-font-size:before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-change-font-size.svg");
  }
  .c-header__button-change-font-size:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 9px;
    height: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-arrow-bottom.svg");
  }
  .c-header__button-font-size {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #020202;
    font-size: 1rem;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__button-font-size:hover, .c-header__button-font-size.current {
    background-color: #e7efeb;
    transition-property: all;
    transition-duration: 100ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__form-site-search {
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #f7f8f8;
    border-radius: 5px;
    width: 207px;
  }
  .c-header__input-text-site-search {
    width: 100%;
    height: 36px;
    position: relative;
    line-height: 36px;
    padding: 0 50px 0 10px;
    text-align: left;
    font-size: 0.8125rem;
  }
  .c-header__button-submit-site-search {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-site-search.svg");
  }
  .c-header__list-site-search-suggest {
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    border-radius: 5px;
    position: absolute;
    margin-top: 5px;
    opacity: 1;
    text-align: left;
    width: 207px;
    z-index: 3;
    transition-property: opacity;
    transition-duration: 100ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__list-site-search-suggest-item > a {
    display: inline-block;
    padding: 8px 12px;
    width: 100%;
  }
  .c-header__list-site-search-suggest-item > a:hover {
    background-color: #e7efeb;
    text-decoration: none;
  }
  .c-header__container.fixed .c-header__list-site-search-suggest {
    opacity: 0;
  }
  .c-header__container.fixed.in .c-header__list-site-search-suggest {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .c-header {
    width: 100%;
    height: 127px;
    background-color: #ffffff;
  }
  .c-header__container {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 127px;
    background-color: #ffffff;
  }
  .c-header__container.fixed {
    position: fixed;
    transform: translateY(-147px);
  }
  .c-header__container.in {
    transform: translateY(0);
    transition-property: transform;
    transition-duration: 500ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__container2 {
    display: table;
    height: 57px;
    width: 100%;
  }
  .c-header__container2-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .c-header__container2-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 15px;
  }
  .c-header__heading {
    display: block;
  }
  .c-header__image-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 115px;
    height: 23px;
  }
  .c-header__navigation {
    display: block;
  }
  .c-header__list-ul {
    display: table;
    margin-left: auto;
  }
  .c-header__list-ul > li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .c-header__list-ul > li.c-header__list-item {
    display: block;
  }
  .c-header__list-change-font-size {
    display: none;
  }
  .c-header__link-logo {
    position: relative;
    display: block;
    padding: 0 16px;
    height: 57px;
    width: 150px;
  }
  .c-header__link-read-text {
    display: none;
  }
  .c-header__link-site-search {
    position: relative;
    display: block;
    height: 57px;
    width: 50px;
    padding-top: 35px;
    text-align: center;
    color: #020202;
    font-size: 0.7142857143rem;
  }
  .c-header__link-site-search:before {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("/common/re/images/c-header_icon-site-search-handhelds.svg");
  }
  .c-header__link-login {
    position: relative;
    display: block;
    height: 57px;
    width: 50px;
    padding-top: 35px;
    text-align: center;
    color: #020202;
    font-size: 0.7142857143rem;
  }
  .c-header__link-login:before {
    position: absolute;
    top: 5px;
    left: 45%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("/common/re/images/c-header_icon-login-handhelds.svg");
  }
  .c-header__link-account-opening {
    position: relative;
    display: block;
    height: 57px;
    width: 50px;
    padding-top: 35px;
    text-align: center;
    color: #020202;
    font-size: 0.7142857143rem;
  }
  .c-header__link-account-opening:before {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-image: url("/common/re/images/c-header_icon-account-opening-handhelds.svg");
  }
  .c-header__button-change-font-size {
    display: none;
  }
  .c-header__button-font-size {
    display: none;
  }
  .c-header__site-search-container {
    align-items: center;
    background-color: #007440;
    display: flex;
    height: 70px;
    opacity: 0;
    padding: 14px;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__site-search-container.is-open {
    opacity: 1;
    z-index: 3;
  }
  .c-header__form-site-search {
    display: none;
  }
  .c-header__form-site-search-sp {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 5px;
    height: 42px;
    width: calc(100% - 50px);
  }
  .c-header__input-text-site-search {
    display: none;
  }
  .c-header__input-text-site-search-sp {
    height: 42px;
    position: absolute;
    left: -6.5%;
    line-height: 42px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
    transform: scale(calc(14 / 16));
    width: 112%;
  }
  .c-header__button-submit-site-search {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/common/re/images/c-header_icon-site-search.svg");
  }
  .c-header__list-site-search-suggest {
    background-color: #f7f8f8;
    font-size: 1rem;
    position: absolute;
    top: 52px;
    left: -14px;
    opacity: 1;
    width: 100vw;
    z-index: 3;
    transition-property: opacity;
    transition-duration: 200ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-header__list-site-search-suggest-item {
    position: relative;
  }
  .c-header__list-site-search-suggest-item > a {
    display: block;
    width: 100%;
  }
  .c-header__list-site-search-suggest-item > a > span {
    border-bottom: solid 1px #ccc;
    display: block;
    padding: 15px 24px;
    padding-left: 48px;
  }
  .c-header__list-site-search-suggest-item:last-child > a > span {
    border-bottom: none;
  }
  .c-header__list-site-search-suggest-item:before {
    background-image: url("/common/re/images/c-header_icon-site-search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 24px;
    width: 10px;
  }
  .c-header__site-search-close {
    color: #ffffff;
    display: inline-block;
    font-size: 0.8571428571rem;
    margin-left: 14px;
    width: 36px;
  }
  .c-header__container.fixed .c-header__list-site-search-suggest {
    display: none;
  }
  .c-header__container.fixed.in .c-header__list-site-search-suggest {
    display: block;
  }

  iframe#SS_Frame3 {
    left: 0 !important;
    width: 100vw !important;
  }
}
.c-header.fixed ~ iframe#SS_Frame3 {
  display: none !important;
}
.c-header.fixed ~ iframe#SS_Frame2 {
  display: none !important;
}
.c-header.in ~ iframe#SS_Frame3 {
  display: block !important;
}
.c-header.in ~ iframe#SS_Frame2 {
  display: block !important;
}

@media screen and (min-width: 769px), print {
  .c-global-navigation__link-main-menu--about, .c-global-navigation__link-main-menu--faq, .c-global-navigation__link-main-menu--charge, .c-global-navigation__link-main-menu--shop, .c-global-navigation__link-main-menu--service {
    display: block;
    position: relative;
    height: 50px;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-main-menu--about:hover, .c-global-navigation__link-main-menu--faq:hover, .c-global-navigation__link-main-menu--charge:hover, .c-global-navigation__link-main-menu--shop:hover, .c-global-navigation__link-main-menu--service:hover, .current.c-global-navigation__link-main-menu--about, .current.c-global-navigation__link-main-menu--faq, .current.c-global-navigation__link-main-menu--charge, .current.c-global-navigation__link-main-menu--shop, .current.c-global-navigation__link-main-menu--service {
    background-color: #00552f;
    transition-property: all;
    transition-duration: 100ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-main-menu--about > span, .c-global-navigation__link-main-menu--faq > span, .c-global-navigation__link-main-menu--charge > span, .c-global-navigation__link-main-menu--shop > span, .c-global-navigation__link-main-menu--service > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.5em;
  }
  .c-global-navigation__link-main-menu--about > span > br, .c-global-navigation__link-main-menu--faq > span > br, .c-global-navigation__link-main-menu--charge > span > br, .c-global-navigation__link-main-menu--shop > span > br, .c-global-navigation__link-main-menu--service > span > br {
    display: none;
  }

  .c-global-navigation__link-page--blank, .c-global-navigation__link-page {
    position: relative;
    display: block;
    height: 60px;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1.2em;
    color: #020202;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-left-green.svg");
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-page--blank:hover, .c-global-navigation__link-page:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #007440;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-left-white.svg");
    transition-property: all;
    transition-duration: 100ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-page--blank > span, .c-global-navigation__link-page > span {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    transform: translateY(-50%);
    display: block;
    line-height: 1.4em;
  }

  .c-global-navigation__link-category-top-icon--about, .c-global-navigation__link-category-top-icon--benri, .c-global-navigation__link-category-top-icon--loan, .c-global-navigation__link-category-top-icon--tameru, .c-global-navigation__link-category-top-icon--online,
  .c-global-navigation__link-category-top-icon--apptop {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 130px;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .c-global-navigation__container {
    position: relative;
    z-index: 2;
    background-color: #007440;
  }
  .c-global-navigation__container-item {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .c-global-navigation__container2 {
    position: relative;
    display: none;
  }
  .c-global-navigation__container2.current {
    display: block;
  }
  .c-global-navigation__container3 {
    display: table;
    width: 100%;
  }
  .c-global-navigation__container3-item {
    display: table-cell;
    padding-top: 30px;
    width: 240px;
    vertical-align: top;
    text-align: left;
  }
  .c-global-navigation__container3-item2 {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .c-global-navigation__container4 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f8f8;
  }
  .c-global-navigation__container4.current .c-global-navigation__container4-item {
    display: block;
  }
  .c-global-navigation__container4-item {
    display: none;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1200px;
  }
  .c-global-navigation__list-main-menu {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .c-global-navigation__list-main-menu > li {
    position: relative;
    display: table-cell;
  }
  .c-global-navigation__list-main-menu > li:last-child:after {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    display: block;
    content: "";
    height: 30px;
    border-left: 1px solid #73b396;
  }
  .c-global-navigation__list-main-menu > li:before {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: block;
    content: "";
    height: 30px;
    border-left: 1px solid #73b396;
  }
  .c-global-navigation__list-category {
    z-index: 1;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #f7f8f8;
  }
  .c-global-navigation__list-category:nth-child(2) .c-global-navigation__button-open {
    left: calc(1200px / 5 * 1);
  }
  .c-global-navigation__list-category:nth-child(3) .c-global-navigation__button-open {
    left: calc(1200px / 5 * 2);
  }
  .c-global-navigation__list-category:nth-child(4) .c-global-navigation__button-open {
    left: calc(1200px / 5 * 3);
  }
  .c-global-navigation__list-category:nth-child(5) .c-global-navigation__button-open {
    left: calc(1200px / 5 * 4);
  }
  .c-global-navigation__list-category.current .c-global-navigation__button-open {
    pointer-events: none;
    background-color: #f7f8f8;
  }
  .c-global-navigation__list-category.current > dd {
    display: block;
    opacity: 0;
  }
  .c-global-navigation__list-category.in > dd {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__list-category > dt {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .c-global-navigation__list-category > dd {
    display: none;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1200px;
  }
  .c-global-navigation__list-page {
    display: flex;
    flex-wrap: wrap;
  }
  .c-global-navigation__list-page > li {
    width: calc(100% / 3);
    padding-left: 30px;
    padding-top: 30px;
  }
  .c-global-navigation__link-main-menu--service > span {
    display: inline-block;
    padding-right: 20px;
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-bottom-white.svg");
  }
  .c-global-navigation__link-main-menu--about > span {
    display: inline-block;
    padding-right: 20px;
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-bottom-white.svg");
  }
  .c-global-navigation__link-main-menu--external > span {
    display: inline-block;
    padding-right: 20px;
    width: auto;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/common/re/images/c-contents-button-icon-external-white.svg");
  }
  .c-global-navigation__link-category-top {
    position: relative;
    display: block;
    height: 240px;
    width: 240px;
    border-radius: 4px;
    padding-top: 185px;
    text-align: center;
    font-size: 1rem;
    color: #020202;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-category-top:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #007440;
    transition-property: all;
    transition-duration: 100ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__link-category-top:hover > span {
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-left-white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--online {
    background-image: url("/common/re/images/c-global-navigation_icon-online-service_white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--tameru {
    background-image: url("/common/re/images/c-global-navigation_icon-tameru_white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--loan {
    background-image: url("/common/re/images/c-global-navigation_icon-loan_white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--benri {
    background-image: url("/common/re/images/c-global-navigation_icon-benri_white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--about {
    background-image: url("/common/re/images/c-global-navigation_icon-about_white.svg");
  }
  .c-global-navigation__link-category-top:hover .c-global-navigation__link-category-top-icon--apptop {
    background-image: url("/common/re/images/c-global-navigation_icon-apptop_white.svg");
  }

  .c-global-navigation__link-category-top-icon--online {
    background-image: url("/common/re/images/c-global-navigation_icon-online-service.svg");
  }
  .c-global-navigation__link-category-top-icon--tameru {
    background-image: url("/common/re/images/c-global-navigation_icon-tameru.svg");
  }
  .c-global-navigation__link-category-top-icon--loan {
    background-image: url("/common/re/images/c-global-navigation_icon-loan.svg");
  }
  .c-global-navigation__link-category-top-icon--benri {
    background-image: url("/common/re/images/c-global-navigation_icon-benri.svg");
  }
  .c-global-navigation__link-category-top-icon--about {
    background-image: url("/common/re/images/c-global-navigation_icon-about.svg");
  }
  .c-global-navigation__link-category-top-icon--apptop {
    background-image: url("/common/re/images/c-global-navigation_icon-apptop.svg");
  }

  .c-global-navigation__link-category-top > span {
    display: inline-block;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-left-green.svg");
  }
  .c-global-navigation__link-category-top.c-global-navigation__link-category-top--blank > span {
    background-image: url("/common/re/images/c-global-navigation_icon-blank-green.svg");
  }
  .c-global-navigation__link-category-top.c-global-navigation__link-category-top--blank:hover > span {
    background-image: url("/common/re/images/c-global-navigation_icon-blank-white.svg");
  }
  .c-global-navigation__link-page--blank {
    background-image: url("/common/re/images/c-global-navigation_icon-blank-green.svg");
  }
  .c-global-navigation__link-page--blank:hover {
    background-image: url("/common/re/images/c-global-navigation_icon-blank-white.svg");
  }
  .c-global-navigation__button-open {
    position: absolute;
    top: -60px;
    left: 0;
    width: calc(1200px / 5);
    display: block;
    line-height: 60px;
    height: 60px;
    text-align: center;
    font-weight: normal;
    color: #007440;
    background-color: #ffffff;
    transition-property: all;
    transition-duration: 500ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__button-open:hover {
    text-decoration: none;
    background-color: #f7f8f8;
    transition-property: all;
    transition-duration: 100ms;
    transition-delay: 0;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__button-close {
    display: none;
  }
  .c-global-navigation__button-closePc {
    color: #007440;
    display: block;
    font-size: 1rem;
    text-align: center;
    margin: 30px auto 0;
  }
  .c-global-navigation__button-closePc > span:before {
    content: "×";
    display: inline;
  }
  .c-global-navigation__transition {
    position: relative;
    z-index: 1;
    visibility: hidden;
    transform: translateY(-10px);
    opacity: 0;
  }
  .c-global-navigation__transition.in {
    visibility: visible;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media only screen and (max-width: 768px) {
  .c-global-navigation__link-main-menu--about, .c-global-navigation__link-main-menu--faq, .c-global-navigation__link-main-menu--charge, .c-global-navigation__link-main-menu--shop, .c-global-navigation__link-main-menu--service, .c-global-navigation__link-main-menu {
    background-size: 40px 40px;
    display: block;
    position: relative;
    height: 70px;
  }
  .current.c-global-navigation__link-main-menu--about, .current.c-global-navigation__link-main-menu--faq, .current.c-global-navigation__link-main-menu--charge, .current.c-global-navigation__link-main-menu--shop, .current.c-global-navigation__link-main-menu--service, .current.c-global-navigation__link-main-menu {
    background-color: #00552f;
  }
  .c-global-navigation__link-main-menu--about > span, .c-global-navigation__link-main-menu--faq > span, .c-global-navigation__link-main-menu--charge > span, .c-global-navigation__link-main-menu--shop > span, .c-global-navigation__link-main-menu--service > span, .c-global-navigation__link-main-menu > span {
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.7142857143rem;
    line-height: 1.3em;
  }

  .c-global-navigation__link-page--category-top, .c-global-navigation__link-page--blank, .c-global-navigation__link-page {
    position: relative;
    display: block;
    height: 51px;
    background-color: #e7efeb;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 5px 9px;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-left-green-handhelds.svg");
  }
  .c-global-navigation__link-page--category-top > span, .c-global-navigation__link-page--blank > span, .c-global-navigation__link-page > span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: calc(100% - 50px);
    line-height: 1.3em;
    font-size: 0.75rem;
    color: #007440;
  }

  .c-global-navigation {
    background-color: #007440;
  }
  .c-global-navigation__container {
    position: relative;
    z-index: 2;
    background-color: #007440;
  }
  .c-global-navigation__container2 {
    position: relative;
    display: none;
    background-color: #ffffff;
  }
  .c-global-navigation__container2.current {
    display: block;
  }
  .c-global-navigation__container3-item {
    display: none;
  }
  .c-global-navigation__container3-item2 {
    display: block;
  }
  .c-global-navigation__list-main-menu {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .c-global-navigation__list-main-menu > li {
    display: table-cell;
  }
  .c-global-navigation__list-category.current .c-global-navigation__button-open {
    border-bottom: none;
  }
  .c-global-navigation__list-category.current > dd {
    display: block;
    opacity: 0;
    transform: translateY(-20px);
  }
  .c-global-navigation__list-category.in > dd {
    opacity: 1;
    transform: translateY(0);
    transition-property: "opacity transform";
    transition-duration: 500ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-global-navigation__list-category > dt {
    position: relative;
    z-index: 1;
  }
  .c-global-navigation__list-category > dd {
    display: none;
  }
  .c-global-navigation__list-page {
    display: flex;
    flex-wrap: wrap;
  }
  .c-global-navigation__list-page > li {
    width: calc(100% / 2);
    padding-right: 1px;
    padding-bottom: 1px;
  }
  .c-global-navigation__list-page > li:nth-child(2n+1) {
    padding-right: 0;
  }
  .c-global-navigation__list-page > li.c-global-navigation__list-page-item--category-top {
    width: 100%;
  }
  .c-global-navigation__link-main-menu--service {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url("/common/re/images/c-global-navigation_icon-service-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--service:after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 8px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-bottom-white-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--service > span {
    left: 50%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  .c-global-navigation__link-main-menu--shop {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url("/common/re/images/c-global-navigation_icon-shop-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--shop > span {
    left: 50%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  .c-global-navigation__link-main-menu--charge {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url("/common/re/images/c-global-navigation_icon-charge-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--charge > span {
    left: 50%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  .c-global-navigation__link-main-menu--faq {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url("/common/re/images/c-global-navigation_icon-faq-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--faq > span {
    left: 50%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  .c-global-navigation__link-main-menu--about {
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-image: url("/common/re/images/c-global-navigation_icon-about-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--about:after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 8px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-bottom-white-handhelds.svg");
  }
  .c-global-navigation__link-main-menu--about > span {
    left: 50%;
    display: inline-block;
    width: auto;
    white-space: nowrap;
  }
  .c-global-navigation__link-main-menu--external:after {
    display: none;
  }
  .c-global-navigation__link-page--blank {
    background-size: 9px 9px;
    background-image: url("/common/re/images/c-global-navigation_icon-blank-green-handhelds.svg");
  }
  .c-global-navigation__button-open {
    position: relative;
    display: block;
    height: 62px;
    width: 100%;
    border-bottom: solid 1px #e7efeb;
    background-color: #ffffff;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 11px 6px;
    background-image: url("/common/re/images/c-global-navigation_icon-arrow-bottom-green-handhelds.svg");
  }
  .c-global-navigation__button-open > span {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: calc(100% - 60px);
    text-align: left;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.3em;
    color: #007440;
  }
  .c-global-navigation__button-close {
    position: relative;
    display: block;
    height: 62px;
    width: 100%;
    background-color: #007440;
  }
  .c-global-navigation__button-close > span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding-left: 14px;
    font-size: 1rem;
    line-height: 1.3em;
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url("/common/re/images/c-global-navigation_icon-close-white-handhelds.svg");
  }
  .c-global-navigation__button-closePc {
    display: none;
  }
  .c-global-navigation__transition {
    position: relative;
    z-index: 1;
    visibility: hidden;
    transform: translateY(-10px);
    opacity: 0;
  }
  .c-global-navigation__transition.in {
    visibility: visible;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    transform: translateY(0);
    transition-property: opacity, transform;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media screen and (min-width: 769px), print {
  .c-bottom-navigation__link-info:before, .c-bottom-navigation__link-page--blank:before, .c-bottom-navigation__link-page:before, .c-bottom-navigation__link-category--blank:before, .c-bottom-navigation__link-category:before, .c-bottom-navigation__link-main-menu--blank:before, .c-bottom-navigation__link-main-menu:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-bottom-navigation_icon-arrow.svg");
  }

  .c-bottom-navigation__link-page--blank:after, .c-bottom-navigation__link-category--blank:after, .c-bottom-navigation__link-main-menu--blank:after {
    position: relative;
    top: 2px;
    left: 4px;
    display: inline-block;
    content: "";
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-bottom-navigation_icon-blank.svg");
  }

  .c-bottom-navigation__link-main-menu--blank, .c-bottom-navigation__link-main-menu {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.52em;
    color: #007440;
  }
  .c-bottom-navigation__link-category--blank, .c-bottom-navigation__link-category {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5em;
    color: #020202;
  }
  .c-bottom-navigation__link-page--blank, .c-bottom-navigation__link-page {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #555555;
  }
  .c-bottom-navigation__link-page--blank:before, .c-bottom-navigation__link-page:before {
    top: 3px;
    left: 0;
  }

  .c-bottom-navigation {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    line-height: 1.5em;
    font-size: 0.875rem;
    color: #555555;
    background-color: #f7f8f8;
  }
  .c-bottom-navigation__heading-logo {
    display: none;
  }
  .c-bottom-navigation__form-site-search {
    position: relative;
    margin: 0 auto 50px auto;
    display: block;
    width: 100%;
    max-width: 800px;
    height: 62px;
    border: solid 1px #ddd;
    border-radius: 6px;
    background-color: #ffffff;
  }
  .c-bottom-navigation__container {
    display: table;
    table-layout: fixed;
    margin: 0 auto 100px auto;
    width: 100%;
    max-width: 1200px;
  }
  .c-bottom-navigation__container-item {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .c-bottom-navigation__input-text-site-search {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.125rem;
    color: #020202;
    padding: 0 60px 0 25px;
  }
  .c-bottom-navigation__button-submit-site-search {
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-bottom-navigation_icon-site-search.svg");
  }
  .c-bottom-navigation__list-link {
    display: none;
  }
  .c-bottom-navigation__list-main-menu {
    display: table;
    table-layout: fixed;
    margin: 0 auto 50px auto;
    width: 100%;
    max-width: 1200px;
  }
  .c-bottom-navigation__list-main-menu > li {
    display: table-cell;
    vertical-align: top;
    text-align: left;
  }
  .c-bottom-navigation__list-category > dt {
    margin-bottom: 15px;
  }
  .c-bottom-navigation__list-category > dd {
    margin-bottom: 15px;
  }
  .c-bottom-navigation__list-category > dd:last-child {
    margin-bottom: 0;
  }
  .c-bottom-navigation__list-info {
    text-align: center;
  }
  .c-bottom-navigation__list-info > li {
    display: inline-block;
    margin: 0 15px;
  }
  .c-bottom-navigation__link-category {
    font-weight: bold;
  }
  .c-bottom-navigation__link-info {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    font-size: 0.875rem;
    line-height: 1.5em;
    color: #555555;
  }
  .c-bottom-navigation__link-info:before {
    top: 0.3em;
    left: 0;
  }
  .c-bottom-navigation__link-external-icon {
    height: 10px;
    margin-left: 5px;
    vertical-align: baseline;
    width: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-bottom-navigation {
    position: relative;
    width: 100%;
    padding: 20px 10px;
    line-height: 1.5em;
    font-size: 1.1428571429rem;
    color: #555555;
    background-color: #f7f8f8;
  }
  .c-bottom-navigation__heading-logo {
    display: none;
  }
  .c-bottom-navigation__container {
    display: none;
  }
  .c-bottom-navigation__form-site-search {
    display: none;
  }
  .c-bottom-navigation__input-text-site-search {
    display: none;
  }
  .c-bottom-navigation__button-submit-site-search {
    display: none;
  }
  .c-bottom-navigation__list-main-menu {
    display: none;
  }
  .c-bottom-navigation__list-category > dd {
    display: none;
  }
  .c-bottom-navigation__list-info > li {
    margin: 0 15px;
    margin-bottom: 10px;
  }
  .c-bottom-navigation__link-main-menu {
    display: none;
  }
  .c-bottom-navigation__link-category {
    display: none;
  }
  .c-bottom-navigation__link-info {
    position: relative;
    display: inline-block;
    padding-left: 13px;
    font-size: 0.8571428571rem;
    line-height: 1.5em;
    color: #020202;
  }
  .c-bottom-navigation__link-info:before {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background-size: 4px 7.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/common/re/images/c-bottom-navigation_icon-arrow-handhelds.svg");
  }
  .c-bottom-navigation__link-external-icon {
    height: 10px;
    margin-left: 5px;
    vertical-align: baseline;
    width: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .c-area-emergency-list--sandwiched-related, .c-area-emergency-list, .c-area-emergency--sandwiched-related, .c-area-emergency {
    border: solid 1px #f22400;
    border-radius: 5px;
    color: #f22400;
    max-width: 1200px;
    padding: 30px 100px;
    width: 100%;
  }

  .c-area-emergency {
    margin: 60px auto;
  }
  .c-area-emergency--sandwiched-related {
    margin: 30px auto;
  }
  .c-area-emergency__heading {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
  }
  .c-area-emergency__heading > span {
    padding-left: 25px;
    position: relative;
  }
  .c-area-emergency__heading > span:before {
    content: "";
    background-image: url(/common/re/images/c-area-emergency-icon.svg);
    background-size: cover;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
  }
  .c-area-emergency__heading > span a {
    text-decoration: underline;
    color: #f22400;
  }
  .c-area-emergency__link--pdf:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-pdf-red.svg);
    background-size: cover;
    height: 14px;
    margin-left: 5px;
    width: 22px;
    bottom: 5px;
  }
  .c-area-emergency__link--external:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-red.svg);
    background-size: cover;
    height: 12px;
    margin-left: 5px;
    width: 12px;
    bottom: 6px;
  }
  .c-area-emergency__text-container {
    display: flex;
    font-size: 1.125rem;
    margin-top: 20px;
  }
  .c-area-emergency__date {
    font-size: 1.125rem;
    margin-right: 35px;
  }
  .c-area-emergency__text a {
    text-decoration: underline;
    color: #f22400;
  }

  .c-area-emergency-list {
    margin: 60px auto;
  }
  .c-area-emergency-list--sandwiched-related {
    margin: 30px auto;
  }
  .c-area-emergency-list__item {
    display: flex;
    margin-bottom: 30px;
  }
  .c-area-emergency-list__item:last-child {
    margin-bottom: 0;
  }
  .c-area-emergency-list__text-container {
    font-size: 1.125rem;
  }
  .c-area-emergency-list__heading {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .c-area-emergency-list__heading > a {
    color: #f22400;
    padding-left: 25px;
    position: relative;
    text-decoration: underline;
  }
  .c-area-emergency-list__heading > a:before {
    content: "";
    background-image: url(/common/re/images/c-area-emergency-icon.svg);
    background-size: cover;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 18px;
  }
  .c-area-emergency-list__link--pdf:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../images/c-contents-button-icon-pdf-red.svg);
    background-size: cover;
    height: 14px;
    margin-left: 5px;
    width: 22px;
    bottom: 0;
  }
  .c-area-emergency-list__link--external:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../images/c-contents-button-icon-external-red.svg);
    background-size: cover;
    height: 12px;
    margin-left: 5px;
    width: 12px;
    bottom: 0;
  }
  .c-area-emergency-list__date {
    font-size: 1.125rem;
    margin-right: 35px;
  }
  .c-area-emergency-list__text {
    width: 882px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-area-emergency-list__text a {
    text-decoration: underline;
    color: #f22400;
  }

  .c-area-attention-list__box {
    align-items: center;
    background-color: #fee8e4;
    border: solid 1px #fbd1c9;
    border-radius: 5px;
    color: #f22400;
    display: flex;
    margin: 60px auto 120px;
    max-width: 1200px;
  }
  .c-area-attention-list__heading {
    font-size: 1.125rem;
    height: 100%;
    width: 17%;
    text-align: center;
  }
  .c-area-attention-list__list {
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 1.125rem;
    overflow: hidden;
    padding: 20px 25px;
    width: 83%;
  }
  .c-area-attention-list__list-item--date {
    clear: left;
    float: left;
    font-weight: normal;
    padding-bottom: 0.5em;
    padding-right: 23px;
  }
  .c-area-attention-list__list-item--date:last-of-type {
    padding-bottom: 0;
  }
  .c-area-attention-list__list-item--link {
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f22400;
  }
  .c-area-attention-list__list-item--link:last-of-type {
    padding-bottom: 0;
  }
  .c-area-attention-list__list-item--link a {
    text-decoration: underline;
    color: #f22400;
  }
  .c-area-attention-list__list-item--pdf {
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f22400;
  }
  .c-area-attention-list__list-item--pdf a {
    text-decoration: underline;
    color: #f22400;
    position: relative;
  }
  .c-area-attention-list__list-item--pdf a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-pdf-red.svg);
    background-size: cover;
    height: 14px;
    margin-left: 5px;
    width: 22px;
    bottom: 5px;
  }
  .c-area-attention-list__list-item--external {
    margin-left: 0;
    overflow: hidden;
    padding-bottom: 0.5em;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f22400;
  }
  .c-area-attention-list__list-item--external a {
    text-decoration: underline;
    color: #f22400;
    position: relative;
  }
  .c-area-attention-list__list-item--external a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-red.svg);
    background-size: cover;
    height: 12px;
    margin-left: 5px;
    width: 12px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .c-area-emergency-list--sandwiched-related, .c-area-emergency-list, .c-area-emergency--sandwiched-related, .c-area-emergency {
    border: solid 1px #f22400;
    border-radius: 5px;
    color: #f22400;
    max-width: calc(654 * 100vw / 750);
    margin: 0 auto;
    padding: 20px;
    width: 100%;
  }

  .c-area-emergency {
    margin: 20px auto;
  }
  .c-area-emergency--sandwiched-related {
    margin: 20px auto;
  }
  .c-area-emergency__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    text-align: center;
  }
  .c-area-emergency__heading > span {
    padding-left: 25px;
    position: relative;
  }
  .c-area-emergency__heading > span:before {
    content: "";
    background-image: url(/common/re/images/c-area-emergency-icon.svg);
    background-size: cover;
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 19px;
  }
  .c-area-emergency__text-container {
    font-size: 1rem;
    margin-top: 20px;
  }
  .c-area-emergency__date {
    font-size: 0.8571428571rem;
  }
  .c-area-emergency__text {
    margin-top: 12px;
  }
  .c-area-emergency__text a {
    text-decoration: underline;
    color: #f22400;
  }

  .c-area-emergency-list {
    margin: 20px auto;
  }
  .c-area-emergency-list--sandwiched-related {
    margin: 20px auto;
  }
  .c-area-emergency-list__item {
    margin-bottom: 20px;
  }
  .c-area-emergency-list__item:last-child {
    margin-bottom: 0;
  }
  .c-area-emergency-list__text-container {
    font-size: 1rem;
  }
  .c-area-emergency-list__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 10px;
  }
  .c-area-emergency-list__heading > a {
    color: #f22400;
    padding-left: 25px;
    position: relative;
    text-decoration: underline;
  }
  .c-area-emergency-list__heading > a:before {
    content: "";
    background-image: url(/common/re/images/c-area-emergency-icon.svg);
    background-size: cover;
    height: 17px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 19px;
  }
  .c-area-emergency-list__link--pdf:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../images/c-contents-button-icon-pdf-red.svg);
    background-size: cover;
    height: calc(14px * 0.9);
    width: calc(22px * 0.9);
    margin-left: 5px;
    bottom: 0;
  }
  .c-area-emergency-list__link--external:after {
    content: "";
    display: inline-block;
    position: relative;
    background-image: url(../images/c-contents-button-icon-external-red.svg);
    background-size: cover;
    height: calc(12px * 0.9);
    width: calc(12px * 0.9);
    margin-left: 5px;
    bottom: 0;
  }
  .c-area-emergency-list__date {
    font-size: 0.8571428571rem;
  }
  .c-area-emergency-list__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .c-area-emergency-list__text a {
    text-decoration: underline;
    color: #f22400;
  }

  .c-area-attention-list {
    max-width: calc(654 * 100vw / 750);
    margin: 0 auto;
    width: 100%;
  }
  .c-area-attention-list__box {
    align-items: center;
    background-color: #fee8e4;
    border: solid 1px #fbd1c9;
    border-radius: 5px;
    color: #f22400;
    display: flex;
    flex-direction: column;
    margin: 16px auto 60px;
    width: 100%;
  }
  .c-area-attention-list__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
  }
  .c-area-attention-list__list {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0.875rem;
    overflow: hidden;
    padding: 15px 20px;
    width: 100%;
  }
  .c-area-attention-list__list-item--date {
    font-weight: normal;
    line-height: 1em;
    padding-bottom: calc(12px - 0.5em);
    padding-right: 23px;
  }
  .c-area-attention-list__list-item--link {
    margin-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: underline;
  }
  .c-area-attention-list__list-item--link:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-area-attention-list__list-item--link a {
    color: #f22400;
  }
  .c-area-attention-list__list-item--pdf {
    margin-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: underline;
  }
  .c-area-attention-list__list-item--pdf:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-area-attention-list__list-item--pdf a {
    color: #f22400;
    position: relative;
  }
  .c-area-attention-list__list-item--pdf a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-pdf-red.svg);
    background-size: cover;
    height: calc(14px * 0.9);
    width: calc(22px * 0.9);
    bottom: 3px;
    right: -25px;
  }
  .c-area-attention-list__list-item--external {
    margin-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 20px;
    overflow: hidden;
    text-decoration: underline;
  }
  .c-area-attention-list__list-item--external:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .c-area-attention-list__list-item--external a {
    color: #f22400;
    position: relative;
  }
  .c-area-attention-list__list-item--external a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-red.svg);
    background-size: cover;
    height: calc(12px * 0.9);
    width: calc(12px * 0.9);
    bottom: 3px;
    right: -15px;
  }
}
@media screen and (min-width: 769px), print {
  .c-area-information__list-item-icon--emergency, .c-area-information__list-item-icon--attention, .c-area-information__list-item-icon--info {
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1em;
    margin-right: 10px;
    padding: 10px 20px;
  }

  .c-area-information {
    margin: 100px 0;
    text-align: center;
  }
  .c-area-information__list {
    margin: 0 auto 30px;
    max-width: 1200px;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .c-area-information__list-item {
    padding: 30px 10px;
    position: relative;
  }
  .c-area-information__list-item-icon-container {
    margin-bottom: 20px;
  }
  .c-area-information__list-item-icon--info {
    border-color: #007440;
    color: #007440;
  }
  .c-area-information__list-item-icon--attention {
    border-color: #f22400;
    color: #f22400;
  }
  .c-area-information__list-item-icon--emergency {
    background-color: #D93619;
    border-color: #D93619;
    color: #ffffff;
  }
  .c-area-information__list-item-date {
    color: #555555;
    display: inline-block;
    font-size: 1.125rem;
    margin-right: 25px;
  }
  .c-area-information__list-item-text-container {
    display: flex;
  }
  .c-area-information__list-item-text {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .c-area-information__list-item-text--pdf {
    display: inline;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
  }
  .c-area-information__list-item-text--pdf:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 14px;
    margin-left: 5px;
    width: 22px;
    bottom: 5px;
  }
  .c-area-information__list-item-text--external {
    display: inline;
    font-size: 1.125rem;
    font-weight: bold;
    position: relative;
  }
  .c-area-information__list-item-text--external:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    margin-left: 5px;
    width: 12px;
    bottom: 6px;
  }
  .c-area-information__list-item:after {
    background-image: url(/common/re/images/c-area-information-line.svg);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .c-area-information__list-item-icon--emergency, .c-area-information__list-item-icon--attention, .c-area-information__list-item-icon--info {
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.8571428571rem;
    line-height: 1em;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 7px 14px;
  }

  .c-area-information {
    margin: 60px 0 0;
    text-align: center;
    padding: 0 20px;
  }
  .c-area-information__list {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .c-area-information__list-item {
    padding: 18px 0;
    position: relative;
  }
  .c-area-information__list-item-icon--info {
    border-color: #007440;
    color: #007440;
  }
  .c-area-information__list-item-icon--attention {
    border-color: #f22400;
    color: #f22400;
  }
  .c-area-information__list-item-icon--emergency {
    background-color: #D93619;
    border-color: #D93619;
    color: #ffffff;
  }
  .c-area-information__list-item-date {
    color: #555555;
    display: block;
    font-size: 0.8571428571rem;
    margin-top: calc(10px - 0.5em);
  }
  .c-area-information__list-item-text {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    margin-top: calc(15px - 0.5em);
  }
  .c-area-information__list-item-text--pdf {
    display: inline;
    font-size: 1rem;
    font-weight: bold;
    margin-top: calc(15px - 0.5em);
    position: relative;
  }
  .c-area-information__list-item-text--pdf:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 8px;
    margin-left: 5px;
    width: 14px;
    bottom: 5px;
  }
  .c-area-information__list-item-text--external {
    display: inline;
    font-size: 1rem;
    font-weight: bold;
    margin-top: calc(15px - 0.5em);
    position: relative;
  }
  .c-area-information__list-item-text--external:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 9px;
    margin-left: 5px;
    width: 9px;
    bottom: 5px;
  }
  .c-area-information__list-item:after {
    background-image: url(/common/re/images/c-area-information-line.svg);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .c-area-faq {
    background-color: #f7f8f8;
    margin: 100px 0;
    padding: 100px 0;
    text-align: center;
    position: relative;
  }
  .c-area-faq:after {
    content: "";
    background-image: url(/common/re/images/c-area-faq_character.png);
    width: 175px;
    height: 203px;
    position: absolute;
    bottom: -6px;
    left: 200px;
  }
  .c-area-faq__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .c-area-faq {
    background-color: #f7f8f8;
    margin: 60px 0;
    padding: 60px 20px 30px;
    position: relative;
    text-align: center;
  }
  .c-area-faq:after {
    content: "";
    background-image: url(/common/re/images/c-area-faq_characterSP.png);
    background-size: cover;
    width: 112px;
    height: 72px;
    position: absolute;
    bottom: -2px;
    left: 20px;
  }
}
@media screen and (min-width: 769px), print {
  .c-area-related-navigation__children-list-item > a.external:before, .c-area-related-navigation__list-item > a.external:before, .c-area-related-navigation__children-list-item > a:before, .c-area-related-navigation__list-item > a:before {
    border-right: solid 1px #007440;
    border-top: solid 1px #007440;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: rotate(45deg);
    width: 5px;
  }

  .c-area-related-navigation__children-list-item > a.external:after, .c-area-related-navigation__list-item > a.external:after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    position: absolute;
  }

  .c-area-related-navigation__children-list-item > a, .c-area-related-navigation__list-item > a {
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.external, .c-area-related-navigation__list-item > a.external {
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.external:after, .c-area-related-navigation__list-item > a.external:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    bottom: 6px;
  }

  .c-area-related-navigation {
    align-items: center;
    background-color: #f7f8f8;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    display: flex;
    height: auto;
    margin: 60px auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-area-related-navigation__title {
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f7f8f8;
    display: flex;
    font-size: 1.125rem;
    font-weight: bold;
    justify-content: center;
    height: 100%;
    margin: 0 1px;
    padding: 40px;
    text-align: center;
    width: 15%;
  }
  .c-area-related-navigation__list-container {
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    display: flex;
    justify-content: center;
    margin: 1px 0;
    min-height: 139.5px;
    padding: 30px 40px;
    width: 85%;
  }
  .c-area-related-navigation__list {
    width: 310px;
    padding-right: 40px;
  }
  .c-area-related-navigation__list:last-child {
    padding-right: 0;
  }
  .c-area-related-navigation__list-item {
    position: relative;
    margin-bottom: 10px;
  }
  .c-area-related-navigation__list-item > a {
    color: #888888;
    display: inline-block;
    font-size: 1.125rem;
    margin: 0;
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__list-item > a.current {
    color: #020202;
    font-weight: bold;
    pointer-events: none;
  }
  .c-area-related-navigation__list-item > a.c-contents-text-link-large--internal-black,
  .c-area-related-navigation__children-list-item > a.c-contents-text-link-small--internal-black {
    color: #020202;
  }
  .c-area-related-navigation__list-item > a:before {
    top: calc(0.875rem - 5px);
  }
  .c-area-related-navigation__children-list-item {
    margin-left: 1em;
    margin-bottom: 5px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item:last-child {
    margin-bottom: 10px;
  }
  .c-area-related-navigation__children-list-item > a {
    color: #888888;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.current {
    color: #020202;
    font-weight: bold;
    pointer-events: none;
  }
  .c-area-related-navigation__children-list-item > a.c-contents-text-link-large--internal-black {
    color: #020202;
  }
  .c-area-related-navigation__children-list-item > a:before {
    top: calc(0.875rem - 5px);
  }
  .c-area-related-navigation .js-RelatedNavigation_children-item,
.c-area-related-navigation .js-RelatedNavigation_parent-item,
.c-area-related-navigation .js-RelatedNavigation_parent-list {
    display: none;
  }
  .c-area-related-navigation .js-RelatedNavigation_template {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  .c-area-related-navigation__children-list-item > a.external:before, .c-area-related-navigation__list-item > a.external:before, .c-area-related-navigation__children-list-item > a:before, .c-area-related-navigation__list-item > a:before {
    border-right: 1px solid #007440;
    border-top: 1px solid #007440;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: rotate(45deg);
    width: 5px;
  }

  .c-area-related-navigation__children-list-item > a.external:after, .c-area-related-navigation__list-item > a.external:after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    position: absolute;
  }

  .c-area-related-navigation__children-list-item > a, .c-area-related-navigation__list-item > a {
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.external, .c-area-related-navigation__list-item > a.external {
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.external:after, .c-area-related-navigation__list-item > a.external:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 9px;
    width: 9px;
    bottom: 4.5px;
  }

  .c-area-related-navigation {
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin: 30px auto 60px;
    width: calc(654 * 100vw / 750);
  }
  .c-area-related-navigation__title {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #f7f8f8;
    display: flex;
    font-size: 1.2857142857rem;
    font-weight: bold;
    justify-content: center;
    height: 58px;
  }
  .c-area-related-navigation__list-container {
    padding: 20px 20px 10px;
  }
  .c-area-related-navigation__list-item {
    position: relative;
    margin-bottom: 10px;
  }
  .c-area-related-navigation__list-item > a {
    color: #888888;
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__list-item > a.current {
    color: #020202;
    font-weight: bold;
    pointer-events: none;
  }
  .c-area-related-navigation__list-item > a.c-contents-text-link-large--internal-black,
  .c-area-related-navigation__children-list-item > a.c-contents-text-link-small--internal-black {
    color: #020202;
  }
  .c-area-related-navigation__list-item > a:before {
    top: calc(0.85rem - 3px);
  }
  .c-area-related-navigation__children-list-item {
    margin-left: 1em;
    margin-bottom: 5px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item:last-child {
    margin-bottom: 10px;
  }
  .c-area-related-navigation__children-list-item > a {
    color: #888888;
    display: inline-block;
    font-size: 0.8571428571rem;
    margin: 0;
    padding-left: 12px;
    position: relative;
  }
  .c-area-related-navigation__children-list-item > a.current {
    color: #020202;
    font-weight: bold;
    pointer-events: none;
  }
  .c-area-related-navigation__children-list-item > a.c-contents-text-link-large--internal-black {
    color: #020202;
  }
  .c-area-related-navigation__children-list-item > a:before {
    top: calc(0.85rem - 3px);
  }
}
@media screen and (min-width: 769px), print {
  .c-area-online-service {
    background-color: #e7efeb;
    margin: 120px auto 0;
    padding: 10px 0 100px;
  }
  .c-area-online-service .c-contents-button-list-5 {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .c-area-online-service {
    background-color: #e7efeb;
    padding: 60px 0;
  }
}
@media screen and (min-width: 769px), print {
  .c-area-cta-contents--narrow, .c-area-cta-contents, .c-area-cta-list2, .c-area-cta-list3 {
    margin: 60px auto;
    max-width: 1200px;
    width: 100%;
  }

  .c-area-cta-contents--narrow, .c-area-cta-contents, .c-area-cta-list2__item, .c-area-cta-list3__item {
    background-color: #f7f8f8;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    padding: 0 35px;
    text-align: center;
  }

  .c-area-cta-contents__heading--pc span:before, .c-area-cta-list2__heading--pc span:before, .c-area-cta-list3__heading--pc span:before {
    background-image: url(/common/re/images/c-area-cta-icon-pc.png);
    background-size: cover;
    content: "";
    height: 36px;
    position: absolute;
    top: -5px;
    left: -42px;
    width: 37px;
  }

  .c-area-cta-list3 {
    display: flex;
  }
  .c-area-cta-list3__item {
    width: 380px;
    margin-right: 30px;
  }
  .c-area-cta-list3__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-area-cta-list3__heading--atm span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--online span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--consultation span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--account span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--account-net span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--toriatsukai span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--old-age span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--investment span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--home-loan span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--loan span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__heading--net-loan span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list3__text {
    font-size: 1.125rem;
  }

/*2024/08/09 アプリプラス*/
  .c-area-cta-list3__heading--account-app span {
    margin-left: 50px;
  }
  .c-area-cta-list3__heading--account-app span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }

  .c-area-cta-list3__item.mailorder {
        width: 410px;
        margin-right: 30px;
  }

  .c-contents-highlight-heading4.mailorder {
    margin: 60px auto 30px;
  }
  .c-contents-highlight-heading4.mailorder > span {
    font-size: 1.4rem;
  }
  .c-contents-highlight-heading4.mailorder > span:after {
    height: 19px;
    right: -20px;
    top: -18px;
    width: 19px;
  }

/*2024/08/09 アプリプラス*/



  .c-area-cta-list2 {
    display: flex;
    justify-content: space-between;
  }
  .c-area-cta-list2__item {
    width: 585px;
  }
  .c-area-cta-list2__heading--atm span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--online span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--consultation span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--account span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--account-net span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--toriatsukai span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--old-age span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--investment span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--home-loan span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--loan span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__heading--net-loan span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-list2__text {
    font-size: 1.125rem;
  }

  .c-area-cta-contents--narrow {
    width: 960px;
  }
  .c-area-cta-contents__heading--atm span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--online span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--consultation span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--account span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--account-net span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }

  .c-area-cta-contents__heading--account-appplus span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--account-appplus span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.jpg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -8px;
    left: -64px;
    width: 50px;
  }

  .c-area-cta-contents__heading--toriatsukai span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--old-age span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--investment span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--home-loan span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--loan span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__heading--net-loan span {
    margin-left: 50px;
  }
  .c-area-cta-contents__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
  .c-area-cta-contents__text {
    font-size: 1.125rem;
  }

  .c-area-cta-only-text-list1__button, .c-area-cta-only-text-list2__button, .c-area-cta-only-text-list3__button {
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-area-cta-only-text-list1__button:hover, .c-area-cta-only-text-list2__button:hover, .c-area-cta-only-text-list3__button:hover {
    background-color: #00552f;
    text-decoration: none;
  }

  .c-area-cta-only-text-list1__button:after, .c-area-cta-only-text-list2__button:after, .c-area-cta-only-text-list3__button:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-area-cta-only-text-list1__button:after, .c-area-cta-only-text-list2__button:after, .c-area-cta-only-text-list3__button:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    height: 7px;
    right: 20px;
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
    width: 7px;
  }

  .c-area-cta-only-text-list1__button, .c-area-cta-only-text-list2__button, .c-area-cta-only-text-list3__button {
    background-color: #007440;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1em;
    margin: 30px auto;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 300px;
  }

  .js-Cta_follow {
    position: fixed;
    width: 100%;
    bottom: -150px;
  }
  .js-Cta_follow.show {
    bottom: 0;
    z-index: 999;
  }

  .c-area-cta-only-text-list-container {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: solid 2px #007440;
    z-index: 999;
  }

  .c-area-cta-only-text-list3 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
    position: relative;
  }
  .c-area-cta-only-text-list3--follow {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
    width: 100%;
  }
  .c-area-cta-only-text-list3--follow .c-area-cta-only-text-list3__button {
    margin: 0 auto;
  }
  .c-area-cta-only-text-list3__button {
    width: 360px;
  }
  .c-area-cta-only-text-list2 {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-area-cta-only-text-list2--follow {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
    width: 100%;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__button {
    margin: 0 auto;
  }
  .c-area-cta-only-text-list2__button {
    width: 570px;
  }
  .c-area-cta-only-text-list1 {
    margin: 40px auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-area-cta-only-text-list1--follow {
    margin: 0 auto;
    max-width: 1200px;
    padding: 30px 0;
    width: 100%;
  }
  .c-area-cta-only-text-list1--follow .c-area-cta-only-text-list1__button {
    margin: 0 auto;
  }
  .c-area-cta-only-text-list1__button {
    width: 570px;
  }

/*2025/01/31 アプリプラス メールオーダー削除につき２段用*/
  .c-area-cta-list2__heading--account-app span {
    margin-left: 50px;
  }
  .c-area-cta-list2__heading--account-app span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 50px;
    position: absolute;
    top: -18px;
    left: -54px;
    width: 50px;
  }
/*2025/01/31 アプリプラス メールオーダー削除につき２段用*/


}


@media only screen and (max-width: 768px) {
  .c-area-cta-contents--narrow, .c-area-cta-contents, .c-area-cta-list2, .c-area-cta-list3 {
    margin: 30px auto 70px;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }

  .c-area-cta-contents--narrow, .c-area-cta-contents, .c-area-cta-list2__item, .c-area-cta-list3__item {
    background-color: #f7f8f8;
    border: solid 1px #eaeaea;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 35px;
    text-align: center;
  }
  .c-area-cta-contents--narrow:last-child, .c-area-cta-contents:last-child, .c-area-cta-list2__item:last-child, .c-area-cta-list3__item:last-child {
    margin-bottom: 0;
  }

  .c-area-cta-contents__heading--pc span:before, .c-area-cta-list2__heading--pc span:before, .c-area-cta-list3__heading--pc span:before {
    background-image: url(/common/re/images/c-area-cta-icon-pc.png);
    background-size: cover;
    content: "";
    height: 21px;
    position: absolute;
    top: 0;
    left: -25px;
    width: 21.5px;
  }

  .c-area-cta-list3__heading--atm span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--online span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--consultation span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--account span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--account-net span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--toriatsukai span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--old-age span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--investment span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--home-loan span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--loan span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list3__heading--net-loan span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--atm span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--online span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--consultation span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--account span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--account-net span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--toriatsukai span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--old-age span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--investment span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--home-loan span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--loan span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-list2__heading--net-loan span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents {
    margin-bottom: 70px;
  }
  .c-area-cta-contents--narrow {
    margin-bottom: 70px;
  }
  .c-area-cta-contents__heading--atm span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--atm span:before {
    background-image: url(/common/re/images/c-area-cta-icon-atm.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--online span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--online span:before {
    background-image: url(/common/re/images/c-area-cta-icon-online.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--consultation span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--consultation span:before {
    background-image: url(/common/re/images/c-area-cta-icon-consultation.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--account span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--account span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--account-net span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--account-net span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-net.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }

  .c-area-cta-contents__heading--account-appplus span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--account-appplus span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.jpg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -5px;
    left: -48px;
    width: 36px;
  }


  .c-area-cta-contents__heading--toriatsukai span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--toriatsukai span:before {
    background-image: url(/common/re/images/c-area-cta-icon-toriatsukai.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--old-age span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--old-age span:before {
    background-image: url(/common/re/images/c-area-cta-icon-old-age.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--investment span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--investment span:before {
    background-image: url(/common/re/images/c-area-cta-icon-investment.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--home-loan span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--home-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-home-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--loan span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-contents__heading--net-loan span {
    margin-left: 38px;
  }
  .c-area-cta-contents__heading--net-loan span:before {
    background-image: url(/common/re/images/c-area-cta-icon-net-loan.svg);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
  .c-area-cta-only-text-list1__button:after, .c-area-cta-only-text-list2__button:after, .c-area-cta-only-text-list3__button:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-area-cta-only-text-list1__button:after, .c-area-cta-only-text-list2__button:after, .c-area-cta-only-text-list3__button:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    height: 7px;
    right: 12px;
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
    width: 7px;
  }

  .c-area-cta-only-text-list1__button, .c-area-cta-only-text-list2__button, .c-area-cta-only-text-list3__button {
    background-color: #007440;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1em;
    margin: 24px auto;
    padding: 15px 0;
    position: relative;
    text-align: center;
  }

  .js-Cta_follow {
    display: none;
  }
  .js-Cta_follow.show {
    display: block;
    z-index: 999;
  }

  .c-area-cta-only-text-list3--follow {
    position: fixed;
    z-index: 999;
    bottom: 0;
  }
  .c-area-cta-only-text-list3__button {
    width: calc(654 * 100vw / 750);
  }
  .c-area-cta-only-text-list2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-area-cta-only-text-list2--follow {
    background-color: #007440;
    position: fixed;
    z-index: 999;
    bottom: 0;
    display: flex;
    margin: 0 auto;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__item {
    background-color: #007440;
    padding: 3px 0;
    width: 50%;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__item:first-child .c-area-cta-only-text-list2__button {
    border-right: 1px solid #ffffff;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__button {
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 0.8571428571rem;
    font-weight: normal;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    padding: 4px 0;
    width: 100%;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__button-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__button-icon--people {
    margin-right: 10px;
    width: 36px;
    height: 36px;
  }
  .c-area-cta-only-text-list2--follow .c-area-cta-only-text-list2__button-icon--place {
    margin-right: 10px;
    width: 16px;
    height: 24px;
  }
  .c-area-cta-only-text-list2__button {
    width: 156px;
  }
  .c-area-cta-only-text-list1 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-area-cta-only-text-list1--follow {
    background-color: #007440;
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin: 0 auto;
    padding-bottom: env(safe-area-inset-bottom);
    width: 100%;
  }
  .c-area-cta-only-text-list1--follow .c-area-cta-only-text-list1__button {
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 0.8571428571rem;
    font-weight: normal;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    min-height: 62px;
    padding: 13px 0;
    width: 100%;
  }
  .c-area-cta-only-text-list1--follow .c-area-cta-only-text-list1__button-icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .c-area-cta-only-text-list1--follow .c-area-cta-only-text-list1__button-icon--place {
    margin-right: 10px;
    width: 16px;
    height: 24px;
  }
  .c-area-cta-only-text-list1__button {
    width: 100%;
  }

/*2024/08/09 アプリプラス*/
  .c-area-cta-list3__heading--account-app span {
    margin-left: 38px;
  }
  .c-area-cta-list3__heading--account-app span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
/*2024/08/09 アプリプラス*/

/*2025/01/31 アプリプラス メールオーダー削除につき２段用*/
  .c-area-cta-list2__heading--account-app span {
    margin-left: 38px;
  }
  .c-area-cta-list2__heading--account-app span:before {
    background-image: url(/common/re/images/c-area-cta-icon-account-appplus.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 36px;
    position: absolute;
    top: -10px;
    left: -38px;
    width: 36px;
  }
/*2025/01/31 アプリプラス メールオーダー削除につき２段用*/


}


@media screen and (min-width: 769px), print {
  .c-footer {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: center;
    background-color: #007440;
  }
  .c-footer__sns {
    position: fixed;
    right: 44px;
    bottom: 113px;
    z-index: 1000;
    transition: bottom 0.3s ease-in-out;
  }
  .c-footer__sns.above-cta {
    bottom: 220px;
  }
  .c-footer__sns-button, .c-footer__sns-contents {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 60px;
    height: 66px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #24663C;
    border-radius: 5px;
  }
  .c-footer__sns-button > img, .c-footer__sns-contents > img {
    position: absolute;
    top: 8%;
    left: 50%;
    width: 62%;
    height: auto;
    transform: translateX(-50%);
  }
  .c-footer__sns-button::after, .c-footer__sns-contents::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 77%;
    margin-right: 2px;
    background-image: url("/common/re/images/c-footer_sns-yorizo.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-footer__sns-button {
    z-index: 1100;
    transition: opacity 0.3s ease-in;
  }
  .c-footer__sns-button:hover, .c-footer__sns-button:active, .c-footer__sns-button:focus {
    z-index: 900;
    opacity: 0;
  }
  .c-footer__sns-contents {
    z-index: 900;
    display: block;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.3s;
  }
  .c-footer__sns-contents > span {
    display: block;
  }
  .c-footer__sns-contents:hover, .c-footer__sns-contents:active, .c-footer__sns-contents:focus {
    z-index: 1100;
    width: 60px;
    height: 170px;
    opacity: 1;
  }
  .c-footer__sns-list {
    width: 100%;
    margin: 11px auto 0;
    cursor: pointer;
  }
  .c-footer__sns-list > li {
    margin-top: 8px;
  }
  .c-footer__sns-link {
    display: block;
  }
  .c-footer__sns-link > img {
    width: 31px;
    height: 31px;
  }
  .c-footer__sns-link > img:hover, .c-footer__sns-link > img:active, .c-footer__sns-link > img:focus {
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
  }
  .c-footer__small {
    font-weight: bold;
    font-size: 0.6875rem;
    line-height: 50px;
    color: #ffffff;
  }
  .c-footer__button-top {
    z-index: 1000;
    position: fixed;
    right: 44px;
    bottom: 33px;
    display: block;
    width: 60px;
    height: 60px;
    text-align: left;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/common/re/images/c-footer_button-top.svg);
    transition: bottom 0.3s ease-in-out;
    /*
    &.show {
        &:before {
            transform: rotate3d(0, 0, -1, 0deg);
            //transform: rotate3d(0, -1, 0, 0deg);
            //transform: rotate3d(-1, 0, 0, 0deg);
            transition: transform 0.2s ease-out 0.3s;
        }
        &:after {
            transform: rotate(0deg);
            transition: transform 0.2s ease-out 0.3s;
        }
    }
    &:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: "";
        width: 68px;
        height: 71px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/common/re/images/c-footer_button-top2.png);
        //
        transform-origin: bottom center;
        transform: rotate3d(0, 0, -1, -90deg);
        //transform: rotate3d(0, -1, 0, 180deg);
        //transform: rotate3d(-1, 0, 0, 60deg);
        transition: transform 0.5s ease-in-out 0.3s;
    }
    &:after {
        position: absolute;
        top: 76px;
        left: 73px;
        display: block;
        content: "";
        width: 30px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/common/re/images/c-footer_button-top3.png);
        //
        transform-origin: bottom left;
        transform: rotate(20deg);
        transition: transform 0.5s ease-in-out 0.3s;
    }
    */
  }
  .c-footer__button-top.above-cta {
    bottom: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .c-footer {
    position: relative;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #007440;
  }
  .c-footer__sns {
    position: fixed;
    right: 18px;
    bottom: 98px;
    z-index: 1000;
    transition: bottom 0.3s ease-in-out;
  }
  .c-footer__sns.above-cta {
    bottom: calc(env(safe-area-inset-bottom) + 140px);
  }
  .c-footer__sns-button, .c-footer__sns-contents {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 45px;
    height: 49px;
    text-align: center;
    background-color: #ffffff;
    border: solid 1px #007440;
    border-radius: 3px;
    transition: bottom 0.3s ease-in-out;
  }
  .c-footer__sns-button > img, .c-footer__sns-contents > img {
    position: absolute;
    top: 7%;
    left: 50%;
    width: 62%;
    height: auto;
    transform: translateX(-50%);
  }
  .c-footer__sns-button::after, .c-footer__sns-contents::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding-top: 77%;
    background-image: url("/common/re/images/c-footer_sns-yorizo.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c-footer__sns-button {
    z-index: 1100;
    transition: opacity 0.3s ease-in;
  }
  .c-footer__sns-contents {
    z-index: 900;
    opacity: 0;
    overflow: hidden;
  }
  .c-footer__sns-contents > span {
    display: block;
  }
  .c-footer__sns-contents.active {
    z-index: 1100;
    opacity: 1;
    width: 45px;
    height: 180px;
  }
  .c-footer__sns-list {
    width: 100%;
    margin: 8px auto 0;
  }
  .c-footer__sns-list > li {
    margin-top: 10px;
  }
  .c-footer__sns-link {
    display: block;
  }
  .c-footer__sns-link > img {
    width: 33px;
    height: 33px;
  }
  .c-footer__small {
    font-size: 0.7142857143rem;
    line-height: 40px;
    color: #ffffff;
  }
  .c-footer__button-top {
    z-index: 1000;
    position: fixed;
    right: 18px;
    bottom: 33px;
    display: block;
    width: 45px;
    height: 45px;
    text-align: left;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/common/re/images/c-footer_button-top.svg);
    transition: bottom 0.3s ease-in-out;
    /*
    perspective: 300px;
    &.show {
        &:before {
            transform: rotate3d(0, 0, -1, 0deg);
            //transform: rotate3d(0, -1, 0, 0deg);
            //transform: rotate3d(-1, 0, 0, 0deg);
            transition: transform 0.2s ease-out 0.3s;
        }
        &:after {
            transform: rotate(0deg);
            transition: transform 0.2s ease-out 0.3s;
        }
    }
    &:before {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        content: "";
        width: 68px;
        height: 71px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/common/re/images/c-footer_button-top2.png);
        //
        transform-origin: bottom center;
        transform: rotate3d(0, 0, -1, -90deg);
        //transform: rotate3d(0, -1, 0, 180deg);
        //transform: rotate3d(-1, 0, 0, 60deg);
        transition: transform 0.5s ease-in-out 0.3s;
    }
    &:after {
        position: absolute;
        top: 76px;
        left: 73px;
        display: block;
        content: "";
        width: 30px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        background-image: url(/common/re/images/c-footer_button-top3.png);
        //
        transform-origin: bottom left;
        transform: rotate(20deg);
        transition: transform 0.5s ease-in-out 0.3s;
    }
    */
  }
  .c-footer__button-top.above-cta {
    bottom: calc(env(safe-area-inset-bottom) + 75px);
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-heading1 {
    font-size: 2.8125rem;
    font-weight: bold;
    text-align: center;
  }

  .c-contents-heading2--above-image, .c-contents-heading2 {
    font-size: 2.1875rem;
    font-weight: bold;
    text-align: center;
    margin-top: 120px;
  }

  .c-contents-heading2 {
    margin-bottom: 30px;
  }
  .c-contents-heading2--above-image {
    margin-bottom: 50px;
  }

  .c-contents-heading3 {
    font-size: 1.875rem;
    font-weight: bold;
    margin: 50px 0 30px;
    text-align: center;
  }

  .c-contents-heading4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 60px 0 30px;
    text-align: center;
  }
  .c-contents-heading4-left {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 30px 0;
  }

  .c-contents-heading5--above-image, .c-contents-heading5--in-card, .c-contents-heading5-left, .c-contents-heading5 {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }

  .c-contents-heading5 {
    margin-bottom: 30px;
  }
  .c-contents-heading5-left {
    margin-bottom: 30px;
    text-align: left;
  }
  .c-contents-heading5--in-card {
    margin-bottom: 20px;
  }
  .c-contents-heading5--above-image {
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .c-contents-highlight-heading5, .c-contents-highlight-heading4, .c-contents-highlight-heading3--center-extra-margin--above-image, .c-contents-highlight-heading3--center-extra-margin, .c-contents-highlight-heading3--left-extra-margin--above-image, .c-contents-highlight-heading3--left-extra-margin, .c-contents-highlight-heading3--above-image, .c-contents-highlight-heading3, .c-contents-highlight-heading2--above-image, .c-contents-highlight-heading2 {
    text-align: center;
  }
  .c-contents-highlight-heading5 > span, .c-contents-highlight-heading4 > span, .c-contents-highlight-heading3--center-extra-margin--above-image > span, .c-contents-highlight-heading3--center-extra-margin > span, .c-contents-highlight-heading3--left-extra-margin--above-image > span, .c-contents-highlight-heading3--left-extra-margin > span, .c-contents-highlight-heading3--above-image > span, .c-contents-highlight-heading3 > span, .c-contents-highlight-heading2--above-image > span, .c-contents-highlight-heading2 > span {
    color: #007440;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }
  .c-contents-highlight-heading5 > span:after, .c-contents-highlight-heading4 > span:after, .c-contents-highlight-heading3--center-extra-margin--above-image > span:after, .c-contents-highlight-heading3--center-extra-margin > span:after, .c-contents-highlight-heading3--left-extra-margin--above-image > span:after, .c-contents-highlight-heading3--left-extra-margin > span:after, .c-contents-highlight-heading3--above-image > span:after, .c-contents-highlight-heading3 > span:after, .c-contents-highlight-heading2--above-image > span:after, .c-contents-highlight-heading2 > span:after {
    background-image: url("/common/re/images/c-contents-heading-text_highlight.svg");
    background-size: cover;
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-highlight-heading2--above-image, .c-contents-highlight-heading2 {
    margin: 90px auto 30px;
  }
  .c-contents-highlight-heading2--above-image > span, .c-contents-highlight-heading2 > span {
    font-size: 2.1875rem;
  }
  .c-contents-highlight-heading2--above-image > span:after, .c-contents-highlight-heading2 > span:after {
    height: 28px;
    right: -26px;
    top: -35px;
    width: 30px;
  }

  .c-contents-highlight-heading2--above-image {
    margin-bottom: 50px;
  }

  .c-contents-highlight-heading3--center-extra-margin--above-image, .c-contents-highlight-heading3--center-extra-margin, .c-contents-highlight-heading3--left-extra-margin--above-image, .c-contents-highlight-heading3--left-extra-margin, .c-contents-highlight-heading3--above-image, .c-contents-highlight-heading3 {
    margin: 90px auto 30px;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image > span, .c-contents-highlight-heading3--center-extra-margin > span, .c-contents-highlight-heading3--left-extra-margin--above-image > span, .c-contents-highlight-heading3--left-extra-margin > span, .c-contents-highlight-heading3--above-image > span, .c-contents-highlight-heading3 > span {
    font-size: 1.875rem;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image > span:after, .c-contents-highlight-heading3--center-extra-margin > span:after, .c-contents-highlight-heading3--left-extra-margin--above-image > span:after, .c-contents-highlight-heading3--left-extra-margin > span:after, .c-contents-highlight-heading3--above-image > span:after, .c-contents-highlight-heading3 > span:after {
    height: 24px;
    right: -26px;
    top: -25px;
    width: 26px;
  }

  .c-contents-highlight-heading3--above-image {
    margin-bottom: 50px;
  }

  .c-contents-highlight-heading4 {
    margin: 60px auto 30px;
  }
  .c-contents-highlight-heading4 > span {
    font-size: 1.5rem;
  }
  .c-contents-highlight-heading4 > span:after {
    height: 19px;
    right: -20px;
    top: -18px;
    width: 19px;
  }

  .c-contents-highlight-heading5 {
    margin: 60px auto 30px;
  }
  .c-contents-highlight-heading5 > span {
    font-size: 1.25rem;
  }
  .c-contents-highlight-heading5 > span:after {
    height: 18.5px;
    right: -20px;
    top: -15px;
    width: 20px;
  }

  .c-contents-heading-character {
    background-image: url("/common/re/images/c-contents-heading-bg.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--about {
    background-image: url("/common/re/images/c-contents-heading-bg--about.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--online {
    background-image: url("/common/re/images/c-contents-heading-bg--online.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--loan {
    background-image: url("/common/re/images/c-contents-heading-bg--loan.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--tameru {
    background-image: url("/common/re/images/c-contents-heading-bg--tameru.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--benri {
    background-image: url("/common/re/images/c-contents-heading-bg--benri.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--atm {
    background-image: url("/common/re/images/c-contents-heading-bg--atm.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--kouza {
    background-image: url("/common/re/images/c-contents-heading-bg--kouza.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--faq {
    background-image: url("/common/re/images/c-contents-heading-bg--faq.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character--search-atm {
    background-image: url("/common/re/images/c-contents-heading-bg--search-atm.png");
    width: 100%;
    padding: calc(80 * 100vw /1600) 0;
    background-size: 100vw calc(285 * 100vw /1600);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
  }
  .c-contents-heading-character__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .c-contents-heading-character__title {
    font-size: 2.8125rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-contents-heading-character__lead {
    font-size: 1.125rem;
    max-width: 530px;
  }

  .c-contents-heading-bg-color {
    background-color: #e7efeb;
    width: 100%;
    padding: 80px 0;
    text-align: center;
  }
  .c-contents-heading-bg-color__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .c-contents-heading-bg-color__title {
    font-size: 2.8125rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-contents-heading-bg-color__lead {
    font-size: 1.125rem;
  }

  .c-contents-heading-for-information--above-image, .c-contents-heading-for-information {
    font-size: 2.8125rem;
    font-weight: bold;
    margin: 120px 0 30px;
  }

  .c-contents-heading-for-information--above-image {
    margin-bottom: 60px;
  }

  .c-contents-heading-left-line--above-image, .c-contents-heading-left-line {
    border-left: solid 8px #007440;
    font-size: 2.1875rem;
    font-weight: bold;
    margin: 120px 0 75px;
    padding: 20px 25px;
    position: relative;
  }
  .c-contents-heading-left-line--above-image:after, .c-contents-heading-left-line:after {
    border: solid 1px #ebebeb;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: -8px;
    width: 100%;
  }

  .c-contents-heading-left-line--above-image {
    margin-bottom: 80px;
  }

  .c-contents-highlight-heading3--left-extra-margin {
    padding-bottom: 25px;
    text-align: left;
  }
  .c-contents-highlight-heading3--left-extra-margin--above-image {
    margin-bottom: 60px;
    padding-bottom: 25px;
    text-align: left;
  }

  .c-contents-highlight-heading3--center-extra-margin {
    padding-bottom: 25px;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image {
    margin-bottom: 60px;
    padding-bottom: 25px;
  }

  .c-contents-heading__superscript {
    font-size: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-heading1 {
    font-size: 2rem;
    font-weight: bold;
    margin: 37px 0;
    text-align: center;
  }

  .c-contents-heading2--above-image, .c-contents-heading2 {
    font-size: 1.7142857143rem;
    font-weight: bold;
    text-align: center;
  }

  .c-contents-heading2 {
    margin: 30px 0;
  }
  .c-contents-heading2--above-image {
    margin: 30px 0;
  }

  .c-contents-heading3 {
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin: 30px 0 25px;
    text-align: center;
  }

  .c-contents-heading4 {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin: 30px 0 25px;
    text-align: center;
  }
  .c-contents-heading4-left {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin: 30px 0 25px;
  }

  .c-contents-heading5--above-image, .c-contents-heading5--in-card, .c-contents-heading5-left, .c-contents-heading5 {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin: 16px 0;
    text-align: center;
  }

  .c-contents-heading5-left {
    text-align: left;
  }
  .c-contents-highlight-heading5, .c-contents-highlight-heading4, .c-contents-highlight-heading3--center-extra-margin--above-image, .c-contents-highlight-heading3--center-extra-margin, .c-contents-highlight-heading3--left-extra-margin--above-image, .c-contents-highlight-heading3--left-extra-margin, .c-contents-highlight-heading3--above-image, .c-contents-highlight-heading3--line-break, .c-contents-highlight-heading3, .c-contents-highlight-heading2--above-image, .c-contents-highlight-heading2 {
    text-align: center;
  }
  .c-contents-highlight-heading5 > span, .c-contents-highlight-heading4 > span, .c-contents-highlight-heading3--center-extra-margin--above-image > span, .c-contents-highlight-heading3--center-extra-margin > span, .c-contents-highlight-heading3--left-extra-margin--above-image > span, .c-contents-highlight-heading3--left-extra-margin > span, .c-contents-highlight-heading3--above-image > span, .c-contents-highlight-heading3--line-break > span, .c-contents-highlight-heading3 > span, .c-contents-highlight-heading2--above-image > span, .c-contents-highlight-heading2 > span {
    color: #007440;
    display: inline-block;
    font-weight: bold;
    position: relative;
  }
  .c-contents-highlight-heading5 > span:after, .c-contents-highlight-heading4 > span:after, .c-contents-highlight-heading3--center-extra-margin--above-image > span:after, .c-contents-highlight-heading3--center-extra-margin > span:after, .c-contents-highlight-heading3--left-extra-margin--above-image > span:after, .c-contents-highlight-heading3--left-extra-margin > span:after, .c-contents-highlight-heading3--above-image > span:after, .c-contents-highlight-heading3--line-break > span:after, .c-contents-highlight-heading3 > span:after, .c-contents-highlight-heading2--above-image > span:after, .c-contents-highlight-heading2 > span:after {
    background-image: url("/common/re/images/c-contents-heading-text_highlight.svg");
    background-size: cover;
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-highlight-heading2--above-image, .c-contents-highlight-heading2 {
    margin: 30px auto 25px;
  }
  .c-contents-highlight-heading2--above-image > span, .c-contents-highlight-heading2 > span {
    font-size: 1.6428571429rem;
  }
  .c-contents-highlight-heading2--above-image > span:after, .c-contents-highlight-heading2 > span:after {
    height: 14px;
    right: -15px;
    top: -15px;
    width: 15px;
  }

  .c-contents-highlight-heading3--center-extra-margin--above-image, .c-contents-highlight-heading3--center-extra-margin, .c-contents-highlight-heading3--left-extra-margin--above-image, .c-contents-highlight-heading3--left-extra-margin, .c-contents-highlight-heading3--above-image, .c-contents-highlight-heading3--line-break, .c-contents-highlight-heading3 {
    margin: 30px auto 25px;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image > span, .c-contents-highlight-heading3--center-extra-margin > span, .c-contents-highlight-heading3--left-extra-margin--above-image > span, .c-contents-highlight-heading3--left-extra-margin > span, .c-contents-highlight-heading3--above-image > span, .c-contents-highlight-heading3--line-break > span, .c-contents-highlight-heading3 > span {
    font-size: 1.4285714286rem;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image > span:after, .c-contents-highlight-heading3--center-extra-margin > span:after, .c-contents-highlight-heading3--left-extra-margin--above-image > span:after, .c-contents-highlight-heading3--left-extra-margin > span:after, .c-contents-highlight-heading3--above-image > span:after, .c-contents-highlight-heading3--line-break > span:after, .c-contents-highlight-heading3 > span:after {
    height: 12px;
    right: -12px;
    top: -10px;
    width: 13px;
  }

  .c-contents-highlight-heading3--line-break > span {
    line-height: 1.5em;
  }
  .c-contents-highlight-heading3--line-break > span:after {
    right: -10px;
    top: 25px;
  }
  .c-contents-highlight-heading4 {
    margin: 30px auto 25px;
  }
  .c-contents-highlight-heading4 > span {
    font-size: 1.2857142857rem;
  }
  .c-contents-highlight-heading4 > span:after {
    height: 12px;
    right: -10px;
    top: -8px;
    width: 12px;
  }

  .c-contents-highlight-heading5 {
    margin: 16px auto;
  }
  .c-contents-highlight-heading5 > span {
    font-size: 1.2857142857rem;
  }
  .c-contents-highlight-heading5 > span:after {
    height: 12px;
    right: -10px;
    top: -8px;
    width: 12px;
  }

  .c-contents-heading-character {
    background-image: url("/common/re/images/c-contents-heading-bg_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--about {
    background-image: url("/common/re/images/c-contents-heading-bg--about_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--online {
    background-image: url("/common/re/images/c-contents-heading-bg--online_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--loan {
    background-image: url("/common/re/images/c-contents-heading-bg--loan_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--tameru {
    background-image: url("/common/re/images/c-contents-heading-bg--tameru_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--benri {
    background-image: url("/common/re/images/c-contents-heading-bg--benri_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--atm {
    background-image: url("/common/re/images/c-contents-heading-bg--atm_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--kouza {
    background-image: url("/common/re/images/c-contents-heading-bg--kouza_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--faq {
    background-image: url("/common/re/images/c-contents-heading-bg--faq_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character--search-atm {
    background-image: url("/common/re/images/c-contents-heading-bg--search-atm_SP.png");
    background-size: 100vw calc(314 * 100vw /750);
    background-repeat: no-repeat;
    background-color: #e7efeb;
    background-position: bottom;
    width: 100%;
    padding: calc(74 * 100vw /750) 0;
  }
  .c-contents-heading-character__inner {
    margin-left: calc(40 * 100vw /750);
    width: calc(520 * 100vw /750);
  }
  .c-contents-heading-character__title {
    font-size: calc(56 * 100vw /750);
    font-weight: bold;
    margin-bottom: calc(32 * 100vw /750);
  }
  .c-contents-heading-character__lead {
    font-size: calc(28 * 100vw /750);
  }

  .c-contents-heading-bg-color {
    background-color: #e7efeb;
    width: 100%;
    padding: 37px 20px;
    text-align: center;
  }
  .c-contents-heading-bg-color__inner {
    margin: 0 auto;
  }
  .c-contents-heading-bg-color__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-contents-heading-bg-color__lead {
    font-size: 1rem;
  }

  .c-contents-heading-for-information--above-image, .c-contents-heading-for-information {
    font-size: 2rem;
    font-weight: bold;
    margin: 37px 0 25px;
  }

  .c-contents-heading-left-line--above-image, .c-contents-heading-left-line {
    border-left: solid 4px #007440;
    font-size: 1.6428571429rem;
    font-weight: bold;
    margin: 30px 0 40px;
    padding: 10px 12px;
    position: relative;
  }
  .c-contents-heading-left-line--above-image:after, .c-contents-heading-left-line:after {
    border: solid 1px #ebebeb;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: -8px;
    width: 100%;
  }

  .c-contents-highlight-heading3--left-extra-margin {
    padding-bottom: 10px;
    text-align: left;
  }
  .c-contents-highlight-heading3--left-extra-margin--above-image {
    padding-bottom: 10px;
    text-align: left;
  }

  .c-contents-highlight-heading3--center-extra-margin {
    padding-bottom: 10px;
  }
  .c-contents-highlight-heading3--center-extra-margin--above-image {
    padding-bottom: 10px;
  }

  .c-contents-heading__superscript {
    font-size: 60%;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-button-sub--pdf-large:after, .c-contents-button-sub--external-large:after, .c-contents-button-sub--external:after, .c-contents-button-sub--pdf:after, .c-contents-button-sub--detail-minus:after, .c-contents-button-sub--detail-plus:after, .c-contents-button-main--external-large:after, .c-contents-button-main--external:after, .c-contents-button-main--pdf:after, .c-contents-button-tab2:after, .c-contents-button-tab:after, .c-contents-button-sub--anchor-large:after, .c-contents-button-sub--detail-large:after, .c-contents-button-sub--detail-small--down-arrow:after, .c-contents-button-sub--detail-small:after, .c-contents-button-sub--caption:after, .c-contents-button-sub--anchor:after, .c-contents-button-sub--detail-arrow:after, .c-contents-button-main--detail-large:after, .c-contents-button-main--detail-small:after, .c-contents-button-main--caption:after, .c-contents-button-main--anchor:after, .c-contents-button-main--detail:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-button-tab2:after, .c-contents-button-tab:after, .c-contents-button-sub--anchor-large:after, .c-contents-button-sub--detail-large:after, .c-contents-button-sub--detail-small--down-arrow:after, .c-contents-button-sub--detail-small:after, .c-contents-button-sub--caption:after, .c-contents-button-sub--anchor:after, .c-contents-button-sub--detail-arrow:after, .c-contents-button-main--detail-large:after, .c-contents-button-main--detail-small:after, .c-contents-button-main--caption:after, .c-contents-button-main--anchor:after, .c-contents-button-main--detail:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    height: 7px;
    right: 20px;
    top: calc(50% - 3.5px);
    width: 7px;
  }

  .c-contents-button-main--external-large, .c-contents-button-main--detail-large, .c-contents-button-main--detail-small, .c-contents-button-main--caption, .c-contents-button-main--external, .c-contents-button-main--pdf, .c-contents-button-main--anchor, .c-contents-button-main--detail {
    background-color: #007440;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1em;
    margin: 30px auto;
    padding: 23px 35px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 300px;
  }
  .c-contents-button-main--external-large:hover, .c-contents-button-main--detail-large:hover, .c-contents-button-main--detail-small:hover, .c-contents-button-main--caption:hover, .c-contents-button-main--external:hover, .c-contents-button-main--pdf:hover, .c-contents-button-main--anchor:hover, .c-contents-button-main--detail:hover {
    background-color: #00552f;
    text-decoration: none;
  }
  .disable.c-contents-button-main--external-large, .disable.c-contents-button-main--detail-large, .disable.c-contents-button-main--detail-small, .disable.c-contents-button-main--caption, .disable.c-contents-button-main--external, .disable.c-contents-button-main--pdf, .disable.c-contents-button-main--anchor, .disable.c-contents-button-main--detail {
    background-color: #ccc;
    color: #ffffff;
    pointer-events: none;
  }
  .disable.c-contents-button-main--external-large:after, .disable.c-contents-button-main--detail-large:after, .disable.c-contents-button-main--detail-small:after, .disable.c-contents-button-main--caption:after, .disable.c-contents-button-main--external:after, .disable.c-contents-button-main--pdf:after, .disable.c-contents-button-main--anchor:after, .disable.c-contents-button-main--detail:after {
    border-color: #888888;
  }

  .c-contents-button-main--detail:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--anchor:after {
    transform: rotate(135deg);
  }
  .c-contents-button-main--pdf {
    padding-right: 50px;
  }
  .c-contents-button-main--pdf:after {
    background-image: url(../images/c-contents-button-icon-pdf-white.svg);
    background-size: cover;
    height: 16px;
    right: 20px;
    width: 28px;
    top: calc(50% - 8px);
  }
  .c-contents-button-main--external {
    padding-right: 50px;
  }
  .c-contents-button-main--external:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
    background-size: cover;
    height: 21px;
    right: 20px;
    width: 21px;
    top: calc(50% - 10.5px);
  }
  .c-contents-button-main--caption > span {
    display: block;
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 35px;
  }
  .c-contents-button-main--caption:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--detail-small {
    font-size: 0.875rem;
    padding: 14px 30px;
    width: 124px;
  }
  .c-contents-button-main--detail-small:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--detail-large {
    width: 600px;
  }
  .c-contents-button-main--detail-large:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--external-large {
    padding-right: 50px;
    width: 600px;
  }
  .c-contents-button-main--external-large:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
    background-size: cover;
    height: 21px;
    right: 20px;
    width: 21px;
    top: calc(50% - 10.5px);
  }

  .c-contents-button-tab2, .c-contents-button-tab, .c-contents-button-sub--anchor-large, .c-contents-button-sub--pdf-large, .c-contents-button-sub--external-large, .c-contents-button-sub--detail-large, .c-contents-button-sub--detail-small--down-arrow, .c-contents-button-sub--detail-small, .c-contents-button-sub--caption, .c-contents-button-sub--external, .c-contents-button-sub--pdf, .c-contents-button-sub--anchor, .c-contents-button-sub--detail-minus, .c-contents-button-sub--detail-plus, .c-contents-button-sub--detail-arrow {
    background-color: #ffffff;
    border: solid 1px #007440;
    border-radius: 5px;
    color: #007440;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1em;
    margin: 30px auto;
    padding: 23px 35px;
    position: relative;
    text-align: center;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 300px;
  }
  .c-contents-button-tab2:hover, .c-contents-button-tab:hover, .c-contents-button-sub--anchor-large:hover, .c-contents-button-sub--pdf-large:hover, .c-contents-button-sub--external-large:hover, .c-contents-button-sub--detail-large:hover, .c-contents-button-sub--detail-small--down-arrow:hover, .c-contents-button-sub--detail-small:hover, .c-contents-button-sub--caption:hover, .c-contents-button-sub--external:hover, .c-contents-button-sub--pdf:hover, .c-contents-button-sub--anchor:hover, .c-contents-button-sub--detail-minus:hover, .c-contents-button-sub--detail-plus:hover, .c-contents-button-sub--detail-arrow:hover {
    background-color: #007440;
    color: #ffffff;
    text-decoration: none;
  }
  .c-contents-button-tab2:hover:after, .c-contents-button-tab:hover:after, .c-contents-button-sub--anchor-large:hover:after, .c-contents-button-sub--pdf-large:hover:after, .c-contents-button-sub--external-large:hover:after, .c-contents-button-sub--detail-large:hover:after, .c-contents-button-sub--detail-small--down-arrow:hover:after, .c-contents-button-sub--detail-small:hover:after, .c-contents-button-sub--caption:hover:after, .c-contents-button-sub--external:hover:after, .c-contents-button-sub--pdf:hover:after, .c-contents-button-sub--anchor:hover:after, .c-contents-button-sub--detail-minus:hover:after, .c-contents-button-sub--detail-plus:hover:after, .c-contents-button-sub--detail-arrow:hover:after {
    border-color: #ffffff;
  }

  .c-contents-button-sub--detail-arrow:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-plus {
    padding-right: 45px;
  }
  .c-contents-button-sub--detail-plus:after {
    background-image: url(../images/c-contents-button-icon-plus-green.svg);
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 0.5em);
  }
  .c-contents-button-sub--detail-plus:hover:after {
    background-image: url(../images/c-contents-button-icon-plus-white.svg);
  }
  .c-contents-button-sub--detail-minus {
    padding-right: 45px;
  }
  .c-contents-button-sub--detail-minus:after {
    background-image: url(../images/c-contents-button-icon-minus-green.svg);
    width: 16px;
    height: 2px;
    right: 20px;
    top: 50%;
  }
  .c-contents-button-sub--detail-minus:hover:after {
    background-image: url(../images/c-contents-button-icon-minus-white.svg);
  }
  .c-contents-button-sub--anchor:after {
    border-color: #007440;
    transform: rotate(135deg);
  }
  .c-contents-button-sub--pdf {
    padding-right: 50px;
  }
  .c-contents-button-sub--pdf:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 16px;
    right: 20px;
    width: 28px;
    top: calc(50% - 8px);
  }
  .c-contents-button-sub--pdf:hover:after {
    background-image: url(../images/c-contents-button-icon-pdf-white.svg);
  }
  .c-contents-button-sub--external {
    padding-right: 50px;
  }
  .c-contents-button-sub--external:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 21px;
    right: 20px;
    width: 21px;
    top: calc(50% - 10.5px);
  }
  .c-contents-button-sub--external:hover:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
  }
  .c-contents-button-sub--caption > span {
    display: block;
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 35px;
  }
  .c-contents-button-sub--caption:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-small {
    font-size: 1rem;
    padding: 14px 30px;
    padding-left: 20px;
    width: 124px;
  }
  .c-contents-button-sub--detail-small:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-small.disable {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #555555;
    pointer-events: none;
  }
  .c-contents-button-sub--detail-small.disable:after {
    border-color: #888888;
  }
  .c-contents-button-sub--detail-small--down-arrow {
    font-size: 1rem;
    padding: 14px 30px;
    padding-left: 20px;
    width: 124px;
  }
  .c-contents-button-sub--detail-small--down-arrow:after {
    border-color: #007440;
    transform: rotate(135deg);
  }
  .c-contents-button-sub--detail-small--down-arrow.disable {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #555555;
    pointer-events: none;
  }
  .c-contents-button-sub--detail-small--down-arrow.disable:after {
    border-color: #888888;
  }
  .c-contents-button-sub--detail-large {
    width: 600px;
  }
  .c-contents-button-sub--detail-large:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--external-large {
    padding-right: 50px;
    width: 600px;
  }
  .c-contents-button-sub--external-large:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 21px;
    right: 20px;
    width: 21px;
    top: calc(50% - 10.5px);
  }
  .c-contents-button-sub--external-large:hover:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
  }
  .c-contents-button-sub--pdf-large {
    padding-right: 50px;
    width: 600px;
  }
  .c-contents-button-sub--pdf-large:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 16px;
    right: 20px;
    width: 28px;
    top: calc(50% - 8px);
  }
  .c-contents-button-sub--pdf-large:hover:after {
    background-image: url(../images/c-contents-button-icon-pdf-white.svg);
  }
  .c-contents-button-sub--anchor-large {
    width: 600px;
  }
  .c-contents-button-sub--anchor-large:after {
    border-color: #007440;
    transform: rotate(135deg);
  }

  .c-contents-button-tab {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 30px;
    padding: 16px 25px;
    width: 175px;
  }
  .c-contents-button-tab:last-of-type {
    margin-right: 0;
  }
  .c-contents-button-tab:after {
    border-color: #007440;
    right: 15px;
    transform: rotate(45deg);
  }
  .c-contents-button-tab.current {
    background-color: #007440;
    color: #ffffff;
  }
  .c-contents-button-tab.current:after {
    border-color: #ffffff;
  }

  .c-contents-button-tab-list {
    display: flex;
  }
  .c-contents-button-tab-list-item {
    margin-right: 30px;
    width: 100%;
  }
  .c-contents-button-tab-list-item:last-child {
    margin-right: 0;
  }
  .c-contents-button-tab-list .c-contents-button-tab,
.c-contents-button-tab-list .c-contents-button-tab2 {
    width: 100%;
  }

  .c-contents-button-tab2 {
    display: inline-block;
    line-height: 1.5em;
    margin-right: 30px;
    padding: 16px 16px 38px;
    width: 175px;
  }
  .c-contents-button-tab2:last-of-type {
    margin-right: 0;
  }
  .c-contents-button-tab2:after {
    border-color: #007440;
    bottom: 20px;
    right: calc(50% - 3.5px);
    top: auto;
    transform: rotate(135deg);
  }
  .c-contents-button-tab2.current {
    background-color: #007440;
    color: #ffffff;
  }
  .c-contents-button-tab2.current:after {
    border-color: #ffffff;
  }

  .c-contents-button-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-contents-button-center__item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-button-sub--pdf-large:after, .c-contents-button-sub--external-large:after, .c-contents-button-sub--external:after, .c-contents-button-sub--pdf:after, .c-contents-button-sub--detail-minus:after, .c-contents-button-sub--detail-plus:after, .c-contents-button-main--external-large:after, .c-contents-button-main--external:after, .c-contents-button-main--pdf:after, .c-contents-button-tab2:after, .c-contents-button-tab:after, .c-contents-button-sub--anchor-large:after, .c-contents-button-sub--detail-large:after, .c-contents-button-sub--detail-small--down-arrow:after, .c-contents-button-sub--detail-small:after, .c-contents-button-sub--caption:after, .c-contents-button-sub--anchor:after, .c-contents-button-sub--detail-arrow:after, .c-contents-button-main--detail-large:after, .c-contents-button-main--detail-small:after, .c-contents-button-main--caption:after, .c-contents-button-main--anchor:after, .c-contents-button-main--detail:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-button-tab2:after, .c-contents-button-tab:after, .c-contents-button-sub--anchor-large:after, .c-contents-button-sub--detail-large:after, .c-contents-button-sub--detail-small--down-arrow:after, .c-contents-button-sub--detail-small:after, .c-contents-button-sub--caption:after, .c-contents-button-sub--anchor:after, .c-contents-button-sub--detail-arrow:after, .c-contents-button-main--detail-large:after, .c-contents-button-main--detail-small:after, .c-contents-button-main--caption:after, .c-contents-button-main--anchor:after, .c-contents-button-main--detail:after {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    height: 7px;
    right: 12px;
    top: calc(50% - 3.5px);
    width: 7px;
  }

  .c-contents-button-main--external-large, .c-contents-button-main--detail-large, .c-contents-button-main--detail-small, .c-contents-button-main--caption, .c-contents-button-main--external, .c-contents-button-main--pdf, .c-contents-button-main--anchor, .c-contents-button-main--detail {
    background-color: #007440;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1em;
    margin: 30px auto;
    padding: 15.5px 25px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: calc(654 * 100vw / 750);
  }
  .disable.c-contents-button-main--external-large, .disable.c-contents-button-main--detail-large, .disable.c-contents-button-main--detail-small, .disable.c-contents-button-main--caption, .disable.c-contents-button-main--external, .disable.c-contents-button-main--pdf, .disable.c-contents-button-main--anchor, .disable.c-contents-button-main--detail {
    background-color: #ccc;
    color: #ffffff;
    pointer-events: none;
  }
  .disable.c-contents-button-main--external-large:after, .disable.c-contents-button-main--detail-large:after, .disable.c-contents-button-main--detail-small:after, .disable.c-contents-button-main--caption:after, .disable.c-contents-button-main--external:after, .disable.c-contents-button-main--pdf:after, .disable.c-contents-button-main--anchor:after, .disable.c-contents-button-main--detail:after {
    border-color: #888888;
  }

  .c-contents-button-main--detail:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--anchor:after {
    transform: rotate(135deg);
  }
  .c-contents-button-main--pdf:after {
    background-image: url(../images/c-contents-button-icon-pdf-white.svg);
    background-size: cover;
    height: 8px;
    right: 10px;
    width: 14px;
    top: calc(50% - 4px);
  }
  .c-contents-button-main--external:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
    background-size: cover;
    height: 10px;
    right: 10px;
    width: 10px;
    top: calc(50% - 5px);
  }
  .c-contents-button-main--caption > span {
    display: block;
    font-size: 0.8571428571rem;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 20px;
  }
  .c-contents-button-main--caption:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--detail-small {
    font-size: 0.8571428571rem;
    width: 100%;
    max-width: calc(654 * 100vw / 750);
  }
  .c-contents-button-main--detail-small:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--detail-large:after {
    transform: rotate(45deg);
  }
  .c-contents-button-main--external-large:after {
    background-image: url(../images/c-contents-button-icon-external-white.svg);
    background-size: cover;
    height: 10px;
    right: 10px;
    width: 10px;
    top: calc(50% - 5px);
  }

  .c-contents-button-tab2, .c-contents-button-tab, .c-contents-button-sub--anchor-large, .c-contents-button-sub--pdf-large, .c-contents-button-sub--external-large, .c-contents-button-sub--detail-large, .c-contents-button-sub--detail-small--down-arrow, .c-contents-button-sub--detail-small, .c-contents-button-sub--caption, .c-contents-button-sub--external, .c-contents-button-sub--pdf, .c-contents-button-sub--anchor, .c-contents-button-sub--detail-minus, .c-contents-button-sub--detail-plus, .c-contents-button-sub--detail-arrow {
    background-color: #ffffff;
    border: solid 1px #007440;
    border-radius: 5px;
    color: #007440;
    display: block;
    font-size: 1.0714285714rem;
    font-weight: bold;
    line-height: 1em;
    margin: 30px auto;
    padding: 14px 25px;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: calc(654 * 100vw / 750);
  }

  .c-contents-button-sub--detail-arrow:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-plus:after {
    background-image: url(../images/c-contents-button-icon-plus-green.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    right: 10px;
    top: calc(50% - 5px);
  }
  .c-contents-button-sub--detail-minus:after {
    background-image: url(../images/c-contents-button-icon-minus-green.svg);
    background-size: cover;
    width: 10px;
    height: 1px;
    right: 10px;
    top: 50%;
  }
  .c-contents-button-sub--anchor:after {
    border-color: #007440;
    transform: rotate(135deg);
  }
  .c-contents-button-sub--pdf:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 8px;
    right: 10px;
    width: 14px;
    top: calc(50% - 4px);
  }
  .c-contents-button-sub--external:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 10px;
    right: 10px;
    width: 10px;
    top: calc(50% - 5px);
  }
  .c-contents-button-sub--caption > span {
    display: block;
    font-size: 0.8571428571rem;
    font-weight: normal;
    margin-top: 10px;
    padding: 0 20px;
  }
  .c-contents-button-sub--caption:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-small {
    font-size: 0.8571428571rem;
    width: 100%;
    max-width: calc(654 * 100vw / 750);
  }
  .c-contents-button-sub--detail-small:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--detail-small.disable {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #555555;
    pointer-events: none;
  }
  .c-contents-button-sub--detail-small.disable:after {
    border-color: #888888;
  }
  .c-contents-button-sub--detail-small--down-arrow {
    font-size: 0.8571428571rem;
    width: 100%;
    max-width: calc(654 * 100vw / 750);
  }
  .c-contents-button-sub--detail-small--down-arrow:after {
    border-color: #007440;
    transform: rotate(135deg);
  }
  .c-contents-button-sub--detail-small--down-arrow.disable {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #555555;
    pointer-events: none;
  }
  .c-contents-button-sub--detail-small--down-arrow.disable:after {
    border-color: #888888;
  }
  .c-contents-button-sub--detail-large:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-sub--external-large:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 10px;
    right: 10px;
    width: 10px;
    top: calc(50% - 5px);
  }
  .c-contents-button-sub--pdf-large:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 8px;
    right: 10px;
    width: 14px;
    top: calc(50% - 4px);
  }
  .c-contents-button-sub--anchor-large:after {
    border-color: #007440;
    transform: rotate(135deg);
  }

  .c-contents-button-tab {
    display: inline-block;
    line-height: 1.5em;
    margin: 10px auto;
  }
  .c-contents-button-tab:last-of-type {
    margin-right: 0;
  }
  .c-contents-button-tab:after {
    border-color: #007440;
    transform: rotate(45deg);
  }
  .c-contents-button-tab.current {
    background-color: #007440;
    color: #ffffff;
  }
  .c-contents-button-tab.current:after {
    border-color: #ffffff;
  }

  .c-contents-button-tab2 {
    display: inline-block;
    line-height: 1.5em;
    margin: 10px 5% 10px 0;
    padding-bottom: 30px;
  }
  .c-contents-button-tab2:last-of-type {
    margin-right: 0;
  }
  .c-contents-button-tab2:after {
    border-color: #007440;
    bottom: 16px;
    right: calc(50% - 4px);
    top: auto;
    transform: rotate(135deg);
  }
  .c-contents-button-tab2.current {
    background-color: #007440;
    color: #ffffff;
  }
  .c-contents-button-tab2.current:after {
    border-color: #ffffff;
  }

  .c-contents-button-tab-list {
    margin-top: 60px;
    text-align: center;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-faq__list-item-question:after, .c-contents-faq__list-item-question:before {
    content: "";
    display: block;
    background-color: #007440;
    position: absolute;
    top: calc(58px / 2 - 1px);
    width: 15px;
    height: 2px;
    right: 25px;
  }

  .c-contents-faq__list {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
  }
  .c-contents-faq__list-item {
    text-align: left;
    margin-bottom: 30px;
  }
  .c-contents-faq__list-item-question {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
    padding: 16px 20px;
  }
  .c-contents-faq__list-item-question:after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-faq__list-item-question.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-contents-faq__list-item-question.is-active:before {
    opacity: 0;
  }
  .c-contents-faq__list-item-question.is-active:after {
    transform: rotate(0);
  }
  .c-contents-faq__list-item-question span {
    display: inline-block;
    position: relative;
    padding-left: calc(1.75em + 13px);
    padding-right: 50px;
  }
  .c-contents-faq__list-item-question span:before {
    content: "Q";
    font-size: 1.75rem;
    color: #007440;
    font-weight: bold;
    position: absolute;
    top: -0.3em;
    left: 0;
  }
  .c-contents-faq__list-item-answer {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    font-size: 1.125rem;
    padding: 0 20px;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .c-contents-faq__list-item-answer.is-open {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px;
    height: auto;
    opacity: 1;
  }
  .c-contents-faq__list-item-answer span, .c-contents-faq__list-item-answer div {
    display: inline-block;
    position: relative;
    padding-left: calc(1.75em + 13px);
    padding-right: 50px;
  }
  .c-contents-faq__list-item-answer span:before, .c-contents-faq__list-item-answer div:before {
    content: "A";
    font-size: 1.75rem;
    color: #ebba52;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }

  .js-ContentsFaq_template {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-faq__list-item-question:after, .c-contents-faq__list-item-question:before {
    content: "";
    display: block;
    background-color: #007440;
    position: absolute;
    top: 24px;
    width: 15px;
    height: 2px;
    right: 12px;
  }

  .c-contents-faq__list {
    width: 100%;
    margin: 30px auto;
  }
  .c-contents-faq__list-item {
    text-align: left;
    margin-bottom: 15px;
  }
  .c-contents-faq__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-faq__list-item-question {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
    padding: 15px 12px;
  }
  .c-contents-faq__list-item-question:after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-faq__list-item-question.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-contents-faq__list-item-question.is-active:before {
    opacity: 0;
  }
  .c-contents-faq__list-item-question.is-active:after {
    transform: rotate(0);
  }
  .c-contents-faq__list-item-question span {
    display: inline-block;
    position: relative;
    padding-left: calc(1.14em + 10px);
    padding-right: 30px;
  }
  .c-contents-faq__list-item-question span:before {
    content: "Q";
    font-size: 1.1428571429rem;
    color: #007440;
    font-weight: bold;
    position: absolute;
    top: -0.3em;
    left: 0;
  }
  .c-contents-faq__list-item-answer {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    font-size: 1rem;
    padding: 0 12px;
    line-height: 1.5em;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .c-contents-faq__list-item-answer.is-open {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px 12px;
    height: auto;
    opacity: 1;
  }
  .c-contents-faq__list-item-answer span, .c-contents-faq__list-item-answer div {
    display: inline-block;
    position: relative;
    padding-left: calc(1.14em + 10px);
    padding-right: 20px;
  }
  .c-contents-faq__list-item-answer span:before, .c-contents-faq__list-item-answer div:before {
    content: "A";
    font-size: 1.1428571429rem;
    color: #ebba52;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-banner-carousel-list__bnr-list-item img {
    transition: opacity 0.3s;
    transition: transform 0.3s ease-in-out;
  }
  .c-contents-banner-carousel-list__bnr-list-item img:hover {
    opacity: 0.6;
    text-decoration: none;
    transform: scale(1.2);
  }

  .c-contents-banner--earthquake, .c-contents-banner--prefecture, .c-contents-banner--nisa, .c-contents-banner--job_nisa, .c-contents-banner--loan, .c-contents-banner--money, .c-contents-banner--attention, .c-contents-banner--campaign {
    transition: all 0.3s ease-in-out;
  }
  .c-contents-banner--earthquake:after, .c-contents-banner--prefecture:after, .c-contents-banner--nisa:after, .c-contents-banner--job_nisa:after, .c-contents-banner--loan:after, .c-contents-banner--money:after, .c-contents-banner--attention:after, .c-contents-banner--campaign:after {
    transition: all 0.3s ease-in-out;
  }
  .c-contents-banner--earthquake:hover, .c-contents-banner--prefecture:hover, .c-contents-banner--nisa:hover, .c-contents-banner--job_nisa:hover, .c-contents-banner--loan:hover, .c-contents-banner--money:hover, .c-contents-banner--attention:hover, .c-contents-banner--campaign:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .c-contents-banner--earthquake:hover:after, .c-contents-banner--prefecture:hover:after, .c-contents-banner--nisa:hover:after, .c-contents-banner--job_nisa:hover:after, .c-contents-banner--loan:hover:after, .c-contents-banner--money:hover:after, .c-contents-banner--attention:hover:after, .c-contents-banner--campaign:hover:after {
    transform: scale(1.2);
  }

  .c-contents-banner--earthquake, .c-contents-banner--prefecture, .c-contents-banner--nisa, .c-contents-banner--job_nisa, .c-contents-banner--loan, .c-contents-banner--money, .c-contents-banner--attention, .c-contents-banner--campaign {
    width: 585px;
    height: 120px;
    color: #007440;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .c-contents-banner--earthquake:after, .c-contents-banner--prefecture:after, .c-contents-banner--nisa:after, .c-contents-banner--job_nisa:after, .c-contents-banner--loan:after, .c-contents-banner--money:after, .c-contents-banner--attention:after, .c-contents-banner--campaign:after {
    background-size: cover;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
  }

  .c-contents-banner--earthquake, .c-contents-banner--prefecture, .c-contents-banner--nisa, .c-contents-banner--job_nisa, .c-contents-banner--loan, .c-contents-banner--money, .c-contents-banner--attention, .c-contents-banner--campaign {
    margin: 60px 0;
  }
  .c-contents-banner--earthquake > h4, .c-contents-banner--prefecture > h4, .c-contents-banner--nisa > h4, .c-contents-banner--job_nisa > h4, .c-contents-banner--loan > h4, .c-contents-banner--money > h4, .c-contents-banner--attention > h4, .c-contents-banner--campaign > h4 {
    font-size: 1.3125rem;
    font-weight: bold;
  }
  .c-contents-banner--earthquake > p, .c-contents-banner--prefecture > p, .c-contents-banner--nisa > p, .c-contents-banner--job_nisa > p, .c-contents-banner--loan > p, .c-contents-banner--money > p, .c-contents-banner--attention > p, .c-contents-banner--campaign > p {
    margin-top: 10px;
    font-size: 0.875rem;
    font-weight: bold;
  }

  .c-contents-banner--campaign:after {
    background-image: url(../images/c-contents-banner-campaign.png);
  }
  .c-contents-banner--attention:after {
    background-image: url(../images/c-contents-banner-attention.png);
  }
  .c-contents-banner--money:after {
    background-image: url(../images/c-contents-banner-money.png);
  }
  .c-contents-banner--loan:after {
    background-image: url(../images/c-contents-banner-loan.png);
  }
  .c-contents-banner--job_nisa:after {
    background-image: url(../images/c-contents-banner-job_nisa.png);
  }
  .c-contents-banner--nisa:after {
    background-image: url(../images/c-contents-banner-nisa.png);
  }
  .c-contents-banner--prefecture:after {
    background-image: url(../images/c-contents-banner-prefecture.png);
  }
  .c-contents-banner--earthquake:after {
    background-image: url(../images/c-contents-banner-earthquake.png);
  }

  .c-contents-banner-list {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 60px;
    max-width: 1200px;
    width: 100%;
  }

  .c-contents-banner-carousel-list__container {
    max-width: 1200px;
    margin: 60px auto;
    position: relative;
  }
  .c-contents-banner-carousel-list__bnr-list {
    width: 100%;
  }
  .c-contents-banner-carousel-list__bnr-list-item a {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
    height: 122px;
    width: 360px;
  }
  .c-contents-banner-carousel-list__bnr-list-item img {
    width: 384px;
    margin-bottom: 50px;
  }
  .c-contents-banner-carousel-list__swiper-button-prev {
    top: calc(50% - 15px) !important;
  }
  .c-contents-banner-carousel-list__swiper-button-next {
    top: calc(50% - 15px) !important;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-banner--earthquake, .c-contents-banner--prefecture, .c-contents-banner--nisa, .c-contents-banner--job_nisa, .c-contents-banner--loan, .c-contents-banner--money, .c-contents-banner--attention, .c-contents-banner--campaign {
    width: calc(654 * 100vw /750);
    height: calc(150 * 100vw /750);
    background-size: cover;
    color: #007440;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: calc(30 * 100vw /750);
    margin: 0 auto;
  }

  .c-contents-banner--earthquake, .c-contents-banner--prefecture, .c-contents-banner--nisa, .c-contents-banner--job_nisa, .c-contents-banner--loan, .c-contents-banner--money, .c-contents-banner--attention, .c-contents-banner--campaign {
    margin: 15px 0;
  }
  .c-contents-banner--earthquake > h4, .c-contents-banner--prefecture > h4, .c-contents-banner--nisa > h4, .c-contents-banner--job_nisa > h4, .c-contents-banner--loan > h4, .c-contents-banner--money > h4, .c-contents-banner--attention > h4, .c-contents-banner--campaign > h4 {
    font-size: 1rem;
    font-weight: bold;
  }
  .c-contents-banner--earthquake > p, .c-contents-banner--prefecture > p, .c-contents-banner--nisa > p, .c-contents-banner--job_nisa > p, .c-contents-banner--loan > p, .c-contents-banner--money > p, .c-contents-banner--attention > p, .c-contents-banner--campaign > p {
    font-size: 0.7857142857rem;
    font-weight: bold;
  }

  .c-contents-banner--campaign {
    background-image: url(../images/c-contents-banner-campaign-sp.png);
  }
  .c-contents-banner--attention {
    background-image: url(../images/c-contents-banner-attention-sp.png);
  }
  .c-contents-banner--money {
    background-image: url(../images/c-contents-banner-money-sp.png);
  }
  .c-contents-banner--loan {
    background-image: url(../images/c-contents-banner-loan-sp.png);
  }
  .c-contents-banner--job_nisa {
    background-image: url(../images/c-contents-banner-job_nisa-sp.png);
  }
  .c-contents-banner--nisa {
    background-image: url(../images/c-contents-banner-nisa-sp.png);
  }
  .c-contents-banner--prefecture {
    background-image: url(../images/c-contents-banner-prefecture-sp.png);
  }
  .c-contents-banner--earthquake {
    background-image: url(../images/c-contents-banner-earthquake-sp.png);
  }

  .c-contents-banner-list {
    margin: 15px auto;
    width: 100%;
  }

  .c-contents-banner-carousel-list__container {
    margin: 60px auto;
    position: relative;
  }
  .c-contents-banner-carousel-list__container .swiper {
    margin: 0 !important;
  }
  .c-contents-banner-carousel-list__container .swiper-button-next {
    right: calc(40 * 100vw / 375) !important;
  }
  .c-contents-banner-carousel-list__container .swiper-button-prev {
    left: calc(40 * 100vw / 375) !important;
  }
  .c-contents-banner-carousel-list__bnr-list-item a {
    display: block;
  }
  .c-contents-banner-carousel-list__bnr-list-item img {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-text-link-small--anchor-gray:before, .c-contents-text-link-small--anchor-black:before, .c-contents-text-link-small--anchor-green:before, .c-contents-text-link-large--anchor-red:before, .c-contents-text-link-large--anchor-gray:before, .c-contents-text-link-large--anchor-black:before, .c-contents-text-link-large--anchor-green:before, .c-contents-text-link-small--pdf-gray:before, .c-contents-text-link-small--pdf-black:before, .c-contents-text-link-small--pdf-green:before, .c-contents-text-link-large--pdf-gray:before, .c-contents-text-link-large--pdf-black:before, .c-contents-text-link-large--pdf-green:before, .c-contents-text-link-small--external-gray:before, .c-contents-text-link-small--external-black:before, .c-contents-text-link-small--external-green:before, .c-contents-text-link-large--external-red:before, .c-contents-text-link-large--external-gray:before, .c-contents-text-link-large--under-line-external-black:before, .c-contents-text-link-large--external-black:before, .c-contents-text-link-large--external-green:before, .c-contents-text-link-ultra-small--internal-gray:before, .c-contents-text-link-ultra-small--internal-black:before, .c-contents-text-link-ultra-small--internal-green:before, .c-contents-text-link-small--internal-red:before, .c-contents-text-link-small--internal-gray:before, .c-contents-text-link-small--internal-black:before, .c-contents-text-link-small--internal-green:before, .c-contents-text-link-large--internal-red:before, .c-contents-text-link-large--internal-gray:before, .c-contents-text-link-large--internal-black:before, .c-contents-text-link-large--internal-green:before {
    border-right: solid 1px #007440;
    border-top: solid 1px #007440;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: rotate(45deg);
    width: 5px;
  }

  .c-contents-text-link-small--pdf-gray:after, .c-contents-text-link-small--pdf-black:after, .c-contents-text-link-small--pdf-green:after, .c-contents-text-link-large--pdf-gray:after, .c-contents-text-link-large--pdf-black:after, .c-contents-text-link-large--pdf-green:after, .c-contents-text-link-small--external-gray:after, .c-contents-text-link-small--external-black:after, .c-contents-text-link-small--external-green:after, .c-contents-text-link-large--external-red:after, .c-contents-text-link-large--external-gray:after, .c-contents-text-link-large--under-line-external-black:after, .c-contents-text-link-large--external-black:after, .c-contents-text-link-large--external-green:after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    position: absolute;
  }

  .c-contents-text-link-ultra-small--internal-gray, .c-contents-text-link-ultra-small--internal-black, .c-contents-text-link-ultra-small--internal-green, .c-contents-text-link-small--internal-red, .c-contents-text-link-small--internal-gray, .c-contents-text-link-small--internal-black, .c-contents-text-link-small--internal-green, .c-contents-text-link-large--internal-red, .c-contents-text-link-large--internal-gray, .c-contents-text-link-large--internal-black, .c-contents-text-link-large--internal-green {
    padding-left: 12px;
    position: relative;
  }
  .c-contents-text-link-small--external-gray, .c-contents-text-link-small--external-black, .c-contents-text-link-small--external-green, .c-contents-text-link-large--external-red, .c-contents-text-link-large--external-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--external-black, .c-contents-text-link-large--external-green {
    padding-left: 12px;
    padding-right: calc(12px + 0.25em);
    position: relative;
  }
  .c-contents-text-link-small--external-gray:after, .c-contents-text-link-small--external-black:after, .c-contents-text-link-small--external-green:after, .c-contents-text-link-large--external-red:after, .c-contents-text-link-large--external-gray:after, .c-contents-text-link-large--under-line-external-black:after, .c-contents-text-link-large--external-black:after, .c-contents-text-link-large--external-green:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    bottom: 6px;
  }

  .c-contents-text-link-small--pdf-gray, .c-contents-text-link-small--pdf-black, .c-contents-text-link-small--pdf-green, .c-contents-text-link-large--pdf-gray, .c-contents-text-link-large--pdf-black, .c-contents-text-link-large--pdf-green {
    padding-left: 12px;
    padding-right: calc(22px + 0.25em);
    position: relative;
  }
  .c-contents-text-link-small--pdf-gray:after, .c-contents-text-link-small--pdf-black:after, .c-contents-text-link-small--pdf-green:after, .c-contents-text-link-large--pdf-gray:after, .c-contents-text-link-large--pdf-black:after, .c-contents-text-link-large--pdf-green:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 14px;
    width: 22px;
    bottom: 7px;
  }

  .c-contents-text-link-small--anchor-gray, .c-contents-text-link-small--anchor-black, .c-contents-text-link-small--anchor-green, .c-contents-text-link-large--anchor-red, .c-contents-text-link-large--anchor-gray, .c-contents-text-link-large--anchor-black, .c-contents-text-link-large--anchor-green {
    padding-left: 12px;
    position: relative;
  }
  .c-contents-text-link-small--anchor-gray:before, .c-contents-text-link-small--anchor-black:before, .c-contents-text-link-small--anchor-green:before, .c-contents-text-link-large--anchor-red:before, .c-contents-text-link-large--anchor-gray:before, .c-contents-text-link-large--anchor-black:before, .c-contents-text-link-large--anchor-green:before {
    transform: rotate(135deg);
  }

  .c-contents-text-link-large--under-line-red, .c-contents-text-link-large--under-line-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--under-line-black, .c-contents-text-link-large--under-line-green {
    text-decoration: underline;
  }

  .c-contents-text-link-large--under-line-red, .c-contents-text-link-large--external-red, .c-contents-text-link-large--anchor-red, .c-contents-text-link-large--internal-red, .c-contents-text-link-large--under-line-gray, .c-contents-text-link-large--anchor-gray, .c-contents-text-link-large--pdf-gray, .c-contents-text-link-large--external-gray, .c-contents-text-link-large--internal-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--under-line-black, .c-contents-text-link-large--anchor-black, .c-contents-text-link-large--pdf-black, .c-contents-text-link-large--external-black, .c-contents-text-link-large--internal-black, .c-contents-text-link-large--under-line-green, .c-contents-text-link-large--anchor-green, .c-contents-text-link-large--pdf-green, .c-contents-text-link-large--external-green, .c-contents-text-link-large--internal-green {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 20px 0;
  }

  .c-contents-text-link-large--internal-green {
    color: #007440;
  }
  .c-contents-text-link-large--external-green {
    color: #007440;
  }
  .c-contents-text-link-large--pdf-green {
    color: #007440;
  }
  .c-contents-text-link-large--anchor-green {
    color: #007440;
  }
  .c-contents-text-link-large--under-line-green {
    color: #007440;
  }
  .c-contents-text-link-large--internal-black {
    color: #020202;
  }
  .c-contents-text-link-large--external-black {
    color: #020202;
  }
  .c-contents-text-link-large--pdf-black {
    color: #020202;
  }
  .c-contents-text-link-large--anchor-black {
    color: #020202;
  }
  .c-contents-text-link-large--under-line-black {
    color: #020202;
  }
  .c-contents-text-link-large--under-line-external-black {
    color: #020202;
    padding-left: 0;
  }
  .c-contents-text-link-large--under-line-external-black:before {
    content: none;
  }
  .c-contents-text-link-large--internal-gray {
    color: #555555;
  }
  .c-contents-text-link-large--external-gray {
    color: #555555;
  }
  .c-contents-text-link-large--pdf-gray {
    color: #555555;
  }
  .c-contents-text-link-large--anchor-gray {
    color: #555555;
  }
  .c-contents-text-link-large--under-line-gray {
    color: #555555;
  }
  .c-contents-text-link-large--internal-red {
    color: #f22400;
  }
  .c-contents-text-link-large--internal-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--anchor-red {
    color: #f22400;
  }
  .c-contents-text-link-large--anchor-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--external-red {
    color: #f22400;
  }
  .c-contents-text-link-large--external-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--external-red:after {
    background-image: url(../images/c-contents-button-icon-external-red.svg);
  }
  .c-contents-text-link-large--under-line-red {
    color: #f22400;
  }

  .c-contents-text-link-small--internal-red, .c-contents-text-link-small--anchor-gray, .c-contents-text-link-small--pdf-gray, .c-contents-text-link-small--external-gray, .c-contents-text-link-small--internal-gray, .c-contents-text-link-small--anchor-black, .c-contents-text-link-small--pdf-black, .c-contents-text-link-small--external-black, .c-contents-text-link-small--internal-black, .c-contents-text-link-small--anchor-green, .c-contents-text-link-small--pdf-green, .c-contents-text-link-small--external-green, .c-contents-text-link-small--internal-green {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin: 20px 0;
  }

  .c-contents-text-link-small--external-green:after {
    height: 10px;
    width: 10px;
  }

  .c-contents-text-link-small--internal-green {
    color: #007440;
  }
  .c-contents-text-link-small--external-green {
    color: #007440;
  }
  .c-contents-text-link-small--pdf-green {
    color: #007440;
  }
  .c-contents-text-link-small--anchor-green {
    color: #007440;
  }
  .c-contents-text-link-small--internal-black {
    color: #020202;
  }
  .c-contents-text-link-small--external-black {
    color: #020202;
  }
  .c-contents-text-link-small--pdf-black {
    color: #020202;
  }
  .c-contents-text-link-small--anchor-black {
    color: #020202;
  }
  .c-contents-text-link-small--internal-gray {
    color: #555555;
  }
  .c-contents-text-link-small--external-gray {
    color: #555555;
  }
  .c-contents-text-link-small--pdf-gray {
    color: #555555;
  }
  .c-contents-text-link-small--anchor-gray {
    color: #555555;
  }
  .c-contents-text-link-small--internal-red {
    color: #f22400;
  }
  .c-contents-text-link-small--internal-red:before {
    border-color: #f22400;
  }

  .c-contents-text-link-ultra-small--internal-gray, .c-contents-text-link-ultra-small--internal-black, .c-contents-text-link-ultra-small--internal-green {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 20px 0;
  }

  .c-contents-text-link-ultra-small--internal-green {
    color: #007440;
  }
  .c-contents-text-link-ultra-small--internal-black {
    color: #020202;
  }
  .c-contents-text-link-ultra-small--internal-gray {
    color: #555555;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-text-link-small--anchor-gray:before, .c-contents-text-link-small--anchor-black:before, .c-contents-text-link-small--anchor-green:before, .c-contents-text-link-large--anchor-red:before, .c-contents-text-link-large--anchor-gray:before, .c-contents-text-link-large--anchor-black:before, .c-contents-text-link-large--anchor-green:before, .c-contents-text-link-small--pdf-gray:before, .c-contents-text-link-small--pdf-black:before, .c-contents-text-link-small--pdf-green:before, .c-contents-text-link-large--pdf-gray:before, .c-contents-text-link-large--pdf-black:before, .c-contents-text-link-large--pdf-green:before, .c-contents-text-link-small--external-gray:before, .c-contents-text-link-small--external-black:before, .c-contents-text-link-small--external-green:before, .c-contents-text-link-large--external-red:before, .c-contents-text-link-large--external-gray:before, .c-contents-text-link-large--under-line-external-black:before, .c-contents-text-link-large--external-black:before, .c-contents-text-link-large--external-green:before, .c-contents-text-link-ultra-small--internal-gray:before, .c-contents-text-link-ultra-small--internal-black:before, .c-contents-text-link-ultra-small--internal-green:before, .c-contents-text-link-small--internal-red:before, .c-contents-text-link-small--internal-gray:before, .c-contents-text-link-small--internal-black:before, .c-contents-text-link-small--internal-green:before, .c-contents-text-link-large--internal-red:before, .c-contents-text-link-large--internal-gray:before, .c-contents-text-link-large--internal-black:before, .c-contents-text-link-large--internal-green:before {
    border-right: 1px solid #007440;
    border-top: 1px solid #007440;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.5em;
    transform: rotate(45deg);
    width: 5px;
  }

  .c-contents-text-link-small--pdf-gray:after, .c-contents-text-link-small--pdf-black:after, .c-contents-text-link-small--pdf-green:after, .c-contents-text-link-large--pdf-gray:after, .c-contents-text-link-large--pdf-black:after, .c-contents-text-link-large--pdf-green:after, .c-contents-text-link-small--external-gray:after, .c-contents-text-link-small--external-black:after, .c-contents-text-link-small--external-green:after, .c-contents-text-link-large--external-red:after, .c-contents-text-link-large--external-gray:after, .c-contents-text-link-large--under-line-external-black:after, .c-contents-text-link-large--external-black:after, .c-contents-text-link-large--external-green:after {
    content: "";
    display: inline-block;
    margin-left: 0.25em;
    position: absolute;
  }

  .c-contents-text-link-ultra-small--internal-gray, .c-contents-text-link-ultra-small--internal-black, .c-contents-text-link-ultra-small--internal-green, .c-contents-text-link-small--internal-red, .c-contents-text-link-small--internal-gray, .c-contents-text-link-small--internal-black, .c-contents-text-link-small--internal-green, .c-contents-text-link-large--internal-red, .c-contents-text-link-large--internal-gray, .c-contents-text-link-large--internal-black, .c-contents-text-link-large--internal-green {
    padding-left: 12px;
    position: relative;
  }
  .c-contents-text-link-small--external-gray, .c-contents-text-link-small--external-black, .c-contents-text-link-small--external-green, .c-contents-text-link-large--external-red, .c-contents-text-link-large--external-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--external-black, .c-contents-text-link-large--external-green {
    padding-left: 12px;
    padding-right: calc(9px + 0.25em);
    position: relative;
  }
  .c-contents-text-link-small--external-gray:after, .c-contents-text-link-small--external-black:after, .c-contents-text-link-small--external-green:after, .c-contents-text-link-large--external-red:after, .c-contents-text-link-large--external-gray:after, .c-contents-text-link-large--under-line-external-black:after, .c-contents-text-link-large--external-black:after, .c-contents-text-link-large--external-green:after {
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 9px;
    width: 9px;
    bottom: 4.5px;
  }

  .c-contents-text-link-small--pdf-gray, .c-contents-text-link-small--pdf-black, .c-contents-text-link-small--pdf-green, .c-contents-text-link-large--pdf-gray, .c-contents-text-link-large--pdf-black, .c-contents-text-link-large--pdf-green {
    padding-left: 12px;
    padding-right: calc(14px + 0.25em);
    position: relative;
  }
  .c-contents-text-link-small--pdf-gray:after, .c-contents-text-link-small--pdf-black:after, .c-contents-text-link-small--pdf-green:after, .c-contents-text-link-large--pdf-gray:after, .c-contents-text-link-large--pdf-black:after, .c-contents-text-link-large--pdf-green:after {
    background-image: url(../images/c-contents-button-icon-pdf-green.svg);
    background-size: cover;
    height: 8px;
    width: 14px;
    bottom: 4px;
  }

  .c-contents-text-link-small--anchor-gray, .c-contents-text-link-small--anchor-black, .c-contents-text-link-small--anchor-green, .c-contents-text-link-large--anchor-red, .c-contents-text-link-large--anchor-gray, .c-contents-text-link-large--anchor-black, .c-contents-text-link-large--anchor-green {
    padding-left: 12px;
    position: relative;
  }
  .c-contents-text-link-small--anchor-gray:before, .c-contents-text-link-small--anchor-black:before, .c-contents-text-link-small--anchor-green:before, .c-contents-text-link-large--anchor-red:before, .c-contents-text-link-large--anchor-gray:before, .c-contents-text-link-large--anchor-black:before, .c-contents-text-link-large--anchor-green:before {
    transform: rotate(135deg);
  }

  .c-contents-text-link-large--under-line-red, .c-contents-text-link-large--under-line-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--under-line-black, .c-contents-text-link-large--under-line-green {
    text-decoration: underline;
  }

  .c-contents-text-link-large--under-line-red, .c-contents-text-link-large--external-red, .c-contents-text-link-large--anchor-red, .c-contents-text-link-large--internal-red, .c-contents-text-link-large--under-line-gray, .c-contents-text-link-large--anchor-gray, .c-contents-text-link-large--pdf-gray, .c-contents-text-link-large--external-gray, .c-contents-text-link-large--internal-gray, .c-contents-text-link-large--under-line-external-black, .c-contents-text-link-large--under-line-black, .c-contents-text-link-large--anchor-black, .c-contents-text-link-large--pdf-black, .c-contents-text-link-large--external-black, .c-contents-text-link-large--internal-black, .c-contents-text-link-large--under-line-green, .c-contents-text-link-large--anchor-green, .c-contents-text-link-large--pdf-green, .c-contents-text-link-large--external-green, .c-contents-text-link-large--internal-green {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .c-contents-text-link-large--under-line-red:hover, .c-contents-text-link-large--external-red:hover, .c-contents-text-link-large--anchor-red:hover, .c-contents-text-link-large--internal-red:hover, .c-contents-text-link-large--under-line-gray:hover, .c-contents-text-link-large--anchor-gray:hover, .c-contents-text-link-large--pdf-gray:hover, .c-contents-text-link-large--external-gray:hover, .c-contents-text-link-large--internal-gray:hover, .c-contents-text-link-large--under-line-external-black:hover, .c-contents-text-link-large--under-line-black:hover, .c-contents-text-link-large--anchor-black:hover, .c-contents-text-link-large--pdf-black:hover, .c-contents-text-link-large--external-black:hover, .c-contents-text-link-large--internal-black:hover, .c-contents-text-link-large--under-line-green:hover, .c-contents-text-link-large--anchor-green:hover, .c-contents-text-link-large--pdf-green:hover, .c-contents-text-link-large--external-green:hover, .c-contents-text-link-large--internal-green:hover {
    text-decoration: underline;
  }

  .c-contents-text-link-large--internal-green {
    color: #007440;
  }
  .c-contents-text-link-large--external-green {
    color: #007440;
  }
  .c-contents-text-link-large--pdf-green {
    color: #007440;
  }
  .c-contents-text-link-large--anchor-green {
    color: #007440;
  }
  .c-contents-text-link-large--under-line-green {
    color: #007440;
  }
  .c-contents-text-link-large--internal-black {
    color: #020202;
  }
  .c-contents-text-link-large--external-black {
    color: #020202;
  }
  .c-contents-text-link-large--pdf-black {
    color: #020202;
  }
  .c-contents-text-link-large--anchor-black {
    color: #020202;
  }
  .c-contents-text-link-large--under-line-black {
    color: #020202;
  }
  .c-contents-text-link-large--under-line-external-black {
    color: #020202;
    padding-left: 0;
  }
  .c-contents-text-link-large--under-line-external-black:before {
    content: none;
  }
  .c-contents-text-link-large--internal-gray {
    color: #555555;
  }
  .c-contents-text-link-large--external-gray {
    color: #555555;
  }
  .c-contents-text-link-large--pdf-gray {
    color: #555555;
  }
  .c-contents-text-link-large--anchor-gray {
    color: #555555;
  }
  .c-contents-text-link-large--under-line-gray {
    color: #555555;
  }
  .c-contents-text-link-large--internal-red {
    color: #f22400;
  }
  .c-contents-text-link-large--internal-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--anchor-red {
    color: #f22400;
  }
  .c-contents-text-link-large--anchor-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--external-red {
    color: #f22400;
  }
  .c-contents-text-link-large--external-red:before {
    border-color: #f22400;
  }
  .c-contents-text-link-large--external-red:after {
    background-image: url(../images/c-contents-button-icon-external-red.svg);
  }
  .c-contents-text-link-large--under-line-red {
    color: #f22400;
  }

  .c-contents-text-link-ultra-small--internal-gray, .c-contents-text-link-ultra-small--internal-black, .c-contents-text-link-ultra-small--internal-green, .c-contents-text-link-small--internal-red, .c-contents-text-link-small--anchor-gray, .c-contents-text-link-small--pdf-gray, .c-contents-text-link-small--external-gray, .c-contents-text-link-small--internal-gray, .c-contents-text-link-small--anchor-black, .c-contents-text-link-small--pdf-black, .c-contents-text-link-small--external-black, .c-contents-text-link-small--internal-black, .c-contents-text-link-small--anchor-green, .c-contents-text-link-small--pdf-green, .c-contents-text-link-small--external-green, .c-contents-text-link-small--internal-green {
    display: inline-block;
    font-size: 0.8571428571rem;
    font-weight: bold;
    margin: 20px 0;
  }
  .c-contents-text-link-ultra-small--internal-gray:hover, .c-contents-text-link-ultra-small--internal-black:hover, .c-contents-text-link-ultra-small--internal-green:hover, .c-contents-text-link-small--internal-red:hover, .c-contents-text-link-small--anchor-gray:hover, .c-contents-text-link-small--pdf-gray:hover, .c-contents-text-link-small--external-gray:hover, .c-contents-text-link-small--internal-gray:hover, .c-contents-text-link-small--anchor-black:hover, .c-contents-text-link-small--pdf-black:hover, .c-contents-text-link-small--external-black:hover, .c-contents-text-link-small--internal-black:hover, .c-contents-text-link-small--anchor-green:hover, .c-contents-text-link-small--pdf-green:hover, .c-contents-text-link-small--external-green:hover, .c-contents-text-link-small--internal-green:hover {
    text-decoration: underline;
  }

  .c-contents-text-link-small--internal-green {
    color: #007440;
  }
  .c-contents-text-link-small--external-green {
    color: #007440;
  }
  .c-contents-text-link-small--pdf-green {
    color: #007440;
  }
  .c-contents-text-link-small--anchor-green {
    color: #007440;
  }
  .c-contents-text-link-small--internal-black {
    color: #020202;
  }
  .c-contents-text-link-small--external-black {
    color: #020202;
  }
  .c-contents-text-link-small--pdf-black {
    color: #020202;
  }
  .c-contents-text-link-small--anchor-black {
    color: #020202;
  }
  .c-contents-text-link-small--internal-gray {
    color: #555555;
  }
  .c-contents-text-link-small--external-gray {
    color: #555555;
  }
  .c-contents-text-link-small--pdf-gray {
    color: #555555;
  }
  .c-contents-text-link-small--anchor-gray {
    color: #555555;
  }
  .c-contents-text-link-small--internal-red {
    color: #f22400;
  }
  .c-contents-text-link-small--internal-red:before {
    border-color: #f22400;
  }

  .c-contents-text-link-ultra-small--internal-green {
    color: #007440;
  }
  .c-contents-text-link-ultra-small--internal-black {
    color: #020202;
  }
  .c-contents-text-link-ultra-small--internal-gray {
    color: #555555;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-table1-1__header--splitting, .c-contents-table1-1__header {
    text-align: center;
    width: 20%;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }

  .c-contents-table1-1 {
    width: 100%;
    margin: 60px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table1-1__header--splitting {
    width: 12%;
  }
  .c-contents-table1-1__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
    font-size: 1.125rem;
  }

  .c-contents-table1-2 {
    width: 100%;
    margin: 60px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table1-2__header {
    text-align: center;
    width: 20%;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table1-2__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table2 {
    width: 100%;
    margin: 60px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table2__header {
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table2__header:first-child {
    width: 20%;
  }
  .c-contents-table2__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }
  .c-contents-table2__data:first-child {
    width: 20%;
  }

  .c-contents-table3 {
    width: 100%;
    margin: 60px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table3__header {
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table3__header:first-child {
    width: 20%;
  }
  .c-contents-table3__sub-header {
    text-align: center;
    width: 20%;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #F7F8F8;
  }
  .c-contents-table3__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table4 {
    margin: 60px auto;
  }
  .c-contents-table4.open > .c-contents-table4__table {
    display: table;
  }
  .c-contents-table4.open > .c-contents-table4__table:after {
    display: none;
  }
  .c-contents-table4.open > .c-contents-table4__button {
    margin-top: 30px;
  }
  .c-contents-table4.open > .c-contents-table4__button:before {
    display: none;
  }
  .c-contents-table4__table {
    display: none;
    width: 100%;
    border-left: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .c-contents-table4__table:first-child {
    position: relative;
    display: table;
    border-top: solid 1px #ccc;
  }
  .c-contents-table4__table:first-child:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: calc(100% + 2px);
    margin: 0 -2px;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
  .c-contents-table4__header {
    text-align: center;
    width: 20%;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table4__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }
  .c-contents-table4__button {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #007440;
    border: solid 1px #007440;
    border-radius: 6px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-table4__button:before {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background: #007440;
  }
  .c-contents-table4__button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background: #007440;
  }
  .c-contents-table4__button:hover {
    background-color: #007440;
    color: #ffffff;
    text-decoration: none;
  }
  .c-contents-table4__button:hover:after {
    background: #ffffff;
  }
  .c-contents-table4__button:hover:before {
    background: #ffffff;
  }

  .c-contents-table5__sub-header3, .c-contents-table5__sub-header2, .c-contents-table5__sub-header1 {
    text-align: center;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
  }

  .c-contents-table5 {
    width: 100%;
    margin: 60px auto;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .c-contents-table5__header {
    text-align: center;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table5__header:first-child {
    width: 20%;
  }
  .c-contents-table5__sub-header1 {
    width: 20%;
    background-color: #F7F8F8;
    border-right: solid 1px #ccc;
  }
  .c-contents-table5__sub-header2 {
    background-color: #EDEDED;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
  .c-contents-table5__sub-header3 {
    background-color: #E0E0E0;
    border: solid 1px #ccc;
  }
  .c-contents-table5__empty-header1 {
    background-color: #F7F8F8;
    width: 3%;
  }
  .c-contents-table5__empty-header2 {
    background-color: #EDEDED;
    border-left: solid 1px #ccc;
    width: 3%;
  }
  .c-contents-table5__data {
    text-align: left;
    vertical-align: middle;
    padding: 30px;
    font-size: 1.125rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table-accordion {
    margin: 60px auto;
  }
  .c-contents-table-accordion table {
    margin: 0;
    position: relative;
  }
  .c-contents-table-accordion tr:nth-child(n+4) {
    display: none;
  }
  .c-contents-table-accordion.open tr:nth-child(n+4) {
    display: table-row;
  }
  .c-contents-table-accordion.open tr:nth-child(n+4):after {
    display: none;
  }
  .c-contents-table-accordion.open table:after {
    display: none;
  }
  .c-contents-table-accordion.open > .c-contents-table-accordion__button {
    margin-top: 30px;
  }
  .c-contents-table-accordion.open > .c-contents-table-accordion__button:before {
    display: none;
  }
  .c-contents-table-accordion table:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: calc(100% + 2px);
    margin: 0 -2px;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
  .c-contents-table-accordion__button {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #007440;
    border: solid 1px #007440;
    border-radius: 6px;
    transition: all 0.3s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-table-accordion__button:before {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background: #007440;
  }
  .c-contents-table-accordion__button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background: #007440;
  }
  .c-contents-table-accordion__button:hover {
    background-color: #007440;
    color: #ffffff;
    text-decoration: none;
  }
  .c-contents-table-accordion__button:hover:after {
    background: #ffffff;
  }
  .c-contents-table-accordion__button:hover:before {
    background: #ffffff;
  }

  .c-contents-table-unit-text {
    font-size: 1rem;
    margin-top: 60px;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-table3-scroll-container, .c-contents-table2-scroll-container, .c-contents-table-scroll-container {
    max-width: calc(654 * 100vw / 750);
    overflow-x: scroll;
    position: relative;
  }
  .c-contents-table3-scroll-container table, .c-contents-table2-scroll-container table, .c-contents-table-scroll-container table {
    margin-bottom: 0;
  }

  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting, .c-contents-table1-1__header--splitting, .c-contents-table1-1__header {
    text-align: center;
    width: 33%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }

  .c-contents-table1-1 {
    width: 100%;
    margin: 10px auto 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table1-1__header--splitting {
    width: 16.5%;
  }
  .c-contents-table1-1__data {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table-scroll-container .c-contents-table1-1 {
    width: calc(750 * 100vw /375);
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header {
    left: 0;
    width: 14.8%;
    position: sticky;
    z-index: 1;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting {
    width: 8%;
    position: sticky;
    z-index: 1;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust1 {
    left: 0;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust1:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust1:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust2 {
    left: 18.5%;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table1-1__header--splitting.scroll-adjust2:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
  }

  .c-contents-table1-2 {
    width: 100%;
    margin: 10px auto 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table1-2__header {
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table1-2__data {
    text-align: left;
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table-scroll-container .c-contents-table1-2 {
    width: calc(750 * 100vw /375);
  }
  .c-contents-table-scroll-container .c-contents-table1-2__header {
    text-align: left;
  }

  .c-contents-table2 {
    width: 100%;
    margin: 10px auto 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table2__header {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table2__header:first-child {
    width: 33%;
  }
  .c-contents-table2__data {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }
  .c-contents-table2__data:first-child {
    width: 33%;
  }
  .c-contents-table2-scroll-container .c-contents-table2__data > span {
    display: block;
    width: calc(223 * 100vw / 375);
  }

  .c-contents-table3 {
    width: 100%;
    margin: 10px auto 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
  }
  .c-contents-table3__header {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table3__header:first-child {
    width: 33%;
  }
  .c-contents-table3__sub-header {
    text-align: center;
    width: 33%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #F7F8F8;
  }
  .c-contents-table3__data {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }
  .c-contents-table3-scroll-container .c-contents-table3__header:first-child > span {
    display: block;
    width: calc(110 * 100vw / 375);
  }
  .c-contents-table3-scroll-container .c-contents-table3__header:first-child, .c-contents-table3-scroll-container .c-contents-table3__sub-header {
    left: 0;
    position: sticky;
    z-index: 1;
  }
  .c-contents-table3-scroll-container .c-contents-table3__header:first-child:before, .c-contents-table3-scroll-container .c-contents-table3__sub-header:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
  }
  .c-contents-table3-scroll-container .c-contents-table3__header:first-child:after, .c-contents-table3-scroll-container .c-contents-table3__sub-header:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
  }
  .c-contents-table3-scroll-container .c-contents-table3__data > span {
    display: block;
    width: calc(223 * 100vw / 375);
  }

  .c-contents-table4 {
    margin: 10px auto 60px;
  }
  .c-contents-table4.open > .c-contents-table4__table {
    display: table;
  }
  .c-contents-table4.open > .c-contents-table4__table:after {
    display: none;
  }
  .c-contents-table4.open > .c-contents-table4__button {
    margin-top: 30px;
  }
  .c-contents-table4.open > .c-contents-table4__button:before {
    display: none;
  }
  .c-contents-table4__table {
    display: none;
    width: 100%;
    border-left: solid 1px #ccc;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .c-contents-table4__table:first-child {
    position: relative;
    display: table;
    border-top: solid 1px #ccc;
  }
  .c-contents-table4__table:first-child:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: calc(100% + 2px);
    margin: 0 -2px;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
  .c-contents-table4__header {
    text-align: center;
    width: 33%;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
  }
  .c-contents-table4__data {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }
  .c-contents-table4__button {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #007440;
    border: solid 2px #007440;
    border-radius: 4px;
  }
  .c-contents-table4__button:before {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background: #007440;
  }
  .c-contents-table4__button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background: #007440;
  }

  .c-contents-table5__sub-header3, .c-contents-table5__sub-header2, .c-contents-table5__sub-header1 {
    text-align: center;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
  }

  .c-contents-table5 {
    width: 100%;
    margin: 10px auto 60px;
    border-collapse: collapse;
    border-spacing: 0;
    border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .c-contents-table5__header {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: bold;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #e7efeb;
    width: 67%;
  }
  .c-contents-table5__header:first-child {
    width: 33%;
  }
  .c-contents-table5__sub-header1 {
    width: 20%;
    background-color: #F7F8F8;
    border-right: solid 1px #ccc;
  }
  .c-contents-table5__sub-header2 {
    background-color: #EDEDED;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
  }
  .c-contents-table5__sub-header3 {
    background-color: #E0E0E0;
    border: solid 1px #ccc;
  }
  .c-contents-table5__empty-header1 {
    background-color: #F7F8F8;
    width: 5%;
  }
  .c-contents-table5__empty-header2 {
    background-color: #EDEDED;
    border-left: solid 1px #ccc;
    width: 5%;
  }
  .c-contents-table5__data {
    text-align: left;
    vertical-align: middle;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    background-color: #ffffff;
  }

  .c-contents-table-scroll-container .c-contents-table5 {
    width: calc(750 * 100vw /375);
  }
  .c-contents-table-scroll-container .c-contents-table5__header {
    width: auto;
  }
  .c-contents-table-scroll-container .c-contents-table5__header:first-child {
    left: 0;
    width: 11.6%;
  }
  .c-contents-table-scroll-container .c-contents-table5__sub-header1 {
    left: 0;
    width: 11.6%;
  }
  .c-contents-table-scroll-container .c-contents-table5__sub-header2 {
    left: 4%;
  }
  .c-contents-table-scroll-container .c-contents-table5__sub-header3 {
    left: 8%;
  }
  .c-contents-table-scroll-container .c-contents-table5__empty-header1 {
    left: 0;
    width: 1.7%;
  }
  .c-contents-table-scroll-container .c-contents-table5__empty-header1:after {
    display: none;
  }
  .c-contents-table-scroll-container .c-contents-table5__empty-header2 {
    left: 4%;
    width: 1.7%;
  }
  .c-contents-table-scroll-container .c-contents-table5__empty-header2:after {
    display: none;
  }
  .c-contents-table-scroll-container .c-contents-table5__header:first-child, .c-contents-table-scroll-container .c-contents-table5__sub-header1, .c-contents-table-scroll-container .c-contents-table5__sub-header2, .c-contents-table-scroll-container .c-contents-table5__sub-header3, .c-contents-table-scroll-container .c-contents-table5__empty-header1, .c-contents-table-scroll-container .c-contents-table5__empty-header2 {
    position: sticky;
    z-index: 1;
  }
  .c-contents-table-scroll-container .c-contents-table5__header:first-child:before, .c-contents-table-scroll-container .c-contents-table5__sub-header1:before, .c-contents-table-scroll-container .c-contents-table5__sub-header2:before, .c-contents-table-scroll-container .c-contents-table5__sub-header3:before, .c-contents-table-scroll-container .c-contents-table5__empty-header1:before, .c-contents-table-scroll-container .c-contents-table5__empty-header2:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #ccc;
  }
  .c-contents-table-scroll-container .c-contents-table5__header:first-child:after, .c-contents-table-scroll-container .c-contents-table5__sub-header1:after, .c-contents-table-scroll-container .c-contents-table5__sub-header2:after, .c-contents-table-scroll-container .c-contents-table5__sub-header3:after, .c-contents-table-scroll-container .c-contents-table5__empty-header1:after, .c-contents-table-scroll-container .c-contents-table5__empty-header2:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #ccc;
  }

  .c-contents-table-accordion {
    margin: 10px auto 60px;
  }
  .c-contents-table-accordion table {
    margin: 0;
    position: relative;
  }
  .c-contents-table-accordion tr:nth-child(n+4) {
    display: none;
  }
  .c-contents-table-accordion.open tr:nth-child(n+4) {
    display: table-row;
  }
  .c-contents-table-accordion.open tr:nth-child(n+4):after {
    display: none;
  }
  .c-contents-table-accordion.open table:after {
    display: none;
  }
  .c-contents-table-accordion.open > .c-contents-table-accordion__button {
    margin-top: 30px;
  }
  .c-contents-table-accordion.open > .c-contents-table-accordion__button:before {
    display: none;
  }
  .c-contents-table-accordion table:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: calc(100% + 2px);
    margin: 0 -2px;
    height: 200px;
    pointer-events: none;
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
  .c-contents-table-accordion__button {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    color: #007440;
    border: solid 2px #007440;
    border-radius: 4px;
  }
  .c-contents-table-accordion__button:before {
    position: absolute;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    background: #007440;
  }
  .c-contents-table-accordion__button:after {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background: #007440;
  }

  .c-contents-table-unit-text {
    font-size: 1rem;
    margin-top: 30px;
    text-align: right;
  }

  .p-atm-fee__table--adjust {
    width: 10% !important;
  }
  .p-atm-fee__table--adjust.c-contents-table3__header {
    border-right: none;
  }

  .p-atm-fee__table--adjust2 {
    width: 40% !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-bread-crumbs {
    display: flex;
    font-size: 1rem;
    flex-wrap: wrap;
    margin: 20px auto 120px;
    max-width: 1200px;
    width: auto;
  }
  .c-contents-bread-crumbs__item {
    margin-right: 20px;
  }
  .c-contents-bread-crumbs__item > a {
    color: #555555;
    position: relative;
    text-decoration: underline;
  }
  .c-contents-bread-crumbs__item > a:after {
    border-right: solid 1px #020202;
    border-top: solid 1px #020202;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -12px;
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
    width: 7px;
  }
  .c-contents-bread-crumbs__item--current {
    color: #020202;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-bread-crumbs {
    display: flex;
    font-size: 0.8571428571rem;
    margin: 15px 0 30px;
    max-width: calc(654 * 100vw / 750);
    width: auto;
  }
  .c-contents-bread-crumbs__item {
    margin-right: 20px;
  }
  .c-contents-bread-crumbs__item > a {
    color: #555555;
    position: relative;
    text-decoration: underline;
  }
  .c-contents-bread-crumbs__item > a:after {
    border-right: solid 1px #020202;
    border-top: solid 1px #020202;
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    right: -12px;
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
    width: 7px;
  }
  .c-contents-bread-crumbs__item--current {
    color: #020202;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-button-list-3__button--external > a, .c-contents-button-list-3__button > a, .c-contents-button-list-2__button--no-icon > a, .c-contents-button-list-2__button > a, .c-contents-button-list-4__button > a, .c-contents-button-list-5__button > a {
    transition: opacity 0.3s ease-in-out;
  }
  .c-contents-button-list-3__button--external > a img, .c-contents-button-list-3__button > a img, .c-contents-button-list-2__button--no-icon > a img, .c-contents-button-list-2__button > a img, .c-contents-button-list-4__button > a img, .c-contents-button-list-5__button > a img {
    transition: transform 0.3s ease-in-out;
  }
  .c-contents-button-list-3__button--external > a:hover, .c-contents-button-list-3__button > a:hover, .c-contents-button-list-2__button--no-icon > a:hover, .c-contents-button-list-2__button > a:hover, .c-contents-button-list-4__button > a:hover, .c-contents-button-list-5__button > a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .c-contents-button-list-3__button--external > a:hover img, .c-contents-button-list-3__button > a:hover img, .c-contents-button-list-2__button--no-icon > a:hover img, .c-contents-button-list-2__button > a:hover img, .c-contents-button-list-4__button > a:hover img, .c-contents-button-list-5__button > a:hover img {
    transform: scale(1.2);
  }

  .c-contents-button-list-3__button > a:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-button-list-3__button > a:after {
    border-right: 1px solid #007440;
    border-top: 1px solid #007440;
    height: 8px;
    right: -20px;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    width: 8px;
  }

  .c-contents-button-list-5 {
    display: flex;
    margin: 60px auto;
    max-width: 1200px;
    text-align: center;
    width: 100%;
  }
  .c-contents-button-list-5__button {
    width: 216px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin-right: 35px;
  }
  .c-contents-button-list-5__button:last-child {
    margin-right: 0;
  }
  .c-contents-button-list-5__button > a {
    display: block;
    height: 100%;
    padding: 40px 20px;
  }
  .c-contents-button-list-5__image {
    height: 90px;
  }
  .c-contents-button-list-5__title {
    align-items: center;
    display: flex;
    font-size: 1.25rem;
    font-weight: bold;
    justify-content: center;
    margin-top: 22px;
  }

  .c-contents-button-list-4 {
    display: flex;
    margin: 60px auto;
    max-width: 1200px;
    text-align: center;
    width: 100%;
  }
  .c-contents-button-list-4__button {
    width: 277px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
  }
  .c-contents-button-list-4__button:last-child {
    margin-right: 0;
  }
  .c-contents-button-list-4__button > a {
    display: block;
    height: 100%;
    padding: 37px;
  }
  .c-contents-button-list-4__image {
    height: 100px;
  }
  .c-contents-button-list-4__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-contents-button-list-4__title {
    margin-top: 25px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .c-contents-button-list-4__lead {
    margin-top: 10px;
    font-size: 1.125rem;
  }

  .c-contents-button-list-2 {
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-button-list-2__button {
    width: 584px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
  }
  .c-contents-button-list-2__button > a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 50px;
  }
  .c-contents-button-list-2__button--no-icon {
    width: 584px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
  }
  .c-contents-button-list-2__button--no-icon > a {
    display: inline-block;
    padding: calc(55px - 0.5em) 45px;
  }
  .c-contents-button-list-2__image {
    height: 90px;
  }
  .c-contents-button-list-2__text-container {
    margin-left: 45px;
    width: 383px;
  }
  .c-contents-button-list-2__title {
    font-size: 1.25rem;
    font-weight: bold;
  }
  .c-contents-button-list-2__lead {
    margin-top: 10px;
    font-size: 1.125rem;
  }

  .c-contents-button-list-3 {
    display: flex;
    margin: 60px auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-button-list-3__button {
    width: 380px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
  }
  .c-contents-button-list-3__button:nth-child(3n) {
    margin-right: 0;
  }
  .c-contents-button-list-3__button > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 26px 50px;
    position: relative;
  }
  .c-contents-button-list-3__button > a:after {
    right: 20px;
  }
  .c-contents-button-list-3__button--external {
    width: 380px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin-right: 30px;
  }
  .c-contents-button-list-3__button--external:nth-child(3n) {
    margin-right: 0;
  }
  .c-contents-button-list-3__button--external > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 26px 50px;
    position: relative;
  }
  .c-contents-button-list-3__button--external > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    right: 20px;
  }
  .c-contents-button-list-3__title {
    color: #007440;
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: bold;
    justify-content: center;
    height: 3em;
  }
  .c-contents-button-list-3__lead {
    margin-bottom: 5px;
    font-size: 1.125rem;
  }

  .c-contents-button-list--external {
    position: relative;
  }
  .c-contents-button-list--external:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    bottom: 15px;
    right: 15px;
    transition: opacity 0.3s ease-in-out;
  }
  .c-contents-button-list--external:hover:after {
    opacity: 0.6;
  }

  .c-contents-button-list--external2 {
    position: relative;
  }
  .c-contents-button-list--external2:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    right: 20px;
    transition: opacity 0.3s ease-in-out;
  }
  .c-contents-button-list--external2:hover:after {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-button-list-3__button > a:after {
    content: "";
    display: inline-block;
    position: absolute;
  }

  .c-contents-button-list-3__button > a:after {
    border-right: 1px solid #007440;
    border-top: 1px solid #007440;
    height: 7px;
    right: -35px;
    top: calc(50% - 3.5px);
    transform: rotate(45deg);
    width: 7px;
  }

  .c-contents-button-list-5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto 0;
    max-width: calc(654 * 100vw / 750);
    text-align: center;
    width: 100%;
  }
  .c-contents-button-list-5__button {
    width: calc(312 * 100vw / 750);
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
  }
  .c-contents-button-list-5__button > a {
    display: inline-block;
    height: 100%;
    padding: 25px 15px;
    width: 100%;
  }
  .c-contents-button-list-5__image {
    height: 70px;
  }
  .c-contents-button-list-5__title {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }

  .c-contents-button-list-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px auto;
    max-width: calc(654 * 100vw / 750);
    text-align: center;
    width: 100%;
  }
  .c-contents-button-list-4__button {
    width: calc(312 * 100vw / 750);
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 7px rgba(41, 56, 48, 0.15);
    margin-bottom: 15px;
  }
  .c-contents-button-list-4__button > a {
    display: inline-block;
    height: 100%;
    padding: 20px 10px;
    width: 100%;
  }
  .c-contents-button-list-4__image {
    height: 70px;
  }
  .c-contents-button-list-4__text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-contents-button-list-4__title {
    margin-top: 8px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .c-contents-button-list-4__lead {
    margin-top: 8px;
    font-size: 1rem;
  }

  .c-contents-button-list-2 {
    margin: 0 auto;
    width: 100%;
  }
  .c-contents-button-list-2__button {
    width: calc(654 * 100vw / 750);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
  }
  .c-contents-button-list-2__button > a {
    align-items: center;
    display: flex;
    height: 100%;
    padding: 22px 20px;
  }
  .c-contents-button-list-2__button--no-icon {
    width: calc(654 * 100vw / 750);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
  }
  .c-contents-button-list-2__button--no-icon > a {
    display: inline-block;
    padding: 22px 20px;
  }
  .c-contents-button-list-2__image {
    height: 70px;
  }
  .c-contents-button-list-2__text-container {
    margin-left: 10px;
  }
  .c-contents-button-list-2__title {
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  .c-contents-button-list-2__lead {
    margin-top: 10px;
    font-size: 1rem;
  }

  .c-contents-button-list-3 {
    margin: 0 auto;
    width: 100%;
  }
  .c-contents-button-list-3__button {
    width: calc(654 * 100vw / 750);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
  }
  .c-contents-button-list-3__button > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 25px 50px;
    position: relative;
  }
  .c-contents-button-list-3__button > a:after {
    right: 15px;
  }
  .c-contents-button-list-3__button--external {
    width: calc(654 * 100vw / 750);
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 1px 1px 14px rgba(0, 0, 0, 0.1);
    margin: 15px auto;
  }
  .c-contents-button-list-3__button--external > a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    text-align: center;
    padding: 25px 50px;
    position: relative;
  }
  .c-contents-button-list-3__button--external > a:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    right: 15px;
  }
  .c-contents-button-list-3__title {
    color: #007440;
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: bold;
    justify-content: center;
    height: 3em;
  }
  .c-contents-button-list-3__lead {
    font-size: 0.7857142857rem;
  }

  .c-contents-button-list--external {
    position: relative;
  }
  .c-contents-button-list--external:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    bottom: 7px;
    right: 7px;
  }

  .c-contents-button-list--external2 {
    position: relative;
  }
  .c-contents-button-list--external2 > a {
    padding-right: 30px;
  }
  .c-contents-button-list--external2:after {
    content: "";
    display: inline-block;
    position: absolute;
    background-image: url(../images/c-contents-button-icon-external-green.svg);
    background-size: cover;
    height: 12px;
    width: 12px;
    top: calc(50% - 6px);
    right: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-tab-content1 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt {
    left: 0;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt > .c-contents-tab-content1__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt > .c-contents-tab-content1__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content1__list:nth-child(2) > dt {
    left: calc(50% - 1px);
  }
  .c-contents-tab-content1__list:nth-child(2) > dt > .c-contents-tab-content1__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content1__list:nth-child(2) > dt > .c-contents-tab-content1__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content1__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 50%;
    font-weight: normal;
  }
  .c-contents-tab-content1__list > dd {
    display: none;
    padding: 40px;
    padding-top: 120px;
  }
  .c-contents-tab-content1__list > dd.current {
    display: block;
  }
  .c-contents-tab-content1__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content1__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content1__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content1__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content1__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .c-contents-tab-content1__button > span > span {
    display: inline-block;
  }

  .c-contents-tab-content2 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt {
    left: 0;
    width: 33%;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt > .c-contents-tab-content2__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(2) > dt {
    width: 33%;
    left: calc(33% - 2px);
  }
  .c-contents-tab-content2__list:nth-child(2) > dt > .c-contents-tab-content2__button {
    border-radius: 0 0 0 0;
  }
  .c-contents-tab-content2__list:nth-child(2) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(3) > dt {
    width: 34%;
    left: calc(66% - 4px);
  }
  .c-contents-tab-content2__list:nth-child(3) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(3) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 33.3%;
    font-weight: normal;
  }
  .c-contents-tab-content2__list > dd {
    display: none;
    padding: 40px;
    padding-top: 120px;
  }
  .c-contents-tab-content2__list > dd.current {
    display: block;
  }
  .c-contents-tab-content2__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content2__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content2__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content2__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content2__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .c-contents-tab-content2__button > span > span {
    display: inline-block;
  }

  .c-contents-tab-content3 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt {
    left: 0;
    width: 25%;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt > .c-contents-tab-content2__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(2) > dt {
    width: 25%;
    left: calc(25% - 2px);
  }
  .c-contents-tab-content3__list:nth-child(2) > dt > .c-contents-tab-content2__button {
    border-radius: 0 0 0 0;
  }
  .c-contents-tab-content3__list:nth-child(2) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(3) > dt {
    width: 25%;
    left: calc(50% - 4px);
  }
  .c-contents-tab-content3__list:nth-child(3) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(3) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(4) > dt {
    width: 25%;
    left: calc(75% - 6px);
  }
  .c-contents-tab-content3__list:nth-child(4) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(4) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 33.3%;
    font-weight: normal;
  }
  .c-contents-tab-content3__list > dd {
    display: none;
    padding: 40px;
    padding-top: 120px;
  }
  .c-contents-tab-content3__list > dd.current {
    display: block;
  }
  .c-contents-tab-content3__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content3__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content3__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content3__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content3__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .c-contents-tab-content3__button > span > span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-tab-content1 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt {
    left: 0;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt > .c-contents-tab-content1__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content1__list:nth-child(1) > dt > .c-contents-tab-content1__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content1__list:nth-child(2) > dt {
    left: calc(50% - 1px);
  }
  .c-contents-tab-content1__list:nth-child(2) > dt > .c-contents-tab-content1__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content1__list:nth-child(2) > dt > .c-contents-tab-content1__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content1__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 50%;
    font-weight: normal;
  }
  .c-contents-tab-content1__list > dd {
    display: none;
    padding: 40px 20px;
    padding-top: 120px;
  }
  .c-contents-tab-content1__list > dd.current {
    display: block;
  }
  .c-contents-tab-content1__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content1__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content1__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content1__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content1__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .c-contents-tab-content1__button > span > span {
    display: inline-block;
  }

  .c-contents-tab-content2 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt {
    left: 0;
    width: 33%;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt > .c-contents-tab-content2__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content2__list:nth-child(1) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(2) > dt {
    width: 33%;
    left: calc(33% - 2px);
  }
  .c-contents-tab-content2__list:nth-child(2) > dt > .c-contents-tab-content2__button {
    border-radius: 0 0 0 0;
  }
  .c-contents-tab-content2__list:nth-child(2) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(3) > dt {
    width: 34%;
    left: calc(66% - 4px);
  }
  .c-contents-tab-content2__list:nth-child(3) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content2__list:nth-child(3) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content2__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 33.3%;
    font-weight: normal;
  }
  .c-contents-tab-content2__list > dd {
    display: none;
    padding: 40px 20px;
    padding-top: 120px;
  }
  .c-contents-tab-content2__list > dd.current {
    display: block;
  }
  .c-contents-tab-content2__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content2__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content2__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content2__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content2__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .c-contents-tab-content2__button > span > span {
    display: inline-block;
  }

  .c-contents-tab-content3 {
    margin: 60px 0;
    position: relative;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt {
    left: 0;
    width: 25%;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt > .c-contents-tab-content2__button {
    border-radius: 5px 0 0 0;
  }
  .c-contents-tab-content3__list:nth-child(1) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(2) > dt {
    width: 25%;
    left: calc(25% - 2px);
  }
  .c-contents-tab-content3__list:nth-child(2) > dt > .c-contents-tab-content2__button {
    border-radius: 0 0 0 0;
  }
  .c-contents-tab-content3__list:nth-child(2) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(3) > dt {
    width: 25%;
    left: calc(50% - 4px);
  }
  .c-contents-tab-content3__list:nth-child(3) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(3) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(4) > dt {
    width: 25%;
    left: calc(75% - 6px);
  }
  .c-contents-tab-content3__list:nth-child(4) > dt > .c-contents-tab-content2__button {
    border-radius: 0 5px 0 0;
  }
  .c-contents-tab-content3__list:nth-child(4) > dt > .c-contents-tab-content2__button.current {
    border-radius: 5px 5px 0 0;
  }
  .c-contents-tab-content3__list > dt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 80px;
    width: 33.3%;
    font-weight: normal;
  }
  .c-contents-tab-content3__list > dd {
    display: none;
    padding: 40px 20px;
    padding-top: 120px;
  }
  .c-contents-tab-content3__list > dd.current {
    display: block;
  }
  .c-contents-tab-content3__list > dd.ready {
    opacity: 0;
  }
  .c-contents-tab-content3__list > dd.in {
    opacity: 1 !important;
    transition-property: opacity;
    transition-duration: 1000ms;
    transition-delay: 0ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .c-contents-tab-content3__button {
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 70px;
    border: solid 2px #e2e2e2;
    border-bottom: solid 2px #00552f;
    border-radius: 5px 5px 0 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3em;
    font-weight: bold;
    text-align: center;
    color: #888888;
    background-color: #ffffff;
  }
  .c-contents-tab-content3__button.current {
    z-index: 2;
    height: 80px;
    border: solid 2px #00552f;
    border-bottom: none;
    color: #00552f;
    pointer-events: none;
  }
  .c-contents-tab-content3__button > span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    padding: 0 20px;
  }
  .c-contents-tab-content3__button > span > span {
    display: inline-block;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-image-and-text-full-width {
    margin: 60px auto 80px;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-image-and-text-full-width__image {
    max-width: 100%;
  }
  .c-contents-image-and-text-full-width__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-narrow {
    margin: 60px auto 80px;
    max-width: 960px;
    width: 100%;
  }
  .c-contents-image-and-text-narrow__image {
    max-width: 100%;
  }
  .c-contents-image-and-text-narrow__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-left-large {
    align-items: center;
    display: flex;
    margin: 60px auto;
  }
  .c-contents-image-and-text-left-large__image {
    text-align: center;
    width: 48%;
  }
  .c-contents-image-and-text-left-large__text-container {
    width: 52%;
    padding-left: 60px;
  }
  .c-contents-image-and-text-left-large__heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .c-contents-image-and-text-left-large__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-right-large {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin: 60px auto;
  }
  .c-contents-image-and-text-right-large__image {
    text-align: center;
    width: 48%;
  }
  .c-contents-image-and-text-right-large__text-container {
    width: 52%;
    padding-right: 60px;
  }
  .c-contents-image-and-text-right-large__heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .c-contents-image-and-text-right-large__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-left-small {
    align-items: center;
    display: flex;
    margin: 60px auto;
  }
  .c-contents-image-and-text-left-small__image {
    text-align: center;
    width: 32%;
  }
  .c-contents-image-and-text-left-small__text-container {
    width: 68%;
    padding-left: 60px;
  }
  .c-contents-image-and-text-left-small__heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .c-contents-image-and-text-left-small__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-right-small {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    margin: 60px auto;
  }
  .c-contents-image-and-text-right-small__image {
    text-align: center;
    width: 32%;
  }
  .c-contents-image-and-text-right-small__text-container {
    width: 68%;
    padding-right: 60px;
  }
  .c-contents-image-and-text-right-small__heading {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .c-contents-image-and-text-right-small__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-list-2 {
    display: flex;
    justify-content: space-between;
    margin: 60px auto 80px;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-image-and-text-list-2__item {
    width: 48.75%;
  }
  .c-contents-image-and-text-list-2__image {
    max-width: 100%;
  }
  .c-contents-image-and-text-list-2__heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .c-contents-image-and-text-list-2__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-and-text-list-3 {
    display: flex;
    margin: 60px auto 80px;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-image-and-text-list-3__item {
    width: 31.5%;
    margin-right: 2.75%;
  }
  .c-contents-image-and-text-list-3__item:nth-child(3n) {
    margin-right: 0;
  }
  .c-contents-image-and-text-list-3__image {
    max-width: 100%;
  }
  .c-contents-image-and-text-list-3__heading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .c-contents-image-and-text-list-3__text {
    margin-top: 30px;
    font-size: 1.125rem;
  }

  .c-contents-image-layout-1 {
    display: flex;
  }
  .c-contents-image-layout-1__item {
    margin-right: 15px;
  }
  .c-contents-image-layout-1__item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-image-and-text-list-3__item, .c-contents-image-and-text-list-2__item, .c-contents-image-and-text-right-small, .c-contents-image-and-text-left-small, .c-contents-image-and-text-right-large, .c-contents-image-and-text-left-large, .c-contents-image-and-text-narrow, .c-contents-image-and-text-full-width {
    margin: 30px auto 45px;
    max-width: calc(670 * 100vw / 750);
  }

  .c-contents-image-and-text-list-3__image, .c-contents-image-and-text-list-2__image, .c-contents-image-and-text-right-small__image, .c-contents-image-and-text-left-small__image, .c-contents-image-and-text-right-large__image, .c-contents-image-and-text-left-large__image, .c-contents-image-and-text-narrow__image, .c-contents-image-and-text-full-width__image {
    max-width: 100%;
    text-align: center;
  }

  .c-contents-image-and-text-list-3__text, .c-contents-image-and-text-list-2__text, .c-contents-image-and-text-right-small__text, .c-contents-image-and-text-left-small__text, .c-contents-image-and-text-right-large__text, .c-contents-image-and-text-left-large__text, .c-contents-image-and-text-narrow__text, .c-contents-image-and-text-full-width__text {
    font-size: 1rem;
    margin-top: 25px;
  }

  .c-contents-image-and-text-list-3__heading, .c-contents-image-and-text-list-2__heading, .c-contents-image-and-text-right-small__heading, .c-contents-image-and-text-left-small__heading, .c-contents-image-and-text-right-large__heading, .c-contents-image-and-text-left-large__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-top: 25px;
  }

  .c-contents-image-and-text-full-width__text {
    color: #808080;
  }

  .c-contents-image-and-text-narrow__text {
    color: #808080;
  }

  .c-contents-image-and-text-list-2__item {
    width: 100%;
  }
  .c-contents-image-and-text-list-3__item {
    width: 100%;
  }
  .c-contents-image-layout-1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
  }
  .c-contents-image-layout-1__item {
    margin-bottom: 15px;
    margin-right: calc(10 * 100vw / 375);
    width: calc(158 * 100vw / 375);
    max-width: 225px;
  }
  .c-contents-image-layout-1__item:nth-child(2n) {
    margin-right: 0;
  }
  .c-contents-image-layout-1__item:nth-child(5) {
    margin-bottom: 0;
  }
  .c-contents-image-layout-1__item:nth-child(6) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-text-under-line__block, .c-contents-text-bg-article-box, .c-contents-text-border-article-box, .c-contents-text-annotation-order-list, .c-contents-text-annotation-un-order-list, .c-contents-text-annotation, .c-contents-text-order-list, .c-contents-text-un-order-list, .c-contents-text-emphasis--sandwiched-related, .c-contents-text-emphasis--above-related, .c-contents-text-emphasis--below-related, .c-contents-text-emphasis, .c-contents-text-normal {
    max-width: 1200px;
    width: 100%;
  }

  .c-contents-text-bg-article-box__list-item, .c-contents-text-border-article-box__list-item, .c-contents-text-annotation-order-list__item, .c-contents-text-annotation-un-order-list__item, .c-contents-text-order-list__item, .c-contents-text-un-order-list__item {
    margin-bottom: 30px;
  }
  .c-contents-text-bg-article-box__list-item:last-child, .c-contents-text-border-article-box__list-item:last-child, .c-contents-text-annotation-order-list__item:last-child, .c-contents-text-annotation-un-order-list__item:last-child, .c-contents-text-order-list__item:last-child, .c-contents-text-un-order-list__item:last-child {
    margin-bottom: 0;
  }

  .c-contents-text-normal {
    font-size: 1.125rem;
    margin: 60px auto;
  }

  .c-contents-text-emphasis--sandwiched-related, .c-contents-text-emphasis--above-related, .c-contents-text-emphasis--below-related, .c-contents-text-emphasis {
    background-color: #fee8e4;
    border-radius: 5px;
    color: #f22400;
    font-size: 1.125rem;
    padding: 40px;
  }

  .c-contents-text-emphasis {
    margin: 60px auto;
  }
  .c-contents-text-emphasis--below-related {
    margin: 30px auto 60px;
  }
  .c-contents-text-emphasis--above-related {
    margin: 60px auto 30px;
  }
  .c-contents-text-emphasis--sandwiched-related {
    margin: 30px auto;
  }

  .c-contents-text-un-order-list {
    font-size: 1.125rem;
    list-style-type: disc;
    margin: 60px 0;
    padding-left: 30px;
  }
  .c-contents-text-order-list {
    font-size: 1.125rem;
    margin: 60px 0;
    padding-left: 30px;
    list-style-type: decimal;
  }
  .c-contents-text-annotation-order-list, .c-contents-text-annotation-un-order-list, .c-contents-text-annotation {
    color: #555555;
    font-size: 1rem;
    margin: 30px auto 60px;
  }

  .c-contents-text-annotation-un-order-list {
    padding-left: 30px;
  }
  .c-contents-text-annotation-un-order-list__item {
    position: relative;
  }
  .c-contents-text-annotation-un-order-list__item:before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1.5em;
  }

  .c-contents-text-annotation-order-list {
    counter-reset: count 0;
    padding-left: calc(30px + 0.5em);
  }
  .c-contents-text-annotation-order-list__item {
    counter-increment: count;
    position: relative;
  }
  .c-contents-text-annotation-order-list__item:before {
    content: "※" counter(count);
    position: absolute;
    top: 0;
    left: -2em;
  }

  .c-contents-text-bg-article-box, .c-contents-text-border-article-box {
    border-radius: 5px;
    font-size: 1.125rem;
    margin: 60px auto;
    padding: 40px;
  }

  .c-contents-text-border-article-box {
    border: 1px solid #888888;
  }
  .c-contents-text-border-article-box__heading {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-contents-text-border-article-box__lead {
    margin-bottom: 30px;
  }
  .c-contents-text-border-article-box__list {
    list-style-type: disc;
    padding-left: 30px;
  }
  .c-contents-text-bg-article-box {
    background-color: #f7f8f8;
  }
  .c-contents-text-bg-article-box__heading {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-contents-text-bg-article-box__lead {
    margin-bottom: 30px;
  }
  .c-contents-text-bg-article-box__list {
    list-style-type: disc;
    padding-left: 30px;
  }
  .c-contents-text-under-line__block {
    margin: 30px auto;
  }
  .c-contents-text-under-line__text {
    background: linear-gradient(transparent 60%, #FFE461 0%);
    font-size: 1.125rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-text-under-line__block, .c-contents-text-bg-article-box, .c-contents-text-border-article-box, .c-contents-text-annotation-order-list, .c-contents-text-annotation-un-order-list, .c-contents-text-annotation, .c-contents-text-order-list, .c-contents-text-un-order-list, .c-contents-text-emphasis--sandwiched-related, .c-contents-text-emphasis--above-related, .c-contents-text-emphasis--below-related, .c-contents-text-emphasis, .c-contents-text-normal {
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }

  .c-contents-text-bg-article-box__list-item, .c-contents-text-border-article-box__list-item, .c-contents-text-annotation-order-list__item, .c-contents-text-annotation-un-order-list__item, .c-contents-text-order-list__item, .c-contents-text-un-order-list__item {
    margin-bottom: 20px;
  }
  .c-contents-text-bg-article-box__list-item:last-child, .c-contents-text-border-article-box__list-item:last-child, .c-contents-text-annotation-order-list__item:last-child, .c-contents-text-annotation-un-order-list__item:last-child, .c-contents-text-order-list__item:last-child, .c-contents-text-un-order-list__item:last-child {
    margin-bottom: 0;
  }

  .c-contents-text-normal {
    font-size: 1rem;
    margin: 30px auto;
  }

  .c-contents-text-emphasis--sandwiched-related, .c-contents-text-emphasis--above-related, .c-contents-text-emphasis--below-related, .c-contents-text-emphasis {
    background-color: #fee8e4;
    border-radius: 5px;
    color: #f22400;
    font-size: 1rem;
    padding: 20px;
  }

  .c-contents-text-emphasis {
    margin: 30px auto;
  }
  .c-contents-text-emphasis--below-related {
    margin: 30px auto;
  }
  .c-contents-text-emphasis--above-related {
    margin: 30px auto;
  }
  .c-contents-text-emphasis--sandwiched-related {
    margin: 30px auto;
  }

  .c-contents-text-un-order-list {
    font-size: 1rem;
    list-style-type: disc;
    margin: 24px 0;
    padding-left: 24px;
  }
  .c-contents-text-order-list {
    font-size: 1rem;
    margin: 24px 0;
    padding-left: 25px;
    list-style-type: decimal;
  }
  .c-contents-text-annotation-order-list, .c-contents-text-annotation-un-order-list, .c-contents-text-annotation {
    color: #555555;
    font-size: 0.8571428571rem;
    margin: 24px auto;
  }

  .c-contents-text-annotation-un-order-list {
    padding-left: 24px;
  }
  .c-contents-text-annotation-un-order-list__item {
    position: relative;
  }
  .c-contents-text-annotation-un-order-list__item:before {
    content: "※";
    position: absolute;
    top: 0;
    left: -1.5em;
  }

  .c-contents-text-annotation-order-list {
    counter-reset: count 0;
    padding-left: calc(24px + 0.5em);
  }
  .c-contents-text-annotation-order-list__item {
    counter-increment: count;
    position: relative;
  }
  .c-contents-text-annotation-order-list__item:before {
    content: "※" counter(count);
    position: absolute;
    top: 0;
    left: -2em;
  }

  .c-contents-text-bg-article-box, .c-contents-text-border-article-box {
    border-radius: 5px;
    font-size: 1rem;
    margin: 30px auto;
    padding: 20px;
  }

  .c-contents-text-border-article-box {
    border: 1px solid #888888;
  }
  .c-contents-text-border-article-box__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-contents-text-border-article-box__lead {
    margin-bottom: 20px;
  }
  .c-contents-text-border-article-box__list {
    list-style-type: disc;
    padding-left: 24px;
  }
  .c-contents-text-bg-article-box {
    background-color: #f7f8f8;
  }
  .c-contents-text-bg-article-box__heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-contents-text-bg-article-box__lead {
    margin-bottom: 20px;
  }
  .c-contents-text-bg-article-box__list {
    list-style-type: disc;
    padding-left: 24px;
  }
  .c-contents-text-under-line__block {
    margin: 20px auto;
  }
  .c-contents-text-under-line__text {
    background: linear-gradient(transparent 60%, #FFE461 0%);
    font-weight: bold;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-step-list-1-3, .c-contents-step-list-1-2, .c-contents-step-list-1-1 {
    counter-reset: stepNumber;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 0;
    max-width: 1200px;
    text-align: center;
    width: 100%;
  }

  .c-contents-step-list-1-3__list-item, .c-contents-step-list-1-2__list-item, .c-contents-step-list-1-1__list-item {
    border: 2px solid #e7efeb;
    margin-bottom: 60px;
    position: relative;
  }

  .c-contents-step-list-1-3__step, .c-contents-step-list-1-2__step, .c-contents-step-list-1-1__step {
    background-color: #e7efeb;
    border-top: 1px solid #e7efeb;
    color: #007440;
    font-size: 0.6875rem;
    left: 0;
    line-height: 1em;
    padding-top: 10px;
    position: absolute;
    top: -1px;
  }
  .c-contents-step-list-1-3__step:after, .c-contents-step-list-1-2__step:after, .c-contents-step-list-1-1__step:after {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    left: 0;
    position: absolute;
    text-align: center;
  }

  .c-contents-step-list-1-1__list-item {
    padding: 70px 40px 40px;
    width: 350px;
  }
  .c-contents-step-list-1-1__step {
    height: 80px;
    width: 80px;
  }
  .c-contents-step-list-1-1__step:after {
    font-size: 2.1875rem;
    top: 40px;
    width: 80px;
  }
  .c-contents-step-list-1-1__image {
    height: 140px;
    width: 140px;
  }
  .c-contents-step-list-1-1__text {
    font-size: 1.125rem;
    margin-top: 5px;
  }
  .c-contents-step-list-1-1__arrow {
    align-self: center;
    width: 18.4px;
    height: 32px;
    margin: -60px 28px 0;
    background-image: url(/common/re/images/c-contents-step-list-icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .c-contents-step-list-1-2__list-item {
    padding: 20px 30px 16px;
    width: 262px;
  }
  .c-contents-step-list-1-2__step {
    height: 62px;
    width: 62px;
  }
  .c-contents-step-list-1-2__step:after {
    font-size: 1.625rem;
    top: 30px;
    width: 62px;
  }
  .c-contents-step-list-1-2__image {
    height: 100px;
    width: 100px;
  }
  .c-contents-step-list-1-2__heading {
    color: #007440;
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 5px;
  }
  .c-contents-step-list-1-2__text {
    font-size: 1.125rem;
    margin-top: 15px;
  }
  .c-contents-step-list-1-2__arrow {
    align-self: center;
    width: 16.1px;
    height: 28px;
    margin: -60px 17px 0;
    background-image: url(/common/re/images/c-contents-step-list-icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .c-contents-step-list-1-3__list-item {
    padding: 90px 35px 40px;
    width: 260px;
  }
  .c-contents-step-list-1-3__step {
    left: calc(50% - 31px);
    height: 62px;
    width: 62px;
  }
  .c-contents-step-list-1-3__step:after {
    font-size: 1.625rem;
    left: 0;
    top: 30px;
    width: 62px;
  }
  .c-contents-step-list-1-3__text {
    font-size: 1.125rem;
  }
  .c-contents-step-list-1-3__arrow {
    align-self: center;
    width: 16.1px;
    height: 28px;
    margin: -60px 18px 0;
    background-image: url(/common/re/images/c-contents-step-list-icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-step-list-1-3, .c-contents-step-list-1-2, .c-contents-step-list-1-1 {
    counter-reset: stepNumber;
    margin: 30px auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }

  .c-contents-step-list-1-3__list-item, .c-contents-step-list-1-2__list-item, .c-contents-step-list-1-1__list-item {
    border: 2px solid #e7efeb;
    position: relative;
  }

  .c-contents-step-list-1-3__step, .c-contents-step-list-1-2__step, .c-contents-step-list-1-1__step {
    background-color: #e7efeb;
    color: #007440;
    font-size: 0.7142857143rem;
    left: 0;
    line-height: 1em;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 0;
  }
  .c-contents-step-list-1-3__step:after, .c-contents-step-list-1-2__step:after, .c-contents-step-list-1-1__step:after {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    left: 0;
    position: absolute;
    text-align: center;
  }

  .c-contents-step-list-1-1__list-item {
    padding: 25px 20px 30px;
    width: 100%;
  }
  .c-contents-step-list-1-1__step {
    height: 62px;
    width: 62px;
  }
  .c-contents-step-list-1-1__step:after {
    font-size: 2rem;
    left: 0;
    top: 30px;
    width: 62px;
  }
  .c-contents-step-list-1-1__image {
    display: block;
    height: 93px;
    margin: 0 auto;
    width: 93px;
  }
  .c-contents-step-list-1-1__text {
    font-size: 1rem;
    margin-top: 5px;
  }
  .c-contents-step-list-1-1__arrow {
    background-image: url(/common/re/images/c-contents-step-list-icon-arrowSP.svg);
    background-size: cover;
    height: 15px;
    margin: 15px auto;
    width: 30px;
  }

  .c-contents-step-list-1-2__list-item {
    padding: 25px 20px 30px;
    text-align: center;
    width: 100%;
  }
  .c-contents-step-list-1-2__step {
    height: 62px;
    width: 62px;
  }
  .c-contents-step-list-1-2__step:after {
    font-size: 2rem;
    left: 0;
    top: 30px;
    width: 62px;
  }
  .c-contents-step-list-1-2__image {
    display: block;
    height: 93px;
    margin: 0 auto;
    width: 93px;
  }
  .c-contents-step-list-1-2__heading {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-top: 5px;
  }
  .c-contents-step-list-1-2__text {
    font-size: 1rem;
    margin-top: 10px;
  }
  .c-contents-step-list-1-2__arrow {
    background-image: url(/common/re/images/c-contents-step-list-icon-arrowSP.svg);
    background-size: cover;
    height: 15px;
    margin: 15px auto;
    width: 30px;
  }

  .c-contents-step-list-1-3__list-item {
    padding: 75px 20px 30px;
    text-align: center;
    width: 100%;
  }
  .c-contents-step-list-1-3__step {
    left: calc(50% - 31px);
    height: 62px;
    width: 62px;
  }
  .c-contents-step-list-1-3__step:after {
    font-size: 2rem;
    left: 0;
    top: 30px;
    width: 62px;
  }
  .c-contents-step-list-1-3__text {
    font-size: 1rem;
    margin-top: 10px;
  }
  .c-contents-step-list-1-3__arrow {
    background-image: url(/common/re/images/c-contents-step-list-icon-arrowSP.svg);
    background-size: cover;
    height: 15px;
    margin: 15px auto;
    width: 30px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-merit-list-image, .c-contents-point-list-image {
    counter-reset: stepNumber;
    display: flex;
    justify-content: space-between;
    margin: 60px auto;
    max-width: 1200px;
    text-align: center;
    width: 100%;
  }

  .c-contents-merit-list-image__list-item, .c-contents-point-list-image__list-item {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    position: relative;
  }

  .c-contents-merit-list-text__merit, .c-contents-merit-list-image__merit, .c-contents-point-list-text__point, .c-contents-point-list-image__point {
    background-size: cover;
    color: #ffffff;
    font-size: 0.75rem;
    left: 20px;
    line-height: 1em;
    height: 89.67px;
    padding-top: 10px;
    padding-right: 10px;
    position: absolute;
    top: -8px;
    width: 75.58px;
  }
  .c-contents-merit-list-text__merit:after, .c-contents-merit-list-image__merit:after, .c-contents-point-list-text__point:after, .c-contents-point-list-image__point:after {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    font-size: 2.1875rem;
    left: 0;
    padding-right: 10px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 80px;
  }

  .c-contents-point-list-image__list-item {
    padding: 70px 40px 60px;
    width: 380px;
  }
  .c-contents-point-list-image__point {
    background-image: url(/common/re/images/c-contents-point-list-icon-flag.svg);
  }
  .c-contents-point-list-image__image {
    height: 170px;
    width: 170px;
  }
  .c-contents-point-list-image__heading {
    color: #007440;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-contents-point-list-image__text {
    font-size: 1.125rem;
    margin-top: 5px;
  }

  .c-contents-point-list-text {
    counter-reset: stepNumber;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    width: 100%;
  }
  .c-contents-point-list-text__list-item {
    border-top: solid 2px #ebebeb;
    margin: 60px 0;
    padding-left: 118px;
    position: relative;
  }
  .c-contents-point-list-text__point {
    background-image: url(/common/re/images/c-contents-point-list-icon-flag.svg);
    text-align: center;
  }
  .c-contents-point-list-text__heading {
    color: #007440;
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .c-contents-point-list-text__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }

  .c-contents-merit-list-image__list-item {
    padding: 70px 40px 60px;
    width: 380px;
  }
  .c-contents-merit-list-image__merit {
    background-image: url(/common/re/images/c-contents-merit-list-icon-flag.svg);
  }
  .c-contents-merit-list-image__image {
    height: 170px;
    width: 170px;
  }
  .c-contents-merit-list-image__heading {
    color: #007440;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-contents-merit-list-image__text {
    font-size: 1.125rem;
    margin-top: 5px;
  }

  .c-contents-merit-list-text {
    counter-reset: stepNumber;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;
    width: 100%;
  }
  .c-contents-merit-list-text__list-item {
    border-top: solid 2px #ebebeb;
    margin: 60px 0;
    padding-left: 118px;
    position: relative;
  }
  .c-contents-merit-list-text__merit {
    background-image: url(/common/re/images/c-contents-merit-list-icon-flag.svg);
    text-align: center;
  }
  .c-contents-merit-list-text__heading {
    color: #007440;
    font-size: 1.875rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .c-contents-merit-list-text__text {
    font-size: 1.125rem;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-merit-list-image, .c-contents-point-list-image {
    counter-reset: stepNumber;
    margin: 30px auto 45px;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }

  .c-contents-merit-list-image__list-item, .c-contents-point-list-image__list-item {
    border: 2px solid #e2e2e2;
    border-radius: 5px;
    position: relative;
    width: 100%;
  }

  .c-contents-merit-list-text__merit, .c-contents-merit-list-image__merit, .c-contents-point-list-text__point, .c-contents-point-list-image__point {
    background-size: cover;
    color: #ffffff;
    font-size: 0.7142857143rem;
    left: 20px;
    line-height: 1em;
    height: 73.56px;
    padding: 25px 5px 0;
    position: absolute;
    text-align: left;
    top: -8px;
    width: 62px;
  }
  .c-contents-merit-list-text__merit:after, .c-contents-merit-list-image__merit:after, .c-contents-point-list-text__point:after, .c-contents-point-list-image__point:after {
    counter-increment: stepNumber;
    content: counter(stepNumber);
    font-size: 2rem;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 20px;
  }

  .c-contents-point-list-image__list-item {
    margin-bottom: 20px;
    padding: 25px;
    text-align: center;
  }
  .c-contents-point-list-image__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-point-list-image__point {
    background-image: url(/common/re/images/c-contents-point-list-icon-flag.svg);
    padding: 12px 5px 0 0;
    text-align: center;
  }
  .c-contents-point-list-image__point:after {
    left: 0;
    padding-right: 5px;
    text-align: center;
    top: 35px;
    width: 62px;
  }
  .c-contents-point-list-image__image {
    height: 93px;
    width: 93px;
  }
  .c-contents-point-list-image__heading {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-contents-point-list-image__text {
    font-size: 1rem;
    margin-top: 5px;
  }

  .c-contents-point-list-text {
    counter-reset: stepNumber;
    margin: 30px auto 45px;
    max-width: 1200px;
    text-align: left;
    width: 100%;
  }
  .c-contents-point-list-text__list-item {
    border-top: solid 2px #ebebeb;
    margin-bottom: 40px;
    padding-left: 75px;
    position: relative;
  }
  .c-contents-point-list-text__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-point-list-text__point {
    background-image: url(/common/re/images/c-contents-point-list-icon-flag.svg);
    padding: 12px 5px 0 0;
    text-align: center;
    left: 0;
  }
  .c-contents-point-list-text__point:after {
    left: 0;
    padding-right: 5px;
    text-align: center;
    top: 35px;
    width: 62px;
  }
  .c-contents-point-list-text__heading {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-top: 18px;
  }
  .c-contents-point-list-text__text {
    font-size: 1rem;
    margin-top: 24px;
  }

  .c-contents-merit-list-image__list-item {
    margin-bottom: 20px;
    padding: 25px;
    text-align: center;
  }
  .c-contents-merit-list-image__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-merit-list-image__merit {
    background-image: url(/common/re/images/c-contents-merit-list-icon-flag.svg);
    padding: 12px 5px 0 0;
    text-align: center;
  }
  .c-contents-merit-list-image__merit:after {
    left: 0;
    padding-right: 5px;
    text-align: center;
    top: 35px;
    width: 62px;
  }
  .c-contents-merit-list-image__image {
    height: 93px;
    width: 93px;
  }
  .c-contents-merit-list-image__heading {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .c-contents-merit-list-image__text {
    font-size: 1rem;
    margin-top: 5px;
  }

  .c-contents-merit-list-text {
    counter-reset: stepNumber;
    margin: 30px auto 45px;
    max-width: 1200px;
    text-align: left;
    width: 100%;
  }
  .c-contents-merit-list-text__list-item {
    border-top: solid 2px #ebebeb;
    margin-bottom: 40px;
    padding-left: 75px;
    position: relative;
  }
  .c-contents-merit-list-text__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-merit-list-text__merit {
    background-image: url(/common/re/images/c-contents-merit-list-icon-flag.svg);
    left: 0;
    padding: 12px 5px 0 0;
    text-align: center;
  }
  .c-contents-merit-list-text__merit:after {
    left: 0;
    padding-right: 5px;
    text-align: center;
    top: 35px;
    width: 62px;
  }
  .c-contents-merit-list-text__heading {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-top: 18px;
  }
  .c-contents-merit-list-text__text {
    font-size: 1rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-accordion-child__list-item-title:after, .c-contents-accordion-child__list-item-title:before, .c-contents-accordion__list-item-title:after, .c-contents-accordion__list-item-title:before {
    content: "";
    display: block;
    background-color: #007440;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }

  .c-contents-accordion-child__list-item-contents, .c-contents-accordion__list-item-contents--parent, .c-contents-accordion__list-item-contents {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    padding: 0 40px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .is-open.c-contents-accordion-child__list-item-contents, .is-open.c-contents-accordion__list-item-contents--parent, .is-open.c-contents-accordion__list-item-contents {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 40px 40px;
    line-height: 1.5em;
    height: auto;
    opacity: 1;
  }

  .c-contents-accordion__list {
    max-width: 1200px;
    width: 100%;
    margin: 60px auto;
  }
  .c-contents-accordion__list-item {
    text-align: left;
    margin-bottom: 30px;
  }
  .c-contents-accordion__list-item-title {
    background-color: #e7efeb;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    color: #007440;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 14px 20px;
  }
  .c-contents-accordion__list-item-title:after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-accordion__list-item-title.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-contents-accordion__list-item-title.is-active:before {
    opacity: 0;
  }
  .c-contents-accordion__list-item-title.is-active:after {
    transform: rotate(0);
  }
  .c-contents-accordion__list-item-contents--parent {
    padding: 0;
  }
  .c-contents-accordion__list-item-contents--parent.is-open {
    padding: 10px 0 0;
  }
  .c-contents-accordion__list-item-contents-heading {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .c-contents-accordion__list-item-contents-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .c-contents-accordion__list-item-contents-list {
    list-style-type: disc;
    padding-left: 30px;
  }
  .c-contents-accordion__list-item-contents-list-item {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  .c-contents-accordion__list-item-contents-list-item:last-child {
    margin-bottom: 0;
  }

  .c-contents-accordion-child__list {
    margin-top: -10px;
    width: 100%;
  }
  .c-contents-accordion-child__list-item {
    text-align: left;
  }
  .c-contents-accordion-child__list-item:last-child .c-contents-accordion-child__list-item-title {
    border-bottom: 0;
  }
  .c-contents-accordion-child__list-item:last-child .c-contents-accordion-child__list-item-contents {
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
  }
  .c-contents-accordion-child__list-item-title {
    background-color: #f7f8f8;
    border-bottom: 1px solid #e2e2e2;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 14px 20px;
  }
  .c-contents-accordion-child__list-item-title:before {
    background-color: #020202;
  }
  .c-contents-accordion-child__list-item-title:after {
    background-color: #020202;
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-accordion-child__list-item-title.is-active:before {
    opacity: 0;
  }
  .c-contents-accordion-child__list-item-title.is-active:after {
    transform: rotate(0);
  }
  .c-contents-accordion-child__list-item-contents {
    border-radius: 0;
  }
  .c-contents-accordion-child__list-item-contents.is-open {
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-accordion-child__list-item-title:after, .c-contents-accordion-child__list-item-title:before, .c-contents-accordion__list-item-title:after, .c-contents-accordion__list-item-title:before {
    content: "";
    display: block;
    background-color: #007440;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 12px;
  }

  .c-contents-accordion-child__list-item-contents, .c-contents-accordion__list-item-contents--parent, .c-contents-accordion__list-item-contents {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffffff;
    font-size: 0.8571428571rem;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.3s;
  }
  .is-open.c-contents-accordion-child__list-item-contents, .is-open.c-contents-accordion__list-item-contents--parent, .is-open.c-contents-accordion__list-item-contents {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 20px 20px;
    line-height: 1.5em;
    height: auto;
    opacity: 1;
  }

  .c-contents-accordion__list {
    width: 100%;
    margin: 30px auto;
  }
  .c-contents-accordion__list-item {
    text-align: left;
    margin-bottom: 15px;
  }
  .c-contents-accordion__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-accordion__list-item-title {
    background-color: #e7efeb;
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #007440;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 20px;
  }
  .c-contents-accordion__list-item-title:after {
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-accordion__list-item-title.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-contents-accordion__list-item-title.is-active:before {
    opacity: 0;
  }
  .c-contents-accordion__list-item-title.is-active:after {
    transform: rotate(0);
  }
  .c-contents-accordion__list-item-contents--parent {
    padding: 0;
  }
  .c-contents-accordion__list-item-contents--parent.is-open {
    padding: 10px 0 0;
  }
  .c-contents-accordion__list-item-contents-heading {
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .c-contents-accordion__list-item-contents-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .c-contents-accordion__list-item-contents-list {
    list-style-type: disc;
    padding-left: 24px;
  }
  .c-contents-accordion__list-item-contents-list-item {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .c-contents-accordion__list-item-contents-list-item:last-child {
    margin-bottom: 0;
  }

  .c-contents-accordion-child__list {
    width: 100%;
    margin-top: -10px;
  }
  .c-contents-accordion-child__list-item {
    text-align: left;
  }
  .c-contents-accordion-child__list-item:last-child {
    margin-bottom: 0;
  }
  .c-contents-accordion-child__list-item:last-child .c-contents-accordion-child__list-item-title {
    border-bottom: 0;
  }
  .c-contents-accordion-child__list-item:last-child .c-contents-accordion-child__list-item-contents {
    border-top: 1px solid #e2e2e2;
    border-bottom: 0;
  }
  .c-contents-accordion-child__list-item-title {
    background-color: #f7f8f8;
    border-bottom: 1px solid #dddddd;
    color: #020202;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding: 20px;
  }
  .c-contents-accordion-child__list-item-title:before {
    background-color: #020202;
  }
  .c-contents-accordion-child__list-item-title:after {
    background-color: #020202;
    transform: rotate(90deg);
    transition-duration: 0.3s;
  }
  .c-contents-accordion-child__list-item-title.is-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .c-contents-accordion-child__list-item-title.is-active:before {
    opacity: 0;
  }
  .c-contents-accordion-child__list-item-title.is-active:after {
    transform: rotate(0);
  }
  .c-contents-accordion-child__list-item-contents {
    border-radius: 0;
  }
  .c-contents-accordion-child__list-item-contents.is-open {
    border: none;
    border-bottom: 1px solid #e2e2e2;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-prefecture {
    margin: 60px auto 45px;
    max-width: 1200px;
    width: 100%;
  }
  .c-contents-prefecture__list-item {
    display: flex;
    margin-bottom: 15px;
  }
  .c-contents-prefecture__area-name {
    color: #007440;
    font-size: 1.5rem;
    font-weight: bold;
    width: 200px;
  }
  .c-contents-prefecture__prefecture-list {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
  }
  .c-contents-prefecture__prefecture-list-item {
    margin-right: 15px;
  }
  .c-contents-prefecture__prefecture-list-item:last-child {
    margin-right: 0;
  }
  .c-contents-prefecture__prefecture-list-item > a {
    padding: 14px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-prefecture {
    margin: 25px auto 60px;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-contents-prefecture__list-item {
    margin-bottom: 40px;
  }
  .c-contents-prefecture__area-name {
    color: #007440;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .c-contents-prefecture__prefecture-list {
    display: flex;
    flex-wrap: wrap;
  }
  .c-contents-prefecture__prefecture-list-item {
    margin-right: calc(26 * 100vw / 750);
  }
  .c-contents-prefecture__prefecture-list-item:nth-child(3n) {
    margin-right: 0;
  }
  .c-contents-prefecture__prefecture-list-item > a {
    width: calc(200 * 100vw / 750);
    padding: 14px 20px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-pager__left-arrow, .c-contents-pager__right-arrow {
    background-image: url("/common/re/images/c-contents-pager-icon-arrow.svg");
    background-size: cover;
    display: block;
    height: 16px;
    margin: 10px 0;
    width: 8px;
  }

  .c-contents-pager__button--current, .c-contents-pager__button {
    border-radius: 5px;
    color: #555555;
    display: block;
    font-size: 1.125rem;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
  }

  .c-contents-pager {
    display: flex;
    justify-content: center;
  }
  .c-contents-pager__item {
    margin-right: 10px;
  }
  .c-contents-pager__item--between {
    margin-right: 10px;
  }
  .c-contents-pager__item--between:before {
    content: "…";
    color: #555555;
    width: 20px;
    height: 20px;
  }
  .c-contents-pager__item:last-child {
    margin-right: 0;
  }
  .c-contents-pager__button--current {
    background-color: #007440;
    color: white;
  }
  .c-contents-pager__right-arrow {
    margin-left: 10px;
    transform: rotate(180deg);
  }
  .c-contents-pager__left-arrow {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-pager__left-arrow, .c-contents-pager__right-arrow {
    background-image: url("/common/re/images/c-contents-pager-icon-arrow.svg");
    background-size: cover;
    display: block;
    height: 16px;
    margin: 10px 0;
    width: 8px;
  }

  .c-contents-pager__button--current, .c-contents-pager__button {
    border-radius: 5px;
    color: #555555;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
  }

  .c-contents-pager {
    display: flex;
    justify-content: center;
  }
  .c-contents-pager__item--between {
    position: relative;
    width: 36px;
    height: 20px;
  }
  .c-contents-pager__item--between:before {
    content: "…";
    color: #555555;
    display: inline-block;
    line-height: 1em;
    position: absolute;
    top: calc(50% - 0.25em);
  }
  .c-contents-pager__button--current {
    background-color: #007440;
    color: white;
  }
  .c-contents-pager__right-arrow {
    margin-left: 10px;
    transform: rotate(180deg);
  }
  .c-contents-pager__left-arrow {
    margin-right: 10px;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 9999;
  }
  .c-contents-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .c-contents-modal__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.64;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c-contents-modal__wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: calc(100vh - (80px + 80px));
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  .c-contents-modal__contents {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 30px 26px 60px 60px;
  }
  .c-contents-modal__content {
    height: 100%;
    max-height: calc(100vh - (80px + 80px) - (60px + 80px));
    overflow-y: auto;
    padding-right: 16px;
  }
  .c-contents-modal__content::-webkit-scrollbar {
    width: 10px;
  }
  .c-contents-modal__content::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 5px;
  }
  .c-contents-modal__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888888;
  }
  .c-contents-modal__close-button {
    position: absolute;
    top: 30px;
    right: 50px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    z-index: 4;
    width: 18px;
    height: 18px;
  }
  .c-contents-modal__close-button:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .c-contents-modal__close-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007440;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
  }
  .c-contents-modal__close-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007440;
    position: absolute;
    top: calc(14% - 5px);
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
  }

  .c-contents-button-sub--detail-arrow.js-Modal_open-button:hover {
    cursor: pointer;
  }
}
@media only screen and (max-width: 768px) {
  .c-contents-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    z-index: 9999;
  }
  .c-contents-modal.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .c-contents-modal__overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: 0.64;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .c-contents-modal__wrapper {
    width: 100%;
    max-width: calc(654 * 100vw / 750);
    height: auto;
    max-height: calc(100vh - (50px + 50px));
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
  }
  .c-contents-modal__contents {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 5px 25px 20px;
  }
  .c-contents-modal__content {
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - (50px + 50px) - (50px + 25px));
    padding-right: 15px;
  }
  .c-contents-modal__content::-webkit-scrollbar {
    width: 5px;
  }
  .c-contents-modal__content::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 5px;
  }
  .c-contents-modal__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #888888;
  }
  .c-contents-modal__close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    z-index: 4;
    width: 18px;
    height: 18px;
  }
  .c-contents-modal__close-button:hover {
    opacity: 0.6;
    text-decoration: none;
  }
  .c-contents-modal__close-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007440;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - 5px);
    left: 14%;
  }
  .c-contents-modal__close-button:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #007440;
    position: absolute;
    top: calc(14% - 5px);
    transform: rotate(-45deg);
    transform-origin: 100% 50%;
    left: auto;
    right: 14%;
  }
}
@media screen and (min-width: 769px), print {
  .c-layout-one-column-full-width {
    margin: 0 auto;
    width: 100%;
  }

  .c-layout-one-column-1200 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }

  .c-layout-one-column-960 {
    margin: 0 auto;
    width: 960px;
  }

  .c-layout-two-column-full-width {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  .c-layout-two-column-full-width__item {
    width: 50%;
  }

  .c-layout-two-column-580 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-two-column-580__item {
    width: 49%;
  }

  .c-layout-two-column-525 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-two-column-525__item {
    width: 44%;
  }

  .c-layout-two-column-600 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-two-column-600__item {
    width: 50%;
  }

  .c-layout-two-column-auto {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-two-column-auto__item {
    width: auto;
    margin-right: 20px;
  }
  .c-layout-two-column-auto__item:last-child {
    margin-right: 0;
  }

  .c-layout-three-column-373 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-three-column-373__item {
    width: 32%;
  }

  .c-layout-four-column-270 {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-four-column-270__item {
    width: 23%;
    margin-right: 2.6%;
  }
  .c-layout-four-column-270__item:nth-child(4n) {
    margin-right: 0;
  }

  .c-layout-four-column-300 {
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  .c-layout-four-column-300__item {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .c-layout-two-column-600__item, .c-layout-two-column-525__item, .c-layout-two-column-580__item, .c-layout-two-column-full-width__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .c-layout-two-column-600__item:last-child, .c-layout-two-column-525__item:last-child, .c-layout-two-column-580__item:last-child, .c-layout-two-column-full-width__item:last-child {
    margin-bottom: 0;
  }

  .c-layout-one-column-full-width {
    margin: 0 auto;
    width: 100%;
  }

  .c-layout-one-column-1200,
.c-layout-one-column-960 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }

  .c-layout-two-column-full-width {
    margin: 0 auto;
    width: 100%;
  }
  .c-layout-two-column-580 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-two-column-525 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-two-column-600 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-two-column-auto {
    display: flex;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-two-column-auto__item {
    width: auto;
    margin-right: 20px;
  }
  .c-layout-two-column-auto__item:last-child {
    margin-right: 0;
  }

  .spTwoColumn.c-layout-two-column-full-width {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
  .spTwoColumn.c-layout-two-column-full-width .c-layout-two-column-full-width__item {
    width: 50%;
  }
  .spTwoColumn.c-layout-two-column-580 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .spTwoColumn.c-layout-two-column-580 .c-layout-two-column-580__item {
    width: 49%;
  }
  .spTwoColumn.c-layout-two-column-525 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .spTwoColumn.c-layout-two-column-525 .c-layout-two-column-525__item {
    width: calc(278 * 100vw / 750);
  }
  .spTwoColumn.c-layout-two-column-600 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .spTwoColumn.c-layout-two-column-600 .c-layout-two-column-600__item {
    width: 50%;
  }

  .c-layout-three-column-373 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-three-column-373__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .c-layout-three-column-373__item:last-child {
    margin-bottom: 0;
  }

  .c-layout-four-column-270 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-four-column-270__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .c-layout-four-column-270__item:last-child {
    margin-bottom: 0;
  }

  .c-layout-four-column-300 {
    margin: 0 auto;
    max-width: calc(654 * 100vw / 750);
    width: 100%;
  }
  .c-layout-four-column-300__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .c-layout-four-column-300__item:last-child {
    margin-bottom: 0;
  }
}
.text-hidden {
  display: block !important;
  overflow: hidden !important;
  text-align: left !important;
  text-indent: -9999px !important;
}

@media only screen and (max-width: 768px) {
  .text-hidden_handhelds {
    display: block !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -9999px !important;
  }
}
@media screen and (min-width: 769px), print {
  .text-hidden_medium-wide {
    display: block !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -9999px !important;
  }
}
.display__none {
  display: none !important;
}

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

.display__block {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .display__none_handhelds {
    display: none !important;
  }

  .display__inline-block_handhelds {
    display: inline-block !important;
  }

  .display__block_handhelds {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .display__none_medium {
    display: none !important;
  }

  .display__block_medium {
    display: block !important;
  }

  .display__inline-block_medium {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .display__none_medium-wide {
    display: none !important;
  }

  .display__block_medium-wide {
    display: block !important;
  }

  .display__inline-block_medium-wide {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .display__none_wide {
    display: none !important;
  }

  .display__block_wide {
    display: block !important;
  }

  .display__inline-block_wide {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 768px) {
  .font-size__10px_handhelds {
    font-size: 0.7142857143rem !important;
  }

  .font-size__11px_handhelds {
    font-size: 0.7857142857rem !important;
  }

  .font-size__12px_handhelds {
    font-size: 0.8571428571rem !important;
  }

  .font-size__13px_handhelds {
    font-size: 0.9285714286rem !important;
  }

  .font-size__14px_handhelds {
    font-size: 1rem !important;
  }

  .font-size__15px_handhelds {
    font-size: 1.0714285714rem !important;
  }

  .font-size__16px_handhelds {
    font-size: 1.1428571429rem !important;
  }

  .font-size__17px_handhelds {
    font-size: 1.2142857143rem !important;
  }

  .font-size__18px_handhelds {
    font-size: 1.2857142857rem !important;
  }

  .font-size__19px_handhelds {
    font-size: 1.3571428571rem !important;
  }

  .font-size__20px_handhelds {
    font-size: 1.4285714286rem !important;
  }

  .font-size__21px_handhelds {
    font-size: 1.5rem !important;
  }

  .font-size__22px_handhelds {
    font-size: 1.5714285714rem !important;
  }

  .font-size__23px_handhelds {
    font-size: 1.6428571429rem !important;
  }

  .font-size__24px_handhelds {
    font-size: 1.7142857143rem !important;
  }

  .font-size__25px_handhelds {
    font-size: 1.7857142857rem !important;
  }

  .font-size__26px_handhelds {
    font-size: 1.8571428571rem !important;
  }

  .font-size__27px_handhelds {
    font-size: 1.9285714286rem !important;
  }

  .font-size__28px_handhelds {
    font-size: 2rem !important;
  }

  .font-size__29px_handhelds {
    font-size: 2.0714285714rem !important;
  }

  .font-size__30px_handhelds {
    font-size: 2.1428571429rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .font-size__10px_medium-wide {
    font-size: 0.625rem !important;
  }

  .font-size__10px_medium-wide {
    font-size: 0.625rem !important;
  }

  .font-size__11px_medium-wide {
    font-size: 0.6875rem !important;
  }

  .font-size__12px_medium-wide {
    font-size: 0.75rem !important;
  }

  .font-size__13px_medium-wide {
    font-size: 0.8125rem !important;
  }

  .font-size__14px_medium-wide {
    font-size: 0.875rem !important;
  }

  .font-size__15px_medium-wide {
    font-size: 0.9375rem !important;
  }

  .font-size__16px_medium-wide {
    font-size: 1rem !important;
  }

  .font-size__17px_medium-wide {
    font-size: 1.0625rem !important;
  }

  .font-size__18px_medium-wide {
    font-size: 1.125rem !important;
  }

  .font-size__19px_medium-wide {
    font-size: 1.1875rem !important;
  }

  .font-size__20px_medium-wide {
    font-size: 1.25rem !important;
  }

  .font-size__21px_medium-wide {
    font-size: 1.3125rem !important;
  }

  .font-size__22px_medium-wide {
    font-size: 1.375rem !important;
  }

  .font-size__23px_medium-wide {
    font-size: 1.4375rem !important;
  }

  .font-size__24px_medium-wide {
    font-size: 1.5rem !important;
  }

  .font-size__25px_medium-wide {
    font-size: 1.5625rem !important;
  }

  .font-size__26px_medium-wide {
    font-size: 1.625rem !important;
  }

  .font-size__27px_medium-wide {
    font-size: 1.6875rem !important;
  }

  .font-size__28px_medium-wide {
    font-size: 1.75rem !important;
  }

  .font-size__29px_medium-wide {
    font-size: 1.8125rem !important;
  }

  .font-size__30px_medium-wide {
    font-size: 1.875rem !important;
  }

  .font-size__31px_medium-wide {
    font-size: 1.9375rem !important;
  }

  .font-size__32px_medium-wide {
    font-size: 2rem !important;
  }

  .font-size__33px_medium-wide {
    font-size: 2.0625rem !important;
  }

  .font-size__34px_medium-wide {
    font-size: 2.125rem !important;
  }

  .font-size__35px_medium-wide {
    font-size: 2.1875rem !important;
  }

  .font-size__36px_medium-wide {
    font-size: 2.25rem !important;
  }

  .font-size__37px_medium-wide {
    font-size: 2.3125rem !important;
  }

  .font-size__38px_medium-wide {
    font-size: 2.375rem !important;
  }

  .font-size__39px_medium-wide {
    font-size: 2.4375rem !important;
  }

  .font-size__40px_medium-wide {
    font-size: 2.5rem !important;
  }
}
.font-weight__normal {
  font-weight: normal !important;
}

.font-weight__bold {
  font-weight: bold !important;
}

@media only screen and (max-width: 768px) {
  .font-weight__normal_handhelds {
    font-weight: normal !important;
  }

  .font-weight__bold_handhelds {
    font-weight: bold !important;
  }
}
@media screen and (min-width: 769px), print {
  .font-weight__normal_medium-wide {
    font-weight: normal !important;
  }

  .font-weight__bold_medium-wide {
    font-weight: bold !important;
  }
}
.color__white {
  color: #ffffff !important;
}

.color__black {
  color: #020202 !important;
}

.color__green {
  color: #007440 !important;
}

.color__red {
  color: #f22400 !important;
}

.color__gray {
  color: #888888 !important;
}

@media only screen and (max-width: 768px) {
  .color__white_handhelds {
    color: #ffffff !important;
  }

  .color__black_handhelds {
    color: #020202 !important;
  }

  .color__green_handhelds {
    color: #007440 !important;
  }

  .color__red_handhelds {
    color: #f22400 !important;
  }

  .color__gray_handhelds {
    color: #888888 !important;
  }
}
@media screen and (min-width: 769px), print {
  .color__white_medium-wide {
    color: #ffffff !important;
  }

  .color__black_medium-wide {
    color: #020202 !important;
  }

  .color__green_medium-wide {
    color: #007440 !important;
  }

  .color__red_medium-wide {
    color: #f22400 !important;
  }

  .color__gray_medium-wide {
    color: #888888 !important;
  }
}
.background-color__white {
  background-color: #ffffff !important;
}

.background-color__light-green {
  background-color: #e7efeb !important;
}

.background-color__green {
  background-color: #007440 !important;
}

.background-color__dark-green {
  background-color: #00552f !important;
}

.background-color__light-red {
  background-color: #fee8e4 !important;
}

.background-color__light-gray {
  background-color: #f7f8f8 !important;
}

@media only screen and (max-width: 768px) {
  .background-color__white_handhelds {
    background-color: #ffffff !important;
  }

  .background-color__light-green_handhelds {
    background-color: #e7efeb !important;
  }

  .background-color__green_handhelds {
    background-color: #007440 !important;
  }

  .background-color__dark-green_handhelds {
    background-color: #00552f !important;
  }

  .background-color__light-red_handhelds {
    background-color: #fee8e4 !important;
  }

  .background-color__light-gray_handhelds {
    background-color: #f7f8f8 !important;
  }
}
@media screen and (min-width: 769px), print {
  .background-color__white_medium-wide {
    background-color: #ffffff !important;
  }

  .background-color__light-green_medium-wide {
    background-color: #e7efeb !important;
  }

  .background-color__green_medium-wide {
    background-color: #007440 !important;
  }

  .background-color__dark-green_medium-wide {
    background-color: #00552f !important;
  }

  .background-color__light-red_medium-wide {
    background-color: #fee8e4 !important;
  }

  .background-color__light-gray_medium-wide {
    background-color: #f7f8f8 !important;
  }
}
.margin-top__0px {
  margin-top: 0 !important;
}

.margin-top__5px {
  margin-top: 5px !important;
}

.margin-top__10px {
  margin-top: 10px !important;
}

.margin-top__15px {
  margin-top: 15px !important;
}

.margin-top__20px {
  margin-top: 20px !important;
}

.margin-top__25px {
  margin-top: 25px !important;
}

.margin-top__30px {
  margin-top: 30px !important;
}

.margin-top__35px {
  margin-top: 35px !important;
}

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

.margin-top__45px {
  margin-top: 45px !important;
}

.margin-top__50px {
  margin-top: 50px !important;
}

.margin-top__55px {
  margin-top: 55px !important;
}

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

.margin-top__65px {
  margin-top: 65px !important;
}

.margin-top__70px {
  margin-top: 70px !important;
}

.margin-top__75px {
  margin-top: 75px !important;
}

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

.margin-top__85px {
  margin-top: 85px !important;
}

.margin-top__90px {
  margin-top: 90px !important;
}

.margin-top__95px {
  margin-top: 95px !important;
}

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

@media only screen and (max-width: 768px) {
  .margin-top__0px_handhelds {
    margin-top: 0 !important;
  }

  .margin-top__5px_handhelds {
    margin-top: 5px !important;
  }

  .margin-top__10px_handhelds {
    margin-top: 10px !important;
  }

  .margin-top__15px_handhelds {
    margin-top: 15px !important;
  }

  .margin-top__20px_handhelds {
    margin-top: 20px !important;
  }

  .margin-top__25px_handhelds {
    margin-top: 25px !important;
  }

  .margin-top__30px_handhelds {
    margin-top: 30px !important;
  }

  .margin-top__35px_handhelds {
    margin-top: 35px !important;
  }

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

  .margin-top__45px_handhelds {
    margin-top: 45px !important;
  }

  .margin-top__50px_handhelds {
    margin-top: 50px !important;
  }

  .margin-top__55px_handhelds {
    margin-top: 55px !important;
  }

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

  .margin-top__65px_handhelds {
    margin-top: 65px !important;
  }

  .margin-top__70px_handhelds {
    margin-top: 70px !important;
  }

  .margin-top__75px_handhelds {
    margin-top: 75px !important;
  }

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

  .margin-top__85px_handhelds {
    margin-top: 85px !important;
  }

  .margin-top__90px_handhelds {
    margin-top: 90px !important;
  }

  .margin-top__95px_handhelds {
    margin-top: 95px !important;
  }

  .margin-top__100px_handhelds {
    margin-top: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .margin-top__0px_medium-wide {
    margin-top: 0 !important;
  }

  .margin-top__5px_medium-wide {
    margin-top: 5px !important;
  }

  .margin-top__10px_medium-wide {
    margin-top: 10px !important;
  }

  .margin-top__15px_medium-wide {
    margin-top: 15px !important;
  }

  .margin-top__20px_medium-wide {
    margin-top: 20px !important;
  }

  .margin-top__25px_medium-wide {
    margin-top: 25px !important;
  }

  .margin-top__30px_medium-wide {
    margin-top: 30px !important;
  }

  .margin-top__35px_medium-wide {
    margin-top: 35px !important;
  }

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

  .margin-top__45px_medium-wide {
    margin-top: 45px !important;
  }

  .margin-top__50px_medium-wide {
    margin-top: 50px !important;
  }

  .margin-top__55px_medium-wide {
    margin-top: 55px !important;
  }

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

  .margin-top__65px_medium-wide {
    margin-top: 65px !important;
  }

  .margin-top__70px_medium-wide {
    margin-top: 70px !important;
  }

  .margin-top__75px_medium-wide {
    margin-top: 75px !important;
  }

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

  .margin-top__85px_medium-wide {
    margin-top: 85px !important;
  }

  .margin-top__90px_medium-wide {
    margin-top: 90px !important;
  }

  .margin-top__95px_medium-wide {
    margin-top: 95px !important;
  }

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

  .margin-top__110px_medium-wide {
    margin-top: 110px !important;
  }

  .margin-top__120px_medium-wide {
    margin-top: 120px !important;
  }
}
.margin-bottom__0px {
  margin-bottom: 0 !important;
}

.margin-bottom__5px {
  margin-bottom: 5px !important;
}

.margin-bottom__10px {
  margin-bottom: 10px !important;
}

.margin-bottom__15px {
  margin-bottom: 15px !important;
}

.margin-bottom__20px {
  margin-bottom: 20px !important;
}

.margin-bottom__25px {
  margin-bottom: 25px !important;
}

.margin-bottom__30px {
  margin-bottom: 30px !important;
}

.margin-bottom__35px {
  margin-bottom: 35px !important;
}

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

.margin-bottom__45px {
  margin-bottom: 45px !important;
}

.margin-bottom__50px {
  margin-bottom: 50px !important;
}

.margin-bottom__55px {
  margin-bottom: 55px !important;
}

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

.margin-bottom__65px {
  margin-bottom: 65px !important;
}

.margin-bottom__70px {
  margin-bottom: 70px !important;
}

.margin-bottom__75px {
  margin-bottom: 75px !important;
}

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

.margin-bottom__85px {
  margin-bottom: 85px !important;
}

.margin-bottom__90px {
  margin-bottom: 90px !important;
}

.margin-bottom__95px {
  margin-bottom: 95px !important;
}

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

@media only screen and (max-width: 768px) {
  .margin-bottom__0px_handhelds {
    margin-bottom: 0 !important;
  }

  .margin-bottom__5px_handhelds {
    margin-bottom: 5px !important;
  }

  .margin-bottom__10px_handhelds {
    margin-bottom: 10px !important;
  }

  .margin-bottom__15px_handhelds {
    margin-bottom: 15px !important;
  }

  .margin-bottom__20px_handhelds {
    margin-bottom: 20px !important;
  }

  .margin-bottom__25px_handhelds {
    margin-bottom: 25px !important;
  }

  .margin-bottom__30px_handhelds {
    margin-bottom: 30px !important;
  }

  .margin-bottom__35px_handhelds {
    margin-bottom: 35px !important;
  }

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

  .margin-bottom__45px_handhelds {
    margin-bottom: 45px !important;
  }

  .margin-bottom__50px_handhelds {
    margin-bottom: 50px !important;
  }

  .margin-bottom__55px_handhelds {
    margin-bottom: 55px !important;
  }

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

  .margin-bottom__65px_handhelds {
    margin-bottom: 65px !important;
  }

  .margin-bottom__70px_handhelds {
    margin-bottom: 70px !important;
  }

  .margin-bottom__75px_handhelds {
    margin-bottom: 75px !important;
  }

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

  .margin-bottom__85px_handhelds {
    margin-bottom: 85px !important;
  }

  .margin-bottom__90px_handhelds {
    margin-bottom: 90px !important;
  }

  .margin-bottom__95px_handhelds {
    margin-bottom: 95px !important;
  }

  .margin-bottom__100px_handhelds {
    margin-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .margin-bottom__0px_medium-wide {
    margin-bottom: 0 !important;
  }

  .margin-bottom__5px_medium-wide {
    margin-bottom: 5px !important;
  }

  .margin-bottom__10px_medium-wide {
    margin-bottom: 10px !important;
  }

  .margin-bottom__15px_medium-wide {
    margin-bottom: 15px !important;
  }

  .margin-bottom__20px_medium-wide {
    margin-bottom: 20px !important;
  }

  .margin-bottom__25px_medium-wide {
    margin-bottom: 25px !important;
  }

  .margin-bottom__30px_medium-wide {
    margin-bottom: 30px !important;
  }

  .margin-bottom__35px_medium-wide {
    margin-bottom: 35px !important;
  }

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

  .margin-bottom__45px_medium-wide {
    margin-bottom: 45px !important;
  }

  .margin-bottom__50px_medium-wide {
    margin-bottom: 50px !important;
  }

  .margin-bottom__55px_medium-wide {
    margin-bottom: 55px !important;
  }

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

  .margin-bottom__65px_medium-wide {
    margin-bottom: 65px !important;
  }

  .margin-bottom__70px_medium-wide {
    margin-bottom: 70px !important;
  }

  .margin-bottom__75px_medium-wide {
    margin-bottom: 75px !important;
  }

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

  .margin-bottom__85px_medium-wide {
    margin-bottom: 85px !important;
  }

  .margin-bottom__90px_medium-wide {
    margin-bottom: 90px !important;
  }

  .margin-bottom__95px_medium-wide {
    margin-bottom: 95px !important;
  }

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

  .margin-bottom__120px_medium-wide {
    margin-bottom: 120px !important;
  }
}
.margin-left__0px {
  margin-left: 0 !important;
}

.margin-left__50px {
  margin-left: 50px !important;
}

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

@media only screen and (max-width: 768px) {
  .margin-left__0px_handhelds {
    margin-left: 0 !important;
  }

  .margin-left__50px_handhelds {
    margin-left: 50px !important;
  }

  .margin-left__100px_handhelds {
    margin-left: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .margin-left__0px_medium-wide {
    margin-left: 0 !important;
  }

  .margin-left__50px_medium-wide {
    margin-left: 50px !important;
  }

  .margin-left__100px_medium-wide {
    margin-left: 100px !important;
  }
}
.margin-right__20px {
  margin-right: 20px !important;
}

@media only screen and (max-width: 768px) {
  .margin-right__20px_handhelds {
    margin-right: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .margin-right__20px_medium-wide {
    margin-right: 20px !important;
  }
}
.padding-top__0px {
  padding-top: 0 !important;
}

.padding-top__5px {
  padding-top: 5px !important;
}

.padding-top__10px {
  padding-top: 10px !important;
}

.padding-top__15px {
  padding-top: 15px !important;
}

.padding-top__20px {
  padding-top: 20px !important;
}

.padding-top__25px {
  padding-top: 25px !important;
}

.padding-top__30px {
  padding-top: 30px !important;
}

.padding-top__35px {
  padding-top: 35px !important;
}

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

.padding-top__45px {
  padding-top: 45px !important;
}

.padding-top__50px {
  padding-top: 50px !important;
}

.padding-top__55px {
  padding-top: 55px !important;
}

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

.padding-top__65px {
  padding-top: 65px !important;
}

.padding-top__70px {
  padding-top: 70px !important;
}

.padding-top__75px {
  padding-top: 75px !important;
}

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

.padding-top__85px {
  padding-top: 85px !important;
}

.padding-top__90px {
  padding-top: 90px !important;
}

.padding-top__95px {
  padding-top: 95px !important;
}

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

@media only screen and (max-width: 768px) {
  .padding-top__0px_handhelds {
    padding-top: 0 !important;
  }

  .padding-top__5px_handhelds {
    padding-top: 5px !important;
  }

  .padding-top__10px_handhelds {
    padding-top: 10px !important;
  }

  .padding-top__15px_handhelds {
    padding-top: 15px !important;
  }

  .padding-top__20px_handhelds {
    padding-top: 20px !important;
  }

  .padding-top__25px_handhelds {
    padding-top: 25px !important;
  }

  .padding-top__30px_handhelds {
    padding-top: 30px !important;
  }

  .padding-top__35px_handhelds {
    padding-top: 35px !important;
  }

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

  .padding-top__45px_handhelds {
    padding-top: 45px !important;
  }

  .padding-top__50px_handhelds {
    padding-top: 50px !important;
  }

  .padding-top__55px_handhelds {
    padding-top: 55px !important;
  }

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

  .padding-top__65px_handhelds {
    padding-top: 65px !important;
  }

  .padding-top__70px_handhelds {
    padding-top: 70px !important;
  }

  .padding-top__75px_handhelds {
    padding-top: 75px !important;
  }

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

  .padding-top__85px_handhelds {
    padding-top: 85px !important;
  }

  .padding-top__90px_handhelds {
    padding-top: 90px !important;
  }

  .padding-top__95px_handhelds {
    padding-top: 95px !important;
  }

  .padding-top__100px_handhelds {
    padding-top: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .padding-top__0px_medium-wide {
    padding-top: 0 !important;
  }

  .padding-top__5px_medium-wide {
    padding-top: 5px !important;
  }

  .padding-top__10px_medium-wide {
    padding-top: 10px !important;
  }

  .padding-top__15px_medium-wide {
    padding-top: 15px !important;
  }

  .padding-top__20px_medium-wide {
    padding-top: 20px !important;
  }

  .padding-top__25px_medium-wide {
    padding-top: 25px !important;
  }

  .padding-top__30px_medium-wide {
    padding-top: 30px !important;
  }

  .padding-top__35px_medium-wide {
    padding-top: 35px !important;
  }

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

  .padding-top__45px_medium-wide {
    padding-top: 45px !important;
  }

  .padding-top__50px_medium-wide {
    padding-top: 50px !important;
  }

  .padding-top__55px_medium-wide {
    padding-top: 55px !important;
  }

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

  .padding-top__65px_medium-wide {
    padding-top: 65px !important;
  }

  .padding-top__70px_medium-wide {
    padding-top: 70px !important;
  }

  .padding-top__75px_medium-wide {
    padding-top: 75px !important;
  }

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

  .padding-top__85px_medium-wide {
    padding-top: 85px !important;
  }

  .padding-top__90px_medium-wide {
    padding-top: 90px !important;
  }

  .padding-top__95px_medium-wide {
    padding-top: 95px !important;
  }

  .padding-top__100px_medium-wide {
    padding-top: 100px !important;
  }
}
.padding-bottom__0px {
  padding-bottom: 0 !important;
}

.padding-bottom__5px {
  padding-bottom: 5px !important;
}

.padding-bottom__10px {
  padding-bottom: 10px !important;
}

.padding-bottom__15px {
  padding-bottom: 15px !important;
}

.padding-bottom__20px {
  padding-bottom: 20px !important;
}

.padding-bottom__25px {
  padding-bottom: 25px !important;
}

.padding-bottom__30px {
  padding-bottom: 30px !important;
}

.padding-bottom__35px {
  padding-bottom: 35px !important;
}

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

.padding-bottom__45px {
  padding-bottom: 45px !important;
}

.padding-bottom__50px {
  padding-bottom: 50px !important;
}

.padding-bottom__55px {
  padding-bottom: 55px !important;
}

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

.padding-bottom__65px {
  padding-bottom: 65px !important;
}

.padding-bottom__70px {
  padding-bottom: 70px !important;
}

.padding-bottom__75px {
  padding-bottom: 75px !important;
}

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

.padding-bottom__85px {
  padding-bottom: 85px !important;
}

.padding-bottom__90px {
  padding-bottom: 90px !important;
}

.padding-bottom__95px {
  padding-bottom: 95px !important;
}

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

@media only screen and (max-width: 768px) {
  .padding-bottom__0px_handhelds {
    padding-bottom: 0 !important;
  }

  .padding-bottom__5px_handhelds {
    padding-bottom: 5px !important;
  }

  .padding-bottom__10px_handhelds {
    padding-bottom: 10px !important;
  }

  .padding-bottom__15px_handhelds {
    padding-bottom: 15px !important;
  }

  .padding-bottom__20px_handhelds {
    padding-bottom: 20px !important;
  }

  .padding-bottom__25px_handhelds {
    padding-bottom: 25px !important;
  }

  .padding-bottom__30px_handhelds {
    padding-bottom: 30px !important;
  }

  .padding-bottom__35px_handhelds {
    padding-bottom: 35px !important;
  }

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

  .padding-bottom__45px_handhelds {
    padding-bottom: 45px !important;
  }

  .padding-bottom__50px_handhelds {
    padding-bottom: 50px !important;
  }

  .padding-bottom__55px_handhelds {
    padding-bottom: 55px !important;
  }

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

  .padding-bottom__65px_handhelds {
    padding-bottom: 65px !important;
  }

  .padding-bottom__70px_handhelds {
    padding-bottom: 70px !important;
  }

  .padding-bottom__75px_handhelds {
    padding-bottom: 75px !important;
  }

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

  .padding-bottom__85px_handhelds {
    padding-bottom: 85px !important;
  }

  .padding-bottom__90px_handhelds {
    padding-bottom: 90px !important;
  }

  .padding-bottom__95px_handhelds {
    padding-bottom: 95px !important;
  }

  .padding-bottom__100px_handhelds {
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 769px), print {
  .padding-bottom__0px_medium-wide {
    padding-bottom: 0 !important;
  }

  .padding-bottom__5px_medium-wide {
    padding-bottom: 5px !important;
  }

  .padding-bottom__10px_medium-wide {
    padding-bottom: 10px !important;
  }

  .padding-bottom__15px_medium-wide {
    padding-bottom: 15px !important;
  }

  .padding-bottom__20px_medium-wide {
    padding-bottom: 20px !important;
  }

  .padding-bottom__25px_medium-wide {
    padding-bottom: 25px !important;
  }

  .padding-bottom__30px_medium-wide {
    padding-bottom: 30px !important;
  }

  .padding-bottom__35px_medium-wide {
    padding-bottom: 35px !important;
  }

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

  .padding-bottom__45px_medium-wide {
    padding-bottom: 45px !important;
  }

  .padding-bottom__50px_medium-wide {
    padding-bottom: 50px !important;
  }

  .padding-bottom__55px_medium-wide {
    padding-bottom: 55px !important;
  }

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

  .padding-bottom__65px_medium-wide {
    padding-bottom: 65px !important;
  }

  .padding-bottom__70px_medium-wide {
    padding-bottom: 70px !important;
  }

  .padding-bottom__75px_medium-wide {
    padding-bottom: 75px !important;
  }

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

  .padding-bottom__85px_medium-wide {
    padding-bottom: 85px !important;
  }

  .padding-bottom__90px_medium-wide {
    padding-bottom: 90px !important;
  }

  .padding-bottom__95px_medium-wide {
    padding-bottom: 95px !important;
  }

  .padding-bottom__100px_medium-wide {
    padding-bottom: 100px !important;
  }
}
.padding-left__0px {
  padding-left: 0 !important;
}

@media screen and (min-width: 769px), print {
  .padding-left__0px_medium-and-wide {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .padding-left__0px_handhelds {
    padding-left: 0 !important;
  }
}
.text-align__left {
  text-align: left !important;
}

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

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

@media screen and (min-width: 769px), print {
  .text-align__left_medium-and-wide {
    text-align: left !important;
  }

  .text-align__center_medium-and-wide {
    text-align: center !important;
  }

  .text-align__right_medium-and-wide {
    text-align: right !important;
  }
}
@media only screen and (max-width: 768px) {
  .text-align__left_handhelds {
    text-align: left !important;
  }

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

  .text-align__right_handhelds {
    text-align: right !important;
  }
}
.width__auto {
  width: auto;
}

.width__100 {
  width: 100% !important;
}

.width__10 {
  width: 10% !important;
}

.width__20 {
  width: 20% !important;
}

.width__30 {
  width: 30% !important;
}

.width__40 {
  width: 40% !important;
}

.width__50 {
  width: 50% !important;
}

.width__60 {
  width: 60% !important;
}

.width__70 {
  width: 70% !important;
}

.width__80 {
  width: 80% !important;
}

@media screen and (min-width: 769px), print {
  .width__100_medium-and-wide {
    width: 100% !important;
  }

  .width__10_medium-and-wide {
    width: 10% !important;
  }

  .width__20_medium-and-wide {
    width: 20% !important;
  }

  .width__30_medium-and-wide {
    width: 30% !important;
  }

  .width__40_medium-and-wide {
    width: 40% !important;
  }

  .width__50_medium-and-wide {
    width: 50% !important;
  }

  .width__60_medium-and-wide {
    width: 60% !important;
  }

  .width__70_medium-and-wide {
    width: 70% !important;
  }

  .width__80_medium-and-wide {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .width__100_handhelds {
    width: 100% !important;
  }

  .width__10_handhelds {
    width: 10% !important;
  }

  .width__20_handhelds {
    width: 20% !important;
  }

  .width__30_handhelds {
    width: 30% !important;
  }

  .width__40_handhelds {
    width: 40% !important;
  }

  .width__50_handhelds {
    width: 50% !important;
  }

  .width__60_handhelds {
    width: 60% !important;
  }

  .width__70_handhelds {
    width: 70% !important;
  }

  .width__80_handhelds {
    width: 80% !important;
  }
}
@media only screen and (max-width: 768px) {
  .width__94px_handhelds {
    width: 94px !important;
  }
}
.pointer-events__none {
  pointer-events: none;
}

.white-space__nowrap {
  white-space: nowrap;
}

.counter-reset__none {
  counter-reset: none !important;
}

.flex-wrap__nowrap {
  flex-wrap: nowrap !important;
}

@media screen and (min-width: 769px), print {
  .flex-wrap__nowrap_medium-and-wide {
    flex-wrap: nowrap !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-wrap__nowrap_handhelds {
    flex-wrap: nowrap !important;
  }
}
.flex-grow__0 {
  flex-grow: 0 !important;
}

@media screen and (min-width: 769px), print {
  .flex-grow__0_medium-and-wide {
    flex-grow: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-grow__0_handhelds {
    flex-grow: 0 !important;
  }
}
.remove-child-margin * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.remove-top-bottom-margin-in-cell td > *:first-child {
  margin-top: 0 !important;
}
.remove-top-bottom-margin-in-cell td > *:last-child {
  margin-bottom: 0 !important;
}

.td_vertical-align__top td {
  vertical-align: top;
}

@media screen and (min-width: 769px), print {
  .mini-size {
    margin-left: 0 !important;
    width: 600px !important;
  }
}
@media only screen and (max-width: 768px) {
  .youtube-iframe {
    width: calc(654 * 100vw / 750);
    height: calc(367 * 100vw / 750);
  }

  .youtube-iframe-in-modal {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .c-contents-modal__close-button--narrow-padding {
    right: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .scroll-table-in-table {
    max-width: calc(285 * 100vw / 375);
  }
}
@media screen and (min-width: 769px), print {
  div[class^=c-layout-two-column] h3[class^=c-contents-highlight-heading3] + p {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .button-top-on-banner {
    bottom: calc(215 * 100vw / 750);
  }
  .button-top-on-banner.c-footer__sns {
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 768px) {
  .swiper {
    margin: 30px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #007440 !important;
    opacity: 1 !important;
  }
  .swiper-button-next {
    color: #888888 !important;
    right: -2px !important;
    top: calc(50% - 20px) !important;
  }
  .swiper-button-next:after {
    font-size: 20px !important;
  }
  .swiper-button-prev {
    color: #888888 !important;
    left: -2px !important;
    top: calc(50% - 20px) !important;
  }
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 769px), print {
  .swiper-button-prev:after, .swiper-button-next:after {
    border-right: solid 2px #888888;
    border-top: solid 2px #888888;
    content: "";
    display: inline-block;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 25px;
  }

  .swiper {
    margin: 30px !important;
  }
  .swiper-button-next {
    right: -5px !important;
  }
  .swiper-button-next:after {
    content: "" !important;
  }
  .swiper-button-prev {
    left: -5px !important;
  }
  .swiper-button-prev:after {
    transform: rotate(225deg) translate(50%, 50%);
    content: "" !important;
  }
  .swiper-pagination-bullet {
    background-color: #ccc !important;
    height: 8px !important;
    margin: 0 4px !important;
    width: 8px !important;
  }
  .swiper-pagination-bullet-active {
    background-color: #007440 !important;
    opacity: 1 !important;
  }
}
.scroll-hint-icon {
  display: flex;
  align-items: center;
  left: calc(50% - 100px) !important;
  padding-top: 20px !important;
  width: 200px !important;
  z-index: 1;
}
.scroll-hint-icon:after {
  left: 34px !important;
}
.scroll-hint-icon .scroll-hint-text {
  font-size: 14px;
  font-weight: bold;
  margin-left: 8px;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
