@charset "UTF-8";

.tolso_beam_free .link-btn {
  text-align: left;
  display: block;
  height: auto;
}
.tolso_beam_free .link-btn a {
  background: url(/jp/common/v2/img/icon_arow_light-blue.png) 97% 50% no-repeat;
  display: flex;
  align-items: center;
  color: #3e6fcf;
  border: 1px solid #3e6fcf;
  border-radius: 4px;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .tolso_beam_free .trandnews-profile-wrap {
    display: flex;
  }
  .tolso_beam_free .trandnews-profile-wrap .trendnews-profile {
    width: 34%;
    margin-bottom: 0;
  }
  
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead {
    width: 66%;
    padding: 30px 0 0 30px;
    margin-bottom: 0!important;
  }
  
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead:after {
    display: none;
  }
  
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead .column-2 {
    flex-wrap: wrap;
  }
  
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    flex-basis: 100%!important;
    margin-bottom: 30px;
  }
  
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    flex-basis: 33%!important;
    text-align: center;
  }

  .tolso_beam_free .col2 {
    display: flex;
    justify-content: space-between;
  }
  .tolso_beam_free .col2 figure {
    margin: 0 0 0 30px;
  }

  .tolso_beam_free .link-btn {
    margin-bottom: 60px;
  }
  .tolso_beam_free .link-btn a {
    width: 500px;
    height: 40px;
    font-size: 16px;
    margin: 0 auto 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead .column-2 .text {
    margin-bottom: 30px;
  }
  .tolso_beam_free .trandnews-profile-wrap .trendnews-lead .column-2 .image {
    margin-bottom: 20px;
  }

  .tolso_beam_free .link-btn {
    margin-bottom: 40px;
  }
  .tolso_beam_free .link-btn a {
    width: 100%;
    height: 60px;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.4;
  }
}