@charset "utf-8";
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em;/*上下 左右の余白*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #0065CC;/*左線*/
	margin-bottom: 1em;
}
h2,h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 700;
}
h2 {
	width: 80%;
	text-align: center;
	padding: 0.5em;
	margin: 0 auto 1.5em;
	background-color: #86B3E0;
    color: #FFFFFF;
}
h3 {
    color: #4774A2;
	margin-bottom: 0.5em;
}
h4 {
	width: 98%;
    color: #5DC2D0;
	margin-left: 0.5em;
	line-height: 1.1em;
	font-size: 1.2em;
}
sub {
	font-size: 0.6em;
    color: #000000;
}
.tex{
	width: 95%;
	margin:0.5em auto 1em;
	line-height: 1.4em;
}
b {
	font-weight: bold;
}
p,.license .list {
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0.5em;
}
.education {
	margin-bottom: 2.5em;
}
.education li {
	list-style: none;
}
.education.last {
	margin-bottom: 1em;
}
.imges .inner {
	margin:1.2em auto;
	width:95%;
	padding: 0;
	display: grid;
	grid-template-columns: 48% 48%;
	grid-column-gap: 4%;
}
.imges .inner div img{
	width:100%;
}
.imges2 .inner {
	margin:1.2em auto;
	width:95%;
	padding: 0;
	display: grid;
	grid-template-columns: 30% 64%;
	grid-column-gap: 4%;
}
.imges2 .inner div img{
	width:100%;
}
.n{
	text-align:center;
}
.mes{
		line-height: 1.5em;
}
.mes span,.kf{
		font-size: 1.1em;
		line-height: 1.5em;
}
.kf {
		font-weight: bold;
		margin-top:-2em;
}
@media screen and (min-width: 321px) {

}
@media screen and (min-width: 481px) {
	h2,h3 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
	h2 {
		width: 60%;
	}
	.ed_tex div{
		width:80%;
		margin-top:4em;
		margin-left: 2em;
		line-height: 1.5em;
	}
	.license .list{
		display: grid;
		grid-template-columns: 40% 1fr;
	}
}