@charset "utf-8";

/* ===========================================================================

▼ 共通 ▼

=========================================================================== */

html{
margin: 0;
padding: 0;
overflow-y:scroll;
overflow-x: hidden;
}

body{
font-size:16px;
line-height: 26px;
background: #fff;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #444444;
}

a {
text-decoration: none;
color:#575757;
}

img {
max-width: 100%;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

p {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

div {
display: block;
}


.flex-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#page-top {
width:0px;
height:0px;
position: fixed;
right: 80px;
z-index:9999;
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #E0E0E0;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.posi::before{
top:-60px;
width: 50px;
height: 50px;
background: #C0A444;
border-radius: 100px;
}
.posi::after{
top:-45px;
left:11px;
width: 25px;
height: 25px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#page-top:hover {
opacity: 1;
filter: alpha(opacity=100);
-ms-filter: "alpha(opacity=100)";
}

@media(max-width:768px){
#page-top:hover {
opacity: 0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
}

/* ===========================================================================

▼ ヘッダー ▼

=========================================================================== */

header {
width:100%;
height:;
background: #FFF;
}

.lp-header-line {
background: #0796e5;
width:100%;
height:10px;
}

.header_inner {
max-width: 1100px;
margin: 0 auto;
padding: 10px;
}

.lp-header-box {
  max-width: 70%;
  margin: 0 auto;
display: flex;
justify-content: space-between;
}

.lp-header-box .logo {
width:30%;
display: block;
vertical-align: middle;
text-align: left;
padding:10px;
}

.lp-header-box .logo img {
max-width:100%;
padding:0;
margin:0;
}

.lp-header-contact {
width: 100%;
padding: 1em;
display: flex;
justify-content: space-around;
}

.lp-header-contact ul.header-btn {
display: flex;
justify-content: center;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin:0 auto;
}

.lp-recovery-bg ul.header-btn li{
width:200px;
padding: 0 ;
font-weight:bold;
vertical-align: middle;
font-size:1.2em;
}

.lp_mobile_header {
  display: none;
}

/* lp-main
------------------------------- */
/*  大きな背景画像　*/
.lp-main  {
background-image: url(../img/lp/lp_main_bg.png);
max-width: 100vw;
height: 465px;
background-position: center top;
background-repeat: no-repeat;
display: block;
align-items: center;
background-size: cover;
}

/*  見出し　*/
.lp-main .lp-page-title {
font-size:3.7rem;
line-height:1.2em;
font-weight: bold;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin:0 0 0 100px;
padding:1.5em 0 .5em;
}

.lp-main .lp-sub-title {
font-size:1.5rem;
line-height:1.5em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin:0 0 .5em 100px;
}

.lp-main .lp-sub-title-notes {
font-size:1.0rem;
line-height:1.2em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #333366;
margin:0 0 0 100px;
padding-bottom:2em;
}

.contact-btn-box-mobile {
display: none;
}


/* ===========================================================================

▼ ヘッダー ▼　tablet

=========================================================================== */
@media(max-width:1024px){
.lp-header-box {
width: 100%;
height:120px;
display: flex;
justify-content: space-between;
}

.lp-header-box .logo {
width: 20%;
padding-left: 2em;
margin: 2em 0 ;
}

.lp-header-box .lp-header-contact {
width: 60%;
padding: 1.5em 1em;
margin-right: 0em;
display: flex;
justify-content: space-around;
}

/*  大きな背景画像　*/
.lp-main {
background-image: url(../img/lp/lp_main_bg.png);
max-width: 100vw;
height: 340px;
background-position: 40% top;
background-repeat: no-repeat;
display: block;
align-items: center;
background-size: cover;
}

.lp-main .lp-page-title {
font-size: 3.3rem;
line-height: 1.2em;
font-weight: bold;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: .5em 0 0 50px;
padding: 1em 0 .5em;
}

.lp-main .lp-sub-title {
font-size: 1.2rem;
line-height: 1.5em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 .5em 50px;
}

.lp-main .lp-sub-title-notes {
font-size: .9rem;
line-height: 1.2em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #333366;
margin: 0 0 0 50px;
padding-bottom: 2em;
}


}

@media(max-width:768px){
.lp-header-box {
width: 100%;
height:95px;
display: flex;
justify-content: space-between;
}

.lp-header-box .logo {
width:40%;
margin: 0 auto;
padding: 1em 0;
text-align: center;
}

.lp-header-box .logo img {
width:200px;
padding:0;
margin:0;
}

.lp-header-box .lp-header-contact {
display: none;
}

  /*  大きな背景画像　*/
.lp-main {
background-image: url(../img/lp/lp_main_bg.png);
max-width: 100vw;
height: 340px;
background-position: 35% top;
background-repeat: no-repeat;
display: block;
align-items: center;
background-size: cover;
}

.lp-main .lp-page-title {
font-size: 2.8rem;
line-height: 1.2em;
font-weight: bold;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 0 50px;
padding: 1.5em 0 .5em;
}

.lp-main .lp-sub-title {
font-size: 1.1rem;
line-height: 1.5em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 .5em 50px;
}

.contact-btn-box-mobile {
width: 100%;
background: #efefef;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0;
padding: .5em 0 1em;
}
}

/* ===========================================================================

▼ ヘッダー ▼　mobile

=========================================================================== */
@media (max-width: 414px) {
header {
width:100%;
height:70px;
background: #FFF;
}

.lp-header-line {
background: #0796e5;
width:100%;
height:7px;
}

.lp-header-box {
width: 100%;
height:70px;
}

.lp-header-box .logo {
width:40%;
margin: 0 auto;
padding: 1em 0;
text-align: center;
}

.lp-header-box .logo img {
width:200px;
padding:0;
margin:0;
}

.lp-header-contact {
display: none;
}


/*  大きな背景画像　*/
.lp-main {
background-image: url(../img/lp/lp_main_bg.png);
max-width: 100vw;
height: 250px;
background-position: 33% top;
background-repeat: no-repeat;
display: block;
align-items: center;
background-size: cover;
}

.lp-main .lp-page-title {
font-size: 1.4rem;
line-height: 1.20em;
font-weight: bold;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 0 20px;
padding: 2.25em 0 .5em;
}

.lp-main .lp-sub-title {
width:200px;
font-size: .8rem;
line-height: 1.5em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 .5em 20px;
}

.lp-main .lp-sub-title-notes {
font-size: .7rem;
line-height: 1.2em;
font-weight: 700;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
color: #fff;
text-shadow: -1px -2px 3px #333;
margin: 0 0 0 20px;
padding: 1em 0 2em;
}

.contact-btn-box-mobile {
width: 100%;
background: #efefef;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0;
padding: .5em 0 1em;
}
}


/* ===========================================================================

▼ チェック ▼ pc

=========================================================================== */

.lp-check-bg {
  width:100%;
  background: url(../img/lp/lp_ico_check.png)no-repeat left top;
  background: FFF;
  margin:5px 0 0 5px;
}

.lp-check-bg .ttl-check {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 3em 0  2em;
}

.lp-check-bg .recommend {
  width:70%;
  margin:0 auto 2em;
  display: flex;
  justify-content: space-between;
}

.lp-check-bg .recommend .box-l,.box-r {
  width:50%;
  margin:0 auto 2em;
}

.lp-check-bg ul.check {
  width: 90%;
}

.lp-check-bg ul.check li {
  width:100%;
  list-style-type: none;
  line-height: 3em;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 30px 0 30px;
  padding-left:50px;
  flex-grow: 1;
  background: url(../img/lp/lp_ico_checkmark.png) left 0 top 3px no-repeat;
  background-size: 41px auto;
  border-bottom: dotted 1px #CCC;
}


.lp-ttl-frame-gray {
max-width: 100%;
height:50px;
margin:0 auto;
text-align:center;
background: #efefef;
background-image: url(../img/lp/lp-ttl-frame.png);
background-position: center;
}

.lp-ttl-frame-white {
max-width: 100%;
height:50px;
margin:0 auto;
text-align:center;
background-image: url(../img/lp/lp-ttl-frame.png);
background-position: center;
}

.lp-ttl-frame-blue {
max-width: 100%;
height:50px;
margin:0 auto;
text-align:center;
background: #0796e5;
background-image: url(../img/lp/lp-ttl-frame-blue.png);
background-position: center;
}

/* ===========================================================================

▼ チェック ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-check-bg .recommend {
width:90%;
margin:0 auto 2em;
display: flex;
justify-content: space-between;
}
}

@media(max-width:768px){
.lp-check-bg {
width: 100%;
background: url(../img/lp/lp_ico_check.png)no-repeat left top;
background-size:18% auto;
margin: 5px 0 0 5px;
}

.lp-check-bg .recommend {
width:95%;
margin:0 auto 2em;
display: flex;
justify-content: space-between;
}

.lp-check-bg ul.check {
  width: 100%;
}

.lp-check-bg ul.check li {
  width:100%;
  list-style-type: none;
  line-height: 3em;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 30px 0 0;
  padding-left:50px;
  flex-grow: 1;
  background: url(../img/lp/lp_ico_checkmark.png) left 0 top 3px no-repeat;
  background-size: 41px auto;
  border-bottom: dotted 1px #CCC;
}
}


/* ===========================================================================

▼ チェック ▼ mobile

=========================================================================== */
@media (max-width: 414px) {
.lp-check-bg {
width: 95%;
background: url(../img/lp/lp_ico_check.png)no-repeat left top;
background-size:30% auto;
margin: 5px 0 0 5px;
}

.lp-check-bg .ttl-check {
font-size: 1.2rem;
font-weight: 700;
text-align: center;
margin: 0 auto;
padding: 3em 0 2em;
}

.lp-check-bg .recommend {
width:95%;
margin:0 auto 2em;
padding:0;
display: flex;
flex-direction: column;
}

.lp-check-bg .recommend .box-l,.box-r {
width:90%;
margin:0 auto ;
}
.lp-check-bg ul.check {
width: 100%;
}

.lp-check-bg ul.check li {
width:100%;
list-style-type: none;
line-height: 3em;
font-size: .9rem;
font-weight: 700;
margin: 0 30px 0 0;
padding-left:40px;
flex-grow: 1;
background: url(../img/lp/lp_ico_checkmark.png) left 0 top 3px no-repeat;
background-size: 30px auto;
border-bottom: dotted 1px #CCC;
}
}

/* ===========================================================================

▼ ポイント ▼

=========================================================================== */

.lp-ttl-point {
  width:100%;
  font-size:2.5em;
  line-height:1.4em;
  font-weight:700;
  text-align: center;
  padding: 1em 0 ;
}

.lp-point-bg {
  width:100%;
  background: #efefef;
  padding:2em auto;
  text-align: center;
}

.lp-point-bg .lead-point {
  width:100%;
  font-size:1.2em;
  line-height:1.5em;
  font-weight:700;
  text-align: center;
  margin:0 auto;
  padding: 1em 0;
}

.lp-point-bg .point{
  width:80%;
  display: flex;
  justify-content: center;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 1em 1em 3em;

}

.lp-point-bg ul.point {
  list-style-type: none;
}

.lp-point-bg ul.point li{
  padding: 1em .5em;
}

/* ===========================================================================

▼ ポイント ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-ttl-point {
width:100%;
font-size:2.0em;
line-height:1.4em;
font-weight:700;
text-align: center;
padding: 1em 0 ;
}

.lp-point-bg .point {
width: 95%;
display: flex;
justify-content: center;
list-style: none;
text-align: center;
margin: 0 auto;
padding: 1em 1em 3em;
}
}

@media(max-width:768px){
.lp-ttl-point {
width:100%;
font-size:1.8em;
line-height:1.4em;
font-weight:700;
text-align: center;
padding: 1em 0 ;
}

.lp-point-bg .point {
width: 90%;
display: flex;
justify-content: center;
list-style: none;
text-align: center;
margin: 0 auto;
padding: 1em 1em 3em;
}
}

/* ===========================================================================

▼ ポイント ▼ mobile

=========================================================================== */
@media(max-width:559px){
.lp-ttl-point {
width:100%;
font-size:1.3em;
line-height:1.4em;
font-weight:700;
text-align: center;
padding: 1em 0 ;
}

.lp-point-bg .lead-point {
    width: 90%;
    font-size: 1.0em;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    padding: 1em 0;
}

.lp-point-bg ul.point {
width:80%;
list-style-type: none;
display: flex;
flex-direction: column;
}

.lp-point-bg ul.point li {
    padding: .25em .1em;
}
}


/* ===========================================================================

▼ パソコン回収 ▼

=========================================================================== */

.lp-recovery-bg {
  width:100%;
  height:1300px;
  background: #70c638;
  padding:2em auto;
  text-align: center;
}

.lp-recovery-bg .ttl-recovery {
  width:100%;
  padding:4em 0 0;
  text-align: center;
}

.lp-recovery-bg .recovery-box {
  display: block;
  width: 70%;
  background: #dff6fd;
  border: solid 6px #fff;
  margin:2em auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lp-recovery-bg .recovery-box .recovery-box-ttl {
  width:350px;
  background: #ff9933;
  text-align: center;
  color: #fff;
  font-size: .9em;
  font-weight: 900;
  margin: 3em auto;
  padding: .5em 1em;
}

.lp-recovery-bg .recovery-box .staff_l {
  position: absolute;
  top:-20px;
  left:-40px;
  z-index: 2;
}

.lp-recovery-bg .recovery-box .staff_l-mobile {
display: none;
}

.lp-recovery-bg .recovery-box .fukidasi-01 {
  position: absolute;
  top:-20px;
  left:100px;
  z-index: 3;
}

.lp-recovery-bg .recovery-box .fukidasi-01-mobile {
display: none;
}

.lp-recovery-bg .recovery-box .fukidasi-02 {
  position: absolute;
  top:100px;
  left:30px;
  z-index: 4;
}

.lp-recovery-bg .recovery-box .fukidasi-02-mobile {
display: none;
}


.lp-recovery-bg .recovery-box .ico-free {
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 5;
}

.lp-recovery-bg .recovery-box .ico-free-mobile {
display: none;
}

.lp-recovery-bg ul.pc {
  width:75%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  margin:0 auto;
}

.lp-recovery-bg ul.pc li{
  width:140px;
  padding: 0 ;
  font-weight:bold;
  vertical-align: middle;
  font-size:1.2em;
}

.lp-recovery-bg ul.pc li.or{
  width: 50px;
  padding-top: 3em;
  font-weight:bold;
  vertical-align: middle;
  font-size:1.2em;
}

.lp-recovery-bg .pc-notes {
  width:60%;
  text-align: center;
  font-size:0.85em;
  font-weight: 700;
  margin:0 auto;
  color: #003399;
}

.lp-recovery-bg .pc-plus {
  width:60%;
  text-align: center;
  font-size:0.7em;
  font-weight: 700;
  margin:0 auto;
  padding: 1em;
}

.lp-recovery-bg ul.accessory {
  width:100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  margin:0 auto ;
  padding:1em 0;
}

.lp-recovery-bg ul.accessory li{
  width:150px;
  height:150px;
  padding: 1em .5em;
}

.lp-recovery-bg ul.accessory li .photo-up {
width:100%;
height:90px;
font-size:.8em;
}

.img-xsmall {
height: 85px;
padding: 0 .5em;
}

.img-small {
height:100px;
padding:0 .5em;
}

.img-middle {
height:130px;
padding:0 .5em;
}

.lp-recovery-bg ul.accessory li .photo-name {
height:60px;
font-weight:bold;
font-size:.8em;
padding:1.5em .5em;
line-height:1.4em;
color: #003399;
}


.lp-recovery-bg .ttl-ng-recovery {
width:100%;
padding:2em 0 0;
text-align: center;
}

.lp-recovery-bg .ng-recovery-notes {
width:100%;
color:#fff;
font-weight:bold;
font-size:.9em;
margin:0 auto;
text-align: center;
}

.lp-recovery-bg .ng-recovery-box {
display: block;
width: 70%;
background: #efefef;
border: solid 6px #fff;
margin:2em auto;
}

.lp-recovery-bg .ng-recovery-box ul.ng-accessory {
width:80%;
display: flex;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin:0 auto;
}

.lp-recovery-bg .ng-recovery-box ul.ng-accessory li{
padding: 1em;
font-weight:bold;
vertical-align: middle;
font-size:.8em;
}

.lp-recovery-bg .ng-recovery-box ul.ng-accessory li img{
width:110px;
}

.lp-repeat-ttl {
width:100%;
text-align: center;
font-size:2.2em;
line-height: 1.6em;
font-weight:900;
margin:3em auto .5em;
color:#0796e5;
}

lp-repeat-ttl .orange {
color:#ff9933;
}

/* ===========================================================================

▼ パソコン回収 ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-recovery-bg .recovery-box {
display: block;
width: 90%;
background: #dff6fd;
border: solid 6px #fff;
margin: 2em auto;
text-align: center;
position: relative;
z-index: 1;
}

.lp-recovery-bg .ng-recovery-box {
display: block;
width: 90%;
background: #efefef;
border: solid 6px #fff;
margin: 2em auto;
}
}

@media(max-width:768px){
.lp-recovery-bg .ttl-recovery {
width: 80%;
margin: 0 auto;
padding: 4em 0 0;
text-align: center;
}

.lp-recovery-bg .recovery-box .staff_l {
  position: absolute;
  top:-30px;
  left:-10px;
  z-index: 2;
  transform: scale(0.9, 0.9);
}

.lp-recovery-bg .recovery-box .fukidasi-01 {
  position: absolute;
  top:-40px;
  left:80px;
  z-index: 3;
  transform: scale(0.8, 0.8);
}

.lp-recovery-bg .recovery-box .fukidasi-02 {
  position: absolute;
  top:60px;
  left:20px;
  z-index: 4;
  transform: scale(0.8, 0.8);
}

.lp-recovery-bg .recovery-box .ico-free {
position: absolute;
top: -40px;
right: -30px;
z-index: 5;
transform: scale(0.8, 0.8);
}



.lp-recovery-bg .recovery-box .recovery-box-ttl {
width: 340px;
background: #ff9933;
text-align: center;
color: #fff;
font-size: .9em;
font-weight: 900;
margin: 4em auto;
padding: .5em 1em;
}

.lp-recovery-bg .ng-recovery-box {
    display: block;
    width: 90%;
    background: #efefef;
    border: solid 6px #fff;
    margin: 2em auto 0;
}

.lp-recovery-bg ul.accessory li .photo-up {
    width: 100%;
    font-size: .8em;
}

.img-small {
height:65px;
padding:0 .5em ;
margin:2em 0 0;
}
}


/* ===========================================================================

▼ パソコン回収 ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-recovery-bg {
width: 100%;
height: 1400px;
background: #70c638;
padding: 2em auto 3em;
text-align: center;
}

.lp-recovery-bg .ttl-recovery {
width: 90%;
margin: 0 auto;
padding: 3em 0 0;
text-align: center;
}

.lp-recovery-bg .recovery-box .staff_l {
position: absolute;
top:-50px;
left:-38px;
z-index: 2;
transform: scale(0.6, 0.6);
}

.lp-recovery-bg .recovery-box .fukidasi-01 {
    position: absolute;
    top:-70px;
    left:0px;
    z-index: 3;
    transform: scale(0.6, 0.6);
  }

.lp-recovery-bg .recovery-box .fukidasi-02 {
    position: absolute;
    top:20px;
    left:0px;
    z-index: 4;
    transform: scale(0.6, 0.6);
  }

.lp-recovery-bg .recovery-box .ico-free {
    position: absolute;
    top: -90px;
    right: -60px;
    z-index: 5;
    transform: scale(0.5, 0.5);
    }

.lp-recovery-bg .recovery-box .recovery-box-ttl {
width: 220px;
background: #ff9933;
text-align: center;
color: #fff;
font-size: .8em;
font-weight: 900;
line-height:1.3em;
margin: 2em auto 3em;
padding: .5em 1em;
}

.lp-recovery-bg ul.pc {
width: 95%;
display: flex;
justify-content: center;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin: 4em auto 1em;
}

.lp-recovery-bg .pc-plus {
width: 60%;
text-align: center;
font-size: 0.7em;
font-weight: 700;
margin: 1em auto 0;
padding: 1em;
}

.lp-recovery-bg .pc-notes {
width: 80%;
text-align: center;
font-size: 0.85em;
line-height:1.5em;
font-weight: 700;
margin: 0 auto;
color: #003399;
}

.lp-recovery-bg ul.accessory {
width: 100%;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin: 0 auto 1em;
}

.lp-recovery-bg ul.accessory li .photo-name {
height: 60px;
font-weight: bold;
font-size: .8em;
padding: .5em;
line-height: 1.4em;
color: #003399;
}


.lp-recovery-bg ul.accessory li {
width: 100px;
height: 120px;
padding: 0;
}

.lp-recovery-bg .ttl-ng-recovery {
    width: 80%;
    padding: 2em 0 0;
    margin:0  auto;
    text-align: center;
}

.lp-recovery-bg .ttl-ng-recovery img {
width: 70%;
padding: 0 0;
text-align: center;
}

.lp-recovery-bg .ng-recovery-box {
display: block;
width: 90%;
background: #efefef;
border: solid 6px #fff;
margin: 1em auto 0;
}

}



/* ===========================================================================

▼ お問い合わせ ▼

=========================================================================== */

.lp-contact {
width:100%;
margin: 0 auto ;
background: #efefef;
}

.lp-contact .lp-contact-ttl {
width:100%;
text-align: center;
margin: 0 auto 1em;
padding: 1.5em 0 0;
color:#000;
font-size:2.0em;
font-weight: 900;
}

.lp-contact .lp-contact-lead {
font-size:1em;
margin: 0 auto;
padding: 0;
text-align: center;
}

.lp-contact .lp-contact-step {
width: 100%;
display: flex;
justify-content: center;
}

.lp-contact .lp-contact-step ul.step {
width: 60%;
list-style-type: none;
display: flex;
justify-content: space-between;
margin:2em 0 2em 0;
}

.lp-contact .lp-contact-step ul.step li{
width:170px;
height: 90px;
list-style-type: none;
padding: 1em 0;
font-weight:bold;
vertical-align: middle;
text-align: center;
margin:0 auto;
font-size:1.0em;
border: solid 5px #70c638;
background: #FFF;
}

.lp-contact .lp-contact-step ul.step li.step-arrow {
  width:60px;
  border: none;
  background: none;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 0 0;
}

.contact-btn-box {
  width:100%;
  display: flex;
  justify-content: center;
  margin:2em auto 0;
  padding:0 0 3em;
}

.contact-tel-btn {
  background-color: #70c638;
  border: 5px solid #ffff00;
  width: 220px;
  height: 25px;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 900;
  border-radius: 50px;
  padding: .7em;
  margin: .5em;
  text-align: center;
}


.contact-tel-btn:hover {
  background-color: rgba(112,198,56,0.7);
  border: 5px solid #ffff00;
  width: 220px;
  height: 25px;
  color: #FFF;
  font-size: 1.4em;
  font-weight: 900;
  border-radius: 50px;
  padding: .7em;
  margin: .5em;
  text-align: center;
}

.contact-form-btn {
  background-color: #70c638;
  border: 5px solid #ffff00;
  width: 220px;
  height: 25px;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 900;
  border-radius: 50px;
  padding: .8em;
  margin: .5em;
  text-align: center;
}


.contact-form-btn:hover {
  background-color: rgba(112,198,56,0.7);
  border: 5px solid #ffff00;
  width: 220px;
  height: 25px;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 900;
  border-radius: 50px;
  padding: .8em;
  margin: .5em;
  text-align: center;
}


.ico-white {
  color: #FFF;
}

/* ===========================================================================

▼ お問い合わせ ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-repeat-ttl {
width: 100%;
text-align: center;
font-size: 2.0em;
line-height: 1.6em;
font-weight: 900;
margin: 3em auto .5em;
color: #0796e5;
}
}

@media(max-width:768px){
.lp-repeat-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.6em;
font-weight: 900;
margin: 3em auto .5em;
color: #0796e5;
  }

.lp-contact .lp-contact-step ul.step {
width: 80%;
list-style-type: none;
display: flex;
justify-content: space-between;
margin: 2em 0 2em 0;
}

.contact-tel-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 220px;
height: 20px;
color: #FFF;
font-size: 1.3em;
font-weight: 900;
border-radius: 50px;
padding: .8em 0;
margin: .5em .5em;
text-align: center;
}

.contact-tel-btn:hover {
background-color: rgba(112,198,56,0.7);
border: 3px solid #ffff00;
width: 220px;
height: 20px;
color: #FFF;
font-size: 1.3em;
font-weight: 900;
border-radius: 50px;
padding: .8em 0;
margin: .5em .5em;
text-align: center;
}

.contact-form-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 220px;
height: 20px;
color: #FFF;
font-size: 1.0em;
font-weight: 900;
border-radius: 50px;
padding: 1em 0;
margin: .5em .5em;
text-align: center;
}

.contact-form-btn:hover {
background-color: rgba(112,198,56,0.7);
border: 3px solid #ffff00;
width: 220px;
height: 20px;
color: #FFF;
font-size: 1.0em;
font-weight: 900;
border-radius: 50px;
padding: 1em 0;
margin: .5em .5em;
text-align: center;
}
}

/* ===========================================================================

▼ お問い合わせ ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-repeat-ttl {
width: 80%;
text-align: center;
font-size: 1.5em;
line-height: 1.4em;
font-weight: 900;
margin: 3em auto .5em;
color: #0796e5;
}


.lp-contact .lp-contact-ttl {
width: 100%;
text-align: center;
margin: 0 auto 1em;
padding: 1.5em 0 0;
color: #000;
font-size: 1.5em;
font-weight: 900;
}

.lp-contact .lp-contact-step ul.step {
width: 95%;
list-style-type: none;
display: flex;
justify-content: space-between;
margin: 2em 0 2em 0;
}

.lp-contact .lp-contact-step ul.step li {
width: 170px;
height: 80px;
list-style-type: none;
padding: .5em 0;
font-weight: bold;
vertical-align: middle;
text-align: center;
margin: 0 auto;
font-size: .8em;
border: solid 4px #70c638;
background: #FFF;
}

.lp-contact .lp-contact-step ul.step li.step-arrow {
width: 40px;
border: none;
background: none;
vertical-align: middle;
text-align: center;
margin: 0 auto;
padding: 3em 0 0 0;
}

.contact-btn-box {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto 0;
padding: 0 0 3em;
}

.contact-tel-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 190px;
height: 20px;
color: #FFF;
font-size: 1.1em;
font-weight: 600;
border-radius: 50px;
padding: .8em 0;
margin: .5em .25em;
text-align: center;
}

.contact-form-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 190px;
height: 20px;
color: #FFF;
font-size: .8em;
font-weight: 600;
border-radius: 50px;
padding: 1em 0;
margin: .5em .25em;
text-align: center;
}
}

@media (max-width: 375px) {
.contact-tel-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 170px;
height: 20px;
color: #FFF;
font-size: 1.0em;
font-weight: 600;
border-radius: 50px;
padding: .8em 0;
margin: .5em .25em;
text-align: center;
}

.contact-tel-btn:hover {
background-color: rgba(112,198,56,0.7);
border: 3px solid #ffff00;
width: 170px;
height: 20px;
color: #FFF;
font-size: 1.0em;
font-weight: 600;
border-radius: 50px;
padding: .8em 0;
margin: .5em .25em;
text-align: center;
}

.contact-form-btn {
background-color: #70c638;
border: 3px solid #ffff00;
width: 170px;
height: 20px;
color: #FFF;
font-size: .8em;
font-weight: 600;
border-radius: 50px;
padding: 1em 0;
margin: .5em .25em;
text-align: center;
}

.contact-form-btn:hover {
background-color: rgba(112,198,56,0.7);
border: 3px solid #ffff00;
width: 170px;
height: 20px;
color: #FFF;
font-size: .8em;
font-weight: 600;
border-radius: 50px;
padding: 1em 0;
margin: .5em .25em;
text-align: center;
}
}


/* ===========================================================================

▼ どんな風に作業するの ▼

=========================================================================== */

.lp-case-bg {
width:100%;
background: #dff6fd;
display: block;
padding-bottom:5em;
position: relative;
margin: 0 auto;
text-align: center;
z-index: 6
}

.lp-case-bg h4.lp-casestudy-ttl {
font-size:1.2em;
color: #0796e5;
text-align: center;
font-weight: 900;
line-height: 1.5em;
margin: 3em auto .5em;
position: relative;
display: inline-block;
padding:0 1em;
letter-spacing: 5px;
}

.lp-case-bg h4.lp-casestudy-ttl:before, h4.lp-casestudy-ttl:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15px;
height: 2px;
background: #000;
text-shadow: 1px 2px 3px #000;
font-weight: 900;
letter-spacing: 5px;
}

.lp-case-bg h4.lp-casestudy-ttl:before {
left:0;
letter-spacing: 5px;
}

.lp-case-bg h4.lp-casestudy-ttl-ttl:after {
right:0;
letter-spacing: 5px;
}

.lp-case-bg .staff_r {
  position: absolute;
  top:-20px;
  right:10px;
  z-index: 8;
}

.lp-case-bg .fukidasi-03 {
  position: absolute;
  top:-20px;
  right:120px;
  z-index: 9;
}

.lp-case-bg .lp-case-ttl {
  width:100%;
  text-align: center;
  margin: 0 auto .5em;
  padding:0;
  color:#000;
  font-size:2.2em;
  font-weight: 900;
}

.lp-case-bg .lp-case-lead {
  font-size:1.3em;
  font-weight:900;
  margin: 0 auto 2em;
  padding: 0;
  text-align: center;
}

.lp-case-bg .lp-case-notes {
  text-align: center;
  font-size:.8em;
  font-weight:900;
}

.lp-case-bg .lp-case-photo {
  width:65%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.lp-case-bg .lp-case-photo .photo {
  width:100%;
  padding:.5em;
}

/* ===========================================================================

▼ どんな風に作業するの ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-case-bg .lp-case-ttl {
width: 100%;
text-align: center;
margin: 0 auto .5em;
padding: 0;
color: #000;
font-size: 2.0em;
font-weight: 900;
}

.lp-case-bg .lp-case-lead {
font-size: 1.2em;
font-weight: 900;
margin: 0 auto 2em;
padding: 0;
text-align: center;
}
}

@media(max-width:768px){
.lp-case-bg .lp-case-ttl {
width: 100%;
text-align: center;
margin: 0 auto .5em;
padding: 0;
color: #000;
font-size: 1.8em;
font-weight: 900;
}

.lp-case-bg .lp-case-lead {
font-size: 1.1em;
font-weight: 900;
margin: 0 auto 2em;
text-align: center;
}

.lp-case-bg .lp-case-ico {
position: absolute;
top: 20px;
left: -10px;
z-index: 7;
transform: scale(0.9,0.9);
}

.lp-case-bg .fukidasi-03 {
position: absolute;
top: -20px;
right: 100px;
z-index: 9;
transform: scale(0.8,0.8);
}

.lp-case-bg .staff_r {
position: absolute;
top: -20px;
right: 10px;
z-index: 8;
transform: scale(0.9,0.9);
}

.lp-case-bg .lp-case-photo {
width: 90%;
text-align: center;
display: flex;
justify-content: center;
margin: 0 auto;
}
}

/* ===========================================================================

▼ どんな風に作業するの ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-case-bg .lp-case-ttl {
width: 100%;
text-align: center;
margin: 0 auto ;
padding: 0;
color: #000;
font-size: 1.3em;
font-weight: 900;
}

.lp-case-bg .fukidasi-03 {
position: absolute;
top: -70px;
right: 20px;
z-index: 9;
transform: scale(0.7,0.7);
}

.lp-case-bg .staff_r {
position: absolute;
top: -20px;
right: -10px;
z-index: 8;
transform: scale(0.7,0.7);
}

.lp-case-bg .lp-case-ico {
position: absolute;
top: 50px;
left: -20px;
z-index: 7;
transform: scale(0.8,0.8);
}

.lp-case-bg .lp-case-lead {
font-size: .9em;
font-weight: 900;
margin: 0 auto 2em;
padding: 0;
text-align: center;
}

.lp-case-bg .lp-case-photo {
width: 80%;
text-align: center;
display: flex;
flex-direction: column;
margin: 0 auto;
}
}

/* ===========================================================================

▼ お客様の声 ▼

=========================================================================== */
.lp-uservoice-bg {
  width: 100%;
  background: #0796e5;
  padding: 1em 0;
  margin: 0 auto;
  text-align: center;
}

.lp-uservoice-bg h3.lp-uservoice-ttl {
font-size:2.0em;
color: #fff;
text-align: center;
font-weight: 500;
line-height: 1.5em;
margin: 2em auto .5em;
position: relative;
display: inline-block;
padding:0 1em;
}

.lp-uservoice-bg h3.lp-uservoice-ttl:before, h3.lp-uservoice-ttl:after {
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15px;
height: 2px;
background: #fff;
text-shadow: 1px 2px 3px #000;
font-weight: 500;
}

.lp-uservoice-bg h3.lp-uservoice-ttl:before {
left:0;
}

.lp-uservoice-bg h3.lp-uservoice-ttl:after {
right:0;
}

.lp-uservoice-bg .uservoice-outbox {
 width:70%;
 display: flex;
 justify-content: center;
 margin:2em auto;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-l {
width:50%;
padding:1em 0;
margin:1em;
text-align: left;
background: #FFF;
border: 1px solid #DDD;
position: relative;
z-index: 10;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-l .user-man {
position: absolute;
z-index: 12;
bottom: 10px;
right: 10px;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-r {
width:50%;
padding:1em 0;
margin:1em;
text-align: left;
background: #FFF;
border: 1px solid #DDD;
position: relative;
z-index: 11;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-r .user-woman {
position: absolute;
z-index: 13;
bottom: 10px;
right: 10px;
}

.lp-uservoice-bg .uservoice-outbox .user-ttl {
font-size: 1.2em;
line-height: 1.5em;
padding: 1em 1.5em ;
font-weight: 700;
color: #0f4c81;
}

.lp-uservoice-bg .uservoice-outbox .user-comment {
font-size: 1em;
line-height:1.8em;
color: #0f4c81;
padding:.5em 1.5em 1em;
}

.lp-uservoice-bg .uservoice-outbox .user-name {
width: 90%;
font-weight: 600;
color: #0796e5;
padding: 1em 1.5em;
}

/* ===========================================================================

▼ お客様の声 ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-uservoice-bg .uservoice-outbox {
width: 90%;
display: flex;
justify-content: center;
margin: 2em auto;
}
}

/* ===========================================================================

▼ お客様の声 ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-uservoice-bg h3.lp-uservoice-ttl {
font-size: 1.5em;
color: #fff;
text-shadow: 1px 2px 3px #000;
text-align: center;
font-weight: 500;
line-height: 1.5em;
margin: 1em auto .5em;
position: relative;
display: inline-block;
padding: 0 1em;
}

.lp-uservoice-bg .uservoice-outbox {
width: 90%;
display: flex;
flex-direction: column;
margin: 0 auto;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-l {
width: 90%;
padding: 1em 0;
margin: 1em;
text-align: left;
background: #FFF;
border: 1px solid #DDD;
position: relative;
z-index: 10;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-r {
width: 90%;
padding: 1em 0;
margin: 1em;
text-align: left;
background: #FFF;
border: 1px solid #DDD;
position: relative;
z-index: 11;
}

.lp-uservoice-bg .uservoice-outbox .user-ttl {
font-size: 1.1em;
line-height: 1.5em;
padding: 1em 1.5em;
font-weight: 700;
color: #0f4c81;
}

.lp-uservoice-bg .uservoice-outbox .user-comment {
font-size: .9em;
line-height: 1.6em;
color: #0f4c81;
padding: .5em 1.5em 1em;
}

.lp-uservoice-bg .uservoice-outbox .user-name {
font-size: .9em;
width: 90%;
font-weight: 600;
color: #0796e5;
padding: 1em 1.5em;
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-l .user-man {
position: absolute;
z-index: 12;
bottom: 10px;
right: 10px;
transform: scale(0.8,0.8);
}

.lp-uservoice-bg .uservoice-outbox .uservoice-inbox-r .user-woman {
position: absolute;
z-index: 13;
bottom: 10px;
right: 10px;
transform: scale(0.8,0.8);
}
}


/* ===========================================================================

▼ ローカル ▼

=========================================================================== */

.lp-local-ttl {
width: 100%;
text-align: center;
font-size: 2.2em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto 0;
background: #FFF;
}

.lp-local-bg {
width: 100%;
background: #efefef;
padding: 2em 0;
margin: 0 auto;
}

.lp-local-bg .local-box {
width:70%;
display: flex;
justify-content: space-around;
margin: 1em auto;
}

.lp-local-bg .local-box .local-box-l {
width:30%;
padding: 0 1em;
}

.lp-local-bg .local-box .local-box-c {
width:30%;
padding: 2em .5em;
font-size: 1.7em;
line-height: 1.6em;
vertical-align: middle;
}

.lp-local-bg .local-box .local-box-r {
width:40%;
padding: 2em 0;
line-height: 1.8em;
display: flex;
flex-direction: column;
}

/* ===========================================================================

▼ ローカル ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-local-ttl {
width: 100%;
text-align: center;
font-size: 2.0em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto 0;
background: #FFF;
}

.lp-local-bg .local-box {
width: 95%;
display: flex;
justify-content: space-around;
margin: 1em auto;
}

.lp-local-bg .local-box .local-box-l {
width: 25%;
padding: 0 1em;
}

.lp-local-bg .local-box .local-box-c {
width: 25%;
padding: 3em .5em;
font-size: 1.4em;
line-height: 1.8em;
vertical-align: middle;
}

.lp-local-bg .local-box .local-box-r {
width: 50%;
padding: 2em 0;
line-height: 1.8em;
display: flex;
flex-direction: column;
}
}

@media(max-width:768px){
.lp-local-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto 0;
background: #FFF;
}

.lp-local-bg {
width: 100%;
background: #efefef;
padding: 0;
margin: 0 auto 0;
}

.lp-local-bg .local-box {
width: 90%;
display: flex;
justify-content: space-around;
margin: 0 auto;
padding-bottom: 2em;
}

.lp-local-bg .local-box .local-box-l {
width: 30%;
padding: 1em 1em 0;
}

.lp-local-bg .local-box .local-box-c {
width: 30%;
padding: 3em 0 3em .5em;
font-size: 1.1em;
line-height: 1.8em;
vertical-align: middle;
}

.lp-local-bg .local-box .local-box-r {
width: 40%;
padding: 2em 0;
line-height: 1.8em;
display: flex;
flex-direction: column;
}
}

/* ===========================================================================

▼ ローカル ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-local-ttl {
width: 80%;
text-align: center;
font-size: 1.3em;
line-height: 1.5em;
font-weight: 900;
margin: 3em auto 0;
background: #FFF;
}

.lp-local-bg .local-box {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
margin: 0 auto;
padding-bottom: .5em;
}

.lp-local-bg .local-box .local-box-l {
width: 35%;
padding: 0 1em;
}

.lp-local-bg .local-box .local-box-c {
width: 45%;
padding: 2em .5em;
font-size: 1.0em;
line-height: 1.6em;
vertical-align: middle;
}

.lp-local-bg .local-box .local-box-r {
  width: 100%;
  display: flex;
  flex-direction: row;
justify-content: space-between;
  align-items: center;
  margin: 1em auto;
  padding: 0 ;
}
}

/* ===========================================================================

▼ スタッフ ▼

=========================================================================== */

.lp-company-staff-bg {
width:100%;
text-align:center;
}

.lp-company-staff-bg .company-staff-ttl {
width: 100%;
text-align: center;
font-size: 2.2em;
line-height: 1.8em;
font-weight: 900;
margin: 2em auto;
color: #0796e5;
}

/* ===========================================================================

▼ スタッフ ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-company-staff-bg .company-staff-ttl {
width: 100%;
text-align: center;
font-size: 1.5em;
line-height: 1.8em;
font-weight: 900;
margin: 2em auto;
color: #0796e5;
}
}
/* ===========================================================================

▼ データ消去 ▼

=========================================================================== */

.lp-erase-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
position: relative;
}

.lp-erase-subttl {
width: 100%;
text-align: center;
font-size: 1.2em;
line-height: 1.4em;
font-weight: 900;
margin: 0 auto 1em;
color: #0796e5;
}

.lp-erase-ttl .erase-ico {
position: absolute;
top:-10px;
center:-10px;
z-index: 14;
}

.lp-erase-bg {
width:100%;
text-align:center;
background: #0796e5;
padding:2em 0;
position: relative;
}

.lp-erase-bg .fukidasi-04 {
  position: absolute;
  top:0px;
  left:200px;
  z-index: 15;
}

.lp-erase-bg .lp-data-erase-ttl {
width:100%;
margin:2em auto .5em;
text-align: center;
font-weight: 900;
font-size:1.8em;
color:#FFF;
}

.lp-erase-bg .lp-data-erase-subttl {
width:100%;
margin:0 auto;
text-align: center;
font-weight: 900;
font-size:1.5em;
color:#FFF;
}

.lp-erase-bg .lp-erase-step {
width: 70%;
display: flex;
justify-content: center;
text-align: center;
margin:0 auto;
padding:0 0 2em;
}


.lp-erase-bg .lp-erase-step ul.data-erase-step {
  width:100%;
  display: flex;
  justify-content: center;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
  margin:0 auto;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li{
  width:170px;
  height:370px;
  padding: 1em 0;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-up {
  width:170px;
  height: 110px;
  padding: 1em 0;
  font-weight:bold;
  vertical-align: middle;
  text-align: center;
  margin:0 auto 1em;
  font-size:1.0em;
  border: solid 5px #FFF;
  background: #efefef;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-down {
display: block;
height:200px;
padding-top: 0;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-down-txt {
display: block;
height:150px;
font-size: 0.8em;
line-height:1.8em;
color:#FFF;
text-align: left;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li.step-arrow {
  width:50px;
  border: none;
  background: none;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 3em 0 0 0;
}

.step-border {
  width:170px;
  padding: .5em 0　1em;
  border-bottom: solid 3px #ccc;
}

.blue {
color: #0796e5;
}

.orange {
color: #ff9900;
}

.emphasis {
font-weight:900;
}

/* ===========================================================================

▼ データ消去 ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-erase-bg .fukidasi-04 {
position: absolute;
top: 0px;
left: 20px;
z-index: 15;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-up {
width: 160px;
height: 110px;
padding: 1em 0;
font-weight: bold;
vertical-align: middle;
text-align: center;
margin: 0 auto 1em;
font-size: 1.0em;
border: solid 5px #FFF;
background: #efefef;
}
}

@media(max-width:768px){
.lp-erase-bg .fukidasi-04 {
position: absolute;
top: 0px;
left: -10px;
z-index: 15;
transform: scale(0.7,0.7);
}

.lp-erase-bg .lp-data-erase-ttl {
width: 100%;
margin: 0 auto .5em;
text-align: center;
font-weight: 900;
font-size: 1.3em;
color: #FFF;
}

.lp-erase-bg .lp-data-erase-subttl {
width: 100%;
margin: 0 auto;
text-align: center;
font-weight: 900;
font-size: 1.2em;
color: #FFF;
}

.lp-erase-bg .lp-erase-step {
width: 100%;
display: flex;
justify-content: center;
text-align: center;
margin: 0 auto 3em;
padding: 0 0 2em;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-up {
width: 120px;
height: 110px;
padding: 1em 0;
font-weight: bold;
vertical-align: middle;
text-align: center;
margin: 0 auto 1em;
font-size: .8em;
border: solid 1px #FFF;
background: #efefef;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li.step-arrow {
width: 20px;
border: none;
background: none;
vertical-align: middle;
text-align: center;
margin: 0 auto;
padding: 3em 0 0 0;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-down-txt {
display: block;
width: 125px;
height: 190px;
font-size: 0.6em;
line-height: 1.6em;
color: #FFF;
text-align: left;
}

.img-middle {
height: 90px;
padding: 0 .5em;
}

}

/* ===========================================================================

▼ データ消去 ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-erase-ttl {
width: 100%;
text-align: center;
font-size: 1.3em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
position: relative;
}

.lp-erase-subttl {
width: 80%;
text-align: center;
font-size: 1.0em;
line-height: 1.4em;
font-weight: 900;
margin: 0 auto 1em;
color: #0796e5;
}

.lp-erase-bg {
width: 100%;
text-align: center;
background: #0796e5;
padding: 0;
position: relative;
}

.lp-erase-bg .lp-data-erase-ttl {
width: 90%;
margin: 0 auto .5em;
padding: .5em 0 0;
text-align: center;
font-weight: 900;
font-size: 1.0em;
color: #FFF;
}

.lp-erase-bg .lp-data-erase-subttl {
width: 90%;
margin: 0 auto;
text-align: center;
font-weight: 600;
font-size: .9em;
color: #FFF;
}

.lp-erase-bg .fukidasi-04 {
position: absolute;
top: 40px;
left: -30px;
z-index: 15;
transform: scale(0.6, 0.6);
}

.lp-erase-bg .lp-erase-step {
width: 90%;
display: flex;
justify-content: center;
text-align: center;
margin: 0 auto 3em;
padding: 0 0 7em;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step {
width: 100%;
display: flex;
flex-direction: column;
list-style-type: none;
text-align: center;
vertical-align: middle;
margin: 0 auto;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li {
width: 80%;
height: 250px;
margin: 0 auto;
padding: 1em 0;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-up {
width: 250px;
height: 80px;
padding: 1em 0;
font-weight: bold;
display: flex;
justify-content: center;
vertical-align: middle;
text-align: center;
margin: 0 auto 1em;
font-size: 1em;
border: solid 1px #FFF;
background: #efefef;

}

.lp-erase-bg .lp-erase-step ul.data-erase-step li.step-arrow {
width:300px;
height:30px;
border: none;
background: none;
text-align: center;
margin: 0 auto;
padding: 0;
transform: rotate(90deg);
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-down-txt {
display: block;
width: 250px;
height: 190px;
font-size: 0.8em;
line-height: 1.6em;
margin:0 auto;
color: #FFF;
text-align: left;
}

.step-border {
width: 250px;
padding: .5em 0　1em;
border-bottom: solid 3px #ccc;
}

.lp-erase-bg .lp-erase-step ul.data-erase-step li .erase-box-down-txt {
display: block;
width: 250px;
height: 190px;
font-size: 0.8em;
line-height: 1.6em;
margin: 0 auto;
color: #FFF;
text-align: left;
}
}

/* ===========================================================================

▼ リユース ▼

=========================================================================== */

.lp-reuse-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
position: relative;
}

.lp-reuse-bg {
width:100%;
margin:0 auto 1em;
background: #efefef;
}

.lp-reuse-bg .reuse-box {
width:70%;
margin:0 auto;
padding:2em 1em 3em;
display: flex;
justify-content: center;
}

.lp-reuse-bg .reuse-box .reuse-l {
width:15%;
padding:0 1em;
}

.lp-reuse-bg .reuse-box .reuse-r {
width:85%;
font-weight: 600;
line-height:1.8em;
padding:1em;
}

/* ===========================================================================

▼ リユース ▼

=========================================================================== */

@media(max-width:768px){
.lp-reuse-bg .reuse-box {
width: 90%;
margin: 0 auto;
padding: 2em 1em 3em;
display: flex;
justify-content: center;
}
}

/* ===========================================================================

▼ リユース ▼ mobile

=========================================================================== */

@media(max-width:414px){
.lp-reuse-ttl {
width: 100%;
text-align: center;
font-size: 1.3em;
line-height: 1.5em;
font-weight: 900;
margin: 3em auto .5em;
position: relative;
}

.lp-reuse-bg .reuse-box {
width: 100%;
margin: 0 auto;
padding: 2em 0 3em;
display: flex;
justify-content: center;
}

.lp-reuse-bg .reuse-box .reuse-l {
width: 30%;
padding: 0;
}

.lp-reuse-bg .reuse-box .reuse-r {
width: 50%;
font-size:.9em;
font-weight: 600;
line-height: 1.6em;
padding: .5em 0;
}
}



/* ===========================================================================

▼ Q&A ▼

=========================================================================== */

.lp-qa-ttl {
width: 100%;
text-align: center;
font-size: 2.2em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
background: #FFF;
}

.lp-qa-box {
width: 100%;
margin:2em auto;
text-align: center;
}

.lp-qa-box .qa-q {
width:70%;
font-weight: 500;
background: #efefef;
padding:1em 2em;
margin: 1em auto;
text-align: left;
}

.lp-qa-box .qa-a {
width:70%;
font-weight: 500;
background: #FFF;
padding:1em 2em;
margin: 1em auto;
text-align: left;
}


/* ===========================================================================

▼ Q&A ▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-qa-ttl {
width: 100%;
text-align: center;
font-size: 2.0em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
background: #FFF;
}

.lp-qa-box .qa-q {
width: 90%;
font-weight: 500;
background: #efefef;
padding: 1em 2em;
margin: 1em auto;
text-align: left;
}

.lp-qa-box .qa-a {
width: 90%;
font-weight: 500;
background: #FFF;
padding: 1em 2em;
margin: 1em auto;
text-align: left;
}
}

@media(max-width:768px){
.lp-qa-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.8em;
font-weight: 900;
margin: 3em auto .5em;
background: #FFF;
}

.lp-qa-box {
width: 90%;
margin: 2em auto;
text-align: center;
}

.lp-qa-box .qa-q {
width: 90%;
font-weight: 500;
background: #efefef;
padding: 1em;
margin: 1em auto;
text-align: left;
}

.lp-qa-box .qa-a {
width: 90%;
font-weight: 500;
background: #FFF;
padding: 1em;
margin: 1em auto;
text-align: left;
}

}

/* ===========================================================================

▼ Q&A ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-qa-ttl {
width: 80%;
text-align: center;
font-size: 1.3em;
line-height: 1.6em;
font-weight: 900;
margin: 3em auto .5em;
background: #FFF;
}
}

/* ===========================================================================

▼ その他のサービス▼

=========================================================================== */

.lp-etc-bg {
width:100%;
text-align:center;
background: #0796e5;
padding:2em 0;
position: relative;
}

.lp-etc-bg .lp-etc-ttl {
width: 100%;
text-align: center;
font-size: 2.2em;
line-height: 1.8em;
font-weight: 900;
margin: 1em auto;
color: #FFF;
}

.lp-etc-bg .etc-outbox {
width:70%;
display: flex;
justify-content: center;
margin:2em auto;
}

.lp-etc-bg .etc-outbox .etc-inbox {
width:25%;
padding:1em;
text-align: center;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ttl {
font-size:1.0em;
line-height: 1.8em;
font-weight: 900;
color:#FFF;
padding:1em 0;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-lead {
height:100px;
font-size:1.0em;
line-height: 1.6em;
font-weight: 400;
color:#FFF;
text-align: left;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ico {
width:70%;
background: #FFF;
text-align: center;
padding:2em;
margin:1em auto;
}

a.service, a:hover.service, a:visited.service  {
text-decoration: none;
color:#FFF;
}

/* ===========================================================================

▼ その他のサービス▼ tablet

=========================================================================== */
@media(max-width:1024px){
.lp-etc-bg .lp-etc-ttl {
width: 100%;
text-align: center;
font-size: 2.0em;
line-height: 1.8em;
font-weight: 900;
margin: 1em auto;
color: #FFF;
}

.lp-etc-bg .etc-outbox {
width: 90%;
display: flex;
justify-content: center;
margin: 1em auto 2em;
}

.lp-etc-bg .etc-outbox .etc-inbox {
width: 25%;
padding: 0 1em;
text-align: center;
}
}

@media(max-width:768px){
.lp-etc-bg .lp-etc-ttl {
width: 100%;
text-align: center;
font-size: 1.8em;
line-height: 1.8em;
font-weight: 900;
margin: 1em auto;
color: #FFF;
}

.lp-etc-bg .etc-outbox .etc-inbox {
width: 25%;
padding: 0 .5em;
text-align: center;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ttl {
height:60px;
font-size: 1.0em;
line-height: 1.5em;
font-weight: 900;
color: #FFF;
padding: 0;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-lead {
height: 130px;
font-size: .9em;
line-height: 1.6em;
font-weight: 400;
color: #FFF;
text-align: left;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ico {
width: 100px;
background: #FFF;
text-align: center;
padding: 2em;
margin: 1em auto;
}
}

/* ===========================================================================

▼ その他のサービス▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-etc-bg .lp-etc-ttl {
width: 100%;
text-align: center;
font-size: 1.5em;
line-height: 1.8em;
font-weight: 900;
margin: 1em auto;
color: #FFF;
}


.lp-etc-bg .etc-outbox {
width: 90%;
display: flex;
flex-flow: row wrap;
justify-content: space-around;
margin: 1em auto 2em;
}

.lp-etc-bg .etc-outbox .etc-inbox {
width: 45%;
padding: 0 .5em;
text-align: center;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ttl {
    height: 40px;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 900;
    color: #FFF;
    padding: 0;
}

.lp-etc-bg .etc-outbox .etc-inbox .s-ico {
width: 60%;
background: #FFF;
text-align: center;
padding: 2em;
margin: 0 auto 1em;
}
}




/* ===========================================================================

▼ 澄プランニングについて ▼

=========================================================================== */
.lp-corp-bg {
width:100%;

margin:0 auto;
background: #efefef;
padding:4em 0;
position: relative;
}

.lp-corp-bg .corp-box {
width: 80%;
display: flex;
justify-content: space-between;
margin:0 auto;
}

.lp-corp-bg .corp-box .corp-ttl {
width:30%;
font-weight: 900;
padding:0 1em;
text-align: center;
vertical-align: middle;
}

.lp-corp-bg .corp-box .corp-txt {
width:70%;
font-size: .9em;
line-height: 1.8em;
}

/* ===========================================================================

▼ 澄プランニングについて ▼ tablet

=========================================================================== */
@media(max-width:1024px){


}

@media(max-width:768px){
.lp-corp-bg .corp-box {
width: 90%;
display: flex;
justify-content: space-between;
margin: 0 auto;
}

.lp-corp-bg .corp-box .corp-ttl {
width: 35%;
font-weight: 900;
padding: 0 1em;
text-align: left;
vertical-align: middle;
}

.lp-corp-bg .corp-box .corp-txt {
width: 65%;
font-size: .9em;
line-height: 1.8em;
}
}

/* ===========================================================================

▼ 澄プランニングについて ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-corp-bg .corp-box {
width: 90%;
display: flex;
flex-direction: column;
margin: 0 auto;
}

.lp-corp-bg .corp-box .corp-ttl {
width: 90%;
font-weight: 900;
font-size: 1.0em;
padding: 0;
text-align: center;
margin: 1em auto;
}

.lp-corp-bg .corp-box .corp-txt {
width: 90%;
font-size: .9em;
line-height: 1.8em;
margin: 0 auto;
}
}

/* ===========================================================================

▼ footer ▼

=========================================================================== */

footer {
  background: #F6F3EF;
  text-align:center;
  margin:10px auto 0;
  padding: 10px 0;
}

.lp-footer-bg {
width: 100%;
background: #999;
margin:0 auto;
padding:2em 0;
}

.lp-footer-bg .lp-footer-box {
width: 60%;
display: flex;
justify-content: center;
margin:0 auto;
}

.lp-footer-bg .lp-footer-box .lp-footer-l {
width:50%;
color:#FFF;
padding:1em 0;
font-size: .9em;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .lp-footer-box .lp-footer-r {
width:50%;
font-size: .9em;
color:#FFF;
padding:1em 0;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .copyright{
margin:0 auto;
padding:4em 0 0;
font-size: .8em;
color:#FFF;
}

/* ===========================================================================

▼ footer ▼ tablet

=========================================================================== */
@media(max-width:768px){
.lp-footer-bg .lp-footer-box {
width: 90%;
display: flex;
justify-content: center;
margin:0 auto;
}

.lp-footer-bg .lp-footer-box .lp-footer-l {
width:45%;
color:#FFF;
padding:1em 0;
font-size: .9em;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .lp-footer-box .lp-footer-r {
width:45%;
font-size: .9em;
color:#FFF;
padding:1em 0;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .copyright{
margin:0 auto;
padding:4em 0 0;
font-size: .8em;
color:#FFF;
}
}


/* ===========================================================================

▼ footer ▼ mobile

=========================================================================== */
@media(max-width:414px){
.lp-footer-bg .lp-footer-box {
width: 90%;
display: flex;
flex-direction: column;
margin: 0 auto;
padding: 1em 0;
}

.lp-footer-bg .lp-footer-box .lp-footer-l {
width:90%;
color:#FFF;
padding:1em 0;
font-size: .9em;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .lp-footer-box .lp-footer-r {
width:90%;
font-size: .9em;
color:#FFF;
padding:1em 0;
text-align: left;
margin:0 auto;
}

.lp-footer-bg .copyright{
margin:0 auto;
padding:4em 0 0;
font-size: .8em;
color:#FFF;
}
}


@import url('https://fonts.googleapis.com/css?family=Varela+Round');
