@charset "UTF-8";
/* ====== Reset(ress.css MIT License) ====== */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ====== Base ====== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  min-width: 320px;
  font-size: 18px;
  font-family: "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #1c1b1b;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
    line-height: 1.5;
  }
}
header, footer, nav, section, article, aside, figure, picture {
  display: block;
}

ul, ol {
  padding: 0;
  list-style: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 751px) {
  .pc-hide {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sp-hide {
    display: none;
  }
}
/* ====== Structure ====== */
.page-inner {
  margin: 0 auto;
  max-width: 1030px;
  padding-inline: 15px;
}

/* ====== Header ====== */
.page-header {
  padding: 20px 15px;
  background-color: #e5e5e5;
}

.page-header .hdglv1 {
  margin: 0 auto;
  max-width: 1200px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 10px 15px;
  }
  .page-header .hdglv1 {
    font-size: 12px;
  }
}
/* ====== Main ====== */
.page-main {
  padding-top: 60px;
}

@media screen and (max-width: 750px) {
  .page-main {
    padding-top: 30px;
  }
}
/* ====== Heading ====== */
.hdg-main {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #555;
}

@media screen and (max-width: 768px) {
  .hdg-main {
    font-size: 22px;
  }
}
/* Bnr */
.img-lyt {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.img-lyt-bnr {
  width: calc((100% - 30px) / 2);
  max-width: 400px;
}

@media screen and (max-width: 750px) {
  .img-lyt {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .img-lyt-bnr {
    width: 100%;
    max-width: initial;
  }
}
/* ====== caution ====== */
.caution {
  margin-top: 75px;
  text-align: center;
}

.lead-caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lead-caution span {
  color: #ff0000;
  font-weight: 700;
}
.lead-caution:before {
  content: "";
  background: URL("/img/usr/freepage/landing_company/shahan/ico_caution.png") no-repeat center/100% auto;
  width: 34px;
  height: 33px;
  margin-top: -2px;
  margin-right: 10px;
}

.text-caution a {
  text-decoration: underline;
}
.text-caution a:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .caution {
    margin-top: 30px;
    font-size: 15px;
  }
  .lead-caution:before {
    width: 27.2px;
    height: 26.4px;
    margin-top: -4px;
    margin-right: 5px;
  }
}
/* ====== info ====== */
.sec-info {
  margin-top: 90px;
}

.hdg-info {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.lyt-info {
  margin-top: 15px;
  border-top: 2px dotted #cccccc;
}

.lyt-info > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  padding: 25px 30px;
  border-bottom: 2px dotted #cccccc;
}

.lyt-info span {
  display: inline-block;
  width: 85px;
}

.lyt-info p {
  width: calc(100% - 100px);
}

.lyt-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .sec-info {
    margin-top: 50px;
  }
  .hdg-info {
    font-size: 20px;
  }
  .lyt-info > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 15px 10px;
  }
  .lyt-info span {
    width: 100%;
    font-size: 13px;
  }
  .lyt-info p {
    width: 100%;
    font-size: 14px;
  }
}
/* ====== contact ====== */
.sec-contact {
  padding: 50px 10px;
  margin-top: 100px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 10px;
}
.sec-contact a {
  display: inline-block;
  margin-block: 5px;
  position: relative;
  text-decoration: underline;
  padding-right: 30px;
}
.sec-contact a:before, .sec-contact a:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.sec-contact a:before {
  width: 19px;
  height: 19px;
  background: #FFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.sec-contact a:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 6px;
  height: 6px;
  right: 7px;
}
.sec-contact a:hover {
  text-decoration: none;
}

.hdg-contact {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .sec-contact {
    padding-block: 20px;
    margin-top: 50px;
    font-size: 15px;
  }
  .sec-contact a {
    margin-block: 10px;
  }
  .hdg-contact {
    font-size: 16px;
  }
}
/* ====== enter ====== */
.enter-link {
  position: relative;
  max-width: 490px;
  width: 100%;
  height: 76px;
  margin: 100px auto;
  background: #ff0000;
  color: #FFF;
  border-radius: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.enter-link:before, .enter-link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.enter-link:before {
  width: 21px;
  height: 21px;
  background: #FFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px;
}
.enter-link:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  width: 6px;
  height: 6px;
  right: 43px;
}
.enter-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .enter-link {
    height: 70px;
    margin: 50px auto;
    font-size: 16px;
  }
  .enter-link:before {
    right: 15px;
  }
  .enter-link:after {
    right: 23px;
  }
}
/* ====== rec ====== */
.sec-rec {
  padding: 60px 0 80px;
  background: #888888;
}

.hdg-rec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
}
.hdg-rec:before {
  content: "";
  background: URL("/img/usr/freepage/landing_company/shahan/ico_movie.png") no-repeat center/100% auto;
  width: 48px;
  height: 49px;
}

.img-rec {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.img-rec a {
  display: block;
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 750px) {
  .sec-rec {
    padding: 30px 15px;
  }
  .sec-rec:before {
    display: none;
  }
  .hdg-rec {
    gap: 8px;
    font-size: 18px;
  }
  .hdg-rec:before {
    width: 28.8px;
    height: 29.4px;
  }
  .img-rec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .img-rec a {
    width: 100%;
  }
}
/* ====== Terms ====== */
.article-terms {
  margin-top: 90px;
}

.hdg-article {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.terms-date {
  margin-top: 30px;
  font-size: 14px;
  text-align: right;
}

.terms-content {
  margin-top: 50px;
}

.sec-terms + .sec-terms {
  margin-top: 40px;
}

.hdg-terms {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.txt-terms {
  margin: 15px 0 0 1em;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.dl-list-item + .dl-list-item {
  margin-top: 30px;
}

.dl-list-ttl {
  font-size: 18px;
  font-weight: bold;
}

.dl-list-desc {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .article-terms {
    margin-top: 50px;
  }
  .hdg-article {
    font-size: 20px;
  }
  .terms-date {
    margin-top: 20px;
  }
  .terms-content {
    margin-top: 40px;
  }
  .sec-terms + .sec-terms {
    margin-top: 30px;
  }
  .hdg-terms {
    font-size: 16px;
  }
  .txt-terms {
    margin: 10px 0 0 1em;
    font-size: 14px;
  }
  .dl-list-item + .dl-list-item {
    margin-top: 20px;
  }
  .dl-list-ttl {
    font-size: 15px;
  }
  .dl-list-desc {
    margin-top: 5px;
  }
}
/* ====== error ====== */
#js-sNormal.shahan-contents,
.page-main,
.is-error {
  display: none;
}

.is-error .box-error {
  margin: 40px auto;
  padding: 20px;
  max-width: 1200px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}

.is-error .txt-error a {
  text-decoration: underline;
  color: #444;
}

.is-error .txt-error a:hover {
  text-decoration: none;
}

.is-error .error-link {
  position: relative;
  max-width: 420px;
  width: 100%;
  height: 60px;
  margin: 20px auto 0;
  background: #ff0000;
  color: #FFF;
  border-radius: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.is-error .error-link:before, .is-error .error-link:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
.is-error .error-link:before {
  width: 21px;
  height: 21px;
  background: #FFF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
}
.is-error .error-link:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  width: 6px;
  height: 6px;
  right: 23px;
}
.is-error .error-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 750px) {
  .is-error .box-error {
    margin: 60px 20px;
  }
  .is-error .error-link {
    height: 60px;
    font-size: min(14px, 3.7333333333vw);
  }
  .is-error .error-link:before {
    right: 10px;
  }
  .is-error .error-link:after {
    right: 18px;
  }
}/*# sourceMappingURL=landing_renew_shahan.css.map */