@charset "utf-8";
@media screen and (max-width: 767px){

.is_sp {
	display: block;
}
.is_pc {
	display: none;
}
img {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	height: auto;
}
.container {
	width: 100%;
	padding: 0;
}
.page_home_sp h2,
.page_home_sp p,
.page_home_sp h3{
  margin: 0;
  padding: 0;
}
#kv {
	position: relative;
	background: #a8d8f1;
}
#kv .kv_notes {
	margin: 0px 4% 0 4.7% ;
	padding: 0 0 10px;
	text-align: left;
	font-size: 8px;
	line-height: 1.3;
}
.kv_copy {
	color: #1f8bde;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
    left: 7%;
    top: 3%;
	text-align: left;
	line-height: 1.3;
}
@media (max-width: 320px){
	.kv_copy {
		font-size: 13px;
		left: 7%;
		top: 3%;
	}
}

/* trouble
------------------------- */
#kv_trouble .kv_copy {
	color: #1f8bde;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
    left: 44.5%;
    top: 3%;
	text-align: left;
	line-height: 1.3;
}
@media (max-width: 320px){
	#kv_trouble .kv_copy {
		font-size: 15px;
		left: 44.5%;
		top: 3%;
	}
}
/* mizutrouble
------------------------- */
#kv_mizutrouble .kv_copy {
	color: #1f8bde;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	left: 44.5%;
    top: 3%;
	text-align: left;
	line-height: 1.3;
}
@media (max-width: 320px){
	#kv_mizutrouble .kv_copy {
		font-size: 15px;
		left: 44.5%;
		top: 3%;
	}
}
/* repaire
------------------------- */
#kv_repaire .kv_copy {
	color: #1f8bde;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
    left: 44.5%;
    top: 3%;
	text-align: left;
	line-height: 1.3;
}
@media (max-width: 320px){
	#kv_repaire .kv_copy {
		font-size: 15px;
		left: 44.5%;
		top: 3%;
	}
}
/* home_offerbox
------------------------- */
.home_offerbox {
	position: relative;
	text-align: left;
	background: #1f8bde;
}
.home_offerbox h2 {
	position: absolute;
	z-index: 100;
	left: 3%;
	top: 6.5%;
	font-size: 6vw;
	color: #FFF;
	line-height: 1.33;
	text-shadow:#00349a 3px 2px 0, #00349a -3px -3px 0, #00349a -2px 2px 0, #00349a 2px -2px 0, #00349a 0px 3px 0, #00349a 0 -3px 0, #00349a -3px 0 0, #00349a 2px 0 0;
}

.home_offerbox .offer_copy {
	position: absolute;
	left: 43%;
	top: 33%;
	font-size: 5vw;
	font-weight: bold;
	line-height: 1.2;
	margin: 0;
}
.home_offerbox .offer_copy span {
	font-size: 120%;
	color:#dc0000;
}		
.home_offerbox .offer_notes {
	margin: 0 5px;
	padding: 0 0 7px;
	text-align: left;
	font-size: 9px;
	color: #FFF;
	line-height: 1.2;
}
.home_offerbox .offer_btn{
	  width:96%;
	  position:absolute;
	  bottom: 14%;
	  left:3%;
}

/* home_trouble
------------------------- */
#home_trouble {
	position: relative;
	background: #e3f2fd url(../img/sp/top/trouble_bg.jpg) no-repeat right bottom;
	background-size: 50% auto;
}
#home_trouble h2 {
	margin: 0;
}
#home_trouble_index {
	position: relative;
	text-align: left;
	width: 100%;
	margin-bottom: 9px;
}
#home_trouble_index ul {
	margin: 0 7px;
	display: flex;
	flex-wrap: wrap;
}
#home_trouble_index li {
	width: 49%;
	margin: 0 1% 6px 0;
	padding: 4px 5px;
	background: #fff;
	border-radius: 7px;
	box-shadow:0px 0px 3px 1px #b9dcee;
}
#home_trouble_index li:nth-child(2n){
	margin: 0 0 6px 1%;
}
#home_trouble_index li p {
	margin: 0;
	padding: 5px 1px;
	line-height: 1.57;
	font-size: 10px;
}

/* three_points
------------------------- */
#home_no1 h2{
	margin:0;
}
#home_no1 p{
	margin:0;
}

/* tv
------------------------- */
#home_tv h2{
	margin:0;
}
#home_tv p{
	margin:0;
}
#home_tv ul{
  text-align: left;
  padding: 4% 0;
}
#home_tv ul li{
  font-weight: bold;
  font-size: 3.1vw;
  padding-left: 7%;
  background-repeat: no-repeat;
  background-position: 4% 43%;
  background-image: url("../img/sp/top/bg_list.png");
}
#home_tv ul li span{
  color:#0e7605;
}

/* performance
------------------------- */
#home_performance h2{
	margin:0;
}
#home_performance p{
	margin:0;
}


/* home_result
------------------------- */
#home_result h2 {
	margin:0;
}
#home_result .result_notes {
	margin: 0 5px;
	padding: 0 0 8px;
	text-align: left;
	font-size: 9px;
	line-height: 1.2;
}


/* home_flow
------------------------- */
#home_flow {
	padding: 0 0 10px;
	background: #e3f2fd;
}
#home_flow h2 {
	margin: 0;
}
#home_flow ul{
  display:flex;
  flex-wrap: wrap;
  
  
}
#home_flow li {
	position: relative;
	width: 50%;

}
#home_flow li p {
	position: absolute;
	width: 84%;
	left: 8%;
	top: 72%;
	font-size: 3.5vw;
	line-height: 1.375;
	text-align: left;
}
#home_flow li p span {
	color: #df1640;
}
#home_flow li p br {
	display: none;
}

#handle_maker h2{
	margin:0;
}
#handle_maker p{
	margin:0;
}

/* home_point
------------------------- */
#home_point {
	background: #e3f2fd;
	padding-bottom: 3%;
}
#home_point h2 {
	margin: 0;
}
#home_point h3 {
	margin: 0;
}
#home_point_featuer {
	margin: 0 0 3px;
}
#home_point ul {
	margin: 0 5px 5px;
}
#home_point ul li {
	background: #FFF;
	text-align: left;
	width: 96%;
	margin: 0 auto;
	border-left: solid 0.3vw #1f8bde;
	border-right: solid 0.3vw #1f8bde;
}
#home_point ul li:last-child{
	border-bottom: solid 3px #1f8bde;
}
#home_point ul li div {
	float: right;
	width: 47vw;
	padding: 4% 3% 2% 2%;
}
#home_point ul li p{
	padding: 4% 3% 5% 3%;
	margin:0;
	font-size: 3.1vw;
	line-height:1.5em;
}

/* home_staff
------------------------- */
#home_staff {
	position: relative;
}
.home_staff_btn {
	position: absolute;
	width: 62%;
	bottom: 6px;
	left: 19%;
}

/* home_heart
------------------------- */
#home_heart {
	padding-bottom: 10px;
}
#home_heart h2 {
	margin: 0;
}
#home_heart .heart_copy {
	position: relative;
	margin: -22px 10px 0;
	padding: 3px;
	box-shadow:0px 0px 3px 1px #b9dcee;
	background: #FFF;
}
#home_heart .heart_copy p {
	padding: 4% 5%;
	margin: 0;
	line-height: 2em;
	font-size: 3.2vw;
	text-align: left;
	border: solid 1px #57a8e6;
}
#home_heart .heart_copy p span {
	color: #dc0000;
	font-weight: bold;
}

#call_center .call_center_area{
	position: relative;  
}
.call_center_area .text_area{
	position: absolute;
	left: 30.5%;
	bottom: 42%;
	font-size: 3.5vw;
	font-weight: bold;
}
.call_center_area p{
	margin:0;
}
.call_center_area .text_area span{
  color:#e20000;
}

#web_discount h2{
	margin:0;
}

.clearfix:after,
.container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix,
.container {
	display:inline-block;
}


/* =================================================================
		レイアウト崩れ修正部分(2018/02/27)
================================================================= */

#home_kv .balloon {
	position: absolute;
    width:auto;
    left: 45%;
    bottom: 70.5%;
    padding-left:10;
    padding-right:10;
    padding-top:6;
    padding-bottom:6;
    font-size: 4.5vw;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    line-height:1em;
}
.balloon{
	background-color: #218CDC;
    display: inline-block;
	transform: translateX(-50%);
}
	        
	        
#home_kv .balloon_second {
    position: absolute;
    width:32%;
    left: 47%;
	bottom: 73.5%;
    padding-left:10;
    padding-right:10;
    padding-top:6;
    padding-bottom:6;
    font-size: 3.4vw;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    line-height:1em;
}	
.balloon_second {
    background-color: #218CDC;
    display: inline-block;
    transform: translateX(-50%) rotate(-4deg);
}

#home_kv .balloon_thrid {
	position: absolute;
	width: 36%;
	left: 48%;
	bottom: 71%;
	padding-left:5;
    padding-right:5;
    padding-top:3;
    padding-bottom:3;
	font-size: 3.2vw;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 1em;
}
.balloon_thrid{
	background-color: #218CDC;
    display: inline-block;
    transform: translateX(-50%) rotate(-4deg);
}

/*レスキューグループの取り組み*/
.efforts{
	position:relative;
	margin:0 3.3% 30px;
}
.efforts h2,
.efforts p{
	margin: 0;
}
.efforts p img{
	width:100%;
}
.efforts_txt{
	position:absolute;
	width:90%;
	top:79.5%;
	left:5%;
	line-height:1.6;
	font-size:1.4em;
	text-align: left;
}
@media (max-width: 516px){
	.efforts_txt{
		font-size:1.3em;
	}
}
@media (max-width: 375px){
	.efforts_txt{
		font-size:1.2em;
	}
}
@media (max-width: 320px){
	.efforts_txt{
		font-size:1em;
		line-height: 1.7;
	}
}
/*レスキューグループの取り組み*/

/*料金プラン表示用*/
.home_plan_list{
	margin: 5.33%;
}
.home_plan_list li{
	background: #fff;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 1px #cce7f5;
	padding: 8% 5.33% 5.33%;
	margin-bottom: 8%;
}
.home_plan_list li h3{
	margin-bottom: 5%;
}
.home_plan_list li p{
	font-size: 3.73vw;
	text-align: left;
}
.home_plan_notice{
	background-color: #e3f2fd;
	padding:0 5% 6.4%;
}
.home_plan_notice li{
	font-size: 3.46vw;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 3.73%;
}

}
/*max-width: 767px*/