@charset "UTF-8";



h4{
	position:relative;
	height:40px;
	line-height:40px;
	width:500px;
	font-size:15px;
	text-align:left;
	background-color:#92aac7;
	color:#373737;

}

h4:after{
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-style:solid;
	border-color:transparent #f4f4f4 transparent transparent;
	border-width:20px 10px 20px 0;
}

div.hidari1 {
	width:380px;
	height: 150px;
	float:left;
}

div.hidari2 {
	width:380px;
	height: 80px;
	float:left;
}

div.hidari3 {
	width:380px;
	height: 10px;
	float:left;
}


div.hidari4 {
	width:800px;
	height: 80px;
    float:left;
}

div.hidari5 {
	width:800px;
	height: 150px;
    float:left;
}

div.hidari6 {
	width:800px;
	height: 200px;
    float:left;
}

body{
    background: #FFFFFF;
    -webkit-text-size-adjust: 100%;
}

div{
    width: 800px;
    margin: 0 auto;
    padding: 20px;
    padding-left: 0px;
    background: #f4f4f4;
    border-radius: 10px;
}

summary{

	font-size:25px;
	color:#4d648d;
	margin-left: 20px;
	font-weight: bold;
	outline:none;
}

h1 {
position: relative;
color: #283655;
text-shadow: 0 0 2px white;
margin-left: 85px;
margin-top: 45px;
margin-bottom: 40px;
}

p{
font-size:14px;
color:#283655;
font-weight: bold;
line-height: 150%


}





h1:before {
content: "";
position: absolute;
background: #92aac7;
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}

a.cp_btn {
	display: inline-block;
	margin-left: 20px;
	width: 130px;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4d648d;
	border: 2px solid #8593ae;
	border-radius: 3px;
	transition: .4s;

}
a.cp_btn:hover {
	background: #8593ae;
	color:#4d648d;
	font-weight: bold;
}

a:visited {
 
color:#d3d3d3;
 border: 2px solid #d3d3d3;
}

footer{
	color:#92aac7;
	font-size: 10;
    text-align:right;
    padding-right:70px;
    padding-top: 15px;

}

a.noline{
	color:#92aac7;
}
