

/* 基本
----------------------------------------------------------------------------------------------- */
#pre-wrap,
#pre-wrap-2,
#pre-form-wrap {
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 125px;
  background: #f6f6f6;
}
#pre-wrap {
  padding-bottom: 255px;
  overflow: hidden;
  background: #23b9d2;
}

@-moz-document url-prefix() {
  #pre-wrap {
    padding-bottom: 261px;
  }
}
#pre-wrap-2 .container,
#pre-form-wrap .container {
  width: 94%;
  max-width: 1440px;
  padding: 100px 0;
  margin: 0 auto;
}
#pre-wrap-2 .container > h2,
#pre-form-wrap .container > h2 {
  font-size: 24px;
  font-weight: normal;
}
#pre-wrap-2 .container > h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

@media screen and (width <= 940px) {
  #pre-wrap {
    padding-bottom: 343px;
  }
  @-moz-document url-prefix() {
    #pre-wrap {
      padding-bottom: 349px;
    }
  }
}
@media screen and (width <= 670px) {
  #pre-wrap {
    padding-bottom: 374px;
  }
  @-moz-document url-prefix() {
    #pre-wrap {
      padding-bottom: 380px;
    }
  }
  #pre-wrap-2 {
    padding: 51px 0 167px;
  }
  #pre-form-wrap {
    padding-top: 50px;
  }
  #pre-wrap-2 .container,
  #pre-form-wrap .container {
    width: 83%;
    padding: 44px 0 40px;
  }
}

/* スマホ→PCのナビメニュー用 */
@media screen and (width >= 940px) {
  #pre-wrap {
    right: 0 !important;
  }
}

/* RWD改行 */
.pc-br {
  display: block;
}

@media screen and (width <= 940px) {
  .pc-br {
    display: inline;
  }
  .tab-br {
    display: block;
  }
}
@media screen and (width <= 670px) {
  .pc-br,
  .tab-br {
    display: inline;
  }
  .sp-br {
    display: block !important;
  }
}

/* RWD非表示 */
.pc-dsp-none {
  display: none;
}

@media screen and (width <= 940px) {
  .pc-dsp-none {
    display: block;
  }
  .tab-dsp-none {
    display: none;
  }
}
@media screen and (width <= 670px) {
  .pc-dsp-none,
  .tab-dsp-none {
    display: block;
  }
  .sp-dsp-none {
    display: none;
  }
}

/* フォーム用基本
----------------------------------------------------------------------------------------------- */
#pre-form-wrap .w700,
#pre-form-wrap .w960 {
  margin: 0 auto;
}
#pre-form-wrap .w700 {
  max-width: 700px;
}
#pre-form-wrap .w960 {
  max-width: 960px;
}
#pre-form-wrap .container .wrap-framework {
  height: 1.5;
  padding-top: 20px;
  margin: 20px 0 30px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
#pre-form-wrap .container .wrap-framework .page-explain {
  margin-bottom: 36px;
}
#pre-form-wrap .container .wrap-framework-02 {
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px solid #d3d3d3;
}

@media screen and (width <= 670px) {
  #pre-form-wrap .container .wrap-framework {
    padding-top: 20px;
  }
  #pre-form-wrap .simple-form .wrap-framework {
    padding-top: 15px;
  }
  #pre-form-wrap .input-form .wrap-framework,
  #pre-form-wrap .confirm-form .wrap-framework {
    border-bottom: none;
  }
}

/* ログイン前ヘッダー
----------------------------------------------------------------------------------------------- */
#pre-header {
  top: -57px;
  z-index: 20;
  width: 100%;
  min-height: 56px;
  text-align: center;
  background: #00a0be;
}
#pre-header .dsp-none {
  display: none;
}
#pre-header .header-logo {
  display: inline-block;
  margin-right: 20px;
  line-height: 0;
  vertical-align: middle;
}

/* 20210113追加 WEB説明会フォームへのリンク---------------------------------------- */
#pre-header .menu-wrap .header-seminar-wrap {
  float: right;
}
#pre-header .menu-wrap .header-seminar .to-seminar-form {
  padding: 7px 17px !important;
  margin: 9px 10px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3296d2 !important;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #3296d2;
  border-radius: 5px;
  transition: 0.5s;
}
#pre-header .menu-wrap .header-seminar .to-seminar-form::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: 3px;
  vertical-align: middle;
  content: "";
  border-top: solid 2px #3296d2;
  border-right: solid 2px #3296d2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#pre-header .menu-wrap .header-seminar .to-seminar-form:hover {
  color: #ffffff !important;
  background: #3296d2;
}
#pre-header .menu-wrap .header-seminar .to-seminar-form:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
#pre-header .claim-document {
  display: inline-block;
  padding: 8px 20px 5px;
  margin-left: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 3px;
  transition: all 0.06s linear 0s;
}
#pre-header .claim-document:hover {
  color: #00a0be;
  background: #ffffff;
}
#pre-header .fixed-logo {
  display: none;
}
#pre-header .header-logo img {
  width: 148px;
}
#pre-header ul {
  display: inline-block;
}
#pre-header ul li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #23b9d2;
  transition: all 0.06s linear 0s;
}
#pre-header ul li:first-child {
  border-left: 1px solid #23b9d2;
}
#pre-header ul li:hover {
  background: #008caa;
}
#pre-header ul li a {
  display: block;
  padding: 18px 19px 17px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
#pre-header.pre-header-fixed {
  position: fixed;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
#pre-header.pre-header-fixed ul li {
  border-right: 1px solid #e1e1e1;
  transition: all 0.06s linear 0s;
}
#pre-header.pre-header-fixed ul li:first-child {
  border-left: 1px solid #e1e1e1;
}
#pre-header.pre-header-fixed ul li > a {
  font-weight: normal;
  color: #6c6c6c;
  transition: all 0.06s linear 0s;
}
#pre-header.pre-header-fixed ul li.apply > a,
#pre-header.pre-header-fixed ul li.login > a {
  font-weight: bold;
  transition: all 0.06s linear 0s;
}
#pre-header.pre-header-fixed .claim-document {
  color: #14b4b4;
  background: #ffffff;
  border: 1px solid #14b4b4;
  transition: all 0.06s linear 0s;
}
#pre-header.pre-header-fixed .claim-document:hover {
  color: #ffffff;
  background: #14b4b4;
}
#pre-header.pre-header-fixed ul li:hover {
  background: #f5ffff;
}
#pre-header.pre-header-fixed ul li:hover > a {
  color: #3c3c3c;
}
#pre-header.pre-header-fixed .fixed-logo {
  display: inline;
}
#pre-header.pre-header-fixed .static-logo {
  display: none;
}
#pre-header-hidden-height {
  display: none;
  min-height: 56px;
  background: #0e99b7;
}
#pre-header ul li.apply > a {
  color: #4b412d;
  background: #faeb00;
}
#pre-header ul li.apply:hover > a {
  background: #fff050;
  transition: all 0.06s linear 0s;
}

@media screen and (width <= 940px) {
  #pre-header {
    position: relative !important;
    top: 0 !important;
    background: #00a0be !important;
  }
  #pre-header .header-logo {
    float: left;
    margin: 13px 0 0 20px;
  }
  #pre-header .claim-document,
  #pre-header div:not(.menu-wrap) ul {
    display: none;
  }
  #pre-header.pre-header-fixed .fixed-logo {
    display: none;
  }
  #pre-header.pre-header-fixed .static-logo {
    display: inline;
  }
  #pre-header-hidden-height {
    display: none !important;
  }
}

/*** スライドメニュー ***/
#slide-menu {
  position: absolute;
  top: 0;
  right: -210px;
  box-sizing: border-box;
  display: none;
  width: 210px;
  min-height: 100%;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #f3f3f3;
  border-left: 1px solid #d3d3d3;
}
#slide-menu * {
  box-sizing: border-box;
}
#slide-menu p {
  margin: 0;
}
#slide-menu ul li {
  border-bottom: 1px solid #d3d3d3;
}
#slide-menu ul li > a {
  display: block;
  padding: 22px 0 19px 21px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6c6c;
  text-decoration: none;
}
#slide-menu ul li:hover:not(.first) {
  background: #f5ffff;
}
#slide-menu ul li:hover:not(.first) a {
  color: #3c3c3c;
}
#slide-menu ul li.first {
  min-height: 57px;
}
#slide-menu ul li.first > .co-btn {
  margin: 7px 0 0 21px;
}
#slide-menu ul li.first > .co-btn > span > a {
  padding: 12px 19px 9px;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (width <= 940px) {
  #slide-menu {
    z-index: 25;
  }
}
@media screen and (width >= 940px) {
  #slide-menu {
    right: -210px !important;
  }
}

/*** ハンバーガー ***/
#sub-menu-btn {
  float: right;
  box-sizing: border-box;
  display: none;
  margin: 16px 20px 0 0;
  vertical-align: middle;
  color: #0066cc;
  text-align: right;
}
#sub-menu-btn div,
#sub-close-btn span {
  position: relative;
  width: 35px;
  height: 3px;
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 2px;
}
#sub-close-btn span {
  width: 29px;
  background-color: #9c9c9c;
}
#sub-close-btn {
  float: right;
  margin: 26px 12px 0 0;
}
#sub-menu-btn .last-line {
  margin-bottom: 1px;
}
#sub-menu-btn span {
  display: inline-block;
  width: 28px;
  font-size: 9px;
  text-align: center;
}
#sub-close-btn .first-line {
  display: block;
  margin-bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sub-close-btn .mid-line {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #sub-menu-btn span {
  display: none;
}

@media screen and (width <= 940px) {
  #sub-menu-btn {
    display: inline-block;
  }
}

/* ログイン前フッター
----------------------------------------------------------------------------------------------- */
#pre-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  background-color: #3c4646;
}
#pre-footer .inner {
  padding: 28px 0 27px;
  font-size: 14px;
}
#pre-footer .inner a {
  display: inline-block;
  margin-right: 50px;
  color: #ffffff;
}
#pre-footer .inner span {
  display: none;
  vertical-align: top;
}
#pre-footer .inner a:last-child {
  margin-right: 0;
}
#pre-footer .group-service {
  max-width: 960px;
  margin: 0 auto;
}
#pre-footer ul.group-service li {
  display: inline-block;
  margin-right: 10px;
}
#pre-footer ul.group-service li:nth-child(1),
#pre-footer ul.group-service li:nth-child(2) {
  margin-bottom: 7px;
}
#pre-footer ul.group-service li:nth-child(2),
#pre-footer ul.group-service li:nth-child(4) {
  margin-right: 0;
}
#pre-footer ul.group-service li.sd > a {
  background: url(/web/img/common/footer/icon_sd_00.png) no-repeat scroll 0
    0 / 16px 16px;
  background-position: 8px 11px;
}
#pre-footer ul.group-service li.urikake > a {
  background: url(/web/img/common/footer/icon_urikake_00.png) no-repeat scroll
    0 0 / 16px 16px;
  background-position: 8px 10px;
}
#pre-footer ul.group-service li.paid > a {
  background: url(/web/img/common/footer/icon_paid_00.png) no-repeat scroll 0
    0 / 16px 16px;
  background-position: 8px 11px;
}
#pre-footer ul.group-service li.corec > a {
  background: url(/web/img/common/footer/icon_corec_00.png) no-repeat scroll 0
    0 / 16px 16px;
  background-position: 8px 11px;
}
#pre-footer ul.group-service li a {
  display: block;
  width: 340px;
  padding: 8px 0 4px 30px;
  color: #ffffff;
  text-align: left;
  border: 1px solid #6c6c6c;
  border-radius: 3px;
}
#pre-footer .group-title {
  margin-bottom: 15px;
}
#pre-footer .copyright {
  padding-bottom: 14px;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
}

@media screen and (width <= 940px) {
  #pre-footer .group-service {
    box-sizing: border-box;
    max-width: 600px;
    padding: 0;
  }
  #pre-footer .inner .contact-form {
    display: none;
  }
  #pre-footer .inner a:nth-child(4) {
    margin-right: 0;
  }
  #pre-footer ul.group-service li,
  #pre-footer ul.group-service li a {
    display: block;
  }
  #pre-footer ul.group-service li:nth-child(1),
  #pre-footer ul.group-service li:nth-child(2) {
    margin-bottom: 10px;
  }
  #pre-footer ul.group-service li {
    margin: 0 auto 10px;
  }
  #pre-footer ul.group-service li:last-child {
    margin-bottom: 0;
  }
  #pre-footer ul.group-service li a {
    margin: 0 auto;
  }
}
@media screen and (width <= 670px) {
  #pre-footer ul.group-service li {
    font-size: 13px;
  }
  #pre-footer ul.group-service li a {
    width: 270px;
  }
  #pre-footer .inner {
    padding: 28px 0 27px;
  }
  #pre-footer .inner span {
    display: inline-block;
    margin: 0 15px;
  }
  #pre-footer .inner a {
    display: block;
    max-width: 80px;
    margin: 8px auto 0;
  }
  #pre-footer .inner a:first-child {
    margin-top: 0;
  }
  #pre-footer .inner a:nth-child(3) {
    max-width: 250px;
  }
  #pre-footer .inner a:nth-child(4) {
    max-width: 120px;
    margin-right: auto;
  }
  #pre-footer .copyright {
    padding-bottom: 16px;
  }
}

/* ログイン前TOP
----------------------------------------------------------------------------------------------- */
#pre-top {
  margin-bottom: 90px;
  overflow: hidden;
  font-size: 15px;
  line-height: 170%;
  background: #fafafa;
}
#pre-top h2 {
  text-align: center;
}
#pre-top .light-blue {
  background: #dcf5fa;
}
#pre-top .title-supplement-sentence {
  margin: 15px 0 60px;
  font-size: 19px;
  line-height: 1.6;
  color: #005064;
}
#pre-top .section-wrap {
  max-width: 900px;
  padding: 100px 40px;
  margin: 0 auto;
  text-align: center;
}
#pre-top .first-view {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background: #23b9d2;
}
#pre-top h1 {
  width: 100%;
  height: 540px;
  background: url(/web/img/pre/lp/lp_old_top/main_visual_03.png) center
    no-repeat;
  background-size: 1900px 540px;
}
#pre-top h1 span.up-catch,
#pre-top h1 span.down-catch {
  position: absolute;
  width: 100%;
  color: #005064;
  text-align: center;
}
#pre-top h1 span.up-catch {
  top: 20%;
  font-size: 53px;
  line-height: 1.3;
}
#pre-top h1 span.up-catch > span.underline {
  display: inline-block;
  line-height: 0.85;
  box-shadow: 0 -7px 0 -2px #faeb00 inset;
}
#pre-top h1 span.down-catch {
  top: 61%;
  font-size: 21px;
  line-height: 1.6;
}
#pre-top .first-view img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -950px;
}
#pre-top .first-view .sp {
  display: none;
}
#pre-top .info-area {
  padding: 25px 0;
  text-align: center;
  background: #f3f3f3;
  border-bottom: 1px solid #ececec;
}
#pre-top .info-area .date {
  margin: 0 15px 0 20px;
}
#pre-top .about-uriho {
  position: relative;
}
#pre-top .about-uriho h2 img {
  width: 240px;
}
#pre-top .about-uriho .min-h {
  min-height: 260px;
}
#pre-top .about-uriho .left {
  float: right;
  display: inline-block;
  width: 47%;
  margin-right: 6%;
}
#pre-top .about-uriho .between {
  margin-top: 30px;
  text-align: left;
}
#pre-top .about-uriho .between:first-child {
  margin-top: 0;
}
#pre-top .about-uriho .right2 {
  float: right;
  width: 420px;
}
#pre-top .about-uriho .flow-img {
  float: right;
  width: 47%;
  max-width: 420px;
  vertical-align: bottom;
}
#pre-top .about-uriho .graph-img {
  position: absolute;
  top: -10px;
  left: 40px;
  width: 420px;
}
#pre-top .point h2 img {
  max-width: 480px;
}
#pre-top .point .box {
  float: left;
  width: 25.5%;
  margin-left: 11.7%;
}
#pre-top .point .box:first-child {
  margin-left: 0;
}
#pre-top .point .box .img {
  max-width: 230px;
}
#pre-top .point .box .title {
  margin: 10px 0 20px;
  font-size: 19px;
  font-weight: bold;
  color: #005064;
}
#pre-top .point .box .sentence {
  text-align: left;
}
#pre-top .fee h2 img {
  width: 68px;
}
#pre-top .fee .wrap {
  border: 1px solid #23b9d2;
  border-radius: 3px;
}
#pre-top .fee .wrap .left {
  display: table-cell;
  width: 50%;
  padding-top: 30px;
  line-height: 1.5;
  color: #ffffff;
  background: #23b9d2;
}

/** tab **/
@media screen and (width <= 940px) {
  #pre-top .fee .wrap .left {
    padding-top: 110px;
  }
}
#pre-top .fee .wrap .left > p {
  margin: 0 36px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#pre-top .fee .wrap .left > p:first-child {
  border: none;
}
#pre-top .fee .wrap .left .top,
#pre-top .fee .wrap .left .center {
  font-size: 48px;
}
#pre-top .fee .wrap .left .center .money {
  font-size: 66px;
}
#pre-top .fee .wrap .left .top {
  padding: 44px 0 25px;
}
#pre-top .fee .wrap .left .center {
  padding: 35px 0 25px;
}
#pre-top .fee .wrap .left .bottom {
  padding: 25px 0 31px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}
#pre-top .fee .wrap .right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  background: #ffffff;
}
#pre-top .fee .wrap .right .box {
  position: relative;
  padding: 25px 29px 23px;
  text-align: left;
  border-top: 1px dotted #23b9d2;
}
#pre-top .fee .wrap .right .box:first-child {
  border: none;
}
#pre-top .fee .wrap .right .box::before {
  position: absolute;
  top: 3.8em;
  left: -24px;
  width: 0;
  height: 0;
  content: "";
  border: 12px solid transparent;
  border-right: 12px solid #ffffff;
}
#pre-top .fee .wrap .right .box .box-title {
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  color: #23b9d2;
}
#pre-top .fee .paid-recommend {
  margin-top: 20px;
  text-align: left;
}
#pre-top .method h2 img {
  width: 138px;
}
#pre-top .method .title-supplement-sentence .method-text-indent {
  display: none;
}
#pre-top .method .box {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 17.2%;
  min-height: 224px;
  padding: 30px 3% 25px;
  margin-left: 3.4%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #23b9d2;
  border-radius: 3px;
}
#pre-top .method .box:first-child {
  margin-left: 0;
}
#pre-top .method .box .icon {
  width: 75px;
  margin-top: 28px;
}
#pre-top .method .box .no {
  position: absolute;
  top: -10px;
  right: 49px;
  padding: 18px 17px 12px;
  font-size: 30px;
  font-weight: bold;
  color: #23b9d2;
  background: #ffffff;
  border: 1px solid #23b9d2;
  border-radius: 50%;
}
#pre-top .method .box:nth-child(3) .no {
  color: #005064;
  border: 1px solid #005064;
}
#pre-top .method .box .sentence {
  margin-top: 9px;
}
#pre-top .method .box::before {
  position: absolute;
  top: 5.6em;
  left: -21px;
  width: 0;
  height: 0;
  content: "";
  border: 12px solid transparent;
  border-left: 12px solid #005064;
}
#pre-top .method .box:first-child::before {
  border: none;
}
#pre-top .method .box:nth-child(3) {
  background-color: #005064;
}
#pre-top .back-cloud {
  background: url(/web/img/pre/lp/lp_old_top/back_cloud_00.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 769px 285px;
}
#pre-top .apply {
  max-width: none;
  padding: 100px 0;
  padding-bottom: 0 !important;
  text-align: center;
}
#pre-top .apply h2 img {
  width: 165px;
}
#pre-top .apply .town-pc-wrap {
  width: 100%;
  height: 215px;
  background: url(/web/img/pre/lp/lp_old_top/application_back_00.png)
    no-repeat center;
  background-size: 1160px 215px;
}
#pre-top .apply .co-btn {
  margin: 10px auto 70px;
}
#pre-top .apply .co-btn > span > a > span {
  font-size: 24px;
}
#pre-top .apply .co-btn > span > a {
  padding: 25px 39px 24px;
}
#pre-top .apply .co-btn > span > a:hover {
  padding: 26px 39px 23px;
}

/* TAB/SPトップボタン（ログイン前TOPのみ） */
#pageTopB {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 100;
  display: none;
}
#pageTopB img {
  width: 60px;
}

/* SP/TAB→PCのトップボタン */
@media screen and (width >= 940px) {
  #pageTopB {
    display: none !important;
  }
}
@media screen and (width <= 940px) {
  #pre-top h1 {
    height: 367px;
    background-size: 1290px 367px;
  }
  #pre-top h1 span.up-catch {
    top: 21%;
    font-size: 36px;
    line-height: 1.3;
  }
  #pre-top h1 span.down-catch {
    top: 60%;
    font-size: 15px;
    line-height: 1.7;
  }
  #pre-top .title-supplement-sentence {
    margin-bottom: 35px;
  }
  #pre-top .first-view {
    min-height: 367px;
    padding: 10px 0;
  }
  #pre-top .first-view img {
    width: 1290px;
    margin-top: 10px;
    margin-left: -645px;
  }
  #pre-top .section-wrap {
    padding: 70px 40px;
  }
  #pre-top .about-uriho .left {
    float: none;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  #pre-top .about-uriho .flow-img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #pre-top .about-uriho .between {
    display: inline;
    margin: 0;
  }
  #pre-top .about-uriho .graph-img {
    position: static;
    width: 100%;
    margin-top: -80px;
  }
  #pre-top .about-uriho .right2 {
    float: none;
    display: block;
    width: 100%;
    margin: 31px auto 0;
    text-align: left;
  }
  #pre-top .point .box {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
  #pre-top .about-uriho .left,
  #pre-top .about-uriho .flow-img,
  #pre-top .about-uriho .graph-img,
  #pre-top .about-uriho .right2 {
    max-width: 495px;
  }
  #pre-top .point .box:last-child {
    margin-bottom: 0;
  }
  #pre-top .point .box .sentence {
    margin: 0 auto;
    text-align: left;
  }
  #pre-top .point .box .sentence,
  #pre-top .point .box .img {
    max-width: 440px;
  }
  #pre-top .fee {
    max-width: 620px;
  }
  #pre-top .fee .wrap .left .top,
  #pre-top .fee .wrap .left .center {
    padding: 28px 0;
    font-size: 30px;
  }
  #pre-top .fee .wrap .left .top {
    padding-top: 6px;
  }
  #pre-top .fee .wrap .left > p {
    margin: 0 30px;
  }
  #pre-top .fee .wrap .left .center .money {
    font-size: 44px;
  }
  #pre-top .fee .wrap .left .bottom {
    padding: 25px 0 0;
    font-size: 15px;
  }
  #pre-top .fee .wrap .right .box::before {
    top: auto;
    bottom: 40%;
  }
  #pre-top .method .box {
    float: none;
    width: 100%;
    max-width: 440px;
    min-height: 0;
    padding: 10px 3% 25px;
    margin: 0 auto 30px;
  }
  #pre-top .method .box .sentence {
    margin-top: 0;
  }
  #pre-top .method .box:first-child {
    margin: 0 auto 30px;
  }
  #pre-top .method .box:first-child::before {
    border: 12px solid transparent;
    border-top: 12px solid #005064;
  }
  #pre-top .method .box::before {
    top: 8.4em;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #005064;
  }
  #pre-top .method .box:last-child::before {
    border: none;
  }
  #pre-top .method .box:last-child {
    margin-bottom: 0;
  }
  #pre-top .method .box .no {
    top: -12px;
    right: auto;
    left: -20px;
    padding: 16px 17px 14px;
  }
  #pre-top .method .box .icon {
    margin-top: 0;
  }
  #pre-top .apply {
    padding: 70px 0;
  }
  #pre-top .apply .co-btn {
    margin: 40px auto 70px;
  }
  #pageTopB {
    display: block;
  }
}
@media screen and (width <= 670px) {
  #pre-top .first-view .sp {
    display: block;
  }
  #pre-top .first-view .pc {
    display: none;
  }
  #pre-top h1 {
    height: auto;
    background: none;
  }
  #pre-top h1 span.up-catch,
  #pre-top h1 span.down-catch {
    position: static;
    box-sizing: border-box;
    display: block;
  }
  #pre-top h1 span.up-catch {
    padding: 34px 15px 30px;
    background: #ffffff;
  }
  #pre-top h1 span.down-catch {
    position: relative;
    padding: 45px 15px 22px;
    font-size: 15px;
    color: #ffffff;
    background: #23b9d2;
  }
  #pre-top h1 span.up-catch > span.inline-block {
    display: inline-block;
  }
  #pre-top h1 span.down-catch::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    margin-left: -10px;
    content: " ";
    border: 20px solid transparent;
    border-top-color: #ffffff;
    border-bottom-width: 0;
  }
  #pre-top .title-supplement-sentence {
    max-width: 350px;
    margin: 15px auto 30px;
    font-size: 18px;
  }
  #pre-top .section-wrap {
    padding: 50px 30px;
  }
  #pre-top {
    margin-bottom: 105px;
  }
  #pre-top .info-area {
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
  }
  #pre-top .info-area .link {
    display: block;
    margin-top: 5px;
  }
  #pre-top .first-view {
    min-height: 0;
    padding: 0;
  }
  #pre-top .first-view img {
    position: static;
    width: 100%;
    margin: 0;
  }
  #pre-top .about-uriho h2 img {
    width: 207px;
  }
  #pre-top .about-uriho .flow-img,
  #pre-top .about-uriho .left,
  #pre-top .about-uriho .graph-img,
  #pre-top .about-uriho .right2 {
    max-width: none;
  }
  #pre-top .about-uriho .flow-img {
    margin-bottom: 30px;
  }
  #pre-top .about-uriho .graph-img {
    margin-top: -65px;
  }
  #pre-top .point h2 img {
    max-width: 176px;
    margin: 0 auto;
  }
  #pre-top .point .box .img,
  #pre-top .point .box .sentence {
    width: 100%;
    max-width: none;
  }
  #pre-top .point .box .title {
    font-size: 18px;
  }
  #pre-top .fee h2 img {
    width: 60px;
  }
  #pre-top .fee .wrap .left,
  #pre-top .fee .wrap .right {
    display: block;
    width: 100%;
  }
  #pre-top .fee .wrap .left {
    box-sizing: border-box;
    padding: 40px 0 35px;
  }
  #pre-top .fee .wrap .left > p {
    margin: 0 18px;
  }
  #pre-top .fee .wrap .left .top,
  #pre-top .fee .wrap .left .center {
    font-size: 29px;
  }
  #pre-top .fee .wrap .left .top {
    padding: 0 0 20px;
  }
  #pre-top .fee .wrap .left .center {
    padding: 20px 0;
  }
  #pre-top .fee .wrap .left .bottom {
    padding: 20px 0 0;
  }
  #pre-top .fee .wrap .right .box {
    padding: 25px 23px 23px;
  }
  #pre-top .fee .wrap .right .box::before {
    border: none;
  }
  #pre-top .fee .wrap .right .box .box-title {
    text-align: center;
  }
  #pre-top .fee .paid-recommend .left {
    float: none;
    width: 100%;
    max-width: none;
    height: 100px;
    text-align: center;
    border-radius: 3px 3px 0 0;
  }
  #pre-top .method h2 img {
    width: 120px;
  }
  #pre-top .method .title-supplement-sentence .method-text-indent {
    display: inline;
    text-indent: 1em;
  }
  #pre-top .method .box {
    max-width: none;
  }
  #pre-top .method .box::before {
    top: 8.4em;
  }
  #pre-top .method .box .no {
    top: -20px;
    left: -15px;
  }
  #pre-top .back-cloud {
    background-size: 449px auto;
  }
  #pre-top .apply {
    padding: 50px 0;
  }
  #pre-top .apply h2 img {
    width: 141px;
  }
  #pre-top .apply .town-pc-wrap {
    height: 126px;
    background-size: 680px 126px;
  }
  #pre-top .apply .title-supplement-sentence {
    max-width: 360px;
    padding: 0 30px;
    margin: 15px auto 30px;
  }
  #pre-top .apply .co-btn {
    margin: 10px auto 50px;
  }
  #pre-top .apply .co-btn > span > a > span {
    font-size: 20px;
  }
  #pre-top .apply .co-btn > span > a {
    padding: 23px 27px 22px;
  }
  #pre-top .apply .co-btn > span > a:hover {
    padding: 24px 27px 21px;
  }
}

/* faq */
.main-index-height {
  height: 100%;
}
#pre-faq-wrap {
  min-height: 100%;
  padding-bottom: 40px;
}

/* ログイン前ヘッダー（201703~）
----------------------------------------------------------------------------------------------- */
#main-index #pre-header {
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  text-align: center;
  background: #ffffff;
}
#main-index #pre-header .header-logo {
  margin-right: 0;
  line-height: 0;
}
#main-index #pre-header .header-logo a {
  display: table-cell;
  height: 56px;
  padding: 0 8px 0 0;
  vertical-align: middle;
}
#main-index #pre-header .header-logo img {
  width: 148px;
}
#main-index #pre-header ul li {
  border-right: none;
}
#main-index #pre-header ul li a {
  padding-bottom: 16px;
  font-weight: normal;
  color: #3c3c3c;
}
#main-index #pre-header ul li:hover {
  background: transparent;
}
#main-index #pre-header ul .link:hover a {
  color: #3c3c3c;
  text-decoration: underline;
}
#pre-header ul li:first-child {
  border-left: none;
}
#main-index #pre-header ul li span.on {
  padding: 18px 13px 17px;
  font-weight: bold;
  color: #049797;
  text-decoration: none;
  cursor: default;
}
#main-index #pre-header .menu-wrap {
  padding: 0 20px;
}
#main-index #pre-header .menu1 {
  float: left;
}
#main-index #pre-header .menu2 {
  float: right;
}
#main-index #pre-header .header-logo.sp {
  display: none;
}
#main-index #pre-header .login img {
  width: 11px;
  padding-right: 5px;
}
#main-index #pre-header .login a {
  padding: 18px 12px 17px 19px;
}
#main-index #pre-header .signup-b {
  display: inline-block;
  min-width: 90px;
  padding: 10px 20px 7px;
  margin-left: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #00a0be;
  text-decoration: none;
  border: 1px solid #00a0be;
  border-radius: 5px;
}
#main-index #pre-header .apply:hover a {
  padding: 11px 20px 6px;
  color: #ffffff;
  text-decoration: none;
  background: -ms-linear-gradient(top, #c89a00 0%, #c89a00 100%);
  background: linear-gradient(top, #c89a00 0%, #c89a00 100%);
  background-color: #c89a00;
  background-image: -moz-linear-gradient(center top, #c89a00, #c89a00);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c89a00),
    color-stop(1, #c89a00)
  );
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c89a00', endColorstr='#c89a00');
}
#main-index #pre-header .apply a {
  position: relative;
  display: inline-block;
  min-width: 90px;
  padding: 10px 20px 7px;
  margin-left: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
  background: -ms-linear-gradient(top, #fdc500 0%, #c89a00 100%);
  background: linear-gradient(top, #fdc500 0%, #c89a00 100%);
  background-color: #c89a00;
  background-image: -moz-linear-gradient(center top, #fdc500, #c89a00);
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #c89a00),
    color-stop(1, #fdc500)
  );
  border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fdc500', endColorstr='#c89a00');
}

/* 資料請求ボタン */
#main-index #pre-header .claim-document {
  position: relative;
  top: 0;
  display: inline-block;
  min-width: 90px;
  padding: 8px 43px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #fc8b28;
  border: 1px solid #fc8b28;
  border-radius: 50px;
  box-shadow: 0 4px #c76612;
  transition:
    0.2s box-shadow,
    0.2s top,
    0.2s background-color;
}
#main-index #pre-header .claim-document:hover {
  top: 2px;
  background-color: #f38423;
  box-shadow: 0 1px #c76612;
}
#main-index #pre-header .claim-document::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* 20210901 FIDS-103アカウント登録ボタン追加---------------------------------------- */
#main-index #pre-header .account-registration {
  position: relative;
  top: 0;
  display: inline-block;
  min-width: 90px;
  padding: 8px 30px 6px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #0387df;
  border: 1px solid #0387df;
  border-radius: 50px;
  box-shadow: 0 4px #095eb4;
  transition:
    0.2s box-shadow,
    0.2s top,
    0.2s background-color;
}
#main-index #pre-header .account-registration:hover {
  top: 2px;
  background-color: #007bcc;
  box-shadow: 0 1px #095eb4;
}
#main-index #pre-header .account-registration::after {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#main-index #slide-menu .claim-document {
  display: inline-block;
  min-width: 90px;
  padding: 10px 20px 7px;
  margin-left: 10px;
  font-weight: bold;
  vertical-align: middle;
  color: #cccccc;
  text-decoration: none;
  border: 1px solid #00a0be;
  border-radius: 5px;
}
#main-index #slide-menu .claim-document:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00a0be;
}
#main-index #slide-menu .claim-document {
  min-width: 114px;
  margin-left: 0;
}
#main-index #pre-header .down-menu {
  background-color: #ecf0f1;
  box-shadow: 0 3px 3px -3px rgb(0 0 0 / 50%);
}
#main-index #pre-header .down-menu ul li a {
  padding: 10px 13px 9px;
}

/** tab&sp **/
@media screen and (width <= 940px) {
  #main-index #pre-header .menu-wrap {
    padding: 0;
  }
  #main-index #pre-header {
    position: fixed !important;
    top: 0 !important;
    background: #ffffff !important;
    border-bottom: 1px #eeeeee solid;
  }
  #main-index #pre-header .header-logo {
    margin: 0 0 0 10px;
  }
  #main-index #pre-header .header-logo img {
    width: 143px;
    margin-top: 1px;
  }

  /* 20210113追加 WEB説明会フォームへのリンク---------------------------------------- */
  #main-index #pre-header .menu-wrap .header-seminar .to-seminar-form {
    padding: 7px 10px !important;
  }
  #main-index #pre-header .menu-wrap .header-seminar-wrap {
    margin-right: 10px;
  }
  #main-index #pre-header .menu-wrap .link,
  #main-index #pre-header .menu2 .claim-document {
    display: none;
  }
  #main-index #pre-header.pre-header-fixed .static-logo {
    display: inline;
  }
  #main-index #pre-header-hidden-height {
    display: none !important;
  }

  /* 20210901 FIDS-103アカウント登録ボタン追加---------------------------------------- */
  #main-index #pre-header .account-registration {
    margin-right: 10px;
  }
}
@media screen and (width <= 670px) {
  /* 20210901 FIDS-103アカウント登録ボタン追加---------------------------------------- */
  #main-index #pre-header .account-registration {
    padding: 8px 30px 6px 16px;
    margin-right: 10px;
  }
  #main-index #pre-header .account-registration::after {
    right: 15px;
  }
  #main-index #pre-header .account-registration span {
    display: none;
  }
}

/*** スライドメニュー ***/
#main-index #slide-menu {
  position: fixed;
  top: 0;
  right: -210px;
  box-sizing: border-box;
  display: none;
  width: 210px;
  min-height: 100%;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
  background-color: #f3f3f3;
  border-left: 1px solid #d3d3d3;
}
#main-index #slide-menu * {
  box-sizing: border-box;
}
#main-index #slide-menu p {
  margin: 0;
}
#main-index #slide-menu ul li {
  border-bottom: 1px solid #d3d3d3;
}
#main-index #slide-menu ul li > a {
  display: block;
  padding: 22px 0 19px 21px;
  font-size: 14px;
  font-weight: bold;
  color: #6c6c6c;
  text-decoration: none;
}
#main-index #slide-menu ul li:hover:not(.first) {
  background: #f5ffff;
}
#main-index #slide-menu ul li:hover:not(.first) a {
  color: #3c3c3c;
}
#main-index #slide-menu ul li.first {
  min-height: 57px;
}
#main-index #slide-menu ul li.first > .co-btn {
  margin: 9px 0 0 21px;
}
#main-index #slide-menu ul li.first > .co-btn > span > a {
  padding: 12px 19px 9px;
  font-size: 14px;
  font-weight: bold;
}
#main-index #slide-menu ul li .sp-app img {
  width: 11px;
  margin-right: 5px;
}

@media screen and (width <= 940px) {
  #main-index #slide-menu {
    z-index: 25;
  }
}
@media screen and (width >= 940px) {
  #main-index #slide-menu {
    right: -210px !important;
  }
}

/*** ハンバーガー ***/
#main-index #sub-menu-btn {
  float: right;
  box-sizing: border-box;
  display: none;
  margin: 16px 20px 0 0;
  vertical-align: middle;
  color: #0066cc;
  text-align: right;
}
#main-index #sub-menu-btn div,
#sub-close-btn span {
  position: relative;
  width: 35px;
  height: 3px;
  margin-bottom: 8px;
  background-color: #14b4b4;
  border-radius: 2px;
}
#sub-close-btn span {
  width: 29px;
  background-color: #9c9c9c;
}
#sub-close-btn {
  float: right;
  margin: 26px 12px 0 0;
}
#main-index #sub-menu-btn .last-line {
  margin-bottom: 1px;
}
#main-index #sub-menu-btn span {
  display: inline-block;
  width: 28px;
  font-size: 9px;
  text-align: center;
}
#sub-close-btn .first-line {
  display: block;
  margin-bottom: -3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sub-close-btn .mid-line {
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #main-index #sub-menu-btn span {
  display: none;
}

@media screen and (width <= 940px) {
  #main-index #sub-menu-btn {
    display: inline-block;
  }
}

/* ログイン前フッター（201703~）
----------------------------------------------------------------------------------------------- */
#main-index #pre-footer {
  position: static;
  width: 100%;
  font-size: 94%;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  background-color: #3c4646;
}
#main-index #pre-footer .inner {
  padding: 28px 0 27px;
  font-size: 14px;
}
#main-index #pre-footer .inner a {
  display: inline-block;
  margin-right: 50px;
  color: #ffffff;
}
#main-index #pre-footer .inner span {
  display: none;
  vertical-align: top;
}
#main-index #pre-footer .inner a:last-child {
  margin-right: 0;
}
#main-index #pre-footer .group-service {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (width <= 940px) {
  #main-index #pre-footer .group-service {
    box-sizing: border-box;
    max-width: 600px;
    padding: 0;
  }
  #main-index #pre-footer .inner .contact-form {
    display: none;
  }
  #main-index #pre-footer .inner a:nth-child(4) {
    margin-right: 0;
  }
  #main-index #pre-footer ul.group-service li,
  #main-index #pre-footer ul.group-service li a {
    display: block;
  }
  #main-index #pre-footer ul.group-service li:nth-child(1),
  #main-index #pre-footer ul.group-service li:nth-child(2) {
    margin-bottom: 10px;
  }
  #main-index #pre-footer ul.group-service li {
    margin: 0 auto 10px;
  }
  #main-index #pre-footer ul.group-service li:last-child {
    margin-bottom: 0;
  }
  #main-index #pre-footer ul.group-service li a {
    margin: 0 auto;
  }
}
@media screen and (width <= 670px) {
  #main-index #pre-footer .inner {
    padding: 28px 0 27px 20px;
    text-align: left;
  }
  #main-index #pre-footer .inner span {
    display: inline-block;
    margin: 0 15px;
  }
  #main-index #pre-footer .inner a {
    display: block;
    max-width: 80px;
    margin: 8px 0;
  }
  #main-index #pre-footer .inner a:first-child {
    margin-top: 0;
  }
  #main-index #pre-footer .inner a:nth-child(3) {
    max-width: 250px;
  }
  #main-index #pre-footer .inner a:nth-child(4) {
    max-width: 120px;
    margin-right: auto;
  }
}

/* SDテンプレ */
#pre-footer .down {
  padding: 45px 0 15px;
  color: #cccccc;
  text-align: left;
  background: #222222;
}
#pre-footer .down .main-title {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 20px;
}
#pre-footer .down .wrap {
  width: 100%;
  max-width: 780px;
  margin: 0 auto 20px;
}
#pre-footer .down .title {
  padding-bottom: 2px;
  margin-bottom: 18px;
  border-bottom: 1px solid #575757;
}
#pre-footer .down .wrap .space {
  width: 5%;
}
#pre-footer .down .wrap a {
  color: #cccccc;
}
#pre-footer .down .wrap .domain {
  margin-bottom: 15px;
}
#pre-footer .down .wrap .domain > a {
  display: inline-block;
  line-height: 1.2;
  text-decoration: none;
}
#pre-footer .down .wrap .domain .name {
  padding: 0;
  font-weight: bold;
  border: none;
}
#pre-footer .down .wrap .domain a:hover .name {
  text-decoration: underline;
}
#pre-footer .down .wrap .domain .explain {
  font-size: 85%;
}
#pre-footer .down .wrap .sub {
  padding-left: 48px;
  margin-top: 7px;
}
#pre-footer .down .wrap .sub li {
  margin-bottom: 3px;
  font-weight: bold;
  list-style-type: disc;
}
#pre-footer .down .wrap .domain > a {
  padding-left: 33px;
}
#pre-footer .down .wrap .left-column,
#pre-footer .down .wrap .right-wrap-column {
  float: left;
}
#pre-footer .down .wrap .left-column {
  box-sizing: border-box;
  width: 33%;
  margin-right: 3%;
}
#pre-footer .down .wrap .left-column a.sd-link {
  background: url(/web/img/pre/footer/sd_icon01.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .left-column a.sdfactory-link {
  background: url(/web/img/pre/footer/sdfactory_icon01.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .left-column a.corec-link {
  background: url(/web/img/pre/footer/corec_icon01.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .right-wrap-column {
  width: 64%;
}
#pre-footer .down .wrap .right-wrap-column .center-column a.paid-link {
  background: url(/web/img/pre/footer/paid_icon01.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .right-wrap-column .right-column a.tg-link {
  background: url(/web/img/pre/footer/tg_icon01.svg) left center / 25px
    no-repeat;
}
#pre-footer .down .wrap .right-wrap-column .right-column a.uri-link {
  background: url(/web/img/pre/footer/uri_icon00.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .right-wrap-column .right-column a.rent-link {
  background: url(/web/img/pre/footer/rent_icon00.svg) left center / 23px
    no-repeat;
}
#pre-footer .down .wrap .right-wrap-column .center-column,
#pre-footer .down .wrap .right-wrap-column .right-column {
  float: left;
}
#pre-footer .down .wrap .right-wrap-column .center-column {
  width: 50%;
  margin-right: 5%;
}
#pre-footer .down .wrap .right-wrap-column .right-column {
  width: 45%;
}
#pre-footer .down .copyright {
  margin: 0;
  font-size: 93%;
  line-height: 1;
  text-align: center;
}
#pre-footer .down .copyright .under {
  font-size: 85%;
}

@media screen and (width <= 940px) {
  #pre-footer .down {
    padding: 30px 0 15px;
  }
  #pre-footer .down .wrap {
    max-width: 530px;
    margin: 0 auto 50px;
  }
  #pre-footer .down .wrap .left-column {
    width: 45%;
    margin-right: 10%;
  }
  #pre-footer .down .main-title {
    max-width: 550px;
  }
  #pre-footer .down .wrap .right-wrap-column {
    width: 45%;
  }
  #pre-footer .down .wrap .right-wrap-column .center-column {
    margin: 0 0 35px;
  }
  #pre-footer .down .wrap .right-wrap-column .center-column,
  #pre-footer .down .wrap .right-wrap-column .right-column {
    float: none;
    width: 100%;
  }
}
@media screen and (width <= 670px) {
  #pre-footer .down {
    padding: 20px 0 15px;
  }
  #pre-footer .down .main-title {
    margin: 0 auto 15px;
  }
  #pre-footer .down .main-title,
  #pre-footer .down .wrap {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 20px;
  }
  #pre-footer .down .wrap .left-column,
  #pre-footer .down .wrap .right-wrap-column {
    float: none;
    width: 100%;
  }
  #pre-footer .down .wrap .domain .name,
  #pre-footer .down .wrap .sub li {
    font-weight: normal;
  }
  #pre-footer .down .wrap .domain .name {
    font-size: 108%;
  }
  #pre-footer .down .copyright {
    padding: 0 20px;
    font-size: 85%;
    text-align: center;
  }
  #pre-footer .down .copyright .under {
    display: block;
    margin-top: 3px;
    font-size: 93%;
  }
}

/* ログイン前TOP（201703~）
----------------------------------------------------------------------------------------------- */
#main-index #pre-wrap {
  padding-bottom: 0;
  background: #179bd9;
}
#main-contents {
  margin: 0 auto;
  text-align: center;
}
#contents-index {
  box-sizing: border-box;
  margin: 98px 0 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 170%;
  color: #3c3c3c;
  background: #f6f6f6;
}
#contents-index h2 {
  text-align: center;
}
#contents-index .gray {
  color: #777777;
}
#contents-index .light-green {
  color: #14b4b4;
}
#contents-index .dark-green {
  color: #005064;
}
#contents-index .yellow {
  color: #f6ee67;
}
#contents-index .dib {
  display: inline-block;
}
#contents-index .underline {
  display: inline-block;
  line-height: 0.85;
  box-shadow: 0 -7px 0 -2px #faeb00 inset;
}

/* btn */
#main-index .signup-b span {
  font-size: 20px !important;
}

/* contents */
#contents-index .inner {
  max-width: 960px;
  padding: 90px 40px 100px;
  margin: 0 auto;
  text-align: center;
}
#pre-index .title-sentence {
  margin: 5px 0 60px;
  font-size: 30px;
  line-height: 170%;
  color: #005064;
}

/** sp&tab（ヘッダー固定） **/
@media screen and (width <= 940px) {
  #pre-index .main-visual,
  #pre-index .simple-visual {
    margin-top: 57px;
  }
}

/** tab **/
@media screen and (width <= 940px) {
  #contents-index .inner {
    padding: 60px 40px;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #contents-index {
    font-size: 14px;
    line-height: 170%;
  }
  #pre-index .title-sentence {
    margin: 10px 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 170%;
  }
  #contents-index .inner {
    padding: 40px 20px 35px;
  }
  #contents-index span.sp-b {
    display: block;
  }
  #contents-index span.sp-inb {
    display: inline-block;
  }

  /* btn */
  .signup-b > span > a,
  #main-index .signup-b.co-btn-lll > span > span {
    padding: 16px 12px !important;
  }
  #main-index .signup-b.co-btn-lll > span > a,
  .co-btn-lll > span > span {
    min-width: 0;
  }
  #main-index .signup-b span {
    font-size: 17px !important;
  }
}
#pre-index .main-visual {
  position: relative;
  width: 100%;
  height: 525px;
  background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv_m.png) top center
    no-repeat #179bd9;
  background-size: auto 525px;
}
#pre-index .main-visual .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 900px;
  padding: 80px 0 20px;
  color: #ffffff;
}
#pre-index .main-visual .inner .catch-area {
  display: table;
  margin: 0 auto;
}
#pre-index .main-visual .inner .catch-area .left,
#pre-index .main-visual .inner .catch-area .space,
#pre-index .main-visual .inner .catch-area .right {
  display: table-cell;
}
#pre-index .main-visual .inner .catch-area .left {
  max-width: 325px;
}
#pre-index .main-visual .inner .catch-area .right {
  max-width: 430px;
}
#pre-index .main-visual .inner .catch-area .risk0 {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
#pre-index .main-visual .inner .catch-area .space {
  width: 8%;
  vertical-align: middle;
}
#pre-index .main-visual .inner .catch-area .risk0-sentence {
  display: inline-block;
  padding: 3px 0 0 10px;
  font-size: 18px;
  line-height: 95%;
  vertical-align: middle;
  text-align: left;
}
#pre-index .main-visual .inner .catch-area .risk0-sentence > .down {
  display: inline-block;
  padding-top: 10px;
  font-size: 21px;
}

/* Ruby受賞画像を配置した時用の仕様（201801追加） */
#pre-index .main-visual .inner .catch-area .ruby-img {
  width: 310px;
  margin-bottom: 18px;
}
#pre-index .main-visual .inner .catch-area .ruby-sentence {
  display: inline-block;
  padding: 3px 0 0 10px;
  margin-top: 35px;
  font-size: 14px;
  line-height: 95%;
  vertical-align: middle;
  text-align: left;
}
#pre-index .main-visual .inner .catch-area .ruby-sentence .down {
  font-size: 17px;
}
#pre-index .main-visual .inner .catch-area .ruby-sentence br {
  display: none;
}

/* /Ruby受賞画像を配置した時用の仕様（201801追加） */
#pre-index .main-visual .inner .catch-area .movie-btn {
  width: 325px;
  height: 200px;
  margin-top: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  background: url(/web/img/pre/lp/lp_old_top02/img_movie_background_01.jpg)
    center bottom no-repeat;
  background-size: cover;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 25%);
}
#pre-index .main-visual .inner .catch-area .movie-btn:hover {
  background: url(/web/img/pre/lp/lp_old_top02/img_movie_background_hover_01.jpg)
    center bottom no-repeat;
  background-size: cover;
}
#pre-index .main-visual .inner .catch-area .right {
  vertical-align: bottom;
}
#pre-index .main-visual .inner .catch-area .catch-title {
  font-size: 46px;
  line-height: 0.4em;
}
#pre-index .main-visual .inner .catch-area .catch-title .down {
  display: inline-block;
  margin-top: 57px;
  font-size: 69px;
}
#pre-index .main-visual .inner .catch-area .right .signup-b {
  margin-top: 40px;
}
#pre-index .main-visual .inner .catch-area .sp-ver {
  display: none;
}

/****** bパターン用 *****/
#pre-index
  .main-visual
  .inner
  .catch-area.Bver-catch
  .catch-title.Bver-sentence {
  margin-bottom: -30px;
}
#pre-index
  .main-visual
  .inner
  .catch-area.Bver-catch
  .catch-title.Bver-sentence
  .down {
  margin-top: 35px;
  font-size: 46px;
}
#pre-index
  .main-visual
  .inner
  .catch-area.Bver-catch
  .catch-title.Bver-sentence
  .mini-sentence {
  margin-top: 35px;
  font-size: 16px;
}

/****** /bパターン用 *****/
@media screen and (width <= 940px) {
  #pre-index .main-visual {
    position: relative;
    width: 100%;
    height: 475px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv.png) top center
      no-repeat #179bd9;
    background-size: auto 475px;
  }
  #pre-index .main-visual .inner {
    width: 100%;
    padding: 70px 30px 20px;
  }
  #pre-index .main-visual .inner .catch-area .movie-btn {
    width: 290px;
    height: 179px;
  }
  #pre-index .main-visual .inner .catch-area .risk0-sentence {
    padding: 3px 0 0;
    font-size: 15px;
  }
  #pre-index .main-visual .inner .catch-area .risk0-sentence > .down {
    font-size: 19px;
  }
  #pre-index .main-visual .inner .catch-area .risk0 {
    width: 50px;
  }
  #pre-index .main-visual .inner .catch-area .catch-title {
    font-size: 30px;
    line-height: 0.7em;
  }
  #pre-index .main-visual .inner .catch-area .catch-title .down {
    margin-top: 37px;
    font-size: 50px;
  }
  #pre-index .main-visual .inner .catch-area .left {
    width: auto;
  }
  #pre-index .main-visual .inner .catch-area .space {
    width: 10%;
  }
  #pre-index .main-visual .inner .catch-area.Bver-catch .space {
    width: 6%;
  }
  #pre-index
    .main-visual
    .inner
    .catch-area.Bver-catch
    .catch-title.Bver-sentence
    .down {
    margin-top: 26px;
  }
  #pre-index
    .main-visual
    .inner
    .catch-area.Bver-catch
    .catch-title.Bver-sentence
    .mini-sentence {
    margin-top: 23px;
  }

  /* Ruby受賞画像を配置した時用の仕様（201801追加） */
  #pre-index .main-visual .inner .catch-area .ruby-img {
    width: 280px;
    margin-bottom: 0;
  }
  #pre-index .main-visual .inner .catch-area .ruby-sentence {
    padding: initial;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.7em;
    text-align: center;
  }
  #pre-index .main-visual .inner .catch-area .ruby-sentence .down {
    font-size: 17px;
  }
  #pre-index .main-visual .inner .catch-area .ruby-sentence br {
    display: block;
  }

  /* /Ruby受賞画像を配置した時用の仕様（201801追加） */
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .main-visual {
    position: relative;
    width: 100%;
    height: 655px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv_sp.png) top center
      no-repeat #179bd9;
    background-size: auto 547px;
  }
  #pre-index .main-visual .inner {
    padding: 50px 10px 20px;
  }
  #pre-index .main-visual .inner .catch-area .space {
    display: none;
  }
  #pre-index .main-visual .inner .catch-area,
  #pre-index .main-visual .inner .catch-area .left,
  #pre-index .main-visual .inner .catch-area .right {
    float: none;
    display: inline-block;
    width: 100%;
  }
  #pre-index .main-visual .inner .catch-area .left .movie {
    position: relative;
    padding-top: 20px;
    padding-bottom: 50.5%;
    margin: 10px 0;
  }
  #pre-index .main-visual .inner .catch-area .left .movie iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  #pre-index .main-visual .inner .catch-area .left .sentence {
    text-align: center;
  }
  #pre-index .main-visual .inner .catch-area .movie-btn {
    width: 216px;
    height: 133px;
    margin: 30px auto 0;
  }
  #pre-index .main-visual .inner .catch-area .risk0-sentence,
  #pre-index .main-visual .inner .catch-area .risk0-sentence > .down {
    font-size: 15px;
    text-align: center;
  }

  /* Ruby受賞画像を配置した時用の仕様（201801追加） */
  #pre-index .main-visual .inner .catch-area .ruby-img {
    display: inline-block;
    width: 220px;
    margin-top: 10px;
    margin-bottom: -20px;
    vertical-align: middle;
  }
  #pre-index .main-visual .inner .catch-area .ruby-sentence {
    display: none;
  }

  /* /Ruby受賞画像を配置した時用の仕様（201801追加） */
  #pre-index .main-visual .inner .catch-area .right {
    position: relative;
    margin-top: 30px;
  }
  #pre-index .main-visual .inner .catch-area .catch-title,
  #pre-index .main-visual .inner .catch-area .catch-title .down {
    font-size: 26px;
    font-weight: bold;
  }
  #pre-index .main-visual .inner .catch-area .catch-title .down {
    margin-top: 18px;
    font-size: 32px;
  }
  #pre-index .main-visual .inner .catch-area .right .signup-b {
    position: absolute;
    top: 60px;
    right: 50%;
    margin-top: 0;
    margin-right: -125px;
  }
  #pre-index .main-visual .inner .catch-area .pc-ver {
    display: none;
  }
  #pre-index .main-visual .inner .catch-area .sp-ver {
    display: block;
  }

  /****** bパターン用 *****/
  #pre-index
    .main-visual
    .inner
    .catch-area.Bver-catch
    .catch-title.Bver-sentence {
    margin-bottom: 0;
  }
  #pre-index
    .main-visual
    .inner
    .catch-area.Bver-catch
    .catch-title.Bver-sentence
    .down {
    margin-top: 10px;
    font-size: 26px;
  }
  #pre-index
    .main-visual
    .inner
    .catch-area.Bver-catch
    .catch-title.Bver-sentence
    .mini-sentence {
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
  }
  #pre-index .main-visual .inner .catch-area.Bver-catch .movie-btn {
    margin-top: 15px;
  }
  #pre-index .main-visual .inner .catch-area.Bver-catch .right {
    margin-top: 15px;
  }
  #pre-index .main-visual .inner .catch-area.Bver-catch .right .signup-b {
    bottom: 125px;
  }

  /****** /bパターン用 *****/
}

/* 動画 */
.blockUI.blockOverlay {
  z-index: 10000 !important;
}
.blockUI.blockMsg.blockPage {
  z-index: 10001 !important;
  box-sizing: border-box;
  width: 90% !important;
  max-width: 900px;
}
.movie-modal {
  display: none;
  padding: 20px;
  cursor: default;
}
.movie-modal #MovieDialog-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-modal #MovieDialog-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.movie-modal #MovieDialog-inner .close-btn {
  position: absolute;
  top: -16px;
  right: -16px;
  text-align: right;
}
.f-mclose {
  position: absolute;
  top: -5%;
  right: -3%;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 999px;
  white-space: nowrap;
  cursor: pointer;
  background: url(/web/img/common/icon/modal_close_00.png) 0 0 no-repeat;
}
.f-mclose:hover {
  background-position: 0 -16px;
}

@media screen and (width <= 941px) {
  .movie-modal #MovieDialog-inner .close-btn {
    display: none;
  }
}
@media screen and (width <= 640px) {
  .movie-modal {
    padding: 10px;
  }
}
#pre-index .intro {
  background: #ffffff;
}
#pre-index .intro .inner {
  padding-top: 82px;
  padding-bottom: 32px;
}
#pre-index .intro .pc-bg {
  float: right;
  width: 42%;
}
#pre-index .intro .pc-bg img {
  width: 100%;
  min-width: 586px;
  margin: -28px 0 0;
}
#pre-index .intro .title-sentence {
  margin: 0 0 20px;
}
#pre-index .intro .txt {
  float: left;
  width: 50%;
  margin: 50px 0 0;
  text-align: left;
}
#pre-index .intro .txt p {
  padding-top: 20px;
}
#pre-index .intro .txt p:first-child {
  padding-top: 0;
}
#pre-index .intro .txt .flow {
  margin: 0 auto;
  text-align: center;
}
#pre-index .intro .txt img {
  width: 100%;
  max-width: 390px;
  margin-top: -2px;
}
#pre-index .intro .txt .caution {
  margin-top: -14px;
  text-align: center;
}

/** tab **/
@media screen and (width <= 940px) {
  #pre-index .intro .pc-bg img {
    min-width: 460px;
    margin: 10px 0 0;
  }
  #pre-index .intro .txt .caution {
    margin-bottom: 10px;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .intro .inner {
    padding: 40px 20px 35px;
  }
  #pre-index .intro .title-sentence {
    margin-bottom: 0;
  }
  #pre-index .intro .pc-bg {
    float: none;
    width: 210px;
    margin: 0 auto;
  }
  #pre-index .intro .pc-bg img {
    width: 100%;
    min-width: 0;
  }
  #pre-index .intro .txt {
    float: none;
    width: 100%;
    margin: 25px 0 15px;
  }
  #pre-index .intro .txt p {
    padding-top: 10px;
  }
  #pre-index .intro .txt img {
    width: 80%;
    margin-top: 5px;
  }
}
#pre-index .resolution {
  position: relative;
  background: #d1ecf8;
}
#pre-index .resolution .inner {
  padding-top: 100px;
  padding-bottom: 50px;
}
#pre-index .resolution h2 {
  padding: 0 0 5px;
  font-size: 23px;
  color: #005064;
}
#pre-index .resolution .section {
  display: inline-block;
  width: 26%;
  padding-top: 40px;
  margin-left: 40px;
  vertical-align: top;
}
#pre-index .resolution .section:first-of-type {
  margin-left: 0;
}
#pre-index .resolution .section .pic {
  width: 154px;
  height: 154px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 50%;
}
#pre-index .resolution .section .pic img {
  position: relative;
  display: inline-block;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
#pre-index .resolution .section .pic img:first-of-type {
  top: 50%;
  left: 2px;
  width: 120px;
}
#pre-index .resolution .section .pic.p02 img {
  top: 54%;
  width: 150px;
}
#pre-index .resolution .section .pic.p03 img {
  top: 50%;
  width: 140px;
}
#pre-index .resolution .section .txt {
  margin-top: 20px;
  color: #777777;
  text-align: center;
}
#pre-index .resolution .section .txt .title {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  text-align: center;
}
#pre-index .resolution::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -70px;
  pointer-events: none;
  content: " ";
  border: solid transparent;
  border-color: rgb(255 255 255 / 0%);
  border-width: 40px;
  border-top-color: #ffffff;
  border-right: transparent solid 70px;
  border-left: transparent solid 70px;
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .resolution h2 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 170%;
  }
  #pre-index .resolution h2 span {
    display: block;
  }
  #pre-index .resolution .inner {
    padding: 80px 0 44px;
  }
  #pre-index .resolution .section {
    width: 100%;
    padding-top: 22px;
    margin-left: 0;
  }
  #pre-index .resolution .section .pic {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 8px;
    vertical-align: middle;
  }
  #pre-index .resolution .section .pic img:first-of-type,
  #pre-index .resolution .section .pic.p02 img,
  #pre-index .resolution .section .pic.p03 img {
    width: 80%;
  }
  #pre-index .resolution .section .txt {
    display: inline-block;
    width: 65%;
    margin-top: 0;
    vertical-align: middle;
    text-align: left;
  }
  #pre-index .resolution .section .txt .title {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
  }
}
#pre-index .point {
  background: #d6eded;
}
#pre-index .point .sub {
  font-size: 24px;
}
#pre-index .point .section-wrap {
  display: table;
  margin: 0 -20px;
  border-spacing: 20px 0;
  border-collapse: separate;
}
#pre-index .point .section {
  display: table-cell;
  width: 28%;
  min-width: 160px;
  overflow: hidden;
  vertical-align: top;
  background: #ebf5f5;
  border: 1px solid #c7e1e1;
  border-radius: 10px;
}
#pre-index .point .section > div {
  position: relative;
  height: 100px;
  padding: 0 5px 133px;
  background: #ffffff;
}
#pre-index .point .section .pic {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}
#pre-index .point .section .pic img {
  width: auto;
  max-height: 190px;
}
#pre-index .point .section .pic.p01 {
  height: auto;
}
#pre-index .point .section .txt {
  min-height: 7em;
  padding: 20px 20px 10px;
  text-align: left;
}
#pre-index .point .section .title-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: -4px;
  display: table;
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto;
  vertical-align: middle;
}
#pre-index .point .section .title {
  display: inline;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
#pre-index .point .section .title .light-green {
  color: #14b4b4;
}
#pre-index .point .section .num {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
}
#pre-index .point .section .num span {
  display: block;
  width: 25px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
  color: #ffffff;
  background: #14b4b4;
  border-radius: 5px;
}

/** tab **/
@media screen and (width <= 940px) {
  #pre-index .point .section > div {
    position: relative;
    height: 95px;
    padding: 0 5px 120px;
    background: #ffffff;
  }
  #pre-index .point .section .title {
    font-size: 14px;
  }
  #pre-index .point .section .pic {
    width: 90%;
  }
  #pre-index .point .section .pic img {
    width: 90%;
    max-height: initial;
    max-height: auto;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .point .sub {
    font-size: 20px;
  }
  #pre-index .point .section {
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 22px 0;
  }
  #pre-index .point .section:first-of-type {
    margin-top: 0;
  }
  #pre-index .point .section-wrap {
    display: inline-block;
    margin: 0;
    border-spacing: 0;
  }
  #pre-index .point .section .title-wrap {
    padding-bottom: 10px;
  }
  #pre-index .point .section .title {
    font-size: 15px;
  }
  #pre-index .point .section .txt {
    min-height: 0;
    padding: 20px;
  }
  #pre-index .point .section > div {
    padding: 0 0 50px;
  }
  #pre-index .point .section .pic img {
    width: auto;
    height: 120px;
  }
}

/* お客様の声 */
#buyerVoice .buyer img {
  width: 100%;
  max-width: 79px;
  cursor: pointer;
}
#buyerVoice .buyer-arrows-area .buyer-arrows {
  position: relative;
  float: left;
  text-align: center;
}
#buyerVoice .buyer-arrows-area .buyer-arrows .slct {
  display: none;
  margin-top: -3px;
}
#buyerVoice .buyer-voice div {
  font-weight: bold;
  color: #24a254;
}

@media screen and (width <=640px) {
  #buyerVoice .buyer-person-area {
    position: relative;
    width: 100%;
    height: 177px;
    overflow: hidden;
  }
  #buyerVoice .buyer-person-box {
    width: 500%;
    margin-left: -100%;
  }
  #buyerVoice .buyer {
    width: 100%;
    margin: 0;
  }
  #buyerVoice .buyer div {
    float: left;
    width: 20%;
    text-align: center;
  }

  /* 吹き出し */
  #buyerVoice .buyer-arrows-area {
    width: 100%;
    margin: 0;
  }
  #buyerVoice .buyer-arrows-area .buyer-arrows {
    width: 20%;
    margin: 40px auto 0;
  }
  #buyerVoice .buyer-arrows-area .slct {
    display: none;
  }

  /* お客様の声/テキスト */
  #buyerVoice .buyer-voice-area {
    width: 100%;
    margin: -55px auto 0;
    overflow: hidden;
  }
  #buyerVoice .buyer-voice-area .buyer-voice-box {
    width: 500%;
    margin-left: -100%;
  }
  #buyerVoice .buyer-voice-area .buyer-voice-box .buyer-voice {
    float: left;
    width: 16%;
    margin: 0 2%;
  }
  #buyerVoice .buyer-voice div {
    margin: 0 0 19px;
    text-align: center;
  }
  #buyerVoice .buyer-voice-area p {
    padding: 3%;
    background-color: #f3f8ed;
    border: 1px #50aa00 solid;
    border-radius: 5px;
  }
}
#pre-index .useful {
  color: #ffffff;
  background: #25adad;
}
#pre-index .useful .title-sentence {
  color: #ffffff;
}
#pre-index .useful .jpx img {
  width: 164px;
}
#pre-index .useful .partner {
  display: table;
  padding: 10px 50px;
  margin: 25px auto 0;
  background: #ffffff;
  border-radius: 5px;
}
#pre-index .useful .partner li {
  display: table-cell;
  width: 110px;
  padding-left: 10px;
}
#pre-index .useful .partner li:first-of-type {
  padding-left: 0;
}
#pre-index .useful .partner li img {
  width: 100%;
  max-width: 70px;
  vertical-align: middle;
}
#pre-index .useful .partner li img.thin {
  max-width: 85px;
}
#contents-index .inner .graph-img {
  padding: 40px 10px 35px;
  margin: 40px 0 0;
  background-color: #ffffff;
  border-radius: 5px;
}
#contents-index .inner .graph-img p {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3c3c3c;
}
#contents-index .inner p.graph-txt {
  font-size: 11px;
  text-align: right;
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .useful .jpx img {
    width: 100px;
  }
  #pre-index .useful .partner {
    padding: 12px 40px 2px;
    margin: 20px auto 0;
  }
  #pre-index .useful .partner li {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 0 6px;
  }
  #contents-index .inner .graph-img {
    padding: 15px 10px 10px;
    margin: 30px 0 0;
  }
  #contents-index .inner .graph-img p {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #contents-index .inner p.graph-txt {
    font-size: 9px;
  }
}
#pre-index .support {
  overflow: hidden;
  background: #baf1f8;
}
#contents-index .support .inner {
  padding-top: 100px;
  padding-bottom: 20px;
}
#pre-index .support .title-sentence {
  margin: 10px 0 25px;
}
#pre-index .support .t-sub {
  display: table;
  margin: 0 auto;
  font-size: 19px;
  color: #0986cd;
}
#pre-index .support .t-sub img {
  width: 16px;
  padding: 0 10px;
  vertical-align: middle;
}
#pre-index .support .help {
  display: table;
  margin: 15px auto 25px;
  border-spacing: 10px 0;
  border-collapse: separate;
}
#pre-index .support .help li {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  background: #ffffff;
  border-radius: 10px;
}
#pre-index .support .help li:first-of-type {
  padding-left: 0;
}
#pre-index .support .help li img {
  width: 60%;
  vertical-align: middle;
}
#pre-index .support .bg-city {
  position: relative;
  bottom: 0;
  width: 100%;
  height: 346px;
  background: url(/web/img/pre/lp/lp_old_top02/img_bg_city.png) bottom center
    no-repeat;
  background-size: 3215px 338px;
}
#pre-index .support .bg-girl {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
#pre-index .support .bg-girl img {
  height: 110%;
  margin-top: 20px;
}

/** sp **/
@media screen and (width <= 670px) {
  #contents-index .support .inner {
    padding: 40px 20px 35px;
  }
  #pre-index .support .title-sentence {
    margin: 10px 0;
  }
  #pre-index .support .t-sub {
    font-size: 14px;
  }
  #pre-index .support .t-sub img {
    width: 12px;
  }
  #pre-index .support .bg-city {
    height: 264px;
    margin-top: -150px;
    background-size: auto 60%;
  }
  #pre-index .support .bg-girl {
    height: 52%;
  }
  #pre-index .support .bg-girl img {
    margin-top: 7px;
  }
  #pre-index .support .help {
    margin: 10px auto 15px;
  }
  #pre-index .support .help li {
    width: 40px;
    height: 40px;
  }
}
#pre-index .signup {
  width: 100%;
  height: 530px;
  color: #ffffff;
  background: url(/web/img/pre/lp/lp_old_top02/img_bg_square.jpg) top center
    repeat-x #0986cd;
  background-size: auto 912px;
}
#pre-index .signup .title-sentence {
  padding-top: 20px;
  margin-bottom: 40px;
  color: #ffffff;
}
#pre-index .signup .signup-b {
  margin: 56px 0;
}
#pre-index .signup .signup-b a {
  padding: 22px 100px 18px;
}
#pre-index .signup .signup-b:hover a {
  padding: 23px 100px 17px;
}
#pre-index .operation .img-wrap {
  position: relative;
}
#pre-index .operation .bg-circle {
  position: absolute;
  top: -40px;
  left: -110px;
  width: 460px;
  height: 460px;
  background: #fff3ca;
  border-radius: 50%;
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .signup {
    height: 420px;
    background-size: auto 560px;
  }
  #pre-index .signup .signup-b {
    margin: 40px 0;
  }
}

/* TOP（Bパターン）
----------------------------------------------------------------------------------------------- */
#pre-header .bpattern-header {
  width: 870px;
  margin: 0 auto;
  text-align: left;
}
#pre-top .first-view h1.bpattern .pc {
  position: absolute;
  text-indent: -1000em;
}
#pre-top .first-view h1.bpattern {
  width: 100%;
  height: 515px;
  background: url(/web/img/pre/lp/lp_old_top/main_visual_01.png) center
    no-repeat;
  background-size: 734px 447px;
}
#pre-top #section5 .bpattern-form {
  width: 92%;
  max-width: 840px;
  padding: 50px 0 30px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}
#pre-top #section5 .bpattern-form,
#pre-top #section5 .bpattern-form .note-format-pc {
  font-size: 14px;
}
#pre-top #section5 .bpattern-form .data-table {
  width: 85%;
}
#pre-top #section5 .bpattern-form .form-errmsg,
#pre-top #section5 .bpattern-form .form-errmark00 {
  background-position: left 4px;
}
#pre-top #section5 .co-btn-ll.bpattern-button,
#pre-top #section5 .co-btn-ll.bpattern-button > span > a {
  min-width: 241px;
}
#pre-top #section5 .bpattern-form .form-error-box00 {
  width: 80%;
}

@media screen and (width <= 940px) {
  #pre-header .bpattern-header {
    width: 100%;
    text-align: center;
  }
  #pre-top .first-view.bpattern-first-view {
    padding: 18px 0 43px;
  }
  #pre-top .first-view h1.bpattern {
    height: 400px;
    background-size: 603px 367px;
  }
  #pre-top #section5 .bpattern-form .form-error-box00 {
    width: 79%;
  }
}
@media screen and (width <= 670px) {
  #pre-top .first-view.bpattern-first-view {
    padding: 50px 0 42px;
  }
  #pre-top .first-view h1.bpattern {
    height: auto;
    background: none;
  }
  #pre-top .first-view h1.bpattern img {
    width: 84%;
    padding: 0 8%;
  }
  #pre-top #section5 .bpattern-form-wrap {
    margin: 0 30px;
  }
  #pre-top #section5 .bpattern-form {
    width: 100%;
    padding: 10px 0 40px;
  }
  #pre-top #section5 .co-btn-ll.bpattern-button > span > a {
    min-width: 200px;
  }
  #pre-top #section5 .bpattern-form .form-error-box00 {
    width: 85%;
    margin-top: 30px;
  }
}

/* 古いiPhone用 */
@media screen and (width <= 350px) {
  #pre-top #section5 .bpattern-form-wrap {
    margin: 0 18px;
  }
  #pre-top .apply .title-supplement-sentence {
    padding: 0 20px;
  }
}

/* TOP misoca LP
----------------------------------------------------------------------------------------------- */
#pre-top.misoca-lp .first-view h1.bpattern {
  width: 100%;
  height: 530px;
  background: rgb(0 0 0 / 0%)
    url(/web/img/pre/lp/lp_old_top/main_visual_02.png) no-repeat scroll center
    center / 733px 476px;
}
#pre-top.misoca-lp .method .s4-misoca-boxwrap {
  width: 640px;
  margin: 0 auto;
}
#pre-top.misoca-lp .method .box {
  width: 180px;
  margin-left: 50px;
}
#pre-top.misoca-lp .method .box::before {
  left: -28px;
}
#pre-top.misoca-lp .method .box:first-child {
  margin-left: 0;
}
#pre-top.misoca-lp .method .box:nth-child(2) {
  background-color: #005064;
}
#pre-top.misoca-lp .method .box:nth-child(3) {
  background: #23b9d2;
}
#pre-top.misoca-lp .method .box:nth-child(2) .no {
  color: #005064;
  border: 1px solid #005064;
}
#pre-top.misoca-lp .method .box:nth-child(3) .no {
  color: #23b9d2;
  border: 1px solid #23b9d2;
}
#pre-top.misoca-lp .method .box .no {
  right: 62px;
}
#pre-top.misoca-lp .point .box .img {
  max-width: 300px;
}
#pre-top.misoca-lp .point .box {
  width: 301px;
}
#pre-top.misoca-lp .point .s2-misoca-boxwrap {
  width: 682px;
  margin: 0 auto;
}
#pre-top.misoca-lp .fee .wrap .right .box {
  padding: 35px 29px 33px;
}

@media screen and (width <= 940px) {
  #pre-top.misoca-lp .first-view.bpattern-first-view {
    padding: 18px 0 43px;
  }
  #pre-top.misoca-lp .first-view h1.bpattern {
    height: 415px;
    background-size: 603px 367px;
  }
  #pre-top.misoca-lp .point .box .img {
    max-width: 440px;
  }
  #pre-top.misoca-lp .method .box:first-child {
    margin: 0 auto 30px;
  }
  #pre-top.misoca-lp .method .box::before {
    left: 50%;
  }
  #pre-top.misoca-lp .method .s4-misoca-boxwrap {
    width: 100%;
  }
  #pre-top.misoca-lp .point .s2-misoca-boxwrap,
  #pre-top.misoca-lp .point .box {
    width: 100%;
  }
  #pre-top.misoca-lp .method .box {
    width: 100%;
    margin-left: auto;
  }
  #pre-top.misoca-lp .box::before {
    left: 50%;
  }
  #pre-top.misoca-lp .method .box .no {
    right: auto;
  }
}
@media screen and (width <= 670px) {
  #pre-top.misoca-lp .point .box .img {
    max-width: none;
  }
  #pre-top.misoca-lp .first-view.bpattern-first-view {
    padding: 50px 0 42px;
  }
  #pre-top.misoca-lp .first-view h1.bpattern {
    height: auto;
    background: none;
  }
  #pre-top.misoca-lp .first-view h1.bpattern img {
    width: 84%;
    padding: 0 8%;
  }
}

/* マンガLP:lp_comic（201706）
----------------------------------------------------------------------------------------------- */
#pre-wrap.lp-comic #contents-index {
  margin-top: 56px;
}
#pre-wrap.lp-comic #pre-header {
  box-shadow: 0 -4px 7px 0 #000000;
}
#contents-index .contents-lp-comic {
  background: #ffffff;
}
#contents-index .contents-lp-comic-bg {
  background: #e1eefa;
}
#contents-index .contents-lp-comic .lp-comic {
  padding: 15px 90px 60px;
}

/* メインタイトル周り */
#pre-index .main-visual-lp-comic {
  width: 100%;
  height: 390px;
  background: url(/web/img/pre/lp/lp_comic/img_bg_mv_m_lp.png) top center
    no-repeat #179bd9;
  background-size: auto 400px;
}
#pre-index .main-visual-lp-comic .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 900px;
  padding: 40px 0 20px;
  color: #ffffff;
}
#pre-index .main-visual-lp-comic .inner .catch-area {
  display: table;
  margin: 0 auto;
  margin-top: 6px;
}
#pre-index .main-visual-lp-comic .inner .catch-area .risk0 {
  /* 未払いリスク0アイコン */
  display: inline-block;
  width: 70px;
  vertical-align: middle;
}
#pre-index .main-visual-lp-comic .inner .catch-area .catch-title {
  /* メインタイトル「代金未回収の悩みを」 */
  margin-top: 27px;
  font-size: 46px;
}

/****** 20211131新版タイトル *****/
#pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-up {
  padding-bottom: 3px;
  margin: 10px 0 15px;
  font-size: 49px;
  line-height: 62px;
}
#pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-down {
  font-size: 21px;
  font-weight: bold;
}
#pre-index .main-visual-lp-comic .inner .name-area {
  position: relative;
  margin-top: 45px;
}
#pre-index .main-visual-lp-comic .inner .name-area .ribbon {
  position: absolute;
  top: -1em;
  left: calc(50% - 6.6em);
  box-sizing: border-box;
  max-width: 237px;
  height: 30px;
  padding: 1px 23px 2px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #179bd9;
  background-color: #ffffff;
}
#pre-index .main-visual-lp-comic .inner .name-area .ribbon::before,
#pre-index .main-visual-lp-comic .inner .name-area .ribbon::after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
}
#pre-index .main-visual-lp-comic .inner .name-area .ribbon::before {
  top: 0;
  left: 0;
  border-color: transparent transparent transparent #179bd9;
  border-style: solid;
  border-width: 15px 0 15px 10px;
}
#pre-index .main-visual-lp-comic .inner .name-area .ribbon::after {
  top: 0;
  right: 0;
  border-color: transparent #179bd9 transparent transparent;
  border-style: solid;
  border-width: 15px 10px 15px 0;
}
#pre-index .main-visual-lp-comic .inner .name-area h2 {
  padding: 25px 0 16px;
  margin-top: 0;
  font-size: 16px;
}
#pre-index .main-visual-lp-comic .inner .name-area .ribbon span {
  font-size: 18px;
}

@media screen and (width <= 670px) {
  #pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-up {
    margin: 40px 0 20px;
    font-size: 35px;
    line-height: 43px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-down {
    margin-bottom: -5px;
    font-size: 17px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area {
    display: table;
    margin: 0 auto;
    margin-top: 6px;
  }
}

/****** 20211131新版 *****/
#pre-index
  .main-visual-lp-comic
  .inner
  .catch-area
  .catch-title
  .down-lp-comic {
  /* メインタイトル「解決」 */
  display: inline-block;
  margin-top: 7px;
  font-size: 90px;
  line-height: 1;
  box-shadow: 0 6px 0 0 #ffff00;
}
#pre-index
  .main-visual-lp-comic
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .txt-ls {
  letter-spacing: -28px;
}
#pre-index
  .main-visual-lp-comic
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .icon {
  /* メインタイトル「！！」 */
  margin-left: 28px;
  font-size: 100px;
  letter-spacing: -16px;
}
#pre-index
  .main-visual-lp-comic
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .icon
  span {
  /* メインタイトル「！！」の回転 */
  display: inline-block;
  vertical-align: bottom;
  -ms-transform: rotate(20deg); /* IE9 */
  -weblit-transform: rotate(20deg); /* スマホのChromeなど */
  transform: rotate(20deg);
}
#pre-index .main-visual-lp-comic .inner .catch-area .catch-title .down {
  /* メインタイトル2行目 */
  display: inline-block;
  margin-top: 57px;
  font-size: 69px;
}
#pre-index .main-visual-lp-comic .inner h2 {
  max-width: 420px;
  padding: 5px 0 3px;
  margin: 10px auto;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  font-weight: 500;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#pre-index .main-visual-lp-comic .inner .name-area h2 {
  max-width: 390px;
}
#pre-index .main-visual-lp-comic .inner h2 br {
  display: none;
}
#pre-index .useful-lp-comic {
  color: #ffffff;
  background: #e1eefa;
}

/* マンガ画像 */
#contents-index .useful-lp-comic .inner .img-comic {
  width: 95%;
  max-width: 850px;
  margin-bottom: 40px;
}
#contents-index .lp-comic-p1 {
  padding: 0 40px 60px;
}
#contents-index .lp-comic-p2 {
  padding: 60px 40px 50px;
}
#contents-index .lp-comic-p3 {
  padding: 60px 40px 25px;
}

/* 吹き出し */
#pre-index .contents-lp-comic .balloon {
  position: relative;
  top: -25px;
  margin-bottom: -15px;
  text-align: center;
}
#pre-index .contents-lp-comic .balloon-txt {
  display: inline-block;
  padding: 0 40px;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  background-color: #ffffff;
  border: 3px solid #9bdbf7;
  border-radius: 55px;
}
#pre-index .contents-lp-comic .first-balloon {
  padding: 15px 40px;
}
#pre-index .contents-lp-comic .first-balloon br {
  display: none;
}
#pre-index .contents-lp-comic .balloon .balloon-txt .img-logo {
  height: 35px;
  vertical-align: bottom;
}
#pre-index .contents-lp-comic .balloon .balloon-txt .img-lady {
  height: 110px;
  margin-top: -35px;
  margin-left: 10px;
  vertical-align: middle;
}

/* 吹き出し口の三角形 */
#pre-index .contents-lp-comic .balloon-ar {
  display: block;
  width: 30px;
  margin: 0 auto;
  margin-top: -3px;
}

/* 料金 */
#pre-index .contents-lp-comic .pre-price .inner {
  padding: 30px 40px 100px;
}

/* 説明：URIHOについて */
#pre-index .contents-lp-comic .inner .left p {
  padding-top: 20px;
}
#pre-index .contents-lp-comic .inner .left p:first-child {
  padding-top: 0;
}
#pre-index .contents-lp-comic .inner.lp-comic01 .flow-img {
  max-width: 480px;
}
#pre-index .contents-lp-comic .inner .flow-img {
  float: right;
  width: 52%;
  max-width: 460px;
  vertical-align: bottom;
}
#pre-index .contents-lp-comic .inner .left {
  float: left;
  display: inline-block;
  width: 42%;
  margin-top: 4.5%;
  margin-right: 5%;
  font-size: 16px;
  text-align: left;
}
#pre-index .contents-lp-comic .inner .left .gr-text {
  font-size: 14px;
}
#pre-index .lp-comic-ar {
  position: relative;
  z-index: 2;
  width: 0;
  height: 0;
  margin: 0 auto -100px;
  border: 50px solid transparent;
  border-top: 50px solid #e1eefa;
}
#pre-index .contents-lp-comic .inner.lp-comic01 h2.title {
  padding: 60px 0 20px;
}
#pre-index .contents-lp-comic .inner.lp-comic01 .lp-comic01-balloon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pre-index .contents-lp-comic .inner.lp-comic01 .lp-comic01-balloon .left {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 20px;
  margin-top: 0;
  margin-right: 4%;
  text-align: left;
  border: 3px solid #9bdbf7;
}
#pre-index
  .contents-lp-comic
  .inner.lp-comic01
  .lp-comic01-balloon
  .left
  .balloon-ar-lp-comic01 {
  position: absolute;
  top: 40%;
  right: -25px;
  display: block;
  width: 25px;
  margin-left: -5%;
}
#pre-index .contents-lp-comic .inner.lp-comic01 .lp-comic01-balloon .img-lady {
  width: 150px;
}
#pre-index .contents-lp-comic .inner.lp-comic01 .dl-box-lp-comic01 {
  margin: 50px 0 15px;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt {
  margin: 70px 0 15px;
  font-size: 18px;
  font-weight: bold;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 46px;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt span::before,
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt span::after {
  position: absolute;
  bottom: 10px;
  width: 2px;
  height: 56px;
  content: "";
  background-color: #000000;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt span::before {
  left: -30px;
  margin-right: 20px;
  transform: rotate(-25deg);
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .btn-top-txt span::after {
  right: -30px;
  margin-left: 20px;
  transform: rotate(25deg);
}

/* 資料請求 */
#pre-index .signup-lp-comic {
  height: auto;
}
#pre-index .signup-lp-comic .inner {
  padding: 110px 40px 100px;
}
#pre-index .signup-lp-comic .signup-b {
  margin: 0;
}
#pre-index .signup-lp-comic p {
  margin: 20px 0 25px;
}
#pre-index .signup-lp-comic .btn-tit {
  margin-bottom: 25px;
  font-size: 30px;
  color: #ffffff;
}
#pre-index .signup-lp-comic .btn-tit br {
  display: none;
}
#pre-index .signup-lp-comic .btn-tit img {
  vertical-align: middle;
}
#pre-index .signup-lp-comic .inner .link {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 25px 80px 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #fc8b28;
  border-radius: 50px;
  box-shadow: 0 4px #c76612;
  transition:
    0.2s box-shadow,
    0.2s top,
    0.2s background-color;
}
#pre-index .signup-lp-comic .inner .link:hover {
  top: 2px;
  background-color: #f38423;
  box-shadow: 0 1px #c76612;
}
#pre-index .signup-lp-comic .inner .link::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pre-index .signup-lp-comic .inner .link:hover {
  text-decoration: none;
}

/* フッター上アカウント登録導線（lp_comic_01のみ） */
.reg-lp-comic .reg-box {
  padding: 40px 0;
  background-color: #003758;
}
.reg-lp-comic .reg-box .reg-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 490px;
  padding: 20px 45px 15px;
  margin: 0 auto;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
.reg-lp-comic .reg-box .reg-inner .left p.top {
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.3;
}
.reg-lp-comic .reg-box .reg-inner .left p.bottom {
  font-size: 15px;
  font-weight: bold;
}
.reg-lp-comic .reg-box .reg-inner .right div {
  font-size: 14px;
}

/* フッター */
#pre-footer .company-wrap {
  padding: 25px 15px 0;
}
#pre-footer .copyright-lp-comic {
  padding: 14px 0;
  font-size: 11px;
  font-weight: bold;
}

/** tab **/
@media screen and (width >= 941px ) {
  #pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-up {
    margin-left: 10px;
  }
}
@media screen and (width <= 940px) {
  #pre-index
    .main-visual-lp-comic
    .inner
    .catch-area
    .catch-title
    .down-lp-comic
    .icon {
    /* メインタイトル「！！」 */
    margin-left: 33px;
    font-size: 100px;
    letter-spacing: -8px;
  }
  #pre-index .contents-lp-comic .inner .flow-img {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #contents-index .useful-lp-comic .inner .img-comic {
    max-width: 800px;
  }
  #pre-index .contents-lp-comic .inner .left {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  #pre-index .main-visual-lp-comic {
    height: 395px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv.png) top center
      no-repeat #179bd9;
    background-position: 50% 100%;
    background-size: auto 429px;
  }
  #pre-index .contents-lp-comic .balloon .balloon-txt p br {
    display: none;
  }
  #pre-index .signup-lp-comic .btn-tit {
    font-size: 26px;
  }
  #pre-index .contents-lp-comic .inner.lp-comic01 .lp-comic01-balloon .left {
    padding: 15px;
    margin-right: 35px;
    font-size: 15px;
    line-height: 1.6;
  }
  #pre-index
    .contents-lp-comic
    .inner.lp-comic01
    .lp-comic01-balloon
    .img-lady {
    width: 115px;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .signup-lp-comic {
    height: 400px;
  }
  #contents-index .contents-lp-comic .lp-comic {
    padding: 0 15px 40px;
  }
  #pre-index .signup-lp-comic .inner {
    padding: 95px 5px 100px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area {
    margin-top: 0;
  }
  #pre-index .main-visual-lp-comic {
    height: 340px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv_sp.png) top center
      no-repeat #179bd9;
    background-position: 50% 34%;
    background-size: auto 426px;
  }
  #pre-index .main-visual-lp-comic .inner {
    padding: 30px 0 20px;
  }
  #pre-index .main-visual-lp-comic .inner .ribbon {
    /* 導入実績 */
    padding: 9px 0 13px;
    font-size: 14px;
  }
  #pre-index .main-visual-lp-comic .inner .ribbon span {
    font-size: 20px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area .risk0 {
    width: 55px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area .catch-title {
    /* メインタイトル「代金未回収の悩みを」 */
    margin-top: 20px;
    font-size: 30px;
  }
  #pre-index .main-visual-lp-comic .inner .catch-area .catch-title-n-up {
    margin: 15px 0 10px;
  }
  #pre-index
    .main-visual-lp-comic
    .inner
    .catch-area
    .catch-title
    .down-lp-comic {
    /* メインタイトル「解決」 */
    margin-top: 13px;
    font-size: 54px;
  }
  #pre-index
    .main-visual-lp-comic
    .inner
    .catch-area
    .catch-title
    .down-lp-comic
    .icon {
    /* メインタイトル「！！」 */
    margin-left: 29px;
    font-size: 62px;
    letter-spacing: -6px;
  }
  #contents-index .useful-lp-comic .inner .img-comic {
    margin-bottom: 30px;
  }
  #pre-index .contents-lp-comic .inner .left {
    width: 100%;
  }
  #pre-index .main-visual-lp-comic .inner h2 {
    max-width: 260px;
    margin-top: 25px;
    font-size: 15px;
  }
  #pre-index .main-visual-lp-comic .inner h2 br {
    display: block;
  }
  #contents-index .useful-lp-comic .inner .img-comic {
    width: 100%;
  }
  #contents-index .lp-comic-p1 {
    padding: 0 10px 25px;
  }
  #contents-index .lp-comic-p2 {
    padding: 40px 10px 15px;
  }
  #contents-index .lp-comic-p3 {
    padding: 35px 10px 0;
  }
  #pre-index .contents-lp-comic .balloon-txt {
    padding: 18px 25px;
  }
  #pre-index .contents-lp-comic .balloon .balloon-txt .img-logo {
    height: 23px;
    vertical-align: sub;
  }
  #pre-index .contents-lp-comic .balloon .balloon-txt .img-lady {
    display: none;
  }
  #pre-index .contents-lp-comic .balloon .balloon-txt p {
    font-size: 16px;
    line-height: 1.5em;
  }
  #pre-index .contents-lp-comic .balloon .balloon-txt p br {
    display: block;
  }
  #pre-index .signup-lp-comic .btn-tit {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
  }
  #pre-index .signup-lp-comic .btn-tit br {
    display: block;
  }
  #pre-index .signup-lp-comic .btn-tit img {
    display: none;
  }
  #pre-index .signup-lp-comic .inner {
    margin: 0 20px;
  }
  #pre-index .signup-lp-comic .inner .link {
    display: block;
    max-width: 300px;
    padding: 14px 40px;
    margin: 0 auto;
    font-size: 16px;
  }
  #pre-index .signup-lp-comic .inner .link .sp-t-none {
    display: none;
  }
  .reg-lp-comic .reg-box .reg-inner {
    display: block;
    width: 75%;
    padding: 25px 15px 22px;
    text-align: center;
  }
  .reg-lp-comic .reg-box .reg-inner .left p.bottom {
    margin: 7px 0 5px;
  }
  #pre-index .contents-lp-comic .inner.lp-comic01 .lp-comic01-balloon .left {
    width: 85%;
    padding: 20px 15px;
    margin: 0 auto;
    font-size: 15px;
  }
  #pre-index
    .contents-lp-comic
    .inner.lp-comic01
    .lp-comic01-balloon
    .left
    .balloon-ar-lp-comic01-down {
    position: absolute;
    right: 45%;
    bottom: -14%;
    width: 30px;
  }
  #pre-index
    .contents-lp-comic
    .inner.lp-comic01
    .lp-comic01-balloon
    .img-lady {
    width: 120px;
    margin-top: 30px;
  }
}
#pre-index .contents-lp-comic .inner.lp-comic01 h2.title {
  padding: 45px 0 20px;
}

/* マンガLP:lp_comic_02（201712）
----------------------------------------------------------------------------------------------- */
/* メインタイトル周り */
#pre-index .main-visual-lp-comic-02 {
  width: 100%;
  height: 390px;
  background: url(/web/img/pre/lp/lp_comic/img_bg_mv_m_lp02.png) top center
    no-repeat #179bd9;
  background-size: auto 400px;
}
#pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title {
  /* メインタイトル１～2行目 */
  font-size: 35px;
}
#pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title .line1 {
  /* メインタイトル１行目「簡単! 安心!」 */
  line-height: 1.5em;
}
#pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title .line2 {
  /* メインタイトル2行目「未入金リスクの悩みを」 */
  line-height: 0.8em;
}
#pre-index
  .main-visual-lp-comic-02
  .inner
  .catch-area
  .catch-title
  .down-lp-comic {
  /* メインタイトル「解決」 */
  font-size: 85px;
  line-height: 1;
}
#pre-index .main-visual-lp-comic-02 .inner .catch-area .risk0 {
  width: 60px;
}
#pre-index .lp-comic-ar-02 {
  border-top: 50px solid #ffffff;
}

/* フッター */
#pre-footer .company {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 20px;
  vertical-align: top;
}
#pre-footer .company p {
  line-height: 1.6em;
  text-align: left;
}
#pre-footer .company p span {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.5em;
}
#pre-footer .jpx {
  display: inline-block;
  padding: 15px 18px 15px 15px;
  vertical-align: top;
  background-color: #494f4f;
}
#pre-footer .jpx img {
  display: inline-block;
  height: 66px;
  margin-right: 10px;
  vertical-align: middle;
}
#pre-footer .jpx p {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  text-align: left;
}

/** tab **/
@media screen and (width <= 940px) {
  #pre-index .main-visual-lp-comic-02 {
    height: 395px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv.png) top center
      no-repeat #179bd9;
    background-position: 50% 100%;
    background-size: auto 429px;
  }
  #pre-footer .company {
    margin-right: 30px;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .main-visual-lp-comic-02 {
    height: 330px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv_sp.png) top center
      no-repeat #179bd9;
    background-position: 50% 34%;
    background-size: auto 426px;
  }
  #pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title {
    /* メインタイトル１～2行目 */
    font-size: 25px;
  }
  #pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title .line1 {
    /* メインタイトル１行目「簡単! 安心!」 */
    line-height: 1.5em;
  }
  #pre-index .main-visual-lp-comic-02 .inner .catch-area .catch-title .line2 {
    /* メインタイトル2行目「未入金リスクの悩みを」 */
    line-height: 0.8em;
  }
  #pre-index
    .main-visual-lp-comic-02
    .inner
    .catch-area
    .catch-title
    .down-lp-comic {
    /* メインタイトル「解決」 */
    font-size: 52px;
    line-height: 0.85em;
  }
  #pre-index
    .main-visual-lp-comic-02
    .inner
    .catch-area
    .catch-title
    .down-lp-comic
    .icon {
    /* メインタイトル「！！」 */
    font-size: 57px;
  }
  #pre-index .main-visual-lp-comic-02 .inner .catch-area .risk0 {
    width: 50px;
  }

  /* フッター */
  #pre-footer .company {
    margin-right: initial;
    margin-bottom: 15px;
  }
  #pre-footer .jpx {
    box-sizing: border-box;
    width: 95%;
    max-width: 360px;
    padding: 10px;
  }
  #pre-footer .copyright-lp-comic {
    padding-top: 30px;
  }
}

/* マンガLP料金表
----------------------------------------------------------------------------------------------- */
#contents-index .uriho-minimum-charge {
  padding-top: 10px;
  font-size: 14px;
  line-height: 21.7px;
}
#contents-index .uriho-minimum-charge .gray {
  color: #ffffff;
}

@media screen and (width <= 670px) {
  #contents-index .uriho-minimum-charge {
    padding-top: 10px;
  }
}

/* マンガLP料金表_新ver
----------------------------------------------------------------------------------------------- */
/* 料金表上リボン
	----------------------------------------------------------------------------------------------- */
#lp-price-rib .ribbon {
  position: relative;
  box-sizing: border-box;
  width: 370px;
  height: 60px;
  padding: 4px 0;
  margin: 30px auto 0;
  font-size: 22px;
  line-height: 60px;
  color: #3c3c3c;
  text-align: center;
  background: #ffe041;
}
#lp-price-rib .ribbon h3 {
  padding: 0 30px;
  margin: 0;
  font-weight: bold;
  line-height: 48px;
  vertical-align: middle;
  border-top: solid 2px #f9b700;
  border-bottom: solid 2px #f9b700;
}
#lp-price-rib .ribbon .ribbon-st {
  font-size: 17px;
  vertical-align: bottom;
}
#lp-price-rib .ribbon::before,
#lp-price-rib .ribbon::after {
  position: absolute;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
}
#lp-price-rib .ribbon::before {
  top: 0;
  left: 0;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 30px 0 30px 15px;
}
#lp-price-rib .ribbon::after {
  top: 0;
  right: 0;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  border-width: 30px 15px 30px 0;
}

@media screen and (width <= 670px) {
  #lp-price-rib .ribbon {
    width: 70%;
    height: 50px;
    margin: 20px auto -10px;
    font-size: 16px;
  }
  #lp-price-rib .ribbon h3 {
    line-height: 38px;
  }
  #lp-price-rib .ribbon::before {
    border-width: 25px 0 25px 10px;
  }
  #lp-price-rib .ribbon::after {
    border-width: 25px 15px 25px 0;
  }
  #lp-price-rib .ribbon .ribbon-st {
    font-size: 11px;
  }
}
.pre-price-list {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  border-spacing: 10px 0;
  border-collapse: separate;
}
.pre-price-list th,
.pre-price-list td {
  position: relative;
  font-weight: bold;
  vertical-align: middle;
}
.pre-price-list th {
  border-bottom: 1px dotted #ffffff;
}
.pre-price-list .big-font {
  margin-right: 3px;
  font-size: 33px;
}
.pre-price-list .little-big-font {
  margin-right: 2px;
  font-size: 27px;
}
.pre-price-list .no-limit-font {
  font-size: 21px;
}
.pre-price-list .plan-a,
.pre-price-list .plan-b,
.pre-price-list .plan-c {
  width: 27%;
  padding: 13px 0 10px;
  color: #ffffff;
  text-align: center;
  border-radius: 7px 7px 0 0;
}
.pre-price-list .plan-a,
.pre-price-list .tr-2 .plan-a-td {
  background: #0aa8a8;
}
.pre-price-list .plan-b,
.pre-price-list .tr-2 .plan-b-td {
  background: #3c9600;
}
.pre-price-list .plan-c,
.pre-price-list .tr-2 .plan-c-td {
  background: #2869a0;
}
.pre-price-list .campaign-balloon {
  margin-top: 10px;
}
.pre-price-list .campaign-balloon > img {
  width: 100%;
  max-width: 173px;
}
.pre-price-list .campaign-balloon .sp {
  display: none;
}
.pre-price-list .gray {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  background: #666666;
}
.pre-price-list tr:not(.tr-2) .plan-a-td,
.pre-price-list tr:not(.tr-2) .plan-b-td,
.pre-price-list tr:not(.tr-2) .plan-c-td {
  padding: 35px 0 30px;
}
.pre-price-list .tr-2 .gray {
  border-bottom: 1px solid #a5a5a5;
  border-radius: 7px 0 0;
}
.pre-price-list .tr-2 .plan-a-td,
.pre-price-list .tr-2 .plan-b-td,
.pre-price-list .tr-2 .plan-c-td {
  padding: 35px 0 27px;
  color: #ffffff;
}
.pre-price-list .tr-3 .gray {
  border-bottom: 1px solid #a5a5a5;
}
.pre-price-list .tr-3 .plan-a-td::after,
.pre-price-list .tr-3 .plan-b-td::after,
.pre-price-list .tr-3 .plan-c-td::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px dotted #999988;
}
.pre-price-list .tr-3 .plan-a-td {
  border-right: 2px solid #0aa8a8;
  border-left: 2px solid #0aa8a8;
}
.pre-price-list .tr-3 .plan-b-td {
  border-right: 2px solid #3c9600;
  border-left: 2px solid #3c9600;
}
.pre-price-list .tr-3 .plan-c-td {
  border-right: 2px solid #2869a0;
  border-left: 2px solid #2869a0;
}
.pre-price-list .tr-4 .gray {
  border-radius: 0 0 0 7px;
}
.pre-price-list .tr-4 .plan-a-td,
.pre-price-list .tr-4 .plan-b-td,
.pre-price-list .tr-4 .plan-c-td {
  border-radius: 0 0 7px 7px;
}
.pre-price-list .tr-4 .plan-a-td {
  border-right: 2px solid #0aa8a8;
  border-bottom: 2px solid #0aa8a8;
  border-left: 2px solid #0aa8a8;
}
.pre-price-list .tr-4 .plan-b-td {
  border-right: 2px solid #3c9600;
  border-bottom: 2px solid #3c9600;
  border-left: 2px solid #3c9600;
}
.pre-price-list .tr-4 .plan-c-td {
  border-right: 2px solid #2869a0;
  border-bottom: 2px solid #2869a0;
  border-left: 2px solid #2869a0;
}
.pre-price-list .tr-3 .plan-a-td,
.pre-price-list .tr-4 .plan-a-td {
  color: #0aa8a8;
}
.pre-price-list .tr-3 .plan-b-td,
.pre-price-list .tr-4 .plan-b-td {
  color: #3c9600;
}
.pre-price-list .tr-3 .plan-c-td,
.pre-price-list .tr-4 .plan-c-td {
  color: #2869a0;
}
.pre-price-list .plan-padding {
  padding: 0 5px;
}

@media screen and (width <= 670px) {
  .pre-price-list {
    border-spacing: 4px 0;
  }
  .pre-price-list .plan-a,
  .pre-price-list .plan-b,
  .pre-price-list .plan-c,
  .pre-price-list .plan-a-td,
  .pre-price-list .plan-b-td,
  .pre-price-list .plan-c-td,
  .pre-price-list .gray {
    font-size: 12px;
  }
  .pre-price-list .big-font,
  .pre-price-list .little-big-font,
  .pre-price-list .no-limit-font {
    font-size: 14px;
  }
  .pre-price-list .campaign-balloon {
    position: absolute;
    right: calc(50% - 42px);
    z-index: 1;
    margin-top: 5px;
  }
  .pre-price-list .campaign-balloon > img {
    width: 84px;
  }
  .pre-price-list .campaign-balloon .pc {
    display: none;
  }
  .pre-price-list .campaign-balloon .sp {
    display: inline-block;
  }
  .pre-price-list .plan-padding {
    padding: 0 1px;
  }
  .pre-price-list .tr-2 .plan-a-td,
  .pre-price-list .tr-2 .plan-b-td,
  .pre-price-list .tr-2 .plan-c-td {
    padding: 30px 0 27px;
    color: #ffffff;
  }
}

/* 料金表下ポイントエリア
	----------------------------------------------------------------------------------------------- */
#contents-index .point-box {
  box-sizing: border-box;
  max-width: 1020px;
  padding: 35px 40px;
  margin: 50px auto 0;
  text-align: left;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
#contents-index .point-box .point-ribbon {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 78px;
  height: 34px;
  padding: 3px 0;
  margin: 0 5px 15px 0;
  background: #ffe041;
}
#contents-index .point-box .point-ribbon p {
  padding: 2px 0 0 10px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  color: #3c3c3c;
  border-top: solid 2px #f9b700;
  border-bottom: solid 2px #f9b700;
}
#contents-index .point-box .point-ribbon p::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #f6f6f6 transparent transparent;
  border-style: solid;
  border-width: 17px 10px 17px 0;
}
#contents-index .point-box .title {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: top;
}
#contents-index .point-box .sentence {
  font-size: 15px;
}

/* SP */
@media screen and (width <= 670px) {
  /* 料金表下ポイントエリア
	----------------------------------------------------------------------------------------------- */
  #contents-index .point-box {
    display: flex;
    flex-direction: column;
    width: 94%;
    padding: 30px;
    margin: 25px auto 0;
    text-align: center;
  }
  #contents-index .point-box .point-ribbon {
    margin: 0 auto 10px;
  }
  #contents-index .point-box .point-ribbon p {
    padding: 2px 0 0 13px;
    text-align: initial;
  }
  #contents-index .point-box .title {
    font-size: 17px;
  }
}

/* マンガLP:lp_comic_03（201911）
----------------------------------------------------------------------------------------------- */
/* 共通 */
#pre-wrap.lp-comic.lp-comic-03 .mincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "メイリオ", Meiryo;
}
#pre-wrap.lp-comic.lp-comic-03 .tb-only {
  display: none;
}
#pre-wrap.lp-comic.lp-comic-03 .ts-only {
  display: none;
}
#pre-wrap.lp-comic.lp-comic-03 .sp-only {
  display: none;
}
#pre-wrap.lp-comic.lp-comic-03 .link {
  position: relative;
  top: 0;
  display: inline-block;
  padding: 8px 30px 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #fc8b28;
  border-radius: 50px;
  box-shadow: 0 4px #c76612;
  transition:
    0.2s box-shadow,
    0.2s top,
    0.2s background-color;
}
#pre-wrap.lp-comic.lp-comic-03 .link:hover {
  top: 2px;
  background-color: #f38423;
  box-shadow: 0 1px #c76612;
}
#pre-wrap.lp-comic.lp-comic-03 .link::after {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 10;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pre-wrap.lp-comic.lp-comic-03 a:hover {
  text-decoration: none;
}

/* ヘッダー */
#pre-wrap.lp-comic.lp-comic-03 #pre-header {
  position: fixed;
  display: flex;
  align-items: center;
}
#pre-wrap.lp-comic.lp-comic-03 #pre-header .header-logo {
  margin-left: 20px;
}
#pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button {
  display: flex;
  margin: auto 20px auto auto;
}

/* マンガLP:lp_comic_04（202104） 　_01と同レイアウト、イラストテイスト違いver
----------------------------------------------------------------------------------------------- */
/* メインタイトル周り */
#pre-index .main-visual-lp-comic-04 {
  width: 100%;
  height: 390px;
  background: url(/web/img/pre/lp/lp_comic/img_bg_mv_m_lp04.png) top center
    no-repeat #179bd9;
  background-size: auto 400px;
}
#pre-index .main-visual-lp-comic-04 .inner {
  box-sizing: border-box;
  width: 90%;
  max-width: 900px;
  padding: 30px 0 20px;
  color: #ffffff;
}
#pre-index .main-visual-lp-comic-04 .inner .catch-area {
  display: table;
  margin: 0 auto;
  margin-top: 6px;
}
#pre-index .main-visual-lp-comic-04 .inner .catch-area .risk0 {
  /* 未払いリスク0アイコン */
  display: inline-block;
  width: 70px;
  vertical-align: middle;
}
#pre-index .main-visual-lp-comic-04 .inner .catch-area .catch-title {
  /* メインタイトル「代金未回収の悩みを」 */
  margin-top: 27px;
  font-size: 46px;
}
#pre-index
  .main-visual-lp-comic-04
  .inner
  .catch-area
  .catch-title
  .down-lp-comic {
  /* メインタイトル「解決」 */
  display: inline-block;
  margin-top: 7px;
  font-size: 90px;
  line-height: 1;
  box-shadow: 0 6px 0 0 #ffff00;
}
#pre-index
  .main-visual-lp-comic-04
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .txt-ls {
  letter-spacing: -28px;
}
#pre-index
  .main-visual-lp-comic-04
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .icon {
  /* メインタイトル「！！」 */
  margin-left: 28px;
  font-size: 100px;
  letter-spacing: -16px;
}
#pre-index
  .main-visual-lp-comic-04
  .inner
  .catch-area
  .catch-title
  .down-lp-comic
  .icon
  span {
  /* メインタイトル「！！」の回転 */
  display: inline-block;
  vertical-align: bottom;
  -ms-transform: rotate(20deg); /* IE9 */
  -weblit-transform: rotate(20deg); /* スマホのChromeなど */
  transform: rotate(20deg);
}
#pre-index .main-visual-lp-comic-04 .inner .catch-area .catch-title .down {
  /* メインタイトル2行目 */
  display: inline-block;
  margin-top: 57px;
  font-size: 69px;
}
#pre-index .main-visual-lp-comic-04 .inner h2 {
  max-width: 420px;
  padding: 5px 0 3px;
  margin: 10px auto;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  font-weight: 500;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
#pre-index .main-visual-lp-comic-04 .inner h2 br {
  display: none;
}

/** tab **/
@media screen and (width <= 940px) {
  #pre-index
    .main-visual-lp-comic-04
    .inner
    .catch-area
    .catch-title
    .down-lp-comic
    .icon {
    /* メインタイトル「！！」 */
    margin-left: 33px;
    font-size: 100px;
    letter-spacing: -8px;
  }
  #pre-index .main-visual-lp-comic-04 {
    height: 395px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv.png) top center
      no-repeat #179bd9;
    background-position: 50% 100%;
    background-size: auto 429px;
  }
}

/** sp **/
@media screen and (width <= 670px) {
  #pre-index .main-visual-lp-comic-04 .inner .catch-area {
    margin-top: 0;
  }
  #pre-index .main-visual-lp-comic-04 {
    height: 330px;
    background: url(/web/img/pre/lp/lp_old_top02/img_bg_mv_sp.png) top center
      no-repeat #179bd9;
    background-position: 50% 34%;
    background-size: auto 426px;
  }
  #pre-index .main-visual-lp-comic-04 .inner .catch-area .risk0 {
    width: 55px;
  }
  #pre-index .main-visual-lp-comic-04 .inner .catch-area .catch-title {
    /* メインタイトル「代金未回収の悩みを」 */
    margin-top: 20px;
    font-size: 30px;
  }
  #pre-index
    .main-visual-lp-comic-04
    .inner
    .catch-area
    .catch-title
    .down-lp-comic {
    /* メインタイトル「解決」 */
    margin-top: 13px;
    font-size: 54px;
  }
  #pre-index
    .main-visual-lp-comic-04
    .inner
    .catch-area
    .catch-title
    .down-lp-comic
    .icon {
    /* メインタイトル「！！」 */
    margin-left: 29px;
    font-size: 62px;
    letter-spacing: -6px;
  }
  #pre-index .main-visual-lp-comic-04 .inner h2 {
    max-width: 240px;
    margin-top: 25px;
    font-size: 15px;
  }
  #pre-index .main-visual-lp-comic-04 .inner h2 br {
    display: block;
  }
}

/* 20210113追加 WEB説明会フォームへのリンク---------------------------------------- */
#pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .to-seminar-form {
  padding: 7px 17px !important;
  margin-right: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #3296d2 !important;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #3296d2;
  border-radius: 5px;
  transition: 0.5s;
}
#pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .to-seminar-form::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: 3px;
  vertical-align: middle;
  content: "";
  border-top: solid 2px #3296d2;
  border-right: solid 2px #3296d2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
#pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .to-seminar-form:hover {
  color: #ffffff !important;
  background: #3296d2;
}
#pre-wrap.lp-comic.lp-comic-03
  #pre-header
  .req-button
  .to-seminar-form:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
#pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .link::after {
  right: 18px;
}

/* メインタイトル */
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 {
  position: relative;
  z-index: 1;
  height: auto;
  padding-bottom: 35px;
  background: url(/web/img/pre/lp/lp_comic/main_back_00.png) center center
    no-repeat #0b3760;
  background-size: cover;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area {
  position: relative;
  max-width: 470px;
  padding: 0 490px 45px 60px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  background:
    url(/web/img/pre/lp/lp_comic/main_teller_00.png) bottom -85px right 133px
      no-repeat,
    url(/web/img/pre/lp/lp_comic/main_people_00.png) top 20px right no-repeat;
  background-size:
    183px auto,
    495px auto;
}
#pre-index
  .main-visual-lp-comic.main-visual-lp-comic-03
  .catch-area
  .sub-title {
  position: absolute;
  top: -30px;
  left: 20px;
  display: inline-block;
  width: 132px;
}
#pre-index
  .main-visual-lp-comic.main-visual-lp-comic-03
  .catch-area
  .main-title {
  display: inline-block;
  width: 470px;
  margin: 68px auto 12px;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p {
  line-height: 1.8;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p .big {
  font-size: 18px;
}

/* アンカーリンク */
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu {
  display: flex;
  justify-content: space-between;
  max-width: 897px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li {
  width: 285px;
  background-color: #ffffff;
  border-radius: 5px;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px 15px 45px;
  color: #333333;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::before,
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::after {
  position: absolute;
  bottom: 22px;
  width: 23px;
  height: 3px;
  content: "";
  background-color: #1470a5;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::before {
  left: calc(50% - 20px);
  transform: rotate(37deg);
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::after {
  right: calc(50% - 20px);
  transform: rotate(-37deg);
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li .comic-title {
  width: 50px;
  padding: 7px 12px;
  border: 1px solid #1470a5;
  border-radius: 15px;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li .mincho {
  margin: 5px 0 10px;
  font-size: 21px;
}
#pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li p {
  color: #666666;
}

/* 漫画 */
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic {
  padding: 60px 0 30px;
  color: #333333;
  background-color: #e2ebf6;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 {
  padding-bottom: 90px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic2 .title-area {
  margin-bottom: -10px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .title-area {
  margin-bottom: -30px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area .comic-title {
  width: 56px;
  padding: 41px 14px 38px 30px;
  margin-left: -100px;
  background: url(/web/img/pre/lp/lp_comic/title_back_00.png) center center
    no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area .mincho {
  margin-left: 13px;
  font-size: 32px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1 {
  position: relative;
  padding: 0 0 40px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::before,
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::after {
  position: absolute;
  content: "";
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::before {
  top: -220px;
  right: -130px;
  width: 272px;
  height: 623px;
  background: url(/web/img/pre/lp/lp_comic/back1_00.png) center no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03
  .useful-lp-comic#lp03-comic2
  .lp-comic-p1::before,
#pre-wrap.lp-comic.lp-comic-03
  .useful-lp-comic#lp03-comic3
  .lp-comic-p1::before {
  top: -50px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::after {
  bottom: -120px;
  left: -110px;
  width: 258px;
  height: 262px;
  background: url(/web/img/pre/lp/lp_comic/back2_00.png) center center
    no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .img-comic {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 870px;
}

/* 漫画直下の資料請求 */
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 897px;
  padding: 55px 40px 32px;
  margin: 0 auto;
  color: #ffffff;
  background: url(/web/img/pre/lp/lp_comic/main_back_00.png) center center
    no-repeat #0b3760;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area::before,
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area::after {
  position: absolute;
  content: "";
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area::before {
  bottom: 0;
  left: 0;
  width: 191px;
  height: 255px;
  background: url(/web/img/pre/lp/lp_comic/req_teller_00.png) top left
    no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03
  .useful-lp-comic[id*="lp03-comic"]
  .req-area::after {
  right: 0;
  bottom: 0;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic1 .req-area::after {
  width: 204px;
  height: 252px;
  background: url(/web/img/pre/lp/lp_comic/req_1_00.png) top right no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic2 .req-area::after {
  width: 237px;
  height: 237px;
  background: url(/web/img/pre/lp/lp_comic/req_2_00.png) top right no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .req-area::after {
  width: 221px;
  height: 250px;
  background: url(/web/img/pre/lp/lp_comic/req_3_00.png) top right no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .mincho {
  font-size: 24px;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .disc {
  margin: 23px auto 16px;
  line-height: 1.8;
}
#pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .link {
  padding: 16px 65px 12px;
  font-size: 20px;
}

/* 最下部の資料請求 */
#pre-wrap.lp-comic.lp-comic-03 .bottom-request {
  padding: 65px 0 50px;
  background-color: #264d7e;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .mincho {
  font-size: 32px;
  color: #ffffff;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho,
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button {
  max-width: 897px;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho {
  display: flex;
  justify-content: space-between;
  margin: 60px auto;
  color: #ffffff;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left {
  width: 450px;
  margin-top: 25px;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left > p {
  padding-bottom: 20px;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .flow {
  display: inline-block;
  width: 418px;
  height: 212px;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 20px 25px;
  margin: 0 auto;
  background-color: #ffffff;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button::before {
  position: absolute;
  right: -50px;
  bottom: -85px;
  z-index: 1;
  width: 175px;
  height: 305px;
  content: "";
  background: url(/web/img/pre/lp/lp_comic/main_teller_00.png) top center
    no-repeat;
  background-size: cover;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button .green {
  color: #14b4b4;
}
#pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button .link {
  padding: 25px 92px 21px;
  margin-top: 15px;
  font-size: 28px;
}

/* フッター */
#main-index #pre-footer .company-wrap .company .normal {
  font-weight: normal;
}

/** PCのみ **/
@media screen and (width >= 941px) {
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li:hover {
    background-color: #cddaea;
  }
}

/** TAB・SP **/
@media screen and (width <= 940px) {
  /* 共通 */
  #pre-wrap.lp-comic.lp-comic-03
    .link:hover
    #pre-wrap.lp-comic.lp-comic-03
    .a:hover {
    pointer-events: none;
  }
  #pre-wrap.lp-comic.lp-comic-03 .ts-only {
    display: block;
  }

  /* ヘッダー */
  #pre-wrap.lp-comic.lp-comic-03 #pre-header h2 {
    display: none;
  }
  #pre-wrap.lp-comic.lp-comic-03 .link {
    display: none;
  }
  #pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .to-seminar-form {
    margin-right: 5px;
  }

  /* メインタイトル */
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p {
    font-size: 14px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p .big {
    font-size: 16px;
  }

  /* アンカーリンク */
  #pre-index
    .main-visual-lp-comic.main-visual-lp-comic-03
    .menu
    li
    .comic-title {
    width: 42px;
    padding: 6px 11px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a {
    padding: 15px 20px 50px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::before,
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::after {
    bottom: 20px;
    width: 17px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::before {
    left: calc(50% - 14px);
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::after {
    right: calc(50% - 14px);
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li .mincho {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0 5px;
    font-size: 19px;
    line-height: 1.6;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li p {
    font-size: 13px;
    line-height: 1.7;
  }

  /* 漫画直下の資料請求 */
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .mincho {
    line-height: 1.6;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho {
    flex-direction: column;
    align-items: center;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left {
    margin: 0 auto 15px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .flow {
    height: auto;
  }
}

/** TAB **/
@media screen and (width <= 940px) and (width >= 671px) {
  /* 共通 */
  #pre-wrap.lp-comic.lp-comic-03 .tb-only {
    display: block;
  }
  #pre-wrap.lp-comic.lp-comic-03 .ps-only {
    display: none;
  }

  /* メインタイトル */
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 {
    padding-bottom: 30px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area {
    max-width: 390px;
    padding: 0 280px 35px 0;
    background-position:
      bottom -20px right 78px,
      top 15px right -10px;
    background-size:
      115px auto,
      315px auto;
  }
  #pre-index
    .main-visual-lp-comic.main-visual-lp-comic-03
    .catch-area
    .sub-title {
    left: -8px;
    width: 95px;
  }
  #pre-index
    .main-visual-lp-comic.main-visual-lp-comic-03
    .catch-area
    .main-title {
    width: 330px;
    margin: 48px auto 13px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p {
    font-size: 14px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p .big {
    font-size: 16px;
  }

  /* アンカーリンク */
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu {
    width: 94%;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li {
    width: 32%;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li .mincho {
    height: 60px;
  }

  /* 漫画 */
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic {
    padding: 30px 0 40px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 {
    padding-bottom: 80px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .title-area {
    margin-bottom: -15px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1 {
    width: 98%;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::before {
    top: -160px;
    right: -85px;
    width: 180px;
    height: 410px;
  }
  #pre-wrap.lp-comic.lp-comic-03
    .useful-lp-comic#lp03-comic2
    .lp-comic-p1::before,
  #pre-wrap.lp-comic.lp-comic-03
    .useful-lp-comic#lp03-comic3
    .lp-comic-p1::before {
    top: 87px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::after {
    bottom: -65px;
    left: -35px;
    width: 184px;
    height: 186px;
  }

  /* 漫画直下の資料請求 */
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area {
    width: 94%;
    padding: 30px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area::before {
    width: 158px;
    height: 220px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic1 .req-area::after {
    width: 174px;
    height: 216px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic2 .req-area::after {
    width: 212px;
    height: 212px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .req-area::after {
    width: 185px;
    height: 211px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .mincho {
    font-size: 20px;
    line-height: 1.6;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .disc {
    margin: 15px auto 25px;
    font-size: 13px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .link {
    padding: 16px 45px 12px;
  }

  /* 最下部の資料請求 */
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request {
    padding: 55px 0 50px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .mincho {
    font-size: 28px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho {
    margin: 40px auto 50px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left {
    width: 490px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .flow {
    width: 460px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button {
    width: 92%;
  }
  #pre-wrap.lp-comic.lp-comic-03
    .bottom-request
    .bottom-request-button::before {
    right: -10px;
    bottom: -70px;
    width: 118px;
    height: 206px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button .link {
    padding: 22px 75px 18px;
    font-size: 24px;
  }
}

/** SP **/
@media screen and (width <= 670px) {
  /* 共通 */
  #pre-wrap.lp-comic.lp-comic-03 .sp-only {
    display: block;
  }
  #pre-wrap.lp-comic.lp-comic-03 .link {
    display: none;
  }

  /* ヘッダー */
  #pre-wrap.lp-comic.lp-comic-03 #pre-header .header-logo {
    margin-left: 10px;
  }
  #main-index #pre-header .header-logo img {
    width: 135px;
  }

  /* 20210113追加 WEB説明会フォームへのリンク---------------------------------------- */
  #pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .to-seminar-form {
    padding: 7px 10px !important;
  }
  #pre-header .menu-wrap .header-seminar .to-seminar-form {
    margin: 9px 5px 0 0;
  }
  #pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button {
    margin: auto 10px auto auto;
  }
  #pre-wrap.lp-comic.lp-comic-03 #pre-header .req-button .link::after {
    right: 10px;
  }

  /* メインタイトル */
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area {
    max-width: 270px;
    padding: 0;
    margin: 0 auto 25px;
    background: none;
  }
  #pre-index
    .main-visual-lp-comic.main-visual-lp-comic-03
    .catch-area
    .sub-title {
    left: -20px;
    width: 100px;
  }
  #pre-index
    .main-visual-lp-comic.main-visual-lp-comic-03
    .catch-area
    .main-title {
    width: 262px;
    margin: 55px auto 10px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p {
    text-align: left;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .catch-area p br {
    display: none;
  }

  /* アンカーリンク */
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu {
    flex-direction: column;
    align-items: center;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li {
    width: 86%;
    max-width: 540px;
    margin-bottom: 20px;
  }
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::before,
  #pre-index .main-visual-lp-comic.main-visual-lp-comic-03 .menu li a::after {
    bottom: 20px;
  }

  /* 漫画 */
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic {
    padding: 30px 0 10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic2 .title-area {
    margin-bottom: 10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .title-area {
    margin-bottom: 10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area .comic-title {
    width: 40px;
    padding: 30px 11px 28px 22px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .title-area .mincho {
    margin: 0 auto;
    font-size: 22px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1 {
    width: 96%;
    padding: 0 0 30px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::before {
    top: -160px;
    right: -60px;
    width: 145px;
    height: 338px;
  }
  #pre-wrap.lp-comic.lp-comic-03
    .useful-lp-comic#lp03-comic2
    .lp-comic-p1::before,
  #pre-wrap.lp-comic.lp-comic-03
    .useful-lp-comic#lp03-comic3
    .lp-comic-p1::before {
    top: -170px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .lp-comic-p1::after {
    bottom: -32px;
    left: -5px;
    width: 88px;
    height: 91px;
  }

  /* 漫画直下の資料請求 */
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area {
    width: 100%;
    padding: 30px 20px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area::before {
    left: -10px;
    width: 94px;
    height: 127px;
  }
  #pre-wrap.lp-comic.lp-comic-03
    .useful-lp-comic[id*="lp03-comic"]
    .req-area::after {
    right: -10px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic1 .req-area::after {
    width: 102px;
    height: 127px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic2 .req-area::after {
    width: 122px;
    height: 123px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic#lp03-comic3 .req-area::after {
    width: 110px;
    height: 126px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .mincho {
    font-size: 20px;
    line-height: 1.6;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .disc {
    margin: 13px auto 20px;
    font-size: 13px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .useful-lp-comic .req-area .link {
    position: relative;
    z-index: 1;
    padding: 16px 40px 12px;
    font-size: 16px;
  }

  /* 最下部の資料請求 */
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request {
    padding: 35px 0 40px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .mincho {
    font-size: 20px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho {
    margin: 20px auto 40px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left,
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .flow,
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button {
    width: 84%;
    max-width: 400px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .about-uriho .left {
    font-size: 13px;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button {
    padding: 25px 15px;
  }
  #pre-wrap.lp-comic.lp-comic-03
    .bottom-request
    .bottom-request-button::before {
    display: none;
  }
  #pre-wrap.lp-comic.lp-comic-03 .bottom-request .bottom-request-button .link {
    padding: 14px 40px;
    font-size: 16px;
  }
}

/* 記事LP(20181107)
----------------------------------------------------------------------------------------------- */
[id^="lp-article-uriho"] {
  width: 100%;
  background-color: #f5f5f5;
}
[id^="lp-article-uriho"] .lau-wrapper {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 3px 8px 5px #cccccc;
}

/*** ヘッダー ***/
[id^="lp-article-uriho"] .lau-wrapper .lau-header {
  position: fixed;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  width: calc(96% - 80px);
  max-width: 880px;
  height: 60px;
  padding: 5px 40px;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: thin solid #cccccc;
}
[id^="lp-article-uriho"] .lau-header .header-logo {
  display: block;
  width: 120px;
  line-height: 1;
}
[id^="lp-article-uriho"] .lau-header .header-logo img {
  width: 100%;
}
[id^="lp-article-uriho"] .lau-header .logo-int {
  width: calc(100% - 200px - 9em);
  margin: 0 20px;
  font-size: 13px;
}
[id^="lp-article-uriho"] [class^="apply-btn"] {
  display: block;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  background: #14b4b4;
  border: 1px solid #14b4b4;
  border-radius: 7px;
  transition: 0.1s;
}
[id^="lp-article-uriho"] [class^="apply-btn"]::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 -3px 0 5px;
  vertical-align: 1px;
  content: "";
  border-color: #ffffff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
}
[id^="lp-article-uriho"] [class^="apply-btn"]:hover {
  color: #14b4b4;
  background: #ffffff;
  transition: 0.1s;
}
[id^="lp-article-uriho"] [class^="apply-btn"]:hover::after {
  border-color: #14b4b4;
}
[id^="lp-article-uriho"] .lau-header .apply-btn1 {
  float: right;
  padding: 7px 20px;
  font-size: 14px;
}

/*** メインコンテンツ ***/
[id^="lp-article-uriho"] .lau-main .red {
  color: #ed0600;
}
[id^="lp-article-uriho"] .lau-main section,
[id^="lp-article-uriho"] .top-main > *:not(.main-visual1) {
  width: 88%;
  max-width: 680px;
  margin: 0 auto;
}
[id^="lp-article-uriho"] .lau-wrapper .top-main {
  padding: 95px 0 0;
}
[id^="lp-article-uriho"] .top-main .date {
  display: block;
}
[id^="lp-article-uriho"] .top-main .title {
  display: flex;
  align-items: center;
  margin: 5px auto 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}
[id^="lp-article-uriho"] .top-main .title::before {
  margin: 5px 10px 0 -5px;
  font-size: 95px;
  font-weight: bold;
  line-height: 0;
  color: #14b4b4;
  content: "!";
}
[id^="lp-article-uriho"] .sp-only {
  display: none;
}
[id^="lp-article-uriho"] .lau-wrapper .main-visual1 {
  margin: 0 auto 35px;
}
[id^="lp-article-uriho"] .lau-wrapper [class^="main-visual"] img {
  width: 100%;
}
[id^="lp-article-uriho"] .lau-main [class^="main-caption"] {
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 28px;
}
[id^="lp-article-uriho"] .lau-main .headline1 {
  display: inline-block;
  padding-left: 15px;
  margin: 10px 0 20px;
  font-size: 30px;
  line-height: normal;
  vertical-align: middle;
  border-left: 5px solid #14b4b4;
}
[id^="lp-article-uriho"] .lau-main .case-box1 {
  width: 90px;
  padding: 3px 0 2px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff;
  text-align: center;
  background-color: #14b4b4;
}
[id^="lp-article-uriho"] .lau-main .headline2 {
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: normal;
  background-color: #ececec;
}
#lp-article-uriho .headline2 .min-caption {
  display: block;
  font-size: 13px;
}
[id^="lp-article-uriho"] .lau-main .main-visual2 {
  height: 305px;
  margin: 0 auto 35px;
  overflow: hidden;
}
[id^="lp-article-uriho"] .lau-main .main-visual2 img {
  width: 100%;
}
[id^="lp-article-uriho"] .lau-main .summary {
  width: 100%;
  padding-bottom: 7px;
  margin: 30px 0 20px;
  font-size: 17px;
  color: #14b4b4;
  border-bottom: thin solid #14b4b4;
}
#lp-article-uriho .lau-main .main-visual3,
[id^="lp-article-uriho"] .lau-main .main-visual4 {
  margin-bottom: 55px;
  text-align: center;
}
#lp-article-uriho .main-visual3 .column-1,
#lp-article-uriho .main-visual3 .column-2 {
  display: flex;
  justify-content: center;
}
#lp-article-uriho .main-visual3 .column-2 .box1 .double,
#lp-article-uriho .main-visual3 .column-2 .box-b .double,
#lp-article-uriho .main-visual3 .column-2 [class^="box-rb"] .double {
  font-size: 28px;
}
#lp-article-uriho .main-visual3 .column-1 .null-box {
  width: calc(36%);
  padding: 15px 0;
  border: 1px #ffffff solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho .main-visual3 .column-1 .t-box1 {
  width: calc(31%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho .main-visual3 .column-1 .t-box2 {
  width: calc(31%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho .main-visual3 .column-1 .t-box3 {
  width: calc(31%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-bottom: none;
  border-radius: 0 6px 0 0;
}
#lp-article-uriho .main-visual3 .column-1 .t-box3 br {
  display: none;
}
#lp-article-uriho .main-visual3 .column-2 .box-lt {
  width: calc(36%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho .main-visual3 .column-2 [class^="box-lm"] {
  width: calc(36%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho .main-visual3 .column-2 [class^="box-lb"] {
  width: calc(36%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-right: none;
  border-radius: 0 0 0 6px;
}
#lp-article-uriho .main-visual3 .column-2 .box1 {
  width: calc(31%);
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho .main-visual3 .column-2 .box-b {
  width: calc(31%);
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-right: none;
}
#lp-article-uriho .main-visual3 .column-2 [class^="box-rb"] {
  width: calc(31%);
  padding: 15px 0;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-radius: 0 0 6px;
}
#lp-article-uriho .main-visual3 .column-2 .box2 {
  width: calc(31%);
  padding: 15px 0;
  font-size: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-bottom: none;
}
#lp-article-uriho .main-visual4 .column-1,
#lp-article-uriho .main-visual4 .column-2 {
  display: flex;
  justify-content: center;
}
#lp-article-uriho .main-visual4 .column-1 .null-box {
  width: calc(31%);
  padding: 15px 0;
  border: 1px #ffffff solid;
  border-right: none;
}
#lp-article-uriho .main-visual4 .column-1 .t-box1 {
  width: calc(33%);
  padding: 15px 18px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho .main-visual4 .column-1 .t-box2 {
  width: calc(36%);
  padding: 15px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-bottom: none;
  border-radius: 0 6px 0 0;
}
#lp-article-uriho .main-visual4 .column-2 .box-lt {
  width: calc(31%);
  padding: 42px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-right: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho .main-visual4 .column-2 [class^="box-lb"] {
  width: calc(31%);
  padding: 42px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 6px;
}
#lp-article-uriho .main-visual4 .column-2 [class^="box-rb"] {
  width: calc(36%);
  padding: 29px 0;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-radius: 0 0 6px;
}
#lp-article-uriho .main-visual4 .column-2 .box1 br,
#lp-article-uriho .main-visual4 .column-2 [class^="box-rb"] br,
#lp-article-uriho .main-visual4 .column-2 .box3-b br,
#lp-article-uriho .main-visual4 .column-2 .box2-a br,
#lp-article-uriho .main-visual4 .column-2 .box2-b br,
#lp-article-uriho .main-visual4 .column-2 .box-mb br {
  display: none;
}
#lp-article-uriho .main-visual4 .column-2 .box1 {
  width: calc(31%);
  padding: 42px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho .main-visual4 .column-2 .box2-a {
  width: calc(33%);
  padding: 18px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  background: #ffffff;
  border: 1px #848484 solid;
  border-right: none;
}
#lp-article-uriho .main-visual4 .column-2 .box2-b {
  width: calc(33%);
  padding: 18px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho .main-visual4 .column-2 .box-mb {
  width: calc(33%);
  padding: 18px;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho .main-visual4 .column-2 .box3-a {
  width: calc(36%);
  padding: 29px 0;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
}
#lp-article-uriho .main-visual4 .column-2 .box3-b {
  width: calc(36%);
  padding: 29px 0;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
}
#lp-article-uriho .main-visual4 .column-2 .box2-a .ty-exa,
#lp-article-uriho .main-visual4 .column-2 .box2-b .ty-exa,
#lp-article-uriho .main-visual4 .column-2 .box-mb .ty-exa {
  display: none;
  width: 156px;
  padding-top: 15px;
  margin: 15px 0 0 -3px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
#lp-article-uriho .main-visual4 .column-2 .box2-a .ty-exa span,
#lp-article-uriho .main-visual4 .column-2 .box2-b .ty-exa span,
#lp-article-uriho .main-visual4 .column-2 .box-mb .ty-exa span {
  display: block;
  padding-bottom: 10px;
  font-weight: normal;
}
[id^="lp-article-uriho"] .lau-main .main-visual5 {
  margin: 10px auto 40px;
  text-align: center;
}
[id^="lp-article-uriho"] .lau-main .main-visual5 .flow {
  width: 90%;
  height: 290px;
  margin: 0 auto;
  background-image: url(/web/img/pre/lp/lp_article_uriho/lau2_info_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
[id^="lp-article-uriho"] .lau-main .main-visual5 .flow-2 {
  width: 90%;
  height: 290px;
  margin: 0 auto;
  background-image: url(/web/img/pre/lp/lp_article_uriho/lau3_info_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
[id^="lp-article-uriho"] .lau-main .main-visual5 .flow-3 {
  width: 90%;
  height: 290px;
  margin: 0 auto;
  background-image: url(/web/img/pre/lp/lp_article_uriho/lau4_info_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
[id^="lp-article-uriho"] .lau-main .main-visual5 .flow-4 {
  width: 90%;
  height: 290px;
  margin: 0 auto;
  background-image: url(/web/img/pre/lp/lp_article_uriho/lau4_flow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#lp-article-uriho .uriho-description .main-caption3 {
  display: inline-block;
  width: 330px;
  font-size: 14px;
  line-height: 22px;
}
#lp-article-uriho .uri-feature .number {
  padding-right: 5px;
  font-size: 15px;
  color: #14b4b4;
}
[id^="lp-article-uriho"] .uri-feature {
  padding: 15px;
  margin-top: 23px;
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  border: 1px solid #14b4b4;
}
[id^="lp-article-uriho"] .uri-feature p {
  padding-bottom: 10px;
}
#lp-article-uriho .uriho-description .uriho-logo-visual-pc {
  display: inline-block;
  width: 330px;
  text-align: center;
}
#lp-article-uriho .uriho-description .uriho-logo-visual-sp {
  display: none;
}
#lp-article-uriho .uriho-description .uriho-logo-visual-pc img {
  width: 100%;
  margin: 0 0 -35px 20px;
}
#lp-article-uriho .lau-main .user-list1 {
  width: 631px;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 30px;
  border-bottom: thin solid #cccccc;
}
#lp-article-uriho .lau-main .user-list2 {
  width: 631px;
  padding-bottom: 30px;
  margin: 0 auto;
  margin-top: 30px;
}
#lp-article-uriho .user-list1 .user-comment,
#lp-article-uriho .user-list2 .user-comment {
  display: inline-block;
  width: 423px;
}
#lp-article-uriho .user-comment .user-headline {
  padding-left: 18px;
  margin-bottom: 20px;
  color: #33b5d9;
  border-left: 4px solid #33b5d9;
}
#lp-article-uriho .lau-main .user-list1 br,
#lp-article-uriho .lau-main .user-list2 br {
  display: none;
}
#lp-article-uriho .user-headline .user-title {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: bold;
}
#lp-article-uriho .user-headline .user-title-sub {
  font-size: 13px;
}
#lp-article-uriho .user-comment .comment-detail {
  font-size: 13px;
  line-height: 24px;
}
#lp-article-uriho .user-list1 .main-visual6-a {
  display: inline-block;
  width: 180px;
  margin: 0 0 -5px 20px;
  border-radius: 13px;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
#lp-article-uriho .user-list2 .main-visual7 {
  display: inline-block;
  width: 180px;
  margin: 0 20px -5px 0;
  border-radius: 13px;
  box-shadow: 0 0 8px rgb(0 0 0 / 30%);
}
[id^="lp-article-uriho"] .lau-main .apply-btn2 {
  width: 230px;
  padding: 10px;
  margin: 0 auto 60px;
  font-size: 15px;
}

/* 書いた人 */
[id^="lp-article-uriho"] .writer {
  width: 88%;
  max-width: 680px;
  padding: 30px 0 90px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #acacac;
}
[id^="lp-article-uriho"] .writer .writer-caption {
  display: inline-block;
  padding: 8px 0 0 20px;
  font-size: 13px;
  line-height: 25px;
  vertical-align: middle;
  text-align: left;
}
[id^="lp-article-uriho"] .writer-caption .pencil-side {
  padding-left: 6px;
  vertical-align: text-bottom;
  color: #215a5a;
}
[id^="lp-article-uriho"] .writer .kawana {
  display: inline-block;
  width: 65px;
  vertical-align: middle;
  border-radius: 35px;
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}
[id^="lp-article-uriho"] .writer-caption .writer-name {
  display: block;
  font-size: 14px;
}
[id^="lp-article-uriho"] .writer-caption .writer-name br {
  display: none;
}

/* フッター */
[id^="lp-article-uriho"] .lau-footer {
  padding: 11px 0;
  color: #ffffff;
  text-align: center;
  background-color: #717071;
}
[id^="lp-article-uriho"] .lau-footer small {
  font-size: 12px;
}

/* ページトップに戻る */
[id^="lp-article-uriho"] .co-scroll-btn-wrap {
  bottom: 125px;
  max-width: 880px;
}

@media screen and (width <= 940px) {
  [id^="lp-article-uriho"] .lau-wrapper .lau-header {
    width: calc(96% - 40px);
    padding: 5px 20px;
  }
  [id^="lp-article-uriho"] .lau-header .header-logo {
    width: 110px;
  }
  [id^="lp-article-uriho"] .lau-header .logo-int {
    width: calc(100% - 165px - 9em);
    margin: 0 10px;
    font-size: 12px;
  }
  [id^="lp-article-uriho"] .lau-header .apply-btn1 {
    font-size: 13px;
  }
  [id^="lp-article-uriho"] .top-main .title::before {
    font-size: 75px;
  }
  [id^="lp-article-uriho"] .lau-main .headline1 {
    font-size: 23px;
  }
  [id^="lp-article-uriho"] .top-main .date {
    text-align: center;
  }
  [id^="lp-article-uriho"] .lau-main .caption-box ul {
    padding: 0.5em 1em;
  }
  [id^="lp-article-uriho"] .lau-main .main-visual2 {
    height: 240px;
  }
  [id^="lp-article-uriho"] .top-main .title {
    max-width: 540px;
    padding: 0;
    font-size: 23px;
  }
  #lp-article-uriho .uriho-description .main-caption3 {
    width: 100%;
    font-size: 13px;
    text-align: center;
  }
  #lp-article-uriho .uri-feature .number {
    padding-right: 5px;
    font-size: 15px;
    color: #14b4b4;
  }
  #lp-article-uriho .main-caption3 .uri-feature {
    padding: 14px 0 16px;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    border: 1px solid #14b4b4;
  }
  #lp-article-uriho .main-visual4 .column-1 .t-box1 {
    width: calc(34%);
  }
  #lp-article-uriho .main-visual4 .column-2 .box2-a,
  #lp-article-uriho .main-visual4 .column-2 .box2-b {
    width: calc(34%);
  }
  #lp-article-uriho .main-visual4 .column-2 .box-mb {
    width: calc(34%);
  }
  #lp-article-uriho .main-visual4 .column-2 .box1 br,
  #lp-article-uriho .main-visual4 .column-2 [class^="box-rb"] br,
  #lp-article-uriho .main-visual4 .column-2 .box3-b br,
  #lp-article-uriho .main-visual4 .column-2 .box2-a br,
  #lp-article-uriho .main-visual4 .column-2 .box2-b br,
  #lp-article-uriho .main-visual4 .column-2 .box-mb br {
    display: inline;
  }
  #lp-article-uriho .main-visual4 .column-2 .box3-a {
    padding: 41px 0;
  }
  #lp-article-uriho .main-visual4 .column-2 .box3-b {
    padding: 18px 0;
  }
  #lp-article-uriho .main-visual4 .column-2 .box-lt {
    padding: 52px 0;
  }
  #lp-article-uriho .main-visual4 .column-2 .box1 {
    padding: 43px 0;
  }
  #lp-article-uriho .main-visual4 .column-2 .box-lb {
    padding: 53px 0;
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 {
    margin: 5px auto 30px;
  }
  #lp-article-uriho .uriho-description .uriho-logo-visual-pc {
    display: none;
  }
  #lp-article-uriho .uriho-description .uriho-logo-visual-sp {
    display: block;
    width: 331px;
    margin: 0 auto;
    text-align: center;
  }
  #lp-article-uriho .uriho-description .uriho-logo-visual-sp img {
    width: 200px;
    margin: 10px 0;
  }
  #lp-article-uriho .lau-main .user-list1 {
    display: flex;
    flex-direction: column-reverse;
    width: 510px;
    margin: 0 auto;
  }
  #lp-article-uriho .lau-main .user-list2 {
    width: 510px;
    margin: 40px auto 0;
  }
  #lp-article-uriho .user-list1 .user-comment,
  #lp-article-uriho .user-list2 .user-comment {
    display: block;
    width: 510px;
    margin: 0 auto;
  }
  #lp-article-uriho .user-comment .user-headline {
    padding-left: 0;
    text-align: center;
    border-left: none;
  }
  #lp-article-uriho .user-comment .comment-detail {
    font-size: 15px;
    line-height: 28px;
  }
  #lp-article-uriho .user-list1 .main-visual6-a {
    display: block;
    margin: 20px auto;
  }
  #lp-article-uriho .user-list2 .main-visual7 {
    display: block;
    margin: 0 auto 20px;
  }
  [id^="lp-article-uriho"] .writer {
    padding: 20px 0 70px;
  }
}
@media screen and (width <= 670px) {
  [id^="lp-article-uriho"] .lau-wrapper {
    width: 100%;
    box-shadow: none;
  }
  [id^="lp-article-uriho"] .lau-wrapper .lau-header {
    justify-content: space-between;
    width: calc(100% - 40px);
    height: 48px;
  }
  [id^="lp-article-uriho"] .lau-header .header-logo {
    width: 100px;
  }
  [id^="lp-article-uriho"] .lau-header .logo-int {
    display: none;
  }
  [id^="lp-article-uriho"] .lau-wrapper .top-main {
    padding: 80px 0 0;
  }
  [id^="lp-article-uriho"] .top-main .date {
    font-size: 13px;
  }
  [id^="lp-article-uriho"] .top-main .title {
    justify-content: center;
    padding-left: 0;
    margin: 10px auto 50px;
    font-size: 22px;
  }
  [id^="lp-article-uriho"] .top-main .title::before {
    font-size: 85px;
  }
  [id^="lp-article-uriho"] .lau-main [class^="main-capution"] {
    font-size: 15px;
    line-height: 28px;
  }
  [id^="lp-article-uriho"] .lau-main .main-visual2 {
    height: 140px;
  }
  #lp-article-uriho .uriho-description .main-caption3 {
    margin: 0 auto 30px;
    text-align: center;
  }
  #lp-article-uriho .main-visual4 .column-1 .null-box {
    border: none;
  }
  #lp-article-uriho .main-visual3 .column-1 .t-box1 {
    padding: 17px 0;
  }
  #lp-article-uriho .main-visual3 .column-1 .t-box2 {
    padding: 17px 0;
  }
  #lp-article-uriho .main-visual3 .column-1 .t-box3 br {
    display: inline;
  }
  #lp-article-uriho .main-visual3 .column-1 .t-box3 {
    padding: 8px 0;
    border-radius: 0 6px 0 0;
  }
  #lp-article-uriho .main-visual4 .column-1 .null-box {
    width: calc(23%);
    padding: 15px 11px;
  }
  #lp-article-uriho .main-visual4 .column-2 .box2-a .ty-exa,
  #lp-article-uriho .main-visual4 .column-2 .box2-b .ty-exa,
  #lp-article-uriho .main-visual4 .column-2 .box-mb .ty-exa {
    display: block;
  }
  #lp-article-uriho .main-visual4 .column-2 .box3-a {
    display: none;
  }
  #lp-article-uriho .main-visual4 .column-2 .box3-b {
    display: none;
  }
  #lp-article-uriho .main-visual4 .column-2 [class^="box-rb"] {
    display: none;
  }
  #lp-article-uriho .main-visual4 .column-1 .t-box2 {
    display: none;
  }
  #lp-article-uriho .main-visual4 .column-2 .box-lt {
    width: calc(23%);
    padding: 90px 10px;
  }
  #lp-article-uriho .box-lt .kessai {
    display: inline-block;
  }
  #lp-article-uriho .main-visual4 .column-2 .box1 br {
    display: none;
  }
  #lp-article-uriho .main-visual4 .column-2 .box1 {
    width: calc(23%);
    padding: 80px 10px;
  }
  #lp-article-uriho .main-visual4 .column-2 [class^="box-lb"] {
    width: calc(23%);
    padding: 90px 10px;
  }
  #lp-article-uriho .main-visual4 .column-1 .t-box1 {
    width: calc(66%);
    border-right: 1px #848484 solid;
    border-radius: 6px 6px 0 0;
  }
  #lp-article-uriho .main-visual4 .column-2 .box2-a,
  #lp-article-uriho .main-visual4 .column-2 .box2-b {
    width: calc(66%);
    font-size: 13px;
    border-right: 1px #848484 solid;
  }
  #lp-article-uriho .main-visual4 .column-2 .box-mb {
    width: calc(66%);
    font-size: 13px;
    border-right: 1px #848484 solid;
    border-radius: 0 0 6px;
  }
  #lp-article-uriho .main-visual4 .column-2 [class^="box"] {
    text-align: center;
  }
  #lp-article-uriho .main-visual4 .column-2 [class^="box"] .ty-exa {
    width: 100%;
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 {
    width: 60%;
    min-width: 280px;
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 .flow {
    width: 100%;
    height: 190px;
    background-image: url(/web/img/pre/lp/lp_article_uriho/lau2_info_02.png);
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 .flow-2 {
    width: 100%;
    height: 160px;
    background-image: url(/web/img/pre/lp/lp_article_uriho/lau3_info_02.png);
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 .flow-3 {
    width: 100%;
    height: 150px;
    background-image: url(/web/img/pre/lp/lp_article_uriho/lau4_info_02.png);
  }
  [id^="lp-article-uriho"] .lau-main .main-visual5 .flow-4 {
    width: 100%;
    height: 150px;
    background-image: url(/web/img/pre/lp/lp_article_uriho/lau4_flow_02.png);
  }
  #lp-article-uriho .main-caption3 .uri-feature {
    font-size: 13px;
  }
  #lp-article-uriho .uriho-description .uriho-logo-visual-sp {
    display: block;
    width: 255px;
    margin: 0 auto;
    text-align: center;
  }
  #lp-article-uriho .uriho-description .uriho-logo-visual-sp img {
    width: 200px;
    margin: 15px 0 10px;
  }
  #lp-article-uriho .lau-main .user-list1 br,
  #lp-article-uriho .lau-main .user-list2 br {
    display: inline;
  }
  #lp-article-uriho .lau-main .user-list1 {
    width: 100%;
  }
  #lp-article-uriho .lau-main .user-list2 {
    width: 100%;
    margin-top: 40px;
  }
  #lp-article-uriho .user-list1 .user-comment,
  #lp-article-uriho .user-list2 .user-comment {
    display: block;
    width: 100%;
  }
  #lp-article-uriho .user-comment .user-headline {
    padding-left: 0;
    text-align: center;
    border-left: none;
  }
  [id^="lp-article-uriho"] .writer {
    padding-right: 0;
    text-align: center;
  }
  [id^="lp-article-uriho"] .writer .writer-caption {
    padding-left: 0;
    text-align: center;
  }
  [id^="lp-article-uriho"] .writer .writer-caption,
  [id^="lp-article-uriho"] .writer-caption .writer-name br {
    display: block;
  }
  [id^="lp-article-uriho"] .writer-name .kawana-name {
    display: none;
  }
  [id^="lp-article-uriho"] .sp-only {
    display: inline;
  }
}

/* 記事LP_2(20190123)
	----------------------------------------------------------------------------------------------- */
[id^="lp-article-uriho"] .lau-main .guest-wrap {
  margin-bottom: 35px;
  border: 1px solid #cccccc;
}
[id^="lp-article-uriho"] .guest-wrap .guest-name {
  margin: 20px 0 0 35px;
  vertical-align: middle;
}
[id^="lp-article-uriho"] .guest-wrap .guest-name span {
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
}
[id^="lp-article-uriho"] .guest-wrap .guest-name .guest-img {
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  border-radius: 45px;
  box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
[id^="lp-article-uriho"] .guest-wrap .guest-pro {
  margin: 20px 35px;
  font-size: 14px;
  line-height: 28px;
}
[id^="lp-article-uriho"] .lau-main .dialogue-wrap {
  margin: 10px auto 35px;
}
#lp-article-uriho2 .dialogue-wrap .ka-dialogue {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  color: #14b4b4;
}
#lp-article-uriho2 .dialogue-wrap .ku-dialogue {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 28px;
}
[id^="lp-article-uriho"] .dialogue-wrap .red {
  color: #ed0600;
}
[id^="lp-article-uriho"] .lau-main .caption-box {
  position: relative;
  padding: 1em 2em;
  margin-bottom: 45px;
  border: 1px solid #14b4b4;
}
[id^="lp-article-uriho"] .caption-box [class^="summary-caption"] {
  margin: -1.2em -30px 0;
  font-size: 19px;
  color: #14b4b4;
  text-align: center;
}
[id^="lp-article-uriho"] .caption-box [class^="summary-caption"] span {
  padding: 0 1em;
  background-color: #ffffff;
}
[id^="lp-article-uriho"] .lau-main .caption-box ul {
  position: relative;
  padding: 0.5em 6em;
  font-weight: bold;
}
[id^="lp-article-uriho"] .lau-main .caption-box ul li {
  padding: 0.5em 0 0 1.7em;
  line-height: 24px;
  text-indent: -1.8em;
  list-style-type: none !important;
}
[id^="lp-article-uriho"] .lau-main .caption-box ul li::before {
  display: inline-block;
  width: 13px;
  height: 13px;
  padding-right: 12px;
  vertical-align: middle;
  content: "";
  background-image: url(/web/img/pre/lp/lp_article_uriho/check_00.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#lp-article-uriho2 .column-1 .t-box-m2 .ap {
  position: relative;
  left: 14px;
  display: none;
  padding: 0 0 1px 3px;
  margin: -11px;
  font-size: 12px;
  vertical-align: text-bottom;
}
#lp-article-uriho2 .main-visual4 .column-1,
#lp-article-uriho2 .main-visual4 .column-2 {
  display: flex;
  justify-content: center;
}
#lp-article-uriho2 .main-visual4 .column-2 [class^="top-none"] {
  border-top: 1px #848484 solid;
}
#lp-article-uriho2 .column-1 .null-box {
  width: calc(30%);
  padding: 15px 0;
  border: 1px #ffffff solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho2 .column-1 [class^="t-box-s"] {
  width: calc(25%);
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho2 .column-1 .t-box-m1 {
  width: calc(15%);
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho2 .column-1 .t-box-m2 {
  width: calc(20%);
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho2 .t-box-m2 span,
#lp-article-uriho2 .t-box-m3 span,
#lp-article-uriho2 .t-box-m4 span {
  display: block;
  font-size: 10px;
}
#lp-article-uriho2 .column-1 .t-box-m3,
#lp-article-uriho2 .column-1 .t-box-m4 {
  width: calc(25%);
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-right: none;
  border-bottom: none;
}
#lp-article-uriho2 .column-1 .t-box-l,
#lp-article-uriho2 .column-1 .t-box-l2 {
  width: calc(15%);
  padding: 20px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #ababab;
  border: 1px #848484 solid;
  border-bottom: none;
  border-radius: 0 6px 0 0;
}
#lp-article-uriho2 .column-2 .box-lt {
  width: calc(30%);
  padding: 17px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-right: none;
  border-radius: 6px 0 0;
}
#lp-article-uriho2 .column-2 [class^="box-lm"] {
  width: calc(30%);
  padding: 17px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho2 .column-2 [class^="box-lb"] {
  width: calc(30%);
  padding: 17px 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #14adad;
  border: 1px #00605b solid;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 6px;
}
#lp-article-uriho2 .column-2 [class^="box-rb"] {
  width: calc(15%);
  padding: 15px 0;
  font-size: 28px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-radius: 0 0 6px;
}
#lp-article-uriho2 .column-2 .shape-small {
  font-size: 24px;
}
#lp-article-uriho2 .column-2 .box0 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25%);
  padding: 16px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho2 .column-2 .box0 br,
#lp-article-uriho2 .column-2 .box-lt br,
#lp-article-uriho2 .column-2 [class^="box-lm"] br,
#lp-article-uriho2 .column-2 [class^="box-lb"] br,
#lp-article-uriho2 .column-1 [class^="t-box-l"] br,
#lp-article-uriho2 .column-1 [class^="t-box-s"] br,
#lp-article-uriho2 .column-1 .t-box-m2 br,
#lp-article-uriho2 .column-1 .t-box-m3 br {
  display: none;
}
#lp-article-uriho2 .column-2 .box1 {
  width: calc(15%);
  padding: 15px 0;
  font-size: 28px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho2 .column-2 .box2 {
  width: calc(20%);
  padding: 15px 0;
  font-size: 28px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
  border-right: none;
}
#lp-article-uriho2 .column-2 .box3 {
  width: calc(15%);
  padding: 15px 0;
  font-size: 28px;
  line-height: 23px;
  text-align: center;
  background: #ffffff;
  border: 1px #848484 solid;
  border-top: none;
}
#lp-article-uriho2 .lau-main .main-visual4 .money-limit {
  display: none;
}
#lp-article-uriho2 .lau-main .tg-link {
  width: 215px;
  margin: -10px auto 35px;
}
#lp-article-uriho2 .lau-main .tg-link a {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #14b4b4;
  text-decoration: none;
  border-bottom: 1px solid #14b4b4;
}
#lp-article-uriho2 .lau-main .tg-link a:hover {
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #037575;
  text-decoration: none;
  border-bottom: 1px solid #037575;
  transition: 0.3s;
}
#lp-article-uriho2 .lau-main .uriho-logo-visual-sp {
  display: block;
  width: 331px;
  margin: 0 auto;
  text-align: center;
}
#lp-article-uriho2 .lau-main .uriho-logo-visual-sp img {
  width: 240px;
  margin: 20px 0 25px;
}

@media screen and (width <= 940px) {
  #lp-article-uriho2 .column-1 [class^="t-box-s"] {
    width: calc(20%);
  }
  #lp-article-uriho2 .column-1 .t-box-m3,
  #lp-article-uriho2 .column-1 .t-box-m4 {
    width: calc(20%);
  }
  #lp-article-uriho2 .column-1 .t-box-l {
    padding: 10px 0;
  }
  #lp-article-uriho2 .column-2 .top-none,
  #lp-article-uriho2 .column-2 .box1,
  #lp-article-uriho2 .column-2 .box2,
  #lp-article-uriho2 .column-2 .box3,
  #lp-article-uriho2 .column-2 .box-lb,
  #lp-article-uriho2 .column-2 .box-rb {
    padding: 30px 0;
  }
  #lp-article-uriho2 .column-2 .box-lt,
  #lp-article-uriho2 .column-2 .box-lm {
    padding: 20px 0;
  }
  #lp-article-uriho2 .column-2 .box0 {
    width: calc(20%);
    line-height: 18px;
  }
  #lp-article-uriho2 .column-1 .t-box-l br,
  #lp-article-uriho2 .column-2 .box0 br,
  #lp-article-uriho2 .column-2 .box-lt br,
  #lp-article-uriho2 .column-2 [class^="box-lm"] br,
  #lp-article-uriho2 .column-2 [class^="box-lb"] br {
    display: inline;
  }
  #lp-article-uriho2 .column-1 .t-box-m3 br,
  #lp-article-uriho2 .column-1 .t-box-m4 br {
    display: none;
  }
}
@media screen and (width <= 670px) {
  [id^="lp-article-uriho"] .lau-main .caption-box ul {
    padding: 0.5em 0.8em;
  }
  [id^="lp-article-uriho"] .caption-box [class^="summary-caption"] {
    margin-top: -1.6em;
    font-size: 15px;
  }
  [id^="lp-article-uriho"] .caption-box [class^="summary-caption"] span {
    padding: 0 8px;
  }
  #lp-article-uriho2 .column-1 .t-box-m2 .ap {
    display: block;
  }
  #lp-article-uriho2 .column-1 .t-box-l br,
  #lp-article-uriho2 .column-1 .t-box-l2 br,
  #lp-article-uriho2 .column-1 [class^="t-box-s"] br,
  #lp-article-uriho2 .column-1 .t-box-m2 br,
  #lp-article-uriho2 .column-1 .t-box-m3 br {
    display: inline;
  }
  #lp-article-uriho2 .column-1 .t-box-m2 span {
    display: none;
  }
  #lp-article-uriho2 .column-1 .t-box-m3,
  #lp-article-uriho2 .column-1 .t-box-m4 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(21%);
  }
  #lp-article-uriho2 .column-2 .box0,
  #lp-article-uriho2 .column-2 .box-lt,
  #lp-article-uriho2 .column-2 [class^="box-lm"],
  #lp-article-uriho2 .column-2 [class^="box-lb"],
  #lp-article-uriho2 .column-1 [class^="t-box-s"],
  #lp-article-uriho2 .column-1 .t-box-m1,
  #lp-article-uriho2 .column-1 .t-box-m2,
  #lp-article-uriho2 .column-1 .t-box-m3,
  #lp-article-uriho2 .column-1 .t-box-m4,
  #lp-article-uriho2 .column-1 .t-box-l,
  #lp-article-uriho2 .column-1 .t-box-l2 {
    font-size: 14px;
  }
  #lp-article-uriho2 .column-2 .box1,
  #lp-article-uriho2 .column-2 .box3,
  #lp-article-uriho2 .column-2 [class^="box-rb"],
  #lp-article-uriho2 .column-1 .t-box-m1,
  #lp-article-uriho2 .column-1 .t-box-l,
  #lp-article-uriho2 .column-1 .t-box-l2 {
    width: calc(18%);
  }
  #lp-article-uriho2 .column-1 .null-box,
  #lp-article-uriho2 .column-2 .box-lt,
  #lp-article-uriho2 .column-2 [class^="box-lm"],
  #lp-article-uriho2 .column-2 [class^="box-lb"] {
    width: calc(20%);
  }
  #lp-article-uriho2 .column-2 .box1,
  #lp-article-uriho2 .column-2 .box2,
  #lp-article-uriho2 .column-2 .box-rb {
    font-size: 28px;
  }
  #lp-article-uriho2 .column-2 .box-rb2 {
    font-size: 27px;
  }
  #lp-article-uriho2 .column-2 .shape-small {
    font-size: 20px;
  }
  #lp-article-uriho2 .column-1 .t-box-s {
    width: calc(21%);
    padding: 10px 0;
  }
  #lp-article-uriho2 .column-1 .t-box-s2 {
    width: calc(21%);
  }
  #lp-article-uriho2 .column-2 .box0 {
    width: calc(21%);
    padding: 9px 0;
    line-height: 17px;
  }
  #lp-article-uriho2 .column-2 .top-none {
    padding: 30px 0;
  }
  #lp-article-uriho2 .column-2 .box-lb {
    padding: 32px 0;
  }
  #lp-article-uriho2 .column-2 .box-lt,
  #lp-article-uriho2 .column-2 .box-lm {
    padding: 22px 0;
  }
  #lp-article-uriho2 .lau-main .main-visual4 .money-limit {
    display: block;
    padding-top: 5px 20px 0 0;
    font-size: 11px;
    text-align: right;
  }
  #lp-article-uriho2 .money-limit .ap-sizeup {
    font-size: 12px;
  }
  #lp-article-uriho2 .lau-main .uriho-logo-visual-sp {
    width: 270px;
  }
  #lp-article-uriho2 .lau-main .uriho-logo-visual-sp img {
    width: 180px;
  }
}

/* 記事LP_3(20190522)
----------------------------------------------------------------------------------------------- */
[id^="lp-article-uriho"] .lau-main .dialogue-list {
  padding: 0 2.5em;
  margin: 2em 0;
  font-weight: bold;
  line-height: 26px;
  border-left: solid 2.5px #797979;
}
[id^="lp-article-uriho"] .dialogue-list .list-disc {
  list-style-type: disc;
}
[id^="lp-article-uriho"] .lau-main .sp-bubble {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  color: #444444;
  text-align: center;
  background: #f3fcff;
}
[id^="lp-article-uriho"] .sp-bubble .list-center {
  margin: 16px 30px;
}

/* 記事LP_4(20200115)
----------------------------------------------------------------------------------------------- */
[id^="lp-article-uriho"] .h-text,
[id^="lp-article-uriho"] .h-text3 {
  padding: 10px 0;
}
[id^="lp-article-uriho"] .l-text {
  padding: 0 11px;
}
[id^="lp-article-uriho"] .box-br {
  display: block;
}

@media screen and (width <= 670px) {
  [id^="lp-article-uriho"] .h-text2,
  [id^="lp-article-uriho"] .h-text3 {
    padding: 10px 0;
  }
  [id^="lp-article-uriho"] .l-text {
    padding: 0;
  }
}

/* header
----------------------------------------------------------------------------------------------- */
.lp-comic header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 56px;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 -4px 7px 0 #000000;
}
.lp-comic header img {
  width: 100%;
  vertical-align: middle;
}
.lp-comic header .left,
.lp-comic header .right {
  display: flex;
  align-items: center;
}
.lp-comic header .left a {
  display: block;
  padding: 18px 19px 17px;
  color: #3c3c3c;
}
.lp-comic header .left .cross a {
  padding: 0 4px 0 0;
}
.lp-comic header .logo {
  width: 148px;
  margin-right: 8px;
}
.lp-comic header .left .logo a {
  padding: 0;
}
.lp-comic header .right > li {
  margin-top: 4px;
}
.lp-comic header .right > li:not(:first-child) {
  margin-left: 10px;
}
.lp-comic header .co-btn-new {
  box-sizing: border-box;
  min-width: 220px;
  padding: 8px 0 6px;
  font-size: 14px;
}
.lp-comic header .co-btn-new::after {
  right: 20px;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01.co-btn-big::after {
  right: 30px;
  width: 10px;
  height: 10px;
}
.lp-comic header .to-seminar-form {
  padding: 8px 17px;
  margin-right: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #3296d2;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #3296d2;
  border-radius: 5px;
  transition: 0.5s;
}
.lp-comic header .to-seminar-form::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: 3px;
  vertical-align: middle;
  content: "";
  border-top: solid 2px #3296d2;
  border-right: solid 2px #3296d2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}
.lp-comic header .to-seminar-form:hover {
  color: #ffffff;
  background: #3296d2;
}
.lp-comic header .to-seminar-form:hover::after {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}
.lp-comic header .right .lp-reg-headlink {
  padding-top: 4px;
  padding-right: 13px;
  margin-right: 15px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.5px;
  background: url(/web/img/pre/icon/img_icon_arrow.gif) center right no-repeat;
  background-size: 7px 12px;
}
#pre-index .contents-lp-comic .dl-box-lp-comic01 .co-btn-big {
  box-sizing: border-box;
  min-width: 220px;
  padding: 22px 70px 20px;
  font-size: 20px;
}
#contents-index .reg-lp-comic .lp-reg-btn {
  padding: 8px 25px 6px;
  font-size: 13px;
}
#contents-index .reg-lp-comic .lp-reg-btn::after {
  right: 20px;
  width: 6px;
  height: 6px;
}

@media screen and (width <= 940px) {
  .lp-comic header {
    padding: 0 10px;
  }
  .lp-comic header .logo {
    width: 143px;
  }
  .lp-comic header .to-seminar-form {
    padding: 7px 10px;
    margin-right: 0;
  }
  .lp-comic header .right > li {
    margin-top: 2px;
  }
}
@media screen and (width <= 670px) {
  .lp-comic header .pt-only {
    display: none;
  }
  .lp-comic header .logo {
    width: 135px;
  }
  .lp-comic header .cross {
    width: 25px;
  }
  .lp-comic header .left .cross a {
    padding: 0;
  }
  .lp-comic header .logo-kenkey {
    width: 95px;
    margin-right: 0;
  }
  .lp-comic header .co-btn-new {
    min-width: auto;
    padding: 8px 30px 6px 16px;
  }
  .lp-comic header .co-btn-new::after {
    right: 15px;
  }
  .lp-comic header .right .lp-reg-headlink {
    font-size: 14px;
  }
}
