

h3{
	font-size: 1.2em;
	font-weight: bold;
}



@media screen and (max-width:480px){

.aw_width_biography20{
	width: 90%;
	margin: 0 auto;
}

.aw_width_biography80{
	width: 100%;
	margin: 0 auto 30px;
	border-top: solid #555 1px;
	padding-top: 10px;
	line-height: 1.7em;
}
	
.greeting_width{
	width: 90%;
	margin: 0 auto;
	}
	
.greeting_width p{
	line-height: 1.7em;
	}

	.biography_mb80_sp{
		margin-bottom: 80px;
	}
	
	.biography_title2{
		border-left: solid #0E12A6 5px;
		padding: 0.25em 0.5em;
	}
	
	.biography_photo{
		width:100%;
		margin: 30px auto;
	}
	
	.biography_photo_flex{
		display: block;
	}
	
	.biography_photo_flex_left{
		width:100%;
		margin-bottom: 10px;
	}
	
	.biography_photo_flex_right{
		width:100%;
		margin-bottom: 10px;
	}
	
	.biography_photo_float_r{
		margin-top: 10px;
		margin-left: 0px;
		width: 100%;
	}
	

/* 略歴折り畳み */
.biography_list_folding {
  max-width: 300px;
  width: 100%;
  margin: auto;
  text-align: center;
}

/* 本文を隠す高さを指定 */
.biography_list_folding .biography_list_folding_on {
  position: relative;
  height: 200px;
  overflow: hidden;
}

/* もっと見るボタンで高さを自動に */
.biography_list_folding .biography_list_folding_on.active {
  height: auto;
}

/* 透過グラデーションをposition指定 */
.biography_list_folding .biography_list_folding_on::before {
  content: ""; 
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 90%);
  position: absolute;
  top: 0;
  left: 0;
}

/* もっと見るボタンで透過グラデーションを解除 */
.biography_list_folding .biography_list_folding_on.active::before {
  background: none;
}
	
	.biography_list_text{
		font-size: 0.9em;
		width: 90%;
		margin: 0px auto 20px;
	}
	
	.biography_img_text{
		font-size: 0.8em;
		text-align: left;
	}
	
	
}

.biography_list_folding button {
  font-size: 1.2em;
}


@media screen and (min-width:481px){
	
.aw_width_biography20{
	width: 20%;
}

.aw_width_biography80{
	width: 80%;
	border-left: solid #555 2px;
	padding-left: 10px;
}
	
.greeting_width p{
	line-height: 1.7em;
	}
	
	.brs_section_loop ul{
		margin-bottom: 80px;
	}
	
	.biography_list{
		margin-bottom: 100px;
	}
	
	.biography_title2{
		border-left: solid #0E12A6 5px;
		padding: 0.25em 0.5em;
	}
	
	.biography_photo{
		width:95%;
		max-width: 600px;
		margin: 30px auto;
	}
	
	.biography_photo_flex{
		display: flex;
	}
	
	.biography_photo_flex_left{
		width:50%;
		margin: 0 5px 10px 0;
	}
	
	.biography_photo_flex_right{
		width:50%;
		margin: 0 0 10px 5px;
	}
	
	.biography_photo_float_l{
		float: left;
		margin-top: 10px;
		margin-right: 20px;
	}
	
	.biography_photo_float_r{
		float: right;
		margin-top: 10px;
		margin-left: 20px;
		width: 50%;
	}
	
	.biography_list_text{
		font-size: 0.9em;
	}
	
	.biography_img_text{
		font-size: 0.75em;
		text-align: left;
	}
	
	.biography_list_folding button {
	  display: none;
	}
} 
