@charset "UTF-8";
.context p {
  margin: 1em 0; }

.entryTitle {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: .5em 0; }

.credit {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 5px 0;
  line-height: 1.5; }

.main-img {
  position: relative;
  margin: 0 0 10px; }

.main-icon {
  text-align: center;
  background: #C30;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  box-sizing: border-box;
  height: 100px;
  background-image: url("https://www.bikebros.co.jp/vb_img/tieup/short/icon.png"); }

.leadbox {
  background-color: #EFEFEF;
  border: 1px solid #CCC;
  color: black;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 30px;
  padding: 20px; }

.midashi {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 0 10px;
  border-left: solid 10px #CCC; }

.context h2.midashi {
  border-left: 6px solid #F60;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 15px;
  padding: 5px 10px; }

.photo_cap {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 2em !important; }

.boxmidashi {
  text-align: left;
  font-size: 20px !important;
  font-weight: 700;
  color: #FFF !important;
  margin: 0;
  padding: 10px;
  background: #45484d;
  background: -webkit-linear-gradient(#45484d 0%, #000000 100%);
  background: -o-linear-gradient(#45484d 0%, #000000 100%);
  background: linear-gradient(#45484d 0%, #000000 100%);
  border-radius: 3px　3px 0 0;
  position: relative; }

.brandInformation {
  display: table;
  width: 100%;
  border: solid 1px #333;
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 15px; }
  .brandInformation .brandLogo {
    display: table-cell;
    vertical-align: top;
    width: 200px; }
  .brandInformation .brandData {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px; }
    .brandInformation .brandData .name {
      font-size: 16px;
      line-height: 1.3;
      font-weight: 700; }
    .brandInformation .brandData .address {
      font-size: 12px;
      line-height: 1.3;
      margin: 1em 0 0; }
    .brandInformation .brandData .description {
      color: #333;
      font-size: 12px;
      line-height: 1.5;
      margin: 1em 0 0; }

.flexbox {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-wrap: wrap;
  justify-content: space-between; }

.row {
  font-size: 0; }
  .row > div {
    display: inline-block;
    vertical-align: top; }
    .row > div:nth-child(1) {
      width: 49%;
      margin-right: 1%; }
    .row > div:nth-child(2) {
      width: 49%; }
    .row > div img {
      width: 100%;
      height: auto;
      margin: 0 0 5px; }

.sns_box {
  margin: 0 0 1em; }
  .sns_box::after {
    content: "";
    clear: both;
    display: block; }
  .sns_box .sns_facebook {
    float: right;
    text-align: right;
    width: 140px; }
  .sns_box .sns_twitter {
    float: right;
    width: 90px; }
    .sns_box .sns_twitter #twitter-widget-0 {
      vertical-align: bottom; }

.fblikebox {
  text-align: center;
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px; }
