@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* reset for form */
input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

/* ▼IE10・IE11用 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* ▼Chrome・Safari・Opera用(※1：Edgeでも有効) */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* ▼Firefox18以前用(※2) */
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/* ▼Firefox19以上用(※3) */
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}

/* ▼CSS4標準(予定)の記述 */
::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background-color: #fff;
}

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #000;
  text-align: left;
  word-wrap: break-word;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

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

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.txtLink {
  text-decoration: underline;
  color: #0569B2;
}
a.txtLink.forBlank:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
  background: url("../images/icon_blank.svg") center no-repeat;
  background-size: contain;
}

sup {
  vertical-align: super;
  font-size: 75%;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

.noShow {
  display: none !important;
}

.toggle {
  cursor: pointer;
}
.toggled {
  display: none;
}

.inView {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(40px);
}
.inView.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/*========== l-header.scss ==========*/
.l-header {
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9998;
  transition: all 0.3s ease;
  background: #fff;
}
.l-header.bg {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}

/*========== l-footer.scss ==========*/
.l-footer {
  padding: 10.9333333333vw 5.0666666667vw;
}
@media screen and (max-width: 767px) {
  .l-footer {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 2.3992322457vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .l-footer {
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/*========== c-inner.scss ==========*/
.c-inner {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 90vw;
  }
  .c-inner.w335 {
    width: 89.3333333333vw;
  }
  .c-inner.w337 {
    width: 89.8666666667vw;
  }
  .c-inner.w345 {
    width: 92vw;
  }
  .c-inner.w355 {
    width: 94.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 96%;
    max-width: 1000px;
  }
  .c-inner.w900 {
    max-width: 900px;
  }
}
@media screen and (min-width: 1042px) {
  .c-inner {
    width: 100%;
  }
}

/*========== c-title.scss ==========*/
.c-title-top {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 6.6666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .c-title-top {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .c-title-top {
    font-size: 3.6rem;
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .c-title-top {
    margin-bottom: 40px;
  }
}
.c-title-head {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  text-shadow: 0px 2px 6px rgba(0, 29, 54, 0.8);
  font-size: 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-head {
    font-size: 3.6rem;
  }
}
.c-title-head .en {
  display: block;
  text-align: center;
  padding-top: 0.5em;
  font-weight: normal;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .c-title-head .en {
    font-size: 1.6rem;
  }
}
.c-title-headArea {
  background: url("../images/headarea_bg_sp.jpg") center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .c-title-headArea {
    background-image: url("../images/headarea_bg.jpg");
  }
}
.c-title-headArea__inner {
  position: relative;
  height: 40vw;
}
@media screen and (min-width: 768px) {
  .c-title-headArea__inner {
    height: 220px;
  }
}
.c-title-primary {
  color: #fff;
  background: #359AE3;
  font-weight: bold;
  font-size: 5.3333333333vw;
  padding: 4vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-title-primary {
    font-size: 2rem;
    padding: 15px 20px;
  }
}
.c-title-secondary {
  font-weight: bold;
  color: #359AE3;
  border-bottom: 2px solid #359AE3;
  font-size: 5.3333333333vw;
  margin-bottom: 3.7333333333vw;
  padding-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .c-title-secondary {
    font-size: 2rem;
    padding-bottom: 12px;
    margin-bottom: 1.9193857965vw;
  }
}
@media screen and (min-width: 1042px) {
  .c-title-secondary {
    margin-bottom: 20px;
  }
}

/*========== c-list.scss ==========*/
.c-list-std__item {
  position: relative;
  padding-left: 1.25em;
  margin-bottom: 1em;
  line-height: 1.6;
}
.c-list-std__item:before {
  content: "■";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.c-list-note__item {
  line-height: 1.7;
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-list-note__item {
    line-height: 1.6;
    font-size: 3.2vw;
  }
}
.c-list-note__item:not(:last-child) {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .c-list-note__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.c-list-idt__item {
  position: relative;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
.c-list-idt__item.forNote {
  color: #8C8C8C;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-list-idt__item.forNote {
    font-size: 3.2vw;
  }
}
.c-list-num__item {
  position: relative;
  padding-left: 1.75em;
  line-height: 1.6;
  margin-bottom: 1em;
}
.c-list-num__item .num {
  position: absolute;
  left: 0;
  top: 0;
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0569B2;
  font-weight: bold;
  border-radius: 6px;
  min-height: 14.4vw;
  box-shadow: 0px 6px 0px #02375E;
}
@media screen and (min-width: 768px) {
  .c-btn-std {
    min-height: 56px;
  }
}
.c-btn-std .in {
  position: relative;
}
.c-btn-std.forLink .in {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.c-btn-std.forLink .in:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn-std.forLink .in:after {
    width: 0.5em;
    height: 0.5em;
  }
}
.c-btn-std.forPdf .in {
  display: inline-block;
  padding: 0 1.5em 0 48px;
}
@media screen and (max-width: 767px) {
  .c-btn-std.forPdf .in {
    padding: 0 2em 0 12.8vw;
  }
}
.c-btn-std.forPdf .in:before, .c-btn-std.forPdf .in:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn-std.forPdf .in:before {
  width: 30px;
  height: 38px;
  left: 0;
  background: url("../images/icon_pdf.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-btn-std.forPdf .in:before {
    width: 10.1333333333vw;
    height: 12.8vw;
  }
}
.c-btn-std.forPdf .in:after {
  right: 0;
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.c-btn-std.forBlank .in {
  padding-right: 1.5em;
}
.c-btn-std.forBlank .in:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("../images/icon_blank.svg") center no-repeat;
  background-size: contain;
}
.c-btn-std.forMedia {
  background: #22A1B5;
  box-shadow: 0px 6px 0px #0D6977;
}
.c-btn-std.forMedia .in {
  padding-left: 2em;
}
.c-btn-std.forMedia .in:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 2em;
  background: url("../images/media-icon.png") center no-repeat;
  background-size: contain;
}
.c-btn-std.clRed {
  background: #CD3333;
  box-shadow: 0px 6px 0px #941D1D;
}
.c-btn-stdWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-btn-bd {
  color: #0569B2;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 4px;
  padding: 4.8vw 4vw;
}
@media screen and (min-width: 768px) {
  .c-btn-bd {
    padding: 15px;
  }
}
.c-btn-bdWrap {
  display: flex;
  justify-content: center;
}
.c-btn-bd .in {
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-btn-bd .in {
    font-size: 4.2666666667vw;
  }
}
.c-btn-bd .in:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.c-btn-buy {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 157px;
}

/*========== c-table.scss ==========*/
.c-table-std {
  border-collapse: collapse;
  background: #fff;
  width: 100%;
}
.c-table-std th, .c-table-std td {
  border-collapse: collapse;
  border-right: 1px solid #fff;
  line-height: 1.4;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .c-table-std th, .c-table-std td {
    line-height: 1.6;
    padding: 1.6vw 4vw;
  }
}
.c-table-std thead th {
  color: #fff;
  background: #313131;
  text-align: center;
}
.c-table-std tbody th {
  background: #ECF6ED;
  color: #0569B2;
  font-weight: 700;
  vertical-align: middle;
}
.c-table-std tbody td .note {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .c-table-std tbody td .note {
    font-size: 1.4rem;
  }
}
.c-table-std tbody td.bg03 {
  background: #F9F9F9;
}
.c-table-std tbody td.bg04 {
  background: #F0F0F0;
}

/*========== c-tab.scss ==========*/
.c-tab-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-tab-itemsWrap {
  transition: all 0.3s ease;
  padding-top: 5.3333333333vw;
}
@inculude pc {
  .c-tab-itemsWrap {
    padding-top: 1.9193857965vw;
  }
}
@media screen and (min-width: 1042px) {
  .c-tab-itemsWrap {
    padding-top: 20px;
  }
}
.c-tab-itemsWrap.is-fixed {
  position: fixed;
  top: 60px;
  background: #dcedfa;
  z-index: 9997;
  left: 0;
  width: 100%;
}
.c-tab-items__item {
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #0569B2;
  color: #fff;
  font-weight: bold;
  width: 32.667%;
  border-radius: 12px 12px 0 0;
  font-size: 2.6rem;
  min-height: 75px;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-tab-items__item {
    width: 32.39436%;
    border-radius: 3.2vw 3.2vw 0 0;
    font-size: 3.7333333333vw;
    min-height: 14.6666666667vw;
    line-height: 1.25;
    padding: 0 2.6666666667vw;
  }
}
.c-tab-items__item.withIcon {
  padding-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-tab-items__item.withIcon {
    padding-top: 1em;
  }
}
.c-tab-items__item .QR {
  display: inline-block;
  white-space: nowrap;
  background: #F4F62D;
  color: #000;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 2.6666666667vw;
  border-radius: 8vw;
  padding: 1.7333333333vw 2.1333333333vw 1.7333333333vw 6.4vw;
}
@media screen and (max-width: 767px) {
  .c-tab-items__item .QR {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .c-tab-items__item .QR {
    border-radius: 50px;
    font-size: 1.7rem;
    padding: 8px 18px 8px 46px;
  }
}
.c-tab-items__item .QR:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.1333333333vw;
  background: url("../images/icon_qr.svg") center no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
}
@media screen and (min-width: 768px) {
  .c-tab-items__item .QR:before {
    left: 18px;
  }
}
.c-tab-items__item.active {
  background: #fff;
  color: #0569B2;
  position: relative;
}
.c-tab-items__item.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  height: 5px;
  width: calc(100% - 30px);
  background: #F4F62D;
}
@media screen and (max-width: 767px) {
  .c-tab-items__item.active:after {
    left: 2.6666666667vw;
    width: calc(100% - 5.3333333333vw);
    height: 1.0666666667vw;
  }
}
.c-tab-panelsWrap {
  background: #fff;
  padding: 5.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .c-tab-panelsWrap {
    padding: 3.8387715931vw 0 0;
  }
}
@media screen and (min-width: 1042px) {
  .c-tab-panelsWrap {
    padding: 40px 0 0;
  }
}
.c-tab-panels__panel {
  display: none;
}
.c-tab-panels__panel.active {
  display: block;
}

/*========== p-nav.scss ==========*/
.p-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.4vw;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .p-nav {
    padding: 0 15px;
  }
}
.p-nav_R {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav_R {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-logo {
    width: 195px;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-logo {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1031px) {
  .p-nav-logo {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-items {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items .item:not(:last-child) {
    margin-right: 20px;
  }
}
.p-nav-items .item.contact-lineup {
  display: none;
}
.p-nav-items .item a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-nav-items .item a {
    display: block;
    background: #000;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 5.8666666667vw 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-nav-items .item a.toContact {
  display: block;
  position: relative;
  padding-right: 1.25em;
}
.p-nav-items .item a.toContact:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 0.6em 0.4em 0 0.4em;
  border-color: #000 transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-nav-items .item a.toContact:after {
    right: auto;
    top: 50%;
    left: 8em;
    border-width: 2.9333333333vw 1.8666666667vw 0 1.8666666667vw;
    border-color: #fff transparent transparent transparent;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-items .item a.current {
    padding-right: 0;
    color: #CD3333;
  }
  .p-nav-items .item a.current:after {
    display: none;
  }
  .p-nav-items .item a.current:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 11px;
    height: 11px;
    background: url("../images/icon_down_or.svg") center no-repeat;
    background-size: contain;
  }
}
.p-nav-sub {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav-sub {
    justify-content: center;
    background: #fff;
    width: 100%;
    padding: 4.2666666667vw 0;
  }
}
.p-nav-sub .item:not(:last-child) {
  margin-right: 6.4vw;
}
@media screen and (min-width: 768px) {
  .p-nav-sub .item:not(:last-child) {
    margin-right: 12.5px;
  }
}
@media screen and (min-width: 768px) {
  .p-nav-sub .item.toZenrin {
    min-width: 130px;
  }
}
.p-nav-anc {
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-nav-anc {
    padding: 3.4722222222vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-nav-anc {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-anc__inner {
    padding: 0 1.3333333333vw;
  }
}
.p-nav-anc_items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-nav-anc_items {
    flex-direction: column;
    margin-bottom: 5.3333333333vw;
  }
}
.p-nav-anc_items__item {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-nav-anc_items__item {
    width: 31.25%;
    margin-bottom: 15px;
  }
  .p-nav-anc_items__item:not(:nth-child(3n)) {
    margin-right: 3.125%;
  }
}
@media screen and (max-width: 767px) {
  .p-nav-anc_items__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}
.p-nav-anc_items__item a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #CD3333;
  border: 2px solid #CD3333;
  border-radius: 5px;
  padding: 1em;
  position: relative;
  font-weight: 700;
  padding-right: 3em;
}
.p-nav-anc_items__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_down_or.svg") center no-repeat;
  background-size: contain;
  right: 1em;
  width: 1.15em;
  height: 0.6em;
}
.p-nav-anc_items__item a:hover {
  color: #fff;
  background: #CD3333;
  opacity: 1;
}
.p-nav-anc_items__item a:hover:after {
  background-image: url("../images/icon_down.svg");
}
.p-nav .burger {
  width: 28px;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 9999;
  cursor: pointer;
  margin: auto;
}
.p-nav .burger--wrap {
  height: 100%;
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .p-nav .burger--wrap {
    display: none;
  }
}
.p-nav .burger:before, .p-nav .burger:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  right: 11px;
  background: #000;
}
.p-nav .burger:before {
  top: 20px;
}
.p-nav .burger:after {
  bottom: 20px;
}
.p-nav .burger-active:before {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-nav .burger-active:after {
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-nav .burger-active > .line {
  transform: scale(0);
}
.p-nav .burger .line {
  width: 100%;
  height: 2px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-nav .navigation {
    opacity: 0;
    top: 0;
    z-index: -1;
    width: 0;
    position: fixed;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch;
    background-color: #0569B2;
    right: 0;
    height: 0;
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .p-nav .navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-nav .navigation--content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-nav .navigation--content {
    position: relative;
    right: -100vw;
    top: 60px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-nav .navigation.nav-active {
    opacity: 1;
    z-index: 9998;
    width: 100vw;
  }
  .p-nav .navigation.nav-active .navigation--content {
    right: 0;
  }
}

/*========== p-mv.scss ==========*/
.p-mv {
  text-align: center;
  background: url("../images/top/mv_bg_sp.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-mv {
    background-image: url("../images/top/mvv_bg.jpg");
    background-position: center;
    padding: 9.5969289827vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-mv {
    padding: 100px 0;
  }
}
.p-mv__inner {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-mv__inner {
    max-width: 690px;
    padding: 3.358925144vw 0 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-mv__inner {
    padding: 35px 0 30px;
  }
}
.p-mv .forAtt {
  display: inline-block;
  background: #F4F62D;
  font-weight: 700;
  border-radius: 3px;
  font-size: 4.5333333333vw;
  padding: 2.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-mv .forAtt {
    font-size: 2rem;
    padding: 13px 16px;
    margin-bottom: 30px;
  }
}
.p-mv .forTtl {
  margin: 0 auto 5.0666666667vw;
  width: 70.4vw;
}
@media screen and (min-width: 768px) {
  .p-mv .forTtl {
    width: 509px;
    margin-bottom: 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-mv .forTtl {
    margin-bottom: 30px;
  }
}
.p-mv .forTxt {
  font-weight: bold;
  line-height: 1.625;
}

/*========== p-news.scss ==========*/
.p-news {
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-news {
    padding: 6.7178502879vw 0 5.7581573896vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-news {
    padding: 70px 0 60px;
  }
}
.p-news-posts {
  background: #F8F8F8;
  overflow-y: scroll;
  height: 53.3333333333vw;
  padding: 5.3333333333vw 8vw;
}
@media screen and (min-width: 768px) {
  .p-news-posts {
    height: 19.1938579655vw;
    padding: 0.9596928983vw 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-news-posts {
    height: 200px;
    padding: 10px 30px;
  }
}
.p-news-posts_items__item {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-news-posts_items__item {
    padding: 0 0 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-posts_items__item {
    line-height: 1.7;
    padding: 1.4395393474vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-news-posts_items__item {
    padding: 15px 0;
  }
}
.p-news-posts_items__item:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-news-posts_items__item:not(:last-child) {
    margin-bottom: 2.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-posts_items__item .in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-news-posts_items__item .in .forDate {
    margin-bottom: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-news-posts_items__item .in .forDate {
    width: 8em;
  }
}
@media screen and (min-width: 768px) {
  .p-news-posts_items__item .in .forTxt {
    width: calc(100% - 8em);
  }
}

/*========== p-model.scss ==========*/
.p-model-choice {
  position: relative;
  text-align: center;
  background: url("../images/bg_obj01_sp.png") center no-repeat;
  background-size: cover;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-model-choice {
    background-image: url("../images/bg_obj01.png");
    padding: 4.7984644914vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-choice {
    padding: 50px 0;
  }
}
.p-model-choice:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/top/model_choice_after.png") center bottom no-repeat;
  background-size: contain;
  width: 12.2666666667vw;
  height: 8.5333333333vw;
  bottom: -4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice:after {
    width: 5.7581573896vw;
    height: 4.0307101727vw;
    bottom: -1.8234165067vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-choice:after {
    width: 60px;
    height: 42px;
    bottom: -19px;
  }
}
.p-model-choice__inner {
  position: relative;
}
.p-model-choice__inner:before, .p-model-choice__inner:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-model-choice__inner:before {
  background-image: url("../images/obj_man.svg");
  width: 13.3333333333vw;
  height: 26.1333333333vw;
  left: -1.3333333333vw;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-model-choice__inner:before {
    width: 10.7485604607vw;
    height: 20.7293666027vw;
    left: 5.2783109405vw;
    top: 11.4203454894vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-choice__inner:before {
    width: 112px;
    height: 216px;
    left: 55px;
    top: 119px;
  }
}
.p-model-choice__inner:after {
  background-image: url("..//images/obj_map.svg");
  width: 13.3333333333vw;
  height: 10.1333333333vw;
  right: -1.3333333333vw;
  top: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice__inner:after {
    width: 10.556621881vw;
    height: 8.0614203455vw;
    right: 6.7178502879vw;
    top: 18.8099808061vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-choice__inner:after {
    width: 110px;
    height: 84px;
    right: 70px;
    top: 196px;
  }
}
.p-model-choice .forIntro {
  display: inline-block;
  position: relative;
  color: #F4F62D;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-model-choice .forIntro {
    line-height: 130%;
    font-size: 6.9333333333vw;
    margin-bottom: 4vw;
  }
}
.p-model-choice .forIntro:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 4vw;
  height: 3.2vw;
  background: url("../images/top/model_choice_intro_sp.png") center no-repeat;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .p-model-choice .forIntro:after {
    background-image: url("../images/top/model_choice_intro.png");
    margin-top: 15px;
    height: 12px;
  }
}
.p-model-choice .forTtl {
  color: #fff;
  font-weight: bold;
  line-height: 170%;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice .forTtl {
    font-size: 3rem;
  }
}
.p-model-choice .forInput {
  background: #fff;
  font-weight: bold;
  border-radius: 3px;
  width: 100%;
  margin: 6.6666666667vw auto 2.1333333333vw;
  height: 18.6666666667vw;
  line-height: 18.6666666667vw;
  font-size: 1.6rem;
  padding: 0 13.3333333333vw 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice .forInput {
    height: 58px;
    line-height: 58px;
    margin: 30px auto 8px;
    font-size: 1.8rem;
    padding: 0 50px 0 20px;
  }
}
.p-model-choice .forInput:focus {
  border-radius: 3px 3px 0 0;
}
.p-model-choice .forInput::placeholder {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-model-choice .forInput::placeholder {
    font-size: 3.6vw;
  }
}
.p-model-choice .forNote {
  text-align: left;
  font-weight: bold;
  color: #fff;
  line-height: 170%;
  font-size: 3.2vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice .forNote {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
.p-model-choice .forBtn {
  width: 66.4vw;
}
@media screen and (min-width: 768px) {
  .p-model-choice .forBtn {
    width: 165px;
  }
}
.p-model-result {
  background: url("../images/top/model_result_bg_sp.png") center no-repeat;
  background-size: cover;
  padding-top: 4vw;
}
@inculude pc {
  .p-model-result {
    background-image: url("../images/top/model_result_bg.png");
    padding-top: 2.3992322457vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-result {
    padding-top: 25px;
  }
}
.p-model-result .yours {
  font-feature-settings: "palt";
  text-align: center;
  color: #0569B2;
  line-height: 180%;
  font-weight: bold;
  font-size: 4.5333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-model-result .yours {
    line-height: 170%;
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}
.p-model-result .yours #modelName {
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .p-model-result .yours #modelName {
    font-size: 5.8666666667vw;
  }
}
.p-model-data {
  position: relative;
  background: url("../images/top/model_data_sp.png") center top no-repeat #359AE3;
  background-size: 100% auto;
  height: 96.8vw;
  margin: 0 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-data {
    background-image: url("../images/top/model_data.png");
    background-position: center;
    background-size: auto 100%;
    height: 23.7044145873vw;
    margin: 0 0 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-data {
    height: 247px;
    margin: 0 0 30px;
  }
}
.p-model-data .forBtn {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-model-data .forBtn {
    width: 78.6666666667vw;
    height: 23.7333333333vw;
    left: 5.3333333333vw;
    bottom: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-data .forBtn {
    width: 18.905950096vw;
    height: 18.5220729367vw;
    top: 2.5911708253vw;
    right: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-data .forBtn {
    width: 197px;
    height: 193px;
    top: 27px;
    right: 40px;
  }
}
.p-model-data .forBtn .in {
  font-size: 4.8vw;
  padding: 0 9.3333333333vw 0 22.4vw;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-model-data .forBtn .in {
    text-align: center;
    font-size: 1.8234165067vw;
    padding: 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-data .forBtn .in {
    font-size: 1.9rem;
  }
}
.p-model-data .forBtn .in:before, .p-model-data .forBtn .in:after {
  content: "";
  display: block;
}
.p-model-data .forBtn .in:before {
  background: url("../images/top/model_btn_before.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-model-data .forBtn .in:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 19.7333333333vw;
    height: 19.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-data .forBtn .in:before {
    margin: 0 auto;
    width: 8.8291746641vw;
    height: 8.8291746641vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-data .forBtn .in:before {
    width: 92px;
    height: 92px;
  }
}
.p-model-data .forBtn .in:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-model-data .forBtn .in:after {
    position: absolute;
    right: 0;
    width: 0.7em;
    height: 0.7em;
    top: 35%;
  }
}
@media screen and (min-width: 768px) {
  .p-model-data .forBtn .in:after {
    margin: 0.2em auto 0;
    width: 0.5em;
    height: 0.5em;
  }
}
.p-model-expansion {
  border: 3px solid #EB461C;
  border-radius: 6px;
  background: #fff;
}
.p-model-expansion .toggle {
  padding: 4vw 3.2vw 4vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .toggle {
    padding: 2.3992322457vw 3.7428023033vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .toggle {
    padding: 25px 39px;
  }
}
.p-model-expansion .toggle__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .toggle__inner {
    padding: 0 0 0 115px;
  }
}
.p-model-expansion .toggle__inner .using {
  font-weight: bold;
  display: inline-block;
  background: #EB461C;
  color: #fff;
  border-radius: 3px;
  padding: 1.8666666667vw;
  font-size: 3.6vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .toggle__inner .using {
    font-size: 2rem;
    padding: 12px;
    margin-bottom: 17px;
  }
}
.p-model-expansion .toggle__inner .title {
  font-weight: bold;
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .toggle__inner .title {
    font-size: 4.5333333333vw;
    line-height: 140%;
    position: relative;
    padding-left: 17.3333333333vw;
  }
  .p-model-expansion .toggle__inner .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13.8666666667vw;
    height: 12vw;
    background: url("../images/top/model_toggle_before.png") left center no-repeat;
    background-size: contain;
  }
}
.p-model-expansion .toggle__inner:before, .p-model-expansion .toggle__inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-model-expansion .toggle__inner:before {
  left: 0;
  background: url("../images/top/model_toggle_before.png") left center no-repeat;
  background-size: contain;
  width: 90px;
  height: 82px;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .toggle__inner:before {
    display: none;
  }
}
.p-model-expansion .toggle__inner:after {
  right: 0;
  width: 0.7em;
  height: 0.7em;
  top: 40%;
  border-bottom: 3px solid #EB461C;
  border-right: 3px solid #EB461C;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-model-expansion .toggle__inner:after {
    width: 0.8em;
    height: 0.8em;
  }
}
.p-model-expansion .toggle.open .toggle__inner:after {
  transform: rotate(-135deg);
}
.p-model-expansion .toggled {
  padding: 4vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .toggled {
    padding: 1.1516314779vw 3.7428023033vw 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .toggled {
    padding: 12px 39px 40px;
  }
}
.p-model-expansion .forIntro {
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forIntro {
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-model-expansion .forVerUp_ttl {
  background: #0569B2;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_ttl {
    border-radius: 5px 5px 0 0;
    height: 13.0666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_ttl {
    width: 64px;
    writing-mode: vertical-rl;
    font-size: 2rem;
  }
}
.p-model-expansion .forVerUp_ctt {
  background: #EDF4FA;
  padding: 8vw 4.2666666667vw 8vw 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_ctt {
    width: calc(100% - 64px);
    padding: 2.3992322457vw 3.8387715931vw 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_ctt {
    padding: 25px 40px 30px;
  }
}
.p-model-expansion .forVerUp_ctt .txt01 {
  line-height: 170%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_ctt .txt01 {
    margin-bottom: 8vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-model-expansion .forVerUp_step__item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item {
    font-size: 1.5rem;
    width: 21.85%;
    padding: 3.358925144vw 1.2476007678vw 2.3992322457vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_step__item {
    padding: 35px 13px 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_step__item:not(:last-child) {
    margin-bottom: 10.1333333333vw;
  }
}
.p-model-expansion .forVerUp_step__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/top/model_choice_after.png") center no-repeat;
  background-size: contain;
  width: 6.6666666667vw;
  height: 4.8vw;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_step__item:not(:last-child):after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -7.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item:not(:last-child):after {
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
    right: -2.8790786948vw;
    width: 2.5911708253vw;
    height: 1.5355086372vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_step__item:not(:last-child):after {
    width: 27px;
    height: 16px;
    right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_step__item.step0 {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item.step0 {
    display: flex;
    align-items: center;
    width: 31.669865643vw;
    margin-right: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_step__item.step0 {
    width: 330px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item.step0 .obj {
    margin: 0;
  }
}
.p-model-expansion .forVerUp_step__item .num {
  margin-left: 3px;
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item .num {
    font-size: 1.7rem;
  }
}
.p-model-expansion .forVerUp_step__item .numWrap {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  background: #F4F62D;
  border-radius: 4px;
  font-weight: bold;
  font-size: 3.4666666667vw;
  left: 5.6vw;
  padding: 1.6vw 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item .numWrap {
    font-size: 1.3rem;
    left: 15px;
    padding: 6px 10px;
  }
}
.p-model-expansion .forVerUp_step__item .obj {
  margin: 0 auto 5.3333333333vw;
  width: 26.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item .obj {
    margin-bottom: 2.3992322457vw;
    width: 9.5969289827vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_step__item .obj {
    margin-bottom: 25px;
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_step__item .obj.navi {
    margin: 0.3776391555vw auto 2.7768714012vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp_step__item .obj.navi {
    margin: 3.935px auto 28.935px;
  }
}
.p-model-expansion .forVerUp_step__item .txt {
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-model-expansion .forVerUp_step__item .txt {
    font-size: 4vw;
  }
}
.p-model-expansion .forVerUp_step__item .txt .c-list-idt__item {
  margin-bottom: 0;
}
.p-model-expansion .forVerUp_btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_btn {
    width: 282px;
  }
}
.p-model-expansion .forVerUp_btn .pana {
  color: #0569B2;
  font-weight: bold;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp_btn .pana {
    font-size: 1.4rem;
    margin-top: 16px;
  }
}
.p-model-expansion .forVerUp.flow01 {
  position: relative;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp.flow01 {
    margin-bottom: 4.4145873321vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp.flow01 {
    margin-bottom: 46px;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp.flow01 .forVerUp_ctt {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-model-expansion .forVerUp.flow01:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/top/model_choice_after.png") center no-repeat;
    background-size: contain;
    width: 3.0710172745vw;
    height: 2.3032629559vw;
    bottom: -3.4548944338vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-model-expansion .forVerUp.flow01:after {
    width: 32px;
    height: 24px;
    bottom: -36px;
  }
}
#modal-media {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
}
#modal-media__ctt {
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  text-align: center;
  width: 89.3333333333vw;
  padding: 8vw 5.3333333333vw 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #modal-media__ctt {
    width: 96%;
    max-width: 1000px;
    padding: 6.1420345489vw 0;
  }
}
@media screen and (min-width: 1042px) {
  #modal-media__ctt {
    padding: 64px 0;
  }
}
#modal-media__ctt .forTtl {
  color: #0569B2;
  font-weight: bold;
  font-size: 5.3333333333vw;
  margin-bottom: 8vw;
}
@media screen and (max-width: 767px) {
  #modal-media__ctt .forTtl {
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  #modal-media__ctt .forTtl {
    font-size: 2.6rem;
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  #modal-media__ctt .forTtl {
    margin-bottom: 40px;
  }
}
#modal-media__ctt .forTtl:after {
  content: "";
  display: block;
  margin: 12px auto 0;
  background: #0569B2;
  height: 3px;
  width: 190px;
}
@media screen and (max-width: 767px) {
  #modal-media__ctt .forTtl:after {
    width: 100%;
    height: 2px;
    margin-top: 2.6666666667vw;
  }
}
#modal-media__ctt .forTxt {
  font-size: 2rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #modal-media__ctt .forTxt {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    margin-bottom: 8vw;
  }
}
#modal-media__ctt .forBtn {
  margin: 0 auto 14px;
  width: 350px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #modal-media__ctt .forBtn {
    width: 100%;
    margin-bottom: 3.2vw;
    height: 13.6vw;
  }
}
#modal-media__ctt .forNote {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #modal-media__ctt .forNote {
    font-size: 3.2vw;
    margin-bottom: 8vw;
  }
}
#modal-media__close {
  cursor: pointer;
  line-height: 1;
  border: 1px solid #0569B2;
  border-radius: 6px;
  padding: 12px 16px;
}
@media screen and (max-width: 767px) {
  #modal-media__close {
    padding: 3.2vw 4.2666666667vw;
  }
}
#modal-media__close .in {
  pointer-events: none;
  color: #0569B2;
  position: relative;
  font-size: 1.5rem;
  padding-left: 1.2em;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #modal-media__close .in {
    font-size: 4vw;
  }
}
#modal-media__close .in:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../images/icon_close_bl.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #modal-media__close .in:before {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}

/* カスタムドロップダウン用 */
.custom-datalist {
  position: relative;
}
@media screen and (min-width: 768px) {
  .custom-datalist {
    width: 500px;
    margin: 0 auto;
  }
}
.custom-datalist:after {
  content: "";
  display: block;
  position: absolute;
  top: 16vw;
  transform: translateY(-50%);
  background: url("../images/icon_search.svg") center no-repeat;
  background-size: contain;
  right: 1em;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .custom-datalist:after {
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 26px;
  }
}
.custom-options {
  position: absolute;
  top: 25.3333333333vw;
  left: 0;
  right: 0;
  border: 1px solid #ccc;
  background: #fff;
  max-height: 93.3333333333vw;
  overflow-y: auto;
  display: none;
  z-index: 10;
  padding: 5.6vw 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  .custom-options {
    top: 88px;
    max-height: 508px;
    padding: 21px 26px;
  }
}
.custom-options div {
  cursor: pointer;
  line-height: 180%;
  text-align: left;
  padding-left: 0.5em;
}
.custom-options div.title {
  font-weight: bold;
  cursor: default;
  color: #0569B2;
  padding-left: 0;
  padding-bottom: 0.5em;
}
.custom-options div.title:not(:first-child) {
  border-top: 1px solid #C4C4C4;
  padding-top: 0.75em;
  margin-top: 0.75em;
}
.custom-options div:hover:not(.title) {
  background: #CCE4E8;
}

.tab_model-data {
  padding-bottom: 17.3333333333vw;
}
@media screen and (min-width: 768px) {
  .tab_model-data {
    padding-bottom: 10.556621881vw;
  }
}
@media screen and (min-width: 1042px) {
  .tab_model-data {
    padding-bottom: 110px;
  }
}

.tab_version {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .tab_version {
    margin-bottom: 5.7581573896vw;
  }
}
@media screen and (min-width: 1042px) {
  .tab_version {
    margin-bottom: 60px;
  }
}

/*========== p-feature.scss ==========*/
.p-feature {
  background: #CCE4E8;
}
.p-feature-area01 {
  background: url("../images/bg_obj01_sp.png") center no-repeat;
  background-size: cover;
  padding: 8vw 0 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-feature-area01 {
    background-image: url("../images/bg_obj01.png");
    padding: 7.6775431862vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-area01 {
    padding: 80px 0;
  }
}
.p-feature-area01 .c-title-top {
  color: #fff;
}
.p-feature-area02 {
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-feature-area02 {
    padding: 7.6775431862vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-area02 {
    padding: 80px 0;
  }
}
.p-feature-area02_sec {
  padding: 13.3333333333vw 0 0;
}
@media screen and (min-width: 768px) {
  .p-feature-area02_sec {
    padding: 4.7984644914vw 0 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-area02_sec {
    padding: 50px 0 0;
  }
}
.p-feature-area02__inner {
  background: #fff;
  padding: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-feature-area02__inner {
    padding: 4.2226487524vw 3%;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-area02__inner {
    padding: 44px 3%;
  }
}
.p-feature-area02 .forTtl {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-size: 5.6vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-feature-area02 .forTtl {
    font-size: 2.4rem;
    margin-bottom: 1.5355086372vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-area02 .forTtl {
    margin-bottom: 16px;
  }
}
.p-feature-area02 .forSubttl .note {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forSubttl .note {
    display: block;
    font-size: 3.2vw;
    padding-top: 0.5em;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-area02 .forSubttl .note {
    padding-left: 1em;
    display: inline-block;
  }
}
.p-feature-area02 .forIntro {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-feature-area02 .forIntro {
    line-height: 1.7;
  }
}
.p-feature-area02 .forRenew {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forRenew {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forRenew thead th {
    padding: 2.4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forRenew thead th.th01 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forRenew tbody td {
    padding: 4vw 2.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-area02 .forRenew tbody .tate {
    writing-mode: vertical-rl;
    text-orientation: upright;
    white-space: pre;
  }
  .p-feature-area02 .forRenew tbody .tateWrap {
    vertical-align: middle;
  }
}
.p-feature-area02 .forObj {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-feature-area02 .forObj {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-feature-items__item {
  background: #fff;
  padding: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .p-feature-items__item {
    width: 32%;
    padding: 2.3992322457vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-feature-items__item {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-feature-items__item:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-feature-items__item .forTtl {
  display: flex;
  align-items: center;
  position: relative;
  color: #359AE3;
  font-weight: bold;
  line-height: 1.5;
  font-size: 4.8vw;
  padding-left: 18.6666666667vw;
  margin-bottom: 2.9333333333vw;
}
@media screen and (max-width: 767px) {
  .p-feature-items__item .forTtl {
    min-height: 14.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-items__item .forTtl {
    font-size: 2rem;
    padding-left: 70px;
    margin-bottom: 0.8em;
  }
}
.p-feature-items__item .forTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 18.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-feature-items__item .forTtl:before {
    width: 70px;
  }
}
.p-feature-items__item .forTtl.icon01:before {
  background-image: url("../images/top/feature_icon01.png");
}
.p-feature-items__item .forTtl.icon02:before {
  background-image: url("../images/top/feature_icon02.png");
}
.p-feature-items__item .forTtl.icon03:before {
  background-image: url("../images/top/feature_icon03.png");
}
.p-feature-items__item .forTxt {
  font-weight: bold;
  line-height: 1.625;
}

/*========== p-info.scss ==========*/
.p-info {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-info {
    padding: 6.7178502879vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-info {
    padding: 70px 0;
  }
}
.p-info-detail {
  background: #F9F9F9;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-info-detail {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.9193857965vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-info-detail {
    margin-bottom: 20px;
  }
}
.p-info-detailSec:not(:last-child) {
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-info-detailSec:not(:last-child) {
    margin-bottom: 4.7984644914vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-info-detailSec:not(:last-child) {
    margin-bottom: 50px;
  }
}
.p-info-detail__item {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-info-detail__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-info-detail__item:nth-child(even) {
    background: #fff;
  }
}
.p-info-detail__item .in {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.p-info-detail__item .in .forTtl {
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-info-detail__item .in .forTtl {
    width: 45%;
    padding: 23px 21px;
  }
}
.p-info-detail__item .in .forTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 50%;
  padding: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-info-detail__item .in .forTxt {
    width: 55%;
    padding: 10px 20px;
  }
}
.p-info-detail__item .in .forTxt .sizeS {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-info-detail__item .in .forTxt .sizeS {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-info-detail.forData .p-info-detail__item:nth-child(1) {
    order: 1;
    border-right: 1px solid #ddd;
  }
  .p-info-detail.forData .p-info-detail__item:nth-child(2) {
    order: 3;
    border-right: 1px solid #ddd;
  }
  .p-info-detail.forData .p-info-detail__item:nth-child(3) {
    order: 2;
  }
  .p-info-detail.forData .p-info-detail__item:nth-child(4) {
    order: 4;
  }
  .p-info-detail.forData .p-info-detail__item:nth-child(even) {
    background: #F0F0F0;
  }
}
@media screen and (min-width: 768px) {
  .p-info-detail.forLatest .p-info-detail__item:nth-child(1) {
    order: 1;
    border-right: 1px solid #ddd;
  }
  .p-info-detail.forLatest .p-info-detail__item:nth-child(2) {
    order: 3;
    border-right: 1px solid #ddd;
    background: #F0F0F0;
  }
  .p-info-detail.forLatest .p-info-detail__item:nth-child(3) {
    order: 5;
    border-right: 1px solid #ddd;
  }
  .p-info-detail.forLatest .p-info-detail__item:nth-child(4) {
    order: 2;
  }
  .p-info-detail.forLatest .p-info-detail__item:nth-child(5) {
    order: 4;
    background: #F0F0F0;
  }
  .p-info-detail.forLatest .p-info-detail__item:nth-child(6) {
    order: 6;
  }
}
.p-info-btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-info-btn {
    height: auto;
    font-size: 4.2666666667vw;
    padding: 4vw 0;
    line-height: 1.6;
  }
  .p-info-btn .in {
    padding: 0 1.5em 0 3em;
  }
}
@media screen and (min-width: 768px) {
  .p-info-btn {
    width: 398px;
    margin-top: 10px;
  }
}

/*========== p-prepare.scss ==========*/
.p-prepare {
  background: #F4F4F4;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-prepare {
    padding: 6.7178502879vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare {
    padding: 70px 0;
  }
}
.p-prepare-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 5.3333333333vw;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-prepare-ttl {
    font-size: 2.6rem;
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-ttl {
    margin-bottom: 40px;
  }
}
.p-prepare-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-prepare-itemsWrap {
  background: #fff;
  padding: 5.3333333333vw 0 4.2666666667vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-itemsWrap {
    padding: 3.8387715931vw;
    margin-bottom: 1.5355086372vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-itemsWrap {
    padding: 40px;
    margin-bottom: 16px;
  }
}
.p-prepare-items__item {
  text-align: center;
  width: 36.8vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item {
    width: 21.95%;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item {
    width: 180px;
  }
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item:not(:last-child) {
    margin-right: 4%;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item:not(:last-child) {
    margin-right: 33px;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-items__item:nth-child(odd) {
    margin-right: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-items__item:nth-child(1), .p-prepare-items__item:nth-child(2) {
    margin-bottom: 9.3333333333vw;
  }
}
.p-prepare-items__item .forIcon {
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon {
    margin-bottom: 0.9596928983vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item .forIcon {
    margin-bottom: 10px;
  }
}
.p-prepare-items__item .forIcon img {
  display: block;
  width: 18.1333333333vw;
  margin: 0 auto 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon img {
    width: 55.55%;
    margin-bottom: 1.4395393474vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item .forIcon img {
    width: 100px;
    margin-bottom: 15px;
  }
}
.p-prepare-items__item .forIcon img.icon05 {
  width: 21.3226666667vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon img.icon05 {
    width: 69.86%;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item .forIcon img.icon05 {
    width: 125.75px;
  }
}
.p-prepare-items__item .forIcon img.icon06 {
  width: 20.712vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon img.icon06 {
    width: 61.11%;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item .forIcon img.icon06 {
    width: 110px;
  }
}
.p-prepare-items__item .forIcon_cap {
  display: block;
  font-weight: bold;
  line-height: 1.5;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon_cap {
    font-size: 1.8rem;
  }
}
.p-prepare-items__item .forIcon_cap .note {
  display: block;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forIcon_cap .note {
    padding-top: 0.35em;
    font-size: 1.3rem;
  }
}
.p-prepare-items__item .forIcon_cap .note.forSD {
  display: none;
}
.p-prepare-items__item .forNotice {
  text-align: left;
  line-height: 1.3;
  color: #C51515;
  font-weight: bold;
  background: #FCE8E8;
  padding: 2.1333333333vw 2.6666666667vw;
  font-size: 3.4666666667vw;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forNotice {
    font-size: 1.3rem;
    padding: 8px 10px;
    margin-bottom: 1.4395393474vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-items__item .forNotice {
    margin-bottom: 15px;
  }
}
.p-prepare-items__item .forLink {
  min-height: inherit;
  padding: 3.2vw 0;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forLink {
    padding: 12px 3px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-items__item .forLink .in {
    padding-right: 1em;
  }
}
.p-prepare-items__item .forBtn {
  min-height: inherit;
  padding: 3.2vw 0;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forBtn {
    padding: 12px 3px;
    font-size: 1.3rem;
  }
}
.p-prepare-items__item .forBtn:not(:last-child) {
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forBtn:not(:last-child) {
    margin-bottom: 14px;
  }
}
.p-prepare-items__item .forSpec {
  font-weight: bold;
  position: relative;
  padding-right: 1.75em;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forSpec {
    padding-right: 2em;
    font-size: 1.3rem;
  }
}
.p-prepare-items__item .forSpec:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_spec.svg") center no-repeat;
  background-size: contain;
  width: 4.2666666667vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-items__item .forSpec:after {
    width: 20px;
    height: 20px;
  }
}
.p-prepare .forQR .p-prepare-items__item:not(:last-child) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-prepare .forQR .p-prepare-items__item:not(:last-child) {
    margin-right: 105px;
  }
}
.p-prepare .forQR .p-prepare-items__item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/top/prepare_qr_icon.png") center top no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-prepare .forQR .p-prepare-items__item:not(:last-child):after {
    width: 45px;
    height: 55px;
    right: -75px;
    top: 2em;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare .forQR .p-prepare-items__item.item01 {
    margin-bottom: 19.7333333333vw !important;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare .forQR .p-prepare-items__item.item05 {
    width: 28vw;
    margin-right: 21.6vw;
    margin-bottom: 0;
  }
  .p-prepare .forQR .p-prepare-items__item.item05:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -10.9333333333vw;
    transform: translateX(-50%) rotate(90deg);
    background: url("../images/top/prepare_qr_icon.png") center no-repeat;
    background-size: contain;
    width: 10.9333333333vw;
    height: 5.0666666667vw;
  }
  .p-prepare .forQR .p-prepare-items__item.item05:after {
    content: "";
    display: block;
    position: absolute;
    right: -16vw;
    top: 5.3333333333vw;
    background: url("../images/top/prepare_qr_icon.png") center no-repeat;
    background-size: contain;
    width: 10.9333333333vw;
    height: 5.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare .forQR .p-prepare-items__item.item06 {
    width: 27.4666666667vw;
    margin-right: 0;
    position: relative;
  }
  .p-prepare .forQR .p-prepare-items__item.item06:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -10.9333333333vw;
    transform: translateX(-50%) rotate(90deg);
    background: url("../images/top/prepare_qr_icon.png") center no-repeat;
    background-size: contain;
    width: 10.9333333333vw;
    height: 5.0666666667vw;
  }
}
.p-prepare-sec {
  padding-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-sec {
    padding-top: 5.7581573896vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-sec {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-sec .forTime {
    font-size: 3.2vw;
    margin-bottom: 6.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-prepare-sec .forTime {
    margin-bottom: 2.783109405vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-prepare-sec .forTime {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-sec .forTime thead th {
    padding: 2.4vw 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-sec .forTime tbody td {
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-sec .forNote {
    font-size: 3.2vw;
  }
}
.p-prepare-spec .forTbl {
  border-collapse: collapse;
  line-height: 1.5;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-spec .forTbl {
    font-size: 1.5rem;
  }
}
.p-prepare-spec .forTblWrap:not(:last-child) {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-prepare-spec .forTblWrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.p-prepare-spec .forTbl th {
  color: #fff;
  font-weight: 700;
  padding: 0.25em 0;
  vertical-align: top;
  width: 9em;
}
@media screen and (max-width: 767px) {
  .p-prepare-spec .forTbl th {
    width: 100%;
    font-size: 3.4666666667vw;
    margin-bottom: 1.6vw;
    padding: 1.3333333333vw 0 2.6666666667vw;
  }
}
.p-prepare-spec .forTbl td {
  padding: 0.25em 0 0.25em 0.5em;
}
@media screen and (max-width: 767px) {
  .p-prepare-spec .forTbl td {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-prepare-spec .forTbl th, .p-prepare-spec .forTbl td {
    display: block;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .tab0 .forQR .p-prepare-items__item.item01 {
    width: 100%;
    margin-right: 0;
    padding: 0 5.6vw 0 5.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .tab0 .forQR .p-prepare-items__item.item01 .forIcon {
    margin-right: 5.6vw;
  }
  .tab0 .forQR .p-prepare-items__item.item01 .forIcon_cap .note {
    display: none;
  }
  .tab0 .forQR .p-prepare-items__item.item01 .forBtnWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab0 .forQR .p-prepare-items__item.item01 .forBtnWrap .forBtn {
    width: 48%;
  }
  .tab0 .forQR .p-prepare-items__item.item01 .forBtnWrap .forBtn:not(:last-child) {
    margin-bottom: 0;
  }
}
.tab0 .forApp {
  margin-top: 6.4vw;
}
@media screen and (min-width: 768px) {
  .tab0 .forApp {
    margin-top: 3.0710172745vw;
  }
}
@media screen and (min-width: 1042px) {
  .tab0 .forApp {
    margin-top: 32px;
  }
}
.tab0 .forApp .p-prepare-items__item.item02 {
  display: none;
}
.tab0 .forApp .p-prepare-items__item.item02.forMicro {
  display: block;
}
@media screen and (max-width: 767px) {
  .tab0 .forApp .p-prepare-items__item.item02.forMicro {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .tab0 .forApp .p-prepare-items__item.item03 {
    margin-right: 5.6vw;
  }
}
@media screen and (max-width: 767px) {
  .tab0 .forApp .p-prepare-items__item.item04 {
    margin-right: 0;
  }
}

.tab1 .p-prepare-ttl,
.tab2 .p-prepare-ttl {
  display: none;
}
.tab1 .forQR,
.tab2 .forQR {
  display: none;
}
@media screen and (max-width: 767px) {
  .tab1 .p-prepare-items__item.item01,
  .tab2 .p-prepare-items__item.item01 {
    width: 36.8vw;
    margin-right: 5.6vw;
    flex-direction: column;
    margin-bottom: 9.3333333333vw;
  }
  .tab1 .p-prepare-items__item.item01 .forIcon,
  .tab2 .p-prepare-items__item.item01 .forIcon {
    width: 100%;
    margin-right: 0;
  }
  .tab1 .p-prepare-items__item.item01 .forIcon_cap .note,
  .tab2 .p-prepare-items__item.item01 .forIcon_cap .note {
    display: block;
  }
  .tab1 .p-prepare-items__item.item01 .forBtnWrap,
  .tab2 .p-prepare-items__item.item01 .forBtnWrap {
    width: 100%;
  }
}
.tab1 .p-prepare-items__item.item02.forMicro,
.tab2 .p-prepare-items__item.item02.forMicro {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab1 .p-prepare-items__item.item04,
  .tab2 .p-prepare-items__item.item04 {
    margin-right: 0;
  }
}
.tab1 .forNote_size,
.tab2 .forNote_size {
  display: none;
}

.tab2 .p-prepare-items__item .forIcon_cap .note.forSD {
  display: block;
}

/*========== p-flow.scss ==========*/
.p-flow {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding: 6.7178502879vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow {
    padding: 70px 0;
  }
}
.p-flow .c-title-top {
  margin-bottom: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow .c-title-top {
    margin-bottom: 5.0863723608vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow .c-title-top {
    margin-bottom: 53px;
  }
}
.p-flow-expansion {
  border: 3px solid #0569B2;
  border-radius: 6px;
  background: #fff;
}
.p-flow-expansion:not(:last-child) {
  margin-bottom: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion:not(:last-child) {
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-expansion:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-flow-expansion .toggle {
  padding: 4vw 3.2vw 4vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle {
    padding: 0 3.5508637236vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-expansion .toggle {
    padding: 0 37px;
  }
}
.p-flow-expansion .toggle__inner {
  position: relative;
  padding: 0 0 0 20.2666666667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle__inner {
    padding: 0 0 0 130px;
    height: 144px;
  }
}
.p-flow-expansion .toggle__inner .model {
  position: relative;
  font-weight: bold;
  display: inline-block;
  background: #F4F62D;
  border-radius: 13.3333333333vw;
  padding: 1.7333333333vw 2.1333333333vw 1.7333333333vw 9.6vw;
  font-size: 4vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle__inner .model {
    border-radius: 50px;
    font-size: 1.7rem;
    padding: 8px 18px 8px 46px;
    margin: 0 0 15px;
  }
}
.p-flow-expansion .toggle__inner .model:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.1333333333vw;
  background: url("../images/icon_qr.svg") center no-repeat;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle__inner .model:before {
    left: 18px;
  }
}
.p-flow-expansion .toggle__inner .title {
  font-weight: bold;
  color: #0569B2;
  display: block;
  font-size: 5.3333333333vw;
}
@media screen and (max-width: 767px) {
  .p-flow-expansion .toggle__inner .title {
    line-height: 1.3;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle__inner .title {
    font-size: 2.6rem;
  }
}
.p-flow-expansion .toggle__inner:before, .p-flow-expansion .toggle__inner:after {
  content: "";
  display: block;
  position: absolute;
}
.p-flow-expansion .toggle__inner:before {
  left: 0;
  top: 50%;
  transform: translateY(-53%);
  background: url("../images/obj_map.svg") left center no-repeat;
  background-size: contain;
  width: 16vw;
  height: 12.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggle__inner:before {
    width: 110px;
    height: 84px;
  }
}
.p-flow-expansion .toggle__inner:after {
  right: 0;
  width: 0.7em;
  height: 0.7em;
  top: 40%;
  border-bottom: 3px solid #0569B2;
  border-right: 3px solid #0569B2;
  transform: rotate(45deg);
}
.p-flow-expansion .toggle.open .toggle__inner:after {
  transform: rotate(-135deg);
}
.p-flow-expansion .toggled {
  padding: 4.5333333333vw 3.2vw 5.3333333333vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-expansion .toggled {
    padding: 0.9596928983vw 3.5508637236vw 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-expansion .toggled {
    padding: 10px 37px 30px;
  }
}
.p-flow-sec + .p-flow-sec {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec + .p-flow-sec {
    margin-top: 4.7984644914vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec + .p-flow-sec {
    margin-top: 50px;
  }
}
.p-flow-sec.sec01 .c-title-primary {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .c-title-primary {
    margin-bottom: 2.8790786948vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec.sec01 .c-title-primary {
    margin-bottom: 30px;
  }
}
.p-flow-sec.sec01 .forTxt01 {
  line-height: 1.6;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forTxt01 {
    text-align: center;
    margin-bottom: 1em;
  }
}
.p-flow-sec.sec01 .forBtn {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forBtn {
    margin: 0 auto 13px;
    max-width: 400px;
  }
}
.p-flow-sec.sec01 .forBtn .in {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.p-flow-sec.sec01 .forBtn .in:after {
  right: 1em;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forNote .c-list-note__item {
    text-align: center;
  }
}
.p-flow-sec.sec01 .forNotice {
  background: #FCE8E8;
  border-radius: 2px;
  margin: 0 auto 8.5333333333vw;
  position: relative;
  padding: 2.6666666667vw 4vw 2.6666666667vw 16.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forNotice {
    padding: 20px 25px 20px 80px;
    width: 80%;
    margin-bottom: 1.25em;
  }
}
.p-flow-sec.sec01 .forNotice:before {
  content: "";
  display: block;
  position: absolute;
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/icon_notice.svg") center no-repeat;
  background-size: contain;
  width: 8.5333333333vw;
  height: 8.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forNotice:before {
    left: 25px;
    width: 2.5em;
    height: 2.5em;
  }
}
.p-flow-sec.sec01 .forNotice__txt {
  position: relative;
  color: #C51515;
  font-weight: 700;
  line-height: 1.94;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec01 .forNotice__txt {
    line-height: 1.7;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.p-flow-sec.sec02 .c-title-primary {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .c-title-primary {
    margin-bottom: 2.3032629559vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec.sec02 .c-title-primary {
    margin-bottom: 24px;
  }
}
.p-flow-sec.sec02 .forIntro {
  font-weight: bold;
  color: #C51515;
  line-height: 1.5;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forIntro {
    font-size: 1.5rem;
  }
}
.p-flow-sec.sec02 .forIntro .iconPDF {
  text-decoration: underline;
  color: #C51515;
  position: relative;
  padding-right: 1.1em;
}
.p-flow-sec.sec02 .forIntro .iconPDF:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1.1em;
  background: url("../images/icon_pdf_red.png") center no-repeat;
  background-size: contain;
}
.p-flow-sec.sec02 .forImg {
  padding: 3.2vw 0;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forImg {
    padding: 2.3032629559vw 0 1.9193857965vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec.sec02 .forImg {
    padding: 24px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-sec.sec02 .forNote {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forNote {
    margin-bottom: 20px;
  }
}
.p-flow-sec.sec02 .forNote .c-list-note__item {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forNote .c-list-note__item {
    margin-bottom: 13px;
  }
}
.p-flow-sec.sec02 .forModel {
  border: 3px solid #F0F0F0;
  border-radius: 10px;
  padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forModel {
    padding: 2.8790786948vw 3.8387715931vw;
    margin-bottom: 4.7984644914vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec.sec02 .forModel {
    padding: 30px 40px;
    margin-bottom: 50px;
  }
}
.p-flow-sec.sec02 .forModel_ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forModel_ttl {
    line-height: 1.7;
    margin-bottom: 1.9193857965vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-sec.sec02 .forModel_ttl {
    margin-bottom: 20px;
  }
}
.p-flow-sec.sec02 .forModel_items__item {
  line-height: 1.6;
}
.p-flow-sec.sec02 .forModel_itemsWrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forModel_itemsWrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-sec.sec02 .forModel_itemsWrap {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-sec.sec02 .forModel_itemsWrap.x5 .forModel_items {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-sec.sec02 .forModel_itemsWrap.x2 .forModel_items:nth-child(odd) {
    margin-right: 16.5333333333vw;
  }
}
.p-flow-movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-flow-movie {
    margin-bottom: 4.7984644914vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-movie {
    margin-bottom: 50px;
  }
}
.p-flow-movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-flow-ex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.p-flow-ex__item {
  background: #0569B2;
  box-shadow: 0px 6px 0px #02375E;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .p-flow-ex__item {
    width: 31.41304%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow-ex__item:not(:last-child) {
    margin-bottom: 5.0666666667vw;
  }
}
.p-flow-ex__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 4.5333333333vw 5.0666666667vw 2.9333333333vw;
}
@media screen and (min-width: 768px) {
  .p-flow-ex__item a {
    padding: 2.8790786948vw 1.9193857965vw 2.3992322457vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-flow-ex__item a {
    padding: 30px 20px 25px;
  }
}
.p-flow-ex__item .forTtl {
  position: relative;
  display: inline-block;
  font-size: 4.8vw;
  margin-bottom: 3.4666666667vw;
}
@media screen and (max-width: 767px) {
  .p-flow-ex__item .forTtl {
    padding-left: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-ex__item .forTtl {
    line-height: 1.3;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}
.p-flow-ex__item .forTtl .en {
  display: block;
  padding-top: 3px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-flow-ex__item .forTtl .en {
    text-align: left;
    font-size: 4vw;
    padding-top: 1.3333333333vw;
  }
}
.p-flow-ex__item .forTtl:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .p-flow-ex__item .forTtl:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: left center;
    width: 13.3333333333vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow-ex__item .forTtl:before {
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
  }
}
.p-flow-ex__item .forTtl.icon01:before {
  background-image: url("../images/top/flow_ex_icon01.png");
}
.p-flow-ex__item .forTtl.icon02:before {
  background-image: url("../images/top/flow_ex_icon02.png");
}
.p-flow-ex__item .forTtl.icon03:before {
  background-image: url("../images/top/flow_ex_icon03.png");
}
.p-flow-ex__item .forTxt {
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-flow-ex__item .forTxt {
    font-size: 3.4666666667vw;
  }
}

.tab1 #Flow01,
.tab2 #Flow01 {
  display: none;
}
.tab1 #Flow02,
.tab2 #Flow02 {
  border: none;
  padding: 3px;
}
.tab1 #Flow02 .toggle,
.tab2 #Flow02 .toggle {
  display: none;
}
.tab1 #Flow02 .toggled,
.tab2 #Flow02 .toggled {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  padding-top: 0;
  padding-bottom: 0;
}

.tab0 #Flow02 .forModel,
.tab1 #Flow02 .forModel {
  display: none;
}

.tab0 #Flow02 .from2014,
.tab1 #Flow02 .from2014 {
  display: none;
}
.tab0 #Flow02 .from2021,
.tab1 #Flow02 .from2021 {
  display: block;
}

.tab2 #Flow02 .from2014 {
  display: block;
}
.tab2 #Flow02 .from2021 {
  display: none;
}
.tab2 #Flow02 .sec01 .forNotice {
  display: none;
}
.tab2 #Flow02 .sec01 .app_ver2 {
  display: none;
}
.tab0 #Flow02 .sec01 .app_ver1, .tab1 #Flow02 .sec01 .app_ver1 {
  display: none;
}

/* tab0とtab1は動画非表示 */
.tab0 .p-flow .p-flow-movie, .tab1 .p-flow .p-flow-movie {
  display: none;
}

/* 操作手順書と購入手順書の入れ替え */
.tab0 .p-flow-ex .p-flow-ex__item.app_1, .tab1 .p-flow-ex .p-flow-ex__item.app_1 { display:none; }
.tab2 .p-flow-ex .p-flow-ex__item.app_2 { display:none; }

/*========== p-contact.scss ==========*/
.p-contact {
  background: #F4F4F4;
  padding: 8vw 0;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 4.7984644914vw 0;
  }
}
@media screen and (min-width: 1042px) {
  .p-contact {
    padding: 50px 0;
  }
}
.p-contact-sec {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact-sec {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-secWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
.p-contact-sec .forTtl {
  background: #3B3B3B;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 4.2666666667vw;
  padding: 3.7333333333vw 0;
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forTtl {
    line-height: 1.3;
    padding: 14px 0;
    font-size: 1.8rem;
  }
}
.p-contact-sec .forInfo {
  text-align: center;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo {
    padding: 30px 40px 25px;
  }
}
.p-contact-sec .forInfo_ttl {
  font-weight: bold;
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (max-width: 767px) {
  .p-contact-sec .forInfo_ttl {
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_ttl {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_detail.zenrin {
    max-width: 322px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_detail.pana {
    text-align: left;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_detail .tel {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_detail .tel02 img {
    max-width: 332px;
  }
}
.p-contact-sec .forInfo_detail .hour {
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  font-size: 3.2vw;
}
@media screen and (max-width: 767px) {
  .p-contact-sec .forInfo_detail .hour {
    padding: 4.2666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forInfo_detail .hour {
    font-size: 1.4rem;
  }
}
.p-contact-sec .forOther {
  text-align: left;
  margin-bottom: 2.4vw;
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forOther {
    margin-bottom: 10px;
  }
}
.p-contact-sec .forOther .ttl {
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0.8746666667vw;
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forOther .ttl {
    margin-bottom: 6.68px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-sec .forOther .num {
    width: 47.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forOther .num {
    max-width: 178px;
  }
}
.p-contact-sec .forNote {
  font-weight: bold;
  text-align: left;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-contact-sec .forNote {
    font-size: 1.2rem;
  }
}

/*========== p-lineup.scss ==========*/
.p-lineup {
  padding: 8vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-lineup {
    padding: 5.7581573896vw 0 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup {
    padding: 60px 0 40px;
  }
}
.p-lineup-intro {
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-intro {
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-intro {
    margin-bottom: 40px;
  }
}
.p-lineup-intro p {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .p-lineup-intro p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-lineup-intro p:not(:last-child) {
    margin-bottom: 1em;
  }
}
.p-lineup-intro p.forAtt {
  text-align: center;
  display: inline-block;
  background: #F4F62D;
  font-weight: 700;
  border-radius: 3px;
  font-size: 4.5333333333vw;
  padding: 2.6666666667vw;
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-intro p.forAtt {
    line-height: 1.5;
    font-size: 2rem;
    padding: 13px 16px;
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-intro p.forAtt {
    margin-bottom: 40px;
  }
}
.p-lineup-ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  font-size: 4.8vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-ttl {
    font-size: 2.4rem;
    margin-bottom: 3.8387715931vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-ttl {
    margin-bottom: 40px;
  }
}
.p-lineup-faq {
  margin: 10.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  .p-lineup-faq {
    width: 80%;
    max-width: 800px;
    margin: 6.7178502879vw auto;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq {
    margin: 70px auto;
  }
}
.p-lineup-faq__inner {
  padding: 5.3333333333vw 5.3333333333vw 4.8vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-faq__inner {
    display: flex;
    align-items: center;
    padding: 1.9193857965vw;
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq__inner {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-faq__inner:after {
    content: "";
    display: block;
    position: absolute;
    right: 1.5em;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
}
.p-lineup-faq .forTtl {
  position: relative;
  margin-bottom: 1px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-lineup-faq .forTtl {
    margin-bottom: 4vw;
    font-size: 6.1333333333vw;
    padding-left: 20vw;
  }
  .p-lineup-faq .forTtl:after {
    content: "";
    display: block;
    position: absolute;
    right: 2.6666666667vw;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-faq .forTtl {
    border-right: 1px solid #fff;
    padding-right: 2.1113243762vw;
    margin-right: 2.1113243762vw;
    font-size: 2.207293666vw;
    padding-left: 9.2130518234vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq .forTtl {
    padding-right: 22px;
    margin-right: 22px;
    font-size: 2.3rem;
    padding-left: 96px;
  }
}
.p-lineup-faq .forTtl .en {
  display: block;
  line-height: 1.3;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-faq .forTtl .en {
    font-size: 1.5355086372vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq .forTtl .en {
    font-size: 1.6rem;
  }
}
.p-lineup-faq .forTtl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/top/flow_ex_icon03.png") center no-repeat;
  background-size: contain;
  width: 14.4vw;
  height: 14.4vw;
}
@media screen and (min-width: 768px) {
  .p-lineup-faq .forTtl:before {
    width: 5.7581573896vw;
    height: 5.7581573896vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq .forTtl:before {
    width: 60px;
    height: 60px;
  }
}
.p-lineup-faq .forTxt {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-lineup-faq .forTxt {
    border-top: 1px solid #fff;
    padding-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-lineup-faq .forTxt {
    line-height: 1.7;
    font-size: 1.5355086372vw;
  }
}
@media screen and (min-width: 1042px) {
  .p-lineup-faq .forTxt {
    font-size: 1.6rem;
  }
}
.p-lineup-bn {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-lineup-bn {
    width: 88%;
    max-width: 880px;
    margin: 0 auto;
  }
}

#page_lineup .p-nav-items .item.contact-std {
  display: none;
}
#page_lineup .p-nav-items .item.contact-lineup {
  display: block;
}

/*========== p-footer.scss ==========*/
@media screen and (max-width: 767px) {
  .p-footer-nav {
    margin-bottom: 2.6666666667vw;
  }
}
.p-footer-nav .items {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-footer-nav .items {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-nav .items .item {
    margin-bottom: 1.5em;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav .items .item {
    margin-right: 1.25em;
    padding-right: 1.25em;
  }
  .p-footer-nav .items .item:not(:last-child) {
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .p-footer-nav .items .item a {
    font-size: 1.2rem;
  }
}
.p-footer-copy {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-copy {
    font-size: 1.2rem;
  }
}
.p-footer-pageTop {
  display: none;
  position: fixed;
  z-index: 50;
  right: 20px;
  bottom: 20px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer-pageTop {
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}

.tooltip {
  /* 各方向ごとの矢印 */
}
.tooltip-trigger {
  position: relative;
  padding-right: 1.8em;
  cursor: pointer;
  display: inline-block;
}
.tooltip-trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6em;
  height: 1.6em;
  background: url("../images/icon_question.svg") center no-repeat;
  background-size: contain;
}
.tooltip-box {
  display: none;
  z-index: 1000;
  background: #0569B2;
  color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .tooltip-box {
    position: absolute;
    width: 479px;
    max-width: 95vw;
    padding: 15px 22px 20px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tooltip-box {
    position: fixed !important;
    top: 60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 89.3333333333vw;
    height: auto;
    max-height: calc(100svh - 60px);
    overflow-y: auto;
    padding: 4vw 5.8666666667vw 5.3333333333vw;
  }
}
.tooltip-box:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  background: url("../images/tooltip_before.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .tooltip-box:after {
    display: none;
  }
}
.tooltip-top:after {
  bottom: 55px;
}
.tooltip-bottom:after {
  top: 55px;
}
.tooltip-left:after {
  right: -12px;
  transform: rotate(180deg);
}
.tooltip-right:after {
  left: -12px;
}
@media screen and (max-width: 767px) {
  .tooltip-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
    display: none;
    top: 60px;
    height: calc(100svh - 60px);
  }
}

.js-tooltip-close {
  display: flex;
  width: 100%;
  justify-content: center;
}
.js-tooltip-close .in {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-right: 1.5em;
  padding-bottom: 0.2em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .js-tooltip-close .in {
    padding-right: 15px;
    font-size: 1.5rem;
  }
}
.js-tooltip-close .in:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2vw;
  height: 3.2vw;
  background: url("../images/icon_close.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .js-tooltip-close .in:after {
    width: 10px;
    height: 10px;
  }
}

/*========== u-utility.scss ==========*/
.u-center {
  text-align: center !important;
}
.u-uLine {
  background: linear-gradient(transparent 90%, #F4F62D 0%);
  display: inline;
  padding: 0 1px 0px;
}
.u-bold {
  font-weight: 700;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-mb05em {
  margin-bottom: 0.5em !important;
}