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

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

PC用レイアウト

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

/*----------------------
共通設定
----------------------*/
html{
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
	color: #333;
	font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
		white-space: nowrap;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

a:hover{
	cursor: pointer;
}

h2 img{
	width: 100%;
	height: auto;
}

.img_w100{
	width: 952px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*----------------------
ブラウザのCSSをリセット
----------------------*/
p{
	margin: 0 !important;
	padding: 0 !important;
}


/*----------------------
セクションエリア共通設定
----------------------*/
section{
	clear: both;
	overflow: auto;
}


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

全体レイアウト、共通設定

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

/*----------------------
全体エリアの背景設定
----------------------*/
.main{
	background-color: #fff;
}

/*----------------------
記事エリアの設定
----------------------*/
.article{
	background-color: #fff;
	font-size: 1.8rem;
}

.article p{
	line-height: 1.6;
}

.nomal_text{
	font-size: 1.8rem;
	line-height: 1.6;
}

.nomal_text span{
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff000 60%);
}

.sp_view{
	display: none !important;
}
/*----------------------
記事エリア、ファーストビューの内幅設定
----------------------*/
.top_img_in{
	width: 952px;
	margin: 0 auto;
}


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

上部固定ヘッダー設定

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

/*----------------------
上部固定ヘッダー全体
----------------------*/
.header{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 5000;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	overflow: auto;
	height: 75px;
}

/*----------------------
ヘッダー内部をカラム幅にする
----------------------*/
.header_inner{
	max-width: 952px;
	margin: 0 auto;
	overflow: hidden;
	height: 75px;
}


/*----------------------
ロゴ
----------------------*/
.top_logo_flame{
	width: 25%;
	float: left;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top_tel_flame:hover{
	opacity: 0.7;
}

.top_tel_flame a{
	display: flex;
	align-items: center;
}

.fa-phone{
	font-size: 3rem !important;
	color: #333;
	padding-top: 3px;
	margin-right: 5px;
}

.tel_number{
	color: #333;
	font-weight: bold;
	font-size: 2.6rem;
	margin-bottom: 2px !important;
	text-align: center;
}


/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;
	float: right;
	height: 50px;
	background-color: #92D050;
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 5px;
	
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p{
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 20px 2px !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_cv_btn a p i{
	font-size: 2.5rem !important;
}

.top_cv_btn a p img{
	width: 14%;
	margin-right: 3px;
}

.sp_bottom_cv{
	display: none;
}


/*--------------------------------
ヘッダー内の画像が常に100%になるように
---------------------------------*/
.top_logo_flame img,.top_tel_flame img,.top_cv_btn img{
	width: 100%;
}



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

ファーストビュー設定

**********************************/
.top_img_flame{
	background-image: url("../img/pc_fv_out.jpeg");
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}

.top_img_in img{
	width: 952px;
	height: 520px;
}


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

section設定

**********************************/
.section_over_flame{
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.section_under_flame{
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 70px;
}




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

FV下エリア

**********************************/
.fv_shita_over{
	background-color: #2F72A8;
}

.fv_shita_under{
	padding-top: 55px;
	padding-bottom: 55px;
}

.fv_shita_nagare_flame{
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
}

.fv_shita_nagare_img{
	width: 193px;
	height: 83px;
	padding-left: 40px;
	padding-right: 25px;
}

.fv_shita_nagare_flame p{
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.4;
}

.under_triangle{
	width: 0;
	border-top: 24px solid #fff;
	border-right: 27px solid transparent;
	border-left: 27px solid transparent;
	margin: 0 auto 15px;
}




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

税理士マッチングエリア

**********************************/
.zeirishi_over{
	background-image: url("../img/zeirishi_bg.jpeg");
}

.zeirishi_over h2{
	font-weight: bold;
	text-align: center;
	color: #2F72A8;
	font-size: 3.5rem;
	margin-bottom: 30px;
}

.sp_h2_zeirishi{
	display: none !important;
}

.zeirishi_text{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.8 !important;
	font-weight: 500;
}

.zeirishi_text span{
	font-weight: bold;
	color: #D9802E;
}

.zeirishi_maching_img_flame{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	margin-bottom: 35px;
}

.zeirishi_maching_img{
	width: 466px;
	height: auto;
	box-shadow: 0 0 3px #ccc;
}

.zeirishi_shita_flame{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zeirishi_text_shita{
	font-size: 1.5rem;
}

.zeirishi_shita_flame img{
	width: 350px;
	height: 142px;
}




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

悩みエリア

**********************************/
.nayami_over{
	background-image: url("../img/nayami_bg.jpeg");
}

.nayami_under{
	padding-bottom: 119px;
}

.nayami_under h2{
	text-align: center;
	font-weight: bold;
	font-size: 4rem;
	margin-bottom: 55px;
	color: #fff;
}

.nayami_under ul li{
	display: flex;
	align-items: center;
	font-size: 2rem;
	margin-top: 25px;
}

.nayami_under ul li i{
	margin-right: 4px;
	color: #fff;
}

.nayami_under ul li p{
	line-height: 1.4 !important;
	color: #fff;
}

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




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

特徴エリア

**********************************/
.tokuchou_over{
	background-image: url("../img/tokuchou_bg.jpeg");
}

.tokuchou_under{
	padding-top: 12px;
}

.triangle_color1{
	width: 0;
	border-top: 32px solid #2F72A8;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
	margin: 0 auto;
}

.tokucohu_main_img{
	height: 390px;
}

.tokuchou_under h2{
	text-align: center;
	font-weight: bold;
	font-size: 4.1rem;
	line-height: 1.45;
}

.tokuchou_under h2 span{
	font-weight: bold;
	color: #D9802E;
}

.tokuchou_h2_flame{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}


.tokuchou_h2_flame img{
	width: 88px;
	height: 181px;
}

.tokuchou_soto_flame{
	width: 100%;
	height: auto;
	background-color: #2F72A8;
	padding: 35px 30px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 25px;
}

.tokuchou_soto_h3_flame{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 25px;
}

.white_line{
	width: 150px;
	height: 1px;
	background-color: #fff;
}

.tokuchou_soto_flame h3{
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.tokuchou_white_flame{
	width: 100%;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
	background-color: #fff;
	margin-top: 25px;
	border-radius: 5px;
}

.tokuchou_white_flame_top{
	margin-top: 0;
}

.tokuchou_h4_flame{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.tokuchou_h4_flame img{
	width: 96px;
	height: 76px;
	margin-right: 15px;
}

.tokuchou_h4_flame h4{
	font-weight: bold;
	font-size: 2.9rem;
	line-height: 1.4;
}

.tokuchou_h4_flame h4 span{
	font-weight: bold;
	color: #D9802E;
	text-decoration: underline;
}

.tokuchou_inner{
	display: flex;
}

.tokuchou_inner img{
	width: 265px;
	height: 149px;
	margin-right: 25px;

}

.tokuchou_inner p{
	white-space: pre-wrap;
	font-size: 1.8rem;
	line-height: 1.7;
}




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

メリットエリア

**********************************/
.merit_over{
	background-image: url("../img/merit_bg.jpeg");
}

.h2_title{
	margin-bottom: 45px;
}

.h2_title img{
	width: 952px;
	height: 88px;
}

.merit_flame{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.merit_flame_top{
	margin-top: 0;
}

.merit_title_flame{
	width: 700px;
}

.h4_merit{
	width: 100%;
	height: auto;
	background-color: #2F72A8;
	box-sizing: border-box;
	padding-left: 20px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

.h4_merit i{
	font-size: 3rem;
	margin-right: 7px;
	color: #B2D4E7;
}

.h4_merit p{
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.9 !important;
}
.h4_merit p span{
	color: #FFFE54;
	text-decoration: underline;
	font-weight: bold;
}

.triangle_color2{
	border-top: 24px solid #2F72A8;
}

.merit_text{
	white-space: pre-wrap;
	line-height: 1.8 !important;
	border-radius: 5px;
	box-shadow: 0 0 4px #ccc;
	padding: 15px 20px !important;
	box-sizing: border-box;
	background-color: #fff;
}

.merit_img{
	width: 211px;
	height: 211px;
	box-shadow: 0 0 4px #ccc;
	border-radius: 9000px;
}




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

アンケートエリア

**********************************/
.h2_title2{
	margin-bottom: 30px;
}

.graf_retu{
	display: flex;
	justify-content: space-between;
}

.graf_flame{
	width: 304px;
}

.graf_img{
	width: 100%;
	height: 271px;
}

.mini_hyou{
	margin-left: 30px;
	margin-top: 15px;
}

.graf_flame h4,.mini_hyou h4{
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 17px;
	line-height: 1.3;
}

.mini_hyou_retu{
	display: flex;
}

.number_flame{
	width: 40px;
	height: 50px;
	background-color: #D9802E;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.number_flame p{
	font-weight: bold;
	font-size: 2rem;
}

.mini_hyou_text_flame{
	width: 150px;
	height: 51px;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background-color: #fff;
}

.mini_hyou_text_flame_top{
	height: 52px;
}

.mini_hyou_text_flame p{
	white-space: pre-wrap;
	font-size: 1.6rem;
	line-height: 1.4 !important;
}

.percent_flame{
	width: 60px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}

.percent_flame p{
	font-size: 1.6rem;
}

.number_flame{
	border-left: solid 1px #333;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

.number_flame_top,.mini_hyou_text_flame_top,.percent_flame_top{
	border-top: solid 1px #333;
}

.mini_hyou_text_flame{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

.percent_flame{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}




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

お客様の声エリア

**********************************/
.voice_over{
	background-color: #2F72A8;
}

.voice_under{
	
}

.voice_retu{
	display: flex;
	justify-content: space-between;
}

.voice_white_flame{
	border-radius: 5px;
	width: 466px;
	height: auto;
	padding: 25px;
	box-sizing: border-box;
	background-color: #fff;
}


.voice_white_flame h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #D9802E;
	border-bottom: solid 1px #333;
	padding-bottom: 7px;
	margin-bottom: 14px;
}

.voice_img{
	width: 124px;
	height: 114px;
	margin-top: 5px;
}

.voice_text,.voice_text2{
	white-space: pre-wrap;
	padding-left: 20px !important;
	line-height: 1.8 !important;
	font-size: 1.8rem;
}

.voice_white_flame div{
	display: flex;
}

.voice_text2{
	padding-left: 0 !important;
}

.voice_name{
	text-align: right;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.4 !important;
}



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

理由エリア

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

.riyuu_over{
	background-image: url("../img/riyuu_bg.jpeg");
}

.riyuu_under{
	background-image: url("../img/riyuu_woman.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 20%;
}

.riyuu_flame{
	background-color: #2F72A8;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 25px 25px 30px 25px;
	margin-top: 25px;
}

.riyuu_flame_top{
	margin-top: 0;
}

.riyuu_under h3{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.riyuu_under h3 img{
	width: 11%;
	margin-right: 13px;
}

.riyuu_under h3 p{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4 !important;
	color: #fff;
}

.riyuu_under h3 p span{
	font-weight: bold;
	color: #FFFE54;
}

.riyuu_flame div{
	display: flex;
	justify-content: space-between;
}

.riyuu_text{
	white-space: pre-wrap;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.8 !important;
	width: 63%;
}

.riyuu_flame div img{
	width: 300px;
	height: 169px;
}

.voice_02_text_flame {
	position: relative;
	display: inline-block;
	margin-left: 230px;
	padding: 25px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 1.8rem;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 15px;
	width: 75.9%;
	margin-top: 85px;
	border: solid 2px #2F72A8;
}

.voice_02_text_flame:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
}


.voice_02_text_flame:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #2F72A8;
	z-index: 1;
}

.voice_02_text_flame h4{
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	color: #2F72A8;
}

.voice_02_text_flame p {
	margin: 0;
	padding: 0;
	white-space: pre-wrap;
	width: 100%;
}




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

比較エリア

**********************************/
.hikaku_over{
	background-image: url("../img/hikaku_bg.jpeg");
}

.hikaku_under{
	position: relative;
}

.hyou_yokoretu{
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.hyou_yoko_title{
	background-color: #D9802E;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	padding: 3px 0;
}

.hyou_yoko_title p{
	font-weight: bold;
	font-size: 2.1rem;
	text-align: center;
	line-height: 1.4 !important;
	padding: 13px 0 !important;
}

.hyou_yoko_title p span{
	font-size: 1.6rem;
	font-weight: 600;
}

.hyou_left,.hyou_center,.hyou_right{
	width: 186.6px;
}

.hyou_tate_title{
	background-color: #D9802E;
}

.hyou_tate_inner{
	background-color: #f3f3f3;
}

.hyou_tate_title,.hyou_tate_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
}

.jisseki_title_icon{
	width: auto;
	height: 24px;
	margin-right: 8px;
}

.hyou_tate_title p{
	font-size: 2.1rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}

.hyou_tate_inner p{
	font-size: 1.6rem;
	white-space: pre-wrap;
	font-weight: 600;
	text-align: center;
	line-height: 1.4 !important;
}


.hyou_logo_flame{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #f37272;
}


.hyou_tate_inner img{
	display: block;
	margin: 0 auto 10px;
}

.kigou{
	width: 45px;
	height: 45px;
	margin-bottom: 5px !important;
}

.sankaku{
	width: 47px;
	height: 42px;
}

.nijuumaru{
	width: 50px;
	height: 50px;
}

.hyou_red_text{
	font-weight: bold !important;
	color: #f37272;
	font-size: 2rem !important;
}

.hikaku_akawaku{
	position: absolute;
	width: 178px;
	height: 482px;
	border: 10px solid #f37272;
	top: 168px;
	left: 758px;
}




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

流れエリア

**********************************/
.nagare_over{
	background-color: #2F72A8;
}



.nagare_flame{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 20px 23px;
	box-sizing: border-box;
}

.nagare_flame i{
	background-color: #2F72A8;
	color: #fff;
	border-radius: 900px;
	width: 90px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step1_icon,.step3_icon{
	font-size: 6rem !important;
}

.step2_icon{
	font-size: 5.2rem !important;
}

.step4_icon{
	font-size: 5.4rem !important;
}

.nagare_text_flame{
	width: 795px;
}

.nagare_flame h3{
	display: block;
	font-size: 2.6rem;
	font-weight: bold;
	color: #2F72A8;
	margin-bottom: 10px;
}

.nagare_flame h3 span{
	font-size: 2.2rem;
	font-weight: bold;
}

.nagare_flame p{
	font-weight: normal;
	font-size: 1.8rem;
	white-space: pre-wrap;
	line-height: 1.7 !important;
}

.nagare_shite_text{
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.8 !important;
}






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

よくある質問エリア

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

#q_and_a_list{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.q_and_a_item{
	margin-top: 17px;
	cursor:pointer;
	text-align: left;
	background-color: rgba(255,255,255,0.90);
	border-radius: 5px;
	border: solid 3px #2F72A8;
}

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

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #2F72A8;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.6;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #2F72A8;
	font-weight: 500;
	padding-bottom: 0.23em;
	margin-left: auto;
	margin-right: 0.6em;
}

.question_text{
	display: flex;
	align-items: center;
}

.answer{
	font-size: 2.4rem;
	padding: 0.3em 1em 1em;
	margin-bottom: 0.5em;
	display:none;
	color: #333;
}

.answer_text object{
	color: #D9802E;
	display: inline;
	font-weight: bold;
}

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

.shitumon_shita_text{
	font-size: 2.4rem;
	color: #2F72A8;
	font-weight: bold;
}


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

おすすめしない方エリア

**********************************/
.osusume_shinai_over{
	background-image: url("../img/osusume_shinai_bg.jpeg");
}

.h2_title3{
	margin-bottom: 10px;
}

.osusume_shinai_h2_shita_flame{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.osusume_shinai_h2_shita_flame img{
	width: 92px;
	height: 87px;
	margin-right: 15px;
}

.osusume_shinai_h2_shita_flame p{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5 !important;
}

.osusume_shinai_flame{
	width: 100%;
	height: auto;
	box-shadow: 0 0 4px #ccc;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 25px;
	border-radius: 5px;
	background-color: #fff;
}

.osusume_shinai_flame_top{
	margin-top: 0;
}

.osusume_shinai_flame h3{
	background-color: #2F72A8;
	width: 100%;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 12px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.osusume_shinai_flame h3 i{
	font-size: 2.6rem;
	margin-right: 7px;
	color: #B2D4E7;
}

.osusume_shinai_flame p{
	white-space: pre-wrap;
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.8;
}




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

メッセージエリア

**********************************/
.message_over{
	background-image: url("../img/message_bg.jpeg");
}

.message_under h2{
	font-size: 3.4rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	color: #2F72A8;
	text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}


.message_text{
	font-size: 1.8rem;
	line-height: 1.8 !important;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.message_text span{
	font-weight: bold;
	color: #D9802E;
}

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

cvエリア

**********************************/
.cv_over{
	background-color: #2F72A8;
}

.cv_under{
	padding: 40px 0;
}

.cv_top_text{
	text-align: center;
	background-color: #fff;
	font-weight: bold;
	color: #2F72A8;
	font-size: 2.4rem;
	line-height: 1.7 !important;
	border-radius: 5px;
}

.under_triangle2{
	margin-bottom: 8px;
}

.cv_text2{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 2.8rem;
	margin-bottom: 15px !important;
}

.cv_text2 span{
	font-weight: bold;
	color: #FFFE54;
}

.cv_inner{
	display: flex;
	justify-content: space-between;
}

.cv_btn{
	display: flex;
	align-items: center;
	background-color: #92D050;
	width: 595px;
	border-radius: 5px;
	border: 3px #fff solid;
	padding: 8px 12px 6px;
	box-sizing: border-box;
}

.cv_btn:hover{
	opacity: 0.7;
}

.cv_btn img{
	width: 10%;
	margin-right: 10px;
}

.cv_text3,.cv_text4{
	color: #fff;
	line-height: 1.3 !important;
}

.cv_text3{
	font-size: 1.7rem;
	font-weight: 600;
}

.cv_text4{
	font-weight: bold;
	font-size: 3.5rem;
}

.cv_text5{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
}

.cv_tel_number{
	font-weight: bold;
	font-size: 3.5rem;
	color: #fff;
	display: flex;
	align-items: center;
}

.cv_tel_number i{
	color: #fff;
	margin-right: 8px;
	font-size: 3.8rem !important;
}

.cv_text6{
	color: #fff;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
}

.tatesen{
	color: #fff !important;
}



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

cv下エリア

**********************************/
.cv_shita_over{
	background-image: url("../img/cv_shita_bg.jpeg");
}

.cv_shita_under{
	padding-top: 50px;
}

.cv_shita_under h3{
	font-weight: bold;
	font-size: 3rem;
	margin-bottom: 15px;
}

.cv_shita_under a{
	color: #2F72A8;
	font-weight: 600;
}

.cv_shita_under a:hover{
	text-decoration: underline;
}

.cv_shita_text_flame{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 70px;
}

.cv_shita_text_flame h4{
	font-size: 2.7rem;
}





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

フォームエリア

**********************************/
.form_top_text{
	font-size: 1.8rem;
	line-height: 1.8 !important;
}

.form_flame{
	border: solid 6px #2F72A8;
	background-color: #f3f3f3;
	box-sizing: border-box;
	padding: 35px 30px;
	margin-top: 30px;
	border-radius: 8px;
}

.form_nomal_text{
	font-size: 1.8rem;
}

.form_mini_title{
	font-size: 2rem;
	font-weight: bold;
}

.form_mini_title span {
	background-color: #D9802E;
	font-size: 1.7rem;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
	border-radius: 5px;
	margin-right: 5px;
}

/* 20220206 added */
.form_mini_title span.error {
  background-color: initial;
  color: red;
  font-size: 2rem;
}

.form_name{
	width: 200px;
}

.form_long_flame{
	width: 424px;
}

.form_short_flame{
	width: 100px;
}

.form_big_flame{
	width: 100%;
	height: 250px;
	display: block;
}

.form_waku_kyoutuu{
	font-size: 1.8rem;
	padding: 4px;
	padding-right: 0 !important;
	box-sizing: border-box;
}

.kojinjouhou{
	display: block;
	margin-top: 10px;
	color: #2F72A8;
	font-weight: 600;
	width: 10px;
}

.kojinjouhou:hover{
	text-decoration: underline;
}

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 81px;
 /* background-image: url("../img/form_btn"); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-radius: 5px !important;
	background-color: #92D050;
	color: #fff;
	font-weight: bold;
	font-size: 3.7rem;
}

.form_btn:hover{
	opacity: 0.7;
}

.sp_kaki{
	display: inline;
}







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

footerエリア

**********************************/
.footer{
	width: 100%;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2F72A8;
}


.small{
	text-align: center;
	display: block;
	font-size: 1.6rem;
	color: #fff;
}







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

サンクスページ

**********************************/
.thanks_under img{
	display: block;
	margin: 0 auto;
	width: 22.5%;
}

.thanks_under h2{
	font-weight: bold;
	text-align: center;
	font-size: 4rem;
	color: #2F72A8;
	margin: 60px 0 30px;
}

.thanks_under p{
	font-size: 2rem;
	text-align: center;
	line-height: 1.6 !important;
}

.thanks_btn_flame{
	width: 600px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 70px auto 0;
	background-color: #92D050;
	border-radius: 5px;
}

.thanks_btn_flame a{
	width: 100%;
}

.thanks_btn_flame p{
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
	padding: 10px 0 !important;
}

.thanks_btn_flame:hover{
	opacity: 0.7;
	cursor: pointer;
}
