@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {
  box-sizing: border-box;
}

a:link,a:visited {
	color: #fff;
	text-decoration:underline;
}
a:hover,a:active {
	color: #d90909;
	text-decoration:underline;
}

.impact   {font-size:20pt; font-weight:bold;}
.impact2  {color:red;}
.impact3  {background:yellow; color:#000;}
#impact4  {underline;}
.impact5  {background:#173B50; padding:2px 5px; color:#fff;}
.impact6  {background:#f4f4f4; padding:3px; line-height:1.1;}
.impact7  {background: #B60000; padding:2px 5px; color:#fff;}
.style2   {color: #FF0000}
.style3   {color: #333333}
.style4   {color: #000000}


img{ border: none;}


/* layout
---------------------------------------------*/
/*TopIntro-Start*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1125px;
	background: rgb(23, 142, 162);
	background: linear-gradient(0deg, rgba(23, 142, 162, 1) 0%, rgba(97, 198, 195, 1) 100%);
	background-attachment: fixed;
 font-family:"Hiragino Kaku Gothic Pro",Arial,Helvetica,"游ゴシック体","Yu Gothic",YuGothic,Meiryo,Osaka,"MS PGothic",sans-serif;
  letter-spacing: 0.03em;
}


#of {
overflow: hidden;}

#main{
	
	background-position: center top;
 	background-repeat: no-repeat;
	background-size: auto 100%;
}

.container {
  max-width: 1100px;
  width: 100%;
  padding: 50px;
  margin: 0 auto;
text-align: center
}


.logotop{
margin-bottom:50px;	
}

.box{
 max-width:1000px;
 width:100%;
background-color:#3d3c3d;
	
 margin-top:50px;
margin-bottom:0px;
 
 padding:20px;
 border-radius: 10px;	
}




.bg_clear{
	
	padding-top:70px;
	padding-bottom:70px;
}



