@charset "utf-8";

/*
==================================================
セキュリティ訴求
==================================================
*/

/* 猫の画像 */
#header{
	background: url(../img/bg_wadax.jpg) no-repeat 50% 0;
    background-size: cover;
	}

.h1{
	min-height: 45px;
	padding: 0;
	text-align: center;
	}
	.h1 h1{
		font-size: 16px;
		width: 100%;
		}
#header::before{
	top:45px;
	height: 595px;
	background: #e9eef1;
	background: -moz-linear-gradient(top, #e9eef1 0%, #c2c4be 100%);
	background: -webkit-linear-gradient(top, #e9eef1 0%,#c2c4be 100%);
	background: linear-gradient(to bottom, #e9eef1 0%,#c2c4be 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eef1', endColorstr='#c2c4be',GradientType=0 );
	}
#header .bg-blue{
	width:100%;
	margin-top:0;
	background:#0b2871;
	border-radius:4px;
	text-align:center;
	}

	#header .kv-l-side{
		width: calc(100% - 360px);
	}
	#header .kv-r-side{
		width: 360px;
	}
	#header .bg-blue{
		margin-bottom: 1rem;
		font-size:30px;
		padding:8px 0;
		}
	.al-center{
		align-items: center;
	}
	#header .info-left{
		width: calc(100% - 150px);
		box-sizing: border-box;
		padding: 0 5px;
	}
	#header .side-info{
		padding: 10px 17.5px;
		border-radius: 100px;
		background-color: #f8003f;
		color: #fff;
		font-weight: bold;
		text-shadow: 0px 0px 6px rgba(186, 4, 21, 0.5);
		font-size: 13.5px;
		text-align: center;
		margin: 5px 0;	
		box-sizing: border-box;
		line-height: 1.2;
	}
	#header .side-info span{
		font-size: 1.6em;
	}
	#header .side-info.ver2{
		font-size: 17.5px;
	}
	#header .side-info.ver2 span{
		font-size: 1.54em;
	}
	#header .side-info.ver-round{
		background-color: #12358f;
		text-shadow: 0px 0px 6px rgba(7, 33, 101, 0.5);
		width: 150px;
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 17.5px;
	}
	#header .side-info.ver-round .s-txt{
		font-size: 1.74em;
	}
	#header .side-info.ver-round .m-txt{
		font-size: 1.91em;
	}
	#header .side-info.ver-round .l-txt{
		font-size: 2.8em;
		line-height: 1;
	}
	#header .side-info.ver-round sup{
		vertical-align: top;
		top: 11px;
	}
	#header .sub-balloon{
		font-size: 15px;
		font-weight: bold;
		background-color: #12358f;
		color: #fff;
		display: inline-block;
		padding: 3.5px 20px;
		border-radius: 50px;
		margin-bottom: 10px;
		position: relative;
	}
	#header .sub-balloon::before{
		content: "";
		position: absolute;
		left: 40px;
		bottom: -9px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0 10px;
		border-color: #12358f transparent transparent transparent;
	}
	#header .sub-balloon span{
		font-size: 1.46em;
	}
	#header .note-txt{
		font-size: 12px;
		color:#666;
		text-align: right;
		margin: 10px auto 0;
		width: 100%;
		max-width: 940px;
	}
	#header .pg-ttl{
		font-size: 22.5px;
		font-weight: bold;
	}
	#header .pg-ttl .l-txt{
		font-size: 2.4em;
		background:linear-gradient(transparent 60%, #fff 60%);
		margin-right: 8px;
	}
	#header .pg-ttl .l-txt .bf{
		margin-left: -31px;
	}
	#header .pg-ttl .l-txt .af{
		letter-spacing: -31px;
	}
	#header .pg-ttl .m-txt{
		font-size: 1.71em;
	}
	#header .sec-box{
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.502);
		box-shadow: 0px 5px 30px 0px rgba(22, 32, 55, 0.2);
		padding: 35px;
		max-width: 940px;
		box-sizing: border-box;
		margin: 5px auto 30px;
	}
	#header .sec-box h3{
		font-size: 22.5px;
		font-weight: bold;
		color: #12358f;
		margin-bottom: 20px;
	}
	#header .sec-box h3 span{
		font-size: 1.71em;
	}
	#header .sec-box h3 span.wp-fonts{
		font-size: 1.35em;
	}

#header .plan-area{
	padding:20px 0 7.5px;
	background-color: rgba(4, 31, 101, 0.902);
	}
	#header .plan-area .button{
		padding: 18px 0;
		font-size: 30px;
		background-color: #f8003f;
		box-shadow: 0 6px #cf0035;
		max-width: 400px;		
		}
		#header .plan-area .l-side{
			text-align: right;
		}
#header .border{
	position:relative;
	margin: 30px 0 30px;
	border-left: 4px solid #fff;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	border-radius: 2px;
	background: url(../img/bg_security.png) repeat-x 0 0;
	background-size: 50% auto;
	}
#header .border > h3{
	text-align:center;
	line-height:1.2;
	}
	#header .border > h3 .text-red{
		font-weight:normal;
		}
	#header .border > h3 em{
		font-style:normal;
		font-weight:bold;
		text-decoration:underline;
		}
#header .tel{
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	font-size:16px;
	}
	#header .tel .text-bold {
		font-weight: bold;
	}
	#header .tel .text-left {
		text-align: left;
	}
	#header .cv,
	#header .secom{
		min-height:6.5rem;
		margin-bottom:1rem;
		border-radius: 4px;
		}
	#header .cv{
		/* display: inline-block; */
		max-width: 640px;
		background-color: #f5f5f5;
		border-radius: 80px;
		padding: 10px 50px;
		min-height: 0;
		margin: 0 auto;
	}
	#header .secom{
		padding-top:1.2rem;
		background: #eaedf0;
		background: -moz-linear-gradient(top, #eaedf0 0%, #e5e7e9 100%);
		background: -webkit-linear-gradient(top, #eaedf0 0%,#e5e7e9 100%);
		background: linear-gradient(to bottom, #eaedf0 0%,#e5e7e9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaedf0', endColorstr='#e5e7e9',GradientType=0 );
		}
@media screen and (max-width: 39.9375em) {
	#header .secom br{
		display:none;
		}
	.h1 img{
		margin-right:1rem;
		height:50px;
		}
}
@media screen and (min-width: 40em) {
.h1{
	}
	.h1 h1{
		position: relative;
		width: 100%;
		padding: 10px 120px 0;
		}
	.h1 h1 br{
		display:none;
		}
	.h1 img{
		position: absolute;
		top: -6px;
		left: 0;
		}
#header > .grid-container{
	max-width: 64rem;
	}
#header > .grid-container.more-wd,
.grid-container.more-wd{
	max-width: 1000px;
}
#header .kv-l-side{
	width: calc(100% - 360px);
}
#header .kv-r-side{
	width: 360px;
}
#header .bg-blue{
	margin-bottom: 1rem;
	font-size:30px;
	padding:8px 0;
	}
.al-center{
	align-items: center;
}
#header .info-left{
	width: calc(100% - 150px);
    box-sizing: border-box;
    padding: 0 5px;
}
#header .side-info{
	padding: 10px 17.5px;
	border-radius: 100px;
	background-color: #f8003f;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 6px rgba(186, 4, 21, 0.5);
	font-size: 13.5px;
	text-align: center;
	margin: 5px 0;	
	box-sizing: border-box;
	line-height: 1.2;
}
#header .side-info span{
	font-size: 1.6em;
}
#header .side-info.ver2{
	font-size: 17.5px;
}
#header .side-info.ver2 span{
	font-size: 1.54em;
}
#header .side-info.ver-round{
	background-color: #12358f;
	text-shadow: 0px 0px 6px rgba(7, 33, 101, 0.5);
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17.5px;
}
#header .side-info.ver-round .s-txt{
	font-size: 1.74em;
}
#header .side-info.ver-round .m-txt{
	font-size: 1.91em;
}
#header .side-info.ver-round .l-txt{
	font-size: 2.8em;
	line-height: 1;
}
#header .side-info.ver-round sup{
	vertical-align: top;
    top: 11px;
}
#header .sub-balloon{
	font-size: 15px;
	font-weight: bold;
	background-color: #12358f;
	color: #fff;
	display: inline-block;
	padding: 3.5px 20px;
	border-radius: 50px;
	margin-bottom: 10px;
	position: relative;
}
#header .sub-balloon::before{
	content: "";
	position: absolute;
	left: 40px;
	bottom: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #12358f transparent transparent transparent;
}
#header .sub-balloon span{
	font-size: 1.46em;
}
#header .note-txt{
	font-size: 12px;
	color:#666;
	text-align: right;
    margin: 10px auto 0;
	width: 100%;
	max-width: 940px;
}
#header .pg-ttl{
	font-size: 22.5px;
	font-weight: bold;
}
#header .pg-ttl .l-txt{
	font-size: 2.4em;
	background:linear-gradient(transparent 60%, #fff 60%);
	margin-right: 8px;
}
#header .pg-ttl .l-txt .bf{
	margin-left: -31px;
}
#header .pg-ttl .l-txt .af{
	letter-spacing: -31px;
}
#header .pg-ttl .m-txt{
	font-size: 1.71em;
}
#header .sec-box{
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.502);
	box-shadow: 0px 5px 30px 0px rgba(22, 32, 55, 0.2);
	padding: 35px;
	max-width: 940px;
	box-sizing: border-box;
	margin: 5px auto 30px;
}
#header .sec-box h3{
	font-size: 22.5px;
	font-weight: bold;
	color: #12358f;
	margin-bottom: 20px;
}
#header .sec-box h3 span{
	font-size: 1.71em;
}
#header .secu-trio{	
	width: calc(100% + 20px);
	margin-left: -10px;
}
#header .secu-trio > div{
	position:relative;
	padding: 0 10px;
	}
#header .secu-trio > div:nth-child(-n+2)::after{
	position:absolute;
	top:50%;
	right:-21px;
	margin-top:-21px;
	z-index:1;
	content:url(../img/ico_plus.png);
	}
#header .border > h3{
	position:relative;
	top:-30px;
	font-size:40px;
	}
	#header .border > h3 .text-red{
		font-size:20px;
		}
	#header .border > h3 strong{
		font-size:66px;
		margin-right:-2rem;
		}
	#header .secom{
		margin-top:-1rem;
		}
		#header .plan-area .l-side .inner-div{
			padding: 0 10px;
		}
#header .cv .number::before {
	display: inline-block;
	width: 61px;
	height: 38px;
    background-image: url("../img/ico_free-dial2.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: '';
}
#header .cv .number{
	padding-right: .5em;
	font-size:40px;
	line-height:1;
	}
#header .plan-area .text{
	margin-top: 10px;
	text-align: left;    max-width: 400px;margin-left: auto;
	}
#header .border > h3::before,
#header .border > h3::after{
	display:block;
	top: 30px;
	position:absolute;
	height:4px;
	width: 30%;
	background:#fff;
	content:'';
	}
#header .border > h3::before{
	left:0;
	}
#header .border > h3::after{
	right:0;
	}
}
@media screen and (max-width: 39.9375em) {
	.h1{
		margin-bottom: 20px;
	}
#header .tel{
	display: block;
	font-size:14px;
	text-align: center;
	}
	#header .tel .text-left {
		text-align: center;
	}
#header .cv {
	width: 100%;
}
#header .cv .number::before {
	display: inline-block;
    background-image: url("../img/ico_free-dial2.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    content: '';
	width: 40px;
	height: 26px;
	background-image: url("../img/ico_free-dial2.png");
    content: '';
}
#header .cv .number{
	font-size: 28px;
	}
#header .border{
	padding-top: 1rem;
	border-top: 4px solid #fff;
	}
	#header .pg-ttl{
		font-size: 18px;
	}
#header h3{
	margin-bottom: 1rem;
	}
	#header .kv-l-side,
	#header .kv-r-side{
		width: 100%;
	}
	#header .sec-box h3{
		font-size: 14px;
		margin-bottom: 10px;
	}
	#header .sec-box h3 span{
		font-size: 1.48em;
	}
	#header .sec-box{
		padding: 17.5px;
	}
	#header .secu-trio > div{
		max-width: 300px;
		margin: 5px auto;
	}
	#header .plan-area{
		padding: 20px 0;
	}
	#header .cv{
		margin: 15px auto 0;
		padding: 10px 0;
	}
	#header .sub-balloon{
		font-size: 12px;
	}
	#header .sub-balloon span{
		font-size: 1.26em;
	}
	#header .note-txt{
		font-size: 10px;
		margin: 5px auto 0;
	}
	#header .plan-area .button{
		padding: 10px 0;
		font-size: 20px;
		margin-bottom: 10px;
	}
	#header .info-left{
		width: 160px;
	}
	#header .side-info{
		font-size: 10.5px;
		padding: 5px 12.5px;
	}
	#header .side-info.ver2,
	#header .side-info.ver-round{
		font-size: 14px;
	}
	#header .side-info.ver-round{
		font-size: 14px;
		width: 120px;
		height: 120px;
	}
	#header .kv-r-side .al-center{
		justify-content: center;
	}
	#header .plan-area .l-side,
	#header .plan-area .r-side{
		text-align: center;
	}
}





/* 表組み */
table{
	margin-bottom: 0;
	border-collapse: collapse;
}
table tbody, table tfoot, table thead{
	border-color: #b6c1de;
	}
table th, table td{
	border: 1px solid #b6c1de;
	padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
	}
table tbody,
table tbody tr:nth-child(odd),
table tbody tr:nth-child(even),
table.hover tbody tr:nth-child(odd):hover th,
table.hover tbody tr:nth-child(even):hover th{
	background: none;
	}
	.table-scroll {
		overflow-x: auto;
		position: relative;
	}
table thead th,table thead td,table tfoot th,table tfoot td{
	text-align: start;
	background: #edf0f7;
	}
table thead th{
	text-align: center;
	padding-top: 17px;
	}
table tbody th{
	text-align: center;
	background: #edf0f7;
	font-size: 16px;
	}
table tbody th.th-second{
	font-weight: normal;
	}
table tbody td{
	font-size: 12px;
}
table .border{
	border-left-width: 5px;
	border-right-width: 5px;
	}
table .border.top{
	border-top-width: 5px;
	}
table .border.bottom{
	border-bottom-width: 5px;
	}
.th-color{
	background: #e2e6f2;
}
.table-scroll > div{
	position: relative;
	padding-top: 30px;
	}
.table-scroll > div .ico{
	position: absolute;
	width: 90px;
	top: 0;
	margin-left: -90px;
}
.table-scroll table{
	width: 100%;
    min-width: 800px;
	margin-top: 50px;
    margin-bottom: 10px;
}
/*
table.hover tr:hover,
table.hover tr:nth-of-type(even):hover{
	background: #ececec;
	}
*/
@-moz-document url-prefix() {
	table.scroll{
		padding-left: 1px;
	}
}

.lplink{
	font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
.lplink::before{
	display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 0.5em 0 0;
    border-top: 3px solid #18338c;
    border-right: 3px solid #18338c;
    vertical-align: 0.15em;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    content: '';
}
.focus-cell{
	border-left: 8px solid #0e3192;
    border-right: 8px solid #0e3192;	
}
.focus-cell.first-cell,.focus-cell.last-cell{
	position: relative;
}
.bg-shared-wp{
	background-color: #cfd6e9;
}
.bg-option{
	background-color: #dfd2e4;
}
.h3{
	font-size: 26px;
	display: block;
}
.h4{
	font-size: 22px;
}
.focus-cell.first-cell::before,
.focus-cell.last-cell::before{
	content: "";
	position: absolute;
	width: calc(100% + 16px);
	height: 8px;
	background-color: #0e3192;	
	border-radius: 25px;
    left: -8px;
}
.focus-cell.first-cell::before{	
    top: -4px;
}
.focus-cell.last-cell::before{	
    bottom: -4px;
}
.table-scroll > div.bll-cap{
	position: absolute;
	background-color: #0e3192;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 22px;
    border-radius: 3px;
    left: calc(47.5%);
    transform: translateX(-50%);
    z-index: 1;
    top: 28px;
	text-align: center;
}
.table-scroll > div.bll-cap::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.5px 6px 0 6px;
    border-color: #0e3192 transparent transparent transparent;
    bottom: -6px;
    left: calc(50% - 6.5px);
}
.st-badge{
	background-color: #fafafa;
	padding: 3px 25px;
	border-radius: 30px;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 16px;
}
.wp-feature img{
	width: 60%;	
	max-width: 130px;
    margin-top: -15px;
    margin-bottom: 15px;
}
.wp-feature img.logo-a{
	width: 77%;
    max-width: 165px;
    margin-top: -35px;
    margin-bottom: 0;
}
.wp-fonts{
	background: linear-gradient(transparent 45%, #fff 45%);
    font-size: 1.35em;
    font-weight: bold;
    margin: 0 2.5px;
}
@media screen and (max-width:821px){
	.table-scroll > div.bll-cap{
		left: 380px;
		width: 280px;
	}
}