@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

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

body {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.7;
  font-size: 0.8125rem;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}

/* ---------------------------
 layout
------------------------------ */
.l-header {
  padding: 20px 20px 0;
  border-bottom: 8px solid #004098;
}

.l-header__title {
  width: 100%;
  margin-top: 20px;
}

.l-header__link {
  display: inline-block;
}

.l-header__logo {
  width: 138px;
}

.l-main {
  background-color: #F4F4F4;
}

.l-aside {
  padding: 24px 20px;
  background-color: #004098;
  color: #FFFFFF;
}

.l-aside__txt {
  margin-bottom: 16px;
  color: #FFF200;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.l-aside__list {
  padding: 0 20px;
}

.l-aside__list-item {
  list-style: none;
  padding: 20px 24px 24px;
  border: 1px solid #FFFFFF;
}
.l-aside__list-item + .l-aside__list-item {
  margin-top: 24px;
}

.l-aside__list-txt {
  margin-bottom: 8px;
  font-size: 0.9375rem;
  text-align: center;
}

.l-aside__btn {
  margin-bottom: 24px;
}

.l-aside__list-note {
  margin-top: 16px;
  font-size: 0.6875rem;
}
.l-aside__list-note .l-aside__list-link {
  color: #FFFFFF;
}

.l-footer {
  padding: 20px;
  background-color: #FFFFFF;
  text-align: center;
}

.l-footer__copy {
  color: #004098;
  font-size: 0.625rem;
}
.l-footer__copy small {
  font-size: 0.625rem;
}

/* ---------------------------
 component
------------------------------ */
.c-sec {
  padding: 0 20px;
}
.c-sec + .c-sec {
  margin-top: 60px;
}

.c-sec__in {
  padding: 30px 20px 36px;
  background-color: #FFFFFF;
}
.c-sec__in.-bg_color {
  background-color: #F0F5FC;
}

.c-sec__title {
  margin-bottom: 16px;
  text-align: center;
}
.c-sec__title img {
  width: 80vw;
}

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

.c-sec__dl {
  padding: 8px 16px;
  background-color: #FFFFFF;
  letter-spacing: 0.02em;
}
.c-sec__dl + .c-sec__dl {
  margin-top: 12px;
}

.c-sec__dt {
  padding: 8px 0;
  border-bottom: 2px solid #EAEAEA;
  font-weight: bold;
}
.c-sec__dt span {
  font-size: 0.6875rem;
  font-weight: normal;
}

.c-sec__dd {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 8px 0;
}
.c-sec__dd > div {
  width: 100%;
}

.c-title-01 {
  margin-bottom: 24px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
}
.c-title-01 span {
  display: block;
  font-size: 0.75rem;
  font-weight: normal;
}

.c-title-02 {
  margin-bottom: 16px;
  padding-bottom: 4px;
  border-bottom: 1px solid #004098;
  font-size: 1.125rem;
}
.c-title-02 span {
  position: relative;
  padding-left: 20px;
}
.c-title-02 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background-color: #000000;
}
* + .c-title-02 {
  margin-top: 40px;
}

.c-title-03 {
  margin-bottom: 8px;
  color: #004098;
  font-size: 0.9375rem;
  font-weight: bold;
}
.c-title-03 span {
  display: block;
  padding-left: 1em;
  font-size: 0.6875rem;
  font-weight: normal;
  text-indent: -1em;
}
* + .c-title-03 {
  margin-top: 32px;
}

.c-txt.-left {
  text-align: left;
}
.c-txt.-right {
  text-align: right;
}
.c-txt.-center {
  text-align: center;
}
.c-txt.-bold {
  font-weight: bold;
}
.c-txt.-normal {
  font-weight: normal;
}
.c-txt.-fz14 {
  font-size: 0.6875rem;
}
.c-txt.-fz16 {
  font-size: 0.8125rem;
}
.c-txt.-red_color {
  color: #FF4848;
}

.c-note {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.02em;
  font-size: 0.6875rem;
}
.c-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.c-note + .c-note {
  margin-top: 2px;
}

.c-list {
  list-style-type: none;
}
.c-list.-fz14 {
  font-size: 0.6875rem;
}

.c-list__item {
  position: relative;
  padding-left: 1em;
}
.c-list__item > span {
  position: absolute;
  top: 0;
  left: 0;
}
.c-list__item + .c-list__item {
  margin-top: 4px;
}

.c-link {
  color: #004098;
}

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

.c-button__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 12px 40px;
  background-color: #000000;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.32);
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: none;
}

.c-button__btn.-yellow_color {
  background-color: #FFF200;
  color: #004098;
}
.c-button__btn.-yellow_color::after {
  border-color: transparent transparent transparent #004098;
}
.c-button__btn.-red_color {
  background-color: #EF2F2F;
}
.c-button__btn.-red_color::after {
  border-color: transparent transparent transparent #EF2F2F;
}
.c-button__btn.-small {
  max-width: 188px;
}

.c-table {
  border-collapse: collapse;
  font-size: 0.625rem;
}
.c-table th, .c-table td {
  border: 1px solid #CCD9ED;
}
.c-table th {
  padding: 8px 4px;
  background-color: #F0F5FC;
  text-align: center;
}
.c-table td {
  padding: 8px 4px;
  background-color: #FFFFFF;
}
* + .c-table {
  margin-top: 12px;
}

.c-table__col.-bdn-top {
  border-top: none;
}
.c-table__col.-bdn-right {
  border-right: none;
}

.c-box {
  padding: 16px;
  border: solid 1px #004098;
  color: #004098;
}
* + .c-box {
  margin-top: 16px;
}

/* ---------------------------
 project
------------------------------ */
.p-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-lead__title {
  text-align: right;
  width: 65vw;
}
.p-lead__title span {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: normal;
  transform: translateY(-12px);
}

.p-lead__txt {
  width: 45vw;
  background-color: #004098;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
  padding: 4px;
}

.p-lead__img {
  width: 87vw;
  margin-top: 4px;
}

.p-lead__note {
  width: 80vw;
  margin-top: 8px;
}

.p-cp {
  margin-bottom: 40px;
  padding: 0 20px;
}

.p-cp__in {
  background-color: #FFFFFF;
}

.c-cp__caotion {
  margin-bottom: 4px;
  font-size: 0.6875rem;
  line-height: 1.4;
  text-align: right;
}

.p-cp__title {
  padding: 24px 16px 8px;
}

.p-cp__btn {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #004098;
  border-bottom: 2px solid #004098;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.p-cp__btn span {
  display: inline-block;
  position: relative;
  width: 170px;
}
.p-cp__btn span::before, .p-cp__btn span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-cp__btn span::before {
  left: 0;
}
.p-cp__btn span::after {
  right: 0;
}
.p-cp__btn.-open span::before, .p-cp__btn.-open span::after {
  margin-top: -4px;
  border-width: 10px 8px 0 8px;
  border-color: #004098 transparent transparent transparent;
}
.p-cp__btn.-close span::before, .p-cp__btn.-close span::after {
  margin-top: -5px;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #004098 transparent;
}

.p-cp__list {
  padding: 24px 20px;
}

.p-cp__list-item {
  list-style: none;
}
.p-cp__list-item + .p-cp__list-item {
  margin-top: 20px;
}

.p-cp__caution {
  padding: 24px 20px;
  background-color: #E4ECF7;
}

.p-cp__caution-title {
  margin-bottom: 8px;
  color: #004098;
  text-align: center;
  font-size: 0.875rem;
}

.p-cp__lead {
  position: relative;
  margin-bottom: 12px;
}

.p-cp__lead-title {
  margin-bottom: 8px;
}

.p-cp__lead-icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 62px;
  margin-left: -31px;
  transform: translateY(54px);
}

.p-cp__lead-item {
  padding: 20px;
}

.p-sec01 {
  margin-top: 56px;
}

.p-sec01__img {
  margin-right: -2vw;
  margin-bottom: 40px;
}

.p-sec02 {
  margin-top: 60px;
}

.p-sec02__list {
  margin-top: 4px;
  margin-bottom: 32px;
}

.p-sec04__img {
  margin-bottom: 40px;
}

.p-sec05__txt {
  line-height: 2;
  font-size: 0.75rem;
}

.p-sec05__list {
  list-style-type: none;
  margin-bottom: 32px;
  padding: 0 16px;
}

.p-sec05__list-item {
  margin-top: 32px;
}

.p-sec05__dl dd {
  margin-top: 24px;
}

.p-sec06__box {
  margin-top: 16px;
  padding: 20px 20px 32px;
  background-color: #FFFFFF;
}

.p-sec06__box-img {
  text-align: center;
}
.p-sec06__box-img img {
  max-width: 144px;
}

.p-sec06__box-item {
  margin: 16px 0;
}

.p-sec06__box-title {
  color: #004098;
  font-weight: bold;
}

.p-sec07__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
  padding-top: 8px;
}

.p-sec07__item {
  width: 33vw;
}

.p-sec07__table {
  width: 100%;
  border-left: 1px solid #CCD9ED;
  border-bottom: 1px solid #CCD9ED;
}
.p-sec07__table th, .p-sec07__table td {
  border: none;
  border-top: 1px solid #CCD9ED;
  border-right: 1px solid #CCD9ED;
}

.p-sec07__col {
  padding: 8px;
  font-size: 0.8125rem;
}

.p-sec07__list-item {
  padding-left: 2.5em;
}

.p-contact {
  margin-bottom: 40px;
}

.p-contact__title {
  margin-bottom: 12px;
  color: #004098;
  font-size: 0.9375rem;
  font-weight: bold;
}

.p-contact__tel {
  color: #004098;
  font-weight: bold;
}
.p-contact__tel dt {
  font-size: 0.9375rem;
}
.p-contact__tel dd {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6875rem;
}
.p-contact__tel dd figure {
  width: 50px;
  margin-right: 12px;
}
.p-contact__tel dd figure img {
  vertical-align: middle;
}

.p-contact__time {
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
}
.p-contact__time dt span {
  display: inline-block;
  padding: 4px 10px;
  background-color: #004098;
  border-radius: 14px;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.2;
}
.p-contact__time dd {
  margin-left: 8px;
}

.p-contact__time-txt {
  margin-bottom: 4px;
  color: #004098;
  font-size: 1.0625rem;
  font-weight: bold;
}

.p-contact__box {
  margin-top: 24px;
  padding: 20px;
  background-color: #F0F5FC;
  font-size: 0.875rem;
  text-align: center;
}

.p-contact__box-title {
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
  padding-left: 12px;
  padding-right: 24px;
  font-weight: bold;
}
.p-contact__box-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/creditcard/use/tcardplus_t/cmn/img/logo_j-fsa.png) 0 0/100% no-repeat;
}
.p-contact__box-txt span {
  display: block;
}

.p-contact__txt {
  margin-top: 16px;
  color: #004098;
  font-size: 0.8125rem;
  text-align: center;
}

.p-accordion-target {
  display: none;
}

/* ---------------------------
 utility
------------------------------ */
.u-dn-sp {
  display: none !important;
}

.u-mt0 {
  margin-top: 0px !important;
}
.u-mt8 {
  margin-top: 8px !important;
}
.u-mt16 {
  margin-top: 16px !important;
}
.u-mt24 {
  margin-top: 24px !important;
}
.u-mt32 {
  margin-top: 32px !important;
}
.u-mt40 {
  margin-top: 40px !important;
}
.u-mt48 {
  margin-top: 48px !important;
}
.u-mt56 {
  margin-top: 56px !important;
}
.u-mt64 {
  margin-top: 64px !important;
}
.u-mt72 {
  margin-top: 72px !important;
}
.u-mt80 {
  margin-top: 80px !important;
}
.u-w1 {
  width: 1% !important;
}
.u-w2 {
  width: 2% !important;
}
.u-w3 {
  width: 3% !important;
}
.u-w4 {
  width: 4% !important;
}
.u-w5 {
  width: 5% !important;
}
.u-w6 {
  width: 6% !important;
}
.u-w7 {
  width: 7% !important;
}
.u-w8 {
  width: 8% !important;
}
.u-w9 {
  width: 9% !important;
}
.u-w10 {
  width: 10% !important;
}
.u-w11 {
  width: 11% !important;
}
.u-w12 {
  width: 12% !important;
}
.u-w13 {
  width: 13% !important;
}
.u-w14 {
  width: 14% !important;
}
.u-w15 {
  width: 15% !important;
}
.u-w16 {
  width: 16% !important;
}
.u-w17 {
  width: 17% !important;
}
.u-w18 {
  width: 18% !important;
}
.u-w19 {
  width: 19% !important;
}
.u-w20 {
  width: 20% !important;
}
.u-w21 {
  width: 21% !important;
}
.u-w22 {
  width: 22% !important;
}
.u-w23 {
  width: 23% !important;
}
.u-w24 {
  width: 24% !important;
}
.u-w25 {
  width: 25% !important;
}
.u-w26 {
  width: 26% !important;
}
.u-w27 {
  width: 27% !important;
}
.u-w28 {
  width: 28% !important;
}
.u-w29 {
  width: 29% !important;
}
.u-w30 {
  width: 30% !important;
}
.u-w31 {
  width: 31% !important;
}
.u-w32 {
  width: 32% !important;
}
.u-w33 {
  width: 33% !important;
}
.u-w34 {
  width: 34% !important;
}
.u-w35 {
  width: 35% !important;
}
.u-w36 {
  width: 36% !important;
}
.u-w37 {
  width: 37% !important;
}
.u-w38 {
  width: 38% !important;
}
.u-w39 {
  width: 39% !important;
}
.u-w40 {
  width: 40% !important;
}
.u-w41 {
  width: 41% !important;
}
.u-w42 {
  width: 42% !important;
}
.u-w43 {
  width: 43% !important;
}
.u-w44 {
  width: 44% !important;
}
.u-w45 {
  width: 45% !important;
}
.u-w46 {
  width: 46% !important;
}
.u-w47 {
  width: 47% !important;
}
.u-w48 {
  width: 48% !important;
}
.u-w49 {
  width: 49% !important;
}
.u-w50 {
  width: 50% !important;
}
.u-w51 {
  width: 51% !important;
}
.u-w52 {
  width: 52% !important;
}
.u-w53 {
  width: 53% !important;
}
.u-w54 {
  width: 54% !important;
}
.u-w55 {
  width: 55% !important;
}
.u-w56 {
  width: 56% !important;
}
.u-w57 {
  width: 57% !important;
}
.u-w58 {
  width: 58% !important;
}
.u-w59 {
  width: 59% !important;
}
.u-w60 {
  width: 60% !important;
}
.u-w61 {
  width: 61% !important;
}
.u-w62 {
  width: 62% !important;
}
.u-w63 {
  width: 63% !important;
}
.u-w64 {
  width: 64% !important;
}
.u-w65 {
  width: 65% !important;
}
.u-w66 {
  width: 66% !important;
}
.u-w67 {
  width: 67% !important;
}
.u-w68 {
  width: 68% !important;
}
.u-w69 {
  width: 69% !important;
}
.u-w70 {
  width: 70% !important;
}
.u-w71 {
  width: 71% !important;
}
.u-w72 {
  width: 72% !important;
}
.u-w73 {
  width: 73% !important;
}
.u-w74 {
  width: 74% !important;
}
.u-w75 {
  width: 75% !important;
}
.u-w76 {
  width: 76% !important;
}
.u-w77 {
  width: 77% !important;
}
.u-w78 {
  width: 78% !important;
}
.u-w79 {
  width: 79% !important;
}
.u-w80 {
  width: 80% !important;
}
.u-w81 {
  width: 81% !important;
}
.u-w82 {
  width: 82% !important;
}
.u-w83 {
  width: 83% !important;
}
.u-w84 {
  width: 84% !important;
}
.u-w85 {
  width: 85% !important;
}
.u-w86 {
  width: 86% !important;
}
.u-w87 {
  width: 87% !important;
}
.u-w88 {
  width: 88% !important;
}
.u-w89 {
  width: 89% !important;
}
.u-w90 {
  width: 90% !important;
}
.u-w91 {
  width: 91% !important;
}
.u-w92 {
  width: 92% !important;
}
.u-w93 {
  width: 93% !important;
}
.u-w94 {
  width: 94% !important;
}
.u-w95 {
  width: 95% !important;
}
.u-w96 {
  width: 96% !important;
}
.u-w97 {
  width: 97% !important;
}
.u-w98 {
  width: 98% !important;
}
.u-w99 {
  width: 99% !important;
}
.u-w100 {
  width: 100% !important;
}
/* ---------------------------
 PC
------------------------------ */
.js-animation {
  opacity: 0;
  transition: opacity 1s;
}
.js-animation.is-animation {
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
  .l-header {
    min-width: 950px;
    padding: 30px 30px 0;
    border-bottom-width: 16px;
  }
  .l-header__title {
    width: 950px;
    margin: 30px auto 0;
  }
  .l-main {
    min-width: 950px;
  }
  .l-aside {
    padding: 56px 0 40px;
  }
  .l-aside__in {
    width: 950px;
    margin: 0 auto;
  }
  .l-aside__txt {
    margin-bottom: 32px;
    font-size: 1.5rem;
  }
  .l-aside__list {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .l-aside__list-item {
    width: 455px;
    padding: 16px 40px 32px;
    border-width: 2px;
  }
  .l-aside__list-item + .l-aside__list-item {
    margin-top: 0;
  }
  .l-aside__list-txt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 156px;
    margin-bottom: 16px;
    font-size: 1.625rem;
  }
  .l-aside__list-note {
    margin-top: 24px;
    font-size: 0.875rem;
  }
  .l-aside__list + .l-aside__list-note {
    margin-top: 16px;
  }
  .l-footer {
    padding: 32px 0;
    text-align: left;
  }
  .l-footer__copy {
    font-size: 0.875rem;
    text-align: center;
  }
  .l-footer__copy small {
    font-size: 0.875rem;
  }
  .c-sec {
    padding: 0;
  }
  .c-sec + .c-sec {
    margin-top: 120px;
  }
  .c-sec__in {
    width: 950px;
    margin: 0 auto;
    padding: 48px 64px 64px;
  }
  .c-sec__title {
    margin-bottom: 24px;
  }
  .c-sec__title img {
    width: 588px;
  }
  .c-sec__dl {
    display: flex;
    padding: 16px 24px;
  }
  .c-sec__dt {
    border-bottom: none;
    border-right: 2px solid #EAEAEA;
    width: 140px;
    padding: 16px 16px 16px 0;
  }
  .c-sec__dt span {
    font-size: 0.75rem;
  }
  .c-sec__dd {
    padding: 16px 0 16px 24px;
  }
  .c-title-01 {
    margin-bottom: 16px;
    font-size: 2.375rem;
  }
  .c-title-01 span {
    font-size: 1.125rem;
  }
  .c-title-02 {
    margin-bottom: 40px;
    padding-bottom: 8px;
    font-size: 2rem;
  }
  .c-title-02 span {
    padding-left: 40px;
  }
  .c-title-02 span::before {
    width: 26px;
    height: 26px;
    margin-top: -13px;
  }
  * + .c-title-02 {
    margin-top: 80px;
  }
  .c-title-03 {
    margin-bottom: 16px;
    font-size: 1.625rem;
  }
  .c-title-03 span {
    display: inline-block;
    font-size: 1rem;
  }
  * + .c-title-03 {
    margin-top: 56px;
  }
  .c-txt.-fz14 {
    font-size: 0.875rem;
  }
  .c-txt.-fz15 {
    font-size: 0.9375rem;
  }
  .c-txt.-fz16 {
    font-size: 1rem;
  }
  .c-note {
    font-size: 0.875rem;
  }
  .c-note + .c-note {
    margin-top: 4px;
  }
  .c-note.-fz16 {
    font-size: 1rem;
  }
  .c-list {
    font-size: 1rem;
  }
  .c-list.-fz14 {
    font-size: 0.875rem;
  }
  .c-flex_is-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .c-flex_is-pc.-jcsb {
    justify-content: space-between;
  }
  .c-flex_is-pc.-jcsa {
    justify-content: space-around;
  }
  .c-link:hover {
    text-decoration: none;
  }
  .c-button__btn {
    max-width: 520px;
    padding: 20px 40px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.32);
    font-size: 1.625rem;
  }

  .c-button__btn.-small {
    padding: 20px 48px 20px 32px;
    font-size: 1.125rem;
  }
  .c-button__btn.-small::before, .c-button__btn.-small::after {
    right: 10px;
  }
  .c-button__btn.-small::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .c-button__btn.-small::after {
    margin-top: -6px;
    margin-right: 6px;
    border-width: 6px 0 6px 8px;
  }
  .c-table {
    font-size: 1rem;
  }
  .c-table th {
    padding: 8px;
  }
  .c-table td {
    padding: 12px 8px;
  }
  * + .c-table {
    margin-top: 16px;
  }
  .c-box {
    padding: 32px 40px;
  }
  * + .c-box {
    margin-top: 40px;
  }
  .p-lead {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-lead__title {
    width: 715px;
  }
  .p-lead__title span {
    font-size: 1rem;
  }
  .p-lead__txt {
    width: 430px;
    margin-top: 24px;
    padding: 2px;
    font-size: 1.625rem;
  }
  .p-lead__img {
    width: 715px;
    margin-top: 8px;
  }
  .p-lead__note {
    width: 640px;
  }
  .p-cp {
    width: 950px;
    margin: 0 auto 80px;
    padding: 0;
  }
  .c-cp__caotion {
    margin-bottom: 16px;
    font-size: 1rem;
  }
  .p-cp__title {
    width: 715px;
    margin: 0 auto;
    padding: 52px 0 0;
  }
  .p-cp__btn {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    font-size: 1.375rem;
  }
  .p-cp__btn span {
    width: 335px;
  }
  .p-cp__btn.-open span::before, .p-cp__btn.-open span::after {
    margin-top: -8px;
    border-width: 20px 15px 0 15px;
  }
  .p-cp__btn.-close span::before, .p-cp__btn.-close span::after {
    margin-top: -10px;
    border-width: 0 15px 20px 15px;
  }
  .p-cp__list {
    padding: 40px 64px 48px;
  }
  .p-cp__list-item + .p-cp__list-item {
    margin-top: 32px;
  }
  .p-cp__caution {
    padding: 40px 64px;
  }
  .p-cp__caution-title {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
  .p-cp__lead {
    margin-bottom: 48px;
  }
  .p-cp__lead-icon {
    width: 116px;
    margin-left: -58px;
    transform: translateY(100px);
  }
  .p-cp__lead-item {
    width: 787px;
    margin: 0 auto;
    padding: 48px 48px 32px;
  }
  .p-sec01 {
    margin-top: 88px;
  }
  .p-sec01__img {
    margin-right: -18px;
    margin-bottom: 64px;
  }
  .p-sec02 {
    margin-top: 120px;
  }
  .p-sec02__list {
    margin-bottom: 72px;
  }
  .p-sec03__img {
    margin-top: 24px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p-sec04__img {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  .p-sec04__img img {
    width: 690px;
  }
  .p-sec05__lead {
    margin-top: 48px;
    padding-left: 32px;
    padding-right: 8px;
  }
  .p-sec05__txt {
    font-size: 1.125rem;
  }
  .p-sec05__list {
    margin-top: 40px;
    margin-bottom: 56px;
    padding: 0;
  }
  .p-sec05__list-item {
    width: 378px;
    margin-top: 0;
  }
  .p-sec05__dl dd {
    margin-top: 32px;
    padding: 0 20px;
    font-size: 1.125rem;
  }
  .p-sec06__box {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    padding: 40px;
  }
  .p-sec06__box + .p-sec06__box {
    margin-top: 24px;
  }
  .p-sec06__box-img {
    width: 144px;
  }
  .p-sec06__box-item {
    width: 350px;
    margin: 0;
  }
  .p-sec06__box-title {
    margin-bottom: 8px;
    font-size: 1.375rem;
  }
  .p-sec06__box-btn {
    display: flex;
    align-items: center;
  }
  .p-sec07__list {
    justify-content: flex-start;
    padding: 0 8px;
  }
  .p-sec07__item {
    width: 226px;
  }
  .p-sec07__item + .p-sec07__item {
    margin-left: 24px;
  }
  .p-sec07__table td {
    padding: 8px 16px;
  }
  .p-sec07__col {
    padding: 8px 24px;
    font-size: 1rem;
  }
  .p-contact {
    margin-bottom: 80px;
  }
  .p-contact__title {
    margin-bottom: 16px;
    font-size: 1.625rem;
  }
  .p-contact__tel dt {
    font-size: 1.625rem;
  }
  .p-contact__tel dd {
    font-size: 3.75rem;
  }
  .p-contact__tel dd figure {
    width: 90px;
    margin-right: 24px;
  }
  .p-contact__time {
    align-items: center;
    margin-bottom: 24px;
  }
  .p-contact__time dt span {
    padding: 8px 16px;
    border-radius: 28px;
    font-size: 1.25rem;
  }
  .p-contact__time dd {
    display: flex;
    align-items: flex-end;
    line-height: 1;
  }
  .p-contact__time-txt {
    margin-bottom: 0;
    font-size: 1.625rem;
  }
  .p-contact__box {
    padding: 24px;
    font-size: 1.25rem;
  }
  .p-contact__box-txt span {
    display: inline-block;
    padding-left: 1em;
  }
  .p-contact__txt {
    margin-top: 32px;
    font-size: 1.25rem;
  }
  .u-dn-sp {
    display: block !important;
  }
  .u-dn-pc {
    display: none !important;
  }
  .u-mt0-pc {
    margin-top: 0px !important;
  }
  .u-mt8-pc {
    margin-top: 8px !important;
  }
  .u-mt16-pc {
    margin-top: 16px !important;
  }
  .u-mt24-pc {
    margin-top: 24px !important;
  }
  .u-mt32-pc {
    margin-top: 32px !important;
  }
  .u-mt40-pc {
    margin-top: 40px !important;
  }
  .u-mt48-pc {
    margin-top: 48px !important;
  }
  .u-mt56-pc {
    margin-top: 56px !important;
  }
  .u-mt64-pc {
    margin-top: 64px !important;
  }
  .u-mt72-pc {
    margin-top: 72px !important;
  }
  .u-mt80-pc {
    margin-top: 80px !important;
  }
  .u-w1-pc {
    width: 1% !important;
  }
  .u-w2-pc {
    width: 2% !important;
  }
  .u-w3-pc {
    width: 3% !important;
  }
  .u-w4-pc {
    width: 4% !important;
  }
  .u-w5-pc {
    width: 5% !important;
  }
  .u-w6-pc {
    width: 6% !important;
  }
  .u-w7-pc {
    width: 7% !important;
  }
  .u-w8-pc {
    width: 8% !important;
  }
  .u-w9-pc {
    width: 9% !important;
  }
  .u-w10-pc {
    width: 10% !important;
  }
  .u-w11-pc {
    width: 11% !important;
  }
  .u-w12-pc {
    width: 12% !important;
  }
  .u-w13-pc {
    width: 13% !important;
  }
  .u-w14-pc {
    width: 14% !important;
  }
  .u-w15-pc {
    width: 15% !important;
  }
  .u-w16-pc {
    width: 16% !important;
  }
  .u-w17-pc {
    width: 17% !important;
  }
  .u-w18-pc {
    width: 18% !important;
  }
  .u-w19-pc {
    width: 19% !important;
  }
  .u-w20-pc {
    width: 20% !important;
  }
  .u-w21-pc {
    width: 21% !important;
  }
  .u-w22-pc {
    width: 22% !important;
  }
  .u-w23-pc {
    width: 23% !important;
  }
  .u-w24-pc {
    width: 24% !important;
  }
  .u-w25-pc {
    width: 25% !important;
  }
  .u-w26-pc {
    width: 26% !important;
  }
  .u-w27-pc {
    width: 27% !important;
  }
  .u-w28-pc {
    width: 28% !important;
  }
  .u-w29-pc {
    width: 29% !important;
  }
  .u-w30-pc {
    width: 30% !important;
  }
  .u-w31-pc {
    width: 31% !important;
  }
  .u-w32-pc {
    width: 32% !important;
  }
  .u-w33-pc {
    width: 33% !important;
  }
  .u-w34-pc {
    width: 34% !important;
  }
  .u-w35-pc {
    width: 35% !important;
  }
  .u-w36-pc {
    width: 36% !important;
  }
  .u-w37-pc {
    width: 37% !important;
  }
  .u-w38-pc {
    width: 38% !important;
  }
  .u-w39-pc {
    width: 39% !important;
  }
  .u-w40-pc {
    width: 40% !important;
  }
  .u-w41-pc {
    width: 41% !important;
  }
  .u-w42-pc {
    width: 42% !important;
  }
  .u-w43-pc {
    width: 43% !important;
  }
  .u-w44-pc {
    width: 44% !important;
  }
  .u-w45-pc {
    width: 45% !important;
  }
  .u-w46-pc {
    width: 46% !important;
  }
  .u-w47-pc {
    width: 47% !important;
  }
  .u-w48-pc {
    width: 48% !important;
  }
  .u-w49-pc {
    width: 49% !important;
  }
  .u-w50-pc {
    width: 50% !important;
  }
  .u-w51-pc {
    width: 51% !important;
  }
  .u-w52-pc {
    width: 52% !important;
  }
  .u-w53-pc {
    width: 53% !important;
  }
  .u-w54-pc {
    width: 54% !important;
  }
  .u-w55-pc {
    width: 55% !important;
  }
  .u-w56-pc {
    width: 56% !important;
  }
  .u-w57-pc {
    width: 57% !important;
  }
  .u-w58-pc {
    width: 58% !important;
  }
  .u-w59-pc {
    width: 59% !important;
  }
  .u-w60-pc {
    width: 60% !important;
  }
  .u-w61-pc {
    width: 61% !important;
  }
  .u-w62-pc {
    width: 62% !important;
  }
  .u-w63-pc {
    width: 63% !important;
  }
  .u-w64-pc {
    width: 64% !important;
  }
  .u-w65-pc {
    width: 65% !important;
  }
  .u-w66-pc {
    width: 66% !important;
  }
  .u-w67-pc {
    width: 67% !important;
  }
  .u-w68-pc {
    width: 68% !important;
  }
  .u-w69-pc {
    width: 69% !important;
  }
  .u-w70-pc {
    width: 70% !important;
  }
  .u-w71-pc {
    width: 71% !important;
  }
  .u-w72-pc {
    width: 72% !important;
  }
  .u-w73-pc {
    width: 73% !important;
  }
  .u-w74-pc {
    width: 74% !important;
  }
  .u-w75-pc {
    width: 75% !important;
  }
  .u-w76-pc {
    width: 76% !important;
  }
  .u-w77-pc {
    width: 77% !important;
  }
  .u-w78-pc {
    width: 78% !important;
  }
  .u-w79-pc {
    width: 79% !important;
  }
  .u-w80-pc {
    width: 80% !important;
  }
  .u-w81-pc {
    width: 81% !important;
  }
  .u-w82-pc {
    width: 82% !important;
  }
  .u-w83-pc {
    width: 83% !important;
  }
  .u-w84-pc {
    width: 84% !important;
  }
  .u-w85-pc {
    width: 85% !important;
  }
  .u-w86-pc {
    width: 86% !important;
  }
  .u-w87-pc {
    width: 87% !important;
  }
  .u-w88-pc {
    width: 88% !important;
  }
  .u-w89-pc {
    width: 89% !important;
  }
  .u-w90-pc {
    width: 90% !important;
  }
  .u-w91-pc {
    width: 91% !important;
  }
  .u-w92-pc {
    width: 92% !important;
  }
  .u-w93-pc {
    width: 93% !important;
  }
  .u-w94-pc {
    width: 94% !important;
  }
  .u-w95-pc {
    width: 95% !important;
  }
  .u-w96-pc {
    width: 96% !important;
  }
  .u-w97-pc {
    width: 97% !important;
  }
  .u-w98-pc {
    width: 98% !important;
  }
  .u-w99-pc {
    width: 99% !important;
  }
  .u-w100-pc {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .c-button__btn {
    transition: opacity 0.3s;
  }
  .c-button__btn:hover {
    opacity: 0.7;
  }
  .c-button__btn_nohover {
    transition: opacity 0.3s;
  }
  .c-button__btn_nohover:hover {
    opacity: 1;
  }
}


