@charset "UTF-8";.contents-title{margin-bottom:0}.field-head_wrapper{background-color:#f4f4f4;padding:28px 0;margin-bottom:50px}.field-head{max-width:1160px;display:flex;align-items:center;margin:0 auto;padding:0 20px;gap:0 3.2%}.field-head__img{max-width:200px;aspect-ratio:4/3;border-radius:10px;overflow:hidden}.field-head__img img,.oc-list__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.field-head__ttl{font-size:26px;font-weight:700;line-height:1.5}.field-head__ttl span{display:block;font-size:20px;padding-top:8px}.oc-section{margin:0 auto 100px;padding:0 20px;max-width:1160px}.oc-list_wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:52px 3.4%}.oc-list.backstage .oc-list__ttl_wrapper,.oc-list.guest .oc-list__ttl_wrapper,.oc-list.special .oc-list__ttl_wrapper{position:relative}.oc-list.special .oc-list__ttl_wrapper::before{display:block;content:"";width:52px;height:42px;background:url(/osaka/open-campus/detail/common_img/icon_special.png) left top/contain no-repeat;position:absolute;top:-15px;right:0}.oc-list.backstage .oc-list__ttl_wrapper::before{display:block;content:"";width:52px;height:42px;background:url(/osaka/open-campus/detail/common_img/icon_backstage.png) left top/contain no-repeat;position:absolute;top:-15px;right:0}.oc-list.guest .oc-list__ttl_wrapper::before{display:block;content:"";width:52px;height:42px;background:url(/osaka/open-campus/detail/common_img/icon_guest.png) left top/contain no-repeat;position:absolute;top:-15px;right:0}.oc-list__img{width:100%;aspect-ratio:3/2;border-radius:10px;margin:0 auto 20px;overflow:hidden}.oc-list__tag{border:1px solid #999;display:inline-block;font-size:14px;font-weight:700;margin-bottom:16px;padding:0 9px}.oc-list__ttl{font-size:20px;font-weight:700;line-height:1.4;padding-right:8px;margin-bottom:25px}.oc-list__date_wrapper{display:flex;align-items:center}.oc-list__date_ttl{background-color:#eee;display:inline-block;font-size:14px;margin-right:15px;padding:1px 10px 0;flex-shrink:0}.oc-list__date{font-size:16px;font-size:1.6rem;font-weight:700;line-height:1.4}.oc-list__date span{display:inline-block;white-space:nowrap}.oc-list__date span:last-child::after{content:""}.oc-list__btn_wrapper{display:flex;align-items:center;justify-content:center;margin-top:30px;gap:0 5.5%}.oc-list__btn,.oc-list__links a{display:block;width:41.6%;border-radius:10px;font-size:16px;text-align:center;color:inherit;text-decoration:none;padding:7px 0;position:relative}.oc-list__btn::before,.oc-list__links a::before{display:block;content:"";width:9px;height:9px;border:1px solid currentColor;border-left:0;border-bottom:0;box-sizing:border-box;-webkit-transform:translateX(-25%) rotate(45deg);transform:translateX(-25%) rotate(45deg);position:absolute;top:50%;right:9px;translate:0 -50%}.oc-list__btn.more{border:1px solid #999}.oc-list__btn.apply{border:1px solid #d90002;background-color:#d90002;color:#fff}.oc-list__links{margin-top:100px;display:flex;align-items:center;justify-content:center;gap:0 3.4%}.oc-list__links a{background-color:#ddd;width:260px;padding:18px 0 14px}.oc-detail__error{display:none;max-width:1160px;margin:0 auto;padding:60px 20px}.oc-detail__error_inner{text-align:center;background:#f5f5f5;border-radius:10px;padding:60px 20px}.oc-detail__error_ttl{font-size:24px;font-weight:700;margin-bottom:20px}.oc-detail__error_txt{font-size:16px;line-height:1.8;margin-bottom:30px}.oc-detail__error_links{display:flex;justify-content:center}.oc-detail__error_btn{display:inline-block;background:#333;color:#fff;text-decoration:none;padding:15px 40px;border-radius:50px;font-size:16px;transition:opacity .3s}.oc-detail__error_btn:hover{opacity:.7}@media only screen and (max-width:600px){.field-head_wrapper{padding:15px 0;margin-bottom:18px}.field-head__ttl{font-size:16px}.field-head__ttl span{font-size:13px;padding-top:0}.oc-section{margin:0 auto 50px}.oc-list_wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:10px 0}.oc-list{display:-ms-grid;display:grid;-ms-grid-columns:24.7% 3.6% auto;grid-template-columns:24.7% auto;-ms-grid-rows:auto 0 auto 0 auto 0 auto;grid-template-areas:"img tag" "img ttl" "date date" "btn btn";gap:0 3.6%;padding-bottom:15px;border-bottom:1px solid #ccc}.oc-list.special .oc-list__ttl_wrapper{padding-right:50px}.oc-list.backstage .oc-list__ttl_wrapper::before,.oc-list.guest .oc-list__ttl_wrapper::before,.oc-list.special .oc-list__ttl_wrapper::before{width:43px;height:34px;top:0}.oc-list.backstage .oc-list__ttl_wrapper,.oc-list.guest .oc-list__ttl_wrapper{padding-right:56px}.oc-list__img{grid-area:img;max-width:initial;margin:0 auto;-ms-grid-row-align:center;align-self:center}.oc-list__tag{grid-area:tag;font-size:8px;margin-bottom:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.oc-list__ttl{grid-area:ttl;font-size:13px;margin-bottom:0}.oc-list__date_wrapper{grid-area:date;margin-top:13px}.oc-list__date_ttl{font-size:11px}.oc-list__date{font-size:13px}.oc-list__btn_wrapper{grid-area:btn;margin-top:12px;gap:0 4.2%}.oc-list__img{-ms-grid-row:1;-ms-grid-row-span:3;-ms-grid-column:1}.oc-list__tag,.oc-list__ttl{-ms-grid-row:1;-ms-grid-column:3}.oc-list__ttl{-ms-grid-row:3}.oc-list__btn_wrapper,.oc-list__date_wrapper{-ms-grid-row:5;-ms-grid-column:1;-ms-grid-column-span:3}.oc-list__btn_wrapper{-ms-grid-row:7}.oc-list__btn{width:42.2%;font-size:13px;padding:6px 0;border-radius:5px}.oc-list__links{margin:50px 0;gap:0 4.2%}.oc-list__links a{width:47.9%;font-size:13px;margin-bottom:10px;border-radius:10px;padding:12px 0}.oc-detail__error{padding:40px 20px}.oc-detail__error_inner{padding:40px 15px}.oc-detail__error_ttl{font-size:20px;margin-bottom:15px}.oc-detail__error_txt{font-size:14px;margin-bottom:25px}.oc-detail__error_btn{font-size:14px;padding:12px 30px}}@media only screen and (min-width:601px) and (max-width:980px){.oc-list_wrapper{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:601px){.oc-list__tag{margin-right:60px}}