/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *  IE on Windows Phone and in iOS.
 */


/* Form Option CSS
   ========================================================================== */

.tbl-form {
  width: 100%;
  margin-bottom: 25px;
  border-collapse: collapse;
}
.tbl-form th {
  width: 30%;
  padding: 15px 1.25316%;
  text-align: left;
  font-size: 1.25em;
  color: #000;
}
.tbl-form th .ico-required {
  float: right;
    font-size: 1em;
}
.tbl-form td {
  width: 69.78995%;
  padding: 15px 1.25316%;
  border: 0px none !important;
}
.lbl-name {
  width: 2em;
  margin-right: 10px;
  display: inline-block;
}
.tbl-form input[type=text],
.tbl-form input[type=email] {
  height: 38px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tbl-form textarea {
  padding: 0 10px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.tbl-form input[type=radio],
.tbl-form input[type=checkbox] {
  margin-right: 10px;
}
form.form .tbl-form .regular-field {
  width: 100%;
  border: 1px solid #ccc;
  outline:none;
}

form.form .tbl-form input[type=text].name-field,
form.form .tbl-form input[type=text].age-field {
  margin-right: 10px;
}
form.form .tbl-form .textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #ccc;
  outline:none;
}

.tbl-form input[type=text]
{width:100% !important;
}

.tbl-form .select {
  width: 100% !important;
  border: 1px solid #ccc;
  height: 38px;
  outline:none;
}
.radio-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0
}
.radio-list li {
  margin-right: 20px;
  font-size: 14px;
  display: inline-block;
}

form.form span.value {
  padding: 0;
  margin: 0 !important;
  font-size: 0;
}
form.form span.value span {
  margin-right: 20px;
  font-size: 14px;
  display:block;
}
form.form p.submit {
    margin: 0 !important;
    padding: 2% 0 !important;
}
.btn-submit {
  width: 40%;
  height: 58px;
  margin: 0 auto;
  border: none;
  border-radius: 40px;
  background-color:#ee4036;
  font-size: 21px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-weight: bold;
}

.btn-submit:hover {
 background-color:#141e27;
}

.red-background, form.form p.errors {
    background: #e60012 !important;
    color: #fff !important;
    padding: 10px 10px !important;
    border-radius: 3px !important;
    margin: 15px 0 !important;
}

form.form p {
    clear: left !important;
    line-height: 1.4em !important;
    margin: 0 !important;
    padding: 3px 2px !important;
}
@media screen and (max-width: 767px) {
  .tbl-form th {
    width: 100%;
    padding: 15px 3.3333%;
    display: block;
  }
  .tbl-form td {
    width: 100%;
    padding: 15px 3.3333%;
    display: block;
  }
  .tbl-form input[type=text].last-name {
    margin-bottom: 15px;
  }
}

form.form .error {
  margin-left: 0 !important;
  color: #f00 !important;
}
.email-error,
.email-confirm-error {
  display: none;
  color: #f00 !important;
}
.ico-required {
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #ff9800;
  color: #fff;
  text-align: center;
  display: none;
}
.required .ico-required {
  display: inline-block;
}


/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  /*width:100%;*/
  /*height:100px;*/
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
  width:100% !important;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

body {
  color: #333333;
  line-height: 1.7;
}
body * {
  box-sizing: border-box;
}

.pc-hide {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pc-hide {
  display: block;
  }
}

.site-header {
  width: 100%;
  margin-top: 15px;
  border-bottom: 4px solid #21303e;
}
.site-header .inner {
  max-width: 1100px;
  width: 100%;
  padding: 5px 0;
  margin: 0 auto;
  /*margin-left:20px;*/
}
.site-header .inner h1 {
  width: 50%;
  margin: 0;
  display:inline-block;
}
.site-header .inner h1 img {
  width: 300px;
}

@media screen and (max-width: 1100px) {
.site-header .inner {
  padding: 5px 10px;
  }

  .site-main {
  padding: 0;
  }

}

table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  padding: 1em;
}

div.questionary_form {
  padding-top: 2em;
}

div.questionary_form p {
  padding: 2em;
}

table.questionary_form {
  border-collapse: collapse;
}

table.questionary_form th {
  text-align: left;
  width: 40%;
}

table.questionary_form th, td {
  vertical-align: top;
  border-top: none;
  border-top: 1px solid #ccc !important;
  padding: 2em;
}

table.questionary_form th.q_num {
  padding-left: 2em;
text-indent: -2em;
}

table.questionary_form th span.q_num {
  background-color: #b20000;
  padding: 0 0.5em;
  color: #fff
}

table.questionary_form th span.indispensable {
  background-color: #fff;
  border: solid 1px #b20000;
  border-radius: 5px;
  padding: 1px 5px;
  margin-left: 0.5em;
  color: #b20000;
  font-size: 80%;
  white-space: nowrap;
}

.questionary_form_btn {
  text-align: center;
  margin-top: 40px;
}
.questionary_form_btn input {
  background-color: #b20000;
  padding: 10px 100px;
  color: #fff;
  border: none!important;
}

@media (max-width: 767px) {
table.breakTable, table.breakTable tbody, table.breakTable tr, table.breakTable th, table.breakTable td, table.breakTable caption {
  display: block;
  width: 100% !important;
}
}
@media (max-width: 767px) {
  div.questionary_form {
    padding-top: 2em;
  }
table.questionary_form th {
  border-top: 1px solid #CCC !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding-bottom: 1em !important;
}
table.questionary_form td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  padding-top: 0 !important;
}
}


.site-footer {
  width: 100%;
  background-color: #21303e;
}
.site-footer .inner {
  max-width: 1100px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.site-footer .inner .footer-links {
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.site-footer .inner .footer-links li {
  margin-right: 23px;
  font-size: 14px;
  display: inline-block !important;
}

.site-footer .address {
  padding: 10px 0;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
}
.site-footer .address p {
  margin: 0;
}
.site-footer .inner a {
  color: #fff;
}
.site-footer .copyright {
  width: 100%;
  height: 30px;
  background-color: #fff;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .copyright p.txt {
  text-align: left;
  width: calc(100% / 2);
}
.site-footer .copyright p.logo {
  text-align: right;
  width: calc(100% / 2);
}
.site-footer .copyright p.logo img {
  width: 300px;
}
@media screen and (max-width: 1100px) {
  .site-footer .inner {
  padding: 15px 10px;
  }
  .site-footer .inner .footer-links li {
  display: block;
  }
  .site-footer .inner .footer-links li a {
  padding: 5px 0;
  display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .site-footer .copyright {
    display: block;
  }
  .site-footer .copyright p.txt {
    text-align: center;
    width: 100%;
  }
  .site-footer .copyright p.logo {
    text-align: center;
    width: 50%;
  }
  .site-footer .copyright p.logo img {
    width: 50%;
  }
}
/* ====================================================================================================================
2021/10/1 dan-lo_LP
==================================================================================================================== */

.site-main {
  width: 100%;
  margin: 0;
}

.site-main section {
  text-align: center;
}

.site-main .sec001 {
  background-image: url("https://www.newton-consulting.co.jp/files/user/images/nca_lp_mv.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 580px;
  border-top: solid 1px #21303e;
}

.site-main .sec002 {
  background-image: url("https://www.newton-consulting.co.jp/files/user/images/nca_lp_bg_sec02.png");
}

.site-main .sec003 {
  background: #ee4036;
  color: #ffffff;
}

.site-main .sec004 {
  background: #eeeeee;
}

.site-main .sec005 {
  background: #ffffff;
}

.site-main .sec006 {
  background: #ffffff;
}

.site-main section div.container {
  width: 1100px;
  text-align: left;
  margin:0 auto;
}

.site-main section.sec002 div.container,
.site-main section.sec003 div.container,
.site-main section.sec004 div.container,
.site-main section.sec005 div.container,
.site-main section.sec006 div.container {
  padding: 50px;
}
.site-main section.sec001 div.container {
  margin-top: 0 !important;
}

.site-main section.sec001 h1 {
  font-size: 2em;
  padding-top: 70px;
  color: #000;
  line-height: 2;
}

.site-main section.sec001 p {
  margin-top: 20px;
}

.site-main section.sec001 p.mv_btn {
  margin-top: 40px;
}

.site-main section.sec001 a.btn_dl {
  font-size: 1.5em;
  font-weight: bold;
  background: #141e27;
  background-image: url("https://www.newton-consulting.co.jp/files/user/dan-lo_lp_arrow01.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: 20px 100px;
  width: 440px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 20px;
}

.site-main section.sec001 p.campaign_title {
  margin: 10px 0 0 0;
  font-size: 2em;
  font-weight: bold;
}

.site-main section.sec001 img {
  margin: 0 0 10px 0;
}

.site-main h2 {
  text-align: center;
  font-size: 2em;
}

.site-main .sec002 .container {
  text-align: center;
}

.site-main .sec002 .comment {
  display: flex;
  padding: 10px 50px;
}

.site-main .sec002 .comment p {
  background: #fff;
  border-radius: 20px;
  width: 750px;
  padding: 30px;
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
}
.site-main .sec002 .comment img {
  width: 140px;
  height: 100px;
}

.site-main section.sec003 .contents {
   display: flex;
   flex-wrap: wrap;
}

.site-main section.sec003 .item {
   width: calc(92% / 3);
   padding: 20px;
   background: #fff;
   border-radius: 20px;
   color: #333;
   margin: 2%;
}
.site-main section.sec003 .item:first-child {
   margin-left: 0;
}
.site-main section.sec003 .item:last-child {
   margin-right: 0;
}
.site-main section.sec003 .item dt {
   text-align: center;
   font-weight: bold;
   font-size: 1.25em;
   color: #ee4036;
}

.site-main section.sec003 .item dd {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin-left: 0;
}

.site-main section.sec003 .item dd p {
  text-align: left;
  font-weight: normal;
  font-size: 0.875em;
}

.site-main section.sec003 .item dd p.title {
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

.site-main section.sec003 .item img {
   width: 100%;
}


.site-main section.sec003 p.cnv_btn {
  text-align: center;
  margin-top: 40px;
  width: 100%;
}

.site-main section.sec003 p.cnv_btn a {
  font-size: 1.5em;
  font-weight: bold;
  background: #141e27;
  background-image: url("https://www.newton-consulting.co.jp/files/user/dan-lo_lp_arrow01.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border-radius: 5% / 50%;
  padding: 20px 100px;
  width: 70%;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 20px;
}

.site-main section.sec004 h2 {
  color: #ee4036;
}

.site-main section.sec004 .contents {
  margin-top: 40px;
  text-align: center;
}

.site-main section.sec004 .induction .detail .btn_box {
  text-align: center;
  margin-top: 30px;
}

.site-main section.sec004 .induction .detail a.btn_ind {
  font-size: 20px;
  font-weight: bold;
  background: #21303e;
  background-image: url("https://www.newton-consulting.co.jp/files/user/dan-lo_lp_arrow01.png");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border-radius: 40px;
  padding: 14px 100px;
  width: 440px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 20px;
}

.site-main section.sec005 img {
   width: 100%;
}

@media screen and (max-width: 1100px) {

  .site-main section div.container {
    width: 100%;
    text-align: left;
    margin:0 auto;
    padding: 20px;
  }
  .site-main section.sec001 h1 {
    padding-top: 0;
  }

}

/* sp */
@media screen and (max-width: 767px) {
  .site-main section div.container {
    width: 100%;
    padding: 10px;
  }

  .site-main section.sec002 div.container,
  .site-main section.sec003 div.container,
  .site-main section.sec004 div.container,
  .site-main section.sec005 div.container,
  .site-main section.sec006 div.container {
    padding: 40px 20px;
  }

.site-main .sec001 {
  background-image: url("https://www.newton-consulting.co.jp/files/user/images/nca_lp_mv_sp.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  min-height: 480px;
}

.site-main section.sec001 img {
  width: 80%;
}

.site-main section.sec001 p {
  font-size: 1em;
  margin: 20px 0;
}
.site-main section.sec001 p.mv_btn {
  margin-top: 40px;
}
.site-main section.sec001 a.btn_dl {
  font-size: 1.25em;
  padding: 14px 60px;
  margin: 0;
}

.site-main h2 {
  text-align: center;
  font-size: 1.5em;
}
.site-main .sec002 .comment {
  padding: 10px 0;
}
.site-main .sec002 .comment p {
  font-size: 1em;
}
.site-main .sec002 .comment img {
  width: 105px;
  height: 75px;
}

.site-main section.sec003 .contents {
   display: block;
  }

.site-main section.sec003 .item {
   width: 96%;
   margin: 40px auto 40px auto;
   padding: 40px;
}
.site-main section.sec003 .item:first-child {
   margin-left: auto;
}
.site-main section.sec003 .item:last-child {
   margin-right: auto;
}

.site-main section.sec003 .item dd {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
  margin-left: 0;
}

.site-main section.sec003 .item dd p {
  text-align: left;
  font-weight: normal;
  font-size: 0.875em;
  padding: 0;
}

.site-main section.sec003 p.cnv_btn a {
  padding: 20px 60px;
  margin: 0;
  border-radius: 10% / 50%;
  font-size: 1.5em;
  background-size: 5%;
}

.site-main section.sec004 .contents {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.site-main section.sec004 .contents .item01,
.site-main section.sec004 .contents .item02,
.site-main section.sec004 .contents .item03,
.site-main section.sec004 .contents .item04 {
  width: calc(92% / 2);
  margin: 0 2%;
}
.site-main section.sec004 .contents h4 {
  font-size: 1.25em;
}
.site-main section.sec004 .contents p {
  font-size: 0.875em;
}

.site-main section.sec004 .induction h3 {
  font-size: 1.5em;
  text-align: left;
  padding: 0 40px
}
.site-main section.sec004 .induction .detail h4 {
  font-size: 1.25em;
  text-align: left;
}
.site-main section.sec004 .induction .detail a.btn_ind {
  font-size: 1.25em;
  padding: 14px 40px;
  width: 50%;
}

.site-main section.sec006 .contents {
   display: block;
}

.site-main section.sec006 .contents .item {
   width: 100%;
   margin: 40px auto;
   text-align: center;
   padding: 20px;
   background: #fff;
   border-radius: 20px;
}

.sp_none {
  display: none;
}

}
