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

/* ALSI フィルタリング解説 一般向け css file */
/* ==[ page and base object ]== */
html,body{
	width: 100%;
}

#container{
	width: 100%;
	background-color: #e0e0e0;
}

/* ==[ ヘッダ ]== */
#container #hLogo{
	display: block;
	position: relative;
	width: 1024px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#container #hLogo #logoSvg{
	position: absolute;
	display: block;
	top: 15px;
	left: 30px;
	width: 250px;
	height: 36px;
	background-image: url('../img/logo.svg');
	background-size: 250px 36px;
	text-indent: -8000px;
	font-size: 1px;
}

/* main image */
#container #mainImage{
	display: block;
	/* width: 100%;*/
	background-color: #fff;
	text-align: center;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#container #mainImage h1{
	color:#FFF;
	display: block;
	width: 100%;
	height: 85px;
	background-image: url('../img/h1.svg'), url('../img/bg_h1c.png'), url('../img/bg_h1base.png');
	background-position: center center, top center, top center;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 483px 33px, 620px 85px, 5px 85px;
	text-indent: -8000px;
}
#container #mainImage > p{
	padding: 0 60px;
}
#container #mainImage > p img{
	width: 100%;
}
#container h2#b0h{
	display: inline-block;
	font-size: 20px;
	background-color: rgba(0,71,149,0.5);
	-web-kit-border-radius: 22px;
	border-radius: 22px;
	padding: 0 15px;
	color: #fff;
	font-weight: normal;
}
#container h2#b1h{
	background-color: rgba(0,71,149,1);
	-web-kit-border-radius: 22px;
	border-radius: 22px;
	padding: 0 15px;
	color: #fff;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
	text-align: center;
}
#container h2#b3h{
	background-color: rgba(0,71,149,1);
	-web-kit-border-radius: 22px;
	border-radius: 22px;
	padding: 0 15px;
	color: #fff;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
	text-align: center;
}
#container h2#b4h{
	background-image: url('../img/h2_4.svg'),url('../img/bg_h2c.png');
	background-position: center center, center center;
	background-repeat: no-repeat, repeat-x;
	background-size: 403px 26px, 13px 53px;
}
#container h2#b5h{
	padding: 5px 15px;
	color: rgba(0,71,149,1);
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 120%;
}
#container h2#b6h{
	color: rgba(0,71,149,1);
	margin-left: 40px;
	margin-right: 40px;
	font-weight: normal;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 120%;
}

#container h2#attention{
	display: block;
	margin-left: 60px;
	margin-right: 60px;
	border-bottom:solid 3px #ff8b00;
	font-size: 24px;
	text-align: center;
}

#container #mainImage h3{
	display: block;
	color: #00469a;
	font-size: 32px;
	line-height: 120%;
}

/* ==[ コンテンツ ]== */
#container .main{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
#container .main .block{
}
#container .main .block h2{
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 140%;
	font-size: 24px;
	border-bottom: solid 1px rgba(0,71,149,1);
}

/* b1 */
#container .main #b1{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	/* background-color: #a0a0a0; */
	padding: 0 30px;
}
#container .main #b1 .subBlock{
	width: 462px;
	height: 130px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgba(0,71,149,0.05);	
}
#container .main #b1 .subBlock h3{
	padding: 5px 0 9px 5px;
	margin: 0 15px;
	line-height: 36px;
	border-bottom: solid 1px rgba(0,71,149,0.5);
}
#container .main #b1 .subBlock h3:before{
	content: "";
	display: inline-block;
	vertical-align: bottom;
	width: 36px;
	height: 36px;
	background-image: url('../img/virus.svg');
	background-size: 36px 36px;
	margin-top: 5px;
	margin-right: 7px;
}
#container .main #b1 .subBlock h3 span{
	color: #e00000;
}
#container .main div .subBlock p{
	font-size: 14px;
	line-height: 140%;
	padding: 10px 20px 20px 20px;
}

/* b2 */
#container .main #b2{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
#container .main #b2 p{
	margin-left: auto;
	margin-right: auto;
}
#container .main #b2 p img{
	margin-left: 85px;
}
#container .main #b2 p.caption{
	/* text-align: right; */
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	color: #404040;
}

/* b3 */
#container .main #b3{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
#container .main #b3 h3{
	display: block;
	color: #C10D23;
	margin-left: 30px;
}
#container .main #b3 .image{
	margin-left: 30px;
	margin-right: 30px;
}
#container .main #b3 .image img{
	width:100%;
}
#container .main #b3 p.caption{
	/* text-align: right; */
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	color: #404040;
}


/* b4 */
#container .main #b4{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
#container .main #b4 h3{
	display: block;
	color: #C10D23;
	margin-left: 30px;
}
#container .main #b4 .subBlock{
	width: 462px;
	height: 160px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: rgba(0,71,149,0.05);	
	padding: 0;
	overflow: auto;
}
#container .main #b4 .subBlock h4{
	padding: 10px 5px 0 5px;
	margin: 0 20px 0 20px;
	border-bottom: solid 1px rgba(0,71,149,0.5);
	line-height: 30px;
}
#container .main #b4 .subBlock p{
	padding-top: 10px;
	margin: 0 5px 10px 5px;
}
#container .main #b4 p.caption{
	/* text-align: right; */
	margin-left: 30px;
	margin-right: 30px;
	font-size: 14px;
	color: #404040;
}


/* b5 */
#container .main #b5{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
#container .main #b5 div p{
	padding: 30px 60px;
}

#container .main #pointBlock{
	background-color: rgba(0,71,149,0.1);
}
#container .main #pointBlock > h3{
	margin-left: 60px;
	margin-right: 60px;
	border-bottom:solid 3px rgba(0,71,149,0.7);
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 110%;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}
#container .main #pointBlock > p{
	padding: 30px 60px;
}



/* b6 */
#container .main #b6{
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px;
}
#container .main #b6 > img{
	margin-left: auto;
	margin-right: auto;
}
#container .main #b6 > p{
	margin-left: 40px;
	margin-right: 40px;
}
#container .main #b6 .voice{
	margin-left: 20px;
	margin-right: 20px;
	background-color: #eeebdf;
	position: relative;
}
#container .main #b6 .voice h3{
	background-color: #dfd8c3;
	color: #505242;
	line-height: 26px;
	padding: 10px 15px;
}
#container .main #b6 .voice .vBlock{
	position: relative;
}
#container .main .block .voice .vBlock .columnL{
	float: left;
	position: relative;
}
#container .main .block .voice .vBlock .columnR{
	float: left;
	position: relative;
}
#container .main #b6 .voice .vBlock img{
	margin: 20px 30px 0 20px;
}
#container .main #b6 .voice .vBlock p{
	width: 720px;
	background-color: #fff;
	-web-kit-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px;
	font-size: 16px;
}
#container .main #b6 .voice .vBlock p:before{
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	left: -15px;
	width: 0;
	height: 0;
	border-right: 15px solid #fff;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	margin-left: auto;
	margin-right: auto;
}


/* parts */
.triArrow{
	display: block;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 30px solid rgba(0,71,149,0.6);
	margin-left: auto;
	margin-right: auto;
}

.image{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.image img{
	width: 100%;
}


/* for device*/
.dtop{
	display: inherit;
}
.smp{
	display: none;
}

/* ==[ フッタ ]== */
.footer{
	padding: 10px;
	text-align: center;
	color: #404040;
}


/*==== [ popup page object ] ====================================================================*/

/* for tablet */
@media only screen and (min-device-width: 481px) (max-device-width: 1024px) {
}

/* for smart phone */
@media only screen and (max-device-width: 640px) {
#container #mainImage img{
	width: 90%;
}
#container h2#b0h{
	font-size: 24px;
	-web-kit-border-radius: 28px;
	border-radius: 28px;
	padding: 5px 15px;
}
#container #mainImage h3{
	font-size: 24px;
}
#container h2{
	font-size: 22px
}
#container .main #b1 .subBlock h3{
	font-size: 24px;
}
#container .main div .subBlock p{
	font-size: 24px;
}

#container .main #b3 h3{
	display: block;
	color: #C10D23;
	margin-left: 30px;
	font-size: 20px;
}
#container .main #b4 h3{
	display: block;
	color: #C10D23;
	margin-left: 30px;
	font-size: 20px;
}

#container .main #b4 .subBlock h4{
	font-size: 24px;
	line-height: 140%;
	padding-bottom: 10px;
}


#container h2#b5h{
	font-size: 30px !important;
}

#container .main #pointBlock > h3{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 18px;
	letter-spacing: 0px;
	padding-left: 0;
	padding-right: 0;
}


#container .main #b5 p img{
	width: 90%;
}
#container .main #b6 > p{
	font-size: 20px !important;
}





#container .main #b6 .voice .vBlock p.comment{
	/* font-size: 16px !important; */
}

}

/* for OLD smart phone & Device Mode */
@media only screen and (max-device-width: 480px){

}




