.dlc_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
  .dlc_inner {
    padding: 0 20px;
  }
}
.dlc-archive {
  padding-top: 140px;
  background-color: #252B41;
}
@media only screen and (max-width: 980px) {
  .dlc-archive {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 680px) {
  .dlc-archive {
    padding-top: 80px;
  }
}
/* テキスト */
.text_md,
.text_lg,
.text_sm {
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 400;
}

.text_sm_b,
.text_md_b,
.text_lg_b {
  letter-spacing: 0.05em;
  font-weight: 600;
}
.text_lg,
.text_lg_b {
  font-size: 20px;
}

.text_md,
.text_md_b {
  font-size: 16px;
}
.text_sm,
.text_sm_b {
  font-size: 14px;
}
@media only screen and (max-width: 980px) {
  .text_lg,
  .text_lg_b {
    font-size: 18px;
  }
  .text_md,
  .text_md_b {
    font-size: 15px;
  }
  .text_sm,
  .text_sm_b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 680px) {
  .text_lg,
  .text_lg_b {
    font-size: 16px;
  }
  .text_md,
  .text_md_b {
    font-size: 14px;
  }
  .text_sm,
  .text_sm_b {
    font-size: 12px;
  }
}

/* ボタン */
.more_btn_link {
  display: block;
  max-width: 275px;
  width: 100%;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
  border-radius: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.more_btn_link {
  background-color: #fff;
  border: 3px solid #C33;
  color: #C33;
}
.more_btn_link:hover {
  background-color: #C33;
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 680px) {
  .more_btn_link {
    padding: 10px 0;
    font-size: 14px;
  }

}
/* 投稿詳細 */
.post_content {
  background-color: #252B41;
  padding-top: 140px;
}
.dlc_detail {
  padding: 60px 0 140px;
}
.dlc_detail_container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.dlc_detail_text_box {
    max-width: 620px;
    width: 54%;
}
.dlc_detail_text_box_inner {
  padding: 0 50px;
}

.post_content p {
  font-size: 16px;
  line-height: 1.4;
}
.post_content p img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.post_content h1 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
.post_content h2 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
.post_content h3 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.post_content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 980px) {
  .post_content h1 {
    font-size: 26px;
  }
  .post_content h2 {
    font-size: 22px;
  }
  .post_content h3 {
    font-size: 20px;
  }
  .post_content h4 {
    font-size: 18px;
  }
  .post_content p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 680px) {
  .post_content h1 {
    font-size: 24px;
  }
  .post_content h2 {
    font-size: 20px;
  }
  .post_content h3 {
    font-size: 18px;
  }
  .post_content h4 {
    font-size: 16px;
  }
  .post_content p {
    font-size: 14px;
  }
}
/* ページタイトル */
.dlc_detail_page_title {
  margin-bottom: 40px;
}
@media only screen and (max-width: 680px) {
  .dlc_detail_page_title {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 680px) {
  .dlc_detail_page_title {
    margin-bottom: 30px;
  }
}
/* プレビュースライダーここから */
.slider_wrap {
  position: relative;
  margin-bottom: 40px;
}
.sliderArea {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.slick_list {
  height: 290px;
  max-width: 520px;
}
.slick_slide {
  margin: 0 5px;
}
.slick_slide img {
  width: 100%;
  height: auto;
}
.slick_prev,
.slick_next {
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  z-index: 1;
  border: none;
  background-color: transparent;
}
.slick_prev {
  left: 0;
}
.slick_next {
  right: 0;
}
.slick_prev img,
.slick_next img {
    width: 100%;
}
.slick_prev:before, .slick_next:before {
  color: #000;
}
.slick_slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick_active {
  opacity: 1;
}
.slick_current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick_slide {
  cursor: pointer;
}
.thumb .slick-slide {
  margin: 0 10px;
}
.thumb .slick-list {
  margin: 0 -10px;
  height: 90px;
}

.thumb .slick_slide:hover {
  opacity: .7;
}
@media only screen and (max-width: 980px) {
  .slider_wrap {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 680px) {
  .slider_wrap {
    margin-bottom: 30px;
  }
  .slick_prev,
  .slick_next {
    width: 20px;
    height: 20px;
  }
  .thumb .slick-slide {
    margin: 0 5px;
  }
  .thumb .slick-list {
    margin: 0 -5px;
  }

}
/* プレビュースライダーここまで */
/* 過去の実績 */
.dlc_performance {
  margin-bottom: 40px;
}
.dlc_performance_title {
  margin-bottom: 20px;
}
.dlc_performance_img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .dlc_performance {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 680px) {
  .dlc_performance {
    margin-bottom: 30px;
  }
}
/* この資料でわかること */
.dlc_about {
  margin-bottom: 40px;
}
.dlc_about_container {
  border: 1px solid #fff;
  padding: 20px;
}
.dlc_about_container_title {
  color: #fff;
  margin-bottom: 15px;
}

.dlc_about_rich_text{
	color: #fff;
}

.dlc_about_rich_text li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  padding-left: 1em;
}
.dlc_about_rich_text li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  font-size: 1em;
  color: #fff;

}

/*.dlc_about_list {
  list-style: none;
}
.dlc_about_list li {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
  padding-left: 1em;
}
.dlc_about_list li::before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  font-size: 1em;
  color: #fff;
}*/
@media only screen and (max-width: 980px) {
  .dlc_about {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 680px) {
  .dlc_about {
    margin-bottom: 30px;
  }
  .dlc_about_container_title {
    margin-bottom: 10px;
  }
  .dlc_about_list li {
    font-size: 14px;
  }
}

/* フォーム */
.dlc_detail_form {
  max-width: 520px;
  width: 45%;
}

.dlc_detail_form_container #c00d00fd-dbe8-407d-b7e2-53374d9af654-1 span {
  color: #000!important;
}
label {
	color: #fff!important;
}
@media only screen and (max-width: 980px) {
  .dlc_detail_container {
    flex-direction: column;
    gap: 30px;
  }
  .dlc_detail_text_box,
  .dlc_detail_form {
    max-width: unset;
    width: 100%;
  }
}
@media only screen and (max-width: 680px) {
  .dlc_detail_text_box_inner {
    padding: 0 30px;
  }
}



.dlc_inner {
    max-width: 1180px;
    width: 100%;
    margin: auto;
}
@media only screen and (max-width: 1250px) {
  .dlc_inner {
    padding: 0 20px;
  }
}
/* DLC一覧 */

.post_content_list {
  background-color: #252B41;
}
.dlc_list_sec {
  padding: 100px 0;
}

.dlc_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.dlc_list::before {
  order: 1;
}
.dlc_list::before,
.dlc_list::after {
  content: "";
  max-width: 380px;
  width: calc(100% / 3 - 10px);
}
.dlc_item {
  max-width: 380px;
  width: calc(100% / 3 - 10px);
  display: flex;
}
.dlc_item_link {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 40px;
  border: 1px solid #fff;
  color: #fff;
}
.dlc_item_link:hover .more_btn_link {
  background-color: #CC3333;
  color: #fff;
}
.dlc_item_img {
  margin-bottom: 30px;
}
.dlc_item_info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dlc_item_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all .5s;
}
.dlc_item_link:hover .dlc_item_title {
  text-decoration: underline;
}
.dlc_item_text {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
}
.dlc_item .more_btn {
  margin-top: auto;
}
@media only screen and (max-width: 980px) {
.dlc_list_sec {
    padding: 80px 0;
}
  .dlc_list {
    justify-content: center;
    gap: 40px 20px;
    padding-bottom: 20px;
  }
  .dlc_list::before,
  .dlc_list::after {
    max-width: unset;
    width: calc(100% / 2 - 20px);
  }
  .dlc_item {
    max-width: unset;
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 680px) {
.dlc_list_sec {
    padding: 50px 0;
}
  .dlc_list {
    gap: 30px;
    padding-bottom: 60px;
  }
  .dlc_list::before,
  .dlc_list::after {
    display: none;
  }
  .dlc_item {
    max-width: 380px;
    width: 100%;
    
  }
}

ul.page-numbers {
    position: absolute;
    background-color: transparent;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: none;
}
ul.page-numbers:hover {
    background-color: transparent;
}
.page-numbers a:hover {
    opacity: 0.6;
}

.page-numbers .page-numbers {
    margin: 0;
    color: #7A7A7A;
    border-bottom: 2px solid #fff;
}

.page-numbers .current.page-numbers {
    border-bottom: 2px solid #CC3333;
    background-color: #252B41;
    color: #fff;
    margin: 0;
}
.page-numbers.next,
.page-numbers.prev {
    box-shadow: unset;
    color: #fff;
    border-bottom: 2px solid #252B41;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers.next img,
.page-numbers.prev img {
    width: 10px;
    height: 17px;
}
.c-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    justify-content: center;
    margin: 3em 0;
    position: relative
}

[class*=page-numbers] {
    box-sizing: content-box;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    margin: 6px;
    min-width: 40px;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color .25s,background-color .25s;
    width: auto
}

[class*=page-numbers].current,[class*=page-numbers]:hover {
    color: #fff
}


header {
  background: #252B41;
  color: #000;
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  z-index: 999999;
}
.header_inner {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1440px;
    padding: 40px 20px 30px;
  border-bottom: 5px solid #CC3333;
    position: relative;
    width: 100%;
}
.header_logo {
  max-width: 260px;
  width: 40%;
}
@media only screen and (max-width: 980px) {
  .header_logo {
    width: 200px;
  }
  .header_inner {
    padding: 30px 20px 20px;
  }
}
@media only screen and (max-width: 680px) {
  .header_logo {
    width: 150px;
  }
  .header_inner {
    padding: 20px 20px 15px;
  }
}

footer {
  text-align: center;
  background-color: #CC3333;
  color: #fff;
}
.footer_inner {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 30px 0;
}
.footer_copyright {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 680px) {

}
@media only screen and (max-width: 680px) {
  .footer_inner {
    padding: 20px 0;
  }
}


