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


	/*----------------------
	電話
	----------------------*/
	.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_btn2,.top_cv_btn3{
		display: none;
	}
	
	.top_cv_btn{
		margin-top: 2vw;
		height: 6.5vw;
		width: 35vw;
		display: none;
	}
	
	.top_cv_btn a p{
		font-size: 4vw;
	}
	
	.top_cv_btn a p i{
		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_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_btn2{
		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_btn1 a,.fix_btn2 a{
		width: 100%;
		height: 11.5vw;
		display: flex;
		align-items: center;
		background-image: url("../img/cv_right.png");/*下のときはdown*/
		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.5vw;
		font-weight: bold;
		color: #fff;
		text-align: center;
		width: 100%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	ファーストビュー設定
	
	**********************************/
	.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: 0;
	}
	
	.cv_ue_eria{
		padding-top: 5vw;
		padding-bottom: 2.5vw;
	}
	
	.cv_ue_eria p{
		font-size: 4vw;
		text-align: left;
		white-space: pre-wrap;
		line-height: 7.5vw !important;
	}
	
	.cv_ue_eria p span{
		font-size: 5.6vw;
	}
	
	.ninteishou{
		width: 17.5%;
		padding-left: 2vw;
	}
	
	.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_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
		*/
	}
	
	.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;
		margin-left: 7vw;
	}
	
	.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-image: url("../img/cv_right.png");/*下向きの時はcv_downを使用*/
		background-repeat: no-repeat;
		background-position: center right 7vw;
		background-size: 6%;
	}
	
	.cv_btn a img,.cv_long_btn a img{
		width: 14%;
		margin-left: 7vw;
	}
	
	.cv_btn a p,.cv_long_btn a p{
		font-size: 5.4vw;
	}
	
	.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{
		
	}
	
	.long_line{
		height: 4.5vw;
	}
	
	
	
	
	/**********************************
	
	悩みエリア
	
	**********************************/
	.nayami_over{
		background-image: url("../img/sp_nayami_bg.jpeg");
	}
	
	.nayami_under{
		padding-top: 9vw;
	}
	
	.nayami_under h2{
		margin-bottom: 5vw !important;
	}
	
	.nayami_under div{
		margin-left: 0;
		width: 100%;
	}
	
	.nayami_under ul{
		margin-top: 3vw !important;
	}
	
	.nayami_under ul li{
		line-height: 7vw !important;
		font-size: 4.2vw !important;
	}
	
	.nayami_under ul li i{
		font-size: 4.6vw !important;
	}
	
	
	
	
	/**********************************
	
	解決エリア
	
	**********************************/
	.kaiketu_under{
		padding-bottom: 8vw;
	}
	
	.h3_kaiketu_hyou{
		white-space: pre-wrap;
		line-height: 7vw !important;
		padding-top: 1.5vw;
		padding-bottom: 1.5vw;
	}
	
	.under_triangle{
		border-top: 5.2vw solid #0B48B0;
		border-left: 7.2vw solid transparent;
		border-right: 7.2vw solid transparent;
	}
	
	.triangle_color1{
		border-top: 7vw solid #fff;
		border-left: 13vw solid transparent;
		border-right: 13vw solid transparent;
	}
	
	.kaiketu_shita_under{
		padding-top: 6.5vw;
	}
	
	
	
	
	/**********************************
	
	特徴・理由エリア
	
	**********************************/
	.chigai_under{
		padding-top: 8vw;
	}
	
	.tokuchou_08_inner{
		display: block;
		margin-bottom: 5.5vw;
		padding: 6vw 3vw 5vw;
		border: solid 0.7vw #0B48B0;
	}
	
	.tokuchou_08_img{
		width: 80%;
		height: auto;
		margin: 0 auto;
		display: block;
	}
	
	.tokuchou_08_inner div{
		padding-right: 0;
		padding-left: 0;
		margin-top: 3.5vw;
	}
	
	.tokuchou_08_inner div p{
		font-size: 4.2vw;
		padding-top: 2vw !important;
		line-height: 6.8vw !important;
	}
	
	
	
	
	/**********************************
	
	サポートエリア
	
	**********************************/
	.support_pc_img{
		display: block;
		width: 86vw;
		height: 48vw;
		margin: 0 auto;
	}
	
	.support_fukidashi{
		background-image: none;
		width: 100%;
		height: auto;
		padding: 3vw 2vw;
		background-color: #fff;
		box-sizing: border-box;
		border: solid 0.5vw #333;
		border-radius: 1vw;
		margin-top: 4vw;
	}
	
	.support_fukidashi_kome{
		padding-left: 0 !important;
		margin-top: 3vw !important;
	}
	
	
	
	
	.support_yajirusi{
		font-size: 20vw !important;
		margin: 3vw 0 1vw !important;
	}
	
	.tokuten_flame{
		padding: 3vw 0 4vw !important;
	}

	.tokuten_img{
		width: 80%;
		height: auto !important;
		margin: 0 auto;
		display: block;
	}

	.tokuten_flame p{
		width: 100%;
		padding-top: 3vw !important;
	}
	
	/**********************************
	
	初心者エリア
	
	**********************************/
	.shoshinsha_flame{
		padding: 5vw 4vw;
		border: solid 0.6vw #0B48B0;
	}
	
	.shoshinsha_img{
		width: 100%;
		height: auto;
		margin-bottom: 3vw;
	}
	
	.shoshinsha_text_icon{
		width: 100%;
		height: auto;
	}
	
	.shoshinsha_text_icon_shita_text{
		width: 100%;
		line-height: 7.2vw !important;
	}
	
	
	
	
	/**********************************
	
	お客様の声エリア
	
	**********************************/
	.voice_flame{
		width: 100%;
	}
	
	iframe{
		height: 71vw;
	}
	
	.voice_flame p{
		font-size: 4.9vw !important;
	}
	
	
	
	/**********************************
	
	料金エリア
	
	**********************************/
	
	.ryoukin_under p{
		font-size: 4vw;
		line-height: 6.6vw !important;
	}
	
	
	
	
	/**********************************
	
	流れエリア
	
	**********************************/
	.nagare_over{
		box-shadow: 0 0 0.5vw #aaa;
	}
	
	.nagare_inner{
		padding-top: 4vw;
		padding-bottom: 4vw;
		margin-top: 3.5vw;
		box-shadow: 0 0 0.5vw #bbb;
	}
	
	.nagare_icon_circle{
		width: 16vw;
		height: 16vw;
	}
	
	.nagare_text_flame{
		width: 68vw;
	}
	
	.nagare_under h3{
		font-size: 4.6vw;
		margin-bottom: 2vw;
		line-height: 6.4vw !important;
	}
	
	.nagare_under h3 object{
		font-size: 4.2vw;
	}
	
	.nagare_text{
		font-size: 4.2vw;
		white-space: pre-wrap;
	}
	
	.card{
		width: 100%;
		margin-top: 2vw;
	}
	
	.fa-hand-pointer-o{
		font-size: 8.5vw !important;
	}
	.fa-calendar-check-o{
		font-size: 8vw !important;
		padding-left: 0.8vw !important;
		padding-bottom: 0.6vw !important;
	}

	.fa-yen{
		font-size: 8.8vw !important;
		margin-top: 0.5vw !important;
	}

	.fa-files-o{
		font-size: 7.9vw !important;
	}

	.fa-pencil-square-o{
		font-size: 8vw !important;
		margin-left: 1vw !important;
		margin-top: 0.3vw !important;
	}

	.fa-user-circle-o{
		font-size: 9.6vw !important;
	}

	.fa-id-card-o{
		font-size: 8vw !important;
	}

	.fa-check{
		font-size: 8vw !important;
	}

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

	認定校エリア

	**********************************/
	.ninteikou_setumeibun{
		font-size: 4.2vw;
		line-height: 7vw !important;
	}
	
	.shozaichi_map{
		width: 100%;
		height: auto;
		margin: 4.5vw 0;
	}
	
	.ninteikou_right_box{
		width: 100% !important;
	}
	
	.ninteikou{
		border: solid 0.5vw #0B48B0;
		padding: 2.5vw 3vw !important;
		font-size: 4.2vw;
	}
	
	.ninteikou span{
		font-size: 5vw;
	}
	
	
	/**********************************
	
	よくある質問エリア
	
	**********************************/
	
	.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: 75vw;
		white-space: pre-wrap;
	}
	
	.q_and_a_item span{
		font-size: 6.7vw;
		padding-bottom: 1.5vw;
	}
	
	.answer{
		font-size: 4.2vw;
	}
	
	
	.answer_text{
		line-height: 7vw !important;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************

	フォームエリア

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

	.form_btn{
		margin-top: 5vw;
		height: 18vw;/*状況次第で変える*/
	}
	
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 16vw;
		padding-bottom: 13vw;
	}
	
	.footer_under{
		height: 16vw;
	}
	
	.footer_link{
		margin-top: 4.4vw;
	}
	
	.footer_link a,.footer_link p,.small{
		font-size: 3vw;/*2つ以下の時は3.5vw*/
	}
	
	.small{
		padding-top: 2vw;
	}
	
	
	
}