
/*Section Common------------------*/

.sct_cnt,
.sct_cnt *{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sct_cnt img{
 vertical-align: top;
}

/*Link*/
.sct_cnt a{
  text-decoration: none;
  color: #333;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.sct_cnt a:hover{
  opacity: 0.6;
}

@media(max-width: 640px){
  .sct_cnt a{
    transition: none;
  }
  .sct_cnt a:hover{
    opacity: 1;
  }
}

/*Section------------------*/

.sct_cnt{
  padding: 12px 0 80px 0;
  width: 100%;
}
.sct_cnt_inr{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1088px;
  /*max-width: 1280px;*/
}

@media(max-width: 640px){
  .sct_cnt{
    padding: 24px 0 64px 0;
  }
  .sct_cnt_inr{
    /*padding: 0 5.3%;*/
    padding: 0 20px;
  }
  /*
  .sct_cnt_inr_swipe{
    padding: 0 0 0 20px;
  }
  */
}

/*Block------------------*/

.blc01:before,
.blc01:after{
  content: "";
  display: table;
}
.blc01:after{
  clear: both;
}
.blc01{
  zoom: 1;
  margin-top: 40px;
}
.blc01 .blc{
  float: left;
  width: 100%;
  padding: 0 0 0 1px;
}
.blc02 .blc{
  width: 50%;
}

@media(max-width: 640px){
  .blc01{
    margin: 0;
  }
  .blc01.blc_swipe{
    margin-right: -20px;
  }
  .blc01 .blc,
  .blc02 .blc{
    float:none;
    margin-top: 40px;
    padding: 0;
    width: 100%;
  }
}
.link_full-width {
	display: flex;
	align-items: stretch;
}
.link_full-width .blc {
	padding: 0;
	margin: 0;
	float: none;
}
.link_full-width .img {
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: center;
}
.link_full-width .img img {
	flex: 0 0 auto;
	min-width: 100%;
}
.link_full-width .link_cnt_btn {
	padding: 33px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	height: 100%;
}
.link_full-width .txt_inner {
	margin: auto 0;
}
.link_full-width .ttl {
	margin-top: 0;
	font-size: 20px;
	line-height: (30/20);
}
.link_full-width .link_cnt_btn .desc {
	margin-top: 8px;
}
@media(max-width: 640px){
	.link_full-width {
		margin-top: 40px;
		display: block;
	}
	.link_full-width .img {
		display: block;
	}
	.link_full-width .img img {
		width: 100%;
	}
}
/*Link Cnt Btn------------------*/

.link_cnt_btn{
  position: relative;
  width: 100%;
  background: url(/-/Media/Ricoh/Sites/co_jp/img/icon_arrow_w.png) right center no-repeat rgba(0,0,0, 0.7);
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link_cnt_btn .ttl{
  font-weight: bold;
  font-size: 18px;
}
.link_cnt_btn .desc{
  margin-top: 4px;
}
