@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, address, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	font-style: normal;
}

body {
	color: #2b2b2b;
	font-family: "メイリオ", Meiryo, arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 16px;
	line-height: 1.8;
	background-repeat: no-repeat;
	background-position: center top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: 0.3s;
}
a img{
	transition: 0.3s;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
.clear {
	clear: both;
}
.clearfix:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
img {
	border: none;
	vertical-align: top;
}
a:hover img {
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
a:link, a:visited, a:active {
	color: #4F91CA;
	text-decoration: underline;
}
a:hover {
	color: #285C88;
	text-decoration: none;
}
.pad-bot10 {
	padding-bottom: 10px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot50 {
	padding-bottom: 50px;
}
.margin-bot0 {
	margin-bottom: 0px;
}
.margin-bot5 {
	margin-bottom: 10px;
}
.margin-bot10 {
	margin-bottom: 10px;
}
.margin-top-10 {
	margin-top: -10px;
}
.margin-bot20 {
	margin-bottom: 20px;
}
.margin-bot24 {
	margin-bottom: 24px;
}
.margin-bot30 {
	margin-bottom: 30px!important;
}
.margin-bot50 {
	margin-bottom: 50px;
}
/*************
全体
*************/
#sub-wrapper, .topContents{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#sub-wrapper:after, .topContents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
/*************
/* ヘッダー
*************/
header {
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
}
header:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#headTitle {
	width: 608px;
	float: left;
}
#headerAddress {
	float: right;
	text-align: right;
	line-height: 1.4;
	color: #3988E3;
	font-size: 14px;
}
header a:link, header a:visited, header a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
header a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/*************
ナビゲーション
*************/
#gNavi {
	background-image: url(../images/bg_head.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	min-height: 35px;
	padding-top: 25px;
	margin-top: -20px;
	margin-bottom:40px;
}
#gNavi ul {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#gNavi ul li {
	background-image: url(../images/navi_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	float: left;
	margin-right: 30px;
}
#gNavi a:link {
	color: #FFF;
}
#gNavi a:visited {
	color: #FFF;
}

/*************
コンテンツ
*************/
#contents {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
#contents:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
#mainBox {
	background-color: #FFF;
}
/*************
メイン
*************/
.contntsBox {
	width:960px;
	margin:0 auto 40px auto;
}
.contntsBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
	overflow:hidden;
}
main {
	width: 680px;
	float: left;
	margin-right: 40px;
	clear: both;
}
.txtBox {
	padding-bottom: 40px;
}
.txtBox:last-child {
	padding-bottom: 0px;
}
.txtBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtBox p {
	margin-bottom: 16px;
}
.txtBox p:last-child {
	margin-bottom: 0px;
}
.txtSubBox {
	padding-bottom: 34px;
}
.txtSubBox:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.txtSubBox:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}
.txtSubBox p {
	margin-bottom: 15px;
}
.txtSubBox p:last-child {
	margin-bottom: 0px;
}


/*************
/* フッター
*************/
footer {
	background-color: #328BE7;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	margin-top: 60px;
	font-size: 14px;
}
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}

/*************
/* その他
*************/
.title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #FFFFFF;
}
.small {
	font-size: 85%;
	line-height: 1.5;
}
.headline1 {
	font-weight: bold;
	font-size: 22px;
	background-image: url(../images/bg_hl.gif);
	padding-top: 7px;
	padding-bottom: 5px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 40px;
	color: #FFFFFF;

}
.headline2 {
	background-image: url(../images/headline2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 20px;
	color: #4F91CA;
	margin-bottom: 16px;
	min-height: 38px;
	padding-right: 0px;
	line-height: 1.2;
	padding-top: 10px;
}
.headline3 {
	font-size: 18px;
	color: #AE9B58;
	margin-bottom: 10px;
	background-image: url(../images/headline3.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
}
.imgRight {
	margin-left: 20px;
	float: right;
}
.imgLeft {
	margin-right: 13px;
	float: left;
}
.large {
	font-size:18px;
}
.center {
	text-align:center;
}
.btnBox {
	position: relative;
}
.btn {
	text-align: center;
	font-size: 28px;
}
.click {
	position: absolute;
	top:60px;
	right:250px;
}
a.btn  {
	background-color: #3988E3;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 12px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	box-shadow: 0 4px 0 #1A5091;
	-webkit-box-shadow: 0 4px 0 #1A5091;
	display: block;
}
 a.btn:link {
	color: #FFF;
	text-decoration: none;
}
 a.btn:hover {
	background-color: #85A5CB;
	box-shadow: 0 4px 0 #5C7DA4;
	-webkit-box-shadow: 0 4px 0 #5C7DA4;
}
.red {
	color: #FF0002;
}
#thanks {
	font-size:18px;
	text-align:center;
	color:#FF0002;
	font-weight: bold;
}
#vBnr {
	width: 150px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
	z-index:1;
}
#insta {
	width: 150px;
	height: 240px;
	position: fixed;
	left: 0;
	top: 0;
	z-index:2;
}