@charset "utf-8";
/* CSS Document */
/* SP用スタイルシート */

/* 上部タイトルの背景画像 */
h1 {
    background: url(../img/sp/bg_privacypolicy_01_sp.png) no-repeat;
    background-size: cover;
}
h1 img {
	width: auto;
	height: 55px;
}

/*下部ボタン非表示*/
body{
	padding-bottom: 0;
}
.contactBoxSP{
	display: none;
}
.gnav .contactBoxSP{
	display: block;
}


/*見出し*/
.content h2 {
	margin: 40px 0 20px 0;
	padding: 7px 10px;
	background: #41B7EE;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.content h3 {
	margin: 40px 0 20px 0;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #41B7EE;
	color: #41B7EE;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	text-indent: -20px;
}
.content h3:first-of-type {
	margin-top: 30px;
}

/* ===================================
.privacypolicy
=================================== */
#privacypolicy {
	margin-bottom: 40px;
}
#privacypolicy p {
	font-size: 16px;
	line-height: 1.8;
}
#privacypolicy .content:last-child p {
	line-height: 1.6;
}
#privacypolicy dl {
	width: 100%;
}
#privacypolicy dl:nth-of-type(3) {
	margin-top: 40px;
}
#privacypolicy dt {
	float: left;
	width: 32px;
	font-size: 16px;
	line-height: 1.6;
}
#privacypolicy dd {
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 1.6;
}
#privacypolicy dd:last-child {
	margin-bottom: 0;
}
#privacypolicy p a {
	text-decoration: underline;
}
#privacypolicy .info p{
	margin-bottom: 10px;
}
@media screen and (max-width:360px) {
.content h2 {
	font-size: 17px;
}
.content h3 {
	font-size: 16px;
}
}
