@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: #FFF;
}
#content a:hover {
	opacity: 0.8;
}
.cmnFtNavi {
	margin-top: 0 !important;
}
ul li {
	list-style: none;
}
strong {
	font-weight: 900 !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, dl.att_s {
	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;
}
dl.att_s > dt {
	flex-basis: 1.5em;
	width: 1.5em;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
	text-align: left;
}
dl.att_s > dd {
	flex-basis: calc(100% - 1.5em);
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
	margin: 0;
}
a.blank_icon {
	background: url("/option/security/ad/meiwaku/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/meiwaku/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 40px 0;
	font-size: 22px;
	position: relative;
}
.main_visual .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 80px 15px 0 15px;
	position: relative;
}
.main_visual .kv_01 {
	width: 45.83%;
	margin: 0 0 30px 0;
}
.main_visual .main_ttl {
	font-size: 48px;
	font-weight: 900;
	color: #CC0000;
	line-height: 1.2em;
}
.main_visual .main_ttl span {
	font-size: 35px;
	color: #202020;
	line-height: 1.2em;
	display: inline-block;
}
.main_visual .main_ttl strong {
	font-size: 48px;
}
.main_visual .main_ttl strong span {
	font-size: 35px;
	color: #202020;
}
.main_visual .main_ttl strong span.text_space {
	font-size: 48px;
	color: #CC0000;
	letter-spacing: -0.2em;
}
.main_visual .kv_02 {
	max-width: 1040px;
	margin: 0 0 0 auto;
	position: absolute;
	top: 0;
	right: 0;
}
.main_visual .kv_03 {
	width: 195px;
	margin: 0 0 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
}
.main_visual img {
	width: 100%;
}
.main_visual p.catch {
	text-align: left;
	font-weight: 700;
	line-height: 1.6em;
	margin: 30px 0 20px 0;
}
.main_visual a {
	text-decoration: none;
	color: #202020;
}
.main_visual .att_s {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.main_visual .att_s dt, .main_visual .att_s dd {
	font-size: 13px;
}
.nav_pc {
	position: sticky;
	top: 0;
	z-index: 100;
	padding: 0 0 2px 0;
	background-color: rgba(255, 255, 255, 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: 13px;
	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/meiwaku/img/nav_arrow_.svg") bottom center no-repeat;
}

.apply_box {
	width: 100%;
	padding: 70px 0 70px 0;
	background: #FFF;
}
.apply_box .inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}
.apply_box h2 {
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 60px 0;
}
.apply_box h2:after {
	content: "";
	width: 80px;
	height: 6px;
	background: #CC0000;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.apply_box .check_service {
	font-size: 48px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 60px 0;
	color: #CC0000;
	display: block;
}
.apply_box .apply_subttl {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	background: #CC0000;
	color: #FFF;
	width: 80%;
	border-radius: 50px;
}
.apply_box .apply_ttl {
	text-align: center;
	margin: 0 0 50px 0;
	font-weight: 900;
	font-size: 24px;
}
.apply_box .apply_ttl span.font_s {
	font-size: 29px;
	color: #202020;
}
.apply_box .apply_ttl span.price {
	font-size: 83px;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	position: relative;
	bottom: -2px;
	color: #CC0000;
}
.apply_box .apply_ttl span.yen {
	font-size: 38px;
	color: #202020;
}
.apply_box .apply_ttl span.tax {
	font-size: 12px;
	margin: 0 0 0 -35px;
	bottom: 38px;
	position: relative;
	color: #202020;
}
.apply_box .apply_ttl sup {
	font-size: 14px;
	top: 10px;
	display: inline-block;
	position: relative;
}
.apply_box p.att {
	text-align: left;
	font-size: 16px;
	width: 100%;
}
.apply_box .apply_inner_dpoint {
	padding: 0 100px;
	background: #FFF;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.apply_box .apply_inner_dpoint h3 {
	background: url("/option/security/ad/meiwaku/img/apply_dpoint.png") no-repeat center top;
	width: 556px;
	height: 92px;
	margin: 0 auto 25px auto;
	padding: 0;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: 700;
	line-height: 66px;
	color: #FFF;
}
.apply_box .apply_inner_dpoint h3 span.font_s {
	font-size: 23px;
}
.apply_box .apply_inner_dpoint h3 span.font_l {
	font-size: 36px;
}
.apply_box .apply_inner_dpoint p.catch {
	font-size: 30px;
	line-height: 1.4em;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0 0 220px;
	background: url("/option/security/ad/meiwaku/img/apply_dpoint_img01.png") no-repeat center left;
	margin: 0 0 30px 0;
}
.apply_box .apply_inner_dpoint p.catch span.font_l {
	font-size: 42px;
	line-height: 1em;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	position: relative;
	bottom: -3px;
}
.apply_box .apply_inner_dpoint p.catch span.font_s {
	font-size: 20px;
	line-height: 1em;
}
.apply_box .apply_inner_dpoint p.subcatch {
	line-height: 1.4em;
	text-align: left;
}
.box_01 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 24px;
	padding: 50px 0 80px 0;
	background: #EAEAEA;
}
.box_01 .inner {
	max-width: 1040px;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.box_01 .inner .main_img img {
	width: 86%;
}
.box_01 h2.box_01_ttl {
	font-size: 37px;
	font-weight: 900;
	text-align: center;
	color: #202020;
	width: 100%;
	line-height: 1.4em;
	margin: 20px 0 40px 0;
}
.box_01 .inner_box_01 {
	width: 100%;
	padding: 50px 30px 30px 30px;
	background: #FFF;
}
.box_01 .inner_box_01 ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box_01 .inner_box_01 ul li {
	width: 50%;
	padding: 0 25px 50px 25px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
.box_01 .inner_box_01 ul li .img_box {
	width: 190px;
	margin: 0 20px 0 0;
}
.box_01 .inner_box_01 ul li .cts_box {
	width: calc(100% - 210px);
}
.box_01 .inner_box_01 ul li .cts_box .sub_ttl {
	width: 229px;
	height: 96px;
	padding: 0 0 12px 0;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	background: url("/option/security/ad/meiwaku/img/box_01_01_waku.png") no-repeat;
	background-size: 100%;
	position: relative;
	color: #FFF;
}
.box_01 .inner_box_01 ul li .cts_box .sub_ttl .icon_virus {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -12px;
	left: -15px;
}
.box_01 .inner_box_01 ul li .cts_box .sub_ttl p {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	margin: -8px 0 0 0;
}
.box_01 .inner_box_01 ul li .cts_box p {
	font-size: 16px;
	text-align: left;
	width: 229px;
	line-height: 1.2em;
}
.box_01 .inner_box_01 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 34px;
	margin: 0 0 30px 0;
}
.box_01 .inner_box_01 h4.ttl_construction {
	background: url("/option/security/ad/meiwaku/img/box_01_h4.png") no-repeat top;
	background-size: 100%;
	font-size: 35px;
	line-height: 95px;
	padding: 0 0 22px 0;
	margin: 0;
	font-weight: 900;
	display: block;
	position: relative;
	z-index: 1;
}
.box_01 .inner_box_02 {
	padding: 40px 50px 30px 50px;
	background: #1F1324;
	box-sizing: border-box;
	margin: -22px 0 0 0;
}
.box_01 .inner_box_02 .img_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 30px 0;
}
.box_01 .inner_box_02 .img_box > div:first-child {
	width: 296px;
}
.box_01 .inner_box_02 .img_box > div:last-child {
	width: 560px;
}
.box_01 .inner_box_02 p {
	font-size: 24px;
	line-height: 1.6em;
	text-align: left;
	font-weight: 700;
	color: #FFF;
}
.box_01 .inner_box_03 {
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 0 100px 0;
}
.box_01 .inner_box_03 h5 {
	font-size: 34px;
	font-weight: 900;
	border: 10px double #CC0000;
	border-left: none;
	border-right: none;
	padding: 40px;
	margin: 0 0 30px 0;
}
.box_01 .inner_box_03 h5 span {
	background: url("/option/security/ad/meiwaku/img/box_01_h5_icon.png") no-repeat left;
	background-size: 69px;
	padding: 0 75px;
}
.box_01 .inner_box_03 p {
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 700;
	text-align: left;
}
.box_01 .inner_box_04 {
	padding: 0 30px;
	box-sizing: border-box;
	margin: 0 0 100px 0;
}
.box_01 .inner_box_04 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 34px;
	margin: 0 0 30px 0;
}
.box_01 .inner_box_04 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_01 .inner_box_04 ul li {
	width: 480px;
	height: 478px;
	background: url("/option/security/ad/meiwaku/img/box_01_04_back.png") no-repeat;
	background-size: 100%;
	margin: 40px 0 0 0;
	padding: 25px;
	box-sizing: border-box;
}
.box_01 .inner_box_04 ul li h4 {
	background: #CC0000;
	color: #FFF;
	text-align: center;
	font-size: 22px;
	line-height: 60px;
	border-radius: 5px;
	width: 350px;
	margin: 0 0 15px 0;
	font-weight: 700;
	position: relative;
}
.box_01 .inner_box_04 ul li h4 .icon_virus {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -12px;
	left: -15px;
}
.box_01 .inner_box_04 ul li h4 .icon_virus img {
	width: 100%;
}
.box_01 .inner_box_04 ul li img {
	width: 60.8%;
	margin: 0 auto;
}
.box_01 .inner_box_04 ul li p {
	font-size: 16px;
	line-height: 1.5em;
	text-align: left;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.box_01 .inner_box_05 {
	padding: 0;
	box-sizing: border-box;
	margin: 0;
}
.box_01 .inner_box_05 h3 {
	text-align: center;
	font-weight: 900;
	font-size: 40px;
	margin: 0 0 30px 0;
}
.box_01 .inner_box_05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0 0;
}
.box_01 .inner_box_05 ul li {
	width: 510px;
}
.box_01 .inner_box_05 ul li h4 {
	border-radius: 10px 10px 0 0;
	height: 90px;
	position: relative;
	background: #28AD00;
	color: #FFF;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin: 0;
}
.box_01 .inner_box_05 ul li h4 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	text-align: center;
}
.box_01 .inner_box_05 .inner_box_05_cts {
	display: flex;
	flex-wrap: wrap;
	padding: 30px;
	box-sizing: border-box;
	background: #FFF;
	border-radius: 0 0 10px 10px;
	justify-content: space-between;
}
.box_01 .inner_box_05 .inner_box_05_cts > div:first-child img {
	width: 93px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.box_01 .inner_box_05 .inner_box_05_cts p {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	line-height: 1.5em;
	width: calc(100% - 130px);
}
.box_01 p.att {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
}
.box_03 {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 100px 0;
	background: url("/option/security/ad/meiwaku/img/box_03_bg.jpg") no-repeat bottom #FFF;
	background-size: 100%;
}
.box_03 .inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	padding: 0 0 0 0;
}
.box_03 .inner h2 {
	font-size: 41px;
	font-weight: 900;
	margin: 0 0 30px 0;
}
.box_03 .inner h3 {
	font-size: 67px;
	font-weight: 900;
	color: #CC0000;
	margin: 0 0 20px 0;
}
.box_03 .inner p.att {
	font-size: 16px;
	text-align: center;
}
.box_03 h4 {
	font-size: 34px;
	text-align: center;
	font-weight: 900;
	background: #CC0000;
	color: #FFF;
	padding: 20px 0;
	width: 100%;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}
.box_03 .inner_box {
	background: #FFF;
	box-sizing: border-box;
	border: 5px solid #CC0000;
	border-top: none;
	width: 100%;
	padding: 30px 30px 20px 30px;
	margin: 0;
}
.box_03 .inner_box p.catch {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
}
.box_03 .inner_box p.sub_catch {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4em;
	margin: 30px 0;
}
.box_03 .inner_box .main_img {
	width: 85.96%;
	margin: 0 auto 30px auto;
}
.box_05 {
	width: 100%;
	margin: 0 auto;
	padding: 90px 0;
	background: #EAEAEA;
}
.box_05 h2 {
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 60px 0;
}
.box_05 h2:after {
	content: "";
	width: 80px;
	height: 6px;
	background: #CC0000;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.box_05 p.catch {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 50px 0;
	text-align: center;
}
.box_05 .inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.qa_box {
	padding: 10px 0 40px 0;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #CC0000;
}
.qalead {
	text-align: left;
	color: #CC0000;
	line-height: 1.4em;
	font-size: 24px;
	font-weight: 700;
	display: block;
	margin: 0 0 40px 0;
}
.qalead .qa_qtitle {
	display: flex;
	flex-wrap: wrap;
}
.qalead .qa_qtitle > div:first-child {
	width: 50px;
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
}
.qalead .qa_qtitle > div:last-child {
	width: calc(100% - 50px);
	padding: 0 45px 0 15px;
	box-sizing: border-box;
}
.qatoggle {
	margin: 25px 0 0 0;
}
.qatoggle .qatoggle_open {
	padding: 0;
	cursor: pointer;
	position: relative;
	transition: opacity .2s;
}
.qatoggle .qatoggle_open:hover {
	opacity: 0.7;
}
.qatoggle .qatoggle_open .btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	font-weight: 400;
}
.qatoggle .qatoggle_open .btn span {
	padding-right: 0;
	display: inline-block;
	position: relative;
}
.qatoggle .qatoggle_open .btn span.open {
	display: block;
}
.qatoggle .qatoggle_open .btn span.close {
	display: none;
}
.qatoggle .qatoggle_open .btn span::before, .qatoggle .qatoggle_open .btn span::after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background-color: #CC0000;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
}
.qatoggle .qatoggle_open .btn span::after {
	transform: translateY(-50%) rotate(90deg);
}
.qatoggle .qatoggle_open.qais-open .btn span::after {
	transform: translateY(-50%) rotate(0deg);
}
.qatoggle .qatoggle_open.qais-open .btn span.open {
	display: none;
}
.qatoggle .qatoggle_open.qais-open .btn span.close {
	display: block;
}
.qatoggle .qatoggle_content {
	display: none;
	margin: 30px 0 0 0;
}
.qatoggle .qatoggle_content .content_box {
	flex-wrap: wrap;
	display: flex;
}
.qatoggle .qatoggle_content .content_box > div:first-child {
	width: 50px;
	font-size: 20px;
	color: #CC0000;
	font-family: "Open Sans", sans-serif;
	text-align: right;
	line-height: 1.7em;
	font-weight: 700;
}
.qatoggle .qatoggle_content .content_box > div:last-child {
	width: calc(100% - 50px);
	padding: 0 45px 0 15px;
	box-sizing: border-box;
	font-size: 20px;
	line-height: 1.7em;
	color: #202020;
	font-weight: 500;
}
.qatoggle .qatoggle_content .left_1em {
	display: inline-block;
	margin: 0 0 0 1em;
}
.qatoggle .qatoggle_content dl dt, .qatoggle .qatoggle_content dl dd {
	font-size: 16px;
	font-weight: 400;
}
.qatoggle .qatoggle_content p.att {
	font-size: 16px;
	font-weight: 400;
}
.box_06 {
	width: 100%;
	padding: 90px 0;
	background: #F4DCDC;
	margin: 0;
}
.box_06 .inner {
	max-width: 1040px;
	width: 100%;
	background: #F4DCDC;
	margin: 0 auto;
	padding: 0;
}
.box_06 h2 {
	font-size: 34px;
	font-weight: 900;
	text-align: center;
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 50px 0;
}
.box_06 h2:after {
	content: "";
	width: 80px;
	height: 6px;
	background: #CC0000;
	border-radius: 20px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.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: 24px;
	font-weight: 700;
}
.toggle {
	margin: 25px 0 0 0;
}
.toggle .toggle_open {
	border: #CC0000 1px solid;
	padding: 15px 25px;
	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: 20px;
	height: 3px;
	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: 25px;
	box-sizing: border-box;
	background: #FFF;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5em;
}
.toggle .toggle_content a {
	color: #1755AA;
}
.toggle .toggle_content p {
	line-height: 1.5em;
}
.toggle .toggle_content h3 {
	line-height: 1.5em;
	color: #CC0000;
	margin: 20px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CC0000;
	font-size: 20px;
	font-weight: 500;
}
.toggle .toggle_content h4 {
	line-height: 1.5em;
	color: #CC0000;
	margin: 0;
	padding: 5px 15px;
	border: 1px solid #CC0000;
	font-size: 20px;
	display: inline-block;
	background: #FFF;
	font-weight: 500;
	width: auto;
}
.toggle .toggle_content dl.att {}
.toggle .toggle_content dl.att > dt {
	flex-basis: 1.5em;
	width: 1.5em;
	font-size: 20px;
	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: 20px;
	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;
	}
	dl.att_s > dt {
		font-size: 1.53vw;
	}
	dl.att_s > dd {
		font-size: 1.53vw;
	}
	a.blank_icon {
		background: url("/option/security/ad/meiwaku/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/meiwaku/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 {
		margin: 0 0 3.84vw 0;
		font-size: 2.11vw;
	}
	.main_visual .inner {
		width: 100%;
		padding: 7.69vw 15px 0 15px;
	}
	.main_visual .kv_01 {
		width: 49.5%;
		margin: 0 0 2.88vw 0;
	}
	.main_visual .main_ttl {
		font-size: 4.6vw;
	}
	.main_visual .main_ttl span {
		font-size: 3vw;
	}
	.main_visual .main_ttl strong {
		font-size: 4.2vw;
	}
	.main_visual .main_ttl strong span {
		font-size: 3vw;
	}
	.main_visual .main_ttl strong span.text_space {
		font-size: 4.2vw;
	}
	.main_visual .kv_02 {
		max-width: 100%;
		overflow: hidden;
	}
	.main_visual .kv_02 img {
		width: 100%;
		position: relative;
		right: -15%;
	}
	.main_visual .kv_03 {
		width: 18.75vw;
		right: 15px;
	}
	.main_visual p.catch {
		margin: 2.88vw 0 1.92vw 0;
	}
	.main_visual .att_s {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.nav_pc ul {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.nav_pc ul li {
		width: 24%;
		font-size: 1.25vw;
		height: 60px;
	}
	.nav_pc ul li span {
		padding-bottom: 1.44vw;
		background: url("/option/security/ad/meiwaku/img/nav_arrow_.svg") bottom center no-repeat;
		background-size: 1.44vw;
	}
	.apply_box {
		width: 100%;
		padding: 6.73vw 0 6.73vw 0;
	}
	.apply_box .inner {
		width: 100%;
		margin: 0 auto;
	}
	.apply_box h2 {
		font-size: 3.26vw;
		padding: 0 0 2.88vw 0;
		margin: 0 0 5.76vw 0;
	}
	.apply_box h2:after {
		content: "";
		width: 7.69vw;
		height: 0.57vw;
		border-radius: 20px;
	}
	.apply_box .check_service {
		font-size: 4.61vw;
		margin: 0 0 5.76vw 0;
	}
	.apply_box .apply_subttl {
		font-size: 2.88vw;
		padding: 1.92vw 0;
		border-radius: 4.8vw;
	}
	.apply_box .apply_ttl {
		margin: 0 0 4.8vw 0;
		font-size: 2.3vw;
	}
	.apply_box .apply_ttl span.font_s {
		font-size: 2.78vw;
	}
	.apply_box .apply_ttl span.price {
		font-size: 7.98vw;
		bottom: -0.19vw;
	}
	.apply_box .apply_ttl span.yen {
		font-size: 3.65vw;
	}
	.apply_box .apply_ttl span.tax {
		font-size: 1.15vw;
		margin: 0 0 0 -3.36vw;
		bottom: 3.65vw;
	}
	.apply_box .apply_ttl sup {
		font-size: 1.34vw;
		top: 0.96vw;
	}
	.apply_box .apply_inner_dpoint {
		padding: 0 9.61vw;
		font-size: 1.73vw;
	}
	.apply_box .apply_inner_dpoint h3 {
		background: url("/option/security/ad/meiwaku/img/apply_dpoint.png") no-repeat center top;
		background-size: 100%;
		width: 53.46vw;
		height: 8.84vw;
		margin: 0 auto 2.4vw auto;
		font-size: 3.07vw;
		line-height: 6.34vw;
	}
	.apply_box .apply_inner_dpoint h3 span.font_s {
		font-size: 2.21vw;
	}
	.apply_box .apply_inner_dpoint h3 span.font_l {
		font-size: 3.46vw;
	}
	.apply_box .apply_inner_dpoint p.catch {
		font-size: 2.88vw;
		width: 100%;
		padding: 0 0 0 21.15vw;
		background: url("/option/security/ad/meiwaku/img/apply_dpoint_img01.png") no-repeat center left;
		background-size: 18.07vw;
		margin: 0 0 2.88vw 0;
	}
	.apply_box .apply_inner_dpoint p.catch span.font_l {
		font-size: 4.03vw;
		bottom: -0.28vw;
	}
	.apply_box .apply_inner_dpoint p.catch span.font_s {
		font-size: 1.92vw;
	}
	.box_01 {
		font-size: 24px;
		padding: 4.8vw 0 7.69vw 0;
	}
	.box_01 .inner {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box_01 h2.box_01_ttl {
		font-size: 3.55vw;
		margin: 1.92vw 0 3.84vw 0;
	}
	.box_01 .inner_box_01 {
		padding: 4.8vw 2.88vw 2.88vw 2.88vw;
	}
	.box_01 .inner_box_01 ul li {
		padding: 0 2.4vw 4.8vw 2.4vw;
	}
	.box_01 .inner_box_01 ul li .img_box {
		width: 18.26vw;
		margin: 0 1.92vw 0 0;
	}
	.box_01 .inner_box_01 ul li .cts_box {
		width: calc(100% - 20.19vw);
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl {
		width: 22.01vw;
		height: 9.23vw;
		padding: 0 0 1.15vw 0;
		margin: 0 0 0.96vw 0;
		background: url("/option/security/ad/meiwaku/img/box_01_01_waku.png") no-repeat;
		background-size: 100%;
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl .icon_virus {
		width: 3.84vw;
		height: 3.84vw;
		top: -1.15vw;
		left: -1.44vw;
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl p {
		font-size: 2.11vw;
		margin: -0.76vw 0 0 0;
	}
	.box_01 .inner_box_01 ul li .cts_box p {
		font-size: 1.53vw;
		width: 22.01vw;
	}
	.box_01 .inner_box_01 h3 {
		font-size: 3.26vw;
		margin: 0 0 2.88vw 0;
	}
	.box_01 .inner_box_01 h4.ttl_construction {
		background: url("/option/security/ad/meiwaku/img/box_01_h4.png") no-repeat top;
		background-size: 100%;
		font-size: 3.36vw;
		line-height: 8.7vw;
		padding: 0 0 2.11vw 0;
	}
	.box_01 .inner_box_02 {
		padding: 3.84vw 4.8vw 2.88vw 4.8vw;
		margin: -2.3vw 0 0 0;
	}
	.box_01 .inner_box_02 .img_box {
		margin: 0 0 2.88vw 0;
	}
	.box_01 .inner_box_02 .img_box > div:first-child {
		width: 33.78%;
	}
	.box_01 .inner_box_02 .img_box > div:last-child {
		width: 63.92%;
	}
	.box_01 .inner_box_02 p {
		font-size: 2.3vw;
	}
	.box_01 .inner_box_03 {
		padding: 0 2.88vw;
		margin: 0 0 9.61vw 0;
	}
	.box_01 .inner_box_03 h5 {
		font-size: 3.26vw;
		border: 0.96vw double #CC0000;
		border-left: none;
		border-right: none;
		padding: 3.84vw;
		margin: 0 0 2.88vw 0;
	}
	.box_01 .inner_box_03 h5 span {
		background: url("/option/security/ad/meiwaku/img/box_01_h5_icon.png") no-repeat left;
		background-size: 6.63vw;
		padding: 0 7.21vw;
	}
	.box_01 .inner_box_03 p {
		font-size: 2.3vw;
	}
	.box_01 .inner_box_04 {
		padding: 0 2.88vw;
		margin: 0 0 9.61vw 0;
	}
	.box_01 .inner_box_04 h3 {
		font-size: 3.26vw;
		margin: 0 0 2.88vw 0;
	}
	.box_01 .inner_box_04 ul li {
		width: 48.97%;
		height: 44vw;
		background: url("/option/security/ad/meiwaku/img/box_01_04_back.png") no-repeat;
		background-size: 100%;
		margin: 3.84vw 0 0 0;
		padding: 2.4vw;
	}
	.box_01 .inner_box_04 ul li h4 {
		font-size: 2.11vw;
		line-height: 5.76vw;
		border-radius: 5px;
		width: 33.65vw;
		margin: 0 0 1.44vw 0;
	}
	.box_01 .inner_box_04 ul li h4 .icon_virus {
		width: 3.84vw;
		height: 3.84vw;
		top: -1.15vw;
		left: -1.44vw;
	}
	.box_01 .inner_box_04 ul li p {
		font-size: 1.53vw;
		margin: 0 0 1.92vw 0;
	}
	.box_01 .inner_box_05 h3 {
		font-size: 3.84vw;
		margin: 0 0 2.88vw 0;
	}
	.box_01 .inner_box_05 ul {
		margin: 4.8vw 0 0 0;
	}
	.box_01 .inner_box_05 ul li {
		width: 49%;
	}
	.box_01 .inner_box_05 ul li h4 {
		border-radius: 10px 10px 0 0;
		height: 8.65vw;
		font-size: 2.3vw;
	}
	.box_01 .inner_box_05 .inner_box_05_cts {
		padding: 2.88vw;
		border-radius: 0 0 10px 10px;
	}
	.box_01 .inner_box_05 .inner_box_05_cts > div:first-child img {
		width: 8.94vw;
	}
	.box_01 .inner_box_05 .inner_box_05_cts p {
		font-size: 1.73vw;
		width: calc(100% - 12.5vw);
	}
	.box_01 p.att {
		font-size: 1.53vw;
	}
	.box_03 {
		width: 100%;
		padding: 4.91vw 0 9.61vw 0;
		background: url("/option/security/ad/meiwaku/img/box_03_bg.jpg") no-repeat bottom #FFF;
		background-size: 100%;
	}
	.box_03 .inner {
		width: 100%;
		padding: 0 1.44vw;
		box-sizing: border-box;
	}
	.box_03 .inner h2 {
		font-size: 3.94vw;
		margin: 0 0 2.88vw 0;
	}
	.box_03 .inner h3 {
		font-size: 6.44vw;
		margin: 0 0 1.92vw 0;
	}
	.box_03 .inner p.att {
		font-size: 1.53vw;
	}
	.box_03 h4 {
		font-size: 3.26vw;
		padding: 1.92vw 0;
		margin: 2.88vw 0 0 0;
	}
	.box_03 .inner_box {
		border: 5px solid #CC0000;
		padding: 2.88vw 2.88vw 1.92vw 2.88vw;
	}
	.box_03 .inner_box p.catch {
		font-size: 2.5vw;
	}
	.box_03 .inner_box p.sub_catch {
		font-size: 1.92vw;
		margin: 2.88vw 0;
	}
	.box_03 .inner_box .main_img {
		width: 85.96%;
		margin: 0 auto 2.88vw auto;
	}
	.box_05 {
		width: 100%;
		padding: 8.65vw 15px;
		box-sizing: border-box;
	}
	.box_05 h2 {
		font-size: 3.26vw;
		padding: 0 0 2.88vw 0;
		margin: 0 0 5.76vw 0;
	}
	.box_05 h2:after {
		width: 7.69vw;
		height: 0.57vw;
		border-radius: 20px;
	}
	.box_05 p.catch {
		font-size: 2.3vw;
		margin: 0 0 4.8vw 0;
	}
	.box_05 .inner {
		width: 100%;
	}
	.qa_box {
		padding: 0.96vw 0 3.84vw 0;
		width: 100%;
		border-bottom: 1px solid #CC0000;
	}
	.qalead {
		font-size: 2.3vw;
		margin: 0 0 3.84vw 0;
	}
	.qalead .qa_qtitle > div:first-child {
		width: 4.8vw;
		font-size: 2.3vw;
	}
	.qalead .qa_qtitle > div:last-child {
		width: calc(100% - 4.8vw);
		padding: 0 4.32vw 0 1.44vw;
	}
	.qatoggle {
		margin: 2.4vw 0 0 0;
	}
	.qatoggle .qatoggle_open .btn span::before, .qatoggle .qatoggle_open .btn span::after {
		width: 1.92vw;
		height: 0.28vw;
	}
	.qatoggle .qatoggle_content {
		margin: 2.88vw 0 0 0;
	}
	.qatoggle .qatoggle_content .content_box > div:first-child {
		width: 4.8vw;
		font-size: 1.92vw;
	}
	.qatoggle .qatoggle_content .content_box > div:last-child {
		width: calc(100% - 4.8vw);
		padding: 0 4.32vw 0 1.44vw;
		font-size: 1.92vw;
	}
	.qatoggle .qatoggle_content dl dt, .qatoggle .qatoggle_content dl dd {
		font-size: 1.53vw;
		font-weight: 400;
	}
	.qatoggle .qatoggle_content p.att {
		font-size: 1.53vw;
		font-weight: 400;
	}
	.box_06 {
		width: 100%;
		padding: 8.65vw 15px;
		margin: 0;
		box-sizing: border-box;
	}
	.box_06 .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.box_06 h2 {
		font-size: 3.26vw;
		padding: 0 0 2.88vw 0;
		margin: 0 0 4.8vw 0;
	}
	.box_06 h2:after {
		width: 7.69vw;
		height: 0.57vw;
		border-radius: 20px;
	}
	.benefits_box {
		margin: 0 0 3.84vw 0;
		width: 100%;
		padding: 0;
	}
	.benefitslead {
		padding: 0;
		font-size: 2.3vw;
	}
	.toggle {
		margin: 2.4vw 0 0 0;
	}
	.toggle .toggle_open {
		border: #CC0000 1px solid;
		padding: 1.44vw 2.4vw;
	}
	.toggle .toggle_open .btn {
		right: 1.92vw;
		top: 50%;
	}
	.toggle .toggle_open .btn span {
		padding-right: 1.92vw;
	}
	.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
		width: 1.92vw;
		height: 0.28vw;
	}
	.toggle .toggle_content {
		padding: 2.4vw;
		font-size: 1.92vw;
	}
	.toggle .toggle_content h3 {
		margin: 1.92vw 0 1.92vw 0;
		padding: 0 0 1.92vw 0;
		border-bottom: 1px solid #CC0000;
		font-size: 1.92vw;
	}
	.toggle .toggle_content h4 {
		margin: 0;
		padding: 0.48vw 1.44vw;
		border: 1px solid #CC0000;
		font-size: 1.92vw;
	}
	.toggle .toggle_content dl.att {}
	.toggle .toggle_content dl.att > dt {
		font-size: 1.92vw;
	}
	.toggle .toggle_content dl.att > dd {
		font-size: 1.92vw;
	}
}
@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;
	}
	dl.att_s > dt {
		flex-basis: 1.5em;
		width: 1.5em;
		font-size: 4vw;
		line-height: 1.4em;
		margin: 0;
		text-align: left;
	}
	dl.att_s > dd {
		flex-basis: calc(100% - 1.5em);
		text-align: left;
		font-size: 4vw;
		line-height: 1.4em;
		margin: 0;
	}
	a.blank_icon {
		background: url("/option/security/ad/meiwaku/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/meiwaku/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%;
		padding: 0;
		margin: 0;
		font-size: 4.5vw;
		position: relative;
		box-sizing: border-box;
	}
	.main_visual .inner {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 5vw 0 0 0;
		position: relative;
	}
	.main_visual .kv_01 {
		width: 100%;
		margin: 0 0 2.5vw 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.main_visual .main_ttl {
		font-size: 8.75vw;
		font-weight: 900;
		color: #CC0000;
		line-height: 1.2em;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.main_visual .main_ttl span {
		font-size: 7vw;
		color: #202020;
		line-height: 1.2em;
		display: inline-block;
	}
	.main_visual .main_ttl strong {
		font-size: 8.75vw;
	}
	.main_visual .main_ttl strong span {
		font-size: 9.5vw;
		color: #202020;
	}
	.main_visual .main_ttl strong span.text_space {
		font-size: 8.75vw;
		color: #CC0000;
		letter-spacing: -0.25em;
	}
	.main_visual .kv_02 {
		width: 100%;
		margin: -11.25vw 0 0 auto;
		position: relative;
		padding: 0;
	}
	.main_visual .kv_03 {
		width: 34%;
		margin: 0;
		position: absolute;
		top: 118.75vw;
		right: 15px;
	}
	.main_visual img {
		width: 100%;
	}
	.main_visual p.catch {
		font-weight: 700;
		line-height: 1.6em;
		margin: 0 0 2.5vw 0;
		padding: 0 15px;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		font-size: 4.5vw;
	}
	.main_visual a {
		text-decoration: none;
		color: #202020;
	}
	.main_visual .att_s {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.nav_pc {
		display: none;
	}
	.apply_box {
		width: 100%;
		padding: 12.5vw 15px 12.5vw 15px;
		background: #FFF;
		box-sizing: border-box;
	}
	.apply_box h2 {
		font-size: 7vw;
		font-weight: 900;
		text-align: center;
		position: relative;
		padding: 0 0 5.5vw 0;
		margin: 0 0 5.5vw 0;
	}
	.apply_box h2:after {
		content: "";
		width: 21vw;
		height: 1.25vw;
		background: #CC0000;
		border-radius: 20px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.apply_box .check_service {
		font-size: 8.5vw;
		font-weight: 900;
		text-align: center;
		margin: 0 0 2vw 0;
		color: #CC0000;
		display: block;
		line-height: 1.2em;
	}
	.apply_box .apply_subttl {
		font-size: 5.5vw;
		font-weight: 700;
		text-align: center;
		padding: 2.5vw 0;
		margin: 0 auto;
		background: #CC0000;
		color: #FFF;
		width: 100%;
		border-radius: 100px;
	}
	.apply_box .apply_ttl {
		text-align: center;
		margin: 0 0 3vw 0;
		font-weight: 900;
		font-size: 5.5vw;
	}
	.apply_box .apply_ttl span.font_s {
		font-size: 5.5vw;
		color: #202020;
	}
	.apply_box .apply_ttl span.price {
		font-size: 19.75vw;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		position: relative;
		bottom: -0.3vw;
		color: #CC0000;
		line-height: 1em;
	}
	.apply_box .apply_ttl span.yen {
		font-size: 9vw;
		color: #202020;
	}
	.apply_box .apply_ttl span.tax {
		font-size: 2.75vw;
		margin: 0 0 0 -8vw;
		bottom: 9vw;
		position: relative;
		color: #202020;
	}
	.apply_box p.att {
		font-size: 4vw;
	}
	.apply_box .apply_inner_dpoint {
		padding: 0;
		background: #FFF;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		text-align: center;
		font-size: 4.5vw;
		font-weight: 700;
	}
	.apply_box .apply_inner_dpoint h3 {
		background: url("/option/security/ad/meiwaku/img/sp_apply_dpoint.png") no-repeat center top;
		background-size: 100%;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 4vw 0 9vw 0;
		box-sizing: border-box;
		font-size: 7vw;
		font-weight: 700;
		line-height: 1.2em;
	}
	.apply_box .apply_inner_dpoint h3 span.font_s {
		font-size: 5vw;
	}
	.apply_box .apply_inner_dpoint h3 span.font_l {
		font-size: 8vw;
	}
	.apply_box .apply_inner_dpoint p.catch {
		font-size: 6.5vw;
		line-height: 1.4em;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		padding: 37.5vw 0 0 0;
		background: url("/option/security/ad/meiwaku/img/apply_dpoint_img01.png") no-repeat center top;
		background-size: 37.5vw;
		margin: 0 0 30px 0;
	}
	.apply_box .apply_inner_dpoint p.catch span.font_l {
		font-size: 8.75vw;
		line-height: 1em;
		font-family: "Open Sans", sans-serif;
		display: inline-block;
		position: relative;
		bottom: -0.5vw;
	}
	.apply_box .apply_inner_dpoint p.catch span.font_s {
		font-size: 4.25vw;
		line-height: 1em;
	}
	.apply_box .apply_inner_dpoint p.subcatch {
		line-height: 1.4em;
		text-align: left;
	}
	.box_01 {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 7.69vw 0;
		background: #EAEAEA;
	}
	.box_01 .inner {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.box_01 .inner .main_img img {
		width: 98%;
	}
	.box_01 h2.box_01_ttl {
		font-size: 7vw;
		font-weight: 900;
		text-align: center;
		color: #202020;
		width: 100%;
		line-height: 1.4em;
		margin: 3.75vw 0 7.5vw 0;
	}
	.box_01 .inner_box_01 {
		width: 100%;
		padding: 5vw;
		background: #FFF;
	}
	.box_01 .inner_box_01 ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.box_01 .inner_box_01 ul li {
		width: 100%;
		padding: 0 0 7.5vw 0;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	.box_01 .inner_box_01 ul li .img_box {
		width: 100%;
		margin: 0 0 2.5vw 0;
	}
	.box_01 .inner_box_01 ul li .img_box img {
		width: 61.5%;
	}
	.box_01 .inner_box_01 ul li .cts_box {
		width: 100%;
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl {
		width: 100%;
		height: 18vw;
		padding: 0 0 3.25vw 0;
		margin: 0 0 2.5vw 0;
		box-sizing: border-box;
		background: url("/option/security/ad/meiwaku/img/sp_box_01_01_waku.png") no-repeat;
		background-size: 100%;
		position: relative;
		color: #FFF;
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl .icon_virus {
		width: 10vw;
		height: 10vw;
		position: absolute;
		top: -3vw;
		left: -3.75vw;
	}
	.box_01 .inner_box_01 ul li .cts_box .sub_ttl p {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 5.5vw;
		font-weight: 700;
		text-align: center;
		margin: -2vw 0 0 0;
		width: 100%
	}
	.box_01 .inner_box_01 ul li .cts_box p {
		font-size: 4.5vw;
		text-align: left;
		width: 100%;
		line-height: 1.2em;
	}
	.box_01 .inner_box_01 h3 {
		text-align: center;
		font-weight: 900;
		font-size: 6.5vw;
		margin: 0 0 10vw 0;
	}
	.box_01 .inner_box_01 h4.ttl_construction {
		background: url("/option/security/ad/meiwaku/img/sp_box_01_h4.png") no-repeat top;
		background-size: 100%;
		font-size: 5.75vw;
		line-height: 26.5vw;
		padding: 0 0 5.25vw 0;
		margin: 0;
		font-weight: 900;
		display: block;
		position: relative;
		z-index: 1;
	}
	.box_01 .inner_box_02 {
		padding: 7.5vw 3.25vw 7.5vw 3.25vw;
		background: #1F1324;
		box-sizing: border-box;
		margin: -5.8vw 0 0 0;
	}
	.box_01 .inner_box_02 .img_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 0 7.5vw 0;
	}
	.box_01 .inner_box_02 .img_box > div:first-child {
		width: 100%;
		margin: 0 0 5vw 0;
	}
	.box_01 .inner_box_02 .img_box > div:last-child {
		width: 100%;
	}
	.box_01 .inner_box_02 p {
		font-size: 5.5vw;
		line-height: 1.6em;
		text-align: left;
		font-weight: 700;
		color: #FFF;
	}
	.box_01 .inner_box_03 {
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 12.5vw 0;
	}
	.box_01 .inner_box_03 h5 {
		font-size: 6.5vw;
		font-weight: 900;
		border: 2.5vw double #CC0000;
		border-left: none;
		border-right: none;
		padding: 3.75vw 0;
		margin: 0 0 7.5vw 0;
		line-height: 1.2em;
	}
	.box_01 .inner_box_03 h5 span {
		background: url("/option/security/ad/meiwaku/img/box_01_h5_icon.png") no-repeat left center;
		background-size: 11.75vw;
		padding: 0 0 0 12.5vw;
		display: block;
	}
	.box_01 .inner_box_03 p {
		font-size: 5.5vw;
		line-height: 1.6em;
		font-weight: 700;
		text-align: left;
	}
	.box_01 .inner_box_04 {
		padding: 0;
		box-sizing: border-box;
		margin: 0 0 15vw 0;
	}
	.box_01 .inner_box_04 h3 {
		text-align: center;
		font-weight: 900;
		font-size: 7vw;
		margin: 0 0 7.5vw 0;
	}
	.box_01 .inner_box_04 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_01 .inner_box_04 ul li {
		width: 100%;
		height: 128vw;
		background: url("/option/security/ad/meiwaku/img/sp_box_01_04_back.png") no-repeat;
		background-size: 100%;
		margin: 0 0 7.5vw 0;
		padding: 7.5vw;
		box-sizing: border-box;
	}
	.box_01 .inner_box_04 ul li:last-child {
		margin: 0;
	}
	.box_01 .inner_box_04 ul li h4 {
		background: #CC0000;
		color: #FFF;
		text-align: center;
		font-size: 5.5vw;
		line-height: 1.2em;
		border-radius: 5px;
		width: 65.75vw;
		height: 18.5vw;
		margin: 0 0 5vw 0;
		font-weight: 700;
		position: relative;
	}
	.box_01 .inner_box_04 ul li h4 span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		text-align: center;
		width: 100%;
	}
	.box_01 .inner_box_04 ul li h4 .icon_virus {
		width: 10vw;
		height: 10vw;
		position: absolute;
		top: -3vw;
		left: -3.75vw;
	}
	.box_01 .inner_box_04 ul li h4 .icon_virus img {
		width: 100%;
	}
	.box_01 .inner_box_04 ul li img {
		width: 80%;
		margin: 0 auto;
	}
	.box_01 .inner_box_04 ul li p {
		font-size: 4.5vw;
		line-height: 1.5em;
		text-align: left;
		font-weight: 500;
		margin: 0 0 2.5vw 0;
	}
	.box_01 .inner_box_05 {
		padding: 0;
		box-sizing: border-box;
		margin: 0;
	}
	.box_01 .inner_box_05 h3 {
		text-align: center;
		font-weight: 900;
		font-size: 7vw;
		margin: 0 0 7.5vw 0;
	}
	.box_01 .inner_box_05 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0;
	}
	.box_01 .inner_box_05 ul li {
		width: 100%;
		margin: 0 0 5vw 0;
	}
	.box_01 .inner_box_05 ul li:last-child {
		width: 100%;
		margin: 0;
	}
	.box_01 .inner_box_05 ul li h4 {
		border-radius: 10px 10px 0 0;
		height: 22.5vw;
		position: relative;
		background: #28AD00;
		color: #FFF;
		font-size: 5vw;
		line-height: 1.2em;
		font-weight: 700;
		margin: 0;
	}
	.box_01 .inner_box_05 ul li h4 span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		width: 100%;
		text-align: center;
	}
	.box_01 .inner_box_05 .inner_box_05_cts {
		display: flex;
		flex-wrap: wrap;
		padding: 7.5vw;
		box-sizing: border-box;
		background: #FFF;
		border-radius: 0 0 10px 10px;
		justify-content: space-between;
	}
	.box_01 .inner_box_05 .inner_box_05_cts > div:first-child {
		width: 100%;
		height: 33.5vw;
		position: relative;
		margin: 0 0 5vw 0;
	}
	.box_01 .inner_box_05 .inner_box_05_cts > div:first-child img {
		width: 22.5vw;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.box_01 .inner_box_05 .inner_box_05_cts p {
		font-size: 4.5vw;
		font-weight: 700;
		text-align: left;
		line-height: 1.5em;
		width: 100%;
	}
	.box_01 p.att {
		font-size: 4vw;
		line-height: 1.2em;
		font-weight: 400;
	}
	.box_03 {
		width: 100%;
		margin: 0 auto;
		padding: 7.5vw 15px 15vw 15px;
		background: url("/option/security/ad/meiwaku/img/sp_box_03_bg.png") no-repeat bottom #FFF;
		background-size: 100%;
		box-sizing: border-box;
	}
	.box_03 .inner {
		width: 100%;
		margin: 0 auto 0 auto;
		text-align: center;
		position: relative;
		padding: 0 0 0 0;
	}
	.box_03 .inner h2 {
		font-size: 7vw;
		font-weight: 900;
		margin: 0 0 7.5vw 0;
		line-height: 1.7em;
	}
	.box_03 .inner h3 {
		font-size: 9.5vw;
		font-weight: 900;
		color: #CC0000;
		margin: 0 0 2.5vw 0;
	}
	.box_03 .inner p.att {
		font-size: 4vw;
		text-align: center;
	}
	.box_03 h4 {
		font-size: 6.5vw;
		text-align: center;
		font-weight: 900;
		background: #CC0000;
		color: #FFF;
		padding: 3.75vw 0;
		width: 100%;
		margin: 7.5vw 0 0 0;
		box-sizing: border-box;
	}
	.box_03 .inner_box {
		background: #FFF;
		box-sizing: border-box;
		border: 1.25vw solid #CC0000;
		border-top: none;
		width: 100%;
		padding: 10vw 7.5vw;
		margin: 0;
	}
	.box_03 .inner_box p.catch {
		font-size: 5.5vw;
		font-weight: 700;
		text-align: center;
		line-height: 1.4em;
		margin: 0;
	}
	.box_03 .inner_box p.sub_catch {
		font-size: 4.5vw;
		font-weight: 700;
		text-align: center;
		line-height: 1.4em;
		margin: 5vw 0;
	}
	.box_03 .inner_box .main_img {
		width: 100%;
		margin: 0 auto;
	}
	.box_05 {
		width: 100%;
		margin: 0 auto;
		padding: 12.5vw 15px;
		background: #EAEAEA;
		box-sizing: border-box;
	}
	.box_05 h2 {
		font-size: 7vw;
		font-weight: 900;
		text-align: center;
		position: relative;
		padding: 0 0 5.5vw 0;
		margin: 0 0 10vw 0;
	}
	.box_05 h2:after {
		content: "";
		width: 21vw;
		height: 1.25vw;
		background: #CC0000;
		border-radius: 20px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.box_05 p.catch {
		font-size: 5.5vw;
		font-weight: 700;
		margin: 0 0 7.5vw 0;
		text-align: center;
		line-height: 1.3em;
	}
	.box_05 .inner {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.qa_box {
		padding: 2.5vw 0 10vw 0;
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		border-bottom: 1px solid #CC0000;
	}
	.qalead {
		text-align: left;
		color: #CC0000;
		line-height: 1.4em;
		font-size: 5.5vw;
		font-weight: 700;
		display: block;
		margin: 0 0 10vw 0;
	}
	.qalead .qa_qtitle {
		display: flex;
		flex-wrap: wrap;
	}
	.qalead .qa_qtitle > div:first-child {
		width: 12.5vw;
		font-family: "Open Sans", sans-serif;
		font-size: 6vw;
	}
	.qalead .qa_qtitle > div:last-child {
		width: calc(100% - 12.5vw);
		padding: 0 10vw 0 2.5vw;
		box-sizing: border-box;
	}
	.qatoggle {
		margin: 6.25vw 0 0 0;
	}
	.qatoggle .qatoggle_open {
		padding: 0;
		cursor: pointer;
		position: relative;
		transition: opacity .2s;
	}
	.qatoggle .qatoggle_open:hover {
		opacity: 0.7;
	}
	.qatoggle .qatoggle_open .btn {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
		font-weight: 400;
	}
	.qatoggle .qatoggle_open .btn span {
		padding-right: 0;
		display: inline-block;
		position: relative;
	}
	.qatoggle .qatoggle_open .btn span.open {
		display: block;
	}
	.qatoggle .qatoggle_open .btn span.close {
		display: none;
	}
	.qatoggle .qatoggle_open .btn span::before, .qatoggle .qatoggle_open .btn span::after {
		content: "";
		display: block;
		width: 5vw;
		height: 0.75vw;
		background-color: #CC0000;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 20;
	}
	.qatoggle .qatoggle_open .btn span::after {
		transform: translateY(-50%) rotate(90deg);
	}
	.qatoggle .qatoggle_open.qais-open .btn span::after {
		transform: translateY(-50%) rotate(0deg);
	}
	.qatoggle .qatoggle_open.qais-open .btn span.open {
		display: none;
	}
	.qatoggle .qatoggle_open.qais-open .btn span.close {
		display: block;
	}
	.qatoggle .qatoggle_content {
		display: none;
		margin: 7.5vw 0 0 0;
	}
	.qatoggle .qatoggle_content .content_box {
		flex-wrap: wrap;
		display: flex;
	}
	.qatoggle .qatoggle_content .content_box > div:first-child {
		width: 12.5vw;
		font-size: 6vw;
		color: #CC0000;
		font-family: "Open Sans", sans-serif;
		text-align: right;
		line-height: 1.7em;
		font-weight: 700;
	}
	.qatoggle .qatoggle_content .content_box > div:last-child {
		width: calc(100% - 12.5vw);
		padding: 0 0 0 2.5vw;
		box-sizing: border-box;
		font-size: 4.5vw;
		line-height: 1.7em;
		color: #202020;
		font-weight: 500;
	}
	.qatoggle .qatoggle_content .left_1em {
		display: inline-block;
		margin: 0 0 0 1em;
	}
	.qatoggle .qatoggle_content dl.att_s dt, .qatoggle .qatoggle_content dl.att_s dd {
		font-size: 4vw;
		font-weight: 400;
	}
	.qatoggle .qatoggle_content p.att {
		font-size: 4vw;
		font-weight: 400;
	}
	.box_06 {
		width: 100%;
		padding: 12.5vw 15px;
		background: #F4DCDC;
		margin: 0;
		box-sizing: border-box;
	}
	.box_06 .inner {
		width: 100%;
		background: #F4DCDC;
		margin: 0 auto;
		padding: 0;
	}
	.box_06 h2 {
		font-size: 7vw;
		font-weight: 900;
		text-align: center;
		position: relative;
		padding: 0 0 5.5vw 0;
		margin: 0 0 10vw 0;
	}
	.box_06 h2:after {
		content: "";
		width: 21vw;
		height: 1.25vw;
		background: #CC0000;
		border-radius: 20px;
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
	}
	.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;
	}
	.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: 5vw;
		height: 0.75vw;
		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: 6.25vw;
		box-sizing: border-box;
		background: #FFF;
		color: #000000;
		font-size: 5vw;
		font-weight: 400;
		line-height: 1.75em;
	}
	.toggle .toggle_content a {
		color: #1755AA;
	}
	.toggle .toggle_content p {
		line-height: 1.5em;
		font-size: 5vw;
	}
	.toggle .toggle_content h3 {
		line-height: 1.5em;
		color: #CC0000;
		margin: 5vw 0 5vw 0;
		padding: 0 0 5vw 0;
		border-bottom: 1px solid #CC0000;
		font-size: 5vw;
		font-weight: 500;
	}
	.toggle .toggle_content h4 {
		line-height: 1.5em;
		color: #CC0000;
		margin: 0;
		padding: 1.25vw 3.75vw;
		border: 1px solid #CC0000;
		font-size: 5vw;
		display: inline-block;
		background: #FFF;
		font-weight: 500;
		width: auto;
	}
	.toggle .toggle_content dl.att {}
	.toggle .toggle_content dl.att > dt {
		flex-basis: 1.5em;
		width: 1.5em;
		font-size: 5vw;
		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: 5vw;
		line-height: 1.75em;
		margin: 0;
	}
	.navmeneu {
		width: 50px;
		height: 50px;
		background: url("/option/security/ad/meiwaku/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/meiwaku/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/meiwaku/img/nav_arrow_.svg") right 5vw center no-repeat #CC0000;
		background-size: 3.5vw;
	}
}
@media screen and (max-width: 480px) {}