@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

SP用レイアウト

////////////////////////////////////*/

@media screen and (max-width:768px){
	/**********************************
	
	全体レイアウト、共通設定
	
	**********************************/

	/*----------------------
	記事エリアの設定
	----------------------*/
	.article{
		font-size: 4.2vw;
	}

	.article p{
		line-height: 1.8;
	}
	
	
	.pc_view{
		display: none !important;
	}
	
	.sp_view{
		display: block !important;
	}
	/**********************************
	
	上部固定ヘッダー設定
	
	**********************************/
	
	/*----------------------
	上部固定ヘッダー全体
	----------------------*/
	.header{
	}

	/*----------------------
	ヘッダー内部をカラム幅にする
	----------------------*/
	.header_inner{
	}


	/*----------------------
	ロゴ
	----------------------*/
	.top_logo_flame{
	}


	/*----------------------
	電話
	----------------------*/
	.top_tel_flame{
		height: 8vw;
		width: 55%;
		margin-top: 1.3vw;
		background-image: url("../img/btn_bg_green_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px #00B900;
		border-radius: 0.5vw;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}

	.tel_icon_flame{
		border: solid 0.3vw #fff;
		width: 6vw;
		height: 6vw;
		margin-right: 1vw;
		border-radius: 9000000px;
	}

	.fa-phone{
		font-size: 4.8vw !important;
		padding-top: 0.8vw;
		color: #fff;
	}

	.tel_number{
		font-size: 4vw;
		margin-bottom: 0.4vw !important;
		color: #fff;
	}

	.tel_uketuke{
		font-size: 2vw !important;
		color: #fff;
	}


	/*----------------------
	header_cv
	----------------------*/
	.top_cv_btn{
		display: none;
	}
	
	
	
	
	
	/*----------------------------------
	sp用下部cv 3つボタン
	----------------------------------------*/
	.sp_bottom_cv{
		display: flex;
		width: 100%;
		height: 10vw;
		position: fixed;
		bottom: 0;
		z-index: 5000;
		background-color: rgba(51,51,51,0.90);
		padding-top: 2vw;
		padding-bottom: 2vw;
	}
	
	.sp_bottom_cv_under{
		display: flex;
		justify-content: space-between;
		width: 94.7%;
		margin: 0 auto;
	}
	
	.fix_btn1,.fix_btn2,.fix_btn3{
		width: 31.7%;
		height: 10vw;
		display: flex;
		align-items: center;
		border-radius: 1vw;
	}
	
	.fix_btn1{
		background-image: url(../img/btn_bg_right_red_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.fix_btn2{
		background-image: url(../img/btn_bg_green_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.fix_btn3{
		background-image: url(../img/btn_bg_orange_gra.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	
	
	.fix_btn1 a,.fix_btn2 a,.fix_btn3 a{
		width: 100%;
		height: 10vw;
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
	}
	
	.sp_bottom_cv a img{
		width: 20%;
		margin-right: 0.5vw;
	}
	
	.sp_bottom_cv a p{
		font-size: 3.8vw;
		font-weight: bold;
		color: #fff;
	}
	
	.sp_bottom_cv a p i{
		font-size: 3.5vw !important;
		margin-right: 0.8vw !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.top_img_flame{
		height: auto;
	}
	
	.top_img_in{
		width: 100%;
		border-right: none !important;
		border-left: none !important;
	}
	
	.top_img_in img{
		height: auto;
	}
	
	
	
	/**********************************

	section設定

	**********************************/
	.section_over_flame{
		width: 100%;
		height: auto;
		border-right: none !important;
		border-left: none !important;
	}

	.section_under_flame{
		width: 94.7%;
		padding: 10vw 0;
	}
	
	
	
	
	
	/**********************************
	
	cvエリア
	
	**********************************/
	.cv_under{
		padding-top: 3.5vw;
	}

	.cv_under2{
		padding-top: 7vw;
	}
	
	.cv_ue_eria{
		padding-top: 5vw;
		padding-bottom: 2.5vw;
	}
	
	.cv_shita_sankaku{
		font-size: 12vw;
		margin-top: -3.4vw !important;
		margin-bottom: 1.6vw !important;
	}
	
	.cv_white_flame{
		padding: 3vw 3.5vw 4.5vw;
		border-radius: 2vw;
		margin-top: 3.5vw;
	}

	.cv_text{
		white-space: pre-wrap;
		text-align: left;
		font-size: 4.2vw;
		margin-bottom: 4vw !important;
	}
	
	.cv_btn_retu{
		display: block;
	}
	
	.cv_tel_flame,.cv_btn{
		width: 100%;
	}
	
	.cv_long_btn{
		margin-top: 0;
	}
	
	.cv_tel_flame,.cv_btn,.cv_long_btn{
		height: 18vw;
		border-radius: 1000px;
		margin-top: 2vw;
	}
		
	.cv_tel_flame{
		margin-top: 0;
		background-image: url("../img/btn_bg_right_red_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: solid 1px #f37272;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.cv_tel_flame a{
		align-items: center;
		height: 18vw;
	}
	
	.cv_tel_icon_flame{
		width: 10vw;
		height: 10vw;
		border: solid 0.6vw #fff;
		margin-right: 1.5vw;
		margin-left: 10vw;
	}
	
	.cv_tel_icon_flame i{
		font-size: 8vw !important;
	}
	
	.cv_tel_number{
		font-size: 6.2vw;
		margin-bottom: 0 !important;
		margin-top: 1.7vw !important;
	}
	
	.cv_tel_uketuke{
		font-size: 3.4vw !important;
	}
	
	.cv_tel_flame a,.cv_btn a,.cv_long_btn a{
		background-repeat: no-repeat;
		background-position: center right 7vw;
		background-size: 6%;
		height: 100%;
	}
	
	.cv_btn a img,.cv_long_btn a img{
		width: 20%;
		margin-left: 7vw;
		margin-right: 1vw;
		margin-top: 0.5vw;
	}
	
	.cv_btn a p,.cv_long_btn a p{
		font-size: 6.6vw;
		padding-bottom: 0.5vw !important;
		text-align: center;
	}
	
	.sp_cv_text{
		display: flex !important;
		justify-content: center;
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.sp_cv_text_noicon{
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.cv_btn a,.cv_long_btn a{
		justify-content: flex-start;
	}

	.cv_long_btn2 p{
		margin-left: 14vw !important;
	}
	
	.cv_tel_flame a,.cv_long_btn a{
		background-image: url(../img/cv_fff_migi_yajirushi.png);
		background-repeat: no-repeat;
		background-size: 2.5%;
		background-position: center right 6.5%;
	}

	.cv_long_btn2 a{
		background-image: url(../img/cv_fff_shita_yajirushi.png);
		background-size: 4.2%;
		background-position: center right 5.8%;
	}

	.cv_long_btn a p{
		margin-top: -1% !important;
	}


	/**********************************

	悩みエリア

	**********************************/

	.nayami_under{
		padding-bottom: 7.5vw;
	}

	.nayami_under ul{
		border-radius: 2vw;
		padding: 6vw 3vw;
		margin-top: 3.5vw;
	}

	.nayami_under ul li{
		font-size: 4.2vw;
		padding-left: 12vw;
		margin-top: 4.5vw;
	}

	.nayami_under ul li span{
		font-weight: bold;
		color: #ff8400;
	}

	.li_top{
		margin-top: 0 !important;
	}


	/**********************************

	解決エリア

	**********************************/
	.kaiketu_img{
		margin-top: 2vw;
	}
		
	.h2_tokuchou{
		height: 26.5vw;
	}

	.h2_shita_star{
		height: 5.8vw;
	}

	.h2_shita_star{
		margin: 0 auto 6vw;
	}

	.tokuchou_img{
		border-radius: 2vw 2vw 0 0;
		margin-top: 4.5vw;
	}

	.tokuchou_text_flame{
		padding: 4vw 3vw;
		border-radius: 0 0 2vw 2vw;
	}

	.tokuchou_text_flame h3{
		margin-bottom: 2vw;
	}

	.maker_logo{
		margin-top: 8vw;
	}


	/**********************************

	強みエリア

	**********************************/
	.tuyomi_over{
		background-color: #e5fdff;
	}

	.tuyomi_under{
		
	}

	.h2_nomal{
		height: 21vw;
		margin: 0 auto 3vw;
	}

	.tuyomi_flame{
		width: 100%;
		border-radius: 2vw;
		padding: 4.5vw 4vw;
		margin-top: 4vw;
	}

	.tuyomi_flame_top{
		margin-top: 0 !important;
	}

	.tuyomi_flame img{
		border-radius: 1.6vw;
	}

	.tuyomi_flame h3{
		font-weight: bold;
		text-align: center;
		font-size: 6.3vw;
		margin: 4.2vw 0 3.8vw;
	}



	/**********************************

	ピカピカエリア

	**********************************/

	.pikapika_under{
		padding-bottom: 3vw;
	}

	

	.pikapika_img{
		margin-top: 4vw;
		border-radius: 2vw;
	}

	.pikapika_img_top{
		margin-top: 0 !important;
	}

	.cv_shita_sankaku2{
		margin-top: 0 !important;
		margin-bottom: 3.3vw !important;
	}


	/**********************************

	お客様の声エリア

	**********************************/

	.voice_flame{
		border-radius: 2vw;
		padding: 4vw 3vw;
		margin-top: 4vw;
	}

	.voice_flame_top{
		margin-top: 0 !important;
	}

	.voice_text_flame{
		padding: 3vw 3.5vw;
		margin-top: 3vw;
		border-radius: 2vw;
	}

	.voice_name{
		font-weight: bold;
		font-size: 4.6vw;
		line-height: 1.5 !important;
	}


	/**********************************

	料金エリア

	**********************************/
	th, td {
		padding: 2.5vw;
	}
	
	th {
		width: 30%;
		font-size: 4.2vw;
		border-right: solid 3px #fff;
	}

	th span{
		font-size: 3.4vw;
	}

	td{
		line-height: 1.1 !important;
		font-size: 4vw;
	}

	.kingaku{
		font-size: 9vw;
	}

	.en{
		font-size: 6vw;
	}

	.zeikomi{
		font-size: 5vw;
	}

	.hidariue{
		border-radius: 2vw 0 0 0;
	}

	.migiue{
		border-radius: 0 2vw 0 0;
	}

	.hidarishita{
		border-radius: 0 0 0 2vw;
	}

	.migishita{
		border-radius: 0 0 2vw 0;
	}

	.uesen{
		border-top: solid 3px #fff;
	}

	.ryoukin_under h3{
		font-size: 6vw;
		padding-bottom: 2vw;
		margin-top: 8vw;
		margin-bottom: 4vw;
	}

	.ryoukin_under h4{
		font-size: 5.4vw;
		border-radius: 2vw 2vw 0 0;
		padding: 2.6vw 3.5vw 2.7vw;
		margin-top: 3.5vw;
	}

	.option_h4_top{
		margin-top: 0 !important;
	}

	.option_text_flame{
		padding: 2.7vw 3.5vw !important;
		background-color: #f3f3f3;
		border-radius: 0 0 2vw 2vw;
	}

	.option_text{
		white-space: pre-wrap;
	}

	.option_ryoukin{
		text-align: right;
		font-weight: 900;
		font-size: 6.4vw;
		margin-top: 2vw !important;
		color: #ff8400;
	}

	.option_ryoukin span{
		font-size: 4.8vw;
		font-weight: 900;
	}







	
	
	/**********************************
	
	よくある質問エリア
	
	**********************************/
	
	.q_and_a_item{
		margin-bottom: 0 !important;
		margin-top: 2.2vw !important;
	}
	
	.q_and_a_item_top{
		margin-top: 0 !important;
	}
	
	.q_and_a_item h3{
		font-size: 4.6vw;
		line-height: 6.8vw;
		width: 80vw;
		white-space: pre-wrap;
	}
	
	.q_and_a_item span{
		font-size: 6.7vw;
		padding-bottom: 1.5vw;
	}
	
	.answer{
		padding: 3vw 2.5vw;
	}
	
	.answer_text{
		font-size: 4.2vw;
		line-height: 7vw !important;
	}


	/**********************************

	対応エリア

	**********************************/

	.taiou_flame{
		border-radius: 2vw;
		padding: 5vw 3vw;
		margin-top: 4vw;
	}

	.taiou_flame_top{
		margin-top: 0 !important;
	}

	.taiou_flame h3{
		font-size: 5.4vw;
		border-bottom: solid 1px #1298a7;
		padding-bottom: 2vw;
		margin-top: 3vw;
		margin-bottom: 1vw;
	}


	/**********************************

	流れエリア

	**********************************/

	.nagare_img{
		border-radius: 2vw;
		margin-bottom: 2vw;
	}

	.nagare_text{
		white-space: pre-wrap;
	}

	.cv_shita_sankaku3{
		margin: -3vw auto 2vw !important;
	}

	.cv_shita_sankaku4{
		margin: 0.4vw auto 2vw !important;
	}

	.cv_shita_sankaku3_2{
		margin-top: 1vw !important;
	}
	
	
	
	
	/**********************************

	よくある質問エリア

	**********************************/

	.q_and_a_item{
		margin-top: 3.4vw;
		cursor:pointer;
		text-align: left;
		background-color: rgba(255,255,255,1.00);
		border-radius: 1.6vw;
	}

	.q_and_a_item_top{
		margin-top: 0 !important;
	}

	.q_and_a_item h3{
		font-size: 5vw;
		padding: 4vw 0 4vw 3vw;
		line-height: 1.4;
	}

	.q_and_a_item span{
		font-size: 7vw;
		padding-bottom: 0.5vw;
		margin-left: auto;
		margin-right: 5vw;
	}

	.answer{
		font-size: 4.2vw;
		padding: 0 3vw 3vw;
		display:none;
		color: #333;
	}

	.answer_text{
		white-space: pre-wrap;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************

	フォームエリア

	**********************************/
	.form_nomal_text{
		font-size: 4.2vw;
	}

	.form_mini_title{
		font-size: 4.4vw;
	}
	
	.form_name{
		width: 35%;
	}

	.form_tel{
		width: 26.7%;
	}

	.form_long_flame{
		width: 100%;
	}

	.form_big_flame{
		height: 45vw;
	}

	.form_waku_kyoutuu{
		font-size: 4.2vw;
		padding: 0.8vw;
	}

	.form_btn{
		font-size: 9vw;
		margin-top: 6vw;
		height: 18vw;/*状況次第で変える*/
	}
	
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 18vw;
		padding-bottom: 13vw;
		margin-top: 0;
	}
	
	.footer_under{
		height: 18vw;
		border-top: solid 1px #fff;
		width: 94.7%;
	}
	
	.footer_link{
		margin-top: 4.4vw;
	}

	.footer_link p{
		margin: 0 3.5vw !important;
	}
	
	.footer_link a,.footer_link p,.small{
		font-size: 3vw;/*2つ以下の時は3.5vw*/
	}
	
	.small{
		padding-top: 2vw;
	}
	
	
	
}