@charset "UTF-8";
/*!
Coding style from FLOCSS
https://github.com/hiloki/flocss
 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, 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, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}
ul, ol {
  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;
}
ins {
  text-decoration: none;
}
mark {
  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;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  margin: 0;
}
input, textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], button {
  outline: none;
  padding: 0;
  margin: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
body {
  margin: 0;
  font-family: sans-serif;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
}
.container {
  width: 1000px;
  margin: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.main_img {
  width: 100%;
  margin-bottom: 120px;
}
.section-message {
  text-align: center;
  padding: 0px 20px 40px;
}
.section-message img {
  max-width: 90%;
  height: auto;
}
.lead {
  margin-top: 50px;
  line-height: 1.8;
}
.section-plan {
  display: flex;
  justify-content: center;
  gap: 120px;
  padding: 40px 20px;
  flex-wrap: wrap;
}
.plan-box {
  width: 387px;
  text-align: center;
}
.plan-box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.plan-box a {
  margin-top: 10px;
  display: block;
  background: url('../img/owners/btn_arrow.png') no-repeat 95%;
  background-color: #595959;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
	line-height: 1.5;
}
.plan-box .glink {
	 background-color: #2a356a;
	padding: 25px;
}
/*
.plan-box a::after {
  content: "〉";
  position: absolute;
  right: -40px;
}
*/
.section-totalcare {
  text-align: center;
  padding: 150px 20px 0;
}
.section-totalcare img.diagram {
  height: auto;
  margin: 100px 0 120px;
}
.section-totalcare .lead {
  line-height: 1.8;
  margin-top: 100px;
}
.footer {
  text-align: center;
  font-size: 0.75rem;
}
.footer img {
  margin-bottom: 120px;
  margin-right: auto;
  margin-left: auto;
}
.bg_black {
  overflow: hidden;
  text-align: left;
  background-color: #000;
  color: #fff;
  padding: 10px;
  font-size: 15px;
}
.bg_black a {
  color: #fff;
}
.bg_black p {
  float: right;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 4vw;
  }
  .container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .header {
    padding: 10px;
  }
  .logo-lexus {
    width: 30%;
  }
  .logo-aioi {
    width: 60%;
  }
  .main_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .lead {
    margin-top: 25px;
    text-align: left;
  }
  .section-plan {
    gap: 30px;
    padding: 0px 5% 0px;
  }
  .plan-box {
    width: 100%;
  }
  .plan-box img {
    margin-bottom: 10px;
  }
  .plan-box a {
    font-size: 4.5vw;
    margin-top: 5px;
  }
  .section-totalcare .lead {
    margin-top: 30px;
  }
  .section-totalcare {
    text-align: center;
    padding: 70px 20px 0;
  }
  .section-totalcare img.diagram {
    margin: 10px 0 60px;
  }
  .footer img {
    margin-bottom: 50px;
  }
  .bg_black {
    line-height: 2;
    text-align: center;
    font-size: 4vw;
  }
  .bg_black p {
    float: none;
    font-size: 3vw;
  }
}