@charset "utf-8";

/*------------------------------
	archives top
------------------------------*/
/*PC*/
.historyTit{
    margin-bottom: 50px;
}
.historyTit img{
    width: 100%;
    height: auto;
}
.archivelistLi{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.archivelistLi li{
    box-sizing: border-box;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.button{
    border:1px solid #d7dada; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 10px 10px 10px;
    text-decoration:none; 
    display:inline-block;
    font-weight:bold;
    background-color: #f2f2f2; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -moz-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -ms-linear-gradient(top, #fffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f2f2f2);
    line-height: 40px;
    position: relative;
    vertical-align: middle;
}
.button:hover{
    border:1px solid #bfc4c4;
    background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#c6c3c3));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -moz-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -ms-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: -o-linear-gradient(top, #f2f2f2, #f4f4f4);
    background-image: linear-gradient(to bottom, #f2f2f2, #f4f4f4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f2f2, endColorstr=#f4f4f4);
}
.button::before,
.button::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.button::before{
    box-sizing: border-box;
    width: 15px;
    height: 15px;
    border: 1px solid #0161b6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.button::after{
    left: 32px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #0161b6;
}
.archivelistLi li:nth-of-type(3) span{
    padding-top: 30px;
}
.archivelistLi li:nth-of-type(3n){
    margin-right: 0;
}
.archivelistLi li a{
    display: block;
    color: #0161b6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    text-decoration: none;
}
#result,#movies,#gallery,#records{
    margin-bottom: 50px;
}

/* tablet */
@media screen and (max-width: 1024px) {
    .historyTit{
        margin-bottom: 5vw;
    }
    #result,#movies,#gallery,#records{
        margin-bottom: 5vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .archivelistLi li{
        box-sizing: border-box;
        width: 49.5%;
        margin-right: 0%;
        margin-bottom: 1vw;
        text-align: center;
        height: 15vw;
    }
    .archivelistLi li:nth-of-type(2n){
        margin-right: 0;
        margin-left: 1%;
    }
    .archivelistLi li:nth-of-type(3n){
        margin-right: 0%;
    }
    .button::before,
    .button::after{
        left: 3vw;
    }
    .button::after{
        left: 4.5vw;
    }
}

/*------------------------------
	history
------------------------------*/
/*PC*/
#historyWrap section{
    margin-bottom: 50px;
}
#historyWrap section:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#historyWrap .f_r{
    padding-left: 1em;
}
#historyWrap .f_l{
    padding-right: 1em;
}
.historyTxt{
    padding-bottom: 1em;
    line-height: 2;
	text-align: justify;
}
/* tablet */
@media screen and (max-width: 1024px) {
    #historyWrap section{
        margin-bottom: 5vw;
    }
    #historyWrap .f_r{
        width: 20%;
    }
    #historyWrap .f_l{
        width: 20%;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    #historyWrap .f_r{
        width: 47%;
    }
    #historyWrap .f_l{
        width: 47%;
    }
}



/*------------------------------
	result
------------------------------*/
/*PC*/
.tableStyle{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.tableStyle th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}
.tableStyle td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
.tableStyle tbody tr td:nth-child(3){
	width:90px;
}
.tableStyle01{
    margin-top: 30px;
    width: 100%;
    border-left: 1px solid rgba(230,230,230,1);
    font-size: 1.2rem;
    border-collapse: collapse;
}
.tableStyle01 th{
    background: rgba(230,230,230,1);
    font-weight: 700;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.tableStyle01 td{
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
    box-sizing: border-box;
}
th.thStyle01{
    background: rgba(230,230,230,0.2);
    border-bottom: 1px solid rgba(230,230,230,1);
    border-right: 1px solid rgba(230,230,230,1);
}
.recordsTxt{
    padding-top: 1em;
}
.selectMenu{
    float: right;
    margin-right: 1em;
}   
.selectMenu select {
    position: relative;
    padding:0.5% 3%;
    margin-left: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(230,230,230,1);
    background: #FFFFFF;
    font-size: 1.6rem;
    width: 200px;
}
.selectMenu label {
    position: relative;
}
.selectMenu label:after {
    display: block;
    content: " ";
    position: absolute;
    top: 45%;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(../common/img/icn_arrow_u.png) 0 0 no-repeat;
    background-size: 10px;
    pointer-events: none;
}
.selectMenu:after {
  content: ""; 
  display: block; 
  clear: both;
}
.resultMenu{
    width: 100%;
    border-bottom: 4px solid #0074d7;
    margin-bottom: 20px;
}
.resultMenu{
  display: -webkit-box;
  display: box;
}
.resultMenu li{
    text-align: center;
    line-height: 50px;
    border: 1px solid #0074d7;
    background-color: #0074d7;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 100%;
    margin-right: 0.5%;
}
.resultMenu li:last-of-type{
    margin-right: 0;
}
.resultMenu li a{
    color: #0074d7;
    background-color: #FFFFFF;
    display: block;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.resultMenu li a:hover{
    background-color: #0074d7;
    color: #FFFFFF;
}
.report_inner{
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1000px;
}
.scroll_txt{
    display: none;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .tableStyle{
        margin-top: 3vw;
        margin-bottom: 5vw;
        font-size: 1.4vw;
    }
    .tableStyle th{
        background: rgba(230,230,230,1);
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 0.5em;
        padding-right: 0.5em;
        text-align: center;
    }
    .tableStyle td{
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid rgba(230,230,230,1);
        border-right: 1px solid rgba(230,230,230,1);
    }
    .selectMenu select {
        width: 50%;
        font-size: 1.6vw;
    }
    .selectMenu label:after {
        top: 1vw;
    }
    .selectMenu select {
        font-size: 1.6vw;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .report_inner{
        width: 94%;
        margin-right: auto;
        margin-left: auto;
        min-width: 94%;
    }
    .scroll_txt{
        padding-top: 5px;
        position: relative;
        display: block;
    }
    .scroll_txt::before{
        content: "※";
    }
    .scroll_txt::after {
          position: absolute;
          content: '';
          top: 1vw;
          left:13em;
          display: block;
          width: 33px;
          height: 15px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
    }
     table.tableStyle01{
         white-space: nowrap;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .tableStyle{
        font-size: 3.4vw;
    }
    .tableStyle{
        margin-top: 3vw;
        width: 350%;
    }
     .tableStyle01{
        margin-top: 3vw;
        width: 350%;
        font-size: 3.4vw;
    }
    .selectMenu select {
        width: 100%;
        font-size: 3.4vw;
    }
    .scroll::before {
      font-size:3.6vw;
    }
    .scroll:after {
        left:13em;
    }
    .resultMenu{
        border-bottom: 2px solid #0074d7;
    }
    .resultMenu li{
        line-height: 2.5;
        width: 100%;
    }
    .scroll{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll::-webkit-scrollbar {
          height: 5px;
        }
    .scroll::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll02{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        overflow-x:scroll;
        margin-bottom: 2vw;
        margin-top: 2vw;
        position: relative;
        }
    .scroll02::before {
        content:"※横にスクロールできます";
              font-size:3.6vw;
        }
    .scroll02:after {
          position: absolute;
          content: '';
          top: 0;
          left:13em;
          display: block;
          width: 43px;
          height: 25px;
          background-image: url(../common/img/icn_scrool.png);
          background-size: contain;
          background-repeat: no-repeat;
          }
    .scroll02::-webkit-scrollbar {
          height: 5px;
        }
    .scroll02::-webkit-scrollbar-track {
          border-radius: 5px;
          background: #eee;
        }
    .scroll02::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background: #666;
        }
    .scroll_txt::after {
          top: 2vw;
          left:13em;
    }
}

/*------------------------------
	movies gallery
------------------------------*/
/*PC*/
.galleryLi{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.galleryLi li{
    text-align: center;
    margin-right: 4%;
    width: 22%;
    line-height: 1.6;
    margin-bottom: 20px;
}
.galleryLi li:nth-of-type(4n){
    margin-right: 0;
}
.galleryLi li img{
    width: 100%;
    height: auto;
}
.mediaBlock{
    font-size: 1.4rem;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-top: 30px;
}
.mediaBlock img{
    padding-right: 1em;
}
.movieBlock{
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 10px;
}
.galleryList{
  display: flex;
  justify-content: left;
  flex-wrap: wrap; 
}
.galleryList li{
    text-align: center;
    margin-right: 5%;
    width: 30%;
    line-height: 1.6;
    margin-bottom: 20px;
    overflow: hidden;
    height: 200px;
    position: relative;
    background-color: #f2f2f2;
}
.galleryList li:nth-of-type(3n){
    margin-right: 0;
}
.galleryList li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .mediaBlock{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .galleryLi li{
        text-align: center;
        margin-right: 4%;
        width: 48%;
        line-height: 1.6;
        margin-bottom: 3vw;
    }
    .galleryLi li:nth-of-type(3n){
        margin-right: 4%;
    }
    .galleryLi li:nth-of-type(2n){
        margin-right: 0;
    }
    .mediaBlock{
        font-size: 3.2vw;
    }
    .mediaBlock img{
        width: 90%;
    }
}
/*------------------------------
	records
------------------------------*/
.recordWrap{
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
}
.recordBlock{
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap; 
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    padding-bottom: 30px;
}
.recordBlock:nth-of-type(n){
    width: 32%;
    margin-right: 1%;
}
.recordBlock .ph{
    width: 35%;
    margin-right: 2%;
}
.recordBlock ul{
        width: 63%;
    }
.recordBlock .ph img{
    width: 100%;
    height: auto;
}
.recordBlock li{
    margin-bottom: .5em;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
}
.recordBlock:nth-of-type(n+3) li{
    /*font-size: 1.5rem;*/
    line-height: 1.4;
}
.recordBlock li.num{
    color: #ffffff;
    background-color: #FF3300;
    text-align: center;
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    padding-right: 2em;
    padding-left: 2em;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.recordBlock li:last-child{
    font-weight: normal;
    font-size: 1.4rem;
    color: #666666;
}
/* tablet */
@media screen and (max-width: 1024px) {
    .recordBlock li{
        font-size: 1.8vw
    }
    .recordBlock:nth-of-type(n) li{
       /* font-size: 1.5vw;*/
    }
    .recordBlock li.num{
        font-size: 1.4vw;
    }
    .recordBlock li:last-child{
        font-size: 1.4vw;
    }
}
/*SP*/
@media screen and (max-width: 750px) {
    .recordWrap{
        display: block;
    }
    .recordBlock{
        width: 100%;
        display: flex;
        padding-top: 3vw;
        padding-bottom: 3vw;
    }
    .recordBlock:nth-of-type(n){
        width: 100%;
        margin-right: 0;
    }
    .recordBlock .ph{
        width: 35%;
        margin-right: 2%;
    }
    .recordBlock li{
        margin-bottom: .5em;
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock:nth-of-type(n+3) li{
        font-size: 3.6vw;
        line-height: 1.4;
    }
    .recordBlock li.num{
        font-size: 3.2vw;
        line-height: 2;
    }
    .recordBlock li:last-child{
        font-weight: normal;
        font-size: 3.4vw;
        color: #666666;
    }
}

