@charset "UTF-8";.mainSingle{padding-top:76px;padding-inline:10px}@media screen and (min-width:769px){.mainSingle{padding-top:108px}}.newsArticle{width:100%;margin-top:48px}@media screen and (min-width:769px){.newsArticle{max-width:1080px;padding-inline:40px;margin-top:96px;margin-inline:auto}}.newsArticleInner{}@media screen and (min-width:769px){.newsArticleInner{}}.newsArticleHeader{}@media screen and (min-width:769px){.newsArticleHeader{}}.newsInfo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:769px){.newsInfo{}}.newsDate{position:relative;font-size:1.4rem;padding-left:16px}.newsDate:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-sub3)}@media screen and (min-width:769px){.newsDate{font-size:18px;font-weight:500;letter-spacing:0.06em;padding-block:8px;padding-left:16px}}.newsCategory{display:inline-block;color:var(--color-primary-text);font-size:1.1rem;border-radius:28px;padding:4px 10px;text-align:center;min-width:80px;margin-left:8px}.newsCategory.goods{background:var(--color-news-category-goods)}.newsCategory.information{background:var(--color-news-category-info)}@media screen and (min-width:769px){.newsCategory{font-size:clamp(16px,16px + (18 - 16) * (100vw - 375px)/(1440 - 375),18px);min-width:137px;padding:6px 30px;margin-left:16px}}.newsArticleTitle{font-size:2.4rem;margin-top:24px}@media screen and (min-width:769px){.newsArticleTitle{font-size:clamp(20px,20px + (32 - 20) * (100vw - 375px)/(1440 - 375),32px);margin-top:40px;letter-spacing:0.06em}}.newsArticleThumbnail{}@media screen and (min-width:769px){.newsArticleThumbnail{}}.newsArticleContent{font-size:1.3rem;line-height:1.6;margin-top:24px}@media screen and (min-width:769px){.newsArticleContent{font-size:clamp(14px,14px + (16 - 14) * (100vw - 375px)/(1440 - 375),16px);line-height:2;letter-spacing:0.06em;margin-top:40px}}.newsArticleFooter{margin-top:48px}@media screen and (min-width:769px){.newsArticleFooter{margin-top:80px}}.blockText{margin-block:16px}@media screen and (min-width:769px){.blockText{margin-block:24px}}.blockImageSingle{text-align:center;margin-block:16px}@media screen and (min-width:769px){.blockImageSingle{width:100%;margin-inline:auto;margin-block:32px}}.blockImageSingle figure{display:inline-block;margin:0;width:100%;max-width:80%}@media screen and (min-width:769px){.blockImageSingle figure{max-width:50%}}.blockImageSingle figure img{width:100%;height:auto;display:block}@media screen and (min-width:769px){.blockImageSingle figure img{max-width:500px}}.blockImageSingle figure figcaption{text-align:left;font-size:1.2rem}@media screen and (min-width:769px){.blockImageSingle figure figcaption{font-size:clamp(13px,13px + (13 - 13) * (100vw - 375px)/(1440 - 375),13px)}}.blockImageDouble{text-align:center;margin-block:16px}@media screen and (min-width:769px){.blockImageDouble{margin-block:32px}}.blockImageDouble .imageDoubleContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:80%;margin-inline:auto;gap:16px}@media screen and (min-width:769px){.blockImageDouble .imageDoubleContainer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px}}.blockImageDouble .imageDoubleContainer img{width:100%;height:auto;display:block}@media screen and (min-width:769px){.blockImageDouble .imageDoubleContainer img{max-width:500px}}.blockImageDouble .imageDoubleContainer figcaption{text-align:left;font-size:1.2rem}@media screen and (min-width:769px){.blockImageDouble .imageDoubleContainer figcaption{font-size:clamp(13px,13px + (13 - 13) * (100vw - 375px)/(1440 - 375),13px)}}.blockTitleText{margin-block:16px}@media screen and (min-width:769px){.blockTitleText{margin-block:24px}}.blockTitleText .blockTitle{}@media screen and (min-width:769px){.blockTitleText .blockTitle{font-size:clamp(18px,18px + (20 - 18) * (100vw - 375px)/(1440 - 375),20px)}}.blockTitleText .blockText{margin-block:8px}@media screen and (min-width:769px){.blockTitleText .blockText{margin-block:0}}.blockOrderedList{margin-block:16px}@media screen and (min-width:769px){.blockOrderedList{margin-block:24px}}.blockOrderedList .orderedList{margin-top:8px;counter-reset:listNum}.blockOrderedList .orderedList li{position:relative;line-height:1.6;padding-left:14px}@media screen and (min-width:769px){.blockOrderedList .orderedList li{padding-left:18px}}.blockOrderedList .orderedList li:before{position:absolute;left:0;top:0;counter-increment:listNum;content:counter(listNum) "."}.blockOrderedList .orderedList li:not(:first-child){margin-top:10px}.blockBulletList{margin-block:16px}@media screen and (min-width:769px){.blockBulletList{margin-block:24px}}.blockBulletList .bulletList{margin-top:8px}.blockBulletList .bulletList li{position:relative;line-height:1.6;padding-left:14px}@media screen and (min-width:769px){.blockBulletList .bulletList li{padding-left:18px}}@media screen and (min-width:769px){.blockBulletList .bulletList li{font-size:1.4rem}}.blockBulletList .bulletList li:before{position:absolute;left:0;top:0;content:"・"}.blockBulletList .bulletList li:not(:first-child){margin-top:10px}.blockExternalLink{margin-block:16px}@media screen and (min-width:769px){.blockExternalLink{margin-block:24px}}.blockExternalLink a{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--color-link);text-decoration:underline}.blockExternalLink a[target=_blank]:after{content:"";display:inline-block;width:12px;height:12px;background:url("/wp-content/themes/corp-nekokikaku/public/images/icon_external.svg") center/contain no-repeat}@media screen and (min-width:769px){.blockExternalLink{}}