@charset "UTF-8";
/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 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 */
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

*::before, *::after {
  background-repeat: no-repeat;
}

::selection {
  background: rgba(0, 155, 255, 0.15);
  color: #000;
}

::-moz-selection {
  background: rgba(0, 155, 255, 0.15);
  color: #000;
}

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8em;
  color: #000;
}
html p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2.1em;
  text-align: justify;
}
html .min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}
html a {
  color: #1a73e8;
  font-weight: 700;
  text-decoration: underline;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.anchor {
  display: block;
  padding-top: 146px;
  margin-top: -146px;
  pointer-events: none;
}

address {
  font-style: normal;
}

main {
  padding-top: 70px;
  width: 100%;
  position: relative;
}

section {
  padding: 60px 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 0 3rem;
  margin: 0 auto;
}
.wrapper h2 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
}
.wrapper h3 {
  font-size: 27px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 3rem;
  background: #eaeff6;
  padding: 20px;
}
.wrapper p {
  margin-bottom: 10px;
}
.wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper p.mini {
  font-size: 80%;
}
.wrapper .comment {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 12px;
  margin-left: 90px;
  position: relative;
}
.wrapper .comment:before {
  position: absolute;
  content: "";
  left: -90px;
  top: 0;
  background: url(/assets/images/account.png) no-repeat left top;
  background-size: 60px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
.wrapper .personal {
  text-align: right;
  font-size: 80%;
}

.box-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box-wrap .box-txt {
  width: 55%;
  display: inline-block;
}
.box-wrap .box-img {
  width: 40%;
  display: inline-block;
}
.box-wrap .box-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

.hide {
  display: none;
}

.btn {
  position: relative;
  margin: 2rem 0 0 0;
  background: #1a73e8;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 3px 12px;
  margin: 0 6px;
  font-size: 90%;
  box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
}

.btn-detail {
  max-width: 300px;
}
.btn-detail a {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #1a73e8;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 18px;
  box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
}
.btn-detail a:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 rgba(30, 82, 149, 0.25);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}

.btn_postal {
  color: #FFFFFF;
  padding: 10px 30px 10px 20px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}
.btn_postal:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  margin-top: 30px;
}
.btn a {
  background: #e60012;
  padding: 15px 30px;
  border-radius: 30px;
  text-decoration: none;
  color: #FFFFFF;
}

@media only screen and (max-width: 1000px) {
  html {
    font-size: 13px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 0;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
}
@media only screen and (max-width: 767px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  main {
    padding-top: 40px;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 30px 0;
    width: 100%;
  }
  .btn {
    width: 100%;
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .btn a {
    display: block;
    background: #e60012;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFFFFF;
  }
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .wrapper h3 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2rem;
    background: #eaeff6;
    padding: 10px;
  }
  .wrapper p {
    margin-bottom: 10px;
  }
  .wrapper p:last-child {
    margin-bottom: 0;
  }
  .wrapper p.mini {
    font-size: 80%;
  }
  .btn-detail {
    max-width: 100%;
  }
  .btn-detail a {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #1a73e8;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    padding: 6px 20px;
    font-size: 16px;
    box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
  }
  .btn-detail a:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 rgba(30, 82, 149, 0.25);
  }
}
header {
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  z-index: 900;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  max-height: 120px;
}
header .header-inner {
  padding: 20px 30px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}
header .header-inner .logo a {
  text-decoration: none;
  font-weight: 900;
  color: #000;
}

@media only screen and (max-width: 767px) {
  header {
    position: fixed;
    background: #FFFFFF;
    width: 100%;
    z-index: 900;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    max-height: 100px;
  }
  header .header-inner {
    padding: 10px 20px;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
  }
  header .header-inner .logo a {
    text-decoration: none;
    font-weight: 900;
    color: #000;
  }
  header .header-inner .logo a h1 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
#pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1;
}
#pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  color: #FFFFFF;
  background: #1a73e8;
  border-radius: 4px;
  box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
}
#pagetop a img {
  padding-top: 40%;
}
#pagetop a:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 rgba(30, 82, 149, 0.25);
}

footer {
  background: #1e5295;
  color: #FFFFFF;
  padding: 50px 0;
  text-align: center;
  font-size: 13px;
}
footer a {
  color: #FFFFFF;
}
footer .logo-f {
  margin-bottom: 2em;
}
footer p {
  text-align: center;
  margin: 20px auto;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
footer .footer-sns li {
  list-style: none;
  display: inline-block;
  padding: 5px;
}
footer .footer-sns li img {
  width: auto;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #FFFFFF;
    background: #1a73e8;
    border-radius: 8px 0 0 0;
  }
  #pagetop a img {
    padding-top: 40%;
  }
  footer {
    background: #1e5295;
    color: #FFFFFF;
    padding: 25px 0;
    text-align: center;
    font-size: 13px;
  }
  footer a {
    color: #FFFFFF;
  }
  footer .logo-f {
    margin-bottom: 2em;
  }
  footer .logo-f img {
    width: 75px;
  }
  footer p {
    text-align: center;
    margin: 20px auto;
  }
  footer .footer-sns {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }
  footer .footer-sns li {
    list-style: none;
    display: inline-block;
    padding: 5px;
  }
  footer .footer-sns li img {
    width: auto;
    height: 20px;
  }
  footer copy {
    font-size: 12px;
  }
}
body.home #sec01 {
  width: 100%;
  height: auto;
}
body.home #sec01 .wrapper h2 {
  text-align: center;
  margin: 0 auto 3rem auto;
  padding: 10px 20px;
  background: #1e5295;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 900;
}
body.home #sec01 .wrapper .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home #sec01 .wrapper .flex-box .flex-img {
  width: 36%;
}
body.home #sec01 .wrapper .flex-box .flex-img img {
  width: 100%;
  height: auto;
  border: 1px solid #000;
}
body.home #sec01 .wrapper .flex-box .flex-txt {
  width: 60%;
}
body.home #sec01 .wrapper .flex-box .flex-txt p {
  font-size: 18px;
}
body.home #sec01 .wrapper .flex-box .flex-txt h4 {
  margin: 4rem auto 2rem auto;
  font-size: 21px;
  padding: 0 0 1rem 0;
  background: none;
  border-bottom: 1px solid #CCC;
}
body.home #sec01 .wrapper video {
  width: 100%;
  margin-top: 3rem;
}
body.home #sec02 .wrapper .flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
body.home #sec02 .wrapper .flex-box li {
  display: inline-block;
  width: 30.3333333333%;
  margin: 0 3% 0 0;
}
body.home #sec02 .wrapper .flex-box li:last-child {
  margin-right: 0;
}
body.home #sec02 .wrapper .flex-box li a {
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #1a73e8;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 18px;
  box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
}
body.home #sec02 .wrapper .flex-box li a:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 rgba(30, 82, 149, 0.25);
}
body.home #sec03 .wrapper table {
  width: 100%;
  font-size: 21px;
  border-top: 1px solid #CCC;
}
body.home #sec03 .wrapper table th {
  padding: 20px 20px;
  border-bottom: 1px solid #CCC;
}
body.home #sec03 .wrapper table td {
  padding: 20px 20px;
  border-bottom: 1px solid #CCC;
}
body.home #sec03 .wrapper table td strong {
  font-size: 30px;
  color: #e60012;
}
body.home #sec03 .wrapper table td .fuki {
  position: relative;
  border: 2px solid #000;
  padding: 10px 20px;
  border-radius: 4px;
}
body.home #sec03 .wrapper table td .fuki span {
  font-weight: 900;
}
body.home #sec03 .wrapper table td .fuki:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-right: 13px solid #FFFFFF;
  z-index: 2;
}
body.home #sec03 .wrapper table td .fuki:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #000;
  z-index: 1;
}
body.home #sec03 .wrapper .add {
  margin: 2rem auto 0 auto;
  border: 1px dashed #000;
  text-align: center;
  padding: 10px;
}
body.home #sec03 .wrapper .add p {
  text-align: center;
}
body.home #sec05 .wrapper .btn-detail {
  margin-bottom: 10px;
}
body.home #sec06 .wrapper span {
  font-weight: 900;
}
body.home #sec06 .wrapper .sec06-01 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 3rem;
}
body.home #sec06 .wrapper .sec06-01:before {
  position: absolute;
  content: "01";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: #FFFFFF;
  background: #1e5295;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 36px;
}
body.home #sec06 .wrapper .sec06-02 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 3rem;
}
body.home #sec06 .wrapper .sec06-02:before {
  position: absolute;
  content: "02";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: #FFFFFF;
  background: #1e5295;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 36px;
}
body.home #sec06 .wrapper .sec06-03 {
  position: relative;
  padding-left: 60px;
  margin-bottom: 3rem;
}
body.home #sec06 .wrapper .sec06-03:before {
  position: absolute;
  content: "03";
  width: 36px;
  height: 36px;
  border-radius: 18px;
  color: #FFFFFF;
  background: #1e5295;
  left: 0;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 36px;
}
body.home .bank {
  background: #EFEFEF;
  padding: 15px;
  max-width: 400px;
  border-radius: 4px;
  margin-bottom: 10px;
}
body.home .bank p {
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  body.home #sec01 {
    width: 100%;
    height: auto;
  }
  body.home #sec01 .wrapper h2 {
    text-align: center;
    margin: 0 auto 2rem auto;
    padding: 10px 10px;
    background: #1e5295;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
  }
  body.home #sec01 .wrapper .flex-box {
    display: block;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home #sec01 .wrapper .flex-box .flex-img {
    width: 80%;
    text-align: center;
    margin: 0 auto 1rem auto;
  }
  body.home #sec01 .wrapper .flex-box .flex-img img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
  }
  body.home #sec01 .wrapper .flex-box .flex-txt {
    width: 100%;
  }
  body.home #sec01 .wrapper .flex-box .flex-txt p {
    font-size: 16px;
  }
  body.home #sec01 .wrapper .flex-box .flex-txt h4 {
    margin: 2rem auto 1rem auto;
    font-size: 18px;
    padding: 0 0 1rem 0;
    background: none;
    border-bottom: 1px solid #CCC;
  }
  body.home #sec01 .wrapper video {
    width: 100%;
    margin-top: 2rem;
  }
  body.home #sec02 .wrapper .flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body.home #sec02 .wrapper .flex-box li {
    display: inline-block;
    width: 30.3333333333%;
    margin: 0 3% 0 0;
  }
  body.home #sec02 .wrapper .flex-box li:last-child {
    margin-right: 0;
  }
  body.home #sec02 .wrapper .flex-box li a {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #1a73e8;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
    box-shadow: 0 3px 0 rgba(30, 82, 149, 0.25);
  }
  body.home #sec02 .wrapper .flex-box li a:hover {
    transform: translateY(3px);
    box-shadow: 0 0 0 rgba(30, 82, 149, 0.25);
  }
  body.home #sec03 .wrapper table {
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #CCC;
  }
  body.home #sec03 .wrapper table th {
    padding: 10px 5px;
    border-bottom: 1px solid #CCC;
    width: 80px;
  }
  body.home #sec03 .wrapper table td {
    padding: 10px 5px;
    border-bottom: 1px solid #CCC;
  }
  body.home #sec03 .wrapper table td strong {
    font-size: 18px;
    color: #e60012;
  }
  body.home #sec03 .wrapper table td .fuki {
    position: relative;
    border: 2px solid #000;
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
  }
  body.home #sec03 .wrapper table td .fuki span {
    font-weight: 900;
  }
  body.home #sec03 .wrapper table td .fuki:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -13px;
    border: 13px solid transparent;
    border-right: 13px solid #FFFFFF;
    z-index: 2;
  }
  body.home #sec03 .wrapper table td .fuki:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #000;
    z-index: 1;
  }
  body.home #sec03 .wrapper .add {
    margin: 2rem auto 0 auto;
    border: 1px dashed #000;
    text-align: center;
    padding: 10px;
  }
  body.home #sec03 .wrapper .add p {
    text-align: left;
  }
  body.home #sec06 .wrapper span {
    font-weight: 900;
  }
  body.home #sec06 .wrapper .sec06-01 {
    position: relative;
    padding-left: 60px;
    margin-bottom: 3rem;
  }
  body.home #sec06 .wrapper .sec06-01:before {
    position: absolute;
    content: "01";
    width: 36px;
    height: 36px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #1e5295;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 36px;
  }
  body.home #sec06 .wrapper .sec06-02 {
    position: relative;
    padding-left: 60px;
    margin-bottom: 3rem;
  }
  body.home #sec06 .wrapper .sec06-02:before {
    position: absolute;
    content: "02";
    width: 36px;
    height: 36px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #1e5295;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 36px;
  }
  body.home #sec06 .wrapper .sec06-03 {
    position: relative;
    padding-left: 60px;
    margin-bottom: 3rem;
  }
  body.home #sec06 .wrapper .sec06-03:before {
    position: absolute;
    content: "03";
    width: 36px;
    height: 36px;
    border-radius: 18px;
    color: #FFFFFF;
    background: #1e5295;
    left: 0;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 36px;
  }
  body.home #sec06 .wrapper .sec06-03 .bank {
    background: #EFEFEF;
    padding: 15px;
    max-width: 400px;
    border-radius: 4px;
  }
  body.home #sec06 .wrapper .sec06-03 .bank p {
    font-size: 16px;
    line-height: 1.5;
  }
}/*# sourceMappingURL=style.css.map */