@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, p {
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  display: block;
  height: auto;
}
.tab_ph {
  display: none;
}
.sp_ph {
  display: none;
}
.sp_ph_test {
  display: none;
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}
.form_wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main {
  width: 100%;
  position: relative;
  background-color: #e1e4e3;
}
.main_test {
  width: 100%;
  position: relative;
  background-color: #f0f4f7;
}
.main02 {
  border-bottom: none;
  background-color: #fff;
}
header {
  position: absolute;
  top: 10px;
  width: auto;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 9999;
}
header2 {
  position: absolute;
  top: 10px;
  width: 130%;
  max-width: 1160px;
  margin: 0 40px auto;
  box-sizing: border-box;
  z-index: 9999;
}
@media only screen and (max-width: 1160px) {
  .wrapper {
    width: 94%;
  }
  header {
    width: 94%;
  }
  header2 {
    width: 94%;
  }
}
header .top_disc {
  width: 100%;
}
header .top_disc .logo {
  width: 100%;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 0;
  vertical-align: middle;
}
header .top_disc .logo h1 {
  font-size: 12px;
  margin-top: 5px;
}
header .top_disc .logo .top_logo {
  width: 40%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: middle;
}
header2 .top_disc {
  width: 100%;
}
header2 .top_disc .logo {
  width: 56%;
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 4%;
  vertical-align: middle;
}
header2 .top_disc .logo h1 {
  font-size: 12px;
}
header2 .top_disc .logo .top_logo {
  width: 23%;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 20px;
  vertical-align: middle;
}
header .top_disc .logo .top_logo a {
  display: block;
}
header .top_disc .logo .top_logo a:hover {
  opacity: 0.8;
}
header2 .top_disc .logo .top_logo a {
  display: block;
}
header2 .top_disc .logo .top_logo a:hover {
  opacity: 0.8;
}
header .top_disc .shozai {
  width: 33%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 5px;
  vertical-align: middle;
}
header .top_disc .shozai a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background-color: #29ABE2;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
header .top_disc .shozai a:hover {
  background-color: #00416A;
}
header .top_disc .shozai a:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 13px; /*画像の幅*/
  height: 13px; /*画像の高さ*/
  background-repeat: no-repeat;
  margin-left: 5px;
  background-image: url("../../../img/biz/mobile/lp_common/tab.png");
  background-size: contain;
  vertical-align: text-top;
}
.main {
  box-sizing: border-box;
}
.main .top_disc_sp {
  display: none;
}
.main .arrow {
  width: 100%;
  display: block;
  height: auto;
}
.main_test {
  box-sizing: border-box;
}
.main_test .top_disc_sp {
  display: none;
}
.main_test .arrow {
  width: 100%;
  display: block;
  height: auto;
}
nav {
  display: none;
}
nav.footer_menu {
  display: block;
}
.sp_contact {
  display: none;
}
#form_pc {
  width: 100%;
  display: block;
  overflow: hidden;
}
#form_sp {
  display: none;
}
.vi_ph {
  position: relative;
}
.vi_ph .visual {
  width: 100%;
  display: block;
  height: auto;
}
.vi_ph .visual2 {
  width: 100%;
  display: block;
  height: auto;
}
/* 微修正　2020.07.31 */
.visual .vi_le {
  position: absolute;
  top: 25%;
  left: 8.5%;
  width: 50%;
  display: block;
  overflow: hidden;
}
/* .visual .vi_le{
	position: absolute;
	top: 25%;
	left: 16%;
	width: 50%;
	display: block;
	overflow: hidden;
} */
.vi_ph .visual .vi_letop img {
  width: 45%;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.vi_ph .visual .vi_letop span {
  width: 50%;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  margin-left: 5%;
  padding: 3px 10px;
  border: 1px solid #333;
  border-radius: 10px;
  box-sizing: border-box;
}
.vi_ph .visual .vi_lebottom {
  width: 100%;
  clear: both;
}
.vi_ph .visual .vi_lebottom h2 {
  display: inline;
  font-size: 3vw;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  margin-top: 20px;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
.vi_ph .visual .vi_lebottom h2.main {
  display: inline;
  font-size: 56px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  margin-top: 20px;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
.vi_ph .visual .vi_lebottom .lbcopy {
  font-size: 31px;
}
.vi_ph .visual .vi_lebottom .lbcopy span {
  color: #20a1d8;
}
.vi_ph .visual .vi_lebottom .lb_ph {
  width: 100%;
  display: block;
  overflow: hidden;
}
.vi_ph .visual .vi_lebottom .lb_ph section:before {
  content: '';
  width: 44px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-image: url("../../../img/biz/mobile/lp_top/check02.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.vi_ph .visual .vi_lebottom .lb_ph section {
  width: 100%;
  display: inline-block;
  color: #00416a;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
.vi_ph .visual .vi_lebottom .lb_ph section:last-child {
  margin-right: 0;
}
.vi_ph .visual .vi_lebottom h2 span {
  font-size: 4vw;
  color: #02436b;
}
.vi_ph .visual .vi_lebottom p {
  font-size: 24px;
  display: inline;
  font-weight: bold;
  padding-left: 10px;
  vertical-align: middle;
}
.vi_ph .visual .vi_lebottom p.sumaho_debut {
  font-size: 48px;
  display: inline;
  font-weight: bold;
  padding-left: 0;
  vertical-align: middle;
}
.vi_ph .visual .vi_lebottom p.sumaho_debut span {
  font-size: 60px;
  color: #02436b;
}
.vi_ph .visual .vi_lebottom h3 {
  clear: both;
  width: fit-content;
  display: block;
  line-height: 1;
  font-size: 39px;
  font-weight: bold;
  text-align: center;
  color: #00416a;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  letter-spacing: 2px;
  margin: 10px auto 0;
  padding-bottom: 5px;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
.nymok {
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90%;
}
.nymok h3 {
  line-height: 1;
  font-size: 53px;
  font-weight: bold;
  color: #ffcc00;
  text-align: center;
  text-shadow: 1px 1px 0 #02436b, -1px -1px 0 #02436b, -1px 1px 0 #02436b, 1px -1px 0 #02436b, 0px 1px 0 #02436b, 0 -1px 0 #02436b, -1px 0 0 #02436b, 1px 0 0 #02436b;
}
.nymok h3 span {
  font-size: 70px;
  color: #ff3d28;
}
.hp_detail {
  width: 100%;
  margin: 40px auto;
  box-sizing: border-box;
}
.hp_detail02 {
  width: 100%;
  box-sizing: border-box;
}
.hp_detail a {
  width: 100%;
  max-width: 70%;
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: #29ABE2;
  box-shadow: 0 5px #00416A;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.hp_detail02 a {
  width: 100%;
  max-width: 70%;
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 40px auto 80px;
  padding: 20px;
  background-color: #29ABE2;
  box-shadow: 0 5px #00416A;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.hp_detail a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  background-color: #00416A;
}
.hp_detail02 a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  background-color: #00416A;
  opacity: 1;
}
.hp_detail a:after {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 20px; /*画像の幅*/
  height: 20px; /*画像の高さ*/
  background-repeat: no-repeat;
  margin-left: 5px;
  background-image: url("../../../img/biz/mobile/lp_common/tab.png");
  background-size: contain;
  vertical-align: text-top;
}
.hp_detail span {
  display: block;
  text-align: center;
}
#Q1 .contact .estimate_click a {
  width: 100%;
  display: block;
  height: auto;
  transition: 0.2s all ease 0s;
  box-shadow: 0 5px #9a1600;
  border-radius: 10px;
}
.main .globalMenuSp {
  display: none;
}
.main #menu {
  width: 15%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
}
.main #menu ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.main #menu ul li {
  width: 100%;
  display: block;
  margin-bottom: 2%;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.main #menu ul li:last-child {
  margin-bottom: 0;
}
.main #menu ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #29ABE2;
  box-shadow: 0 5px #00416A;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.main #menu ul li a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  background-color: #00416A;
  opacity: 1;
}
.main_test .globalMenuSp {
  display: none;
}
.main_test #menu {
  width: 15%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999;
}
.main_test #menu ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.main_test #menu ul li {
  width: 100%;
  display: block;
  margin-bottom: 2%;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.main_test #menu ul li:last-child {
  margin-bottom: 0;
}
.main_test #menu ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #29ABE2;
  box-shadow: 0 5px #00416A;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.main_test #menu ul li a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  background-color: #00416A;
  opacity: 1;
}
#question {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 60px 0;
  background-image: url("../../../img/biz/mobile/lp_top/border01.jpg")
}
#question section {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 4%;
  margin-bottom: 4%;
  transform: translate3d(0, 2px, 0);
}
#question section:nth-child(2n) {
  margin-right: 0;
}
#question section:nth-child(3) {
  margin-bottom: 0;
}
#question section:last-child {
  margin-bottom: 0;
}
#question .memcopy {
  margin-bottom: 0 !important;
}
#question section a {
  display: block;
}
#question section a {
  display: block;
}
#question section a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.2s ease-in-out;
}
#memberok {
  clear: both;
  width: 100%;
  display: block;
}
#memberok section {
  width: 50%;
  display: inline-block;
  float: left;
  margin-top: -30px;
}
#memberok .memcopy {
  width: 50%;
  display: inline-block;
  float: left;
  margin-top: 85px;
}
#memberok .memcopy img {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
#memberok .memcopy p {
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
#memberok .memcopy .red {
  width: fit-content;
  font-size: 45px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
/*追記　2021.06.01*/
#question2 {
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#question2 ul {
  width: 100%;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
}
#question2 li.tit {
  width: 48.5%;
  display: inline-block;
  color: #333;
  text-align: center;
  border: 5px solid #02436B;
  margin-right: 20px;
  margin-bottom: 18px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
#question2 li.tit:nth-child(2n) {
  margin-right: 0;
}
#question2 li.tit:nth-child(3) {
  margin-top: 20px;
  margin-bottom: 0;
}
#question2 li.tit:last-child {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 0;
}
#question2 .tit:before {
  background-color: #fff;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 50%;
  bottom: -13%;
  -moz-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  z-index: 1;
  content: "";
  border: 5px solid;
}
#question2 .tit.is-tit01:before {
  border-color: transparent transparent #02436B #02436B;
}
#question2 .tit.is-tit02:before {
  border-color: transparent transparent #02436B #02436B;
}
#question2 .tit.is-tit03:before {
  border-color: transparent transparent #02436B #02436B;
}
#question2 .tit.is-tit04:before {
  border-color: transparent transparent #02436B #02436B;
}
#question2 li.tit a {
  display: block;
  color: #02436B;
  font-size: 30px;
  font-weight: bold;
  padding: 40px;
  text-decoration-line: none;
}
#question2 li.tit:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: 0.2s ease-in-out;
}
#Q1 {
  /*clear: both;*/
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
#Q-tit01 {
  width: 100%;
  display: block;
  background-color: #274BA1;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
}
#Q-tit02 {
  width: 100%;
  display: block;
  background-color: #274BA1;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
}
#Q-tit03 {
  width: 100%;
  display: block;
  background-color: #274BA1;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
}
#Q-tit04 {
  width: 100%;
  display: block;
  background-color: #274BA1;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
  box-sizing: border-box;
}
#Q-tit01 h2:before {
  content: url(../../../img/biz/mobile/lp_top/check.png);
  margin-right: 1.5%;
  vertical-align: middle;
}
#Q-tit02 h2:before {
  content: url(../../../img/biz/mobile/lp_top/check.png);
  margin-right: 1.5%;
  vertical-align: middle;
}
#Q-tit03 h2:before {
  content: url(../../../img/biz/mobile/lp_top/check.png);
  margin-right: 1.5%;
  vertical-align: middle;
}
#Q-tit04 h2:before {
  content: url(../../../img/biz/mobile/lp_top/check.png);
  margin-right: 1.5%;
  vertical-align: middle;
}
#Q-tit01 h2 {
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#Q-tit02 h2 {
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#Q-tit03 h2 {
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#Q-tit04 h2 {
  float: left;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
#Q1 .tit {
  width: 100%;
  padding: 80px 0 0;
}
#Q1 .tit .sp_copy {
  display: none !important;
}
#Q1 .tit .asset {
  position: relative;
  display: block;
  margin: 0 auto;
}
#Q1 .tit .asset h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  /* background: linear-gradient(transparent 82%, #ffdc50 0%);*/
  margin: 0 auto;
}
#Q1 .tit .asset h3 span {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  #Q1 {
    margin-bottom: 40px;
  }
}
#Q1 .contact {
  position: relative;
  margin: 80px 0;
  padding: 60px;
  border-radius: 15px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: cover;
  border: 3px solid #FF1E00;
  overflow: hidden;
  box-sizing: border-box;
}
#Q1 .contact .estimate p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q1 .contact .estimate p span {
  font-size: 32px;
  font-weight: bold;
  color: #ee2200;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#efficiency {
  width: 100%;
  margin: 80px auto 0;
  background-image: url("../../../img/biz/mobile/lp_top/border01.jpg");
  background-repeat: repeat;
  overflow: hidden;
}
#efficiency .tit .asset02 {
  position: relative;
  display: block;
  margin: 0 auto 60px;
}
#efficiency .tit .asset02 h3 {
  width: max-content;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  /*background: linear-gradient(transparent 83%, #ffdc50 0%);*/
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#efficiency .tit .eff_list section {
  padding: 40px 40px;
  overflow: hidden;
}
#efficiency .tit .eff_list section .ef_l {
  width: 100%;
}
#efficiency .tit .eff_list section .ef_l p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
}
#efficiency .tit .eff_list section .ef_l p span {
  background: linear-gradient(transparent 75%, #ffdc50 0%);
  padding-bottom: 5px;
  font-size: 18px;
}
#efficiency .tit .eff_list section .ef_r {
  margin: 0 auto 20px;
}
#efficiency .tit .eff_list section .ef_r img {
  width: auto;
  height: auto;
  margin: 0 auto;
}
#Q1 .contact02 {
  position: relative;
  margin: 80px 0;
  padding: 60px;
  border-radius: 15px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: cover;
  border: 3px solid #FF1E00;
  overflow: hidden;
  box-sizing: border-box;
}
#Q1 .contact02 .estimate p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q1 .contact02 .estimate p span {
  font-size: 32px;
  font-weight: bold;
  color: #ee2200;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q2 {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
#Q2 .asset {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 60px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q2 .asset h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  /*background: linear-gradient(transparent 82%, #ffdc50 0%);*/
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q2 .asset h3 span {
  font-size: 40px;
}
#Q2 .step {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
  border-bottom: 4px solid #000d15;
  border-radius: 16px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q2 .step ul {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#Q2 .step li {
  position: relative;
  width: 25%;
  display: table-cell;
  background-color: #29ABE2;
  padding: 25px 25px 25px 50px;
  box-sizing: border-box;
}
#Q2 .step li:first-child {
  padding-left: 30px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#Q2 .step li:last-child {
  margin-right: 0;
  overflow: hidden;
}
#Q2 .step li:before, #Q2 .step li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
#Q2 .step li:before {
  top: -10%;
  right: -34px;
  border-style: solid;
  border-color: transparent transparent transparent #000d15;
  border-width: 90px 0 114px 2em;
  z-index: 10;
}
#Q2 .step li:after {
  top: -35%;
  right: -34px;
  border-style: solid;
  border-color: transparent transparent transparent #29ABE2;
  border-width: 135px 3px 170px 3em;
  z-index: 10;
}
#Q2 .step .step01 {
  background-color: #c3e8ff;
}
#Q2 .step .step01 h4 {
  color: #02436b;
}
#Q2 .step .step01 p {
  color: #02436b;
}
#Q2 .step .step01 span {
  color: #02436b;
  font-weight: bold;
}
#Q2 .step .step01:after {
  border-color: transparent transparent transparent #c3e8ff;
}
#Q2 .step .step02 {
  background-color: #29ABE2;
}
#Q2 .step .step02:after {
  border-color: transparent transparent transparent #29ABE2;
}
#Q2 .step .step03 {
  background-color: #1a7fbd;
}
#Q2 .step .step03:after {
  border-color: transparent transparent transparent #1a7fbd;
}
#Q2 .step .step04 {
  background-color: #274BA1;
}
#Q2 .step .step04:before {
  content: none;
}
#Q2 .step .step04:after {
  content: none;
}
#Q2 .step .step04 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
#Q2 .step li h4 {
  display: block;
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  height: auto;
}
#Q2 .step li p {
  display: block;
  line-height: 1.3;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  height: auto
}
#Q2 .step li span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  height: auto;
}
#Q2 .contact {
  position: relative;
  margin: 80px 0;
  padding: 60px;
  border-radius: 15px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: cover;
  border: 3px solid #FF1E00;
  overflow: hidden;
  box-sizing: border-box;
}
#Q2 .contact .estimate p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q2 .contact .estimate p span {
  font-size: 32px;
  font-weight: bold;
  color: #ee2200;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q2 .contact section {
  position: absolute;
  top: 0;
  left: 9.6%;
}
#Q3 .asset {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
#Q3 .asset h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q3 .asset h3 span {
  font-size: 40px;
}
#Q3 .case {
  width: 100%;
  display: block;
  overflow: hidden;
}
#Q3 .case section {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 4%;
}
#Q3 .case section h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  padding: 12px;
  border: 3px solid #29ABE2;
  border-radius: 14px;
  box-sizing: border-box;
}
#Q3 .case section img {
  width: auto;
  display: block;
  max-height: 193px;
  margin: 0 auto 30px;
}
#Q3 .case section p {
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto;
  background: linear-gradient(transparent 75%, #dbdbdb 0%);
}
#Q3 .case .t-case {
  width: 48%;
  display: inline-block;
  float: left;
  margin-right: 0;
}
#Q3 .case .t-case p {
  width: max-content;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  margin: 0 auto;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
#Q3 .case .sp_copy {
  display: none;
}
#Q3 .contact02 {
  position: relative;
  margin: 80px 0;
  padding: 60px;
  border-radius: 15px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: cover;
  border: 3px solid #FF1E00;
  overflow: hidden;
  box-sizing: border-box;
}
#Q3 .contact02 .estimate p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q3 .contact02 .estimate p span {
  font-size: 32px;
  font-weight: bold;
  color: #ee2200;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q4 {
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}
#Q4 #reason .asset {
  position: relative;
  display: block;
  margin: 0 auto 60px;
}
#Q4 #reason .asset h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 30px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q4 #reason .asset h3 span {
  font-size: 40px;
}
/* 微修正　2020.07.31 */
#Q4 #reason .re-case {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #29ABE2;
  box-sizing: border-box;
}
#Q4 #reason .last {
  margin-bottom: 0;
}
#Q4 #reason .re-case section p {
  font-size: 18px;
  font-weight: bold;
}
#Q4 #reason .re-case section p span {
  font-size: 14px;
}
#Q4 #performance .asset {
  position: relative;
  display: block;
  margin: 80px auto 0;
}
#Q4 #performance .asset h3 span {
  font-size: 40px;
}
#Q4 #performance .asset h2 {
  width: max-content;
  line-height: 1.3;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q4 #performance .per-number {
  width: 70%;
  display: block;
  margin: 0 auto;
}
#Q4 #performance p {
  max-width: 750px;
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 60px;
}
#Q4 .contact .estimate p {
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q4 .contact .estimate p span {
  font-size: 32px;
  font-weight: bold;
  color: #ee2200;
  letter-spacing: 1.5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#f-contact {
  width: 100%;
  position: fixed;
  bottom: -3px;
  padding: 3px 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(255, 220, 80, 0.8);
  z-index: 99999;
}
#f-contact .c-form {
  display: block;
  margin: 0 auto;
}
#f-contact .pc_ph a {
  width: 48.5%;
  margin-right: 3%;
  float: left;
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  background-color: #ee2200;
  box-shadow: 0 5px #9a1600;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
#f-contact .pc_ph_test a {
  width: 50%;
  margin-right: 3%;
  float: left;
  position: relative;
  display: block;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  background-color: #ee2200;
  box-shadow: 0 5px #9a1600;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
#f-contact .tab_ph {
  display: none;
}
#f-contact .c-form a img:hover {
  opacity: 1 !important;
}
#f-contact .pc_ph a:after {
  position: absolute;
  top: 35%;
  right: 3%;
  content: url(../../../img/biz/mobile/lp_top/arrow.png);
  vertical-align: middle;
}
#f-contact .pc_ph_test a:after {
  position: absolute;
  top: 35%;
  right: 3%;
  content: url(../../../img/biz/mobile/lp_top/arrow.png);
  vertical-align: middle;
}
#f-contact .sp_ph {
  display: none;
}
footer {
  width: 100%;
  position: initial;
  padding: 60px 0 80px;
  margin-top: 60px;
  text-align: left;
  background-color: #F5F5F5;
  bottom: 0;
}
.pagetop {
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    bottom: 25%;
  }
  #Q1 #plan-p .contents p.tyusyaku {
    padding: 30px;
    padding-top: 0;
  }
  footer {
    padding: 40px 0;
    margin-top: 40px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1700px) {
  .visual2 .vi_le {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 50%;
    display: block;
    overflow: hidden;
  }
  .vi_ph .visual2 .vi_lebottom2 h2.main {
    font-size: 30px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut {
    font-size: 30px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut span {
    font-size: 40px;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph .sumaho_tyusyaku p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1440px) {
  .vi_ph .visual2 .top-form {
    width: 220px;
    height: 450px;
    top: 1%;
    right: 1%;
  }
  .vi_ph .visual2 .top-form .contact-form {
    top: 5%;
    left: 12%;
  }
  .vi_ph .visual2 .top-form .contact-form input {
    width: 200px;
    margin-bottom: 5px;
  }
  .vi_ph .visual2 .top-form .contact-form label {
    margin-bottom: 0;
  }
  .vi_ph .visual2 .top-form .contact-form select {
    width: 214px;
    margin-bottom: 5px;
  }
  .vi_ph .visual2 .top-form input.submit_btn {
    width: 220px;
    height: 35px;
    margin-top: 15px;
    margin-left: -4px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1300px) {
  .visual .vi_le {
    left: 8%;
  }
  .vi_ph .visual .vi_lebottom {
    margin-top: 10px;
  }
  .vi_ph .visual .vi_lebottom p {
    font-size: 21px;
  }
  .vi_ph .visual .vi_lebottom .lb_ph section {
    margin-top: 5px;
  }
  .vi_ph .visual .vi_lebottom .lb_ph section:before {
    width: 30px;
    height: 27px;
  }
  /* 追記　2020.07.31 */
  .nymok {
    bottom: 8%;
  }
  .nymok h3 {
    font-size: 5vw;
  }
  .nymok h3 span {
    font-size: 7vw;
  }
}
@media only screen and (max-width: 1160px) {
  .pc_ph {
    display: none;
  }
  .pc_ph_test {
    display: none;
  }
  .tab_ph {
    display: block;
  }
  .sp_ph_test {
    width: 100%;
    display: block;
  }
  header {
    width: 90.5%;
    top: 20px;
  }
  header .top_disc .logo {
    width: 60%;
    margin-top: 0px;
  }
  header .top_disc .top_click {
    width: 36%;
  }
  .visual .vi_le {
    left: 8%;
  }
  .visual .vi_le {
    top: 30%;
  }
  /* 微修正　2020.07.31 */
  .visual .vi_le {
    top: 3%;
    width: 65%;
    left: 5%;
  }
  /* .visual .vi_le{
    top: 30%;
} */
  .visual .vi_le .vi_letop img {
    width: 45%;
    display: inline-block;
    float: left;
    vertical-align: middle;
  }
  .visual .vi_le .vi_letop span {
    width: 50%;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    margin-left: 5%;
    padding: 3px 10px;
    border: 1px solid #333;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .visual .vi_le .vi_lebottom {
    width: 100%;
    clear: both;
    margin-top: 0;
  }
  .visual .vi_le .vi_lebottom h2 {
    font-size: 4vw;
    margin-top: 10px;
  }
  .visual .vi_le .vi_lebottom p {
    font-size: 2.2vw;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 1.2px;
    margin-top: 5px;
  }
  .visual .vi_le .vi_lebottom .lbcopy {
    font-size: 2.8vw;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  .visual .vi_le .vi_lebottom h3 {
    font-size: 3.4vw;
  }
  #memberok .memcopy {
    margin-top: 70px;
  }
  #memberok .memcopy .red {
    font-size: 4vw;
  }
  #Q1 #plan-p .contents section .pulan3_list .pulan3_kaito {
    font-size: 2vw;
  }
  #Q1 .tit .asset:before {
    content: "";
  }
  #Q1 .tit .asset:after {
    content: "";
  }
  #efficiency .tit .asset02:before {
    content: "";
  }
  #efficiency .tit .asset02:after {
    content: "";
  }
  #Q2 .asset:before {
    content: "";
  }
  #Q2 .asset:after {
    content: "";
  }
  #Q2 .step li {
    padding: 25px 20px 25px 45px;
  }
  #Q2 .step li p {
    font-size: 16px;
  }
  #Q3 .asset:before {
    content: "";
  }
  #Q3 .asset:after {
    content: "";
  }
  #Q4 #reason .asset:before {
    content: "";
  }
  #Q4 #reason .asset:after {
    content: "";
  }
  #Q4 #performance .asset:before {
    content: "";
  }
  #Q4 #performance .asset:after {
    content: "";
  }
  #f-contact .pc_ph {
    display: none;
  }
  #f-contact .sp_phone {
    display: none;
  }
  #f-contact .tab_ph {
    display: block;
  }
  #f-contact .tab_ph a {
    width: 50%;
    margin-right: 2%;
    float: left;
    position: relative;
    display: block !important;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #ff2400;
    box-shadow: 0 5px #991600;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact .tab_ph a:after {
    position: absolute;
    top: 35%;
    right: 3%;
    content: url(../../../img/biz/mobile/lp_top/arrow.png);
    vertical-align: middle;
  }
  .mailform02 .step_ph {
    padding: 0 40px;
  }
  .mailform03 .step_ph {
    padding: 0 40px;
  }
  .visual2 .vi_le {
    top: 22%;
    left: 5%;
    width: 90%;
  }
  /*2021.7.30LP02改修*/
  .vi_ph .visual2 .top-form {
    width: 200px;
    height: 450px;
    top: 48%;
    right: 3%;
    padding: 20px;
  }
  .vi_ph .visual2 .top-form .new {
    font-size: 16px;
    padding: 1px 20px;
    background-color: #f82727;
    vertical-align: top;
    margin: -20px;
  }
  .vi_ph .visual2 .top-form .contact-form {
    top: 4%;
    left: 10%;
  }
  .vi_ph .visual2 .top-form .contact-form input {
    width: 180px;
  }
  .vi_ph .visual2 .top-form .contact-form select {
    width: 194px;
  }
  .vi_ph .visual2 .top-form input.submit_btn {
    width: 190px;
    margin-top: 10px;
    margin-left: 0;
  }
  #question2 li.tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  #question2 .tit:before {
    bottom: -13%;
  }
  #question2 li.tit:nth-child(2n) {
    margin-top: 30px;
  }
  #question2 li.tit:nth-child(3n) {
    margin-top: 30px;
  }
  #question2 li.tit:last-child {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 900px) {
  #memberok .memcopy {
    margin-top: 60px;
  }
  #memberok .memcopy p {
    margin: 15px auto 0;
  }
  #memberok .memcopy .red {
    font-size: 4vw;
  }
  #Q-tit01 {
    padding: 30px 0;
  }
  #Q-tit02 {
    padding: 30px 0;
  }
  #Q-tit03 {
    padding: 30px 0;
  }
  #Q-tit04 {
    padding: 30px 0;
  }
  #Q1 .tit {
    padding: 80px 0 40px
  }
  #Q1 .tit .asset h3 {
    width: 100%;
    line-height: 1.3;
    background: no-repeat;
  }
  #efficiency .tit .asset02 {
    margin-bottom: 40px;
  }
  #efficiency .tit .asset02 h3 {
    width: 100%;
    line-height: 1.3;
    background: no-repeat;
  }
  #Q2 .asset {
    padding-bottom: 40px;
  }
  #Q2 .asset h3 {
    width: 100%;
    line-height: 1.3;
    background: no-repeat;
  }
  #Q2 .contact section {
    left: 9.3%;
  }
  #Q3 .asset {
    padding-bottom: 40px;
  }
  #Q3 .asset h3 {
    width: 100%;
    line-height: 1.3;
    background: no-repeat;
  }
  #Q3 .case section p {
    font-size: 14px;
  }
  #Q3 .case .t-case p {
    font-size: 14px;
  }
  #Q4 #reason .asset {
    margin-bottom: 40px;
    margin-top: 0;
  }
  #Q4 #reason .asset h3 {
    width: 100%;
    background: no-repeat;
  }
  #Q4 #performance .asset {
    margin-bottom: 40px;
  }
  #Q4 #performance .asset h3 {
    width: 100%;
    line-height: 1.3;
    background: no-repeat;
  }
  #f-contact .pc_ph {
    display: none;
  }
  #another .realtime .remaining {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #another .realtime .remaining .number {
    font-size: 36px;
    color: #ff2400;
    line-height: 1;
  }
  /*
footer{
	padding-bottom: 200px;
}
*/
}
@media screen and (max-width:1019px) {
  /* 追記　2020.07.31 */
  #Q1 .tit .asset h3, #Q2 .asset h3, #Q3 .asset h3, #Q4 #reason .asset h3 {
    font-size: 21px;
  }
  #Q1 .tit .asset h3 span, #Q2 .asset h3 span, #Q3 .asset h3 span, #Q4 #reason .asset h3 span {
    font-size: 30px;
  }
  #Q1 .contact .estimate p, #Q1 .contact02 .estimate p, #Q2 .contact .estimate p, #Q3 .contact02 .estimate p, #Q4 .contact .estimate p {
    font-size: 16px;
  }
  #Q1 .contact .estimate p span, #Q1 .contact02 .estimate p span, #Q2 .contact .estimate p span, #Q3 .contact02 .estimate p span, #Q4 .contact .estimate p span {
    font-size: 21px;
  }
  .hp_detail a, .hp_detail02 a {
    font-size: 18px;
  }
  #Q1 #phone-p .contents section .plan-copy span {
    font-size: 27px;
  }
  #Q1 #phone-p .contents section .plan-copy em {
    padding: 5px;
    margin-top: -25px;
  }
  #Q1 #phone-p .contents section .plan-copy p {
    font-size: 90px;
  }
  #Q1 #phone-p .contents section .plan-copy p strong {
    font-size: 25px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li {
    margin: 10px auto 0;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li p {
    font-size: 16px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li p small {
    font-size: 19px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li span {
    font-size: 42px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li .pc-d01 {
    font-size: 41px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li .pc-d02 {
    font-size: 35px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li:before {
    width: 23%;
    margin-bottom: -45px;
  }
  #Q1 #gara-p .contents section .plan-copy .gara_tyusyaku p {
    margin: 5px auto 0;
  }
  #Q1 #gara-p .contents section .plan-copy span {
    font-size: 30px;
    color: #02436b;
  }
  #Q1 #gara-p .contents section .plan-copy p small {
    padding: 25px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  #Q1 #gara-p .contents section .plan-copy p strong {
    font-size: 25px;
    color: #02436b;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li {
    margin: 10px auto 0;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li p {
    font-size: 16px;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li span {
    font-size: 42px;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li .pc-d01 {
    font-size: 35px;
    position: absolute;
    top: 45%;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li .pc-d02 {
    font-size: 35px;
    position: absolute;
    top: 61%;
  }
  #Q1 #phone-p .contents section .plan-copy .sumaho_tyusyaku {
    margin-right: -10px;
  }
  #Q1 #phone-p .contents section .plan-copy .sumaho_tyusyaku p {
    font-size: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 376px) {
  .hp_detail a, .hp_detail02 a {
    font-size: 16px;
  }
  .hp_detail a {
    font-size: 110%;
  }
}
@media only screen and (max-width: 839px) {
  #memberok .memcopy {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 809px) {
  #Q2 .step li:before {
    top: -20%;
  }
  #Q2 .step li:after {
    top: -20%;
  }
}
@media only screen and (max-width: 768px) {
  #lp02_form {
    padding-top: 80px;
    margin-top: -80px;
  }
  .tab_ph {
    display: none;
  }
  #f-contact .tab_ph a {
    position: relative;
    display: block !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact .tab_ph a:after {
    display: none;
  }
  .sp_ph {
    width: 100%;
    display: block;
    padding-top: 235px;
  }
  .form_wrapper {
    padding: 0 20px;
  }
  header {
    display: none;
  }
  header2 {
    display: none;
  }
  nav {
    display: block;
  }
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .16);
    z-index: 99999999;
  }
  .global-nav {
    position: fixed;
    right: -80%; /* これで隠れる */
    top: 0;
    width: 80%; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  .global-nav__item:nth-child(9) {
    margin-top: 10px;
  }
  .aka {
    background-color: #02436b;
  }
  .ao {
    background-color: #29ABE2;
  }
  .syozai_jump {
    background-color: #919191;
  }
  .syozai_jump a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 3px;
    background-image: url(../../../img/biz/mobile/lp_common/tab.png);
    background-size: contain;
    vertical-align: text-top;
  }
  .global-nav__item a {
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #29ABE2;
  }
  .aka a {
    display: block;
    color: #fff;
  }
  .ao a {
    display: block;
    color: #fff;
  }
  .syozai_jump a {
    display: block;
    color: #fff;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .aka a:hover {
    opacity: 0.8;
    background-color: #02436b;
  }
  .hamburger__line {
    position: absolute;
    left: 18px;
    width: 25px;
    height: 2px;
    background-color: #29ABE2;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 17px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 31px;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  #page_top {
    bottom: 25%;
    right: 20px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .main .top_disc_sp {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .main .logo .top_logo {
    width: 140px;
    margin-top: 6px;
  }
  .main .top_disc_sp .logo {
    margin-top: 40px;
  }
  .main .top_disc_sp .logo h1 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
  }
  .main .top_disc_sp .logo .top_logo {
    width: 30%;
    margin-bottom: 10px;
  }
  .main_test .top_disc_sp {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .main_test .logo .top_logo {
    width: 140px;
    margin-top: 6px;
  }
  .main_test .top_disc_sp .logo {
    margin-top: 40px;
  }
  .main_test .top_disc_sp .logo h1 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 5px;
  }
  .main_test .top_disc_sp .logo .top_logo {
    width: 30%;
    margin-bottom: 10px;
  }
  .main02 .top_disc_sp .logo {
    margin-top: 20px;
  }
  #question {
    padding: 40px 0;
  }
  #question .memcopy {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  #question .memcopy section {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #question .memcopy section:nth-child(2n) {
    margin-right: 0;
  }
  #question .memcopy section:nth-child(3) {
    margin-bottom: 0;
  }
  #question .memcopy section:nth-child(4) {
    margin-bottom: 0;
  }
  #question .qu_ph {
    clear: both;
    width: 100%;
    display: block;
    height: auto;
    margin: 10px auto 0;
  }
  #question .qu_ph img {
    width: 100%;
    display: block;
    height: auto;
  }
  #question2 li.tit a {
    font-size: 24px;
  }
  #question2 .tit:before {
    bottom: -14%;
  }
  .hp_detail a {
    width: 100%;
    max-width: 100%;
    font-size: 115%;
  }
  .hp_detail02 a {
    max-width: 100%;
  }
  .vi {
    padding: 0;
  }
  .vi2 {
    padding: 20px;
    background-color: #fff;
    border-bottom: 2px solid #02436b;
  }
  /* 微修正　2020.07.31 */
  .visual .vi_le {
    width: 100%;
    top: 5%;
    left: 0;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .vi_ph .visual2 .top-form {
    position: relative;
    width: 100%;
    overflow: hidden;
    right: 0;
    top: 0;
    padding: 0;
    box-shadow: none;
  }
  .vi_ph .visual2 .top-form .contact-form {
    display: block;
    top: 49%;
    left: 49%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .vi_ph .visual2 .top-form .contact-form input {
    width: 100%;
    padding: 5px;
    margin-bottom: 6px;
  }
  .vi_ph .visual2 .top-form .contact-form label {
    margin-bottom: 0;
  }
  .vi_ph .visual2 .top-form .contact-form .lineup {
    display: flex;
  }
  .vi_ph .visual2 .top-form .contact-form .lineup .left {
    margin-right: 10px;
  }
  .vi_ph .visual2 .top-form .contact-form .lineup .left input {
    width: 91%;
    padding: 5px;
    margin-bottom: 6px;
  }
  .vi_ph .visual2 .top-form .contact-form select {
    width: 100%;
    padding: 5px;
    margin-bottom: 6px;
  }
  .vi_ph .visual2 .top-form .contact-form input.submit_btn {
    height: 35px;
    margin-top: 15px;
    margin-left: 6px;
    padding: 0;
  }
  /*2021.7.30LP改修のため一旦コメントアウト
.vi_ph .visual2 .top-form .contact-form label {
    font-size: 16px;
}
.vi_ph .visual2 .top-form .contact-form select {
    font-size: 16px;
}
*/
  .visual .vi_le .vi_letop img {
    width: 43%;
  }
  .visual .vi_le .vi_letop span {
    width: 52%;
    font-size: 11px;
    vertical-align: top;
    margin-left: 3%;
    padding: 2px 10px;
  }
  .visual .vi_le .vi_lebottom h2 {
    line-height: 1;
    font-size: 6vw;
    text-align: center;
    margin-top: 15px;
    letter-spacing: 1px;
    text-shadow: none;
  }
  .vi_ph .visual .vi_lebottom h2 span {
    font-size: 6vw;
  }
  /* 微修正　2020.07.31 */
  .visual .vi_le .vi_lebottom p {
    font-size: 3.2vw;
    letter-spacing: 1px;
    text-shadow: none;
  }
  /* .visual .vi_le .vi_lebottom p{
	font-size: 4vw;
	letter-spacing: 1px;
	text-shadow: none;
} */
  .visual .vi_le .vi_lebottom .lbcopy {
    font-size: 5.2vw;
    margin-top: 2px;
    letter-spacing: 1px;
    text-shadow: none;
  }
  /* 微修正　2020.07.31 */
  .visual .vi_le .vi_lebottom .lb_ph {
    width: 100%;
    margin-top: 15px;
    line-height: 1.3;
  }
  /* .visual .vi_le .vi_lebottom .lb_ph{
	width: 100%;
} */
  .visual .vi_le .vi_lebottom .lb_ph section {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .visual .vi_le .vi_lebottom .lb_ph section:nth-child(2n) {
    margin-right: 0;
  }
  .visual .vi_le .vi_lebottom h3 {
    font-size: 6.3vw;
    margin-top: 5px;
  }
  .visual .vi_le .vi_lebottom h3:last-child {
    margin-top: 7px;
  }
  .vi_ph .visual .vi_lebottom .lb_ph section:before {
    width: 20px;
    height: 18px;
  }
  .visual2 .vi_le {
    top: 3%;
    left: 3%;
    width: 90%;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph {
    padding-top: 10px;
  }
  .vi_ph .visual2 .vi_lebottom2 h2.main {
    font-size: 26px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut {
    font-size: 26px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut span {
    font-size: 40px;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph .sumaho_tyusyaku {
    margin-top: 5px;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph .sumaho_tyusyaku p {
    font-size: 11px;
  }
  .nymok {
    bottom: 3%;
  }
  #Q-tit01 {
    padding: 20px;
  }
  #Q-tit01 h2:before {
    content: "";
  }
  #Q-tit01 h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  #Q-tit02 {
    padding: 20px;
  }
  #Q-tit02 h2:before {
    content: "";
  }
  #Q-tit02 h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  #Q-tit03 {
    padding: 20px;
  }
  #Q-tit03 h2:before {
    content: "";
  }
  #Q-tit03 h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  #Q-tit04 {
    padding: 20px;
  }
  #Q-tit04 h2:before {
    content: "";
  }
  #Q-tit04 h2 {
    font-size: 23px;
    line-height: 1.3;
  }
  #Q1 .tit {
    padding: 40px 0 0;
  }
  #Q1 .tit .pc_copy {
    display: none;
  }
  #Q1 .tit .sp_copy {
    display: block !important;
  }
  #Q1 .tit .asset h3 {
    font-size: 28px;
  }
  #Q1 .tit .asset h3 span {
    /*font-size: 30px;*/
    font-size: 28px;
  }
  #Q1 #phone-p .contents .plan-pc {
    display: none;
  }
  #Q1 #phone-p .contents .plan-sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #Q1 #phone-p {
    border-radius: 6px;
  }
  #Q1 #phone-p .contents h3 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  #Q1 #phone-p .contents .plan-sp {
    position: unset;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #Q1 #phone-p .contents .plan-sp .plan-ph {
    display: none;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy {
    position: unset;
    transform: none;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy span {
    font-size: 11.5vw;
    color: #333;
    text-align: center;
    margin-left: 0;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy p {
    font-size: 14vw;
    color: #02436b;
    text-align: center;
    margin-top: 10px;
  }
  #Q1 #phone-p .contents section .plan-copy p small {
    float: inherit;
    font-size: 16px;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy p span {
    display: initial;
    font-size: 4vw;
    color: #02436b;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy strong {
    display: block;
    font-size: 8.5vw;
    color: #333;
    margin-top: 10px;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy em {
    position: relative;
    display: block;
    width: fit-content;
    font-size: 4vw;
    font-weight: bold;
    margin: 0 auto 0;
    border: none;
    text-align: center;
    margin-right: 7vw;
    margin-left: 3vw;
    padding: 0;
    letter-spacing: 0px;
    color: #29ABE2;
  }
  #Q1 #phone-p .contents section .plan-copy p b {
    font-size: 11px;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy .tax {
    display: inherit;
    font-size: 4vw;
    color: #333;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail {
    text-align: left;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li:before {
    content: none;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li {
    margin-top: 15px;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li p {
    display: block;
    font-size: 6vw;
    text-align: center;
    margin: 0 auto;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li span {
    width: fit-content;
    display: block;
    font-size: 14vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li .pc-d01 {
    width: fit-content;
    display: block;
    font-size: 8vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #phone-p .contents section .plan-copy .pc-detail li .pc-d02 {
    width: fit-content;
    display: block;
    font-size: 14vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #phone-p .contents section .plan-copy .sumaho_tyusyaku {
    margin-right: 0px;
    float: left;
  }
  #Q1 #phone-p .contents section .plan-copy .sumaho_tyusyaku p {
    width: 100%;
    text-align: left;
    font-size: 11px;
  }
  #Q1 #phone-p .contents .plan-pc {
    display: none;
  }
  #Q1 #phone-p .contents .plan-sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #Q1 #gara-p {
    border-radius: 6px;
  }
  #Q1 #gara-p .contents h3 {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  #Q1 #gara-p {
    border-radius: 6px;
    margin-bottom: 30px;
  }
  #Q1 #gara-p .contents h3 {
    line-height: 1.3;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  #Q1 #gara-p .contents .plan-sp {
    position: unset;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  #Q1 #gara-p .contents .plan-sp .plan-ph {
    display: none;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy {
    position: unset;
    transform: none;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy span {
    font-size: 10.5vw;
    text-align: center;
    color: #333
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy p {
    font-size: 14vw;
    margin-top: 10px;
    text-align: center;
  }
  #Q1 #gara-p .contents section .plan-copy p small {
    float: inherit;
    font-size: 16px;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy p span {
    display: initial;
    font-size: 4vw;
    color: #02436b;
  }
  #Q1 #gara-p .contents section .plan-copy p b {
    font-size: 11px;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy .tax {
    display: inherit;
    font-size: 3vw;
    color: #333;
  }
  #Q1 #gara-p .contents section .plan-copy .gara_tyusyaku p {
    text-align: left;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy strong {
    display: block;
    font-size: 7vw;
    margin-top: 10px;
    color: #333;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail {
    text-align: left;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li:before {
    content: none;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li {
    margin-top: 15px;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li p {
    display: block;
    font-size: 6vw;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li span {
    width: fit-content;
    display: block;
    font-size: 14vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li .pc-d01 {
    width: fit-content;
    display: block;
    position: inherit;
    font-size: 11vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #gara-p .contents section .plan-copy .pc-detail li .pc-d02 {
    width: fit-content;
    display: block;
    position: inherit;
    font-size: 13vw;
    color: #02436b;
    text-align: center;
    margin: 5px auto 0;
  }
  #Q1 #gara-p .contents .plan-pc {
    display: none;
  }
  #Q1 #gara-p .contents .plan-sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  #Q1 #plan-p .contents section {
    display: block;
    padding: 40px 30px 20px;
  }
  #Q1 #plan-p .contents section .pulan3 h4 {
    font-size: 7vw;
  }
  #Q1 #plan-p .contents section .pulan3 p {
    font-size: 7vw;
  }
  #Q1 #plan-p .contents section .pulan3_list {
    width: 100%;
    margin: 0 0 30px;
    padding: 40px 20px 30px;
  }
  #Q1 #plan-p .contents section .pulan3_list:last-child {
    margin-bottom: 0;
  }
  #Q1 #plan-p .contents section .pulan3_list p {
    font-size: 5vw;
  }
  #Q1 #plan-p .contents section .pulan3_list .pulan3_kaito {
    font-size: 7vw;
    margin-top: 5px;
    background: linear-gradient(transparent 75%, #ffdc50 0%);
  }
  #efficiency {
    margin-top: 40px;
  }
  #efficiency .tit .eff_list {
    border-radius: 6px;
  }
  #efficiency .tit .eff_list h3 {
    line-height: 1.3;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #efficiency .tit .eff_list section {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #efficiency .tit .eff_list section .ef_l {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    order: 2;
  }
  #efficiency .tit .eff_list section .ef_r {
    width: 100%;
    display: inline-block;
    margin: 0 auto 20px;
    padding: 0 20%;
    box-sizing: border-box;
    order: 1;
  }
  #efficiency .tit .eff_list section .ef_l02 {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 20%;
    box-sizing: border-box;
  }
  #efficiency .tit .eff_list section .ef_r02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  #efficiency .tit .asset02 h3 {
    font-size: 30px;
  }
  .pc_contact {
    display: none;
  }
  .sp_contact {
    display: block;
  }
  #Q1 .contact .note {
    padding: 20px;
    border-radius: 6px;
  }
  #Q1 .contact .note:before {
    content: none;
  }
  #Q1 .contact .estimate p {
    font-size: 21px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  #Q1 .contact .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q1 .contact02 {
    border-radius: 6px;
    margin-bottom: 40px;
    padding: 0;
  }
  #Q1 .contact02 .es {
    padding: 0;
  }
  #Q1 .contact02 .estimate p {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #Q1 .contact02 .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q2 {
    margin-bottom: 40px;
  }
  #Q2 .asset {
    padding: 0 0 40px 0;
  }
  #Q2 .asset h3 {
    font-size: 26px;
  }
  #Q2 .asset h3 span {
    font-size: 30px;
  }
  #Q2 .step {
    display: block;
    margin: 0;
    border-bottom: 0;
  }
  #Q2 .step ul {
    margin: 0;
  }
  #Q2 .step li {
    width: 100%;
    display: block;
    padding: 30px;
  }
  #Q2 .step li:before {
    content: none;
  }
  #Q2 .step li:after {
    content: none;
  }
  #Q2 .step li:first-child {
    padding: 20px;
    padding-top: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
  }
  #Q2 .step li h4 {
    font-size: 32px;
    text-align: center;
  }
  #Q2 .step li p {
    font-size: 21px;
    text-align: center;
  }
  #Q2 .step li span {
    font-size: 18px;
  }
  #Q2 .step .step01:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step01:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #c3e8ff transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step02 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #Q2 .step .step02:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step02:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #29ABE2 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step03 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #Q2 .step .step03:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step03:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #1a7fbd transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
  #Q2 .step .step04 {
    padding-top: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  #Q2 .contact {
    margin-top: 30px;
    border-radius: 6px;
  }
  #Q2 .contact section {
    display: none;
  }
  #Q2 .contact .note:before {
    content: none;
  }
  #Q2 .contact .note {
    padding: 20px;
  }
  #Q2 .contact .estimate p {
    font-size: 21px;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  #Q2 .contact .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q3 .asset {
    padding: 0 0 40px 0;
  }
  #Q3 .asset h3 {
    font-size: 26px;
  }
  #Q3 .asset h3 span {
    font-size: 30px;
  }
  #Q3 .case section {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #Q3 .case section h4 {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
  #Q3 .case section p {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    background: no-repeat;
  }
  #Q3 .case .pc_copy {
    display: none;
  }
  #Q3 .case .sp_copy {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  #Q3 .case .sp_copy p {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    background: no-repeat;
  }
  #Q3 .contact02 {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 6px;
  }
  #Q3 .contact02 .es {
    padding: 0;
  }
  #Q3 .contact02 .estimate p {
    font-size: 21px;
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
  #Q3 .contact02 .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q4 #reason .asset h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q4 #reason .asset h3 span {
    font-size: 30px;
  }
  #Q4 #reason .re-case {
    padding: 30px;
    border-radius: 6px;
  }
  #Q4 .contact .note:before {
    content: none;
  }
  #Q4 .contact .note {
    padding: 20px;
    border-radius: 6px;
  }
  #Q4 #performance .asset:before {
    content: "";
  }
  #Q4 #performance .asset {
    margin: 30px auto 30px;
  }
  #Q4 #performance .asset h3 {
    font-size: 30px;
  }
  #Q4 #performance .per-number {
    width: 100%;
  }
  #Q4 #performance p {
    margin: 30px auto;
  }
  #Q4 .contact .estimate p {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #Q4 .contact .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  .pc_phone {
    display: none;
  }
  #f-contact {
    bottom: 0;
    padding: 5px 0 5px;
  }
}
@media screen and (max-width: 426px) {
  .visual2 .vi_le {
    top: 3%;
    left: 3%;
    width: 90%;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph {
    padding-top: 10px;
  }
  .vi_ph .visual2 .vi_lebottom2 h2.main {
    font-size: 23px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut {
    font-size: 23px;
  }
  .vi_ph .visual2 .vi_lebottom2 p.sumaho_debut span {
    font-size: 32px;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph .sumaho_tyusyaku {
    margin-top: 5px;
  }
  .vi_ph .visual2 .vi_lebottom2 .lb_ph .sumaho_tyusyaku p {
    font-size: 11px;
  }
  .vi_ph .visual2 .top-form .contact-form {
    left: 48%;
  }
  #question2 li.tit a {
    font-size: 18px;
  }
  #question2 .tit:before {
    bottom: -14.5%;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy em {
    margin-right: 10vw;
    font-size: 3vw;
  }
  #Q1 #plan-p .contents .pulan3 h4 {
    font-size: 6vw;
  }
  #Q1 #plan-p .contents .pulan3 p {
    font-size: 20px;
  }
  #Q1 #plan-p .contents section .pulan3_list p {
    font-size: 4.4vw;
  }
  #Q1 #plan-p .contents section .pulan3_list .pulan3_kaito {
    font-size: 5.8vw;
  }
  #Q1 #phone-p .contents .plan-sp .plan-copy p {
    font-size: 14vw;
    color: #02436b;
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
  }
  #Q1 #phone-p .contents section .plan-copy p small {
    float: inherit;
    font-size: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  #Q1 #gara-p .contents section .plan-copy p small {
    font-size: 12px;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy p span {
    font-size: 4vw;
  }
  #Q1 #gara-p .contents .plan-sp .plan-copy .tax {
    font-size: 4vw;
  }
}
@media screen and (max-width: 375px) {
  #question2 .tit:before {
    bottom: -15.5%;
  }
}
.main .subvisual {
  background-image: url(../../../img/biz/mobile/lp_contact/border02.jpg);
}
.mailform {
  width: 100%;
  display: block;
  padding: 120px 0 30px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mailform02 {
  width: 100%;
  display: block;
  padding: 120px 0 90px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
#lp .mailform h1 span {
  font-size: 36px;
}
#lp .mailform02 h1 span {
  font-size: 36px;
}
#lp .mailform03 h1 span {
  font-size: 36px;
}
#lp02 .mailform h1 span {
  font-size: 36px;
}
#lp02 .mailform02 h1 span {
  font-size: 36px;
}
#lp02 .mailform03 h1 span {
  font-size: 36px;
}
#a8sales {
  display: inline-block;
}
.mailform03 {
  width: 100%;
  display: block;
  padding: 150px 0 90px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mailform h3 {
  width: 100%;
  /* margin: 0 auto 40px;
    padding: 20px;
    border-top: 1px solid #e7e9e8;
    border-bottom: 1px solid #e7e9e8; */
  box-sizing: border-box;
  overflow: hidden;
}
.mailform h3 span {
  width: 100%;
  max-width: 1160px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.mailform02 h3 {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background-repeat: repeat;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #e7e9e8;
  border-bottom: 1px solid #e7e9e8;
}
.mailform02 h3 span {
  width: 100%;
  max-width: 1160px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.mailform03 h3 {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background-repeat: repeat;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #e7e9e8;
  border-bottom: 1px solid #e7e9e8;
}
.mailform03 h3 span {
  width: 100%;
  max-width: 1160px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.mailform04 {
  width: 100%;
  display: block;
  padding: 14px 0 90px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mailform04 h3 {
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  background-repeat: repeat;
  box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #e7e9e8;
  border-bottom: 1px solid #e7e9e8;
}
.mailform04 h3 span {
  width: 100%;
  max-width: 1160px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.step_ph {
  width: 100%;
  max-width: 1160px;
  display: block;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.step_ph_sp {
  display: none;
}
.mailform section {
  width: 100%;
  /*max-width: 700px;*/
  display: block;
  margin: 5% auto 0;
}
.mailform section .contact_step01 {
  margin-bottom: 40px;
}
.mailform section .contact_step01 p {
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(transparent 83%, #ffdc50 0%);
}
#lp .mailform section .contact_step01 p span {
  font-size: 32px;
}
.contact_step01 b {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
  padding: 15px;
  background-color: #e7e9e8;
  box-sizing: border-box;
  overflow: hidden;
}
section .contact_step02 {
  margin-bottom: 20px;
}
section .contact_step02 span {
  font-size: 16px;
  font-weight: bold;
}
.contact_step02 span b {
  color: #29ABE2;
}
.mailform section .contact_step02 p {
  font-size: 28px;
  font-weight: bold;
}
.mailform section .tbl_form {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
.mailform section .tbl_form .cell {
  width: 25%;
  margin: 8px 2% 20px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
.mailform section .tbl_form p.in {
  width: 73%;
  margin: 0 0 20px 0;
  line-height: 2;
}
.mailform section .tbl_form .cell #companyName, .mailform section .tbl_form .cell #lastname, .mailform section .tbl_form .cell #firstname, .mailform section .tbl_form .cell #tel, .mailform section .tbl_form .cell #mail, .mailform section .tbl_form .cell #pref, .mailform section .tbl_form .cell #business, .mailform section .tbl_form #department, .mailform section .tbl_form #position, .mailform section .tbl_form .cell #career, .mailform section .tbl_form .cell #daisu, .mailform section .tbl_form .cell #inquiry {
  border: 1px solid #a7a7a7;
  border-radius: 6px;
  height: 40px;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0 20px;
  font: 400 16px Arial;
  line-height: 1.5;
  color: inherit;
  box-sizing: border-box;
  background-color: #F2F2F2;
}
.mailform section .tbl_form .cell #inquiry {
  height: 120px;
  padding: 10px 20px;
}
.mailform section .tbl_form .lastnames, .mailform section .tbl_form .firstnames {
  width: 24%;
  display: flex;
  line-height: 3.1;
  font-weight: bold;
  margin: 0 3% 20px 0;
}
.mailform section .tbl_form .cell #lastname, .mailform section .tbl_form .cell #firstname {
  margin-left: 10px;
}
.mailform section .tbl_form .cell .need {
  display: unset;
  background: #ff4e4a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin-left: auto;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  right: 0;
}
.mailform section .tbl_form .cell .noneed {
  background-color: #a1a1a1;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  padding: 4px 5px;
  position: relative;
  top: -3px;
}
.mailform section .mail_check p {
  font-size: 21px;
  font-weight: bold;
}
.mailform section .mail_check span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.mailform section .mail_check input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  padding: 20px;
  background-color: #ee2200;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #9a1600;
  transition: 0.2s all ease 0s;
}
.mailform section .mail_check input[type="submit"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.mailform section .mail_check02 p {
  font-size: 21px;
  font-weight: bold;
}
.mailform section .mail_check02 input[type="submit"] {
  -webkit-appearance: none;
  width: 100%;
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  padding: 20px;
  background-color: #ee2200;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #9a1600;
  transition: 0.2s all ease 0s;
}
.mailform section .mail_check02 input[type="submit"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
#companyName-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#employees-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#department-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#position-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#lastname-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#firstname-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#tel-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#mail-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
#pref-error {
  font-size: 16px;
  font-weight: normal;
  color: #ff2400;
}
.mailform section .mail_check .plus {
  width: 100%;
  display: block;
  margin: 40px auto;
}
.mailform section .mail_check .plus .arrow {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.mailform section .mail_check .plus .arrow img {
  width: fit-content;
}
.mailform section .contact_step03 {
  margin-bottom: 40px;
}
.mailform section .contact_step03 p {
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  background: linear-gradient(transparent 83%, #29ABE2 0%);
}
.riyaku {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #eaeceb;
  /*border: 3px solid #29ABE2;*/
  margin-bottom: 80px;
}
.riyaku p {
  font-weight: bold;
  text-align: center;
}
#another {
  position: relative;
}
#another .realtime {
  position: fixed;
  bottom: 70px;
  right: 30px;
  padding: 30px;
  background-color: #ffdc50;
  border-radius: 10px;
}
#another .realtime .remaining {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#another .realtime .remaining .number {
  font-size: 36px;
  color: #ff2400;
  line-height: 1;
}
#form1 {
  width: 100%;
  /*max-width: 700px;*/
  margin: 0 auto;
}
#form2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.mailform02 .contact_step01 {
  margin-bottom: 40px;
}
.mailform02 .contact_step01 p {
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  background: linear-gradient(transparent 83%, #ffdc50 0%);
}
.mailform02 .contact_step02 {
  margin-bottom: 20px;
}
.mailform02 .contact_step02 span {
  font-size: 16px;
  font-weight: bold;
}
.mailform02 .contact_step02 p {
  font-size: 28px;
  font-weight: bold;
}
.mailform02 .tbl_form {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
.mailform02 .tbl_form .cell {
  width: 100%;
  display: block;
  font-size: 21px;
  font-weight: bold;
}
.mailform02 .tbl_form .lastnames_check {
  width: fit-content;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.mailform02 .tbl_form .firstnames_check {
  width: fit-content;
  display: inline-block;
  float: left;
  margin-top: 10px;
}
.mailform02 .tbl_form .cell .need {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  padding: 4px 8px;
  background-color: #fa4347;
  vertical-align: middle;
}
.mailform02 .tbl_form .cell .noneed {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  padding: 4px 8px;
  background-color: #a1a1a1;
  vertical-align: middle;
}
.mailform02 .mail_check p {
  font-size: 21px;
  font-weight: bold;
}
.mailform02 .mail_check input[type="submit"] {
  width: 100%;
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  padding: 20px;
  background-color: #ff2400;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #991600;
  transition: 0.2s all ease 0s;
}
.mailform02 .mail_check input[type="submit"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.mailform02 .mail_check03 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.mailform02 .mail_check03 p {
  font-size: 21px;
  font-weight: bold;
}
.mailform02 .mail_check03 input[type="button"] {
  width: 48%;
  display: inline-block;
  float: left;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 5px;
  padding: 20px;
  background-color: #8c8584;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #555453;
  transition: 0.2s all ease 0s;
}
.mailform02 .mail_check03 input[type="button"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.mailform02 .mail_check03 input[type="submit"] {
  width: 400px;
    display: block;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin: 30px auto 20px;
    padding: 20px;
    background-color: #ff2400;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px #991600;
    transition: 0.2s all ease 0s;
}
.mailform02 .mail_check03 input[type="submit"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.mailform03 .contact_step01 {
  margin-bottom: 40px;
}
.mailform03 .contact_step01 p {
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  background: linear-gradient(transparent 83%, #ffdc50 0%);
}
.mailform03 .contact_step02 span {
  font-size: 16px;
  font-weight: bold;
}
.mailform03 .contact_step02 .sendmail {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.mailform03 .contact_step02 p {
  font-size: 16px;
  text-align: left;
}
.mailform03 .contact_step02 a {
  max-width: 600px;
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin: 40px auto 5px;
  padding: 10px;
  background-color: #29ABE2;
  box-shadow: 0 5px #197297;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
.mailform03 .contact_step02 a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
@media screen and (max-width:769px) {
  .mailform {
    padding: 10px 0 30px;
  }
  .step_ph {
    display: none;
  }
  .step_ph_sp {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto 30px;
    box-sizing: border-box;
  }
  .mailform02 h3 {
    margin-bottom: 40px;
  }
  .mailform03 h3 {
    margin-bottom: 40px;
  }
  .mailform h3 span {
    font-size: 18px;
    padding: 0;
  }
  .mailform02 h3 span {
    padding: 0;
  }
  .mailform03 h3 span {
    padding: 0;
  }
  .mailform02 .step_ph_sp {
    padding: 0 20px;
  }
  .mailform03 .step_ph_sp {
    padding: 0 20px;
  }
  #lp .mailform h1 span {
    font-size: 24px;
  }
  #lp .mailform02 h1 span {
    font-size: 24px;
  }
  #lp .mailform03 h1 span {
    font-size: 24px;
  }
  #lp02 .mailform h1 span {
    font-size: 24px;
  }
  #lp02 .mailform02 h1 span {
    font-size: 24px;
  }
  #lp02 .mailform03 h1 span {
    font-size: 24px;
  }
  .mailform section {
    max-width: unset;
    padding: 0;
  }
  .mailform section .contact_step01 {
    margin-bottom: 30px;
  }
  .mailform section .contact_step01 p {
    font-size: 6vw;
  }
  #lp .mailform section .contact_step01 p span {
    font-size: 7vw;
  }
  .mailform section .contact_step02 {
    margin-bottom: 20px;
  }
  .mailform section .contact_step02 p {
    font-size: 21px;
  }
  .mailform section .tbl_form {
    margin-bottom: 20px;
  }
  .mailform section .tbl_form .cell {
    font-size: 18px;
  }
  .mailform section .tbl_form .lineup {
    display: flex;
  }
  .mailform section .tbl_form .lineup .lastnames {
    margin-right: 10px;
    margin-bottom: 0
  }
  .mailform section .tbl_form .lineup .firstname {
    margin-bottom: 0
  }
  .mailform section .tbl_form .cell #companyName {
    margin-top: 5px;
    padding: 10px;
  }
  .mailform section .tbl_form .cell #firstname {
    margin-top: 5px;
    padding: 10px;
  }
  .mailform section .tbl_form .cell #lastname {
    margin-top: 5px;
    padding: 10px;
  }
  .mailform section .tbl_form .cell #tel {
    margin-top: 5px;
    padding: 10px;
  }
  .mailform section .tbl_form .cell #mail {
    margin-top: 5px;
    padding: 10px;
  }
  .mailform section .mail_check .plus {
    margin: 40px auto;
  }
  .mailform section .contact_step03 {
    margin-bottom: 30px;
  }
  .mailform section .contact_step03 p {
    font-size: 7vw;
    background: none;
  }
  .mailform section .mail_check input[type="submit"] {
    margin-top: 20px;
  }
  .mailform02 .mail_check03 {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .mailform02 {
    padding: 40px 0 50px;
  }
  .mailform02 .contact_step01 {
    margin-bottom: 30px;
  }
  .mailform02 .contact_step01 p {
    font-size: 7vw;
  }
  .mailform02 .contact_step02 {
    margin-bottom: 20px;
  }
  .mailform02 .contact_step02 span{
    font-size: 18px;
  }
  .mailform02 .contact_step02 p {
    font-size: 16px;
  }
  .mailform02 .tbl_form {
    margin-bottom: 20px;
  }
  .mailform02 .tbl_form .cell {
    font-size: 18px;
  }
  .mailform02 .mail_check03 input[type="button"] {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .mailform02 .mail_check03 input[type="submit"] {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .mailform03 {
    padding: 20px 0 50px;
  }
  .mailform03 .contact_step01 {
    margin-bottom: 30px;
  }
  .mailform03 .contact_step01 p {
    font-size: 7vw;
  }
  .mailform03 .contact_step02 {
    margin-bottom: 0;
  }
  .mailform03 .contact_step02 a {
    margin-top: 30px;
  }
  .mailform03 .contact_step02 .sendmail {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .mailform04 {
    padding: 10px 0 30px;
  }
  #another .realtime {
    width: 100%;
    bottom: 0 !important;
    right: 0 !important;
    padding: 15px;
    box-sizing: border-box;
  }
  #another .realtime .remaining {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  #another .realtime .remaining .number {
    font-size: 36px;
    color: #ff2400;
    line-height: 1;
  }
}
/* contact CSS 追記 2020.07.02
 * ----------------------------------------------- */
.mailform, .mailform02, .mailform03 {
  width: 100%;
  display: block;
  padding: 60px 0 0;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.mailform h1, .mailform02 h1, .mailform03 h1 {
  padding: 60px 0 20px;
  position: relative;
  font-size: 36px;
  color: #29abe2;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
  border: none;
}
@media screen and (max-width: 768px) {
  .mailform {
    padding: 0;
    margin-bottom: -35px;
  }
  .mailform02, .mailform03 {
    padding: 0 0 5px;
  }
  .mailform h1, .mailform02 h1, .mailform03 h1 {
    font-size: 1rem;
    padding: 20px 0 20px;
  }
  .contact_step01 b {
    font-size: 90%;
  }
}
/* 追記　2020.07.31 */
@media screen and (max-width: 768px) {
  .hp_detail span {
    font-size: 90%;
  }
}
/* おすすめ機種 CSS 追記 2020.07.31
 * ----------------------------------------------- */
#recommended {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  /* background-image: url("/img/top/border01.jpg") */
}
#recommended .asset {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}
#recommended .asset .sec-title {
  width: max-content;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  /* background: linear-gradient(transparent 83%, #ffdc50 0%); */
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#recommended .asset:before {
  content: url(../../../img/biz/mobile/lp_top/triangle_left.png);
  position: absolute;
  top: 0;
  left: 0;
}
#recommended .asset:after {
  content: url(../../../img/biz/mobile/lp_top/triangle_right.png);
  position: absolute;
  top: 0;
  right: 0;
}
.recommended-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.recommended-content .recommended-left {
  width: 66%;
}
.recommended-content .recommended-right {
  width: 30%;
}
.recommended-content .recommended-list {
  width: 100%;
  display: flex;
}
.recommended-content .recommended-list li {
  width: 348px;
  display: grid;
}
.recommended-content .recommended-left li {
  margin-right: 50px;
  margin-top: 40px;
}
.recommended-content .recommended-right li {
  width: 330px;
  margin-top: 30px;
}
.recommended-content .recommended-list li img {
  width: 100%;
  height: auto;
}
.recommended-content .recommended-list .recommended-title-small {
  padding: 30px 0 5px;
  font-weight: bold;
  font-size: 21px;
  line-height: 24px;
}
.recommended-content .recommended-left .recommended-list .recommended-title-small {
  padding: 10px 0 5px;
}
.recommended-content .recommended-list .recommended-title-small span {
  font-size: 14px;
  display: block;
}
.recommended-content .recommended-title {
  background: url(../../../img/biz/mobile/lp_top/bg_title.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  height: auto;
}
.recommended-content .recommended-title.is-title {
  background: url(../../../img/biz/mobile/lp_top/bg_title_pink.jpg) no-repeat center center;
  background-size: cover;
}
#recommended2 {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  /* background-image: url("/img/top/border01.jpg") */
}
#recommended2 .asset {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 80px 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}
#recommended2 .asset .sec-title {
  width: max-content;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  /* background: linear-gradient(transparent 83%, #ffdc50 0%); */
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#recommended2 .recommended-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#recommended2 .recommended-content .recommended-center {
  width: 100%;
  display: grid;
}
#recommended2 .recommended-content .recommended-left {
  width: 660px;
  display: grid;
}
#recommended2 .recommended-content .recommended-right {
  width: 320px;
  display: grid;
}
#recommended2 .recommended-content .recommended-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
#recommended2 .recommended-content .recommended-list li {
  width: 40%;
  margin: 40px auto 0;
}
#recommended2 .recommended-content .recommended-list li img {
  width: 100%;
  height: auto;
}
#recommended2 .recommended-content .recommended-list li img.wifi_big {
  width: auto;
  height: 150px;
  margin: 0 auto;
}
#recommended2 .recommended-content .recommended-list li img.wifi_small {
  width: auto;
  height: 150px;
  margin: 0 auto;
}
#recommended2 .recommended-content .recommended-list .recommended-title-small span {
  font-size: 14px;
  display: block;
}
#recommended2 .recommended-content .recommended-title {
  background: linear-gradient(145deg, #3393ff 50%, #0078ff 50%);
  width: 66.6%;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
}
#recommended2 .recommended-contentrecommended-title.is-title {
  background: url(../../../img/biz/mobile/lp_top/bg_title_pink.jpg) no-repeat center center;
}
#recommended2 .recommended-content h4.recommended-title-small {
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
}
#recommended2 .recommended-content .text p {
  font-size: 16px;
  padding-left: 70px;
  margin-top: 20px;
}
#recommended2 .recommended-content .text p sup {
  font-size: 11px;
}
#recommended2 .recommended-content .tyusyaku {
  font-size: 11px;
  margin-top: 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .applications-listapplications-title-sub {
    padding: 18px 10px 12px;
  }
}
@media only screen and (max-width: 1160px) {
  #recommended .asset {
    padding-bottom: 40px;
  }
  #recommended2 .asset {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #recommended .asset:before {
    content: "";
  }
  #recommended .asset:after {
    content: "";
  }
  #recommended2 .asset:before {
    content: "";
  }
  #recommended2 .asset:after {
    content: "";
  }
  .recommended-content .recommended-left {
    width: 65%;
  }
  .recommended-content .recommended-right {
    width: 27%;
    right: 0;
  }
  .recommended-content .recommended-list li {
    width: 295px;
  }
  #recommended2 .recommended-content .text p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #recommended {
    padding: 20px 0 0;
  }
  #recommended .asset {
    padding: 20px 0 40px;
  }
  #recommended .asset .sec-title {
    font-size: 28px;
    line-height: 1.3;
    padding: 0;
  }
  #recommended2 .asset .sec-title {
    font-size: 28px;
    line-height: 1.3;
    padding: 0;
  }
  .top-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .recommended-content {
    padding-bottom: 0;
  }
  .recommended-content .recommended-left {
    width: 100%;
  }
  .recommended-content .recommended-right {
    width: 100%;
    position: unset;
    margin-top: 20px;
  }
  .recommended-content .recommended-title {
    margin-bottom: 0.1rem;
    background: url(../../../img/biz/mobile/lp_top/bg_title.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommended-content .recommended-title.is-title {
    background: url(../../../img/biz/mobile/lp_top/bg_title_pink.jpg) no-repeat center center;
    background-size: cover;
  }
  #recommended2 .recommended-content .recommended-title {
    width: 100%;
  }
  .recommended-content .recommended-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .recommended-content .recommended-list li {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-left: 0;
    margin-right: 0;
  }
  .recommended-content .recommended-list .recommended-title-small {
    padding: 0.25rem 0 0.05rem;
    font-weight: bold;
    line-height: 1.5;
  }
  .recommended-content .recommended-list .recommended-title-small span {
    font-size: 0.22rem;
  }
  .recommended-content .recommended-list .recommended-title-small span.is-opacity {
    display: none;
  }
  .recommended-content .recommended-list .recommended-desc {
    line-height: 1.5;
  }
  .recommended-content .recommended-list .recommended-desc span {
    padding-top: 0.3rem;
    font-size: 0.2rem;
  }
  .section-top-recommended {
    padding-bottom: 0;
  }
  #recommended2 .recommended-content .text p {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 426px) {
  #recommended2 .recommended-content .wifi_text .text p {
    font-size: 16px;
    font-weight: bold;
  }
}
/* お問い合わせ番号掲載 CSS 追記 2020.09.30*/
#f-contact .phone-form {
  margin: 0 auto;
}
#f-contact .pc_phone a {
  position: relative;
  display: block !important;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 8px;
  background-color: #29ABE2;
  box-shadow: 0 5px #00416a;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
#f-contact .pc_phone a img:hover {
  opacity: 1 !important;
}
#f-contact .pc_phone a:after {
  position: absolute;
  top: 35%;
  right: 3%;
  content: url(../../../img/biz/mobile/lp_top/arrow.png);
  vertical-align: middle;
}
#f-contact .sp_phone {
  display: none;
}
@media only screen and (max-width: 768px) {
  #f-contact .sp_ph a {
    width: 47%;
    margin-right: 4%;
    float: left;
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #ff2400;
    box-shadow: 0 5px #991600;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  /*#f-contact .sp_ph a:after {
    position: absolute;
    top: 25%;
    right: 3%;
    content: url(../../../img/biz/mobile/lp_top/arrow.png);
    vertical-align: middle;
}*/
  #f-contact .sp_phone a {
    position: relative;
    display: block !important;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #29ABE2;
    box-shadow: 0 5px #00416A;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact .sp_phone a img:hover {
    opacity: 1 !important;
  }
  #f-contact .sp_phone {
    display: block !important;
  }
}
/* TOP CSS 追記 2021.03.05
 * ----------------------------------------------- */
/* 導入実績 */
.wrapper_mini {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 1160px) {
  .wrapper_mini {
    width: 94%;
  }
}
.sec-title {
  width: max-content;
  line-height: 1.7;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 80px auto;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.section-contract-result .sec-title, .section-contract-result .sec-text {
  text-align: center;
}
.section-contract-result .sec-title .sm {
  display: none;
}
.section-contract-result ul {
  width: 100%;
  margin: 0;
  margin-bottom: 80px;
  ;
  display: flex;
  border: 0;
}
.section-contract-result ul li:first-child {
  width: 60%;
}
.section-contract-result ul li {
  width: 37%;
  float: left;
  margin-right: 3%;
  padding: 0;
  list-style: none;
  position: relative;
}
.section-contract-result ul li:last-child {
  margin-right: 0;
  padding: 40px;
  background-color: #faf9f9;
  border-radius: 20px;
}
.section-contract-result ul li img {
  width: 100%;
  height: auto;
}
.section-contract-result ul li .sec-text {
  text-align: left;
}
.section-contract-result .result-title-sub {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: left;
  font-size: 24px;
  font-weight: bold;
  color: #02436b;
}
@media screen and (max-width: 1080px) {
  .section-contract-result {
    margin-top: -30px;
  }
  .section-contract-result .sec-title, .section-contract-result .sec-text {
    margin-bottom: 0;
  }
  .section-contract-result .sec-text {
    margin-bottom: 0;
  }
  .section-contract-result ul {
    display: table-footer-group;
    padding-bottom: 0.25rem;
  }
  .section-contract-result ul li:first-child {
    width: 100%;
    margin-right: 0;
  }
  .section-contract-result ul li {
    width: 100%;
  }
  .section-contract-result ul li .sec-text {
    text-align: left;
  }
  .section-contract-result .result-title-sub {
    font-size: 1.38rem;
    padding: 0.15rem 0.1rem;
    margin-bottom: 0.15rem;
  }
  .newline {
    display: none !important;
  }
  #Q4 #performance p {
    max-width: 1080px;
    font-size: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contract-result .sec-title br.sm {
    display: block;
  }
}
#lp .mailform02 .mail_check03 .replace-sp {
  display: block;
}
#lp02 .mailform02 .mail_check03 .replace-sp {
  display: block;
}
#lp footer.form nav {
  display: block;
}
#lp02 footer.form nav {
  display: block;
}
/* TOP CSS 改修追記 2021.12.20→再修正2024.1.18
 * ----------------------------------------------- */
#header_top header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#header_top .change-color{
  background: rgba(255, 255, 255, 0.9);
  transition: 0.3s;
}
#header_top header .inner {
  position: relative;
  width: 100%;
  height: 100px;
  max-width: 1160px;
  margin: 0 auto;
}
#header_top header .header_left {
  width: 100%;
}
#header_top header .header_left .logo {
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
}
#header_top header .inner img.logo_pc {
  width: 200px;
  height: auto;
  padding-top: 15px;
}
#header_top header .inner .shozai {
  width: 180px;
  display: inline-block;
  margin-right: 0;
  margin-bottom: -10px;
  vertical-align: middle;
}
#header_top header .inner .shozai a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  background-color: #29ABE2;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.2s all ease 0s;
}
#header_top header .shozai a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: 3px;
  background-image: url(../../../img/biz/mobile/lp_common/tab.png);
  background-size: contain;
  vertical-align: text-top;
}
#header_top header .todoke p {
  font-size: 11px;
}
#header_top .header-right {
  position: absolute;
  display: block;
  top: 20px;
  right: -126px;
}
#header_top .header-right ul {
  width: 600px;
  position: absolute;
  right: 0;
}
#header_top .header-right li {
  margin-right: 20px;
  position: absolute;
}
#header_top .header-right li:last-child {
  width: 250px;
  margin-right: 0;
  right: 0;
}
#header_top .header-right li a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  height: 60px;
  padding-left: 0;
}
#header_top .header-right .header-tel img {
  display: block;
  width: auto;
  height: 50px;
}
#header_top .header-right .header-tel p {
  font-size: 14px;
  color: #000;
  letter-spacing: 0.5px;
  line-height: 15px;
  padding: 3px;
}
#header_top .header-right .header-tel span {
  margin-left: 45px;
  margin-top: 5px;
}
#header_top .header-right .header-tel p.mini {
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 3px;
  color: #000;
  background: none;
}
#header_top .header-right .header-mail img {
  width: 150px;
  height: 100px;
}
#lp .mv .sp {
  display: none;
}
#lp .sub_mv .sp {
  display: none;
}
#performance {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0;
  overflow: hidden;
  box-sizing: border-box;
}
#performance h2 {
  display: block;
  width: 780px;
  margin: 0 auto;
  font-size: 40px;
  color: #02436b;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-bottom: 3px solid;
}
#performance h2:before {
  content: url(../../../img/biz/mobile/lp_top/check.png);
  margin-right: 1.5%;
  vertical-align: middle;
}
#performance h2::after {
  display: block;
  text-decoration: underline;
}
#performance .section-contract-result {
  margin-top: 60px;
}
#performance .section-contract-result .result-title-sub {
  margin-bottom: 20px;
}
#performance .section-contract-result .sec-text {
  font-size: 16px;
}
#performance .section-contract-result .sec-text span {
  font-size: 18px;
  font-weight: bold;
}
#lp #efficiency {
  background-image: none;
  margin-top: 0;
}
#lp #Q4 #reason {
  background-image: none;
  padding-bottom: 0;
}
#lp .hp_detail {
  margin-top: 0;
  margin-bottom: 0;
}
footer {
  padding: 80px 0 80px;
  margin-top: -80px;
}
#f-contact_sin {
  display: none;
}
@media only screen and (max-width: 1160px) {
  #header_top header .inner {
    width: 94%;
    height: 0;
  }
}
@media only screen and (max-width: 1080px) {
  #lp .mv .pc {
    display: none;
  }
  #lp .mv .sp {
    display: block !important;
  }
  #header_top .header-right {
    display: none;
  }
  #performance .section-contract-result .result-title-sub {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #performance .section-contract-result .result-title-sub {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 10px;
  }
  #f-contact_sin {
    width: 100%;
    position: fixed;
    display: block;
    bottom: -3px;
    padding: 3px 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgba(255, 220, 80, 0.8);
    z-index: 99999;
  }
  #f-contact_sin .c-form {
    display: block;
    margin: 0 auto;
  }
  #f-contact_sin .pc_ph a {
    width: 48.5%;
    margin-right: 3%;
    float: left;
    position: relative;
    display: block;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    background-color: #ee2200;
    box-shadow: 0 5px #9a1600;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact_sin .pc_ph a:after {
    position: absolute;
    top: 35%;
    right: 3%;
    content: url(../../../img/biz/mobile/lp_top/arrow.png);
    vertical-align: middle;
  }
  #f-contact_sin .pc_phone a {
    position: relative;
    display: block !important;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 8px;
    background-color: #29ABE2;
    box-shadow: 0 5px #00416a;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact_sin .pc_phone a:after {
    position: absolute;
    top: 35%;
    right: 3%;
    content: url(../../../img/biz/mobile/lp_top/arrow.png);
    vertical-align: middle;
  }
  #f-contact_sin .tab_ph {
    display: none;
  }
  #f-contact_sin .c-form a:hover {
    border-bottom: none;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
    opacity: 1;
  }
  #f-contact_sin .c-form a img:hover {
    opacity: 1 !important;
  }
  #f-contact_sin .sp_phone {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #lp .mv {
    padding-top: 0;
  }
  #lp .mv .pc {
    display: none !important;
  }
  #lp .mv .sp {
    display: block !important;
  }
  #lp .sub_mv .pc {
    display: none !important;
  }
  #lp .sub_mv .sp {
    display: block !important;
  }
  #header_top header {
    display: block !important;
    height: 0;
    position: relative;
  }
  #header_top header .inner img.logo_pc {
    width: 150px;
    margin: 0 auto;
    height: auto;
    padding-top: 15px;
  }
  #header_top header .header_left .logo {
    display: inline-block;
    margin: 0 auto;
  }
  #header_top header .inner .shozai {
    margin-left: 15px;
    margin-top: 10px;
  }
  #header_top header .inner .todoke {
    margin-top: 5px;
  }
  #header_top header .inner .todoke p {
    font-size: 9px;
  }
  #performance .section-contract-result {
    margin-top: 40px;
  }
  #performance .contact_top {
    border-radius: 6px;
    margin: 40px 0;
    padding: 0;
  }
  #performance .contact_top .es {
    padding: 0;
  }
  #performance .contact_top .estimate p {
    font-size: 21px;
    margin-bottom: 10px;
  }
  #performance .contact_top .estimate p span {
    font-size: 26px;
    line-height: 1.3;
  }
  #performance .section-contract-result .sec-text {
    font-size: 16px;
    text-align: left;
  }
  #performance .section-contract-result .sec-text span {
    font-size: 16px;
  }
  #Q1 #plan-p {
    margin-top: 40px;
  }
  #f-contact_sin .pc_ph {
    display: none;
  }
  #f-contact_sin .tab_ph {
    display: block !important;
    width: 49%;
    float: left;
    margin-right: 2%;
    padding: 10px 0;
  }
  #f-contact_sin .tab_ph a {
    position: relative;
    display: block !important;
    font-size: 18px;
    line-height: 0.9;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #ee2200;
    box-shadow: 0 5px #9a1600;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  #f-contact_sin .sp_phone {
    display: block !important;
    padding: 10px 0;
  }
  #f-contact_sin .sp_phone a {
    position: relative;
    display: block !important;
    font-size: 18px;
    line-height: 0.9;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    background-color: #29ABE2;
    box-shadow: 0 5px #00416a;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.2s all ease 0s;
  }
  footer {
    padding: 80px 0 100px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 389px) {
  #lp .mv {
    padding-top: 0;
  }
}
/*lp全体改修 2022.01.24*/
#Q4 #reason .re-case h4 {
  position: absolute;
  top: -20px;
  left: 40%;
  width: auto;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  background-color: #274BA1;
}
#Q4 #reason .re-case-box {
  display: flex;
  flex-wrap: wrap;
}
#Q4 #reason .re-case {
  position: relative;
  width: 48%;
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 40px 40px;
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #274BA0;
  box-sizing: border-box;
}
#Q4 #reason .re-case:nth-child(2n) {
  margin-right: 0;
}
#Q4 #reason .re-case:nth-child(3) {
  margin-bottom: 0;
}
#Q4 #reason .re-case:nth-child(4) {
  margin-bottom: 0;
}
#Q4 #reason .re-case section h5 {
  text-align: center;
  margin-bottom: 20px;
}
#Q4 #reason .re-case section h5 span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #02436b;
  background: linear-gradient(transparent 75%, #ffdc50 0%);
}
#Q4 #reason .re-case section img {
  width: auto;
  margin: 0 auto;
  height: 180px;
  display: block;
}
#Q4 #reason .re-case section p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}
#Q4 .contact .note {
  margin: 80px 0 80px;
  padding: 60px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: cover;
  border: 3px solid #FF1E00;
  border-radius: 15px;
}
#efficiency .tit .eff_list {
  position: relative;
  width: 48%;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 14px;
  border: 3px solid #274BA0;
  box-sizing: border-box;
}
#efficiency .tit .eff_list:nth-child(2n) {
  margin-right: 0;
}
#efficiency .tit .eff_list:nth-child(3) {
  margin-bottom: 0;
}
#efficiency .tit .eff_list:nth-child(4) {
  margin-bottom: 0;
}
#efficiency .tit .eff_list h3 {
  width: 100%;
  height: auto;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #274BA1;
  box-sizing: border-box;
}
#efficiency .eff_list-box {
  display: flex;
  flex-wrap: wrap;
}
#Q2 .step_main {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q2 .step_main ul {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#Q2 .step_main ul li {
  width: 25%;
  display: table-cell;
}
#Q2 .step_main ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #274BA0;
  text-align: center;
}
#Q2 .step_main ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #274BA0;
  text-align: center;
}
#Q2 .step_main ul li img {
  width: auto;
  height: 120px;
  margin: 20px auto 0;
}
#Q2 .pc {
  display: block;
}
#Q2 .sp {
  display: none;
}
#recommended2 .recommended-content .recommended-list li .sp {
  display: none;
}
#recommended2 .recommended-content .pc {
  display: block;
}
@media only screen and (max-width: 1080px) {
  #Q4 #reason .re-case {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #Q4 #reason .re-case:nth-child(3) {
    margin-bottom: 40px;
  }
  #Q4 #reason .re-case h4 {
    top: -20px;
    left: -1%;
  }
  #efficiency .tit .eff_list {
    width: 100%;
    margin-right: 0;
  }
  #efficiency .tit .eff_list:nth-child(3) {
    margin-bottom: 40px;
  }
  #Q2 .pc {
    display: none
  }
  #Q2 .sp {
    display: block;
  }
  #Q2 .step li:before {
    top: -4%;
    right: -36px;
    border-style: solid;
    border-color: transparent transparent transparent #000d15;
    border-width: 69px 0 512px 3em;
    z-index: 10;
  }
  #Q2 .step li:after {
    top: -8%;
    right: -30px;
    border-style: solid;
    border-color: transparent transparent transparent #29ABE2;
    border-width: 89px 0px 500px 3em;
    z-index: 10;
  }
  #Q2 .step li span {
    font-size: 16px;
    margin-top: 0;
  }
  #Q2 .sp img {
    width: auto;
    height: 120px;
    margin: 20px auto;
  }
  #performance .contact_top {
    margin: 40px 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #Q4 .contact .note {
    margin: 40px 0;
    padding: 20px;
  }
  #Q4 .contact .estimate_click a {
    border-radius: 10px;
  }
  #Q3 .contact02 .es {
    padding: 20px;
  }
  #Q3 .contact02 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #Q3 .contact02 .estimate_click a {
    border-radius: 10px;
  }
  #Q1 .contact {
    margin: 40px 0 0;
    padding: 20px;
  }
  #Q1 .contact .estimate_click a {
    border-radius: 10px;
  }
  #Q1 .contact .note {
    padding: 0;
  }
  .hp_detail02 a {
    margin: 20px auto 40px;
  }
  #Q1 .contact02 {
    margin: 40px 0;
    padding: 20px;
  }
  #Q2 .contact {
    margin: 40px 0;
    padding: 20px;
  }
  #Q2 .contact .note {
    padding: 0;
  }
  #Q1 .contact {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
  }
  #Q1 .contact02 {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
  }
  #Q2 .contact {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
  }
  #Q3 .contact02 {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
  }
  #performance .contact_top {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
    padding: 20px;
  }
  #Q4 .contact .note {
    background-image: url(../../../img/biz/mobile/lp_top/contact_back_sp.png);
  }
  #recommended2 .recommended-content .recommended-list li {
    width: 100%;
  }
  #recommended2 .recommended-content .recommended-list li .text {
    display: block;
  }
  #recommended2 .recommended-content .recommended-list li .sp {
    display: block;
  }
  #recommended2 .recommended-content .recommended-list li .sp .tyusyaku {
    font-size: 11px;
    margin-top: 15px;
  }
  #recommended2 .recommended-content .pc {
    display: none;
  }
}
#Q1 #exp_plan .exp_plan_list-box {
  display: flex;
  flex-wrap: wrap;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list {
  position: relative;
  width: 48%;
  margin-right: 40px;
  background-color: #fff;
  border-radius: 14px;
  box-sizing: border-box;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(1) {
  border: 3px solid #E6801C;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) {
  border: 3px solid #29ABE3;
  margin-right: 0;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(1) section::before {
  content: url(../../../img/biz/mobile/lp_top/plan_image01.png);
  position: absolute;
  bottom: 32%;
  left: 40px;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) section::before {
  content: url(../../../img/biz/mobile/lp_top/plan_image02.png);
  position: absolute;
  bottom: 35%;
  left: 40px;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list h3 {
  width: 100%;
  height: auto;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-sizing: border-box;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(1) h3 {
  background-color: #E6801C;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) h3 {
  background-color: #29ABE3;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l {
  padding: 40px;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l p {
  font-weight: bold;
  text-align: center;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 {
  font-size: 92px;
  font-weight: bold;
  color: #FA3232;
  letter-spacing: -3px;
  margin-left: 50px;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 strong {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  writing-mode: vertical-rl;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 b {
  position: absolute;
  transform: translateY(35px);
  font-size: 24px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 small {
  font-size: 40px;
  font-weight: bold;
  color: #FA3232;
  letter-spacing: 0;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l .fax {
  font-size: 26px;
  text-align: left;
  padding-left: 60px;
}
#Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l .tyusyaku {
  font-size: 11px;
  text-align: left;
  margin-top: 10px;
}
@media only screen and (max-width: 1160px) {
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 {
    font-size: 75px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 b {
    transform: translateY(22px);
    font-size: 24px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 small {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1080px) {
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(1) section::before {
    bottom: 32%;
    left: 15%;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) {
    margin-bottom: 0;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) section::before {
    bottom: 35%;
    left: 15%;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 {
    font-size: 90px;
    text-align: center;
    margin-left: 0;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 b {
    transform: translateY(30px);
    font-size: 26px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l .fax {
    text-align: center;
    padding-left: 0;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l .tyusyaku {
    text-align: left;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list h3 {
    font-size: 20px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(1) section::before {
    content: '';
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list:nth-child(2) section::before {
    content: '';
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l {
    padding: 20px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 {
    font-size: 50px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 strong {
    font-size: 20px;
    letter-spacing: 0px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 b {
    transform: translateY(13px);
    font-size: 16px;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l h4 small {
    font-size: 22px;
    display: inline-block;
  }
  #Q1 #exp_plan .exp_plan_list-box .exp_plan_list .exp_plan_l .fax {
    text-align: center;
    padding-left: 0;
    font-size: 21px;
  }
  #efficiency .tit .eff_list {
    margin-bottom: 20px;
  }
  #efficiency .tit .eff_list:nth-child(3) {
    margin-bottom: 20px;
  }
  #efficiency .tit .eff_list h3 {
    font-size: 22px;
  }
  #Q4 #reason .re-case {
    padding: 20px;
  }
  #Q4 #reason .re-case h4 {
    font-size: 18px;
  }
  #Q1 .contact .estimate_click a img {
    border-radius: 10px;
  }
  #Q1 .contact02 .estimate_click a img {
    border-radius: 10px;
  }
  #Q2 .contact .estimate_click a img {
    border-radius: 10px;
  }
  #Q3 .contact02 .estimate_click a img {
    border-radius: 10px;
  }
  #Q4 .contact .estimate_click a img {
    border-radius: 10px;
  }
  #f-contact .c-form a img {
    border-radius: 10px;
  }
  #f-contact .pc_phone a img {
    border-radius: 10px;
  }
  #f-contact .sp_phone a img {
    border-radius: 10px;
  }
  #performance .contact_top .estimate_click a img {
    border-radius: 10px;
  }
  #f-contact_sin .c-form a img {
    border-radius: 10px;
  }
}
/*LPお問い合わせフォーム2022.02.07*/
#lp .mailform section {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#lp #form1 {
  width: 100%;
  margin: 0 auto;
}
#lp .mailform section .tbl_form {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}
#lp .mailform section .tbl_form .cell {
  width: 30%;
  margin: 8px 5% 20px 0;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}
#lp .mailform section .tbl_form p.in {
  width: 70%;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
#lp .mailform section .tbl_form .cell .need {
  display: unset;
  background: #ff4e4a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin-left: auto;
  padding: 4px 8px;
  position: absolute;
  top: -5px;
  right: -30px;
}
#lp .agree {
  font-size: 14px;
  margin-top: 10px;
}
#lp .agree a {
  text-decoration: underline;
  color: #0F17DB;
}
#lp .mailform section .tbl_form p.in select {
  width: 100%;
}
#lp .mailform section .tbl_form p.lastnames {
  width: 33.5% !important;
  display: flex;
  line-height: 1.9;
  font-weight: bold;
  margin: 0 3% 20px 0 !important;
}
#lp .mailform section .tbl_form p.firstnames {
  width: 33.5% !important;
  display: flex;
  line-height: 1.9;
  font-weight: bold;
  margin: 0 0 20px 0 !important;
}
#lp .mailform section .tbl_form .firstnames {
  margin-left: 0;
}
#lp .mailform section .tbl_form p.tel {
  width: 70%;
}
#lp .mail_check .btn_container, .mail_check #back-link {
  width: 400px;
  display: block;
  position: relative;
  margin: 30px auto 10px;
  border-radius: 10px;
  cursor: pointer;
}
#lp .mailform section .tbl_form .cell .noneed {
  display: unset;
  background-color: #a1a1a1;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin-left: auto;
  padding: 4px 8px;
  position: absolute;
  top: -5px;
  right: -30px;
}
#lp .mail_check02 .btn_container, .mail_check #back-link {
  width: 400px;
  display: block;
  position: relative;
  margin: 30px auto 5px;
  border-radius: 10px;
  cursor: pointer;
}
#lp .mailform section .mail_check02 input[type="submit"] {
  -webkit-appearance: none;
  width: 400px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 30px;
  padding: 20px;
  background-color: #ee2200;
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px #9a1600;
  transition: 0.2s all ease 0s;
}
#lp .mailform section .mail_check02 input[type="submit"]:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
}
.mailform section .tbl_form .cell .PD-R15 {
  margin: 6px 15px 0 0;
  white-space: nowrap;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #lp .mailform section .tbl_form {
    display: block;
    margin-bottom: 20px;
  }
  #lp .mailform section .tbl_form .cell {
    width: 100%;
    margin: 20px 0 15px 0;
    display: flex;
  }
  #lp .mailform section .tbl_form p.in {
    width: 100%;
  }
  #lp .mailform section .tbl_form p.in select:selected {
    background-color: #e8f0fe
  }
  #lp .mailform section .tbl_form p.lastnames {
    width: 48.5% !important;
    float: left;
  }
  .mailform section .tbl_form .cell #lastname {
    margin-top: 0;
  }
  #lp .mailform section .tbl_form p.firstnames {
    width: 48.5% !important;
    float: left;
    margin-top: 0;
    margin-right: 0 !important;
  }
  #lp .mailform section .tbl_form .cell #firstname {
    margin-top: 0;
  }
  #lp .tbl_form p#employees {
    display: grid;
  }
  #lp .tbl_form p#reply {
    display: grid;
  }
  #lp .tbl_form p#zoom {
    display: grid;
  }
  #lp .mail_check .btn_container {
    width: 100%;
    margin: 30px auto 40px;
    padding: 0;
  }
  #lp .mailform section .tbl_form .cell #companyName {
    margin-top: 0;
    padding: 10px;
  }
  #lp .mailform section .tbl_form .cell #tel {
    margin-top: 0;
    padding: 10px;
  }
  #lp .mailform section .tbl_form .cell #mail {
    margin-top: 0;
    padding: 10px;
  }
  #lp .mailform section .tbl_form .cell .need {
    top: 5%;
    right: 0;
  }
  #lp .mailform section .tbl_form .cell .noneed {
    top: 5%;
    right: 0;
  }
}
#lp .mailform .tbl_form option {
  background-color: #e8f0fe !important;
}
/*LP改修マンガ2022.02.15*/
#performance .asset {
  position: relative;
  display: block;
  margin: 0 auto;
}
#performance .asset h3 {
  width: 100%;
  line-height: 1.3;
  font-size: 30px;
  display: block;
  padding-bottom: 50px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#performance .asset h3 span {
  font-size: 40px;
}
.manga_mv {
  margin-bottom: 60px;
}
.manga_mv .pc {
  display: block;
}
.manga_mv .sp {
  display: none;
}
@media only screen and (max-width: 1160px) {
  #performance .asset:before {
    content: ""
  }
  #performance .asset:after {
    content: ""
  }
}
@media only screen and (max-width: 900px) {
  #performance .asset h3 {
    width: 100%;
    background: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  #performance .asset {
    margin: 40px auto 40px;
  }
  #performance .asset h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  #performance .asset h3 span {
    font-size: 30px;
  }
  .manga_mv .pc {
    display: none;
  }
  .manga_mv .sp {
    display: block;
  }
}
#Q1 .asset {
  position: relative;
  display: block;
  margin: 0px auto 50px;
  padding: 0;
  box-sizing: border-box;
}
#Q1 .asset02 {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0 0 60px;
  box-sizing: border-box;
  overflow: hidden;
}
#recommended .asset02 {
  position: relative;
  display: block;
  margin: 0 auto 50px;
  padding: 0;
  box-sizing: border-box;
}
#recommended2 .asset {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 80px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q1 .asset h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#Q1 .asset02 h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
#recommended .asset02 h3 {
  width: max-content;
  line-height: 1.3;
  font-size: 40px;
  font-weight: bold;
  color: #02436b;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 1160px) {
  #Q1 .asset:before {
    content: ""
  }
  #Q1 .asset:after {
    content: ""
  }
  #Q1 .asset02:before {
    content: ""
  }
  #Q1 .asset02:after {
    content: ""
  }
  #recommended2 .asset:before {
    content: ""
  }
  #recommended2 .asset:after {
    content: ""
  }
}
@media only screen and (max-width: 900px) {
  #Q1 .asset h3 {
    width: 100%;
    background: no-repeat;
  }
  #Q1 .asset02 h3 {
    width: 100%;
    background: no-repeat;
  }
  #recommended2 .asset h3 {
    width: 100%;
    background: no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  #Q1 .asset {
    margin: 0;
    padding: 20px 0 40px 0;
  }
  #Q1 .asset h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q1 .asset h3 span {
    font-size: 30px;
  }
  #Q1 .asset02 {
    margin: 0;
    padding: 20px 0 40px 0;
  }
  #Q1 .asset02 h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  #Q1 .asset02 h3 span {
    font-size: 30px;
  }
  #exp_plan .asset {
    margin: 0;
    padding: 0 0 40px 0;
  }
  #recommended2 .asset {
    margin: 0;
    padding: 40px 0px 40px;
  }
  #recommended2 .asset h3 {
    font-size: 26px;
    line-height: 1.3;
  }
  #recommended2 .asset h3 span {
    font-size: 30px;
  }
}
/*LPフォーム修正2022.03.25*/
@media only screen and (max-width: 768px) {
  #lp .mail_check02 .btn_container, #lp .mailform section .mail_check02 input[type="submit"] {
    width: 100%;
  }
}
/* 個人情報保護方針 CSS　2022.03.29 */
.mail_check {
  margin-top: 0;
}
.mail_check .step_txt {
  font-size: 26px;
  font-weight: bold;
  margin: 40px 0 30px;
}
.terms_box {
  display: block;
  height: auto;
  background-color: #F5F5F5;
  width: auto;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.mailform .mail_check p.mail_check_txt {
  font-size: 16px;
  margin-top: -15px;
  margin-bottom: 30px;
  font-weight: normal;
}
.mailform .terms_box .terms_box_ttl {
  font-size: 21px;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0;
  color: #000;
}
#policy .terms_box .terms_box_txt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
}
.terms_box .terms_box_txt_first {
  font-size: 16px !important;
  font-weight: normal !important;
  text-align: right;
  margin: 0 0 30px !important;
}
.mailform .terms_box .terms_box_txt_last {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  margin: 30px 0 0;
}
.mail_check p.agree_check_txt {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.mailform section .agree_check .need {
  display: inline-block;
  background-color: #ff4e4a;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin-top: 0;
  margin-left: auto;
  padding: 4px 8px;
}
.mail_check .btn_container:hover, .mail_check #back-link:hover {
  opacity: 1;
  transition: 0.1s;
}
.submit:disabled {
  cursor: default;
  background-color: #C1C1C1 !important;
  box-shadow: 0 5px #999 !important;
}
.agree_check {
  margin: 30px auto 60px;
  padding: 20px;
  text-align: center;
  background-color: #F5F5F5;
}
.agree_check label {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  small {
    font-size: 14px;
    line-height: initial;
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
  .mail_check .step_txt {
    font-size: 21px;
    margin: 40px 0 15px;
  }
  .terms_box {
    padding: 20px;
  }
  .mailform .mail_check p.mail_check_txt {
    margin-top: 0;
  }
  .mailform .terms_box .terms_box_ttl, .mailform .terms_box .terms_box_txt {
    font-size: 16px;
  }
  .terms_box .terms_box_txt_first {
    margin: 0 0 20px;
  }
  .mail_check p.agree_check_txt {
    text-align: left;
  }
  .agree_check {
    margin: 20px auto 40px;
    padding: 15px 5px;
  }
  .agree_check label {
    font-size: 14px;
  }
}
#cta {
  background: #02436b;
  padding: 60px 0;
}
#cta .cta-box {
  position: relative;
}
#cta .cta-left {
  width: 25%;
  height: auto;
  position: absolute;
  left: -8%;
  top: -87%;
}
#cta .cta-right {
  display: block;
}
#cta .cta-right ul {
  width: 100%;
  display: inline-flex;
  left: 0px;
  top: -70px;
  align-items: center;
  justify-content: right;
}
#cta .cta-right ul li {
  width: 40%;
  margin-right: 3%;
}
#cta .cta-right ul li p {
  color: #ffffff;
  font-size: 16px;
}
#cta .cta-right ul li:last-child {
  width: 40%;
  margin-right: 0;
}
#contact_area {
  margin: 80px 0;
  position: relative;
  width: 100%;
  padding: 80px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: contain;
  overflow: hidden;
  box-sizing: border-box;
}
#contact_area_last {
  margin: 80px 0 0;
  position: relative;
  width: 100%;
  padding: 80px;
  background-image: url(../../../img/biz/mobile/lp_top/contact_back.png);
  background-size: contain;
  overflow: hidden;
  box-sizing: border-box;
}
#contact_area .estimate p {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.5px;
}
#contact_area .estimate_click a {
  width: 100%;
  display: block;
  height: auto;
  transition: 0.2s all ease 0s;
  box-shadow: 0 5px #9a1600;
  border-radius: 16px;
}
#contact_area .estimate_click a img:hover {
  opacity: 1 !important;
}
#contact_area .estimate_click b {
  width: 200px;
  display: block;
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 20px auto 0;
}
#contact_area .contact_top .es .cta-right {
  display: table;
  margin: 0 auto;
  position: relative;
}
#contact_area .contact_top .es .cta-right img.woman {
position: absolute;
width: 300px;
height: auto;
top: -3%;
left: -10%;
}
#contact_area .contact_top .es ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 60px;
  border-radius: 20px;
  background-color: #ffffff;
}
#contact_area .contact_top .es ul li {
  display: inline-table;
  width: 40%;
  height: auto;
  margin-right: 5%;
  margin-top: 10px;
}
#contact_area .contact_top .es ul li:last-child {
  margin-right: 0;
  margin-top: 0;
  white-space-collapse: preserve;
}
#contact_area .contact_top .es ul li p {
  font-size: 18px;
  font-weight: bold;
}
#performance .asset h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#performance .asset h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#Q4 #reason .asset h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#Q4 #reason .asset h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#efficiency .asset02 h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#efficiency .asset02 h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#Q3 .asset h3 b.left {
  display: block;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  left: 100px;
  top: -10px;
}
#Q3 .asset h3 b.right {
  display: block;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  right: 100px;
  top: -15px;
}
#Q1 .asset h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#Q1 .asset h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#recommended .asset02 h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#recommended .asset02 h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#recommended2 .asset h3 b.left {
  display: inline-block;
  font-size: 50px;
  padding-right: 30px;
  font-weight: normal;
}
#recommended2 .asset h3 b.right {
  display: inline-block;
  font-size: 50px;
  padding-left: 30px;
  font-weight: normal;
}
#Q2 .asset h3 b.left {
  display: block;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  left: 90px;
  top: 45px;
}
#Q2 .asset h3 b.right {
  display: block;
  position: absolute;
  font-size: 100px;
  font-weight: 100;
  right: 90px;
  top: 45px;
}
@media only screen and (max-width: 1080px) {
  #cta .cta-left {
    width: 20%;
    padding: 0 5px;
    position: absolute;
    left: -32px;
    top: -20px;
  }
  #performance h2 {
    width: 100%;
  }
  #performance .section-contract-result ul {
    display: inline-block;
    margin-bottom: 40px;
    padding-bottom: 0;
  }
  #performance .section-contract-result ul li {
    float: initial;
  }
  #performance .section-contract-result ul li:first-child {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  #performance .section-contract-result ul li:last-child {
    width: 94%;
    margin-right: 0;
    padding: 30px;
    background-color: #faf9f9;
    border-radius: 20px;
  }
  #performance .section-contract-result .result-title-sub {
    margin-top: 0;
  }
  #performance .asset h3 b.left {
    display: none
  }
  #performance .asset h3 b.right {
    display: none
  }
  #performance .asset h3 {
    padding-bottom: 30px;
  }
  #Q4 #reason .asset h3 b.left {
    display: none
  }
  #Q4 #reason .asset h3 b.right {
    display: none
  }
  #Q4 #reason .asset {
    margin-bottom: 30px;
  }
  #Q4 #reason .re-case-box {
    padding-top: 20px;
  }
  #efficiency .asset02 h3 b.left {
    display: none
  }
  #efficiency .asset02 h3 b.right {
    display: none
  }
  #efficiency .tit .asset02 {
    margin-bottom: 30px;
  }
  .hp_detail02 a {
    font-size: 22px;
  }
  #Q3 .asset h3 b.left {
    display: none
  }
  #Q3 .asset h3 b.right {
    display: none
  }
  #Q3 .asset h3 {
    font-size: 30px;
  }
  #Q3 .asset {
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
  #Q1 .asset h3 {
    font-size: 30px;
  }
  #Q1 .asset h3 b.left {
    display: none
  }
  #Q1 .asset h3 b.right {
    display: none
  }
  #exp_plan .asset {
    margin: 0;
    padding: 0 0 30px 0;
  }
  #recommended {
    padding: 0;
  }
  #recommended .asset02 {
    margin: 0 auto 30px;
  }
  #recommended .asset02 h3 {
    font-size: 30px;
  }
  #recommended .asset02 h3 b.left {
    display: none;
  }
  #recommended .asset02 h3 b.right {
    display: none;
  }
  .recommended-content .recommended-list .recommended-title-small span {
    font-size: 1.22rem;
  }
  #recommended2 .asset {
    padding: 40px 0px 30px;
  }
  #recommended2 .asset .sec-title {
    font-size: 30px;
  }
  #recommended2 .asset h3 b.left {
    display: none;
  }
  #recommended2 .asset h3 b.right {
    display: none;
  }
  #Q2 .asset {
    padding: 40px 0 30px 0;
  }
  #Q2 .asset h3 {
    font-size: 30px;
  }
  #Q2 .asset h3 b.left {
    display: none;
  }
  #Q2 .asset h3 b.right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #performance {
    padding: 30px 0 0;
  }
  #performance h2 {
    font-size: 30px;
    border-bottom: none;
  }
  #performance h2:before {
    content: none !important;
    display: none !important;
  }
  #performance .section-contract-result {
    margin-top: 0px;
  }
  #performance .section-contract-result .result-title-sub {
    font-size: 1.5rem;
  }
  #performance .section-contract-result ul {
    margin-bottom: 0;
  }
  #performance .section-contract-result ul li:last-child {
    display: block;
    width: 92%;
    padding: 15px;
    border-radius: 0;
  }
  #performance .section-contract-result .sec-text {
    font-size: 14px;
  }
  #performance .asset {
    margin: 30px auto 0;
  }
  .manga_mv {
    margin-bottom: 30px;
  }
  #contact_area {
    margin: 40px 0;
    padding: 40px 20px;
  }
  #cta {
    padding: 0;
}
  #cta .cta-box {
    padding: 8% 5%;
}
  #cta .cta-left {
    width: 57%;
    padding: 0;
    left: -27%;
    top: -14%;
  }
  #cta .cta-right ul {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  #cta .cta-right ul li {
    width: 75%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #cta .cta-right ul li p {
    font-size: 13px;
    text-align: center;
  }
  #cta .cta-right ul li:last-child {
    width: 75%;
    margin-right: 0;
    margin-bottom: 0;
  }
  #contact_area .cta-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
  }
  #contact_area .cta-left {
    display: none;
    position: absolute;
  }
  #contact_area .cta-right {
    display: block;
  }
  #contact_area .cta-right ul {
    width: 100%;
    padding: 20px 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
  #contact_area .cta-right ul li {
    width: 80%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #contact_area .cta-right ul li p {
    font-size: 14px;
    text-align: center;
  }
  #contact_area .cta-right ul li:last-child {
    width: 90%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
#cta .cta-left {
    top: -6%;
  }
}
footer .f-logo{
	display: block;
    width: 150px;
    height: auto;
    margin: 0 0 10px;
}
footer h2{
	font-size: 16px;
}
footer small{
	font-size: 14px;
}
/* POPUPバナー追加 2024.2.16
*****************************************************/
#movie_popup {
position: fixed;
bottom: 100px;
right: 0;
width: 200px;
height: auto;
z-index: 9999999;
animation: anime1 1s ease;
}
@keyframes anime1 {
  0% {
    opacity: 0;
    bottom: 100px;
  }
  100% {
    opacity: 1;
    bottom: 100px;
  }
}
#movie_popup .movie_box {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
}
#movie_popup .movie_box img.movie_btn {
  width: 35px;
  height: auto;
  position: absolute;
  top: -23px;
  left: -19px;
  border: 2px solid #FFF;
  border-radius: 25px;
}
#movie_popup .movie_box img {
  padding: 0;
  margin: 0;
}
#movie_popup .movie_box img:hover {
  opacity: 1;
}
#movie_popup .movie_box a:hover {
  opacity: 1;
}
#movie_popup input {
  display: none;
}
#movie_popup input:checked ~ .movie_box {
  display: none;
}
@media screen and (max-width: 769px) {
  #movie_popup {
	display: none;
  }
  #movie_popup.js_active {
    opacity: 1;
    visibility: visible;
  }
  #movie_popup .movie_box img.movie_btn {
    top: 180px;
    left: unset;
    right: 2%;
  }
}
/* アンカーリンク設置追加 2024.2.29
*****************************************************/
#a-link{
	background-color: #F0F0EF;
}
#a-link .pc-nav{
	display: block;
    width: 100%;
    height: auto;
}
#a-link .pc-nav ul{
	width: 100%;
    height: auto;
    display: inline-table;
	box-sizing: border-box;
}
#a-link .pc-nav ul li{
	float: left;
    padding: 30px 10px 30px 0;
}
#a-link .pc-nav ul li:last-child{
	padding: 6px 0 0px 0;
}
#a-link .pc-nav ul li img{
	display: block;
    height: auto;
    width: 224px;
}
@media screen and (max-width: 1160px) {
#a-link .pc-nav ul li {
    width: 50%;
    padding: 40px 0px 0 0px
}
#a-link .pc-nav ul li:nth-child(3), #a-link .pc-nav ul li:nth-child(4){
    padding: 0;
}
#a-link .pc-nav ul li:last-child{
    padding: 0 0 40px 0;
}
#a-link .pc-nav ul li img {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
#a-link .pc-nav ul li {
    padding: 30px 0px 0 0px;
}
#a-link .pc-nav ul li:last-child {
    padding: 0 0 30px 0;
}
}
#Q2-2nd {
  width: 100%;
  display: block;
  margin-bottom: 80px;
}
#Q2-2nd .asset {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 40px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q2-2nd .asset h3 {
    width: 100%;
    line-height: 1.3;
    font-size: 40px;
    font-weight: bold;
    color: #02436b;
    text-align: center;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
#Q2-2nd .asset h3 b.left {
    display: block;
    position: absolute;
    font-size: 80px;
    font-weight: 100;
    left: 380px;
    top: 15px;
}
#Q2-2nd .asset h3 b.right {
    display: block;
    position: absolute;
    font-size: 80px;
    font-weight: 100;
    right: 400px;
    top: 15px;
}
#Q2-2nd .step_main {
  width: 100%;
  display: flex;
  margin-top: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
#Q2-2nd .step_main ul {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
#Q2-2nd .step_main ul li {
  width: 25%;
  display: table-cell;
}
#Q2-2nd .step_main ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #274BA0;
  text-align: center;
}
#Q2-2nd .step_main ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #274BA0;
  text-align: center;
}
#Q2-2nd .step_main ul li img {
  width: auto;
  height: 120px;
  margin: 20px auto 0;
}
#Q2-2nd .pc {
  display: block;
}
#Q2-2nd .sp {
  display: none;
}
#Q2-2nd .step li:before, #Q2-2nd .step li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: auto;
}
#Q2-2nd .step .step01:after {
    border-color: transparent transparent transparent #c3e8ff;
}
#Q2-2nd .step .step02:after {
    border-color: transparent transparent transparent #29ABE2;
}
#Q2-2nd .step .step03:after {
    border-color: transparent transparent transparent #1a7fbd;
}
#Q2-2nd .step .step04 {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
#Q2-2nd .step li:last-child {
    margin-right: 0;
    overflow: hidden;
}
@media only screen and (max-width: 1160px) {
#Q2-2nd .step ul {
	width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}
#Q2-2nd .step li {
	position: relative;
    width: 25%;
    display: table-cell;
    padding: 25px 20px 25px 45px;
}
#Q2-2nd .asset h3 b.left {
    display: none;
}
#Q2-2nd .asset h3 b.right {
    display: none;
}
}
@media only screen and (max-width: 1080px) {
#Q2-2nd .pc {
    display: none
  }
#Q2-2nd .sp {
    display: block;
}
#Q2-2nd .step li h4 {
    display: block;
    line-height: 1;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 5px;
    height: auto;
}
#Q2-2nd .step li p {
    display: block;
    line-height: 1.3;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    height: auto;
}
#Q2-2nd .step li span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    height: auto;
}
#Q2-2nd .step .step01 h4 {
	color: #02436b;
  }
#Q2-2nd .step .step01 p {
	color: #02436b;
  }
#Q2-2nd .step .step01 span {
    color: #02436b;
  }
#Q2-2nd .asset {
    padding: 0px 0 40px;
}
#Q2-2nd .step li span {
    font-size: 16px;
    margin-top: 0;
  }
#Q2-2nd .sp img {
    width: auto;
    height: 120px;
    margin: 20px auto;
  }
#Q2-2nd .step .step01 {
    background-color: #c3e8ff;
}
#Q2-2nd .step .step02 {
    background-color: #29ABE2;
}
#Q2-2nd .step .step03 {
    background-color: #1a7fbd;
}
#Q2-2nd .step .step04 {
    background-color: #274BA1;
}
#Q2-2nd .step li:before {
    top: -4%;
    right: -36px;
    border-style: solid;
    border-color: transparent transparent transparent #000d15;
    border-width: 69px 0 512px 3em;
    z-index: 10;
  }
#Q2-2nd .step li:after {
    top: -8%;
    right: -30px;
    border-style: solid;
    border-color: transparent transparent transparent #29ABE2;
    border-width: 89px 0px 500px 3em;
    z-index: 10;
}
#Q2-2nd .step li:last-child:after {
    top: -8%;
    right: -30px;
    border-style: solid;
    border-color: transparent transparent transparent #274BA1;
    border-width: 89px 0px 500px 3em;
    z-index: 10;
}
}
@media only screen and (max-width: 768px) {
#Q2-2nd {
    margin-bottom: 40px;
  }
#Q2-2nd .asset {
    padding: 0 0 40px 0;
  }
#Q2-2nd .asset h3 {
    font-size: 26px;
  }
#Q2-2nd .asset h3 span {
    font-size: 30px;
  }
#Q2-2nd .step {
    display: block;
    margin: 0;
    border-bottom: 0;
  }
#Q2-2nd .step ul {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
  }
#Q2-2nd .step li {
    width: 100%;
    display: block;
    padding: 30px;
	position: relative;
    box-sizing: border-box;
  }
#Q2-2nd .step li:before {
    content: none;
  }
#Q2-2nd .step li:after {
    content: none;
  }
#Q2-2nd .step li:first-child {
    padding: 20px;
    padding-top: 20px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
  }
#Q2-2nd .step li h4 {
    font-size: 32px;
    text-align: center;
	color: #fff;
	font-weight: bold;
  }
#Q2-2nd .step li p {
    font-size: 21px;
    text-align: center;
	color: #fff;
	font-weight: bold;
  }
#Q2-2nd .step li span {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
#Q2-2nd .step .step01:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step01:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #c3e8ff transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step02 {
    padding-top: 40px;
    padding-bottom: 20px;
	background-color: #29ABE2;
  }
#Q2-2nd .step .step02:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step02:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #29ABE2 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step03 {
    padding-top: 40px;
    padding-bottom: 20px;
	background-color: #1a7fbd;
  }
#Q2-2nd .step .step03:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 102%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #000d15 transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step03:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-style: solid;
    border-color: #1a7fbd transparent transparent transparent;
    border-width: 20px 400px 0 400px;
    z-index: 1;
  }
#Q2-2nd .step .step04 {
    padding-top: 40px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
	background-color: #274BA1;
  }
}
.cookie {
    display: inline-block;
    padding-right: 15px;
    margin: 15px 15px 0 0;
    line-height: 1;
    border-right: 2px solid #C6C6C6;
}
@media screen and (max-width: 769px) {
.cookie {
    display: inline-block;
    border: none;
    margin: 10px 0 10px 0;
}
}
#lp .cv-cp-banner{
    margin-bottom: 40px;
}