@charset "utf-8";

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


/* common
---------------------------------------------*/
* {margin:0;padding:0;}

a:link,a:visited {
	color: #ffffff;
	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;}

/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
}


/* animation
---------------------------------------------*/
.feedInUp {
	opacity: 0;
	transform: translate(0,30px); 
	-webkit-transform: translate(0,30px); 
	transition: 1.5s;
}
.feedInUp_On {
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/* layout
---------------------------------------------*/


/*TopIntro-Start*/

/*基本設定部分
------------------------------------------------*/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	min-width: 1002px;
	
  background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	
-webkit-text-size-adjust:none;
	
  text-align:center;
  font-size:18px;
  font-family: 'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #383d5c;
}

/*メイン画像
------------------------------------------------*/

#head1 { background: url("../images/header_01.png") no-repeat top center; height:    314px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    523px; } 
#head3 { background: url( "../images/header_09.png") no-repeat top center; height:    715px; } 
#head4 { background: url("../images/header_10.png") no-repeat top center; height:    438px;
	margin-top: 20px;
} 
#head5 { background: url("../images/header_11.png") no-repeat top center; height:    688px; } 
#head6 { background: url("../images/header_12.png") no-repeat top center; height:  606px; } 
#head7 { background: url( "../images/header_14.png") no-repeat top center; height:    1166px; } 
#head8 { background: url( "../images/header09_10.png") no-repeat top center; height:    304px; } 
#head9 { background: url("../images/header_09.png") no-repeat top center; height:    px; } 


 /*フォーム部分*/
.form { background: url("../images/form.png") no-repeat top center; height:    835px; 
} 


/*サブヘッド部分
------------------------------------------------*/
#sub1 { background: url( "../images/sub1.png") no-repeat top center; height:    220px; } 
#sub2 { background: url( "../images/sub2.png") no-repeat top center; height:    300px; } 
#sub3 { background: url( "../images/sub3.png") no-repeat top center; height:    350px; }
#sub4 { background: url( "../images/sub4.png") no-repeat top center; height:    350px; }
#sub5 { background: url( "../images/sub5.png") no-repeat top center; height:    350px; }
#sub6 { background: url( "../images/sub6.png") no-repeat top center; height:    300px; }
#sub7 { background: url( "../images/sub7.png") no-repeat top center; height:    300px; }
#sub8 { background: url( "../images/sub8.png") no-repeat top center; height:    300px; }
#sub9 { background: url( "../images/sub9.png") no-repeat top center; height:    300px; }
#sub10 { background: url( "../images/sub10.png") no-repeat top center; height:    300px; }



/*--------------------------------------------------
チェックリスト設定
---------------------------------------------------*/
.checklist{
	background-color: rgb(250, 250, 245);
    font-family: "ヒラギノ角ゴ Pro W8", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "A-OTF 新ゴ Pro", "A-OTF Shin Go Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 800px;
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    list-style-type: none;
    display: block;
    padding: 40px 0px 15px;
    margin: 0px auto 0px;
    overflow: hidden;

}




/*
ul.checklist {
  border: 0px solid #ccc;
  list-style: none;
  padding-left: 100px;
	width: 800px;
	font-size: 27px;
	color: #794c3e;
	font-weight: bold;
	padding-top: 20px;
}*/
.li1 {
      background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 685px;
    border-bottom: solid 2px #DDD;
    padding: 3px 0 13px 50px;
    margin: 0px auto 15px;
    display: block;
}
.li2 {
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: 0 0px;
    width: 685px;
    padding: 3px 0 13px 50px;
    margin: 0px auto 15px;
    display: block;
}
/*--------------------------------------------------
枠設定
---------------------------------------------------*/
/*

.waku1 { background: url(  "../images/waku_05.png") no-repeat top center; height:    20px; } 
.waku2 { background: url(  "../images/waku_08.png") no-repeat top center; height:    15px; } 

.wakuwrap1{

	background-image: url( "../images/waku_06.png");		
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}
*/

/*文字装飾*/
.ul{
	background: linear-gradient(transparent 50%, #FDFA6F 50%);
	font-weight: bold;
	color: #d82e86;
}







/*背景用繰り返し
------------------------------------------------*/
.wrap {

	background-image: url("../images/wrap.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

.wrapform {

	background-image: url("../images/wrapform.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
}

/*1000の箱
------------------------------------------------*/
.container {

	text-align:left;
	width:1000px;
	margin:0 auto;
	
	
}

/*テキストボックス*/
.text {

	text-align:left;
	width:850px;
	margin:0 auto;
	padding:50px 0 ;
	
	
}
.text2 {

	text-align:left;
	width:850px;
	margin:0 auto;
	padding-bottom: 50px;
	
	
	
}

#textwhite {

	text-align:left;
	width:850px;
	margin:0 auto;
	color: #fff;
	
}

#texts2 {

	text-align:left;
	width:750px;
	position: relative;
	margin-top:170px;
	margin-left:400px;
	
	
}

#texts3 {

	text-align:left;
	width:850px;
	margin-top:250px;
	margin-left:170px;
	
	
}

.b{
	
	font-weight: bold;
}
/*.container {

	text-align:left;
	width:1200px;
	margin:0 auto;
	
	
}*/

.white {
  color: #fff;
}

.text-center {
 text-align: center;
}

/*フッター部分
------------------------------------------------*/

#footer {  
	background-color: #f08c26;
}
/*--------------------------- */

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

