-------------------------------------------*/

/*	reset user agent style
/*-------------------------------------------*/
/*-------------------------------------------*/
/*	common style
/*-------------------------------------------*/
.wp-block-table,
p,
ul,
ol,
dl,
blockquote,
iframe {
    margin-bottom: var(--vk-margin-element-bottom);
}

a {
    text-decoration: none;
    color: var(--vk-color-text-link);
}

a:hover {
    color: var(--vk-color-text-link-hover);
    text-decoration-color: var(--vk-color-text-link-hover);
}

p a,
li a {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    text-decoration-color: rgba(0, 0, 0, 0.3);
    text-decoration-thickness: 1px;
}

p a:hover,
li a:hover {
    text-decoration: none;
}

p {
    line-height: var(--vk-line-height);
    margin-block-start: 0;
}

ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h6,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h6,
dl+h1,
dl+h2,
dl+h3,
dl+h4,
dl+h5,
dl+h6,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h6,
p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h6 {
    margin-top: 2em !important;
}

figure+h1,
figure+h2,
figure+h3 {
    margin-top: 2em !important;
}

figure+h4,
figure+h5,
figure+h6 {
    margin-top: var(--vk-margin-headding-bottom) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0 !important;
    margin-bottom: var(--vk-margin-headding-bottom) !important;
    line-height: var(--vk-line-height-low) !important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none !important;
}

article h1.wp-block-heading {
    font-size: 2rem !important;
}

article h2.wp-block-heading {
    font-size: 1.75rem !important;
}

/* article h3 {
    font-size: 1.5rem !important;
} */
article h3.wp-block-heading {
    font-size: 1.5rem !important;
}

/* article h4 {
    font-size: 1.33rem !important;
    font-weight: bold;
} */
article h4.wp-block-heading {
    font-size: 1.33rem !important;
    font-weight: bold;
}

article h5 {
    font-size: 1.2rem !important;
}

article h6 {
    font-size: 1.125rem !important;
}

ul,
ol {
    padding-left: 1.5em;
}

li {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

blockquote {
    margin: 0;
    padding: 1em 1.5em;
    border-left: 1px solid var(--vk-color-primary);
    background-color: var(--vk-color-accent-bg);
}

img {
    height: auto;
    max-width: 100%;
}

.article-thum {
    text-align: center;
}

.article-thum img {
    display: inline;
    width: 100%;
}

i {
    margin-right: 0.4em;
}

hr {
    border: 1px solid var(--vk-color-border-hr);
}

/* Reset iOS Style */
input[type=submit],
input[type=button] {
    -webkit-box-sizing: border-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
    display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
    outline-offset: -2px;
}

input:where(:not([type=checkbox], [type=radio])),
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* / Reset iOS Style */
input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=date],
input[type=password],
select,
textarea {
    font-size: 1rem;
    border: 1px solid var(--vk-color-border-form);
    border-radius: var(--vk-size-radius);
    padding: 0.8em 1em;
    margin: 0 0 0.5rem;
    width: 100%;
    color: var(--vk-color-text-body);
    background-color: #fff;
}

input[type=file] {
    margin: 0.5rem 0;
}

input[type=submit] {
    font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: var(--vk-color-primary);
    color: #fff;
    padding: 0.5em 2em;
    border-radius: var(--vk-size-radius);
}

input[type=submit]:not(:disabled):hover {
    color: #fff;
    cursor: pointer;
    background-color: var(--vk-color-primary-dark);
}

table {
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    width: 100% !important;
    border-color: #333333 !important;
    margin-bottom: 30px !important;
}

.wp-block-table thead {
    border: 1px solid #333333;
}

table th,
table td {
    padding: 0.5rem 1rem !important;
    border: 1px solid #333333;
}

*:where(:not(.wp-block-table))>table {
    border: 1px solid var(--vk-color-border-hr) !important;
}

*:where(:not(.wp-block-table))>table :is(th, td) {
    border: 1px solid !important;
    font-size: var(--vk-size-text-sm) !important;
}

article *:where(:not(.wp-block-table))>table :is(thead, tbody, tfoot, th, td) {
    border-color: inherit !important;
}

iframe {
    border: none;
}

dt {
    font-weight: bold;
    margin-bottom: 0.5em;
}

dd {
    margin-left: 0;
}

body {
    margin: 0px;
}

* {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p,
tr,
th,
td,
li,
dt,
dd {
    color: #333333;
}

.hd-pankuzu {
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 40px;
}

.hd-pankuzu .hd-pankuzu-inner {
    color: #333;
    max-width: 1174px;
    margin: 0 auto;
}

.hd-pankuzu .hd-pankuzu-inner a {
    padding-left: 20px;
    position: relative;
}

.hd-pankuzu .hd-pankuzu-inner a:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(-50%, -50%) rotate(315deg);
    border-radius: 1px;
}

.colum-tag-under {
    margin-top: 12px;
}

.colum-tag-under ul {
    display: flex;
    margin-top: 0;
    padding-left: 0;
    flex-wrap: wrap;
}

.colum-tag-under ul li {
    position: relative;
    list-style-type: none;
    padding: 4px 12px 4px 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.colum-tag-under ul li:not(:last-child) {
    margin-right: 8px;
}

.colum-tag-under ul li:after {
    content: "";
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/colum_icon_tag.png");
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.colum-tag-under ul li a {
    display: block;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: bold;
    color: #333 !important;
}

@media screen and (max-width: 767px) {
    .colum-tag-under ul li a {
        font-size: 0.8rem;
    }
}

h2.title-col {
    margin: 4px 0 !important;
    padding: 0 !important;
}

.title-col-day p {
    margin: 0 16px 0 0 !important;
    padding: 0px 0 0 18px !important;
}

@media screen and (max-width: 768px) {
    .title-col-day p {
        margin: 0 16px 0 0 !important;
        padding: 0px 0 0 16px !important;
    }

}

.colum-category ul {
    display: flex !important;
    margin: 0 !important;
    flex-wrap: wrap !important;
}

.colum-category ul li {
    position: relative !important;
    list-style-type: none !important;
    padding: 4px 8px 4px 8px !important;
    background: #fff !important;
    border: 1px solid #B07A17 !important;
    color: #B07A17 !important;
    border-radius: 50px !important;
    margin-bottom: 0px !important;
    /* margin-top: 0px; */
}

.colum-category ul a {
    background: #fff !important;
    color: #B07A17 !important;
}

.colum-category ul li:not(:last-child) {
    margin-right: 8px;
}

.colum-category ul li a {
    display: block;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .colum-category ul li a {
        font-size: 0.8rem;
    }
}

.title-col-day p {
    position: relative;
    color: #969696;
    padding-left: 27px;
    margin-right: 16px;
    margin-top: 5px !important;
}

@media screen and (max-width: 767px) {
    .title-col-day p {
        padding-left: 24px;
        font-size: 0.9rem;
    }
}

.title-col-day p:after {
    content: "";
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/colum_icon_day.png");
    background-size: cover;
    width: 16px;
    height: 17px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin: 4px 0 0 0 !important;
}

@media screen and (max-width: 767px) {
    .title-col-day p:after {
        top: -1px !important;
        left: 3px !important;
        margin: 3px 0 0 -4px !important;
    }
}

article {
    max-width: 1174px !important;
    margin: 0 auto !important;
    display: flex !important;
    padding: 0 20px;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    article {
        flex-direction: column !important;
    }
}

article h1 {
    font-size: 26px !important;
    margin: 0 !important;
}

@media screen and (max-width: 767px) {
    article h1 {
        font-size: 22px !important;
    }
}

h2 {
    border-top: none !important;
    border-bottom: none !important;
}

article h2 {
    font-size: 24px !important;
    margin-top: 80px !important;
    padding: 8px 8px 8px 20px !important;
    background: #F7F7F7 !important;
    border-left: 3px solid #B07A17 !important;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
    article h2 {
        font-size: 20px !important;
        margin-bottom: 30px !important;
        margin-top: 60px !important;
    }
}

article h3 {
    font-size: 20px !important;
    padding: 8px !important;
    border-top: 1px solid #969696 !important;
    border-bottom: 1px solid #969696 !important;
    margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
    article h3 {
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }
}

article h3.wp-block-heading::after {
    border: none !important;
}


article h4 {
    background: none !important;
    position: relative !important;
    font-size: 18px !important;
    margin: 0 0 16px !important;
    padding: 0 0 0 34px !important;
}

@media screen and (max-width: 767px) {
    article h4 {
        font-size: 16px !important;
        margin-bottom: 14px !important;
    }
}

article h4:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #B07A17;
    transform: rotate(45deg);
    left: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

article .article-left {
    max-width: 960px;
    width: 100%;
    padding: 0 20px;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    article .article-left {
        margin-right: 0px;
        padding: 0 0px;
    }
}

article .article-left .article-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    article .article-left .article-title {
        flex-direction: column;
        align-items: inherit;
    }
}

@media screen and (max-width: 767px) {
    article .article-left .article-title {
        margin-bottom: 20px;
    }
}

article .article-left .article-main {
    margin-top: 40px;
}

article .article-left .article-main p {
    margin-bottom: 24px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    article .article-left .article-main p {
        margin-bottom: 20px;
    }
}

article .article-left .article-main a {
    color: #B07A17;
    font-weight: bold;
    text-decoration: underline;
}

#toc_container {
    padding: 30px 40px !important;
    border: 1px solid #B07A17 !important;
    margin: 0 !important;
    width: 100% !important;
}

#toc_container ol {
    list-style-type: decimal !important;
}

#toc_container p.toc_title:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/colum_icon_toc.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#toc_container p.toc_title {
    text-align: initial !important;
    margin: 0 0 24px !important;
    padding: 0 0 0 30px !important;
    font-weight: bold !important;
    position: relative !important;
    font-size: 1.1rem !important;
    margin-block-start: 0 !important;
}

#toc_container p.toc_title:after {
    content: "" !important;
    background-image: url("/wp-content/themes/lightning/_g3/assets/images/colum_icon_toc.png");
    background-size: cover !important;
    width: 16px !important;
    height: 16px !important;
    position: absolute !important;
    left: 0 !important;
    top: -1px !important;
    bottom: 0 !important;
    margin: auto !important;
    display: flex !important;
    align-items: center !important;
}

#toc_container .toc_list {
    margin: 8px 0;
    list-style-type: decimal !important;
    list-style-position: inside !important;
}

#toc_container li a {
    font-weight: normal !important;
    text-decoration: none;
    /* 下線を消す */
    color: #333;
    /* 文字色を赤に */
}

#toc_container .toc_toggle {
    display: none !important;
}

article {
    margin-bottom: 80px !important;
}

article .article-left .article-main table {
    margin-bottom: 0 0 30px !important;
}

article .article-left .article-main table th {
    text-align: left;
}

article .article-left .article-main ul li {
    margin: 0;
}

article .article-left .article-faq {
    background-color: #FDF8EF;
    margin-top: 60px;
    border-radius: 8px;
    padding: 40px 40px 30px;
}

@media screen and (max-width: 767px) {
    article .article-left .article-faq {
        padding: 16px 16px 20px;
    }
}

article .article-left .article-faq .article-faq-hd {
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
    font-weight: bold;
    background: #B07A17;
    max-width: 188px;
    padding: 8px 0px;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 1.4;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    article .article-left .article-faq .article-faq-hd {
        margin-bottom: 20px;
        font-size: 0.9rem;
    }
}

article .article-left .article-faq .faq-item:not(:first-child) {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    article .article-left .article-faq .faq-item:not(:first-child) {
        margin-top: 20px;
    }
}

article .article-left .article-faq .faq-list dt,
article .article-left .article-faq .faq-list dd {
    margin: 0;
}

article .article-left .article-faq .faq-list dt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    article .article-left .article-faq .faq-list dt {
        margin-bottom: 6px;
    }
}

article .article-left .article-faq .faq-icon {
    display: inline-flex;
    min-width: 28px;
    min-height: 28px;
    background-color: #B07A17;
    color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 0.96rem;
    margin-right: 12px;
}

article .article-left .article-faq .faq-question {
    font-size: 1rem;
    font-weight: bold;
}

article .article-left .article-faq .faq-answer {
    display: flex;
    align-items: flex-start;
    margin-left: 32px;
    line-height: 1.6;
    padding-left: 7px;
}

article .article-left .article-faq .faq-icon-answer {
    display: inline-block;
    color: #333;
    margin-right: 4px;
}

article .article-left .article-writer {
    display: flex;
    border: 1px solid #969696;
    padding: 30px 20px;
    border-radius: 8px;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    article .article-left .article-writer {
        padding: 20px 14px;
    }
}

article .article-left .article-writer .writer-left {
    max-width: 134px;
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    article .article-left .article-writer .writer-left {
        max-width: 40px;
    }
}

article .article-left .article-writer .writer-left figure {
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 768px) {
    article .article-left .article-writer .writer-left figure {
        width: 50px;
        height: 50px;
    }
}

article .article-left .article-writer .writer-left figure img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

article .article-left .article-writer .writer-right {
    width: 100%;
}

article .article-left .article-writer .writer-right .writer-prf {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    article .article-left .article-writer .writer-right .writer-prf {
        flex-wrap: wrap;
    }
}

article .article-left .article-writer .writer-right .writer-prf span {
    color: #B07A17;
    border: 1px solid #B07A17;
    margin-right: 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    padding: 5px;
    max-width: 75px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    article .article-left .article-writer .writer-right .writer-prf span {
        padding: 2px;
        margin-bottom: 2px;
    }
}

article .article-left .article-writer .writer-right .writer-prf p {
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 1.1rem;
}

article .article-left .article-writer .writer-right p {
    font-size: 0.9rem;
    margin-bottom: 0px;
}

article .article-left .article-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

article .article-left .article-btn .btn {
    border-radius: 4px;
    border: 1px solid #969696;
    padding: 12px 40px 12px 50px;
    color: #333;
    position: relative;
}

article .article-left .article-btn .btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translate(-50%, -50%) rotate(135deg);
    border-radius: 1px;
}

article .article-left .article-btn .article-btn-next {
    padding: 12px 50px 12px 40px;
}

article .article-left .article-btn .article-btn-next:before {
    left: inherit;
    right: 10px;
    transform: translate(-50%, -50%) rotate(315deg);
}

article .article-right {
    max-width: 300px;
    width: 100%;
    position: relative;
}

@media screen and (max-width: 767px) {
    article .article-right .article-right-bnr {
        display: none;
    }
}

.colum-archive h1 {
    text-align: center;
    margin: 0;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .colum-archive h1 {
        font-size: 1.6rem;
    }
}

.colum-archive .colum-archive-col {
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: flex-start;
}

.catetag-list {
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
}

.colum-catelist-title {
    max-width: 1030px;
    margin: 0 auto 4px;
    /* padding: 0 20px; */
}

.colum-catelist-title.tag-title {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .colum-archive .colum-archive-col {
        margin-top: 20px;
    }
}

.colum-archive .colum-archive-col .colum-item {
    width: calc(33.33% - 20px);
    margin-bottom: 40px;
}

/* スマホの関連記事、記事詳細のよく読まれている記事 */
@media screen and (max-width: 768px) {
    .colum-archive .colum-archive-col .colum-item {
        width: 100%;
        margin-bottom: 30px;
    }
}


.colum-archive .colum-archive-col .colum-item figure {
    margin: 0;
    height: 200px;
}

.colum-archive .colum-archive-col .colum-item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.colum-archive .colum-archive-col .colum-item h2 {
    font-size: 1rem !important;
    margin-bottom: 4px !important;
    margin-top: 6px !important;
}

.title-col-day p {
    font-size: 0.8rem;
    padding-left: 18px;
}

.title-col-day p:after {
    width: 13px;
    height: 14px;
    left: 1px;
}

.colum-category ul li {
    padding: 3px 8px 3px 8px !important;
}

.colum-category ul {
    padding: 0;
}

.colum-category ul li a {
    font-size: 0.6rem;
}

/*# sourceMappingURL=colum.css.map */


/* ===== デフォルト状態（PC） ===== */
.only-pc {
    display: block !important;
}

.only-sp {
    display: none !important;
}

/* ===== SP（スマホ） ===== */
@media screen and (max-width: 768px) {
    .only-pc {
        display: none !important;
    }

    .only-sp {
        display: block !important;
    }
}

.related-popular-bg {
    background: #F7F7F7;
    padding-top: 50px;
    /* padding: 20px;
    margin-bottom: 40px; */
}

.colum-bnr-mokuji-uehonbun-shita {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 100%;
}

.colum-bnr img,
.colum-bnr-mokuji-uehonbun-shita img {
    display: inline !important;
    width: 100% !important;
    height: auto !important;
}

.only-sp.colum-bnr-sp-footer img {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    z-index: 999;
}

.article-right-bnr {
    position: sticky;
    top: 130px;
}

.article-right-bnr img {
    width: 100%;
    height: auto;
    display: block;
}

#colum-pagination {
    margin: 0 15px 60px 15px;
    text-align: left;
    flex: 0 0 100%;
}

#colum-pagination nav {
    margin: 0;
}

#colum-pagination span,
#colum-pagination a,
#colum-pagination ul {
    margin: 0 !important;
    padding: 0 !important;
}

#colum-pagination h2 {
    display: none;
}

/* ページネーション全体をフレックス表示＆中央寄せ */
#colum-pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 0.5em;
    /* リンク間の隙間 */
    padding: 0;
    margin: 1em 0;
    /* 上下マージン */
    list-style: none;
}

/* 各ページ番号（リンクと現在ページ）を丸く */
#colum-pagination .page-numbers li span.page-numbers,
#colum-pagination .page-numbers li a.page-numbers {
    display: inline-block;
    /* 丸の直径 */
    width: 3.0em;
    height: 3.0em;
    line-height: 2.75em;
    /* テキストを縦中央揃え */
    text-align: center;
    border: 1px solid #ccc;
    /* 枠線の色 */
    border-radius: 50%;
    /* 完全な円形に */
    text-decoration: none;
    color: #0073aa;
    transition: background-color .2s, color .2s;
}

/* ホバー時の色変化 */
#colum-pagination .page-numbers li a.page-numbers:hover {
    background-color: #f0f0f0 !important;
    color: #033f5b !important;
}

/* 現在ページの強調 */
#colum-pagination .page-numbers li span.current {
    background-color: #000 !important;
    border-color: #0073aa !important;
    color: #fff !important;
}


/* ページネーションの UL を flex にして左寄せ */
#colum-pagination .page-numbers {
    display: flex;
    /* Flex コンテナに */
    justify-content: flex-start;
    /* 左詰めに */
    gap: 0.25em;
    /* リンク間の隙間 */
    padding: 0;
    /* デフォルトのパディングをリセット */
    margin: 1em 0;
    /* 上下マージンのみ */
    list-style: none;
    /* デフォルトのリストマーカーを消去 */
}

/* 中央寄せのために設定されているかもしれない margin:auto を解除 */
#colum-pagination .page-numbers {
    margin-left: 0 !important;
    margin-right: auto !important;
}

/* nav コンテナ自体のテキスト揃えも左に */
#colum-pagination .navigation.pagination {
    text-align: left;
}

.content-box {
    margin: 0 0 24px;
}

article {
    line-height: 1.5;
}

html,
body {
    overflow: visible !important;
}

.colum-catelist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    /* padding: 0 18px !important; */
}

@media screen and (max-width: 768px) {
    .colum-catelist {
        padding: 0 10px !important;
    }
}

.colum-catelist-item {
    margin-bottom: 10px;
}

.colum-catelist-item a {
    padding: 2px 14px;
    border-radius: 4px;
    border: 1px solid #B07A17;
    color: #B07A17;
    display: block;
    font-size: .94rem;
    line-height: 1.5;
}

.colum-catelist-item a.current {
    color: #fff;
    background: #B07A17;
}

.colum-catelist-item:not(:last-child) {
    margin-right: 12px;
}

@media screen and (max-width: 768px) {
    .colum-catelist-item:not(:last-child) {
        margin-right: 8px;
    }
}


/* カード（.colum-item）を相対位置の基準点にします */
.colum-archive .colum-archive-col .colum-item {
    position: relative;
    margin: 0 10px;
}

/* .stretched-link（h2を囲むaタグ）の疑似要素を使い、
    カード全体に広がる透明なリンクエリアを作成します。
  */
.colum-item .stretched-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    /* 他の要素より背面になるように設定 */
}

/* カテゴリリンク（.tag）が透明なリンクの下に隠れないように、
    手前に表示されるように設定します。
  */
.colum-item .tag {
    position: relative;
    /* z-indexを有効にするために必要 */
    z-index: 1;
    /* 透明なリンクより手前に配置 */
}


/* =======================================
// バナーのホバー/フォーカス効果
// ======================================= */

/* 以下のクラスを持つバナー内の画像に、
  opacity（不透明度）が変化する際のアニメーションを設定します。
*/
.article-right-bnr img,
.colum-bnr-mokuji-uehonbun-shita img,
.colum-bnr-sp-footer img {
    transition: opacity 0.3s ease;
}

/* バナー内のリンク(aタグ)にマウスホバー、またはキーボードフォーカスが当たった際に、
  その中にある画像(imgタグ)を半透明にします。
*/
.article-right-bnr a:hover img,
.article-right-bnr a:focus img,
.colum-bnr-mokuji-uehonbun-shita a:hover img,
.colum-bnr-mokuji-uehonbun-shita a:focus img,
.colum-bnr-sp-footer a:hover img,
.colum-bnr-sp-footer a:focus img {
    opacity: 0.7;
}

.colum-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: space-between;
    margin-top: 30px !important;
}

.colum-tag ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    display: flex;
    line-height: 13px;
    margin-bottom: -6px;
}

.colum-tag ul li:not(:last-child) {
    margin-right: 8px;
}

.colum-tag ul li a {
    font-size: .7rem;
    text-decoration: none;
    color: #B07A17;
}

.colum-archive .colum-archive-col .colum-item h2 {
    padding: 0px;
}

.tag-catelist-item a {
    color: #B07A17;
    text-decoration: underline;
}

.tag-catelist-item:not(:last-child) {
    margin-right: 12px;
}

/* FAQ回答の親要素にFlexboxを適用 */
.faq-answer {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.faq-answer .faq-icon-answer {
    flex-shrink: 0;
    margin-right: 5px;
    white-space: nowrap;
}
.faq-answer p:first-of-type {
    flex-grow: 1;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.faq-answer p:not(:first-of-type) {
    flex-basis: 100%;
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding-left: 20px;
    box-sizing: border-box;
}

.kiji-title {
    max-width: 1030px;
    margin: 24px auto 4px;
    padding: 0 6px;
    margin-bottom: -20px;
}
@media screen and (max-width: 1053px) {
    .kiji-title {
        padding: 0 20px;
    }
}