@charset "UTF-8";


@media (min-width: 320px) {
/* ページタイトル */
section .titlearea {
	background: url(../delivery/images/head_img.jpg) no-repeat center top;
	margin-top: 0px;
}

/*タイトル２行のため調整*/
section .titlearea div h2 img {
    height: 50px;
}

section article.delivery_contact {
	background: #f1f1f1 url(../images/back_gray.gif);
	padding: 20px 0px;
}
section article.delivery_contact > div {
	background: #fff;
	padding: 10px;
}

section article.delivery_contact dl+dl{
  margin-top:1.5em;
}
section article.delivery_contact dl dt{
  font-weight:bold;
  margin-bottom:0.3em;
}

section article.delivery_note ul li {
	list-style: none;
	padding: 0.2em 2em 0.2em 1em;
	position: relative;
}
section article.delivery_note ul li::before {
    content: "\2022";
    color: #3d828e;
    position: absolute;
    left: 0px;
}

.text-center{
  text-align:center;
}
.text-bold{
  font-weight:bold;
}
.text-blue{
  color:#3d828e;
}
.text-red{
  color:#e23980;
}

}

@media (min-width: 360px) {
}

@media (min-width: 400px) {
}

@media (min-width: 520px) {
}

@media (min-width: 768px) {
/* ページタイトル */
section .titlearea {
	background-position: center center;
}
section .titlearea div h2 img {
    height: auto;
}

section article.delivery_contact > div {

}



section article.delivery_regist table th {
	display: table-cell;
	padding: 0.8em 1em;
	border-bottom: 1px dotted #8a8a8a;
	border-right: 1px dotted #8a8a8a;
}
section article.delivery_regist table td {
	display: table-cell;
	padding: 0.8em 1em;
}
section article.delivery_regist table tr:last-child th,
section article.delivery_regist table tr:last-child td {
	border-bottom: none;
}

}


@media (min-width: 1160px) {
section article.delivery_contact {
	padding: 50px 0px;
}
section article.delivery_contact > div {
	padding: 30px;
}


section article.delivery_contact > div div dt {
}

}


@media (min-width: 1200px) {
}
