﻿@charset "utf-8";

@import "normalize.css";
@import "common.css";
@import "sp_common.css";

.is_sp {
	display: block;
}
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;
}
#home_kv {
	position: relative;
	background: #a8d8f1;
}

/*レイアウト崩れ修正のためコメントアウト(2018/02/26)
#home_kv .balloon {
	position: absolute;
	z-index: 100;
	left: 31.5%;
	top: 21%;
	width: 23%;
	text-align: center;
	font-size: 4.4vw;
	color: #FFF;
	letter-spacing: 2px;
	font-weight: bold;
}
*/


#home_kv .kv_notes {
	margin: 0px 4% 0 4.7% ;
	padding: 0 0 10px;
	text-align: left;
	font-size: 8px;
	line-height: 1.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_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%;
}

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

#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/home/bg_list.png");
}
#home_tv ul li span{
  color:#0e7605;
}



/* 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;
}

/* home_point
------------------------- */
#home_point {
	background: #e3f2fd;
  padding-bottom: 3%;
}
#home_point h2 {
	margin: 0;
}
#home_point_featuer {
	margin: 0 0 3px;
}
#home_point ul {
	margin: 0 5px 5px;
	/*box-shadow:0px 0px 3px 1px #b9dcee;*/
}

#home_point h3{
  
} 

#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;
    
 /* box-shadow:0px 0px 0px 2px #b9dcee;*/
}
#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%;
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 .text_area span{
  color:#e20000;
}

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

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

/*       R追加分       レイアウト崩れ修正のためコメントアウト(2018/02/26)     
.balloon{
	background-color: #218CDC;
	margin-top: 11px;
	font-size: 1.8vh !important;
	padding-top: 3px;
}
*/


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

#home_kv .balloon {
	position: absolute;
    width:auto;
    left: 45%;
    bottom: 71.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 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;
	}
}
/*追従バナー*/
.fixed-offer {
    background-color:rgba(255,255,255,0.9);
	bottom: 0;
	left: 0;
    right: 0;
	opacity: 0;
	position: fixed;
	transition: opacity .3s linear 0s;
    margin: auto;
    padding: 20px 2.66% 10px;
}
.fixed-offer__inner{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.fixed-offer-is-invisible {
	opacity: 0;
}

.fixed-offer-is-invisible.fixed-offer-is-ended {
	left: 100%;
}
.fixed-offer-is-visible {
	opacity: 1 !important;
}
.fixed-offer .cv__counter {
    width: 90%;
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed-offer .counter__item {
    font-size: 3.2vw;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    margin: auto;
}
.fixed-offer__tel{
    flex-basis: 76%;
    pointer-events: auto;
}
.fixed-offer__btn{
    flex-basis: 21.5%;
}