@charset "UTF-8";

/*  
 * service.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
/*
	File Name   : service.scss
	Description : ＪＡの商品・サービス＜ライフイベント＞ページ用


	01.[INDEX]
	02.[DETAIL]

*/
/* 01.[TOP]
----------------------------------------------------------- */
#service-keyv {
  width: 100%;
  height: 660px;
  position: relative;
  z-index: 10;
  padding-top: 140px;
}

#service-keyv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/images/service/top/bg_top-keyv.png") no-repeat 50% 100%/100% 272px;
  width: 100%;
  height: 600px;
  z-index: 5;
}

#service-keyv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("/assets/images/service/top/bg_keyv.png") no-repeat 50% 0/1200px 660px;
  width: 90%;
  height: 600px;
  z-index: 1;
}

#service-keyv .service-keyv-inner {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 50px;
}

#service-keyv .service-keyv-inner .keyv-title {
  width: 333px;
  margin: 0 auto;
  padding: 34px 0 20px;
  position: relative;
  z-index: 15;
}

#service-keyv .service-keyv-inner .keyv-title img {
  width: 100%;
}

#service-keyv .service-keyv-inner .slides {
  position: relative;
  z-index: 15;
  width: 100%;
}

#service-keyv .service-keyv-inner .slides a,
#service-keyv .service-keyv-inner .slides span {
  max-width: 1100px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

#service-keyv .service-keyv-inner .slides a img,
#service-keyv .service-keyv-inner .slides span img {
  width: 100%;
}

#service-keyv .service-keyv-inner .slides a:hover,
#service-keyv .service-keyv-inner .slides span:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  #service-keyv {
    width: 100%;
    height: calc(530/750*100vw);
    position: relative;
    z-index: 10;
    background: url("/assets/images/service/top/bg_keyv_sp.jpg") no-repeat 50% 0/cover;
    padding-top: calc(140/750*100vw);
  }
  #service-keyv::before {
    content: none;
  }
  #service-keyv::after {
    content: none;
  }
  #service-keyv .service-keyv-inner {
    width: 100%;
    max-width: 100%;
    height: calc(530/750*100vw);
    margin: 0 auto 2em;
  }
  #service-keyv .service-keyv-inner .keyv-title {
    width: calc(440/750*100vw);
    padding: 2.5em 0 1.5em;
  }
  #service-keyv .service-keyv-inner .slides {
    position: relative;
    z-index: 15;
    width: 100%;
  }
  #service-keyv .service-keyv-inner .slides a,
  #service-keyv .service-keyv-inner .slides span {
    max-width: calc(720/750*100vw);
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 0;
  }
}

/* お知らせ */
.top-info {
  width: 100%;
  padding: 72px 1em 105px;
  background: url("/assets/images/service/top/bg_top-info.png") no-repeat 50% 50%/cover;
  position: relative;
}

.top-info .circle {
  position: absolute;
}

.top-info .circle img {
  width: 100%;
}

.top-info .circle.r01 {
  top: 50px;
  right: -313px;
  width: 147px;
}

.top-info .circle.r01 img {
  position: relative;
  animation: fuwafuwa01 3s ease-in-out 0s infinite reverse;
}

.top-info .circle.r02 {
  top: 300px;
  right: -415px;
  width: 73px;
}

.top-info .circle.r02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-info .circle.r03 {
  top: 450px;
  right: -283px;
  width: 73px;
}

.top-info .circle.r03 img {
  position: relative;
  animation: fuwafuwa01 4s ease-in-out 0s infinite reverse;
}

.top-info .circle.l01 {
  top: 48px;
  left: -262px;
  width: 105px;
}

.top-info .circle.l01 img {
  position: relative;
  animation: fuwafuwa01 5.5s ease-in-out 0s infinite reverse;
}

.top-info .circle.l02 {
  top: 188px;
  left: -412px;
  width: 53px;
}

.top-info .circle.l02 img {
  position: relative;
  animation: fuwafuwa01 2.5s ease-in-out 0s infinite reverse;
}

.top-info .circle.l03 {
  top: 375px;
  left: -119px;
  width: 37px;
}

.top-info .circle.l03 img {
  position: relative;
  animation: fuwafuwa01 3.5s ease-in-out 0s infinite reverse;
}

.top-info .circle.l04 {
  top: 386px;
  left: -325px;
  width: 144px;
}

.top-info .circle.l04 img {
  position: relative;
  animation: fuwafuwa01 4.5s ease-in-out 0s infinite reverse;
}

@-webkit-keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes fuwafuwa01 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

.top-info__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.top-info__content .ttl-info {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 36px;
  max-width: 556px;
  height: 130px;
  background: url("/assets/images/service/top/bg_title-info.png") no-repeat 50% 100%/556px 130px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.top-info__content .info-list {
  margin-bottom: 40px;
}

.top-info__content .info-list li {
  position: relative;
  padding: 12px .5em 13px;
}

.top-info__content .info-list li .date {
  font-weight: 700;
}

.top-info__content .info-list li i {
  margin: 0 28px 0 23px;
  letter-spacing: -.1em;
}

.top-info__content .info-list li i.info-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 34px;
  box-sizing: border-box;
  border-radius: 17px;
  font-weight: 700;
  font-style: normal;
  background-color: #000;
}

.top-info__content .info-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

.top-info__content .info-list li.service::after {
  background: url("/assets/images/service/common/line_info-service.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.service i.info-icon {
  background: url("/assets/images/service/common/bg_icon-service.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.topics::after {
  background: url("/assets/images/service/common/line_info-topics.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.topics i.info-icon {
  background: url("/assets/images/service/common/bg_icon-topics.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li.loan::after {
  background: url("/assets/images/service/common/line_info-loan.png") repeat-x 0 0/cover;
}

.top-info__content .info-list li.loan i.info-icon {
  background: url("/assets/images/service/common/bg_icon-loan.png") no-repeat 50% 50%/cover;
}

.top-info__content .info-list li a {
  color: #040000;
  font-weight: 700;
}

.top-info__content .info-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .top-info {
    padding: 1em 1em 3em;
    background: url("/assets/images/service/top/bg_top-info.png") no-repeat 50% 50%/cover;
    box-sizing: border-box;
  }
  .top-info .circle {
    display: none;
  }
  .top-info__content {
    max-width: 100%;
  }
  .top-info__content .ttl-info {
    margin: 0 auto calc(30/750*100vw);
    padding-bottom: calc(36/750*100vw);
    max-width: calc(556/750*100vw);
    height: calc(130/750*100vw);
    background: url("/assets/images/service/top/bg_title-info.png") no-repeat 50% 100%/calc(556/750*100vw) calc(130/750*100vw);
    font-size: calc(29/750*100vw);
  }
  .top-info__content .info-list {
    margin-bottom: 2em;
  }
  .top-info__content .info-list li {
    padding: 1em .5em 1em;
  }
  .top-info__content .info-list li i {
    margin: 0 1em;
  }
  .top-info__content .info-list li i.info-icon {
    width: calc(150/750*100vw);
    height: calc(52/750*100vw);
    border-radius: calc(26/750*100vw);
  }
  .top-info__content .info-list li a {
    display: block;
    margin-top: .5em;
  }
}

/* ライフイベント */
.life-event {
  width: 100%;
  padding: 65px 1em 0;
  box-sizing: border-box;
  background: url("/assets/images/service/top/bg_life-event.png") no-repeat 50% 0/cover;
}

.life-event__content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 65px;
  box-sizing: border-box;
  background: url("/assets/images/service/top/bg_life-event_content.png") no-repeat 50% 295px/1100px 1382px;
}

.life-event__content .ttl-life-event {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 463px;
  position: relative;
}

.life-event__content .ttl-life-event::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 759px;
  height: 459px;
  background: url("/assets/images/service/top/ttl_life-event.png") no-repeat 0 0/759px 459px;
}

.life-event__innder {
  background: url("/assets/images/service/top/bg_yellow-line.png") no-repeat 0 0/100% 2px;
  padding: 15px 105px 75px;
}

.life-event__innder h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: .5em;
}

.life-event__slider {
  margin: 0;
}

.life-event__slider .slide-content {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  max-width: 870px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding: 30px 30px 30px 40px;
  box-sizing: border-box;
  margin: 0 10px;
}

.life-event__slider .slide-content__description {
  max-width: 400px;
  width: 100%;
  margin-right: 40px;
}

.life-event__slider .slide-content__description dl dt {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 2px;
  border-bottom: 1px solid #000000;
  margin-bottom: 1em;
}

.life-event__slider .slide-content__description dl dd {
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: -.03em;
}

.life-event__slider .slide-content figure {
  max-width: 354px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.life-event__slider .slide-content figure img {
  width: 100%;
}

.life-event .service-list {
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 30px;
}

.life-event .service-list__link {
  display: block;
  max-width: 270px;
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 28px;
  position: relative;
}

.life-event .service-list__link:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.life-event .service-list__link dl dd {
  position: relative;
  z-index: 1;
}

.life-event .service-list__link dl dd img {
  width: 100%;
}

.life-event .service-list__link dl dt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  font-weight: 700;
  color: #000;
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/images/service/top/bg_thumb-list.jpg") no-repeat 50% 0/cover;
}

.life-event .merchandise-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
}

.life-event .merchandise-list li a {
  display: flex;
  align-items: center;
  max-width: 150px;
  width: 100%;
  height: 70px;
  border-radius: 30px;
  color: #000;
  font-weight: 900;
  background-color: #fff;
  position: relative;
}

.life-event .merchandise-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

.life-event .merchandise-list li a span {
  display: inline-block;
  padding-left: 65px;
  letter-spacing: -.03em;
}

.life-event .merchandise-list li a::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
}

.life-event .merchandise-list li a.saving span {
  padding-left: 75px;
}

.life-event .merchandise-list li a.saving::before {
  background-image: url("/assets/images/service/top/icon_saving.png");
}

.life-event .merchandise-list li a.loan span {
  padding-left: 70px;
}

.life-event .merchandise-list li a.loan::before {
  background-image: url("/assets/images/service/top/icon_loan.png");
}

.life-event .merchandise-list li a.ja-saving::before {
  background-image: url("/assets/images/service/top/icon_ja-saving.png");
}

.life-event .merchandise-list li a.ja-card::before {
  background-image: url("/assets/images/service/top/icon_ja-card.png");
}

.life-event .merchandise-list li a.pension::before {
  background-image: url("/assets/images/service/top/icon_pension.png");
}

.life-event .other-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 870px;
  width: 100%;
  margin: 30px auto;
}

.life-event .other-list li {
  max-width: 420px;
  width: 100%;
  margin-bottom: 30px;
}

.life-event .other-list li:first-child {
  margin-right: 30px;
}

.life-event .other-list li a {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: 900;
  color: #040000;
}

.life-event .other-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .life-event {
    width: 100%;
    padding: 2em 0 calc(65/750*100vw);
    background: url("/assets/images/service/top/bg_life-event.png") no-repeat 50% 0/cover;
    position: relative;
  }
  .life-event::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(65/750*100vw);
    background: url("/assets/images/service/top/bg_life-event_content_sp.png") no-repeat 50% 100%/100% auto;
    z-index: 100;
  }
  .life-event__content {
    max-width: 100%;
    padding-bottom: calc(65/750*100vw);
    background: url("/assets/images/service/top/bg_life-event_content_sp.png") no-repeat 50% calc(190/750*100vw)/cover;
  }
  .life-event__content .ttl-life-event {
    font-size: calc(36/750*100vw);
    height: calc(357/750*100vw);
    padding: .3em 0;
  }
  .life-event__content .ttl-life-event::after {
    width: calc(585/750*100vw);
    height: calc(357/750*100vw);
    background: url("/assets/images/service/top/ttl_life-event.png") no-repeat 0 0/calc(585/750*100vw) calc(357/750*100vw);
  }
  .life-event__innder {
    background: url("/assets/images/service/top/bg_yellow-line.png") no-repeat 0 0/100% 2px;
    padding: .5em 0 1em;
  }
  .life-event__innder h3 {
    font-size: calc(32/750*100vw);
    margin-bottom: .5em;
  }
  .life-event__slider {
    margin: 0;
  }
  .life-event__slider .slide-content {
    justify-content: space-between;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    overflow: visible;
    padding: 1em;
    margin: 0 .5em;
  }
  .life-event__slider .slide-content__description {
    max-width: 100%;
    margin-right: 0;
  }
  .life-event__slider .slide-content__description dl dt {
    font-size: calc(30/750*100vw);
    padding: .5em 2px;
    margin-bottom: .5em;
  }
  .life-event__slider .slide-content figure {
    max-width: 100%;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-top: 1.2em;
  }
  .life-event .service-list {
    max-width: 100%;
    margin: 1.5em auto;
    padding: 0 1em;
    box-sizing: border-box;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }
  .life-event .service-list__link {
    max-width: 100%;
    height: calc(200/750*100vw);
    border-radius: calc(30/750*100vw);
  }
  .life-event .service-list__link dl dt {
    height: 35px;
  }
  .life-event .merchandise-list {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: .5em;
         column-gap: .5em;
    row-gap: .5em;
    max-width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 1.5em auto;
  }
  .life-event .merchandise-list li a {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: calc(100/750*100vw);
    border-radius: calc(50/750*100vw);
  }
  .life-event .merchandise-list li a span {
    padding-left: calc(120/750*100vw);
  }
  .life-event .merchandise-list li a::before {
    left: calc(20/750*100vw);
    background-size: calc(75/750*100vw) calc(75/750*100vw);
    width: calc(75/750*100vw);
    height: calc(75/750*100vw);
  }
  .life-event .merchandise-list li a.saving span {
    padding-left: calc(120/750*100vw);
  }
  .life-event .merchandise-list li a.loan span {
    padding-left: calc(120/750*100vw);
  }
  .life-event .other-list {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
    margin: 1.5em auto;
  }
  .life-event .other-list li {
    max-width: 100%;
    margin-bottom: .5em;
  }
  .life-event .other-list li:first-child {
    margin-right: 0;
  }
  .life-event .other-list li a {
    width: 100%;
    height: calc(80/750*100vw);
    border-radius: calc(40/750*100vw);
  }
  .life-event .btn-center {
    padding: 0 1em;
    box-sizing: border-box;
  }
}

/* 各種相談会 */
.conference {
  width: 100%;
  background: url("/assets/images/service/top/bg_conference.png") no-repeat 50% 0/cover;
  padding: 60px 1em 160px;
  box-sizing: border-box;
}

.conference__content {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.conference__content .ttl-conference {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 24px;
  max-width: 556px;
  height: 91px;
  background: url("/assets/images/service/top/bg_title-conference.png") no-repeat 50% 100%/556px 91px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.conference__content .conference-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 28px;
  max-width: 960px;
  width: 100%;
}

.conference__content .conference-list li a {
  max-width: 300px;
  width: 100%;
  height: 50px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/images/service/top/bg_conference-btn.jpg") no-repeat 0 0/cover;
  padding: 8px 6px;
  box-sizing: border-box;
}

.conference__content .conference-list li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px dashed #fff;
  color: #fff;
  font-weight: 700;
}

.conference__content .conference-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .conference {
    width: 100%;
    background: url("/assets/images/service/top/bg_conference.png") no-repeat 50% 0/cover;
    padding: calc(60/750*100vw) 1em calc(200/750*100vw);
  }
  .conference__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .conference__content .ttl-conference {
    display: flex;
    margin: 0 auto 1.5em;
    padding-bottom: calc(24/750*100vw);
    max-width: calc(556/750*100vw);
    height: calc(91/750*100vw);
    background: url("/assets/images/service/top/bg_title-conference.png") no-repeat 50% 100%/calc(556/750*100vw) calc(91/750*100vw);
    font-size: calc(29/750*100vw);
  }
  .conference__content .conference-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: .5em;
         column-gap: .5em;
    row-gap: .5em;
    max-width: 100%;
    box-sizing: border-box;
  }
  .conference__content .conference-list li a {
    max-width: 100%;
    height: calc(80/750*100vw);
    border-radius: calc(20/750*100vw);
    padding: 8px 6px;
  }
  .conference__content .conference-list li a span {
    border-radius: calc(12/750*100vw);
  }
}

/* 関連情報 */
.relation {
  width: 100%;
  background: url("/assets/images/service/top/bg_relation.png") no-repeat 50% 0/cover;
  padding: 130px 1em 70px;
  margin-top: -80px;
  position: relative;
  z-index: 15;
  box-sizing: border-box;
}

.relation__content {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

.relation__content .ttl-relation {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
  padding-bottom: 7px;
  max-width: 556px;
  height: 68px;
  background: url("/assets/images/service/top/bg_title-relation.png") no-repeat 50% 100%/556px 68px;
  font-size: 29px;
  font-weight: 700;
  text-align: center;
}

.relation__content .relation-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.relation__content .relation-list li {
  margin-right: 40px;
  margin-bottom: 20px;
}

.relation__content .relation-list li a {
  font-weight: 700;
  color: #040000;
}

.relation__content .relation-list li a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

/* SP */
@media screen and (max-width: 960px) {
  .relation {
    padding: 130px 1em 70px;
    background: url("/assets/images/service/top/bg_relation_sp.png") no-repeat 50% 0/cover;
    padding: calc(130/750*100vw) 1em calc(80/750*100vw);
    margin-top: calc(-80/750*100vw);
    z-index: 15;
  }
  .relation__content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .relation__content .ttl-relation {
    margin: 0 auto 1.5em;
    padding-bottom: calc(7/750*100vw);
    max-width: calc(556/750*100vw);
    height: calc(68/750*100vw);
    background: url("/assets/images/service/top/bg_title-relation.png") no-repeat 50% 100%/calc(556/750*100vw) calc(68/750*100vw);
    font-size: calc(29/750*100vw);
  }
  .relation__content .relation-list {
    flex-direction: column;
    width: 100%;
    padding: 0 1.5em;
    box-sizing: border-box;
  }
  .relation__content .relation-list li {
    margin-right: 0;
    margin-bottom: 1em;
    box-sizing: border-box;
  }
}

/*
	File Name   : service-sub.scss
	Description : ＪＡの商品・サービス＜ライフイベント＞ページ用


	01.[LOAN]
	02.[MUTUAL]
  03.[NETBANK]
  04.[CONSUL]
  05.[INFO]

*/
/* 01.[LOAN]
----------------------------------------------------------- */
div.reform-link-box {
  background: #f1f8fc;
  padding: 50px;
  margin: 0 -50px;
}

/* SP */
@media screen and (max-width: 960px) {
  div.reform-link-box {
    padding: 1.5em;
    margin: 0 -1.5em;
  }
}

/* カードローンローン返済方法 table */
.table-loan-side-th caption {
  font-size: 18px;
  font-weight: 700;
  color: #2fa4ec;
  margin-bottom: 1em;
  text-align: left;
}

.table-loan-side-th th, .table-loan-side-th td {
  font-size: 18px;
  white-space: normal;
}

.table-loan-side-th th.w20, .table-loan-side-th td.w20 {
  width: 20%;
}

.table-loan-side-th th.w25, .table-loan-side-th td.w25 {
  width: 25%;
}

.table-loan-side-th th.w30, .table-loan-side-th td.w30 {
  width: 30%;
}

.table-loan-side-th th.w40, .table-loan-side-th td.w40 {
  width: 40%;
}

.table-loan-side-th th.w50, .table-loan-side-th td.w50 {
  width: 50%;
}

.table-loan-side-th thead th {
  background: #e2edf4;
  font-weight: bold;
}

.table-loan-side-th tbody td, .table-loan-side-th tbody th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  font-size: 16px;
}

.table-loan-side-th tbody th {
  background-color: #f6f6f6;
  font-weight: bold;
}

.table-loan-side-th.table-card th, .table-loan-side-th.table-card td {
  border-color: #fff;
}

.table-loan-side-th.table-card tbody td {
  border-color: #d8d8d8;
  border-right: none;
}

.loan-menu ul {
  padding-left: 1em;
}

.loan-menu a {
  color: #2fa4ec;
  text-decoration: underline;
}

.loan-menu a:hover {
  text-decoration: none;
}

ul.table-loan-notice li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 960px) {
  div.table-wrap .table-loan-side-th {
    width: 200%;
  }
  .table-loan-side-th caption {
    font-size: calc(32/750*100vw);
  }
  .table-loan-side-th th, .table-loan-side-th td {
    font-size: calc(30/750*100vw);
  }
  .table-loan-side-th tbody td, .table-loan-side-th tbody th {
    font-size: calc(30/750*100vw);
  }
  .table-loan-side-th.table-card {
    width: 100%;
  }
  ul.table-loan-notice li {
    font-size: calc(24/750*100vw);
  }
}

/* 02.[MUTUAL]
----------------------------------------------------------- */
dl.mutual-list {
  margin-bottom: 60px;
}

dl.mutual-list dt {
  font-weight: bold;
  font-size: 18px;
  margin-top: 1.5em;
}

@media screen and (max-width: 960px) {
  dl.mutual-list {
    margin-bottom: 40px;
  }
  dl.mutual-list dt {
    font-size: calc(28/750*100vw);
  }
  dl.mutual-list dd {
    font-size: calc(24/750*100vw);
  }
}

/* 03.[NETBANK]
----------------------------------------------------------- */
div.netbank-lead-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

div.netbank-lead-box .text-lead {
  width: 640px;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  div.netbank-lead-box {
    flex-direction: column;
  }
  div.netbank-lead-box .text-lead {
    width: 100%;
  }
  div.netbank-lead-box .btn-icon--newwin {
    margin: 1em auto 0;
  }
}

/* 04.[CONSUL]
----------------------------------------------------------- */
.consul-menu {
  display: flex;
  flex-wrap: wrap;
}

.consul-menu li {
  width: 46%;
}

.consul-menu li:nth-child(n+3) {
  margin-top: 3em;
}

.consul-menu a {
  color: #2fa4ec;
  text-decoration: underline;
}

.consul-menu a:hover {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .consul-menu {
    flex-direction: column;
  }
  .consul-menu li {
    width: 100%;
  }
  .consul-menu li:nth-child(n+1), .consul-menu li:nth-child(n+3) {
    margin-top: 1em;
  }
}

/*---------------------------------*/
div.hl-box-flow {
  position: relative;
  padding-bottom: calc(5em + 20px);
}

div.hl-box-flow::after {
  content: "";
  position: absolute;
  bottom: calc(1em - 20px);
  left: calc(50% - 40px);
  z-index: 10;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top-color: #2fa4ec;
}

div.hl-box {
  border: 1px solid #d8d8d8;
}

div.hl-box .hl {
  background: #e2edf4;
  padding: .5em 1.3em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
}

div.hl-box > div {
  padding: 1em 1.3em 1.5em;
}

div.hl-box.box-gray {
  border-right: none;
  border-left: none;
}

div.hl-box.box-gray > div {
  background: #f2f2f2;
}

div.hl-box ~ div.hl-box {
  margin-top: 2em;
}

@media screen and (max-width: 960px) {
  div.hl-box-flow {
    padding-bottom: calc(5em + 15px);
  }
  div.hl-box-flow::after {
    bottom: calc(1em - 15px);
    left: calc(50% - 30px);
    border: 30px solid transparent;
    border-top-color: #2fa4ec;
  }
  div.hl-box .hl {
    font-size: calc(24/750*100vw);
  }
}

/*---------------------------------*/
div.table-inherit table {
  border-top: 1px solid #d8d8d8;
  table-layout: fixed;
  border-collapse: collapse;
}

div.table-inherit td, div.table-inherit th {
  padding: 1em 1em 1.5em;
  border-bottom: 1px solid #d8d8d8;
  text-align: left;
}

div.table-inherit th {
  background: #e2edf4;
  width: 22%;
  border-left: none;
  font-size: 18px;
}

div.table-inherit td {
  border-right: none;
}

div.table-inherit ul li {
  text-indent: -1em;
  margin-left: 1em;
}

div.table-inherit ul li::before {
  content: "◆";
}

div.box-inherit-kubun {
  padding: 1em 1.3em 1.5em;
  background: #f2f2f2;
  border: 1px solid #d8d8d8;
  margin-top: 2em;
}

div.box-inherit-kubun h3 {
  font-size: 18px;
  font-weight: bold;
}

div.box-inherit-kubun ul + h3 {
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  div.table-inherit th {
    width: 30%;
    font-size: calc(24/750*100vw);
  }
  div.box-inherit-kubun h3 {
    font-size: calc(24/750*100vw);
  }
}

/*---------------------------------*/
table.table-welfare {
  table-layout: fixed;
  border-collapse: collapse;
}

table.table-welfare td, table.table-welfare th {
  padding: 1em;
  text-align: left;
}

table.table-welfare th {
  background: #e2edf4;
  width: 22%;
  font-size: 18px;
}

ul.consult-img-list {
  padding-top: 2em;
  border-top: 1px solid #d8d8d8;
  display: flex;
  justify-content: flex-start;
}

ul.consult-img-list li {
  width: 22.5%;
}

ul.consult-img-list li ~ li {
  margin-left: 3%;
}

ul.consult-img-list li figcaption {
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  div.table-wrap table.table-welfare {
    width: 200%;
  }
  table.table-welfare th {
    font-size: calc(24/750*100vw);
  }
  ul.consult-img-list {
    padding-top: 2em;
    border-top: 1px solid #d8d8d8;
    flex-wrap: wrap;
  }
  ul.consult-img-list li {
    width: 48%;
  }
  ul.consult-img-list li ~ li {
    margin-left: 0;
  }
  ul.consult-img-list li:nth-child(even) {
    margin-left: 4%;
  }
}

/*---------------------------------*/
ul.institution-after-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}

ul.institution-after-list li {
  width: calc(33.3% - 7px);
}

ul.institution-daikou-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -20px;
}

ul.institution-daikou-list li {
  width: 35%;
}

ul.institution-daikou-list li:nth-child(3n+1) {
  width: 30%;
}

ul.institution-daikou-list li.w100 {
  width: 100%;
}

ul.institution-daikou-list li:nth-child(n+2) {
  margin-top: 25px;
}

ul.institution-mente-list {
  display: flex;
  justify-content: space-between;
}

ul.institution-mente-list li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 960px) {
  ul.institution-after-list {
    flex-direction: column;
    margin: 0;
  }
  ul.institution-after-list li {
    width: 100%;
  }
  ul.institution-after-list li ~ li {
    margin-top: 1em;
  }
  ul.institution-daikou-list {
    margin: 0;
  }
  ul.institution-daikou-list li {
    width: calc(50% - 8px);
  }
  ul.institution-daikou-list li:nth-child(3n+1) {
    width: calc(50% - 8px);
  }
  ul.institution-daikou-list li.w100 {
    width: 100%;
  }
  ul.institution-daikou-list li:nth-child(n+2) {
    margin-top: 10px;
  }
  ul.institution-mente-list {
    flex-direction: column;
  }
  ul.institution-mente-list li {
    width: calc(100%);
  }
  ul.institution-mente-list li ~ li {
    margin-top: 1em;
  }
}

/* 05.[INFO]
----------------------------------------------------------- */
ol.list-duplicate-number {
  counter-reset: item-w;
  list-style-type: none;
  padding-left: 0;
}

ol.list-duplicate-number > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

ol.list-duplicate-number > li ~ li {
  margin-top: .5em;
}

ol.list-duplicate-number > li::before {
  counter-increment: item-w;
  content: counter(item-w) ".";
  padding-right: .5em;
  font-weight: 700;
}

div.info-agreement-box {
  padding-left: 1em;
}

div.info-agreement-box p ~ p {
  margin-top: .5em;
}

.service-notice {
  border: solid 2px #2fa4ec;
  padding: 1.5em 1em;
}

.service-notice p {
  font-weight: 700;
  text-align: center;
}

/* page */

/*# sourceMappingURL=service.css.map */
