/* ホワイトペーパダウンロードの外箱 */
.m_wpdBox{
  border: 1px solid;
  color:#333;
  font:500 14px / 1.6 "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  letter-spacing:.1em;
}
.m_wpdBox__heading{
  padding: 16px;
}
.m_wpdBox__ttl{
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.m_wpdBox__body{
  margin: 16px;
  overflow: hidden;
}
.m_wpdBox__grid{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -12px;
}
.m_wpdBox__gridItem{
  display: flex;
  width: 50%;
  padding: 12px 11px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.m_wpdBox__gridInner{
  display: block;
  width: 100%;
}
.m_wpdBox__grid + .m_wpdBox__link{
  margin-top: 24px;
}
.m_wpdBox__link{
  text-align: center;
}

.m_wpdBox__linkTarget {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #846312;
    text-decoration: none;
}

.m_wpdBox__linkTarget::after{
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #846312;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.m_wpdBox__linkTarget:hover {
    opacity: .7;
    text-decoration: none;
}
.m_wpdBox__linkTarget:hover::after{
    transform: scale(1,1)
}

/*
.m_wpdBox__linkTarget{
  font-weight: bold;
}
.m_wpdBox__linkTarget:hover{
  text-decoration: underline;
}
*/
.m_wpdBox__linkTarget--colorGold{
  color: #846312;
}
.m_wpdBox--colorGold{
  border-color: #846312;
}
.m_wpdBox--colorGold .m_wpdBox__heading{
  background: #846312;
}
.m_wpdBox--colorGold .m_wpdBox__ttl{
  color: #fff;
}
.m_wpdBox--colorGold .m_wpdBox__linkTarget{
  color: #846312;
}
@media screen and (max-width: 599px){
  .m_wpdBox__gridItem{
    width: 100%;
  }
}
.m_wpdBox--single .m_wpdBox__gridItem{
  width: 100%;
}
/* ホワイトペーパダウンロードの個別アイテム */
.m_wpd{
  position: relative;
}
.m_wpd__inner{
  display: flex;
  align-items: center;
}
.m_wpd__heading{
  margin-bottom: 16px;
}
.m_wpd__subTtl{
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
}
.m_wpd__ttl{
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.m_wpd__ttl--colorGold{
  color: #846312;
}
.m_wpd__thumbnail{
  padding-bottom: 48px;
  line-height: 0;
  text-align: center;
}
.m_wpd__thumbnailLink{
  display: block;
  transition: .7s opacity;
}
.m_wpd__thumbnailLink:hover{
  opacity: .7;
}
.m_wpd__btn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.m_wpd__btnTarget{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 8px 12px;
  border-radius: 100px;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: .3s opacity;
}
.m_wpd__btnTarget--cv{
  background: #107040;
  color: #fff;
}
.m_wpd__btnTarget:hover{
  opacity: .7;
  text-decoration: none;
}
.m_wpd__btnTarget--cv:hover{
  color: #fff;
}
.m_wpdBox--single .m_wpd__subTtl{
  margin-bottom: 8px;
  text-align: left;
  font-size: 16px;
}
.m_wpdBox--single .m_wpd__ttl{
  text-align: left;
  font-size: 18px;
}
.m_wpdBox--single .m_wpd__thumbnail{
  flex: 0 0 170px;
  margin-left: 24px;
  padding: 0;
}
.m_wpdBox--single .m_wpd__btn{
  position: static;
}
.m_wpdBox--single .m_wpd__inner + .m_wpd__btn{
  margin-top: 16px;
}
@media screen and (max-width: 768px){
  .m_wpd__subTtl{
    text-align: left;
  }
  .m_wpd__ttl{
    text-align: left;
  }
}

@media screen and (max-width: 599px){
  .m_wpd__inner{
    display: block;
  }
  .m_wpdBox--single .m_wpd__subTtl{
    font-size: 14px;
  }
  .m_wpdBox--single .m_wpd__ttl{
    font-size: 14px;
  }
  .m_wpdBox--single .m_wpd__thumbnail{
    margin: 16px 0 0;
  }
}


/* utility */
.u_hide{
  display: none;
}
@media screen and (max-width: 768px){
  .u_resMdHide{
    display: none;
  }
  .u_resMdInline{
    display: inline;
  }
}
@media screen and (max-width: 599px){
  .u_resSmHide{
    display: none;
  }
}