/*
 Theme Name: lnote
*/
.lnt_author_link {
	text-align: right;
	margin-top: -15px;
}

.lnt_author_link>a {
	text-decoration: underline;
	font-size: 12px;
	text-underline-offset: 5px;
}

.archive-desc {
	max-width: 860px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.archive-desc p {
	text-align: center;
	line-height: 1.5;
}

.u-display__pconly {
	display: none;
}

@media screen and (min-width: 768px) {
	.u-display__pconly {
		display: block;
	}

	.u-display__sponly {
		display: none;
	}
}
.header__title{
	font-weight: 400;
}

.summary li::before{
	top: 2px;
	bottom: unset;
}
@media only screen and (min-width: 768px){
	.summary li::before {
		top: 4px;
	}
}


@media screen and (min-width: 768px) {
	.cta__title img{
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.p-sp-0{
		padding: 0;
	}
}


/* footer o-footer.css */
.o-footer__logo-link {
    display: block;
}

.o-footer {
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    border-top: 1px solid #5081a5;
    font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
}

.o-footer--aibot {
    padding: 16px;
}

.o-footer--aibot .o-footer__copy {
    margin-top: 8px;
    text-align: left;
    font-size: 10px;
    color: #999;
}

.o-footer--outlet {
    margin: 40px auto;
}

.o-footer--outlet .o-footer__copy {
    margin: 12px 0 0;
    text-align: center;
    font-family: Droid Sans, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", Hiragino Kaku Gothic Pro,
        "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    font-size: 10px;
    color: #999;
}

.o-footer--chat {
    padding: 0 0 24px;
}

.o-footer--chat .o-footer__logo-wrap {
    margin: auto;
}

.o-footer--chat .o-footer__copy {
    margin-top: 8px;
    color: #999;
}

.o-footer__group-item {
    list-style: none;
}

.o-footer__nav-link {
    font-size: 16px;
}

.o-footer__other-link {
    font-size: 13px;
}

.o-footer__other-heading-link,
.o-footer__other-heading-link {
    font-size: 13px;
}

.o-footer__pagetop {
    font-size: 14px;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #5081a5;
}

.o-footer__pagetop:before {
    font-size: 18px;
}

.o-footer__pagetop:hover {
    background: #739ab7;
}

.o-footer__pagetop-wrapper {
    margin-bottom: 48px;
}

.o-footer__logo {
    display: block;
    width: 178px;
    height: auto;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
}

.o-footer__logo-wrapper {
    display: block;
}

.o-footer__logo-number {
    font-size: 13px;
    display: block;
    text-align: center;
    color: #000;
}

.o-footer__logo-wrap {
    display: block;
    width: 150px;
}

.o-footer__logo-image {
    display: block;
    width: 150px;
    margin: 40px auto 0;
}

.o-footer__nav {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 343px;
}

.o-footer__nav-list {
    font-size: 0;
    text-align: center;
}

.o-footer__nav-item {
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
    padding-right: 16px;
    padding-left: 16px;
}

.o-footer__nav-item:before {
    content: none;
    position: absolute;
    top: 7px;
    bottom: 5px;
    right: 0;
    width: 1px;
    background: #999;
}

.o-footer__nav-item:not(:last-of-type):before {
    content: '';
}

.o-footer__other-headline {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 40px 18px 16px;
    text-align: left;
    color: #000;
    border: #fff;
    border-top: 1px solid #ddd;
    background: inherit;

}

.o-footer__other-headline:before,
.o-footer__other-headline:after {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 16px;
    height: 1px;
    margin: auto 0;
    content: "";
    -webkit-transition: all 0.12s ease-out 0s;
    -o-transition: all 0.12s ease-out 0s;
    transition: all 0.12s ease-out 0s;
    background: #999;
}

.o-footer__other-headline:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}

.o-footer__other-headline.is-open:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.o-footer__other-headline.is-open:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: 0;
}

.o-footer__other-body {
    /* display: none; */
    height: 0;
    overflow: hidden;
    margin-right: 16px;
    margin-left: 16px;
    /* margin-top: 16px; */
    transition: height 0.3s ease-in-out;
}

.o-footer__other-content:first-of-type {
    margin-top: 16px;
}

.o-footer__other-heading {
    font-size: 14px;
    margin-bottom: 8px;
}

.o-footer__other-heading--area {
    display: none;
}

.o-footer__other-detail {
    overflow: hidden;
    margin-bottom: 24px;
}

.o-footer__other-detail--area {
    margin-bottom: 32px;
}

.o-footer__other-detail--area .o-footer__other-link {
    font-size: 14px;
    color: #0062b2;
}

.o-footer__other-list {
    font-size: 0;
    margin-left: -8px;
}

.o-footer__other-item {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
}


.o-footer__other-item:before {
    position: absolute;
    top: 3px;
    bottom: 1px;
    right: 0;
    width: 1px;
    content: none;
    background: #999;
}

.o-footer__other-item:not(:last-of-type):before {
    content: '';
}

.o-footer__other-link {
    font-size: 13px;
    color: #777;
}

.o-footer__bottom {
    margin: -1px 0 0;
    position: relative;
    border-top: 1px solid #ddd;
}

.o-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 8px!important;
    padding-left: 0;
}

.o-footer__group-item {
    margin: 16px 10px 0;
}

.o-footer__group-link {
    display: block;
}

.o-footer__group-link:hover .o-footer__group-name {
    border-bottom: 1px solid ;
}

.o-footer__group-name {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    color: #000;
}
.o-footer__group-name img{
    margin-left: 8px;
}

/* .o-footer__group-name:after {
    color: #999;
} */

.o-footer__group-lead {
    margin: 8px 0 0;
    font-size: 11px;
    line-height: 14px;
    color: #999;
}

.o-footer__catch {
    width: 175px;
    margin: auto;
    padding: 16px 0;
}

.o-footer__copy {
    display: block;
    padding: 16px 0;
    text-align: center;
    font-family: Droid Sans, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro", Hiragino Kaku Gothic Pro, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    font-size: 11px;
    border-bottom: 1px solid #eee;
}

.o-content {
    position: relative;
    display: block;
    background: #f6f6f6;
    overflow: hidden;
}

.o-content--bottom0 {
    padding-bottom: 0;
}

.o-content--paint {
    background: #fff;
}

    .o-footer__other-heading-link.a-link{
        color: #0062b2;
}



@media only screen and (max-width: 768px) {

    .o-footer__nav-item:first-child:before,
    .o-footer__nav-item:last-child:before,
    .o-footer__nav-item:nth-child(3):before,
    .o-footer__nav-item:nth-child(5):before,
    .o-footer__nav-item:nth-child(7):before,
    .o-footer__nav-item:nth-child(8):before,
    .o-footer__nav-item :before {
        content: none;
    }

    .o-footer__nav-item:before {
        content: none;
    }

    .o-footer__nav-link {
        line-height: 28px;
        color: #0062b2;
    }

    .o-footer__group-lead {
        display: none;
    }

    .o-content--paint2 .m-brand-detail {
        margin: -48px 0 0;
    }

    .o-content--sp-n-margin-top {
        margin-top: -25px;
    }

    .u-display__pconly {
        display: none !important;
    }

    .o-footer__logo-wrapper {
        margin-bottom: 48px;
    }

    .o-footer__nav-list {
        margin-bottom: 32px !important;
        padding-left: 0;
    }

    .o-footer__group-name:after {
        color: #999;
    }


    .a-link--newtab {
        margin-right: 20px;
    }

    .o-footer__group-name img{
        margin-left: 6px;   
    }
    .a-link--newtab {
        margin-right: 0;
    }

    .o-footer__other-list{
        margin-left: -8px !important;
    }

    .o-footer__other-item{
        line-height: 1.4;
    }

    .o-footer__body{
        margin-top: 48px;
    }

}

@media only screen and (min-width:769px) {
    .o-footer {
        width: 100%;
    }

    .o-footer--aibot {
        border-top: 0;
    }

    .o-footer--aibot .o-footer__copy {
        display: inline-block;
        margin-left: 12px;
        font-size: 11px;
    }

    .o-footer--outlet {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-width: 1280px;
        margin: 96px auto 48px;
        padding: 0 80px;
        border-top: 0;
    }

    .o-footer--chat {
        min-width: 1280px;
        padding: 0 0 40px;
        border-top: 0;
    }

    .o-footer--chat .o-footer__logo-wrap {
        display: block;
    }

    .o-footer--chat .o-footer__copy {
        text-align: center;
    }

    .o-footer__pagetop {
        line-height: 32px;
        width: 160px;
        height: 32px;
        border-radius: 0 0 2px 2px;
    }

    .o-footer__pagetop-wrapper {
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 1120px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 32px;
    }

    .o-footer__body {
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
        margin-inline: auto;
        margin-bottom: 20px;
        margin-top: 48px;

    }

    .o-footer__logo {
        width: 230px;
        margin-bottom: 16px;
        margin-left: 0;
    }

    .o-footer__logo-wrapper {
        width: 300px;
    }

    .o-footer__logo-number {
        text-align: left;
    }

    .o-footer__logo-wrap {
        display: inline-block;
    }

    .o-footer__logo-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: auto;
    }

    .o-footer__nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 0;
        margin-left: 0;
        width: auto;
        max-width: none;
    }

    .o-footer__nav-list {
        margin-left: -16px;
        text-align: left;
    }

    .o-footer__nav-item {
        margin-bottom: 8px;
    }

    .o-footer__nav-item:before {
        top: 0;
        bottom: 1px;
        height: 13px;
    }

    .o-footer__nav-link {
        font-size: 13px;
        color: #777;
    }

    .o-footer__other {
        margin-bottom: 32px;
    }

    .o-footer__other-headline {
        display: none;
    }

    .o-footer__other-body {
        display: block;
        width: 100%;
        margin-inline: auto;
        margin-top: 48px;
        transition: all 0.6s ease;
        height: auto;

    }

    .o-footer__other-content {
        display: flex;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        margin-bottom: 10px;
    }

    .o-footer__other-heading {
        font-size: 12px;
        line-height: 1.4;
        width: 180px;
        margin-bottom: 4px;
        font-weight: normal;
    }

    .o-footer__other-heading--area {
        display: block;
    }

    .o-footer__other-heading-link {
        color: #124a7b;
        font-weight: normal;
    }

    .o-footer__other-detail {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .o-footer__other-detail--area {
        margin-bottom: 0;
    }

    .o-footer__other-detail--area .o-footer__other-link {
        font-size: 12px;
        color: #999;
    }

    .o-footer__other-list {
        margin-left: -16px;
    }

    .o-footer__other-item {
        margin-bottom: 4px;
        padding-right: 16px;
        padding-left: 16px;
        line-height: 1.4;
	}

    .o-footer__other-item:before {
        top: 3px;
        height: 12px;
    }

    .o-footer__other-link {
        font-size: 12px;
        color: #999;
    }

    .o-footer__group {
        width: 100%;
        margin: 32px auto 16px!important;
        justify-content: unset;
    }

    .o-footer__group-item {
        width: calc(100% / 3 - 20px);
        margin: 0 20px 20px 0;
    }

    .o-footer__bottom-inner {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1120px;
        height: 56px;
        margin: auto;
    }

    .o-footer__catch {
        width: 379px;
        margin: 0;
        padding: 0;
    }

    .o-footer__catch-img {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .o-footer__copy {
        padding: 0;
        border-bottom: 0;
    }

    .o-footer__other-heading-link {
        font-size: 12px;
    }

    .o-footer__other-heading-link:hover {
        border-bottom: 1px solid;
    }



}

@media only screen and (min-width:1200px){
    .o-footer {
        min-width: 1120px;
    }

    .o-footer__body{
        width: 1120px;
    }

    .o-footer__group{
        width: 1120px;
        justify-content: space-between;
    }

    .o-footer__group-item {
        margin: 0;
        width: 194px;
    }
    
}

/*スクロール 240222追加*/
@media only screen and (max-width: 768px) {
    .s-scroll {
        width:100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }
    .s-scroll:before {
        content: "※下記の表はスクロールできます。";
        color: #999;
        display: block;
        font-size: 13px;
        margin-bottom: 8px
    }
    .s-scroll .wp-block-table {
        width: 860px;
    }
}

/* 2024-8-7 */
.post-card.-ext .post-card__ttl:after,
.info-card a[target="_blank"] .info-bot-desc:after{
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 12 12'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_1806' data-name='長方形 1806' width='12' height='12' fill='%23222'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='グループ_1899' data-name='グループ 1899' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_731' data-name='パス 731' d='M8.4,23H1.8A1.8,1.8,0,0,1,0,21.2V14.6a1.8,1.8,0,0,1,1.8-1.8H5.4a.6.6,0,0,1,0,1.2H1.8a.6.6,0,0,0-.6.6v6.6a.6.6,0,0,0,.6.6H8.4a.6.6,0,0,0,.6-.6V17.6a.6.6,0,0,1,1.2,0v3.6a1.8,1.8,0,0,1-1.8,1.8' transform='translate(0 -11)' fill='%23222'/%3E%3Cpath id='パス_732' data-name='パス 732' d='M55.4,4.8a.6.6,0,0,1-.6-.6v-3h-3a.6.6,0,0,1,0-1.2h3.6a.6.6,0,0,1,.6.6V4.2a.6.6,0,0,1-.6.6' transform='translate(-44)' fill='%23222'/%3E%3Cpath id='パス_733' data-name='パス 733' d='M30.465,7.8a.6.6,0,0,1-.425-1.024l6.6-6.6a.6.6,0,0,1,.848.848l-6.6,6.6a.6.6,0,0,1-.424.176' transform='translate(-25.665 0)' fill='%23222'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 15px;
    height: 15px;
    background-size: 15px;
    opacity: 0.5;
}