@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: 42%;
		height: 11vw;
	}


	

	/*----------------------
	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-color: #92D050;
	}
	
	.fix_btn2{
		background-color: #D9802E;
	}
	
	
	.fix_btn1 a,.fix_btn2 a{
		width: 100%;
		height: 11.5vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.sp_bottom_cv a img{
		width: 12%;
		margin-right: 1.5vw;
	}
	
	.sp_bottom_cv a p{
		font-size: 4.6vw;
		font-weight: bold;
		color: #fff;
	}
	
	
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.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;
	}
	
	
	
	
	/**********************************
	
	fv下エリア
	
	**********************************/
	
	.fv_shita_under{
		padding: 7vw 0;
	}
	
	.fv_shita_nagare_flame{
		border-radius: 1vw;
		padding: 1vw 2vw 1vw 3vw;
	}
	
	.fv_shita_nagare_img{
		width: 28.95vw;
		height: 12.45vw;
		padding-left: 0;
		padding-right: 3.5vw;
	}
	
	.fv_shita_nagare_flame p{
		font-size: 4.2vw;
		white-space: pre-wrap;
	}
	
	.under_triangle{
		border-top: 3.6vw solid #fff;
		border-right: 4vw solid transparent;
		border-left: 4vw solid transparent;
		margin-bottom: 2.2vw;
	}
	
	
	/**********************************
	
	税理士マッチングエリア
	
	**********************************/
	.h2_zeirishi{
		display: none !important;
	}
	
	.sp_h2_zeirishi{
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		font-size: 5.8vw !important;
	}
	
	.sp_h2_zeirishi p{
		line-height: 7.8vw !important;
		font-weight: bold;
	}
	
	.slash{
		font-size: 8.5vw !important;
	}
	
	.zeirishi_text{
		font-size: 4.2vw;
	}
	
	.zeirishi_maching_img_flame{
		display: block;
	}
	
	.zeirishi_maching_img{
		display: block;
		width: 100%;
		height: auto;
		margin-top: 4vw;
		box-shadow: 0 0 0.5vw #ccc;
	}
	
	.zeirishi_text_shita{
		font-size: 4vw;
		white-space: pre-wrap;
		line-height: 6.8vw !important;
	}
	
	.zeirishi_shita_flame{
		display: block;
	}
	
	.zeirishi_shita_flame img{
		width: 70%;
		height: auto;
		margin-left: auto;
		display: block;
		margin-top: 4vw;
	}
	
	
	
	
	/**********************************
	
	悩みエリア
	
	**********************************/
	.nayami_over{
		background-image: url("../img/sp_nayami_bg.jpeg");
	}
	
	.nayami_under{
		padding-bottom:16.5vw !important;
	}
	
	.nayami_under h2{
		font-size: 6.4vw;
		line-height: 9vw;
		margin-bottom: 6.5vw;
	}
	
	.nayami_under ul li{
		font-size: 4.2vw;
		white-space: pre-wrap;
		margin-top: 4.5vw;
	}
	
	.nayami_under ul li i{
		margin-right: 2vw;
	}
	
	.nayami_under ul li p{
		line-height: 6.7vw !important;
	}
	
	
	
	
	/**********************************
	
	特徴エリア
	
	**********************************/
	.triangle_color1{
		border-top: 6.4vw solid #2F72A8;
		border-left: 8vw solid transparent;
		border-right: 8vw solid transparent;
	}
	
	.tokuchou_under{
		padding-top: 2.7vw;
	}
	
	.tokuchou_h2_flame img{
		display: none !important;
	}
	
	.tokuchou_under h2{
		font-size: 5.5vw;
		text-align: center;
		display: block;
		width: 100%;
	}
	
	.white_line{
		width: 7.5vw;
	}
	
	.tokuchou_white_flame{
		padding: 3.5vw 2.5vw;
		margin-top: 3.5vw;
		border-radius: 1vw;
	}
	
	.tokuchou_soto_flame{
		padding: 4.5vw 3vw;
		margin-top: 3.5vw;
	}
	
	.tokuchou_soto_flame h3{
		font-size: 5.4vw;
	}
	
	.tokuchou_h4_flame{
		margin-bottom: 2.5vw;
	}
	
	.tokuchou_h4_flame img{
		width: 16.8vw;
		height: 13.3vw;
		margin-right: 2.5vw;
	}
	
	.tokuchou_h4_flame h4{
		font-size: 5vw;
		white-space: pre-wrap;
	}
	
	.tokuchou_inner{
		display: block;
	}
	
	.tokuchou_inner img{
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2.5vw;
	}
	
	.tokuchou_inner p{
		font-size: 4.2vw;
		line-height: 7vw !important;
	}
	
	
	
	
	/**********************************
	
	メリットエリア
	
	**********************************/
	.merit_flame{
		display: block;
		margin-top: 12vw;
	}
	
	.merit_title_flame{
		width: 100%;
	}
	
	.merit_img{
		width: 50vw;
		height: 50vw;
		display: block;
		margin: 0 auto 3vw;
	}
	
	.h4_merit{
		padding: 1.5vw 2vw;
		border-radius: 1vw;
	}
	
	.h4_merit i{
		font-size: 7vw;
		margin-right: 1.5vw;
	}
	
	.h4_merit p{
		font-size: 5.2vw;
		white-space: pre-wrap;
		line-height: 7.2vw !important;
	}
	
	.triangle_color2{
		border-top: 3.6vw solid #2F72A8;
	}
	
	.merit_text{
		border-radius: 1vw;
		box-shadow: 0 0 0.6vw #ccc;
	}
	
	
	
	
	/**********************************
	
	アンケートエリア
	
	**********************************/
	.h2_title2{
		margin-bottom: 6vw;
	}
	
	.graf_retu{
		display: block;
	}
	
	.graf_flame{
		width: 75%;
		margin: 0 auto;
		margin-top: 6vw;
	}
	
	.mini_hyou{
		margin-top: 10vw !important;
		margin-left: 0;
		width: 100%;
	}
	
	.graf_flame_top{
		margin-top: 0;
	}
	
	.graf_img{
		height: auto;
	}
	
	.graf_flame h4, .mini_hyou h4{
		font-size: 5.4vw;
	}
	
	.number_flame{
		width: 8vw;
		height: 10vw;
	}
	
	.number_flame p{
		font-size: 5vw;
	}
	
	.mini_hyou_text_flame{
		width: 66vw;
		height: 10.2vw;
	}
	
	.mini_hyou_text_flame_top{
		height: 10.4vw;
	}
	
	.percent_flame{
		width: 20vw;
		height: 10vw;
	}
	
	.mini_hyou_text_flame p{
		font-size: 4.2vw;
	}
	
	.percent_flame p{
		font-size: 4.2vw;
	}
	
	
	
	
	/**********************************
	
	お客様の声エリア
	
	**********************************/
	.voice_retu{
		display: block;
	}
	
	.voice_white_flame{
		width: 100%;
		border-radius: 1vw;
		padding: 3.5vw 3vw;
		margin-top: 6vw;
	}
	
	.voice_white_flame_top{
		margin-top: 0;
	}
	
	.voice_white_flame h3{
		font-size: 5.4vw;
		padding-bottom: 1.7vw;
		margin-bottom: 2.2vw;
	}
	
	.voice_img{
		width: 29.76vw;
		height: 27.36vw;
	}
	
	.voice_text, .voice_text2{
		font-size: 4.2vw;
	}
	
	.voice_text{
		padding-left: 3vw !important;
	}
	
	.voice_name{
		font-size: 4.4vw !important;
	}
	
	
	
	
	/**********************************
	
	選ばれる理由エリア
	
	**********************************/
	.riyuu_under{
		background-size: 31%;
	}
	
	.riyuu_flame{
		padding: 4vw 3.5vw;
		border-radius: 1vw;
		margin-top: 3vw;
	}
	
	.riyuu_under h3 img{
		width: 19%;
		margin-right: 2vw;
	}
	
	.riyuu_under h3 p{
		white-space: pre-wrap;
		font-size: 5vw;
	}
	
	.riyuu_flame div{
		display: block;
	}
	
	.riyuu_flame div img{
		width: 100%;
		height: auto;
		margin: 3vw 0;
	}
	
	.riyuu_text{
		width: 100%;
		font-size: 4.2vw;
		line-height: 7vw !important;
	}
	
	.voice_02_text_flame h4{
		font-size: 5vw;
		white-space: pre-wrap;
		line-height: 8vw !important;
	}
	
	.voice_02_text_flame{
		width: 66%;
		margin-left: auto;
		display: block;
	}
	
	
	
	
	/**********************************
	
	比較エリア
	
	**********************************/
	.hyou_yoko_title,.hyou_tate_title,.hyou_tate_inner{
		padding: 1vw 1.5vw;
		box-sizing: border-box;
	}
	
	.hyou_yoko_title p,.hyou_tate_title p{
		font-size: 3.6vw;
		white-space: pre-wrap;
	}
	
	.hyou_tate_inner{
		padding: 2vw 1.5vw;
	}
	
	.hyou_tate_inner p{
		font-size: 3.4vw;
	}
	
	.kigou{
		width: 6.75vw;
		height: 6.75vw;
	}
	
	.sankaku{
		width: 7.05vw;
		height: 6.3vw;
	}
	
	.nijuumaru{
		width: 8vw;
		height: 8vw;
	}
	
	.hyou_red_text{
		font-size: 4vw !important;
	}
	
	.hikaku_akawaku{
		width: 16.8vw;
		height: 91vw;
		border: 1.5vw solid #f37272;
		top: 29.8vw;
	}
	
	
	
	
	/**********************************
	
	流れエリア
	
	**********************************/
	
	.fv_shita_nagare_flame{
		padding: 4vw 3vw;
	}
	
	.nagare_flame i{
		width: 16vw;
		height: 16vw;
	}
	
	.step1_icon, .step3_icon{
		font-size: 9.5vw !important;
	}
	
	.step2_icon{
		font-size: 8.2vw !important;
	}
	
	.step4_icon{
		font-size: 8.8vw !important;
	}
	
	.nagare_text_flame{
		width: 69.5vw;
	}
	
	.nagare_flame h3{
		font-size: 5.2vw;
		white-space: pre-wrap;
		line-height: 7vw !important;
		margin-bottom: 2vw;
	}
	
	.nagare_flame h3 span{
		font-size: 4.6vw;
	}
	
	.fv_shita_nagare_flame p{
		line-height: 7vw !important;
	}
	
	.nagare_shite_text{
		font-size: 4vw;
		white-space: pre-wrap;
	}
	
	
	
	
	
	
	/**********************************
	
	よくある質問エリア
	
	**********************************/
	
	.q_and_a_item{
		margin-bottom: 0 !important;
		margin-top: 2.2vw !important;
		border: solid 0.6vw #2F72A8;
		border-radius: 1vw;
	}
	
	.q_and_a_item_top{
		margin-top: 0 !important;
	}
	
	.q_and_a_item h3{
		font-size: 4.2vw;
		line-height: 6.8vw;
		width: 81vw;
		white-space: pre-wrap;
	}
	
	.q_and_a_item span{
		font-size: 6.7vw;
		padding-bottom: 1.5vw;
	}
	
	.answer{
		font-size: 4vw;
	}
	
	.shitumon_shita_text{
		font-size: 4.5vw;
		text-align: center;
	}
	
	
	
	/**********************************
	
	おすすめしない方エリア
	
	**********************************/
	.h2_title3{
		margin-bottom: 4vw;
	}
	
	.osusume_shinai_h2_shita_flame img{
		width: 17vw;
		height: 16vw;
		margin-right: 1.5vw;
	}
	
	.osusume_shinai_h2_shita_flame p{
		white-space: pre-wrap;
		font-size: 4.2vw;
	}
	
	.osusume_shinai_flame{
		padding: 3vw;
		border-radius: 1vw;
		box-shadow: 0 0 0.6vw #ccc;
		margin-top: 3.5vw;
	}
	
	.osusume_shinai_flame h3{
		font-size: 4.8vw;
		white-space: pre-wrap;
		line-height: 6.4vw !important;
		padding: 1.5vw 2vw !important;
		border-radius: 1vw;
	}
	
	.osusume_shinai_flame h3 i{
		font-size: 6vw;
		margin-right: 2vw;
	}
	
	.osusume_shinai_flame p{
		font-size: 4.2vw;
		line-height: 7vw !important;
	}
	
	
	
	
	/**********************************
	
	メッセージエリア
	
	**********************************/
	.message_over{
		background-image: url("../img/sp_message_bg.jpeg");
	}
	
	.message_under h2{
		font-size: 6vw;
		white-space: pre-wrap;
		line-height: 8.8vw !important;
		margin-bottom: 6vw;
	}
	
	.message_text{
		font-size: 4.2vw;
		white-space: pre-wrap;
		line-height: 7vw;
	}
	
	
	
	
	/**********************************
	
	cvエリア
	
	**********************************/
	.cv_top_text{
		font-size: 3.9vw;
		border-radius: 1vw;
		line-height: 7.5vw !important;
	}
	
	.cv_text2{
		font-size: 4.7vw;
		line-height: 7vw !important;
		margin-bottom: 3vw !important;
	}
	
	.cv_inner{
		display: block;
	}
	
	.cv_btn{
		width: 100%;
		border: 0.8vw #fff solid;
		padding: 2vw 2vw 1.5vw;
		border-radius: 1vw;
	}
	
	.cv_text3,.cv_text5,.cv_text6{
		font-size: 4vw;
	}
	
	.cv_text4,.cv_tel_number{
		font-size: 7.2vw;
	}
	
	.cv_tel_number{
		margin: 0.5vw 0 0.7vw;
	}
	
	.cv_text6{
		text-align: left;
	}
	
	.cv_btn img,.cv_tel_flame img{
		width: 12%;
		margin-right: 2vw;
	}
	
	.cv_tel_flame{
		background-color: #D9802E;
		border: 0.8vw #fff solid;
		padding: 2vw 2vw 1.5vw;
		border-radius: 1vw;
		margin-top: 3vw;
		display: flex;
		align-items: center;
	}
	
	.cv_tel_number i{
		font-size: 6.8vw !important;
		margin-right: 1.5vw;
	}
	
	
	
	
	
	/**********************************
	
	cv下エリア
	
	**********************************/
	.cv_shita_under{
		padding-top: 7vw;
		width: 100%;
		background-image: url("../img/cv_shita_woman_img.png");
		background-repeat: no-repeat;
		background-size: 70%;
		background-position: bottom left -24vw;
	}
	
	.cv_shita_under h3{
		font-size: 5.8vw;
		margin-bottom: 2vw;
		padding-left: 2.4vw;
	}
	
	.cv_shita_under p{
		font-size: 4.2vw;
		white-space: pre-wrap;
		line-height: 7vw !important;
		padding-left: 2.4vw !important;
		padding-right: 2.4vw !important;
	}
	
	.cv_shita_text_flame{
		margin-right: 2.4vw;
	}
	
	
	/**********************************

	フォームエリア

	**********************************/
	.form_flame{
		border: solid 1vw #2F72A8;
		border-radius: 1vw;
		padding-top: 4.5vw;
		padding-bottom: 4.5vw;
	}
	
	.form_mini_title span{
		font-size: 3.6vw;
		padding: 0.6vw 1.5vw;
		margin-right: 1.5vw;
	}
	
	.form_top_text{
		font-size: 4.2vw;
		white-space: pre-wrap;
	}
	
	.form_nomal_text{
		font-size: 4vw;
	}

	.form_mini_title{
		font-size: 4.2vw;
		margin-bottom: 1.5vw !important;
	}
	
	.form_name{
		width: 35%;
	}

	.form_short_flame{
		width: 26.7%;
	}

	.form_long_flame{
		width: 100%;
	}

	.form_big_flame{
		height: 45vw;
	}

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

	.form_btn{
		margin-top: 5vw;
		height: 18vw;
		font-size: 5vw;
		border-radius: 1vw !important;
	}
	
	.sp_kaki{
		line-height: 6.8vw !important;
		display: inline;
	}
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 15vw;
		padding-bottom: 13vw;
	}
	
	.small{
		font-size: 3.2vw;
	}
	
	
	
	/**********************************

	サンクスページ

	**********************************/
	.thanks_under img{
		width: 40%;
	}

	
	.thanks_under h2{
		font-size: 7.4vw;
		margin: 10vw 0 7vw;
		line-height: 9.2vw !important;
	}

	.thanks_under p{
		font-size: 4.4vw;
		line-height: 7vw !important;
		white-space: pre-wrap;
		
	}

	.thanks_btn_flame{
		width: 100%;
		margin: 10vw auto 0;
		border-radius: 1vw;
	}

	.thanks_btn_flame p{
		font-size: 6.2vw;
		padding: 3.5vw 0 !important;
	}
	
	
}