@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;	/*文字サイズ*/
	line-height: 2.2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*上の隙間を10減らす*/
.mt-10{margin-top:-10px;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;		/*リンクテキストの色*/
	transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #d69700;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

a:hover .overwhite{
    filter: alpha(opacity=100);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=100)";  /* ie 8 */
    -moz-opacity:1;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 1;              /* Safari 1.x */
    opacity:1;
    zoom:1;
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding: 0;		/*上下、左右へのボックス内の余白*/
}


/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	max-width:1200px;
	width:100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;}

header img{
	width: 100%;
}

header .imgs{
	max-width: 900px;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;}
	
.headercopy{
	text-align:center;
	margin-bottom: 20px;}

.headercopy br{
	display: block;
}



/*contents
---------------------------------------------------------------------------*/

.contents{
	max-width:900px;
	width:100%;
	margin-right: auto;
	margin-left: auto;}


.contents p {
	padding-right: 5%;
	padding-left: 5%;
	margin-bottom: 10px;
}


.contents section + section {
	margin-top: 20px;
}

/*アイコン設定*/
.contents i{
	margin-right: 10px;
	color:#1E81CE;
}


/*タイトル
---------------------------------------------------------------------------*/

.contents h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.5;
}
.contents h1 span{
	font-size: 60%;}


.contents h2 {
	font-size: 24px;
	font-weight: bold;
	padding-right: 5%;
	padding-left: 5%;
    margin-top: 10px;
}

.contents h3 {
	font-size: 20px;
	font-weight: bold;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #333;
}



/*フッター設定
---------------------------------------------------------------------------*/

footer {
	width: 100%;
	clear: both;
	font-size: 12px;	/*文字サイズ*/
	color: #b8b8b8;	/*文字色*/
	background: #03070F;	/*背景色*/
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top:50px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/*リンクテキスト*/
footer a {
	color: #b8b8b8;	/*文字色*/
	text-decoration: none;
}
/*リンクのマウスオン時*/
footer a:hover {
	color: #fff;
}
footer img{
	width: 230px;
	margin-top:30px;
	margin-bottom:20px;}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
	font-size: 12px;	/*文字サイズ*/
	color: #fff;		/*文字色*/
}
/*リンクテキスト*/
#copyright a {text-decoration: none;color: #fff;}


.sh {display:none;}
.pc {display:block;}



/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){
	
body {
	line-height: 2;
}	
.contents {
	width: 94%;
	margin-right: 2%;
	margin-left: 2%;
	}	
.inner{
	width: 100%;}

.headercopy{
	text-align:left}

.headercopy br{
	display: none;
}


/*contents
---------------------------------------------------------------------------*/

.contents section{
	width: 100%;
	}
	
/*各項の設定
---------------------------------------------------------------------------*/

.contents h1 {
	font-size: 32px;
}

.contents h2 {
	margin-top:20px;
}

.contents h3 {
	font-size: 20px;
}

	


}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 15px;
	line-height: 1.8;
}
.contents h1 {
	font-size: 28px;
	text-align: left;
	letter-spacing: 0;}

.contents h2 {
	font-size: 20px;
}

.contents h3 {
	font-size: 18px;
	margin-right: 2%;
	margin-left: 2%;
	line-height: 130%;
}
.sh {display:block;}
.pc {display:none;}

}
