.column_wrap {
  margin: 24px auto 0;
}
@media screen and ( max-width: 1024px ) {
  .column_wrap img {
    width: 100%;
  }
}
@media screen and ( min-width: 1025px ) {
  .column_wrap {
    width: 800px;
  }
}
.column_header_image img {
  width: 100%;
  height: auto;
}
.column_description {
  margin-top: 24px;
}
@media screen and ( min-width: 1025px ) {
  .column_description {
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and ( max-width: 1024px ) {
  .column_description {
    font-size: 1.4rem;
  }
}
.column_index {
  margin-top: 24px;
  padding: 0 16px;
  border: 1px solid #dedede;
}
.column_index dt {
  padding: 16px 0;
  font-size: 1.3rem;
  font-weight: 700;
}
.column_index ul {
  list-style: inside decimal;
}
.column_index li {
  padding: 16px 8px;
  line-height: 1;
  border-top: 1px solid #dedede;
}
.column_index li.is-current {
  pointer-events: none;
}
.column_index a {
  color: #3980f4;
}
.column_index li.is-current a {
  color: initial;
}
.column_body {
  margin-top: 40px;
}
.column_title {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 3px solid #3980f4;
}
.column_title::before,
.column_title::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border-width: 14px 12px 0;
  border-style: solid;
}
.column_title::before {
  bottom: -14px;
  left: 1em;
  border-color: #3980f4 transparent transparent;
}
.column_title::after {
  bottom: -10px;
  left: 1em;
  border-color: #fff transparent transparent;
}
.column_lead {
  margin-top: 24px;
}
.lead_flex {
  display: flex;
  gap: 24px;
}
@media screen and ( min-width: 1025px ) {
  .lead_flex {
    align-items: flex-end;
  }
}
@media screen and ( max-width: 1024px ) {
  .lead_flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.column_body .content_block {
  margin-top: 40px;
}
.column_body .block_title {
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  border-left: 8px solid #dedede;
}
.column_body .block_text {
  margin-top: 24px;
}
.column_body .block_image {
  margin-top: 24px;
}
.column_body .image_border {
  border: 1px solid #333;
}
.column_body .block_image img {
  width: 100%;
}
.column_body .content_block table {
  width: 100%;
  margin-top: 24px;
}
.column_body .content_block th {
  font-weight: 500;
  text-align: center;
}
.column_body .content_block th,
.column_body .content_block td {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #dedede;
}
.column_body .inner_block li {
  margin-top: 24px;
}
.column_body .inner_block dl {
  padding: 24px;
  border: 1px solid #dedede;
}
.column_body .inner_block dt {
  color: #3980f4;
  font-weight: 500;
}
.column_body .button_link {
  margin-top: 40px;
  text-align: center;
}
.column_body .button_link a {
  display: inline-block;
  width: 320px;
  padding: 16px 0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  background-color: #3980f4;
  border-radius: 2px;
}
.column_footer {
  margin-top: 40px;
}
@media screen and ( min-width: 1025px ) {
  .column_footer .next_post {
    text-align: right;
  }
}
.column_footer .prev_post a,
.column_footer .next_post a {
  color: #3980f4;
  text-decoration: underline;
}
.column_pager {
  display: flex;
  justify-content: center;
}
.column_pager .current_post {
  padding: 0 40px;
  font-size: 1.3rem;
}
/* sakura */
@media screen and ( min-width: 1025px ) {
  .kit_box .content_block {
    width: 50%;
  }
}
.js-kit_detail {
  margin-top: 16px;
  color: #3980f4;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.js-kit_close {
  margin-top: 16px;
  color: #3980f4;
  text-decoration: underline;
  cursor: pointer;
}
.kit_detail {
  display: none;
  max-height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow: auto;
}
@media screen and ( min-width: 1025px ) {
  .kit_detail {
    padding: 40px;
  }
}
@media screen and ( max-width: 1024px ) {
  .kit_detail {
    width: 90%;
    padding: 16px;
  }
}
.kit_detail ul {
  margin: 24px 0;
  border-bottom: 1px solid #dedede;
}
.kit_detail li {
  padding: 24px 0;
  border-top: 1px solid #dedede;
}
@media screen and ( min-width: 1025px ) {
  .kit_detail li {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.kit_detail .block_image,
.kit_detail .block_text {
  margin: 0;
}
.kit_detail .block_image {
  flex: unset!important;
  width: 20%;
}
@media screen and ( min-width: 1025px ) {
  .kit_detail .block_text {
    width: 80%;
  }
}
@media screen and ( max-width: 1024px ) {
  .kit_detail .block_text {
    margin-top: 16px;
  }
}
.flow {
  text-align: center;
}
.flow a {
  color: #3980f4;
  text-decoration: underline;
}
.flow .icon-arrow {
  display: block;
  height: 32px;
  margin: 16px 0;
  position: relative;
  text-align: center;
}
.flow .icon-arrow::before,
.flow .icon-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.flow .icon-arrow::before {
  top: 20px;
  box-sizing: border-box;
  border: 24px solid transparent;
  border-top: 16px solid #dedede;
}
.flow .icon-arrow::after {
  width: 24px;
  height: 16px;
  top: 4px;
  background: #dedede;
}
.flow dt {
  padding: 8px 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #3980f4;
  border-radius: 4px;
}
.flow dd {
  margin-top: 24px;
}
.flow .inner_box .block_image {
  text-align: center;
}
@media screen and ( min-width: 1025px ) {
  .flow .inner_box {
    width: 50%;
  }
  .flow .inner_box .block_image {
    height: 320px;
  }
}
@media screen and ( max-width: 1024px ) {
  .flow .inner_box .block_image {
    width: 60%;
  }
}
.flow .inner_box .block_image img {
  object-fit: cover;
}
@media screen and ( min-width: 1025px ) {
  .flow .inner_box .block_image img {
    width: auto;
    height: 100%;
  }
}
@media screen and ( max-width: 1024px ) {
  .flow .inner_box .block_image img {
    width: 100%;
    height: auto;
  }
}
/* tax */
.tax_manga {
  margin-top: 16px;
}
@media screen and ( min-width: 1025px ) {
  .tax_manga {
    display: flex;
    justify-content: space-around;
  }
  .tax_manga li {
    width: 30%;
  }
}
.tax_manga img {
  width: 100%;
}
.point {
  font-size: 2.4rem;
  text-align: center;
}
.point_text {
  padding: 24px;
  border: 1px solid #dedede;
}
.point .icon-arrow {
  display: block;
  height: 32px;
  margin: 16px 0;
  position: relative;
  text-align: center;
}
.point .icon-arrow::before,
.point .icon-arrow::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.point .icon-arrow::before {
  top: 20px;
  box-sizing: border-box;
  border: 24px solid transparent;
  border-top: 16px solid #3980f4;
}
.point .icon-arrow::after {
  width: 24px;
  height: 16px;
  top: 4px;
  background: #3980f4;
}
.qa_block {
  margin-top: 24px;
}
@media screen and ( min-width: 1025px ) {
  .qa_block {
    display: flex;
    gap: 4%;
  }
  .qa_block dl {
    width: 48%;
  }
}
@media screen and ( max-width: 1024px ) {
  .qa_block dl {
    margin-top: 24px;
  }
}
.qa_block dt {
  color: #3980f4;
  font-weight: 700;
}
.qa_block dd {
  margin-top: 8px;
}
/* profile */
.profile {
  margin-top: 40px;
  padding: 24px;
  background: #f5f5f5;
}
.profile a {
  display: inline-block;
  color: #3980f4;
  text-decoration: underline;
}
.profile_head {
  color: #3980f4;
  font-size: 1.6rem;
  font-weight: 700;
}
.profile_body {
  margin-top: 8px;
}
@media screen and ( min-width: 1025px ) {
  .profile_body {
    display: flex;
    gap: 16px;
  }
}
@media screen and ( max-width: 1024px ) {
  .profile_image {
    width: 60%;
    margin: auto;
  }
  .profile_text {
    margin-top: 16px;
  }
}
.book_introduction {
  margin-top: 16px;
}
.book_body {
  margin-top: 8px;
}
@media screen and ( min-width: 1025px ) {
  .book_body {
    display: flex;
    gap: 16px;
  }
}
@media screen and ( max-width: 1024px ) {
  .book_image {
    width: 30%;
    margin: auto;
  }
  .book_text {
    margin-top: 16px;
  }
}
/* momoe */
.column_momoe .column_body {
  text-align: center;
}
.column_momoe .block_image {
  width: 234px;
  margin: 40px auto;
}
.column_momoe .momoe_footer {
  width: 330px;
  height: 85px;
  margin: auto;
  padding: 40px 24px 0 32px;
  background: url(../images/column/momoe/bg_text.jpg) no-repeat;
}
.column_momoe .momoe_text {
  font-size: 1.2rem;
  text-align: left;
}
/* burari */
@media screen and ( min-width: 1025px ) {
  .flex_box {
    display: flex;
    gap: 40px;
  }
  .flex_box .block_image {
    flex: 1 0 auto;
  }
}
@media screen and ( max-width: 1024px ) {
  .flex_box .block_image {
    width: 60%;
    margin: 16px auto 0;
  }
}
.flex_box .block_image .caption {
  margin-top: 8px;
  font-size: 1.1rem;
  text-align: center;
}