@charset "UTF-8";

/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/


.textArea {
	width: 640px;
	float: left;
}
	.textArea p {
		font-weight: bold;
		margin-bottom: 30px;
		line-height: 3;
	}
	.textArea p.name {
		text-align: right;
		font-size: 2rem;
		line-height: 1.6;
	}
		.textArea p.name span {
			font-size: 1.4rem;
			display: block;
		}
.pht {
	width: 515px;
	float: right;
}





/* max 768px */
@media screen and (max-width: 768px) {

	
.textArea {
	width: 100%;
	float: none;
}
.pht {
	width: 100%;
	float: none;
}
	.pht img {
		width: 100%;
		float: none;
	}

}