@charset "utf-8";
/*

  common

************************************************************/
#content {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5em;
	color: #202020;
	background: #EDEBE8;
}
.cmnFtNavi {
	margin-top: 0 !important;
}
ul li {
	list-style: none;
}
strong {
	font-weight: 700 !important;
}
.color_red {
	color: #CC0000;
}
.color_yellow {
	color: #FFF600;
}
span.under_line {
	background: linear-gradient(transparent 60%, #FFF600 0%);
}
sup {
	font-size: 0.6rem;
	display: inline-block;
	margin: -0.35em 0 0 0;
}
a {
	color: #1755AA;
	text-decoration: underline;
}
.att a {
	color: #1755AA;
	text-decoration: underline;
}
#wrapper {
	max-width: 100%;
	margin: 0 auto;
}
p.att {
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
	margin: 20px 0 0 0;
}
dl.att, dl.att_l {
	width: 100%;
	font-size: 0;
	margin: 20px 0 0 0;
	display: flex;
	flex-flow: row wrap;
}
dl.att > dt {
	flex-basis: 2em;
	width: 2em;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	text-align: left;
}
dl.att > dd {
	flex-basis: calc(100% - 2em);
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}
dl.att_l > dt {
	flex-basis: 2.75em;
	width: 2.75em;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
	text-align: left;
}
dl.att_l > dd {
	flex-basis: calc(100% - 2.75em);
	text-align: left;
	font-size: 13px;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}
a.blank_icon {
	background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
	background-size: 16px;
	padding: 0 23px 0 0;
	display: inline-block;
	margin: 0 0.5em 0 0;
	color: #1755AA !important;
	text-decoration: underline !important;
	font-weight: normal;
}
span.blank_icon {
	background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
	background-size: 16px;
	padding: 0 23px 0 0;
	display: inline-block;
	margin: 0 0.5em 0 0;
	color: #1755AA !important;
	text-decoration: underline !important;
	font-weight: normal;
}
a.pdf_icon {
	background: url("/common/img/icon_pdf.png") no-repeat right center;
	background-size: 16px;
	padding: 0 25px 0 0;
	display: inline-block;
	margin: 0;
}
span.pdf_icon {
	background: url("/common/img/icon_pdf.png") no-repeat right center;
	background-size: 16px;
	padding: 0 25px 0 0;
	margin: 0;
}
.main_visual {
	width: 100%;
	margin: 0 0 80px 0;
	font-size: 22px;
}
.main_visual .kv_01 {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 776px;
}
.main_visual .kv_02 {
	width: 902px;
	margin: 0 0 0 auto;
}
.main_visual img {
	width: 100%;
}
.main_visual .inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.main_visual p.catch {
	text-align: center;
	font-weight: 700;
	line-height: 1.6em;
	margin: -30px 0 20px 0;
}
.main_visual p.main_catch {
	text-align: center;
	font-weight: 700;
	line-height: 1.6em;
	font-size: 30px;
}
.main_visual a {
	text-decoration: none;
	color: #202020;
}
.nav_pc {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0 0 2px 0;
	background-color: rgba(237, 235, 232, 0.8);
}
.nav_pc ul {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-weight: 700;
}
.nav_pc ul li {
	width: 24%;
	background: #CC0000;
	font-size: 14px;
	height: 60px;
	position: relative;
}
.nav_pc ul li a {
	color: #FFF;
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.nav_pc ul li span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	background: url("/option/security/ad/vb-multi/img/nav_arrow_.svg") bottom center no-repeat;
}
.apply_box {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 70px auto;
	padding: 70px 0 0 0;
}
.apply_box p.apply_ttl {
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 30px 0;
}
.apply_box h2 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	margin: 0;
	background: #CC0000;
	color: #FFF;
}
.apply_box .inner {
	padding: 30px;
	background: #FFF;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.apply_box .inner .apply__web, .apply_box .inner .apply__tel {
	width: 48.9%;
	overflow: hidden;
	box-sizing: border-box;
	background: #FFF;
}
.apply_box .inner .apply__web h3, .apply_box .inner .apply__tel h3 {
	width: 100%;
	color: #FFF;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	font-weight: 700;
	font-size: 22px;
	border-radius: 10px 10px 0 0;
}
.apply_box .inner .apply__web h3 {
	background: url("/option/security/ad/vb-multi/img/icon_web01.svg") left 30px center no-repeat #CC0000;
}
.apply_box .inner .apply__tel h3 {
	background: url("/option/security/ad/vb-multi/img/icon_tel01.svg") left 30px center no-repeat #CC0000;
}
.apply_box .inner .inner_box {
	padding: 30px 0 20px 0;
	font-size: 16px;
	text-align: center;
	background: #FFF;
	border: 4px solid #CC0000;
	border-top: none;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	height: 212px;
}
.apply_box .inner .inner_box .inner_ttl {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 5px 0;
}
.apply_box .inner .inner_box .inner_ttl span {
	font-size: 42px;
	color: #28AD00;
	font-family: "Open Sans", sans-serif;
}
.apply_box .inner .inner_box a.web_btn {
	display: block;
	width: calc(100% - 40px);
	font-size: 30px;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
	line-height: 80px;
	margin: 15px auto 20px auto;
	border-radius: 100px;
	background: url("/option/security/ad/vb-multi/img/icon_web02.svg") left 45px center no-repeat, url("/option/security/ad/vb-multi/img/icon_brn_arrow.svg") right 45px center no-repeat, #28AD00;
}
.apply_box .inner .inner_box a.tel_btn {
	font-size: 56px;
	font-weight: 900;
	color: #28AD00;
	text-decoration: none;
	line-height: 105px;
	margin: 40px auto 0 auto;
	background: url("/option/security/ad/vb-multi/img/icon_phone.svg") left top 27px no-repeat;
	padding: 0 0 0 50px;
}
.box_01 {
	max-width: 850px;
	width: 100%;
	margin: 70px auto 70px auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.box_01 .box_01_img {
	position: absolute;
	top: 0;
	right: -45px;
}
.box_01 h2 {
	font-size: 34px;
	text-align: left;
	font-weight: 900;
	line-height: 1.4em;
	margin: 0 0 30px 0;
	padding: 35px 0 0 0;
}
.box_01 h3 {
	font-size: 28px;
	text-align: center;
	font-weight: 900;
	line-height: 1.4em;
	margin: 0 0 20px 0;
	vertical-align: bottom;
}
.box_01 h3 span {
	font-size: 42px;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	position: relative;
	bottom: -3px;
}
.box_01 .inner {
	width: 100%;
	background: #CC0000;
	box-sizing: border-box;
	padding: 30px 50px;
}
.box_01 .inner ul li {
	margin: 0 0 10px 0;
	border-radius: 5px;
	background: #D9D9D9;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	padding: 15px 0;
}
.box_01 .inner ul li.point {
	margin: 0 0 10px 0;
	color: #CC0000;
	background: #FFF;
	font-size: 22px;
	padding: 25px 0;
}
.box_01 .inner ul li.point span {
	padding: 25px 0 25px 55px;
	background: url("/option/security/ad/vb-multi/img/box01_icon.png") no-repeat left center;
	background-size: 45px;
}
.box_01 .inner ul li:last-child {
	margin: 0;
}
.box_02 {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 90px auto;
	text-align: center;
}
.box_02 h2 {
	font-size: 34px;
	text-align: center;
	font-weight: 900;
	line-height: 1.4em;
	margin: 0 0 30px 0;
	padding: 35px 0 0 0;
}
.box_02 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 50px 0;
}
.box_02 ul li {
	border-radius: 10px;
	background: #FFF;
	width: calc(50% - 30px);
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	font-weight: 700;
}
.box_02 ul li h3 {
	border-radius: 10px 10px 0 0;
	background: #CC0000;
	color: #FFF;
	padding: 15px 0;
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
}
.box_02 ul li img {
	margin: 40px auto;
}
.box_02 h4 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.4em;
}
.box_02 p {
	line-height: 1.5em;
}
.box_03 {
	width: 100%;
	margin: 0 auto;
	background: #CC0000;
	padding: 130px 0 70px 0;
	position: relative;
}
.box_03::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 57px 0 57px;
	border-color: #EDEBE8 transparent transparent transparent;
	top: 22px;
	position: absolute;
	left: calc(50% - 57px);
	transform: translate(0, -50%);
}
.box_info_area + .box_03::after {
	border-color: #fffbeb transparent transparent transparent;
}
.box_03 .inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.box_03 .inner h2 {
	margin: 0;
}
.box_03 .inner h2 img {
	margin: 0 auto 30px auto;
	text-align: center;
}
.box_03 .inner dl.att {
	color: #FFF;
}
.box_03 .inner_box {
	background: #FFF;
	margin: 30px 0 0 0;
	padding: 50px 30px 30px 30px;
	box-sizing: border-box;
}
.box_03 .inner_box h3 {
	font-size: 34px;
	text-align: center;
	font-weight: 900;
	line-height: 1.4em;
	margin: 0 0 50px 0;
	padding: 0;
}
.box_03 .inner_box p.catch {
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 30px 0;
	padding: 0;
}
.box_03 .inner_box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.box_03 .inner_box a {
	color: #202020;
	text-decoration: none;
}
.box_03 .inner_box ul li {
	border-radius: 10px;
	background: #EAEAEA;
	width: calc(50% - 30px);
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	font-weight: 700;
}
.box_03 .inner_box ul li h3 {
	border-radius: 10px 10px 0 0;
	background: #CC0000;
	color: #FFF;
	padding: 15px 0;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
}
.box_03 .inner_box ul li img {
	margin: 40px auto;
}
.box_03 .inner_box ul li p {
	text-align: left;
	width: calc(100% - 70px);
	margin: 0 auto;
	font-weight: 500;
	line-height: 1.5em;
}
.box_03 .inner_box dl.att {
	color: #000;
	margin: -10px auto 0 auto;
	width: calc(100% - 30px);
}
.box_03 .inner_box h4 {
	width: 68.8%;
	color: #FFF;
	background: #CC0000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	padding: 20px 0;
	margin: 60px auto 0 auto;
	;
	position: relative;
	z-index: 1;
}
.box_03 .inner_box h4::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #CC0000 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.box_03 .inner_box .inner_block {
	background: #EAEAEA;
	border-radius: 10px;
	padding: 60px 70px 40px 70px;
	margin: -25px 0 0 0;
}
.box_03 .inner_box .inner_block ul li {
	padding: 15px 20px;
	background: #FFF;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	border-radius: 0;
	text-align: left;
	font-weight: 500;
}
.box_03 .inner_box .inner_block ul li h5 {
	font-size: 22px;
	color: #CC0000;
	font-weight: 700;
	padding: 5px 0 5px 45px;
	background: url("/option/security/ad/vb-multi/img/icon_check.svg") no-repeat left center;
	line-height: 1em;
	margin: 0 0 10px 0;
}
.box_03 .inner_box .inner_block ul li p {
	width: 100%;
	text-align: left;
}
.box_03 .inner_box .inner_block a.common_btn {
	font-size: 20px;
	width: 380px;
	padding: 15px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	background: url("/option/security/ad/vb-multi/img/link-icon.png") right 30px center no-repeat #202020;
	background-size: 18px;
}
.box_03 dl.att > dd a, .box_03 dl.att > dd a:visited {
	color: #fff !important;
}
.box_04 {
	max-width: 980px;
	width: 100%;
	margin: -35px auto 0 auto;
}
.box_04 a {
	color: #202020;
	text-decoration: none;
}
.box_04 .fukidashi {
	width: 170px;
	height: 93px;
	background: url("/option/security/ad/vb-multi/img/box_04_fukidashi.svg") top center no-repeat;
	margin: 0 auto;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	color: #CC0000;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 10;
}
.box_04 p.catch {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 20px auto 30px auto;
	line-height: 1.4em;
}
.box_04 h2 {
	margin: 0 auto 20px auto;
}
.box_04 h3 {
	width: 84.6%;
	color: #FFF;
	background: #202020;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	padding: 20px 0;
	margin: 60px auto 0 auto;
	;
	position: relative;
	z-index: 1;
}
.box_04 h3 a {
	color: #FFF;
}
.box_04 h3::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 12px 0 12px;
	border-color: #202020 transparent transparent transparent;
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
}
.box_04 .inner {
	border: 8px solid #202020;
	padding: 80px 25px 60px 25px;
	box-sizing: border-box;
	border-radius: 10px;
	margin: -55px 0 0 0;
	background: #FFF;
}
.box_04 .inner h4 {
	font-size: 24px;
	font-weight: 700;
	border-bottom: 2px solid #202020;
	padding: 10px 15px 15px 15px;
	display: inline-block;
	margin: 0 auto;
}
.box_04 .inner h4 span {
	text-align: center;
	display: block;
}
.box_04 .inner ul {
	margin: 20px 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.box_04 .inner ul li {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 20px 0;
	width: 48%;
	margin: 0 1%;
	background: url("/option/security/ad/vb-multi/img/box_04_border.svg") top repeat-x;
	box-sizing: border-box;
}
.box_04 .inner ul li:nth-child(1), .box_04 .inner ul li:nth-child(2) {
	background: none;
}
.box_04 .inner ul li > div:first-child {
	width: 100px;
	text-align: center;
	padding: 0 15px 0 20px;
	box-sizing: border-box;
	background: #FFF;
}
.box_04 .inner ul li > div:last-child {
	width: calc(100% - 100px);
	padding: 0 50px 0 0;
	box-sizing: border-box;
}
.box_04 .inner ul li h5 {
	font-size: 20px;
	font-weight: 700;
	color: #CC0000;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}
.box_04 .inner ul li h5 a {
	color: #CC0000;
}
.box_04 .inner ul li h5 span {
	font-size: 16px;
}
.box_04 .inner ul li img {
	margin: 0 auto;
}
.box_04 .inner ul li p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
}
.box_04 a.common_btn {
	font-size: 20px;
	width: 380px;
	padding: 15px;
	display: block;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	border-radius: 5px;
	background: url("/option/security/ad/vb-multi/img/link-icon.png") right 30px center no-repeat #202020;
	background-size: 18px;
	text-align: center;
}
.box_05 {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.box_05 a {
	color: #202020;
	text-decoration: none;
}
.box_05 h2 {
	font-size: 34px;
	font-weight: 900;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.box_05 p.catch {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 50px 0;
	text-align: center;
}
.box_05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
}
.box_05 ul li {
	width: 31.73%;
	background: #FFF;
	border-radius: 10px;
	margin: 0 0 20px 0;
}
.box_05 ul li h4 {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: center;
	background: #CC0000;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	font-weight: 700;
	color: #FFF;
	line-height: 1.5em;
}
.box_05 ul li p {
	width: calc(100% - 30px);
	font-size: 16px;
	font-weight: 500;
	margin: 0 auto 15px auto;
	line-height: 1.5em;
}
.box_05 ul li .img_box {
	width: calc(100% - 30px);
	font-size: 16px;
	margin: 20px auto 10px auto;
}
.box_05 ul li .img_box img {
	width: 100%;
}
.box_06 {
	width: 100%;
	padding: 100px 0;
	background: #F4DCDC;
}
.box_06 .inner {
	max-width: 1040px;
	width: 100%;
	background: #F4DCDC;
	margin: 0 auto;
}
.box_06 .inner h2 {
	font-size: 34px;
	font-weight: 900;
	margin: 0 0 50px 0;
	text-align: center;
}
.benefits_box {
	margin: 0 0 40px 0;
	text-align: left;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.benefitslead {
	padding: 0;
	text-align: left;
	color: #CC0000;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: 700;
}
.benefitslead dl.att {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 0;
}
.benefitslead dl.att > dt {
	flex-basis: 1.2em;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8em;
}
.benefitslead dl.att > dd {
	flex-basis: calc(100% - 1.2em);
	padding: 0;
	margin: 0 0 5px 0;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.8em;
}
.benefits_box a {
	color: #CC0133;
}
span.maru {
	padding: 0 0.2em 0 0;
}
.toggle {
	margin: 25px 0 0 0;
}
.toggle .toggle_open {
	border: #CC0000 1px solid;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
	transition: opacity .2s;
	background: #FFF;
}
.toggle .toggle_open:hover {
	opacity: 0.7;
}
.toggle .toggle_open .btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	font-weight: 400;
}
.toggle .toggle_open .btn span {
	padding-right: 20px;
	display: inline-block;
	position: relative;
}
.toggle .toggle_open .btn span.open {
	display: block;
}
.toggle .toggle_open .btn span.close {
	display: none;
}
.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
	content: "";
	display: block;
	width: 14px;
	height: 2px;
	background-color: #CC0000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}
.toggle .toggle_open .btn span::after {
	transform: translateY(-50%) rotate(90deg);
}
.toggle .toggle_open.is-open .btn span::after {
	transform: translateY(-50%) rotate(0deg);
}
.toggle .toggle_open.is-open .btn span.open {
	display: none;
}
.toggle .toggle_open.is-open .btn span.close {
	display: block;
}
.toggle .toggle_content {
	display: none;
	padding: 20px;
	box-sizing: border-box;
	background: #FFF;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75em;
}
.toggle .toggle_content a {
	color: #1755AA;
}
.toggle .toggle_content p {
	line-height: 1.75em;
}
.toggle .toggle_content dl.toggle_step {
	display: flex;
	flex-wrap: wrap;
}
.toggle .toggle_content dl.toggle_step dt {
	background: #CC0000;
	color: #FFF;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	width: 13%;
	height: 50px;
}
.toggle .toggle_content dl.toggle_step dt p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}
.toggle .toggle_content dl.toggle_step dd {
	width: 87%;
	line-height: 1.75em;
	font-weight: 700;
	position: relative;
}
.toggle .toggle_content dl.toggle_step dd a {
	font-weight: 700;
}
.toggle .toggle_content dl.toggle_step dd p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 100%;
	padding: 0 0 0 15px;
	box-sizing: border-box;
	line-height: 1.75em;
}
.toggle .toggle_content .toggle_arrow {
	width: 13%;
	padding: 5px;
	text-align: center;
}
.toggle .toggle_content .toggle_arrow img {
	margin: 0 auto;
}
.toggle .toggle_content .getpdf {
	margin: 10px 0;
}
.toggle .toggle_content dl.att {}
.toggle .toggle_content dl.att > dt {
	flex-basis: 1.5em;
	width: 1.5em;
	font-size: 16px;
	line-height: 1.75em;
	margin: 0;
	text-align: left;
}
.toggle .toggle_content dl.att > dd {
	flex-basis: calc(100% - 1.5em);
	text-align: left;
	font-size: 16px;
	line-height: 1.75em;
	margin: 0;
}
@media screen and (min-width:768px) and (max-width:1039px) {
	#content {
		font-size: 1.73vw;
	}
	p.att {
		font-size: 1.25vw;
		margin: 1.92vw 0 0 0;
	}
	dl.att, dl.att_l {
		width: 100%;
		margin: 1.92vw 0 0 0;
	}
	dl.att > dt {
		font-size: 1.25vw;
		line-height: 1.4em;
		margin: 0 0 0.48vw 0;
	}
	dl.att > dd {
		font-size: 1.25vw;
		margin: 0 0 0.48vw 0;
	}
	dl.att_l > dt {
		font-size: 1.25vw;
		margin: 0 0 0.48vw 0;
	}
	dl.att_l > dd {
		font-size: 1.25vw;
		margin: 0 0 0.48vw 0;
	}
	a.blank_icon {
		background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
		background-size: 1.53vw;
		padding: 0 2.21vw 0 0;
		margin: 0 0.5em 0 0;
	}
	span.blank_icon {
		background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
		background-size: 1.53vw;
		padding: 0 2.21vw 0 0;
		margin: 0 0.5em 0 0;
	}
	a.pdf_icon {
		background: url("/common/img/icon_pdf.png") no-repeat right center;
		background-size: 1.53vw;
		padding: 0 2.4vw 0 0;
	}
	span.pdf_icon {
		background: url("/common/img/icon_pdf.png") no-repeat right center;
		background-size: 1.53vw;
		padding: 0 2.4vw 0 0;
	}
	.main_visual {
		width: 100%;
		margin: 0 0 7.69vw 0;
		font-size: 2.11vw;
	}
	.main_visual .kv_01 {
		width: 55.42%;
	}
	.main_visual .kv_02 {
		width: 64.42%;
	}
	.main_visual .inner {
		width: 100%;
	}
	.main_visual p.catch {
		margin: -2.88vw 0 1.92vw 0;
	}
	.main_visual p.main_catch {
		font-size: 2.88vw;
	}
	.main_visual dl.att {
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.nav_pc ul {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.nav_pc ul li {
		font-size: 1.34vw;
		height: 60px;
	}
	.nav_pc ul li span {
		padding-bottom: 1.44vw;
		background: url("/option/security/ad/vb-multi/img/nav_arrow_.svg") bottom center no-repeat;
	}
	.apply_box {
		width: 100%;
		margin: 0 auto 6.73vw auto;
		padding: 6.73vw 15px 0 15px;
		box-sizing: border-box;
	}
	.apply_box p.apply_ttl {
		font-size: 2.69vw;
		margin: 0 0 2.88vw 0;
	}
	.apply_box h2 {
		font-size: 2.88vw;
		padding: 1.92vw 0;
	}
	.apply_box .inner {
		padding: 2.88vw;
	}
	.apply_box .inner .apply__web, .apply_box .inner .apply__tel {
		width: 48.9%;
	}
	.apply_box .inner .apply__web h3, .apply_box .inner .apply__tel h3 {
		padding: 1.44vw 0;
		font-size: 2.11vw;
	}
	.apply_box .inner .apply__web h3 {
		background: url("/option/security/ad/vb-multi/img/icon_web01.svg") left 2.88vw center no-repeat #CC0000;
		background-size: 5.28vw;
	}
	.apply_box .inner .apply__tel h3 {
		background: url("/option/security/ad/vb-multi/img/icon_tel01.svg") left 2.88vw center no-repeat #CC0000;
		background-size: 2.3vw;
	}
	.apply_box .inner .inner_box {
		padding: 2.88vw 0 1.92vw 0;
		font-size: 1.53vw;
		height: 20.38vw;
	}
	.apply_box .inner .inner_box .inner_ttl {
		font-size: 2.88vw;
		margin: 0 0 0.48vw 0;
	}
	.apply_box .inner .inner_box .inner_ttl span {
		font-size: 4.03vw;
	}
	.apply_box .inner .inner_box a.web_btn {
		width: calc(100% - 3.84vw);
		font-size: 2.88vw;
		line-height: 7.69vw;
		margin: 1.44vw auto 1.92vw auto;
		background: url("/option/security/ad/vb-multi/img/icon_web02.svg") left 45px center no-repeat, url("/option/security/ad/vb-multi/img/icon_brn_arrow.svg") right 45px center no-repeat, #28AD00;
		background-size: 2.69vw, 3.17vw;
	}
	.apply_box .inner .inner_box a.tel_btn {
		font-size: 5.38vw;
		line-height: 10vw;
		margin: 3.84vw auto 0 auto;
		background: url("/option/security/ad/vb-multi/img/icon_phone.svg") left top 2.59vw no-repeat;
		background-size: 3.55vw;
		padding: 0 0 0 4.8vw;
	}
	.box_01 {
		max-width: 81.7%;
		margin: 6.73vw auto 6.73vw auto;
	}
	.box_01 .box_01_img {
		top: 0;
		right: -4.32vw;
		width: 25.8%;
	}
	.box_01 h2 {
		font-size: 3.26vw;
		margin: 0 0 2.88vw 0;
		padding: 3.36vw 0 0 0;
	}
	.box_01 h3 {
		font-size: 2.69vw;
		margin: 0 0 1.92vw 0;
	}
	.box_01 h3 span {
		font-size: 4.03vw;
		bottom: -0.288vw;
	}
	.box_01 .inner {
		width: 100%;
		padding: 2.88vw 4.8vw;
	}
	.box_01 .inner ul li {
		margin: 0 0 0.96vw 0;
		font-size: 1.73vw;
		padding: 1.44vw 0;
	}
	.box_01 .inner ul li.point {
		margin: 0 0 0.96vw 0;
		font-size: 2.11vw;
		padding: 2.4vw 0;
	}
	.box_01 .inner ul li.point span {
		padding: 2.4vw 0 2.4vw 5.28vw;
		background: url("/option/security/ad/vb-multi/img/box01_icon.png") no-repeat left center;
		background-size: 4.32vw;
	}
	.box_02 {
		width: 100%;
		margin: 0 auto 8.65vw auto;
		padding: 0 1.44vw;
		box-sizing: border-box;
	}
	.box_02 h2 {
		font-size: 3.26vw;
		line-height: 1.4em;
		margin: 0 0 2.88vw 0;
		padding: 3.36vw 0 0 0;
	}
	.box_02 ul {
		margin: 0 0 4.8vw 0;
	}
	.box_02 ul li {
		width: calc(50% - 2.88vw);
		margin: 0 auto 2.88vw auto;
		padding: 0 0 2.88vw 0;
	}
	.box_02 ul li h3 {
		border-radius: 10px 10px 0 0;
		padding: 1.44vw 0;
		font-size: 1.92vw;
	}
	.box_02 ul li img {
		margin: 3.84vw auto;
	}
	.box_02 h4 {
		font-size: 3.84vw;
	}
	.box_03 {
		width: 100%;
		padding: 12.5vw 15px 6.73vw 15px;
		box-sizing: border-box;
	}
	.box_03::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 44px 57px 0 57px;
		border-color: #EDEBE8 transparent transparent transparent;
		top: 22px;
		position: absolute;
		left: calc(50% - 57px);
		transform: translate(0, -50%);
	}
	.box_03 .inner {
		width: 100%;
	}
	.box_03 .inner h2 img {
		margin: 0 auto 2.88vw auto;
	}
	.box_03 .inner_box {
		margin: 2.88vw 0 0 0;
		padding: 4.8vw 2.88vw 2.88vw 2.88vw;
	}
	.box_03 .inner_box h3 {
		font-size: 3.26vw;
		margin: 0 0 4.8vw 0;
	}
	.box_03 .inner_box p.catch {
		font-size: 2.3vw;
		margin: 0 0 2.88vw 0;
	}
	.box_03 .inner_box ul li {
		width: calc(50% - 2.88vw);
		margin: 0 auto 2.88vw auto;
		padding: 0 0 2.88vw 0;
	}
	.box_03 .inner_box ul li h3 {
		padding: 1.44vw 0;
		margin: 0;
		font-size: 1.73vw;
	}
	.box_03 .inner_box ul li img {
		margin: 3.84vw auto;
	}
	.box_03 .inner_box ul li p {
		width: calc(100% - 6.73vw);
	}
	.box_03 .inner_box dl.att {
		margin: -0.96vw auto 0 auto;
		width: calc(100% - 2.88vw);
	}
	.box_03 .inner_box h4 {
		width: 68.8%;
		font-size: 2.3vw;
		padding: 1.92vw 0;
		margin: 5.76vw auto 0 auto;
		;
	}
	.box_03 .inner_box h4::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 12px 0 12px;
		border-color: #CC0000 transparent transparent transparent;
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
	}
	.box_03 .inner_box .inner_block {
		padding: 5.76vw 5.5vw 3.84vw 5.5vw;
		margin: -2.4vw 0 0 0;
	}
	.box_03 .inner_box .inner_block ul li {
		padding: 1.44vw 1.92vw;
		width: 100%;
		margin: 0 0 2.88vw 0;
	}
	.box_03 .inner_box .inner_block ul li h5 {
		font-size: 2.11vw;
		padding: 0.48vw 0 0.48vw 4.32vw;
		background: url("/option/security/ad/vb-multi/img/icon_check.svg") no-repeat left center;
		background-size: 3.17vw;
		line-height: 1em;
		margin: 0 0 0.96vw 0;
	}
	.box_03 .inner_box .inner_block a.common_btn {
		font-size: 1.92vw;
		width: 36%;
		padding: 1.44vw;
		background: url("/option/security/ad/vb-multi/img/link-icon.png") right 30px center no-repeat #202020;
		background-size: 1.73vw;
	}
	.box_04 {
		width: 100%;
		margin: -3.36vw auto 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box_04 .fukidashi {
		width: 16.34vw;
		height: 8.942vw;
		background: url("/option/security/ad/vb-multi/img/box_04_fukidashi.svg") top center no-repeat;
		background-size: 100%;
		font-size: 2.5vw;
		padding: 1.92vw 0 0 0;
	}
	.box_04 p.catch {
		font-size: 2.3vw;
		margin: 1.92vw auto 2.88vw auto;
	}
	.box_04 h2 {
		margin: 0 auto 1.92vw auto;
	}
	.box_04 h3 {
		width: 84.6%;
		font-size: 2.11vw;
		padding: 1.92vw 0;
		margin: 5.76vw auto 0 auto;
		;
	}
	.box_04 h3::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 12px 0 12px;
		border-color: #202020 transparent transparent transparent;
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -10px;
	}
	.box_04 .inner {
		padding: 7.69vw 4.8vw 5.76vw 4.8vw;
		margin: -5.28vw 0 0 0;
	}
	.box_04 .inner ul {
		margin: 1.92vw 0;
	}
	.box_04 .inner ul li {
		padding: 2.88vw 0;
		background: url("/option/security/ad/vb-multi/img/box_04_border.svg") top repeat-x;
	}
	.box_04 .inner ul li > div:first-child {
		width: 9.61vw;
		padding: 0 1.44vw 0 1.92vw;
	}
	.box_04 .inner ul li > div:last-child {
		width: calc(100% - 9.61vw);
		padding: 0 4.8vw 0 0;
	}
	.box_04 .inner ul li h5 {
		font-size: 1.92vw;
		margin: 0 0 0.96vw 0;
	}
	.box_04 .inner ul li h5 span {
		font-size: 1.53vw;
	}
	.box_04 .inner ul li p {
		font-size: 1.53vw;
	}
	.box_04 a.common_btn {
		font-size: 1.92vw;
		width: 36.5%;
		padding: 1.44vw;
		background: url("/option/security/ad/vb-multi/img/link-icon.png") right 30px center no-repeat #202020;
		background-size: 1.73vw;
	}
	.box_05 {
		width: 100%;
		padding: 4.69vw 15px 0 15px;
		box-sizing: border-box;
	}
	.box_05 h2 {
		font-size: 3.26vw;
		margin: 0 0 2.88vw 0;
	}
	.box_05 p.catch {
		font-size: 2.3vw;
		margin: 0 0 4.8vw 0;
	}
	.box_05 ul li {
		width: 31.73%;
		margin: 0 0 1.92vw 0;
	}
	.box_05 ul li h4 {
		width: 100%;
		padding: 1.44vw 0;
		font-size: 1.53vw;
	}
	.box_05 ul li p {
		width: calc(100% - 2.88vw);
		font-size: 1.53vw;
		margin: 0 auto 1.44vw auto;
	}
	.box_05 ul li .img_box {
		width: calc(100% - 2.88vw);
		font-size: 1.53vw;
		margin: 1.92vw auto 0.96vw auto;
	}
	.box_06 {
		width: 100%;
		padding: 9.61vw 15px;
		box-sizing: border-box;
	}
	.box_06 .inner {
		width: 100%;
	}
	.box_06 .inner h2 {
		font-size: 3.26vw;
		margin: 0 0 4.8vw 0;
	}
	.benefits_box {
		margin: 0 0 3.84vw 0;
		width: 100%;
	}
	.benefitslead {
		font-size: 1.73vw;
	}
	.benefitslead dl.att > dt {
		font-size: 1.53vw;
	}
	.benefitslead dl.att > dd {
		flex-basis: calc(100% - 1.2em);
		padding: 0;
		margin: 0 0 0.48vw 0;
		font-size: 1.53vw;
	}
	.toggle {
		margin: 2.4vw 0 0 0;
	}
	.toggle .toggle_open {
		padding: 1.44vw 1.92vw;
	}
	.toggle .toggle_open .btn {
		right: 1.92vw;
	}
	.toggle .toggle_open .btn span {
		padding-right: 1.92vw;
	}
	.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
		width: 14px;
		height: 2px;
	}
	.toggle .toggle_content {
		padding: 1.92vw;
		font-size: 1.53vw;
	}
	.toggle .toggle_content dl.toggle_step dt {
		font-size: 1.53vw;
		width: 13%;
		height: 4.8vw;
	}
	.toggle .toggle_content dl.toggle_step dd {
		width: 87%;
	}
	.toggle .toggle_content dl.toggle_step dd p {
		padding: 0 0 0 1.44vw;
	}
	.toggle .toggle_content .toggle_arrow {
		width: 13%;
		padding: 0.48vw;
	}
	.toggle .toggle_content .getpdf {
		margin: 0.96vw 0;
	}
	.toggle .toggle_content dl.att > dt {
		font-size: 1.53vw;
	}
	.toggle .toggle_content dl.att > dd {
		font-size: 1.53vw;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
	.navmeneu, .nav_content {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc, .tb {
		display: none !important;
	}
	#content {
		font-size: 4.5vw;
	}
	p.att {
		font-size: 3.25vw;
		text-align: left;
		line-height: 1.4em;
		margin: 5vw 0 0 0;
	}
	dl.att, dl.att_l {
		width: 100%;
		font-size: 0;
		margin: 5vw 0 0 0;
		display: flex;
		flex-flow: row wrap;
	}
	dl.att > dt {
		flex-basis: 2em;
		width: 2em;
		font-size: 3.25vw;
		line-height: 1.4em;
		margin: 0 0 1.25vw 0;
		text-align: left;
	}
	dl.att > dd {
		flex-basis: calc(100% - 2em);
		text-align: left;
		font-size: 3.25vw;
		line-height: 1.4em;
		margin: 0 0 1.25vw 0;
	}
	dl.att_l > dt {
		flex-basis: 2.75em;
		width: 2.75em;
		font-size: 3.25vw;
		line-height: 1.4em;
		margin: 0 0 1.25vw 0;
		text-align: left;
	}
	dl.att_l > dd {
		flex-basis: calc(100% - 2.75em);
		text-align: left;
		font-size: 3.25vw;
		line-height: 1.4em;
		margin: 0 0 1.25vw 0;
	}
	a.blank_icon {
		background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
		background-size: 4vw;
		padding: 0 5vw 0 0;
		display: inline-block;
		margin: 0 0.5em 0 0;
		color: #1755AA !important;
		text-decoration: underline !important;
		font-weight: normal;
	}
	span.blank_icon {
		background: url("/option/security/ad/vb-multi/img/icon_blank.png") no-repeat right center;
		background-size: 4vw;
		padding: 0 5vw 0 0;
		margin: 0 0.5em 0 0;
		color: #1755AA !important;
		text-decoration: underline !important;
		font-weight: normal;
	}
	a.pdf_icon {
		background: url("/common/img/icon_pdf.png") no-repeat right center;
		padding: 0 5vw 0 0;
		background-size: 4vw;
		display: inline-block;
		margin: 0;
	}
	span.pdf_icon {
		background: url("/common/img/icon_pdf.png") no-repeat right center;
		padding: 0 5vw 0 0;
		background-size: 4vw;
		margin: 0;
	}
	.main_visual {
		width: 100%;
		margin: 0 auto 17.5vw auto;
		box-sizing: border-box;
		position: relative;
		top: 0;
	}
	.main_visual .kv_01 {
		width: 100%;
		padding: 0 15px 0 0;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}
	.main_visual .kv_02 {
		width: 100%;
		margin: -17.5vw 0 0 0;
	}
	.main_visual img {
		width: 100%;
	}
	.main_visual .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.main_visual p.catch {
		text-align: center;
		font-weight: 700;
		line-height: 1.6em;
		margin: -6.25vw 0 5vw 0;
		font-size: 5vw;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.main_visual p.main_catch {
		text-align: center;
		font-weight: 700;
		line-height: 1.6em;
		font-size: 6.5vw;
	}
	.nav_pc {
		display: none;
	}
	.apply_box {
		width: 100%;
		margin: 0 auto 6.25vw auto;
		padding: 0 15px 0 15px;
	}
	.apply_box p.apply_ttl {
		font-size: 4.5vw;
		font-weight: 700;
		text-align: center;
		margin: 0 0 3.75vw 0;
		line-height: 1.5em;
	}
	.apply_box h2 {
		font-size: 5vw;
		font-weight: 700;
		text-align: center;
		padding: 3.75vw 0;
		margin: 0;
		background: #CC0000;
		color: #FFF;
	}
	.apply_box .inner {
		padding: 3.75vw;
		background: #FFF;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		font-size: 2.75vw;
	}
	.apply_box .inner p {
		font-size: 2.75vw;
	}
	.apply_box .inner .apply__web, .apply_box .inner .apply__tel {
		width: 100%;
		overflow: hidden;
		box-sizing: border-box;
		background: #FFF;
		margin: 0 0 2.5vw 0;
	}
	.apply_box .inner .apply__tel {
		margin: 0 0 0 0;
	}
	.apply_box .inner .apply__web h3, .apply_box .inner .apply__tel h3 {
		font-size: 4.5vw;
		width: 100%;
		color: #FFF;
		text-align: center;
		margin: 0;
		font-weight: 700;
		padding: 3.75vw 0;
		box-sizing: border-box;
		border-radius: 10px 10px 0 0;
	}
	.apply_box .inner .apply__web h3 {
		background: url("/option/security/ad/vb-multi/img/icon_web01.svg") left 4vw center no-repeat #CC0000;
		background-size: 9.5vw;
	}
	.apply_box .inner .apply__tel h3 {
		background: url("/option/security/ad/vb-multi/img/icon_tel01.svg") left 4vw center no-repeat #CC0000;
		background-size: 4.5vw;
	}
	.apply_box .inner .inner_box {
		padding: 5vw 0;
		font-size: 2.75vw;
		text-align: center;
		background: #FFF;
		border: 4px solid #CC0000;
		box-sizing: border-box;
		border-radius: 0 0 10px 10px;
		height: auto;
	}
	.apply_box .inner .inner_box .inner_ttl {
		font-size: 5vw;
		font-weight: 700;
		margin: 0 0 2.5vw 0;
	}
	.apply_box .inner .inner_box .inner_ttl span {
		font-size: 7vw;
		color: #28AD00;
		font-family: "Open Sans", sans-serif;
	}
	.apply_box .inner .inner_box a.web_btn {
		display: block;
		width: calc(100% - 5vw);
		font-size: 5vw;
		font-weight: 900;
		color: #FFF;
		text-decoration: none;
		line-height: 14.49vw;
		margin: 2.5vw auto 2.5vw auto;
		border-radius: 100px;
		background: url("/option/security/ad/vb-multi/img/icon_web02.svg") left 7.5vw center no-repeat, url("/option/security/ad/vb-multi/img/icon_brn_arrow.svg") right 7.5vw center no-repeat, #28AD00;
		background-size: 4.75vw, 6vw;
	}
	.apply_box .inner .inner_box a.tel_btn {
		font-size: 9.25vw;
		font-weight: 900;
		color: #28AD00;
		text-decoration: none;
		line-height: 1em;
		margin: 5vw auto 0 auto;
		background: url("/option/security/ad/vb-multi/img/icon_phone.svg") left center no-repeat;
		background-size: 6.5vw;
		padding: 0 0 0 10vw;
	}
	.box_01 {
		width: 100%;
		margin: 0 auto 15vw auto;
		box-sizing: border-box;
		position: relative;
		padding: 0 15px;
	}
	.box_01 .box_01_img {
		position: absolute;
		top: 0;
		right: 15px;
		width: 40vw;
	}
	.box_01 .box_01_img img {
		width: 100%;
	}
	.box_01 h2 {
		font-size: 8vw;
		text-align: left;
		font-weight: 900;
		line-height: 1.4em;
		margin: 0 0 5vw 0;
		padding: 25vw 0 0 0;
		position: relative;
		z-index: 1;
	}
	.box_01 h3 {
		font-size: 6vw;
		text-align: center;
		font-weight: 900;
		line-height: 1.4em;
		margin: 0 0 5vw 0;
	}
	.box_01 h3 span {
		font-size: 9vw;
		font-family: "Open Sans", sans-serif;
		bottom: -0.75vw;
	}
	.box_01 .inner {
		width: 100%;
		background: #CC0000;
		box-sizing: border-box;
		padding: 5vw 3.75vw;
	}
	.box_01 .inner ul li {
		margin: 0 0 2.5vw 0;
		border-radius: 5px;
		background: #D9D9D9;
		font-size: 4.5vw;
		font-weight: 900;
		text-align: center;
		padding: 3.75vw 5vw;
		line-height: 1.3em;
		position: relative;
		height: 17.5vw;
	}
	.box_01 .inner ul li.point {
		margin: 0 0 2.5vw 0;
		color: #CC0000;
		background: #FFF;
		font-size: 5vw;
		padding: 0 5vw;
		line-height: 1.3em;
		position: relative;
		height: 30vw;
	}
	.box_01 .inner ul li.point p {
		font-size: 5vw;
	}
	.box_01 .inner ul li.point span {
		background: url("/option/security/ad/vb-multi/img/box01_icon.png") no-repeat left 6.25vw center;
		background-size: 11.25vw;
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0 0 11.25vw;
	}
	.box_01 .inner ul li p {
		line-height: 1.3em;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 100%;
		font-size: 4.5vw;
	}
	.box_01 .inner ul li:last-child {
		margin: 0;
	}
	.box_02 {
		width: 100%;
		margin: 0 auto 15vw auto;
		text-align: center;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box_02 h2 {
		font-size: 8vw;
		text-align: center;
		font-weight: 900;
		line-height: 1.4em;
		margin: 0 0 3.75vw 0;
		padding: 0 0 0 0;
	}
	.box_02 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 7.5vw 0;
	}
	.box_02 ul li {
		border-radius: 10px;
		background: #FFF;
		width: 100%;
		margin: 0 auto 5vw auto;
		padding: 0 0 5vw 0;
		font-weight: 700;
		box-sizing: border-box;
	}
	.box_02 ul li h3 {
		border-radius: 10px 10px 0 0;
		background: #CC0000;
		color: #FFF;
		padding: 5vw 0;
		margin: 0;
		font-size: 5vw;
		font-weight: 700;
		line-height: 1.4em;
	}
	.box_02 ul li img {
		margin: 7.5vw auto;
	}
	.box_02 h4 {
		font-size: 8.75vw;
		font-weight: 900;
		line-height: 1.4em;
	}
	.box_02 p {
		line-height: 1.5em;
		padding: 0 5vw;
		font-size: 4.5vw;
	}
	.box_03 {
		width: 100%;
		margin: 0 auto;
		background: #CC0000;
		padding: 25vw 15px 22.5vw 15px;
		position: relative;
		box-sizing: border-box;
	}
	.box_03::after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 44px 57px 0 57px;
		border-color: #EDEBE8 transparent transparent transparent;
		top: 21px;
		position: absolute;
		left: calc(50% - 57px);
		transform: translate(0, -50%);
	}
	.box_03 .inner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.box_03 .inner h2 {
		margin: 0;
		padding: 0;
	}
	.box_03 .inner h2 img {
		margin: 0 auto 2.5vw auto;
		text-align: center;
	}
	.box_03 .inner dl.att {
		color: #FFF;
	}
	.box_03 .inner_box {
		background: #FFF;
		margin: 5vw 0 0 0;
		padding: 10vw 3.75vw 3.75vw 3.75vw;
		box-sizing: border-box;
	}
	.box_03 .inner_box h3 {
		font-size: 6vw;
		text-align: center;
		font-weight: 900;
		line-height: 1.4em;
		margin: 0 0 5vw 0;
		padding: 0;
	}
	.box_03 .inner_box p.catch {
		font-size: 5vw;
		text-align: center;
		font-weight: 700;
		line-height: 1.4em;
		margin: 0 0 5vw 0;
		padding: 0;
	}
	.box_03 .inner_box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.box_03 .inner_box a {
		color: #202020;
		text-decoration: none;
	}
	.box_03 .inner_box ul li {
		border-radius: 10px;
		background: #EAEAEA;
		width: 100%;
		margin: 0 auto 2.5vw auto;
		padding: 0 0 5vw 0;
		font-weight: 700;
	}
	.box_03 .inner_box ul li h3 {
		border-radius: 10px 10px 0 0;
		background: #CC0000;
		color: #FFF;
		padding: 2.5vw 0;
		margin: 0;
		font-size: 5vw;
		font-weight: 700;
		line-height: 1.4em;
		height: 17.5vw;
		position: relative;
	}
	.box_03 .inner_box ul li h3 > div {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.box_03 .inner_box ul li img {
		margin: 5vw auto;
	}
	.box_03 .inner_box ul li p {
		text-align: left;
		width: calc(100% - 10vw);
		margin: 0 auto;
		font-weight: 500;
		line-height: 1.5em;
		font-size: 4.5vw;
	}
	.box_03 .inner_box dl.att {
		color: #000;
		margin: 0 auto 0 auto;
		width: 100%;
	}
	.box_03 .inner_box h4 {
		width: calc(100% - 7.5vw);
		color: #FFF;
		background: #CC0000;
		font-size: 5vw;
		font-weight: 700;
		text-align: center;
		border-radius: 5px;
		padding: 3.75vw 0;
		margin: 5vw auto 0 auto;
		;
		position: relative;
		z-index: 1;
	}
	.box_03 .inner_box h4::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 12px 0 12px;
		border-color: #CC0000 transparent transparent transparent;
		display: block;
		position: absolute;
		top: 99%;
		left: 50%;
		margin-left: -10px;
	}
	.box_03 .inner_box .inner_block {
		background: #EAEAEA;
		border-radius: 10px;
		padding: 15vw 3.75vw 3.75vw 3.75vw;
		margin: -6.25vw 0 0 0;
	}
	.box_03 .inner_box .inner_block ul {
		margin: 0 0 5vw 0;
	}
	.box_03 .inner_box .inner_block ul li {
		padding: 3.75vw 3.75vw;
		background: #FFF;
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 2.5vw 0;
		border-radius: 0;
		text-align: left;
		font-weight: 500;
	}
	.box_03 .inner_box .inner_block ul li h5 {
		font-size: 5.5vw;
		color: #CC0000;
		font-weight: 700;
		padding: 1.25vw 0 1.25vw 11vw;
		background: url("/option/security/ad/vb-multi/img/icon_check.svg") no-repeat left center;
		background-size: 7.5vw;
		line-height: 1em;
		margin: 0 0 2.5vw 0;
	}
	.box_03 .inner_box .inner_block ul li p {
		width: 100%;
		text-align: left;
		padding: 0;
		font-size: 4.5vw;
	}
	.box_03 .inner_box .inner_block a.common_btn {
		font-size: 5vw;
		width: 100%;
		padding: 7.5vw;
		display: block;
		margin: 0 auto;
		color: #FFF;
		text-decoration: none;
		border-radius: 5px;
		background: url("/option/security/ad/vb-multi/img/link-icon.png") right 5vw center no-repeat #202020;
		background-size: 7.5vw;
	}
	.box_04 {
		width: 100%;
		margin: -10vw auto 17.5vw auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box_04 a {
		color: #202020;
		text-decoration: none;
	}
	.box_04 .fukidashi {
		width: 48.6%;
		height: 24.5vw;
		background: url("/option/security/ad/vb-multi/img/box_04_fukidashi.svg") top center no-repeat;
		background-size: 100%;
		margin: 0 auto;
		font-size: 6.5vw;
		font-weight: 900;
		text-align: center;
		color: #CC0000;
		padding: 6vw 0 0 0;
		position: relative;
		z-index: 10;
	}
	.box_04 p.catch {
		font-size: 5.5vw;
		font-weight: 700;
		text-align: center;
		margin: 6.25vw auto 7.5vw auto;
		line-height: 1.4em;
	}
	.box_04 h2 {
		margin: 0 auto 10vw auto;
	}
	.box_04 h3 {
		width: calc(100% - 10vw);
		color: #FFF;
		background: #202020;
		font-size: 5vw;
		font-weight: 700;
		text-align: center;
		border-radius: 5px;
		padding: 5vw 0;
		margin: 0 auto 0 auto;
		;
		position: relative;
		z-index: 1;
	}
	.box_04 h3::after {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 12px 0 12px;
		border-color: #202020 transparent transparent transparent;
		display: block;
		position: absolute;
		top: 99%;
		left: 50%;
		margin-left: -10px;
	}
	.box_04 .inner {
		border: 8px solid #202020;
		padding: 22.5vw 3.75vw 7.5vw 3.75vw;
		box-sizing: border-box;
		border-radius: 10px;
		margin: -15vw 0 0 0;
		background: #FFF;
	}
	.box_04 .inner h4 {
		font-size: 5vw;
		font-weight: 700;
		border-bottom: 2px solid #202020;
		padding: 3.75vw 3.75vw 3.75vw 3.75vw;
		display: inline-block;
		margin: 0 auto 3.75vw auto;
	}
	.box_04 .inner h4 span {
		text-align: center;
		display: block;
	}
	.box_04 .inner ul {
		margin: 2.5vw 0 5vw 0;
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	.box_04 .inner ul li {
		display: flex;
		flex-wrap: wrap;
		padding: 5vw 0;
		width: 100%;
		background: url("/option/security/ad/vb-multi/img/box_04_border.svg") top repeat-x;
		box-sizing: border-box;
	}
	.box_04 .inner ul li:nth-child(1) {
		background: none;
	}
	.box_04 .inner ul li:nth-child(2), .box_04 .inner ul li:nth-child(3), .box_04 .inner ul li:nth-child(4) {
		background: url("/option/security/ad/vb-multi/img/box_04_border.svg") top repeat-x !important;
	}
	.box_04 .inner ul li:first-child {
		padding: 0 0 5vw 0;
	}
	.box_04 .inner ul li:last-child {
		background: none;
	}
	.box_04 .inner ul li > div:first-child {
		width: 100%;
		text-align: center;
		padding: 0 0 5vw 0;
		box-sizing: border-box;
	}
	.box_04 .inner ul li > div:last-child {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.box_04 .inner ul li h5 {
		font-size: 5vw;
		font-weight: 700;
		color: #CC0000;
		margin: 0 0 5vw 0;
		text-align: center;
		line-height: 1.2em;
	}
	.box_04 .inner ul li h5 a {
		color: #CC0000;
	}
	.box_04 .inner ul li h5 span {
		font-size: 4vw;
	}
	.box_04 .inner ul li img {
		margin: 0 auto;
	}
	.box_04 .inner ul li p {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1.5em;
	}
	.box_04 a.common_btn {
		font-size: 5vw;
		width: 100%;
		padding: 7.5vw;
		display: block;
		margin: 0 auto;
		color: #FFF;
		text-decoration: none;
		border-radius: 5px;
		background: url("/option/security/ad/vb-multi/img/link-icon.png") right 5vw center no-repeat #202020;
		background-size: 7.5vw;
	}
	.box_05 {
		width: 100%;
		margin: 0 auto;
		padding: 4.69vw 15px 17.5vw 15px;
		box-sizing: border-box;
	}
	.box_05 a {
		color: #202020;
		text-decoration: none;
	}
	.box_05 h2 {
		font-size: 8vw;
		font-weight: 900;
		margin: 0 0 5vw 0;
		padding: 0;
		text-align: center;
		line-height: 1.5em;
	}
	.box_05 p.catch {
		font-size: 6vw;
		font-weight: 700;
		margin: 0 0 7.5vw 0;
		text-align: center;
		line-height: 1.4em;
	}
	.box_05 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.box_05 ul li {
		width: 100%;
		background: #FFF;
		border-radius: 10px;
		margin: 0 0 2.5vw 0;
	}
	.box_05 ul li h4 {
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
		background: #CC0000;
		border-radius: 10px 10px 0 0;
		font-size: 5vw;
		font-weight: 700;
		color: #FFF;
		line-height: 1.5em;
		height: 25vw;
		position: relative;
	}
	.box_05 ul li h4 > div {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	.box_05 ul li p {
		width: calc(100% - 10vw);
		font-size: 4.5vw;
		font-weight: 500;
		margin: 0 auto 5vw auto;
		line-height: 1.5em;
	}
	.box_05 ul li .img_box {
		width: calc(100% - 10vw);
		margin: 5vw auto 5vw auto;
	}
	.box_05 ul li .img_box img {
		width: 100%;
	}
	.box_06 {
		width: 100%;
		padding: 17.5vw 15px;
		background: #F4DCDC;
		margin: 17.5vw 0 0 0;
		box-sizing: border-box;
	}
	.box_06 .inner {
		max-width: 1040px;
		width: 100%;
		background: #F4DCDC;
		margin: 0 auto;
	}
	.box_06 .inner h2 {
		font-size: 34px;
		font-weight: 900;
		margin: 0 0 50px 0;
		text-align: center;
	}
	.benefitslead {
		padding: 0 0 0;
		text-align: left;
		color: #CC0000;
		line-height: 1.8em;
		font-size: 4.5vw;
	}
	.benefitslead dl.att {
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-size: 0;
	}
	.benefitslead dl.att > dt {
		padding: 0;
		margin: 0;
		box-sizing: border-box;
		font-size: 4.5vw;
		line-height: 1.8em;
	}
	.benefitslead dl.att > dd {
		padding: 0;
		margin: 0 0 5px 0;
		box-sizing: border-box;
		font-size: 4.5vw;
		line-height: 1.8em;
	}
	.toggle {
		margin: 25px 0 0 0;
	}
	.toggle .toggle_open {
		border: #CC0000 1px solid;
		padding: 3.75vw;
		cursor: pointer;
		position: relative;
		transition: opacity .2s;
		text-align: left;
		line-height: 1.5em;
	}
	.toggle .toggle_open:hover {
		opacity: 0.7;
	}
	.toggle .toggle_open .btn {
		position: absolute;
		right: 3.75vw;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
		font-weight: 400;
		font-size: 3.5vw;
	}
	.toggle .toggle_open .btn span {
		padding-right: 3.75vw;
		display: inline-block;
		position: relative;
	}
	.toggle .toggle_open .btn span.open {
		display: block;
	}
	.toggle .toggle_open .btn span.close {
		display: none;
	}
	.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
		content: "";
		display: block;
		width: 14px;
		height: 2px;
		background-color: #CC0000;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
	}
	.toggle .toggle_open .btn span::after {
		transform: translateY(-50%) rotate(90deg);
	}
	.toggle .toggle_open.is-open .btn span::after {
		transform: translateY(-50%) rotate(0deg);
	}
	.toggle .toggle_open.is-open .btn span.open {
		display: none;
	}
	.toggle .toggle_open.is-open .btn span.close {
		display: block;
	}
	.toggle .toggle_content {
		display: none;
		padding: 5vw;
		box-sizing: border-box;
		background: #FFF;
		color: #000000;
		font-size: 4vw;
		font-weight: 400;
		line-height: 1.75em;
	}
	.toggle .toggle_content a {
		color: #1755AA;
	}
	.toggle .toggle_content p {
		line-height: 1.75em;
		font-size: 4vw;
	}
	.toggle .toggle_content dl.toggle_step {
		display: flex;
		flex-wrap: wrap;
	}
	.toggle .toggle_content dl.toggle_step dt {
		background: #CC0000;
		color: #FFF;
		border-radius: 5px;
		font-size: 4vw;
		font-weight: 700;
		position: relative;
		width: 100%;
		height: 12.5vw;
		margin: 0 0 2.5vw 0;
	}
	.toggle .toggle_content dl.toggle_step dt p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
		font-size: 4vw;
	}
	.toggle .toggle_content dl.toggle_step dd {
		width: 100%;
		line-height: 1.75em;
		font-weight: 700;
		position: relative;
	}
	.toggle .toggle_content dl.toggle_step dd a {
		font-weight: 700;
	}
	.toggle .toggle_content dl.toggle_step dd p {
		position: static;
		left: 0;
		top: 0;
		transform: translate(0, 0);
		text-align: left;
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		line-height: 1.75em;
		margin: 0;
	}
	.toggle .toggle_content .toggle_arrow {
		width: 100%;
		padding: 2.5vw;
		text-align: center;
	}
	.toggle .toggle_content .toggle_arrow img {
		width: 5%;
		margin: 0 auto;
	}
	.toggle .toggle_content .getpdf {
		margin: 2.5vw 0;
		width: 52%;
	}
	.toggle .toggle_content dl.att {}
	.toggle .toggle_content dl.att > dt {
		flex-basis: 1.5em;
		width: 1.5em;
		font-size: 4vw;
		line-height: 1.75em;
		margin: 0;
		text-align: left;
	}
	.toggle .toggle_content dl.att > dd {
		flex-basis: calc(100% - 1.5em);
		text-align: left;
		font-size: 4vw;
		line-height: 1.75em;
		margin: 0;
	}
	.navmeneu {
		width: 50px;
		height: 50px;
		background: url("/option/security/ad/vb-multi/img/icon_pankuzu.svg") no-repeat center center, rgba(255, 255, 255, 0.8);
		position: fixed;
		top: 10px;
		right: 15px;
		z-index: 9999;
		cursor: pointer;
		text-align: right;
		border-radius: 10vh;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		display: none;
	}
	.navmeneu.active {
		width: 50px;
		height: 50px;
		background: url("/option/security/ad/vb-multi/img/icon_pankuzu_close.svg") no-repeat center center, rgba(255, 255, 255, 0.8);
		border-radius: 20px;
		border-radius: 10vh;
		position: fixed;
		top: 10px;
		right: 15px;
		z-index: 9999;
		cursor: pointer;
		text-align: right;
	}
	.nav_content {
		width: 100% !important;
		height: calc(100vh + 100px);
		display: none;
		position: fixed;
		z-index: 9998;
		background: #FFF;
		margin: -100px 0 0 0;
		padding: 100px 0 0 0;
	}
	.nav_content ul {
		width: 100%;
		margin: 20vw 0 0 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.nav_content ul li a {
		font-size: 4vw;
		text-align: center;
		color: #FFF;
		text-decoration: none;
		padding: 5vw 0;
		margin: 0 0 2.5vw 0;
		width: 100%;
		display: block;
		background: url("/option/security/ad/vb-multi/img/nav_arrow_.svg") right 5vw center no-repeat #CC0000;
		background-size: 3.5vw;
	}
}
@media screen and (max-width: 480px) {}