@charset "UTF-8";

/* com_bdrlist
---------------------------------------------------------*/
.com_bdrlist{
	position: relative;
	z-index: 2;
	margin-bottom: 95px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_bdrlist{
	margin-bottom: 7vw;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_bdrlist{
	margin-bottom: 13%;
}
}





/* 内容
---------------------------------------------------------*/
.com_inbox .list_number > li{
	position: relative;
	padding-left: 1.5em;
	box-sizing: border-box;
}
.com_inbox .list_number > li::before{
	position: absolute;
	content: "①";
	top:0;
	left: 0;
}
.com_inbox .list_number > li:nth-child(2)::before{content: "②";}
.com_inbox .list_number > li:nth-child(3)::before{content: "③";}
.com_inbox .list_number > li:nth-child(4)::before{content: "④";}
.com_inbox .list_number > li:nth-child(5)::before{content: "⑤";}
.com_inbox .list_number > li:nth-child(6)::before{content: "⑥";}
.com_inbox .list_number > li:nth-child(7)::before{content: "⑦";}
.com_inbox .list_number > li:nth-child(8)::before{content: "⑧";}
.com_inbox .list_number > li:nth-child(9)::before{content: "⑨";}

.com_inbox .list_maru li{
	position: relative;
	padding-left: 1.2em;
	box-sizing: border-box;
}
.com_inbox .list_maru li::before{
	position: absolute;
	display: block;
	content: "";
	background: #808080;
	background-size: 100% auto;
	width: .45em;
	height: .45em;
	top:.7em;
	left: 0;
	border-radius: 50%;
}
.com_inbox .bdrbox{
	border:1px solid;
	background: #fff;
	border-radius: 13px;
	padding: 30px 4.5%;
	box-sizing: border-box;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) { 
.com_inbox .list_maru li{
	padding-left: 1em;
}
.com_inbox .bdrbox{
	padding: 4%;
}
}

/* Mobile (Portrait) 
------------------------------------------*/ 
@media only screen and (max-width: 767px) { 
.com_inbox .list_number > li{
	padding-left: 1.3em;
}
.com_inbox .list_maru li{
	padding-left: 1em;
}
.com_inbox .bdrbox{
	padding: 5%;
}
}