@charset "UTF-8";
/* google font */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html, body{height: 100%;width: 100%;font-size: 62.5%;background-color: #FFFFFF;background: #FFFFFF;
	background: url("../img/bg_ptn.jpg");
    background-position: center top;
    background-repeat: repeat;
    background-size: 250px 250px;}/*font size 62.5%=10px 1.0rem=10px*/

h1 {
	color: #1e4546;
	font-size: 1.8rem;
}

h2 {
	color: #1e4546;
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.charactor_container {
	width: 100%;
	background: #FFFFFF url("../img/bg_02.png") repeat;
	padding-bottom: 10%;
}

ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-around;
	list-style: none;
	font-size: 1.5rem;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	font-weight: 300;
	padding: 40px 40px 0 40px;
}

ul li#charactor_l {
	width: 30%;
	text-align: center;
}

ul li#charactor_l img {
	width: 100%;
	border: #000000 solid 4px;
}

ul li#charactor_l .text p {
	border: #000000 solid 2px;
	margin-top: 15px;
	background: #FFFFFF;
	height: 100%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	color: #333333;
	font-weight: 400;
}

ul li#charactor_l p {
	
}




ul li.charactor_r {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	
	/*padding: 5%;*/
}

ul li.charactor_r .text p {
	margin-top: 15px;
	height: 100%;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	line-height: 2.0em;
	color: #1e4546;
	font-weight: 400;
}

ul li.haractor_r img {
	height:95%;
	padding: 5%;
}

ul li.charactor_r h1 br {
	display: none;
}



@media screen and (max-width:717px){
	ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-around;
		padding: 3% 10%;
		list-style: none;
		font-size: 1.5rem;
		line-height: 1.7em;
		letter-spacing: 0.1em;
		font-weight: 300;
		margin-top: 0;
	}

	ul li#charactor_l {
		width: 70%;
		padding: 0;
		margin: 0 auto;
	}
	
	ul li.charactor_r {
		width: 100%;
		padding: 10% 0 0 0;
		margin: 0 auto;
	}
	
	ul li.charactor_r h1 br {
	display: block;
}

}