#about .pageTitle{
	background-image: url("../img/about/pc/img_01.png");
	background-size: cover;
}

/* common start */
.section.about-speech,
.section.about-detail{
	padding: 0 0 100px;
}
.about-secheader{
	position: relative;
	margin-bottom: 30px;
}
.about-secheader h2{
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 5px;
	background-color: #fff;
	padding-right: 10px;
	color: #222222;
}
.about-secheader span{
	display: block;
	width: 100%;
	height: 2px;
	background-color: #bfd63e;
	position: absolute;
	top: 12px;
	z-index: -1;
}
/* common end */

/* rinen start */
.about-rinen p{
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 5px;
}
/* rinen end */

/* speech start */
.about-speech-content{
	display: flex;
	justify-content: space-between;
}
.about-speech-content div:first-of-type{
	width: calc( 73% - 25px );
}
.about-speech-content div:last-of-type{
	width: calc( 27% - 25px );
}
.about-speech-content div:first-of-type p{
	letter-spacing: 2px;
	margin-bottom: 15px;
}
/* speech end */

/* detail start */
.about-detail ul li{
	display: flex;
	margin-bottom: 30px;
}
.about-detail ul li h3{
	font-size: 1.8rem;
	font-weight: bold;
	width: 30%;
	background-color: #dedede;
	padding: 30px 0;
	text-align: center;
}
.about-detail ul li p{
	width: 70%;
	background-color: #f9f9f9;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.about-detail ul li p{
	width: 70%;
	background-color: #f9f9f9;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}
.about-detail ul li:last-of-type{
	margin-bottom: 0;
}
.about-detail ul li:nth-of-type(5) p{
	text-transform: lowercase;
}
/* detail end */



@media screen and (max-width:767px){
  body{
      font-size: 1.4rem;
  }
  .inner{
      box-sizing: border-box;
      width: 100%;
      padding: 0 20px;
  }
  img{
      width: 100%;
      height: auto;
  }
  .pcOnly{
		display: none;
  }
  .spOnly{
		display: block;
  }
  
	/*共通 start*/
	.section{
		padding: 60px 0;
	}
	/*共通 end*/
	
	#about .pageTitle{
		background-image: url("../img/about/sp/img_01.png");
		background-size: cover;
		background-position: bottom;
	}
	
	/* common start */
	.section.about-speech,
	.section.about-detail{
		padding: 0 0 60px;
	}
	.about-secheader{
		position: relative;
		margin-bottom: 20px;
	}
	.about-secheader h2{
		display: inline-block;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1;
		letter-spacing: 5px;
		background-color: #fff;
		padding-right: 10px;
	}
	.about-secheader span{
		display: block;
		width: 100%;
		height: 2px;
		background-color: #dedede;
		position: absolute;
		top: 9px;
		z-index: -1;
	}
	/* common end */

	/* rinen start */
	.about-rinen p{
		font-size: 2.5rem;
		font-weight: bold;
		line-height: 1.5;
		letter-spacing: 3px;
		color: #bfd63e;
	}
	/* rinen end */

	/* speech start */
	.about-speech-content{
		display: block;
		justify-content: space-between;
	}
	.about-speech-content div:first-of-type{
		width: 100%;
		margin-bottom: 30px;
	}
	.about-speech-content div:last-of-type{
		width: 100%;
	}
	.about-speech-content div:first-of-type p{
		letter-spacing: 2px;
		margin-bottom: 15px;
	}
	/* speech end */

	/* detail start */
	.about-detail ul li{
		display: block;
		margin-bottom: 30px;
	}
	.about-detail ul li h3{
		font-size: 1.4rem;
		font-weight: bold;
		width: 100%;
		background-color: #dedede;
		padding: 10px 0;
		text-align: center;
	}
	.about-detail ul li p{
		width: 100%;
		background-color: #f9f9f9;
		padding: 10px 0;
		text-align: center;
		text-transform: uppercase;
	}
	.about-detail ul li:last-of-type{
		margin-bottom: 0;
	}
	.about-detail ul li:nth-of-type(6) p{
		text-transform: lowercase;
	}
	/* detail end */

	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	