<meta name="viewport" content="width=device-width,minimum-scale=1,maximum-scale=1,user-scalable=no" />
<link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
<style type="text/css">
    @import url('https://fonts.googleapis.com/css?family=Dawning+of+a+New+Day');

    * {
        margin: 0;
        padding: 0;
        font-size: 100%;
        font-weight: normal;
    }

    ::selection {
        background: #efefef;
        color: #333;
    }

    body {
        color: #444;
        font-family: 'HGSｺﾞｼｯｸM', Meiryo, 'Hiragino Kaku Gothic Pro', 'MS PGothic', Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 1.7;
        background: #f5f5f5;
    }

    .wrapper {
        width: 75%;
        max-width: 560px;
        margin: 40px auto;
    }

    header {
        margin-bottom: 35px;
        text-align: center;
    }

    header h1 {
        font-family: 'Dawning of a New Day', cursive;
        font-size: 40px;
        letter-spacing: -0.8px;
    }

    header p {
        font-size: 10px;
    }

    .list {
        max-width: 260px;
        margin: 0 auto 40px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        padding: 10px 20px 15px;
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
    }

    .list a {
        color: #aaa;
    }

    .list h2 {
        font-weight: bold;
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 20px;
        padding-right: 55px;
    }

    .list h2 span {
        font-size: 10px;
        margin-left: 8px;
        color: #ccc;
    }

    .list h3 {
        font-weight: bold;
        font-size: 15px;
        margin-top: 25px;
    }

    .list h3::before {
        content: '';
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ddd;
        position: relative;
        top: -2px;
        margin-right: 8px;
    }

    .list a {
        padding: 0 3px;
        text-decoration: none;
        border-bottom: 1px solid #efefef;
    }

    .list .rbn {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 15px;
        margin: 0;
        padding: 7px 0;
        z-index: 2;
        width: 35px;
        text-align: center;
        color: #fff;
    }

    .list .rbn::after {
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 0;
        height: 0;
    }

    .lnr {
        font-size: 17px;
        position: relative;
        top: 3px;
    }

    /* 赤リボン */
    .wrapper .red a:nth-child(odd) {
        color: #ff785b;
    }

    .wrapper .red .rbn {
        background: #ff785b;    
    }

    .wrapper .red .rbn::after {
        border-left: 17px solid #ff785b;
        border-right: 18px solid #ff785b; 
        border-bottom: 10px solid transparent;
    }

    /* 青リボン */
    .wrapper .blue a:nth-child(odd) {
        color: #2DB6C9;    
    }

    .wrapper .blue .rbn {
        background: #2DB6C9;    
    }

    .wrapper .blue .rbn::after {
        border-left: 17px solid #2DB6C9;
        border-right: 18px solid #2DB6C9; 
        border-bottom: 10px solid transparent;
    }

    /* 黄リボン */
    .wrapper .yellow a:nth-child(odd) {
        color: #FDD35C;
    }

    .wrapper .yellow .rbn {
        background: #FDD35C;    
    }

    .wrapper .yellow .rbn::after {
        border-left: 17px solid #FDD35C;
        border-right: 18px solid #FDD35C; 
        border-bottom: 10px solid transparent;
    }

    /* 緑リボン */
    .wrapper .green a:nth-child(odd) {
        color: #C4DE79;
    }

    .wrapper .green .rbn {
        background: #C4DE79;    
    }

    .wrapper .green .rbn::after {
        border-left: 17px solid #C4DE79;
        border-right: 18px solid #C4DE79; 
        border-bottom: 10px solid transparent;
    }

    /* 紫リボン */
    .wrapper .purple a:nth-child(odd) {
        color: #b79fcb;
    }

    .wrapper .purple .rbn {
        background: #b79fcb;    
    }

    .wrapper .purple .rbn::after {
        border-left: 17px solid #b79fcb;
        border-right: 18px solid #b79fcb; 
        border-bottom: 10px solid transparent;
    }

    .story .list {
        max-width: 600px;
        width: 90%;
        position: relative;
        left: -10px;
    }

    .story p {
        margin-bottom: 30px;
    }

    .story footer {
        border-top: 1px dashed #ddd;
        padding-top: 18px;
        text-align: right;
    }
</style>