@charset "UTF-8";
/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  /*
    scroll-behavior: smooth;
    scroll-padding-top: calcVw(102px);
  */
}

body {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #3c3c3c;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #3c3c3c;
  text-decoration: underline;
  overflow: hidden;
  outline: none;
  transition: all 0.3s ease;
}
a:active {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

.center {
  text-align: center;
}

.notes-txt {
  font-size: 2.6666666667vw;
  margin: 0.5em 0 0 0;
}
.notes-txt li {
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.link-arrow {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 1em 0 0;
  position: relative;
}
.link-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667vw 0 0.6666666667vw 1.2vw;
  border-color: transparent transparent transparent #3c3c3c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.js-accordion > dd {
  display: none;
}

.tab-contents {
  display: none;
}

/* header
---------------------------------------------------- */
.header {
  width: 100%;
  height: 13.6vw;
  padding: 0 5.0666666667vw;
  border-bottom: 1px solid #9c9c9c;
  background: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__logo {
  width: 26.5333333333vw;
  line-height: 1;
}
.header__logo img {
  vertical-align: top;
}
.header .menubtn {
  position: absolute;
  top: 1.3333333333vw;
  right: 3.6vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
}
.header .menubtn .line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before, .header .menubtn .line::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 9.0666666667vw;
  height: 1.0666666667vw;
  background-color: #286bb4;
  border-radius: 0.5333333333vw;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .menubtn .line::before {
  top: -2.2666666667vw;
}
.header .menubtn .line::after {
  top: 2.2666666667vw;
}
.header .menubtn.active .line {
  background-color: transparent;
}
.header .menubtn.active .line::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}
.header .menubtn.active .line::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.menunav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  padding-top: 13.3333333333vw;
  background-color: rgba(255, 255, 255, 0.95);
}
.menunav ul li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.menunav ul li a {
  display: block;
  padding: 4vw;
  font-size: 4vw;
  text-decoration: none;
}

/* application
---------------------------------------------------- */
/* notes
---------------------------------------------------- */
.notes {
  background: #e6e6e6;
  padding: 4.6666666667vw 5.0666666667vw 10.6666666667vw;
  font-size: 2.9333333333vw;
}
.notes__dl01 dt:not(:nth-of-type(1)) {
  margin: 1.2em 0 0 0;
}
.notes__no {
  margin: 5.3333333333vw 0;
}
.notes__dl02 dt {
  background: #fff;
  line-height: 4.8vw;
}
.notes__dl02 dt:not(:nth-of-type(1)) {
  margin: 5.0666666667vw 0 0 0;
}
.notes__dl02 dd {
  padding: 1.3333333333vw 0 0 0;
}
.notes__dl02 ul {
  display: flex;
  justify-content: center;
  margin: 0.6666666667vw 0 0 0;
}
.notes__dl02 li {
  line-height: 1;
}
.notes__dl02 li:not(:first-child) {
  border-left: 1px solid #3c3c3c;
  padding: 0 0 0 1.3333333333vw;
  margin: 0 0 0 1.3333333333vw;
}
.notes__dl02Company {
  font-weight: bold;
}
.notes__copyright {
  margin: 7.3333333333vw 0 0 0;
  text-align: center;
}
.notes__bicycle {
  margin: 0 0 4vw 0;
}
.notes__bicycle li:not(:first-child) {
  margin: 1.5em 0 0 0;
}

/* cv-loppi
---------------------------------------------------- */
.cv-loppi {
  padding: 5.0666666667vw 0;
}
.cv-loppi.floating {
  padding: 2.6666666667vw 0;
}
.cv-loppi__txt01 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
}
.floating .cv-loppi__txt01 {
  font-size: 2.9333333333vw;
}
.cv-loppi__btn {
  width: 89.8666666667vw;
  margin: 2.6666666667vw auto 0 auto;
}
.floating .cv-loppi__btn {
  margin: 1.3333333333vw auto 0 auto;
}
.cv-loppi__btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 14.6666666667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #286bb4;
  border-radius: 100vh;
  box-shadow: 0px 1.0666666667vw 0px 0px rgb(29, 78, 130);
  position: relative;
}
.floating .cv-loppi__btn a {
  height: 10.6666666667vw;
}
.cv-loppi__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0 1.4666666667vw 2.5333333333vw;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 5.8666666667vw;
  top: 50%;
  transform: translateY(-50%);
}
.cv-loppi__btn a > span {
  display: block;
  width: 100%;
}
.cv-loppi__btn a > span:nth-child(1) {
  font-size: 5.0666666667vw;
}
.floating .cv-loppi__btn a > span:nth-child(1) {
  font-size: 4.5333333333vw;
}
.cv-loppi__btn a > span:nth-child(2) {
  font-size: 3.2vw;
}
.floating .cv-loppi__btn a > span:nth-child(2) {
  font-size: 2.1333333333vw;
}
.cv-loppi__link {
  margin: 3.3333333333vw 0 0 0;
}
.cv-loppi__link li:not(:first-child) {
  margin: 1.3333333333vw 0 0 0;
}
.cv-loppi__link a {
  font-size: 3.2vw;
}
.cv-loppi.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
}
.cv-loppi.floating ul {
  display: flex;
  justify-content: space-evenly;
}
.cv-loppi.floating ul li:not(:first-child) {
  margin: 0;
}

/* modal
---------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
  line-height: 1.35;
  font-feature-settings: "palt";
}
.modal .modaloverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
body.displayQR .modal .modaloverlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .inner {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.modal .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 10.6666666667vw 4.6666666667vw 5.3333333333vw;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translateY(-50%);
}
.modal .content h2 {
  margin-bottom: 2.6666666667vw;
  color: #286bb4;
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.modal .content h2.motorcycle {
  color: #57a745;
}
.modal .content h3 {
  margin-bottom: 2.6666666667vw;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 8vw;
  padding: 1.3333333333vw 4vw;
  color: #fff;
  font-size: 3.7333333333vw;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 6.6666666667vw;
}
.modal .content h4 {
  margin-bottom: 2.6666666667vw;
  font-size: 3.2vw;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 4vw;
}
.modal .content p {
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 3.3333333333vw;
}
.modal .content dl + dl {
  margin-top: 6vw;
}
.modal .content dl dt {
  margin-bottom: 2vw;
  color: #286bb4;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .disc {
  margin-top: 3.3333333333vw;
  font-size: 2.9333333333vw;
}
.modal .content .disc li {
  position: relative;
  padding-left: 1em;
}
.modal .content .disc li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 0.25em;
  height: 0.25em;
  background-color: #3c3c3c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.modal .content .notes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
  background: #fff;
  padding: 0;
}
.modal .content .notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.modal .content .notes li::before {
  content: "※";
}
.modal .content .numnotes {
  margin-top: 2.6666666667vw;
  font-size: 2.6666666667vw;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 6.6666666667vw;
  padding: 2.6666666667vw;
  border: solid 0.2666666667vw #e5e5e5;
  border-radius: 2.6666666667vw;
}
.modal .content .attention p {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 3.2vw;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 0.2666666667vw;
  margin: 4vw 0 5.3333333333vw;
  background-color: #e5e5e5;
}
.modal .content .modalqr-img {
  display: block;
  width: 80%;
  margin: auto;
}
.modal .close {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 3.7333333333vw;
  font-weight: 700;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 0.4vw;
  height: 1em;
  background-color: #3c3c3c;
}
.modal .close .modalclose::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close .modalclose::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* loppi
---------------------------------------------------- */
.loppi {
  padding: 4vw 5.0666666667vw 5.3333333333vw 5.0666666667vw;
  background: #dfe9f4;
}
.loppi__copy {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  margin: 2vw 0 0 0;
}
.loppi__tab {
  display: flex;
  justify-content: space-between;
  margin: 4vw 0 0 0;
}
.loppi__tab li {
  width: 43.6vw;
  height: 14.2666666667vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #cdcdcd;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.loppi__tab li.is-active {
  background: #fff;
  color: #286bb4;
}
.loppi__box {
  background: #fff url(../common/img/loppi-illust.png) no-repeat 50% 100%;
  background-size: 32.9333333333vw auto;
  padding: 6vw 5.3333333333vw 25.3333333333vw 5.3333333333vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
main.bicycle .loppi__box {
  background: #fff url(../../common/img/loppi-illust.png) no-repeat 50% 100%;
  background-size: 32.9333333333vw auto;
}
.loppi h2 + .loppi__box {
  margin: 5.3333333333vw 0 0 0;
}
.loppi__txt01 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.2;
  color: #f36500;
  margin: 0 0 3.3333333333vw 0;
}
.loppi__txt02 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.3;
}
.loppi__notes01 {
  font-size: 2.6666666667vw;
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 1.3333333333vw 0 0 0;
}
.loppi__notes02 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.3;
  color: #286bb4;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 1.3333333333vw 0 0 0;
}
.loppi__thumb {
  width: 55.3333333333vw;
  margin: 1.3333333333vw 0 0 0;
}
.loppi ol li {
  padding: 0 0 0 12vw;
  position: relative;
}
.loppi ol li:not(:first-child) {
  margin: 8.5333333333vw 0 0 0;
}
.loppi ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.6666666667vw;
}
.loppi ol li:nth-child(1)::after {
  width: 8vw;
  height: 7.0666666667vw;
  background: url(../common/img/loppi-no01.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(1)::after {
  background: url(../../common/img/loppi-no01.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(2)::after {
  width: 8.9333333333vw;
  height: 7.3333333333vw;
  background: url(../common/img/loppi-no02.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(2)::after {
  background: url(../../common/img/loppi-no02.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(3)::after {
  width: 8.9333333333vw;
  height: 7.4666666667vw;
  background: url(../common/img/loppi-no03.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(3)::after {
  background: url(../../common/img/loppi-no03.png) no-repeat;
  background-size: 100%;
}
.loppi ol li:nth-child(4)::after {
  width: 9.0666666667vw;
  height: 8.1333333333vw;
  background: url(../common/img/loppi-no04.png) no-repeat;
  background-size: 100%;
}
main.bicycle .loppi ol li:nth-child(4)::after {
  background: url(../../common/img/loppi-no04.png) no-repeat;
  background-size: 100%;
}

/* bicycle
---------------------------------------------------- */
.bicycle .product__ttl01 {
  background: #ffb700;
}
.bicycle__meritNo1 {
  margin-top: 3vw;
  position: relative;
}
.bicycle__meritNo1Link {
  width: 27.6vw;
  position: absolute;
  bottom: 2.8vw;
  right: 5.6vw;
}
.bicycle__meritAccident {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__priceTxt01 {
  font-size: 3.4666666667vw;
  font-weight: bold;
  margin: 1.3333333333vw 0 0 0;
}
.bicycle__tab {
  display: flex;
  justify-content: space-between;
  margin: 5.3333333333vw 0 0 0;
}
.bicycle__tab li {
  width: 38.2666666667vw;
  height: 14.1333333333vw;
  font-size: 4vw;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #cdcdcd;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bicycle__tab li.is-active {
  background: #feefe5;
  color: #f36500;
}
.bicycle__box {
  background: #feefe5;
  padding: 4vw 2.6666666667vw;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}
.bicycle__priceList {
  display: flex;
  justify-content: space-between;
}
.bicycle__priceList li {
  width: 24vw;
}
.bicycle__priceMyself {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__priceMyself h3 {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 2vw 0;
}
.bicycle__priceMyself h3:not(:nth-of-type(1)) {
  margin-top: 4vw;
}
.bicycle__mandatory h2 {
  font-size: 4vw;
  font-weight: bold;
  line-height: 1;
  color: #f36500;
}
.bicycle__mandatoryTxt01 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  margin: 2.4vw 0 3.2vw 0;
}
.bicycle__priceContent {
  margin: 4.6666666667vw 0 0 0;
}
.bicycle__priceContent h3 {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.3;
  color: #f36500;
  margin: 0 0 2vw 0;
}
.bicycle__priceContent .notes-txt {
  margin-top: 1.5em;
}
.bicycle__priceContent .notes-txt > li:not(:first-child) {
  margin: 0.5em 0 0 0;
}
.bicycle__flowPoint {
  margin: 5.6vw 0 0 0;
}
.bicycle__flowPoint li {
  padding: 2vw 3.3333333333vw 2vw 22.9333333333vw;
  border: 1px solid #f36500;
  border-radius: 2.6666666667vw;
  background: url(../../common/img/bicycle-img17.png) no-repeat 0 50%;
  background-size: 19.2vw auto;
}
.bicycle__flowPoint li:not(:first-child) {
  margin: 2.6666666667vw 0 0 0;
}
.bicycle__flowPoint p:not(.notes-txt) {
  font-size: 3.4666666667vw;
  font-weight: bold;
  line-height: 1.3;
}

.anchor-wrap {
  position: relative;
}

.anchor {
  position: absolute;
  top: -13.6vw;
  left: 0;
}

body {
  position: relative;
  padding-top: 13.6vw;
}

.bicycle .loppi__box {
  border-radius: 2.6666666667vw;
}

.loppi__tab li {
  line-height: 1.35;
}

.bicycle .loppi__tab + .loppi__box + .loppi__box,
.bicycle .loppi__tab + .loppi__box {
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
}

.bicycle__tabW {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 5.3333333333vw 0 0 0;
  border-bottom: 1px solid #707070;
}
.bicycle__tabW > li {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px 8px 4px;
  cursor: pointer;
  color: #707070;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  background: transparent;
  margin: 0 0 -1px;
}
.bicycle__tabW > li b {
  font-size: 15px;
}
.bicycle__tabW > li.is-active {
  border: 1px solid #707070;
  border-bottom: none;
  background: #fff;
  color: #3c3c3c;
}
.bicycle__priceList li {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-size: 10px;
}
.bicycle__meritWrap {
  margin-top: 20px;
  padding: 14px;
  background: rgba(243, 101, 0, 0.3);
  background: #FCD1B3;
  border-radius: 20px;
  position: relative;
}
.bicycle__meritWrap .onigiri {
  position: absolute;
  top: -20px;
  left: 40px;
}
.bicycle__meritNo1 {
  margin-top: 0;
}
.bicycle__merit ul.merits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 2.6666666667vw);
  gap: 24px;
  padding: 8px;
}

.sec-ttl {
  min-height: 8vw;
  padding: 1.3333333333vw 0;
  font-size: 4.5333333333vw;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  background: #ffb700;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4vw 0;
}

.sec {
  background: #f7e200;
  padding: 5.3333333333vw 5.0666666667vw;
}
.sec > .sec-box:not(:nth-of-type(1)) {
  margin: 5.3333333333vw 0 0 0;
}

.sec-box {
  background: #fff;
  padding: 4vw 5.3333333333vw;
  border-radius: 4vw;
}

/* fv
---------------------------------------------------- */
.fv {
  padding-bottom: 42vw;
  background: #f7e200 url(../img/fv-bg.png) no-repeat;
  background-size: 100% auto;
}
.fv h1 {
  margin: 0 0 2vw 0;
}
.fv__no1 {
  margin: -1.0666666667vw 0 0 0;
  position: relative;
}
.fv__no1Link {
  width: 38.4vw;
  position: absolute;
  bottom: 0;
  left: 13.7333333333vw;
  line-height: 1;
}
.fv + .notes-txt {
  padding: 1.3333333333vw 3.7333333333vw;
  background: #f7e200;
  margin: 0;
}

.fv-notes {
  background: #f7e200;
  padding: 1.6vw 0 1.0666666667vw 0;
}

/* nav
---------------------------------------------------- */
.nav {
  padding: 0 0 4vw 0;
}
.nav ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.nav li {
  flex: 1;
}
.nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.6666666667vw;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  padding: 0 0 2vw 0;
  position: relative;
}
.nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.4666666667vw 0.8666666667vw 0 0.8666666667vw;
  border-color: #f36500 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* qa
---------------------------------------------------- */
.qa {
  padding: 8vw 5.0666666667vw;
}
.qa dl {
  padding: 5.3333333333vw;
  background: #fefbe0;
  border-radius: 4vw;
  margin: 4vw 0 0 0;
}
.qa dt {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 8vw 0 6.6666666667vw;
  position: relative;
}
.qa dt span {
  position: relative;
}
.qa dt span::before {
  content: "Q";
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #f36500;
  position: absolute;
  left: -6.6666666667vw;
  top: -0.3em;
}
.qa dt::before, .qa dt::after {
  content: "";
  position: absolute;
  top: 3.2vw;
  right: 2vw;
  width: 4vw;
  height: 0.8vw;
  background-color: #f36500;
  transition: transform 0.5s ease-in-out;
}
.qa dt::before {
  transform: translate(50%, -50%);
}
.qa dt::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.qa dt.is-active::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.qa dt:not(:nth-of-type(1)) {
  margin: 6vw 0 0 0;
}
.qa dd {
  display: none;
  font-size: 3.2vw;
  line-height: 1.5;
  padding: 0 8vw 0 6.6666666667vw;
  margin: 4vw 0 0 0;
  position: relative;
}
.qa dd::before {
  content: "A";
  font-size: 5.3333333333vw;
  font-weight: bold;
  color: #286bb4;
  position: absolute;
  left: -6.6666666667vw;
  left: 0;
  top: -0.3em;
}
.qa dd a {
  word-wrap: break-word;
}
.qa .mt {
  margin: 0.5em 0 0 0;
}

/* application
---------------------------------------------------- */
/* info
---------------------------------------------------- */
#info section {
  margin: 2% auto 1%;
  width: 98vw;
}
#info .info_inner {
  padding: 7px 5px 2px 5px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 11px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 9px;
}
#info .info_inner + .info_inner {
  margin-top: 10px;
}/*# sourceMappingURL=bicycle.css.map */