@charset "UTF-8";
/*===============================================
●pc.css 画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
.auto {
    width: 1100px;
    margin: 0 auto;
}
#conts_page_title {
    background-image: url(../img/privacy/page_title_bg.jpg);
}
#content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 180px;
}
#conts_list {
    width: 100%;
    float: left;
    clear: both;
}
#conts_list .lead {
    width: 740px;
    margin: 0 auto 30px;
}
#conts_list .bg {
	width: 1000px;
	float: left;
	clear: both;
	padding: 50px;
	background-color: #fff;
	border: 50px solid #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conts_list .box {
    border-bottom: 1px dashed #d5d1c9;
    padding: 0 30px 32px;
    margin-bottom: 28px;
    line-height: 26px;
}
#conts_list .box:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0px;
}
#conts_list .box .title {
    font-weight: bold;
    margin-bottom: 6px;
}
#conts_list .box .text {
}
#conts_list .box .text_mb {
    margin-bottom: 18px;
}
#conts_list .box ul {
}
#conts_list .box ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
}
#conts_list .box ul li:before {
    content: "・";
    position: absolute;
    left: 0px;
}
}
/*===============================================
●sp.css  画面の横幅が769pxまで
===============================================*/
@media screen and (max-width:769px){
#conts_page_title {
    background-image: url(../img/privacy/page_title_bg.jpg);
}
#content {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 140px;
}
#conts_list {
    width: 90%;
    float: left;
    clear: both;
    margin: 0 5%;
}
#conts_list .lead {
    margin-bottom: 30px;
}
#conts_list .bg {
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 20px;
    background-color: #fff;
    border: 14px solid #FAF8F5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#conts_list .box {
    border-bottom: 1px dashed #d5d1c9;
    padding: 0 16px 26px;
    margin-bottom: 22px;
}
#conts_list .box:last-child {
    border: none;
    padding: 0;
    margin-bottom: 0px;
}
#conts_list .box .title {
    font-weight: bold;
    margin-bottom: 6px;
}
#conts_list .box .text {
}
#conts_list .box .text_mb {
    margin-bottom: 18px;
}
#conts_list .box ul {
}
#conts_list .box ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 4px;
}
#conts_list .box ul li:before {
    content: "・";
    position: absolute;
    left: 0px;
}
}
