@charset "UTF-8";
.context h2 {
  margin: 0 0 1em; }
.context p {
  margin: 0 0 1em; }

.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; }

.people {
  width: 200px;
  float: right;
  margin-left: 30px; }

.midashi {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 0 10px;
  border-left: solid 10px #CCC; }

.photo_cap {
  color: #666;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding-top:5px;
  margin: 0 0 2em !important; }

.boxmidashi2 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  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: 57%;
      margin-right: 5%; }
    .row > div:nth-child(2) {
      width: 38%;
      margin-right: 0; }
    .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; }


.video-container {
  padding: 20px;
  background-color: #333;
  margin: 0 0 20px; }

.relatedArticle {
  margin: 1em 0; }

.relatedArticle .listView {
  font-size: 0; }

.relatedArticle .listView li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - (1% * 4) ) / 5 );
  margin: 0 1% 5px 0;
  box-sizing: border-box; }

.relatedArticle .listView li:nth-child(5n) {
  margin-right: 0; }

.relatedArticle .listView .linkBlock {
  color: inherit !important;
  display: block;
  text-decoration: none; }

.relatedArticle .listView .linkBlock::after {
  content: " ";
  display: block;
  clear: both; }

.relatedArticle .listView .thumbnail {
  float: left;
  width: 100%;
  margin: 0 0 5px; }

.relatedArticle .listView .thumbnail img {
  width: 100%;
  height: auto; }

.relatedArticle .listView .textBody .entryTitle {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.5px; }

.broslink {
  margin: 0 0 1em; }
  .broslink a {
    border: 1px solid #F90;
    display: block;
    padding: 8px 12px;
    text-align: center;
    font-size: 16px;
    color: #111 !important;
    font-weight: bold;
    border-radius: 3px;
    background: -webkit-linear-gradient(#efe457 0%, #feae31 100%);
    background: -o-linear-gradient(#efe457 0%, #feae31 100%);
    background: linear-gradient(#efe457 0%, #feae31 100%);
    text-decoration: none !important; }



.brandbox {
	width: 1000px !important;
	padding: 35px 20px 0px 0px;
	text-align: left;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #000;
	box-sizing: border-box;
	margin-top: -10px;
}
.brandbox01 {
	width: 240px;
	min-width: 240px;
	max-width: 240px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: center;
	margin-top:-20px;
	margin-bottom:13px;
}
.brandbox01 img {
	height:150px;
}
.brandbox02 {
	font-size: 12px;
	line-height: 160%;
	color: #000;
	vertical-align: middle;
	width:260px;
	min-width: 180px;
}
.brandbox03 {
    -webkit-box-flex: 1; /* Safari,Google Chrome用 */
    -moz-box-flex: 1; /* Firefox用 */
    -ms-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 400px;
	max-width: 400px;
	margin-left:10px;
}
.brandbox03 .profile_intro {
font-size: 12px !important;
color: #B20000;
}
.profile_name {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin-bottom: 10px;
}
.profile_intro {
	font-size: 12px;
	color: #333;
	line-height: 145%;
	margin-bottom: 8px;
}