@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-image:  url("../images/bg2.jpg");
	background-position: center top;
	background-repeat: repeat;
  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;}



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


.box{
 max-width:1000px;
 widh:100%;
 margin-top:200px;
background-color:#f4f4f4 ;

 padding:0 50px 200px 50px;

 border-radius: 30px;	
}

.form {
	position: relative;
	margin-top: 50px;
	left: 0px;
	right: 0px;
	width: 856px;
    height: 122px;
	font-size: 38px;
	line-height:3.2vw;
	font-weight: bold;
	color:#313131;
  padding:0 30px;
    background: white;
    line-height: 1.2;
    text-align: left;
    box-sizing: border-box;
	border: 1px solid #a0a0a0;
    border-radius: 8px;
	
	
}

.useicon {
font-family: FontAwesome;
    font-style: normal;
   
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn {
  position:relative;
  top:80px;
	margin-bottom:50px;

}

.btn:hover{
		opacity: 0.7;
		transition: 0.5s;
	}


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

.bg_glay{
	background-color:#f7f7f7;
	padding-top:75px;
	padding-bottom:70px;
}

.box .loginicon {
	margin-top:100px;
	margin-bottom:50px;
	text-align: center;

}
