@charset "UTF-8";

/* 
==========================================
base
==========================================
*/
#contentsarea *, #contentsarea *:before, #contentsarea *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 
==========================================
main structure
==========================================
*/
#contentsarea {
	position: relative;
	background-image: none;
	z-index: 1;
}
#contentsarea:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 6000px;
	height: 251px;
	background: #a9d6f9;
	z-index: -2;
}
#contentsarea:after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 50%;
	width: 6000px;
	height: 251px;
	background: url("../../images/bg_main_top.jpg") center top repeat-x;
	z-index: -1;
}
#contentsarea-innerwrap {
	background-image: url("../../images/bg_catch.jpg");
}
#contentsarea-innerwrap2 {
	width: 980px;
}
#contentsarea-innerwrap2,
#contentsarea-innerwrap3,
#contentsarea-innerwrap4,
#footerarea-innerwrap,
#mainarea,
#mainarea-innerwrap {
	background: none;
}
#mainarea {
	width: 980px;
}
#primary {
	width: 740px;
}
#secondary {
	width: 200px;
}

/* 
==========================================
common
==========================================
*/
p {
	margin: 21px 0 0 0;
	line-height: 1.6;
}

/* 
==========================================
sub structure & style
==========================================
*/ 
/* ---------------------------------------------------------------
mainarea
----------------------------------------------------------------*/
/* ==== catch ==== */
#catch {
	position: relative;
	height: 251px;
	overflow: hidden;
}
#catch ul,
#catch li {
	margin: 0;
	padding: 0;
}
#catch .bxslider > li {
	height: 251px;
	text-align: center;
}
.bx-wrapper .bx-pager {
	bottom: 10px;
}
.bxs-next,
.bxs-btn_return2top,
.bxs-btn_gopage {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-indent: -9999px;
	overflow: hidden;
}
.bxs-next .label,
.bxs-btn_return2top .label {
	display: inline-block;
}
.bxs-next a,
.bxs-next input[type="button"],
#btn_return-top,
#btn_gopage {
	position: relative;
	display: block;
	margin: 0 0 10px 570px;
	outline: 0;
	width: 60px;
	height: 28px;
	background: #620c0c url("../../images/btn_arrow_nextdown.png") 50% 10px no-repeat !important;
	text-indent: -9999px;
	z-index: 9999;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#btn_return-top {
	margin-left: 560px;
	background: #620c0c url("../../images/btn_arrow_return2top.png") 50% 6px no-repeat !important;
}
#btn_gopage {
	margin: 0 0 40px 480px;
	padding: 0 15px 0 25px;
	width: auto;
	color: #fff;
	background: #620c0c url("../../images/btn_arrow_gopage.png") 6px 8px no-repeat !important;
	text-indent: 0;
}
.bxs-next a:hover,
.bxs-next input[type="button"]:hover,
#btn_return-top:hover,
#btn_gopage:hover {
	background-color: #9b9835 !important;
	background-position: 50% 12px !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
#btn_return-top:hover {
	background-position: 50% 4px !important;
}
#btn_gopage:hover {
	background-position: 8px 8px !important;
}
.bxs-next a:hover:before,
.bxs-next input[type="button"]:hover:before {
	color: #fff;
}

/* ==== メッセージ ==== */
#message {
	position: relative;
	margin: 32px 0;
	padding: 14px 0 0 112px;
	height: 304px;
	overflow: hidden;
}
#message h2 {
	position: absolute;
	top: 0;
	left: 20px;
}
#message .txt {
	height: 290px;
	background: url("../../images/txt_message.png") left top no-repeat;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
#message p {
	margin: 0 0 1em;
	position: absolute !important;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}

/* ==== サービスメニュー ==== */
.menulist.clmn1 .item-wrap,
.menulist.clmn2 .item-wrap,
.menulist.clmn3 .item-wrap {
}

.menulist.clmn1 .item,
.menulist.clmn2 .item,
.menulist.clmn3 .item {
	margin-bottom: 18px;
	position: relative;
	color: #fff;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	border: 1px solid #08143d;
}
.menulist.clmn1 .item:hover,
.menulist.clmn2 .item:hover,
.menulist.clmn3 .item:hover {
	border: 1px solid #9b9835;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.menulist.clmn1 .item .img,
.menulist.clmn2 .item .img,
.menulist.clmn3 .item .img {
	position: relative;
	display: block;
	height: 110px;
	overflow: hidden;
}
.menulist.clmn1 .item .img img,
.menulist.clmn2 .item .img img,
.menulist.clmn3 .item .img img {
	position: absolute;
	top: 0;
	left: 0;
}
.menulist.clmn1 .item:hover .img img,
.menulist.clmn2 .item:hover .img img,
.menulist.clmn3 .item:hover .img img {
	position: absolute;
	margin-top: -20px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.menulist.clmn1 .item .txt,
.menulist.clmn2 .item .txt,
.menulist.clmn3 .item .txt {
	position: absolute;
	padding: 25px 15px 6px;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(8,20,61,0.8);
	text-shadow: 0px 0px 13px #000;
	/*background: rgba(255,255,255,0.95);*/
	/*background: rgba(0,0,0,0.8);*/
	/*height: 100%;
	background: rgba(0,0,0,0.2);*/
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.menulist.clmn1 .item:hover .txt,
.menulist.clmn2 .item:hover .txt,
.menulist.clmn3 .item:hover .txt {
	padding: 10px 15px 0;
	height: 36px;
	/*background: rgba(8,20,61,0.8);*/
	background: rgba(155,152,53,0.9);
	text-shadow: 0px 0px 0px transparent;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}
.menulist.clmn1 .item h3,
.menulist.clmn2 .item h3,
.menulist.clmn3 .item h3 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 16px;
}
.menulist.clmn1 .item p,
.menulist.clmn2 .item p,
.menulist.clmn3 .item p {
	margin: 0;
}
.menulist.clmn1 .item:hover p,
.menulist.clmn2 .item:hover p,
.menulist.clmn3 .item:hover p {
	display: none;
	/*transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;*/
}
.menulist.clmn1 .item:hover img,
.menulist.clmn2 .item:hover img,
.menulist.clmn3 .item:hover img {
	opacity: 1.0;
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}

/* ==== トピックス ==== */
#topics {
	margin: 48px 0 18px;
}
#topics h2 {
	position: relative;
	padding: 0 0 8px 0;
	font-size: 18px;
	*font-size: 128%;
	border-bottom: 1px solid #000;
}
#topics h2:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -1px;
	width: 130px;
	border-bottom: 1px solid #791410;
}
#topics dl {
	margin: 12px 0 0 4px;
	width: 740px;
}
#topics dt {
	clear: left;
	margin: 0;
	padding: 6px 0;
	width: 130px;
	color: #666;
	font-weight: normal;
	float: left;
}
#topics dd {
	margin: 0;
	padding: 6px 0 6px 130px;
}

/* ---------------------------------------------------------------
subarea
----------------------------------------------------------------*/
#secondary {
	padding-top: 35px;
}
#secondary .section {
	margin-bottom: 10px;
	padding-bottom: 1px;
}
#secondary .section ul,
#secondary .section ol,
#secondary .section dl,
#secondary .section p {
	margin: 10px 15px;
	font-size: 12px;
	line-height: 1.35;
}

#secondary .section dl {
	width: 170px;
}
#secondary .section dt {
	clear: left;
	margin: 0;
	width: 34px;
	font-weight: normal;
	float: left;
}
#secondary .section .list-sch-2 dt {
	width: 68px;
}
#secondary .section dd {
	margin: 0;
	padding: 0 0 0 34px;
}
#secondary .section .list-sch-2 dd {
	padding-left: 68px;
}

#sd-asm {
	background: #7f0f0a;
}
#sd-seminar {
	background: #ffee00;
	/*background: #f5efdd;*/
}
#sd-seminar h3 {
	margin-top: 10px;
}
#sd-seminar h4 {
	/*margin: 6px 15px 15px;セミナー1種類の時*/
	margin: 0 15px;
	font-size: 15px;
	line-height: 1.3;
}
#sd-seminar h4 a {
	color: #000;
}

#sd-vstsrvs {
	background: #eee;
}