<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------------------------------------
*
    max-width: 768px
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {

#contents_area.archive{
    background-color: #f1f1f1;
    overflow: hidden;
}

#section_archive h2{ font-size: 16px;}

#section_archive h3{
    height: 20px;
    font-size: 12px;
    color: #666;
    display: block;
    position: relative;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#section_archive h3.external{ overflow: inherit !important; margin: 0 0 -2px 0;}

#section_archive h4{
    font-size: 13px;
    line-height: 1.5em;
    color: #333;
    //word-break: break-all;
}

#section_archive .date{
    color: #666;
    font-size: 11px;
    position: absolute;
    top: 1px;
    right: 0;
}

/* ----------------------------------------
*
    #archive_title
*
---------------------------------------- */
#archive_title{
    margin: 25px 25px 0 25px;
    padding: 6px 10px 10px 10px;
    min-height: 60px;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

#archive_title h2{
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
}

#archive_title h2 .en{
    margin: -1px 0 0 1px;
    font-size: 10px;
    color: #666;
    display: block;
}

#archive_title .num{
    font-size: 14px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* ----------------------------------------
*
    section#post_lists
*
---------------------------------------- */
section#post_lists h2{
    height: 22px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 1em;
}

section#post_lists{
    height: 100%;
}

section#post_lists ul{
    margin: 0 25px;
    padding: 25px 0 5px 0;
    letter-spacing: -.40em;
}

section#post_lists li{
    width: 100%;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    //border-bottom: 1px solid #ccc;
    letter-spacing: normal;
    position: relative;
    overflow: hidden;
}

section#post_lists li a{
    display: block;
    overflow: hidden;
    position: relative;
}

section#post_lists h3{
    width: 62%;
}

section#post_lists h4{
    font-family: 'AXIS ProN B', 'NoChattering' !important;
    width: 62%;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    line-height: 1.5em;
    overflow: hidden;
    float: left;
    transition: color .15s ease .0s;
}

.is_pc section#post_lists li:hover a h4{
    color: #01aeeb;
    transition: color .15s ease .05s;
}

section#post_lists .img{
    margin: 0;
    width: 35%;
    float: right;
    position: relative;
}

section#post_lists .date{
    //position: absolute;
    //top: inherit;
    //bottom: 0;
    //left: 0;
}

#section_archive .btn_more{
    margin: 0 25px 28px 25px;
    box-sizing: border-box;
    font-size: 13px;
    transition: opacity .25s ease;
}

#section_archive .btn_more.hide{
    opacity: 0;
}

#section_archive .btn_more a{
    width: 100%;
    padding: 13px 0;
    display: block;
    text-align: center;
    color: #000;
    background-color:#fff;
    border-radius: 20px;
    border: 1px solid #999;
    //box-shadow: 0 2px 2px #b2b2b2;
    transition: background .15s ease .0s;
}

.is_sp #section_archive .btn_more a.touch,
.is_pc #section_archive .btn_more a:hover{
    background-color: #d0d0d0;
    transition: background .15s ease .05s;
}



/*
*
    .editors_choice
*
*/
section#post_lists li.editors_choice{
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}

section#post_lists li.editors_choice h3{
    float: none;
}

section#post_lists li.editors_choice .img{
    margin: 0;
    width: 100%;
    float: none;
}

section#post_lists li.editors_choice .date{
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

section#post_lists li.editors_choice .img img{
    height: auto;
}

section#post_lists li.editors_choice h4{
    width: 100%;
    max-height: inherit !important;
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    line-height: 1.5em;
    float: none;
    //background-color: #fcfcfc;
}



}



/* --------------------------------------------------------------------------------
*
    max-width: 520px
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 520px) {


/* ----------------------------------------
*
    section#post_lists
*
---------------------------------------- */
section#post_lists{
    height: 100%;
}

section#post_lists ul{
    margin: 0 25px;
    padding: 25px 0 5px 0;
    letter-spacing: -.40em;
}

section#post_lists li{
    width: 100%;
    display: block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    //border-bottom: 1px solid #ccc;
    letter-spacing: normal;
    position: relative;
    overflow: hidden;
}

section#post_lists li:nth-child(odd){
    padding: 0 0 20px 0;
}

section#post_lists h3{
    width: 62%;
}

section#post_lists h4{
    width: 62%;
    font-size: 15px;
    //max-height: 6em;
}



}


/* --------------------------------------------------------------------------------
*
    max-width: 420px
*
-------------------------------------------------------------------------------- */
@media screen and (max-width: 380px) {

/* ----------------------------------------
*
    section#recently_posts
*
---------------------------------------- */
section#post_lists h4{
    width: 62%;
    //max-height: 3em;
}

}</pre></body></html>