@charset 'utf-8';
/* CSS Document */
.mainContents .main .shareIcons {
  z-index: 1;
}
*{
  margin: 0px;
  padding: 0px;
}
#disaster_relief div.section *{
    transition: opacity .3s linear;
}
#disaster_relief div.section{
    margin-top: 90px;
}
#disaster_relief .inlineblock{
    display: inline-block;
}
.shareIcons a img{
    transition: .3s linear;
}
#disaster_relief .text_left{
    text-align-last: left;
}
#disaster_relief .text_right{
    text-align: right;
}
#disaster_relief .text_center{
    text-align: center;
}
#disaster_relief .block_center{
    display: block;
    margin: auto;
}
#disaster_relief .note_text{
    font-size: 80%;
    color: #9b9b9b;
    margin-top: 30px;
}


.shareIcons{
    text-align: right;
}
.shareIcons li{
    display: inline-block;
    padding: 10px 5px !important;
}

/* cover */

#disaster_relief .cover .cover_img{
    position: relative;
    width: 960px;
    height: 480px;
}

/* Box */

#disaster_relief .box{
  position: relative;
  width: 32%;
  min-height: 325px;
  border: solid 1px #DEDEDE;
  padding: 20px 20px 40px;
  margin-bottom: 23px;
  margin-right: 2%;
}
#disaster_relief .box:nth-child(3n){
  margin-right: 0;
}

#disaster_relief .box.active{
  border: solid 1px #1b1b1b;
}

#disaster_relief .box .date{
  font-weight: bold;
}
#disaster_relief .box.active .date::before{
  content: "IN PROGRESS";
  display: inline-block;
  font-size: 11px;
  padding: 1px;
  width: 90px;
  height: 20px;
  background: #f00;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-right: 7px;
}
#disaster_relief .box .title{
  position: relative;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  padding: 6px 0;
}
#disaster_relief .box .title::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #989898;
  bottom: 0;
}
#disaster_relief .box .amount{
  font-weight: bold;
  font-size: 18px;
  padding: 10px 0;
}
#disaster_relief .box .text{
  font-size: 12px;
  line-height: 1.8;
}
#disaster_relief .box .detail{
  position: absolute;
  bottom: 13px;
  right: 0;
  padding-right: 58px;
}
#disaster_relief .box .detail::after{
  content: "";
  position: absolute;
  display: block;
  background: #f00;
  right: 0;
  bottom: 12px;
  height: 2px;
  width: 40px;
  margin-right: 0;
}
#disaster_relief .box .detail:hover{
  opacity: 0.7;
}

@media (min-width: 768px){
    #disaster_relief .sp_display{
        display: none;
    }
    #disaster_relief .flex {
      display: flex;
      justify-content: space-between;
    }
    #disaster_relief .flex--reverse {
      flex-direction: row-reverse;
    }
    #disaster_relief .flex--aligncenter {
      align-items: center;
    }
    #disaster_relief .flex--alignend {
      align-items: end;
    }
    #disaster_relief .flex--contentcenter {
      justify-content: center;
    }
    #disaster_relief .flex--contentstart {
      justify-content: flex-start;
    }
    #disaster_relief .flex--wrap {
      flex-wrap: wrap;
    }
}

@media (max-width: 767px){
    #disaster_relief .pc_display{
        display: none;
    }
    #disaster_relief div.section{
        margin-top: 45px;
        width: 94vw;
    }
    #disaster_relief div.section img{
        width: 100%;
    }
    #disaster_relief .pd_text{
        margin-top: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    #disaster_relief .flex--sp.flex {
      display: flex;
      justify-content: space-between;
    }
    #disaster_relief .flex--sp.flex--reverse {
      flex-direction: row-reverse;
    }
    #disaster_relief .flex--sp.flex--aligncenter {
      align-items: center;
    }
    #disaster_relief .flex--sp.flex--alignend {
      align-items: end;
    }
    #disaster_relief .flex--sp.flex--contentcenter {
      justify-content: center;
    }
    #disaster_relief .flex--sp.flex--contentstart {
      justify-content: flex-start;
    }
    #disaster_relief .flex--sp.flex--wrap {
      flex-wrap: wrap;
    }

    /* cover */

    #disaster_relief .cover{
        width: 94vw;
    }
    #disaster_relief .cover .cover_img, #disaster_relief .cover .cover_img img{
        width: 100%;
        height: auto;
    }
    #disaster_relief .cover .lead{
        color: #6a6a6a;
        letter-spacing: 2;
        line-height: 1.6;
        padding-top: 30px;
    }

    /* Box */

    #disaster_relief .box{
      width: 100%;
    }
    #disaster_relief .box .date{
      font-size: 15px;
    }
    #disaster_relief .box .title{
      font-size: 24px;
    }
    #disaster_relief .box .detail{
      font-size: 14px;
      padding-right: 28px;
    }
    #disaster_relief .box .detail::after{
      width: 5.33333vw;
      height: .26667vw;
      margin-left: 2.66667vw;
      bottom: 8px;
    }
}

@media (max-width: 364px){

}

