/*-------------------AreaTieUp*/
@media screen and (max-width:768px){.wrapper{width:auto;float:none!important}}
.wrapper p{margin:0 0 28px; word-break: break-word;}
.wrapper strong{font-weight:600;}
.wrapper h2{padding:32px 0;margin-bottom:0;font-size:18px;line-height:1.8;word-wrap:break-word;font-weight:bold;}
.wrapper figure{margin:0 auto 20px;}
.wrapper img{max-width:100%;height:auto;margin:0 auto 20px;}
.wrapper figcaption{font-size:13px;line-height:1.4;text-align:center;}

.detail-box img{height: auto;}
.detail-box figure{margin:20px auto 30px;}
.detail-box figcaption{font-size:13px;line-height:1.4;text-align:center;}

.detail-box .youtube {margin:27px 0 0; width: 100%; aspect-ratio: 16/9;}
.detail-box .youtube iframe {width: 100% !important; height: 100% !important;}

p:has(iframe) {aspect-ratio: 16 / 9; width: 100%;}
p:has(iframe) iframe {width: 100%; height: 100%; object-fit: cover;}