@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: #4a4a4a;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4a4a4a;
	text-decoration:none;
}

.impact {
	font-size: 20pt;
	font-weight: bold;
}

.impact2 {
	color: red;
}

.impact3 {
	background: yellow;
	color: #333333;
}

#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: #333333
}


img {
	border: none;
}

iframe {
  max-width: 100%;
}

/*TopIntro-Start*/
body {
	width: 100%;
	/* height: 100%; */
	margin: 0px;
	padding: 0px;
	/* min-width: 1100px; */


	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;


	-webkit-text-size-adjust: none;
	/* アンドロイドの文字崩れを防ぐ　PCの見た目と同じ文字サイズになる
	　　アンドロイドの自動文字サイズ調整をオフにするコマンド
---*/

	text-align: center;
	font-size: 30px;
	font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #4a4a4a;
}

/* 追加分ここから */
img {
	width: 100%;
	height: auto;
}

.contents_wrapper {
	max-width: 1100px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
/* 追加分ここまで */

/* YouTube埋め込む時の指定 16:9になるように調整 */
iframe {
	width: 80%; /* 任意の横幅を指定 */
	height: auto;
	aspect-ratio: 16/9;
  }
/*ここまで */

/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/



#wrap {

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

#container {

	text-align: left;
	max-width: 1100px;
	margin: 0 auto;


}

#text {

	text-align: left;
	max-width: 850px;
	margin: 0 auto;


}

#footer {


	font-size: 15px;
}


/*AOS---*/

#mi01 {
	position: relative;
	top: 120px;

	left: -20px;
}


/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/



#wrap {

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

#container {

	text-align: left;
	max-width: 1100px;
	margin: 0 auto;
	background-image: url(../images/bg2.png);

}

#text {

	text-align: left;
	max-width: 850px;
	margin: 0 auto;


}

#footer {


	font-size: 15px;
}


/*AOS---*/

#mi01 {
	position: relative;
	top: 120px;
	;
	left: -20px;
}

.haikei {
	max-width: 1100px;
	background-image: url(../images/bg2.png);
	background-repeat: repeat;
	background-size: contain;
}