@charset "UTF-8";
/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/*----------------------------------------
	clearfix
----------------------------------------*/
/* 上書き */
#loadingContainer {
  background-image: none; }

#loadingContainer figure {
  margin: 50px 0 20px 0; }

#loadingContainer p {
  margin: 0 20px;
  text-align: left; }

#headerSpContainer .fbContainer {
  right: initial;
  left: 20px;
  top: 58px; }
  @media only screen and (min-device-width: 678px) {
    #headerSpContainer .fbContainer {
      right: 20px;
      left: auto; } }

.center-block {
  display: block; }

.text-left {
  text-align: left; }

.box-card {
  margin-bottom: 10px; }
  .box-card dt {
    padding: 5px 10px;
    color: #FFF;
    font-size: 13px;
    text-align: left;
    background: transparent; }
  .box-card dd {
    padding: 10px;
    border: 2px solid transparent;
    border-top: 0;
    font-size: 12px; }
    .box-card dd p {
      margin-bottom: 10px;
      font-size: 13px; }
  .box-card--red > dt {
    background: red; }
  .box-card--red > dd {
    border-color: red; }
  .box-card--blue > dt {
    background: #00A1E6; }
  .box-card--blue > dd {
    border-color: #00A1E6; }
  .box-card--orange > dt {
    background: #f39800; }
  .box-card--orange > dd {
    border-color: #f39800; }
  .box-card--purple > dt {
    background: #7f1084; }
  .box-card--purple > dd {
    border-color: #7f1084; }
  .box-card--gray > dt {
    background: #4c4948; }
  .box-card--gray > dd {
    border-color: #4c4948; }

.bg-red {
  padding: 5px;
  color: #FFF;
  background: red; }

.bg-yellow {
  padding: 5px;
  color: #FFF;
  background: #ffe100; }

.bg-purple {
  color: #FFF;
  background: #7f1084; }

.bg-beige {
  background: #ffef8a; }

.box-outline {
  border: 2px solid #DD2C30;
  border-radius: 40px;
  font-size: 12px;
  color: #DD2C30;
  padding: 5px 11px;
  line-height: 1.4; }

/*----------------------------------------
	runner
----------------------------------------*/
#zoomViewContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  display: none;
  overflow: hidden; }

#zoomViewContainer .zoomClose {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  font-size: 14px;
  background: #00A1E6;
  color: #FAE500;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 4px; }

#hdSpSocial {
  margin: 50px 0 0 0; }

#spRunnerArticle {
  position: relative;
  clear: right;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 15px 0;
  background: #fff;
  text-align: left; }

.zoomImg {
  position: relative; }

.zoomImg:after {
  content: " ";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url("../images/sp_runner/zoom.png");
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  top: 20px;
  right: 10px;
  background-color: #FAE500;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }

#popupContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  overflow: auto; }

#popupContainer .secRunnerContainer {
  width: 94%;
  position: relative;
  margin: 10px auto;
  box-sizing: border-box; }
  @media only screen and (min-device-width: 678px) {
    #popupContainer .secRunnerContainer {
      width: 44%; } }
  #popupContainer .secRunnerContainer .wrapper {
    padding: 20px;
    box-sizing: border-box;
    background: #fff; }
    #popupContainer .secRunnerContainer .wrapper img {
      width: 100%; }
      @media only screen and (min-device-width: 678px) {
        #popupContainer .secRunnerContainer .wrapper img {
          width: 72%; } }
#popupContainer .secRunnerContainerStart {
  width: 94%;
  position: relative;
  margin: 75px auto 0;
  box-sizing: border-box;
  border: 3px solid #285caf; }
  @media only screen and (min-device-width: 678px) {
    #popupContainer .secRunnerContainerStart {
      width: 678px; } }
  #popupContainer .secRunnerContainerStart .wrapper {
    padding: 20px;
    box-sizing: border-box;
    background: #fff; }
    #popupContainer .secRunnerContainerStart .wrapper h2 {
      margin-bottom: 10px;
      color: #285caf;
      font-size: 20px;
      font-size: 5.3vw; }
      @media only screen and (min-device-width: 678px) {
        #popupContainer .secRunnerContainerStart .wrapper h2 {
          font-size: 39px; } }
    #popupContainer .secRunnerContainerStart .wrapper > p {
      padding-bottom: 10px;
      font-size: 13px;
      border-bottom: 2px solid #00A1E6; }
    #popupContainer .secRunnerContainerStart .wrapper .inner {
      padding-top: 20px;
      text-align: left; }
      #popupContainer .secRunnerContainerStart .wrapper .inner h3 {
        color: #00A1E6;
        font-size: 16px; }
      #popupContainer .secRunnerContainerStart .wrapper .inner p {
        font-size: 12px;
        padding-bottom: 10px; }

#popupContainer .close {
  cursor: pointer;
  color: #fff;
  padding: 5px;
  text-align: center;
  display: block;
  width: 220px;
  margin: 20px auto 0 auto;
  border-radius: 6px; }
  #popupContainer .close--red {
    background: #FF0000; }
  #popupContainer .close--blue {
    background: #00A1E6; }

#secBusGuide {
  padding-bottom: 100px; }
  #secBusGuide .wrapper {
    width: 100%;
    border: 2px solid #00A1E6; }
    #secBusGuide .wrapper h2 {
      font-size: 20px; }
      @media only screen and (max-width: 365px) {
        #secBusGuide .wrapper h2 {
          font-size: 17px; } }
    #secBusGuide .wrapper > p {
      font-size: 11px; }
    #secBusGuide .wrapper ul {
      margin: 10px auto 0; }
      #secBusGuide .wrapper ul li {
        text-align: left;
        font-size: 10px; }

#popupContainer #secRunnerHealth ul li {
  text-align: left; }

/*----------------------------------------
	runner / common
----------------------------------------*/
#spRunnerArticle .w5 {
  width: 5%; }

#spRunnerArticle .w10 {
  width: 10%; }

#spRunnerArticle .w15 {
  width: 15%; }

#spRunnerArticle .w20 {
  width: 20%; }

#spRunnerArticle .w25 {
  width: 25%; }

#spRunnerArticle .w30 {
  width: 30%; }

#spRunnerArticle .w35 {
  width: 35%; }

#spRunnerArticle .w40 {
  width: 40%; }

#spRunnerArticle .w45 {
  width: 45%; }

#spRunnerArticle .w50 {
  width: 50%; }

#spRunnerArticle .w55 {
  width: 55%; }

#spRunnerArticle .w60 {
  width: 60%; }

#spRunnerArticle .w70 {
  width: 70%; }

#spRunnerArticle .w80 {
  width: 80%; }

#spRunnerArticle .w90 {
  width: 90%; }

#spRunnerArticle .f10 {
  font-size: 10px !important; }

#spRunnerArticle .f11 {
  font-size: 11px !important; }

#spRunnerArticle .f12 {
  font-size: 12px !important; }

#spRunnerArticle .f13 {
  font-size: 13px !important; }

#spRunnerArticle .f14 {
  font-size: 14px !important; }

#spRunnerArticle .f15 {
  font-size: 15px !important; }

#spRunnerArticle .f16 {
  font-size: 16px !important; }

#spRunnerArticle .p5 {
  padding: 5px; }

#spRunnerArticle .p10 {
  padding: 10px; }

#spRunnerArticle .p15 {
  padding: 15px; }

#spRunnerArticle .p20 {
  padding: 20px; }

#spRunnerArticle .p25 {
  padding: 25px; }

#spRunnerArticle .mb0 {
  margin-bottom: 0; }

#spRunnerArticle .mb5 {
  margin-bottom: 5px; }

#spRunnerArticle .mb10 {
  margin-bottom: 10px; }

#spRunnerArticle .mb15 {
  margin-bottom: 15px; }

#spRunnerArticle .mb20 {
  margin-bottom: 20px; }

#spRunnerArticle .mb25 {
  margin-bottom: 25px; }

#spRunnerArticle .mt0 {
  margin-top: 0; }

#spRunnerArticle .mt5 {
  margin-top: 5px; }

#spRunnerArticle .mt10 {
  margin-top: 10px; }

#spRunnerArticle .mt15 {
  margin-top: 15px; }

#spRunnerArticle .mt20 {
  margin-top: 20px; }

#spRunnerArticle .mt25 {
  margin-top: 25px; }

#spRunnerArticle .m5 {
  margin-left: 5px;
  margin-right: 5px; }

#spRunnerArticle .m10 {
  margin-left: 10px;
  margin-right: 10px; }

#spRunnerArticle .m15 {
  margin-left: 15px;
  margin-right: 15px; }

#spRunnerArticle .m20 {
  margin-left: 20px;
  margin-right: 20px; }

#spRunnerArticle .m25 {
  margin-left: 25px;
  margin-right: 25px; }

#spRunnerArticle .m30 {
  margin-left: 30px;
  margin-right: 30px; }

#spRunnerArticle .m35 {
  margin-left: 35px;
  margin-right: 35px; }

.secRunnerContact > dt {
  padding: 10px 0 8px;
  font-weight: bold;
  text-align: center;
  border-radius: 4px 4px 0 0; }
.secRunnerContact > dd {
  border-radius: 0 0 4px 4px; }
.secRunnerContact h3 {
  margin-bottom: 15px;
  padding: 5px;
  border: 2px solid #4c4948;
  text-align: center; }
.secRunnerContact h4 {
  font-size: 16px; }

/*----------------------------------------
	runner / common / wrapper
----------------------------------------*/
#spRunnerArticle .blue {
  color: #00A1E6; }
#spRunnerArticle .green {
  color: green; }
#spRunnerArticle .inner {
  padding: 10px; }
#spRunnerArticle .visual {
  width: 100%; }
  #spRunnerArticle .visual img {
    width: 100%; }
  #spRunnerArticle .visual__below {
    width: 94%;
    margin: 10px auto 0;
    padding: 10px 0; }
    @media only screen and (min-device-width: 678px) {
      #spRunnerArticle .visual__below {
        margin: 20px auto 0; } }
    #spRunnerArticle .visual__below img {
      width: 70%;
      margin: auto; }
#spRunnerArticle .secRunnerContainer {
  padding: 0 20px; }
  #spRunnerArticle .secRunnerContainer h2.sec-title {
    margin: 10px 0;
    padding: 12px 8px 5px 0;
    color: #00A1E6;
    border-bottom: 1px solid #00A1E6;
    font-size: 20px;
    text-align: left;
    line-height: 1; }
    #spRunnerArticle .secRunnerContainer h2.sec-title span {
      display: block;
      margin-top: 8px;
      font-size: 11px;
      color: #00A1E6;
      font-weight: normal; }
  #spRunnerArticle .secRunnerContainer .heading {
    padding: 8px;
    color: #ffe100;
    font-size: 16px;
    background: #00A1E6; }
    #spRunnerArticle .secRunnerContainer .heading span {
      display: block;
      color: #FFF; }
  #spRunnerArticle .secRunnerContainer figure img {
    max-width: 100%;
    margin: 20px 0; }
  #spRunnerArticle .secRunnerContainer figure.title-img img {
    max-width: 100%;
    margin: 2px 0 0; }
#spRunnerArticle .blueContainer {
  margin: 0 0 20px 0;
  border: 2px solid #00A1E6;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 0 10px 0; }
  #spRunnerArticle .blueContainer h3 {
    background: #00A1E6;
    color: #fff;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center; }
  #spRunnerArticle .blueContainer p {
    margin: 5px 0;
    padding: 0 10px;
    font-size: 12px; }
  #spRunnerArticle .blueContainer ul {
    padding: 0 10px; }
    #spRunnerArticle .blueContainer ul li {
      color: #ff0000;
      text-indent: -1em;
      margin-left: 1em;
      font-size: 12px; }
  #spRunnerArticle .blueContainer dl {
    margin: 10px; }
    #spRunnerArticle .blueContainer dl dt {
      display: inline-block;
      background: #00A1E6;
      color: #fff;
      font-size: 12px;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      padding: 2px 6px; }
    #spRunnerArticle .blueContainer dl dd {
      display: block;
      font-size: 12px;
      width: 100%;
      margin-top: 5px; }
#spRunnerArticle .redContainer {
  margin: 0 0 20px 0;
  border: 2px solid #DC1C20;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 0 10px 0; }
  #spRunnerArticle .redContainer h3 {
    background: #DC1C20;
    color: #fff;
    padding: 5px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    text-align: center; }
  #spRunnerArticle .redContainer p {
    margin: 5px 0;
    padding: 0 10px;
    font-size: 12px; }
    #spRunnerArticle .redContainer p span {
      color: red; }
  #spRunnerArticle .redContainer ul {
    margin-left: 10px; }
    #spRunnerArticle .redContainer ul li {
      font-size: 12px;
      margin-left: 1em;
      text-indent: -1em; }
  #spRunnerArticle .redContainer .outlineTitle {
    border: 2px solid red;
    margin: 10px;
    padding: 3px 10px 0;
    color: red; }
  #spRunnerArticle .redContainer .subRedContainer {
    border: 2px solid red;
    margin: 10px; }
    #spRunnerArticle .redContainer .subRedContainer .inner {
      padding: 10px; }
      #spRunnerArticle .redContainer .subRedContainer .inner h5 {
        margin: 0 0 5px 0;
        padding: 5px 5px 3px;
        background: #f6d5d4; }
    #spRunnerArticle .redContainer .subRedContainer h4 {
      background: red;
      color: #FFF;
      margin: 0 0 5px 0;
      padding: 6px 10px; }
      #spRunnerArticle .redContainer .subRedContainer h4 small {
        display: block;
        color: #FFF;
        font-weight: normal;
        font-size: 11px; }
      #spRunnerArticle .redContainer .subRedContainer h4 span {
        color: #fff;
        margin-left: 10px; }
        #spRunnerArticle .redContainer .subRedContainer h4 span span {
          color: #000;
          margin: 0; }
    #spRunnerArticle .redContainer .subRedContainer ul li {
      font-size: 12px;
      margin-left: 1em;
      text-indent: -1em; }
#spRunnerArticle .whiteContainer {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0; }
  #spRunnerArticle .whiteContainer dl dt {
    display: inline-block;
    background: #00A1E6;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 2px 6px; }
  #spRunnerArticle .whiteContainer dl dd {
    display: block;
    font-size: 12px;
    width: 100%;
    margin-top: 5px; }
#spRunnerArticle .yellowContainer {
  margin: 0 0 20px 0;
  border: 2px solid #FAE500;
  background: #FAE500;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 0 10px 0; }
  #spRunnerArticle .yellowContainer h3 {
    color: #000;
    padding: 5px 0;
    font-size: 14px;
    text-align: center; }
  #spRunnerArticle .yellowContainer p {
    margin: 5px 0;
    padding: 0 10px;
    font-size: 12px; }
    #spRunnerArticle .yellowContainer p span {
      color: red; }
  #spRunnerArticle .yellowContainer .subRedContainer {
    background: #F3CBB5;
    padding: 10px;
    margin: 0 10px; }
    #spRunnerArticle .yellowContainer .subRedContainer ul li {
      text-indent: -1em;
      margin-left: 1em;
      font-size: 12px; }
      #spRunnerArticle .yellowContainer .subRedContainer ul li span {
        color: red; }
#spRunnerArticle .scheduleTable {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0; }
  #spRunnerArticle .scheduleTable th {
    background: #ffef8a;
    color: #333;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #ccc;
    width: 26px; }
  #spRunnerArticle .scheduleTable td {
    text-align: center;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 30px; }
  #spRunnerArticle .scheduleTable--1 td:nth-child(1) {
    width: 60px; }
  #spRunnerArticle .scheduleTable--2 tr:nth-child(odd) td {
    background: #fff6bd; }
  #spRunnerArticle .scheduleTable--2 th {
    width: 60px; }
  #spRunnerArticle .scheduleTable--2 td {
    width: initial;
    text-align: left; }
    #spRunnerArticle .scheduleTable--2 td:nth-child(1) {
      width: 30px; }

/*----------------------------------------
	runner / common / textTitleContainer
----------------------------------------*/
#spRunnerArticle .textTitleContainer .title-number {
  display: table;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  border: 3px solid #727171;
  border-radius: 6px; }
  #spRunnerArticle .textTitleContainer .title-number .num {
    display: table-cell;
    width: 20px;
    padding: 5px;
    color: #FFF;
    background: #727171;
    vertical-align: middle; }
  #spRunnerArticle .textTitleContainer .title-number .txt {
    display: table-cell;
    padding: 4px 5px 0 10px;
    vertical-align: middle;
    line-height: 1.4; }
  #spRunnerArticle .textTitleContainer .title-number.blue {
    color: #FFF;
    border: 3px solid #008EDD; }
    #spRunnerArticle .textTitleContainer .title-number.blue .num {
      background: #008EDD; }
  #spRunnerArticle .textTitleContainer .title-number.yellow {
    color: #000;
    border: 3px solid #ffe100; }
    #spRunnerArticle .textTitleContainer .title-number.yellow .num {
      color: #000;
      background: #ffe100; }
#spRunnerArticle .textTitleContainer .participationBox table {
  margin: 10px auto 20px;
  font-size: 12px; }
  #spRunnerArticle .textTitleContainer .participationBox table th {
    width: 74px;
    font-weight: normal;
    text-align: center; }
    #spRunnerArticle .textTitleContainer .participationBox table th span {
      display: block;
      background: #008EDD;
      color: #FFF; }
  #spRunnerArticle .textTitleContainer .participationBox table td {
    padding: 5px; }
#spRunnerArticle .textTitleContainer .participationBox .box {
  padding: 10px;
  border: 2px solid #333; }
  #spRunnerArticle .textTitleContainer .participationBox .box dt {
    color: #333;
    background: none; }
#spRunnerArticle .textTitleContainer .white {
  color: #FFF; }
#spRunnerArticle .textTitleContainer .blue {
  color: #008EDD; }
#spRunnerArticle .textTitleContainer .red {
  color: red; }
#spRunnerArticle .textTitleContainer .bold {
  font-weight: bold; }
#spRunnerArticle .textTitleContainer .label-west {
  display: inline-block;
  min-width: 40px;
  margin-right: 8px;
  padding: 2px 4px;
  color: #FFF;
  font-size: 13px;
  background: #008EDD; }
#spRunnerArticle .textTitleContainer .label-east {
  display: inline-block;
  min-width: 40px;
  margin-right: 8px;
  padding: 2px 4px;
  color: #000;
  font-size: 13px;
  background: #ffe100; }
#spRunnerArticle .textTitleContainer .label-wheelchair {
  display: inline-block;
  min-width: 65px;
  margin-right: 8px;
  padding: 2px 4px;
  color: #000;
  font-size: 13px;
  background: #f6ab00; }
#spRunnerArticle .textTitleContainer .label-escort {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 4px;
  color: #000;
  font-size: 13px;
  background: #f4b4d0; }
#spRunnerArticle .textTitleContainer .text-center {
  text-align: center; }
#spRunnerArticle .textTitleContainer .text-left {
  text-align: left; }
#spRunnerArticle .textTitleContainer .outer > dt {
  margin: 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 14px; }
#spRunnerArticle .textTitleContainer .outer > dd p {
  font-size: 12px; }
#spRunnerArticle .textTitleContainer .outer > dd .subRedContainer {
  padding: 10px;
  margin: 10px 0;
  border: 2px solid #DC1C20;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px; }
  #spRunnerArticle .textTitleContainer .outer > dd .subRedContainer ul li {
    margin-left: 1em;
    text-indent: -1em;
    color: #DC1C20;
    font-size: 12px; }
#spRunnerArticle .textTitleContainer .outer > dd dl dt {
  display: inline-block;
  background: #00A1E6;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 2px 6px; }
#spRunnerArticle .textTitleContainer .outer > dd dl dd {
  display: block;
  font-size: 12px;
  width: 100%;
  margin-top: 5px; }
#spRunnerArticle .textTitleContainer .outer > dd ul li {
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em; }
#spRunnerArticle .textTitleContainer .outer.box > dt {
  margin-bottom: 0;
  padding: 5px 5px 2px;
  border-radius: 4px 4px 0 0;
  font-size: 14px;
  color: #FFF;
  background: #008EDD;
  border-bottom: 0; }
#spRunnerArticle .textTitleContainer .outer.box > dd {
  padding: 10px;
  border: 2px solid #008EDD;
  border-radius: 0 0 4px 4px; 
	overflow: hidden;}
#spRunnerArticle .textTitleContainer .outer.startBox .title-number {
  border: 3px solid #008EDD;
  margin-bottom: 10px; }
  #spRunnerArticle .textTitleContainer .outer.startBox .title-number .num {
    width: 20px;
    color: #FFF;
    background: #008EDD; }
  #spRunnerArticle .textTitleContainer .outer.startBox .title-number .txt {
    color: #008EDD;
    font-size: 16px; }
#spRunnerArticle .textTitleContainer .outer.startBox p {
  font-size: 13px;
  margin-bottom: 10px; }
#spRunnerArticle .textTitleContainer .outer .tabel-watersupply {
  width: 100%;
  margin: 5px auto;
  margin-left: 0;
  text-indent: 0; }
  #spRunnerArticle .textTitleContainer .outer .tabel-watersupply th, #spRunnerArticle .textTitleContainer .outer .tabel-watersupply td {
    padding: 8px;
    border: 1px solid #333; }
  #spRunnerArticle .textTitleContainer .outer .tabel-watersupply th {
    width: 120px;
    background: #ffef8a; }

#spRunnerArticle .textTitleContainer .remarks li {
  font-size: 11px;
  margin-left: 1em;
  text-indent: -1em; }
#spRunnerArticle .textTitleContainer .checkpoint {
  width: 100%;
  border: 1px solid #ccc;
  margin: 20px 0; }
  #spRunnerArticle .textTitleContainer .checkpoint th {
    background: #008EDD;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #ccc; }
    #spRunnerArticle .textTitleContainer .checkpoint th table {
      width: 100%;
      min-width: 103px;
      border: 0; }
      #spRunnerArticle .textTitleContainer .checkpoint th table th {
        border: 0;
        border-bottom: 1px solid #ccc; }
      #spRunnerArticle .textTitleContainer .checkpoint th table td {
        width: 50%;
        color: #FFF;
        border: 0;
        border-left: 1px solid #ccc;
        font-size: 10px; }
        #spRunnerArticle .textTitleContainer .checkpoint th table td:first-child {
          border-left: 0; }
  #spRunnerArticle .textTitleContainer .checkpoint td {
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 30px; }
    #spRunnerArticle .textTitleContainer .checkpoint td:nth-child(2) {
      width: 60px; }
    #spRunnerArticle .textTitleContainer .checkpoint td.yw {
      width: 32px;
      background: #FAE500;
      color: #008EDD;
      font-size: 12px;
      line-height: 1.2; }
      #spRunnerArticle .textTitleContainer .checkpoint td.yw span {
        color: #008EDD;
        font-size: 10px; }
#spRunnerArticle .textTitleContainer .checkpoint2 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 0 0 5px 0; }
  #spRunnerArticle .textTitleContainer .checkpoint2 th {
    background: #008EDD;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #ccc; }
  #spRunnerArticle .textTitleContainer .checkpoint2 td {
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    border: 1px solid #ccc; }
    #spRunnerArticle .textTitleContainer .checkpoint2 td:nth-child(3) {
      width: 52px; }
    #spRunnerArticle .textTitleContainer .checkpoint2 td:nth-child(4) {
      width: 40px; }
    #spRunnerArticle .textTitleContainer .checkpoint2 td.yw {
      background: #FAE500;
      color: #008EDD;
      width: 41px;
      font-size: 10px;
      line-height: 1; }
      #spRunnerArticle .textTitleContainer .checkpoint2 td.yw span {
        color: #008EDD;
        font-size: 10px; }
  #spRunnerArticle .textTitleContainer .checkpoint2.funrun td:nth-child(2) {
    font-size: 10px; }
  #spRunnerArticle .textTitleContainer .checkpoint2.funrun td:nth-child(4) {
    width: 140px; }
#spRunnerArticle .textTitleContainer .checkpoint3 {
  width: 100%;
  border: 1px solid #ccc;
  margin: 20px 0 5px 0; }
  #spRunnerArticle .textTitleContainer .checkpoint3 th {
    background: #008EDD;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #ccc; }
  #spRunnerArticle .textTitleContainer .checkpoint3 td {
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    border: 1px solid #ccc; }
    #spRunnerArticle .textTitleContainer .checkpoint3 td:nth-child(3), #spRunnerArticle .textTitleContainer .checkpoint3 td:nth-child(4) {
      width: 40px; }
    #spRunnerArticle .textTitleContainer .checkpoint3 td.yw {
      background: #FAE500;
      color: #008EDD;
      width: 70px; }
#spRunnerArticle .textTitleContainer .WBGT {
  width: 100%;
  border: 1px solid #333;
  margin: 20px 0 7px; }
  #spRunnerArticle .textTitleContainer .WBGT tr.red {
    background: red; }
  #spRunnerArticle .textTitleContainer .WBGT tr.yellow {
    background: yellow; }
    #spRunnerArticle .textTitleContainer .WBGT tr.yellow td {
      color: #000; }
  #spRunnerArticle .textTitleContainer .WBGT tr.green {
    background: green; }
  #spRunnerArticle .textTitleContainer .WBGT th {
    border: 0;
    vertical-align: middle;
    border-left: 1px solid #333;
    text-align: center;
    font-size: 11px; }
    #spRunnerArticle .textTitleContainer .WBGT th:nth-child(1) {
      width: 80px; }
  #spRunnerArticle .textTitleContainer .WBGT td {
    text-align: center;
    font-size: 11px;
    padding: 5px;
    border: 1px solid #333;
    vertical-align: middle;
    color: #FFF; }
    #spRunnerArticle .textTitleContainer .WBGT td:nth-child(3) {
      text-align: left; }
#spRunnerArticle .textTitleContainer .sample {
  width: 100%;
  border: 1px solid #ccc;
  margin: 4px 0; }
  #spRunnerArticle .textTitleContainer .sample th {
    background: #008EDD;
    color: #fff;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
    border: 1px solid #ccc; }
  #spRunnerArticle .textTitleContainer .sample td {
    text-align: center;
    font-size: 11px;
    padding: 5px 0;
    border: 1px solid #ccc;
    vertical-align: middle;
    width: 30px; }
    #spRunnerArticle .textTitleContainer .sample td:nth-child(1) {
      width: 60px;
      background: #FAE500; }
    #spRunnerArticle .textTitleContainer .sample td.yw {
      width: 32px;
      color: #008EDD;
      font-size: 12px;
      line-height: 1.2; }
      #spRunnerArticle .textTitleContainer .sample td.yw span {
        color: #008EDD;
        font-size: 10px; }
#spRunnerArticle .textTitleContainer .subYellowContainer {
  background: #FCF6C1;
  margin: 20px 0;
  padding: 5px 0; }
  #spRunnerArticle .textTitleContainer .subYellowContainer h3 {
    text-align: center;
    padding: 10px 0;
    font-size: 13px; }
  #spRunnerArticle .textTitleContainer .subYellowContainer dl dt {
    background: transparent !important;
    color: #000 !important;
    font-weight: bold; }
  #spRunnerArticle .textTitleContainer .subYellowContainer dl dd {
    padding: 0 3%;
    width: 94% !important; }

/*----------------------------------------
	runner / contents
----------------------------------------*/
#spRunnerArticle #secRunnerRule p {
  font-size: 11px; }
#spRunnerArticle #secRunnerRule ul li {
  font-size: 11px;
  margin-bottom: 4px; }
#spRunnerArticle #secRunnerRule .checkpoint2 td:nth-child(3) {
  width: initial; }
#spRunnerArticle #secRunnerIntro {
  margin-top: 30px;
  padding: 0 17px; }
  #spRunnerArticle #secRunnerIntro .howto {
    text-align: center;
    margin: 20px 0; }
    #spRunnerArticle #secRunnerIntro .howto img {
      width: 100%;
      height: auto; }
  #spRunnerArticle #secRunnerIntro > h2 {
    padding: 10px 0 7px;
    background: #9D9D9E;
    color: #fff;
    font-size: 14px;
    text-align: center; }
  #spRunnerArticle #secRunnerIntro > p {
    margin: 10px 0;
    font-size: 12px;
    text-align: center; }

#spRunnerArticle #secProhibitedMatter ul li {
  position: relative;
  font-size: 11px;
  margin-left: 1.6em;
  text-indent: 0; }
  #spRunnerArticle #secProhibitedMatter ul li:before {
    position: absolute;
    left: -18px;
    top: -1px;
    display: block;
    content: '！';
    color: #FFF;
    width: 10px;
    height: 10px;
    font-size: 12px;
    text-align: center;
    z-index: 1; }
  #spRunnerArticle #secProhibitedMatter ul li:after {
    position: absolute;
    left: -19px;
    top: 0px;
    display: block;
    content: '';
    border-radius: 30px;
    background: red;
    width: 15px;
    height: 15px; }

#secRunnerHealth {
  font-size: 12px; }
  #secRunnerHealth .wrapper {
    border: 2px solid red; }
    #secRunnerHealth .wrapper h2 {
      color: red;
      background-color: transparent; }
  #secRunnerHealth ul {
    margin: 10px; }
    #secRunnerHealth ul li {
      margin-left: 1em;
      text-indent: -1em; }

#secRunnerRule10 {
  font-size: 12px; }
  #secRunnerRule10 .wrapper {
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    padding-top: 10px; }
    #secRunnerRule10 .wrapper h2 {
      color: red;
      margin-top: 0;
      background-color: transparent; }
    #secRunnerRule10 .wrapper h3 {
      margin: 5px; }
    #secRunnerRule10 .wrapper dl {
      margin: 10px; }
      #secRunnerRule10 .wrapper dl dt {
        background: #F5C6C1;
        display: block;
        margin: 0 0 5px 0; }
      #secRunnerRule10 .wrapper dl dd {
        display: block;
        padding: 2px; }
        #secRunnerRule10 .wrapper dl dd ul li {
          margin-left: 1em;
          text-indent: -1em; }

#spRunnerArticle #secRunnerQandA h2 {
  margin: 10px 0;
  background: #706F6F;
  color: #fff;
  font-size: 14px;
  text-align: center; }
#spRunnerArticle #secRunnerQandA dl {
  border-bottom: 1px dotted #ccc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0; }
  #spRunnerArticle #secRunnerQandA dl dt {
    font-size: 14px; }
  #spRunnerArticle #secRunnerQandA dl dd {
    font-size: 13px;
    padding-left: 1.5em; }

#spRunnerArticle #secRunnerDrone,
#spRunnerArticle #secUnidentified,
#spRunnerArticle .secNomycar {
  background: #ffef8a; }
  #spRunnerArticle #secRunnerDrone h3,
  #spRunnerArticle #secUnidentified h3,
  #spRunnerArticle .secNomycar h3 {
    color: #ffe100; }
    #spRunnerArticle #secRunnerDrone h3 span,
    #spRunnerArticle #secUnidentified h3 span,
    #spRunnerArticle .secNomycar h3 span {
      color: #ffe100; }
#spRunnerArticle .secNomycar h3 {
  margin-bottom: 0; }
#spRunnerArticle .secNomycar ul {
  margin-left: 0;
  padding: 5px;
  background: #efc19d; }
  #spRunnerArticle .secNomycar ul li {
    color: #333; }

/*----------------------------------------
	mobile button
----------------------------------------*/
.mobile-menu-button {
  /*display:none;*/
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  width: 31px;
  height: 23px;
  z-index: 10;
  background: #0D9BE3;
  padding: 7px 5px;
  border-radius: 5px; }
  .mobile-menu-button span {
    display: block;
    background: #FFF;
    width: 25px;
    height: 2px;
    position: absolute;
    left: 8px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }

.mobile-menu-button.open-button {
  background: #FFF; }

.mobile-menu-button.open-button span {
  background: #FFDD00; }

.mobile-menu-button span:first-child {
  top: 10px; }

.mobile-menu-button span:nth-child(2) {
  margin-top: -1px;
  top: 50%; }

.mobile-menu-button span:last-child {
  bottom: 9px; }

.mobile-menu-button.open-button span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  top: 8px; }

.mobile-menu-button.open-button span:nth-child(2) {
  transform: translateX(200px);
  background: rgba(255, 255, 255, 0); }

.mobile-menu-button.open-button span:last-child {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  bottom: 6px; }

.mobile-menu-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #0D9BE3;
  top: 0;
  overflow: auto; }
  .mobile-menu-container .mobile-menu-wrapper {
    padding: 20px; }
    .mobile-menu-container .mobile-menu-wrapper .qa-link {
      display: block;
      color: #FFF;
      text-align: left; }
    .mobile-menu-container .mobile-menu-wrapper h3 {
      color: #fff;
      text-align: center;
      margin: 0 0 20px 0; }

.mobile-menu-container .mobile-menu-wrapper dl dt {
  text-align: left;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px; }

.mobile-menu-container .mobile-menu-wrapper dl dt a {
  color: #fff; }

.mobile-menu-container .mobile-menu-wrapper dl dd {
  margin-bottom: 15px; }

.mobile-menu-container .mobile-menu-wrapper dl dd ul {
  margin-left: 10px; }

.mobile-menu-container .mobile-menu-wrapper ul li {
  text-align: left;
  margin: 0 0 4px 0; }

.mobile-menu-container .mobile-menu-wrapper ul li a {
  color: #fff;
  font-size: 13px; }

.mobile-menu-container .mobile-menu-wrapper p {
  color: #fff;
  font-size: 13px;
  text-align: left; }

.mobile-menu-text {
  position: fixed;
  top: 58px;
  right: 27px;
  color: #000;
  font-size: 10px;
  z-index: 10; }

/*
@import "style_beginners";
*/

/*# sourceMappingURL=sp_runner.css.map */


/*******************2018/10/01 追加**********************/

.omotenashi{
	padding: 25px 15px;
	margin: 0 auto 20px;
	border: 2px solid #ffe003;
	background: #fbf5c9;
	overflow: hidden;
}

.omotenashi img{
	float: left;
	margin-right: 10px;
}

.omotenashi div{
	overflow: hidden;
	float: left;
	width: calc( 100% - 120px );
}

.omotenashi div h4{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}

.omotenashi div p{
	float: left;
	font-size: 13px;
	margin-bottom: 10px;
}

.omotenashi a{
	display: block;
	float: left;
	color: #0096df;
	overflow: hidden;
}


.textTitleContainer div{
	border: 2px solid #ffe63b;
	border-radius: 3px;
	overflow: hidden;
	margin: 20px 0 0;
}

.textTitleContainer div h4{
	background: #ffe63b;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.textTitleContainer div h4 span{font-size: 12px;}

.textTitleContainer div ul{
	overflow: hidden;
	font-size: 12px;
	float: left;
	padding:24px;
	width: 60%;
}

.textTitleContainer div img{
	float: left;
	display: block;
	margin: 19px 0;
}







