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

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

body {
	font-size: 15px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb50 {
	margin-bottom: 50px;
}

img {
    max-width: 100%;
    height: auto;
}

.wd90per {
	width: 90%;
	margin: 0 auto;
}

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

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

.ls17 {
	letter-spacing: 1.7px;
}



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

.fcWrapper {}

.privacy-wrapper {
	margin-bottom: 65px;
}

/*============
main
==============*/
.main {
	margin-top: 3px;
	margin-bottom: 44px;
}

.main .main-bg{
    background: url( ../../sp/images/privacy/privacy-mainimg.jpg) top center no-repeat;
	background-size:cover;
	padding: 60px 0;
	font-size: 16px;
	color: #fff;
}

.main .catchcopy {
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.5px;
	line-height: 1.2;
}

.main .catchcopy-first {
	margin-bottom: 14px;
	letter-spacing: 1.7px;
}

.main .catchcopy span {
	font-size: 40px;
}

.main .contactbtn {
	text-align: center;
}

.main .contactbtn img{
	width: 50%;
	margin: 30px 0 0 0;
}


/*============
block1
==============*/

.block1 {
	margin-bottom: 95px;
}

.block1 .block1-ttl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.block1 .block1-txt {
	font-size: 15px;
	margin-bottom: 44px;
}

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












