@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&family=Noto+Sans+JP:wght@400;500;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");:root{--primary:#003696;--secondary:#f5f7fb;--tertiary:#97aac9;--txtColor:#000;--txtColorBlue:#04183b;--borderColor:#003696;--bgColor:#003696;--bgColorSecondary:#04183b;--bgColorTertiary:#f5f7fb;--bgColorDarkBlue:#000f75;--bgColorTh:#e6e6e6;--bgColorBl:#345c9e;--bgColorBl2:#335c9e;--bgColorBl3:#f6f9ff;--bgColorBl4:#dce3f1;--bgColorThSub:hsla(0,0%,90%,.25);--white:#fff;--black:#333;--fontFamily:"Noto Sans JP","ヒラギノ角 Pro W3","Hiragino Kaku Pro W3","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;--fontFamilyEn:"Caveat",cursive;--fontFamilyRobot:"Roboto","Noto Sans JP","ヒラギノ角 Pro W3","Hiragino Kaku Pro W3","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;--txtSizeSp:1.4rem;--txtSizePc:1.6rem;--lineHeight:1.75;--lineHeightTitle:1.5;--letterSpacing:0.01em;--fixedWidth:1200px;--fixedWidth2:1280px;--zIndexLv0:0;--zIndexLv1:1;--zIndexLv2:10;--zIndexLv3:100;--zIndexLv4:1000;--zIndexLv5:10000;--zIndexLv6:20000;--breakTabLength:768;--breakUnique1200:1200;--breakUnique1315:1315;--breakPcLength:1025}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}input{border-radius:0}.p-box-form{margin-top:50px}@media print,screen and (min-width:768px){.p-box-form{margin-top:80px}}.p-box-form.p-box-form--confirmation .p-box-confirm{padding-top:0;border-top:0}.p-box-form__item{padding-block:20px;border-top:1px solid #97aac9}@media print,screen and (min-width:768px){.p-box-form__item{padding-block:30px}}.p-box-form__item.p-box-form__item--know{padding-block:20px 22px;border-bottom:1px solid #97aac9}@media print,screen and (min-width:768px){.p-box-form__item.p-box-form__item--know{align-items:flex-start}}.p-box-form__item.p-box-form__item--know .p-box-form__checkbox-item label{flex-grow:1}@media print,screen and (min-width:768px){.p-box-form__item.p-box-form__item--adress,.p-box-form__item.p-box-form__item--email,.p-box-form__item.p-box-form__item--inquiry,.p-box-form__item.p-box-form__item--name{align-items:flex-start}.p-box-form__item{display:flex;-moz-column-gap:48px;column-gap:48px;align-items:center}.p-box-form__item>.p-box-form__ttl{width:22%;max-width:264px}.p-box-form__item>.p-box-form__input{flex-grow:1;width:calc(78% - 48px)}}.p-box-form__item .p-box-form__input__txt{display:block;margin-top:10px}@media print,screen and (min-width:768px){.p-box-form__item .p-box-form__input__txt{margin-top:0}}.p-box-form__item.is-error .p-box-form__inputtext,.p-box-form__item.is-error .p-box-form__number,.p-box-form__item.is-error .p-box-form__select .p-box-form__select-inner,.p-box-form__item.is-error .p-box-form__textarea{background:rgba(183,1,1,.1);border:1px solid #b70101}@media print,screen and (min-width:768px){.p-box-form__subitem .p-box-form__input{margin-top:20px}}.p-box-form__subitem.is-error .p-box-form__email,.p-box-form__subitem.is-error .p-box-form__inputtext,.p-box-form__subitem.is-error .p-box-form__number,.p-box-form__subitem.is-error .p-box-form__select .p-box-form__select-inner{background:rgba(183,1,1,.1);border:1px solid #b70101}.p-box-form__email,.p-box-form__inputtext{width:100%;min-height:50px;padding:16px 15px 14px;font-size:1.6rem;background:var(--bgColorTertiary);border:0}.p-box-form__email::-moz-placeholder,.p-box-form__inputtext::-moz-placeholder{color:#6f6f71}.p-box-form__email::placeholder,.p-box-form__inputtext::placeholder{color:#6f6f71}@media print,screen and (min-width:768px){.p-box-form__email,.p-box-form__inputtext{padding:16px 20px 14px;margin-top:0}}.p-box-form__select{position:relative;margin-top:15px}.p-box-form__select:before{position:absolute;top:0;right:15px;bottom:0;width:16px;height:9px;margin:auto;content:"";background:url(../../images/contact/i_arrow_downward.svg) no-repeat;background-size:100% auto}@media print,screen and (min-width:768px){.p-box-form__select{width:300px;max-width:100%;margin-top:0}}.p-box-form__select-inner{width:100%;min-height:50px;padding:16px 15px 14px;font-size:1.6rem;color:var(--txtColor);-webkit-appearance:none;-moz-appearance:none;background:var(--bgColorTertiary);border:0}.p-box-form__select-inner::-ms-expand{display:none}@media print,screen and (min-width:768px){.p-box-form__select-inner{padding:15px}}.p-box-form__select-inner.is-empty{color:#6f6f71}.p-box-form__email,.p-box-form__inputtext{margin-top:15px}.p-box-form__number{width:100%;min-height:50px;padding:16px 13px 14px 15px;font-size:1.6rem;text-align:center;background:var(--bgColorTertiary);border:0}.p-box-form__number::-moz-placeholder{color:#6f6f71}.p-box-form__number::placeholder{color:#6f6f71}@media print,screen and (min-width:768px){.p-box-form__number{padding:16px 18px 14px 20px;margin-top:0}}.p-box-form__textarea{width:100%;min-height:100px;padding:16px 15px 14px;margin-top:15px;font-size:1.6rem;background:var(--bgColorTertiary);border:0}@media print,screen and (min-width:768px){.p-box-form__textarea{min-height:200px;margin-top:0}}.p-box-form__input-col{margin-top:15px}@media print,screen and (min-width:768px){.p-box-form__input-col{margin-top:0}}.p-box-form__ttl{display:flex;flex-wrap:wrap;gap:10px;align-items:center}@media print,screen and (min-width:768px){.p-box-form__ttl{gap:16px}}.p-box-form__ttl-main{font-weight:700}.p-box-form__required{padding:3px 15px;font-size:12px;font-weight:700;line-height:var(--lineHeightTitle);color:var(--white);background-color:#b70101}@media print,screen and (min-width:768px){.p-box-form__input-wrapper{display:flex;-moz-column-gap:30px;column-gap:30px;align-items:flex-end}.p-box-form__input-wrapper+.p-box-form__input-inner,.p-box-form__input-wrapper+.p-box-form__input-wrapper{margin-top:30px}}.p-box-form__input-inner{padding:20px 0 0 15px}@media print,screen and (min-width:768px){.p-box-form__input-inner{padding:0}.p-box-form__input-inner+.p-box-form__input-inner,.p-box-form__input-inner+.p-box-form__input-wrapper{margin-top:30px}}.p-box-form__number-label{position:absolute;font-size:0}.p-box-form__input-col{display:flex;flex-wrap:wrap;gap:15px 33px;align-items:center}@media print,screen and (min-width:768px){.p-box-form__input-col{-moz-column-gap:52px;column-gap:52px}}.p-box-form__input-colitem--postcode1{position:relative;width:70px}@media print,screen and (min-width:768px){.p-box-form__input-colitem--postcode1{width:80px}}.p-box-form__input-colitem--postcode1:before{position:absolute;top:0;right:-23px;bottom:0;width:12px;height:1px;margin:auto;content:"";background-color:#04183b}@media print,screen and (min-width:768px){.p-box-form__input-colitem--postcode1:before{right:-32px}}.p-box-form__input-colitem--postcode2{width:90px}@media print,screen and (min-width:768px){.p-box-form__input-colitem--postcode2{width:100px}}.p-box-form__postcode-btn-box{width:100%}@media print,screen and (min-width:768px){.p-box-form__postcode-btn-box{width:auto}}.p-box-form__postcode-btn{padding:5px 20px;font-weight:500;line-height:var(--lineHeightTitle);color:var(--primary);border:1px solid var(--primary);transition:all .2s ease-out}.p-box-form__postcode-btn:focus-visible{color:var(--white);background:var(--primary)}@media (hover:hover) and (pointer:fine){.p-box-form__postcode-btn:hover{color:var(--white);background:var(--primary)}}.p-box-form__item-tel-label{position:absolute;font-size:0}.p-box-form__colitem--tel1{position:relative;width:70px}@media print,screen and (min-width:768px){.p-box-form__colitem--tel1{width:80px}}.p-box-form__colitem--tel1:before{position:absolute;top:0;right:-23px;bottom:0;width:12px;height:1px;margin:auto;content:"";background-color:#04183b}@media print,screen and (min-width:768px){.p-box-form__colitem--tel1:before{right:-32px}}.p-box-form__colitem--tel2{position:relative;width:90px}.p-box-form__colitem--tel2:before{position:absolute;top:0;right:-23px;bottom:0;width:12px;height:1px;margin:auto;content:"";background-color:#04183b}@media print,screen and (min-width:768px){.p-box-form__colitem--tel2:before{right:-32px}.p-box-form__colitem--tel2{width:100px}}.p-box-form__colitem--tel3{width:90px}@media print,screen and (min-width:768px){.p-box-form__colitem--tel3{width:100px}}.p-box-form__checkbox{display:flex;flex-wrap:wrap;gap:10px 20px;padding:0;margin-top:15px;border:0}@media print,screen and (min-width:768px){.p-box-form__checkbox{gap:18px 48px;margin-top:0}}.p-box-frame{padding:30px 15px;margin-top:50px;background:var(--bgColorTertiary)}@media print,screen and (min-width:768px){.p-box-frame{display:flex;align-items:center;justify-content:center;padding:60px 30px;margin-top:80px}}.p-box-frame__ttl{font-size:1.6rem;font-weight:700;color:var(--primary)}@media print,screen and (min-width:768px){.p-box-frame__ttl{font-size:1.8rem}}.p-box-frame__link{color:var(--primary)!important}@media print,screen and (min-width:768px){.p-box-frame__link{display:flex;justify-content:center}}.p-box-form__agree{padding-top:30px;padding-left:15px}@media print,screen and (min-width:768px){.p-box-form__agree{display:flex;justify-content:center;padding-top:40px}}.p-box-confirm{padding-top:40px;margin-top:40px;border-top:1px solid #97aac9}@media print,screen and (min-width:768px){.p-box-confirm{display:flex;justify-content:center}}.p-box-confirm .c-btn-common__link[disabled]{pointer-events:none;background:rgba(0,54,150,.4);opacity:.4}@media print,screen and (min-width:768px){.p-box-confirm{padding-top:60px;margin-top:90px}}.p-box-complete{padding-top:40px;margin-top:40px;border-top:1px solid #97aac9}@media print,screen and (min-width:768px){.p-box-complete{display:flex;justify-content:center;padding-top:60px;margin-top:90px}.p-box-complete .c-btn-common{display:inline-block;width:auto;min-width:264px}}.p-box-form__checkbox-item{position:relative;display:flex;align-items:center}.p-box-form__checkbox-item input[type=checkbox]{width:20px;height:20px;padding:0;margin:0 10px 0 0;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:none;border:none;border-radius:0;outline-offset:3px}@media print,screen and (min-width:768px){.p-box-form__checkbox-item input[type=checkbox]{width:24px;height:24px;margin-right:14px}}.p-box-form__checkbox-item label{width:calc(100% - 30px)}@media print,screen and (min-width:768px){.p-box-form__checkbox-item label{width:calc(100% - 38px)}}.p-box-form__checkbox-item input[type=checkbox]:after,.p-box-form__checkbox-item input[type=checkbox]:before{position:absolute;display:block;content:""}.p-box-form__checkbox-item input[type=checkbox]:before{top:0;bottom:0;left:0;width:20px;height:20px;margin:auto;background-color:var(--bgColorTertiary);border:1px solid var(--tertiary)}@media print,screen and (min-width:768px){.p-box-form__checkbox-item input[type=checkbox]:before{width:24px;height:24px}}.p-box-form__checkbox-item input[type=checkbox]:after{top:0;bottom:0;left:2px;width:16px;height:12px;margin:auto;background:url(../../images/contact/i_check.svg) no-repeat;opacity:0;transition:opacity .2s ease-out}@media print,screen and (min-width:768px){.p-box-form__checkbox-item input[type=checkbox]:after{top:.1em;left:4px}}.p-box-form__checkbox-item input[type=checkbox]:checked:before{background-color:var(--primary);border:1px solid var(--primary)}.p-box-form__checkbox-item input[type=checkbox]:checked:after{opacity:1}.p-box-form__input__confirm-txt{margin-top:10px}@media print,screen and (min-width:768px){.p-box-form__input__confirm-txt{margin-top:0}.p-box-form__input__confirm-txt+.p-box-form__input__confirm-txt{margin-top:15px}}.p-box-confirm__list{display:flex;flex-wrap:wrap;row-gap:30px;justify-content:center}.p-box-confirm__item{width:100%}@media print,screen and (min-width:768px){.p-box-confirm__item{width:auto}.p-box-confirm__item .c-btn-common__link{min-width:237px}}.p-btn-common__link--reverse{background-color:var(--white);border:1px solid var(--primary)}.p-btn-common__link--reverse[target=_blank]:not(.noticon) .c-btn-common__inner:after{position:absolute;top:.2em;display:inline-block;width:12px;height:22px;margin-left:5px;vertical-align:middle;content:"";background:url(../images/i_blank_primary.svg) no-repeat 100% 0;background-size:100% auto;top:.4em}.p-btn-common__link--reverse[href$=".pdf"]:not(.noticon) .c-btn-common__inner:after{position:absolute;top:.2em;display:inline-block;width:12px;height:22px;margin-left:5px;vertical-align:middle;content:"";background:url(../images/i_pdf_primary.svg) no-repeat 100% 0;background-size:100% auto}.p-btn-common__link--reverse[href$=".doc"]:not(.noticon) .c-btn-common__inner:after,.p-btn-common__link--reverse[href$=".docx"]:not(.noticon) .c-btn-common__inner:after{position:absolute;top:.2em;display:inline-block;width:12px;height:22px;margin-left:5px;vertical-align:middle;content:"";background:url(../images/i_word_primary.svg) no-repeat 100% 0;background-size:100% auto}.p-btn-common__link--reverse[href$=".xls"]:not(.noticon) .c-btn-common__inner:after,.p-btn-common__link--reverse[href$=".xlsx"]:not(.noticon) .c-btn-common__inner:after{position:absolute;top:.2em;display:inline-block;width:12px;height:22px;margin-left:5px;vertical-align:middle;content:"";background:url(../images/i_excel_primary.svg) no-repeat 100% 0;background-size:100% auto}.p-btn-common__link--reverse[href$=".zip"]:not(.noticon) .c-btn-common__inner:after{position:absolute;display:inline-block;width:12px;height:22px;margin-left:5px;vertical-align:middle;content:"";background:url(../images/i_zip_primary.svg) no-repeat 100% 0;background-size:100% auto;top:.2em}.p-btn-common__link--reverse .c-btn-common__inner{padding-right:0;padding-left:35px;color:var(--primary)}.p-btn-common__link--reverse .c-btn-common__inner:after{right:auto;left:0;background:url(../../images/contact/i_arrow_back_blue.svg) 50% no-repeat;background-size:100% auto}.p-btn-common__link--reverse:focus-visible .c-btn-common__inner:after{background:url(../../images/contact/i_arrow_back_blue.svg) 50% no-repeat;background-size:100% auto;transform:translateX(-10px)}@media (hover:hover) and (pointer:fine){.p-btn-common__link--reverse:hover .c-btn-common__inner:after{background:url(../../images/contact/i_arrow_back_blue.svg) 50% no-repeat;background-size:100% auto;transform:translateX(-10px)}}.p-box-flow{overflow:hidden}@media print,screen and (min-width:768px){.p-box-flow{max-width:888px;margin-inline:auto}}.p-box-flow.p-box-flow--step1 .p-box-flow__item--01{padding-inline:10px 5px;color:var(--white);background:var(--primary)}.p-box-flow.p-box-flow--step1 .p-box-flow__item--01:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_01.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step1 .p-box-flow__item--02{color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step1 .p-box-flow__item--02:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_02.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step1 .p-box-flow__item--03{padding-inline:5px 10px;color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step2 .p-box-flow__item--01{padding-inline:10px 5px;color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step2 .p-box-flow__item--01:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_03.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step2 .p-box-flow__item--02{color:var(--white);background:var(--primary)}.p-box-flow.p-box-flow--step2 .p-box-flow__item--02:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_05.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step2 .p-box-flow__item--03{padding-inline:5px 10px;color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step3 .p-box-flow__item--01{padding-inline:10px 5px;color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step3 .p-box-flow__item--01:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_06.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step3 .p-box-flow__item--02{color:var(--white);background:#97aac9}.p-box-flow.p-box-flow--step3 .p-box-flow__item--02:before{position:absolute;top:0;right:-28px;bottom:0;width:28px;height:100%;margin:auto;content:"";background:url(../../images/contact/bg_flow_04.svg) no-repeat;background-position:50%;background-size:cover}.p-box-flow.p-box-flow--step3 .p-box-flow__item--03{padding-inline:5px 10px;color:var(--white);background:var(--primary)}.p-box-flow__list{display:flex;-moz-column-gap:27px;column-gap:27px}.p-box-flow__item{position:relative;display:flex;align-items:center;justify-content:center;width:calc(33.33333% - 18px);min-height:70px;padding-block:5px;font-size:1.6rem;font-weight:700;line-height:var(--lineHeightTitle);text-align:center}.p-txt-error{position:relative;padding-left:30px;margin-top:10px;color:#b70101}@media print,screen and (min-width:768px){.p-txt-error{padding-left:34px;margin-top:16px}}.p-txt-error:before{position:absolute;top:0;bottom:0;left:0;width:20px;height:20px;content:"";background:url(../../images/contact/i_exclamation.svg) no-repeat;background-position:50%;background-size:100% auto}@media print,screen and (min-width:768px){.p-txt-error:before{top:.2em;width:24px;height:24px}.p-txt-complete{text-align:center}}.p-list-center{display:flex;justify-content:center;margin-top:30px}@media print,screen and (min-width:768px){.p-list-center{margin-top:40px}}.p-list-center>:first-child{margin-top:0!important}.p-list-center>:first-child.m-box-section{padding-top:0}@media print,screen and (min-width:768px){.p-list-center>.position-left:first-child+*,.p-list-center>.position-right:first-child+*{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col1]>[data-gs-col]:first-child>:first-child,.p-list-center>[data-gs=col]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col1]>[data-gs-col]:first-child>:first-child,.p-list-center>[data-gs=col]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col2]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col2]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col3]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col3]>[data-gs-col]:nth-child(-n+3)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col4]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col4]>[data-gs-col]:nth-child(-n+4)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col2_1]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col2_1]>[data-gs-col]>:first-child{margin-top:0!important}}.p-list-center>[data-gs=col1_2]{margin-top:0}@media screen and (max-width:767px){.p-list-center>[data-gs=col1_2]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col1_2]>[data-gs-col]>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center>[data-gs=col1_1_1]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center>[data-gs=col1_1_1]>[data-gs-col]>:first-child{margin-top:0!important}}.p-list-center .p-list-center__wrap>:first-child{margin-top:0!important}.p-list-center .p-list-center__wrap>:first-child.m-box-section{padding-top:0}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>.position-left:first-child+*,.p-list-center .p-list-center__wrap>.position-right:first-child+*{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col1]>[data-gs-col]:first-child>:first-child,.p-list-center .p-list-center__wrap>[data-gs=col]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col1]>[data-gs-col]:first-child>:first-child,.p-list-center .p-list-center__wrap>[data-gs=col]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col2]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col2]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col3]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col3]>[data-gs-col]:nth-child(-n+3)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col4]>[data-gs-col]:nth-child(-n+2)>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col4]>[data-gs-col]:nth-child(-n+4)>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col2_1]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col2_1]>[data-gs-col]>:first-child{margin-top:0!important}}.p-list-center .p-list-center__wrap>[data-gs=col1_2]{margin-top:0}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col1_2]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col1_2]>[data-gs-col]>:first-child{margin-top:0!important}}@media screen and (max-width:767px){.p-list-center .p-list-center__wrap>[data-gs=col1_1_1]>[data-gs-col]:first-child>:first-child{margin-top:0!important}}@media print,screen and (min-width:768px){.p-list-center .p-list-center__wrap>[data-gs=col1_1_1]>[data-gs-col]>:first-child{margin-top:0!important}}