@charset "UTF-8";

/* ポートフォリオ　－　手描きイラストページ SP */


@media screen and (max-width: 767px) {
    .menu_inner .flex_items,
    #illust_analog_essay .menu_inner .flex_items,
    #illust_analog_flyer .menu_inner .flex_items {
        flex-direction: column;
        margin-bottom: 0;
    }
    .menu_inner .flex_items:last-child {
        margin-bottom: 60px;
    }
    .menu_inner .flex_items,
    #illust_analog_essay .menu_detail,
    #illust_analog_flyer .menu_detail {
        width: 70%;
        margin: 0 auto 60px auto;
    }
    #illust_analog_essay .introduction,
    #illust_analog_flyer .introduction {
        font-size: 0.875rem;
    }

    /* タグリスト */
    .tag_list_group .tag_button .tag_list {
        padding: 1px 8px 2px 8px;
    }
}

@media screen and (max-width: 500px) {
    .menu_inner .flex_items,
    #illust_analog_essay .menu_detail,
    #illust_analog_flyer .menu_detail {
        width: 100%;
    }
    /* 冒頭のアドバイス */
    .advice {
        width: 100%;
    }

    /* タグリスト */
    .tag_list_group .tag_button {
        width: 100%;
    }
}

/*****************************
最下部ボタングループ
*****************************/
@media screen and (max-width: 767px) {
	.btn_to_illust a,
    .btn_to_illust_analog a {
		margin: 0 auto;
	}
}
