@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 30px;
}

.p-sec .p-ctt .wrap ul.list li {
  padding: 6px;
  padding-left: 35px;
}

.p-sec .p-ctt .wrap ul.list li a {
  color: #333;
  text-decoration: none;
}

.p-sec .p-ctt .wrap ul.list li a:hover {
  color: #e00000;
}

.p-sec .p-ctt .wrap ul.list li.winning {
  background: url(../images/icon1.png) no-repeat 0 50%;
}

.p-sec .p-ctt .wrap ul.list li.report {
  background: url(../images/icon2.png) no-repeat 3px 40%;
}

.p-sec .team_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 720px;
  padding: 25px;
  margin: 20px auto 0;
  -moz-border-radius: 6px;
       border-radius: 6px;
  border: 3px solid #e00000;
}

.p-sec .team_wrap.wide {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 720px;
  padding: 25px;
  margin: 20px auto 0;
  -moz-border-radius: 6px;
       border-radius: 6px;
  border: 3px solid #e00000;
}

.p-sec .team_wrap.wide .teamname_box2 {
  width: 650px;
  margin: auto;
}

.p-sec .team_wrap.wide .teamname_box2 img + img {
  margin-top: 5px;
}

.p-sec .team_wrap.wide .teamname_box2 .team_name {
  margin-top: 15px;
  padding-left: 10px;
}

.p-sec .team_wrap .team_photo a + a {
  margin-top: 5px;
}

.p-sec .team_wrap .teamname_box {
  width: 314px;
  margin-left: 20px;
}

.p-sec .team_wrap .teamname_box img + img {
  margin-top: 5px;
}

.p-sec .team_wrap .teamname_box .team_name {
  margin-top: 15px;
  padding-left: 10px;
}

.p-sec .team_wrap a {
  display: block;
}

.p-sec .team_wrap a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

.p-sec .team_wrap a:hover {
  opacity: .8;
}

.p-sec .prizes .prize {
  display: block;
  width: 100%;
  height: 42px;
  background: url(../img/prize.png) no-repeat 0 0;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  text-align: center;
  color: #fff;
  line-height: 42px;
  font-weight: bold;
  font-size: 16px;
  color: #ffd600;
  text-shadow: 0px 0px 5px #000;
}
.p-sec .prizes .prize.multiline {
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-sec .prizes .prize + .prize {
  margin-top: 5px;
}

.p-sec .report_wrap {
  margin: 0px 60px;
}

.p-sec .report_wrap img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.p-sec .report_wrap p + p {
  margin-top: 20px;
}

.p-sec .report_wrap2 {
  margin: 0px 60px;
  text-align: justify;
}

.p-sec .report_wrap2 p + p {
  margin-top: 20px;
}

.p-sec .photo {
  border: 1px solid #ccc;
  margin: 0px 60px;
  margin-top: 30px;
  padding: 20px 0px 20px 40px;
}

.p-sec .photo p {
  margin-bottom: 10px;
}

.p-sec .photo a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  padding: 10px;
  width: 158px;
  background: #eaeaea;
  -moz-border-radius: 3px;
       border-radius: 3px;
  display: inline-block;
}

.p-sec .photo a:hover {
  opacity: .8;
}

.p-sec .photo a + a {
  margin-left: 15px;
  margin-bottom: 18px;
}

.p-sec .photo a:nth-child(6) {
  margin-left: 0;
}

.p-sec .photo a:nth-child(10) {
  margin-left: 0;
}

.p-sec .photo a:nth-child(14) {
  margin-left: 0;
}

.p-sec .backlink {
  margin-top: 40px;
  text-align: center;
}

.p-sec .backlink a {
  display: inline-block;
  padding: 14px 30px;
  border: 1px solid #ccc;
}

.p-sec .lap_award {
  margin: 60px auto;
  width: 720px;
}

.p-sec .lap_award .lap_award_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #000;
  border-bottom: 1px solid #000;
  padding: 0px;
}

.p-sec .lap_award .lap_award_ttl .ttl {
  padding-left: 40px;
  font-size: 16px;
}

.p-sec .lap_award .lap_award_ttl .ttl span {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-top: 2px;
  color: #e00000;
}

.p-sec .lap_award .lap_award_ttl .ttl span::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  display: block;
  height: 54px;
  width: 8px;
  -moz-border-radius: 4px;
       border-radius: 4px;
  background-color: #e00000;
}

.p-sec .lap_award .lap_award_ttl figure img {
  width: 220px;
}

.p-sec .lap_award .tdl {
  border: 3px solid #000;
  border-top: none;
  padding: 40px;
}

.p-sec .lap_award .tdl table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.p-sec .lap_award .tdl table td, .p-sec .lap_award .tdl table th {
  padding: 5px 10px;
  border: 1px solid #000;
}

.p-sec .lap_award .tdl table th {
  background-color: #ededed;
  font-weight: bold;
}

.p-sec .lap_award .tdl table tr td:nth-of-type(1),
.p-sec .lap_award .tdl table tr td:nth-of-type(2) {
  text-align: center;
}
