@charset "UTF-8";
/* ===================================================================
  common.css
  ページ用スタイル
=================================================================== */
@import url("../../common/css/normalize.css");
@import url("../../common/css/common.css");
/*
page style
--------------------------------*/
.p-sec {
  /**/
}

.p-sec .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt + .p-ctt {
  margin-top: 50px;
}

.p-sec .p-ctt .wrap {
  padding: 0 100px;
}


.p-sec .p-ctt .wrap ul.list li {
  background: url(../../common/images/arrow2.png) no-repeat 0 50%;
  color: #12963b;
  padding-left: 24px;
  margin-bottom: 4px;
}
.p-sec .p-ctt .wrap ul.list li.detai {
  background: url(../../common/images/arrow3.png) no-repeat 0 50%;
}

.p-sec .p-ctt .wrap ul.list li a {
  color: #333;
  text-decoration: none;
  transform: translateY(.1rem);
  display: inline-block;
}

.p-sec .p-ctt .wrap ul.list li a:hover {
  color: #12963b;
}

.p-sec .p-ctt .wrap ul.list li.detai a:hover {
  color: #e43f79;
}

.p-sec .gallery_photos {
  font-size: 0;
  padding-left: 43px;
}

.p-sec .gallery_photos a,
.p-sec .gallery_photos > img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 4px;
       border-radius: 4px;
  overflow: hidden;
  width: 213px;
  height: 142px;
  margin: 0 0 8px 8px;
}

.p-sec .gallery_photos a img {
  float: none;
  width: 100%;
  height: auto;
}

.p-sec .gallery_photos.object_fit a img {
  float: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-sec .gallery_photos a:hover {
  opacity: .8;
}

.p-sec .gallery_photos.img_another_list a {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  display: inline-block;
  vertical-align: top;
  -moz-border-radius: 4px;
       border-radius: 4px;
  overflow: hidden;
  width: 213px;
  height: 142px;
  margin: 0 0 8px 8px;
  position: relative;
}
.p-sec .gallery_photos.img_another_list a img {
    width: auto;
    height: 142px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.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 .detai_ttl .inner {
    color: #e43f79 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-sec .detai_ttl:after {
    background-color: #e43f79 !important;
}
.p-sec .detai_ttl .inner .race_name {
    display: block;
    font-size: 18px;
    background: #e43f79;
    color: #fff;
    padding: 5px 8px 3px 12px;
    margin-right: 10px;
}
.p-sec .detai_ttl .inner .race_date {
    transform: translateY(.15rem);
}

.p-award-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -16px !important;
  margin-bottom: 40px !important;
}
.p-award-items .p-award-card {
  width: 396px;
  box-sizing: border-box;
  border: 3px #12963b solid;
  padding: 15px 15px 20px;
  margin-right: 16px;
  margin-top: 16px;
}
.p-award-items .p-award-card:nth-child(3n) {
  margin-right: 0;
}

.p-award-img {
  display: block;
  width: 360px;
  height: 232px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.p-award-img img {
    min-width: 360px;
    min-height: 232px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.p-award-items .prizes .prize {
    display: block;
    width: 100%;
    height: 42px;
    background: url(../images/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-award-items .prizes .prize + .prize {
    margin-top: 5px;
}
.p-award-text {
  margin-top: 10px !important;
  text-align: center;
  font-weight: bold;
}

.p-sec .gallery_note {
  padding-left: 51px;
}



.p-award-in-multi-items {
  width: calc(100% + 16px);
}
.p-award-in-multi-items .p-award-multi-images {
  display: flex;
  justify-content: space-between;
  background: #eee;
  padding: 15px !important;
}
.p-award-in-multi-items .p-award-multi-images a {
    margin-bottom: 0 !important;
}
.p-award-in-multi-items .p-award-2col-card {
  width: 808px;
  margin-left: -16px;
}

.p-award-in-multi-items .p-award-card,
.p-award-in-multi-items .p-award-card:nth-child(3n) {
  margin-right: 0 !important;
}
.p-award-in-multi-items .p-award-card {
  margin-left: 16px;
}
.p-award-in-multi-items .prizes .prize {
  background: url(../images/prize_left.png) left center no-repeat,
              url(../images/prize_right.png) right center no-repeat;
}
