/* ============================
/* Custom list markers */
.maru li::marker { content: '●'; color: #cf215b; }
.sikaku li::marker { content: '◆'; color: #6621cf; }
.sikaku, .maru {
    margin: 10px 0 0 0;
    padding: 10px 0 0 30px;
    line-height: 1.8;
}
.countup li { list-style: decimal; }
.countup li::marker { content: initial; color: #c70455; font-weight: bold; }
.kankaku li{margin-bottom: 20px;}


/* ============================
   Utility
============================ */
.yokoslide {
    margin: 10px 0;
    overflow-x: scroll;
    padding-bottom: 15px;
}
/* ページリンクで使用 */
.awaku{
    width:94%;
    margin:15px auto 30px auto;
    display:flex;
    height:135px;
    border:solid 1px #a8a9aa;
}
.setumei{color:#717171;line-height: 1.1;}
.itemA{width:180px;flex-shrink: 0;}
.itemA img{
    width:150px;
    height:auto;
    margin: 10px;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}
.itemB{
    padding-top:12px;
    font-size:0.9em;
    line-height:1.1;
    flex: 1;
}
.itemB a{font-size:1.2em;}
.itemB p{margin-top:8px;}

/* リンクアイコン */
.icon a[target="_self"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 15px;
    background-image: url('/wp-content/themes/astromiru/img/link_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
}
@media screen and (max-width: 600px) {
    .awaku {
        flex-direction: column;
        height: auto;
    }
    .itemA {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .itemA img {
        width: 150px; 
        margin: 10px auto;
    }
	.itemB p{line-height:1.1;}
}

