@charset "UTF-8";

:root {
	--navy: #002a56;
	--gray: #717171;
	--bg-light_blue: #f4fbfc;
	--light_blue: #00adcb;
	--light_blue2: #24b4d2;
	--blue: #5f81b2;
	--font_9: 0.5rem;
	--font_10: 0.555rem;
	--font_11: 0.611rem;
	--font_12: 0.666rem;
	--font_13: 0.722rem;
	--font_14: 0.777rem;
	--font_15: 0.833rem;
	--font_16: 0.888rem;
	--font_20: 1.111rem;
	--font_22: 1.222rem;
	--font_23: 1.277rem;
	--font_24: 1.333rem;
	--font_25: 1.388rem;
	--font_26: 1.444rem;
	--font_28: 1.555rem;
	--font_29: 1.611rem;
	--font_30: 1.666rem;
	--font_32: 1.777rem;
	--font_34: 1.888rem;
	--font_36: 2rem;
	--font_40: 2.222rem;
	--font_42: 2.333rem;
	--font_48: 2.666rem;
	--font_55: 3.055rem;
}
body,
html {
	font-size: 18px;
	height: auto;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1.8;
	color: #4a4a4a;
}
:target {
	scroll-margin-top: 310px;
}
#accordionFlushExample *:target {
	scroll-margin-top: 210px;
}
img {
	width: 100%;
}
w-100 {
	width: 100%;
}
h2 {
	color: var(--navy);
}
h3 {
	font-size: var(--font_24);
	font-weight: normal;
	line-height: 1.5;
}
.sp_off {
	display: block;
}
.sp_on {
	display: none;
}
.b {
	font-weight: bold;
}
.font-9 {
	font-size: var(--font_9);
}
.font-10 {
	font-size: var(--font_10);
}
.font-11 {
	font-size: var(--font_11);
}
.font-12 {
	font-size: var(--font_12);
}
.font-13 {
	font-size: var(--font_13);
}
.font-15 {
	font-size: var(--font_15);
}
.font-16 {
	font-size: var(--font_16);
}
.font-20 {
	font-size: var(--font_20);
}
.font-24 {
	font-size: var(--font_24);
}
.font-26 {
	font-size: var(--font_26);
}
.font-28 {
	font-size: var(--font_28);
}
.font-32 {
	font-size: var(--font_32);
}
.font-36 {
	font-size: var(--font_36);
}
.font-weight-bold {
	font-weight: bold;
}
.text-left {
	text-align: left;
}
.text-navy {
	color: var(--navy);
}
.text-light_blue {
	color: var(--light_blue);
}
.text-light_blue2 {
	color: var(--light_blue2);
}
.text-gray {
	color: var(--gray);
}
.container-lg,
.container-md,
.container-sm,
.container {
	max-width: 1207px;
}
.container2 {
	max-width: 1127px;
}
.container-s {
	max-width: 1007px;
}
.container-ss {
	max-width: 907px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-3px {
	margin-bottom: 3px !important;
}
.mt-2rem {
	margin-top: 2rem !important;
}
.mb-2rem {
	margin-bottom: 2rem !important;
}
.mt-4rem {
	margin-top: 4rem !important;
}
.mb-4rem {
	margin-bottom: 4rem !important;
}
.mb-5rem {
	margin-bottom: 5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.line-height-18 {
	line-height: 1.8;
}
.color-gray {
	color: var(--gray);
}

/* header ----------------------------------*/
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 7px;
	padding-bottom: 6px;
}
.logo {
	display: flex;
	align-items: center;
}
.logo h1 {
	font-size: var(--font_48);
	max-width: 135px;
	margin-right: 1rem;
}
.logo p {
	font-size: var(--font_14);
}
nav .navbar-nav {
	display: flex;
	align-items: center;
	flex-flow: row;
}
nav a {
	color: var(--navy);
	font-size: var(--font_16);
	text-decoration: none;
	margin-left: 2rem;
}
.btn-blue {
	font-size: var(--font_16);
	background: var(--light_blue);
	border-color: var(--light_blue);
	color: #fff;
	display: flex;
	align-items: center;
	min-width: 170px;
	height: 44px;
}
.btn-blue::before,
.btn-white a::after {
	content: url(../../img/homesecurity/ico-cart@2x.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	padding: 0 0 0 0.6rem;
}
.btn-white a {
	min-width: 300px;
	background: #fff;
	font-size: var(--font_20);
	font-weight: bold;
	box-shadow: 1px 2px 3px #ccc;
	padding: 1rem;
}
.btn-white a::after {
	content: url(../../img/homesecurity/ico-arrow@2x.png);
}
.btn-white a:hover {
	box-shadow: 0 0 2px #ccc;
}
.hamburger-menu {
	display: none;
}
/* mv ----------------------------------*/
.masthead {
	min-height: unset;
	width: 100%;
	height: auto;
	padding: 15rem 0 15rem;
	background: url(../../img/homesecurity/main-visual@2x.png) no-repeat;
	background-size: cover;
}

/* right ----------------------------------*/
.fix-right {
	position: fixed;
	right: -9px;
	bottom: 100px;
	transition: 0.6s;
	z-index: 30;
	display: none;
}
.fix-right:hover {
	bottom: 110px;
}
.fix-right img {
	max-width: 220px;
}
.scroll-to-top {
	right: 5px;
}
.svg-inline--fa {
	position: relative;
	top: 3px;
}

/* sec01 ----------------------------------*/
.content-section {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
}
.sec01 {
	background: url(../../img/homesecurity/sec01-bg.png) center bottom no-repeat,
		url(../../img/homesecurity/sec01-bg-top.png) left top repeat-x;
}
.sec01.content-section {
	padding-bottom: 10rem;
}
.content-section-heading h2 {
	font-size: var(--font_42) !important;
	font-weight: 600;
	line-height: 1.8;
}
.sec01 .content-section-heading h2 {
	font-size: var(--font_36) !important;
}

/* sec02 ----------------------------------*/
.sec02 {
	background: url(../../img/homesecurity/sec02-bg@2x.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.sec02 .bg {
	max-width: 980px;
	background: rgb(36 180 210 / 70%);
	border-radius: 8px;
	padding: 0 0 2rem;
}
.sec02 .bg .row {
	max-width: 840px;
	margin: auto;
	border-radius: 8px;
	background: url(../../img/homesecurity/sec02-04.png) #fff center 30px no-repeat;
	text-align: center;
	padding: 0 5rem 1.5rem;
}
.sec02 .content-section-heading h2 {
	font-size: var(--font_36) !important;
}
.sec02 .bg h3 {
	font-size: var(--font_22);
	font-weight: bold;
	color: #fff;
}
.sec02 .bg p {
	font-size: var(--font_13);
	color: #fff;
}
.sec02 .bg .bg-white h3 {
	max-width: 368px;
	margin: 2rem auto 1rem;
}
.sec02 .bg .bg-white .img-left img {
	max-width: 250px;
	filter: drop-shadow(10px 10px 40px rgba(255, 255, 255, 1));
}
.sec02 .bg .bg-white .img-right img {
	max-width: 265px;
}
.sec02 .bg .bg-white p.text-light_blue {
	font-size: var(--font_16);
	font-weight: bold;
	color: var(--light_blue);
	margin-top: 3rem;
	margin-bottom: 0.5rem;
}
.sec02 .btn-white a {
	border: 1px solid var(--light_blue);
	box-shadow: 0 0 6px #aaa;
	padding: 0.8rem 2rem;
}
.sec02 .btn-white a:hover {
	box-shadow: 0 0 2px #ccc;
}
.sec02 .bottom-txt {
	font-size: var(--font_28);
	font-weight: bold;
	color: var(--light_blue);
	margin-top: 2rem;
	text-shadow: 0 0 7px #fff;
	filter: drop-shadow(10px 10px 40px rgba(255, 255, 255, 1));
}

/* sec03 ----------------------------------*/
.content-section-heading .lead {
	color: var(--blue);
	font-size: var(--font_20);
	font-weight: bold;
}
.sec03 .point-wrap {
	background: url(../../img/homesecurity/sec03-07@2x.png) #fff center bottom no-repeat;
	background-size: contain;
}
.sec03 .point {
	padding-bottom: 1rem;
}
.sec03 .point h3 {
	margin: 0 auto 1.5rem;
}
.sec03 .point h3 img {
	width: auto;
	max-height: 60px;
}
.sec03 .point p.img img {
	width: auto;
	max-height: 160px;
}
.sec03 .point p.txt {
	line-height: 1;
}

/* sec04 ----------------------------------*/
.sec04 {
	padding-top: 0;
}
.sec04 .bg2 .d-flex img:first-child {
	max-width: 120px;
}
.sec04 .bg2 .d-flex img:last-child {
	max-width: 97px;
	max-height: 95px;
}
.bg-blue {
	background: #f7fdff;
	border: 1px solid #d1f4ff;
	border-radius: 20px;
	padding: 1.5rem;
}

/* sec05 ----------------------------------*/
.sec05 {
	background: var(--bg-light_blue);
}
.sec05 .no {
	margin-bottom: 5rem;
}
.sec05 .no1 h3 {
	max-width: 377px;
	margin: 0 auto 1.5rem;
}
.sec05 .no1 table::after {
	content: url(../../img/homesecurity/sec05-01-1@2x.png);
	display: inline-block;
	transform: scale(0.5);
	position: absolute;
	top: -220px;
	right: -60px;
	z-index: -1;
}
.sec05 .no1 .table-txt {
	color: var(--gray);
	font-size: var(--font_15);
	margin-top: 1rem;
}
.sec05 .no1 table,
.sec05 .no2 .row,
.sec05 .no3 .bg-no {
	position: relative;
	z-index: 0;
}
.sec05 .no2 h3 {
	max-width: 503px;
	margin: 0 auto 1.5rem;
}
.sec05 .no2 .wrap {
	max-width: 260px;
	margin: auto;
}
.sec05 .no2 .row::after {
	content: url(../../img/homesecurity/sec05-02-2@2x.png);
	display: inline-block;
	transform: scale(0.5);
	position: absolute;
	top: -220px;
	left: -70px;
	z-index: -1;
}
.sec05 .no3 h3 {
	max-width: 627px;
	margin: 0 auto 1.5rem;
}
.sec05 .no3 .gooddesign img {
	max-width: 402px;
	margin: 0 auto 1.5rem;
}
.sec05 .no3 .bg-no {
	position: relative;
}
.sec05 .no3 .bg-no::after {
	content: url(../../img/homesecurity/sec05-03-3@2x.png);
	display: inline-block;
	transform: scale(0.5);
	position: absolute;
	top: -220px;
	right: -60px;
	z-index: -1;
}
.sec05 table {
	margin: auto;
	color: #646464;
	font-size: var(--font_20);
	text-align: center;
	border-color: #f4fbfc;
	border-radius: 12px;
}
.sec05 table th,
.sec05 table td {
	background: #fff;
	color: var(--gray);
	padding: 15px;
	vertical-align: middle;
	font-weight: normal;
}
.sec05 table thead th {
	background: #fff;
	font-weight: bold;
	font-size: var(--font_22);
}
.sec05 table tbody tr:first-child th {
	background: #f7f8f8;
	padding: 0 15px;
}
.sec05 table th img {
	transform: scale(0.5);
}
.table-bordered > :not(caption) > * > * {
	border-width: 0;
}
.sec05 table th.text-navy {
	border-right: 1px solid var(--bg-light_blue);
	color: var(--navy);
}
.sec05 table tbody th.secual {
	background: var(--light_blue2) !important;
	border: 1px solid var(--light_blue2);
}
.sec05 table td.text-light_blue {
	border: 1px solid var(--light_blue2);
	background: #fbfeff;
	color: var(--light_blue2);
}
.sec05 table tr td.border-right {
	border-right: 1px solid var(--light_blue2);
}
table thead tr:first-child th:first-child {
	border-radius: 12px 0 0 0;
}
table thead tr:first-child th:last-child {
	border-radius: 0 12px 0 0;
}
table tbody tr:last-child th:first-child {
	border-radius: 0 0 0 12px;
}
table tbody tr:last-child td:last-child {
	border-radius: 0 0 12px 0;
}

/* sec06 ----------------------------------*/
.sec06 .img {
	margin-bottom: 1rem;
}
.sec06 .bg-blue {
	padding: 0.8rem 1rem;
}
.sec06 .bg-blue img {
	height: 54px;
	width: auto;
}

/* sec07 swiper ----------------------------------*/
.sec07.content-section {
	padding-top: 0;
}
.sec07 h2 {
	font-size: var(--font_40);
}
.swiper .row {
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.swiper-slide h3 {
	color: var(--navy);
	font-size: var(--font_40);
	text-align: left;
	margin-bottom: 1rem;
}
.sec07 .swiper-button-next,
.sec07 .swiper-button-prev {
	background: var(--bg-light_blue);
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.sec07 .swiper-button-next:after,
.sec07 .swiper-button-prev:after {
	font-size: 0;
	content: url(../../img/homesecurity/ico-arrow-left@2x.png);
	display: inline-block;
	vertical-align: middle;
	transform: scale(0.5);
	padding: 0 0.6rem 0 0;
}
.sec07 .swiper-button-next:after {
	content: url(../../img/homesecurity/ico-arrow-right@2x.png);
}

/* sec07 ----------------------------------*/

/* sec08 ----------------------------------*/
.sec08 {
	background: var(--bg-light_blue);
	font-size: var(--font_12);
	color: var(--gray);
}
.sec08 .bg-white {
	background: #fff;
	padding: 20px 15px;
	border-radius: 12px;
}
.sec08 .bg-white .ico {
	margin-right: 0.8rem;
}
.sec08 .bg-white .ico img {
/* 	transform: scale(0.8); */
}
.sec08 .sec08-01,
.sec08 .sec08-02,
.sec08 .sec08-03 {
	height: 160px;
}
.sec08 h3 {
	font-size: var(--font_13);
	color: #fff;
	background: var(--light_blue2);
	border-radius: 4px;
	margin-bottom: 1rem;
	padding: 6px 1rem 5px;
	text-align: center;
}
.sec08 .dl-wrap {
	background: var(--bg-light_blue);
	border-radius: 6px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.sec08 dl {
	display: flex;
	margin-bottom: 0.5rem;
}
.sec08 dt {
	width: 5em;
}
.sec08 dd {
	width: calc(100% - 5em);
	margin-bottom: 0;
}

/* sec09 ----------------------------------*/
.sec09 {
	background: #fafcff;
}
.sec09.content-section {
	padding-bottom: 2rem;
}
.sec09 .row {
	margin-bottom: 2rem;
}
.sec09 h3 {
	color: var(--navy);
	font-size: var(--font_25);
	margin-bottom: 2rem;
}
.sec09 p {
	position: relative;
}
.sec09 .align-items-center {
	display: flex;
	flex-wrap: wrap;
}
.sec09 .wrap {
	padding-left: 2rem;
}
.under-line {
	background: linear-gradient(transparent 50%, rgb(119 224 255 / 45%) 80%);
	padding-bottom: 6px;
}

/* sec10 ----------------------------------*/
.sec10 {
	background: var(--bg-light_blue);
}
.nav-tabs .nav-link {
	font-size: var(--font_24);
	font-weight: bold;
	background-color: #fff;
	border: 0;
	color: var(--light_blue2);
}
.nav-tabs .nav-link.active {
	background-color: var(--light_blue2);
	color: #fff;
}
.nav-tabs .nav-link:not(.active):hover {
	background-color: #eee;
}
.nav-tabs {
	border-bottom: 3px solid var(--light_blue2);
}
.nav-tabs .nav-link {
	width: calc((100% - 30px) / 3);
	margin: 0 5px;
}
.tab-content {
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 3.5rem 3rem;
}
.tab-content h3 {
	font-size: var(--font_28);
	color: var(--navy);
}
.ico-check {
	font-weight: bold;
}
.ico-check img {
	width: 23px;
	height: 23px;
	display: inline-block;
}
.sec10 .btn-white a {
	width: 470px;
	font-weight: bold;
	border: 1px solid var(--light_blue2);
}

/* sec11 ----------------------------------*/
.sec11 .container-sss {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 2rem calc((100% - 700px) / 2);
}
.sec11 h3.no {
	position: relative;
	text-align: center;
	color: var(--navy);
	font-size: var(--font_22);
	margin-bottom: 3rem;
}
.sec11 h3.no::before {
	content: url(../../img/homesecurity/sec11-01@2x.png);
	display: inline-block;
	transform: scale(0.5);
	position: absolute;
	top: -60px;
	left: calc(50% - 15rem);
	z-index: -1;
}
.sec11 h3.no.no2::before {
	content: url(../../img/homesecurity/sec11-02@2x.png);
}
.sec11 div.no1 {
	margin-bottom: 6rem;
}
.sec11 .no1 dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.sec11 .no1 dl dt {
	width: 7em;
	text-align: right;
}
.sec11 .no1 dl dd,
.sec11 div.no2 .place .part1,
.sec11 div.no2 .place .part2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 110px;
	height: 56px;
	font-size: var(--font_15);
	text-align: center;
	color: #031f45;
	background: var(--bg-light_blue);
	border-radius: 8px;
	cursor: pointer;
	margin: auto auto 1rem;
}
.sec11 div.no2 .place .part2 {
	width: 120px;
	height: 125px;
	color: #dbdcdc;
}
.sec11 div.no2 .place .part2 .select-control__control {
	opacity: 0.3;
	height: 36px;
	font-size: var(--font_24);
}
.sec11 .no1 dl dd:hover,
.sec11 div.no2 .place .part1:hover,
.sec11 div.no2 .place .part2:hover {
	border: 1px solid #91d9e8;
}
.sec11 .no1 dl dd:active,
.sec11 .no1 dl dd.active,
.sec11 div.no2 .place .part1:active,
.sec11 div.no2 .place .part2:active,
.sec11 div.no2 .place .part1.active,
.sec11 div.no2 .place .part2.active {
	background: #d5f0f5;
	border: 2px solid #91d9e8;
	box-shadow: 0 0 3px #ccc;
}
.sec11 div.no2 .place .part2:active,
.sec11 div.no2 .place .part2.active {
	color: #031f45;
	border: 1px solid #91d9e8;
	box-shadow: none;
}
.sec11 div.no2 .place .part2.active .select-control__control,
.sec11 div.no2 .place .part2:active .select-control__control {
	opacity: 1;
}
.sec11 .no1 dl dd span {
	font-size: var(--font_12);
}
.sec11 div.no2 .place {
	display: flex;
	justify-content: space-between;
}
.sec11 .bg-gray {
	background: #f8f8f8;
	border-radius: 12px;
	margin: 2rem 0;
	padding: 1rem 1rem 1px;
	text-align: center;
}
.sec11 .bg-gray h4 {
	background: var(--navy);
	color: #fff;
	font-size: 1rem;
	border-radius: 30px;
	display: inline-block;
	margin: 0 auto 1rem;
	padding: 0.5rem 2rem;
}
.sec11 .bg-gray h5 {
	font-size: 1rem;
	font-weight: normal;
	color: var(--light_blue);
}
.sec11 .bg-gray p {
	width: 400px;
	font-size: var(--font_15);
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.sec11 .btn-white a {
	width: 100%;
	border: 1px solid var(--light_blue);
	margin-bottom: 1rem;
}
.sec11 p.font-13.text-gray {
	color: #a5a5a5;
	text-align: center;
}
/* result */
.sec11.result {
	text-align: center;
}
.sec11.result h3 {
	background: var(--bg-light_blue);
	color: var(--navy);
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}
.sec11.result .no {
	margin: 0 1rem;
}
.sec11.result div.no1 {
	margin-bottom: 0;
}
.sec11.result .no p {
	color: var(--light_blue2);
	font-size: var(--font_15);
}
.sec11.result .no .num {
	border: 1px solid var(--light_blue2);
	border-radius: 6px;
	box-shadow: 0 0 3px #ccc;
	width: 140px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--font_15);
}
.sec11.result .no .num span {
	font-size: var(--font_28);
	padding-right: 10px;
}
.sec11.result .bg-blue {
	border: 0;
	border-radius: 10px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.sec11.result .bg-blue h3 {
	text-align: left;
	font-size: var(--font_15);
	margin-bottom: 1px;
}
.sec11.result .bg-blue h3 span {
	background: var(--navy);
	color: #fff;
	width: 110px;
	font-size: var(--font_12);
	border-radius: 20px;
	padding: 5px 2rem;
	margin-right: 1rem;
	text-align: center;
}
.sec11.result .checkbox-control {
	font-size: var(--font_15);
	display: flex;
	align-items: center;
	line-height: 1.4;
	margin-right: 10px;
}
.sec11.result .checkbox-control__control {
	margin-right: 10px;
}
/* .sec11.result label {
	width: 50%;
} */
.sec11.result .price-wrap {
	text-align: left;
	color: var(--navy);
	align-items: baseline;
}
.sec11.result .price-wrap.last {
	border-bottom: 1px solid var(--navy);
	padding-bottom: 2rem;
	margin-bottom: 3rem;
}
.sec11.result .price-wrap .tit {
	width: 8em;
	font-size: var(--font_15);
}
.sec11.result .price-wrap .price span {
	font-size: var(--font_32);
}
.sec11.result .btn-blue2 a {
	font-size: var(--font_20);
	width: 100%;
	background: var(--light_blue2);
	color: #fff;
	padding: 1rem;
	box-shadow: 1px 1px 6px #aaa;
	margin-bottom: 1rem;
}
.sec11.result .btn-blue2 a:hover {
	color: var(--navy);
	box-shadow: none;
}
.sec11.result p.text-navy.font-15 {
	display: flex;
	align-items: baseline;
	justify-content: center;
}
.sec11.result p.text-navy.font-15 a {
	color: #165094;
}
.sec11.result p.text-navy.font-15 .svg-inline--fa {
	color: #165094;
	margin-right: 1rem;
}

/* sec12 ----------------------------------*/
.sec12.content-section {
	padding-bottom: 1rem;
}
.sec12 .sec12-01,
.sec12 .sec12-02,
.sec12 .sec12-03 {
	height: 160px;
}
.sec12 .price {
	color: var(--navy);
	font-size: var(--font_16);
}
.sec12 .price span {
	font-size: var(--font_34);
}
.sec12 .btn-white a {
	border: 1px solid var(--light_blue);
	width: 100%;
}
.sec12 .link {
	margin-top: 1rem;
}
.sec12 .link a {
	color: #9fb6bc;
	font-size: var(--font_16);
}
.sec12 .border-wrap {
	border: 1px solid #dedede;
	border-radius: 12px;
	padding: 1rem;
}
.sec12 .border-wrap img {
	width: 156px;
	margin-right: 1rem;
}

/* sec13 ----------------------------------*/
.accordion-button {
	position: relative;
	padding: 2rem 1.25rem 2rem 4rem;
}
.accordion-button:focus {
	border: 0;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {
	color: #4a4a4a;
	background: none;
	box-shadow: none;
}
.accordion-body {
	background: #f7f9fc;
	border-radius: 12px;
	position: relative;
	margin: 0 1.25rem 2rem 4rem;
	font-size: var(--font_16);
}
.accordion-button::before,
.accordion-body::before {
	background: var(--light_blue);
	border-radius: 50%;
	width: 46px;
	height: 46px;
	font-size: var(--font_24);
	color: #fff;
	content: "Q";
	position: absolute;
	left: 0;
	text-align: center;
	padding-top: 5px;
}
.accordion-body::before {
	content: "A";
	background: none;
	color: var(--light_blue);
	border: 1px solid var(--light_blue);
	padding-top: 0;
	left: -4rem;
	top: 0;
}
.accordion-body ul {
	list-style-type: disc;
	list-style-position: inside;
}

.accordion-body ol {
	list-style-type: decimal;
	list-style-position: inside;
}
.accordion-button::after {
	background-image: url("../../img/homesecurity/open@2x.png");
}
.accordion-button:not(.collapsed)::after {
	background-image: url("../../img/homesecurity/close@2x.png");
	transform: rotate(-180deg);
}

/* sec14 ----------------------------------*/
.sec14 {
	min-height: unset;
	width: 100%;
	height: auto;
	padding: 5rem 0 5rem;
	background: url(../../img/homesecurity/sec14-bg@2x.png) no-repeat;
	background-size: cover;
}

/* sec15 ----------------------------------*/
.sec15 {
	background: #f2f7fc;
}
.sec15.content-section {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.sec15 .bg-white {
	font-size: var(--font_16);
	border-radius: 12px;
	padding: 2rem 3.5rem;
}

/* Footer ----------------------------------*/
footer.footer {
	padding-top: 0rem;
	padding-bottom: 0rem;
}
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1004px;
}

.footer__sitemapInner ul, .footer__sitemapInner ol {
	padding-left: 0;
}

/* Sp Tab ----------------------------------*/
@media (max-width: 991px) {
	body,
	html {
		font-size: 16px;
	}
	.masthead {
		padding: 8rem 0;
	}
	.content-section-heading h2 .sp_on {
		display: block;
	}
/* 	.sec02 {
		background-size: contain;
	} */
	.sec02 .bg {
		width: auto;
		margin-left: 1rem;
		margin-right: 1rem;
		padding: 0 1rem 1rem;
	}
	.sec03 .point h3 img {
		width: auto;
		max-height: 50px;
	}
	.sec04 .bg2 .d-flex img:first-child {
		max-width: 90px;
		max-height: 95px;
	}
	.sec04 .bg2 .d-flex img:last-child {
		max-width: 80px;
		height: auto;
	}
	.sec06 .bg-blue img {
		height: 40px;
		width: auto;
	}
	.swiper .row {
		max-width: 600px;
	}
	.swiper-slide h3 {
		font-size: 22px;
	}
	.btn-white a {
		min-width: 220px;
	}
	.accordion-button::before,
	.accordion-body::before {
		width: 30px;
		height: 30px;
		font-size: 16px;
		padding-top: 3px;
	}
	.accordion-body::before {
		padding-top: 0;
	}
}
@media (max-width: 768px) {
/* 	body,
	html {
		overflow-x: hidden;
	} */
	*:focus {
		outline: none;
	}
	a {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		cursor: pointer;
	}
}
@media (max-width: 767px) {
	body,
	html {
		font-size: 14px;
	}
	.sp_off {
		display: none;
	}
	.sp_on {
		display: block;
	}
	header {
		position: fixed;
		background: #fff;
		width: 100%;
		z-index: 10000;
	}
	.header-inner {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.logo h1 {
		max-width: 100px;
	}
	.g-global-nav.sp_on {
		position: absolute;
		right: 55px;
	}
	.g-global-nav.sp_on a {
		padding: 5px;
		margin-left: 10px;
	}
	header .btn-blue {
		min-width: unset;
		width: 35px;
		height: 32px;
	}
	header .btn-blue::before {
		position: absolute;
		left: 0;
		top: -3px;
	}
	.menu-btn {
		position: fixed;
		top: 12px;
		right: 10px;
		display: flex;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		z-index: 90;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: "";
		display: block;
		height: 1px;
		width: 24px;
		background-color: #707071;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color: #87d2e7;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 80;
		background-color: #87d2e7;
		transition: all 0.5s;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 0;
	}
	.menu-content ul {
		padding: 70px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 15px;
		box-sizing: border-box;
		color: #ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 0;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	.masthead {
		background: url(../../img/homesecurity/sp/main-visual@2x.png) no-repeat;
		background-size: cover;
		background-position-y: 60px;
		padding: 29rem 0 0;
	}
	.masthead h2 {
		font-size: 26px;
	}
/* 	.masthead p br {
		display: none;
	} */
	.masthead .font-32 {
		font-size: 14px !important;
	}
	.masthead .btn-white {
		text-align: center;
	}
	.fix-right img {
		max-width: 130px;
	}
	.content-section {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
/* 	.sec01,
	.sec02 {
		background-size: contain;
	} */
	.sec01 {
		background-size: contain;
	}
	.sec01.content-section {
		padding-bottom: 6rem;
	}
	.content-section-heading h2,
	.sec01 .content-section-heading h2,
	.sec02 .content-section-heading h2 {
		font-size: 24px !important;
	}
	.sec02 .content-section-heading h2 {
		line-height: 1.4;
	}
	.sec02 .bg .content-section-heading.pt-5 {
		padding-top: 1rem !important;
	}
	.sec02 .bg .row {
		background-size: contain;
		background-position: center 80px;
		padding: 0 1rem 1.5rem;
	}
	.sec02 .bg h3 {
		font-size: 20px;
		text-align: left;
	}
	.sec02 .bg p {
		text-align: left;
	}
	.sec02 .bg .bg-white p.text-light_blue {
		margin-top: 0;
	}
	.sec02 .btn-white a {
		width: 100%;
		min-width: unset;
		text-align: left;
	}
	.sec02 .bottom-txt {
		font-size: 18px;
	}
	.sec03 .point-wrap {
		background: none;
	}
	.sec03 .point {
		background: url(../../img/homesecurity/sec03-07@2x.png) #fff center bottom no-repeat;
		background-size: 200%;
		margin-bottom: 2rem;
	}
	.sec04.content-section {
		padding-top: 0;
	}
	.sec04 h2 {
		margin-bottom: 2rem !important;
	}
	.sec04 .bg-blue {
		margin-bottom: 1rem;
	}
	.sec05 h3 img {
		height: 30px;
		width: auto;
	}
	.sec05 .no p.mb-5 {
		text-align: left;
		margin-bottom: 2rem !important;
	}
	.sec05 h4 {
		font-size: 18px;
		font-weight: bold;
		background: #fff;
		padding: 1rem;
		line-height: 1.8;
	}
	.sec05 table {
		min-width: 450px;
		font-size: 14px;
	}
	.sec05 .table > thead {
		display: none;
	}
	.sec05 table th img {
		width: 66px;
		transform: none;
		margin: 1rem;
	}
	.sec05 table th.text-navy {
		width: 3em;
	}
	.sec05 table td {
		text-align: left;
	}
	.scroll table {
		width: 100%;
	}
	.scroll {
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 10px;
	}
	.scroll::-webkit-scrollbar {
		height: 5px;
	}
	.scroll::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
	.scroll::-webkit-scrollbar-thumb {
		background: #bcbcbc;
	}
	.sec05 .no1 table::after,
	.sec05 .no2 .row::after,
	.sec05 .no3 .bg-no::after {
		content: none;
	}
	.sec05 .no2 .wrap {
		max-width: unset;
		overflow: hidden;
	}
	.sec05 .no2 .wrap img {
		width: 100px;
		float: left;
		margin-right: 1rem;
		margin-bottom: 1rem;
	}
	.sec05 h4 {
		background: none;
/* 		text-align: left; */
		margin: 0 !important;
		padding: 0.5rem 0 1rem;
	}
	.sec05 .row h4 {
		text-align: left;
	}
	.sec06 .img.sp_on {
		width: 200px;
		margin: 0 auto;
	}
	.sec06 .bg-blue {
		margin-bottom: 2rem;
	}
	.sec06 .arrow img {
		width: 18px;
		margin-bottom: 2rem;
	}
	.sec07 h2 {
		font-size: 24px;
		line-height: 1.5;
	}
	.swiper-slide h3 {
		font-size: 22px;
	}
	.swiper-slide {
		border: 1px solid #dedede;
		border-radius: 12px;
		padding: 1rem 1rem 6rem;
	}
	.swiper .row {
		flex-wrap: wrap-reverse;
	}
	.swiper .row img {
		width: 50%;
		margin-bottom: 1rem;
	}
	.sec07 .swiper-button-next,
	.sec07 .swiper-button-prev {
		top: unset;
		bottom: 20px;
	}
	.sec07 .swiper-button-next {
		right: 70px;
	}
	.sec07 .swiper-button-prev {
		left: 70px;
	}
	.sec08 {
		font-size: var(--font_16);
	}
	.sec08 h3 {
		font-size: 1rem;
	}
	.sec08 .bg-white {
		margin-bottom: 1rem;
	}
	.sec08 .bg-white .desc {
		width: calc(100% - 60px);
	}
	.sec08 .bg-white .ico {
		width: 40px;
		margin-right: 20px;
		padding: 6px;
	}
	.sec09 .content-section-heading h2 {
		margin-bottom: 0 !important;
	}
	.sec09 .wrap {
		padding-left: 1rem;
	}

	.nav-tabs .nav-link {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5;
	}
	.tab-content {
		padding: 1rem;
	}
	.sec10 .btn-white a {
		width: 100%;
	}
	.sec11 .container-sss {
		padding: 2rem 1rem 1rem;
	}
	.sec11 .no1 dl {
		display: block;
	}
	.sec11 .no1 dl dt,
	.sec11 .no1 dl dd {
		width: 100%;
		text-align: left;
		height: 45px;
	}
	.sec11 div.no2 .place {
		display: block;
	}
	.sec11 .place .part {
		display: flex;
	}
	.sec11 div.no2 .place .part1,
	.sec11 div.no2 .place .part2 {
		height: 100px;
	}
	.sec11 div.no2 .place .part1 {
		width: 30%;
	}
	.sec11 div.no2 .place .part2 {
		width: 60%;
	}
	.sec11.result .d-flex.justify-content-center {
		display: block !important;
	}
	.sec11.result .no p {
		margin-bottom: 0;
	}
	.sec11.result .no .num {
		width: 100%;
		height: 40px;
		margin-bottom: 1rem;
	}
	.sec11.result .bg-blue h3 span {
		display: block;
		margin-bottom: 0.5rem;
	}
	.sec11 .bg-gray p {
		width: 100%;
	}
	.sec11.result .sticker-select {
		margin-top: 1rem;
	}
	.sec11 .result_sticker-img {
		width: 30%;
		min-width: 120px;
	}
	.sec12 .wrap {
		margin-bottom: 3rem;
	}
	.sec12 .border-wrap .d-flex {
		display: block !important;
	}
	.sec12 .border-wrap .d-flex img {
		width: 90px;
		margin-bottom: 1rem;
	}
	.sec12 .link {
		margin-bottom: 1rem !important;
	}
	.sec14 {
		background-position: center;
	}
	.sec14 br {
		display: none;
	}
	.sec15 .bg-white {
		padding: 2rem 1rem;
	}
	
	.container-sensor {
		max-width: 330px;
		margin-left: 0;
	}
}


/* ここから追加分 */
body.xoo-wsc-cart-active {
	overflow: visible!important;
}

.sec10 .woocmmerce-product {
	width: 470px;
	margin: 0 auto;
}

.woocmmerce-product .ProductPlanSection__detailImage, .woocmmerce-product .price, .woocmmerce-product .woocommerce-grouped-product-list, .woocmmerce-product .woocommerce-tabs, .woocmmerce-product .product-attention, .woocmmerce-product .cart .quantity, .woocmmerce-product a.added_to_cart {
	display: none;
}
.woocommerce button.button.alt {
	border: 1px solid var(--light_blue);
    width: 100%;
	background-color: #fff;
	color: var(--light_blue);
	padding: 1rem;
	font-size: var(--font_20);
	vertical-align: middle;
	box-shadow: 1px 2px 3px #ccc;
	font-weight: bold;
	min-width: 300px;
	line-height: 1.5;
	border-radius: 0.25rem;
}

.woocommerce button.button.alt:hover {
	background-color: #fff;
	color: #212529;
	box-shadow: none;
}

/* .woocommerce button.button.alt:after {
	content: url(../../img/homesecurity/ico-arrow@2x.png);
	display: inline-block;
    vertical-align: middle;
    transform: scale(0.5);
    padding: 0 0 0 0.6rem;
} */

.sec11.result .price-wrap .price span[class$=tax] {
	font-size: 1rem;
}

.sec11 button.button.alt {
	background: var(--light_blue2);
	color: #fff;
	box-shadow: 1px 1px 6px #aaa;
	font-weight: normal;
	margin-bottom: 14px;
}

.sec11 button.button.alt:hover {
	background: var(--light_blue2);
}

.sec11 .btn-white a.disabled {
	border: 1px solid var(--gray);
	color: var(--gray);
	box-shadow: none;
}

.sec11 .btn-white a.disabled:after {
	content: none;
}

.secCP .pc {
	display: block;
}

.secCP .sp {
	display: none;
}

@media (max-width: 991px) {
	.woocommerce button.button.alt {
		min-width: 220px;
	}	
}

@media (max-width: 767px) {
	.under-line {
		background: linear-gradient(transparent 75%, rgb(119 224 255 / 45%) 60%);
	}
	
	.sec02 .bg .sp-text-center {
		text-align: center;
	}
	
	.btn-white a.sp-br{
		position: relative;
	}
	
	.btn-white a.sp-br::after {
		position: absolute;
		top: 35%;
		right: 10px;
	}
	.sec10 .woocmmerce-product {
		width: 100%;
	}
	
	.secCP .pc {
		display: none;
	}

	.secCP .sp {
		display: block;
	}
}

.vacation {
	width: fit-content;
}

.vacation p {
	margin-top: 0;
	margin-bottom: 0;
}

.vacation a {
	font-size: 18px;
	text-decoration: underline;
}

@media (max-width: 767px) {
	.vacation {
		margin: 0 auto;
	}
	
	.vacation p {
		text-align: center;
	}
	
	.vacation a {
		font-size: 16px;
	}
}

/* WooCommerce */
.woocommerce a.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.6em 0.8em;
  font-weight: normal;
  font-size: 13px;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #00acc8;
  border-color: #00acc8 !important;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}

.woocommerce a.button:hover {
  background-color: rgba(0, 172, 200, 0.6);
  text-decoration: none;
  background-image: none;
  color: #fff;
}

/* Side Cart WooCommerce */
.xoo-wsc-modal {
	line-height: 1;
}

.xoo-wsc-modal a {
	text-decoration: none;
}

.xoo-wsc-pheader {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.xoo-wsc-sm-left > .xoo-wsc-pheader {
	padding-bottom: 8px;
}

.woocommerce a.xoo-wsc-ft-btn {
	display: flex;
	height: 3em;
	font-weight: bold;
}

.woocommerce a.xoo-wsc-ft-btn-checkout {
	display: none;
}

.xoo-wsc-empty-cart a.button {
	display: none;
}

span.xoo-wsc-smr-del {
	margin-top: 0;
}

.woocommerce a.xoo-wsc-ft-btn-continue {
	background: #fff;
	color: #00acc8;
	border: 1px solid #00acc8;
}

@media (max-width: 428px) {
	.xoo-wsc-container, .xoo-wsc-slider {
		max-width: 60%;
	}	
	
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 14px;
	}
}

@media (max-width: 374px) {
	.sec10 .fee {
		font-size: var(--font_22);
	}
	
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 12px;
	}
	
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
		font-size: 14px;
	}
}

/* @media (max-width: 320px) {
	.xoo-wsc-body, .xoo-wsc-body span.amount, .xoo-wsc-body a {
		font-size: 12px;
	}
	
	.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
		font-size: 14px;
	}
} */