@charset "utf-8";

.c_ttl_bold_02{
  color: #551900;
  text-align: center;
}
.c_ttl_bold_02 span.fcOr{
  color: #F5960A;
}
@media print, screen and (min-width:768px){
  .c_ttl_bold_02{
    font-size: 24px;
    letter-spacing: 0.16em;
    padding-bottom: 48px;
    background: url(/torikumi/misdo_story/images/common/ttl_bd.png) no-repeat center bottom/contain;
  }
}
@media screen and (max-width:767px) {
  .c_ttl_bold_02{
    font-size: 16px;
    padding-bottom: 29px;
    background: url(/torikumi/misdo_story/images/common/ttl_bd_sp.png) no-repeat center bottom/contain;
  }
}

/* mv
-------------------------------------------------- */
.mv{
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .mv{
    margin-top: 21px;
  }
}

/* bg_donut_area
-------------------------------------------------- */
.bg_donut_area, .bg_donut_area_02{
  position: relative;
  overflow: hidden;
}
.bg_donut_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 49.5%;
  right: -40px;
  background: url(/common_2022/images/bg/img_donut_ill_08.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area::after{
  content: '';
  display: block;
  position: absolute;
  top: 55px;
  left: -40px;
  background: url(/common_2022/images/bg/img_donut_ill_05.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
  z-index: -1;
}
.bg_donut_area_02::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
  background: url(/common_2022/images/bg/img_donut_ill_10.png) no-repeat right top;
  background-size: 100%;
  margin: auto;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .bg_donut_area::before,
  .bg_donut_area::after,
  .bg_donut_area_02::before{
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
  }
}
@media screen and (max-width:767px) {
  .bg_donut_area::before{
    top: 355px;
    right: -100px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area::after{
    top: 1990px;
    right: -100px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area_02::before{
    top: 1260px;
    bottom: auto;
    left: -130px;
    width: 200px;
    height: 200px;
  }
}

/* article_link_list
-------------------------------------------------- */
.article_link_list{
  display: flex;
  justify-content: space-between;
}
.article_link_list + .article_link_list {
  margin-top: 40px;
}
.article_link_list > li{
  display: flex;
  flex-direction: column;
  width: 48%;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
}
.article_img img{
  width: 100%;
}
.article_link_list > li .data{
  padding: 30px;
  flex-grow: 1;
  color: #551900;
}
.article_link_list > li .data .cat_tag{
  display: inline;
  padding: 5px 14px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
  border:  solid 1px #551900;
  border-radius: 4px;
}
.article_link_list > li .data .article_txt{
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.16em;
}
@media screen and (max-width:767px) {
  .article_link_list{
    display: block;
  }
  .article_link_list > li{
    display: block;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .08);
  }
  .article_link_list > li{
    margin-top: 25px;
  }
  .article_link_list > li .data{
    padding: 20px;
  }
  .article_link_list > li .data .cat_tag{
    display: inline;
    padding: 3px 7.5px;
    font-size: 10px;
    border:  solid 1px #551900;
    border-radius: 2px;
  }
  .article_link_list > li .data .article_txt{
    margin-top: 15px;
    font-size: 12px;
  }
}
