﻿@charset "UTF-8";

/* ▼▼▼ プライバシーポリシー
=====================================*/
/* 共通
-------------------------------------*/
#title_area{
	background: url(../img/privacy/title_bg.jpg) no-repeat center/cover;
}
.policy_list > li:not(:last-child){
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.bg_box{
	background: #E2F2FF;
	padding: 20px;
	margin-top: 20px;
}

/* ▼▼▼ 768px
=====================================*/
@media screen and (max-width: 768px) {
.policy_list > li:not(:last-child){
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.bg_box{
	background: #E2F2FF;
	padding: 20px;
	margin-top: 15px;
}
}
