	  /* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 1000; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.is-sp{
	display: none!important;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}
.c-gp .gp-mt180 {
	margin-top: 180px!important;
}
.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 1000px;
    padding: 0;
    overflow: auto;
    max-height: 1000px;
}

.closeModal {
	position: absolute;
	top: 2.5rem;
	right: 1rem;
	cursor: pointer;
	font-size: 30px;
    background: #fff;
    width: 30px;
    height: 30px;
	line-height: 32px;
	text-align: center;
}

.modalWrapper .campaign_detail{
	border: none;
}
.modalWrapper .campaign_detail h3{
	color: #333333;
}
.modalWrapper .campaign_detail h3:after{
	display: none;
}
.modalWrapper .campaign_detail h2{
	color: #333333;
	background: #fff;
	padding: 10px 0;
}
.modalWrapper .caution{
	background: #fff;
	padding: 0;
}
.modalWrapper .campaign_detail .numList > li::before{
	color: #333333;
	background: none;
}
.modalWrapper .campaign_detail p + p{
	margin-top: 10px;
}
		.c-gp img{
			max-width: 100%;
		}
.c-gp .gp-mb10 {
	margin-bottom: 20px!important;
}
.c-gp__bt > span {
  display: block;
  position: relative;
  padding-right: 14px;
  border: 1px solid #0087d5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 0 #0087d5;
  color: inherit;
  font-size: 15px;
  font-family: 'AxisProN-Medium';
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: all 350ms cubic-bezier(.215, .61, .355, 1);
	cursor: pointer;
}
.gp-bold{
	font-weight: bold;
}
.c-gp__c2__in.-wrap {
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px;
}
.c-gp__c2__in.-wrap .c-gp__c2__c {
	margin-bottom: 20px;
	width: 25%;
	padding: 0 20px;
}
.c-gp__bw__ul li{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.c-gp__bw__ul li > div{
	display: block;
	width: 100%;
}
.c-gp__c2__c .m-denkiTop__pt__bd{
	padding: 25px 25px 35px 25px;
	min-height: 280px;
}
.m-denkiTop__pt__bd.-border {
	border: 1px solid #4ac9e3;
}
.c-gp__t strong {
	font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .c-gp__bt > span {
    padding-right: 24px;
  }
	.m-denkiTop__pt__bd.-border {
		padding: 25px;
	}
	.c-gp__c2__in.-wrap {
		margin: 0;
	}
	.c-gp__c2__in.-wrap .c-gp__c2__c {
		margin-bottom: 20px;
		width: 100%;
	}
}

html.device-pc .c-gp__bt > span:hover,
html.device-pc .c-gp__bt > span:active {
  border-color: #4ac9e3;
  background: #4ac9e3;
  box-shadow: 0 0 0 #4ac9e3;
  color: #fff;
  transform: translateY(2px);
}

html.device-pc .c-gp__bt > span:hover .c-gp__bt__ar,
html.device-pc .c-gp__bt > span:active .c-gp__bt__ar {
  background: #fff;
}

html.device-pc .c-gp__bt > span:hover .c-gp__bt__ar::before,
html.device-pc .c-gp__bt > span:active .c-gp__bt__ar::before {
  border-color: #0087d4;
}

.m-serviceTop__th{
	padding: 60px 0 90px 0;
	margin-top: 95px;
}
.is-mt00{
	margin-top: 0!important;
}
.m-serviceTop__th .c-gp__h2{
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.m-serviceTop__th{
		padding: 30px 0 40px 0;
		margin-top: 50px;
	}
}
.column_02{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column_02 > div{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.column_02 > div .c-gp__bt{
	width: 100%;
}
.m-denkiSim{
	margin-top: 95px;
}
.c-gp .gp-sup.-v70 {
	vertical-align: 70%;
}
@media screen and (max-width: 767px) {
	.column_02 > div{
		width: 100%;
	}
	.column_02 > div +div{
		margin-top: 20px;
	}
	.m-denkiSim{
		margin-top: 45px;
	}
	.m-denkiTop__pt__hd {
		padding: 20px;
	}
	.is-sp{
		display: block!important;
	}
	.is-pc{
		display: none!important;
	}
	.c-gp .gp-mt180 {
		margin-top: 100px!important;
	}
}


.c-gp__eb.is-green{
  background: rgba(161, 216, 132, 1);
	height: 100px;
	padding: 20px 20px 24px;
	border-radius: 50%;
}
.m-housecleaning__pntul {
	display: flex;
	flex-wrap: wrap;
}
.m-housecleaning__pntul > li {
	width: calc(100% / 3);
	text-align: center;
}
.m-housecleaning__pntul > li img {
	max-width: 100%;
}
@media screen and (max-width: 767px){
	.m-housecleaning__pntul > li {
		width: calc(100% / 2);
	}
	.c-gp__eb.is-green {
		height: auto;
	}
}

.m-denkiMainMenu {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 40px auto;
  }
  .m-denkiMainMenu.-center {
	justify-content: center;
  }
  .m-denkiMainMenu.-mt40 {
	margin-top: 40px;
  }
  .m-denkiMainMenuBtn {
	display: block;
	width: 300px;
	height: 240px;
	border-radius: 8px;
	background: linear-gradient(90deg, #0087d1, #4dbfd2);
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	transition: opacity .3s ease;
  }
  .m-denkiMainMenu.-center .m-denkiMainMenuBtn {
	margin: 0 20px;
  }
  .m-denkiMainMenuBtn:hover {
	opacity: .5;
  }
  .m-denkiMainMenuBtn.-nagare {
	background: linear-gradient(90deg, #bc4b97, #f08b88);
  }
  .m-denkiMainMenuBtn.-sim {
	background: linear-gradient(90deg, #00a48e, #a1cf82);
  
  }
  .m-denkiMainMenuBtn.-long {
	width: calc(100% - (300px + 60px));
  }
  .m-denkiMainMenuBtn.-long figure {
	display: flex;
	align-items: center;
  }
  .m-denkiMainMenuBtn img {
	width: 100%;
	height: 160px;
	object-fit: cover;
  }
  .m-denkiMainMenuBtn.-long img {
	width: 300px;
	height: 240px;
  }
  .m-denkiMainMenuBtn figcaption {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 12px 48px 12px 20px;
	width: 100%;
	font-family: 'AxisProN-Bold';
	font-size: 20px;
	height: 80px;
	box-sizing: border-box;
  }
  .m-denkiMainMenuBtn.-long figcaption {
	width: calc(100% - 300px);
  }
  .m-denkiMainMenuBtn.-nagare figcaption {
	line-height: 1.4;
  }
  .m-denkiMainMenuBtn figcaption span {
	display: block;
	font-size: 14px;
  }
  .m-denkiMainMenuBtn .c-gp__hw__ar::before {
	border-color: #4d4d4d;
  }
  .m-denkiOtherMenu {
	margin-bottom: 90px;
  }
  .m-denkiOtherMenuBtn {
	display: block;
	color: inherit;
	padding: 16px 18px;
	border: 2px solid #0087d1;
	text-decoration: none;
	height: 100%;
	box-sizing: border-box;
	transition: opacity .3s ease;
  }
  .m-denkiOtherMenuBtn:hover {
	opacity: .5;
  }
  .m-denkiOtherMenuBtn figure {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	height: 100%;
  }
  .m-denkiOtherMenuBtn img {
	width: 80px;
  }
  .m-denkiOtherMenuBtn figcaption {
	width: calc(100% - (80px + 20px));
	font-size: 13px;
	color: #0087d1;
  
  }
  .m-denkiOtherMenuBtn figcaption strong {
	display: block;
	font-size: 18px;
	font-family: 'AxisProN-Bold';
  }
  @media screen and (max-width: 767px) {
	.m-denkiMainMenu {
	  display: block;
	  margin-bottom: 40px;
	}
	.m-denkiMainMenuBtn {
	  width: 100%;
	  height: auto;
	  margin-bottom: 20px;
	}
	.m-denkiMainMenu.-center .m-denkiMainMenuBtn {
	  margin: 0 auto 20px;
	}
	.m-denkiMainMenuBtn img {
	  height: 50vw;
	}
	.m-denkiMainMenuBtn.-long {
	  width: 100%;
	  margin-top: 20px;
	}
	.m-denkiMainMenuBtn.-long figure {
	  display: block;
	}
	.m-denkiMainMenuBtn.-long img {
	  width: 100%;
	  height: 50vw;
	}
	.m-denkiMainMenuBtn figcaption {
	  display: block;
	  height: auto;
	  font-size: 18px;
	}
	.m-denkiMainMenuBtn.-long figcaption {
	  width: auto;
	}
	.m-denkiOtherMenu {
	  margin-bottom: 60px;
	}
  }

.m-free__point-intro strong {
	display: inline-block;
	position: relative;
	z-index: 2;
}
.m-free__point-intro strong::before {
	position: absolute;
	left: -5px;
	bottom: 6px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
}
.m-free__point-note {
	display: flex;
	justify-content: flex-end;
}
.m-free__point {
	margin-top: 90px;
	padding: 70px 0 90px;
	background: #edf9fb;
}
.m-free__point .c-gp__h2__tt span {
	position: relative;
	display: inline-block;
	margin-bottom: .3em;
	padding: 0 14px;
	font-size: .7em;
}
.m-free__point .c-gp__h2__tt span::before,
.m-free__point .c-gp__h2__tt span::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 2px;
	height: 84%;
	border-radius: 9999px;
	background: #4d4d4d;
	content: '';
}
.m-free__point .c-gp__h2__tt span::before {
	left: 0;
	transform: rotate(-15deg);
}
.m-free__point .c-gp__h2__tt span::after {
	right: 0;
	transform: rotate(15deg);
}
.m-free__point-guide {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
}
.m-free__point-guide p {
	max-width: calc(100% - (120px + 40px));
	font-size: 20px;
}
.m-free__point-change {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.m-free__point-change.-under_border {
	border-bottom: 10px solid #0086d1;
}

.m-free__point-change p {
	padding: 20px 40px;
	border-radius: 10px;
	background: #4fbfd3;
	font-size: 24px;
	color: #fff;
}

.m-free__point-change p.no-bg {
	padding: 0 1.5em;
	font-size: 32px;
	color: currentColor;
	background: none;;
}

.m-free__hagaki {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
}
.m-free__hagaki > figure {
	width: 75px;
}
.m-free__hagaki .c-gp__t {
	width: calc(100% - (75px + 30px));
}
@media screen and (max-width: 767px) {
	.m-free__point-intro .c-gp__t {
		padding: 0;
	}
	.m-free__point-intro strong {
		display: inline;
		z-index: 0;
		font-size: 1.2em;
	}
	.m-free__point-intro strong i {
		position: relative;
		display: inline-block;
	}
	.m-free__point-intro strong::before {
		display: none;
	}
	.m-free__point-intro strong i::before {
		position: absolute;
		left: 0;
		bottom: 2px;
		z-index: -1;
		display: block;
		width: 100%;
		height: 6px;
		background: #fff;
		content: '';
	}
	.m-free__point {
		margin-top: 50px;
		padding: 40px 0 50px;
	}
	.m-free__point-guide {
		gap: 20px;
	}
	.m-free__point-guide figure {
		width: 100px;
	}
	.m-free__point-guide figure img {
		width: 100px;
		height: 100px;
	}
	.m-free__point-guide p {
		max-width: calc(100% - (100px + 20px));
		font-size: 18px;
	}
	.m-free__point-change {
		align-items: flex-end;
		gap: 10px;
	}
	.m-free__point-change figure {
		width: 27%;
	}
	.m-free__point-change figure img {
		width: 100%;
		height: auto;
	}
	.m-free__point-change p {
		max-width: calc(100% - (160px + 10px));
		padding: 16px 20px;
		font-size: 17px;
		margin-bottom: 1em;
	}
	.m-free__point-change p.no-bg {
		max-width: none;
		flex:1;
		padding: 0 0 1em 1em;
		font-size: calc((36 / 768) * 100vw);
		color: currentColor;
		background: none;
		br {
			display: none;
		}
	}

	.m-free__hagaki {
		padding: 0;
	}
	.m-free__hagaki > figure {
		width: 60px;
	}
	.m-free__hagaki > figure img {
		width: 100%;
		height: auto;
	}
	.m-free__hagaki .c-gp__t {
		width: calc(100% - (60px + 20px));
		padding: 0;
	}
}

.m-sotsufit__qa {
    margin-bottom: 90px;
    border-top: 1px solid #d5d5d5;
    counter-reset: number 0;
}
.m-sotsufit__qa > li {
    border-bottom: 1px solid #d5d5d5;
    counter-increment: number n;
}
.m-sotsufit__qa dt,
.m-sotsufit__qa dd {
    position: relative;
    padding: 20px 20px 20px 60px;
}
.m-sotsufit__qa dt::before,
.m-sotsufit__qa dd::before {
    top: 20px;
    left: 20px;
    position: absolute;
    font-family: 'AxisProN-Bold';
}
.m-sotsufit__qa dt {
    padding-right: 60px;
    cursor: pointer;
}
.m-sotsufit__qa dt::before {
    content: 'Q'counter(number);
}
.m-sotsufit__qa dt > span {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}
.m-sotsufit__qa dt > span::before,
.m-sotsufit__qa dt > span::after {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: 14px;
    height: 2px;
    background: #aaa;
    content: '';
}
.m-sotsufit__qa dt > span::before {
    transition: opacity 350ms cubic-bezier(.215, .61, .355, 1);
}
.m-sotsufit__qa dt > span::after {
    transform: rotate(90deg);
}
.m-sotsufit__qa dt.is-active > span {
    transform: rotate(90deg);
    transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}
.m-sotsufit__qa dt.is-active > span::before {
    opacity: 0;
}
.m-sotsufit__qa dd {
    display: none;
    background: #dbf4f9;
}
.m-sotsufit__qa dd::before {
    content: 'A'counter(number);
    color: #0086d1;
}

.c-gp__h2__tt span.-small_bubble {
    position: relative;
    display: inline-block;
    margin-bottom: .3em;
    padding: 0 14px;
    font-size: .9em;
}
.c-gp__h2__tt span.-small_bubble::before {
    left: 0;
    transform: rotate(-15deg);
}
.c-gp__h2__tt span.-small_bubble::after {
    right: 0;
    transform: rotate(15deg);
}
.c-gp__h2__tt span.-small_bubble::before, 
.c-gp__h2__tt span.-small_bubble::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 2px;
    height: 84%;
    border-radius: 9999px;
    background: #4d4d4d;
    content: '';
}

.p-attend_blk {
	display: flex;
	background: #e3e3e3;
	padding: 20px 30px 0;
	gap:30px;
	align-items: center;
	width: 72%;
	margin: 40px auto;
	.c-row {
		&.-img {
			width: 80px;
		}
		&.-text {
			flex: 1;
			padding-bottom: 1em;
			h4 {
				font-size: 20px;
				font-weight: bold;;
			}
			p{
				font-size: 17px;
				line-height: 1.7;
			}
			*+* {
				margin-top: .5em;;
			}
		}
	}
	@media(max-width:767px) {
		flex-direction: column-reverse;
		gap: 10px;
		padding: 20px 24px 0;
		width: 92%;
		box-sizing: border-box;
		.c-row {
			&.-img {
				width: auto;
				img {
					width: 48px;
				}
			}
			&.-text {
				h4 {
					font-size: 17px;
					margin-bottom: .75em;
				}
				p{
					font-size: 13px;
				}
				*+* {
					margin-top: .5em;;
				}			
			}
		}
	}
}

.p-copy-large {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	@media(max-width:767px) {
		font-size: calc((28/768) * 100vw);
	}
}

/* banner内用調整 */
.l-bannerHeader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 40px;
	background: #0086D1;
}
.l-bannerHeader__lg img {
	width: 180px;
	height: auto;
}
.l-footer__bl__in {
	padding: 30px 0;
}
.l-footer__bl__cw {
	display: none;
}

@media screen and (max-width: 767px) {
	.l-bannerHeader {
		padding: 16px 20px;
	}
	.l-bannerHeader__lg img {
		width: 92.625px;
		height: 27px;
	}
}
.l-headerHeight-b{
    height: 50px;
}