/* ==========================================================

title : 天下三名槍「蜻蛉切」制作レポート
scope : 天下三名槍「蜻蛉切」制作レポート

memo：

last modify : 2020/11/17 TCI_福岡／WEB2TCI-14713

========================================================== */
/* ------------------------------------ */
/* ▼ リード文 */
/* ------------------------------------ */
@media (min-width: 768px) {
  .dcmn_first_read.cmn_intro_read {
    letter-spacing: .04em;
  }
}

/* ------------------------------------ */
/* ▼ flowchart */
/* ------------------------------------ */
.flowchart_wrap {
  margin-right: auto;
  margin-left: auto;
}

.flowchart_image {
  position: relative;
}

.flowchart_image::before,
.flowchart_image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

.flowchart_item {
  background-color: #f6f0e1;
  border: solid 1px #725e3e;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 2;
}

.flowchart_item>dt {
  background-color: #b26644;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.flowchart_item>dd {
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .flowchart_image {
    background-image: url(../image/img-flowchart.png);
    background-repeat: no-repeat;
    background-size: 23.65% auto;
    background-position: right center;
    padding-right: 22.565%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .flowchart_image::before {
    background-image: linear-gradient(90deg,#cedde7,#a4c3d8);
    height: 48px;
    top: calc(50% - 24px);
    left: 0;
    width: 72%;
  }

  .flowchart_image::after {
    border-color: transparent transparent transparent #a1c2d7;
    border-style: solid;
    border-width: 42px 0 42px 47px;
    height: 0;
    top: 50%;
    right: 23%;
    transform: translateY(-50%);
    width: 0;
  }

  .flowchart_item {
    height: 180px;
    width: 6.292%;
  }

  .flowchart_item:not(:first-of-type) {
    margin-left: 1.987%;
  }

  .flowchart_item>dt {
    font-size: 16px;
    padding: .313em 0;
  }

  .flowchart_item>dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    padding: .5em 15% 0;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .flowchart_wrap {
    max-width: 400px;
    padding: 0 20px;
  }

  .flowchart_image {
    background-image: url(../image/img-flowchart.png);
    background-repeat: no-repeat;
    background-size: 160px auto;
    background-position: center bottom;
    padding-bottom: 190px;
  }

  .flowchart_image::before {
    background-image: linear-gradient(180deg,#cedde7,#a4c3d8);
    height: calc(100% - 175px);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }

  .flowchart_image::after {
    border-color: #a1c2d7 transparent transparent transparent;
    border-style: solid;
    border-width: 40px 36px 0 36px;
    height: 0;
    top: calc(100% - 180px);
    left: 50%;
    transform: translateX(-50%);
    width: 0;
  }

  .flowchart_item {
    display: flex;
    flex-wrap: wrap;
  }

  .flowchart_item:not(:first-of-type) {
    margin-top: 3%;
  }

  .flowchart_item>dt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: .4em 0;
    width: 2em;
  }

  .flowchart_item>dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    padding: .4em .3em .4em .7em;
    text-align: left;
    width: calc(100% - 2em);
  }
}

/* ------------------------------------ */
/* ▼ heading octa_01 */
/* ------------------------------------ */
@media (min-width: 768px) {
  .dcmn_h_octa_01 {
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 20px);
  }
}

/* ------------------------------------ */
/* ▼ category list */
/* ------------------------------------ */
@media (min-width: 768px) {
  .cmn_category_list_link>li>a,
  .cmn_category_list_link>li>span {
    letter-spacing: .05em;
  }
}