@charset "UTF-8";


/* ウェブフォントの読み込み */
@import url('https://fonts.googleapis.com/css?family=Advent+Pro&display=swap');

@font-face
{
font-family: Fontpoにほんご;
src: url('https://cdn.leafscape.be/nihongo/FontopoNIHONGO_web.woff2')
     format("woff2");
}
/*-------------------------------------------------
このフォントはIPAフォントライセンスv1.0の下で提供されています。
 
http://ipafont.ipa.go.jp/ipa_font_license_v1.html
 
-------------------------------------------------*/

/*-------------------------------------------------
オリジナルのフォントは以下から取得できます。
https://sites.google.com/site/yarimizufactory/fonts/higashiomegothichigashiomegothicc
-------------------------------------------------*/



/**
 * RESET
 */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    font-size: 100%;
    color: #333;
    text-decoration: none;
    font-family: 'Advent Pro','Fontpoにほんご';
    font-weight: 400;
}

a {
    text-decoration: underline;
    color: #666;
}

code {
    font-family: 'Advent Pro','Fontpoにほんご;
    color: #afafaf;
}

/**
 * STYLE
 */
html:before,
html:after,
body:before,
body:after {
    content: "";
    background:#9093E0;
    position: fixed;
    display: block;
    z-index: 1;
}

html:before {
  height: 12px; 
  width: 100vw;
  left: 0;
  top: 0;
}

html:after {
  width: 12px;
  height: 100vh;
  right: 0;
  top: 0;
}

body:before {
  height: 12px;
  width: 100vw;
  bottom: 0;
  left: 0;
}

body:after {
  width: 12px;
  height: 10000px;
  top: 0;
  left: 0;
}

body {
    padding-bottom: 40px;
    color: #000;
    line-height: 1.65;
    font-size: 13px;
    text-align: justify;
    background-color: #9093E0;
    background-image: url(" ");
}

h1 {
    color: #000;
    max-width: 780px;
    
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.6px;
    
   
    text-transform: uppercase;
    letter-spacing: 4px;
}

p.box {
   border-bottom: 2px solid #000;
   padding-bottom: 15px; /* 内容と線との間隔量 */
}

time{
background-color: #cccccc;
display:inline-block;
margin-bottom:.9em;
padding:.2em .7em .2em .85em;
font-size:10px;
font-weight:400;}


	
article {
    max-width: 780px;
    margin: 0 auto 20px;
    display: flex;
}

header {
    width: 280px;
    margin-right: 80px;
    text-align: center;
}

header .thumb {
    width: 128px;
    height: 128px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    margin: 0 auto 10px;
}

header h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

header h2 span {
    font-size: 11px;
    margin-left: 8px;
    color: #afafaf;
}

header .sns {
    margin: 0 0 20px;
}

header .sns a {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 2px;
    background: #cfcfcf;
    border: 1px solid #cfcfcf;
    margin: 0 2px;
    transition: .3s;
}

header .sns a i.fa {
    color: #fff;
    font-size: 11px;
}

header p {
    text-align: justify;
    font-size: 11px;
}

header .more {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
    min-width: 120px;
    line-height: 2.4;
    margin-top: 15px;
    transition: .3s;
    font-size: 12px;
}

header .more::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

header .more:hover {
    background: #fff;
    color: #3c3c3c;
}

header .sns a:hover {
    background: #fff;
    border: 1px solid #3c3c3c;
}

header .sns a:hover i.fa {
    color: #3c3c3c;
}

main {
    width: 800px;
}

main dl {
    margin-bottom: 40px;
}

main dl dt {
    float: left;
    margin-right: 20px;
}

main dl dt .icon {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 3px;
}

main dl dd {
    overflow: hidden;
}

main dl dd *:first-child {
    margin-top: 0;
}

main dl dd img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    padding: 5px;
    background: #fff;
    margin: 20px 0;
}

main dl dd h3 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 8px;
}

main dl dd h4 {
    font-weight: 700;
    position: relative;
    font-size: 14px;
    border-left: 6px solid #e2e2e2;
    padding: 0 0 0 8px;
    margin: 15px 0 5px;
}

main dl dd h4::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background: #DFD2AF;
}

main dl dd p {
    margin-bottom: 12px;
}

main dl dd ul {
    margin: 0 0 20px;
}

main dl dd ul li::before {
    content: "-";
    margin-right: 8px;
}

main dl dd ul li code {
    margin-right: 8px;
    color: #666;
}

main dl dd .more {
    margin-top: 20px;
}

main dl dd .more a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #3c3c3c;
    border: 1px solid #3c3c3c;
    min-width: 100px;
    line-height: 2;
    transition: .3s;
    font-size: 12px;
    text-align: center;
}

main dl dd .more a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

main dl dd .more a:hover {
    background: #fff;
    color: #3c3c3c;
}

main dl dd p.date {
    text-align: right;
    font-size: 11px;
    color: #bfbfbf;
    margin-top: 12px;
}

main dl dd p.date::before {
    content: '\f017';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

main .pager {
    margin-bottom: 20px;
}

main .pager ul {
    display: flex;
}

main .pager ul li {
    text-align: center;
}

main .pager .left {
    margin-right: auto;
}

main .pager .right {
    margin-left: auto;
}

main .pager ul li a {
    text-decoration: none;
}

main .pager ul li a i.fa {
    font-size: 20px;
}

main .pager ul li span {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    transition: .3s;
}

main .pager ul li a:hover span {
    letter-spacing: 4px;
}

/**
 * STYLE
 */
.small {
    font-size: 11px;
    margin: 0 5px;
}

strong {
    font-weight: 700;
}

strike {
    text-decoration: line-through;
}

b {
    font-weight: normal;
    background: linear-gradient(transparent 40%, #fff001 0%);
}


/**
 * RESPONSVE
 */

@media screen and (max-width: 900px) {
    
    h1,
    article {
        width: 680px;
    }
    
    header {
        width: 200px;
        margin-right: 50px;
    }
    
    main {
        width: 600px;
    }
}

@media screen and (max-width: 730px) {
    
    h1,
    article {
        flex-wrap: wrap;
        width: 75%;
    }
    
    header,
    main {
        margin-right: 0;
        width: 100%;
    }
    
    main {
        order: 1;
    }
    
    main dl dd img {
        max-height: 200px;
    }
    
    header {
        order: 2;
        margin-top: 40px;
    }
    
    header .thumb {
        width: 90px;
        height: 90px;
    }
    
    header * {
        text-align: center !important;
    }
}

@media screen and (max-width: 400px) {
    main dl dt {
        display: none;
    }
}

/*
 * 日記のサムネイルアイコンを非表示にしたい場合はこちらを適用させてください
 */
/*
main dl dt {
    display: none;
}
*/