@charset "utf-8";
/**
/*  
----------------------------------------------- */
html,body {
	background: -webkit-linear-gradient(left, #fff, #fff);
}
.contentsin h1{
    font-weight: 500;
    line-height: 2;
    font-size: 30px;
    color: ##05273b;
	margin:50px 0 50px;
}
.contentsin h2{
    font-weight: 500;
    line-height: 2;
    font-size: 40px;
    color: #05273b;
    background: linear-gradient(45deg, #05273b 0%, #05273b 56.9%, #05273b 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-transition: 3s;
    transition: 3s;
    -webkit-animation: titleGradient 10s infinite;
    animation: titleGradient 10s infinite;
	margin-bottom:20px;
}
.contentsin{
	margin-bottom:100px;
}
.profilebox{
	display:flex;
	color: ##05273b;
	margin-bottom:100px;
}
.profilebox .photo{
	width:25%;
	margin-right:50px;
}
.profilebox .profile{
	width:50%;
}
.photo, .profile h3{
	font-size:22px;
}
.profile h3{
	margin-bottom:10px;
	border-bottom:#05273b solid 5px;
}
.photo span, .profile h3 span{
	display:block;
	font-size:14px;
}
.profile p{
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	.contentsin h1{
    	line-height: 2;
    	font-size: 20px;
		margin:20px 0 0px;
	}
	.contentsin h2{
    	line-height: 1.5em;
   		font-size: 30px;
	}
}

@media only screen and (max-width: 480px) {
.profilebox{
	display:block;
	margin-bottom:50px;
	line-height:1.3em;
}
.profilebox .photo{
	width:60%;
	margin:0 auto 30px;
}
.profilebox .profile{
	width:100%;
}
.photo, .profile h3{
	font-size:16px;
	margin-bottom:20px;
}
.profile h3{
	margin-bottom:10px;
	border-bottom:#05273b solid 5px;
}
.photo span, .profile h3 span{
	display:block;
	font-size:12px;
}
.profile p{
	margin-bottom:10px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px){

}