@charset "utf-8";
html {
	font-size: 62.5%;
	}

	
body, input, button, select, textarea{
  font-family:Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2rem;
}
ol, ul {
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
p {
    margin: 0 0 1rem;
}

/* sec01 */
#page-body{
	width: 120rem;
	margin: 0 auto;
}
h1 {
	font-size: 1.6rem;
  }
  h2 {
	font-size: 1.4rem;
  }
  h3 {
	font-size: 1.2rem;
  }
  .label{
	font-size:1.1rem;
  }
  .text-center{
	text-align:center !important;
  }
  .right{
	float:right;
  }
  .left{
	float:left;
  }
  #title {
	margin-top: 2rem;
	height:8rem;
	background-color:#000000;
	color:#ffffff;
	-webkit-box-shadow:0 0.2rem 0.5rem #999999;
	box-shadow:0 0.2rem 0.5rem #999999;
  }
  #title p{
	padding:3rem 0 0.3rem;
	font-weight:bold;
	font-size:1.8rem;
  }

  .concept>.concept_ttl, .history_ttl{
	font-size: 1.6rem;
	font-weight:bold;
}
ul li{
	list-style:none;
  }
.concept p{
	text-align:left;
}
.concept .brand_name{
	padding-top:3.5rem;
}
.concept{
    margin: 4rem auto 6.8rem;
}


  /* flex */
.container:after {
    clear: both;
}
.row-fluid {
		width: 100%;
		display: flex;
		justify-content: space-between;
}
.row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* flex */


.jk_brand {
	margin: 3rem auto 0;
	width: 79.1rem;
}
.jk_brand .span4 {
    width: 38.3rem;
}

/* sec02 */

.concept > ul >li > img{
	border:1px solid #e0ddd9;
}
.profile{
	margin-bottom:7rem;
}
.profile .book{
    background-color:#f8f8f8;
	border-bottom:0.1rem solid #e0ddd9;
	height:3.5rem;
	line-height:3;
}

.profile_ttl, .history_ttl{
	border-top:0.1rem solid #e0ddd9;
}
.profile_ttl, .history_ttl img{
	padding-top:4.8rem;
}
.history_ttl{
	margin-bottom:3rem;
	padding-top:4rem;
}
.history {
	display: flex;
	flex-flow: row-reverse;
	margin: 0 auto 6rem;
	width: 109rem;
}
.history .about_img {
	width: 30rem;
}
.history .table{
	width:100%;
}
.row-fluid .span8 {
	width: 75.2rem;
}
.pull-left {
    float: left;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.table td, .table th {
    padding: 0.8rem;
    line-height:2rem;
    text-align: left;
    vertical-align: top;
    border-top: 0.1rem solid #ddd;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
/* sec02 */


.header-item__icon-item--search__button {
    top: -0.48rem;
}
 
/* for tablet */
 
@media only screen and ( min-width: 750px ) and ( max-width: 1200px ){
	html {
	 font-size: calc(10* (100vw / 1200));
	}
  }
  



/* smartphone */
@media (max-width: 767px) {
	body, input, button, select, textarea{
		font-size: calc(24* (100vw / 750));
	  }
	p {
		margin: 0 0 calc(20* (100vw / 750));
	}

	#page-body{
		padding: 0 calc(20* (100vw / 750));
		width: calc(750* (100vw / 750));
		margin: 0 auto;
		overflow-x: hidden;
	}
	h1 {
		font-size: calc(32* (100vw / 750));
	  }
	  h2 {
		font-size: calc(28* (100vw / 750));
	  }
	  h3 {
		font-size: calc(24* (100vw / 750));
	  }
	  .label{
		font-size: calc(22* (100vw / 750));
	  }

	  #title {
		margin-top: calc(20* (100vw / 750));
		height: calc(160* (100vw / 750));
		-webkit-box-shadow:0 calc(1* (100vw / 750)) calc(20* (100vw / 750)) #999999;
		box-shadow:0 calc(1* (100vw / 750)) calc(20* (100vw / 750)) #999999;
	  }
	  #title p{
		padding: calc(60* (100vw / 750)) 0 calc(60* (100vw / 750));
		font-size: calc(36* (100vw / 750));
	  }
	
	  .concept>.concept_ttl, .history_ttl{
		font-size: calc(32* (100vw / 750));
	}

	.jk_brand{
		margin-top:calc(60* (100vw / 750));
	}
	.jk_brand li {
		margin-bottom: calc(40* (100vw / 750));
	}
	.concept > ul >li >img{
		width:60%;
	}
	.concept p {
		text-align: left;
		line-height: 1.65em;
	}
	.jk_brand > li> p {
		/* margin-left: 20%;
		width: 62%; */
		margin-left: calc(155* (100vw / 750));
		width: calc(445* (100vw / 750));
	}
	.concept > ul >li > img{
		border:calc(2* (100vw / 750)) solid #e0ddd9;
	}

	.concept .brand_name{
		padding-top: calc(40* (100vw / 750));
	}
	.concept{
		margin: calc(80* (100vw / 750)) auto calc(60* (100vw / 750));
	}
	.row-fluid {
		width: calc(750* (100vw / 750));
		margin-left: calc(-20* (100vw / 750));
		flex-wrap: wrap;
	}
	.row-fluid [class*=span], .uneditable-input[class*=span], [class*=span] {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*=span] {
		min-height: calc(60* (100vw / 750));
	}

/* sec02 */
	.history .about_img {
		width: calc(600 * (100vw / 750)) !important;
		margin: 0 auto calc(60* (100vw / 750));
	}
	.history_ttl {
		margin-bottom: calc(60* (100vw / 750));
		padding-top: calc(80* (100vw / 750));
	}

	.profile_ttl, .history_ttl {
		border-top: calc(2* (100vw / 750)) solid #e0ddd9;
	}

	.profile{
		margin-bottom: calc(140* (100vw / 750));
	}
	.profile .book{
		border-bottom:calc(20* (100vw / 750)) solid #e0ddd9;
		height:calc(70* (100vw / 750));
		line-height:3;
	}
	
	.profile_ttl, .history_ttl img{
		padding-top:calc(96* (100vw / 750));
	}

	.history {
		margin-bottom: calc(120* (100vw / 750));
		margin-left: 0;
	}
	.history .table{
		width:95%;
	}
	
	.row-fluid .span8 {
		width: 100%;
	}
	
	.table td, .table th {
		padding:calc(23* (100vw / 750));
		line-height:2rem;
		text-align: left;
		vertical-align: top;
		border-top: calc(1* (100vw / 750)) solid #ddd;
	}

}

