@charset "utf-8";

body{
	font-family: 'Noto Sans Japanese', sans-serif;
	letter-spacing:0.8pt;
	line-height:2.0em;
}
a:link { color:#000000; text-decoration:none }

.container{
	
}

.header{
	border-top:3px solid #000;
}
.logo{
	margin:0.5em auto;
	display:block;
}
.headerNavBtn{
	text-align:center;
	height:3em;
	line-height:3em;
	color:#5F5F5F;
	font-size:16px;
}
.headerNavBtn:hover{
	background:#EEE;
}

.section{
	background: #ffffff;
	
}


.mainVisual_wrapper{

}

.mainVisual_wrapper .container{
	padding:0;
}

.mainVisual_wrapper.section{
	padding:0;
}

.col_box{
	background:#FFF;
	border-radius:3px;
	padding:15px 0 15px;
	margin-bottom:1em;
}

.copyright{
	text-align:center;
	margin:0.5em auto;
	display:block;
}

.shindan{
	text-align:center;
	margin:0.5em auto;
	display:block;
}

.footer{
	margin-top:100px;
	background:#3A3A3C;
	color:white;
}

h1{
	color:#A52A2A;
	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;

}

p.tyui{
	color:red;
	font-size:9pt;

}


div.kekkasyo{
	width:80%;
	border:solid 3px #A52A2A;
	padding:2px;
	text-align:center;
	margin:0.5em auto;
	display:block;
	letter-spacing:1.6pt;
	line-height:2.0em;
	font-size:12pt;
	color:#8B4513;

}

div.kekkasyokd{
	width:80%;
	border:solid 3px #A52A2A;
	padding:10px;
	text-align:left;
	margin:0.5em auto;
	display:block;
	letter-spacing:1.6pt;
	line-height:2.0em;
	font-size:12pt;
	color:#8B4513;

}

p.kyoutuu{
	text-align:left;
	font-size:13pt;
	line-height:1.8em;
	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 500;

}
p.kytitle{
	font-size:18pt;
	 background:#FFFFF0;
	 color:#A52A2A;
  	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  	margin-top:20px;
	  font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 600;
}


.colorpw{
	color:#8B4513;
}

p.caranm{
	font-family: 'Noto Sans Japanese', sans-serif;
  	font-weight: 900;
	font-size:50pt;
	color:#641111;
}

p.modorubtn{
	margin-top:40px;
}


button{
    background-color: rgb(54,153,203);
    border-style: none;
    border-radius: 10px;
    color: rgb(3,102,157);
    cursor: pointer;
    font-family: Impact, sans-serif;
    font-size: 28pt;
    font-weight: bold;
    padding: 10px 40px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-image:
        -webkit-gradient(linear,left top,left bottom,color-stop(25%, rgb(147,202,233)),color-stop(75%, rgb(54,153,203)) );
	    background-image:
	    -moz-linear-gradient(
	    center top,
	    rgb(147,202,233) 25%,
	    rgb(54,153,203) 75%);
	    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5);
	    border: 1px solid #669;
		box-shadow:
		1px 1px 0 rgba(255,255,255,.5) inset,0 15px 10px -10px rgba(0, 0, 0, 0.5);
		span {
		text-shadow:
		1px 1px 1px rgba(255,255,255,.3),
		-1px -1px 1px rgba(0,0,0,.3);

}
h4.knh{
	margin-left:5px;
}
