@charset "UTF-8";
/* placeholder color */
/**********************************************************************************************

　common

**********************************************************************************************/
.linkBtn {
  display: block;
  color: #fff;
  background: #e72420;
  display: block;
  margin: auto;
  width: 220px;
  padding: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  transition: .4s; }
  @media (max-width: 750px) {
    .linkBtn {
      width: 50vw;
      padding: 2.6vw; } }
  @media (min-width: 751px) {
    .linkBtn:hover {
      opacity: 1;
      background: #23202d; } }

.linkBtnArea {
  text-align: center; }
  .linkBtnArea .linkBtn {
    font-size: 1.6rem;
    width: 300px; }
    @media (max-width: 750px) {
      .linkBtnArea .linkBtn {
        font-size: 2.667vw;
        width: 50vw; } }

.linkBtn_txt {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .linkBtn_txt {
      font-size: 3.2vw;
      margin: 0 0 2.133vw; } }
.Btn_arrow {
    background-image: url(../img/test/arrow-down.svg);
    width: 26px;
    height: 47px;
    background-size: cover;
    background-position: center;
    margin: 0 auto 18px auto;
}
@media (max-width: 750px) {
	.Btn_arrow {
		background-image: url("../img/top/arrow-down-sp.svg");
		width: 2.4vw;
		height: 8.733vw;
		background-size: cover;
		background-position: center;
		margin: 0 auto 3.2vw auto;
	}
}

.indentList li {
  position: relative; }
  .indentList li::after {
    content: "・";
    right: 100%;
    position: absolute;
    top: 0; }

.indentList02 li {
  text-indent: -1em;
  padding-left: 1em; }
  .indentList02 li:not(:last-child) {
    margin: 0 0 0.3em; }

.privacyList {
  line-height: 1.75; }
  .privacyList > li:not(:last-child) {
    margin: 0 0 40px; }
    @media (max-width: 750px) {
      .privacyList > li:not(:last-child) {
        margin: 0 0 8vw; } }
  .privacyList p:not(.privacyList_tit) + .indentList02 {
    margin: 1em 0 0; }

.privacyList_tit {
  font-size: 1.6rem;
  margin: 0 0 5px; }
  @media (max-width: 750px) {
    .privacyList_tit {
      font-size: 3.73vw;
      margin: 0 0 1.3vw; } }

.kv {
  position: relative;
  background: url("../img/common/kv_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 170px 0 100px;
  text-align: center;
  margin: 0 0 100px;
  /* &::after{
      content: "";
      display: block;
      width:100%;
      height: 138px;
      background: url("../img/common/kv_under.png") no-repeat;
      background-size: 100% 100%;
      bottom:-1px;
      left: 0;
      z-index: 10;
      position: absolute;
      @include sp(){
          background: url("../img/top/statement_bg_sp.png") no-repeat;
          background-size: 100% 100%;
          height: 10vw;
      }
  }*/ }
  @media (max-width: 750px) {
    .kv {
      padding: 20vw 0 15vw;
      background: url("../img/common/kv_bg_sp.png") no-repeat center center;
      background-size: cover;
      margin: 0 0 15vw; } }

.kv_tit {
  font-size: 4rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .kv_tit {
      font-size: 7vw; } }

.article {
  display: block;
  padding-bottom: 250px; }
  @media (max-width: 750px) {
    .article {
      padding: 10vw 0 35vw; } }
  .article .inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 750px) {
      .article .inner {
        display: block; } }

.detail_main {
  width: 68%; }
  @media (max-width: 750px) {
    .detail_main {
      width: 100%;
      margin: 0 0 20vw; } }

.detail_main_inner {
  border: 2px solid #f0eff0;
  padding: 60px 50px 100px;
  position: relative; }
  @media (max-width: 750px) {
    .detail_main_inner {
      padding: 10vw 5vw 15vw; } }

.detail_side {
  width: 24%;
  padding: 10px 0 0; }
  @media (max-width: 750px) {
    .detail_side {
      width: 100%;
      padding: 0; } }

/* aside */
.side_box {
  padding: 30px 0 50px;
  border-top: 3px solid #23202d;
  position: relative; }
  @media (max-width: 750px) {
    .side_box {
      padding: 8vw 0 13vw; } }

.side_box_tit {
  background: #fff;
  border-radius: 100px;
  border: 2px solid #23202d;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 125px;
  z-index: 10; }
  @media (max-width: 750px) {
    .side_box_tit {
      width: 50vw;
      font-size: 4vw; } }

.categoryList {
  font-size: 1.6rem; }
  @media (max-width: 750px) {
    .categoryList {
      font-size: 3.73vw; } }

.rankList li:not(:last-child) {
  border-bottom: 2px solid #d3d2d5; }
.rankList li:nth-child(1) a {
  padding-top: 0; }
.rankList li:nth-child(1) .rankList_num {
  background: #f9d535; }
.rankList li:nth-child(2) .rankList_num {
  background: #bdbcc0; }
.rankList li:nth-child(3) .rankList_num {
  background: #ab7c64; }
.rankList a {
  padding: 30px 0 45px;
  display: block; }
  @media (max-width: 750px) {
    .rankList a {
      padding: 8vw 0 13vw; } }

.rankList_img {
  position: relative;
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .rankList_img {
      margin: 0 0 4vw; } }

.rankList_num {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff; }
  @media (max-width: 750px) {
    .rankList_num {
      width: 12vw;
      height: 12vw;
      font-size: 4.8vw; } }

@media (max-width: 750px) {
  .rankList_info {
    display: flex;
    align-items: center;
    margin: 0 0 4vw; } }

.rankList_category {
  text-align: center;
  border: 1px solid #23202d;
  width: 190px;
  margin: 0 0 10px; }
  @media (max-width: 750px) {
    .rankList_category {
      width: 100%;
      margin: 0; } }

.rankList_time {
  color: #e72420;
  font-size: 1.6rem;
  margin: 0 0 5px;
  display: block; }
  @media (max-width: 750px) {
    .rankList_time {
      flex-shrink: 0;
      font-size: 3.73vw;
      margin: 0 2.6vw 0 0; } }

.rankList_tit {
  font-size: 1.5rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .rankList_tit {
      font-size: 4.6vw;
      text-align: center; } }

/**********************************************************************************************

　report

**********************************************************************************************/
.reportList {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 750px) {
    .reportList {
      display: block; } }
  .reportList::after {
    content: "";
    display: block;
    order: 1;
    width: calc(50% - 2px);
    border-left: 2px solid #f0eff0; }
  .reportList li {
    width: 50%;
    border-left: 2px solid #f0eff0;
    border-bottom: 2px solid #f0eff0; }
    @media (max-width: 750px) {
      .reportList li {
        width: 100%; } }
    .reportList li:nth-child(1) {
      border-top: 2px solid #f0eff0; }
    @media (min-width: 751px) {
      .reportList li:nth-child(2) {
        border-top: 2px solid #f0eff0; } }
    .reportList li:nth-child(even) {
      border-right: 2px solid #f0eff0; }
    @media (max-width: 750px) {
      .reportList li:nth-child(odd) {
        border-right: 2px solid #f0eff0; } }
  .reportList a {
    padding: 30px 30px 40px;
    display: block; }
    @media (max-width: 750px) {
      .reportList a {
        padding: 5vw 5vw 10vw; } }

.reportList_img {
  margin: 0 0 20px; }
  @media (max-width: 750px) {
    .reportList_img {
      margin: 0 0 4vw; } }

.reportList_info {
  display: flex;
  align-items: center;
  margin: 0 0 15px; }
  @media (max-width: 750px) {
    .reportList_info {
      margin: 0 0 4vw; } }

.reportList_time {
  color: #e72420;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin: 0 10px 0 0; }
  @media (max-width: 750px) {
    .reportList_time {
      font-size: 3.73vw;
      margin: 0 2.6vw 0 0; } }

.reportList_category {
  text-align: center;
  border: 1px solid #23202d;
  width: 100%; }

.reportList_tit {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    .reportList_tit {
      font-size: 4.6vw; } }

/* detail */
.report_head {
  display: flex;
  align-items: center;
  margin: 0 0 40px; }
  @media (max-width: 750px) {
    .report_head {
      margin: 0 0 5vw; } }

.report_head_time {
  color: #e72420;
  font-size: 1.6rem;
  flex-shrink: 0;
  margin: 0 30px 0 0; }
  @media (max-width: 750px) {
    .report_head_time {
      font-size: 3.73vw;
      margin: 0 4vw 0 0; } }

.report_head_category {
  text-align: center;
  border: 1px solid #23202d;
  width: 190px; }
  @media (max-width: 750px) {
    .report_head_category {
      width: 40vw; } }

.report_main h1 {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px; }
  @media (max-width: 750px) {
    .report_main h1 {
      font-size: 5.3vw;
      margin: 0 0 8vw; } }
.report_main h2 {
  margin: 60px 0 40px;
  font-size: 2.4rem;
  font-weight: 700; }
  @media (max-width: 750px) {
    .report_main h2 {
      margin: 12vw 0 5vw;
      font-size: 5vw; } }
.report_main .thum_img + h2,
.report_main h1 + h2 {
  margin-top: 0; }
.report_main p {
  line-height: 2;
  margin: 0 0 2em; }
  @media (max-width: 750px) {
    .report_main p {
      margin: 0 0 1.5em;
      line-height: 1.8; } }
.report_main a {
  color: #e72420;
  text-decoration: underline; }
.report_main ul {
  line-height: 2;
  margin: 0 0 2em; }
  @media (max-width: 750px) {
    .report_main ul {
      margin: 0 0 1.5em;
      line-height: 1.8; } }
  .report_main ul li {
    text-indent: -1em;
    padding-left: 1em; }
    .report_main ul li::before {
      content: "●"; }
.report_main ol {
  line-height: 2;
  list-style: decimal;
  margin: 0 0 2em;
  padding-left: 1.3em; }
  @media (max-width: 750px) {
    .report_main ol {
      margin: 0 0 1.5em;
      line-height: 1.8; } }
.report_main blockquote {
  background: #e9e9ea;
  display: block;
  padding: 10px 20px 10px 40px;
  line-height: 2;
  position: relative;
  margin: 0 0 2em; }
  @media (max-width: 750px) {
    .report_main blockquote {
      padding: 3vw 5vw 3vw 50px; } }
  .report_main blockquote::after {
    content: "";
    display: block;
    background: #23202d;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .report_main blockquote::before {
    content: "";
    display: block;
    width: 17px;
    height: 14px;
    background: url("../img/report/quote.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    z-index: 2; }

.report_foot {
  background: #f0eff0;
  width: 100%;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0; }
  @media (max-width: 750px) {
    .report_foot {
      padding: 2.6vw 4vw; } }

.snsList {
  display: flex;
  justify-content: center;
  align-items: center; }
  .snsList li {
    width: 24px; }
    @media (max-width: 750px) {
      .snsList li {
        width: 6vw; } }
    .snsList li:not(:last-child) {
      margin: 0 30px 0 0; }
      @media (max-width: 750px) {
        .snsList li:not(:last-child) {
          margin: 0 8vw 0 0; } }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 70px 0 0; }
  @media (max-width: 750px) {
    .wp-pagenavi {
      margin: 9vw 0 0; } }
  .wp-pagenavi span,
  .wp-pagenavi a {
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    transition: .4s;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border: 2px solid #bdbcc0; }
    .wp-pagenavi span:not(:last-child),
    .wp-pagenavi a:not(:last-child) {
      margin: 0 10px 0 0; }
      @media (max-width: 750px) {
        .wp-pagenavi span:not(:last-child),
        .wp-pagenavi a:not(:last-child) {
          margin: 0 2.6vw 0 0; } }
    @media (max-width: 750px) {
      .wp-pagenavi span,
      .wp-pagenavi a {
        font-size: 3.73vw;
        width: 9vw;
        height: 9vw; } }
    @media (min-width: 751px) {
      .wp-pagenavi span,
      .wp-pagenavi a {
        opacity: 1; }
        .wp-pagenavi span:hover,
        .wp-pagenavi a:hover {
          background: #23202d;
          color: #fff; } }
    .wp-pagenavi span.current,
    .wp-pagenavi a.current {
      background: #23202d;
      color: #fff; }
  .wp-pagenavi .extend {
    display: none; }

.singleNav {
  margin: 50px 0 0; }
  @media (max-width: 750px) {
    .singleNav {
      margin: 9vw 0 0; } }
  .singleNav .linkBtn {
    margin: 0; }

.singleNav_list {
  display: flex;
  justify-content: center;
  align-items: center; }
  .singleNav_list li:nth-child(1) {
    text-align: right; }
  .singleNav_list li:nth-child(1), .singleNav_list li:nth-child(3) {
    color: #e72420;
    font-weight: 700;
    width: 100px; }
    @media (max-width: 750px) {
      .singleNav_list li:nth-child(1), .singleNav_list li:nth-child(3) {
        width: 5em; } }
  .singleNav_list li:nth-child(2) {
    margin: 0 40px; }
    @media (max-width: 750px) {
      .singleNav_list li:nth-child(2) {
        margin: 0 5vw; } }
