#main {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.nav-links {
  display: none;
}

.u-hide--pc {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
}
.p-header {
  position: relative;
  background: #209344;
}
.p-header__title {
  position: absolute;
  width: 220px;
  height: 165px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-header__title img {
  width: 100%;
  height: auto;
}
.p-header__visual {
  width: 1500px;
  margin: 0 auto;
}
.p-header__visual--top {
  width: 1080px;
}
.p-header__visual img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-header__title {
    width: 180px;
    height: 135px;
  }
  .p-header__visual {
    width: 100%;
    margin: 0 auto;
  }
  .p-header__visual--top {
    width: 100%;
  }
  .p-header__visual img {
    width: 100%;
    height: auto;
  }
}
.p-section {
  padding: 0 0 80px 0;
}
.p-section__inner {
  width: 1000px;
  margin: 0 auto;
}
.p-section__inner--padding {
  padding-top: 60px;
}
.p-section__inner--overview {
  padding-top: 80px;
}
.p-section--overview {
  background: url(/enjoyrun/img/background_stadium.jpg) no-repeat center center;
  background-size: cover;
}
.p-section--about, .p-section--summary {
  background: #dfffe9 url(/enjoyrun/img/background_logo.png) no-repeat center center;
}
.p-section--qa {
  background: #fafff3;
}
.p-section__heading {
  background: #209344;
  color: #FFFFFF;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  text-align: center;
  font-size: 24px;
  padding: 30px 0;
  margin-top: -1px;
}
.p-section__heading--base {
  background: #00abeb;
  font-size: 36px;
}
.p-section__heading--relay {
  background: #ebab00;
  font-size: 36px;
}
.p-section__heading--casual {
  background: #89b000;
  font-size: 36px;
}
.p-section__heading--family {
  background: #ed7275;
  font-size: 36px;
}
.p-section__heading--period {
  background: #cf921f;
}

@media screen and (max-width: 767px) {
  .p-section {
    padding: 0 0 40px 0;
  }
  .p-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .p-section__inner--padding {
    padding-top: 30px;
  }
  .p-section__inner--overview {
    padding-top: 40px;
  }
  .p-section__heading {
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.4;
  }
  .p-section__heading--base {
    font-size: 22px;
  }
  .p-section__heading--relay {
    font-size: 22px;
  }
  .p-section__heading--casual {
    font-size: 22px;
  }
  .p-section__heading--family {
    font-size: 22px;
  }
}
.p-text-lead {
  color: #209344;
  font-weight: 800;
  font-size: 34px;
  text-align: center;
  line-height: 1.5;
  margin: 60px 0;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.p-text-lead.no-margin {
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .p-text-lead {
    font-size: 20px;
    line-height: 1.4;
    margin: 30px 0;
  }
  .p-text-lead.no-margin {
    margin: 0 0 20px 0;
  }
}
.p-button-block {
  display: block;
  background: #523600;
  padding: 25px 20px;
  color: #FFFFFF !important;
  border-radius: 12px;
  border: 6px solid #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  text-decoration: none !important;
  position: relative;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-button-block::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
}
.p-button-block:hover {
  background: #753700;
}
.p-button-block--event {
  background: #FFFFFF;
  color: #209344 !important;
  border: 6px solid #209344;
  padding: 20px;
  margin: 10px 0 30px 0;
}
.p-button-block--event:hover {
  background: #FFFFFF;
}
.p-button-block--event dl dt {
  font-size: 26px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-bottom: 8px;
}
.p-button-block--event::after {
  border-top: 3px solid #209344;
  border-right: 3px solid #209344;
}
.p-button-block--ticket {
  background: #209344;
  border: none;
  font-size: 26px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  padding: 30px 10px;
}
.p-button-block--ticket:hover {
  background: #03ad34;
}
.p-button-block--ticket::after {
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: transparent url(/img/common/link_white.png) no-repeat center right;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.p-button-block--ticket.p-button-block--base {
  background: #00abeb;
  border: none;
}
.p-button-block--ticket.p-button-block--relay {
  background: #ebab00;
  border: none;
}
.p-button-block--ticket.p-button-block--casual {
  background: #89b000;
  border: none;
}
.p-button-block--ticket.p-button-block--family {
  background: #ed7275;
  border: none;
}
.p-button-block--follow {
  display: block;
  position: sticky;
  right: 0;
  bottom: 70px;
  background: #209344;
  text-align: center;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  width: 200px;
  margin: 0 0 0 auto;
  border-radius: 12px 0 0 12px;
  padding: 10px 20px 10px 10px;
  border: none;
}
.p-button-block--follow:hover {
  background: #00abeb;
}
.p-button-block--follow::after {
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: transparent url(/img/common/link_white.png) no-repeat center right;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .p-button-block {
    padding: 15px;
    border-radius: 10px;
    border: 4px solid #FFFFFF;
    font-size: 16px;
  }
  .p-button-block::after {
    width: 10px;
    height: 10px;
    right: 15px;
  }
  .p-button-block--event {
    border: 4px solid #209344;
    padding: 15px;
    margin: 10px 0 15px 0;
  }
  .p-button-block--event dl dt {
    font-size: 20px;
  }
  .p-button-block--ticket {
    font-size: 18px;
    padding: 20px 20px 20px 10px;
  }
  .p-button-block--ticket::after {
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  .p-button-block--follow {
    font-size: 16px;
    width: 160px;
    margin: 0 0 0 auto;
    border-radius: 12px 0 0 12px;
    padding: 10px 20px 10px 10px;
    border: none;
  }
  .p-button-block--follow:hover {
    background: #00abeb;
  }
  .p-button-block--follow::after {
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    right: 10px;
  }
}
.p-plan-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-plan-list__item {
  width: 492px;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  border: 6px solid #FFFFFF;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.p-plan-list__item--base {
  background: #00abeb;
}
.p-plan-list__item--casual {
  background: #89b000;
}
.p-plan-list__item--relay {
  background: #ebab00;
}
.p-plan-list__item--family {
  background: #ed7275;
}
.p-plan-list__item a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.p-plan-list__item a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  left: auto;
}
.p-plan-list__title {
  font-size: 30px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-bottom: 5px;
  width: 100%;
}
.p-plan-list__title.self {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.p-plan-list__name {
  font-size: 22px;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-plan-list__plan {
  margin-top: 10px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.p-plan-list__plan.top-base {
  margin-top: -15px;
}
.p-plan-list__plan.top-casual {
  margin-top: -5px;
}
.p-plan-list__plan dt {
  background: #FFFFFF;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  display: inline-block;
  margin-bottom: 8px;
}
.p-plan-list__plan dt.base {
  color: #00abeb;
}
.p-plan-list__plan dt.casual {
  color: #89b000;
}
.p-plan-list__plan dd {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.5;
}

.p-button-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0 auto;
}
.p-button-list li {
  width: 320px;
  height: 100px;
}
.p-button-list li a {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .p-plan-list__item {
    width: 49%;
    height: 42vw;
    border-radius: 10px;
    border: 4px solid #FFFFFF;
    margin-bottom: 10px;
  }
  .p-plan-list__item a::after {
    display: none;
  }
  .p-plan-list__title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-plan-list__title.s {
    font-size: 17px;
  }
  .p-plan-list__title.s.self {
    -ms-flex-item-align: inherit;
        -ms-grid-row-align: inherit;
        align-self: inherit;
  }
  .p-plan-list__name {
    font-size: 14px;
  }
  .p-plan-list__plan.top-base, .p-plan-list__plan.top-casual {
    margin-top: -10px;
  }
  .p-plan-list__plan dt {
    font-size: 13px;
    margin: 0 10px;
    border-radius: 30px;
    padding: 5px 15px;
  }
  .p-plan-list__plan dd {
    font-size: 14px;
    margin: 0 10px;
  }
  .p-plan-list--short .p-plan-list__item {
    height: 20vw;
  }
  .p-button-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .p-button-list li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .p-button-list li a {
    padding: 15px;
  }
}
.p-section--about__text {
  text-align: center;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.8;
  font-size: 18px;
}
.p-section--about .p-button-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-section--about .p-button-list li {
  margin: 0 10px;
}

.p-photo-list {
  margin: 60px auto 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-photo-list li {
  width: 360px;
  margin: 0 10px;
}
.p-photo-list li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-section--about__text {
    font-size: 14px;
    margin: 0 4%;
    line-height: 1.6;
  }
  .p-section--about .p-button-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-section--about .p-button-list li {
    margin: 0 10px 10px 10px;
  }
  .p-photo-list {
    margin: 30px auto 10px auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-photo-list li {
    width: 100%;
    margin: 5px 10px;
  }
  .p-photo-list li img {
    width: 100%;
    height: auto;
  }
}
.p-sponsor {
  text-align: center;
  padding: 20px 0 0;
}
.p-sponsor__heading {
  font-size: 20px;
  margin: 40px 0 15px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.p-sponsor__images {
  height: 52px;
  width: auto;
}
.p-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-sponsor__list li {
  width: 160px;
  margin: 0 10px;
}
.p-sponsor__list li img {
  width: 100%;
  height: auto;
}
.p-sponsor__text {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
.p-sponsor__copy {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .p-sponsor {
    text-align: center;
    padding: 20px 0;
  }
  .p-sponsor__heading {
    font-size: 16px;
    margin: 30px 0 10px;
  }
  .p-sponsor__images {
    height: 36px;
    width: auto;
  }
  .p-sponsor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-sponsor__list li {
    width: 120px;
    margin: 0 10px;
  }
  .p-sponsor__text {
    font-size: 14px;
  }
  .p-sponsor__copy {
    font-size: 10px;
    margin-top: 5px;
  }
}
.p-summary-list {
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #209344;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-summary-list > dt, .p-summary-list > dd {
  display: table-cell;
  font-weight: 500;
  padding: 10px 15px;
}
.p-summary-list > dt {
  width: 200px;
}
.p-summary-list > dt span {
  display: inline-block;
  background: #209344;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 0;
  width: 200px;
}
.p-summary-list__list + .p-summary-list__list {
  margin-top: 10px;
}
.p-summary-list__list dt {
  margin-bottom: 5px;
  margin-left: 1em;
  text-indent: -1em;
}
.p-summary-list__list dd {
  line-height: 1.5;
  margin-bottom: 5px;
  margin-left: 1em;
}
.p-summary-list__list dd.indent {
  margin-left: 2em;
  text-indent: -1em;
}
.p-summary-list__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-summary-list__photo li {
  width: 220px;
  text-align: center;
  margin: 15px 5px 0 5px;
}
.p-summary-list__photo li img {
  width: 100%;
  height: auto;
}
.p-summary-list__photo li span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-summary-list {
    display: block;
    padding: 0 0 10px 0;
    border-bottom: none;
  }
  .p-summary-list > dt, .p-summary-list > dd {
    display: block;
    padding: 10px 0;
    font-size: 14px;
  }
  .p-summary-list > dt {
    width: 100%;
  }
  .p-summary-list > dt span {
    display: block;
    padding: 10px 0;
    width: 100%;
  }
  .p-summary-list__list + .p-summary-list__list {
    margin-top: 10px;
  }
  .p-summary-list__list dt, .p-summary-list__list dd {
    font-size: 13px;
  }
  .p-summary-list__photo li {
    width: 48%;
    text-align: center;
    margin: 15px 1% 0 1%;
  }
  .p-summary-list__photo li.wide {
    width: 100%;
    max-width: 300px;
    margin: 15px auto 0 auto;
  }
  .p-summary-list__photo li span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
}
.p-section--category .p-button-block--ticket {
  margin-top: 60px;
}
.p-section--category#a-base {
  background: #e0f7ff;
}
.p-section--category#a-relay {
  background: #fff8e3;
}
.p-section--category#a-casual {
  background: #f9ffe3;
}
.p-section--category#a-family {
  background: #ffeded;
}
.p-section--category__text {
  font-weight: 500;
  line-height: 1.6;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-section--category__text small {
  display: inline-block;
  line-height: 1.4;
}
.p-section--category__caption {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.p-section--category__heading {
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 24px;
  margin: 30px 0 15px;
}
.p-section--category__heading--base:first-letter {
  color: #00abeb;
}
.p-section--category__heading--relay:first-letter {
  color: #ebab00;
}
.p-section--category__heading--casual:first-letter {
  color: #89b000;
}
.p-section--category__heading--family:first-letter {
  color: #ed7275;
}
.p-section--category__option {
  background: #FFFFFF;
  font-size: 28px;
  padding: 15px 0;
  text-align: center;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin: 60px 0 30px 0;
}
.p-section--category__option span.option {
  display: inline-block;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 30px;
  margin-right: 10px;
}
.p-section--category__option span {
  display: inline-block;
}
.p-section--category__option--base {
  color: #00abeb;
  border-top: 3px solid #00abeb;
  border-bottom: 3px solid #00abeb;
}
.p-section--category__option--base span.option {
  background: #00abeb;
}
.p-section--category__option--casual {
  color: #89b000;
  border-top: 3px solid #89b000;
  border-bottom: 3px solid #89b000;
}
.p-section--category__option--casual span.option {
  background: #89b000;
}
.p-section--category__table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
.p-section--category__table tbody th {
  color: #FFFFFF;
  font-weight: 600;
}
.p-section--category__table tbody td {
  font-weight: 500;
  background: #FFFFFF;
}
.p-section--category__table tbody th, .p-section--category__table tbody td {
  border: 1px solid #cccccc;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  vertical-align: middle;
}
.p-section--category__table--base tbody th {
  background: #00abeb;
}
.p-section--category__table--relay tbody th {
  background: #ebab00;
}
.p-section--category__table--casual tbody th {
  background: #89b000;
}
.p-section--category__table--family tbody th {
  background: #ed7275;
}
.p-section--category__map {
  margin: 30px auto;
  max-width: 750px;
}
.p-section--category__map img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-section--category .p-button-block--ticket {
    margin-top: 30px;
  }
  .p-section--category__text {
    font-size: 14px;
  }
  .p-section--category__caption {
    font-size: 12px;
  }
  .p-section--category__heading {
    font-size: 20px;
    margin: 30px 0 10px;
  }
  .p-section--category__option {
    font-size: 18px;
    padding: 10px 0;
    margin: 40px 0 20px 0;
  }
  .p-section--category__option span.option {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto 5px auto;
  }
  .p-section--category__table {
    width: 100%;
  }
  .p-section--category__table.u-hide--pc {
    display: table;
    margin-bottom: 10px;
  }
  .p-section--category__table tbody th, .p-section--category__table tbody td {
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px 5px;
    font-size: 13px;
    vertical-align: middle;
  }
  .p-section--category__map {
    margin: 20px auto;
  }
  .p-section--category__map img {
    width: 100%;
    height: auto;
  }
}
.p-section--qa__subhead {
  font-size: 36px;
  font-weight: 700;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin: 60px 0 30px;
  text-align: center;
  color: #209344;
}
.p-section--qa__subhead--category {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 0;
  border-top: 2px solid #209344;
  border-bottom: 2px solid #209344;
  margin: 20px 0;
  text-align: center;
}
.p-section--qa__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
.p-section--qa__banner a {
  display: block;
  margin: 0 10px;
  width: 340px;
}
.p-section--qa__banner a img {
  width: 100%;
  height: auto;
}
.p-section--qa__unit {
  font-family: "Noto Sans JP", sans-serif;
}
.p-section--qa__unit--full {
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0 40px 0;
}
.p-section--qa__unit--full p {
  line-height: 1.6;
}
.p-section--qa__unit--full a {
  word-break: break-all;
}
.p-section--qa__unit hr {
  border-top: 1px dotted #cccccc;
  margin: 10px 0;
}
.p-section--qa__unit__q {
  background: #ccf4d8;
  padding: 15px 18px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  text-indent: -12px;
  padding-left: 40px;
}
.p-section--qa__unit__q span {
  color: #209344;
  display: inline-block;
  margin-right: 10px;
}
.p-section--qa__unit__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px 10px;
}
.p-section--qa__unit__a dt {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  text-align: center;
  font-size: 20px;
  background: #209344;
  color: #FFFFFF;
  border-radius: 20px;
  font-weight: 600;
}
.p-section--qa__unit__a dd {
  width: calc(100% - 1.5em);
  padding: 4px 0 0 10px;
  line-height: 1.6;
  word-break: break-all;
}
.p-section--qa__unit h6 {
  background: #f2f2f2;
  padding: 10px;
}
.p-section--qa__unit__map {
  width: 320px;
  text-align: center;
}
.p-section--qa__unit__map img {
  width: 100%;
  height: auto;
}
.p-section--qa__unit__map span {
  display: block;
  font-size: 13px;
  margin-top: 5px;
}
.p-section--qa__unit__link {
  color: #209344 !important;
}
.p-section--qa__unit__link::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #209344;
  border-right: 0;
}
.p-section--qa__unit__list li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
  line-height: 1.6;
}
.p-section--qa__unit__list li.notes {
  font-size: 14px;
}
.p-section--qa__unit__list--decimal {
  margin-left: 1.5em;
}
.p-section--qa__unit__list--decimal > li {
  list-style-type: decimal;
  text-indent: 0;
  margin-left: 0;
  list-style-position: outside;
}
.p-section--qa__unit__list--decimal > li ul.p-section--qa__unit__list li {
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-section--qa__subhead {
    font-size: 22px;
    margin: 30px 0 20px;
  }
  .p-section--qa__subhead--category {
    font-size: 18px;
    margin: 15px 0;
    padding: 10px 0;
  }
  .p-section--qa__banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
  .p-section--qa__banner a {
    display: block;
    margin: 0 1% 15px 1%;
    width: 46%;
  }
  .p-section--qa__banner a img {
    width: 100%;
    height: auto;
  }
  .p-section--qa__unit--full {
    padding-top: 10px;
  }
  .p-section--qa__unit p {
    font-size: 13px;
  }
  .p-section--qa__unit__q {
    padding: 15px;
    font-size: 14px;
    text-indent: -10px;
    padding-left: 35px;
  }
  .p-section--qa__unit__q--sq {
    text-indent: -12px;
    padding-left: 36px;
  }
  .p-section--qa__unit__q span {
    color: #209344;
    display: inline-block;
    margin-right: 10px;
  }
  .p-section--qa__unit__a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 30px 10px;
  }
  .p-section--qa__unit__a dt {
    font-size: 16px;
  }
  .p-section--qa__unit__a dd {
    font-size: 13px;
    padding-top: 2px;
  }
  .p-section--qa__unit__map {
    width: 100%;
    text-align: center;
  }
  .p-section--qa__unit__map img {
    width: 100%;
    height: auto;
  }
  .p-section--qa__unit__map span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .p-section--qa__unit__link {
    color: #209344 !important;
  }
  .p-section--qa__unit__link::before {
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #209344;
    border-right: 0;
    margin-right: 4px;
  }
  .p-section--qa__unit__list li {
    font-size: 13px;
    margin-top: 3px;
  }
  .p-section--qa__unit__list li.notes {
    font-size: 12px;
  }
}
/*# sourceMappingURL=enjoyrun.css.map */