@charset "utf-8";
html {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
  font-family: "Noto Sans CJK JP", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fafafa;
  overflow-x: auto;
  overflow-y: scroll;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: #ffffff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 100%;
  background-color: #df0515;
  color: white;
  margin: 0;
  padding: 0;
  z-index: 500;
}

header h1 {
  position: relative;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  text-align: center;
}
header h1 a {
  color: #ffffff;
  text-decoration: none;
}

.sitetitle {
  position: relative;
  font-size: 20px;
  margin: 0;
  font-weight: 500;
  text-align: center;
}
.sitetitle a {
  color: #ffffff;
  text-decoration: none;
}

.header-right {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.header-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}
.header-right a img {
  width: 36px;
  height: 36px;
}

a.anchor {
  display: inline-block;
}

.top-banner {
  padding: 20px 20px 0 20px;
}
.banner-img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

main {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 60px);
  margin-top: 60px;
}

.main-header {
  position: relative;
  display: block;
  align-items: center;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.main-header h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  margin: 0;
  padding: 20px 20px 20px 20px;
  font-weight: 600;
  line-height: 1.2;
  min-height: 100px;
}
.main-header span {
  font-size: 1rem;
}
.main-header h1::before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}
.main-header .h1-icon {
  width: 64px;
  height: auto;
  display: block;
  margin: 0 0 8px 0;
}

.breadcrumbs {
  position: relative;
  display: block;
  margin: 0;
  padding: 8px 20px;
  font-size: 0.75rem;
  color: #777;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
.breadcrumbs a {
  color: #777;
  text-decoration: underline;
}

h2 {
  text-align: center;
  margin: 36px 20px 20px 20px;
  padding: 0;
  font-size: 18px;
}

section {
  position: relative;
  display: block;
  margin: 0;
  padding: 40px 20px;
}
section h1::before,
section h2::before,
section h3::before,
section .ancher::before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
  border: 0;
}

section h2 {
  display: block;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 1.45rem;
  font-weight: 700;
  border-bottom: 3px solid #df0515;
}

section h3 {
  display: block;
  text-align: left;
  margin: 60px 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 1.35rem;
  font-weight: 700;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: 60px;
  background-size: 5px;
  background-image: url(../app/img/guide/parts/bg_h.png);
}

section h4 {
  position: relative;
  display: block;
  text-align: left;
  margin: 48px 0 20px 0;
  padding: 0 0 0 26px;
  font-size: 1.3rem;
  font-weight: 600;
}
section h4::before {
  content: "●";
  position: absolute;
  top: 60px;
  left: 0;
  height: 60px;
  margin-top: -60px;
  margin-right: 6px;
  color: #df0515;
}

section.top-section {
  position: relative;
  margin: 0;
  padding: 0;
}
section.section-last {
  padding-bottom: 80px;
}

section.top-section h2 {
  text-align: center;
  margin: 32px 0 20px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  border: 0;
}
h2:first-child {
  margin-top: 0;
}

.header-stage {
  display: inline-block;
  background-color: #555;
  text-align: center;
  margin: 80px auto 0 auto;
  color: #fff;
  padding: 8px 24px;
  border-radius: 520px;
  font-weight: 500;
  font-size: 1.1rem;
}
.header-stage span {
  display: block;
  font-size: 0.8rem;
}

.bronze {
  background-color: #6c4021;
  color: #ffffff;
}
.silver {
  background-color: #cdd3d8;
  color: #3d4143;
  background-image: linear-gradient(90deg, rgba(232, 233, 234, 1), rgba(181, 187, 192, 1));
}
.gold {
  background-image: linear-gradient(90deg, rgba(253, 213, 19, 1), rgba(168, 95, 9, 1));
  color: #4b0f00;
}

.section-item {
  margin: 0 0 60px 0;
}
.section-item:last-child {
  margin-bottom: 0;
}

.section-item p {
  font-size: 1.25rem;
  margin: 0 0 1em 0;
  font-weight: 500;
}

.section-item .text {
  font-size: 1.15rem;
  font-weight: 400;
  color: #505050;
}

section.forfaq {
  margin: 0;
  padding: 0 0 60px 0;
}
section.forfaq h2 {
  background-color: #f7f7f7;
  color: #6a6a6a;
  margin: 0;
  padding: 2% 5%;
  font-size: 100%;
  text-align: left;
  border: 0;
  font-weight: 400;
}

.forfaq-list {
  display: block;
  margin: 0;
  padding: 0;
}
.forfaq-list li {
  list-style: none;
  border-bottom: 1px solid #e0e0e0;
}
.forfaq-list li a {
  display: block;
  margin: 0;
  padding: 16px 60px 16px 20px;
  text-decoration: none;
  color: #606060;
  font-size: 1rem;
  background-image: url(../app/img/guide/top/menu_arrow.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 20px;
}
.forfaq-list li a:hover,
.forfaq-list li a:active {
  background-color: #fafafa;
}
p.txt {
  font-size: 1rem;
  font-weight: 400;
  color: #595959;
  text-align: left;
  margin: 0 0 1rem 0;
}

.txt-large {
  font-size: large;
  color: #595959;
  text-align: left;
  margin-left: 5%;
  margin-right: 5%;
}

.top-img {
  line-height: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.guide-area {
  text-align: center;
  margin: 0 0 1em 0;
  padding: 0;
}

.guide-img {
  line-height: 0;
  max-width: 100%;
  height: auto;
}

.btn {
  width: 24px;
  height: 24px;
}

.num {
  margin-right: 5%;
  width: 28px;
  height: 28px;
}

.step {
  font-size: 1.1rem;
  font-weight: 700;
  color: #df0515;
  margin: 3em 0 0.5em 0;
}
.section-item .step:first-child {
  margin-top: 0;
}
.step::before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}

.subtxt {
  margin-right: auto;
}

.checkin {
  margin: 0;
  padding: 5%;
  border: #df0515;
  font-size: 120%;
}

.center {
  text-align: center;
}

.shellpass {
  color: #a6a6a6;
  font-size: 90%;
  text-align: left;
  margin-left: 5%;
  margin-top: 10%;
  margin-bottom: 2%;
}

.versionup {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 5%;
  margin: 0;
  background-color: #f7f7f7;
}

.underline {
  text-decoration: none;
  color: #404040;
}

.cubelist {
  display: flex;
}
.cubettl {
  margin-right: 0.8em;
}
.cubenum {
  display: inline-block;
  min-width: 2em;
  text-align: center;
  background-color: #df0515;
  color: white;
  font-family: sans-serif;
  font-size: small;
}

.information {
  background-color: #f7f7f7;
  color: #6a6a6a;
  padding: 2% 5%;
  font-size: 100%;
  text-align: left;
  border: 0;
  font-weight: 400;
}

.section-pickup {
  padding-bottom: 0;
}
.section-driveon {
  display: block;
  width: 100%;

  margin: 0;

  padding: 0;
}
.pickup {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.pickup a {
  text-decoration: none;
  color: #404040;
}

.pickuptitle {
  color: #a6a6a6;
  font-size: 90%;
  margin-left: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.pickupsubtitle {
  font-weight: 500;
}

.btnversion {
  margin-left: 10%;
  margin-right: 5%;
  margin-top: 5%;
}

.listitem {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  color: #404040;
}
.listblock {
  flex: 1;
  margin: 16px 24px;
}
.listblock .txt {
  padding: 0;
  margin: 0;
}
.listblock a {
  text-decoration: none;
  color: #404040;
}
.basetitle {
  font-size: large;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.8em;
}
.listicon {
  padding: 0 5% 0 0;
  width: 24px;
  height: 24px;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.float_clear {
  clear: both;
}

.btnversionup {
  padding: 5%;
  width: 24px;
  height: 24px;
}

.paddingleft {
  padding-left: 5%;
}

.alink-yellow-block {
  display: block;
  font-size: large;
  color: #595959;
  text-decoration: none;
  padding: 10px 12px;
  margin: 20px auto;
  text-align: center;
  background-color: #ffe100;
  max-width: 360px;
}

.redbox {
  padding: 16px 20px;
  margin: 0 0 20px 0;
  border: solid 2px #df0515;
  color: #df0515;
  max-width: 100%;
}

.redbox p {
  margin: 0 0 0 32px;
  padding: 0;
  position: relative;
  font-size: 1.1rem;
  font-weight: 400;
}

.redbox p::before {
  content: "";
  display: block;
  width: 23px;
  height: 21px;
  background: url(../app/img/guide/emailReg/attention_icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-left: -32px;
}

.renewal-icon {
  line-height: 0;
  height: 60px;
  vertical-align: bottom;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.top-drivemobilepay-img {
  position: relative;
  width: 100%;
}

.redbox-img {
  text-align: center;
}
.redbox-title {
  text-align: center;
  margin: 1em 0;
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
}
.redbox-title span {
  color: #df0515;
}
.redbox-text {
  text-align: center;
  margin: 1em 0.5em;
  font-size: 0.85em;
  line-height: 1.3em;
}

.redbox-top {
  position: relative;
  margin: 5%;
  font-size: 0.85em;
  border: solid 2px #df0515;
  max-width: 100%;
}
.redbox-top-txt {
  position: relative;
  margin: 6px 12px;
}
.redbox-top-txt a {
  text-decoration: none;
  color: #505050;
}

.redbox-top p {
  margin: 10px 0 0 32px;
  padding: 0;
  position: relative;
}

.redbox-top p::before {
  content: "";
  display: block;
  width: 23px;
  height: 21px;
  background: url(/app/img/guide/emailReg/attention_icon.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  margin-left: -32px;
}

.bluebox {
  position: relative;
  display: block;
  margin: 0 auto 2rem auto;
  padding: 12px 32px 12px 20px;
  text-decoration: none;
  color: #1264cb;
  background: #89cfdc;
  border-radius: 10px;
  max-width: 360px;
  font-size: 1.1rem;
}

.bluebox:before,
.bluebox:after {
  content: "";
  display: block;
  position: absolute;
}

.bluebox::before {
  width: 16px;
  height: 16px;
  background: #1264cb;
  border-radius: 50%;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}

.bluebox::after {
  width: 4px;
  height: 4px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 16px;
  top: 50%;
  margin-top: -3px;
}

.secbox {
  padding: 0 0 0 0.8em;
  margin: 10% 5%;
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  border-left: solid 6px #df0515;
}

.secbox p {
  margin: 0;
  padding: 0;
}

.outlineitem {
  display: flex;
}

a.pagelink {
  color: #333;
}

.headerbox {
  margin: 10% 5%;
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  border-bottom: 3px solid #df0515;
  font-weight: bold;
}
.onepoint {
  position: relative;
  margin: 32px 0;
  padding: 20px 20px 20px 20px;
  border: solid 3px #5fb6c2;
}
.onepoint .onepoint-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 12px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  background: #5fb6c2;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

/* drawer
-------------------------------------------- */

.drawer {
  margin: 0;
  padding: 0;
  z-index: 600;
}

#drawerSwitch {
  display: none;
}
label {
  cursor: pointer;
  position: fixed;
}
.open {
  z-index: 2;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background-color: transparent;
  transition: background-color 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 610;
}
.open::before,
.open::after {
  content: "";
}
.open span,
.open::before,
.open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid white;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  z-index: 1;
  inset: 0;
  pointer-events: none;
  transition: background-color 0.6s;
}
#drawerSwitch:checked + .open {
  background-color: #111;
  transform: translateX(320px);
}
#drawerSwitch:checked + .open span {
  transform: scaleX(0);
}
#drawerSwitch:checked + .open::before {
  transform: rotate(135deg) scaleX(1.2);
}
#drawerSwitch:checked + .open::after {
  transform: rotate(-135deg) scaleX(1.2);
}
#drawerSwitch:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.7);
}

/* :::::: drawer menu :::::: */

.drawerMenu {
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  margin: 0;
  padding: 28px;
  box-sizing: border-box;
  background: rgba(50, 50, 50, 1);
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 600;
}
.drawerMenu::-webkit-scrollbar {
  background: rgba(50, 50, 50, 1);
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.drawerMenu::-webkit-scrollbar-thumb {
  background-color: #777;
  border-radius: 8px;
}

.drawerHeader {
  display: block;
  margin: 0;
  padding: 0 0 12px 0;
  color: #bfbfbf;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: left;
}
.drawerMenu ul {
  display: block;
  margin: 0 0 40px 0;
  padding: 0;
}
.drawerMenu li {
  list-style: none;
  font-size: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.drawerMenu li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.drawerMenu a {
  display: block;
  padding: 10px 0;
  color: #ffffff;
  text-decoration: inherit;
}
.drawerMenu a:hover {
  background: black;
}
#drawerSwitch:checked ~ .drawerMenu {
  transform: none;
}

ul.pickupMenu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: calc(100% - 32px);
  height: auto;
  margin: 0 16px;
  padding: 0;
}
ul.pickupMenu li {
  list-style: none;
  margin: 0;
  padding: 6px;
  width: calc(50% - 12px);
  max-width: 172px;
  height: auto;
}
ul.pickupMenu li a {
  color: #000000;
  text-decoration: none;
}

.pickupMenu_item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 16px);
  min-height: 64px;
  margin: 0;
  padding: 60px 8px 4px 8px;
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 10px;
  background-size: 56px;
  background-image: url(../app/img/guide/top/icon_checkin.png);
}

.menu_checkin {
  background-image: url(../app/img/guide/top/icon_checkin.png);
}
.menu_usecoupon {
  background-image: url(../app/img/guide/top/icon_coupon.png);
}
.menu_mobiledp {
  background-image: url(../app/img/guide/top/icon_mobiledp.png);
}
.menu_royalty {
  background-image: url(../app/img/guide/top/icon_royalty.png);
}

.menu_myshop {
  background-image: url(../app/img/guide/top/icon_myshop.png);
}
.menu_mobiledpset {
  background-image: url(../app/img/guide/top/icon_mobiledpset.png);
}
.menu_myidemitsuid {
  background-image: url(../app/img/guide/top/icon_myidemitsuid.png);
}
.menu_okonomi {
  background-image: url(../app/img/guide/top/icon_okonomi.png);
}

.menu_reward {
  background-image: url(../app/img/guide/top/icon_reward.png);
}
.menu_pitinplus {
  background-image: url(../app/img/guide/top/icon_pitinplus.png);
}
.menu_consultant {
  background-image: url(../app/img/guide/top/icon_driveconsultant.png);
}
.menu_autoflat {
  background-image: url(../app/img/guide/top/icon_autoflat.png);
}
.menu_card {
  background-image: url(../app/img/guide/top/icon_card.png);
}

.pickupMenu_name {
  position: relative;
  display: block;
  font-size: 0.9rem;
}
.pickupMenu_subtext {
  font-size: 0.75rem;
}

.driveonMenu {
  margin: 0;
  padding: 0;
}
.driveonMenu_item {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.driveonMenu_item:first-child {
  border-top: 1px solid #ccc;
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 5%;
  color: #999 !important;
  text-decoration: none;
  font-weight: 400;
  line-height: 110%;
  width: 44px;
  height: 44px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  z-index: 3000;
}

.topBtn:before {
  position: absolute;
  content: "\f106";
  top: 10px;
  left: 0;
  width: 100%;
  color: #999 !important;
  line-height: 100%;
  font-family: "FontAwesome";
  font-size: 160%;
  text-align: center;
}

.topBtn:hover {
  opacity: 0.7;
  text-decoration: none;
}

.iconcol {
  display: block;
  border: 1px solid #ccc;
  padding: 28px 28px;
}
.iconcol-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  font-size: 0.85rem;
}
.iconcol-item:last-child {
  margin-bottom: 0;
}
.iconcol-item p:last-child {
  margin-bottom: 0;
}

.iconcol-img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.iconcol-led {
  margin-top: 6px;
  margin-right: 10px;
}
