@charset "UTF-8";

/*=========================================================


	Site Name   DIGITAL PAPER
	File Name   mq_page.css

	Create Date 2013/03/21
	Update Date 2015/08/26


==========================================================*/

/* Start of "Micro clearfix" */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
/* End of "Micro clearfix" */







/*  casestudy style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.line-box {
	margin: 0 0 2em;
	padding: 0 0 2em;
	border-bottom: 1px solid #dedede;
}

.c5-casestudy-box {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	width: 100%;
}
.c5-casestudy-box-left {
	margin: 0;
	padding: 0;
	border-right: 1px dotted #dedede;
}
.c5-casestudy-box-right {
	margin: 0 0 0 15px;
	padding: 0;
}

div.photo-box {
	float: left;
	display: inline;
	width: 110px;
	margin-right: 10px;
}
div.photo-box img{
	max-width: 100%;
}

div.text-box {
	float: none;
	display: block;
	width: auto;
	line-height: 1.3;
}
.c5-casestudy-box-left div.text-box {
	margin-right: 5px;
}

div.text-box h3 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 1.15em;
	font-weight: bold;
}



span.c5-mod-iconNew {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 13px;
	margin: 0 0 2px 5px;
    padding: 0;
    background: transparent url(/digital-paper/casestudy/images/icon_mark_new.png) no-repeat 0 0;
    overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

span.mod-iconPDF {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
	margin: 0 0 0 5px;
    padding: 0;
    background: transparent url(/digital-paper/share/images/icon_mark_pdf-dl.png) no-repeat 0 0;
    overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
}

@media only screen and (max-width:640px){
	 div.line-box {
		margin: 0 0 20px;
		padding: 0 10px;
		border-bottom: none;
	}

	 div.c5-casestudy-box {
		float: none;
		display: block;
		width: auto;
		margin: 0;
		padding: 0;
	}
	 div.c5-casestudy-box-left {
		margin: 0 0 20px;
		padding: 0 0 20px;
		width: auto;
		border-right: none;
		border-bottom: 1px solid #dedede;
	}
	 div.c5-casestudy-box-right {
		margin: 0 0 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #dedede;
	}

	 div.photo-box {
		float: left;
		display: inline;
		width: 110px;
		margin-right: 15px;
	}
	 div.text-box {
		float: none;
		display: block;
		width: auto;
		margin-left: 125px;
	}
	 div.c5-casestudy-box-left div.text-box {
		width: auto;
		margin-right: 0;
	}
	
}


/* index リンク色設定 */
 div.c5-casestudy-box a, 
 div.c5-casestudy-box a:link {
	text-decoration: none;
	background-color: transparent;
	color: #333;	
	cursor: pointer;
	*zoom: 1;
	*z-index: 1;
}
 div.c5-casestudy-box a:visited {
	background-color: transparent;
	color: #333;	
	cursor: pointer;
	*zoom: 1;
}
 div.c5-casestudy-box a:hover, 
 div.c5-casestudy-box a:active {
	background-color: transparent;
	color: #333;
	text-decoration:underline;
	cursor: pointer;
	*zoom: 1;
}


 div.c5-casestudy-box a h3, 
 div.c5-casestudy-box a:link h3 {
	text-decoration: none;
	background-color: transparent;
	color: #43677e !important;	
	cursor: pointer;
	*zoom: 1;
}
 div.c5-casestudy-box a:visited h3 {
	background-color: transparent;
	color: #43677e !important;
	cursor: pointer;
	*zoom: 1;
}
 div.c5-casestudy-box a:hover h3, 
 div.c5-casestudy-box a:active h3 {
	background-color: transparent;
	color: #c41230 !important;
	text-decoration: underline;
	cursor: pointer;
	*zoom: 1;
}

 div.c5-casestudy-box img {
	position: relative;
	display: inline;
	*zoom: 1;
	*z-index: -1;
}


/*  casestudy detail style
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.c5-title {
	float: left;
}

ul.c5-title-link {
    float: right;
}
.c5-title-link li {
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (max-width:640px){
	ul.c5-title-link {
		display: none;
	}
}


.s5-row__col1 .c5-detail-title {
	background: #302f2f;
	color: #FFFFFF;
	padding: 2%;
}

.s5-row__col1 .c5-detail-title .sub-title {
	display: block;
}
.s5-row__col1 .c5-detail-title .title {
	display: block;
}
.s5-row__col1 .c5-detail-title .text {
	display: block;
}
.s5-row__col1 div.c5-detail-title-img {
	display:block ;
	width: auto;
	height: auto;
}
.s5-row__col1 div.c5-detail-title-img img {
	width: 100%;
	height: 100%;
}


.s5-row__col1 div.c5-pdf_download-sp {
	background: #212020;
	color: #FFFFFF;
	padding: 2%;
	margin-top: -8px;
}


div#mod-casestudy-detail-profile {
	margin: 30px 0;
	padding: 25px;
	background: #f0f0f0;
}
div#mod-casestudy-detail-profile h3 {
	margin-top: -5px;
	font-size: 1.1em;
	font-weight: bold;
}
div#mod-casestudy-detail-profile h3 span {
	font-size: 1.6em;
	margin-right: 5px;
}
div#mod-casestudy-detail-profile h3 span br {
	display: none;
}
div#mod-casestudy-detail-profile h3 img {
	margin-top: -1.0em;
	margin-left: 15px;
	vertical-align: top;
}
div#mod-casestudy-detail-profile p {
	margin: 10px 0 0 200px;
}
div#mod-casestudy-detail-profile p.c5-390 {
	margin: 10px 0 0 390px;
}

div#mod-casestudy-detail-profile p.photo {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}
div#mod-casestudy-detail-profile p.photo img{
	width: 100%;
}

@media only screen and (max-width:640px){
	div#mod-casestudy-detail-profile {
		margin: 15px 0;
		padding: 25px;
		background: #f0f0f0;
	}
	div#mod-casestudy-detail-profile h3 {
		margin-top: 0;
		font-size: 1.1em;
		font-weight: bold;
	}
	div#mod-casestudy-detail-profile h3 span {
		font-size: 1.6em;
		margin-right: 0;
	}
	div#mod-casestudy-detail-profile h3 span br {
		display: block;
	}
	div#mod-casestudy-detail-profile h3 img {
		display: block;
		margin: 15px 0 0;
		vertical-align: text-bottom;
	}
	div#mod-casestudy-detail-profile p, div#mod-casestudy-detail-profile p.c5-390 {
		margin: 10px 0 0 0;
	}
	div#mod-casestudy-detail-profile p.photo {
		float: left;
		display: inline;
		margin: 0 10px 0 0;
		max-width: 110px;
	}
}

.c5-sub-title {
	background: #302f2f;
	color: #FFFFFF;
	padding: 1% 2%;
}

.c5-sub-contents {
	margin: 2%;
}

.c5-sub-contents ul.c5-disc{
	padding: 1%;
}

.c5-sub-contents .c5-disc li{
	list-style-type: disc !important;
}

.c5-pdf_download-pc {
	display: inline;
	float: right;
	margin-left: 1%;
}
.c5-pdf_download-sp {
	display: none;
}

@media only screen and (max-width:640px){
	.c5-pdf_download-pc {
		display: none;
	}
	.c5-pdf_download-sp {
		display: block;
	}
}

div#mod-casestudy-detail-profile--columns {
    margin: 30px 0;
    padding: 25px;
    background: #f0f0f0;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper {
	margin-top: -5px;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -5em;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper span{
	font-size: 1em;
	line-height: 1.4;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .profile-group {
	display: block;
	font-size: 1.2em;
	letter-spacing: normal;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ccc;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .profile-group em {
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .profile-text_end {
	display: inline-block;
	letter-spacing: normal;
	display: block;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col {
	float: left;
	width: 30%;
	padding-right: 3%;
	letter-spacing: normal;
	margin-bottom: 10px;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col:after {
	content: "";
	display: table;
	clear: both;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-photo {
	display: block;
	max-width: 320px;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-photo img {
	margin: 0;
	width: 100%;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-position,
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-name {
	display: block;
	line-height: 1.2;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-position {
	font-size: 1.2em;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-name {
	font-size: 1.3em;
}
div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .profile-text_end {
	text-align: right;
}
div#mod-casestudy-detail-profile--columns p{
	margin: 10px 0 0 0;
}

@media only screen and (max-width:640px){
	div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .profile-text_end {
		display: block;
		text-align: right;
	}
	div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col {
		display: block;
		width: 100%;
	}
	div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-position {
		font-size: 1em;
	}
	div#mod-casestudy-detail-profile--columns h3.mod-casestudy-detail-profile-wrapper .mod-casestudy-detail-profile-col .profile-name {
		font-size: 1.4em;
	}
}




/*  201801 casestudy index
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.c5-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.c5-float_l{
  float:left;
}
.c5-float_r{
  float:right;
}

@media only screen and (min-width:641px){
  .c5-flex{
    display: flex;
    display: -webkit-flex;
  }
}
@media only screen and (max-width:640px){
  c5-flex{
    display: block!important;
  }
}
.c5-flex__item{
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  align-self: stretch;
  -webkit-align-self: stretch;
}

.c5-spOnly_br{
  display:none;
}
@media only screen and (max-width:640px){
  .c5-pcOnly_br{
    display:none;
  }
  .c5-spOnly_br{
    display:inline;
  }
}


@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

#CaseStudies{
  /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "メイリオ", Meiryo, Osaka, sans-serif;
  font-feature-settings: 'palt';
  letter-spacing :0.05em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#CaseStudies .c5-anchorLinks__list:hover,#CaseStudies .c5-CaseStudiesLinks__list:hover,.c5-dpv__area:hover{
  opacity: .8;
  transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
}
#CaseStudies .c5-anchorLinks__list a:hover{
  text-decoration: none;
  color:#fff;
}
#CaseStudies .c5-link a:hover{
  color:#3b3b3b;
}
#CaseStudies .c5-CaseStudiesLinks__list a:hover{
  text-decoration: none;
  color:#999;
}



#CaseStudies .c5-heading1{
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
  margin: 60px 0 0;
}
#CaseStudies .c5-heading2{
  font-size: 24px;
  line-height: 1.2;
  margin: 60px 0 0;
  color: #4a4a4a;
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
}
#CaseStudies .c5-anchorLinks__area+.c5-heading2{
  margin: 80px 0 0!important;
}

#CaseStudies .c5-anchorLinks__area{
  margin:50px 0 0;
}

#CaseStudies .c5-anchorLinks{
  list-style: none;
  padding: 0;
  margin: 0 0;
}
#CaseStudies .c5-anchorLinks__list{
  /* float:left; */
  text-align: center;
  background-color: #3b3b3b;
  box-sizing: border-box;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  border: 1px solid #cecece;
  margin-right: 30px;
  width: 140px;
  height: 100px;
}

#CaseStudies .c5-link{
  background-color: #fff;
  color:#3b3b3b;
  border-color:#3b3b3b;
}

#CaseStudies .c5-anchorLinks__list:nth-child(4n){
  margin-right: 0;
}
#CaseStudies .c5-anchorLinks__list a{
  display: block;
  padding: 30px 10px;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}

#CaseStudies .c5-CaseStudiesLinks{
  list-style: none;
  padding: 0;
  margin: 0;
}
#CaseStudies .c5-CaseStudiesLinks__list{
  float:left;
  text-align: center;
  width: 260px;
  height: 260px;
  box-sizing: border-box;
  margin: 30px 30px 0 0;
}
#CaseStudies .c5-CaseStudiesLinks__list a{
  display: block;
  width: 100%;
  height: 100%;
}
#CaseStudies .c5-CaseStudiesLinks__list a img{
  display: block;
}
#CaseStudies .c5-CaseStudiesLinks__nameArea{
  display: table;
  width: 100%;
  height: 80px;
}
#CaseStudies .c5-CaseStudiesLinks__nameArea b{
  display: table-cell;
  vertical-align: middle;
  font-weight: 300;
  line-height: 1.2;
}
#CaseStudies .c5-areaBorder{
  /* border: 1px solid #333333; */
}

#CaseStudies .c5-dpv__area{
  display: inline-block;
  margin: 30px 0 0;
}
#CaseStudies .c5-dpv__area img{
  display: block;
  width:100%;
  max-width: 580px;
}

@media only screen and (max-width:640px){
  #CaseStudies .c5-anchorLinks__list{
    position: relative;
    float:none;
    margin-top: 7px;
    margin-right: 0;
    color: #4a4a4a;
    background-color: transparent;
    border: none;
    width:100%;
    height:auto;
  }
  #CaseStudies .c5-anchorLinks__list b{
    font-size: 16px;

  }
  #CaseStudies .c5-anchorLinks__list::before{
    position: absolute;
    content: "▼";
    top: 0;
    left: 0;
    font-size: 12px;
  }
  #CaseStudies .c5-anchorLinks__list.c5-link::before{
    content: "▶";
  }
  #CaseStudies .c5-anchorLinks__list a{
    padding: 0;
    text-align: left;
    text-indent: 1em;
    height:40px;
  }
  #CaseStudies .c5-heading2{
    margin-top: 80px;
  }
  #CaseStudies .c5-anchorLinks__area+.c5-heading2{
    margin-top: 50px!important;
  }
  #CaseStudies .c5-anchorLinks{
    margin-top: 25px;
  }
  #CaseStudies .c5-anchorLinks__list a:hover{
    color: #4a4a4a;
  }
  #CaseStudies .c5-anchorLinks__list:hover, #CaseStudies .c5-CaseStudiesLinks__list:hover, .c5-dpv__area:hover{
    opacity: 1;
  }
}

.c5-pickup__premargin{
  margin-bottom: 120px!important;
}
@media only screen and (max-width:640px){
  .c5-pickup__premargin{
    margin-bottom: 100px!important;
  }
}




/*  201801 casestudy detail
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/



#CaseStudyDetail{
  /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-family: "メイリオ", Meiryo, sans-serif;
  font-feature-settings: 'palt';
  letter-spacing :0.05em;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191919;
}


#CaseStudyDetail .c5-heading1{
  position: relative;
  margin: 50px 0 0;
  padding: 0 0 0 20px;
}
#CaseStudyDetail .c5-heading1 b{
  font-size: 24px;
  font-weight: 800;
}
#CaseStudyDetail .c5-heading1::before{
  position: absolute;
  content: "";
  left:0;
  bottom: 9px;
  width: 3px;
  height: 20px;
  background-color: #2f353d;
}

#CaseStudyDetail .c5-heading2{
  position: relative;
  color: #191919;
  margin: 0;
  padding: 0 0 45px 0;
  line-height: 1.1;
}
#CaseStudyDetail .c5-heading2 b{
  font-size: 50px;
  font-weight: 800;
}
#CaseStudyDetail .c5-heading2__s b{
  font-size: 30px!important;
}
#CaseStudyDetail .c5-heading2::after{
  position: absolute;
  content: "";
  left:0;
  bottom: 0;
  width: 66px;
  height: 3px;
  background-color: #2f353d;
}


#CaseStudyDetail .c5-article__area{
  margin-top: 40px;
}



#CaseStudyDetail .c5-text__area{
  box-sizing: border-box;
  width: 50%;
  padding: 0 0 0 60px;
}
#CaseStudyDetail .c5-text{
  margin: 45px 0 0;
  padding: 0;
  font-size: 16px;
  
}
#CaseStudyDetail .c5-notes{
  position: relative;
  margin: 45px 0 0;
  padding-left:1em;
  font-size: 12px;
  color: #83838f;
}
#CaseStudyDetail .c5-notes::before{
  position: absolute;
  content: "■";
  left: 0;
  top: 0;
}



@media only screen and (max-width:640px){
  #CaseStudyDetail .c5-float_l{
    float:none;
  }
  #CaseStudyDetail .c5-text__area{
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  #CaseStudyDetail .c5-heading2 b{
    font-size: 35px;
  }
}
