@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

SP用レイアウト

////////////////////////////////////*/

@media screen and (max-width:768px){
	/**********************************
	
	全体レイアウト、共通設定
	
	**********************************/

	/*----------------------
	記事エリアの設定
	----------------------*/
	.article{
		font-size: 4vw;
	}

	.article p{
		line-height: 6.1vw;
	}
	
	.nomal_text{
		font-size: 4vw;
		line-height: 6.1vw;
	}
	
	.pc_view{
		display: none !important;
	}
	
	.sp_view{
		display: block !important;
	}
	/**********************************
	
	上部固定ヘッダー設定
	
	**********************************/
	
	/*----------------------
	上部固定ヘッダー全体
	----------------------*/
	.header{
		height: 11vw;
	}

	/*----------------------
	ヘッダー内部をカラム幅にする
	----------------------*/
	.header_inner{
		height: 11vw;
	}


	/*----------------------
	ロゴ
	----------------------*/
	.top_logo_flame{
		width: 28%;
		height: 11vw;
	}


	/*----------------------
	電話
	----------------------*/
	.top_tel_flame{
		height: 8vw;
		width: 50%;
		margin-top: 1.3vw;
		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;
		display: flex;
		align-items: center;
		justify-content: center;
		border: solid 1px #f37272;
		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 2つボタン
	----------------------------------------*/
	.sp_bottom_cv{
		display: flex;
		width: 100%;
		height: 11.5vw;
		position: fixed;
		bottom: 0;
		z-index: 5000;
	}
	
	.fix_btn1,.fix_btn2{
		width: 50%;
		height: 11.5vw;
	}
	
	.fix_btn1{
		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;
		border: solid 1px #00B900;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	.fix_btn2{
		background-image: url("../img/btn_bg_orange_gra.png");/*----green,orange,black,right_red,pink,blue,blue_green---*/
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		border: solid 1px #ff8400;
		/*
		green：#00B900
		orange：#ff8400
		black：#000
		right_red：#f37272
		pink：#ff77e7
		blue：#0066FF
		blue_green：#13b5b1
		*/
	}
	
	
	.fix_btn1 a,.fix_btn2 a{
		width: 100%;
		height: 11.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
		background-repeat: no-repeat;
		background-size: 8%;
		background-position: center right 3vw;box-sizing: border-box;
	}
	
	.sp_bottom_cv a img{
		width: 20%;
		margin-right: 0.5vw;
	}
	
	.sp_bottom_cv a p{
		font-size: 4.6vw;
		font-weight: bold;
		color: #fff;
		padding-bottom: 0.5vw !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.top_img_flame{
		background-image: none;
		height: auto;
	}
	
	.top_img_in{
		width: 100%;
	}
	
	.top_img_in img{
		height: auto;
	}
	
	
	/**********************************
	
	section設定
	
	**********************************/
	.section_under_flame{
		padding: 10vw 0;
	}
	
	.short_padding_top_under{
		padding-top: 5vw;
	}
	
	.h2_shita_margin_60{
		margin-bottom: 8vw;
	}

	/*ラインの上にアイテムがある時はこっち*/
	.h2_shita_margin_45{
		margin-bottom: 6.5vw;
	}
	
	
	
	
	
	/**********************************
	
	cvエリア
	
	**********************************/
	.cv_under{
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	
	.cv_ue_eria{
		padding-top: 5vw;
		padding-bottom: 2.5vw;
	}
	
	.cv_ue_eria p{
		font-size: 5.3vw;
	}
	
	.cv_white_flame{
		padding: 5vw 3.5vw;
	}
	
	.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: 14vw;
		border-radius: 1vw;
		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: 14vw;
	}
	
	.cv_tel_icon_flame{
		width: 10vw;
		height: 10vw;
		border: solid 0.6vw #fff;
		margin-right: 1.5vw;

	}
	
	.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%;
		display: flex;
		justify-content: center !important;
	}
	
	.cv_btn a img,.cv_long_btn a img{
		width: 17%;
		margin-left: -7vw;
	}
	
	.cv_btn a p,.cv_long_btn a p{
		font-size: 6vw;
	}
	
	.sp_cv_text{
		display: flex !important;
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.sp_cv_text_noicon{
		/*
		margin-left: 15vw !important;アイコンがない時はこちらを使用
		*/
	}
	
	.cv_btn a,.cv_long_btn a{
		justify-content: flex-start;
	}
	
	
	
	
	
	
	.cv_big_flame{
		border: solid 0.6vw #123754;
		padding: 0.6vw;
		border-radius: 1vw;
	}
	
	.cv_middle_flame{
		padding: 4.5vw 3.5vw;
	}
	
	.cv_white_flame{
		padding: 2vw 0;
	}
	
	.sp_yajirushi{
		color: #fff;
		font-size: 7vw !important;
	}
	
	.sp_yajirushi1_3{
		padding-left: 4vw;
	}
	
	.sp_yajirushi2{
		margin-left: -2vw;
	}
	
	
	
	
	/**********************************
	
	悩みエリア
	
	**********************************/
	.nayami_over{
		background-image: url("../img/sp_nayami_bg.jpeg");
	}
	
	.nayami_under{
		padding-bottom: 17vw;
	}
	
	.sayuu_line{
		display: none;
	}
	
	.sp_nayami_h2{
		font-size: 6.4vw !important;
	}
	
	.nayami_under ul li img{
		width: 9.5%;
		margin-right: 1vw;
	}
	
	.nayami_under ul li{
		margin-top: 4vw;
		line-height: 7vw !important;
	}
	
	
	
	.sumaino_kuuki_flame{
		padding: 2vw 0 2.2vw !important;
		top: 95%;
	}
	
	.sumaino_kuuki_flame p{
		font-size: 5vw !important;
		line-height: 8vw !important;
	}
	
	.sumaino_kuuki_flame p span{
		font-size: 6.4vw !important;
	}
	
	
	
	
	.nayami_shita_under{
		padding-top: 9vw;
	}
	
	.under_triangle{
		border-top: 4vw solid #365977;
		border-left: 6vw solid transparent;
		border-right: 6vw solid transparent;
	}
	
	.nayami_shita_under h3{
		margin-top: 3.5vw;
		font-size: 4.8vw;
		padding: 2vw 0 2.3vw;
		text-align: center;
	}
	
	.naze_flame{
		display: block !important;
	}
	
	.naze_flame img{
		display: block;
		width: 65%;
		height: auto;
		padding-left: 0;
		margin: 4vw auto;
	}
	
	.naze_flame p{
		width: 100%;
	}
	
	
	
	
	/**********************************
	
	問題エリア
	
	**********************************/
	.sp_h2_ue_flame{
		padding: 2vw 0 2.2vw !important;
	}
	
	.sp_h2_ue_flame p{
		font-size: 4.4vw !important;
	}
	
	.mondai_under{
		padding-top: 1vw;
		padding-bottom: 7vw;
	}
	
	.sp_h2_mini_text{
		font-size: 4.4vw !important;
	}
	
	.mondai_title_suuji{
		font-size: 14vw !important;
	}
	
	.tuno_mondai{
		font-size: 7vw;
	}
	
	.mondai_flame{
		padding: 4vw 3.5vw;
	}
	
	.mondai_img{
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	
	.mondai_flame h3{
		height: auto;
		margin-top: 3vw;
		font-size: 5.3vw;
	}
	
	.mondai_flame h3 img{
		width: 16%;
		margin-right: 1.5vw;
	}
	
	.kaiketu2_text_flame h4{
		text-align: center;
		font-size: 6.4vw;
		line-height: 8.4vw !important;
		padding-bottom: 2.4vw !important;
	}
	
	.kaiketu2_flame img{
		width: 100%;
		height: auto;
		margin-bottom: 3vw;
	}
	
	.kaiketu2_text_flame p{
		width: 100%;
	}
	
	
	/**********************************
	
	解決エリア
	
	**********************************/
	
	.triangle_color1{
		border-top: 7vw solid #123754;
		border-left: 13vw solid transparent;
		border-right: 13vw solid transparent;
	}
	
	.under_triangle2{
		border-top: 4vw solid #123754;
		border-left: 6vw solid transparent;
		border-right: 6vw solid transparent;
	}
	
	
	
	
	/**********************************
	
	理由エリア
	
	**********************************/
	.riyuu_title_under{
		padding:1vw 0 1.7vw;
	}
	
	.riyuu_inner h3{
		white-space: pre-wrap;
		line-height: 7vw !important;
	}
	
	.riyuu_text_white_flame{
		padding-left: 20vw;
	}
	
	.riyuu_text_white_flame p{
		line-height: 7vw !important;
	}
	
	.riyuu_img_flame{
		width: 25vw;
		height: 25vw;
		top: -1vw;
	}
	
	
	
	
	/**********************************
	
	設備エリア
	
	**********************************/
	.sp_setubi_under{
		padding-top: 4vw;
		padding-bottom: 2.5vw;
	}
	
	.setubi_under h3{
		width: 100%;
		background-color: #123754;
		padding: 2vw 0 2.2vw 3vw;
		font-size: 5.4vw !important;
	}
	
	.setubi_img{
		width: 100%;
		height: auto;
	}
	
	.setubi_text{
		width: 100%;
	}
	
	.setubi1_flame{
		background-position: bottom 5vw right 3vw;
		background-size: 40%;
	}
	
	
	/**********************************
	
	お客様の声エリア
	
	**********************************/
	.voice_inner{
		width: 100%;
		padding: 4vw 3vw;
	}
	
	.voice_under{
		padding-bottom: 10vw;
	}
	
	.voice_inner img{
		box-shadow: 0 0 0.5vw #bbb;
	}
	
	
	
	/**********************************
	
	その他エリア
	
	**********************************/
	.level_up_text{
		line-height: 8vw !important;
		box-shadow: 0 0 0.6vw #aaa;
	}
	
	.level_up_nomal_text{
		font-size: 5vw !important;
	}
	
	
	
	
	/**********************************
	
	代表エリア
	
	**********************************/
	
	
	.daihyou_img{
		width: 100%;
		height: auto;
		margin-bottom: 3vw;
	}
	
	.daihyou_text{
		width: 100%;
	}
	
	
	
	
	
	
	/**********************************
	
	よくある質問エリア
	
	**********************************/
	.shitumon_under{
		padding-bottom: 10vw;
	}
	
	
	.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.2vw;
		line-height: 6.8vw;
		width: 85vw;
		white-space: pre-wrap;
	}
	
	.q_and_a_item span{
		font-size: 6.7vw;
		padding-bottom: 1.5vw;
	}
	
	.answer{
		font-size: 4vw;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************

	フォームエリア

	**********************************/
	.form_namal_text{
		font-size: 4vw;
	}

	.form_mini_title{
		font-size: 4.2vw;
	}
	
	.form_name{
		width: 35%;
	}

	.form_tel{
		width: 26.7%;
	}

	.form_long_flame{
		width: 100%;
	}

	.form_big_flame{
		height: 45vw;
	}

	.form_waku_kyoutuu{
		font-size: 4vw;
		padding: 0.8vw;
	}
	
	
	.cv_white_flame{
		padding: 4vw 3vw;
	}

	.form_btn{
		margin-top: 5vw;
		height: 16vw;/*状況次第で変える*/
		font-size: 7.8vw;
		padding-bottom: 1.5vw;
		border-radius: 1vw !important;
	}
	
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 18vw;
		padding-bottom: 13vw;
	}
	
	.footer_under{
		height: 18vw;
	}
	
	.footer_link{
		margin-top: 4.4vw;
	}
	
	.footer_link a,.footer_link p,.small{
		font-size: 3.5vw;/*2つ以下の時は3.5vw*/
	}
	
	.small{
		padding-top: 2vw;
	}
	
	
	
}