@charset "utf-8";
/* CSS Document */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body{
    margin: 0 auto;
}

/*マージン均等*/
.m5{
	margin: 5px;
}

.m10{
	margin: 10px;
}

.m20{
	margin: 20px;
}

.m30{
	margin: 30px;
}


/*マージントップ*/
.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}


.kakunin-wrap{
	width: 930px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
}

.kakunin-wrap p{
	text-align: left;
}

header{
	height: 160px;
}

header a.logo{
	display: inline-block;
	text-align: center;
	width: 570px;
	height: 110px;
	background-image: url(images/kakunin_logo.jpg);
	background-repeat:no-repeat; 
	margin: 20px 0 30px 0;
}

.kakunin-intro{
	padding: 30px 40px;
	text-align: left;
	font-size: 16px;
}


.kakunin-content-wrap{
	width: 850px;
	margin: 0 auto;
}

h2.kakunin-midashi{
	background-image: url(images/kakunin_midashi.jpg);
	background-repeat:no-repeat; 
	width:825px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	padding-left: 25px;
}

.nomal-text{
	font-size: 16px;
}

.kakunin-step:first-letter {
	font-size: 1.5em;
	color: #000255;
}

.kakunin-step{
	margin: 20px 0 0 0;
	font-weight: bold;
}

.kakunin-content-wrap img{
	margin: 30px 0 20px 0;
}

.check{
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 20px 110px 0;
}

.check:before, .check:after{
content: '';
position: absolute;
top: 65%;
display: inline-block;
width: 100px;
height: 1px;
background-color: #000255;
}

.check:before {left:0;}
.check:after {right: 0;}

footer{
	background-color: #ccc;
	font-size: 12px;
	padding: 10px;
	margin-top: 30px;
}

@media screen and (max-width:640px){
	
	img{
	max-width:100%;
	height: auto;
	width /***/:auto;
}

header{
	height: auto;
}	
	
header a.logo{
	display: inline-block;
	text-align: center;
	width: 420px;
	height: 82px;
	background-image: url(images/kakunin_logo_s.jpg);
	background-repeat:no-repeat; 
	margin: 20px 0 30px 0;
}	
	.kakunin-wrap{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}
	
.kakunin-content-wrap{
	width: 90%;
	margin: 0 auto;
}
	
	.nomal-text{
	font-size: 18px;
}
	
h2.kakunin-midashi{
	background: #32b793;
	width:100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: left;
	margin: 0;
	padding-left: 10px;
}
		
}

