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

html {
  /*
    scroll-behavior: smooth;
  */
}

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: 18px;
  line-height: 1.5;
  color: #3c3c3c;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  min-width: 1100px;
}
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:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

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

.center {
  text-align: center;
}

.wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.notes-txt {
  font-size: 15px;
  line-height: 1.3;
  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: 4px 0 4px 7px;
  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 {
  height: 77px;
  padding: 0 28px;
  border-bottom: 2px solid #9c9c9c;
  display: flex;
  align-items: center;
}
.header__logo {
  line-height: 1;
}
.header__logo img {
  width: 149px;
}

/* application
---------------------------------------------------- */
/* notes
---------------------------------------------------- */
.notes {
  background: #e6e6e6;
  padding: 65px 0;
  font-size: 16px;
}
.notes__inner {
  width: 980px;
  margin: 0 auto;
}
.notes__dl01 dt:not(:nth-of-type(1)) {
  margin: 1.2em 0 0 0;
}
.notes__no {
  margin: 25px 0;
}
.notes__dl02 dt {
  background: #fff;
  line-height: 27px;
}
.notes__dl02 dt:not(:nth-of-type(1)) {
  margin: 30px 0 0 0;
}
.notes__dl02 dd {
  padding: 10px 0 0 0;
}
.notes__dl02 ul {
  display: flex;
  justify-content: center;
  margin: 5px 0 0 0;
}
.notes__dl02 li {
  line-height: 1;
}
.notes__dl02 li:not(:first-child) {
  border-left: 1px solid #3c3c3c;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
.notes__dl02Company {
  font-weight: bold;
}
.notes__copyright {
  margin: 55px 0 0 0;
}
.notes__bicycle {
  margin: 0 0 30px 0;
}
.notes__bicycle li:not(:first-child) {
  margin: 1.5em 0 0 0;
}

/* cv-loppi
---------------------------------------------------- */
.cv-loppi {
  padding: 40px 0 33px 0;
}
.cv-loppi.floating {
  padding: 20px 0 10px 0;
}
.cv-loppi__txt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.floating .cv-loppi__txt01 {
  font-size: 16px;
}
.cv-loppi__btn {
  width: 500px;
  margin: 17px auto 0 auto;
}
.floating .cv-loppi__btn {
  margin: 10px auto 0 auto;
}
.cv-loppi__btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 82px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  background: #286bb4;
  border-radius: 100vh;
  box-shadow: 0px 6px 0px 0px rgb(29, 78, 130);
  position: relative;
}
.floating .cv-loppi__btn a {
  height: 60px;
}
.cv-loppi__btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 14px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
}
.cv-loppi__btn a > span {
  display: block;
  width: 100%;
}
.cv-loppi__btn a > span:nth-child(1) {
  font-size: 28px;
}
.floating .cv-loppi__btn a > span:nth-child(1) {
  font-size: 24px;
}
.cv-loppi__btn a > span:nth-child(2) {
  font-size: 18px;
}
.floating .cv-loppi__btn a > span:nth-child(2) {
  font-size: 14px;
}
.cv-loppi__link {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
}
.floating .cv-loppi__link {
  margin: 10px 0 0 0;
}
.cv-loppi__link li {
  margin: 0 10px;
}
.cv-loppi__link a {
  font-size: 18px;
}
.floating .cv-loppi__link a {
  font-size: 14px;
}
.cv-loppi.floating {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.96);
}

/* modal
---------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 50px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  line-height: 1.35;
}
.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: 50%;
  width: 800px;
  max-height: 100%;
  padding: 60px 50px 40px;
  overflow: auto;
  background-color: #fff;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
.modal .content::-webkit-scrollbar {
  width: 6px;
}
.modal .content::-webkit-scrollbar-track {
  background-color: #e5e5e5;
}
.modal .content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.modal .content h2 {
  margin-bottom: 10px;
  color: #286bb4;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.modal .content h2.motorcycle {
  color: #57a745;
}
.modal .content h3 {
  margin-bottom: 15px;
  text-align: center;
}
.modal .content h3 strong {
  display: inline-block;
  min-height: 48px;
  padding: 10px 40px;
  color: #fff;
  font-size: 1.36rem;
  font-weight: 700;
  text-align: center;
  background-color: #286bb4;
  border-radius: 24px;
}
.modal .content h4 {
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 700;
}
.modal .content h4.center {
  text-align: center;
}
.modal .content h4 strong {
  font-size: 1.45rem;
}
.modal .content p {
  font-size: 1.1rem;
  line-height: 1.5;
}
.modal .content p + p {
  margin-top: 20px;
}
.modal .content dl + dl {
  margin-top: 40px;
}
.modal .content dl dt {
  margin-bottom: 15px;
  color: #286bb4;
  font-size: 1.5rem;
  font-weight: 700;
}
.modal .content dl dd p {
  font-size: 1.1rem;
  line-height: 1.5;
}
.modal .content dl dd p + p {
  margin-top: 25px;
}
.modal .content .disc {
  margin-top: 20px;
  font-size: 1.1rem;
}
.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: 15px;
  font-size: 1rem;
  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: 15px;
  font-size: 1rem;
}
.modal .content .numnotes li {
  padding-left: 1.875em;
  text-indent: -1.875em;
}
.modal .content .attention {
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #e5e5e5;
  border-radius: 15px;
}
.modal .content .attention p {
  margin-bottom: 10px;
  font-size: 1.36rem;
  font-weight: 700;
}
.modal .content .attention .disc {
  margin-top: 0;
  font-size: 1.1rem;
}
.modal .content hr {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  background-color: #e5e5e5;
}
main.top .modal .content figure {
  text-align: center;
}
main.top .modal .content figure img {
  width: 450px;
}
.modal .close {
  margin-top: 40px;
  text-align: center;
}
.modal .close .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.modal .close .modalclose::before, .modal .close .modalclose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  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);
}
.modal .modalback {
  margin-top: 40px;
  text-align: center;
}
.modal .modalback .modalclose {
  position: relative;
  display: inline-block;
  padding-left: 1.25em;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.modal .modalback .modalclose::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0px;
  border-color: transparent #000 transparent transparent;
  transform: translateY(-50%);
}

/* loppi
---------------------------------------------------- */
.loppi {
  padding: 30px 0 80px 0;
  background: #dfe9f4;
}
.loppi__copy {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin: 10px 0 0 0;
}
.loppi__tab {
  display: flex;
  justify-content: space-between;
  margin: 28px 0 0 0;
}
.loppi__tab li {
  width: 534px;
  height: 80px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #cdcdcd;
  border-radius: 15px 15px 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 right 215px bottom 18px;
  padding: 30px 80px 68px 80px;
  border-radius: 0 0 15px 15px;
}
main.bicycle .loppi__box {
  background: #fff url(../../common/img/loppi-illust.png) no-repeat right 215px bottom 18px;
}
.loppi h2 + .loppi__box {
  margin-top: 30px;
}
.loppi__txt01 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2;
  color: #f36500;
  margin: 0 0 25px 0;
}
.loppi__txt02 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}
.loppi__notes01 {
  font-size: 15px;
  line-height: 1.3;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 10px 0 0 0;
}
.loppi__notes02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #286bb4;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 15px 0 0 0;
}
.loppi__thumb {
  margin: 10px 0 0 0;
}
.loppi ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.loppi ol li {
  width: 445px;
  padding: 0 0 0 65px;
  position: relative;
}
.loppi ol li:not(:first-child) {
  margin: 40px 0 0 0;
}
.loppi ol li:nth-child(4) {
  margin: 80px 0 0 0;
}
.loppi ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
}
.loppi ol li:nth-child(1)::after {
  width: 45px;
  height: 40px;
  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: 50px;
  height: 42px;
  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: 50px;
  height: 43px;
  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: 50px;
  height: 47px;
  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__meritWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 30px;
}
.bicycle__meritNo1 {
  position: relative;
}
.bicycle__meritNo1Link {
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  position: absolute;
  bottom: 21px;
  right: 36px;
}
.bicycle__meritNo1Link a {
  color: #fff;
}
.bicycle__priceTxt01 {
  font-size: 19px;
  font-weight: bold;
  margin: 13px 0 0 0;
}
.bicycle__pricePlan {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.bicycle__pricePlan > li {
  width: 463px;
  background: #feefe5;
  border-radius: 15px;
  padding: 30px 24px;
}
.bicycle__pricePlan h4 {
  font-size: 22px;
  font-weight: bold;
  color: #f36500;
  line-height: 1;
}
.bicycle__priceList {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0 0;
}
.bicycle__priceList li {
  width: 135px;
}
.bicycle__priceMyself {
  margin: 20px 0 0 0;
}
.bicycle__priceMyself h5 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
}
.bicycle__priceMyself h5:not(:nth-of-type(1)) {
  margin-top: 22px;
}
.bicycle__mandatory h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #f36500;
}
.bicycle__mandatoryTxt01 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 15px 0 12px 0;
}
.bicycle__priceContent {
  margin: 22px 0 0 0;
}
.bicycle__priceContent h3 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #f36500;
  margin: 0 0 25px 0;
}
.bicycle__priceContent .notes-txt > li:not(:first-child) {
  margin: 0.5em 0 0 0;
}
.bicycle__flowPoint {
  width: 907px;
  margin: 30px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.bicycle__flowPoint li {
  width: 446px;
  padding: 15px 10px 12px 130px;
  border: 2px solid #f36500;
  border-radius: 15px;
  background: url(../../common/img/bicycle-img17.png) no-repeat 0 50%;
}
.bicycle__flowPoint p:not(.notes-txt) {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.3;
}

body,
body p, a, li {
  font-weight: 500;
}

.notes-txt li p,
.notes-txt li {
  text-indent: -1em;
}

/* for レスポンシブ
---------------------------------------------------- */
.menunav {
  display: none;
}

span.PCOnly {
  display: inline-block;
}

.pageType_LP .fv {
  background: #f7e200 url(../img_pc/fv-bg.png) no-repeat 50% 0;
  text-align: center;
}
.pageType_LP .bicycle__flowPoint li {
  background: url(../../common/img_pc/bicycle-img17.png) no-repeat 0 50%;
}

.anchor-wrap {
  position: relative;
}
.anchor-wrap .anchor {
  position: absolute;
  top: 0px;
}
.anchor-wrap dt .anchor {
  top: -10px;
}

.sec-box,
.loppi__box,
.qa {
  max-width: 1100px;
  margin: 0 auto;
}

main.bicycle .loppi__box {
  background-size: 185px auto;
}

picture.full img {
  width: 100%;
  height: auto;
}

/* オリジナル
---------------------------------------------------- */
.bicycle .loppi__box {
  border-radius: 15px;
}
.bicycle .loppi__tab + .loppi__box + .loppi__box,
.bicycle .loppi__tab + .loppi__box {
  border-radius: 0 0 15px 15px;
  padding-top: 50px;
}
.bicycle__tabW {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: calcVw(40px) 0 0 0;
  border-bottom: 1px solid #707070;
}
.bicycle__tabW > li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 12px 32px 6px;
  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:hover {
  text-decoration: underline;
}
.bicycle__tabW > li b {
  font-size: 32px;
}
.bicycle__tabW > li.is-active {
  border: 1px solid #707070;
  border-bottom: none;
  background: #fff;
  color: #3c3c3c;
  cursor: default;
}
.bicycle__tabW > li.is-active:hover {
  text-decoration: none;
}
.bicycle__priceList li {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  font-size: 10px;
}
.bicycle__pricePlan {
  width: 100%;
}
.bicycle__priceContent {
  margin-top: 60px;
}
.bicycle__meritWrap {
  margin-top: 40px;
  padding: 24px;
  background: rgba(243, 101, 0, 0.3);
  background: #FCD1B3;
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.bicycle__meritWrap .onigiri {
  position: absolute;
  top: -20px;
  top: -30px;
  right: -25%;
}
.bicycle__meritWrap .onigiri svg {
  width: 50px;
  height: auto;
}
.bicycle__meritWrap > * {
  width: 50%;
}
.bicycle__meritWrap > * .full img,
.bicycle__meritWrap > * img {
  width: auto;
  height: 275px;
}
.bicycle__meritNo1 {
  margin-top: 0;
}
.bicycle__meritAccident {
  text-align: right;
}
.bicycle__merit ul.merits {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  margin: 0 auto;
}
.bicycle__merit ul.merits li {
  position: relative;
  flex-basis: 260px;
  flex-basis: 50%;
  text-align: center;
  flex-basis: 33%;
}
.bicycle__merit ul.merits li img {
  height: 125px;
  width: auto;
  height: auto;
}

.tabDual {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.sec-ttl {
  max-width: 800;
  height: 45px;
  font-size: 27px;
  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 auto 25px auto;
}

.sec {
  background: #f7e200;
  padding: 60px 0;
}
.sec > .sec-box:not(:nth-of-type(1)) {
  margin-top: 30px;
}

.sec-box {
  background: #fff;
  padding: 30px 80px;
  border-radius: 22px;
}

/* fv
---------------------------------------------------- */
.fv {
  min-height: 594px;
  padding: 15px 0 0 0;
  background: #f7e200 url(../img/fv-bg.png) no-repeat 50% 0;
}
.fv h1 {
  margin: 0 0 62px 0;
}
.fv__no1 {
  margin: 46px 0 0 0;
  position: relative;
}
.fv__no1Link {
  width: 940px;
  font-size: 11px;
  line-height: 1;
  text-align: left;
  padding: 0 0 0 310px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}
.fv + .notes-txt {
  font-size: 13px;
  line-height: 1.2;
  padding: 0 0 10px 0;
  background: #f7e200;
  margin: 0;
  width: 100%;
}
.fv + .notes-txt li {
  width: 1040px;
  margin: 0 auto;
}

/* nav
---------------------------------------------------- */
.nav {
  padding: 0 0 28px 0;
}
.nav ul {
  width: 940px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  padding: 0 0 18px 0;
  position: relative;
}
.nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #f36500 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* qa
---------------------------------------------------- */
.qa {
  padding: 60px 0;
}
.qa dl {
  padding: 40px 60px;
  background: #fefbe0;
  border-radius: 30px;
  margin: 30px 0 0 0;
}
.qa dt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px 40px;
  cursor: pointer;
  position: relative;
}
.qa dt span {
  position: relative;
}
.qa dt span::before {
  content: "Q";
  font-size: 30px;
  font-weight: bold;
  color: #f36500;
  position: absolute;
  left: -40px;
  top: -0.3em;
}
.qa dt::before, .qa dt::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 22px;
  height: 4px;
  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: 40px 0 0 0;
}
.qa dd {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  padding: 5px 40px;
  margin: 0px 0 0 0;
  position: relative;
}
.qa dd::before {
  content: "A";
  font-size: 30px;
  font-weight: bold;
  color: #286bb4;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.qa .mt {
  margin: 0.5em 0 0 0;
}

/* application
---------------------------------------------------- */
/* info
---------------------------------------------------- */
#info section {
  margin: 20px auto 10px;
  width: 1000px;
}
#info .info_inner {
  padding: 20px 20px 15px 20px;
  border: 2px solid #f00;
  border-radius: 10px;
  text-align: center;
}
#info .info_inner p {
  font-size: 24px;
  color: #f00;
  letter-spacing: 0.5px;
  line-height: 1.35;
  margin: 0 0 5px 0;
}
#info .info_inner p .small {
  font-size: 18px;
}
#info .info_inner p.pcSmaller {
  font-size: 20px;
}
#info .info_inner + .info_inner {
  margin-top: 20px;
}/*# sourceMappingURL=bicycle.css.map */