@charset "utf-8";

.block01{
  background: url("../../../img/v3/gundam/gundam_bg02.png") center top;
}
.textButton{
  background: #ffcc33;
}
.bannerArea{
  background: #02217c;
}
.bannerBlock01{
  margin-bottom: 0;
}
.worksListBlock{
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width:768px) {
  .worksListBlock {
    border-radius: 0;
  }
}
.textButton{
  margin-bottom: 40px;
}
@media screen and (max-width:768px) {
  .textButton {
    margin-bottom: 20px;
  }
}


/*tag*/
.tag{
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 10px;
  font-size: 1rem;
}
.tag .list{
  float: left;
  margin: 0 5px 5px 0;
}
.tag .link{
  display: block;
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #8f94a3;
  font-weight: bold;
}

.tag .selected{
  color: #fff;
  background: #666;
}
.tag .selected:hover{
  color: #ff6c00;
}

@media screen and (max-width:768px) {
  .tag .list{
    margin: 0 2px 5px 0;
  }
  .tag .total{
    padding: 5px;
  }
  .tag .link{
    display: block;
    padding: 5px 6px;
    border: 1px solid #8f94a3;
  }
}



/* 投稿画像設定 */
.cover {
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 316px;
  height: 316px;
  background-size: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px){
  .cover {
    width: 100%;
    height: 175px;
  }
}


/*panelArea*/
.panelArea{
  overflow: hidden;
  margin-bottom: 10px;
}
.panelArea .panel{
  width: 316px;
  float: left;
  background: #fff;
  margin: 2px;
}
.textArea{
  padding: 5px 10px;
}
.workTitle{
  overflow: hidden;
  height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5px;
}
.userArea{
  overflow: hidden;
  padding: 5px;
  margin-bottom: 5px;
  background: #f6f6f6;
}
.userIcon{
  float: left;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}
.userText{
  float: left;
}
.userName{
  width: 220px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.postDate{
  float: left;
  margin-right: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton{
  float: left;
  margin-top: -6px;
  background: #ff0000;
  border-radius: 5px;
  box-shadow: 1px 1px 2px #5d5d5d;
}
.wonderButton .link{
  display: block;
  color: #fff !important;
  padding: 3px 10px 3px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.wonderButton .fa{
  margin-right: 5px;
  font-size: 15px;
  vertical-align: -2px;
}
.wonderButton .link:hover{
    color: #fff798 !important;
}
.wonderButton.voted{
  background: none;
  box-shadow: none;
}
.wonderButton.voted .link{
  pointer-events: none;
  color: #ff0000 !important;;
  padding: 3px 0 0 0;
}
.lessonTitle{
  font-size: 14px;
  font-size: 1.4rem;
  overflow: hidden;
}
.notFindProduct{
  color: #fff;
}

@media screen and (max-width:768px) {
  .panelArea{
    overflow: visible;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:5px;
  }
  .panelArea .panel{
    overflow: hidden;
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .textArea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 5px;
  }
  .workTitle{
    height: 40px;
    margin-bottom: 2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .userArea{
    overflow: visible;
    display: table;
    padding: 5px;
    margin-bottom: 5px;
    background: #f6f6f6;
  }
  .userIcon{
    float:none;
    display: table-cell;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    max-width: none;
  }
  .userText{
    float: none;
    display: table-cell;
    vertical-align: top;
    width: 100%;
  }
  .userName{
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    word-break: break-all;
  }
  .postDate{
    float: none;
    margin: 0 0 0 -35px;
  }
  .wonderButton{
    width: 130px;
    float: none;
    margin: 5px 0 5px -35px;
  }
  .wonderButton .link{
    padding: 3px 0 3px 5px;
  }
}