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

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

PC用レイアウト

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

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

body{
	color: #333;
	font-family: "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: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

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


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


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

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

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

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

/*----------------------
記事エリアの設定
----------------------*/
.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: 30%;
	float: left;
	margin: 0em;
	height: 75px;
	display: flex;
	align-items: center;
}

.top_logo_flame:hover{
	opacity: 0.7;
}

/*----------------------
電話
----------------------*/
.top_tel_flame{
	width: 26%;
	float: right;
	margin: 0em;
	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;
}

.tel_icon_flame{
	border: solid 2px #394AA5;
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
}

/**********************************
背景色付き、電話白の時はこちらを使う
.tel_icon_flame{
	border-radius: 90000px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 7px;
	background-color: #333;
}

.fa-phone{
	font-size: 4.1rem !important;
	color: #fff;
	padding-top: 3px;
}

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


.fa-phone{
	font-size: 4.1rem !important;
	color: #394AA5;
	padding-top: 3px;
}

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

.tel_uketuke{
	color: #333;
	font-weight: 500;
	font-size: 1.6rem;
	text-align: center;
	padding-bottom: 4px !important;
}

/*----------------------
header_cv
----------------------*/
.top_cv_btn{
	width: auto;/*----lineアイコンがあるときは250〜300px---*/
	float: right;
	height: 50px;
	background-color: #F6CA58;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 12px;
	margin-top: 12px;
	border-radius: 500px;
	box-shadow: 0 3px 0px #7E551A;
	
	
	
}

.top_cv_btn:hover{
	opacity: 0.7;
}

.top_cv_btn a{
	width: 100%;
	height: 100%;
	color: #7E551A;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
}

.top_cv_btn a p{
	font-size: 2rem;
	font-weight: bold;
	padding: 0 25px 2px !important;/*----lineアイコンがあるときは20を0に---*/
	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: 100%;
	height: auto;
}


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

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: 70px 0;
}

.short_padding_top_under{
	padding-top: 30px;
}

.h2_shita_margin_60{
	margin-bottom: 60px;
}

/*ラインの上にアイテムがある時はこっち*/
.h2_shita_margin_45{
	margin-bottom: 45px;
}




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

cvエリア

**********************************/
.cv_over{
	background-color: #394AA5;
}

.cv_under{
	padding-top: 0;
	padding-bottom: 65px;
}

.cv_ue_eria{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 42px 0 42px;
}

.cv_slash{
	width: 2.8%;
}

.cv_ue_eria p{
	font-size: 3.8rem;
	font-weight: bold;
	color: #fff;
	line-height: 1 !important;
}

.cv_white_flame{
	width: 100%;
	height: auto;
	padding: 28px 25px 38px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 8px;
}

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

.cv_tel_flame{
	width: 48%;
}

.cv_tel_flame:hover{
	opacity: 0.7;
}

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

.cv_tel_icon_flame{
	width: 75px;
	height: 75px;
	margin-right: 11px;
}

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

.cv_tel_number{
	font-size: 4.6rem;
	line-height: 1 !important;
	margin-bottom: 0 !important;
}

.cv_tel_uketuke{
	font-size: 2.1rem;
	padding-bottom: 0 !important;
}

.cv_btn{
	width: 48.5%;
	height: 80px;
	border-radius: 700px;
	background-color: #F6CA58;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 4px #7E551A;
	margin-bottom: 5px;
	/*
	green：#00B900
	orange：#ff8400
	black：#000
	right_red：#f37272
	pink：#ff77e7
	blue：#0066FF
	blue_green：#13b5b1
	*/
}

.cv_btn:hover{
	opacity: 0.7;
}

.cv_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cv_btn a img{
	width: 15.5%;
	margin-right: 4px;
}

.cv_btn a p{
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 1px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7E551A !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, 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;
}

.cv_btn a p i{
	font-size: 4rem !important;
	color: #7E551A !important;
}



.cv_text{
	font-size: 3.2rem;
	margin-bottom: 20px !important;
}

.cv_text span{
	color: #dd0000;font-weight: bold;
}






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

悩みエリア

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

.nayami_under{
	
}

.nayami_under ul li{
	width: 466px;
}

.nayami_under ul li img{
	width: 61px;
	height: 57px;
	padding-right: 10px;
}

.nayami_under ul li p span{
	font-size: 2.4rem;
	font-weight: bold;
	color: #dd0000;
}






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

解決エリア

**********************************/
.kaiketu_over{
	background-image: url("../img/kaiketu_bg.png");
}

.kaiketu_under{
	
}

.kaiketu_koumoku_flame{
	width: 304px;
	height: auto;
}




.kaiketu2_over{
	background-color: #f3f3f3;
}

.kaiketu2_white_flame{
	padding: 40px 35px;
	border: solid 5px #ccc;
}

.marunage_flame{
	width: 405px;
	height: auto;
}

.fa-angle-right{
	font-size: 7rem !important;
	color: #888;
	padding-left: 5px;
}

.kaiketu_bottom_text{
	margin-top: 50px !important;
	width: 100%;
	background-image: url("../img/kaiketu2_house_img.png");
	background-position: right bottom;
	background-size: 41%;
	background-repeat: no-repeat;
}

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

.sp_kaiketu_retu{
	display: none;
}



/*-----------------------------------

ループスライダーエリア

------------------------------------*/
/*Java*/
.loopslider{
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 130px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopslider ul{
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
.loopslider ul li{
    width: 232px;
    height: 130px;
    float: left;
    display: inline;
    overflow: hidden;
}

.loopslider img{
	width: 232px;
	height: 130px;
}
 
/* =======================================
    ClearFixElements
======================================= */
.loopslider ul:after{
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.loopslider ul{
    display: inline-block;
    overflow: hidden;
}



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

違いエリア

**********************************/
.chigai_over{
	
}

.chigai_under{
	
}

.chigai_flame{
	width: 304px;
	height: auto;
}

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






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

事例エリア

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

.jirei_under{
	
}

.jirei_flame{
	width: 100%;
	height: auto;
	padding: 45px 50px;
	border: solid 5px #ccc;
	position: relative;
}

.jirei_retu img{
	width: 272px;
	height: auto;
}

.jirei_h3_img{
	width: 354px;
	height: 56px;
	position: absolute;
	top:-28px;
}




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

対応地域エリア

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


.chiiki_w{
	width: 466px;
	height: 223px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.chiiki_w img{
	width: 223px;
}




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

比較エリア

**********************************/
.hikaku_over{
	background-image: url("../img/hikaku_bg.png");
	border-top: solid 1px #ddd;
}

.hikaku_under table{
	width: 100%;
}

.hikaku_under th{
	background-color: #394AA5;
	color: #fff;
	font-weight: bold;
	font-size: 2rem;
}

.hikaku_under th,.hikaku_under td{
	padding: 20px 0;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}

.hikaku_under td{
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	width: 38%;
	background-color: #fff;
}

.border_right_white{
	border-right: solid 1px #fff;
}

.border_bottom_white{
	border-bottom: solid 1px #fff;
}

.hikaku_under td span{
	font-weight: bold;
	font-size: 4.2rem;
	
}

.hikaku_under td p{
	font-size: 1.8rem;
	margin-top: 5px !important;
}

.kigou_aka{
	color: #DD0000;
	text-shadow: 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000, 0 0 0.7px #DD0000;
}

.kigou_gray{
	color: #555;
	font-weight: 400;
	text-shadow: 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555, 0 0 0.7px #555;
}

.border_right_red_big{
	border-right: solid 11px #DD0000 !important;
}

.border_left_red_big{
	border-left: solid 11px #DD0000 !important;
}

.border_top_red_big{
	border-top: solid 11px #DD0000 !important;
}

.border_bottom_red_big{
	border-bottom: solid 11px #DD0000 !important;
}

.border_right_blue{
	border-right: solid 1px #394AA5;
}

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

お客様の声エリア

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

.voice_03_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}

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

.voice_03_human_flame{
	width: 150px;
}

.voice_03_img_flame{
	width: 150px;
	height: 150px;
	border-radius: 90000px;
	margin-bottom: 9px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: solid 1px #ccc;
}

.voice_03_human_flame p{
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
}

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

.voice_03_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_03_text_flame:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -29px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
	z-index: 1;
}

.voice_03_text_flame h3,.voice_03_text_flame2 h3{
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	color: #394AA5;
	padding-bottom: 20px;
}

.voice_03_text_flame p {
	margin: 0;
	padding: 0;
	white-space: pre-wrap;
	width: 100%;
	line-height: 1.8 !important;
}

.voice_03_1{
	background-image: url("../img/voice_img1.png");
}

.voice_03_2{
	background-image: url("../img/voice_img2.png");
}

.voice_03_3{
	background-image: url("../img/voice_img3.png");
}



.voice_03_text_flame2{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding: 25px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 1.8rem;
	background: #FFF;
	border: solid 2px #555;
	box-sizing: border-box;
	border-radius: 15px;
	width: 80%;
}

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

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

.voice_03_text_flame2 p{
	margin: 0;
	padding: 0;
	white-space: pre-wrap;
	width: 100%;
	line-height: 1.8 !important;
}

.sp_voice_img{
	display: none;
}

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







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

流れエリア

**********************************/
.nagare_over{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.nagare_under{
	
}






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

よくある質問エリア

**********************************/
.shitumon_over{
	background-image: url("../img/shitumon_bg.png");
}

#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: 10px;
	border: solid 3px #394AA5;
}

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

.q_and_a_item h3{
	font-size: 2.7rem;
	font-weight: 500;
	color: #394AA5;
	padding: 0.75em 0 0.75em 1em;
	line-height: 1.5;
}

.q_and_a_item span{
	font-size:4.6rem;
	color: #394AA5;
	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{
	white-space: pre-wrap;
}















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

フォームエリア

**********************************/
.form_over{
	background-color: #f3f3f3;
}

.form_flame{
	width: 100%;
	height: auto;
	border: solid 5px #ccc;
	padding: 50px 40px;
	box-sizing: border-box;
	background-color: #fff;
}

.form_nomal_text{
	font-size: 1.8rem;
}

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

.form_nomal_text span,.form_mini_title span{
	font-weight: bold;
	color: #dd0000;
}

.form_name{
	width: 200px;
}

.form_tel{
	width: 120px;
}

.form_long_flame{
	width: 424px;
}

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

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

.form_btn{
	margin-top: 40px;
	width: 100%;
	height: 81px;
	border-radius: 1000px !important;
	color: #7E551A !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, 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;
	background-color: #F6CA58;
	box-shadow: 0 4px 0px #7E551A;
	font-size: 3.5rem;
	font-weight: bold;
}

.form_btn:hover{
	opacity: 0.7;
}










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

footerエリア

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

.footer_under{
	width: 952px;
	height: 120px;
}


.footer_link{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 33px;
}

.footer_link a,.footer_link p,.small{
	color: #fff;
	font-size: 1.8rem;
}

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

.footer_link p{
	margin: 0 1.2em !important;
}

.small{
	text-align: center;
	display: block;
	padding-top: 0.75em;
}
