@charset "utf-8";
/* CSS Document */

@media (max-width: 768px) {
	.l-footer.l-footer-hasfixcv {  margin-bottom: 30px;  }
}
.btn_border {
	border: 3px solid #fc0f3a;
}
.btn_red_border {
	border: 3px solid #fc0f3a;
    background: #fff;
	color: #fc0f3a;
}
.btn_arrow:before {
    content: "";
    right: 20px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
.btn_red_border.btn_arrow:before {
    border-top-color: #fc0f3a;
    border-right-color: #fc0f3a;
}
@media (max-width: 768px) {
	.btn-inline-wrapper .btn {
		width: 48%;
	}
	.btn_arrow:before {
        right: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
}

/* ▼▼202401 pagetop▼▼ */
.gotop {  bottom: 130px;  }
@media screen and (max-width: 767px) {
	.gotop {  bottom: 90px;  }
}
/* ▲▲202401　pagetop▲▲ */

/** --------------------  header  -------------------- **/
.l-header-inner {
    max-width: 1030px;
	padding: 0 30px;
	margin: 0 auto;
}
.header-logo-lp {
	margin: 0 0 0 30px;
	/*
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	*/
}
#cta_area_header {
	position: absolute;
    right: 0;
	/*padding-top: 15px;*/
	bottom: -3px;
}
#cta_area_header .section_wrapper {
    max-width: calc(980px - 280px);
    margin: 0;
	
}
#cta_area_header .section_wrapper {
	padding: 0;
}
#cta_area_header .btn-inline-wrapper > div {
    margin: 0 6px;
}
#cta_area_header .btn {
	min-width: 205px;
	padding: 5px 10px;
	border-radius: 100px;
}
#cta_area_header .btn_red_border {
	border: 2px solid #fc0f3a;
	padding: 6px 10px;
}
#cta_area_header .btn_arrow:before,
#cta_area_header .btn_red_border.btn_arrow:before {
	    content: "";
    right: 10px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#cta_area_header .btn_red_border.btn_arrow:before {
    border-top: 2px solid #fc0f3a;
    border-right: 2px solid #fc0f3a;
}
#cta_area_header .btn_rc p {
    font-size: 1.5rem;
	/*padding-left: 10px;*/
	padding-right: 7px;
}
#cta_area_header .btn_rc p > span {
    left: 4px;
	padding: 3px;
}
#cta_area_header .btn_rc p > span > span {
    font-size: 1.1rem;
	line-height: 1;
	padding-top: 3px;
}
#cta_area_header .btn-inline-wrapper div:nth-child(2n) .btn_rc p > span > span {
	padding-top: 6px;
}
@media screen and (max-width: 850px) {
	#cta_area_header .btn_rc p {
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	#cta_area_header .btn.btn_rc,
    #cta_area_header .btn_red_border {
		white-space: nowrap;
		min-width: auto!important;
		padding: 5px 20px 7px 15px;
	}
}
@media screen and (max-width: 768px) {
	.l-header-lp { 
		height: 58px;
		padding-top: 15px;
	}
	.l-header-inner {
		max-width: auto;
		width: 100%;		
	}
	.header-logo-lp {
		/*background-size: 150px;*/
		/*left: 15px;*/position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}	
	#cta_area_header {
		display: none;
	}
}
/** --------------------  kv  -------------------- **/
.kv {
	position: relative;
	height: 350px;
	max-height: 350px;
}
.kv_img {
	background: #fff;
	background-image: url("../../images/kv.jpg");
	background-repeat: no-repeat;
    background-position: center;
	background-size: auto 100%;	
	max-height: 350px;
	height: 350px;
	position: relative;
	margin-bottom: 0;
}
@media screen and (max-width: 1020px) {
	.kv,
	.kv_img {
		max-height: 33vw;
	}
}
@media screen and (max-width: 768px) {
	.kv {
		height: 70vw;
		max-height: 1000px;
	}
	.kv_img {
		background-image: url(../../images/kv_sp.jpg);
		background-position: center bottom;
		background-size: cover;
		max-height: 1000px;
		height: 70vw;
		position: relative;
	}
}

/** --------------------  btn  -------------------- **/
.cta_area .section_wrapper {
	padding: 30px 0 40px 0;
}
.cta_area.bg_gray {
	background-color: #E8E8E8;
}
.cta_area h2{
	font-size: min(2.6rem, 6vw);  
}
.btn-inline-wrapper {
    display: inline-flex;
}
.btn-inline-wrapper > div {
	margin: 0 15px;
	position: relative;
}
.btn_rc {
	border-radius: 50px;
}
.btn_rc p {
	font-size: min(2.0rem, 5vw);
}
.btn_rc p > span {
	position: absolute;    
		top: 50%;
		left: 3px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    border-radius: 100px;
    padding: 8px;
    background-color: #F8CE00;
}
.btn_rc p > span > span {
	display: block;
	padding-top: 5px;
	color: #333333;
}
@media screen and (max-width: 768px) {
	.btn-inline-wrapper .btn {
        width: 100%;
    }
	.btn-inline-wrapper {
		display: block;
	}
	.btn-inline-wrapper div:nth-child(2n) {
		margin-top: 20px;
	}
	.btn_rc p > span {
		padding: 4px;
	}
}
/** --------------------  クロージング  -------------------- **/
.section#closing {
	padding: 0;
}
.bg_img_l {
	background-image: url("../../images/bg_l.jpg");
	max-height: 750px; 
	height: 750px;
}
@media (max-width: 1000px) and (min-width: 769px) {
	.bg_img_l {
	background-image: url("../../images/bg_l.jpg");
	max-height: 750px; 
	height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.bg_img_l {
		background-image: url("../../images/bg_l_sp.jpg");
        height: 88vw;
	}
}

/** --------------------  footer  -------------------- **/
.l-footer-hasfixcv {
    padding: 45px 0 15px 0;
	background-color: #333;
}
.footer-bottom-nav-list-item a,
.footer-bottom .copyright {
	color: #fff;
}
.footer-bottom .copyright {
	padding-top: 15px;
}
@media screen and (max-width: 768px) {
	.l-footer.l-footer-hasfixcv {
		margin-bottom: 0;
	}
.gotop {
        bottom: 15px!important;
    }
}
@media (max-width: 1180px) {
    .l-footer-bottom .l-inner {
		padding: 0!important;
    }
}
@media screen and (max-width: 768px) {
	.footer-bottom-nav-list-item {
        width: 49%;
	}
	.footer-bottom-nav-list-item a {
        padding: 0 5px 0 0;
	}
}
/**  ▲▲202410追加▲▲  **/

/** --------------------  202503  -------------------- **/
body {  overflow-x: clip;  }
.fadein-up div:nth-of-type(2) .fadein-up {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }
.fadein-up div:nth-of-type(3) .fadein-up {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.fadein-up div:nth-of-type(4) .fadein-up {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
@media screen and (max-width: 768px) {
	.section_wrapper{
		padding: 0 15px;
	}
}
#cta_area_header .btn_border {
    border: 3px solid #bf0149;
    background: #bf0149;
    color: #fff;
	box-shadow: 0px 3px 0px #8c0035;
}
#cta_area_header .cta_area .btn_red_border {
    color: #bf0149;
    background: #fff;
    border-color: #bf0149;
    box-shadow: 0px 3px 0px #8c0035;
}
#cta_area_header .btn:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px #cacaca;
}
#cta_area_header .btn_red_border {
    color: #ff0033;
    background: #fff;
    border-color: #ff0033;
    box-shadow: 0px 3px 0px #ff0033;
	letter-spacing: 0;
	min-width: 245px;
}
#cta_area_header .btn_red_border.btn_arrow:before {
    border-top: 2px solid #ff0033;
    border-right: 2px solid #ff0033;
}
#cta_area_header .btn_border {
    border: none;
	background: #f5d220; 
    color: #333;
	box-shadow: 0px 4px 0px #f99e03;
    padding: 7px 10px;
}
#cta_area_header .btn_arrow:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
}
#cta_area_header .btn_border:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 7px 10px;	
}

.cta_area .btn-red {
	padding: 19px 8px;
	border: solid 2px #ff0033;
}
.cta_area .btn-red:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	padding: 19px 8px;
}
.cta_area .btn_border {
	padding: 19px 8px;
	background: #fff; 
	border: solid 2px #FC0F3A;
    color: #FC0F3A;
	box-shadow: 0px 3px 0px #d70b32;
}
.cta_area .btn_border:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	padding: 19px 8px;
}

.cta_area .btn-red.btn_arrow:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.cta_area .btn_border.btn_arrow:before {
    border-top: 3px solid #ff0033;
    border-right: 3px solid #ff0033;
}
.cta_area .btn_yellowgreen_border {
    color: #132c74;
    background: #fff;
    border-color: #132c74;
    box-shadow: 0px 3px 0px #132c74;
}
.cta_area .btn_yellowgreen.btn_arrow:before {
    border-top: 3px solid #333;
    border-right: 3px solid #333;
}
.cta_area .btn_yellowgreen_border.btn_arrow:before {
    border-top: 3px solid #132c74;
    border-right: 3px solid #132c74;
}
.btn_rc p > span {
    left: 6px;
    background-color: #eeeeee;
}
#cta_area01,
#cta_area04 {
	background:	#eff8fe!important;
}
/*
#cta_area01 .slash:before,
#cta_area01 .slash:after {
    background: #fff;
}*/
#cta_area02 .slash:before,
#cta_area02 .slash:afterr,
#cta_area03 .slash:before,
#cta_area03 .slash:afterr {
    background: #fff;
}
#cta_area04 .slash:before,
#cta_area04 .slash:after {
    background: #333;
}
/*
#cta_area01 .slash,
#cta_area01 .slash,
*/
#cta_area02 .slash,
#cta_area02 .slash,
#cta_area03 .slash,
#cta_area03 .slash {
	color: #ffed8b;
}
#cta_area04 .slash,
#cta_area04 .slash {
	color: #333;
}
.bg_blue_gradation {
	background: #45aea9; 
}
.bg_blue_gradation  h2 {
	color: #fff;
}
.bg_lightblue {
	background-color: #d8f0f1;
}
#campaign_01.section {
	padding: 30px 0;
}
.img_center {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.img_md_center {
		margin: 0 auto;
	}
}
#reason .btn_rc p {
    font-size: min(2.0rem, 4vw);
}
.bg_darkgray {
	background-color: #333;
}
.bg_darkgray h2 {
	color: #fff;
}
.bg_img_full {
	background-image: url("../../images/img_voice_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.bg_img_full {
		background-image: none;
		background: #f7f7f7;
	}
}
.bg_pink {
	background-color: #fee9f1;
}
.text_pink {
	color: #bf0149;
}

.l-footer {
	border-top: none!important;
}
.footer-bottom-nav-list-item a:visited {
    color: #fff;
}
@media screen and (max-width: 768px) {
	.cta_area .btn-red,
	.cta_area .btn_border {
		padding: 12px 3px;
	}
	.btn_rc p > span {
        padding: 2px;
    }
}
.border_none {
	border: none!important;
}
#concerns.bg_blue {
    background: #9fdcf9!important;
}
#plan_charm.bg_pink,
.bg_pink {
    background: #ffeeef!important;
}
#cta_area02 img,
#cta_area03 img {
	position: relative;
    top: -15px;
}
/*
.feature .box {
	border: none;
    background: #ffeeef!important;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 3.5vw 30px 4.5vw;
	border-radius: 0 0 15px 15px;
}
*/
@media screen and (max-width: 768px) {
	/*
	.feature .box {
		max-width: 708px;
	}
	*/
	#option h2 img {
		max-width: 70%;
	}
}

/** --------------------  HELPO　Lite  -------------------- **/
h2.ttl-article {
	font-size: 3.8rem;
	font-weight: 900;
	color: #2e87ff;	
	margin-bottom: 45px
}
@media screen and (min-width: 768px) {
    .section {
        padding: 120px 0;
    }
}
#cta_area_header .btn_border {
    border: none;
    background: #ff0033;
    color: #fff;
    box-shadow: 0px 4px 0px #d70b32;
    padding: 7px 10px;
}
#cta_area_header .btn_arrow:before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.section h2:first-child.ttl-article {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	h2.ttl-article {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
}
.text_pink {
	color: #FF2188;
}
.text_blue {
	color: #0f72ce;
	color: #2e87ff;
}
.text_green {
	color: #0fa9da;
}
.bg_blue {
	color: #fff;
	background: #0f72ce;
}
.bg_green {
	color: #fff;
	background: #0fa9da;
}
.bg_light_blue {
	background: #d6edf6;
}
.btn-blue {
	background: #0f72ce;
	border: none;
}
.bg_blue_gradation {
	  background: linear-gradient(to right, rgb(160, 227, 167), rgb(46, 135, 255));
}

/** --------------------  ボタンエリア  -------------------- **/
@media screen and (min-width: 769px) {
	.cvArea_wrapper {
		max-width: 980px;
	}
	.cta_area .btn-inline-wrapper {
		width: 100%;
	}
	.cta_area .btn-inline-wrapper > div {
		margin: 0;
		width: 100%;
	}
	.cta_area .btn-inline-wrapper > div:first-child {
		margin-right: 30px;
	}
	.cta_area .btn-inline-wrapper > div:last-child {
		margin-left: 30px
	}
	.cta_area .btn-inline-wrapper > div a {
		width: 100%;
	}
}

/** --------------------  KV  -------------------- **/
.kv_img .btn_ols_pc {
	width: 980px;
	margin: 0 auto;
}
.kv_img .btn_ols_pc img {
	text-align: left;
	position: absolute;
	bottom: 8%;
}
@media screen and (max-width: 1086px) {
	.kv_img .btn_ols_pc {
		margin-left: 4%;
	}
	.kv_img .btn_ols_pc img {
		width: 33.5%;		
	}	
}
@media screen and (max-width: 768px) {
	.kv_img .btn_ols_sp {
		position: absolute;
		width: 65%;
		bottom: 3%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.header-logo-lp {
		margin: 0;
	}
}

/** --------------------  ヘルスケアアプリ「HELPO」と「HELPO Liteプラン」の違い  -------------------- **/
#lead a.btn-l {
	border: 3px solid #0fa9da;
	color: #0fa9da;
	box-shadow: 0px 3px 0px #068fbb;
	background: #eef9fc;
	padding-right: 15px;
	font-weight: bold;
}
#lead a.btn-l:before {
	content: "";
    right: 10px;
	width: 12px;
    height: 12px;
    border-top: 3px solid #0fa9da;
    border-right: 3px solid #0fa9da;
	position: absolute;
    top: 50%;
	-webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
}
#lead a.btn-l:not(.btn-disabled):hover {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
	#lead a.btn-l {
		border: 2px solid #0fa9da;
	}
	#lead a.btn-l:before {
		width: 9px;
		height: 9px;
		border-top: 2px solid #0fa9da;
		border-right: 2px solid #0fa9da;
	}
}

/** --------------------  ヘルスケアアプリ「HELPO」と「HELPO Liteプラン」の違い  -------------------- **/
.ff_oswald {
    font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
#comparison .text-huge.ff_oswald {
	font-size: 6rem!important;
		letter-spacing: 0;
}
#comparison .text-size-n.ff_oswald {
	font-weight: 100;
}
#comparison .box {
    border: 3px solid #0fa9da;
    border-radius: 20px;
    background: #fff;
    padding: 100px 30px 30px 30px;
	position: relative;
}
#comparison .bg_blue {
	position: absolute;
    top: 0;
    left: 0;
    border-radius: 18px 18px 0 0;
	width: 100%;
	padding: 15px 0;
    display: block;
    vertical-align: middle;
    text-align: center;
}
#comparison .box .row {
	align-items: center;
}
#comparison .b_border {
	border-top: 1px solid #0fa9da;
	padding-top: 30px;
}
#comparison .text_box {
	min-height: 5vw;
}
#comparison .list > li {
	font-size: clamp(13px, 1.15vw, 15px)!important;    
	margin-bottom: 3px;
}
#comparison .list > li:before {
    content: "・";
}
@media screen and (min-width: 769px) and (max-width: 980px) {
	#comparison .box {
		padding-left: 15px;
		padding-right: 15px;
	}
	#comparison .bg_blue {
		letter-spacing: -0.08rem;
	}
}
@media screen and (max-width: 768px) {
	#comparison .row > .col-6:first-child {
		padding-left: 0!important;
	}
	#comparison .row > .col-6:last-child {
		padding-right: 0!important;
	}
	#comparison .row .row p {
		text-align: center;
	}
	#comparison .text-huge.ff_oswald {
		font-size: 3rem!important;
		line-height: 1!important;
	}
	#comparison .box {
		border: 2px solid #0fa9da;
		padding: 80px 10px 30px 10px;
	}
	#comparison .box p.ttl {
		font-size: clamp(18px, 5.8vw, 20px)!important;
	}
	#comparison .bg_blue {
		padding: 10px 0;
	}
	#comparison .bg_blue p {
		font-size: 16px !important;
		line-height: 1.3;
	}
	#comparison .text_box {
		min-height: 18vw;	
	}
	#comparison .text-size-m {
		font-size: clamp(15px, 4vw, 18px)!important;
		line-height: 1.5;
		text-align: left!important;
    }
	#comparison .text-size-n.ff_oswald {
		font-size: 11px !important;	
		letter-spacing: 0;
	}
	#comparison .box .text-size-s {
		font-size: 9px !important;
		letter-spacing: 0.05rem;
	}
	#comparison .box .col-md-12 img {
		margin: 0 auto;
		width: 8vw;
		padding-bottom: 3px;
	}
	#comparison .b_border {
		padding-top: 20px;
		font-size: clamp(15px, 4vw, 18px)!important;
		margin-bottom: 10px!important;
	}
}

@media screen and (max-width: 840px) {  #comparison .text_box {  min-height: 16vw;  }  }
/*@media screen and (max-width: 839px) {  #comparison .text_box {  min-height: 13.5vw;  }  }*/
@media screen and (max-width: 710px) {  #comparison .text_box {  min-height: 17vw;  }  }
@media screen and (max-width: 640px) {  #comparison .text_box {  min-height: 20vw;  }  }
@media screen and (max-width: 560px) {  #comparison .text_box {  min-height: 26.5vw;  }  }
@media screen and (max-width: 510px) {  #comparison .text_box {  min-height: 28vw;  }  }
@media screen and (max-width: 485px) {  #comparison .text_box {  min-height: 30vw;  }  }
@media screen and (max-width: 460px) {  #comparison .text_box {  min-height: 36.5vw;  }  }
@media screen and (max-width: 420px) {  #comparison .text_box {  min-height: 40vw;  }  }
@media screen and (max-width: 420px) {  #comparison .text_box {  min-height: 40vw;  }  }
@media screen and (max-width: 365px) {  #comparison .text_box {  min-height: 43.5vw;  }  }
@media screen and (max-width: 320px) {  #comparison .text_box {  min-height: 45vw;  }  }

@media screen and (max-width: 355px) {
	#comparison .text-size-m {
		font-size: clamp(12px, 4vw, 14px)!important;
		line-height: 1.5;
    }
	#comparison .text-huge.ff_oswald {
		font-size: 2.6rem!important;
	}
}
@media screen and (max-width: 320px) {
	#comparison .box p.ttl {
		font-size: clamp(17px, 3.8vw, 20px)!important;
	}
}

/** --------------------  「HELPO Liteプラン」を使ってできること  -------------------- **/
#can_do .row .box {
	padding: 30px;
	box-shadow: 0px 6px 20px -7px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	border: none;
}
#can_do .row .box .text_green {
	padding-bottom: 15px;
}
@media (max-width: 768px) {
	#can_do .row .box {
		padding: 20px;
	}
}

/** --------------------  FAQ  -------------------- **/
#faq .list-faq-item {
    display: block;
    padding: 15px 0 15px 0;
    position: relative;
    overflow: visible;
}
.list-faq-question,
.list-faq-answer {
    white-space: normal;
    overflow: visible;
}
#faq .list-faq-item a {
    display: inline;
    padding: 0;
    position: relative;
    overflow: visible;
    font-size: 15px;
}
#faq .list-faq-item a:after {
	content: none;
}
@media (max-width: 768px) {
    #faq .list-faq-item {
        padding: 13px 0 13px 0;
    }
	#faq .list-faq-item a {
		font-size: 14px;
		line-height: 2.5;
	}
}

/** --------------------  クロージング  -------------------- **/
.section#closing {
	padding: 0;
}
.bg_img_l {
	background-image: url(../../images/bg_l.jpg);
	background-repeat: no-repeat;
    background-position: center;
	background-size: auto 100%;	
	max-height: 500px; 
	height: 500px;
}
@media (max-width: 980px) {
	.bg_img_l {
		height: 50vw;
	}
}
@media (max-width: 850px) {
	.bg_img_l {
		max-height: 370px; 
		height: 370px;		
	}
}
@media (max-width: 768px) {
	.bg_img_l {
		background-image: url("../../images/bg_l_sp.jpg");
		max-height: 100vw; 
		height: 100vw;
	}
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/** --------------------  追従ボタン 右下  -------------------- **/
#btn_dl {
	display: block;
}
.btn_dl {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: .7s;
    transition: .7s;
}
.btn_dl {
  position: fixed;
  right: 15px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(300px);
  transition: transform 0.7s ease, opacity 0.7s ease;
  z-index: 10;
	bottom: 250px;
}
.btn_dl a {
    display: block;
    background: url(../../images/btn_dl.png) no-repeat left top;
    background-size: 100%;
    width: 90px;
    height: 90px;
    text-indent: -99em;
    overflow: hidden;
    transition: all 0.25s ease;
}
.btn_dl.is-active {
  opacity: 1;
  pointer-events: auto;
    -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 768px) {
	.btn_dl a {
		width: 45px;
        height: 45px;
    }
	.btn_dl {
		right: 7px;
		bottom: 70px;
	}
}


/** --------------------  追従ボタン 右下 オンライン見積  -------------------- **/
.btn_dl a {
	background: url(/common_b/images/common/toolbtn_news_pc.svg) no-repeat left top;
}
@media screen and (max-width: 768px) {
	.btn_dl a {
		background: url(/common_b/images/common/toolbtn_news_sp.svg) no-repeat left top;
	}
}
/**  追従ボタンあり位置調整  **/
.gotop {
    bottom: 140px;
}
@media screen and (max-width: 768px) {
    .gotop {
        bottom: 75px !important;
    }
	.btn_dl a {
        width: 55px;
        height: 55px;
    }
	.btn_dl {
		right: 0;
        bottom: 130px;
    }
}

/** --------------------  追従ボタン  -------------------- **/
.l-footer-hasfixcv {
    padding-bottom: 120px;
}
@media (max-width: 768px) {
	.l-footer-hasfixcv {
		padding-bottom: 75px;
	}
}
@media screen and (min-width: 768px) {
    .cvArea {
        padding: 20px 0;
    }
	.cvArea_button {
		border: 3px solid #fc0f3a;
	}
	.cvArea .cvArea_button {
			padding: 19px 8px;
	}
	.cvArea .cvArea_button p {
		font-size: 20px;
		letter-spacing: 0.1rem;
        line-height: 1;
	}
	.cvArea_button.is-border p {
		letter-spacing: 0;
	}
	.cvArea_button span {
		letter-spacing: 0.1rem!important;
	}
}
@media screen and (max-width: 890px) {
	.cvArea_button.is-border p {
		letter-spacing: -0.1rem!important;
	}
	.cvArea_button p {
		font-size: 18px!important;		
	}
	.cvArea .cvArea_button.is-border {
        padding-left: 0!important;
        padding-right: 20px!important;
	}
}
@media screen and (max-width: 768px) {
	.cvArea .cvArea_button p {
		font-size: 12px !important;
	}
	.cvArea_button span {
		font-size: 9px !important;
	}
	.cvArea_button {
		border: 2px solid #fc0f3a;
	}
	.cvArea_button.is-border p {
        font-size: 12px !important;
        letter-spacing: -0.1rem;
    }
	.cvArea .cvArea_button.is-border {
        padding: 7px 3px !important;
	}
	.cvArea_button.is-border:before {
    	border-top: 2px solid #fc0f3a;
    	border-right: 2px solid #fc0f3a;
	}
}
@media screen and (max-width: 350px) {
	.cvArea .cvArea_button p {
		font-size: 10px !important;
	}
	.cvArea_button.is-border {
		border: 2px solid #fc0f3a;
	}
	.cvArea_button span {
		letter-spacing: -0.1rem!important;
	}
}