@charset "UTF-8";

/*
2021
*common_v1.0.0.css
*1.layout
*2.module
*3.EMG
*4.noscript
*5.header & footer
*6.srchBox
*7.sub
*8.pagetop
*9.table
*10.not found
*11.info_module
*12.TOP
*13.大会要項
*14.ステートメント
*15.フレンズ・チャリティーオークション
*16.パートナー一覧
*17.よくある質問
*18.歴史
*19.会場アクセス
*20.宿泊・ツアー
*21.キャンプビレッジ
*22.エントリー
*23.コース情報
*24.自転車配送
*25.クルー業務紹介
*26.オフィシャルグッズ
*27.応縁飯・応縁フェスタ＋フードイベント
*28.応縁団
*29.スペシャル号外新聞
*30.パラサイクリング
*31.応援メッセージ
*32.レポート
*33.民泊
*34.照会完了
*35.エイド紹介
*36.プロフィールモジュール
*37.公式ソング
*38.オフィシャルドリンク byサントリー
*39.大会参加ガイド
*40.ライダー募集要項
*41.走行管理ライダー募集要項
*42.会場イベント
*43.オフィシャルドリンク
*44.一覧ページ
*45.ツール・ド・東北 2017　大会参加規約ページ
*46.エントリー区分ボタン
*47.サイクルクロークについて
*48.ニュース記事
*49.モデルプラン
*50.トピックス
*-----------------------
*Break Point設定
*PC 990px以上
*Tab 768px～989px
*SP 767px以下
*/

/*
*1.layout
*/
html {
  overflow-y: scroll;
}

body {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}

.modal {
  width: 100%;
}

.page-main-contents {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  min-width: 310px;
  width: 100%;
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px) {
  .page-main-contents {
    padding-bottom: 100px;
  }

  .page-main-contents--top {
    background-color: #ffffff;
  }

  .page-top-contents-wrap {
    position: relative;
  }

  .page-colum-wrap {
    margin: 0 auto;
    padding-top: 48px;
    width: 990px;
  }

  .page-first-colum-wrap {
    position: relative;
    float: left;
    width: 808px;
  }

  .page-first-colum-wrap--fullscreen {
    width: 100%;
  }

  .page-sub-contents {
    float: right;
    width: 124px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .page-colum-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
  }

  .page-first-colum-wrap {
    float: none;
    margin-right: 18px;
  }

  .page-sub-contents {
    float: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.page-bread-crumb-share {
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}

.page-share {
  display: block;
  background-color: #ffffff;
}

.page-share__list {
  position: relative;
  top: 0;
  right: 0;
  padding: 10px 0;
  background-color: #ffffff;
  text-align: center;
}

.page-share__list--top-page {
  padding: 20px 0;
}

.page-share__list > li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.page-share__list > li.tw {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .page-bread-crumb-share {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 42px;
  }

  .page-share {
    background-color: transparent;
  }

  .page-share__list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    background-color: transparent;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .page-share__list--top-page {
    padding: 0;
  }

  .page-share__list > li.tw {
    width: auto;
  }

  .page-share__list > li.fb {
    margin-right: 20px;
  }
}

aside#sub {
  float: left;
  margin-top: 30px;
  width: 13%;
}

.areabox.__half {
  margin-bottom: 20px;
  width: 49%;
}

.areabox.__left {
  float: left;
  margin-right: 1%;
}

.areabox.__left2 {
  float: left;
  padding-left: 1%;
}

.areabox.__right {
  float: left;
  margin-left: 1%;
}

.areabox.__right2 {
  float: right;
  padding-right: 1%;
}

.areabox.__right3 {
  float: right;
  margin-left: 1%;
}

.areabox_movie-section {
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  padding-bottom: 50%;
}

.areabox_movie-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.areabox p.movie_ttl {
  margin: 0 !important;
  padding: 7px 5px !important;
  background-color: #8ec31f;
  color: #ffffff !important;
  font-weight: bold;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color:#4d4d4d;
}

a {
  color: #15866d;
  text-decoration: none;
  word-break: break-all;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  aside#sub {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
    padding-right: 1%;
    width: 14%;
  }

  body#top aside#sub {
    display: block;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .js-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
    -ms-filter: 'alpha(opacity=70)';
    filter: alpha(opacity=70);
    cursor: pointer;
  }

  aside#sub {
    float: none;
    width: 100%;
  }

  body#top aside#sub {
    display: none;
  }

  body#top #topentry_sp,
  body#top #topentry_sp aside#sub {
    display: block;
  }

  .areabox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 !important;
    padding: 0 10px !important;
    text-align: center;
  }

  .areabox.__half {
    width: auto;
  }

  .areabox.__left,
  .areabox.__left2,
  .areabox.__right,
  .areabox.__right2,
  .areabox.__right3 {
    float: none;
  }

  .areabox.__tabletsp {
    width: 100%;
  }

  span.sp_none {
    display: none;
  }

  .sp_displaySize_stretch {
    margin-right: -20px;
    margin-left: -20px;
  }
}

/*
*2.module
*/
._cfbox {
  overflow: hidden;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

.fl_n {
  float: none !important;
}

.fl_l {
  float: left !important;
}

.fl_r {
  float: right !important;
}

._red {
  color: #d10105 !important;
}

._yellow {
  color: #d0b721 !important;
}

.l_green {
  color: #8ec31f !important;
}

._gray01 {
  color: #999999 !important;
}

._gray02 {
  color: #b3b3b3 !important;
}

._gray03 {
  color: #4d4d4d !important;
}

._normal {
  font-weight: normal !important;
}

._bold {
  font-weight: bold !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mt5 {
  margin-top: 5px !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mt15 {
  margin-top: 15px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mb02em {
  margin-bottom: .2em !important;
}

._pt0 {
  padding-top: 0 !important;
}

._pt10 {
  padding-top: 10px !important;
}

._pt20 {
  padding-top: 20px !important;
}

._pt30 {
  padding-top: 30px !important;
}

._pt40 {
  padding-top: 40px !important;
}

._pt50 {
  padding-top: 50px !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._pb10 {
  padding-bottom: 10px !important;
}

._pb20 {
  padding-bottom: 20px !important;
}

._pb30 {
  padding-bottom: 30px !important;
}

._pb40 {
  padding-bottom: 40px !important;
}

._pb50 {
  padding-bottom: 50px !important;
}

._pb60 {
  padding-bottom: 60px !important;
}

._pl0 {
  padding-left: 0 !important;
}

._pr0 {
  padding-right: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mr40 {
  margin-right: 40px !important;
}

._fs10 {
  font-size: .714rem !important;
}

._fs11 {
  font-size: .785rem !important;
}

._fs12 {
  font-size: .86rem !important;
}

._fs14 {
  font-size: 1rem !important;
}

._fs16 {
  font-size: 1.142rem !important;
}

._fs18 {
  font-size: 1.285rem !important;
}

._fs20 {
  font-size: 1.428rem !important;
}

._fs24 {
  font-size: 1.714rem !important;
}

._fs26 {
  font-size: 1.857rem !important;
}

._fs30 {
  font-size: 2.142rem !important;
}

._hover:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .sp_mb40 {
    margin-bottom: 40px !important;
  }

  .sp_mb70 {
    margin-bottom: 70px !important;
  }
}

.pc_module,
.pcImg,
.pcBr {
  display: block;
}

.tab_module,
.tabImg,
.tabBr {
  display: none;
}

.sp_module,
.spImg,
.spBr {
  display: none;
}

.news_date {
  margin: 0 0 32px;
  color: #999999;
  text-align: right;
}

.page-category {
  display: none;
  padding: 12px 16px;
  font-weight: bold;
  font-size: 1.142rem;
}

.page-title {
  margin: 0 0 32px;
  padding: 18px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  color: #8ec31f;
  font-weight: bold;
  font-size: 1.857rem;
}

.page-title__head {
  display: block;
  padding: 2px 3%;
  border-left: solid #8ec31f 6px;
  line-height: 1.2;
}

.course-title__rider {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.course-title__rider span {
  display: block;
  margin: 5px 5px 0 0;
  padding: 0 7px;
  border: solid 1px #aaaaaa;
  color: #aaaaaa;
  text-align: center;
  font-weight: lighter;
  font-size: 1rem;
  line-height: 1.8;
}

.tit {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 185.72%;
}

.toggle_tit {
  cursor: pointer;
}

.stit_01 {
  margin: 0 0 24px;
  padding: 16px 0 0;
  border-top: 1px solid #8ec31f;
  color: #8ec31f;
  font-weight: bold;
  font-size: 142.86%;
}

.__platinum,
.__gold,
.__silver {
  margin: 0 0 36px;
  padding: 10px 15px;
  background: #8ec31f;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}

.__platinum {
  background-color: #c7c9c7;
}

.__gold {
  background-color: #d0b721;
}

.__silver {
  background-color: #adafb5;
}

.stit_02 {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid;
  background-color: #8ec31f;
  color: #ffffff;
  font-size: 120%;
}

.stit_03 {
  margin: 0 0 16px;
  color: #8ec31f;
  font-weight: bold;
  font-size: 120%;
}

.stit_04 {
  margin-bottom: 10px;
  padding-left: 8px;
  border-left: 4px solid #8ec31f;
  font-weight: bold;
  font-size: 107.145%;
}

.stit_05 {
  color: #c90001;
  font-weight: bold;
  font-size: 120%;
}

.stit_06 {
  color: #8ec31f;
  font-weight: normal;
  font-size: 100%;
}

.stit_01 > span,
.stit_02 > span,
.stit_03 > span,
.stit_04 > span,
.stit_05 > span {
  display: block;
  font-size: 85%;
}

ul.list_01 > li {
  margin-left: 20px;
  color: #8ec31f !important;
  list-style: disc;
}

ul.list_02 > li {
  margin-left: 20px;
  color: #cccccc !important;
  list-style: disc;
  line-height: 1.6 !important;
}

ul.list_01 > li > span,
ul.list_02 > li > span {
  color: #4d4d4d;
}

ul.list_03 > li {
  margin-bottom: 1.2em;
}

ul.list_04 > li {
  margin-bottom: .8em;
  padding-left: 13px;
  background: url("https://s.yimg.jp/images/tdt/2020/img/arrow_triangle.svg") no-repeat left 6px;
  background-size: 5px 8px;
}

ul.list_04 > li a:hover {
  opacity: .7;
}

ul.list_05 > li,
ul.list_06 > li {
  margin-bottom: .5em;
  padding-left: 13px;
  background: url("https://s.yimg.jp/images/tdt/2020/img/course/ct_icon_01.png") no-repeat left 6px;
}

ul.list_07 > li {
  margin-left: 20px;
  list-style: disc;
}

ul.list_08 > li {
  margin: 0 0 0 20px;
  list-style-type: disc;
  line-height: 1.6 !important;
}

dl.annotation {
  overflow: hidden;
}

dl.annotation > dt {
  width: 1.5em;
}

dl.annotation > dt {
  float: left;
  clear: left;
}

dl.annotation > dd {
  margin-left: 1.5em;
}

.annotation_01 {
  color: #d10105;
  font-size: 85%;
}

.line_01,
.line_02,
.line_03 {
  padding-bottom: 20px;
  border-bottom: 1px solid #8ec31f;
}

.line_02 {
  border-color: #cccccc;
}

.line_03 {
  border-style: dashed;
  border-color: #aad946;
}

.borderbox {
  padding: 15px;
  border: 1px solid #cccccc;
}

.borderbox.__bg01 {
  background: #e6e6e6;
}

.borderbox p {
  margin: 0 !important;
}

.contents_inbox {
  margin-bottom: 8px;
  padding: 36px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

.contents_wrap {
  padding: 36px 0 0;
}

.contents_module {
  margin-bottom: 56px;
}

.subContents_module {
  margin-bottom: 32px;
}

.attbox {
  margin: 0 0 20px;
  padding: 15px;
  border: 3px solid #cccccc;
  background-color: #ffffff;
}

.attbox p {
  margin: 0 !important;
  color: #c90001;
}

.attbox h4 {
  margin-bottom: 1em;
}

ul.archive_list {
  overflow: hidden;
  padding: 16px 8px 16px 0;
  border: #cccccc 1px solid;
}

ul.archive_list li {
  float: left;
}

ul.archive_list li::before {
  margin: 0 16px;
  color: #cccccc;
  content: " | ";
}

ul.archive_list li:first-child::before {
  margin: 0 8px;
  content: '';
}

.archive ul li {
  line-height: 1.6;
}

.archive_subtxt {
  margin-left: 1em;
  font-size: 92%;
}

span.arrow-icon {
  display: block;
  margin: 20px auto;
  width: 36px;
  height: 18px;
  background: url("https://s.yimg.jp/images/tdt/2015/pc/img/ct_icon_05.png");
}

p.btn a,
#r_entry p.btn span {
  position: relative;
  display: table-cell;
  padding-top: 4px;
  width: 250px;
  border-radius: 5px;

  /* Safari,Google Chrome */

  /* Firefox12まで */
  background: #8ec31f;
  -webkit-box-shadow: 0 5px 0 0 #6b970f;
  box-shadow: 0 5px 0 0 #6b970f;
  color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

p.btn a > span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 11px;
  background: url("https://s.yimg.jp/images/tdt/2015/pc/img/header_arrow_sub_here.png") 0 0 no-repeat;
}

p.btn a > span._mini {
  position: static;
  background: none;
}

p.btn a:hover {
  background: #aad946;
  -webkit-box-shadow: 0 5px 0 0 #8ec31f;
  box-shadow: 0 5px 0 0 #8ec31f;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
}

p.btn.__closed a,
p.btn.__closed span,
#r_entry p.btn.__closed span {
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #ffffff !important;
  pointer-events: none !important;
}

p.btn.__closed a > span {
  background-image: none;
}

p.btn.__closed a:hover {
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #ffffff !important;
  cursor: default;
  pointer-events: none !important;
}

p.lang {
  float: right;
  margin: 10px 2px !important;
  padding: 5px 0;
  width: 78px;
  border: 1px solid #cccccc;
  text-align: center;
  line-height: 21px;
}

p.more {
  margin-bottom: 0 !important;
  text-align: right !important;
}

.receive-closed {
  margin: 20px 0;
  padding: 20px 5px;
  border: 2px solid #c90001;
  color: #c90001;
  text-align: center;
  font-size: 120%;
}

.receive-closed p {
  margin: 0 !important;
  color: #c90001 !important;
}

figure figcaption {
  padding: 4px 4px 0;
  font-size: 87.5%;
}

figure.pagemain_ph {
  background-color: #ffffff;
}

figure.pagemain_ph figcaption {
  padding: 8px 12px 0;
  font-size: 87.5%;
}

/* txtimg */
.txtimg_wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.txtimg_wrap a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.txtimg_wrap a:hover .txt,
.txtimg_wrap a:focus .txt {
  text-decoration: underline;
}

.txtimg_wrap .img {
  position: relative;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.txtimg_wrap .img.pos_r {
  position: absolute;
  right: 0;
  left: auto;
}

.txtimg_wrap .txt {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.txtimg_wrap .txt.pos_l {
  position: relative;
  right: auto;
  left: 0;
}

/* col2_module */
.col2_module,
.col2_img {
  overflow: hidden;
}

.col2_module .info_img {
  float: right;
  margin: 0 0 0 3%;
  width: 40%;
}

.col2_module .info_img_l {
  float: left;
  margin: 0 3% 0 0;
  width: 40%;
}

.col2_module .info_img_r {
  float: left;
  margin: 0 0 0 3%;
  width: 40%;
}

.col2_module .info_txt {
  float: left;
  width: 57%;
}

.col2_img .info_img_l,
.col2_img .info_img_r {
  float: left;
  width: 49.8%;
}

.col2_img .info_img_l {
  margin: 0 .4% 0 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .col2_module .info_img,
  .col2_module .info_img_l,
  .col2_module .info_img_r,
  .col2_img .info_img_l,
  .col2_img .info_img_r {
    float: none;
    margin: 4px auto 0;
    width: 100%;
    text-align: center;
  }

  .col2_module .info_txt {
    float: none;
    margin-top: 12px;
    width: 100%;
  }
}

/* bread_crumb */
ul.page-bread-crumb__list {
  float: left;
}

@media screen and (max-width: 767px) {
  ul.page-bread-crumb__list {
    display: none;
  }
}

ul.page-bread-crumb__list li {
  float: left;
  margin: 0 12px 0 0;
  list-style-type: none;
}

ul.page-bread-crumb__list.clearfix li::before {
  padding-right: 11px;
  content: ">";
}

ul.page-bread-crumb__list.clearfix li:first-child::before {
  padding-right: 0;
  content: "";
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* general style */
.general-text-link:hover {
  opacity: .7;
}

.general-vertical-rhythm {
  margin-bottom: 8px;
  padding-top: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  padding-left: 36px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

.general-vertical-rhythm:last-child {
  margin-bottom: 0;
}

.general-title--large {
  margin-bottom: 28px;
  font-size: 1.857rem;
}

.general-title--side {
  margin: 50px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #8ec31f;
  color: #8ec31f;
  font-size: 1.428rem;
}

.general-title--vertical {
  margin-top: 42px;
  margin-bottom: 18px;
  padding-left: 8px;
  border-left: 4px solid #8ec31f;
  font-size: 1.142rem;
}

.general-title--green {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #8ec31f;
  font-size: 1.142rem;
}

.general-title--small {
  color: #4d4d4d;
  font-size: 1rem;
}

.entry-flow__wrapper + .general-title--vertical {
  clear: both;
}

.general-title--border {
  display: inline-block;
  padding: 7px 15px;
  border: 2px solid #8ec31f;
  color: #8ec31f;
  text-align: center;
  font-size: 16px;
}

.general-title--fill {
  margin-bottom: 30px;
  padding: 8px 15px;
  background: #8ec31f;
  color: #ffffff;
  font-size: 1.43rem;
}

.general-title--fill-short {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 12px;
  border: 1px solid;
  background-color: #8ec31f;
  color: #ffffff;
  font-size: 120%;
}

.general-title--fill-short > span {
  display: block;
  font-size: 85%;
}

.general-title--bold {
  margin-top: 15px;
  font-weight: bold;
  font-size: 1rem;
}

.general-btn {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 0;
  max-width: 280px;
  width: 100%;
  border: 1px solid #8ec31f;
  border-radius: 30px;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: all 150ms 0s ease;
  transition: all 150ms 0s ease;
}

.general-btn::after {
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_white.svg");
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .general-btn::after {
    right: 15px;
  }
}

.general-btn:hover {
  background: none;
  color: #8ec31f;
}

.general-btn:hover::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_green.svg");
}

.general-btn--2-lines {
  padding: 12px 0;
  border-radius: 37px;
  line-height: 1.5;
}

.general-btn--2-lines::after {
  top: 50%;
  margin-top: -4.5px;
  line-height: 0;
}

.general-btn--ghost {
  padding: 12px 0;
  border: 1px solid #8ec31f;
  border-radius: 37px;
  background: none;
  color: #8ec31f;
  line-height: 1.5;
}

.general-btn--ghost::after {
  top: 50%;
  margin-top: -4.5px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_green.svg");
  line-height: 0;
}

.general-btn--ghost:hover {
  background-color: #8ec31f;
  color: #ffffff;
  opacity: 1;
}

.general-btn--ghost:hover::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_white.svg");
}

.general-btn--no-icon::after {
  content: '';
}

.general-btn--no-icon:hover::after {
  content: '';
}

.general-btn--double {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .general-btn--double li {
    margin-right: 48px;
    min-width: 156.672px;
    max-width: 280px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.general-btn--double li:last-child {
  margin-right: 0;
}

.general-btn--double li a,
.general-btn--double li p {
  margin-top: 0;
}

.general-btn__text {
  display: block;
  text-align: center;
}

.general-btn--disable {
  border: none;
  background-color: #d9d9d9;
  color: #777777;
}

.general-btn--disable::after {
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .general-btn--disable::after {
    right: 15px;
  }
}

.general-btn--disable:hover {
  border: none;
  background-color: #d9d9d9;
  color: #777777;
  opacity: 1;
}

.general-btn--disable:hover::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
}

.general-btn__text:first-child {
  padding: 12px 0;
  font-weight: normal;
}

.general-btn__text--thick:only-child {
  padding: 15px 0 15px;
}

.general-btn--notice {
  background-color: #d10105;
}

.general-btn--read-me {
  border: 1px solid #d10105;
}

.general-btn--read-me::after {
  position: absolute;
  right: 25px;
  display: inline-block;
  margin-top: 2px;
  width: 20px;
  height: 20px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/rider/icon_zoom.svg");
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .general-btn--read-me::after {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .general-btn--read-me::after {
    margin-top: 0;
  }
}

.general-btn--read-me:hover {
  border: 1px solid #d10105;
  color: #d10105;
}

.general-btn--read-me:hover::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/rider/icon_zoom_red.svg");
}

.general-anchors li {
  margin-bottom: 8px;
  margin-left: 1rem;
  color: #cccccc;
  list-style: disc outside;
}

.general-anchors a {
  color: #15866d;
  text-decoration: none;
}

.general-anchors a:hover {
  opacity: .7;
}

.general-anchors span {
  color: #4d4d4d;
}

.general-bullet {
  margin-top: 20px;
  margin-bottom: 20px;
}

.general-bullet li {
  margin-bottom: 20px;
  margin-left: 1rem;
  list-style: disc outside;
  text-indent: 0;
}

.general-bullet--narrow-list li {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .general-bullet--narrow-list li {
    margin-bottom: 10px;
  }
}

.general-bullet--pale {
  margin-top: 4px;
  margin-bottom: 10px;
}

.general-bullet--pale li {
  margin-bottom: 4px;
  margin-left: 1rem;
  color: #cccccc;
  list-style: circle outside;
}

.general-bullet--pale li p {
  color: #4d4d4d;
  font-size: 12px;
}

.general-bullet--num {
  margin: 10px 0 2em 1.3em;
  list-style-type: decimal;
}

.general-bullet--num .general-bullet--num__item {
  margin-bottom: 6px;
}

.general-bullet--num .general-bullet--num__item:last-child {
  margin-bottom: 0;
}

.general-note {
  display: inline-block;
  margin-bottom: 30px;
  padding: 6px 15px;
  border: 1px solid #d10105;
  color: #d10105;
  font-size: 1.142rem;
}

.general-notice {
  margin-bottom: 24px;
}

.general-notice__item {
  margin-bottom: 4px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.general-notice__item em {
  font-style: normal;
}

.general-bullet li > .general-notice li {
  margin-left: -.2em;
  padding-left: 1.5rem;
  list-style: none;
  text-indent: -1.5rem;
}

.general-bullet--pale li .general-supplement__item {
  color: #4d4d4d;
  list-style: none;
  text-indent: -1rem;
}

.general-bullet--pale li .general-supplement__item em {
  color: #4d4d4d;
  font-style: normal;
  font-size: 12px;
}

.general-group {
  margin-bottom: 64px;
}

.general-group:last-child {
  margin-bottom: 42px;
}

@media screen and (min-width: 768px) {
  .general-group:last-child {
    margin-bottom: 56px;
  }
}

.general-open-detail {
  margin-top: 20px;
  text-align: right;
}

.general-open-detail:hover {
  opacity: .7;
}

.general-open-detail::after {
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_link.svg");
}

.general-reproduction {
  margin-bottom: 30px;
  padding: 30px 20px;
  border: 1px solid #cccccc;
}

.general-border-surround {
  margin: 8px 0;
  padding: 12px;
  border: 1px solid #8ec31f;
  border-radius: 8px;
}

.general-border--dashed {
  display: block;
  margin: 40px 0;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #cccccc;
}

@media screen and (min-width: 768px) {
  .page-colum-inner-row-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .page-colum-inner-row-wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .page-facebook-timeline-wrap {
    margin-left: 28px;
    max-width: 355px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .page-digest-movie-and-kahoku-online-wrap {
    max-width: 425px;
    width: 100%;
  }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 989px) {
  .pc_module {
    display: none;
  }

  .tab_module,
  .tabImg,
  .tabBr {
    display: block;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .general-vertical-rhythm {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .pc_module,
  .pcImg,
  .pcBr {
    display: none;
  }

  .tab_module,
  .tabImg,
  .tabBr {
    display: none;
  }

  .sp_module,
  .spImg,
  .spBr {
    display: block;
  }

  .sp_disp_none {
    display: none !important;
  }

  .tit {
    margin: 0 0 0;
    padding: 6px 18px 4px 0;
    font-size: 171.43%;
  }

  .contents_inbox {
    padding: 16px 20px 16px;
    border: none;
  }

  .contents_wrap {
    padding: 24px 0 0;
  }

  .attbox {
    margin-bottom: 20px;
  }

  section.archive_inbox {
    padding: 3% important;
  }

  .archive_subtxt {
    display: block;
    margin-bottom: .3em;
    margin-left: 0;
  }

  /* txtimg */
  .txtimg_wrap .img {
    position: static !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
  }

  .txtimg_wrap .img img {
    width: 100%;
  }

  .txtimg_wrap .txt {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: auto !important;
    width: 100% !important;
  }

  .txtimg_wrap .pos_t {
    position: absolute !important;
    width: 100% !important;
  }

  /* type_btn */
  p.btn.type_btn {
    margin: 0 auto;
  }

  .page-lead-area p {
    margin-top: 0;
  }

  p + .general-period .general-title--side {
    margin-top: 36px;
  }

  .general-btn--narrow {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-btn--narrow li {
    max-width: none;
  }

  .general-btn--narrow li a {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .general-btn--narrow li:last-child a {
    margin-bottom: 32px;
  }

  .general-btn--double {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
  }

  .general-btn--double li a,
  .general-btn--double li p {
    margin-bottom: 30px;
  }

  .general-btn-double .general-btn__text:first-child {
    padding-top: 30px;
  }

  .general-hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border-top: 1px solid #cccccc;
  }

  /* page style */
  .page-category {
    display: block;
  }
}

.significant-report {
  margin: 20px;
  padding: 15px 18px;
  border: 2px solid #d10105;
  background-color: #ffffff;
}

.significant-report a {
  color: #d10105;
}

@media screen and (min-width: 768px) {
  .significant-report {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    max-width: 990px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .significant-report {
    margin-right: 12px;
    margin-left: 12px;
  }
}

.significant-report.significant-report-contents {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .significant-report.significant-report-contents {
    margin: 30px 20px 0;
  }
}

/*
*3.EMG
*/
#emg *,
#emg2 *,
#emg3 * {
  margin: 2px;
  padding: 2px;
  border: 2px;
  text-align: center;
  font: initial;
}

#emg,
#emg2,
#emg3 {
  clear: both;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.info-header {
  margin: 0 auto;
  padding-top: 70px;
  width: 990px;
}

#emg b,
#emg strong,
#emg2 b,
#emg2 strong,
#emg3 b,
#emg3 strong {
  font-weight: bold;
}

#emg br,
#emg2 br,
#emg3 br {
  display: none;
}

#emg > table,
#emg2 > table,
#emg3 > table {
  max-width: 726px !important;
  width: 77%;
}

#emg table,
#emg2 table,
#emg3 table {
  overflow: auto !important;
  margin: 10px auto !important;
  min-width: 500px !important;
}

#emg table table,
#emg2 table table,
#emg3 table table {
  margin: 0 !important;
}

/* tab+sp */
@media screen and (max-width: 949px) {
  .info-header {
    margin: 0 auto;
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #emg table,
  #emg2 table,
  #emg3 table {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100% !important;
  }

  .info-header {
    padding-top: 50px;
  }
}

/*
*4.noscript
*/
.noscript-content {
  background: #f7f7f7;
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .noscript-content {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .noscript-content {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

#error .noscript-content {
  padding-bottom: 0;
}

@media screen and (min-width: 990px) {
  #error .noscript-content {
    margin-top: 70px;
  }
}

@media screen and (max-width: 767px) {
  #error .noscript-content {
    padding-top: 110px;
  }
}

/*
*5.header & footer
*/

/* header */
.global-header {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #8ec31f;
}

@media screen and (max-width: 767px) {
  .global-header {
    position: fixed;
    z-index: 3;
  }
}

.global-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
}

@media screen and (min-width: 990px) {
  .global-header__menu {
    -ms-flex-pack: justify;
    width: 990px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .global-header__menu {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .global-header__menu {
    width: 100%;
  }
}

.tourdetohoku-logo {
  height: 100%;
}

@media screen and (min-width: 990px) {
  .tourdetohoku-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 882px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .tourdetohoku-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media screen and (max-width: 767px) {
  .tourdetohoku-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.tourdetohoku-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding-left: 9px;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
}

.tourdetohoku-logo__img {
  padding: 5px;
  max-width: 224px;
  width: 224px;
}

.yahoo-corporate-logo {
  width: 108px;
  height: 100%;
}

@media screen and (min-width: 990px) {
  .yahoo-corporate-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .yahoo-corporate-logo {
    padding-right: 14px;
  }
}

.yahoo-corporate-logo--sp {
  display: none;
}

.yahoo-corporate-logo--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
}

.yahoo-corporate-logo__img {
  max-width: 108px;
  width: 108px;
}

@media screen and (min-width: 768px) {
  .local-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    background-color: #e9e9e9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .local-menu--is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 990px;
    width: 100%;
    letter-spacing: -.4em;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .local-nav {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .local-nav--info {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.local-nav--volunteer .local-nav__cat-item {
  height: 52px;
}

@media screen and (min-width: 990px) {
  .local-nav--volunteer .local-nav__cat-item {
    width: 130px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .local-nav--volunteer .local-nav__cat-item {
    max-width: 130px;
  }
}

@media screen and (min-width: 768px) {
  .local-nav--info__wrap {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .local-nav--info__wrap:first-child {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav {
    -ms-flex-align: center;
    padding-bottom: 0;
    max-width: none;
    background-color: #f7f7f7;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .local-nav__cat-item {
    position: relative;
    max-width: 160px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .local-nav__cat-item a,
  .local-course-nav .local-nav__cat-item p {
    font-weight: bold;
    font-size: 1rem;
  }

  .local-course-nav .local-nav__cat-item a span,
  .local-course-nav .local-nav__cat-item p span {
    font-weight: normal;
    font-size: .86rem;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .local-nav__cat-item::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 0;
    height: 0;
    border-width: 15px 15px 0 0;
    border-style: solid;
    content: "";
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .local-course-nav .local-nav__cat-item::before {
    top: 3px;
    left: 3px;
  }
}

.local-course-nav .local-nav__cat-item--disable:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .local-course-nav .local-nav__cat-item--disable::before {
    content: "";
    border-color: #777777 transparent transparent transparent !important;
    background: none !important;
  }
}

.local-course-nav .local-nav__empty-item {
  margin-left: 5px;
  max-width: 160px;
  width: 100%;
  border: 1px solid #f7f7f7;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .local-course-nav .local-nav__cat {
    margin-bottom: 15px;
    max-width: 990px;
    width: 100%;
    height: 60px;
  }

  .local-course-nav .local-nav__cat:last-child {
    margin-bottom: 0;
  }
}

.local-course-nav__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-right: 30px;
  min-width: 141px;
  color: #8ec31f;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.local-course-nav__head,
.local-course-nav__head::after {
  min-width: 141px;
  height: 100%;
}

.local-course-nav__head::before,
.local-course-nav__head::after {
  background: #ffffff;
}

.local-course-nav__head,
.local-course-nav__head::before {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

.local-course-nav__head::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}

.local-course-nav__head::before {
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  width: 30px;
  height: 30px;
  content: '';
  -webkit-transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
  transform: translateY(-50%) rotate(45deg) skew(20deg, 20deg);
}

.local-course-nav__head p {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .local-course-nav__head {
    margin-right: 20px;
    font-size: 1rem;
  }

  .local-course-nav__head,
  .local-course-nav__head::after {
    min-width: 120px;
  }
}

@media screen and (max-width: 989px) {
  .local-nav__title {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__title {
    margin-bottom: 10px;
    letter-spacing: normal;
    font-weight: bold;
  }
}

.local-nav__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5px;
    max-width: 140px;
    width: 100%;
    height: 42px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    text-align: center;
    letter-spacing: normal;
    -webkit-transition: all 150ms 0s ease;
    transition: all 150ms 0s ease;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .local-nav__cat-item {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.local-nav__cat-item:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .local-nav:not(.local-course-nav) .local-nav__cat-item.__active.__stayed::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #8ec31f;
    content: "";
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item a,
  .local-nav__cat-item p,
  .local-nav__cat-item--disable {
    font-size: .86rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #4d4d4d;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item--disable {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #d9d9d9;
    color: #777777;
    cursor: default;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item--disable .header-nav__sequent-text {
    position: static;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--kesennuma::before {
    border-color: #b81930 transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--minami-sanriku::before {
    border-color: #15a2b2 transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--kitakami::before {
    border-color: #c8408d transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--onagawa-ogatsu::before {
    border-color: #0d367f transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--kesennuma-oneway::before {
    border-color: #dead26 transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--okumatsushima::before {
    border-color: #17b845 transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav__cat-item.course--souma::before {
    border-color: #e77612 transparent transparent transparent;
    background: none;
  }
}

@media screen and (min-width: 768px) {
  .local-nav .local-nav__title:last-of-type {
    margin-top: 25px;
  }
}

@media screen and (min-width: 768px) {
  .local-nav--info .local-nav__title:last-of-type {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .__active.__stayed {
    border-width: 2px;
    border-bottom-style: solid;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--kesennuma.__active.__stayed {
    border-color: #b81930;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--minami-sanriku.__active.__stayed {
    border-color: #15a2b2;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--kitakami.__active.__stayed {
    border-color: #c8408d;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--onagawa-ogatsu.__active.__stayed {
    border-color: #0d367f;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--kesennuma-oneway.__active.__stayed {
    border-color: #dead26;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--okumatsushima.__active.__stayed {
    border-color: #17b845;
  }
}

@media screen and (min-width: 768px) {
  .local-course-nav .course--souma.__active.__stayed {
    border-color: #e77612;
  }
}

@media screen and (max-width: 767px) {
  .yahoo-corporate-logo {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 100%;
  }

  .yahoo-corporate-logo--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
  }

  .yahoo-corporate-logo--pc {
    display: none;
  }

  .yahoo-corporate-logo__img {
    padding: 9px;
    max-width: 28px;
    width: 28px;
  }
}

@media screen and (min-width: 768px) {
  .global-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #ffffff;
  }

  .global-menu--is-sp {
    display: none;
  }

  .header-nav {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #ffffff;
  }

  .header-nav--is-sp {
    display: none;
  }

  .header-nav.menu-off {
    -webkit-transform: none;
    transform: none;
  }

  .js-nav-fixed {
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .03);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .03);
  }

  .header-nav__cat {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    overflow: hidden;
    margin: 0 auto;
    max-width: 990px;
    width: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .header-nav__cat-logo {
    margin-left: -84px;
    min-width: 84px;
    background: #8ec31f;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/nav_logo.svg");
    background-position: 50% 50%;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    list-style: none;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
  }

  .header-nav__cat-logo a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header-nav__cat-logo.is-open {
    margin-left: 0;
  }

  .header-nav__cat-logo:hover {
    opacity: .6;
  }

  .header-nav__cat-item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }

  .header-nav__cat-item::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #cccccc;
    content: '';
  }

  .header-nav__cat-item:last-child::after {
    display: none;
  }

  .header-nav__cat-item.__active.__stayed {
    border-bottom: 3px solid #8ec31f;
  }

  .header-nav__cat-item.__active.__stayed .header-nav__cat-title {
    color: #8ec31f;
  }

  .header-nav__cat-item--disable {
    color: #cccccc;
    cursor: default;
  }

  .header-nav__cat-title {
    position: relative;
    display: block;
    padding: 15px 0;
    color: #4d4d4d;
    text-decoration: none;
    line-height: 18px;
    -webkit-transition: .2s;
    transition: .2s;
  }

  .header-nav__cat-title.is-open {
    padding: 22px 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .header-nav__cat-title {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__cat-title span {
    font-weight: lighter;
    font-size: 12px;
  }

  .header-nav__cat-title:hover {
    color: #8ec31f;
  }

  .header-nav__cat-item--disable .header-nav__cat-title {
    color: #cccccc;
    pointer-events: none;
  }

  .header-nav__cat-item .header-nav__cat-title svg {
    height: 18px;
    fill: currentColor;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 989px) {
  .header-nav__cat-item .header-nav__cat-title svg {
    height: 16px;
  }
}

@media screen and (min-width: 768px) {
  .header-nav__sequent-text {
    position: absolute;
    bottom: 1px;
    left: 50%;
    font-size: .714rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .global-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex: none;
    flex: none;
    width: 44px;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .global-menu .global-menu-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 16px;
    height: 14px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .global-menu .global-menu-btn span {
    position: absolute;
    left: 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all .4s;
    transition: all .4s;
  }

  .global-menu .global-menu-btn span:nth-of-type(1) {
    top: 0;
  }

  .global-menu .global-menu-btn span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .global-menu .global-menu-btn span:nth-of-type(3) {
    bottom: 0;
  }

  .global-menu .global-menu-btn.__off span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
  }

  .global-menu .global-menu-btn.__off span:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
  }

  .global-menu .global-menu-btn.__off span:nth-of-type(3) {
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
  }

  .global-menu .global-menu-btn.__on span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
  }

  .global-menu .global-menu-btn.__on span:nth-of-type(2) {
    opacity: 0;
  }

  .global-menu .global-menu-btn.__on span:nth-of-type(3) {
    -webkit-animation: active-menu-bar02 .75s forwards;
    animation: active-menu-bar02 .75s forwards;
  }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
      transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(6px) rotate(-45deg);
      transform: translateY(6px) rotate(-45deg);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
      transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @-webkit-keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
      transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @keyframes menu-bar02 {
    0% {
      -webkit-transform: translateY(-6px) rotate(45deg);
      transform: translateY(-6px) rotate(45deg);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
      transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }
  }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
      transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
      transform: translateY(6px) rotate(45deg);
    }
  }

  @keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(6px) rotate(0);
      transform: translateY(6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(6px) rotate(45deg);
      transform: translateY(6px) rotate(45deg);
    }
  }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
      transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  @keyframes active-menu-bar02 {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
    }

    50% {
      -webkit-transform: translateY(-6px) rotate(0);
      transform: translateY(-6px) rotate(0);
    }

    100% {
      -webkit-transform: translateY(-6px) rotate(-45deg);
      transform: translateY(-6px) rotate(-45deg);
    }
  }

  .header-nav {
    position: fixed;
    top: 50px;
    right: 0;
    overflow: scroll;
    height: 100%;
  }

  .header-nav.menu-off {
    z-index: 9999;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .header-nav.menu-on {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header-nav--is-pc {
    display: none;
  }

  .header-nav__cat {
    margin-left: auto;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
  }

  .header-nav__cat-title button,
  .header-nav__cat-title--link a,
  .header-nav__sub-cat-title {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header-nav__cat-title button,
  .header-nav__cat-title--link a {
    display: block;
    width: 100%;
    background-color: #ffffff;
    text-align: left;
    font-size: 1rem;
  }

  .header-nav__cat-title button::before {
    display: inline-block;
    margin-right: 15px;
    margin-left: 20px;
    width: 10px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown.svg");
    -webkit-transition: .25s;
    transition: .25s;
  }

  .header-nav__cat-title.header-nav__entry button::after {
    margin-left: 20px;
    padding: 5px 15px;
    border: 1px solid #8ec31f;
    color: #8ec31f;
    content: 'エントリー受付中！';
    font-weight: bold;
  }

  .header-nav__cat-title--link a {
    color: #000000;
  }

  .header-nav__cat-title--link a::before {
    display: inline-block;
    margin-right: 15px;
    margin-left: 22px;
    width: 6.3px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
  }

  .header-nav__cat-title,
  .header-nav__cat-title--link,
  .header-nav__sub-cat-title,
  .header-nav__list-item {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  .header-nav__cat-item:first-child .header-nav__cat-title {
    border-top: 1px solid #cccccc;
  }

  .header-nav__sub-cat-title {
    padding-left: 44.5px;
    background-color: #e9e9e9;
  }

  .header-nav__list-item {
    position: relative;
    background-color: #f2f2f2;
  }

  .header-nav__list-item.__active {
    background-color: #8ec31f;
  }

  .header-nav__list-item.__active a {
    color: #ffffff;
    text-decoration: underline;
  }

  .header-nav__list-item a {
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 20.4%;
    color: #000000;
    text-decoration: none;
  }

  .header-nav__list-item::before {
    position: absolute;
    top: 50%;
    left: 13.4%;
    width: 5px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 374px) {
  .tourdetohoku-logo a {
    padding-left: 0;
  }
}

/* footer */
.footer-tdt-info-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 36px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer-tdt-info-list li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 358px;
  border: 1px solid #cccccc;
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .footer-tdt-info-list li {
    width: calc(50% - 8px);
  }
}

.footer-tdt-info-list li:hover {
  opacity: .7;
}

@media screen and (min-width: 990px) {
  .page-first-colum-wrap--fullscreen .footer-tdt-info-list li {
    width: 429px;
  }
}

.footer-tdt-info-list li::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 6px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-tdt-info-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #4d4d4d;
  text-decoration: none;
}

.footer-tdt-info-list img {
  max-width: 130px;
  width: 130px;
  height: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-tdt-info-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 28px 10px 10px;
  height: 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding: 40px;
    background-color: #f2f2f2;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .footer-nav__colum-wrap {
    display: inline-block;
    width: 231px;
    vertical-align: top;
    text-align: left;
    padding-right: 16px;
  }

  .footer-nav__cat {
    margin-bottom: 36px;
  }

  .footer-nav__cat:last-child {
    margin-bottom: 0;
  }

  .footer-nav__cat-title {
    margin-bottom: 16px;
    font-weight: bold;
  }

  .footer-nav__cat-title {
    margin-bottom: 16px;
    font-weight: bold;
  }

  .footer-nav__sub-cat-title {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 12px;
  }

  .footer-nav__list-item {
    position: relative;
    margin-bottom: 12px;
    padding-left: 20px;
    font-size: 12px;
  }

  .footer-nav__list-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer-nav__list-item a {
    color: #4d4d4d;
  }

  .footer-nav__list-item a:hover {
    color: #15866d;
  }

  .footer-nav--is-sp {
    display: none;
  }

  #footer_partner_area {
    background: #e9e9e9;
  }

  #footer_partner_area ._silver {
    display: block;
    padding: 10px 0 10px;
    width: 100%;
    background: #adafb4;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
  }

  #footer_partner_area .footer-colum-wrap {
    margin: 0 auto;
    padding: 40px 0;
  }

  #footer_partner_area ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -14px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #footer_partner_area ul li {
    position: relative;
    margin-right: 1.5%;
    margin-bottom: 14px;
    width: 13%;
  }

  #footer_partner_area img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #cccccc;
  }
}

@media screen and (min-width: 990px) {
  #footer_partner_area .footer-colum-wrap {
    width: 990px;
  }

  #footer_partner_area ul li:nth-child(7n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 12px;
    padding-left: 12px;
  }

  .footer-nav--is-sp {
    display: none;
  }

  #footer_partner_area .footer-colum-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
  }

  #footer_partner_area ul li {
    margin-right: 2%;
    width: 15%;
  }

  #footer_partner_area ul li:nth-child(6n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav--is-pc {
    display: none;
  }
}

.info_area {
  float: left;
  margin-left: 20px;
}

.rest_area {
  float: left;
}

ul.footer_nav_sub {
  display: block;
  border: none;
  font-size: inherit;
}

.footer-corpolate-relation {
  padding: 40px 20px;
  text-align: center;
}

.footer-corpolate-relation-above {
  margin: 0 auto;
  max-width: 990px;
  line-height: 1.8;
}

.footer-corpolate-relation-above__list {
  margin-top: 4px;
  font-size: 0;
}

.footer-corpolate-relation-above__list dt,
.footer-corpolate-relation-above__list dd {
  display: inline-block;
  font-size: .785rem;
}

.footer-corpolate-relation-above__list dt::after,
.footer-corpolate-relation-above__list dd::after {
  display: inline-block;
}

.footer-corpolate-relation-above__list dt::after {
  content: '：';
}

.footer-corpolate-relation-above__list dd::after {
  content: '、';
}

.footer-corpolate-relation-above__list dd:last-of-type::after {
  display: none;
}

.footer-social {
  padding: 20px;
  background-color: #e9e9e9;
}

.footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-social li {
  margin: auto 12px;
  width: 30px;
}

.sponsorship {
  overflow: hidden;
  margin: 0 auto 20px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sponsorship {
    margin-bottom: 0;
  }
}

.sponsorship p {
  float: left;
}

.sponsorship img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}

.footer-regression-top {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #efefef;
}

.footer-regression-top__btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 250px;
  border-radius: 5px;
  background-color: #ffffff;
  color: #4d4d4d;
  text-align: center;
  text-decoration: none;
  font-size: .86rem;
}

.footer-regression-top__btn:hover {
  opacity: .7;
}

.footer-content-info {
  padding: 24px 0;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
}

.footer-content-info a {
  color: #ffffff;
  text-decoration: none;
}

.footer-content-info a:hover {
  text-decoration: underline;
}

.footer-content-info .mdPropertyLink {
  padding: 0 0 5px 0;
  font-size: 134%;
}

.footer-content-info nav {
  margin: 8px 0;
  font-size: .86rem;
}

.footer-content-info__navi-info li,
.footer-content-info__utility-link li {
  display: inline-block;
  margin: 0 1px 8px 0;
}

.footer-content-info__navi-info li:first-child::before,
.footer-content-info__utility-link li:first-child::before {
  content: "";
}

.footer-content-info__navi-info li::before {
  content: " | ";
}

.footer-content-info__utility-link li::before {
  content: "- ";
}

@media screen and (max-width: 767px) {
  .footer-content-info__utility-link .footer-content-info__utility-link__terme::before {
    content: "";
  }
}

.footer-content-info__utility-link__spacer{
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer-content-info__utility-link__spacer{
   display: none;
  }
}

.footer-content-info__copyright {
  margin: 5px 0 0;
  font-size: 100%;
  line-height: 1.6;
}

/* tab+sp */
@media screen and (max-width: 949px) {
  .header_inner {
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  /* footer */
  #footer_partner_area {
    display: none;
  }

  .footer-content-info {
    margin-top: 0;
    padding: 2em 0;
    border-bottom: 1px solid #cccccc;
    background: #8ec31f;
    color: #ffffff;
    text-align: center;
    font-size: 85.7%;
    line-height: 1.4;
  }

  .footer-content-info a {
    color: #ffffff;
    text-decoration: none;
  }

  .sponsorship p {
    margin-bottom: 20px;
    width: 100%;
  }

  .sponsorship img {
    margin: 10px auto;
  }

  .footer-content-info .mdPropertyLink {
    padding: 0;
    font-size: 134%;
  }

  .footer-content-info nav {
    margin: 8px 0;
    font-size: 116.7%;
  }

  .footer-content-info nav span {
    display: none;
  }

  .footer-content-info__copyright {
    font-size: 91.7%;
    line-height: 1.3;
  }

  .footer-nav {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f7f7f7;
  }

  .footer-nav__cat {
    padding: 0 20px;
  }

  .footer-nav__cat-item {
    background-color: #ffffff;
  }

  .footer-nav__cat-title button,
  .footer-nav__cat-title--link a,
  .footer-nav__sub-cat-title {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-nav__cat-title button,
  .footer-nav__cat-title--link a {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1rem;
  }

  .footer-nav__cat-title button::before {
    display: inline-block;
    padding-right: 16px;
    padding-left: 20px;
    width: 10px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown.svg");
    -webkit-transition: .25s;
    transition: .25s;
  }

  .footer-nav__cat-title--link a {
    color: #4d4d4d;
  }

  .footer-nav__cat-title--link a::before {
    display: inline-block;
    padding-right: 16px;
    padding-left: 22px;
    width: 6.3px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
  }

  .footer-nav__cat-title + .footer-nav__sub-cat,
  .footer-nav__cat-title + .footer-nav__list {
    display: none;
  }

  .footer-nav__cat-title,
  .footer-nav__cat-title--link,
  .footer-nav__sub-cat-title,
  .footer-nav__list-item {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  .footer-nav__cat-item:first-child .footer-nav__cat-title {
    border-top: 1px solid #cccccc;
  }

  .footer-nav__sub-cat-title {
    padding-left: 44px;
    background-color: #e9e9e9;
  }

  .footer-nav__list-item {
    position: relative;
    background-color: #f2f2f2;
  }

  .footer-nav__list-item a {
    display: block;
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 68px;
    color: #000000;
    text-decoration: none;
  }

  .footer-nav__list-item::before {
    position: absolute;
    top: 50%;
    left: 44px;
    width: 5px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .footer-nav__list-item.__active {
    background-color: #8ec31f;
  }

  .footer-nav__list-item.__active a {
    color: #ffffff;
    text-decoration: underline;
  }

  .footer-tdt-info-list {
    display: block;
    margin-top: 24px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-tdt-info-list li {
    margin-bottom: 5px;
    width: 100%;
  }

  .__active button::before {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

/*
*6.srchBox
*/
.header_inner_listarea_contents_above {
  margin: 30px 0;
}

.header_inner_listarea_contents_above p.srch_ateatxt {
  width: 65%;
  line-height: 1.8;
}

#srchBox {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  margin-bottom: 10px;
  width: 286px;
  _width: 284px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

#srchBox a img {
  border: none;
}

#srchBox #srch {
  padding: 5px 9px 0;
  border-radius: 0;
}

#srchBox #srch #srchForm {
  white-space: nowrap;
}

#srchBox #srchInput {
  width: 186px;
  height: 25px;
  vertical-align: bottom;
}

#srchBox #srchBtn {
  padding-left: 5px;
  width: 80px;
  height: 30px;
  border: 2px solid #464646;
  border-radius: 0;
  background: #464646;
  color: #ffffff;
  letter-spacing: 5px;
  font-weight: bold;
}

#srchBox ul {
  margin-top: 6px;
  text-align: left;
}

#srchBox li {
  display: inline;
  padding-right: 10px;
  list-style-type: none;
  zoom: 1;
}

#srchBox li input {
  margin-right: 2px;
  border: 0;
  vertical-align: middle;
  zoom: 1;
}

#srchBox #srchLogo {
  margin: 6px 6px 6px 0;
  text-align: right;
}

#srchBox #srchLogo a {
  color: #666666;
  text-decoration: none;
  font-size: 85%;
}

#srchBox #srchLogo a:hover {
  text-decoration: underline;
}

#srchBox.watermark {
  padding-bottom: 6px;
}

#srchBox.watermark #srchInput {
  padding: 1px 2px 2px 5px;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#srchBox.watermark #srchInput.nomark {
  background: #ffffff;
}

#srchBox.watermark #srchLogo {
  display: none;
}

input[type="submit"] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* sp */
@media screen and (max-width: 767px) {
  .header_inner_listarea_contents_above {
    margin: 0;
  }

  .header_inner_listarea_contents_above p.srch_ateatxt {
    margin: 10px auto;
    padding: 0 20px;
    width: 90%;
  }

  /* #pc_header_search {
		display: none;
	} */
  #srchBox {
    position: inherit;
    display: block;
    margin: 10px auto 0;
    width: 90%;
  }

  #srchBox #srchInput {
    width: 80%;
    height: 25px;
  }

  #srchBox #srchBtn {
    width: 20%;
    height: 30px;
  }
}

/*
*7.sub
*/
#sub_entryarea {
  padding: 0;
  border-top: none;
}

#sub_entryarea > h2 {
  margin: 0 0 5px;
  padding: 7px 12px;
  border: 1px solid #8ec31f;
  background-color: #ffffff;
  color: #7fbb00;
  text-align: center;
  line-height: 1;
}

.sub_entryarea_txt {
  padding: 0 5px;
  color: #666666;
  font-size: 85%;
}

.sub_entryarea_btn {
  margin: 10px 0 20px;
}

.sub_entryarea_btn > a {
  position: relative;
  display: block;
  padding-top: 4px;
  border-radius: 5px;
  background: #8ec31f;
  -webkit-box-shadow: 0 5px 0 0 #6b970f;
  box-shadow: 0 5px 0 0 #6b970f;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 76px;
}

.sub_entryarea_btn > a:hover {
  background: #aad946;
  -webkit-box-shadow: 0 5px 0 0 #8ec31f;
  box-shadow: 0 5px 0 0 #8ec31f;
}

.sub_entryarea_btn > a.__closed {
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #999999 !important;
}

.sub_entryarea_btn > a.__closed:hover {
  cursor: default;
}

#sub_entryarea_img {
  text-align: center;
}

#partner_area h2 {
  padding: 4px 3px;
  color: #ffffff;
  text-align: center;
  font-size: 87.5%;
}

#partner_area h2._platinum {
  background: #c7c9c7;
}

#partner_area h2._gold {
  background: #d0b721;
}

#partner_area ul {
  margin-top: 5px;
}

#partner_area ul > li {
  overflow: hidden;
  margin: 0 1px 5px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}

#partner_area p {
  margin-bottom: 20px;
  padding-right: 10px;
  text-align: right;
  font-size: 87.5%;
}

#partner_area p a {
  color: #15866d;
  text-decoration: none;
}

#partner_area p a:hover {
  text-decoration: underline;
}

/* sp */
@media screen and (max-width: 767px) {
  #sub_entryarea {
    padding: 30px 10px;
    background-color: #ffffff;
  }

  #sub_entryarea > h2 {
    text-align: left;
  }

  .sub_entryarea_btn {
    margin: 10px 10px 20px !important;
  }

  .sub_entryarea_btn > a.__closed {
    font-size: 180%;
  }

  #sub_entryarea_img {
    display: none;
  }

  #sub #partner_area {
    display: none;
  }
}

/*
*8.pagetop
*/
.js-page-top {
  position: fixed;
  right: 5%;
  bottom: 30px;
  z-index: 2;
  width: 65px;
  cursor: pointer;
}

.js-page-top:hover {
  opacity: .7;
}

/* sp */
@media screen and (max-width: 767px) {
  .js-page-top {
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 2;
    width: 56px;
  }
}

/*
*9.table
*/
table.simple {
  width: 100%;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

table.simple.__green {
  border-color: #8ec31f;
}

table.simple th {
  padding: 15px;
  width: 30%;
  border-right: 1px solid #cccccc;
  background: #f2f2f2;
  font-weight: normal;
}

table.simple.__green th {
  background: #8ec31f;
  color: #ffffff;
}

table.simple.__green th,
table.simple.__green td {
  border-top: 1px solid #f2f2f2;
  border-right: none;
}

table.simple td {
  padding: 20px 15px;
  border-right: 1px solid #cccccc;
}

table.simple td.pc_center {
  text-align: center;
}

table.simple td:last-child {
  border-right: none;
}

table.simple th,
table.simple td {
  border-top: 1px solid #cccccc;
  vertical-align: middle;
  text-align: left;
  word-wrap: break-word;
  word-break: break-all;
}

.columns-four table.simple th {
  width: 25%;
}

.columns-four table.simple td {
  padding: 10px;
  width: 25%;
  border-top: 1px solid #cccccc;
}

table.simple.__green tr.first th,
table.simple.__green tr.first td {
  border-color: #8ec31f;
}

.general-table {
  width: 100%;
}

.general-table tr:first-child th {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .general-table tr:first-child td {
    border-top: 1px solid #cccccc;
  }
}

.general-table th,
.general-table td {
  display: block;
  padding: 20px 12px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .general-table th,
  .general-table td {
    display: table-cell;
  }
}

.entry-course-and-price .general-table th,
.entry-course-and-price .general-table td {
  padding: 8px 12px;
}

.general-table--narrow th,
.general-table--narrow td {
  padding: 10px 12px;
}

.general-table th {
  background-color: #f7f7f7;
  text-align: left;
  font-weight: normal;
}

.general-table a {
  color: #15866d;
  text-decoration: none;
  word-break: break-all;
}

.general-table--half {
  width: 50%;
}

.general-table p:nth-child(2) .info-table__partner,
.general-table p:nth-child(3) .info-table__partner {
  margin-top: 20px;
}

.general-table p:nth-child(2) .info-table__partner {
  background-color: #d0b71f;
}

.general-table p:nth-child(3) .info-table__partner {
  background-color: #adafb4;
}

.general-table .general-bullet {
  margin: 0;
}

.general-table .general-bullet li:last-child {
  margin-bottom: 0;
}

.general-table--rider-ently-second-hope th,
.general-table--rider-ently-second-hope td {
  display: table-cell;
  padding: 4px;
  width: 50%;
  font-size: .86rem;
}

.general-table--rider-ently-second-hope th {
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

/* sp */
@media screen and (max-width: 767px) {
  table.simple {
    width: 100%;
  }

  table.simple.__green {
    margin-bottom: 50px;
    width: auto;
  }

  table.simple th {
    display: block;
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }

  table.simple td {
    float: left;
    border-right: none;
  }

  table.simple td:first-of-type {
    border-top: none;
  }

  table.simple td.pc_center {
    text-align: left;
  }

  table.simple th,
  table.simple td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    width: 100% !important;
  }

  .columns-four table.simple td {
    padding: 15px;
    width: auto;
  }

  .columns-four table.simple td:first-of-type {
    border-top: 1px solid #cccccc;
  }

  table.simple.__green tr.first th,
  table.simple.__green tr.first td {
    border-color: #cccccc;
  }

  .general-table tr:first-child th {
    border-top: 1px solid #cccccc;
  }

  .general-table th,
  .general-table td {
    display: block;
    padding: 20px 12px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  .general-table--narrow th,
  .general-table--narrow td {
    padding: 10px 12px;
  }

  .general-table th {
    background-color: #f7f7f7;
    text-align: left;
    font-weight: normal;
  }

  .general-table a {
    color: #15866d;
    text-decoration: none;
    word-break: break-all;
  }

  .general-table--half {
    width: auto;
  }

  .info-table__partner {
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    width: 10rem;
    background-color: #4d4d4d;
    color: #ffffff;
    text-align: center;
    font-size: .86rem;
  }

  .general-table p:nth-child(2) .info-table__partner,
  .general-table p:nth-child(3) .info-table__partner {
    margin-top: 20px;
  }

  .general-table p:nth-child(2) .info-table__partner {
    background-color: #d0b71f;
  }

  .general-table p:nth-child(3) .info-table__partner {
    background-color: #adafb4;
  }

  .general-table .general-bullet {
    margin: 0;
  }

  .general-table .general-bullet li:last-child {
    margin-bottom: 0;
  }

  .general-table--rider-ently-second-hope th,
  .general-table--rider-ently-second-hope td {
    display: table-cell;
    padding: 4px;
    width: 50%;
    font-size: .86rem;
  }

  .general-table--rider-ently-second-hope th {
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
  }
}

.faq-table {
  width: 100%;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
  .faq-table {
    font-size: 12px;
  }
}

.faq-table th,
.faq-table td {
  padding: 15px;
  width: 25%;
  border: 1px solid #cccccc;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .faq-table th,
  .faq-table td {
    padding: 12px 5px;
  }
}

.faq-table th {
  background: #f2f2f2;
}

.faq-table td {
  background: #ffffff;
}

/*
*10.not found
*/
#notfound_inbox {
  position: relative;
  margin-top: 100px;
}

#notfound_inbox .txt {
  position: absolute;
}

#notfound_inbox .anchor {
  position: absolute;
  line-height: 1.2;
}

#notfound_inbox .anchor > a {
  color: #15866d;
  text-decoration: none;
}

#notfound_inbox.__02 .anchor > a {
  color: #ffffff;
}

#notfound_inbox .anchor > a:hover {
  text-decoration: underline;
}

#notfound_inbox .txt {
  top: 25%;
  left: 28%;
  color: #666666;
  text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff;
  font-size: 200%;
}

#notfound_inbox.__02 .txt,
#notfound_inbox.__03 .txt {
  top: 10%;
  left: 28%;
}

#notfound_inbox.__02 .txt {
  color: #ffffff;
}

#notfound_inbox .anchor {
  top: 40%;
  left: 33%;
  text-shadow: 0 0 3px #ffffff, 0 0 10px #ffffff;
  font-size: 150%;
}

#notfound_inbox.__02 .anchor,
#notfound_inbox.__03 .anchor {
  top: 25%;
}

/* sp */
@media screen and (max-width: 767px) {
  #notfound_inbox .anchor {
    top: 10%;
    left: 20%;
    margin-right: 10%;
    font-size: 100%;
  }

  #notfound_inbox .anchor > a {
    text-decoration: underline;
  }

  #notfound_inbox.__02 .txt,
  #notfound_inbox.__03 .txt {
    top: 5%;
    left: 5%;
    margin-right: 5%;
    font-size: 100%;
  }

  #notfound_inbox.__02 .anchor,
  #notfound_inbox.__03 .anchor {
    top: 20%;
    left: 20%;
  }
}

/*
*11.info_module
*/
.contents_inbox.__info {
  padding: 15px;
}

article#contents .contents_inbox.__info ul {
  margin: 0;
}

article#contents .contents_inbox.__info li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2f2f2;
  color: #999999;
}

article#contents .contents_inbox.__info li a {
  display: block;
  float: left;
  width: 590px;
}

.contents_inbox.__info .block {
  display: block;
  clear: left;
}

.contents_inbox.__info .date {
  display: block;
  float: left;
  margin-right: 10px;
  width: 118px;
}

.contents_inbox.__info .label {
  display: block;
  float: left;
  margin: 0 8px 10px 0;
  padding: 5px 0 4px 0;
  width: 86px;
  border: 1px solid #8ec31f;
  border-radius: 50px;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  font-size: 75%;
  line-height: 1;
}

.contents_inbox.__info .label.rider_icon {
  padding: 5px 0 4px 20px;
  background-image: url("https://s.yimg.jp/images/tdt/2017/assets/img/icon_rider_news.png");
  background-position: 17px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.contents_inbox.__info .label.crew_icon {
  padding: 5px 10px 4px 30px;
  background-image: url("https://s.yimg.jp/images/tdt/2017/assets/img/icon_crew_news.png");
  background-position: 16px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.contents_inbox.__info .label.event_icon {
  padding: 5px 15px 4px 29px;
  background-image: url("https://s.yimg.jp/images/tdt/2017/assets/img/icon_event_news.png");
  background-position: 14px;
  background-size: 18px;
  background-repeat: no-repeat;
}

.contents_inbox.__info .label.__pr {
  letter-spacing: 0;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  article#contents .contents_inbox.__info li .block a {
    width: 100%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .contents_inbox.__info .block {
    float: none;
    clear: none;
    width: 100%;
  }

  .contents_inbox.__info {
    border: none;
  }

  .contents_inbox.__info .block {
    display: block;
    margin-bottom: 5px;
  }

  article#contents .contents_inbox.__info li {
    margin-bottom: 10px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #cccccc;
    background-position: left 5px;
  }

  article#contents .contents_inbox.__info li.last {
    border-bottom: none;
  }

  article#contents .contents_inbox.__info li a {
    display: inline;
    margin-left: 0;
    width: 100%;
  }
}

/*
*12.TOP
*/
.tdt-entry-type {
  margin-bottom: 50px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width: 767px) {
  .tdt-entry-type {
    margin: 30px 0;
  }
}

.tdt-entry-type__head {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 5px 0;
  width: 100%;
  height: 50px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/head_entry_bg.jpg");
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .tdt-entry-type__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
}

.tdt-entry-type__head img {
  margin-left: 40px;
  width: 134px;
  height: 28px;
}

@media screen and (max-width: 767px) {
  .tdt-entry-type__head img {
    margin-left: 0;
    width: 114px;
  }
}

.tdt-entry-type__head span {
  margin-left: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.285rem;
}

@media screen and (max-width: 767px) {
  .tdt-entry-type__head span {
    margin-top: 6px;
    margin-left: 0;
    font-size: 1.142rem;
  }
}

.tdt-entry-type__wrap {
  padding: 0 36px 50px;
}

@media screen and (max-width: 767px) {
  .tdt-entry-type__wrap {
    padding: 0 20px 60px;
  }
}

.tdt-about {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}

.tdt-about-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tdt-about-summary::before {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/about_summary_pc.jpg");
  }
}

.tdt-about-summary {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 224px;
  -webkit-box-align: center;
  align-items: center;
}

.tdt-about-summary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/about_summary.jpg");
  background-size: cover;
  content: '';
}

.tdt-about-summary__lead-text {
  position: relative;
  margin: 0 15px 25px;
  color: #ffffff;
  text-align: center;
  font-size: 1.142rem;
}

@media screen and (min-width: 768px) {
  .tdt-about-summary__lead-text {
    margin-bottom: 30px;
  }
}

.tdt-about-summary__detail-btn {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 67%;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, .85);
  color: #4d4d4d;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

.tdt-about-summary__detail-btn:hover {
  background: none;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .tdt-about-summary__detail-btn {
    max-width: 250px;
    width: 100%;
  }
}

.tdt-about-summary__detail-btn::after {
  position: absolute;
  right: 25px;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
}

.tdt-about-summary__detail-btn:hover {
  background: none;
  color: #ffffff;
}

.tdt-about-summary__detail-btn:hover::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_white.svg");
}

.tdt-about-summary__detail-en {
  position: relative;
  margin-top: 20px;
  color: #ffffff;
}

.tdt-about-summary__detail-en::after {
  display: inline-block;
  margin-left: 8px;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_white.svg");
}

.tdt-about-summary__detail-en:hover {
  opacity: .7;
}

.tdt-top-contents {
  padding-top: 30%;
  padding-bottom: 60px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .tdt-top-contents {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 32px;
    height: 218px;
    border: 1px solid #cccccc;
    background-size: contain;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 950px) {
  .tdt-top-contents {
    padding: 0 20px 42px 373px;
  }
}

@media screen and (min-width: 768px) and (max-width: 949px) {
  .tdt-top-contents {
    padding: 0 20px 10px 318px;
    background-position: -56px;
  }
}

.tdt-top-contents:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .tdt-top-contents:last-child {
    margin-bottom: 0;
  }
}

.tdt-top-contents__detail-btn {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 67%;
  border-radius: 5px;
  background-color: #8ec31f;
  -webkit-box-shadow: 0 5px 0 0 #6b970f;
  box-shadow: 0 5px 0 0 #6b970f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
}

.tdt-top-contents__detail-btn:hover {
  opacity: .7;
}

.tdt-top-contents--info {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/course_info.jpg");
}

@media screen and (min-width: 768px) {
  .tdt-top-contents--info {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/course_info_pc.jpg");
  }
}

.tdt-top-contents--aid {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/aid_sp.jpg");
}

@media screen and (min-width: 768px) {
  .tdt-top-contents--aid {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/aid_pc.jpg");
  }
}

.tdt-top-contents--event {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/event_sp.jpg");
}

@media screen and (min-width: 768px) {
  .tdt-top-contents--event {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/event_pc.jpg");
  }
}

.tdt-top-contents--volunteer {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/volunteer_sp.jpg");
}

@media screen and (min-width: 768px) {
  .tdt-top-contents--volunteer {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/volunteer_pc.jpg");
  }
}

@media screen and (max-width: 767px) {
  .tdt-top-contents--volunteer {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .tdt-top-contents__right {
    width: 100%;
  }
}

.tdt-top-contents__head {
  margin-bottom: 12px;
  padding-top: 30px;
  text-align: center;
  font-size: 1.428rem;
}

@media screen and (min-width: 768px) {
  .tdt-top-contents__head {
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .tdt-top-contents__head {
    padding-top: 0;
  }
}

.tdt-top-contents__lead {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .tdt-top-contents__lead {
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
  }
}

.tdt-volunteer-and-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}

.tdt-volunteer,
.tdt-event {
  max-width: 390px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
}

.tdt-volunteer--disable,
.tdt-event--disable {
  background-color: #e9e9e9;
}

.tdt-event {
  margin-left: 29px;
}

.tdt-volunteer::before {
  display: inline-block;
  padding-top: 63%;
  width: 100%;
  background: url("https://s.yimg.jp/images/tdt/2019/img/top/volunteer.jpg") no-repeat;
  background-size: contain;
  content: "";
}

.tdt-event::before {
  display: inline-block;
  padding-top: 63%;
  width: 100%;
  background: url("https://s.yimg.jp/images/tdt/2020/img/top/event.jpg") no-repeat;
  background-size: contain;
  content: "";
}

.tdt-volunteer,
.tdt-event {
  color: #4d4d4d;
  text-decoration: none;
}

.tdt-volunteer__head,
.tdt-event__head {
  position: relative;
  padding: 5px 15px 0 15px;
  font-size: 1.142rem;
}

.tdt-volunteer__head span::after,
.tdt-event__head span::after {
  display: inline-block;
  margin-left: 12px;
  width: 6px;
  height: 9px;
}

.tdt-volunteer__head span::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
}

.tdt-event__head span::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
}

.tdt-volunteer__lead,
.tdt-event__lead {
  margin-top: 5px;
  padding: 0 15px 15px 15px;
  font-size: .86rem;
}

.tdt-topics {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .tdt-topics {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 808px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tdt-topics {
    margin-top: 50px;
    padding: 40px 20px;
    background-color: #ffffff;
  }
}

.tdt-topics a {
  color: #15866d;
  text-decoration: none;
}

.tdt-topics__list {
  margin-top: 20px;
}

.tdt-topics__item {
  padding: 16px 0;
  border-bottom: 1px solid #cccccc;
}

.tdt-topics__item:first-child {
  border-top: 1px solid #cccccc;
}

.tdt-topics__item-spec {
  margin-bottom: 16px;
}

.tdt-topics__item-time {
  font-size: .86rem;
}

.tdt-topics__item-label {
  padding: 4px 8px;
  border: 1px solid #8ec31f;
  border-radius: 10px;
  color: #8ec31f;
  font-size: .714rem;
}

.tdt-topics__item-title {
  margin: 0;
  font-size: 1rem;
}

.tdt-digest-movie {
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .tdt-digest-movie {
    max-width: 397px;
    width: 100%;
  }
}

.tdt-digest-movie__head {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
}

.tdt-digest-movie__movie {
  position: relative;
  overflow: hidden;
  padding-top: 68px;
  padding-bottom: 50%;
}

.tdt-digest-movie__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .kahoku-shinpo-online-news {
    max-width: 397px;
    width: 100%;
  }
}

.kahoku-shinpo-online-news img {
  width: 100%;
}

.tdt-facebook-timeline {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .tdt-facebook-timeline {
    padding-right: 0;
    padding-left: 0;
    max-width: 355px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .tdt-facebook-timeline {
    height: 300px;
  }
}

/* countdown */
.countdown {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 30px;
  width: 224px;
  height: 224px;
  background: #d4ef00;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .countdown {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .countdown {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 30px;
    margin-left: 0;
  }
}

.countdown.countdown--10-days-ago {
  background: linear-gradient(135deg, #ffff22, #ff6192);
}

.countdown.countdown--on-the-day {
  border: 3px solid #000000;
}

.countdown-wheel {
  position: absolute;
  top: -224px;
  right: -224px;
  z-index: -1;
  width: 448px;
  height: 448px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/counter/wheel.png");
  background-position: top right;
  background-size: 448px 448px;
  background-repeat: no-repeat;
}

.wheel-animation--low {
  -webkit-animation: spin-low 100s linear infinite;
  animation: spin-low 100s linear infinite;
}

@-webkit-keyframes spin-low {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-low {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wheel-animation--high {
  -webkit-animation: spin-high 25s linear infinite;
  animation: spin-high 25s linear infinite;
}

@-webkit-keyframes spin-high {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin-high {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.countdown-stripe {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 74px;
  border-radius: 3px;
  background: url("https://s.yimg.jp/images/tdt/2020/img/top/counter/stripe_text_pc.svg") repeat-x;
  background-position: 0 0;
  opacity: .7;
}

.countdown-stripe-animation {
  -webkit-animation: stripe-roop 15s linear infinite;
  animation: stripe-roop 15s linear infinite;
}

@-webkit-keyframes stripe-roop {
  from {
    background-position: 0  0;
  }

  to {
    background-position: -224px 0;
  }
}

@keyframes stripe-roop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -224px 0;
  }
}

.countdown-wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.countdown-data {
  margin-top: 15px;
  width: 180px;
  height: 20px;
}

.countdown-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 15px 10px;
  width: 100%;
  background: #000000;
}

.countdown-text-logo {
  margin: 0 auto;
  width: 204px;
  height: 19px;
}

.countdown-text-hold {
  margin: 10px auto 0;
  width: 100px;
  height: 17px;
}

.countdown--pc {
  display: block;
}

.countdown--sp {
  display: none;
}

.countdown-board {
  margin-top: 10px;
}

.countdown-board li {
  position: relative;
  float: left;
  overflow: hidden;
  margin-left: 2px;
  width: 49px;
  height: 77px;
}

.countdown-board li:first-child,
.countdown-board li:last-child {
  margin-left: 0;
}

.countdown-board li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 49px;
  height: 770px;
}

.countdown-board li .countdown-board-day img {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 13px;
  width: 25px;
  height: 29px;
}

@media screen and (max-width: 767px) {
  .countdown--pc {
    display: none;
  }

  .countdown--sp {
    display: block;
  }

  .countdown {
    padding: 20px 0;
    width: 100%;
    height: auto;
    border-right: none;
    border-left: none;
  }

  .countdown.countdown--on-the-day {
    border: 3px solid #000000;
    border-right: none;
    border-left: none;
  }

  .countdown-wheel {
    top: -260px;
    right: -260px;
    width: 520px;
    height: 520px;
    background-size: 520px 520px;
  }

  .countdown-stripe {
    width: 60px;
    height: 82px;
    background: url("https://s.yimg.jp/images/tdt/2020/img/top/counter/stripe_text_sp.svg") repeat-x;
  }

  .countdown-data {
    margin-top: 0;
    width: 180px;
    height: 20px;
  }

  .countdown-text {
    margin-top: 15px;
    padding: 15px 10px;
  }

  .countdown-text-logo {
    margin: 0 auto;
    width: 295px;
    height: 27px;
  }

  .countdown-text-hold {
    margin: 10px auto 0;
  }

  .countdown-board {
    margin-top: 15px;
  }

  .countdown-board li {
    margin-left: 5px;
    width: 64px;
    height: 86px;
  }

  .countdown-board li img {
    width: 64px;
    height: 860px;
  }

  .countdown-board li .countdown-board-day img {
    left: 13px;
    width: 25px;
    height: 29px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .tdt-volunteer-and-event {
    display: block;
    padding: 60px 20px;
    background-color: #ffffff;
  }

  .tdt-volunteer,
  .tdt-event {
    display: block;
    max-width: none;
    width: auto;
  }

  .tdt-volunteer--disable,
  .tdt-event--disable {
    background-color: #e9e9e9;
  }

  .tdt-volunteer {
    margin-bottom: 20px;
    background-image: url("https://s.yimg.jp/images/tdt/2019/img/top/volunteer.jpg");
  }

  .tdt-event {
    margin-left: 0;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/top/event.jpg");
  }

  .tdt-volunteer__head,
  .tdt-event__head {
    position: relative;
    color: #000000;
    text-decoration: none;
    font-size: 1.142rem;
  }

  .tdt-volunteer__head span::after,
  .tdt-event__head span::after {
    display: inline-block;
    margin-left: 12px;
  }

  .tdt-volunteer__head span::after {
    display: inline-block;
    width: 6px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
  }

  .tdt-event__head span::after {
    display: inline-block;
    width: 6px;
    content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
  }

  .tdt-volunteer__lead,
  .tdt-event__lead {
    font-size: .86rem;
  }

  .tdt-digest-movie {
    padding: 0 20px 40px;
  }

  .tdt-digest-movie__head {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #8ec31f;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
  }

  .tdt-digest-movie__movie {
    position: relative;
    overflow: hidden;
    padding-top: 68px;
    padding-bottom: 50%;
  }

  .tdt-digest-movie__movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .kahoku-shinpo-online-news {
    padding: 0 20px 40px;
  }

  .kahoku-shinpo-online-news img {
    width: 100%;
  }

  #pagePlugin {
    padding: 0;
    background-color: #ffffff;
  }
}

/* お知らせ */
body#top .contents_inbox.__news {
  padding: 10px;
  border: none;
  background-color: #f2f2f2;
}

body#top .contents_inbox.__news div {
  padding: 20px 25px 10px;
  background-color: #ffffff;
}

section.contents_inbox.__news div > h3 {
  font-weight: bold;
  font-size: 140%;
}

article#contents .contents_inbox.__info.__news ul {
  padding: 20px 0 0;
}

#pagePlugin .fb_iframe_widget,
#pagePlugin .fb_iframe_widget span,
#pagePlugin .fb_iframe_widget iframe[style] {
  width: 100% !important;
}

article#contents p.more {
  margin: -5px 0 0 0;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  /* キービジュアル */
  #kv h2,
  ul#kv h2 {
    position: absolute;
    top: 70px;
    left: 55px;
    color: #ffffff;
    text-shadow: 1px 1px 5px #000000;
    font-size: 300%;
  }

  #tdt_top_kv {
    margin: 0 auto;
  }

  #tdt_top_kv .kv_thum,
  #tdt_top_kv .bx-pager {
    width: 100%;
  }

  #tdt_top_kv .bx-pager li {
    margin: 0 4px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  /* キービジュアル */
  #tdt_top_kv .kv_thum {
    margin: 0 auto;
    padding: 16px 0 12px;
    width: 100%;
    background: #f2f2f2;
  }

  #tdt_top_kv .kv_thum .kv_thum_box,
  #tdt_top_kv .kv_thum .kv_thum_box div {
    margin: 0;
    padding: 0;
    border: none;
  }

  #tdt_top_kv .bx-pager {
    width: 100%;
    height: auto;
  }

  #tdt_top_kv .bx-pager li {
    width: 10px;
    height: 10px;
  }

  #tdt_top_kv .bx-pager li a {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
    background: #666666;
  }

  #tdt_top_kv .bx-pager li a.active {
    border: none;
    background: #000000;
  }

  #tdt_top_kv .bx-pager figure {
    display: none;
  }

  /* お知らせ */
  body#top .contents_inbox.__news {
    padding: 8px;
    border: none;
  }

  body#top .contents_inbox.__news div {
    padding: 25px 10px 16px;
    background-color: #ffffff;
  }

  article#contents .contents_inbox.__info li a {
    display: inline;
    margin-left: 0;
  }

  .contents_inbox.__info .block {
    float: none;
    clear: none;
    width: 100%;
  }

  .contents_inbox.__info {
    border: none;
  }

  .contents_inbox.__info .label {
    margin: 0 8px 5px 0;
  }

  .contents_inbox.__info .block {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  article#contents .contents_inbox.__info li {
    margin-bottom: 15px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #cccccc;
    background-position: left 5px;
  }
}

/* Facebook ページプラグイン用（520px以上768px未満） */
@media screen and (min-width: 520px) and (max-width: 767px) {
  #pagePlugin {
    margin: 0 auto;
    width: 500px;
  }
}

/*
*13.大会要項
*/
.info_read {
  margin-top: 3em;
  margin-bottom: 5em;
  text-align: center;
}

article#contents .info_read p {
  margin-bottom: 2em;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .info-language-wrap {
    height: 30px;
  }
}

.info-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .info-language {
    position: absolute;
    top: 7px;
    right: 18px;
  }
}

.info-language li:last-child::before {
  margin-right: 8px;
  margin-left: 8px;
  content: "|";
}

.info-language p {
  display: inline-block;
}

.info-language a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .info-language a {
    text-decoration: none;
  }
}

.info-about-img--pc {
  display: block;
}

.info-about-img--sp {
  display: none;
}

.info-about-main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .info-about-main img {
    width: 100%;
  }
}

.info-about-main_copy {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: inline-block;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.142rem;
}

@media screen and (min-width: 768px) {
  .info-about-main_copy {
    bottom: 30px;
    left: 30px;
    padding: 25px 30px 25px 30px;
    font-size: 1.857rem;
  }
}

.info-about-main_copy br {
  display: none;
}

.info-about-main + section p {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .info-performance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}

.info-performance img {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .info-performance img {
    width: auto;
  }
}

.info-performance a:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .info-performance > .pcImg {
    width: 126px;
  }
}

.info-performance-table {
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .info-performance-table {
    display: block;
    margin-bottom: 0;
    width: 568px;
    border-collapse: separate;
  }
}

.info-performance-table th,
.info-performance-table td {
  width: 50%;
  border-bottom: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .info-performance-table th,
  .info-performance-table td {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.info-performance-table tr:first-child th,
.info-performance-table tr:first-child td {
  border-top: 1px solid #cccccc;
}

.info-performance-table th {
  padding: 20px 15px 20px 50px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #f7f7f7;
  text-align: left;
  letter-spacing: -1px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .info-performance-table th {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 240px;
  }
}

.info-performance-table td {
  padding: 20px;
  border-right: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .info-performance-table td {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 328px;
  }
}

.info-performance-table__icon {
  position: relative;
}

.info-performance-table__icon::before {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info-performance-table__icon.icon-course::before {
  height: 5px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_course.png");
  content: "";
}

.info-performance-table__icon.icon-rider::before {
  height: 13px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_rider.png");
  content: "";
}

.info-performance-table__icon.icon-volunteer::before {
  height: 15px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_volunteer.png");
  content: "";
}

.info-performance-table + a {
  display: block;
  margin-bottom: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .info-performance-table + a {
    margin-bottom: 0;
    margin-left: 30px;
    width: 168px;
  }
}

@media screen and (min-width: 768px) {
  .info-performance-table + a img {
    width: 100%;
    height: 100%;
  }
}

.info-table__date {
  display: block;
  margin-top: 30px;
  margin-bottom: 12px;
}

.info-table__date + p + .general-bullet {
  margin-top: 20px;
  margin-bottom: 30px;
}

.general-table--info-table th {
  width: 30%;
}

.general-table--info-table .info-table__partner {
  display: block;
  margin-top: 18px;
  margin-bottom: 8px;
  padding: 4px;
  width: 10rem;
  color: #ffffff;
  text-align: center;
  font-size: .86rem;
}

.general-table--info-table .info-table__partner:first-child {
  margin-top: 0;
}

.general-table--info-table .info-table__partner--platinum {
  background-color: #4d4d4d;
}

.general-table--info-table .info-table__partner--gold {
  background-color: #d0b71f;
}

.general-table--info-table .info-table__partner--silver {
  background-color: #adafb4;
}

.general-table--info-table .info-table__partner-list {
  font-size: 0;
}

.general-table--info-table .info-table__partner-list li {
  display: inline-block;
  font-size: 1rem;
}

.general-table--info-table .info-table__partner-list li::after {
  display: inline-block;
  content: '、';
}

.general-table--info-table .info-table__partner-list li:last-of-type::after {
  display: none;
}

.info-statement {
  text-align: center;
}

.info-statement-frame {
  margin-bottom: 40px;
  padding: 30px 20px;
  border: 1px solid #8ec31f;
}

.info-statement-titie {
  margin-bottom: 50px;
  font-size: 1.714rem;
}

.info-statement p {
  margin-bottom: 25px;
}

.info-statement p:last-child {
  margin-bottom: 0;
}

/* sp */
@media screen and (max-width: 767px) {
  .info_read {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }

  article#contents .info_read p {
    margin-bottom: 1.5em;
    line-height: 1.6;
  }

  .info-about-img--pc {
    display: none;
  }

  .info-about-img--sp {
    display: block;
  }

  .info-about-main {
    position: relative;
  }

  .info-about-main_copy {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: inline-block;
    padding: 15px 5px 15px 15px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 1.142rem;
  }

  .info-about-main_copy br {
    display: block;
  }

  .info-about-main + section p:last-of-type {
    margin-bottom: 25px;
  }

  .info-performance-table {
    margin-bottom: 15px;
    width: 100%;
  }

  .info-performance-table th,
  .info-performance-table td {
    width: 50%;
    border-bottom: 1px solid #cccccc;
  }

  .info-performance-table tr:first-child th,
  .info-performance-table tr:first-child td {
    border-top: 1px solid #cccccc;
  }

  .info-performance-table th {
    padding: 20px 20px 20px 60px;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    background-color: #f7f7f7;
    text-align: left;
    letter-spacing: -1px;
    font-weight: normal;
  }

  .info-performance-table td {
    padding: 20px;
    border-right: 1px solid #cccccc;
  }

  .info-performance-table__icon {
    position: relative;
  }

  .info-performance-table__icon::before {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .info-performance-table__icon.icon-course::before {
    height: 5px;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_course.png");
    content: "";
  }

  .info-performance-table__icon.icon-rider::before {
    height: 13px;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_rider.png");
    content: "";
  }

  .info-performance-table__icon.icon-volunteer::before {
    height: 15px;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/about/icon_volunteer.png");
    content: "";
  }

  .info-performance-table + a {
    display: block;
    margin-bottom: 50px;
  }

  .general-table--info-table th {
    width: auto;
  }
}

@media screen and (max-width: 374px) {
  .info-performance-table th,
  .info-performance-table td {
    font-size: .714rem;
  }
}

/*
*15.フレンズ・チャリティーオークション
*/
#auction #contents p.ex {
  margin-bottom: 0;
  font-size: 87.5%;
}

#friends #contents figure,
#auction #contents figure {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
}

#auction #contents figure {
  width: 250px;
}

#auction #contents .item_inbox.__normal {
  overflow: hidden;
  margin-bottom: 20px;
}

#auction #contents .item_inbox.__normal .item_inbox_txt {
  overflow: hidden;
}

#auction #contents .item_inbox.__normal .item_inbox_txt p {
  margin-top: 0;
}

#friends #contents figure._large,
#auction #contents figure._large {
  width: 305px;
}

#auction #contents ._txt {
  overflow: hidden;
  margin-bottom: 20px;
}

#friends #contents ._txt_message,
#auction #contents ._txt_message {
  margin: 0;
  padding: 0 0 20px;
}

#friends #contents figure.text_over {
  margin-bottom: 60px;
}

#friends #contents ._txt_profile {
  margin-left: 220px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

#auction #contents ._txt_profile {
  padding-top: 10px;
}

#friends #contents ._txt_profile.__large,
#auction #contents ._txt_profile.__large {
  margin-left: 325px;
}

#friends #contents ._txt_profile .stit_03,
#auction #contents ._txt_profile .stit_03 {
  margin-top: 0;
}

#friends #contents ._txt_profile ._basictxt,
#e_event #contents ._txt_profile ._basictxt,
#auction #contents ._txt_profile ._basictxt {
  margin-bottom: 0;
  font-size: 90%;
}

#friends #contents ._txt_profile ._basictxt span,
#auction #contents ._txt_profile ._basictxt span {
  display: block;
  margin: 10px 0;
}

#friends #contents ._txtmore {
  float: right;
  margin-top: 15px;
  font-size: 90%;
}

#friends #contents ._hidetxt {
  margin-top: 0;
  font-size: 90%;
}

/* sp */
@media screen and (max-width: 767px) {
  #friends figure,
  #auction figure {
    width: 150px !important;
  }

  #auction figure {
    margin-bottom: 10px !important;
  }

  #auction #contents ._txt {
    overflow: initial;
  }

  #auction #contents .item_inbox.__normal figure {
    float: none;
    margin-bottom: 20px;
    width: 100% !important;
    text-align: center;
  }

  #auction #contents .item_inbox.__normal .item_inbox_txt {
    overflow: initial;
  }

  #friends #contents figure.text_over {
    margin-bottom: 0;
  }

  #friends ._txt_profile,
  #friends ._txt_profile.__large,
  #auction ._txt_profile,
  #auction ._txt_profile.__large {
    margin-left: 0 !important;
  }

  #friends figure._large,
  #auction figure._large {
    margin-bottom: 20px !important;
    width: 100% !important;
    text-align: center;
  }
}

/*
*16.パートナー一覧
*/
#partner aside#sub {
  display: none;
}

#partner article#contents {
  width: 100%;
}

#partner_contents.contents_inbox {
  padding: 0;
}

#partner_contents .contents_wrap {
  padding: 36px;
}

.contents_inbox.__partner {
  padding-top: 0;
  border-color: #cccccc;
}

.contents_inbox.__partner .stit_01 {
  margin-top: 0;
}

#partner_contents.contents_inbox ul {
  overflow: hidden;
  margin: 0;
  padding: 0 36px;
}

#partner_contents.contents_inbox ul > li {
  float: left;
  margin-right: 19px;
  width: 200px;
  height: 140px;
}

#partner_contents.contents_inbox ul._platinum > li {
  width: 419px;
}

#partner_contents.contents_inbox ul._platinum > li > a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#partner_contents.contents_inbox ul > li span {
  display: block;
}

#partner_contents.contents_inbox ul._platinum > li span {
  float: right;
  width: 200px;
  word-wrap: break-word;
  word-break: break-all;
}

#partner_contents.contents_inbox ul._platinum > li > a:hover span {
  text-decoration: underline;
}

#partner_contents.contents_inbox ul._gold > li span,
#partner_contents.contents_inbox ul._silver > li span {
  margin: 5px 0 0;
  line-height: 1.4;
}

#partner_contents.contents_inbox img {
  width: 198px;
  border: 1px solid #cccccc;
}

#partner_contents.contents_inbox ul._platinum img {
  float: left;
}

#partner #footer_partner_area {
  display: none;
}

.sponsorship_txt_wrap {
  margin: 80px 0 20px;
  padding: 20px;
  border: solid 1px #cccccc;
}

.sponsorship_txt_wrap .annotation dt {
  width: 10.5em;
}

.sponsorship_txt_wrap .annotation dd {
  margin-bottom: 1em;
  margin-left: 13.5em;
}

.sponsorship_txt_wrap .annotation dd.pc_mt27em {
  margin-top: 2.7em;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  #partner_contents.contents_inbox ul {
    margin-right: -20px;
  }

  #partner_contents.contents_inbox ul > li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding-right: 20px;
    width: 25%;
    height: 140px;
  }

  #partner_contents.contents_inbox ul._platinum > li {
    width: 50%;
  }

  #partner_contents.contents_inbox ul._platinum > li span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    width: 50%;
  }

  #partner_contents.contents_inbox img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #cccccc;
  }

  #partner_contents.contents_inbox ul._platinum img {
    width: 50%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #partner_contents.contents_inbox ul {
    text-align: center;
  }

  #partner_contents.contents_inbox ul > li {
    width: 100%;
  }

  #partner_contents .contents_wrap {
    padding: 16px 20px;
  }

  #partner_contents.contents_inbox ul._platinum > li {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
    width: auto;
    height: auto;
  }

  #partner_contents.contents_inbox ul._platinum > li span {
    float: none;
    margin: 5px 0 0;
    width: 100%;
  }

  #partner_contents.contents_inbox ul._platinum img {
    float: none;
  }

  #partner #footer {
    padding-top: 20px;
  }

  .sponsorship_txt_wrap .annotation dt {
    width: 100%;
  }

  .sponsorship_txt_wrap .annotation dd {
    margin-bottom: 1em;
    margin-left: 1.5em;
  }

  .sponsorship_txt_wrap .annotation dd.pc_mt27em {
    margin-top: 0;
  }
}

/*
*17.よくある質問
*/
dl.faq {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

dl.faq.__last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

dl.faq dt {
  margin-bottom: 10px;
}

dl.faq dt,
dl.faq dd {
  overflow: hidden;
}

dl.faq span.icon {
  float: left;
  clear: left;
  width: 20px;
  color: #8ec31f;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.3;
}

dl.faq span.txt {
  display: block;
  margin-left: 20px;
}

/*
*18.歴史
*/
#history figure {
  float: left;
  margin: 1%;
  width: 48%;
  text-align: center;
}

#history figcaption {
  padding: 5px;
  color: #4d4d4d;
  text-align: left;
  font-size: 80%;
}

#history figcaption > span {
  display: block;
  text-align: right;
}

#history ._cfbox {
  margin-top: 20px;
  margin-bottom: 30px;
}

#history .reference {
  margin: 40px 0 0 !important;
  padding: 10px 0 0;
  border-top: 1px solid #cccccc;
  text-align: right;
  font-size: 80%;
}

/* sp */
@media screen and (max-width: 767px) {
  #history figure {
    float: none;
    width: 100%;
  }
}

/*
*19.会場アクセス
*/
#access .receive-closed {
  padding: 20px;
  text-align: left;
}

#access .receive-closed p {
  color: #4d4d4d;
}

#access ul.access-point li {
  margin-top: .25em;
  margin-bottom: .25em;
}

#access ul.access-point .time {
  margin-left: 7px;
  padding: .75em .5em;
  border-left: 3px solid #d0b721;
  font-weight: bold;
}

#access ul.access-point li.stit_03 {
  font-weight: normal !important;
}

#access ul.access-point_detail {
  margin: 0;
  padding: 0 0 0 1.5em;
  font-size: 80%;
}

#access li.y-cnavi,
#access p.y-cnavi {
  overflow: hidden;
}

#access p.y-cnavi,
#access p.f-mini {
  font-size: 90%;
}

#access li.y-cnavi span.icon,
#access p.y-cnavi span.icon {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  background: url("https://s.yimg.jp/images/roadway/pc/img/icon_side_carnavi_2x.png") no-repeat 0 0;
  background-size: 60px 60px;
}

#access li.y-cnavi span.txt,
#access p.y-cnavi span.txt {
  overflow: hidden;
}

/*
*20.宿泊・ツアー
*/
#accom ul.top_anchor-area {
  float: left;
  width: 60%;
}

#accom figure.top_bnr.__pc-tablet {
  float: left;
  width: 40%;
}

#accom figure.top_bnr.__smp {
  display: none;
}

#accom figure.map_img {
  float: left;
  margin-right: 4%;
  width: 64%;
}

#accom figure.map_img.__small {
  width: 40%;
}

#accom figure.map_img figcaption {
  margin: 5px 0 10px;
  color: #4d4d4d;
  font-size: 87.5%;
}

#accom .map_detail {
  float: left;
  width: 32%;
}

#accom .map_detail.__small {
  float: right;
  width: 57.5%;
}

#accom figure.mid_bnr {
  float: left;
  margin-right: 2.5%;
  width: 40%;
}

#accom ._mini {
  font-size: 87.5%;
}

#accom .btn.__closed a {
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #999999 !important;
}

#accom .btn.__closed a > span {
  background-image: none;
}

#accom .btn.__closed a:hover {
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #999999 !important;
  cursor: default;
}

.parking figure figcaption {
  text-align: center;
}

/* 印刷用 */
@media print {
  #accom figure.top_bnr.__smp {
    display: none;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #accom figure.top_bnr.__pc-tablet {
    display: none;
  }

  #accom figure.top_bnr.__smp {
    display: block;
    margin: 0 0 20px;
    text-align: center;
  }

  #accom ul.top_anchor-area {
    float: none;
    width: 100%;
  }

  #accom figure.map_img,
  #accom figure.map_img.__small,
  #accom figure.mid_bnr {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  #accom .map_detail,
  #accom .map_detail.__small {
    float: none;
    width: 100%;
  }
}

/*
*22.エントリー
*/
.pc_flow_img {
  display: block;
}

.sp_flow_img {
  display: none;
}

.entry-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-step-list__item {
  position: relative;
  margin-right: 68px;
  width: 200px;
  border: 1px solid #f7f7f7;
}

.entry-step-list__item:last-child {
  margin-right: 0;
}

.entry-step-list__item-num,
.entry-step-list__item-text {
  font-weight: bold;
  font-size: .86rem;
}

.entry-step-list__item-num {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #f7f7f7;
  text-align: center;
}

.entry-step-list__item-text {
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  letter-spacing: -1px;
}

.entry-step--active {
  border-color: #8ec31f;
}

.entry-step--active .entry-step-list__item-num {
  background-color: #8ec31f;
  color: #ffffff;
}

.entry-step-list__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  left: 109%;
  display: block;
  width: 36px;
  height: 16px;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_step_pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.entry-step--active:not(:last-child)::after {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_step_pc_active.svg");
}

.entry-type-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.entry-type-anchors a {
  margin-right: 2.6%;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 32%;
  border-radius: 5px;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: .86rem;
}

@media screen and (min-width: 768px) {
  .entry-type-anchors a {
    margin-right: 10px;
    max-width: 238px;
    width: 100%;
  }
}

.entry-type-anchors a:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .course-title-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.course-title-list__item {
  position: relative;
}

.course-title-list__item,
.course-title-list__item--disable {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .course-title-list__item,
  .course-title-list__item--disable {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 12px;
    max-width: 362px;
    width: 100%;
    border-top: 1px solid #cccccc;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .course-title-list__item,
  .course-title-list__item--disable {
    width: calc(50% - 6px);
  }
}

.course-title-list__item:first-child,
.course-title-list__item--disable:only-child {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 768px) {
  .course-title-list__item:nth-child(even),
  .course-title-list__item--disable {
    margin-left: 12px;
  }
}

@media screen and (min-width: 768px) {
  .course-title-list li:nth-child(2n):nth-last-child(-n+1),
  .course-title-list li:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.course-title-list__item a,
.course-title-list__item p,
.course-title-list__item--disable {
  display: block;
  padding: 16px 12px;
}

.course-title-list__item--disable {
  background-color: #e9e9e9;
}

.course-title-list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
}

.course--kesennuma::before {
  background-color: #b81930;
}

.course--minami-sanriku::before {
  background-color: #15a2b2;
}

.course--kitakami::before {
  background-color: #c8408d;
}

.course--onagawa-ogatsu::before {
  background-color: #0d367f;
}

.course--kesennuma-oneway::before {
  background-color: #dead26;
}

.course--okumatsushima::before {
  background-color: #17b845;
}

.course--souma::before {
  background-color: #e77612;
}

.entry-flow {
  padding: 36px 36px 0;
}

@media screen and (max-width: 767px) {
  .entry-flow {
    padding: 10px 10px 0;
  }
}

.entry-flow--center {
  width: 100%;
}

.entry-flow--center .entry-flow__box:first-child {
  margin-top: 0;
}

.entry-flow--center .entry-flow__box:first-child::after,
.entry-flow--center .entry-flow__box:first-child::before {
  display: none;
}

.entry-flow__box {
  position: relative;
  margin-top: 40px;
  padding: 12px 0;
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #4d4d4d;
  text-align: center;
}

.entry-flow__arrow::before {
  position: absolute;
  top: -41px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 33px;
  background: #8ec31f;
  content: "";
}

.entry-flow__arrow::after {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 14px;
  height: 7px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_flow.svg");
}

.entry-flow__arrow--dashed::before {
  position: absolute;
  top: -41px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 33px;
  border-left: dotted 2px #8ec31f;
  content: "";
}

.entry-flow__arrow--dashed::after {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 14px;
  height: 7px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_flow.svg");
}

.entry-flow__arrow--three {
  margin-top: 140px;
}

.entry-flow__arrow--three::before {
  position: absolute;
  top: -141px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 133px;
  background: #8ec31f;
  content: "";
}

.entry-flow__arrow--three::after {
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  display: inline-block;
  margin: auto;
  width: 14px;
  height: 7px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_flow.svg");
}

.entry-flow__arrow-line::before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 40px;
  background: #8ec31f;
  content: "";
}

.entry-flow__arrow-line--dashed::before {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 40px;
  border-left: dotted 2px #8ec31f;
  content: "";
}

.entry-flow__box b {
  font-size: 14px;
}

.entry-flow__box p {
  font-size: 11px;
}

.entry-flow__box em {
  font-style: normal;
}

.entry-flow__wrapper {
  overflow: hidden;
  padding-right: 20px;
}

.entry-flow--left {
  float: left;
  margin-right: 20px;
  width: 50%;
}

.entry-flow--right {
  float: left;
  margin-right: -20px;
  width: 50%;
}

.entry-flow__text {
  position: relative;
  z-index: 0;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -1px;
  font-size: .86rem;
}

.entry-flow__text p {
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.entry-flow__text--three {
  height: 60px;
}

.entry-flow__text--two {
  height: 40px;
}

.entry-t-shirts__img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry-t-shirts__img img {
  width: 355px;
}

@media screen and (max-width: 767px) {
  .entry-t-shirts__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .entry-t-shirts__img img {
    margin-top: 30px;
    width: 100%;
  }
}

.entry-read-me {
  border: 1px solid #4d4d4d;
}

.entry-read-me__head {
  padding: 12px 12px;
  background: #4d4d4d;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.142rem;
}

.entry-read-me__text {
  padding: 36px 30px;
}

@media screen and (max-width: 767px) {
  .entry-read-me__text {
    padding: 30px 20px;
  }
}

.entry-type {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 989px) {
  .entry-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.entry-type-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px 20px 260px;
  max-width: 48%;
  width: 100%;
  border: 2px solid #8ec31f;
  border-radius: 10px;
}

@media screen and (max-width: 989px) {
  .entry-type-box {
    padding-bottom: 30px;
    max-width: 100%;
  }
}

.entry-type-box__winning {
  position: absolute;
  top: -8px;
  left: -8px;
  width: 80px;
  height: 80px;
}

.entry-type-box:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 989px) {
  .entry-type-box:nth-child(odd) {
    margin-right: 0;
  }
}

.entry-type-box .general-btn {
  max-width: 250px;
}

.entry-type-box__head {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  color: #8ec31f;
  text-align: center;
  font-size: 1.428rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.entry-type-box__head::after {
  position: absolute;
  right: 0;
  left: 0;
  margin: 33px auto 0;
  width: 60px;
  height: 2px;
  background: #8ec31f;
  content: '';
}

.entry-type-box__head span {
  font-size: 1rem;
}

.entry-type-box p {
  margin-top: 35px;
}

@media screen and (max-width: 989px) {
  .entry-type-box p {
    margin-top: 40px;
  }
}

.entry-type-box__under {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 88.668%;
}

@media screen and (max-width: 989px) {
  .entry-type-box__under {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .entry-type-box__under {
    margin-top: 30px;
  }
}

.entry-type-box__period {
  width: 100%;
  border: 1px solid #8ec31f;
}

.entry-type-box__period th {
  padding: 6px 0;
  background: #f4ffde;
  color: #8ec31f;
  text-align: center;
}

.entry-type-box__period td {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: -1px;
  height: 78px;
  border-top: 1px solid #8ec31f;
  text-align: center;
  line-height: 1.6;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

@media screen and (max-width: 989px) {
  .entry-type-box__period td {
    padding: 12px 0;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .entry-type-box__period td {
    font-size: .86rem;
  }
}

.entry-type-box .general-btn {
  margin-top: 30px;
}

.modal-read-me,
.modal-flow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: none;
  width: 100%;
  height: 100%;
}

.modal-read-me .modal__bg,
.modal-flow .modal__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .8);
}

.modal-read-me .modal__content,
.modal-flow .modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  overflow-y: scroll;
  width: 90%;
  height: 90%;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 990px) {
  .modal-read-me .modal__content,
  .modal-flow .modal__content {
    width: 880px;
  }
}

.modal-read-me .entry-read-me {
  border: none;
}

.course-summary-list {
  margin-bottom: 30px;
}

.course-summary-list:last-child {
  margin-bottom: 0;
}

.course-summary-list__label {
  padding: 0;
  height: 12px;
  border: 1px solid #cccccc;
}

.course-summary-list__item {
  display: block;
  padding: 16px 12px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.entry-course-and-price .course-summary-list__item {
  padding: 10px 12px;
}

.course-summary-list--disable {
  background: #e9e9e9;
}

.course-summary-list--disable .course-summary-list__label {
  background: #cccccc;
}

.label--kesennuma {
  background: #b81930;
}

.label--minami-sanriku {
  background: #15a2b2;
}

.label--kitakami {
  background: #c8408d;
}

.label--onagawa-ogatsu {
  background: #0d367f;
}

.label--kesennuma-oneway {
  background: #dead26;
}

.label--okumatsushima {
  background: #17b845;
}

.label--souma {
  background: #e77612;
}

@media screen and (min-width: 768px) {
  .course-map-list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .course-map-list {
    padding-bottom: 10px;
  }
}

.course-map-list__item {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  -webkit-box-align: center;
  align-items: center;
}

.course-map-list__item:hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .course-map-list__item {
    max-width: 358px;
    width: 100%;
  }

  .course-map-list__item:nth-child(even) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .course-map-list__item {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 767px) {
  .course-map-list__item:last-child {
    margin-bottom: 0;
  }
}

.course-map-list__item a,
.course-map-list__item p {
  display: block;
  padding: 15px 25px 15px 17px;
  width: 100%;
  color: #4d4d4d;
}

@media screen and (min-width: 768px) {
  .course-map-list__item a,
  .course-map-list__item p {
    padding: 25px 30px;
  }
}

.course-map-list__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
}

.course-map-list__item::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6.3px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_pulldown_child.svg");
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.course-map-list__item--disable {
  background: #e9e9e9;
}

.course-map-list__item--disable::before {
  background: #cccccc;
}

.course-map-list__item--disable::after {
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow.svg");
  opacity: .5;
}

.course-map-list__item--disable:hover {
  opacity: 1;
}

.course-map-list__item--disable p {
  color: #777777;
}

.course-summary-table {
  max-width: 734px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .course-summary-table {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table th {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table__item {
    display: block;
    margin-bottom: 30px;
  }

  .course-summary-table__item:last-child {
    margin-bottom: 10px;
  }
}

.course-summary-table__item td {
  padding: 20px 16px;
}

@media screen and (min-width: 768px) {
  .course-summary-table__item td {
    padding: 22px 17px;
  }
}

.course-summary-table__item td:first-child {
  position: relative;
}

@media screen and (max-width: 767px) {
  .course-summary-table__item td:first-child {
    padding-top: 31px;
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table__item td:nth-child(2)::before {
    content: "スポーツエントリー利用料";
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table__item td:nth-child(3)::before {
    content: "合計";
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table__item td:nth-child(4)::before {
    content: "参加料金（税込み）";
  }
}

.course-summary-table__item td:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12px;
  content: "";
}

@media screen and (min-width: 768px) {
  .course-summary-table__item td:first-child::before {
    top: 50%;
    width: 4px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .course-summary-table__item td:first-child::before {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
}

.course-summary-table__item--disable {
  background-color: #e9e9e9;
}

.course-summary-table__item--disable td:first-child::before {
  background-color: #cccccc;
}

@media screen and (min-width: 768px) {
  .course-summary-table__item__course {
    max-width: 270px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .pc_flow_img {
    display: none;
  }

  .sp_flow_img {
    display: block;
    margin: 1.3em auto;
    text-align: center;
  }

  .entry-step-list__item {
    margin-right: 5.9%;
    width: 29.2%;
  }

  .entry-step-list__item:not(:last-child)::after {
    left: 108%;
    width: 16px;
    height: 17px;
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_step_sp.svg");
  }

  .entry-step--active:not(:last-child)::after {
    background-image: url("https://s.yimg.jp/images/tdt/2020/img/rider/arrow_step_sp_active.svg");
  }

  .course-map-list__item {
    position: relative;
    margin-bottom: 20px;
  }

  .course-map-list__item:last-child {
    margin-bottom: 0;
  }

  .course-map-list__item {
    border: 1px solid #cccccc;
  }

  .course-map-list__item a {
    display: block;
    padding: 15px 25px 15px 17px;
  }

  .course-map-list__item a {
    color: #4d4d4d;
  }

  .course-map-list__item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    content: "";
  }
}

@media screen and (max-width: 374px) {
  .entry-step-list__item-text {
    font-size: .714rem;
  }

  .entry-flow__text {
    font-size: .714rem;
  }
}

/*
*23.コース情報
*/
#course .table-area {
  float: left;
  width: 57%;
}

#course figure {
  float: left;
  margin-right: 2.5%;
  width: 37.5%;
}

#course .ride-with-gps {
  float: left;
  margin-right: 2.5%;
  width: 40.5%;
}

@media screen and (max-width: 767px) {
  #course .ride-with-gps {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

#course figcaption {
  margin-top: 5px;
  text-align: right;
}

#course p.btn.__course {
  margin-top: 30px;
}

#course p.btn.__course a {
  background: #16856e;
  -webkit-box-shadow: 0 5px 0 0 #0d6754;
  box-shadow: 0 5px 0 0 #0d6754;
  line-height: 23px;
}

#course p.btn.__course a > span {
  position: static;
  top: inherit;
  right: inherit;
  margin-top: 0;
  width: auto;
  height: auto;
  background: none;
}

#course p.btn.__course a > span.icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  width: 7px;
  height: 11px;
  background: url("https://s.yimg.jp/images/tdt/2015/pc/img/header_arrow_sub_here.png") 0 0 no-repeat;
}

#course p.btn.__course a span.mini {
  display: block;
  font-size: 85%;
}

#course .table-area .hanrei span {
  margin-right: .8em;
  color: #4d4d4d;
}

#course ul.aid_root li {
  padding: 0 0 .2em;
}

#course .aid_root .root {
  margin-left: 5px;
  padding-left: 8px;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #8ec31f;
  line-height: 1.5;
}

#course .aid_root .root--start,
#course .aid_root .root--goal {
  margin-left: 0;
  padding: .2em 0;
  border-left: none;
}

#course #course_kesennuma211 .aid_root .root {
  border-left-color: #b81930;
}

#course #course_sanriku .aid_root .root {
  border-left-color: #15a2b2;
}

#course #course_kitakami .aid_root .root {
  border-left-color: #c8408d;
}

#course #course_onagawa .aid_root .root {
  border-left-color: #0d367f;
}

#course #course_kesennuma_one .aid_root .root {
  border-left-color: #dead26;
}

#course #course_okumatsushima .aid_root .root {
  border-left-color: #17b845;
}

#course .aid_root .root img {
  vertical-align: sub;
}

#course .aid_root_distance .root {
  font-weight: bold;
}

#course .aid_root .root .markicon {
  margin-bottom: 3px;
  margin-left: 10px;
}

#course .aid_root .root .brk_times {
  padding-bottom: 2px;
  border-bottom: 1px solid #8ec31f;
  font-weight: normal;
  font-size: .9em;
}

#course .aid_root li:first-child .distance_times,
#course .aid_root .root .distance_times {
  position: relative;
  margin: 0 0 4px -2px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#course .aid_root li:first-child .distance_times span,
#course .aid_root .root .distance_times span {
  position: relative;
  margin-left: 2px;
  padding: 2px;
  border: 1px dotted #8ec31f;
  border-radius: 4px;
  background-color: #ffffff;
  font-weight: normal;
  font-size: .9em;
}

#course .aid_root li:first-child .distance_times::before,
#course .aid_root .root .distance_times::before {
  position: absolute;
  bottom: 0;
  left: 26px;
  display: block;
  width: 0;
  height: 100%;
  border-left: 6px solid #8ec31f;
  content: "";
}

#course .aid_root li:first-child .distance_times::after,
#course .aid_root .root .distance_times::after {
  position: absolute;
  bottom: -7px;
  left: 26px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top: 4px solid #8ec31f;
  content: "";
}

#info_jp_course_summary th.w60p,
#rider_course_summary th.w60p,
#access_summary th.w60p,
#access_summary_2 th.w60p {
  width: 60%;
}

#info_jp_course_summary .fond,
#rider_course_summary .fond,
#access_summary .fond,
#access_summary_2 .fond {
  padding: 15px 10px;
}

#info_jp_course_summary .oshika,
#rider_course_summary .oshika,
#access_summary .oshika,
#access_summary_2 .oshika {
  padding: 0;
  width: 10px;
  background-color: #005ead;
}

#info_jp_course_summary .higashimatsushima,
#rider_course_summary .higashimatsushima,
#access_summary .higashimatsushima,
#access_summary_2 .higashimatsushima,
#info_jp_course_summary .okumatsushima,
#rider_course_summary .okumatsushima,
#access_summary .okumatsushima,
#access_summary_2 .okumatsushima {
  padding: 0;
  width: 10px;
  background-color: #4bacdb;
}

#info_jp_course_summary .sendai,
#rider_course_summary .sendai,
#access_summary .sendai,
#access_summary_2 .sendai {
  padding: 0;
  width: 10px;
  background-color: #006537;
}

#info_jp_course_summary .kesennuma,
#rider_course_summary .kesennuma,
#access_summary .kesennuma,
#access_summary_2 .kesennuma {
  padding: 0;
  width: 10px;
  background-color: #b81b30;
}

#info_jp_course_summary .minamisanriku,
#rider_course_summary .minamisanriku,
#access_summary .minamisanriku,
#access_summary_2 .minamisanriku {
  padding: 0;
  width: 10px;
  background-color: #15a2b2;
}

#info_jp_course_summary .kitakami,
#rider_course_summary .kitakami,
#access_summary .kitakami,
#access_summary_2 .kitakami {
  padding: 0;
  width: 10px;
  background-color: #c8408d;
}

#info_jp_course_summary .onagawa,
#rider_course_summary .onagawa,
#access_summary .onagawa,
#access_summary_2 .onagawa {
  padding: 0;
  width: 10px;
  background-color: #0d357f;
}

#info_jp_course_summary .oneway,
#rider_course_summary .oneway,
#access_summary .oneway,
#access_summary_2 .oneway {
  padding: 0;
  width: 10px;
  background-color: #dead26;
}

#info_jp_course_summary .oneway_minamisanriku,
#rider_course_summary .oneway_minamisanriku,
#access_summary .oneway_minamisanriku,
#access_summary_2 .oneway_minamisanriku {
  padding: 0;
  width: 10px;
  background-color: #f35a0d;
}

table#info_jp_course_summary td,
#rider_course_summary td,
#access_summary td,
#access_summary_2 td {
  padding: 15px;
}

table.course._20w th {
  width: 20%;
}

#info_jp_course_summary ._w3em,
#rider_course_summary ._w3em,
#access_summary ._w3em,
#access_summary_2 ._w3em {
  width: 3em;
}

#info_jp_course_summary ._w4em,
#rider_course_summary ._w4em,
#access_summary ._w4em,
#access_summary_2 ._w4em {
  width: 4em;
}

#info_jp_course_summary ._w5em,
#rider_course_summary ._w5em,
#access_summary ._w5em,
#access_summary_2 ._w5em {
  width: 5em;
}

#info_jp_course_summary ._w6em,
#rider_course_summary ._w6em,
#access_summary ._w6em,
#access_summary_2 ._w6em {
  width: 6em;
}

#info_jp_course_summary ._w8em,
#rider_course_summary ._w8em,
#access_summary ._w8em,
#access_summary_2 ._w8em {
  width: 8em;
}

#info_jp_course_summary ._w10em,
#rider_course_summary ._w10em,
#access_summary ._w10em,
#access_summary_2 ._w10em {
  width: 10em;
}

#info_jp_course_summary ._w12em,
#rider_course_summary ._w12em,
#access_summary ._w12em,
#access_summary_2 ._w12em {
  width: 12em;
}

#info_jp_course_summary ._wauto,
#rider_course_summary ._wauto,
#access_summary ._wauto,
#access_summary_2 ._wauto {
  width: auto;
}

#info_jp_course_summary td:nth-child(1),
#rider_course_summary td:nth-child(1),
#access_summary td:nth-child(1),
#access_summary_2 td:nth-child(1) {
  overflow: hidden;
}

/* コース詳細のビュレット */
.course_details .oshika,
.course_details .higashimatsushima,
.course_details .okumatsushima,
.course_details .sendai,
.course_details .kesennuma,
.course_details .minamisanriku,
.course_details .kitakami,
.course_details .onagawa,
.course_details .oneway,
.course_details .oneway_minamisanriku {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 20px;
  padding: 5px 0 0 12px;
  height: 40px;
  font-weight: bold;
  font-size: 142.86%;
}

.course_details .oshika {
  border-left: 40px solid #005ead;
}

.course_details .higashimatsushima,
.course_details .okumatsushima {
  border-left: 40px solid #4bacdb;
}

.course_details .sendai {
  border-left: 40px solid #006537;
}

.course_details .kesennuma {
  border-left: 40px solid #b81b30;
}

.course_details .minamisanriku {
  border-left: 40px solid #15a2b2;
}

.course_details .kitakami {
  border-left: 40px solid #c8408d;
}

.course_details .onagawa {
  border-left: 40px solid #0d357f;
}

.course_details .oneway {
  border-left: 40px solid #dead26;
}

.course_details .oneway_minamisanriku {
  border-left: 40px solid #f35a0d;
}

.course_details .oshika::after,
.course_details .higashimatsushima::after,
.course_details .okumatsushima::after,
.course_details .sendai::after,
.course_details .kesennuma::after,
.course_details .minamisanriku::after,
.course_details .kitakami::after,
.course_details .onagawa::after,
.course_details .oneway::after,
.course_details .oneway_minamisanriku::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}

@media (max-width: 767px) {
  #course figure {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  /* 見出し行を消す */
  #info_jp_course_summary th,
  #rider_course_summary th,
  #access_summary th,
  #access_summary_2 th {
    display: none;
  }

  /* セルをブロックとして表示 */
  #info_jp_course_summary td,
  #rider_course_summary td,
  #access_summary td,
  #access_summary_2 td {
    display: block;
    border-top: 1px solid #cccccc;
  }

  /* 最初の項目に背景色を付ける */
  #info_jp_course_summary td:nth-child(1),
  #rider_course_summary td:nth-child(1),
  #access_summary td:nth-child(1),
  #access_summary_2 td:nth-child(1) {
    padding: 5px;
  }

  #info_jp_course_summary td:nth-child(2),
  #rider_course_summary td:nth-child(2),
  #access_summary td:nth-child(2),
  #access_summary_2 td:nth-child(2) {
    background-color: #f2f2f2;
  }

  /* セルに見出し代わりの文字を付加 */

  /* ライダー コース情報 サマリーの表に対して適用する部分 */
  #rider_course_summary td:nth-child(3)::before {
    content: '合計（税込）：\A';
    white-space: pre;
  }

  #rider_course_summary td:nth-child(4)::before {
    content: '会場最寄駅：\A';
    white-space: pre;
  }

  #rider_course_summary td:nth-child(5)::before {
    content: '会場最寄駅から会場へのアクセス：\A';
    white-space: pre;
  }

  #rider_course_summary td:nth-child(6)::before {
    content: '受付・スタート：\A';
    white-space: pre;
  }

  #rider_course_summary td:nth-child(7)::before {
    content: 'ゴール：\A';
    white-space: pre;
  }

  /* セルに見出し代わりの文字を付加 */

  /* 未使用 */
  #access_summary td:nth-child(3)::before,
  #access_summary_2 td:nth-child(3)::before {
    content: '会場最寄駅：\A';
    white-space: pre;
  }

  #access_summary td:nth-child(4)::before,
  #access_summary_2 td:nth-child(4)::before {
    content: '会場からのアクセス：\A';
    white-space: pre;
  }

  #access_summary td:nth-child(5)::before,
  #access_summary_2 td:nth-child(5)::before {
    content: '受付・スタート：\A';
    white-space: pre;
  }

  #access_summary td:nth-child(6)::before,
  #access_summary_2 td:nth-child(6)::before {
    content: 'ゴール：\A';
    white-space: pre;
  }

  /* セルに見出し代わりの文字を付加 */

  /* 大会情報 サマリーの表に対して適用する部分 */
  #info_jp_course_summary td:nth-child(2)::before {
    content: 'コース：\A';
    white-space: pre;
  }

  #info_jp_course_summary td:nth-child(3)::before {
    content: '距離：\A';
    white-space: pre;
  }

  #info_jp_course_summary td:nth-child(4)::before {
    content: '一般ライダーエントリー料（税込）※1：\A';
    white-space: pre;
  }

  #info_jp_course_summary td:nth-child(5)::before {
    content: 'スタート地点：\A';
    white-space: pre;
  }
}

/* コース別エントリー区分 */
table.simple ._w3em {
  width: 3em;
}

table.simple ._w4em {
  width: 4em;
}

table.simple ._w5em {
  width: 5em;
}

table.simple ._w6em {
  width: 6em;
}

table.simple ._w8em {
  width: 8em;
}

table.simple ._w10em {
  width: 10em;
}

table.simple ._w12em {
  width: 12em;
}

table.simple .w60p {
  width: 60%;
}

section#course_oshika .toggle,
section#course_higashimatsushima .toggle,
section#course_okumatsushima .toggle,
section#course_sendai .toggle,
section#course_kesennuma211 .toggle,
section#course_sanriku .toggle,
section#course_kitakami .toggle,
section#course_onagawa .toggle,
section#course_kesennuma_one .toggle,
section#course_minamisanriku_one .toggle {
  padding-bottom: 60px;
  border-bottom: 1px solid #cccccc;
}

#r_summary table#info_jp_course_summary td,
#r_summary table#rider_course_summary td,
#r_summary table#access_summary td,
#r_summary table#access_summary_2 td,
#r_entry table#info_jp_course_summary td,
#r_entry table#rider_course_summary td,
#r_entry table#access_summary td,
#r_entry table#access_summary_2 td {
  padding: 10px 0 10px 5px;
}

@media (max-width: 767px) {
  .course_details .oshika,
  .course_details .higashimatsushima,
  .course_details .okumatsushima,
  .course_details .sendai,
  .course_details .kesennuma,
  .course_details .minamisanriku,
  .course_details .kitakami,
  .course_details .onagawa,
  .course_details .oneway,
  .course_details .oneway_minamisanriku {
    padding: 0 16px 0 12px;
    height: 30px;
    font-size: 142.86%;
  }

  section#course_oshika .toggle,
  section#course_higashimatsushima .toggle,
  section#course_okumatsushima .toggle,
  section#course_sendai .toggle,
  section#course_kesennuma211 .toggle,
  section#course_sanriku .toggle,
  section#course_kitakami .toggle,
  section#course_onagawa .toggle,
  section#course_kesennuma_one .toggle,
  section#course_minamisanriku_one .toggle {
    padding-bottom: 28px;
  }

  .course_details .oshika {
    border-left: 30px solid #005ead;
  }

  .course_details .higashimatsushima,
  .course_details .okumatsushima {
    border-left: 30px solid #4bacdb;
  }

  .course_details .sendai {
    border-left: 30px solid #006537;
  }

  .course_details .kesennuma {
    border-left: 30px solid #b81b30;
  }

  .course_details .minamisanriku {
    border-left: 30px solid #15a2b2;
  }

  .course_details .kitakami {
    border-left: 30px solid #c8408d;
  }

  .course_details .onagawa {
    border-left: 30px solid #0d357f;
  }

  .course_details .oneway {
    border-left: 30px solid #dead26;
  }

  .course_details .oneway_minamisanriku {
    border-left: 30px solid #f35a0d;
  }

  /* 見出し行を消す */
  .contents_inbox .cost_summary th {
    display: none;
  }

  /* フォンド背景色 */
  #course #info_jp_course_summary td:nth-child(2),
  #course #rider_course_summary td:nth-child(2),
  #course #access_summary td:nth-child(2),
  #course #access_summary_2 td:nth-child(2) {
    background-color: #ffffff;
  }

  /* セルをブロックとして表示 */
  .contents_inbox .cost_summary td {
    display: block;
    border-top: 1px solid #cccccc !important;
  }

  /* セルに見出し代わりの文字を付加 */
  .contents_inbox .cost_summary td:nth-child(1)::before {
    content: '応"縁"ライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(2)::before {
    content: '優先出走ライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(3)::before {
    content: '一般ライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(4)::before {
    content: '東北枠ライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(5)::before {
    content: '親子ライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(6)::before {
    content: 'ハンドサイクルライダー：\A';
    white-space: pre;
  }

  .contents_inbox .cost_summary td:nth-child(7)::before {
    content: 'キャンプセット：\A';
    white-space: pre;
  }
}

/* コースガイド */
.mobile-default {
  display: none;
}

.mobile-default.triger {
  overflow: hidden;
  margin: 15px 0 0;
  cursor: pointer;
}

.mobile-default.triger.__none {
  display: none;
}

.mobile-default figure img {
  float: left;
  margin-right: 10px;
  width: 25%;
}

.mobile-default p {
  overflow: hidden;
  margin: 0 !important;
  font-size: 80%;
}

.defaultarea_more {
  color: #15866d !important;
  text-align: right;
  text-decoration: underline;
}

.hanrei {
  margin-top: 15px;
}

p.btn {
  margin: 40px auto;
  width: 250px;
}

/* sp */
@media screen and (max-width: 767px) {
  #course .table-area {
    float: none;
    width: 100%;
  }

  #course figure {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}

/*
*24.自転車配送
*/
#r_logistics #contents ._price {
  margin: 0 0 0 10px !important;
  font-weight: bold;
}

#r_logistics #contents #rlogist_contents ul li {
  margin-bottom: 1.5em;
}

#r_logistics #contents ._detail {
  margin: 30px 0 0;
  padding: 30px 0 0;
}

#r_logistics #contents ._detail ._logo {
  margin: 0 0 30px;
  text-align: center;
}

#r_logistics table.simple th,
#r_logistics table.simple td {
  text-align: center;
}

#r_logistics dl.example > dt {
  margin-top: 10px;
  font-weight: bold;
}

#r_logistics dl.example dt::after {
  content: "：";
}

/*
*25.クルー業務紹介
*/
#c_guide .pic_area {
  overflow: hidden;
}

#c_guide .pic_area figure {
  float: left;
  margin: 0 20px 20px 0;
  width: 500px;
}

#c_guide .pic_area ._txt {
  margin: 0;
}

#c_guide .annotation01 {
  margin-top: 20px;
}

#c_guide p.btn {
  margin: 50px 0 40px;
}

/* tab+sp */
@media screen and (max-width: 949px) {
  #c_guide .pic_area figure {
    float: none;
    margin: 0 auto 20px;
    width: inherit;
    text-align: center;
  }

  #c_guide .pic_area ._txt {
    margin-bottom: 1em;
  }
}

/*
*26.オフィシャルグッズ
*/
.goods-column {
  overflow: hidden;
}

.goods-column--left {
  float: left;
  margin: 0 3% 0 0;
  width: 44%;
}

.goods-column--left img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #f7f7f7;
}

.goods-column--right {
  float: left;
  width: 53%;
}

.goods-banner--jersey {
  margin-top: 35px;
  width: 100%;
}

.banner-caption {
  margin: 15px 0 15px 0;
  color: #777777;
  text-align: right;
  font-size: .86rem;
  line-height: 20px;
}

.goods-special {
  position: relative;
  display: block;
  margin-top: 30px;
}

.goods-special span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 250px;
  height: 35px;
  border-bottom: 2px solid #ffffff;
}

.goods-special span p {
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.285rem;
}

.goods-special span p::after {
  position: absolute;
  right: 6px;
  display: inline-block;
  width: 6px;
  height: 9px;
  content: url("https://s.yimg.jp/images/tdt/2020/img/arrow_white.svg");
}

.goods-banner--pants {
  margin: 35px auto 0;
  width: 380px;
}

/* sp */
@media screen and (max-width: 767px) {
  .goods-column--left,
  .goods-column--right {
    float: none;
    width: 100%;
  }

  .goods-column--left img {
    margin-bottom: 35px;
  }

  .goods-banner--jersey {
    margin: 35px auto 0;
    max-width: 400px;
  }

  .goods-banner--pants {
    max-width: 400px;
    width: 100%;
  }
}

/*
*27.応縁飯・応縁フェスタ
*/
.food_itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.food_itemlist li {
  margin-bottom: 60px;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .food_itemlist li {
    width: 100%;
  }
}

.food_itemlist li:nth-child(odd) {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .food_itemlist li:nth-child(odd) {
    margin-right: 0;
  }
}

.food_itemlist li figure {
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .food_itemlist li figure {
    max-width: 360px;
  }
}

.food_itemlist_txtarea {
  margin-top: 20px;
}

.food_itemlist_namearea {
  margin-bottom: 16px;
}

.food_itemlist_namearea .stit_02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.food_itemlist_namearea .area {
  margin: 5px 0 0;
  text-align: right;
  font-weight: bold;
}

/*
*28.応縁団
*/
#event_common .left {
  float: left;
  margin-right: 10px;
}

#event_common .access {
  width: 360px;
}

#event_common .com_menu figure {
  float: left;
  margin-right: 10px;
  width: 238px;
}

#event_common .com_menu::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
  font-size: 0;
}

#event_common .center {
  margin: auto;
  text-align: center;
}

#event_common .goods {
  margin: auto;
  width: 520px;
  text-align: center;
}

#event_common .fj_food figure img {
  width: 368px;
}

#event_common .fj_food::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '.';
  font-size: 0;
}

/* sp */
@media screen and (max-width: 767px) {
  #event_common .com_menu img {
    width: 100%;
  }

  #event_common .left {
    float: none;
    margin-right: 0;
  }

  #event_common .goods {
    width: 100%;
  }

  #event_common .access {
    width: 100%;
  }

  #event_common .fj_food figure img {
    width: 100%;
  }

  #event_common .com_menu figure {
    width: 100%;
  }

  #event_common ._mb10 {
    margin-bottom: 10px;
  }
}

/*
*29.スペシャル号外新聞
*/
#e_extra .pagetit span.pagetit_mobile.__01 {
  position: static;
}

#e_extra .pagetit span.pagetit_mobile.__02 {
  position: static;
  padding: 0;
}

#e_extra .toparea,
#e_extra .midarea,
#e_extra .btmarea {
  overflow: hidden;
}

#e_extra .toparea figure,
#e_extra .midarea figure,
#e_extra .btmarea figure {
  float: left;
  margin-right: 20px;
}

#e_extra .toparea figure {
  margin-bottom: 10px;
}

#e_extra .midarea figure {
  width: 280px;
}

#e_extra .midarea figure .btm {
  margin-top: 30px;
}

#e_extra .midarea_txt,
#e_extra .btmarea_txt {
  overflow: hidden;
}

#e_extra .btmarea figure {
  width: 400px;
}

#e_extra .btmarea figure figcaption {
  margin: 5px 0;
  color: #4d4d4d;
  font-size: 87.5%;
}

#e_extra ol.list_01 > li {
  margin-bottom: 30px;
  color: #8ec31f;
  font-weight: bold;
}

#e_extra ol.list_01 > li span {
  color: #4d4d4d;
  font-weight: normal;
}

#sunsun {
  position: relative;
  margin: 30px 0;
  border: 1px solid #48bce9;
  border-top: none;
  background: #48bbe8;
}

#sunsun ._sp,
#e_extra .pagetit._sp {
  display: none;
}

#sunsun-bg1 {
  margin: 0;
  padding: 0;
  background-image: url("https://s.yimg.jp/images/tdt/2015/common/img/sun_bg.png");
  background-position: left top;
  background-repeat: no-repeat;
}

#sunsun-bg2 {
  margin: 0;
  padding: 0;
  background-image: url("https://s.yimg.jp/images/tdt/2014/sansan/img/pc/photo/sun_bg2.jpg");
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

#sunsun h4 {
  margin: 0 auto;
  padding: 25px 0 0;
  width: 611px;
  text-align: center;
}

#sunsun p.sun-text {
  margin: 0 20px;
  padding: 10px 0 0;
  color: #ffffff;
}

#sunsun h5 {
  margin: 0 auto;
  padding: 20px 0 0;
  width: 679px;
  text-align: center;
}

#sunsun p.official {
  margin: 0 auto;
  padding: 15px 0 20px;
  width: 560px;
  text-align: center;
}

#sunsun .sun-img {
  overflow: hidden;
  margin: 20px auto 30px;
  width: 640px;
}

#sunsun .sun-block {
  float: left;
  margin: 0 10px;
  width: 300px;
}

#sunsun .sun-block p.text a {
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

/* 公式写真集 */
#e_photobook #kv {
  margin-bottom: 20px;
}

#e_photobook #kv span {
  display: block;
  margin: 5px 0 0;
  font-size: 87.5%;
}

#e_photobook .photobook-list {
  overflow: hidden;
  margin: 0 auto;
  max-width: 744px;
}

#e_photobook .photobook-list li {
  float: left;
  margin: 5px;
  width: 238px;
}

#e_photobook .photobook-list dt span.number {
  margin-right: .5em;
  color: #8ec31f;
  font-weight: bold;
  font-size: 150%;
}

/* sp */
@media screen and (max-width: 767px) {
  #e_extra .pagetit span.pagetit_mobile {
    display: block;
  }

  #e_extra .pagetit span.pagetit_mobile.__02 {
    font-size: 70%;
  }

  #e_extra .pagetit::before {
    display: none;
  }

  #e_extra .midarea figure,
  #e_extra .btmarea figure {
    float: none;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  #e_extra ol.list_01 > li {
    margin-bottom: 10px;
  }

  #sunsun {
    margin-top: 0;
  }

  #sunsun ._pc,
  #e_extra .pagetit._pc {
    display: none;
  }

  #sunsun ._sp,
  #e_extra .pagetit._sp {
    display: block;
  }

  #sunsun-bg1 {
    background-image: none;
  }

  #sunsun-bg2 {
    background-image: url("https://s.yimg.jp/images/tdt/2014/sansan/img/sp/photo/sun_bg2.jpg");
    background-size: 100% auto;
  }

  #sunsun h4 {
    margin: 0;
    padding: 20px 0 0;
    width: 100%;
    background-image: url("https://s.yimg.jp/images/tdt/2015/common/img/sun_bg_sp.png");
    background-position: left top;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  #sunsun h5 {
    width: 100%;
  }

  #sunsun p.official {
    padding-top: 0;
    width: 100%;
  }

  #sunsun .sun-img {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  #sunsun .sun-block {
    float: none;
    margin: 0 auto;
    width: 70%;
  }

  #sunsun .sun-block p.photo {
    margin-bottom: 0;
  }

  #sunsun .sun-block p.text {
    margin-top: 5px;
  }

  /* 公式写真集 */
  #e_photobook .photobook-list li {
    float: none;
    margin: 0 auto 20px;
  }

  #e_photobook .photobook-list li dd {
    text-align: center;
  }
}

/*
*30.パラサイクリング
*/
#e_para figure {
  margin: 0 auto;
}

#e_para .paracyclist th,
#e_para .paracyclist td {
  padding: .1em 1em .1em 0;
  vertical-align: top;
  text-align: left;
}

#e_para .paracyclist th {
  white-space: nowrap;
  font-weight: bold;
}

/*
*31.応援メッセージ
*/
article#contents ul.effort_partner_platinum,
article#contents ul.effort_partner_gold,
article#contents ul.effort_partner_silver {
  margin: 0;
}

article#contents ul.effort_mec-support_list {
  margin: 10px 0 0;
}

article#contents ul.effort_partner_platinum > li,
article#contents ul.effort_partner_gold > li,
article#contents ul.effort_partner_silver > li,
article#contents ul.effort_mec-support_list > li {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}

article#contents ul.effort_partner_gold > li:first-of-type,
article#contents ul.effort_partner_silver > li:first-of-type,
article#contents ul.effort_mec-support_list > li:first-of-type {
  margin-top: 30px;
}

article#contents ul.effort_partner_platinum > li:last-child,
article#contents ul.effort_partner_gold > li:last-child,
article#contents ul.effort_partner_silver > li:last-child,
article#contents ul.effort_mec-support_list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.effort_partner_platinum h4 {
  margin: 0 auto 30px;
  max-width: 280px;
}

.effort_partner_platinum figure {
  float: left;
  margin-right: 20px;
  width: 280px;
}

.effort_partner_platinum figure img {
  margin-bottom: 20px;
}

.effort_partner_platinum_txt {
  overflow: hidden;
}

article#contents .effort_partner_platinum_txt p,
body#message .txtimg_wrap .txt p {
  margin-bottom: 0;
}

.effort_partner_platinum_txt h4,
body#message .txtimg_wrap .txt h4 {
  margin-top: 0;
}

body#message .txtimg_wrap {
  margin-bottom: 0;
}

body#message .txtimg_wrap .txt {
  padding-left: 220px;
}

body#message .txtimg_wrap .img {
  width: 200px;
}

/* sp */
@media screen and (max-width: 767px) {
  .effort_partner_platinum h4 {
    margin-bottom: 0;
    max-width: 100%;
    text-align: center;
  }

  .effort_partner_platinum h4 img {
    max-width: 280px;
  }

  .effort_partner_platinum h4 p {
    margin: .5em 0 !important;
    text-align: left;
  }

  .effort_partner_platinum figure {
    margin-right: 3.571%;
    width: 53.571%;
  }

  .effort_partner_platinum figure img {
    max-width: initial;
    max-width: none;
    width: 100%;
    height: auto;
  }

  .effort_partner_platinum_txt {
    overflow: initial;
  }

  body#message .txtimg_wrap .txt {
    padding-top: 30px;
    padding-left: 0;
  }

  body#message .txtimg_wrap .img figure {
    margin: 0 auto;
    width: 71.429%;
    text-align: center;
  }

  body#message .txtimg_wrap .img figure img {
    width: auto;
  }
}

/*
*32.トピックス一覧
*/
.contents_inbox.__report {
  padding: 0;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
}

.contents_inbox.__report .list_report {
  display: block;
  margin-right: 0;
  padding: 0 0 0 3px;
}

.contents_inbox.__report .list_report li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2% 2% 0;
  padding: 0;
  width: 32%;
}

.contents_inbox.__report .list_report li:nth-child(3n) {
  margin-right: 0;
}

.contents_inbox.__report .list_report li > a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  color: #4d4d4d;
}

.contents_inbox.__report .list_report li > a:hover {
  -webkit-box-shadow: 0 0 0 3px #8ec31f;
  box-shadow: 0 0 0 3px #8ec31f;
  text-decoration: none;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
}

.topics-contents .contents_inbox.__report .list_report p.img_thum {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 174px;
}

.contents_inbox.__report .list_report .img_thum img {
  position: relative;
  top: 50%;
  left: 50%;
  max-width: initial;
  max-width: none;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contents_inbox.__report .list_report .report_txt {
  margin: 0;
  padding: 0;
}

.contents_inbox.__report .list_report .report_title {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 6% 0;
  width: 100%;
  height: 84px;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: bold;
  font-size: 92.86%;
}

.contents_inbox.__report .list_report li > a:hover .report_title {
  text-decoration: underline;
}

.contents_inbox.__report .list_report .report_date {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 6% 10px;
  width: 100%;
  text-align: right;
  font-size: 85.72%;
}

.topics-contents .list_report .label_area {
  margin: 0 6%;
  height: 48px;
}

.list_report .label_area span.label {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
  padding: 4px 0;
  width: 88px;
  border: 1px solid #8ec31f;
  border-radius: 50px;
  background-color: #8ec31f;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0;
  font-size: 70%;
  line-height: 1;
}

/* pc */
@media screen and (min-width: 768px) {
  .contents_inbox.__report .clearfix {
    position: relative;
  }

  .contents_inbox.__report .clearfix::after {
    position: absolute;
  }
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  .contents_inbox.__report .list_report li {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 0 20px 0 0;
    width: 50%;
  }

  .contents_inbox.__report .list_report li:nth-child(2n) {
    padding-right: 0 !important;
  }

  .contents_inbox.__report .list_report li > a {
    text-decoration: none;
  }

  .contents_inbox.__report .list_report .img_thum {
    position: relative;
    overflow: hidden;
    margin: 2% auto 0;
    padding: 0;
    width: 96%;
    height: 215px;
  }

  .contents_inbox.__report .list_report .report_title {
    height: 90px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  .contents_inbox.__report {
    padding: 0;
    width: 100%;
    border: none;
  }

  .contents_inbox.__report .list_report {
    display: block;
    margin: 0;
    padding: 0;
  }

  .contents_inbox.__report .list_report li {
    display: block;
    float: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 1px 0;
    width: auto;
  }

  .contents_inbox.__report .list_report li:nth-child(3n) {
    margin-right: 0;
  }

  .contents_inbox.__report .list_report li > a {
    display: table;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 12px 0;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
  }

  .contents_inbox.__report .list_report li > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .contents_inbox.__report .list_report li:first-child > a {
    padding: 0 0 12px;
  }

  .contents_inbox.__report .list_report li:last-child > a {
    border: none;
  }

  .topics-contents .contents_inbox.__report .list_report p.img_thum {
    position: relative;
    display: table-cell;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: 100px;
    width: 100px;
    height: 71px;
    border: none;
    background: none;
    vertical-align: top;
  }

  .contents_inbox.__report .list_report .img_thum img {
    position: relative;
    top: 50%;
    left: 50%;
    max-width: initial;
    max-width: none;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .contents_inbox.__report .list_report .report_txt {
    display: table-cell;
    width: auto;
    vertical-align: middle;
  }

  .contents_inbox.__report .list_report .report_title {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    width: auto;
    height: auto;
  }

  .contents_inbox.__report .list_report .report_date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    width: 100%;
  }

  .topics-contents .list_report .label_area {
    margin: 0 0 12px 10px;
    height: auto;
  }

  .list_report .label_area span.label {
    margin: 0 4px 4px 0;
    padding: 4px 8px 4px 8px;
    width: auto;
    border: none;
    border-radius: 50px;
  }
}

/*
*33.民泊
*/

/*
*34.照会完了
*/
article#contents .inquiry_result {
  overflow: hidden;
}

article#contents .inquiry_result div {
  width: 362px;
}

article#contents .inquiry_result .fl_r h3 {
  margin-bottom: 29px;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  article#contents .inquiry_result div {
    width: 49%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  article#contents .inquiry_result div {
    width: 100%;
  }

  article#contents .inquiry_result .fl_l,
  article#contents .inquiry_result .fl_r {
    float: none !important;
  }

  article#contents .inquiry_result .fl_r h3 {
    margin-top: 29px;
    margin-bottom: 0;
  }
}

/*
*35.エイド紹介
*/
section.a_cont.a_last {
  border: none;
}

#aid .contents_inbox .list_02 li {
  margin-bottom: .4em;
}

#aid .contents_inbox.aid_inbox {
  padding: 0;
}

#aid .hanrei {
  margin: 16px auto 48px;
  padding: 14px 20px 4px;
  border: solid 1px #cccccc;
  color: #4d4d4d;
}

#aid .hanrei span {
  display: block;
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}

#aid .aid_map {
  float: left;
  width: 52%;
}

#aid .aid_anchor-area {
  float: left;
  margin-right: 20px;
  padding: 3% 0% 0% 2%;
  width: 40%;
}

ul.a_coase_list li {
  float: left;
  margin: .8%;
  padding: .2em 1em;
  border: solid 1px #8ec31f;
  color: #8ec31f;
}

ul.a_coase_list li a {
  color: #8ec31f !important;
}

.aid_txtimg {
  margin-bottom: 16px;
}

.aid_txtimg .txt {
  width: 40%;
}

.aid_txtimg .img {
  width: 57%;
}

.aid_menu .img {
  width: 32%;
}

.aid_menu .txt {
  width: 65%;
}

.aid_menu .txt h5 {
  margin-bottom: 3%;
  font-weight: bold;
  font-size: 142.86%;
}

.a_coase_list {
  font-size: 10px;
}

.aid_course_list {
  padding: 15px;
}

.aid_course_list li {
  margin-top: 10px;
}

.aid_course_list li:first-child {
  margin-top: 0;
}

.aid_course_list .aid_course_list_sendai::before,
.aid_course_list .aid_course_list_kesennuma::before,
.aid_course_list .aid_course_list_minamisanriku::before,
.aid_course_list .aid_course_list_kitakami::before,
.aid_course_list .aid_course_list_onagawa::before,
.aid_course_list .aid_course_list_kesennuma_ow::before {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 10px;
  content: "";
}

.aid_course_list_sendai::before {
  background-color: #17b845;
}

.aid_course_list_kesennuma::before {
  background-color: #b81b30;
}

.aid_course_list_minamisanriku::before {
  background-color: #15a2b2;
}

.aid_course_list_kitakami::before {
  background-color: #c8408d;
}

.aid_course_list_onagawa::before {
  background-color: #0d357f;
}

.aid_course_list_kesennuma_ow::before {
  background-color: #dead26;
}

/* tab+sp */
@media screen and (max-width: 949px) {
  body#aid section.a_cont {
    padding-right: 20px;
    padding-left: 20px;
  }

  #aid .contents_inbox.aid_inbox {
    margin: 0 20px;
    border: 1px solid #8ec31f;
  }

  #aid .hanrei {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #aid .contents_inbox.aid_inbox {
    border: none;
  }

  #aid .hanrei {
    margin: 0;
    padding-top: 14px;
  }

  #aid .aid_map {
    float: none;
    margin: 0 auto;
    width: 95%;
    border: solid 1px #8ec31f;
  }

  #aid .aid_anchor-area {
    float: none;
    padding: 10px 0 0;
    width: 100%;
  }

  section.a_cont {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  #aid .stit_01.a_sp {
    margin-top: 0;
  }

  #aid .aid_sp_icon {
    width: 280px;
  }

  #aid .txtimg_wrap.area {
    padding-top: 10px;
  }

  #aid .aid_ttl {
    margin: 17px -20px;
    padding: 10px 25px 10px 15px;
    width: 100%;
    background: #8ec31f;
    color: #ffffff;
    font-weight: bold;
    font-size: 120%;
  }

  .a_about ul li {
    margin: 1% 2%;
    font-size: 85%;
  }

  .a_cont .a_menuttl {
    margin: 5% 0 3%;
    border-radius: 0;
  }

  ul.a_coase_list li {
    border-radius: 0;
  }

  .aid_txtimg .img,
  .aid_menu .img {
    float: none !important;
    margin-bottom: 8px;
    width: 100%;
  }

  .aid_txtimg .txt,
  .aid_menu .txt {
    float: none !important;
    width: 100%;
  }
}

/*
*36.プロフィールモジュール
*/
.profile_contents figure {
  float: left;
  margin-right: 20px;
  width: 200px;
}

.profile_contents ._uppertxt {
  margin: 0;
  padding: 0 0 20px;
}

.profile_contents ._basictxt {
  margin-left: 220px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}

/* sp */
@media screen and (max-width: 767px) {
  .profile_contents figure {
    float: left !important;
    margin-right: 20px !important;
    width: 150px !important;
  }

  .profile_contents ._basictxt {
    margin-left: 0 !important;
  }

  .profile_contents ._uppertxt {
    padding: 0;
    min-height: 150px;
  }
}

/*
*37.公式ソング
*/
#e_song article#contents {
  width: 100%;
}

#e_song aside#sub {
  display: none;
}

#e_song #footer_partner_area {
  display: none;
}

#e_song #footer {
  padding-top: 40px;
}

#e_song .pagetit span.pc_module {
  position: static !important;
  display: inline !important;
  padding: 0 !important;
  background: none !important;
}

#e_song #e_song_kv {
  margin-bottom: 40px;
  width: 100%;
}

#e_song #e_song_kv img {
  width: 100%;
  height: auto;
}

#e_song #e_song_txt {
  padding: 0 45px 0 45.5px;
}

#e_song #e_song_txt p {
  margin: 0 0 1.5em;
}

#e_song #e_song_txt p img {
  width: 100%;
  height: auto;
}

#e_song #e_song_movie {
  overflow: hidden;
}

#e_song #e_song_movie > div {
  margin-right: auto;
  margin-left: auto;
}

#e_song #contents .prof h4 span {
  font-size: .85rem;
  line-height: 1.6;
}

#e_song #contents .prof figure {
  float: left;
  margin: 0 20px 0 0;
  width: 200px;
}

#e_song #contents .prof ._txt_message {
  font-size: .85em;
  line-height: 1.6;
}

#e_song #contents .comment figure {
  float: left;
  clear: both;
  margin: 0 20px 0 0;
  width: 200px;
}

#e_song #contents .comment .space {
  float: left;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 100px;
}

#e_song #contents .schedule ._txt_message {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 52%;
}

#e_song #contents .schedule figure {
  display: inline-block;
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
  width: 46%;
}

#e_song #contents .schedule figure {
  vertical-align: bottom;
}

#e_song #contents .song_bnr {
  padding: 20px 0 40px;
}

#e_song #contents .song_bnr a:hover img {
  opacity: .8;
}

@media screen and (min-width: 768px) and (max-width: 880px) {
  #e_song #contents .comment .space {
    float: right;
    margin: 0;
    padding: 0;
    width: 1px;
    height: 140px;
  }
}

#e_song #contents ._txt {
  overflow: hidden;
  color: #414141;
}

/* tab */
@media screen and (min-width: 768px) and (max-width: 949px) {
  #e_song #e_song_kv {
    margin-bottom: 50px;
  }

  #e_song #e_song_txt {
    padding: 0 25px;
  }

  #e_song #contents .prof figure {
    width: 40%;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #e_song #footer {
    padding-top: 20px;
  }

  #e_song #e_song_kv {
    margin-bottom: 30px;
  }

  #e_song #e_song_txt {
    padding: 0 10px 10px;
    text-align: center;
  }

  #e_song h3.stit_01 {
    margin: 1em -30px !important;
    text-align: left;
  }

  #e_song #contents .prof h4 span {
    font-size: 1rem;
  }

  #e_song #contents .prof figure {
    margin-bottom: 10px;
    width: 50%;
  }

  #e_song #contents .prof figure img {
    width: 100%;
  }

  #e_song #contents .prof ._txt_message {
    font-size: 1em;
    line-height: 1.5;
  }

  #e_song #contents .prof ._txt {
    overflow: visible;
    text-align: left;
  }

  #e_song #contents .comment {
    text-align: left;
  }

  #e_song #contents .comment .space {
    display: none;
  }

  #e_song #contents .comment figure {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
  }

  #e_song #contents .schedule {
    text-align: left;
  }

  #e_song #contents .schedule ._txt_message {
    display: block;
    width: 100%;
  }

  #e_song #contents .song_bnr {
    padding: 0 20px 20px;
    text-align: center;
  }

  #e_song #contents .song_bnr .spImg {
    display: inline !important;
  }
}

/*
*38.オフィシャルドリンク byサントリー
*/
#e_drink .contents_inbox.drink_read {
  margin-bottom: 0;
  border: none;
}

#e_drink .text_wrap {
  float: left;
  margin-right: 5%;
  width: 48%;
}

#e_drink .dakara {
  float: left;
  width: 45%;
}

#e_drink .check_wrap {
  background-color: #90c31f;
}

#e_drink .check_list {
  float: left;
  margin: 2%;
  padding: 2%;
  width: 43%;
  background-color: #ffffff;
}

#e_drink .check_list.last {
  margin-left: 0;
}

#e_drink .check_list h4 {
  color: #e83c19;
  font-weight: bold;
  font-size: 114%;
}

#e_drink .check_list.last h4 {
  color: #90c31f;
}

#e_drink .check_list li {
  margin-top: .5em;
  padding-left: 2em;
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/drink/dr_icon01.png");
  background-size: 1.8em;
  background-repeat: no-repeat;
}

#e_drink .check_list.last li {
  background-image: url("https://s.yimg.jp/images/tdt/2020/img/info/drink/dr_icon02.png");
}

#e_drink .check_list li._nbsp {
  background-image: none;
}

@media screen and (min-width: 768px) {
  #e_drink .dakara{
    margin-top: 60px;
  }
}



/* tab+sp */
@media screen and (max-width: 949px) {
  #e_drink .check_list {
    float: none;
    margin: 2%;
    padding: 2%;
    width: 92%;
    background-color: #ffffff;
  }

  #e_drink .check_list.last {
    margin-left: 2%;
  }

  #e_drink .check_list li._nbsp {
    display: none;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #e_drink .text_wrap {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  #e_drink .dakara {
    float: none;
    margin-top: 30px;
    width: 100%;
  }

  #e_drink .dakara img {
    max-width: 300px;
    width: 100%;
  }
}

/*
*39.大会参加ガイド
*/
.r_guide .txtimg_wrap .img {
  padding: 5px;
  width: 25%;
  border: 1px solid #cccccc;
  background: #e6e6e6;
  text-align: center;
}

.r_guide .txtimg_wrap .txt {
  padding: 10px 15px;
  width: 70%;
}

.r_guide .imgtxt_wrap.clearfix {
  margin-bottom: 20px;
}

.r_guide .imgtxt_wrap .txt {
  float: right;
  width: 70%;
}

.r_guide .imgtxt_wrap .img {
  float: left;
  margin-bottom: 20px;
  padding: 5px;
  width: 25%;
  border: 1px solid #cccccc;
  background: #e6e6e6;
  text-align: center;
}

.r_guide a p {
  color: #4d4d4d;
}

/*
*40.ライダー募集要項
*/
body#r_summary .rule_cap {
  padding: 1.5em 0 1em;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

body#r_summary table.simple thead,
body#r_summary table.simple tbody {
  word-wrap: break-word;
}

body#r_summary table.simple th.course_name {
  width: auto;
  border-right: 1px solid #cccccc;
  background-color: #f2f2f2;
}

body#r_summary table.simple th.course_name:last-of-type {
  border-right: none;
}

body#r_summary table.simple td {
  border-right: 1px solid #cccccc;
}

body#r_summary table.simple td:last-of-type {
  border-right: none;
}

/* sp */
@media screen and (max-width: 767px) {
  body#r_summary table.simple th.course_name {
    border-top: none;
    border-right: none;
  }

  body#r_summary table.simple th.course_name:last-of-type {
    border-bottom: none;
  }

  body#r_summary table.simple td {
    border-right: none;
  }
}

/*
*41.走行管理ライダー募集要項
*/
body#c_supportrider #contents .contents_inbox h4,
body#c_supportrider #contents .contents_inbox h5 {
  margin: .5em 0 1em;
  font-weight: bold;
}

/*
*42.会場イベント
*/
#e_booth .map_booth_wrapper {
  overflow: hidden;
  margin: 40px 0;
}

#e_booth .map_booth {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.375%;
  border: 1px solid #cccccc;
  border-bottom: none;
}

#e_booth .map_booth table {
  width: 100%;
}

#e_booth .map_booth.__left {
  margin-right: 1.25%;
}

#e_booth .map_booth td {
  padding: 8px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 87.5%;
}

#e_booth .map_booth th {
  width: 38px;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  text-align: center;
  font-weight: normal;
  font-size: 87.5%;
}

#e_booth .map_booth th.map_booth_tit {
  padding: 10px 15px;
  border: none;
  border-bottom: 1px solid #cccccc;
  background: #8ec31f;
  color: #ffffff;
  font-size: 120% !important;
}

#e_booth .map_zoom {
  display: none;
}

#e_event figcaption {
  margin: 5px 0 10px;
  color: #4d4d4d;
  font-size: 74%;
}

#e_event figcaption.pokemon_cop {
  display: none;
}

#e_event .event_itemlist_txtarea.pikachu {
  background: url("https://s.yimg.jp/images/tdt/2017/assets/img/event/summary/pikachu.jpg") no-repeat bottom right;
}

#e_event .annotation dt.date {
  width: 7.5em;
}

#e_event .annotation dd.date {
  margin-left: 7.5em;
}

#e_event .ouenmeshi_bnr a:hover {
  opacity: .8;
}

#e_event .event_list figure {
  float: left;
  margin-right: 3%;
  width: 26.9%;
}

#e_event .event_list .event_list_txt {
  float: left;
  width: 70%;
}

#e_event .event_list_txt.pikachu {
  background: url("https://s.yimg.jp/images/tdt/2017/assets/img/event/summary/pikachu.jpg") no-repeat bottom right;
}

/* tab+sp */
@media screen and (max-width: 949px) {
  #e_event figcaption.pokemon_cop {
    display: block;
  }

  #e_event .event_list_txt.pikachu {
    background: none;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  #e_event .event_itemlist > li figure._wide {
    width: 82.143%;
  }

  #e_booth .map_booth {
    float: none;
    width: 100%;
  }

  #e_booth .map_booth.__left {
    margin-right: 0;
  }

  #e_booth .map_booth.__right {
    border-top: none;
  }

  #e_booth .map_zoom {
    display: block;
    text-align: right;
  }

  #e_event .event_list figure {
    float: none;
    margin: 0 auto 16px;
    width: 100%;
    text-align: center;
  }

  #e_event .event_list .event_list_txt {
    float: none;
    width: 100%;
  }
}

/*
*43.オフィシャルドリンク
*/
.drink_set {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: baseline;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  align-items: baseline;
}

h2.dakara_ttl {
  margin-top: 0;
  padding-left: 20px;
  min-width: 250px;
  width: 40%;
  border-left: solid 4px #8fc31f;
  color: #8fc31f;
  font-weight: bold;
  font-size: 22px;
}

.drink_set_img {
  margin-top: 12px;
  max-width: 318px;
}

.drink_set img {
  width: 100%;
}

.drink_set_heatstroke {
  margin-bottom: 60px;
  padding: 30px 20px;
  border: 1px solid #8ec31f;
}

@media screen and (max-width: 830px) {
  .drink_set {
    display: block;
  }

  .drink_set_img {
    margin: 30px auto 0;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  h2.dakara_ttl {
    float: none;
    margin-bottom: 20px;
    padding-left: 8px;
    width: 100%;
    font-size: 140%;
  }

  .drink_set img {
    display: block;
    margin: 0 auto;
  }

  .drink_set_heatstroke {
    margin-bottom: 30px;
    padding: 0 0 10px;
    border: none;
  }
}

/*
*44.一覧ページ
*/
ul.page_list {
  padding: 0 .5%;
}

ul.page_list li {
  float: left;
  margin-bottom: 2%;
  width: 48.333%;

  /* border: 1px solid #ccc; */
  background-color: #ffffff;
}

ul.page_list li:nth-child(even) {
  margin-left: 2%;
}

ul.page_list li a {
  display: block;
  padding: 0%;
  width: 100%;
  height: 96%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

ul.page_list li > a:hover {
  -webkit-box-shadow: 0 0 0 4px #8ec31f;
  box-shadow: 0 0 0 4px #8ec31f;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}

article#contents ul.page_list li p {
  margin: 12px 16px 36px 16px;
  font-weight: bold;
  font-size: 15px;
}

article#contents ul.page_list li a {
  color: #545454;
}

ul.page_list li img {
  width: 100%;
}

/* sp */
@media screen and (max-width: 767px) {
  article#contents ul.page_list {
    margin: 0 10px;
    padding: 0;
  }

  ul.page_list li {
    margin-bottom: 1px;

    /* border-bottom: 1px solid #ccc; */
    padding: 0;
    width: 100%;
    border: none;
    background-color: #ffffff;
  }

  ul.page_list li:nth-child(even) {
    margin-left: 0;
  }

  ul.page_list li img {
    float: left;
    width: 45%;
  }

  article#contents ul.page_list li p {
    float: left;
    margin: 11% 0 0 5%;
    width: 48%;
    background: url("https://s.yimg.jp/images/tdt/2015/smp/img/arrow_closed.png") no-repeat;
    background-position: right;
  }

  ul.page_list li > a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
  }

  #info_list #footer {
    margin: 0;
    padding: 0;
  }

  .page_list .iconNew {
    display: none;
  }
}

/*
*45.ツール・ド・東北 2020　大会参加規約ページ
*/
#agreement {
  background-color: #ffffff;
}

#agreement div,
#info_agreement div {
  padding: 30px 30px;
}

#agreement h3,
#info_agreement h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
}

#agreement h4,
#info_agreement h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
}

#agreement p,
#agreement li,
#agreement span,
#agreement dt,
#agreement dl,
#info_agreement p,
#info_agreement li,
#info_agreement span,
#info_agreement dt,
#info_agreement dl {
  line-height: 25px;
}

#agreement ol li {
  margin: 0 0 .8em 1.6em;
  list-style-type: decimal;
}

#agreement .list--brackets {
  margin-top: 10px;
}

#agreement .list--brackets li {
  margin: 0;
  list-style-position: inside;
  list-style-type: none;
  counter-increment: cnt;
}

#agreement .list--brackets li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}

#agreement ul {
  margin-bottom: 10px;
}

#agreement ul li {
  margin-top: 0;
  list-style-type: none;
}

#agreement .general-bullet li {
  list-style-type: disc;
}

#agreement .general-bullet li:last-child {
  margin-bottom: 0;
}

#agreement .general-notice .general-notice__item {
  list-style-type: none;
}

#agreement table.simple,
#info_agreement table.simple {
  margin-bottom: 15px;
}

#agreement article#contents p.checkBox {
  margin-left: -20px;
  text-align: center;
}

#agreement #userCreate.__closed01 {
  position: relative;
  display: table-cell;
  padding-top: 4px;
  width: 250px;
  border-radius: 5px 5px !important;
  background: #8ec31f;
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
}

#agreement #userCreate.__closed01 a {
  color: #ffffff !important;

  /* リンクを非リンクに変える */
  cursor: default;
  pointer-events: none;

  /* マウスカーソルを矢印のまま変えない */
}

#agreement #userCreate.btn {
  position: relative;
  display: table-cell;
  padding-top: 0;
  width: 250px;
  border-radius: 5px 5px !important;
  background: #8ec31f;
  -webkit-box-shadow: 0 5px 0 0 #6b970f;
  box-shadow: 0 5px 0 0 #6b970f;
  color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
}

#agreement #userCreate.btn a {
  cursor: auto;
  pointer-events: all;
}

#agreement #userCreate.__closed {
  position: relative;
  display: table-cell;
  padding-top: 4px;
  width: 250px;
  border-radius: 5px 5px !important;
  background: #8ec31f;
  background: #cccccc;
  -webkit-box-shadow: 0 5px 0 0 #b3b3b3;
  box-shadow: 0 5px 0 0 #b3b3b3;
  color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
}

#agreement #userCreate.__closed a {
  /* リンクを非リンクに変える */
  cursor: default;
  pointer-events: none;

  /* マウスカーソルを矢印のまま変えない */
}

#agreement .agreement_Btn {
  margin: 30px auto 0;
  width: 250px;
}

@media screen and (max-width: 767px) {
  #agreement #sp_top_share,
  #info_agreement #sp_top_share {
    display: none;
  }

  #agreement div,
  #info_agreement div {
    padding: 30px 20px;
  }
}

/*
*46.エントリー区分ボタン
*/
#r_entry .agreement_textBox {
  overflow: auto;
  margin: 0 auto;
  width: 100%;
  height: 500px;
  border: 1px #c0c0c0 solid;
  background-color: #ffffff;
  color: #000000;
}

#r_entry .agreement_textBox div {
  padding: 10px 18px;
}

#r_entry .agreement_textBox h2 {
  margin-bottom: 15px;
  font-weight: bold;
}

#r_entry .agreement_textBox h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

#r_entry .agreement_textBox table.simple {
  margin-bottom: 15px;
}

#r_entry article#contents p.checkBox {
  margin: 40px auto 30px;
  text-align: center;
}

#r_entry article#contents p.checkBox.Comments {
  text-align: left;
  font-size: 87%;
}

#r_entry article#contents p.checkBox span {
  display: block;
  margin-bottom: 15px;
}

#r_entry h5.type_tit.tit.toggle_tit {
  padding: 20px 43px 20px 15px;
  border: solid 1px #cccccc;
  background-color: #e9e9e9;
  color: #8ec31f;
  font-size: 18px;
}

#r_entry h5.type_tit.tit.toggle_tit .type_mini {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 12px;
}

#r_entry article#contents p.btn {
  margin: 0 auto !important;
}

#r_entry .type_tit .toggle_btn.open {
  top: 23px;
  width: 90px;
}

#r_entry .type_tit .toggle_btn.close {
  top: 23px;
  width: 114px;
}

#r_entry .type_tit .toggle_btn.close::after,
#r_entry .type_tit .toggle_btn.open::after {
  right: 12px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
}

#r_entry .entryBtn_wrap {
  padding: 40px 0;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}

#r_entry .entryBtn_wrap p.btn a {
  line-height: 1.8em;
}

#r_entry table.simple th {
  width: 42%;
}

@media screen and (max-width: 767px) {
  #r_entry #sp_top_share {
    display: none;
  }

  #r_entry .agreement_textBox {
    width: 90%;
    height: 380px;
  }

  #r_entry .agreement_Btn {
    width: 250px;
  }

  #r_entry article#contents p.checkBox {
    margin: 30px auto 0;
  }

  #r_entry .type_tit .toggle_btn.close,
  #r_entry .type_tit .toggle_btn.open {
    top: 50%;
    right: 0;
  }
}

/* firefoxのみ適応 */
@-moz-document url-prefix() {
  #r_entry .btn,
  p.btn a,
  #r_entry p.btn span,
  #r_entry .__closed01 {
    box-shadow: 0;
  }

  p.btn a:hover {
    box-shadow: 0;
  }
}

/*
*47.トグルボタン
*/
.toggle_btn {
  position: absolute;
  top: 12px;
  right: 0;
  display: block;
  width: 84px;
  height: 18px;
  color: #999999;
  font-size: 12px;
  text-slign: left;
}

.toggle_btn.close {
  width: 108px;
}

.toggle_btn.close::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url("https://s.yimg.jp/images/tdt/img/plus_toggleicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.toggle_btn.open::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-image: url("https://s.yimg.jp/images/tdt/img/minus_toggleicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .toggle_btn {
    top: 50%;
    right: -12px;
    margin-top: -8px;
    width: 0;
    text-indent: -9999px;
  }

  .toggle_btn.close::after,
  .toggle_btn.open::after {
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
  }

  #footer {
    padding: 0;
  }
}

/*
*48.ニュース記事
*/
#news_page .tit,
#news_rider_page .tit,
#news_crew_page .tit,
#news_event_page .tit {
  margin: 0 -36px;
  padding: 36px 0 0;
  padding-right: 36px;
  padding-left: 36px;
  border-top: 8px solid #f2f2f2;
}

/*
*49.モデルプラン
*/
.model_TimeLine {
  padding-bottom: 10px;
  padding-left: 30px;
  border-left: 8px solid #eee9dc;
}

ul.model_TimeLine .stit_02 {
  margin: 8px 0 4px;
}

.model_Time_text li {
  position: relative;
  margin-bottom: 32px;
  padding: 28px 32px 12px;
  border: 1px solid #eee9dc;
  border-radius: 8px;
  background-color: #eee9dc;
}

.model_Time_text li::before {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -15px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px;
  border-right-color: #eee9dc;
  background-color: #ffffff;
  content: "";
  pointer-events: none;
}

.model_TimeLine .circle {
  position: absolute;
  top: 50%;
  left: -44px;
  display: block;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border: 5px solid #eee9dc;
  border-radius: 50%;
  background: #8ec31f;
}

ul.model_TimeLine .details {
  margin-bottom: 20px;
}

ul.model_TimeLine .details dt {
  margin-bottom: 4px;
  font-weight: bold;
}

ul.model_TimeLine .details dd {
  margin-bottom: 4px;
}

.model_time_details {
  overflow: hidden;
}

.model_time_details .time_tit {
  display: inline-block;
  float: left;
  clear: left;
  margin: 0 20px 12px 0;
  padding: 0 12px;
  border-radius: 4px;
  background-color: #ffffff;
  color: #8ec31f;
  font-weight: bold;
  font-size: 120%;
}

.model_time_details .details {
  margin-top: 2px;
  margin-left: 116px;
}

ul.model_TimeLine .line_02 {
  border-color: #ffffff;
}

/* sp */
@media screen and (max-width: 767px) {
  .model_time_details .time_tit {
    float: none;
    clear: none;
  }

  .model_time_details .details {
    margin-top: 0;
    margin-left: 4px;
  }

  .model_Time_text li {
    margin-bottom: 16px;
    padding: 16px 16px 8px;
  }
}

/*
*50.トピックス
*/
.topics-contents p,
.topics-contents ul {
  margin: .5em 0 1em;
}

.topics-contents p,
.topics-contents li,
.topics-contents table,
.topics-contents dl {
  color: #4d4d4d;
  line-height: 1.8;
}

.topics-contents a {
  color: #15866d;
  text-decoration: none;
}

.topics-contents a:hover,
.topics-contents a:focus {
  text-decoration: underline;
}

.topics-contents ol {
  margin-bottom: 1.5em;
}

.topics-contents ol > li {
  margin: 0 0 .3em 2em;
  list-style: decimal;
}
