@charset 'Shift_JIS';
/*
▼common
・box
・タイトル
▼各コンテンツ
・mv
・mv（関西実業）
・概要
・大会前コメント
・リンク
・結果
・menu（NY）
・大会前コメント（NY）
*/

/* ============================================
common
============================================ */

/* box----------------------------  */
.ekiden_mainwrap {
  padding: 30px 0 100px;
/* background: url(/company/efforts/sports_culture/trackfield/special/ekiden2024/img/bg.jpg) no-repeat; */
  background: url(/company/efforts/sports_culture/trackfield/special/ekiden2024/img/bg.png) ;
  background-size: 100% auto;
  background-repeat: repeat;
  color: #000;
}
@media screen and (max-width: 767px) {
  .ekiden_mainwrap {
    background-repeat: space;
  }
}


.ekiden_ctr {
  margin: 80px auto 0;
  /* padding-top: 60px; */
  width: 950px;
}
@media screen and (max-width: 767px) {
  .ekiden_ctr {
    margin: 50px auto 0;
    /* padding-top: 40px; */
    width: 90%;
  }
}

.ekiden_ctr:first-of-type {
  margin-top: 60px;
  padding-top: 0;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .ekiden_ctr:first-of-type {
    margin-top: 40px;
  }
}
.sp{
  display: none;
}
@media screen and (max-width: 767px) {
.sp{
  display: block;
}}

/* タイトル---------------------------- */
.ekiden_secttl {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .ekiden_secttl {
    margin-bottom: 24px;
    font-size: 24px;
  }
}

.ekiden_secttl.none {
  margin-bottom: 0 !important;
  font-size: 0 !important;
}
.c-red{
	color: #ff6600;
	text-align: center;
}

/* ============================================
各コンテンツ
============================================ */

/* mv ---------------------------------- */
.mv_img {
  margin: 0 auto;
  padding:0 30px;
  max-width: 1320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv_img {
    padding: 0;
    max-width: 100%;
  }
}
.mv_img img {
  width: 100%;
}

/* mv（関西実業） ------------------------- */
.kansai_mv + .ekiden_ctr {
  padding-top: 0;
  border-top: none;
}

.kansai_mv_img {
  margin: 80px auto 0;
  padding-top: 60px;
  width: 950px;
  /* border-top: 1px solid #f73600; */
}
@media screen and (max-width: 767px) {
  .kansai_mv_img {
    margin: 50px auto 0;
    padding-top: 40px;
    width: 90%;
  }
}

.kansai_mv_img img {
  width: 100%;
}

/* 概要 ---------------------------------- */
.detail_list dt {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .detail_list dt {
    font-size: 16px;
  }
}

.detail_list dd + dt {
  margin-top: 16px;
}

.detail_teamphoto {
  margin-top: 20px;
  width: 950px;
}
@media screen and (max-width: 767px) {
  .detail_teamphoto {
    width: 100%;
  }
}

.detail_teamphoto img {
  width: 100%;
}

/* 大会前・大会後コメント ---------------------------------- */

.cmt_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
@media screen and (max-width: 767px) {
  .cmt_list li {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  }
}

.cmt_list li + li {
  margin-top: 40px;
}

.cmt_list li .cmt_list_txt {
  width: 75%;
}
.cmt_list li .cmt_list_txt.cmt_list_txt_after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_txt {
    width: 100%;
  }
}

.cmt_list li .cmt_list_txt .cmt_name {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_txt .cmt_name {
    margin: 12px 0 8px;
    text-align: center;
    font-size: 22px;
  }
}

.cmt_list li .cmt_list_txt .cmt_name .position {
  margin-left: 16px;
  font-size: 16px;
}

.cmt_list li .cmt_list_img {
  margin-right: 30px;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .cmt_list li .cmt_list_img {
    margin: 0 auto;
    width: 50%;
  }
}

.cmt_list li .cmt_list_img img {
  width: 100%;
}


/* リンク ---------------------------------- */

@media screen and (max-width: 767px) {
  .links_list li {
    width: 100%;
  }
}

.links_list li + li {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .links_list li + li {
    margin-top: 16px;
  }
}

.links_list li a {
  -webkit-transition: .2s;
          transition: .2s;
}

.links_list li a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .links_list li a img {
    width: 100%;
  }
}


/* 結果 ---------------------------------- */

/* table */
.result_tbl {
  width: 100%;
  border-collapse: collapse;
}

.result_tbl + .result_tbl {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .result_tbl + .result_tbl {
    margin-top: 20px;
    margin-bottom: 20px;

  }
}

.result_tbl tr th,
.result_tbl tr td {
  padding: 8px 16px;
  border: 1px solid #000;
  vertical-align: middle;
  text-align: center;
}
.result_tbl tr td {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .result_tbl tr th,
  .result_tbl tr td {
    padding: 3px;
    font-size: 12px;
  }
}

.result_tbl tr th {
  letter-spacing: 2px;
}

.result_tbl tr th {
  background-color: #faa01f;
  color: #fff;
  font-weight: bold;
}

.result_tbl tr td {
  background-color: #fff;
  color: #000;
}

.result_tbl tr.bd{
  font-weight: bold;
}

.result_tbl tr td.c-red{
  color: #ff1919;
}

/* table 個別 */
.result_tbl.record tr:not(:first-child) td:nth-of-type(2){
	text-align: right;
}

/* comment */
.result_coachcmt_ttl {
  margin: 40px 0 8px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .result_coachcmt_ttl {
    margin: 30px 0 8px;
    font-size: 18px;
  }
}


/* 結果 画像 */
.result_img{
  display: flex;
  gap: 5px;
  justify-content: space-between;
}
.result_img .img img{
width: 100%;
}
.result_img .img:nth-of-type(3){
  margin-bottom: 35px;
}
.result_img p{
text-align: center;
font-weight: bold;
font-size: 18px;
}
.result_img p span{
  font-size: 16px;
  margin-left: 5px;
  }
@media screen and (max-width: 767px) {
  .result_img{
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .result_img .img:nth-of-type(3){
    margin-bottom: 0;
  }
  .result_img p{
    font-size: 16px;
    }
    .result_img p span{
      font-size: 14px;
      }
}

/* menu（NY） -------------------------------- */

.menu_listwrap {
  display: flex;

  gap: 20px;
}
@media screen and (max-width: 767px) {
  .menu_listwrap {
    display: block;
  }
}

.menu_list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu_list {
    display: flex;
    width: 100%;

    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .menu_list + .menu_list {
    margin-top: 8px;
  }
}

.menu_list dt {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .menu_list dt {
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
  }
}

.menu_list dd{
	border: 1px solid #5b5b5b;
}
@media screen and (max-width: 767px) {
  .menu_list dd {
    width: calc(50% - 4px);
  }
}

.menu_list dd + dd {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .menu_list dd + dd {
    margin-top: 0;
  }
}

.menu_list dd a {
  position: relative;
  display: block;
  padding: 8px 4px 8px 32px;
  border-right: 8px solid #33466f;
  background: #f1f0f8;
  color: #838482;
  -moz-text-align-last: left;
       text-align-last: left;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: .2s;
          transition: .2s;
}
@media screen and (max-width: 767px) {
  .menu_list dd a {
    padding: 8px 4px 8px 24px;
    font-size: 12px;
  }
}

.menu_list dd a::before {
  position: absolute;
  top: 0;
  left: 12px;
  padding-right: 4px;
  color: #33466f;
  content: '\25B8';
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .menu_list dd a::before {
    top: -10%;
    left: 4px;
  }
}

.menu_list dd a:hover {
  opacity: .8;
}


/* 大会前コメント（NY） -------------------------------- */
.ny_cmt_bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist {
    display: block;
  }
}

.ny_cmt_bnrlist li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ny_cmt_bnrlist li + li {
    margin-top: 8px;
  }
}

@media(hover: hover) {
  .ny_cmt_bnrlist li a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  .ny_cmt_bnrlist li a:hover {
    opacity: .8;
  }
}

.ny_cmt_bnrlist li img {
  width: 100%;
}


.fssmal{
font-size:5px
}
.fs50per{
font-size:50%
}
.op50{
opacity: 0.5;
}
/* 出場メンバーコメント */
.nyresult_partcomment .box:nth-child(even) .photo_wrap {
  margin-right: 24px !important;
}
.nyresult_partcomment .box:nth-child(odd) .photo_wrap {
  margin-left: 24px !important;
}
.nyresult_partcomment .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;

  -webkit-box-align: center;
  align-items: center;
}
.nyresult_partcomment .flex:nth-child(odd) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.nyresult_partcomment .box {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
}
.nyresult_partcomment .box:first-of-type {
  padding-top: 0;
}
/*.nyresult_partcomment .box .player_name {
  color: #f60;
}*/

.nyresult_partcomment .box .player_name {
  margin-bottom: 8px;
}
.nyresult_partcomment .box .player_name em {
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.nyresult_photo {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.nyresult_partcomment .box{
	 float: none;
     width: 100%;
	 margin-bottom: 30px;
     padding-bottom: 20px;
}
	.nyresult_partcomment .box:nth-child(even) .photo_wrap,
	.nyresult_partcomment .box:nth-child(odd) .photo_wrap {
	margin: 0 auto 8px !important;
    width: 50% !important;
  }
　 .nyresult_partcomment .box .photo_wrap img {
    width: 100% !important;
  }	
	.nyresult_partcomment .flex {
	display: block !important;
	}
	
	.nyresult_photo p img {width: 100%;} /*集合写真*/
}


.ekiden_ctr.ny_cmt{
	border-top: 2px solid #faa01f;
	  padding-top: 60px;
}
@media screen and (max-width: 767px) {
	.ekiden_ctr.ny_cmt{
			padding-top: 40px;
	}
}
