@charset "utf-8";
.request-list {
	margin-bottom: 0;
}
.request-list li {
	padding-left: 3rem;
	position: relative;
}
.request-list li::before {
	content: '・・・';
	position: absolute;
	top: 0;
	left: 0;
}
.request-list li:not(:last-child) {
	margin-bottom: .25rem;
}
.bycontainer-table th {
	text-align: center;
}
.bycontainer-name {
	font-size: 1.11rem;
	font-weight: 700;
	padding: 0.55rem 1.11rem;
	margin-bottom: 10px;
	background-color: #F0F8FC;
}
.bycontainer-copy {
	padding-top: .8rem;
	font-size: 1.11rem;
	line-height: 1.5;
	font-weight: 400;
	color: #0070C5;
}
.bycontainer-ex-dl {
	margin-bottom: 0;
}
.bycontainer-ex-dl dt {
	font-weight: 400;
	color: #0070C5;
	display: inline-block;
	padding: 1px 1.5rem;
	margin-bottom: .75rem;
	border: 1px solid #0070C5;
	border-radius: 15px;
}
.bycontainer-ex-dl dd {
	margin-bottom: 0;
}
@media all and (min-width: 576px) {

}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
@media all and (min-width: 1400px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {
}
/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}
/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

@media all and (max-width: 400px) {
 
}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}