@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 img:hover{
	opacity: 0.7;
	cursor: pointer;
}

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


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


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

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

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

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

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

.article p{
	line-height: 1.6;
}

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





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





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

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;
}






.top_img_flame{
	width: 100%;
	height: 160px;
	background-image: url("../img/thanks_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.center_check{
	text-align: center;
	font-size: 10rem;
	color: #13b5b1;
}

.soushin_kanryou{
	font-size: 4.6rem;
	font-weight: 600;
	text-align: center;
	padding: 15px 0 50px !important;
	color: #455A64;
}

.bun{
	text-align: center;
	font-size: 2.2rem;
	line-height: 1.5;
	color: #455A64;
}

.site_url{
	text-align: center;
	font-size: 2.2rem;
	padding-top: 120px !important;
}

.site_url_text{
	color: #0066FF;
}

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


















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

footerエリア

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

.footer_link{
	display: flex;
	justify-content: center;
}

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