@charset "utf-8";

/* ===============================================
# スポーツ・芸術
=============================================== */
.wrapper{
  background-image: url(../img_sports/bg_sports.jpg);
  background-position: left top;
  background-size: 100% auto;
}

@media screen and (max-width: 767px){
  .wrapper{
    background-image: url(../img_sports/bg_sports_sp.jpg);
  }
}

/* ===============================================
# header
=============================================== */
.header .ttl_rank02{
  background-color: #1c6f69;
}
.header .ttl_rank02 .page_name{
  font-size: 22px;
}
.header .page_number{
  border-bottom: 3px solid #1c6f69;
  color: #1c6f69;
}

@media screen and (max-width: 767px){
  .header .ttl_rank02{
    background-color: #15534f
  }
  .header .ttl_rank02 .page_name{
    font-size: 17px;
  }
}


/* ===============================================
# content
=============================================== */
.content{
  border-top: 1px solid #ffffff;
}
.main{
  margin-left: 239px;
  border-left: 1px solid #ffffff;
  background-color: rgba(255,255,255,.75);
}
.index .main{
  min-height:640px;
  padding: 32px 32px 100px;
}


/* 一覧
----------------------------------------------- */
.box_list .box{
  width: 542px;
  height: 209px;
  margin: 32px 0 0 32px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(53,95,92,.35);
}
.box_list .new:before{
  top: -13px;
  left: -23px;
}
.box_list .box .ico_block{
  position: absolute;
  z-index: 5;
  left: -17px;
  bottom: -14px;
  width: 86px;
  pointer-events: none;
}
.box_list .box .ico_block img{
  width: 100%;
  height: auto;
}
.box_list .box_inner{
  position: relative;
  display: table;
  table-layout: fixed;
  width: 542px;
  height: 209px;
}
.box_list .box_thumb{
  display: table-cell;
  width: 315px;
  overflow: hidden;
}
.box_list .box_attr{
  display: table-cell;
  position: relative;
  padding: 10px 25px 0 25px;
  background-image: url(../img_sports/bg_emblem.png);
  background-position: center 11px;
  background-repeat: no-repeat;
  vertical-align: top;
}
.box_list .box_attr .text_block{
  height: 156px;
}
.box_list .box_attr .text_block .number{
  padding-top: 60px;
  color: #1c6f69;
  font-size: 13px;
  font-size: .82rem;
  font-weight: bold;
}
.box_list .box_attr .box_ttl{
  margin-top: 5px;
  font-size: 18px;
  font-size: 1.13rem;
  font-weight: bold;
  line-height: 1.2;
}
.box_list .box_attr .arrow_block{
  height: 28px;
  border-top: 1px solid #c9c9c9;
  background-image: url(../img_sports/bg_arrow.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width:767px){
  .content{
    padding: 0;
  }
  .main{
    margin: 0;
    border-left-width: 0;
  }
  .index .main{
    min-height:460px;
    padding: 5% 3% 60px;
  }
  .box_list .box{
    float: none;
    width: auto;
    height: auto;
    margin: 5% 5% 0;
  }
  .box_list .new:before{
    top: -6px;
    left: -12px;
    width: 8.3%;
    height: auto;
    padding-top: 8.3%;
  }
  .box_list .box .ico_block{
    left: -9px;
    bottom: -7px;
    width: 15.8%;
  }
  .box_list .box_inner{
    width: 100%;
    height: auto;
  }
  .box_list .box_thumb{
    width: 59%;
  }
  .box_list .box_attr{
    width: 41%;
    padding: 5% 0;
    background-size: 38% auto;
    background-position: center 10%;
    vertical-align: middle;
  }
  .box_list .box_attr .text_block{
    display: inline-block;
    height: auto;
    padding: 0 10%;
  }
  .box_list .box_attr .text_block .number{
    margin: 0;
    padding: 0;
    font-size: 8px;
  }
  .box_list .box_attr .box_ttl{
    margin-top: 4%;
    font-size: 12px;
  }
  .box_list .box_attr .arrow_block{
    position: absolute;
    bottom: 0;
    left: 11%;
    width: 78%;
    height: 14px;
    margin-bottom: 6%;
    background-size: 10px 8px;
  }
}


/* 詳細
----------------------------------------------- */
.detail .main{
  padding: 72px 0 100px;
  min-height: 640px;
}
.section{
  max-width: 1035px;
  margin: 0 30px;
  border: 1px solid #c3c3c3;
  box-shadow: 0 0 18px rgba(0,0,0,0.5);
}
.section .sect_head{
  border-bottom: 1px solid #1c6f69;
}
.section .sect_head .ttl_block{
  padding-right: 110px;
  text-align: center;
}
.section .sect_body .text{
  margin-top: 15px;
}
.section .sect_body .text p{
  text-indent: 1em;
}
.section .sect_body .iframe_wrap{
  position: relative;
  width: 100%;
  max-width: 853px;
  padding-top: 56.28%;
  margin: 0 auto;
}
.section .sect_body iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* back */
.section .back a{
  background-color:#1c6f69;
}

@media all and (min-width:1337px){
  .section{
    width: 1035px;
    margin: 0 auto;
  }
}

@media all and (min-width:1617px){
  .section{
    margin-left: 170px;
  }
}

@media screen and (max-width:767px){
  .detail .main{
    padding: 5% 3% 60px;
    min-height: 0;
  }
  .section{
    width: auto;
    margin:0;
    box-shadow: none;
  }
  .section .sect_head .ttl_block{
    padding-right: 0;
    text-align: left;
  }
  .section .sect_head .sect_title{
    font-size: 15px;
  }
}

