<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/*************************************************************************************************************************
* デフォルト：640px以下用の記述
*************************************************************************************************************************/
.cpCamp{ display: none; background: #f0fbfb; padding:14px 24px 13px; border: #d6d6d6 1px solid; border-radius: 4px; margin:-10px 0 30px; transition: background 0.3s ease-in-out 0s;}
.cpCamp a{ display: table; text-decoration: none; }
.cpCamp a:hover .txtdeco{ text-decoration: none!important;}

.cpCamp a p{ margin:0; position: relative;}
.cpCamp a p:before{ content: ""; display: block; width: 6px; height: 6px; border: 0px; margin: -4px 0 0; position: absolute; top: 50%; right: -18px; border-top: solid 2px #b2b2b2; border-right: solid 2px #b2b2b2; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.cpCamp .catch{ display: inline-block; background: #e83e36; padding:5px 12px 6px; margin: 1px 0 0; font-size: 12px; color: #fff; border-radius: 20px; }
.cpCamp .catch.black{ background: #333; color: #fff!important;}

.cpCamp .txtdeco{ display: inline-block; padding: 0 0 0 10px; font-size: 14px; font-weight: bold;}
.cpCamp .red{ font-size: 12px; font-weight: bold;}

.cpCamp .one,
.cpCamp .two{ display: table; margin:0 auto; }

.cpCamp .two li{ margin-top:4px;}
.cpCamp .two li:first-child{ margin-top: 0;}


/* tokuten */
.cpCamp.tokuten{ background: #f2f4f5; border: none; }
.cpCamp.tokuten a p:before{ display: none;}
.cpCamp.tokuten .catch{ background: #005bac; }


/* ext */
.cpCamp.ext{ background: #ffe8e6; margin-top: -20px; border: none;}
.cpCamp.ext a p:before{ display: none;}


/*************************************************************************************************************************
* 641px以上用の記述
*************************************************************************************************************************/
@media print, screen and (min-width:641px){
	.cpCamp{ display: block;}
}
</pre></body></html>