@charset "utf-8";

/*common css*/
@import "../../common/css/base.css?ud=240321";

/* == style == */
/* title */
.topbox > .ttl {
  position: relative;
  z-index: 1000;
  background-color: rgba(255,255,255,0.42);
  color: #010101;
}
.toppanel {
  position: relative;
  z-index: 1000;
  /* background-color: rgba(0,0,0,0.8); */
}
.toppanel > a { background-image: none !important; }
.toppanel .report .category { background-color: rgb(190,24,36); }
.toppanel .topics .category { background-color: #090909; }
.toppanel .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.toppanel .leadtext { display: none; }

.result_box {
  background-color: #191919;
}
.result_box > .ttl > span {
  display: block;
}
.result_now > table {
  width: 100%;
}
.result_now > table th,
.result_now > table td {
  vertical-align: initial;
}
.result_now > table th {
  text-align: left;
}
.result_now > table td {
  text-align: right;
  font-weight: 700;
}
.result_box > .more_result {
  background-color: #3c3c3c;
}
.result_box > .more_result .more_deco {
  transform: rotate(-48deg);
}
.result_box > .more_result .more_deco,
.result_box > .more_result .more_deco:before,
.result_box > .more_result .more_deco:after {
  position: absolute;
  display: block;
  background-color: #191919;
}
.result_box > .more_result .more_deco:before,
.result_box > .more_result .more_deco:after {
  left: 0;
  content: "";
}
.result_box > .more_result .more_deco > span {
  display: none;
}
#profile-panel > .panel-i {
  position: relative;
  background-image: url(../../top/images/profile-bg-2020.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#profile-panel > .panel-i:hover {
  /*
  background-image: url(../../top/images/profile-bg2-2020.jpg);
  */
}

.ttl-box > a {
  position: relative;
  background-color: rgb(9,9,9);
}
.ttl-box > a > span {
  position: relative;
  background-color: transparent;
}
.ttl-box > a::before,
.ttl-box > a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 240px;
  height: 36px;
  transform: translate3d(0, -50%, 0);
  content: '';
}
.ttl-box > a::before {
  background: linear-gradient(to right, rgb(60,60,60) 30%, rgb(60,60,60) 100%);
}
.ttl-box > a:hover::before {
  background: linear-gradient(to right, rgb(60,60,60) 30%, rgb(255,241,0) 100%);
}
.ttl-box > a::after {
  background: linear-gradient(-45deg, rgba(9,9,9,1) 30px, rgba(0,0,0,0) 30px 34px, rgba(9,9,9,1) 34px 38px, rgba(0,0,0,0) 38px 42px,rgba(9,9,9,1) 42px 46px, rgba(0,0,0,0) 46px);
}


@media screen and (max-width:750px) {
  .topbox > .ttl {
    box-sizing: border-box;
    width: 85.33%;
    margin: 99.4% 0 0 auto;
    /* margin: 0 0 0 auto; */
    padding-top: 17.07%;
    text-align: right;
    line-height: 1.09;
    font-size: 1.375rem;
    font-weight: 700;
    /* letter-spacing: 1px; */
  }
  .topbox > .ttl > span {
    display: block;
    margin-top: -16.5%;
    padding-right: 4.6875%;
  }
  .topbox > .ttl .txt-ja {
    display: block;
    margin-top: 1.97%;
    line-height: 1;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0;
  }
  .toppanel {
    /*
    margin-top: 62.13%;
    padding-top: 37.33%;
    */
    width: 94.67%;
  }
  .toppanel > a {
    display: block;
    box-sizing: border-box;
    margin-top: -39.44%;
    padding: 4.5% 7% 0 4%;
    height: 100%;
    background-color: transparent;
  }
  .toppanel .date {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.35;
    vertical-align: bottom;
  }
  .toppanel .category {
    display: inline-block;
    width: 20.26%;
    margin-left: 5%;
    text-align: center;
    line-height: 1.286;
    font-size: 0.875rem;
  }
  .toppanel .round,
  .toppanel .title {
    display: block;
    font-size: 1.125rem;
    line-height: 1.333;
  }
  .toppanel .round {
    margin-top: 2%;
  }
  .toppanel .more {
    margin-top: 2.25%;
    text-align: right;
  }
  
  .ttl-box > a::before,
  .ttl-box > a::after {
    width: 60%;
    height: 2rem;
  }
  .ttl-box > a::after {
    background: linear-gradient(-45deg, rgba(9,9,9,1) calc(1.5rem + 4px), rgba(0,0,0,0) calc(1.5rem + 4px) calc(1.5rem + 8px), rgba(10,9,9,1) calc(1.5rem + 8px) calc(1.5rem + 12px), rgba(0,0,0,0) calc(1.5rem + 12px) calc(1.5rem + 16px),rgba(9,9,9,1) calc(1.5rem + 16px) calc(1.5rem + 20px), rgba(0,0,0,0) calc(1.5rem + 20px));
  }

  #result-panel > .panel-i {
    
  }
  .result_box {
  }
  .result_box > .ttl {
    padding-top: 40%;
    font-size: 1.5rem;
  }
  .result_box > .ttl > span {
    display: block;
    margin-top: -35%;
    padding-left: 7.27%;
  }
  .result_box > .ttl .txt-ja {
    display: block;
    font-size: 0.625rem;
    font-weight: 700;
  }
  .result_box > .line3 {
    position: relative;
    padding-top: 20%;
  }
  .result_box > .line3 > .line3-m {
    top: 6px;
    width: 67.88%;
  }
  .result_box > .line3 > .line3-m,
  .result_box > .line3 > .line3-m:before,
  .result_box > .line3 > .line3-m:after {
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    background-color: #3c3c3c;
  }
  .result_box > .line3 > .line3-m:before {
    top: 6px;
    width: 77.58%;
    content: "";
  }
  .result_box > .line3 > .line3-m:after {
    top: 12px;
    width: 58.18%;
    content: "";
  }
  .result_box > .line3 > .line3-m > span {
    display: none;
  }
  .result_box > .result_now {
    width: 70%; /* 63.63% */
    margin: 0 0 0 auto;
    padding-top: 63.63%;
    padding-right: 15px;
  }
  .result_now > table {
    margin-top: -90.9%; /* -100% */
  }
  .result_now > table th,
  .result_now > table td {
  }
  .result_now > table th {
    font-size: 0.875rem;
  }
  .result_now > table td {
    font-size: 2.375rem;
    line-height: 1;
  }
  .result_box > .more_result {
    padding-top: 27.89%;
    background-color: transparent;
  }
  .result_box > .more_result .more_result-i {
    position: relative;
    overflow: hidden;
    margin-top: -27.89%;
    padding-left: 7.27%;
    background-color: #3c3c3c;
    font-size: 0.8rem;
    line-height: 2.03125;
  }
  .result_box > .more_result .more_deco {
    top: 10px;
    right: 1%;
    width: 80px;
    height: 3px;
  }
  .result_box > .more_result .more_deco:before {
    top: -6px;
    width: 80px;
    height: 3px;
  }
  .result_box > .more_result .more_deco:after {
    top: 6px;
    width: 80px;
    height: 50px;
  }

  #profile-panel > .panel-i .panel-cover {
    display: none;
  }
  .profile_box {
    padding-top: 72.46%;
    padding-right: 4.35%;
    text-align: right;
  }
  .profile_box > h3 {
    margin-top: -70%;
    font-size: 1.75rem;
    line-height: 1.143;
    font-weight: 400;
  }
  .profile_box .profile-short {
    margin-top: 2.27%;
    font-size: 0.75rem;
    line-height: 1.667;
    font-weight: 700;
  }
  .articles.reports {
    max-height: 265px;
    overflow: hidden
  }
  .articles > .panel > .panel-i .profile_box .more {
    margin-top: 24.24%;
    padding-right: 0;
    font-size: 0.875rem;
  }

  #apdbox-banner .panel-ns {
    padding: 4.85% 4.55%;
  }
  #apdbox-banner .panel-ns > li {
    display: block;
    margin-bottom: 8%;
    text-align: center;
  }
  #apdbox-banner .panel-ns > li img {
    width: 100%;
  }
  .articles > #apdbox-banner.panel {
    flex-basis: 100%;
    padding-top: 30%;
  }
  .articles > #apdbox-banner.panel > .panel-ns {
    display: flex;
    justify-content: space-between;
    margin-top: -25%;
    padding: 0;
  }
  .articles > #apdbox-banner.panel > .panel-ns > li {
    width: 48%;
    margin-bottom: 0;
  }

}
@media screen and (min-width:751px) {
  .topbox {
    padding-top: 50px;
  }
  .topbox > .ttl {
    box-sizing: border-box;
    max-width: 480px;
    height: 96px;
    margin: 0 0 0 auto;
    padding-top: 17px;
    padding-right: 38px;
    text-align: right;
    line-height: 40px;
    font-size: 32px;
    font-weight: 700;
  }
  .topbox > .ttl .txt-ja {
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
  }
  .toppanel > a {
    display: block;
    box-sizing: border-box;
    height: 172px;
    padding: 27px 46px 0 24px;
    background-color: transparent;
  }
  .toppanel .date {
    display: inline-block;
    font-size: 19px;
    line-height: 27px;
    vertical-align: bottom;
  }
  .toppanel .category {
    display: inline-block;
    width: 72px;
    margin-left: 24px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
  }
  .toppanel .round,
  .toppanel .title {
    display: block;
    font-size: 20px;
    line-height: 32px;
  }
  .toppanel .round {
    margin-top: 9px;
  }
  .toppanel .more {
    margin-top: 11px;
    text-align: right;
  }

  .contents > .ttl-box {
    width: calc(216px * 3 - 10px);
  }

  .result_box {
    height: 312px;
  }
  .result_box > .ttl {
    padding-top: 14px;
    padding-left: 16px;
    font-size: 30px;
  }
  .result_box > .ttl .txt-ja {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
  }
  .result_box > .line3 {
    position: relative;
    height: 14px;
    margin-top: 16px;
  }
  .result_box > .line3 > .line3-m {
    top: 6px;
    width: 140px;
  }
  .result_box > .line3 > .line3-m,
  .result_box > .line3 > .line3-m:before,
  .result_box > .line3 > .line3-m:after {
    position: absolute;
    right: 0;
    display: block;
    height: 2px;
    background-color: #3c3c3c;
  }
  .result_box > .line3 > .line3-m:before {
    top: -6px;
    width: 160px;
    content: "";
  }
  .result_box > .line3 > .line3-m:after {
    bottom: -6px;
    width: 120px;
    content: "";
  }
  .result_box > .line3 > .line3-m > span {
    display: none;
  }
  .result_box > .result_now {
    width: 160px;
    margin: 24px 0 0 auto;
    padding-right: 15px;
  }
  .result_now > table {
  }
  .result_now > table th,
  .result_now > table td {
  }
  .result_now > table th {
    font-size: 18px;
  }
  .result_now > table td {
    font-size: 48px;
    line-height: 1;
  }
  .result_box > .more_result {
    position: relative;
    overflow: hidden;
    height: 32px;
    margin-top: 16px;
    padding-left: 16px;
    font-size: 16px;
    line-height: 32px;
    background: linear-gradient(90deg,rgba(60,60,60,1) 0%, rgba(60,60,60,1) 33%, rgba(255,241,0,1) 100%);
  }
  .result_box > .more_result .more_result-i {
    background-color: #3c3c3c;
    transition: background-color 0.2s ease-out;
  }
  #result-panel > .panel-i:hover .result_box > .more_result .more_result-i {
    background-color: transparent;
  }
  .result_box > .more_result .more_deco {
    top: 10px;
    left: 130px;
    width: 80px;
    height: 3px;
  }
  .result_box > .more_result .more_deco:before {
    top: -6px;
    width: 80px;
    height: 3px;
  }
  .result_box > .more_result .more_deco:after {
    top: 6px;
    width: 80px;
    height: 50px;
  }
  #profile-panel > .panel-i .panel-cover {
    position: absolute;
    z-index: 800;
    display: block;
    width: 100%;
    height: 312px;
    background-image: url(../../top/images/profile-bg2-2020.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  #profile-panel > .panel-i:hover .panel-cover {
    opacity: 1;
  }
  .profile_box {
    position: relative;
    z-index: 1000;
    padding-top: 24px;
    padding-right: 24px;
    text-align: right;
  }
  .profile_box > h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }
  .profile_box .profile-short {
    margin-top: 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .articles.reports {
    max-height: 322px;
    overflow: hidden
  }
  
  
  .articles > .panel > .panel-i .profile_box .more {
    margin-top: 90px;
    padding-right: 0;
    font-size: 16px;
  }
  .articles > .panel > a.panel-i:hover .more {
    text-decoration: underline;
  }
  
  #apdbox-banner .panel-ns {
    padding-top: 8px;
  }
  #apdbox-banner .panel-ns > li {
    display: block;
    width: 188px;
    margin: 0 auto 16px;
    text-align: center;
  }
  #apdbox-banner .panel-ns > li img {
    width: 100%;
  }
}
@media screen and (min-width:751px) and (max-width:1040px) {
  .topbox {
    position: relative;
  }
  .topbox > .ttl {
    position: absolute;
    bottom: 48px;
    right: 0;
    padding-left: 24px;
  }
  .toppanel {
    margin-top: calc(100vh - 434px);
    width: calc(100% - 96px);
    max-width: 600px;
  }
}
@media screen and (min-width:1041px) {
  .toppanel {
    margin-top: calc(100vh - 374px);
    width: calc(100% - 96px);
    max-width: 480px;
  }
  .toppanel a:hover .more {
    text-decoration: underline;
  }
}
@media screen and (min-width:874px) and (max-width:1040px) {
  /* .contents > .ttl-box { width: calc(216px * 4 - 10px); } */
}
@media screen and (min-width:1041px) and (max-width:1287px) {
  .contents > .ttl-box { width: calc(216px * 2 - 10px); }
  .articles > .panel.panel-2col.panel-flex {
    max-width: calc(216px * 2);
  }

}
@media screen and (min-width:1288px) and (max-width:1679px) {
  .contents > .ttl-box { width: calc(216px * 3 - 10px); }
}
@media screen and (min-width:1680px) {
  /* .contents > .ttl-box { width: calc(216px * 4 - 10px); } */
}

/* content */
