@charset "utf-8";



.yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.yumin {
  font-family:
    YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
}

@font-face {
  font-family: "sd";
  font-weight: bold;
  src: url("../fonts/SterlingDisplay Roman.ttf");
  src: url("../fonts/SterlingDisplay Roman.ttf") format("opentype");
}

.sd {
  font-family: "sd";
}

@font-face {
  font-family: "din";
  src: url("../fonts/DIN.ttf");
  src: url("../fonts/DIN.ttf") format("opentype");
}

.din {
  font-family: "din";
  line-height: 0.95em;
}


.urwdin {
  font-family: urw-din-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
}




@font-face {
  font-family: "zen";
  font-weight: bold;
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf");
  src: url("../fonts/ZenKakuGothicAntique-Black.ttf") format("opentype");
}

.zen {
  font-family: "zen";
}


body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-style: normal;
  font-weight: 200;
}

/*-------------------common eara------------------------*/


p, h1, h2, h3, h4, span {
  color: #000;
}



p {
  line-height: 1.2em;
  font-size: 16px;
}

a {
  color: #000;
}

a:hover {
  opacity: 0.8;
}

a:valid {
  color: #000
}


/* .common_inner {
  width: 1100px;
  margin: 0 auto 0;
  padding-top: 100px;
  padding-bottom: 75px;
} 

@media (max-width: 1100px) {
  .common_inner {
      width: 95%;
      margin: 0 auto;
      padding: 0;
  }
}
*/

.br {
  display: block;
}


.sp {
  display: none !important;
}

.v_t {
  vertical-align: text-top;
}

.v_m {
  vertical-align: middle;
}

.v_b {
  vertical-align: bottom;
}

/*-------------------common_eara------------------------*/



.mgt50 {
  margin-top: 50px;
}

.mgt75 {
  margin-top: 75px;
}

.mgt100 {
  margin-top: 100px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgb75 {
  margin-bottom: 75px;
}

.mgb100 {
  margin-bottom: 100px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt50 {
  padding-top: 50px;
}

.pdt75 {
  padding-top: 75px;
}

.pdt100 {
  padding-top: 100px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdb75 {
  padding-bottom: 75px;
}

.pdb100 {
  padding-bottom: 100px;
}

.posi_rela {
  position: relative
}

.posi_abu {
  position: absolute;
}

.aline_r {
  text-align: right;
}

.aline_c {
  text-align: center;
}

.aline_l {
  text-align: left;
}

.border_t {
  border-top: 1px solid;
}

.border_b {
  border-bottom: 1px solid;
}

.btn_radi {
  border-radius: 30px;
  padding: 6px;
  font-size: 1.25em;
  text-align: center;
  border: 1px solid;
  margin-top: 25px;
}

.font30 {
  font-size: 30px;
}

.font29 {
  font-size: 29px;
}

.font28 {
  font-size: 28px;
}

.font27 {
  font-size: 27px;
}

.font26 {
  font-size: 26px;
}

.font25 {
  font-size: 25px;
}

.font24 {
  font-size: 24px;
}

.font23 {
  font-size: 23px;
}

.font22 {
  font-size: 22px;
}

.font21 {
  font-size: 21px;
}

.font20 {
  font-size: 20px;
}

.font19 {
  font-size: 19px;
}

.font18 {
  font-size: 18px;
}

.font17 {
  font-size: 17px;
}

.font16 {
  font-size: 16px;
}


.width100 {
  width: 100%;
}

.li2 li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  vertical-align: text-top;
}

.li2 li:nth-child(2) {
  margin-right: 0;
}

.li2 li img {
  width: 100%;
}

.li3 li {
  display: inline-block;
  width: 31.5%;
  margin-right: 1%;
  vertical-align: text-top;
}

.li3 li:nth-child(3) {
  margin-right: 0;
}

.li3 li img {
  width: 100%;
}

.li4 li {
  width: 23%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: text-top;
}

.li4 li:nth-child(4n) {
  margin-right: 0;
}

.li4 li img {
  width: 100%;
}

.bg_img {
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;


}

.sp_br {
  display: inline;
}



@media (max-width: 768px) {
  .sp_br {
    display: block;
  }

  .li3 li {
    display: block;
    width: 100%;
    position: unset;
    margin-top: 20px;
  }

  .li4 li {
    display: block;
    width: 100%;
    position: unset;
    margin-top: 20px;
  }

  .font30 {
    font-size: 18px;
  }

  .font29 {
    font-size: 18px;
  }

  .font28 {
    font-size: 18px;
  }

  .font27 {
    font-size: 18px;
  }

  .font26 {
    font-size: 16px;
  }

  .font25 {
    font-size: 16px;
  }

  .font24 {
    font-size: 16px;
  }

  .font23 {
    font-size: 16px;
  }

  .font22 {
    font-size: 14px;
  }

  .font21 {
    font-size: 14px;
  }

  .font20 {
    font-size: 14px;
  }

  .font19 {
    font-size: 14px;
  }

  .font18 {
    font-size: 14px;
  }

  .font17 {
    font-size: 12px;
  }

  .font16 {
    font-size: 12px;
  }


  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .sp_br {
    display: block;
  }

  .pc_br {
    display: none;
  }

  img {
    width: 100%;
  }


  .mgt50 {
    margin-top: 25px;
  }

  .mgt75 {
    margin-top: 40px;
  }

  .mgt100 {
    margin-top: 50px;
  }

  .mgb50 {
    margin-bottom: 25px;
  }

  .mgb75 {
    margin-bottom: 40px;
  }

  .mgb100 {
    margin-bottom: 50px;
  }

  .pdt25 {
    padding-top: 15px;
  }

  .pdt50 {
    padding-top: 25px;
  }

  .pdt75 {
    padding-top: 40px;
  }

  .pdt100 {
    padding-top: 25px;
  }

  .pdb25 {
    padding-bottom: 15px;
  }

  .pdb50 {
    padding-bottom: 25px;
  }

  .pdb75 {
    padding-bottom: 40px;
  }

  .pdb100 {
    padding-bottom: 50px;
  }



}


/*      
画像+テキスト

<div class="imgtext">
<div class="l_img"><img src=""></div>
<div class="r_text"></div>
</div> 
*/

.imgtext .l_img {
  width: 30%;
  display: inline-block;
  vertical-align: text-top;
}

.imgtext .l_img img {
  width: 100%;
}

.imgtext .r_text {
  width: 68%;
  display: inline-block;
  vertical-align: text-top;
}

/*      s
テキスト+画像

<div class="imgtext"> 
<div class="l_text"></div>
<div class="r_img"><img src=""></div>
</div> 


*/

.imgtext .l_text {
  width: 68%;
  display: inline-block;
  vertical-align: text-top;
}

.imgtext .r_img {
  width: 30%;
  display: inline-block;
  vertical-align: text-top;
}

.imgtext .r_img img {
  width: 100%;
}


.clearboth {
  clear: both;
}



/*
フロート横並び
<dl>
<dt></dt>
<dd></dd>
</dl>


*/

dt {
  float: left;
}


/*-------------------common_eara------------------------*/





@media (max-width:798px) {

  p {
    line-height: 1.2em;
    font-size: 12px;
  }
}


/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  float: left;
  clear: left;
  margin-right: 0.5em;
  font-weight: 100;
}

dd {
  float: left;
  margin-left: 1em;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

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

/**
* Remove arrow in IE10 & IE11
*/

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

/**
* Remove padding
*/

option {
  padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the outline style in Safari.
*/

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  section h1 {
    line-height: 2em;
  }
}


@font-face {
  font-family: "plain";
  src: url("../font/Plain-Hairline.otf") format("opentype"),
    url("Plain-Hairline.otf");
}

@font-face {
  font-family: "plain_bold";
  src: url("../font/Plain-Bold.otf") format("opentype");
}

@font-face {
  font-family: "plain_Light";
  src: url("../font/Plain-Light.otf") format("opentype");
}

@font-face {
  font-family: Deutschlander;
  src: url("../font/Deutschlander.otf") format("opentype"),
    url("/Deutschlander.otf") format("opentype");
}

/*-------------------common eara------------------------*/
body {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 300;
  color: #292b53;
  letter-spacing: 0.16em;
  background-color: #fff;
}

main {
  display: block;
}

body p,
h1,
h2,
h3,
h4,
span {
  font-family: ryo-gothic-plusn, sans-serif;
  color: #292b53;
  font-weight: 300;
  margin: 0;
  text-align: left;
  font-size: 20px;
}

.plain {
  font-family: "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.plain_bold {
  font-family: "plain_bold", "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.plain_Light {
  font-family: "plain_Light", "plain", sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

.Deuts {
  font-family: Deutschlander, sans-serif;
  font-style: normal;
  letter-spacing: 0em;
  font-weight: 100;
}

a {
  color: #292b53;
  text-decoration: none;
}

a:hover {
  color: #292b53;
  text-decoration: underline;
}

ul,
li {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

.top_bg {
  background-image: url(../../img/lp003_main.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

#header_bx .inner_sec {
  padding-top: 30px;
  padding-bottom: 35px;
}

#header_bx h1, #header_bx h2 {
  color: #7086B5;
}


#header_bx h1 {
  font-size: 45px;
  font-weight: 900;
  padding: 4% 2% 0;
  line-height: 1.25em;
}

#header_bx h2 {
  font-size: 28px;
  padding: 1% 3% 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.inner_sec {
  width: 1100px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 75px;
}


.lp003_common .imgtext .l_text {
  width: 52%;
  padding-left: 50px;
}

.lp003_common .imgtext .r_img {
  width: 45%;
  padding-left: 25px;
  text-align: center;
}




.imgtext video {
  width: 100%;
}

.bg_blueline {
  background-image: url(../../img/blue_back.png);
  background-size: contain;
  background-position: tops;
  background-repeat: no-repeat;
}

.bg_grayline {
  background-image: url(../../img/gray_back.png);
  background-size: contain;
  background-position: tops;
  background-repeat: no-repeat;
}

.color_blue {
  color: #2C3396;
}

.color_fff {
  color: #fff;
}

.lp003_tit, .lp003_tit span {
  font-size: 40px;
  line-height: 1.25em;
}

.lp003_tit {
  margin-bottom: 40px;
}

.lp003_top .inner_sec {
  padding-top: 0px;
  padding-bottom: 75px;
}

.under_tit {
  color: #292B53;
  font-size: 20px;
}

.font_b {
  font-weight: bold;
}


.sub_tit {
  text-align: center;
  font-weight: 700;
  font-size: 1.75em;
  color: #2B3299;
  margin: 40px auto;
}

.sub_tit_under {
  text-align: center;
  font-weight: 400;
  color: #2B3299;
  margin: 55px auto;
  line-height: 1.5em;
}

@media screen and (max-width: 1099px) {
  .inner_sec {
    width: 95%;
  }
}

@media screen and (min-width: 1500px) {
  .inner_sec {
    width: 1200px;
  }
}


.btn_eara {
  background: #2B3299;
  font-weight: 700;
  border-radius: 30px;
  padding: 20px 0;
  width: 400px;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
}

.btn_eara a {
  color: #fff;
  text-shadow: 1px 1px 1px #2B3299;
}

.lp003_top ol {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.lp003_top li {
  margin-right: 0%;
  position: relative;
  width: 32%;
}

.lp003_top ol li a {

  margin-right: 0%;
}

.lp003_top .top4 li p {
  color: #2C3396;
  position: absolute;
  text-align: center;
  line-height: 1.5em;
  font-weight: 800;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-shadow: 1px 2px 1px #fff;
  z-index: 10;
}

.lp003_top ol li p span {
  font-size: 1.1em;
  color: #2C3396;
  font-weight: 800;
}

.lp003_top ol li .midle_li li {
  display: block;
  width: 100%;
}

.lp003_top ol li .midle_li li p {
  color: #fff;
  text-shadow: 1px 2px 1px #2B3299;
}

.lp003_top ol li .midle_li li p span {
  color: #fff;
}



.lp003_top ol li a:hover {

  opacity: 1;
}

.lp003_top ol li .hover:hover p {
  color: #fff;
  z-index: 999;
}


#lp003_quality .r_img img {
  width: 63%;
}

.hover_5 {
  position: relative;

}

.img_wrap {
  overflow: hidden;
  position: relative;
  background: rgb(4, 7, 182);

}

.img_wrap img {
  display: block;
  width: 100%;
  transition: .3s;
}

.img_wrap :hover {

  opacity: .7;
}

.img_wrap::before {
  content: url(../../img/link.png);
  vertical-align: middle;
  padding-right: 5px;
  position: absolute;
  right: 3px;
  top: 10px;
}

.slider_eara {
  margin: 40px auto;
}

.slider img {
  width: 250px;
}

.bg_blueline .under_tit {
  text-shadow: 1px 1px 0px #fff;
}

#lp003_recycle .bg_blueline {
  padding-top: 150px;
}

#lp003_recycle .r_img img {
  width: 80%;
}


#lp003_recycle .recycle_part .l_img {
  width: 43%;
  display: inline-block;
  vertical-align: middle;
  margin: 50px 0;
}

#lp003_recycle .recycle_part .r_text {
  width: 54%;
  padding-left: 182px;
}

#lp003_recycle .recycle_part .l_text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-top: 146px;
}

#lp003_recycle .recycle_part .r_img {
  width: 45%;
  float: right;
  vertical-align: text-top;
}

#lp003_recycle .recycle_part .r_img img {
  width: 82%;
}

.recycle_p {
  font-size: 1.5em;
  color: #2b3299;
  font-weight: 800;
  line-height: 1.5em;

}

.quali_4 {
  margin-bottom: 55px;
}

.quali_4 li {
  position: relative;
  height: 275px;
  width: 24%;
  margin-right: unset;
}

.quali_4 li:first-child {
  background: url(../../img/lp003_recycle005.png) no-repeat;
  background-size: contain;
}

.quali_4 li:nth-child(2) {
  background: url(../../img/lp003_recycle006.png) no-repeat;
  background-size: contain;
}

.quali_4 li:nth-child(3) {
  background: url(../../img/lp003_recycle007.png) no-repeat;
  background-size: contain;
}

.quali_4 li:nth-child(4) {
  background: url(../../img/lp003_recycle008.png) no-repeat;
  background-size: contain;
}

.quali_4 li .q_4_tit {
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 1.5em;
  font-weight: 800;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
  text-shadow: 1px 2px 1px #000;
  z-index: 10;
}

.q_4_tit span {
  font-size: 0.8em;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: 800;
}

.color_828 {
  color: #828D98;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.25em;
}

.black_box {
  background: #000;
  width: 550px;
  float: right;
  padding: 4% 4%;
  box-sizing: border-box;
  margin-bottom: 80px;
}

@media screen and (min-width: 1500px) {
  .black_box {
    width: 650px;
  }
}

.black_box .color_828 span {
  color: #828D98;
  display: block;
  font-size: 0.75em;
  line-height: 1.5em;
}

#lp003_problems .imgtext {
  margin-top: 50px;
}

#lp003_problems .imgtext .l_text {
  width: 52%;
  display: inline-block;
  vertical-align: text-top;
}

#lp003_problems .imgtext .r_img {
  width: 45%;
  float: right;
  vertical-align: text-top;
}

#lp003_problems .imgtext .r_text {
  width: 38%;
  margin-left: 22%;
}

#lp003_problems .lp003_problems004 .l_img {
  width: 41%;
}

#lp003_problems .lp003_problems004 .r_text {
  width: 39%;
  margin-left: 12%;
}

.pro_tit {
  font-size: 1.5em;
  font-weight: 800;
  margin-bottom: 30px;
}

.chi_tit {
  color: #384A69;
  line-height: 1.5em;
  font-weight: 800;
}

#form .under_tit {
  color: #2C3396;
}



.Form {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.Form input,
.Form textarea {
  margin-left: 28px;
  padding: 9px 52px 14px;
  font-size: 16px;
  vertical-align: text-top;
}

.Form .btn {
  margin-bottom: 100px;
  text-align: center;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label {
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
  background: #2b3299;
  color: #fff;
  padding: 9px;
  min-width: 209px;
}

.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #be316a;
  color: #fff;
  font-size: 12px;
  float: right;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form input, .Form textarea {
  margin-left: 28px;
  padding: 9px 52px 14px px;
  font-size: 16px;
  vertical-align: text-top;
  border: 1px solid;
  width: 500px;
}

.privacy_doui {
  margin: 30px 0;
}

.Form .privacy_doui input {
  width: 50px;
}

.Form .btn {
  margin-bottom: 100px;
  text-align: center;
}

#footer {
  clear: both;
  background: #2b3299;
  min-height: 160px;
  max-height: 100%;
  padding: 10px 0;
  line-height: 1.4em;
}

#footer p {
  text-align: center;
  color: #fff;
}

a {
  color: #fff;
}

#footer p.add_01 {
  padding-top: 20px;
  padding-bottom: 8px;
}

#footer p.add_02 {
  font-size: 0.7em;
}

@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}

.sp_br {
  display: none;
}



@media (max-width: 1080px) {
  #header_bx h1 {
    font-size: 25px;
  }

  #header_bx h2 {
    font-size: 21px;
  }

  body p, h1, h2, h3, h4, span {
    font-size: 16px;
  }

  .lp003_tit, .lp003_tit span {
    font-size: 30px;
  }

  .under_tit {
    font-size: 18px;
  }

  .sub_tit {
    font-size: 1.5em;
  }

  .quali_4 li .q_4_tit {
    bottom: 40px;
  }
}



@media (max-width: 768px) {


  body {
    -webkit-text-size-adjust: 100%;
  }

  .sp_br {
    display: block;
  }

  body p,
  h1,
  h2,
  h3,
  h4,
  span {
    font-size: 16px;
  }

  .sp_br {
    display: block;
  }

  .top_bg {
    background-image: none;
  }

  #header_bx .imgtext .r_text {
    width: 77%;
    position: absolute;
    right: 0;
  }

  #header_bx h1 {
    font-size: 22px;
    text-shadow: 2px 2px 2px #fff;
    padding: 0;
  }

  #header_bx h2 {
    font-size: 15px;
    color: #2C3396;
    text-shadow: 2px 2px 2px #fff;
    font-weight: 600;
    padding: 1% 1% 0;
  }

  #header_bx img.sp {
    width: 100%;
  }

  .imgtext .l_img {
    width: 34%;
  }

  #header_bx .imgtext .l_img {
    width: 42%;
  }

  .imgtext .r_text {
    width: 64%;
  }

  .main_inner {
    min-width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }

  .mgb75 {
    margin-bottom: 35px;
  }

  .inner_sec {
    width: 94%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  #header_bx .inner_sec {
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .li3 li:nth-child(3) {
    margin: 0 auto 10px;
  }

  .lp003_top .inner_sec {
    padding-top: 0px;
    padding-bottom: 35px;
    padding: 0;
    width: 98%;
  }


  .lp003_top ol {
    width: 82%;
    margin: 20px auto 0;
}

  .lp003_top li {
    width: 100%;
    height: 60px;
    display: inline-block;
    margin: 0;
  }



  .lp003_top ol li.lp003_001 {
    background: url(../../img/lp_4_001.png) no-repeat;
    background-size: 24%; 
  }

  .lp003_top ol li.lp003_002 {
    background: url(../../img/lp_4_002.png) no-repeat;
    background-size: 24%;     background-position-y: 10px;
  }

  .lp003_top ol li.lp003_003 {
    background: url(../../img/lp_4_003.png) no-repeat;
    background-size: 24%;    background-position-y: 10px;
  }

  .lp003_top ol li.lp003_004 {
    background: url(../../img/lp_4_004.png) no-repeat;
    background-size: 24%;
  }

  .lp003_top ol a {
    background: #fff;
    display: block;
    border-bottom: 2px solid #ccc;
    margin-top: 2px;    border-right: 1px solid #ccc;
}
 .lp003_top ol li p {
    font-size: 14px;
    color: #2C3396;
    line-height: 1.2em;
    font-weight: 800;
    text-shadow: 1px 2px 1px #fff;
    z-index: 10;
    position: absolute;
    bottom: 13px;
    text-align: left;   
     margin-left: 26%;
}
.lp003_top ol li.lp003_004 p {
  bottom: 8px;
}
  .lp003_top ol li p span {
    font-size: 1em;
    color: #2C3396;
    font-weight: 800;
  }

  .lp003_tit {
    margin-bottom: 20px;
  }

  .under_tit {
    color: #292B53;
    font-size: 14px;
  }

  .lp003_common .imgtext .l_text {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 15px;
  }

  .lp003_tit, .lp003_tit span {
    font-size: 25px;
  }

  .lp003_common .imgtext .r_img {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 15px;
  }

  .btn_eara {
    font-size: 1em;
  }

  .sub_tit {
    font-size: 0.9em;
    line-height: 1.2em;
  }

  .sub_tit_under {
    margin: 15px auto;
    line-height: 1.5em;
    font-size: 14px;
  }

  .btn_eara {
    padding: 15px 0;
    width: 98%;
  }

  .bg_blueline {
    background-size: auto;
  }

  .recycle_p {
    font-size: 1em;
  }

  #lp003_recycle .bg_blueline {
    padding-top: 110px;
  }

  #lp003_recycle .r_img img {
    width: 78%;
    margin-top: 29px;
    padding: 0;
  }

  #lp003_recycle .recycle_part .l_img {
    width: 100%;
    display: block;
    vertical-align: middle;
    margin: 30px 0 20px;
  }

  #lp003_recycle .recycle_part .r_text {
    width: 100%;
    padding-left: 0;
  }

  #lp003_recycle .recycle_part .r_img {
    width: 100%;
    float: none;
    vertical-align: text-top;
  }

  #lp003_recycle .recycle_part .l_text {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .quali_4 li .q_4_tit {
    color: #fff;
    width: 100%;
    text-shadow: none;
    z-index: 10;
    font-size: 14px;
    bottom: 5px;
    text-shadow: 2px 2px 2px #000;
  }

  .quali_4 li:nth-child(3) .q_4_tit, .quali_4 li:nth-child(4) .q_4_tit {
    bottom: 10px;
  }

  .quali_4 li {
    height: 170px;
    width: 48%;
    margin-right: unset;
    display: inline-block;
  }

  .color_828 {
    color: #828D98;
    font-size: 22px;
  }

  .black_box {
    background: #000;
    width: 90%;
  }

  #lp003_quality .sub_tit {
    font-size: 18px;
    line-height: 1.2em;
    margin: 30px auto 0;
  }

  #lp003_problems .imgtext .r_img {
    width: 100%;
    float: none;
    padding: 0;
  }

  #lp003_problems .imgtext .l_text {
    width: 100%;
    margin-top: 15px;
  }

  .pro_tit {
    font-size: 1.2em;
    font-weight: 800;
    margin-bottom: 20px;
  }

  #lp003_problems .imgtext .l_img {
    width: 57%;
    display: block;
    margin: 0 auto;
  }


  #lp003_problems .imgtext .r_text {
    width: 100%;
    margin: 22px auto;
  }

  #lp003_problems .lp003_problems004 .l_img {
    width: 100%;
  }

  #lp003_problems .lp003_problems004 .r_text {
    width: 100%;
    margin-left: 0;
  }

  .Form-Item-Label-Required {
    margin-left: 17px;
  }

  .Form {
    max-width: 94%;
    width: 94%;
  }

  .Form-Item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 19px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }

  .Form {
    max-width: 100%;
    width: 100%;
  }

  .Form-Item-Label {
    min-width: 100%;
  }

  .Form input,
  .Form textarea {
    margin-left: 16px;
    padding: 9px 29px 14px;
    font-size: 12px;
    vertical-align: text-top;
    width: 91%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Form input.ch_b {
    width: 11px;
    margin-right: 0px;
    margin-top: 0;
  }

  .form_text {
    text-align: left;
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }

  .form_text li {
    font-size: 10px;
  }

  .form_text {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .privacy_doui p  {
    font-size: 10px;
}
.Form  .privacy_doui input{
  margin: 0;
  padding: 0;
  display: inline-block;
}
  .sub_obi .inner_sec {
    margin-left: 5px !important;
  }

  .privacy_doui .Form input {
    margin-top: 0px;
  }

  /*-------------------YouTube------------------------*/
}

@media screen and (min-width: 1001px) and (max-width: 1600px) {}

@media screen and (min-width: 700px) and (max-width: 1000px) {}