@charset "UTF-8";
.messageWrap {
	max-width: 760px;
	margin: 64px auto 40px;
	padding: 0 20px;
}
.messageWrap img {
	max-width: 100%;
}
#hara-erika {
	word-wrap: break-word;
	color: #1a005d;
	font-family: "游ゴシック", "Yu Gothic", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.6667;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}
  /* =====================
    基本
  ===================== */
img {
	width: 100%;
	height: auto;
}

  .pc_none {
	  display: none !important;
  }
@media screen and (max-width: 899px) {
.pc_none {
	  display: block!important;
  }
.sp_none {
  display: none !important;
}
}
  a[href^="tel:"] {
	  cursor: text;
	  text-decoration: none
  }
  .about-article {
	  padding-top: 20px;
  }

  .about-linettl {
	  font-size: 24px;
	  font-weight: bold;
	  position: relative;
	  padding-left: 23px;
	  letter-spacing: 1.25px;
	  line-height: 1.4;
	  margin-bottom: 26px;
  }

  .about-linettl::before,
  .about-linettl::after {
	  content: '';
	  width: 4px;
	  height: -webkit-calc( 100% - 7.5px );
	  height: calc( 100% - 7.5px );
	  display: block;
	  position: absolute;
	  top: 3px;
	  left: 0;
  }

  .about-linettl::before {
	  background: #1a005d;
  }

  .about-linettl::after {
	  height: 8px;
	  background: #8ec300;
	}

.c-colume__link, .c-news-colume__link {
	line-height: 1.4;
}
  /* =====================
    hara-erika
  ===================== */
  #hara-erika {
      padding-top: 30px;
  }
  #hara-erika .about-inner {
      width: 930px;
  }
  /*  hara-erika__contents
  ------------------------*/
  .hara-erika__contents {
      margin-bottom: 90px;
      color: #000;
  }
  .hara-erika__table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }
  .hara-erika__table th,
  .hara-erika__table td {
      font-size: 20px;
      border-bottom: 1px solid;
      padding: 25px 0 20.5px;
  }
  .hara-erika__table th {
      width: 240px;
      font-weight: bold;
      border-bottom: 1px solid #1a005d;
      vertical-align: middle;
  }
  .hara-erika__table td {
      width: -webkit-calc( 100% - 240px );
      width: calc( 100% - 240px );
      font-weight: 500;
      border-bottom: 1px solid #8ec300;
  }
  .hara-erika__table tr:first-of-type th {
      border-top: 1px solid #1a005d;
  }
  .hara-erika__table tr:first-of-type td {
      border-top: 1px solid #8ec300;
  }
  /*  hara-erika__guides
  ------------------------*/
  .hara-erika__guide {
      position: relative;
      padding: 85px 0 75px;
      display: -webkit-flex;
      display: block;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      align-items: flex-start;
  }
  .hara-erika__guide::before {
      content: '';
      width: 100vw;
      height: 100%;
      display: block;
      background: #f5f5f5;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50vw;
      z-index: -1;
  }
  .hara-erika__guide_right {
      width: -webkit-calc( 100% - 223px );
      width: calc( 100% - 223px );
      margin-top: -13px;
  }
  .hara-erika__guide_list {
      width: 385px;
      margin-bottom: 32px;
  }
  .hara-erika__guide_list .c-link {
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 23px;
  }
  .hara-erika__guide_list .c-link:last-child {
      margin-bottom: 0;
  }
  .hara-erika__guide_list .c-link a {
      width: 100%;
      padding: 11px 0;
  }
  .hara-erika__guide_list .c-link a span:before,
  .hara-erika__guide_list .c-link a span:after {
      right: 0;
      width: 6px;
  }
  .hara-erika__guide_text {
      font-size: 15px;
      line-height: 2;
      color: #000;
  }

  /*  hara-erika__chart
  ------------------------*/

  .hara-erika__chart {
      position: relative;
      /*z-index: 1;*/
      padding: 85px 0;
  }

	.hara-erika__chart:nth-of-type(1) {
		padding-top: 0;
	}


	.hara-erika__chart_img {
  		text-align: center;
  		padding: 30px 0;
	}

	.hara-erika__chart_img img {
  		max-width: 806px;
	}

  .hara-erika__chart_date {
      text-align: right;
      font-size: 15px;
      width: 900px;
      max-width: 100%;
      margin: 26px auto 0;
      color: #000;
  }

@media screen and (max-width: 899px) {
  /* =====================
    hara-erika
  ===================== */

  #hara-erika {
      padding-top: 44px;
  }

  /*  hara-erika__contents
  ------------------------*/

  .hara-erika__contents {
      margin-bottom: 60px;
      color: #000;
  }

  .hara-erika__table {
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0;
  }

  .hara-erika__table th,
  .hara-erika__table td {
      font-size: 16px;
      border-bottom: 1px solid;
      padding: 20px 0 16.5px;
  }

  .hara-erika__table th {
      width: 145px;
      font-weight: bold;
      border-bottom: 1px solid #1a005d;
      vertical-align: middle;
  }

  .hara-erika__table td {
      width: -webkit-calc( 100% - 145px );
      width: calc( 100% - 145px );
      font-weight: 500;
      border-bottom: 1px solid #8ec300;
  }

  .hara-erika__table tr:first-of-type th {
      border-top: 1px solid #1a005d;
  }

  .hara-erika__table tr:first-of-type td {
      border-top: 1px solid #8ec300;
  }

  /*  hara-erika__guides
  ------------------------*/

  .hara-erika__guide {
      position: relative;
      z-index: 1;
      padding: 58px 0 55px;
      max-width: 560px;
      margin: 0 auto;
  }

  .hara-erika__guide::before {
      content: '';
      width: 100vw;
      height: 100%;
      display: block;
      background: #f5f5f5;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -50vw;
      z-index: -1;
  }

  .hara-erika__guide .about-linettl {
      margin-bottom: 15px;
  }

  .hara-erika__guide_list {
      margin-bottom: 35px;
  }

  .hara-erika__guide_list .c-link {
      font-weight: bold;
      margin-bottom: 17px;
  }

  .hara-erika__guide_list .c-link:last-child {
      margin-bottom: 0;
  }

  .hara-erika__guide_list .c-link a {
      width: 100%;
      padding: 11px 0;
  }

  .hara-erika__guide_list .c-link a span:before,
  .hara-erika__guide_list .c-link a span:after {
      right: 0;
  }

  .hara-erika__guide_list .c-link a span {
      padding-right: 10px;
  }

  .hara-erika__guide_text {
      font-size: 14px;
      line-height: 1.6;
      color: #000;
  }

  /*  hara-erika__chart
  ------------------------*/

  .hara-erika__chart {
      position: relative;
      padding-top: 58px;
      z-index: 1;
      max-width: 560px;
      margin: 0 auto;
  }

  .hara-erika__chart_date {
      text-align: right;
      font-size: 14px;
      margin: 23px auto 0;
      color: #000;
  }
}
	  
	  
@media screen and (max-width: 899px) {
  .sp_none {
	  display: none !important;
  }

  .about-linettl {
	  font-size: 18px;
	  font-weight: bold;
	  position: relative;
	  padding-left: 15px;
	  letter-spacing: 1px;
	  line-height: 1.4;
	  margin-bottom: 25px;
  }

  .about-linettl::before,
  .about-linettl::after {
	  content: '';
	  width: 3px;
	  height: -webkit-calc( 100% - 4.69px );
	  height: calc( 100% - 4.69px );
	  display: block;
	  position: absolute;
	  top: 2px;
	  left: 0;
  }

  .about-linettl::before {
	  background: #1a005d;
  }

  .about-linettl::after {
	  height: 6px;
	  background: #8ec300;
  }
}
  /* =====================
    MV
  ===================== */
.l-page-heading.l-page-heading-hara-erika {
	background: url(/ja/about/sponsorship/assets/images/hara-erika_bg-heading.jpg) no-repeat center;
	background-size: cover;
	background-position: top center;
}
/*.l-page-heading-hara-erika .l-page-heading__inner {
	left: 30%;
}*/
.l-page-heading-hara-erika .l-page-heading__title {
	text-align: left;
	margin-left: 39%;
}
@media screen and (max-width: 900px) {
	.l-page-heading.l-page-heading-hara-erika {
		background: url(/ja/about/sponsorship/assets/images/hara-erika_bg-heading__sp.jpg) no-repeat center;
		background-size: cover;
		background-position: top center;
	}
	.l-page-heading-hara-erika .l-page-heading__title {
		text-align: left;
		padding: 0;
	}
}
@media screen and (max-width: 400px) {
	.l-page-heading-hara-erika .l-page-heading__title {
		font-size: 18px;
	}
}
  /* =====================
    lead__box
  ===================== */
.lead__box {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}
.lead__box > .c-news-colume__txt {
	text-align: left;
}
.lead__line01 {
	position: relative;
	width: 250px;
	margin: 30px auto;
	padding: 10px;
	border-bottom: 3px solid #1A005D;
}
.lead__line01:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: inherit;
	border-bottom: 3px solid #8EC300;
}
@media screen and (max-width: 900px) {
	.lead__line01 {
		width: 100%;
	}
	.lead__line01:before {
		width: 100px;
	}
}
  /* =====================
    victory
  ===================== */
.victory {
	margin: 100px 0 0;
	flex-direction: row-reverse;
}
.victory .lead__line02 {
	font-weight: bold;
    font-size: 26px;
    padding-bottom: 16px;
}
.victory .c-news-colume__link {
	padding-right: 40px;
}
.lead__line02 {
    border-bottom: 3px solid #8EC300;
}
  /* =====================
    message
  ===================== */
.message .message__ttl {
	width: 690px;
}
.message .message__text {
	font-size: 17px;
}
  /* =====================
    プロフィール
  ===================== */
.profile__img {
	width: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
.profile__img {
	width: auto;
}
	.c-table > tbody,
	.c-table > tbody > tr {
		display: block;
	}
}
.c-heading-04.battle_record {
	background: #f0f0f0;
	padding: 0 0 0 12px;
	margin-bottom: 12px;
}
  /* =====================
    news
  ===================== */
.news .c-colume__link {
	font-weight: normal;
}