@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	/*width:100%;*/
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: 0px;
	-webkit-text-size-adjust: 100%;
	line-break: strict;
	word-wrap:break-word;
	overflow-wrap:break-word;
	}

/*
#info, #code{
    padding: 20px 40px;
    background: rgba(0, 0, 0, 0.53);
    margin-top: 50px;
    border-radius: 0 10px 10px 0;
	margin: 160px 0 0 40px;
}
*/
/*
#pname{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 80px;
	line-height:80px;
	color:#fff;
}
*/
#sub-pname{
   font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    font-size: 43px;
	line-height:55px;
	color:#fff;
	margin:20px 0 0 0;
}

img {
   vertical-align:bottom
}


/*　タイトル
----------------------------------------------------------- */
#ttl {
	background:url(../images/common/bg_ttl.png);
	height:69px;
	}
#ttl  h1{
	font-size:20px;
	color:#0065ad;
	}

/*　footer
----------------------------------------------------------- */
footer {
	background: rgba(236,237,239, 1);
    width: 100%;
    height: auto;
	padding: 0;
	}
footer  #ftr-stmp {
	 background:#33557f;
	 color:#fff;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0;
	}
footer #s04  {
	width:1100px;
	margin:0 auto;
  overflow: hidden;
	position:relative;
	}
footer   #ftr-stmp .ftr-stmp-box {
	float:left;
	padding:0 16px;
	}
.ftr-stmp-box h3 {
	border-bottom:1px solid #fff;
	padding:0 0 4px 0;
	margin:0.5em 0 0.5em 0 !important;
	}
.ftr-stmp-box ul {
	list-style:none;
	margin:0 0 0 20px !important;
	padding:0 !important;
	float:left;
	}
.ftr-stmp-box ul li {
	font-size:14px;
	margin:0 0 8px 0;
	}
.ftr-stmp-box ul li a {
	color:#fff;
	text-decoration:none;
	}
footer  #s03 {
	/*width:1000px;*/
	margin:0 auto;
	padding:0;
	overflow:hidden;
	font-size:12px;
	}
footer #s03 p.copyright {
	width:600px;
	margin:0 auto;
	text-align:center;
	}
footer img{
	position:absolute;
	bottom:0px;
	left: 15px;
	}

/*　Page Top
----------------------------------------------------------- */
#PageTop {
	position:fixed;
	bottom:5%;
	right:2%;
    background-color: #002b60;
	background: rgba(0,43,96, 0.8);
	display:block;
	width:50px;
	height:50px;
	border-radius: 0.5em;
	text-align:center;
	line-height:1em;
	padding:8px 0 0 0;
}
#PageTop a {
	    color: #fff;
		text-decoration:none;
		font-size:12px;
		}

/*　h1の間隔調整
----------------------------------------------------------- */
.h1_margin_bottom{
	margin-bottom: 25px!important;
}
.h1_margin_bottom2{
	margin: 45px 0 20px!important;
}
.h1_margin_top{
	margin: 30px 0 10px!important;

}
.privacy_h2{
	margin: 25px 0 0px!important;
	padding: 0!important;
}
.pointer{
	cursor:pointer;
}
