<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*---------------------------------------------------
common
---------------------------------------------------*/
div.topConts {
    position: relative;
    padding: 0;
    background: #f9f9f9;
    width: 100%;
}
div.topConts div.cntTtlSet {
    width: 100%;
    text-align: center;
    margin: 40px auto;
    position: relative;
}
div.topConts div.cntTtlSet::after{
    line-height: 1em;
    content: "Column";
    display: block;
    position: absolute;
    left: 102%;
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 1;
}

div.topConts div.cntTtlSet h1 {
    width: 90%;
    margin: 0 auto 10px;
}

@media screen and (min-width:641px) {}

@media screen and (min-width:961px) {
}

@media screen and (min-width:1281px) {
    div.topConts div.cntTtlSet {
        margin: 80px auto;
    }
}
/* ==================================================
コラムエリア
================================================== */
.listBlk{
    margin: 0 auto 0px;
    padding: 0 0 80px;
    width: 90%;
    max-width: 1100px;
    position: relative;
    z-index: 2;
}
.listBlk .columnList li {
    background-color: #fff;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    width: 100%;
    position: relative;
}
.listBlk .columnList li a{
    width: 100%;
}
.listBlk .columnList li + li{
    margin-top:30px;
}
.listBlk .columnList li .columnSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    margin: 0 auto;
}
.listBlk .columnList li .columnSet .imgBlk {
    min-width: 60px;
    width: 10%;
}
.listBlk .columnList li .columnSet .txtBlk{
    margin-left: 20px;
    width: calc(100% - 80px);
    max-width: calc(90% - 20px);
    text-align: left;
}
.listBlk .columnList li .columnSet .txtBlk h3{
    margin-bottom: 10px;
    line-height: 1.2;
}

.listBlk .columnList li .columnSet .BtnCenter{
    margin: 20px auto 0;
}


@media screen and (min-width:641px) {
    .listBlk{
    padding: 0 0 140px;
    }
    .listBlk .columnList li .columnSet .imgBlk{
        min-width: 60px;
        width: 10%;
        }
    .listBlk .columnList li .columnSet .txtBlk h3{
        text-align: left;
        margin: 0;
    }
    .listBlk .columnList li .columnSet .txtBlk h3 + p{
        margin-top: 10px;
    }
    .listBlk .columnList li .columnSet .txtBlk p{
        margin: 0;
    }


}
@media screen and (min-width:961px) {
    .listBlk{
        padding: 0 0 200px;
    }
    .listBlk .columnList li .columnSet .BtnCenter{
    margin: 0 0 0 auto;
}
}

@media screen and (min-width:1281px) {}
</pre></body></html>