@charset "UTF-8";
/*====================================*\
>> font-face
/*====================================*/
/*====================================*\
  >> Silent Class
/*====================================*/
@import url("https://fonts.googleapis.com/css?family=Nunito|Arvo:400,700|Open+Sans:400,700");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*====================================*\
  >> Functions 
/*====================================*/
body, * {
  font-family: Hiragino Kaku Gothic ProN, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif !important;
  outline: none !important;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
}

body {
  -ms-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-family: Hiragino Kaku Gothic ProN, 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif !important;
  margin: 0;
  position: relative;
  width: 100%;
}

button {
  border: none;
  cursor: pointer;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active, a:focus {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important;
}

.hoverable a:hover {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

legend {
  color: #000;
}

ol, ul {
  list-style: none;
}

* {
  text-decoration: none;
}

caption, th {
  text-align: left;
}

sup {
  vertical-align: text-top;
}

img {
  display: block;
  border: none !important;
}

sub {
  vertical-align: text-bottom;
}

/* input, textarea, select {
  *font-size: 100%;
} */

a {
  color: inherit;
  text-decoration: none;
}

textarea {
  outline: none;
  resize: none;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, a, blockquote, figure {
  margin: 0;
  padding: 0;
}

/*! 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.67em 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;
}
.wrapper-lp {
  display: block;
  margin: 0 auto;
  width: 1088px;
}


@media only screen and (max-width: 47.9375em) {
  .wrapper-lp {
    padding: 0 15px;
    width: 100%;
  }
}
.page-kredo .thanks {
  background-color: #fff;
}

.page-kredo .thanks .main-title-container-lp {
  height: 170px;
  background-color: #fb9830;
  position: relative;
    z-index: 10;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp {
    height: 153px;
  }
}
.page-kredo .thanks .main-title-container-lp:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 27px 100vh 0;
  border-color: #fb9830 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp:after {
    display: none;
  }
}


/* .main-title-container-lp.main-title-container-kredo {
  background-color: #fb9830;
  height: 177px;
}

.main-title-container-lp.main-title-container-kredo:after {
  border-width: 27px 100vh 0;
  border-color: #fb9830 transparent;
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp.main-title-container-kredo:after {
    border-width: 27px 27vh 0;
  }
} */

.page-kredo .thanks .main-title-container-lp .main-title {
  font-size: 30px;
  line-height: 27px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  display: block;
}

@media only screen and (max-width: 46.0625em) {
  .page-kredo .thanks .main-title-container-lp .main-title {
    font-size: 20px;
    line-height: 28px;
    width: 93%;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .nlsp {
  display: inline;
  font-weight: normal;
}

@media only screen and (max-width: 46.0625em) {
  .page-kredo .thanks .main-title-container-lp .main-title .nlsp {
    display: block;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .thanks-container {
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp .main-title .thanks-container {
    margin-top: 11px;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .thanks-container .title-other {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp .main-title .thanks-container .title-other {
    line-height: 17px;
    letter-spacing: 0;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle {
  color: #fff;
  display: block;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle {
    font-size: 10px;
    line-height: 17px;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle .nlsp {
  display: inline;
  font-weight: normal;
}

@media only screen and (max-width: 46.0625em) {
  .page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle .nlsp {
    display: block;
  }
}

.page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle .sub-other {
  background: linear-gradient(transparent 90%, #fff 0);
  display: inline-block;
  font-size: 11px;
  line-height: 20px;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .main-title-container-lp .main-title .thanks-container .subtitle .sub-other {
    font-size: 10px;
    line-height: 17px;
  }
}




/* 

.main-title-container-lp.main-title-container-kredo {
  background-color: #fb9830;
  height: 177px;
}

.main-title-container-lp.main-title-container-kredo:after {
  border-width: 27px 100vh 0;
  border-color: #fb9830 transparent;
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp.main-title-container-kredo:after {
    border-width: 27px 27vh 0;
  }
}

.main-title-container-lp.main-title-container-kredo .main-title {
  font-size: 26px;
  font-weight: normal;
  line-height: 41px;
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp.main-title-container-kredo .main-title {
    font-size: 23px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp.main-title-container-kredo .main-title span {
    font-size: 17px;
    line-height: 32px;
  }
}

.main-title-container-lp.main-title-container-kredo .main-title span .nlsp {
  display: inline;
}

@media only screen and (max-width: 46.0625em) {
  .main-title-container-lp.main-title-container-kredo .main-title span .nlsp {
    display: block;
  }
}

.main-title-container-lp .main-title {
  color: #fff;
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}

@media only screen and (max-width: 64em) {
  .main-title-container-lp .main-title {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp .main-title {
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 2px;
    width: 93%;
  }
}

.main-title-container-lp .main-title span {
  display: table;
  font-size: 20px;
  font-weight: normal;
  line-height: 43px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp .main-title span {
    font-size: 19px;
    line-height: 40px;
  }
}

.main-title-container-lp:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 27px 27px 0;
  border-color: #2586C6 transparent;
  display: block;
  width: 0;
  z-index: 0;
  bottom: -39px;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 47.9375em) {
  .main-title-container-lp:after {
    display: none;
  }
} */





.page-kredo .thanks .thanks-content {
  padding: 100px 0;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content {
    padding: 50px 0;
  }
}

.page-kredo .thanks .thanks-content .title-lp {
  color: #000000;
  display: table;
  font-size: 24px;
  line-height: 31px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .title-lp {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-kredo .thanks .thanks-content .thanks-description {
  color: #1d1d1d;
  font-size: 19px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
.page-kredo .thanks .thanks-content .thanks-description-1 {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
}
.page-kredo .thanks .thanks-content .thanks-description-2 {
  color: #1d1d1d;
  font-size: 28px;
  line-height: 1.3;
  margin: 10px 0px 20px;
  font-weight: 600;
  text-align: center;
}
.page-kredo .thanks .thanks-content .thanks-description-3 {
  color: #1d1d1d;
  font-size: 24px;
  line-height: 1.8;
  margin-top: 10px;
  font-weight: 600;
  text-align: left;
}
.page-kredo .thanks .thanks-content .thanks-description-3-sp {
  display: none;
}
.page-kredo .thanks .thanks-content .thanks-description-4 {
  color: #1d1d1d;
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
  font-weight: 500;
  text-align: left;
}
.page-kredo .thanks .thanks-content .thanks-title {
  color: #fb9830;
  font-size: 32px;
  line-height: 1.8;
  margin-top: 10px;
  text-align: center;
  font-weight: 600;
}
.page-kredo .thanks .thanks-content .thanks-description a {
  color: #081ea3;
  text-decoration: underline;
  transition: .3s;
}
.page-kredo .thanks .thanks-content .thanks-description a:hover {
  opacity: .8;
}

@media only screen and (max-width: 64em) {
  .page-kredo .thanks .thanks-content .thanks-description {
    padding: 0 9px;
  }
  .page-kredo .thanks .thanks-content .thanks-description-1 {
    font-size: 8px;
  }
  .page-kredo .thanks .thanks-content .thanks-description-2 {
    font-size: 14px;
  }
  .page-kredo .thanks .thanks-content .thanks-description-3 {
    display: none;
  }
  .page-kredo .thanks .thanks-content .thanks-description-3-sp {
    display: block;
    color: #1d1d1d;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 600;
    text-align: left;
  }
  .page-kredo .thanks .thanks-content .thanks-description-4 {
    font-size: 8px;
  }
  .page-kredo .thanks .thanks-content .thanks-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-description {
    display: none;
    font-size: 13px;
    line-height: 24px;
    padding: 0 9px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-description.counsel {
    display: block;
  }
}

.page-kredo .thanks .thanks-content .maintitle {
  justify-content: center;
  color: #fb9830;
  display: flex;
    align-items:center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 50px auto 10px;
    text-align: left;
}
.page-kredo .thanks .thanks-content .maintitle1 {
  justify-content: center;
  color: #fb9830;
  display: flex;
    align-items:center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 50px auto 10px;
    text-align: left;
}
@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .maintitle1 {
   font-size: 16px;
  }
}

.page-kredo .thanks .thanks-content .twitter-timeline {
  margin: 0 auto;
}

.page-kredo .thanks .thanks-content .maintitle br {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .maintitle br {
    display: block;
  }
}

.page-kredo .thanks .thanks-content .maintitle:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    display: inline-block;
    height: 57px;
    margin-right: 12px;
    width: 57px;
}
.page-kredo .thanks .thanks-content .maintitle.one:before {
  background-image: url(../images/number01.png);

}
.page-kredo .thanks .thanks-content .maintitle.two:before {
  background-image: url(../images/number02.png);

}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .maintitle {
   font-size: 21px;
  }
}

.page-kredo .thanks .thanks-content .subtitle {
  color: #2db1a5;
  display: table;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 auto 20px;
  text-align: center;
}
@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .subtitle {
    line-height: 1.5;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists {
  display: block;
  margin: 50px auto 0;
  overflow: hidden;
  width: 854px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .thanks .thanks-content .thanks-lists {
    width: 100%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists {
    display: none;
    margin: 19px auto 0;
    width: 100%;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp {
  display: none;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp {
    display: block;
    overflow: visible;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp .slick-dots {
  bottom: -25px;
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp .slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp .slick-dots li.slick-active button:before {
  background-color: #2F485E;
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.page-kredo .thanks .thanks-content .thanks-lists.thanks-lists-sp .slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 5px;
  content: '';
  text-align: center;
  opacity: 1;
  background-color: #ADB8C1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item {
  background-color: #fff;
  display: block;
  float: left;
  margin-right: 40px;
  overflow: hidden;
  width: 258px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item {
    margin-right: 2%;
    width: 32%;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item {
    margin-bottom: 30px;
    margin-right: 0;
    padding: 0 42px;
    width: 100%;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item:last-child {
    margin-bottom: 0;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-title {
  color: #394A58;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  margin: 17px 0;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 60em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-title {
    font-size: 16px;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-title {
    font-size: 15px;
  }
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-title:before {
  background-color: #00AFF7;
  color: #fff;
  content: '';
  display: block;
  float: left;
  font-size: 20px;
  margin-right: 13px;
  vertical-align: middle;
  width: 37px;
  text-align: center;
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-cover {
  display: block;
  height: 146px;
  margin: 0 auto;
  width: 258px;
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-description {
  color: #394A58;
  display: block;
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 60em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-description {
    height: auto;
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-lists .thanks-lists--item .thanks-lists-description {
    font-size: 17px;
    height: auto;
    line-height: 30px;
  }
}

.page-kredo .thanks .thanks-content .thanks-cover {
  display: block;
  /* height: 286px; */
  margin: 20px auto 0;
  position: relative;
  transition: .3s;
  width: 599px;
}
.page-kredo .thanks .thanks-content .thanks-cover-2 {
  display: block;
  margin: 20px auto 0;
  position: relative;
  transition: .3s;
  width: 700px;
}
.page-kredo .thanks .thanks-content .thanks-cover-line {
  display: block;
  /* height: 286px; */
  margin: 0px auto 0;
  position: relative;
  transition: .3s;
  width: 409px;
}
.page-kredo .thanks .thanks-content .thanks-cover-line-2 {
  display: block;
  margin: 0px auto 0;
  position: relative;
  transition: .3s;
  width: 440px;
}
.page-kredo .thanks .thanks-content .thanks-cover:hover { opacity: .8; }
.page-kredo .thanks .thanks-content .thanks-cover-line:hover { opacity: .8; }

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-cover {
    height: auto;
    width: 100%;
  }
  .page-kredo .thanks .thanks-content .thanks-cover-line {
    height: auto;
    width: 75%;
  }
  .page-kredo .thanks .thanks-content .thanks-cover-line-2 {
    height: auto;
    width: 220px;
  }
  .page-kredo .thanks .thanks-content .thanks-cover-2 {
    height: auto;
    width: 80%;
  }
}

.page-kredo .thanks .thanks-content .thanks-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-kredo .thanks .thanks-content .thanks-cover-line img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-kredo .thanks .thanks-content .thanks-cover-line-2 img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.page-kredo .thanks .thanks-content .thanks-cover .download {
  color: #fff;
  background-color: transparent;
  bottom: 12px;
  font-size: 10px;
  line-height: 11px;
  right: 12px;
  position: absolute;
  transition: .3s;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .thanks-cover .download {
    right: 5px;
  }
}

.page-kredo .thanks .thanks-content .thanks-cover .download:hover {
  opacity: .8;
}

.page-kredo .thanks .thanks-content .thanks-cover .download:before {
  background-image: url("../images/kredo_lp/icon_download.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 15px;
  content: '';
  display: block;
  height: 15px;
  margin: 0 auto 5px;
  width: 15px;
}

.page-kredo .thanks .thanks-content .btn {
  background-color: #FAF215;
  display: block;
  height: 89px;
  margin: 30px auto 0;
  padding: 20px 0;
  position: relative;
  transition: .5s;
  width: 403px;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .btn {
    height: 76px;
    margin: 50px auto 0;
    width: 100%;
  }
}

.page-kredo .thanks .thanks-content .btn:hover {
  opacity: .8;
}

.page-kredo .thanks .thanks-content .btn:after {
  background-image: url("../images/kredo_lp/arrow_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 19px;
  content: '';
  display: block;
  height: 19px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
  width: 10px;
}

.page-kredo .thanks .thanks-content .btn.counsel-btn {
  height: 57px;
  line-height: 60px;
  margin-top: 30px;
  padding: 0;
  width: 343px;
}

.page-kredo .thanks .thanks-content .btn.counsel-btn b {
  font-weight: normal;
}

.page-kredo .thanks .thanks-content .btn span {
  color: #393939;
  display: block;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  width: max-content;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .btn span {
    font-size: 13px;
    line-height: 23px;
    margin-top: -4px;
  }
}

.page-kredo .thanks .thanks-content .btn span:before {
  background-image: url("../images/kredo_lp/icon_left.png");
  background-size: 6.5px 14.5px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14.5px;
  margin-right: 15px;
  vertical-align: middle;
  width: 6.5px;
}

.page-kredo .thanks .thanks-content .btn span:after {
  background-image: url("../images/kredo_lp/icon_right.png");
  background-size: 6.5px 14.5px;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 14.5px;
  margin-left: 15px;
  vertical-align: middle;
  width: 6.5px;
}

.page-kredo .thanks .thanks-content .btn b {
  color: #393939;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 10px auto 0;
  vertical-align: middle;
  position: relative;
  text-align: center;
  width: max-content;
}

@media only screen and (max-width: 47.9375em) {
  .page-kredo .thanks .thanks-content .btn b {
    font-size: 17px;
    margin: 0 auto 0;
  }
}


#footer-lp {
  background-color: #393939;
}

#footer-lp.footer-kredo {
  background-color: #394A58;
}

#footer-lp .footer-content {
  color: #fff;
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  text-align: center;
}






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