<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------------------------------------------
  ■追加
 -----------------------------------------------------*/
.support-wrap img{
	width:100%;
}

/* ---------- 送料 ---------- */
.souryou {
	line-height:140%;
	margin-top:20px;
}
.souryou .din{
	font-size:63px;
}
.souryou .en{
	font-size:30px;
}
.ho-oki .din{
	font-size:30px;
}
.muryo .din{
	font-size:30px;
}
/* ---------- 業者 ---------- */
.gyousha{
	display:inline-block;
}
.mail_i01{
	width:60px;
	margin:0 auto;
}
/* ---------- 日時 ---------- */
.nichiji .cap{
	margin-bottom:30px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}
.nichiji p{
	line-height:120%;
}
.nichiji .din{
	font-size:30px;
	padding:0 5px;
}
.takuhai_i01{
	margin-bottom:30px;
}
.takuhai_i01 img{
	width:50%;
}

/* ---------- 追跡 ---------- */
.tsuiseki .cap{
	margin-bottom:30px;
	text-align:center;
}
/* ---------- 代金引換 ---------- */
.daibiki .cap{
	margin-bottom:30px;
	text-align:center;
}
.takuhai_i03{
	width:100px;
	margin:0 auto;
}
/* ---------- 目安 ---------- */
.meyasu .stit{
	margin-top:0px;
}
.meyasu .att p{
	margin-bottom:0px;
}
.tizu{
	position:relative;
}
.meyasucolor{
	position:absolute;
	top:0;
	left:0;
}
.meyasucolor p{
	border-radius: 10px;
	color:#FFF;
	padding:10px;
	margin-bottom:5px;
	white-space: nowrap;
}
.m-one,
#saitama,#chiba,#tokyo,#kanagawa,#toyama,#ishikawa,#fukui,#gifu,#aichi,#mie,#shiga,#kyoto,#osaka,#hyogo,#nara,#wakayama,#tottori,#shimane,#okayama,#hiroshima,#tokushima,#kagawa,#ehime,#kochi,#shizuoka{
	background: #DC8210;
}
.m-two,
#aomori,#iwate,#miyagi,#akita,#yamagata,#fukushima,#ibaraki,#tochigi,#gunma,#niigata,#yamanashi,#nagano,#yamaguchi,#fukuoka,#saga,#nagasaki,#kumamoto,#oita,#miyazaki,#kagoshima{
	background: #449C76;
}
.m-thr,
#hokkaido,#okinawa{
	background: #3868A6;
}
/* ---------- 日本地図 ---------- */
#japan-map {
    width: 100%;
    border-collapse: separate;
    border-spacing: 1px;
   	margin-bottom:30px;

}
 
.pref {
    background: #224163;
    min-height: 10px;
    font-size: 0.7em;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
 
.pref p {
    display: block;
    min-height: 10px;
    text-decoration: none;
    color: white;
	margin-bottom:0px;
}
 
#hokkaido {
    margin: 20px 0;
}
/* ---------- 目安表 ---------- */
.areahyou{
	border-top:1px solid #000;
	border-left:1px solid #000;
	text-align:left;
	margin-bottom:30px;
}
.areahyou td{
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px;
}
.areahyou td+td{
	white-space: nowrap;
}
.hy-b{
	color:#FFF;
	background: #666;
}
.areahyou .m-one{
	background: rgba(220,130,16,.3);
}
.areahyou .m-two{
	background: rgba(68,156,118,.3);
}
.areahyou .m-thr{
	background: rgba(56,104,166,.3);
}
/* ---------- 受取 ---------- */
.uketori .cap{
	font-size:20px;
	font-weight:bold;
}
.uketori .stit{
	margin-top:0px;
}
.uketori .att p{
	margin-bottom:0px;
}
/* ---------- 郵便局留め ---------- */
.kyokudome .stit{
	margin-top:0px;
}
.kyokudome .att p{
	margin-bottom:0px;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  ■スマホ
 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media only screen and (max-width : 768px) {

/* ---------- 日時 ---------- */
.takuhai_i01 img{
	width:auto;
	margin-bottom:10px;
}
/* ---------- 目安 ---------- */
.meyasucolor p{
	border-radius: 10px;
	padding:5px;
	font-size:12px;
}
.areahyou td+td{
	white-space: normal;
	width:50%;
}
/* ---------- 日本地図 ---------- */
.pref {
    padding: 3px;
}

} /* /@media only screen */

</pre></body></html>