@charset "utf-8";

/* bg_donut_area
-------------------------------------------------- */
main{
  overflow: hidden;
}
.bg_donut_area{
  position: relative;
}
.bg_donut_area::after{
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  right: 3.125%;
  background: url(/common_2022/images/bg/img_donut_ill_02.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .bg_donut_area::after{
    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::after{
    top: -40px;
    right: -93px;
    width: 200px;
    height: 200px;
  }
}

/* caution
-------------------------------------------------- */
.caution{}
.caution .c_txt_01{
  margin-top: 1em;
}
.caution_ttl{
  font-weight: bold;
}
.caution_ttl span::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-top: -2px;
  margin-right: 8px;
  background: url(/common_2022/images/icon/icon_caution.png) no-repeat center;
  background-size: 100%;
}
@media print, screen and (min-width:768px){
  .caution_ttl{
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .caution_ttl{
    font-size: 14px;
  }
  .caution_ttl span::before{
    width: 19px;
    height: 19px;
  }
}

/* information_news
-------------------------------------------------- */
.mod_date_list.tagIn{
  border-top: 0;
}
.mod_date_list .date_item{
  padding: 25px 0;
}
.mod_date_list .date_item.dispNon{
  display: none;
}

.mod_date_list .date_item .date{
  display: inline-block;
}

.information_news .tabs .news_all span{
  position: relative;
}
.information_news .tabs .tab_content{
  background-color: #fff;
}

@media print, screen and (min-width:768px){
  .mod_date_list .c_tag{
    margin-bottom: 10px;
  }

  .information_news{
    margin-top: 40px;
  }
  .information_news .tabs .tab_content{
    padding-top: 15px;
  }
  .information_news .tabs .news_all span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 29px;
    background: url(/whatsnew/images/icon_news.png) no-repeat center;
    background-size: 100% auto;
    margin-right: 15px;
    margin-top: -3px;
  }
}

@media screen and (max-width:767px) {
  .mod_date_list .date_item{
    padding: 18px 0;
  }
  .mod_date_list .date_item .date{
    min-width: 80px;
  }
  .mod_date_list .c_tag{
    position: absolute;
    top: 1.9em;
    left: calc(80px + 10px);
  }
  .mod_date_list .date_block {
    margin-top: 0.8em;
  }

  .information_news{
    margin-top: 30px;
  }
  .information_news .tabs .news_all::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 13px;
    height: 15px;
    background: url(/whatsnew/images/icon_news.png) no-repeat center;
    background-size: 100% auto;
    margin: auto;
  }
  .information_news .tabs .tab_content{
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 7px;
  }
  .information_news .tabs .tab_panel{
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* item_status_wrap（お知らせがないとき表示）
-------------------------------------------------- */
@media print, screen and (min-width:768px){
  .item_status_wrap{
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .item_status_wrap{
    margin-top: 30px;
  }
}