@charset "UTF-8";
/* ★ */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
:root {
    /*カラー関係*/
    --color-text:#191919;
    --color-main: #FFA500;
    --color-point: #FFE200;
    --color-second: #333;
    --color-second2: #777;
    --color-second3: #aaa;
    --color-bk:#ececec;
    --color-bk2:#f7f7f7;
    --color-bk3:rgb(255, 226, 0,0.1);
    --color-border:#ccc;
    --color-error:#E54343;

    /*フォントサイズ*/
    --fsize-type0:40px;
    --fsize-type1:35px;
    --fsize-type2:25px;
    --fsize-type3:20px;
    --fsize-type4:18px;
    --fsize-type5:16px;
    --fsize-type6:14px;
    --fsize-type7:12px;
    --fsize-type8:10px;
    --fsize-type9:8px;

    /*余白 - margin*/
    --mar-all:50px auto;
    --mar-bottom:100px;

    /*余白 - padding*/
    --pad-tbwide:100px 0;
    --pad-tbnrow:50px 0;
    --pad-tbmin:20px 0;

    /*コンテンツ幅*/
    --content-width: 1200px;
}

/* サイドバー */
/* - - - - - - - - - */
/*記事一覧*/
.comaga-s-postbox {
    margin-bottom: 50px;
}
.comaga-side-subtitle {
    padding: 10px;
    text-align: center;
    background-color: var(--color-second);
    color: #fff;
    font-weight: bold;
}
/*記事一覧*/
.comaga-side-post li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px var(--color-border);
}
.comaga-side-post li:last-child {
    border-bottom: none;
}
.comaga-side-post li a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.comaga-side-post li a:hover {
    opacity: 0.5;
}
.comaga-side-post li a img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.comaga-side-post li a h3 {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

/*広告枠*/
.comaga-side-ad a {
    display: block;
    margin-bottom: 30px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - */
/*  トップ&一覧 */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
ul.comaga-postlist li {
    margin-bottom: 50px;
}
ul.comaga-postlist li a {
    display: block;
    text-decoration: none;
}
ul.comaga-postlist li a:hover {
    opacity: 0.5;
}
/*カテゴリーと時間*/
.comaga-top {
    margin-bottom: 5px;
    display: flex;
    justify-items: flex-end;
    font-size: 12px;
    color: var(--color-second);
}
.comaga-category {/*カテゴリー*/
    display: block;
    margin-right: 5px;
    padding: 2px 5px;
    background-color: var(--color-bk);
}
.comaga-time {
    padding: 2px 0;
    color: var(--color-second2);
}
/*記事タイトル*/
#cocomaga ul li h2 {
    margin-bottom: 10px;
    font-size: 18px;
}
/*ディスクリプションとアイキャッチ*/
.comaga-txtimg {
    display: flex;
}
.comaga-txtimg p  {/*ディスクリプション*/
    font-size: 12px;
    line-height: 2;
    color: var(--color-second2);
}
.comaga-txtimg img {/*アイキャッチ*/
    width: 200px;
    height: 120px;
    margin-left: 50px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - */
/* single page */
/* - - - - - - - - - - - - - - - - - - - - - - - - */
.conmaga-contents {
    margin: 50px 0;
}
/*見出し関係*/
.conmaga-contents h2,
.conmaga-contents h3,
.conmaga-contents h4,
.conmaga-contents h5 {
    margin-top: 70px;
}
.conmaga-contents h2 {
    padding: 10px 15px;
    border-radius: 5px;
    background-color: var(--color-bk);
}
.conmaga-contents h3 {
    padding-left: 15px;
    border-left: solid 5px var(--color-second3);
}
.conmaga-contents h4 {
    padding: 0 0 5px;
    border-bottom: solid 3px var(--color-second3);
}
/*文章*/
.conmaga-contents p {
    line-height: 1.7;
    margin-bottom: 30px;
}
.conmaga-contents p a {
    color: var(--color-main);
}
.conmaga-contents p a:hover {
    opacity: 0.5;
}
/*リスト関係*/
.conmaga-contents ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.conmaga-contents ul li::before {
    content: '・';
    font-weight: bold;
    position: absolute;
    left: 0;
}
.conmaga-contents ol li{
    margin: 0 0 10px 40px;
    list-style: decimal;
}

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


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