@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 17px;
  line-height: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width:850px) {
  p {
    font-weight: normal;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 20px;
}

.l-header {
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width:500px) {
  .l-header {
    height: 50px;
  }
}
.l-header h1 {
  margin-top: -10px !important;
}
.l-header__contents {
  width: 1200px;
  margin: 5px auto;
  display: flex;
  height: auto;
  justify-content: space-evenly;
}
@media screen and (max-width:1200px) {
  .l-header__contents {
    width: 768px;
    margin: 5px auto;
  }
}
@media screen and (max-width:850px) {
  .l-header__contents {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .l-header__contents {
    height: 40px;
  }
}
.l-header__content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
}
.l-header__logo {
  width: 300px;
}
@media screen and (max-width:850px) {
  .l-header__logo {
    width: 210px;
  }
}
.l-header__text {
  padding-top: 5px;
  padding-left: 10px;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (max-width:850px) {
  .l-header__text {
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
    line-height: 1.2rem;
  }
}
.l-header__text span {
  display: inline-block;
}
.l-header ul {
  list-style: none;
}
.l-header__kyevisual {
  margin-top: 80px;
  min-width: 768px;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width:850px) {
  .l-header__kyevisual {
    width: 100%;
    min-width: 100%;
    max-width: 768px;
    margin-top: 50px;
  }
}
.l-header picture {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
}
.l-header__under {
  width: 100%;
  text-align: center;
}
.l-header__subcopy {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width:850px) {
  .l-header__subcopy {
    font-size: 14px;
  }
}
.l-header__subcopy span {
  display: inline-block;
}
.l-header__company {
  vertical-align: top;
  width: 70%;
}
@media screen and (max-width:850px) {
  .l-header__company {
    width: 100%;
    margin: 10px 0;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-115px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.l-footer {
  background-color: #005eab;
}

.c-button {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #005eab;
  background-color: #ffffff;
  border-radius: 50px;
  border: solid 3px #005eab;
}
.c-button:hover {
  background-color: #005eab;
  color: #ffffff;
  transition: 0.8s;
}
@media screen and (max-width:1024px) {
  .c-button {
    font-size: 17px;
    padding: 1.5rem;
  }
}

.p-contents {
  text-align: center;
  margin: -10px auto 0;
  padding: 15px 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  background-color: #0a9fc2;
  color: #ffffff;
}
@media screen and (max-width:850px) {
  .p-contents {
    font-size: 17px;
    line-height: normal;
    padding: 15px 10px 10px;
  }
}
@media screen and (max-width:500px) {
  .p-contents {
    font-size: 16px;
    margin: 0 auto;
  }
}
.p-contents span {
  display: inline-block;
}

.p-cta-button {
  width: 100%;
  height: auto;
  background-color: #F3F3F5;
  margin-top: -10px;
}
.p-cta-button__area {
  margin: 0 auto;
  padding: 40px 0 50px;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .p-cta-button__area {
    width: 100%;
    padding: 30px 0;
  }
}
.p-cta-button__copy {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #000000;
}
@media screen and (max-width:500px) {
  .p-cta-button__copy {
    font-size: 15px;
  }
}
.p-cta-button__copy:before {
  margin-right: 16px;
  content: "＼";
}
@media screen and (max-width:500px) {
  .p-cta-button__copy:before {
    margin-right: 8px;
  }
}
.p-cta-button__copy:after {
  margin-left: 16px;
  content: "／";
}
@media screen and (max-width:500px) {
  .p-cta-button__copy:after {
    margin-left: 8px;
  }
}

.p-list {
  padding: 60px 0 30px;
}
.p-list__wrap {
  width: 768px;
  padding: 1em;
  margin: auto;
  border: dashed 2px #9f9f9f;
  border-radius: 8px;
  background: #fff6e6;
  box-shadow: 0 0 0 10px #fff6e6;
}
@media screen and (max-width:850px) {
  .p-list__wrap {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .p-list__wrap {
    width: 90%;
  }
}
.p-list__title {
  position: relative;
  font-size: 25px;
  padding: 4px 0 20px 12px;
  color: #005eab;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:500px) {
  .p-list__title {
    line-height: 30px;
    font-size: 23px;
    padding: 4px 0 20px 0px;
  }
}
.p-list__title span {
  display: inline-block;
}
.p-list ul, .p-list ol {
  position: relative;
  margin: 0;
  padding: 0 15px 0 15px;
  color: #000000;
  border: none;
  font-weight: bold;
  list-style-type: none;
  font-size: 20px;
}
@media screen and (max-width:850px) {
  .p-list ul, .p-list ol {
    font-size: 18px;
  }
}
.p-list ol {
  counter-reset: number;
}
.p-list ul li, .p-list ol li {
  line-height: 1.5;
  padding: 15px 0 15px 25px;
  border-bottom: dashed 1px #9f9f9f;
}
.p-list li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left: 0.5em;
  color: #005eab;
}
.p-list ol li:before {
  display: inline-block;
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0.5em;
  width: 22px;
  height: 22px;
  border-radius: 20%;
  background: #005eab;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}
.p-list ul li:last-of-type, .p-list ol li:last-of-type {
  border-bottom: none;
}

.p-content {
  padding: 10px 0;
  margin: 30px auto;
}
.p-content__wrap {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width:1024px) {
  .p-content__wrap {
    width: 768px;
    justify-content: space-between;
  }
}
@media screen and (max-width:850px) {
  .p-content__wrap {
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-content__wrap {
    flex-flow: column;
  }
}
.p-content__box {
  width: 550px;
  margin: -10px 0 0;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width:500px) {
  .p-content__box {
    width: 90%;
    padding: 0px;
    margin-top: 260px;
  }
}
.p-content h2 {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 50px;
}
.p-content h2 span {
  display: inline-block;
}
.p-content h2:before {
  position: absolute;
  content: "";
  background: #005eab;
  bottom: 0;
  left: calc(50% - 30px);
  width: 80px;
  height: 5px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.p-content__imgbox {
  width: 400px;
  display: flex;
}
@media screen and (max-width:850px) {
  .p-content__imgbox {
    width: 70%;
  }
}
@media screen and (max-width:500px) {
  .p-content__imgbox {
    width: 90%;
  }
}
.p-content h3 {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  line-height: 1.5em;
}
@media screen and (max-width:500px) {
  .p-content h3 {
    font-size: 20px;
  }
}
.p-content h3 span {
  color: #005eab;
}
.p-content p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .p-content p {
    font-size: 15px;
  }
}
.p-content p span {
  color: #005eab;
}
.p-content__line {
  border: dashed 1px #9f9f9f;
  margin: 20px 0;
}
.p-content__img {
  position: relative;
  width: 360px;
}
@media screen and (max-width:500px) {
  .p-content__img {
    width: 90%;
  }
}
.p-content__img img {
  position: absolute;
  width: 100%;
  top: -150px;
}
@media screen and (max-width:500px) {
  .p-content__img img {
    top: -20px;
  }
}

.p-success {
  width: 100%;
  height: auto;
  padding-bottom: 30px;
  background-color: #f0f0f0;
  overflow: hidden;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.p-success h2 {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 50px;
}
.p-success h2 span {
  color: #000000;
}
.p-success h2:before {
  position: absolute;
  content: "";
  background: #005eab;
  bottom: 0;
  width: 80px;
  height: 5px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.p-success__area {
  margin: 0 auto;
  padding: 60px 0px;
  width: 1100px;
}
@media screen and (max-width:1024px) {
  .p-success__area {
    width: 90%;
  }
}
@media screen and (max-width:850px) {
  .p-success__area {
    padding: 50px 0px 0px;
    width: 90%;
  }
}
@media screen and (max-width:500px) {
  .p-success__area {
    width: 100%;
  }
}
.p-success__area__box {
  text-align: center;
  margin-bottom: 20px;
  color: #005eab;
  font-weight: bold;
}
.p-success__text {
  text-align: center;
  padding: 0 20px;
}
.p-success p {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
  line-height: normal;
}
@media screen and (max-width:500px) {
  .p-success p {
    font-size: 18px;
  }
}
.p-success img {
  width: 1000px;
  margin-top: 10px;
}
@media screen and (max-width:1024px) {
  .p-success img {
    width: 768px;
  }
}
@media screen and (max-width:850px) {
  .p-success img {
    width: 100%;
  }
}
.p-success h3 {
  font-size: 30px;
  font-weight: bold;
  color: #005eab;
  line-height: normal;
}
@media screen and (max-width:500px) {
  .p-success h3 {
    font-size: 26px;
  }
}
.p-success span {
  display: inline-block;
}

/*cpa lp/201.htmlより引用*/
.section03-listWrap {
  margin: 0 15px 40px;
  box-shadow: 0 0 10px 5px rgba(0, 43, 20, 0.1);
  counter-reset: count;
}

.section03-list > li {
  counter-increment: count;
  position: relative;
  padding: 12px 12px 5px;
}
.section03-list > li > span {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 9px;
  font-weight: bold;
  transform: translateY(-5px);
}
.section03-list > li > em {
  font-size: 18px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #005eab;
  font-style: normal;
}
.section03-list > li > em::before {
  font-size: 15px;
  content: "▶";
  margin-right: 5px;
}
.section03-list > li > p {
  font-size: 15px;
  font-weight: bold;
}
.section03-list > li::before {
  content: counter(count);
  font-size: 25px;
  font-weight: bold;
  color: #005eab;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.section03-list > li:nth-child(odd) {
  background: #f8f8f8;
}

@media print, screen and (min-width: 768px) {
  .section03-listWrap {
    display: flex;
    box-shadow: none;
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .section03-list {
    box-shadow: 0 0 10px 5px rgba(0, 43, 20, 0.1);
    margin: 0 10px;
    max-width: 480px;
    width: 100%;
  }
  .section03-list:nth-of-type(2) > li:nth-child(odd) {
    background: #fff;
  }
  .section03-list:nth-of-type(2) > li:nth-child(even) {
    background: #f8f8f8;
  }
  .section03-list > li {
    padding: 25px 20px 10px 90px;
    font-weight: 700;
  }
  .section03-list > li > span {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .section03-list > li > em {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .section03-list > li > p {
    font-size: 14px;
    font-weight: bold;
  }
  .section03-list > li::before {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 50px;
    font-weight: bold;
  }
}
.p-strong {
  padding: 30px auto 50px;
  margin: 30px auto 50px;
}
.p-strong__wrap {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .p-strong__wrap {
    width: 768px;
    padding: 0 20px;
  }
}
@media screen and (max-width:850px) {
  .p-strong__wrap {
    width: 100%;
  }
}
.p-strong h2 {
  position: relative;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 50px;
}
@media screen and (max-width:640px) {
  .p-strong h2 {
    line-height: 30px;
  }
}
.p-strong h2 span {
  display: inline-block;
}
.p-strong h2:before {
  position: absolute;
  content: "";
  background: #005eab;
  bottom: 0;
  width: 80px;
  height: 5px;
  left: 50%;
  top: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.p-strong__wrap {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:640px) {
  .p-strong__wrap {
    flex-flow: column;
  }
}
.p-strong__wrap img {
  width: 350px;
  margin: auto;
}
@media screen and (max-width:850px) {
  .p-strong__wrap img {
    width: 300px;
    margin-right: 10px;
  }
}
@media screen and (max-width:640px) {
  .p-strong__wrap img {
    width: 90%;
    margin-right: 40px;
  }
}
@media screen and (max-width:500px) {
  .p-strong__wrap img {
    width: 90%;
    margin-bottom: 10px;
  }
}
.p-strong__textbox {
  width: 630px;
  border-radius: 20px;
  border: dotted 2px #005eab;
  padding: 20px;
}
@media screen and (max-width:640px) {
  .p-strong__textbox {
    margin: auto;
    width: 100%;
  }
}
.p-strong h3 {
  font-weight: bold;
  color: #005eab;
  padding-top: 10px;
}
@media screen and (max-width:500px) {
  .p-strong h3 {
    font-size: 17.5px;
  }
}
.p-strong p {
  padding: 10px 0 10px 30px;
  line-height: normal;
  font-weight: normal;
}
@media screen and (max-width:850px) {
  .p-strong p {
    padding: 15px 10px;
  }
}
.p-strong p span {
  display: inline-block;
}
@media screen and (max-width:850px) {
  .p-strong p span {
    display: inline;
  }
}

.main {
  padding-top: 30px;
}

.stepHide.is-show {
  animation: none;
}

#lp_entryForm {
  background: #f0f0f0;
  min-height: 100%;
  padding-bottom: 80px;
  margin-top: -10px;
}

#lp_entryForm h2 {
  padding: 0px 0 25px;
  text-align: center;
}

.ent_stepWrap, #ent_contentWrap, .ent_stepWrap p {
  background: #f0f0f0;
}

#lp_entryForm #ef-container {
  background-color: #f0f0f0;
}

#lp_entryForm .ent_stepWrap h2 {
  background: url(../images/agnet_entry_title01.png) no-repeat center 25px;
  margin: 0 auto;
  padding: 25px 0;
  width: 413px;
  height: 151px;
  display: block;
}

.spOnly {
  display: none;
}

@media screen and (max-width: 640px) {
  .main {
    padding-top: 0px;
  }
  .keyvisual {
    margin-top: 50px;
  }
  .stepHide.is-show {
    animation: none;
  }
  #lp_entryForm {
    margin-bottom: 10px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  #lp_entryForm .ent_stepWrap h2 {
    padding: 0;
    margin: 0;
    display: none;
  }
  .spOnly {
    display: block;
  }
  #lp_entryForm .ent_stepWrap .incHeader {
    background-image: none;
    background-color: #2673bf;
    padding: 10px 0;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
  }
  .footer {
    margin: 0;
  }
}/*# sourceMappingURL=style.css.map */