@import url(variable.css?02);

:root {
  --color-main: #e93c0f;
  --color-main-light: #fcebe0;
  --color-main-thin: #fec8a0;
  --color-sub: #ff7a00;
  --color-sub-thin: #fef4dd;
}

.main-theme {
  border: 2px solid var(--color-main);
  border-radius: 8px;
  max-width: 600px;
  margin: 0 auto 10px;
}

.main-theme dt {
  background: var(--color-main);
  color: white;
  padding: 8px;
  font-size: 16px;
}

.main-theme dd {
  padding: 8px 8px 0;
}

.main-theme dd li {
  font-size: 16px;
}

.main-theme dd ul.list-check li::before {
  color: var(--color-main);
}

.main-solution {
  padding-top: 40px;
  position: relative;
  margin: 10px auto 40px;
  max-width: 600px;
}

.main-solution p {
  display: block;
  font-size: 16px !important;
  color: var(--color-sub);
  font-weight: bold;
  background: var(--color-sub-thin);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 0;
  line-height: 1.5;
}

.main-solution::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 30px solid transparent;
  border-top: 30px solid var(--color-sub);
}

.blog-card {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 16px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 16px;
  box-sizing: border-box;
  background: white;
}

.blog-card-inner {
  display: flex;
}

.blog-card img.blog-thumb {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.blog-card .blog-description {
  margin-left: 10px;
  font-size: 14px;
}

.comment-card {
  border-radius: 8px;
  padding: 16px;
  background: var(--color-thin-grey);
  max-width: 600px;
  margin: auto;
}

.comment-card .blog-card img.blog-thumb {
  width: 70px;
  height: 70px;
}

.comment-card .blog-card .blog-description p {
  font-size: 13px;
}


.title-box-h2 {
  position: relative;
  background: var(--color-main-light);
  padding: 16px 8px 16px 44px;
  color: var(--color-main);
}

.title-box-h2:before {
  content: "\e92b";
  font-family: "icomoon";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  height: 18px;
  width: 18px;
  display: block;
  text-align: center;
  color: var(--color-main-light);
  border-radius: 4px;
  line-height: 18px;
  font-size: 16px;
}

.title-box-h3 {
  background: var(--color-main-thin);
  padding: 8px;

}

.title-line-h2 {
  border-bottom: 4px solid var(--color-main);
  padding-bottom: 16px;
}

.title-line-h3 {
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 8px;
}

.column-box {
  border-radius: 8px;
  background: var(--color-main-thin);
  padding: 16px;
}

.column-box .title-column-h2 {
  color: white;
  background: var(--color-main);
  padding: 8px;
  border-radius: 6px;
  margin-top: 0 !important;
}

.column-box .title-column-h3 {
  color: var(--color-main);
  background: var(--color-main-light);
  padding: 6px 8px;
  border-radius: 6px;
}

.column-box .btn-large {
  margin: 16px auto;
  background: white;
}

.column-box *:last-child {
  margin-bottom: 0;
}

.column-box .staff-comment {
  width: 620px;
}

section+section h2 {
  margin-top: 40px !important;
}

.img-middle {
  width: 60%;
  margin: 0 auto;
}

.img-small {
  width: 33%;
  margin: 0 auto;
}

.wrap-contents img.img-small-sp {
  width: 33%;
  margin: 0 auto;
}

.border-box.index {
  margin: 20px auto 0;
}

.border-box.index li {
  padding: 6px 0;
}

.border-box.index li li {
  padding: 2px 0;
}

.wrap-brand-box.ebike {
  margin-bottom: 30px;
}

.comment-card+.comment-card {
  margin-top: 20px !important;
}

figcaption li {
  font-size: 0.95em !important;
}

.thermo {
  font-size: 12px;
}

th {
  white-space: nowrap;
}

.pointlist {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.p-img {
  text-align: center;
}

.p-img img {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}

/****** ページトップへ ******/
.pagetop {
  position: fixed;
  bottom: 30px;
  height: 80px;
  width: 80px;
  right: 10px;
  display: block;
  border-radius: 50%;
  background: var(--color-ys-blue-light);
  color: white;
  line-height: 80px;
  text-align: center;
  z-index: 1;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}

.pagetop p:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 12px solid #ffffff;
  border-top: 0;
}


/****** 引用符 ******/

.q01 {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  font-style: italic;
  color: #333;
  background: rgb(243, 243, 243);
  box-shadow: 2px 4px 2px #eee;
  margin: 20px 0;
}

.q01:before {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #e6e6e6;
  font-size: 50px;
  line-height: 1;
  font-weight: 900;
}

.q01 p {
  position: relative;
  padding: 5px 0 0 25px;
  /*文字の左余白指定*/
  margin: 10px 0;
  z-index: 100;
  line-height: 1.7;
}

.q01 cite {
  position: relative;
  z-index: 100;
  display: block;
  text-align: right;
  color: #555;
  font-size: 0.9em;
}





@media screen and (min-width:480px) {

  .contents-header-discription p,
  .contents-footer-discription p {
    margin-bottom: 1em;
  }

  .contents-header-discription li,
  .contents-footer-discription li {
    font-size: 16px;
    margin-bottom: .5em;
  }

  .contents-header-discription ul,
  .contents-footer-discription ul {
    margin-bottom: 1em;
  }

  .event-header-discription {
    font-size: 16px;
    line-height: 1.4;
  }

  .event-title {
    font-size: 18px;
    line-height: 2;
  }

  .wrap-brand-box.ebike {
    margin: -10px 0 60px;
  }

  .mgn-ms {
    margin-top: -30px !important;
  }

  .pointlist {
    flex-direction: row;
    width: 95%;
    margin-bottom: 30px;
  }

  .p-img {
    flex: 0 0 170px;
    margin-right: 20px;
  }

  .p-img img {
    width: 170px;
    height: auto;
  }

  .thermo {
    font-size: 15px;
  }

  .pointlist {
    flex-direction: row;
    width: 95%;
    margin-bottom: 30px;
  }

  .p-img {
    flex: 0 0 150px;
    text-align: right;
    margin-right: 30px;
  }

  .p-img img {
    width: 150px;
    height: auto;
  }

  /****** ページトップへ ******/
  .pagetop {
    bottom: 60px;
  }
}

@media screen and (max-width:480px) {
  .wrap-contents img.img-small-sp02 {
    width: 50% !important;
  }
}