@charset "utf-8";

/* ===============================================
# リンク
=============================================== */
.sec_link {
  margin: 50px 0 0 0;
}

@media screen and (max-width :768px){
  .sec_link {
    margin:20px 0 0 0;
  }  
  .sec_link .cmn_link_ttl li {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
}
  
/* ===============================================
# Flont Line
=============================================== */
.sec_flontline {
}
.sec_flontline .box_ttl {
  position: relative;
  z-index: 3;
  font-size: 68px;
  font-size: 6.5rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.sec_flontline .area_flontline  {
  background: #f7f8f2;
  z-index: -2;
  overflow: hidden;
  margin: -40px 0 0 0;
  padding: 0 0 60px 0;
}
@media screen and (max-width :768px){
  .sec_flontline {
    padding:28px 0 0 0;
  }
  .sec_flontline .area_flontline {
    background: #f7f8f2;
    z-index: 0;
    overflow: inherit;
    margin:0;
    padding: 0 0 60px 0;
  }
  .sec_flontline .box_ttl {
    font-size: 33px;
    font-size: 3rem;
    margin: 0 0 3px 0;
  } 
}

/*紹介----------------------*/
.sec_flontline .area_flontline .intro {
  overflow: hidden;
  position: relative;
  padding: 40px 0 0 0;
}
.sec_flontline .area_flontline .intro .subttl {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 3;  
}
.sec_flontline .area_flontline .intro .img_flont {
  text-align: center;
  position: relative;
}
.sec_flontline .area_flontline .intro .img_flont img {
  width: 424px;
  position: relative;
  z-index: 1;
  margin: 0 0 0 70px;
}
.sec_flontline .area_flontline .intro .img_flont:before {
  content: '';
  position: absolute;
  top: -250px;
  bottom: 0;
  left: 255px;
  right: 0;
  margin: auto;
  width: 172px;
  height: 500px;
  background: #dff7fb;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 0;
}
.sec_flontline .area_flontline .intro .img_flont:after {
  content: '';
  position: absolute;
  top: -231px;
  bottom: 0;
  left: 687px;
  right: 0;
  margin: auto;
  width: 172px;
  height: 550px;
  background: #e6f0f8;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: 2;
}
@media screen and (max-width :880px){
  .sec_flontline .area_flontline .intro .img_flont:after {
    left: 630px;
  } 
}
@media screen and (max-width :768px){
  .sec_flontline .area_flontline .intro {
    padding: 0;
    overflow: inherit;
  }
  .sec_flontline .area_flontline .intro .subttl {
    font-size: 14px;
    font-size: 1.4rem;
  }  
  .sec_flontline .area_flontline .intro .img_flont {
    width: 94.6%;
    margin: 0 auto;
  }
  .sec_flontline .area_flontline .intro .img_flont img {
    width: 100%;
    margin: 0;
  }
  .sec_flontline .area_flontline .intro .img_flont:before {
    top: -329px;
    left: 96%;
  }
  .sec_flontline .area_flontline .intro .img_flont:after {
    top: -150px;
    left: 98%;
  }
}

/*ニュースインデックス----------------------*/
.sec_flontline .area_flontline .box_newslist {
  position: relative;
  z-index: 1;
  background: #f7f8f2;
  padding: 3px 0 0 0;
}
.sec_flontline .area_flontline .box_newslist ul {
  flex-wrap: wrap;
}
.sec_flontline .area_flontline .box_newslist li {
  width: 23.5%;
  margin:0 0 35px 2%;
  background: #fff;
}
.sec_flontline .area_flontline .box_newslist li:nth-child(4n+1) {
  margin-left:0;
}
.sec_flontline .area_flontline .box_newslist li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0 0 38px 0;
}
.sec_flontline .area_flontline .box_newslist li .news_cont {
  padding: 11px 15px 0 15px;  
}
.sec_flontline .area_flontline .box_newslist li .news_cont .cat {
  font-size: 13px;
  font-size: 1.3rem;  
  letter-spacing: 0.2em;
  text-align: center;
  margin: 0 0 19px 0;
  font-weight: bold;
}
.sec_flontline .area_flontline .box_newslist li .news_cont .cat span {
  border-bottom: 1px solid #0a0205;
  padding: 0 7px 8px 7px;
}
.sec_flontline .area_flontline .box_newslist li .news_cont .ttl {
  border-bottom: 1px solid #cccccc;
  line-height: 1.4;
  padding: 0 0 10px 0;
  margin: 0 0 8px 0;  
}
.sec_flontline .area_flontline .box_newslist li .news_cont .name {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ef4851;
  line-height: 1.4;
}
.sec_flontline .area_flontline .box_newslist li .news_cont .date {
  position: absolute;
  right: 15px;
  bottom:10px;
  font-size: 12px;
  font-size: 1.2rem;  
  text-align: right;
}
@media screen and (max-width :1000px){
  .sec_flontline .area_flontline .box_newslist li {
    width: 31.2%;
    margin:0 0 35px 3.2%;
  }
  .sec_flontline .area_flontline .box_newslist li:nth-child(4n+1) {
    margin-left:3.2%;
  }
  .sec_flontline .area_flontline .box_newslist li:nth-child(3n+1) {
    margin-left:0;
  }  
}
@media screen and (max-width :768px){
  .sec_flontline .inner.wide {
    z-index: 5;
    margin-top: 15px;
  }  
  .sec_flontline .area_flontline .box_newslist {
      padding:0;
  }    
  .sec_flontline .area_flontline .box_newslist li:nth-child(3n+1) {
    margin-left:4%;
  }
  .sec_flontline .area_flontline .box_newslist li {
    width: 48%;
    margin:0 0 20px 4% ;
  }
  .sec_flontline .area_flontline .box_newslist li:nth-child(2n+1) {
    margin-left:0;
  }
  .sec_flontline .area_flontline .box_newslist li a {
      padding: 0 0 28px 0;
  }  
  .sec_flontline .area_flontline .box_newslist li .news_cont {
    padding: 6px 0 0  0; 
  }
  .sec_flontline .area_flontline .box_newslist li .news_cont .cat {
    font-size: 11px;
    font-size: 1.1rem;  
    margin: 0 0 10px 0;
  }
  .sec_flontline .area_flontline .box_newslist li .news_cont .cat span {
    padding: 0 0 4px 0;
  }
  .sec_flontline .area_flontline .box_newslist li .news_cont .ttl {
    font-size: 14px;
    font-size: 1.4rem; 
    padding: 0 10px 7px 10px;
    margin: 0 0 7px 0;
    line-height: 1.3;
  }
  .sec_flontline .area_flontline .box_newslist li .news_cont .name {
    font-size: 12px;
    font-size: 1.2rem;
    color: #ef4851;
    padding: 0 10px;
    line-height: 1.3;
  }
  .sec_flontline .area_flontline .box_newslist li .news_cont .date {
    right: 15px;
    bottom:10px;
    font-size: 11px;
    font-size: 1.1rem;  
  }  
  .sec_flontline .cmn_btn {
    margin-top: 0;
  }
}


/* ===============================================
# 欧冠体育投注_足球365比分-直播*官网
=============================================== */
.sec_news {
  padding: 0 0 70px 0;
}
.sec_news .box_news {
  position: relative;
  width: 90%;  
  max-width: 1120px;
  margin: 0 auto;
}
.sec_news .box_news .tab{
  width: 100%;
  padding-bottom: 10px;
}
.sec_news .box_news .tab ul {
  justify-content: flex-end;  
}
.sec_news .box_news .tab li{
  position: relative;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  white-space: nowrap;
}
.sec_news .box_news .tab li:last-child::after,
.sec_news .box_news .tab li::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  width: 1px;
  background-color: #a9a9a9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_news .box_news .tab li:last-child::after{
  left: auto;
  right: 0;
}
.sec_news .box_news .tab li a{
  padding: 14px 12px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;  
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.sec_news .box_news .tab li a.active,
.sec_news .box_news .tab li a:hover{
  background-color: #ec6d74;
  color: #fff;
  opacity: 1;
}
@media screen and (max-width :768px){
  .sec_news {
    padding:30px 0;
  }
  .sec_news .box_news .tab li{
    font-size: 12px;
    font-size: 1.2rem;
  }

}

/* ===============================================
# エリアメニュー
=============================================== */
#research .box_area_menu .cmn_area_menu {
  padding:50px 0;
}
@media screen and (max-width :768px){
  #research .box_area_menu .cmn_area_menu {
    padding:0 0 20px 0;
  }
  #research .box_area_menu .cmn_area_menu dl dt .ttl {
    margin-top: 22px;
  }
}

/* ===============================================
# 研究内容紹介
=============================================== */
.table_research{
  font-size: 16px;
  font-size: 1.6rem;
}
.cmn_scroll_area.pc .table_research{
  width: 100%;
  min-width: 900px;
}
.table_research th{
  text-align: center;
  color: #000000;
  background-color: #fdf7e4;
}
.table_research ttl,
.table_research type{
  width: 30%;
}
.table_research td.name,
.table_research td.group{
  text-align: center;
}
@media screen and (max-width :768px){
  .table_research{
    font-size: 13px;
    font-size: 1.3rem;
  }  
  .cmn_scroll_area.pc .table_research{
    min-width: 800px;
  }  
  .table_research .ttl,
  .table_research .type{
    width: auto;
  }  
  .table_research .name{
    width: 16%;
  }  
  .table_research .group{
    width: 25%;
  }    
}
/*詳細----------------------------------*/
.research_title,
.research_details{
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 50px;
  padding-left: 50px;
}
.research_details{
  padding-bottom: 50px;
}
.research_title_inner{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: solid 1px #f56e74;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;  
}
.research_title figure{
  width: 190px;
  margin-right: 40px;
}
.research_title .box_contents{
  flex: 1;
}
.research_title .box_contents h3{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 10px;
  border-bottom: solid 3px #f56e74;
  margin-bottom: 25px;
}
.research_title .box_contents dl{
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flex;  
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;  
}
.research_title .box_contents dl:nth-child(n+2){
  margin-top: 15px;
}
.research_title .box_contents dt{
  position:relative;
  width: 6em;
  padding-right: 1em;
}
.research_title .box_contents dt::after{
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}
.research_title .box_contents dd{
  -webkit-box-flex:1;
  flex: 1;
  padding-left: 1.5em;
  font-weight: bold;
}
.research_title .box_contents dd.name{
  font-size: 18px;
  font-size: 1.8rem;
}

.research_details_inner{
  border-top: solid 3px #f1f1f1;
  padding-top: 20px;
}

@media screen and (max-width :768px){
  .research_title{
    padding-top: 20px;
  }
  .research_title_inner{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;      
  }
  .research_title,
  .research_details{
    width: 94.6%;
    padding-right: 0;
    padding-left: 0;
    max-width: inherit;
  }
  .research_details{
    padding-bottom: 30px;
  }  
  .research_title figure{
    width: 40%;
    max-width: 143px;
    margin-right: 13px;
  }
  .research_title .box_contents h3{
    font-size: 16.5px;
    font-size: 1.65rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-width: 2px;
  }
  .research_title .box_contents dl{
    line-height: 1.1;
    font-size: 12px;
    font-size: 1.2rem;  
  }
  .research_title .box_contents dl:nth-child(n+2){
    margin-top: 10px;
  }
  .research_title .box_contents dt{
    width: 5em;
    padding-right: 0.5em;
  }
  .research_title .box_contents dd{
    padding-left: 0.5em;
    font-size: 14px;
    font-size: 1.4rem;  
  }
  .research_title .box_contents dd.name{
    font-size: 14px;
    font-size: 1.4rem; 
  }
}