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

/*============
全体設定
==============*/

body {
	line-height: 1.7;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	height: 100%;
	color: #333333;
}

.mgb10 { margin-bottom: 10px;}

.mgb20 { margin-bottom: 20px;}

.mgb30 { margin-bottom: 30px;}

.mgb40 { margin-bottom: 40px;}

.mgb50 { margin-bottom: 50px;}

.mgb60 { margin-bottom: 60px;}

.wd1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.wd900 {
	max-width: 900px;
	margin: 0 auto;
}

.bg-gray {
	background-color: #f7f7f7;
}

.montserrat {
	font-family: 'Montserrat', sans-serif;
}

.ls17 {
	letter-spacing: 1.7px;
}


/*============
コンテンツ
==============*/

.fcWrapper {}

.privacy-wrapper {
	font-size: 20px;
	margin-bottom: 175px;
}

/*============
コンテンツ
==============*/
.main {
	margin-bottom: 90px;
	padding-top: 70px;
}

.main .main-bg{
	height: 330px;
	width: 100%;
    background:url(../images/privacy-mainimg.jpg) top center no-repeat;
	background-size: cover;
}

.main .catchcopy{
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.main .catchcopy h2{
	color: #fff;
	line-height: 1.2;
}

.main .catchcopy span {
	font-size: 66px;
	font-weight: 600;
}

.ls17 {
	letter-spacing: 1.7px;
}


/*============
block1
==============*/
.block1 {
	text-align: center;
}

.block1 .block1-ttl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

.block1 .block1-box {
	text-align: left;
}

.block1 .block1-box a {
	text-decoration: none;
	color: #306fba;
}






