@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%);
}




/* ヘッダー１を光らせる
---------------------------------------------*/
.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}
 
.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}





/* 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: 1000px;
	
  background-image: url(../images/bg.jpg);
	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:    956px; } 
#head2 { background: url("../images/header_02.png") no-repeat top center; height:    1292px; } 



#sub1 { background: url("../images/sub_01.png") no-repeat top center; height:    244px; } 
#sub2 { background: url("../images/sub_02.png") no-repeat top center; height:    246px; } 
#sub3 { background: url("../images/sub_03.png") no-repeat top center; height:    244px; } 
#sub4 { background: url("../images/sub_04.png") no-repeat top center; height:    246px; } 
#sub5 { background: url("../images/sub_05.png") no-repeat top center; height:    244px; } 
#sub6 { background: url("../images/sub_06.png") no-repeat top center; height:    246px; } 
#sub7 { background: url("../images/sub_07.png") no-repeat top center; height:    244px; } 
#sub8 { background: url("../images/sub_08.png") no-repeat top center; height:    246px; } 
#sub9 { background: url("../images/sub_09.png") no-repeat top center; height:    244px; } 
#sub10 { background: url("../images/sub_10.png") no-repeat top center; height:    246px; } 
#sub11 { background: url("../images/sub_11.png") no-repeat top center; height:    246px; } 
#sub12 { background: url("../images/sub_12.png") no-repeat top center; height:    393px; } 
#sub14 { background: url("../images/sub_14.png") no-repeat top center; height:    316px; } 










#bg01 {

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




#form1 { background: url("../images/form_01.png") no-repeat top center; height:    1436px; } 
#form2 { background: url("../images/form_02.png") no-repeat top center; height:    1436px; } 





#koushi_waku01 { background: url("../images/koushi_01.png") no-repeat top center; height:    1010px; } 
#koushi_waku03 { background: url("../images/koushi_03.png") no-repeat top center; height:    83px; } 
#koushi_waku02 {

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


#red_waku01 { background: url("../images/redwaku_01.png") no-repeat top center; height:    72px; } 
#red_waku03 { background: url("../images/redwaku_03.png") no-repeat top center; height:    73px; } 
#red_waku02 {

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


#black_waku01 { background: url("../images/blackwaku_01.png") no-repeat top center; height:    72px; } 
#black_waku03 { background: url("../images/blackwaku_03.png") no-repeat top center; height:    73px; } 
#black_waku02 {

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



#last_waku01 { background: url("../images/lastwaku_01.png") no-repeat top center; height:    187px; } 
#last_waku03 { background: url("../images/lastwaku_03.png") no-repeat top center; height:    73px; } 
#last_waku02 {

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



  





  
#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%;
}


#container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#text {

	text-align:left;
	width:900px;
	margin:0 auto;
	font-size: 50px;
	
}



#text2 {

	text-align:left;
	width:800px;
	margin:0 auto;
	font-size: 50px;
	
}













#textwhite {

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



#texts3 {

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


.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.white {
  color: #fff;
}

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

#footer {  
	background-color: #135da4;
}
--------------------------- */

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













/* スマホ表示用の修正 */
body {
    background-position: top center;
    background-size: cover; /* 背景画像が画面に収まるように調整 */
}

#head1, #head2, #head3, #head4, #head5, #head6, #head7, #head8, #head9 {
    background-size: contain; /* 背景画像をコンテナのサイズに合わせる */
    background-position: center top; /* 画像を中央寄せに */
}

@media (max-width: 768px) {
    #texts2, #texts3 {
        margin-left: 0; /* マージンをリセット */
        width: 90%; /* 幅を90%にしてスマホ画面に収める */
    }
}
img {
	margin: 0;
	padding: 0;
	display: block;
	max-width: 100%; /* 親要素の幅に収まるようにする */
	height: auto;    /* 画像の縦横比を維持する */
  }

  
  @media (max-width: 768px) {
    body {
        background-size: cover; /* 背景画像がスマホ画面全体に収まるようにする */
    }

    #texts2, #texts3 {
        margin-left: 0; /* スマホ画面ではマージンをリセット */
        width: 90%; /* スマホ画面に収まるように幅を90%に設定 */
    }

    img {
        max-width: 100%; /* スマホ画面に合わせて画像の幅を調整 */
        height: auto; /* 画像の縦横比を維持する */
    }
}


* {
	margin: 0;
	padding: 0;
  }
  