@charset "utf-8";
/**
/*  
----------------------------------------------- */
.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: #004ea2;
    background: linear-gradient(45deg, #d1e4f1 0%, #81a3e3 56.9%, #3d597a 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;
}
.message{
	line-height:2em;
	margin-bottom:100px;
}
.message_photo{
	display:flex;
	width:800px;
	margin:auto;
}
.message_photo div{
	width:50%;
}

@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: 980px) {
	.message_photo{
	display:flex;
	width:100%;
	margin:auto;
}
.message_photo div{
	width:50%;
}
}
@media only screen and (max-width: 640px) {
	
	.message{
	line-height:1.5em;
	margin-bottom:50px;
}
	.message_photo{
	display:block;
	width:100%;
	margin:auto;
}
.message_photo div{
	width:100%;
	margin-bottom:30px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px){

}