@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;
  color: #000;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
a:hover {
  text-decoration: none;
}

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;
  padding: 0 3px;
}

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: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 2;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
body {
  font-size: .875rem;
}
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  vertical-align: bottom;
}

/* ---------------------------
 layout
------------------------------ */
.header {
  padding: 20px;
}

.header__title {
  text-align: center;
  font-size: 2.3125rem;
  line-height: normal;
  color: #999;
}
.heading-lv2 {
  padding: 30px 0;
  background-color: #eeeeee;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5;
}
.heading-lv2 span {
  font-size: 1rem;
	font-weight: normal;
	display: block;
}
.heading-lv3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  padding: 25px 0 15px 0;
}
@media only screen and (max-width: 768px) {
.header__title {
  font-size: 2rem;
}
.heading-lv2 {
  font-size: 1.7rem;
}
}

.section {
  padding-bottom: 4em;
  border-bottom: 1px solid #000;
}
.section__inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 20px;
}

.features-list {
  padding-top: 10px;
  list-style: none;
}
.features-list__item {
  margin-top: 40px;
}

.features-list__title {
  display: flex;
  align-items: flex-start;
}
.features-list__title.features-list__title--a-center {
  align-items: center;
}
.list-num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #313639;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size: 2rem;
}
.features-list__item {
  display: block;
  font-size: 1.5rem;
  line-height: 1.33;
  white-space: normal;
}
.list-txt {
  display: block;
  font-size: 1.5rem;
  line-height: 1.33;
  padding-top: 2px;
  padding-bottom: 5px;
  white-space: normal;
}
.features-list__contents {
  flex: 1;
  padding-left: 20px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
.list-num {
  width: 42px;
  height: 42px;
  font-size: 1.375rem;
}
.list-txt {
  font-size: 1.1rem;
  line-height: 1.38;
}
.features-list__contents {
  padding-left: 15px;
  font-size: .875rem;
}
}

.attention {
  font-size: .875rem;
}
.attention-list {
  list-style: none;
  counter-reset: note;
  padding-left: 0;
  margin-top: 2em;
  font-size: .9375rem;
}
.attention-list li {
  counter-increment: note;
  padding-left: 2.5em;
  position: relative;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.attention-list li::before {
  content: "*" counter(note);
  position: absolute;
  left: -15px;
  font-size: 20px;
	font-weight: bold;
}
.attention-list li::before {
  width: 2em;
  text-align: right;
}

.attention-list2 {
  list-style: none;
  counter-reset: note;
  padding-left: 0;
  margin-top: 2em;
  font-size: .875rem;
}
.attention-list2 li {
  counter-increment: note;
  padding-left: 1.2em;
  position: relative;
}
.attention-list2 li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.attention-list2 li::before {
  width: 1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
.attention {
  font-size: .8125rem;
}
.attention-list,
.attention-list2 {
  font-size: .8125rem;
}
}

.table-card {
  background-color: #EFF3F4;
  border: 1px solid #313639;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
.table-card th,
.table-card td {
  border: 1px solid #313639;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  padding: 5px 5px 5px 10px;
}
@media only screen and (max-width: 768px) {
.table-card th,
.table-card td {
  font-size: .875rem;
}
}

.close-btn {
  background: #950014;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 10px 20px;
}
.close-btn:hover {
  opacity: .7;
}
@media only screen and (max-width: 768px) {
.close-btn {
  font-size: 1rem;
}
}


.aside-contact {
  max-width: 660px;
  margin: 0 auto;
  margin-top: 4em;
  padding: 0 20px 3em;
}
.aside-contact__title {
  font-size: 2.5rem;
  text-align: center;
}
.aside-contact__title span {
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
}
.aside-contact__inner {
  padding: 3em 0;
}
.aside-contact__txt1 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.aside-contact__txt2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.aside-contact__txt2 small {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}
.aside-contact__txt3 {
  font-size: 1rem;
}
.consultation-center {
  padding: 20px;
  border: solid 1px #c8cacb;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.consultation-center__img {
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
.aside-contact__title {
  font-size: 1.5rem;
}
.aside-contact__txt1 {
  font-size: 1.3rem;
}
.aside-contact__txt2 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.aside-contact__txt2 small {
  font-size: 1.1rem;
}
}
/*---- SP横スクロール ----*/
.scroll > p.scroll-atte {
	display: none;
}
@media only all and (max-width: 768px){
.scroll table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.scroll{
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar{
   height: 5px;
}
.scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
}
.scroll > p.scroll-atte {
	display: block;
  text-align: center;
  font-size: 14px;
  background: var(--table-color);
/*  color: #fff;*/
  padding: 5px 0;
  position: relative;
}
  .scroll > p.scroll-atte::before{
/*    content: "\e5c8";*/
    font-family: 'Material Icons';
    position: absolute;
    left: 15%;
    transform: translateY(-50%);
    font-size: 20px;
    animation: 10s linear(0 0%, 1.17 30.88%) infinite loadicon;
  }
  .scroll > p.scroll-atte::after{
/*    content: "\e5c8";*/
    font-family: 'Material Icons';
    position: absolute;
    right: 15%;
    transform: translateY(-50%);
    font-size: 20px;
    animation: 10s linear(0 0%, 1.17 30.88%) infinite loadicon;
  }
	
}
.footer {
  background-color: #191f22;
  color: #fff;
  padding: 25px;
}
.footer__inner {
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.875rem;
  text-align: left;
  padding: 0 20px;
}

.center {
  text-align: center;
}

.mt-10 { margin-top: 10px;}
.mt-20 { margin-top: 20px;}
.mt-30 { margin-top: 30px;}
.mt-40 { margin-top: 40px;}
.mt-50 { margin-top: 50px;}
.mt-60 { margin-top: 60px;}
.mt-70 { margin-top: 70px;}
.mb10 { margin-bottom: 10px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}
.mb-40 { margin-bottom: 40px;}
.mb-50 { margin-bottom: 50px;}
.mb-60 { margin-bottom: 60px;}
.mb-70 { margin-bottom: 70px;}

