/*******************************************************
 * for CAMPAIGN PAGES
 *******************************************************/

 /* 2024-09 あべのルシアスビルのポスターを見た方限定の割引・特典
------------------------------------------------------------ */

#site-content .entry-header { display: none; }
#site-content .btn a {
 margin: 0 auto 0.5rem;
 padding: 15px 20px;
}
#site-content h1 {
 margin-top: 3rem!important;
 font-size: clamp(1.25rem, 1.068rem + 0.91vw, 1.75rem);
 font-weight: 400;
 text-align: center;
 position: relative;
}
#site-content h1 strong {
 margin: 0 auto;
 padding: 5px 0 2px;
 border-bottom: 5px double;
 width: 5.6em;
 font-size: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
 font-weight: 500;
 display: block;
}
.umeda-campaign #site-content h1 strong {
	width: 2.3em;
}

#site-content h1::before {
 content: "フォトスタジオセルフィット";
 font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
 position: absolute;
 top: -25px;
 left: 50%;
 transform: translateX(-50%);
}
#site-content .use {
 margin: 3rem auto 1rem;
 padding: 30px 20px 10px;
 max-width: 800px!important;
 border: 6px solid #efefef;
}
#site-content .use h2 {
 margin: 0 auto 20px;
 padding: 0;
 font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
 font-weight: bold;
 text-align: center;
}
#site-content .use dt { font-size: 120%; }
#site-content .use + p { max-width: 800px!important; }

#site-content .w660.red-text{ margin-bottom: 0px;}


@media screen and (min-width: 768px){
#site-content .btn a { margin: 2rem auto; }
#site-content h1 strong { display: inline-block; }
#site-content h1::before { top: -20px; }
#site-content .use { padding: 40px 30px 30px; }
 
}




