@charset "utf-8";
/* CSS Document */

.l_sec{
  margin-bottom:30px; 
}
.l_ttl{
  margin-bottom:20px;
}
.wrapper {
    margin: 20px auto 0;
    overflow: hidden;
    text-align: left;
    width: 980px;
}
.m_cont{
  float: right;
  width: 730px;
  margin: auto;
  font-family: "helvetica neue", "noto sans jp", "yu gothic", YuGothic, "ヒラギノ角ゴ pron w3", "hiragino kaku gothic pron", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  color: #333333;
}

.m_titleCopy_text{
  font-size: 15px;
  font-weight: 500;
}
.m_webins {
  width:95%;
  margin: auto;
  margin-bottom: 50px;
}
.m_webinsWrap{
  width: 678px;
  border: 2px solid #333;
  position: relative;
  box-shadow: 14px 11px #FFF376;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
}
.m_webinsWrap:after{
  position: absolute;
  bottom: -13px;
  right: -16px;
  content: url("../../img/fax/paper-edge-bg.png");
  line-height: 0;
}
.m_webinsTtl_main{
  font-weight: 600;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  letter-spacing: 1.5px;
  border-left: 10px solid #B73535;
}
/*.m_webinsTtl_main:before{
  content:"";
  display:inline-block;
  width:10px;
  height:55px;
  background-color:#B73535;
}*/
.m_webinsText{
  font-size:15px;
}
.m_webinsText_main{
  font-weight: 500;
}
.m_webinsText_sub{
  color: #808080;
  margin-top: 10px;
  margin-bottom: 20px;
}
.m_webinsIcon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_webinsLogo{
  width: 200px;
}
.m_webinsLogo, .m_webinsBtn{
  margin: 0px 30px;
  z-index: 2;
}
.m_webinsBtn_target{
  background-color: #DA231B;
  width: 238px;
  height: 44px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 3px;
  text-decoration: none;
}
.m_webinsBtn_target:after{
  content: url("../../img/fax/icon_link.png");
  padding-left: 5px;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .m_webinsBtn_target{
    padding-top: 5px;
  }
  .m_webinsBtn_target:after{
    padding-bottom:5px;
  }
}
.m_webinsBtn_target:hover{
  opacity: 0.6;
  transition: .3s;
  color: #fff;
  text-decoration: none;
}
.m_lineup{
  width: calc(100% - 30px);
  text-align: center;
  margin:auto;
  margin-bottom: 80px;
}
.m_lineupTtl_main{
  background-color: #FFF376;
  border-top: dashed 3px #000;
  border-bottom: dashed 3px #000;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  letter-spacing: 1.5px;
  padding-left: 10px;
}
.m_lineupTtl_main:before{
  content: url("../../img/fax/icon_fax.png");
  padding-top: 7px;
  padding-right: 10px;
}
.m_lineupWrap{
  display: flex;
  flex-wrap: wrap;
}
/**/
.m_lineupCard_pointer{
  position: relative;
  height: 100%;
  display: inline-block;
  color: #333;
  text-decoration: none;
  margin-top: 20px;
  box-sizing:border-box; 
  width: 100%;
}
.m_lineupCard_pointer:before{
  content: "";
  width: 1px;
  height: 96%;
  position: absolute;
  background-color: #999999;
  top:2%;
  left: 0;
}
.m_lineupCard:nth-child(3n) .m_lineupCard_pointer:after{
  content: "";
  width: 1px;
  height: 96%;
  position: absolute;
  background-color: #999999;
  top:2%;
  left: 100%;
}
.m_lineupCard_line{
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
  border-bottom: 1px solid #999999;
  display: flex;
  flex-direction: column;
}
/**/
.m_lineupCard_pointer:hover{
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, .5);
  transition: .3s;
  text-decoration:none;
  color:#333;
}
.m_lineupCard_pointer:hover .m_lineupCard_btnTarget{
  opacity: 0.6;
  transition: .3s;
}
.m_lineupCard_pointer:hover .m_lineupCard_line{border:none;}
.m_lineupCard_ttlMain{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.m_lineupCard_ttl{
  height: 100px;
}
.m_lineupCard_lineInner{
  width: 180px;
  margin: auto;
  display: flex;
  flex-direction:column;
  height: 100%;
}
.m_lineupCard_img{
  text-align: center;
  height: 255px;
  width: 180px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
.m_lineupCard_img > img{
  vertical-align: bottom;
  width: 100%;
}
.m_lineupCard_date{
  text-align: right;
  margin-top: 0px;
}
.m_lineupCard_dateMain{
  font-size: 11px;
  padding-right: 10px;
}
.m_lineupCard_text{
  display: none;
}
.m_lineupCard_copyText{
  line-height: 1.5;
  margin-bottom: -10px;
  font-size:14px;
}
.m_lineupCard_btn{
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
}
.m_lineupCard_btnTarget{
  background-color: #2E3192;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 180px;
  height: 24px;
  color: #fff;
  line-height: 24px;
  margin: auto;
  margin-bottom: 0px; 
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.m_lineupCard_btnTarget:after{
  content: url("../../img/fax/icon_download.png");
  padding-left: 5px;
}

.m_lineupCard {
  text-align: left;
}
.col_3 {
  width: 33.33%;
}

@media screen and (max-width:768px) {
  .wrapper {
    width: 100%;
  }
  .m_cont img {
    width: 100%;
    max-width: 730px;
    height: auto;
  }
  .m_cont{
    float:none;
    width: 99%;
  }
  .m_webinsWrap{
    width: auto;
    max-width: 678px;
  }
  .m_webinsTtl_main{
    font-size: 19px;
  }
  .m_webinsIcon {
    flex-direction: column;
  }
  .m_webinsLogo{
    margin-bottom: 10px;
  }
  .m_lineupWrap{
    justify-content: center;
  }
  .m_lineupWrap:after{
    content: "";
    display: block;
    width: 50%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
  }
  .col_3{
    width: 50%;
  }
  .m_lineupCard_pointer{
    width: 100%;
  }
  .m_lineupCard:nth-child(3n) .m_lineupCard_pointer:after{
    background-color: #fff;
  }
  .m_lineupCard:nth-child(2n) .m_lineupCard_pointer:after,
  .m_lineupCard:last-child .m_lineupCard_pointer:after{
    content: "";
    width: 1px;
    height: 96%;
    position: absolute;
    background-color: #999999;
    top:2%;
    left: 100%;
  }
  .m_wpd__thumbnailLink img{
    height:240px;
    width: 170px;
  }
}
@media screen and (max-width:599px) {
  div#cont{
    margin: 0;
  }
  .m_cont img {
    width: 100%;
    max-width: 730px;
    height: auto;
  }
  .l_sec{
    margin-bottom: 20px;
  }
  .m_cont{
    width: 99%;
  }
  .m_webins{
    position: relative;
  }
  .m_webins:after{
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 80px 80px;
    border-color: transparent transparent #fff transparent;
    bottom: 0;
    right: 0;
  }
  .m_webinsTtl_main{
    font-size: 18px;
    padding-left: 10px;
  }
  .m_webinsWrap{
    box-shadow: none;
    padding: 20px;
  }
  .m_webinsWrap:after{
    content: url("../../img/fax/paper-edge.png");
    bottom: -2px;
    right: -2px;
    width: 103px;
    height: 102px;
  }
  .m_webinsBtn_wrap{
    margin-bottom: 80px;
  }
  .m_lineupWrap{
    display: block;
  }
  .m_lineupWrap:after{
    display: none;
  }
  .col_3{
    width: 100%;
  }
  .m_lineupCard_pointer{
    width: 100%;
  }
  .m_lineupCard_pointer:before{
    display: none;
  }
  .m_lineupCard:nth-child(2n) .m_lineupCard_pointer:after,
  .m_lineupCard:last-child .m_lineupCard_pointer:after{
    display: none;
  }
  .m_lineupCard_pointer:hover .m_lineupCard_line{
    border:none;
  }
  .m_lineupCard_lineInner {
    width: 100%;
  }
  .m_lineupCard_ttl{
    height: auto;
  }
  .m_lineupCard_ttlMain{
    padding-top: 0px;
  }
  .m_lineupCard_copyText{
    margin-bottom: 20px;
  }
  .m_lineupCard_btn{
    margin-bottom: 20px;
  }
  .m_wpd__thumbnailLink img{
    height:240px;
    width: 170px;
  }
}