@charset "shift_jis";

/* Top style (for PC)
---------------------------------------------------------- */



/* !topList01
---------------------------------------------------------- */
.topList01 { margin-bottom: 30px;}
    .topList01 li {
        position: relative;
    	float: left;
		margin-left: 5px;
		padding-right: 2px;
		z-index: 9999;
	}
	.topList01 li.catch01 {
		width: 449px;
		margin-left: 0;
	}
	.topList01 li.catch02 { width: 221px;}
	.topList01 li.catch03 {
		width: 219px;
		margin-left: 6px;
		padding-right: 0;
	}
	.topList01 li:before {
		content: "";
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 5px;
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}
	.topList01 li.catch01:before { background: #0c8bd3;}
	.topList01 li.catch02:before { background: #fd8e20;}
	.topList01 li.last:before { display: none;}

.catchBox01 {
	position: relative;
	padding: 8px;
	border: 1px solid #d1cfcf;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 0 1px rgba(4,0,0,.25);
	-moz-box-shadow: 1px 1px 0 1px rgba(4,0,0,.25);
	box-shadow: 1px 1px 0 1px rgba(4,0,0,.25);
	z-index: -1;
}
.topList01 li.catch01 .catchBox01 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 0%, rgb(137,211,253) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(137,211,253))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(137,211,253) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(137,211,253) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(137,211,253) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#89d3fd',GradientType=0 ); /* IE6-9 */
}
.topList01 li.catch02 .catchBox01 {
	padding: 8px 8px 8px 8px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,255,255) 0%, rgb(253,224,33) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(253,224,33))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(253,224,33) 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(253,224,33) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,255,255) 0%,rgb(253,224,33) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fde021',GradientType=0 ); /* IE6-9 */

}
.topList01 li.catch03 .catchBox01 {
	padding: 0;
	border: 2px solid #d1cfcf;
	background-image: none;
	box-shadow: none;
}
	.catchBox01 dl {}
		.catchBox01 > dl > dt {
			margin-bottom: 13px;
			padding: 5px 0 0 8px;
		}
		.topList01 li.catch03 .catchBox01 > dl > dt {
			margin-bottom: 7px;
			padding: 6px 0;
			background-color: #e6e6f6;
			text-align: center;
			line-height: 0;
		}
		.catchBox01 dl dd {}
			.catchBox01 dl dd a { display: block;}
		.topList01 li.catch03 .catchBox01 > dl > dd { padding: 0 10px 6px;}
			.catchBox01 .listColWrap01 { overflow: hidden;}
				.catchBox01 .listColWrap01 .col01 {
					float: left;
					margin-right: 7px;
					padding-right: 7px;
					border-right: 1px solid #d1cfcf;
				}
				.catchBox01 .listColWrap01 .col02 { float: left;}
					.catchBox01 .catchBtn01 { margin-bottom: 5px;}
						.catchBox01 .listColWrap01 .col01 a,
						.catchBox01 .listColWrap01 .col02 a{ display: block;}
					.catchBox01 .textCatch01 {
						padding: 9px 5px;
						background-color: #f3f3f7;
					}
						.catchBox01 .catchTxt01 {
							padding: 0 5px 8px;
							border-bottom: 1px solid #d1cfcf;
						}
    					.catchBox01 .catchQandA {
                            position:relative;
							margin: 5px 5px 0;
							padding-left: 20px;
							height: 65px;
							background: url(/commons/img/top/ico_question01.png) 0 2px no-repeat;
							line-height: 1.7;
						}
    						.catchBox01 .catchQandA dt span {
    							position: relative;
								display: block;
								margin-top: 3px;
								padding-left: 8px;
                                cursor:pointer;
							}
                            .catchBox01 .catchQandA span:hover {
                                text-decoration:underline;
							}
							.catchBox01 .catchQandA span:before {
								content: "";
								position: absolute;
								top: 7px;
								left: 0;
								border: solid transparent;
								border-left-color: #7276b8;
								border-width: 3px 5px;
							}
            				.catchBox01 .catchQandA dd {
                                display:none;
                                background:url("/commons/img/top/bg_eb02.png") no-repeat scroll 50px 0;
                                left: -10px;
                                padding: 10px 0 0;
                                position: absolute;
                                top: 65px;
                                z-index: 3;
    						}
                				.catchBox01 .catchQandA dd p {
                                    display:block;
                                    background: #41439c url("/commons/img/top/ico_eb02.png") no-repeat scroll 10px 17px;
                                    color: #fff;
                                    padding: 15px 12px 10px 32px;
                                    position: relative;
                                    width: 195px;
        						}

/* !bannerCarousel01
---------------------------------------------------------- */
.bnrCarousel01 { position: relative;}
	.bnrCarousel01 .carousel01 {}
		.bnrCarousel01 .carousel01 li {}
		.bnrCarousel01 .carousel01 li.first {}
			.bnrCarousel01 .carousel01 a {}
	.owl-theme .owl-controls .owl-buttons {}
		.owl-theme .owl-controls .owl-buttons div {
			display: block;
			position: absolute;
			top: 50%;
			width: 28px;
			height: 50px;
			text-indent: -9999px;
            border-radius: 0;
            margin:-33px 0 0;
            padding:0;
            font-size:100%;
            opacity: 1;
		}
		.owl-theme .owl-controls .owl-buttons div.owl-prev {
			left:3px;
			background: url(/commons/img/top/btn_slider01.png) 0 0 no-repeat;
		}.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
            left:6px;
		}
		.owl-theme .owl-controls .owl-buttons div.owl-next {
			right: 7px;
			background: url(/commons/img/top/btn_slider02.png) 0 0 no-repeat;
		}.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
            right: 10px;
		}
	.owl-theme .owl-controls {
		margin-top: 0;
		text-align: center;
		line-height: 100%;
	}
        .owl-theme .owl-controls .owl-pagenation{
            margin-top:-6px;
        }
		.owl-theme .owl-controls .owl-page {
			display: inline-block;
			vertical-align: top;
			padding: 0 4px;
			zoom: 1;
		}
			.owl-theme .owl-controls .owl-page span {
				display: block;
				width: 8px;
				height: 8px;
				background-color: #bebdbd;
				-webkit-border-radius: 100%;
				-moz-border-radius: 100%;
				border-radius: 100%;
                opacity: 0.7;
                margin:0;
			}
			.owl-theme .owl-controls .owl-page.active span { background-color: #006CB8;}

/* !serviceList01
---------------------------------------------------------- */
.serviceList01 {}
	.serviceList01 li {
		overflow: hidden;
		float: left;
		width: 219px;
		height: 206px;
		margin-right: 8px;
		background-color: #9cedef;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.2);
		-moz-box-shadow: -1px 1px 3px rgba(0,0,0,.2);
		box-shadow: -1px 1px 3px rgba(0,0,0,.2);
	}
	.serviceList01 li.last { margin-right: 0;}
		.serviceList01 li a {
			position: relative;
			display: block;
			height: 206px;
			color: #333;
			text-decoration: none;
			background: url(/commons/img/top/bg_top01.png) left bottom no-repeat;
			-webkit-border-radius: 0 0 5px 5px;
			-moz-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
			font-family: "‚l‚r ‚oƒSƒVƒbƒN","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans","Hiragino Kaku Gothic Pro","Meiryo",arial,helvetica,clean,sans-serif;
		}
		.serviceList01 li .serviceImg01 {}
		.serviceList01 li dl {
			padding: 5px 15px 3px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
		}
		.serviceList01 li.service03 dl { padding: 9px 10px 0;}
			.serviceList01 li dl dt {
				font-size: 20px;
				font-size: 2.0rem;
				color: #231815;
				font-weight: bold;
				font-family: "mplus-2p-bold";
				line-height: 1.3;
			}
			li.service03 dl dt {
				margin-top: 3px;
				font-size: 15px;
				font-size: 1.5rem;
			}
			.serviceList01 li dl dd .txtNum01 {
				font-size: 16px;
				font-size: 1.6rem;
				line-height: 1.2;
			}
			.serviceType{ margin-top: 3px;
			}
			.icoLink01 {
				position: absolute;
				right: 12px;
				bottom: 13px;
			}
			@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
				@media{
					li dl dt {
						font-size: 15px;
						font-size: 1.5rem;
					}
					li.service03 dl dt {
						margin: 1px 0 5px;
						font-size: 13px;
						font-size: 1.3rem;
					}
					.serviceList01 li dl dd {
						font-size: 11px;
						font-size: 1.1rem;
						line-height: 1.4em;
					}
					.serviceList01 li dl dd .txtNum01 {
						font-size: 14px;
						font-size: 1.4rem;
					}
				}
			}

/* !supportCol01
---------------------------------------------------------- */
.supportCol01 { margin: 12px 0 13px;}
	.supportCol01 .col01 { float: left;}
	.supportCol01 .col02 { float: right;}

	.supportInfo01 {
		padding: 1px;
		width: 446px;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.2);
		-moz-box-shadow: -1px 1px 3px rgba(0,0,0,.2);
		box-shadow: -1px 1px 3px rgba(0,0,0,.2);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		.supportInfo01 > dl {}
			.supportInfo01 > dl > dt {
				overflow: hidden;
				margin-bottom: 12px;
				padding: 5px 0 5px 15px;
				border-bottom: 1px solid #c3d0df;
				font-size: 16px;
				font-size: 1.6rem;
                position:relative;
			}
				.supportInfo01 > dl > dt span {
					float: right;
					margin: 5px 15px 0 0;
					padding-right: 20px;
					font-size: 12px;
					font-size: 1.2rem;
					color: #666;
					font-weight: normal;
					background: url(/commons/img/cmn/ico_arrow06.png) right center no-repeat;
				}
			.supportInfo01 > dl > dd { padding: 0 15px;}
				.supportInfo01 > dl > dd ul li { margin-bottom: 12px;}
					.supportInfo01 .dl_info01 {}
						.supportInfo01 .dl_info01 dt {
							float: left;
							padding: 1px 0;
							text-align: center;
							min-width: 86px;
							font-size: 11px;
							font-size: 1.1rem;
							font-weight: bold;
							color: #fff;
						}
						.supportInfo01 .dl_info01 dt.campaign { background-color: #e94646;}
						.supportInfo01 .dl_info01 dt.what_new { background-color: #006bb6;}
						.supportCol01 .col02 .supportInfo01 .dl_info01 dt { background-color: #62a75e;}
						.supportInfo01 .dl_info01 dd { padding-left: 108px;}
							.supportInfo01 .dl_info01 {}
									.supportInfo01 .dl_info01 a .info_new {
										margin: 0 10px 0 0;
										padding: 2px 5px 2px;
										background: red;
										font-weight: bold;
										color: #fff;
										font-size: 9px;
										font-size: 0.9rem;
									}
							.supportInfo01 .dl_info01 .date01 {
								margin-left: -8px;
								font-size: 13px;
								font-size: 1.3rem;
							}
.hosyuBanner {margin-top:5px;}                            

/* !contactBox
---------------------------------------------------------- */
.contactBox01 {
	position: relative;
	padding: 6px;
	border: 6px solid #dce7f2;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	.contactBox01 .col01 {
		float: left;
		padding: 7px 0 0 80px;
	}
		.contactBox01 .col01 .imgContact01 {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 74px;
			height: 94px;
		}
		.contactBox01 .col01 .txtContact01 {
			margin-bottom: 10px;
			font-weight: bold;
			color: #231815;
		}
		.contactBox01 .col01 .contactLink01 {
			padding-left: 17px;
			background: url(/commons/img/cmn/ico_arrow06.png) 0 center no-repeat;
		}
			.contactBox01 .col01 .contactLink01 a { color: #666;}
	.contactBox01 .col02 {
		float: right;
		border-left: 1px solid #dce7f2;
	}
	.contactBox01 .col02 a {
		overflow: hidden;
		display: block;
		padding: 10px 0 10px 20px;
	}
		.contactBox01 .col02 .contact01 {
			float: left;
			margin-right: 20px;
		}
		.contactBox01 .col02 .contact01.type01 { margin-right: 5px;}


/* !serviceLineup01
---------------------------------------------------------- */
.serviceLineup01 { margin-bottom: 20px;}
	.serviceLineup01 .col01 {
		float: left;
		padding-right: 30px;
		width: 677px;
		border-right: 1px solid #d1cfcf;
	}
		.serviceLineup01 .col01 > dl {}
			.serviceLineup01 .col01 > dl > dt,
				.serviceLineup01 .col02 > dl > dt {
					overflow: hidden;
					margin-bottom: 10px;
					padding: 0 0 5px 10px;
					border-bottom: 1px solid #d1cfcf;
					font-size: 14px;
					font-size: 1.4rem;
					font-weight: bold;
					color: #666;
				}
					.serviceLineup01 .col01 > dl > dt .more {
						float: right;
						font-weight: normal;
					}
						.serviceLineup01 .col01 > dl > dt .more a {
							padding: 0 20px 0 0;
							background: url(/commons/img/cmn/ico_arrow06.png) right center no-repeat;
						}
			.serviceLineup01 .col01 > dl > dd {}
				.serviceLineup01 .ttlLineup01 {
					margin: 0 0 5px 10px;
					font-size: 14px;
					font-size: 1.4rem;
					color: #666;
				}
				.lineupList01 {}
					.lineupList01 > li {
						float: left;
						margin-right: 24px;
					}
					.serviceLineup01 .col02 .lineupList01 > li {
						float: none;
						margin-right: 0;
					}
					.lineupList01 > li.lineup01 { width: 214px;}
					.lineupList01 > li.lineup02 { width: 200px;}
					.lineupList01 > li.lineup03 { width: 184px;}
					.lineupList01 > li.last { margin-right: 0;}
						.lineupList01 > li dl { margin-bottom: 12px;}
							.lineupList01 > li dl dt {
								margin-bottom: 5px;
								padding: 2px 0 2px 8px;
								background-color: #e6e6e6;
								font-size: 13px;
								font-size: 1.3rem;
								font-weight: bold;
								color: #666;
							}
							.lineupList01 li dl dd,
							.serviceLineup01 .col02 > dl > dd { padding-left: 10px;}
								.lineupList01 li dl dd > ul {}
									.lineupList01 li dl dd > ul > li,
									.serviceLineup01 .col02 .lineupList01 > li {
										margin-bottom: 3px;
										padding-left: 10px;
										background: url(/commons/img/cmn/ico_arrow09.png) 0 5px no-repeat;
									}
										.lineupList01 li dl dd > ul > li ul,
										.serviceLineup01 .col02 .lineupList01 > li ul { margin: 0 0 5px 10px;}
											.lineupList01 li dl dd > ul > li ul li,
											.serviceLineup01 .col02 .lineupList01 > li ul li { padding-left: 10px;}
												.lineupList01 li a,
												.serviceLineup01 .col02 .lineupList01 > li ul li a { position: relative;}
												.lineupList01 li dl dd ul li a:hover,
												.serviceLineup01 .col02 .lineupList01 a:hover { color: #999;}
												.lineupList01 li dl dd > ul > li ul li a:before,
												.serviceLineup01 .col02 .lineupList01 > li ul li a:before {
													content: "";
													position: absolute;
													left: -10px;
													top: 0.7em;
													margin-top: -1px;
													width: 2px;
													height: 2px;
													background-color: #666;
												}
												.lineupList01 li dl dd > ul > li ul li a:hover:before,
												.serviceLineup01 .col02 .lineupList01 > li ul li a:hover:before { background-color: #999;}
	.serviceLineup01 .col02 {
		float: right;
		width: 194px;
	}
		.serviceLineup01 .col02 dl { margin-bottom: 50px;}

/* !bannerList01
---------------------------------------------------------- */
.bannerList01 { overflow: hidden;}
	.bannerList01 li {
		float: left;
		width: 213px;
		margin-right: 15px;
	}
	.bannerList01 li.last { margin-right: 0;}
		.bannerList01 li a {
			display: block;
			color: #003399;
		}
			.bannerList01 li .imgBanner01 { margin-bottom: 5px;}
			.bannerList01 li .txtBanner01 {
				padding: 0 5px;
				font-size: 11px;
				font-size: 1.1rem;
			}
