#archive {
    letter-spacing: 0;
    padding-top: 40px;
}

#archive .articles .post {
    border-bottom: 1px solid #d3d3d3;
}

#archive .articles .post:first-of-type a {
    padding-top: 0;
}

#archive .articles .post a {
    display: block;
    position: relative;
    padding: 10px 0 12px;
    text-decoration: none;
}

#archive .articles .post a .meta .date {
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    color: #413b21;
    font-size: 25.6px;
    font-size: 1.6rem;
    vertical-align: middle;
}

#archive .articles .post a .sub {
    position: relative;
    line-height: 1.6;
    margin-top: 3px;
    padding-right: 25px;
    font-size: 24px;
    font-size: 24px;
    font-size: 1.5rem;
}

@media all and (min-width:600px) {
    #archive .wrapp {
        box-sizing: border-box;
        width: 1120px;
        margin: 0 auto;
    }

    #archive .articles .post a {
        overflow: hidden;
        padding: 12px 0;
    }

    #archive .articles .post a .meta .date {
        float: left;
        width: 120px;
        margin-top: 6px;
        font-size: 1.8rem;
    }

    #archive .articles .post a .sub {
        display: inline-block;
        position: relative;
        max-width: 625px;
        margin: 2px 0 0;
        padding: 0;
        vertical-align: top;
    }

    #archive .articles .post a:hover .sub {
        text-decoration: underline;
    }
}

#single {
    letter-spacing: 0;
}

#single .head .meta {
    margin-bottom: 10px;
    padding-top: 40px;
}

#single .head .meta .date {
    display: inline;
    line-height: 1.4;
    margin-right: 10px;
    color: #413b21;
    font-size: 25.6px;
    font-size: 1.6rem;
}

#single .head .meta .cat {
    display: inline-block;
    box-sizing: border-box;
    min-width: 130px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 10px;
    background-color: #413b21;
    color: #fff;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: top;
}

@media all and (min-width:600px) {
    #single .head .meta .date {
        margin-right: 20px;
        font-size: 1.8rem;
    }

    #single .head .meta .cat {
        min-width: 120px;
        height: 28px;
        line-height: 27px;
        margin: 0 15px 0 0;
        padding: 0 10px;
        font-size: 1.4rem;
    }
}

#single .entryWrapp .entry {
    line-height: 1.6;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 25.6px;
    font-size: 1.6rem;
}

#single .entryWrapp .entry h2 {
    position: relative;
    line-height: 1.4;
    margin: 30px 0 20px;
    padding-left: 15px;
    font-size: 27.2px;
    font-size: 1.7rem;
}

#single .entryWrapp .entry h2:before {
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 3px;
    height: 100%;
    background: #000;
    content: "";
}

#single .entryWrapp .entry h3 {
    clear: both;
    line-height: 1.5;
    margin: 25px 0 12px;
    padding: 6px 10px 7px;
    background: #f5f5f5;
    color: #3f474b;
    font-weight: 500;
    font-size: 27.2px;
    font-size: 1.7rem;
}

#single .entryWrapp .entry h4 {
    clear: both;
    line-height: 1.5;
    margin: 20px 0 10px;
    color: #054a95;
    font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
    font-size: 27.2px;
    font-size: 1.7rem;
}

#single .entryWrapp .entry strong {
    font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
}

#single .entryWrapp .entry em {
    font-style: italic;
}

#single .entryWrapp .entry ul>li {
    position: relative;
    padding-left: 1em;
}

#single .entryWrapp .entry ul>li:before {
    display: block;
    position: absolute;
    top: 12px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #3f474b;
    content: "";
}

#single .entryWrapp .entry ol {
    counter-reset: count;
}

#single .entryWrapp .entry ol>li {
    position: relative;
    padding-left: 35px;
    counter-increment: count;
}

#single .entryWrapp .entry ol>li:before {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 30px;
    font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
    text-align: right;
    content: counter(count) ".";
}

#single .entryWrapp .entry .aligncenter,
#single .entryWrapp .entry .alignleft,
#single .entryWrapp .entry .alignright {
    display: block;
    margin: 0 0 12px;
    text-align: center;
}

#single .entryWrapp .form {
    margin-top: 40px;
}

#single .entryWrapp .links .sns {
    margin-bottom: 20px;
}

#single .entryWrapp .links .sns li {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}

#single .entryWrapp .links .fb,
#single .entryWrapp .links .tw {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 158px;
    padding: 7px 0 7px 28px;
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
}

#single .entryWrapp .links .fb:before,
#single .entryWrapp .links .tw:before {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "";
    transform: translateY(-50%);
}

#single .entryWrapp .links .tw {
    background-color: #1da1f2;
}

#single .entryWrapp .links .tw:before {
    width: 22px;
    height: 18px;
    background-size: cover;
}

#single .entryWrapp .links .fb {
    padding-left: 10px;
    background-color: #4267b2;
}

#single .entryWrapp .links .fb:before {
    width: 20px;
    height: 20px;
    background-size: cover;
}

#single .entryWrapp .links .return {
    text-align: center;
}

#single .entryWrapp .links .return a {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 255px;
    padding: 8px 5px;
    border: 1px solid #413b21;
    color: #413b21;
    font-size: 24px;
    font-size: 1.5rem;
    text-decoration: none;
    text-align: center;
}

#single .entryWrapp .links .return a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 27px;
    height: 8px;
    background-size: cover;
    content: "";
    transform: translateY(-50%);
}


.tit01 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-family: "FrutigerLTPro-bold", 'A+mfCv-AXIS Font ベーシック B ProN', "Arial", "Yu Gothic", sans-serif;
}

.txt {
    margin: 0 0 30px;
}

@media all and (min-width:600px) {
    #single .entryWrapp .entry {
        overflow: hidden;
        margin-bottom: 40px;
        padding-bottom: 40px;
        font-size: 1.6rem;
    }

    #single .entryWrapp .entry h2 {
        margin: 50px 0 20px;
        padding-left: 25px;
        font-size: 2.6rem;
    }

    #single .entryWrapp .entry h2:before {
        top: 5px;
        width: 5px;
        height: 95%;
        height: calc(100% - 7px);
    }

    #single .entryWrapp .entry h3 {
        margin: 40px 0 15px;
        padding: 6px 20px 8px;
        font-size: 2.2rem;
    }

    #single .entryWrapp .entry h4 {
        margin: 30px 0 12px;
        font-size: 2rem;
    }

    #single .entryWrapp .entry p {
        clear: both;
        line-height: 2;
    }

    #single .entryWrapp .entry .aligncenter {
        width: auto;
        margin: 0 auto 20px;
    }

    #single .entryWrapp .entry .alignleft {
        float: left;
        max-width: 500px;
        margin: 0 0 20px;
    }

    #single .entryWrapp .entry .alignright {
        float: right;
        max-width: 500px;
        margin: 0 0 20px;
    }

    #single .entryWrapp .form {
        margin-top: 50px;
    }

    #single .entryWrapp .links .sns {
        margin-bottom: 30px;
        text-align: center;
        letter-spacing: -.5em;
    }

    #single .entryWrapp .links .sns li {
        display: inline;
        width: auto;
        padding: 0 10px;
        text-align: center;
        letter-spacing: 0;
    }

    #single .entryWrapp .links .fb,
    #single .entryWrapp .links .tw {
        width: 182px;
        padding: 8px 0 8px 57px;
        font-size: 1.6rem;
        text-align: left;
    }

    #single .entryWrapp .links .tw:before {
        left: 23px;
        width: 22px;
        height: 18px;
    }

    #single .entryWrapp .links .fb {
        padding-left: 63px;
    }

    #single .entryWrapp .links .fb:before {
        left: 32px;
        width: 20px;
        height: 20px;
    }

    #single .entryWrapp .links .return {
        text-align: center;
    }

    #single .entryWrapp .links .return a {
        width: 320px;
        padding: 16px 5px;
        font-size: 1.6rem;
    }

    #single .entryWrapp .links .return a:before {
        top: 3px;
        right: 30px;
        bottom: 0;
        width: 30px;
        height: 6px;
        margin: auto 0;
        content: "";
    }
}

@media (min-width: 600px) {
    #single .entryWrapp .links .return a {
        height: 60px;
    }
}

.entry {
    margin-top: 30px;
}


.seminar-img {
    width: 500px;
}

@media all and (max-width: 599px) {
	.seminar-img {
        width: 300px;
    }
}