/* ==========================================================================
TOP
========================================================================== */
/* main-visual
========================================================================== */
.main-visual {
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-visual {
    height: 275px;
  }
}
.main-visual img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

span.CP_txt { font-size: 12px; display: block; text-align: left;}

/* top-content
========================================================================== */
.top-content {
  padding-top: 60px;
}
.top-content .top-content_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-content .top-content_box {
  margin-right: 4%;
  width: 48%;
}
.top-content .top-content_box:last-child {
  margin-right: 0;
}
.top-content h2 {
  color: #ff6010;
  font-size: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .top-content {
    padding-top: 45px;
  }
  .top-content .top-content_wrapper {
    display: block;
  }
  .top-content .top-content_box {
    border-bottom: 1px solid #ebece4;
    margin-right: 0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    width: auto;
  }
  .top-content .top-content_box:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .top-content h2 {
    color: #ff6010;
    font-size: 30px;
    margin-bottom: 25px;
  }
}

/* ==========================================================================
REPORT
========================================================================== */
/* report
========================================================================== */
.report-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ebece4;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  padding: 10px;
}
.report-search dl > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-search dl > div dd,
.report-search dl > div dt {
  font-size: 14px;
  font-weight: 700;
}
.report-search dl > div dt {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .report-search {
    display: block;
    margin: 0 20px 45px;
    padding-bottom: 25px;
    /* padding-top: 25px; */
    text-align: center;
  }
  .report-search dl {
    display: block;
  }
  .report-search dl > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.report-search .report-search_keyword dd {
  width: 600px;
  position: relative;
}
.report-search .report-search_keyword dd input[type=text] {
  border-radius: 30px;
  padding-right: 40px;
  width: 100%;
}
.report-search .report-search_keyword dd input[type=button],
.report-search .report-search_keyword dd input[type=submit],
.report-search .report-search_keyword dd button {
  position: absolute;
  right: 5px;
  top: 5px;
}
@media (max-width: 1000px) {
  .report-search .report-search_keyword dt {
    margin-bottom: 7px;
  }
  .report-search .report-search_keyword dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .report-search .report-search_keyword {
    display: block;
  }
  .report-search .report-search_keyword dt {
    margin-bottom: 15px;
  }
  .report-search .report-search_keyword dd {
    width: auto;
  }
  .report-search .report-search_keyword dd input[type=text] {
    border-radius: 30px;
    padding-right: 40px;
    width: 100%;
  }
}
.report-search .report-search_link {
  color: #333;
  font-size: 1.2em;
  margin-left: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.report-search .report-search_link::before {
  margin-right: 5px;
}
@media screen and (min-width: 1025px) {
  .report-search .report-search_link:hover {
    color: #ff9500;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .report-search .report-search_link {
    display: inline-block;
    margin-left: 0;
    /* margin-top: 15px; */
  }
}

/* ==========================================================================
MARKET
========================================================================== */
/* market-search
========================================================================== */
.market-search {
  background-color: #ebece4;
  border-radius: 30px;
  margin-bottom: 60px;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .market-search {
    margin: 0 20px 45px;
  }
}
.market-search .market-search_title {
  color: #ff6010;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.market-search .market-search_title i {
  background-color: #ff6010;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.market-search .market-search_title i::after, .market-search .market-search_title i::before {
  background-color: #fff;
  content: "";
  height: 2px;
  width: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.market-search .market-search_title i::after {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
      -ms-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1025px) {
  .market-search .market-search_title:hover {
    color: #ff9500;
  }
  .market-search .market-search_title:hover i {
    background-color: #ff9500;
  }
}
.market-search .market-search_title.is-active {
  margin-bottom: 5px;
  padding-left: 10px;
}
.market-search .market-search_title.is-active i::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.market-search .market-search_tag {
  padding: 10px;
}

/* ==========================================================================
BACKNUMBER
========================================================================== */
/* backnumber
========================================================================== */
.backnumber {
  font-size: 1.8em;
  line-height: 1;
}
.backnumber > li {
  border-bottom: 1px solid #ebece4;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.backnumber > li:last-child {
  margin-bottom: 0;
}
.backnumber > li .backnumber_year {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.backnumber > li > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.backnumber > li > ol > li {
  margin-bottom: 40px;
  margin-right: 4%;
  width: 13.26%;
}
.backnumber > li > ol > li:nth-child(6n) {
  margin-right: 0;
}
.backnumber > li > ol > li > a {
  border: 1px solid #dedcd8;
  border-radius: 6px;
  color: #333;
  display: block;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .backnumber > li > ol > li > a:hover {
    color: #ff9500;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .backnumber {
    font-size: 1.4em;
  }
  .backnumber > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .backnumber > li .backnumber_year {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .backnumber > li > ol {
    margin-bottom: -20px;
  }
  .backnumber > li > ol > li {
    margin-bottom: 20px;
    margin-right: 5%;
    width: 21.25%;
  }
  .backnumber > li > ol > li:nth-child(6n) {
    margin-right: 5%;
  }
  .backnumber > li > ol > li:nth-child(4n) {
    margin-right: 0;
  }
  .backnumber > li > ol > li > a {
    border: 1px solid #dedcd8;
    border-radius: 6px;
    color: #333;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 1025px) {
  .backnumber > li > ol > li > a:hover {
    color: #ff9500;
    opacity: 1;
  }
}

/* ==========================================================================
CONTACT
========================================================================== */
/* contact
========================================================================== */
.contact p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
.contact p:last-child {
  margin-bottom: 0;
}
.contact p a {
  color: #ff6010;
}