h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pankuzu li:nth-of-type(n+2)::before {
    content: " > ";
    white-space: pre-wrap;
    font-weight: normal !important;
}

.pankuzu li a {
    color: #554738;
    text-decoration: none;
}

footer .page_menu li a {
    color: #3D3119;
    text-decoration: none;
}

footer .page_menu li a:hover {
    text-decoration: underline;
}

table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
    border-collapse: collapse;
}

th {
	background: #f2f2f2;
	border:1px solid #bbb;
	text-align: center;
    padding: 5px 0;
}

th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
    padding: 5px 0;
}

table tr:nth-of-type(n+2) td {
    border-top: 1px solid #ccc;
}

table tr.altrow td {
	background: #f4f4f4;
}

td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}

.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

blockquote {
    position: relative;
    margin: 30px 0;
    padding: 40px 20px;
    background-color: #ffe5e1;
    border-top: 1px solid #B40921;
    border-bottom: 1px solid #B40921;
}

blockquote::before {
    position: absolute;
    content: '“';
    width: 20px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    top: 0;
    left: 0;
    color: #ffffff;
    background-color: #B40921;
    font-family: "Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    font-size: 28px;
}

blockquote::after {
    position: absolute;
    content: '“';
    width: 20px;
    height: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    right: 0;
    bottom: 0;
    color: #ffffff;
    background-color: #B40921;
    font-family: "Yu Gothic",Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
    font-size: 28px;
}

/* カテゴリー一覧 */
.post_lists {
    margin-bottom: 5px;
}

.pagination li {
    width: 25px;
    background-color: #E6CFCB;
    border: 1px solid #E6CFCB;
    margin-right: 5px;
    text-align: center;
}

.active {
    text-decoration: underline;
}

.pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    text-decoration: none;
    color: #9E4747;
}

.pagination li a:hover {
    background-color: #E6CFCB;
    text-decoration: underline;
}

.pagination li.prev,
.pagination li.next {
    border: none;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
    background-color: #ffffff;
}

/* カテゴリー詳細 */
.title_image_area img {
    display: block;
    width: 100%;
    height: auto;
}

.custom_field_area .fixed_message p {
    margin: 0;
}

.custom_field_area .fixed_message a {
    text-decoration: none;
    color: #9E4747;
}

.custom_field_area .fixed_message a:hover {
    text-decoration: underline;
}

.addtional_text {
    border: solid 1px #d3ccba;
    padding: 10px;
    margin: 5px 5px 30px 5px;
    font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
    font-size: 15px;
}

.addtional_text p {
    margin: 0;
}

.addtional_text a {
    text-decoration: none;
    color: #9E4747;
}

.content_advertisement {
    text-align: center;
}

.content_advertisement > div {
    display: inline-block;
    margin-bottom: 25px;
}

.content_advertisement img {
    display: block;
}

.backnumber_list li:nth-last-of-type(1) {
    text-align: right;
    border-bottom: none;
}

.backnumber_list li:nth-last-of-type(1) a {
    border-left: none;
}

.backnumber_list li a:hover,
.relation_list li a:hover {
    text-decoration: underline;
}

.author_profile {
    background: #F5F0E5;
    border: 1px solid #E2D4B9;
    padding: 10px;
    width: calc(100% - 22px);
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.author_photo {
    width: 100px;
    margin-right: 20px;
}

.author_photo img {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.profile_area {
    width: calc(100% - 120px);
}

.profile_area .name {
    border-bottom: 1px dotted #994444;
    margin: 0 0 10px 0 !important;
    font-weight: bold;
}

.profile_area .profile {
    margin: 0;
    font-size: 12px;
}

#linkpages {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 30px;
    padding-top: 10px;
}

#linkpages > a {
    text-decoration: none;
    color: #9E4747;
}

#linkpages > a:hover {
    text-decoration: underline;
}

#linkpages > a.pre {
    margin-right: 10px;
}

#linkpages > a.next {
    margin-left: 10px;
}

#linkpages .number {
    display: flex;
    align-items: center;
}

#linkpages .number > a {
    display: block;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E6CFCB;
    color: #9E4747;
}

#linkpages .number > a:hover {
    text-decoration: underline;
    background-color: #E6CFCB;
}

#linkpages .number > span {
    display: block;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    text-decoration: underline;
    background-color: #E6CFCB;
    border: 1px solid #E6CFCB;
    color: #9E4747;
}

#linkpages .number > a:last-child,
#linkpages .number > span:last-child {
    margin-right: 0;
}

/* 詳細ページ */
.news_content_area .article_body h2 {
    font-size: 100%;
    line-height: 1;
    color: #fff;
    background: #554738;
    padding: 8px 12px;
    margin-bottom: 1px;
}

.news_content_area .article_body > img {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    padding: 8px 15px;
    background-color: #eee5d3;
    border: solid 1px #d9caac;
}
/*
*/

.news_content_area .article_body h3 {
    font-size: 120%;
    border: 0;
    border-bottom: 1px dotted #D3CCBA;
    margin: 0 8px 10px 0;
    padding: 3px;
    color: #000;
}

.news_content_area .article_body p {
    margin: 0;
}

.news_content_area .article_body a {
    text-decoration: none;
    color: #9E4747;
}

.news_content_area .article_body a:hover {
    text-decoration: underline;
}
/* 詳細ページ END */

/* 固定ページ */
.input_content h2 {
    font-size: 15px;
    border: 0;
    border-bottom: 1px dotted #D3CCBA;
    margin: 0 8px 0 0;
    padding: 8px 3px;
    color: #000;
    line-height: 1.2;
    background-color: rgba(0, 0, 0, 0);
}

.input_content h2:nth-of-type(n+2) {
    margin-top: 38px;
}

.input_content a {
    text-decoration: none;
    color: #9E4747;
}

.input_content a:hover {
    text-decoration: underline;
}

.input_content ul {
    list-style-type: disc;
    margin: 15px 0;
    list-style-position: inside;
    font-size: 12px;
}

.input_content .excerpt_text {
    margin-bottom: 20px !important;
}

.input_content .text_bold {
    font-weight: bold;
}

.input_content .text_right {
    text-align: right;
}

.input_content .top_btn {
    background: #E9E6E0;
    text-align: center;
    margin: 10px 8px;
    padding: 10px 0;
}

.input_content .top_btn a {
    display: block;
    width: 191px;
    height: 26px;
    background: url('../img/btnSeikyu.gif') no-repeat left top;
    margin: 0 auto;
    line-height: 26px;
    color: #5A4624;
    text-decoration: none;
    font-size: 12px;
}

.input_content .top_btn a:hover {
    text-decoration: underline;
}

/* キーワード検索結果一覧 */
.search_lists > li h2 a:hover {
    text-decoration: underline;
}

/* pc */
@media screen and (min-width: 751px) {

    .display_pc {
        display: block;
    }

    .display_sp {
        display: none;
    }

    html {
        background: #680110 url('../img/bgpaper.gif') repeat-y center top;
    }

    body {
        margin: 0;
        background: url('../img/bgspot.jpg') no-repeat center top;
        line-height: 1.4;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
    }

    header {
        position: relative;
        width: 988px;
        margin: 0 auto;
        text-align: left;
        padding-bottom: 18px;
    }

    header > form.pc_search_area {
        display: block;
    }

    header > form.sp_search_area {
        display: none;
    }

    .headbg {
        position: relative;
        min-width: 988px;
        background: url('../img/bgheader.jpg') no-repeat center top;
        margin: 0 -30px;
    }

    .headbg_under {
        position: relative;
        min-width: 988px;
        background: url('../img/bgheader_under.jpg') no-repeat center top;
        margin: 0 -30px;
    }

    .pc_catchcopy {
        display: block;
        font-size: 11px;
        color: #444444;
        text-align: left;
        text-indent: 4.5em;
        padding-top: 16px;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
        font-weight: bold;
    }

    .sp_catchcopy {
        display: none;
    }

    .logo {
        display: block;
        position: absolute;
        top: 65px;
        left: 67px;
        z-index: 2;
    }

    .search_area {
        position: absolute;
        display: flex;
        align-items: center;
        width: 262px;
        height: 19px;
        top: 45px;
        right: 28px;
        z-index: 2;
    }

    .search {
        background: #fff url('../img/serchicn.gif') no-repeat left center;
        width: 190px;
        height: 17px;
        border: 1px solid #DED4BE;
        padding-left: 15px;
        line-height: 17px;
        color: #554738;
        margin-right: auto;
    }

    .sp_search {
        display: none;
    }

    .search_area input[type="image"] {
        display: block;
    }

    .sp_search_btn {
        display: none;
    }

    .header_menu_area {
        position: relative;
        padding-top: 45px;
        padding-right: 38px;
        padding-left: 331px;
    }

    .header_menu {
        display: inline-flex;
        align-items: center;
        flex-wrap: wrap;
        font-size: 12px;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
        top: 0;
    }

    .sp_header_menu {
        display: none;
    }

    .header_menu li {
        border-right: 1px solid #d0c0a1;
    }
    
    .header_menu li:nth-of-type(1) {
        border-left: 1px solid #d0c0a1;
    }
    
    .header_menu li a {
        display: block;
        text-decoration: none;
        color: #6c4b16;
        padding: 2px 9px;
        cursor: pointer;
    }

    .pankuzu {
        background: url('../img/bgpankuzu.gif') no-repeat left top;
        padding: 0 15px;
        color: #554738;
        display: flex;
        align-items: center;
        width: 958px;
        margin: 0 auto;
        font-size: 12px;
        font-weight: bold;
    }

    .main_area {
        display: flex;
        align-items: flex-start;
        width: 988px;
        margin: 7px auto 0 auto;
    }

    main {
        width: 653px;
        margin: 0 8px 0 13px;
    }

    main h2 {
        font-size: 13.2px;
        line-height: 1;
        color: #fff;
        background: #554738;
        padding: 8px 12px 5px;
        margin-bottom: 1px;
    }

    .pickup_news {
        display: flex;
        align-items: flex-start;
        height: 322px;
        min-height: 322px;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border: 1px solid #E8E3D9;
        background: #fff;
        margin-bottom: 5px;
    }

    .topnews {
        width: 317px;
        height: 322px;
        min-height: 315px;
        background: #EEE5D3;
        border-right: 1px solid #DDD1B9;
    }

    .topnews_kv {
        height: 200px;
        padding: 12px 0;
        text-align: center;
        background: #fff;
        text-align: center;
    }
    
    .topnews_kv a {
        display: block;
        width: 285px;
        margin: 0 auto;
    }
    
    .topnews_kv a img {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .topnews_text {
        height: 89px;
        padding: 5px 10px;
        background: #EEE5D3;
        border-top: 1px solid #DDD1B9;
        position: relative;
        font-size: 12px;
    }
    
    .topnews_text h3 {
        padding: 2px 6px 2px 6px;
        margin-bottom: 4px;
        font-size: 12px;
    }
    
    .topnews_text h3 a {
        color: #B40921;
        text-decoration: none;
    }
    
    .topnews_text h3 a:hover {
        text-decoration: underline;
    }

    .listbox {
        width: 336px;
        padding-top: 3px;
        font-size: 13.2px;
    }

    .recommend_area {
        border-bottom: 1px solid #DDD1B9;
    }
    
    .recommend_label {
        margin: 8px 10px 0 13px;
    }
    
    .recommend_label img {
        display: block;
    }
    
    .recommend {
        height: 88px;
        margin: 0 10px 5px 13px;
        background: #E9E6E0;
        padding: 5px 5px 5px 10px;
    }
    
    .recommend li {
        padding: 2px 0px 2px 0px;
    }
    
    .recommend li::before {
        content: "• ";
        color: #9E4747;
    }
    
    .recommend li a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .recommend li a:hover {
        text-decoration: underline;
    }

    .new_post_top {
        height: 18px;
        padding: 2px 5px 2px 13px;
        margin-left: -1px;
        border-left: 1px solid #ffffff;
    }

    .new_post_top > div {
        display: flex;
        align-items: center;
    }

    .new_post_top > div img {
        display: block;
        padding-left: 5px;
    }

    .new_post_top a {
        background: url('../img/pointon.gif') no-repeat left center;
        color: #730707;
        padding-left: 16px;
        text-decoration: none;
    }
    
    .new_post_top a:hover {
        text-decoration: underline;
    }

    .newslist_area {
        height: 156px;
        border-top: 1px solid #DDD1B9;
        padding-top: 5px;
    }

    .newslist {
        height: 132px;
    }
    
    .newslist li {
        display: flex;
        align-items: center;
        padding: 2px 5px 2px 13px;
    }
    
    .newslist li a {
        padding-left: 16px;
        display: block;
        background: url('../img/point.gif') no-repeat left center;
        text-decoration: none;
        color: #9E4747;
    }
    
    .newslist li a:hover {
        text-decoration: underline;
    }
    
    .newslist li img {
        padding-left: 5px;
    }
    
    .news_list_link {
        padding: 10px 5px 0 13px;
        text-align: right;
    }
    
    .news_list_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .news_list_link a:hover {
        text-decoration: underline;
    }

    .sp_new_set {
        display: none;
    }

    .minicontents {
        display: flex;
        /* align-items: flex-start; */
        margin-bottom: 5px;
    }
    
    .minicontents li {
        width: calc((100% - 8px) / 3);
        margin-right: 4px;
        border: 1px solid #E8E3D9;
        background: #fff;
    }
    
    .minicontents li:nth-last-of-type(1) {
        margin-right: 0;
    }
    
    .minicontents li h3 {
        background: #AA8859;
        border: 1px solid #fff;
        margin-bottom: 3px;
        padding: 3px 5px;
        font-size: 12px;
    }
    
    .minicontents li h3 a {
        color: #ffffff;
        text-decoration: none;
    }
    
    .minicontents li h3 a:hover {
        text-decoration: underline;
    }
    
    .minicontents_text {
        display: flex;
        align-items: flex-start;
        padding-bottom: 5px;
    }
    
    .minicontents_text p {
        width: 102px;
        margin: 0;
        font-size: 12px;
    }
    
    .minicontents_text img {
        width: 91px;
        height: 62px;
        object-fit: cover;
        display: block;
        border: 1px solid #D9CAAC;
        padding: 1px;
        margin: 0 5px;
    }

    .sp_advertisement_area {
        display: none;
    }

    .cat_list_area li h2 {
        font-size: 13.2px;
        line-height: 1;
        color: #fff;
        background: #554738;
        padding: 8px 12px 5px;
        margin-bottom: 1px;
    }

    .cat_list_area li > div {
        border: 1px solid #E8E3D9;
        background: #fff;
        margin-bottom: 5px;
    }

    .cat_news_top {
        display: flex;
        align-items: flex-start;
        margin: 6px 0;
    }

    .cat_news_top img {
        display: block;
        width: 292px;
        height: 195px;
        object-fit: cover;
        margin: 0 6px;
    }

    .cat_news_top > div {
        width: 330px;
        margin: 6px 6px 6px 10px;
    }

    .cat_news_top > div h3 {
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        font-size: 15px;
    }

    .cat_news_top > div h3 a {
        color: #B40921;
        text-decoration: none;
    }

    .cat_news_top > div h3 a:hover {
        text-decoration: underline;
    }

    .cat_news_top_text {
        height: 112px;
        margin: 15px 0 0 0;
        color: #232323;
        font-size: 12px;
    }

    .cat_news_top_link {
        margin: 6px 0 0 0;
        text-align: right;
        font-size: 12px;
    }

    .cat_news_top_link a {
        text-decoration: none;
        color: #9E4747;
    }

    .cat_news_top_link a:hover {
        text-decoration: underline;
    }

    .cat_news_list > div {
        height: 102px;
        margin: 12px 6px 6px;
    }

    .cat_news_list h4 {
        background: #E9E6E0;
        height: 20px;
        margin: 0 6px;
        clear: both;
    }

    .backnumber {
        height: 76px;
        margin-left: 20px;
        list-style: disc;
        font-size: 12px;
    }

    .backnumber li {
        margin-bottom: 4px;
    }
    
    .backnumber li a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .backnumber li a:hover {
        text-decoration: underline;
    }

    .backnumber li span {
        padding-left: 15px;
    }

    .backnumber_list_link {
        margin: 10px 0 0 0;
        text-align: right;
        font-size: 12px;
    }

    .backnumber_list_link a {
        text-decoration: none;
        color: #C61219;
    }

    .backnumber_list_link a:hover {
        text-decoration: underline;
    }

    .overseas_news_lists {
        border: 1px solid #e8e3d9;
        background: #fff;
        margin-bottom: 5px;
        padding: 5px;
        overflow: hidden;
    }
    
    .overseas_news_lists ul li {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px dotted #e8e3d9;
        padding: 5px 0;
    }
    
    .overseas_news_lists ul li div {
        border: none;
    }
    
    .overseas_news_lists ul li .overseas_news_kv_image {
        border: 1px solid #d9caac;
        padding: 1px;
        margin-right: 13px;
        margin-bottom: 0;
    }
    
    .overseas_news_lists ul li .overseas_news_kv_image img {
        display: block;
        width: 92px;
        height: 61px;
        object-fit: cover;
    }
    
    .overseas_news_lists ul li h3 {
        line-height: 1;
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        font-size: 14px;
        margin-bottom: 5px;
    }
    
    .overseas_news_lists ul li h3 a {
        color: #B40921;
        text-decoration: none;
    }
    
    .overseas_news_lists ul li h3 a:hover {
        text-decoration: underline;
    }
    
    .overseas_news_lists ul li p {
        padding-left: 12px;
        font-size: 12px;
        margin: 0;
    }
    
    .overseas_news_lists .overseas_news_list_link {
        margin: 0;
        padding-top: 5px;
        font-size: 12px;
        text-align: right;
    }
    
    .overseas_news_lists .overseas_news_list_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .overseas_news_lists .overseas_news_list_link a:hover {
        text-decoration: underline;
    }

    .repetition_post_list {
        display: flex;
        align-items: flex-start;
    }

    .repetition_post_list ul {
        width: 317px;
        margin: 6px 0 6px 6px;
        border-right: 1px solid #ECE7E0;
        list-style: disc;
        font-size: 12px;
        padding-left: 20px;
    }

    .repetition_post_list ul li {
        margin: 7px 0;
    }

    .repetition_post_list ul li a {
        text-decoration: none;
        color: #9E4747;
    }

    .repetition_post_list ul li a:hover {
        text-decoration: underline;
    }

    .repetition_post_top {
        width: 317px;
        margin: 6px;
    }

    .repetition_post_top > div {
        display: flex;
        align-items: flex-start;
    }

    .repetition_post_top h3 {
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        font-size: 15px;
        margin-bottom: 6px;
    }

    .repetition_post_top h3 a {
        color: #B40921;
        text-decoration: none;
    }

    .repetition_post_top h3 a:hover {
        text-decoration: underline;
    }
    
    .repetition_post_top_image {
        width: 151px;
        border: 1px solid #D9CAAC;
        padding: 1px;
        margin-right: 10px;
    }
    
    .repetition_post_top_image img {
        display: block;
        width: 151px;
        height: 103px;
        object-fit: cover;
    }
    
    .repetition_post_top_text {
        width: 152px;
        font-size: 12px;
    }
    
    .repetition_post_top_text p:nth-of-type(1) {
        word-break: break-all;
        margin: 0;
    }
    
    .repetition_post_top_link {
        margin: 6px 0 0 0;
        text-align: right;
    }
    
    .repetition_post_top_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .repetition_post_top_link a:hover {
        text-decoration: underline;
    }

    .top_advertisement img {
        width: 600px;
        height: auto;
        display: block;
        height: auto;
        margin: 0 auto;
    }

    aside {
        width: 300px;
    }
    
    .topic_post_area {
        border: 1px solid #E8E3D9;
        background: #fff;
        margin-bottom: 5px;
    }
    
    .topic_post_area h3 {
        font-size: 12px;
        background: #AA8859;
        color: #fff;
        padding: 5px 10px;
    }
    
    .topic_post_area ul li {
        border-bottom: 1px solid #E4E4E4;
        padding: 8px 3px 8px 25px;
        display: flex;
        align-items: center;
        position: relative;
        font-size: 12px;
    }
    
    .topic_post_area ul li::before {
        content: '';
        background-image: url('../img/point.gif');
        position: absolute;
        width: 10px;
        height: 10px;
        left: 7.5px;
    }
    
    .topic_post_area ul li:nth-last-of-type(1) {
        border-bottom: none;
    }
    
    .topic_post_area ul li a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .topic_post_area ul li a:hover {
        text-decoration: underline;
    }
    
    .side_top_post {
        margin-bottom: 5px;
    }
    
    .side_top_post li {
        border: 1px solid #AAAAAA;
        background-color: #ffffff;
        padding: 1px;
        margin-bottom: 5px;
    }
    
    .side_top_post li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    
    .side_top_post li > div {
        border: 1px solid #e5e4e0;
    }
    
    .side_top_post li h3 {
        font-size: 12px;
        background: #AA8859;
        padding: 5px 10px;
        margin: 0;
        margin-bottom: 8px;
        overflow: hidden;
    }
    
    .side_top_post li h3 a {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    .side_top_post_text {
        display: flex;
        align-items: flex-start;
        margin: 0 6px 6px 6px;
    }
    
    .side_top_post_text a {
        display: block;
        margin-right: 10px;
    }
    
    .side_top_post_text img {
        display: block;
        width: 91px;
        height: 61px;
        object-fit: cover;
    }
    
    .side_top_post_text p {
        width: calc((100% - 101px));
        font-size: 12px;
        margin: 0;
    }
    
    .side_top_advertisement {
        margin-bottom: 5px;
    }
    
    .side_bottom_advertisement {
        margin-bottom: 5px;
    }
    
    .side_top_advertisement img,
    .side_bottom_advertisement img {
        display: block;
        width: 300px;
        height: auto;
    }
    
    .side_sns_link {
        width: 100%;
        margin-top: 10px;
    }
    
    .side_sns_link li {
        display: flex;
        align-items: flex-end;
    }
    
    .side_sns_link li:nth-of-type(n+2) {
        margin-top: 20px;
    }
    
    .side_sns_link li img {
        display: block;
        margin-right: 10px;
    }
    
    .side_sns_link li a {
        color: #000;
        text-decoration: underline;
        font-size: 12px;
    }
    
    .side_sns_link li a:hover {
        text-decoration: none;
    }

    footer {
        width: 988px;
        background: url('../img/bgfooter.gif') no-repeat center top;
        margin: 0 auto;
        padding-bottom: 29px;
    }

    footer .cat_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding: 40px 20px 0 20px;
    }

    footer .cat_menu li {
        padding: 0 5px;
        border-left: 2px solid #3D3119;
    }
    
    footer .cat_menu li:nth-last-of-type(1) {
        border-right: 2px solid #3D3119;
    }
    
    footer .cat_menu li a {
        color: #3D3119;
        text-decoration: none;
        font-weight: bold;
    }
    
    footer .cat_menu li a:hover {
        text-decoration: underline;
    }

    footer .sp_cat_menu {
        display: none;
    }

    footer form {
        display: none;
    }

    footer .page_menu {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        padding: 0 20px;
        margin: 5px 0 15px;
    }

    footer .page_menu li {
        font-size: 12px;
        padding: 0 5px;
    }

    footer .page_menu li:nth-of-type(1) {
        padding-left: 0;
    }
    
    footer .page_menu li:nth-last-of-type(1) {
        padding-right: 0;
    }

    footer .page_menu li:nth-of-type(n+2) {
        border-left: 1px solid #3D3119;
    }

    footer .copywrite {
        font-size: 12px;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin-bottom: 0;
    }

    .top_link_area {
        position: relative;
        width: 988px;
        margin: 0 auto;
    }
    
    .top_link_button {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        margin: 0;
        width: 50px;
        height: 50px;
        background-color: #730707;
        border-radius: 25px;
        left: calc(((100vw - 988px) / 2) + 908px);
        bottom: 40px;
        cursor: pointer;
    }

    .top_link_button img {
        display: block;
        width: 20px;
        height: auto;
    }

    /* カテゴリー一覧 */
    .club_yucasee_link {
        text-align: center;
        font-size: 16px;
        margin: 0 0 10px 0;
        padding-top: 5px;
    }

    .club_yucasee_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .club_yucasee_link a:hover {
        text-decoration: underline;
    }

    .underlayer_h1 {
        font-size: 13.2px;
        line-height: 1;
        color: #ffffff;
        background: #554738;
        padding: 8px 12px 5px;
        margin-bottom: 1px;
    }

    .news_list_top {
        border: 1px solid #D3CCBA;
        background: url('../img/bgArticleTopA.gif') no-repeat center top;
        padding-top: 15px;
    }

    .bgbtm {
        background: url('../img/bgArticleTopB.gif') no-repeat center bottom;
        padding-bottom: 10px;
    }

    .news_list_top h2 {
        font-size: 18px;
        margin: 0 0 10px 13px;
        line-height: 1.2;
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        background-color: rgba(0, 0, 0, 0);
    }

    .news_list_top h2 a {
        color: #B40921;
        text-decoration: none;
    }

    .news_list_top h2 a:hover {
        text-decoration: underline;
    }

    .tools_bar {
        margin: 0 5px;
        background: url('../img/bgArticleInfo1.gif') repeat-x top;
        height: 26px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .top_update_date {
        font-size: 12px;
        margin-left: 8px;
    }

    .update_date_width {
        width: 270px;
    }
    
    .tools_list {
        display: flex;
        align-items: center;
    }
    
    .tools_list li {
        display: block;
        padding: 0 5px 0 27px;
        font-size: 12px;
        line-height: 1;
    }

    .tools_list .single_tool {
        padding: 0 10px !important;
    }
    
    .tools_list li a {
        color: #000000;
        text-decoration: none;
    }
    
    .tools_list li a:hover {
        text-decoration: underline;
    }

    .icnprint {
        background: url('../img/infoPrint.gif') no-repeat left center;
    }
    
    .icnRSS {
        background: url('../img/infoRSS.gif') no-repeat left center;
    }

    .news_list_top .top_news_detail_area {
        display: flex;
        align-items: flex-start;
        padding: 0 8px;
    }

    .news_list_top .top_image_area {
        background: #EEE5D3;
        padding: 5px;
        width: 252px;
        margin-right: 15px;
        border: 1px solid #D9CAAC;
    }
    
    .news_list_top .top_image_area img {
        display: block;
        width: 252px;
        height: 169px;
        object-fit: cover;
    }
    
    .news_list_top .top_news_detail_area p {
        margin: 0;
        font-size: 12px;
        color: #232323;
        padding-top: 8px;
    }
    
    .top_news_detail_link {
        padding-top: 18px;
        padding-right: 10px;
        text-align: right;
        font-size: 12px;
    }
    
    .top_news_detail_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .top_news_detail_link a:hover {
        text-decoration: underline;
    }

    .post_lists > li:nth-of-type(n+2) {
        min-height: 110px;
        margin-top: 5px;
        padding: 8px 10px 0 0;
        border: 1px solid #E8E3D9;
        background: #ffffff;
    }
    
    .post_lists > li:nth-of-type(n+2) h2 {
        line-height: 1.2;
        border-left: 6px solid #B40921;
        margin: 0 8px 8px;
        padding: 2px 6px 2px 6px;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .post_lists > li:nth-of-type(n+2) h2 a {
        text-decoration: none;
        color: #B40921;
    }
    
    .post_lists > li:nth-of-type(n+2) h2 a:hover {
        text-decoration: underline;
    }

    .post_lists > li:nth-of-type(n+2) .news_detail_img {
        float: left;
        margin-right: 8px;
        border: 1px solid #EEE5D3;
        background: #fff;
        position: relative;
        z-index: 5;
    }
    
    .post_lists > li:nth-of-type(n+2) .news_detail_img img {
        display: block;
        width: 111px;
        height: 74px;
        object-fit: cover;
        border: 1px solid #EEE5D3;
    }

    .post_lists > li:nth-of-type(n+2) .news_detail_area {
        width: calc(100% - 10px);
        margin-left: 10px;
        position: relative;
    }

    .post_lists > li:nth-of-type(n+2) .update_date {
        width: calc(100% - 123px);
        height: 19px;
        background: url('../img/bgdates.gif') repeat-x top;
        margin: 0 0 3px;
        padding-left: 123px;
        font-size: 12px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .post_lists > li:nth-of-type(n+2) .news_detail {
        min-height: 22px;
        padding-top: 30px;
        font-size: 12px;
        margin: 0;
    }
    
    .post_lists > li:nth-of-type(n+2) .news_detail_link {
        padding: 5px 0 8px 0;
        text-align: right;
        font-size: 12px;
    }
    
    .post_lists > li:nth-of-type(n+2) .news_detail_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .post_lists > li:nth-of-type(n+2) .news_detail_link a:hover {
        text-decoration: underline;
    }

    .pagination {
        margin-bottom: 5px;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #E8E3D9;
        background-color: #ffffff;
        font-size: 12px;
        color: #9E4747;
    }

    /* カテゴリー詳細 */
    .news_content_area {
        padding-top: 15px;
        border: 1px solid #D3CCBA;
        background: #fff url('../img/bgArticle.gif') no-repeat center top;
        margin-bottom: 20px;
    }

    .news_content_area h1 {
        line-height: 1.2;
        color: #B40921;
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        margin: 0 0 10px 13px;
        font-size: 18px;
    }

    .news_content_area .tools_list li:nth-of-type(n+2) {
        margin-left: 40px;
    }
    
    .news_content_area .tools_list li img {
        width: 20px;
        height: auto;
        display: block;
    }
    
    .news_content_area .tools_list li:nth-of-type(2) img {
        width: 15px !important;
    }

    .sp_update_date {
        display: none;
    }

    /* 詳細ページ */
    .news_content_area .article_body {
        width: 618px;
        margin: 0 auto 45px auto;
        padding-top: 10px;
    }

    .custom_field_area {
        width: 618px;
        margin: 0 auto;
    }

    .custom_field_area .fixed_message {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .custom_field_area .sns_btn_list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }
    
    .custom_field_area .sns_btn_list li:nth-of-type(n+2) {
        margin-left: 15px;
    }
    
    .custom_field_area .sns_btn_list li a {
        border-radius: 5px;
    }
    
    .custom_field_area .sns_btn_list li img {
        display: block;
    }

    .about_hedge_fund {
        text-align: center;
        margin-bottom: 50px;
    }

    .about_hedge_fund a {
        color: #9E4747;
    }

    .media_name_text {
        font-size: 11px;
        color: #444444;
        text-align: right;
        margin: 0 0 15px 0;
    }

    .sp_sns_btn_list {
        display: none;
    }

    .relation_list_area,
    .column_post_area {
        margin-bottom: 10px;
    }

    .relation_message {
        padding: 6px 0;
        margin: 0 6px;
        border-bottom: 1px solid #886534;
        font-size: 12px;
    }

    .backnumber_list_area h4,
    .relation_list_area h4,
    .column_post_area h4 {
        margin: 0;
    }

    .backnumber_list_area h4 img,
    .relation_list_area h4 img,
    .column_post_area h4 img {
        display: block;
        width: calc(100% - 2px);
        margin: 0 auto;
    }

    .backnumber_list li,
    .relation_list li,
    .column_list li {
        padding: 6px 0;
        margin: 0 6px;
        border-bottom: 1px solid #E0DEDB;
        font-size: 12px;
    }

    .backnumber_list li a,
    .relation_list li a,
    .column_list li a {
        font-weight: bold;
        border-left: 6px solid #B9182F;
        color: #B9182F;
        padding-left: 8px;
        display: block;
        text-decoration: none;
    }

    .pickup_posts {
        display: flex;
        /* align-items: flex-start; */
        margin-bottom: 40px;
        padding: 0 3px;
    }
    
    .pickup_posts li {
        width: calc((100% - 38px) / 3);
        /* height: calc(247px - 10px); */
        padding: 5px;
        border: 1px solid #E8E3D9;
    }
    
    .pickup_posts li:nth-of-type(n+2) {
        margin-left: 4px;
    }
    
    .pickup_posts .pickup_image {
        width: calc(100% - 4px);
        height: 130px;
        border: 1px solid #D9CAAC;
        padding: 1px;
    }

    .pickup_posts .pickup_image a {
        width: 100%;
        height: 100%;
    }
    
    .pickup_posts .pickup_image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .pickup_posts li a {
        margin-top: 3px;
        font-weight: bold;
        color: #B9182F;
        display: block;
        font-size: 10pt;
        text-decoration: none;
    }
    
    .pickup_posts li a:hover {
        text-decoration: underline;
    }
    
    .pickup_posts li p {
        margin: 0;
        font-size: 9pt;
        line-height: 1.4;
    }

    /* 固定ページ */
    .page_content {
        background: #fff url('../img/bgArticle.gif') no-repeat center top;
        padding-top: 15px;
        padding-bottom: 10px;
        border: 1px solid #D3CCBA;
        margin-bottom: 50px;
    }

    .page_content h1 {
        line-height: 1.2;
        color: #B40921;
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        margin: 0 0 10px 13px;
        font-size: 16px;
    }

    .input_content {
        padding: 0 15px;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
    }

    .input_content p {
        color: #232323;
        font-size: 12px;
        padding: 8px 0;
        margin: 0;
    }

    .input_content img {
        display: block;
        margin: 12px 0;
    }

    /* キーワード検索結果一覧 */
    .search_lists > li {
        margin-top: 5px;
        padding: 8px 10px 0 0;
        border: 1px solid #E8E3D9;
        background: #ffffff;
    }

    .search_lists > li h2 {
        line-height: 1.2;
        border-left: 6px solid #B40921;
        margin: 0 8px 8px;
        padding: 2px 6px 2px 6px;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0);
    }

    .search_lists > li h2 a {
        text-decoration: none;
        color: #B40921;
    }

    .search_lists > li .news_detail_area {
        width: calc(100% - 10px);
        margin-left: 10px;
        position: relative;
    }

    .search_lists > li .news_detail_img {
        float: left;
        margin-right: 8px;
        border: 1px solid #EEE5D3;
        background: #fff;
        position: relative;
        z-index: 5;
    }

    .search_lists > li .news_detail_img img {
        display: block;
        width: 111px;
        height: 74px;
        object-fit: cover;
        border: 1px solid #EEE5D3;
    }
    
    .search_lists > li .update_date {
        width: calc(100% - 123px);
        height: 19px;
        background: url('../img/bgdates.gif') repeat-x top;
        margin: 0 0 3px;
        padding-left: 123px;
        font-size: 12px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .search_lists > li .news_detail {
        padding-top: 30px;
        font-size: 12px;
        margin: 0;
    }
    
    .search_lists > li .news_detail_link {
        padding: 5px 0 8px 0;
        text-align: right;
        font-size: 12px;
    }
    
    .search_lists > li .news_detail_link a {
        text-decoration: none;
        color: #9E4747;
    }
    
    .search_lists > li .news_detail_link a:hover {
        text-decoration: underline;
    }

    .not_post_message {
        margin-top: 20px !important;
        border: none !important;
        background: none !important;
        padding: 0 !important;
        font-size: 20px !important;
    }

    .column_title_area {
        margin: 0 35px 10px 13px;
    }

    .column_title_area_under {
        margin: 0 0 8px 8px;
    }

    .column_title_area .column_name,
    .column_title_area_under .column_name {
        font-size: 12px;
        color: #640!important;
        margin: 0 0 5px 0;
    }

    .column_title_area .column_title,
    .column_title_area_under .column_title {
        position: relative;
    }

    .column_title_area .column_title h2,
    .column_title_area_under .column_title h2 {
        width: auto;
        display: inline-block;
        margin: 0 !important;
        flex-shrink: 1;
    }

    .column_title_area .column_title .writter_name_area,
    .column_title_area_under .column_title .writter_name_area {
        position: absolute;
        right: 0;
        bottom: 0;
        display: inline-flex;
        align-items: center;
        padding: 3px 7px;
        background-color: #EEE5D3;
        color: #640;
        font-size: 12px;
        order: 2;
        flex-shrink: 2;
    }

    .column_title_area .column_title .writter_name_area img,
    .column_title_area_under .column_title .writter_name_area img {
        display: block;
        margin-right: 8px;
    }

    .column_title_area .column_title .writter_name_area p,
    .column_title_area_under .column_title .writter_name_area p {
        margin: 0;
    }

}

/* sp */
@media screen and (max-width: 750px) {

    .display_pc {
        display: none;
    }

    .display_sp {
        display: block;
    }

    body {
        margin: 0;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f9f5df;
        text-align: center;
        border-top: 3px solid #b55052;
    }

    .headbg {
        width: 100vw;
    }

    .headbg_under {
        width: 100vw;
    }

    .pc_catchcopy {
        display: none;
    }

    .sp_catchcopy {
        display: block;
        font-size: 10px;
        color: #777777;
        text-align: center;
        padding-top: 5px;
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important
    }

    header > h1,
    header > div {
        order: 1;
    }

    header > a {
        order: 2;
    }

    header > form.pc_search_area {
        display: none;
    }

    header > form.sp_search_area {
        width: 100vw;
        padding: 8px 0;
        order: 3;
        background-color: #ece4d4;
        margin-top: 5px;
    }

    header > .header_menu_area {
        order: 4;
    }

    .logo {
        display: block;
        position: relative;
        margin-top: 8px;
        z-index: 2;
    }

    .search_area {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        margin: 0 auto;
    }

    .search {
        display: none;
    }

    .sp_search {
        background: url('../img/sp_search.png') no-repeat 5px center;
        width: 170px;
        height: 30px;
        border: 1px solid #999;
        background-color: #ffffff;
        padding-left: 30px;
        padding-right: 30px;
        line-height: 1.3;
        vertical-align: middle;
        border-radius: 15px;
        font-size: 17px;
    }

    .search_area input[type="image"] {
        display: none;
    }

    .sp_search_btn {
        display: block;
        border: 1px solid #666;
        border-radius: 3px;
        background-image: linear-gradient(-90deg,rgb(112, 81, 47) 0%,rgb(85, 71, 56) 40%);
        font-size: 12px;
        color: rgb(255, 255, 255);
        padding: 5px;
        cursor: pointer;
        margin-left: 10px;
    }

    .header_menu_area {
        position: relative;
    }

    .header_menu_area .header_menu_top {
        display: none;
    }

    .header_menu {
        display: none;
    }

    .sp_header_menu {
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
    }

    .sp_header_menu li {
        width: calc((100vw - 3px) / 4);
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(228, 228, 228) 40%);
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-shadow: 1px 1px 0px rgb(255, 255, 255);
        line-height: 1.1;
        display: block;
        font-size: 12px;
        padding: 10px 0;
    }

    .sp_header_menu li:nth-of-type(4n) {
        border-right: none;
    }

    .sp_header_menu li:nth-last-of-type(1) {
        background-image: linear-gradient(to bottom, rgb(242, 246, 248) 0%, rgb(216, 225, 231) 50%, rgb(181, 198, 208) 51%, rgb(224, 239, 249) 100%);
    }
    
    .sp_header_menu li a {
        width: 85%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        margin: 0 auto;
    }

    .sp_header_menu li:nth-last-of-type(1) a {
        width: 100%;
    }

    .sp_header_menu li.blank {
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(228, 228, 228) 40%);
    }

    .sp_header_menu li.check {
        background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(208, 194, 168) 40%) !important;
        font-weight: bold;
    }

    .pankuzu {
        border-left: 4px solid #590000;
        background-color: #d1c3a6;
        width: calc(100vw - 34px);
        padding: 3px 15px;
        color: #554738;
        display: flex;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
    }

    .main_area {
        display: flex;
        align-items: flex-start;
        width: 100vw;
    }

    main h2 {
        /* width: calc(100vw - 20px); */
        border-top: 3px solid #544739;
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(236, 228, 212) 40%);
        /* text-shadow: 1px 1px 0px rgb(255, 255, 255); */
        border-bottom: 1px solid #bbb;
        padding: 3px 10px;
        font-size: 16px;
    }

    .topnews {
        display: none;
    }

    .listbox {
        width: 100vw;
        font-size: 13.2px;
    }

    .recommend_area {
        display: none;
    }

    .new_post_top {
        width: calc((100vw - 10px) - 20px);
        padding: 10px 10px 10px 5px;
        margin: 0 auto;
        border-bottom: 1px dotted #ccc;
        background: url('../img/arrow01.png') no-repeat right center;
    }

    .new_post_top a {
        color: #732720;
        text-decoration: none;
        font-size: 16px;
    }

    .pc_new {
        display: none;
    }

    .sp_new_set {
        width: auto !important;
        display: inline-flex;
        align-items: center;
    }

    .sp_new_set > p {
        background-color: #d30700;
        color: #fff;
        padding: 1px 3px;
        line-height: 1;
        font-size: 9px;
        font-weight: bold;
        margin-left: 3px;
    }

    .newslist_area li {
        width: calc((100vw - 10px) - 20px);
        padding: 10px 10px 10px 5px;
        margin: 0 auto;
        border-bottom: 1px dotted #ccc;
        background: url('../img/arrow01.png') no-repeat right center;
    }

    .newslist_area li a {
        color: #732720;
        text-decoration: none;
        font-size: 16px;
    }

    .news_list_link {
        padding: 5px;
        font-size: 16px;
        text-align: right;
    }

    .news_list_link a {
        text-decoration: none;
        color: #732720;
    }

    .minicontents {
        display: none;
    }

    .sp_advertisement_area {
        width: 100vw;
    }

    .sp_advertisement_area a {
        display: block;
        width: 80vw;
        margin: 20px auto;
    }

    .sp_advertisement_area img {
        width: 100%;
        height: auto;
    }

    .cat_list_area li {
        width: 100vw;
    }

    .cat_list_area li h2 {
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(236, 228, 212) 40%);
        text-shadow: 1px 1px 0px rgb(255, 255, 255);
        border-top: 3px solid #544739;
        border-bottom: 1px solid #bbb;
        padding: 3px 10px;
        font-size: 16px;
    }

    .cat_list_area li > div {
        width: calc(100vw - 10px);
        margin: 0 auto;
    }

    .cat_news_top {
        padding: 10px 10px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }

    .cat_news_top > img {
        display: none;
    }

    .cat_news_top > div h3 {
        font-size: 16px;
    }

    .cat_news_top > div h3 a {
        color: #732720;
        text-decoration: none;
        font-weight: normal;
    }

    .cat_news_top_text {
        display: none;
    }

    .cat_news_top_link {
        display: none;
    }

    .cat_news_list > div {
        width: 100%;
    }

    .cat_news_list h4 {
        display: none;
    }

    .backnumber {
        font-size: 16px;
    }

    .backnumber li {
        width: calc(100% - 15px);
        padding: 10px 10px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }
    
    .backnumber li a {
        text-decoration: none;
        color: #732720;
    }

    .backnumber li span {
        display: none;
    }

    .backnumber_list_link {
        padding: 10px 0;
        text-align: right;
        font-size: 16px;
        margin: 0;
    }

    .backnumber_list_link a {
        text-decoration: none;
        color: #732720;
    }

    .repetition_post_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .repetition_post_list ul {
        width: 100%;
    }

    .repetition_post_list ul li {
        width: calc(100% - 15px);
        padding: 10px 10px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
        font-size: 16px;
    }

    .repetition_post_list ul li a {
        text-decoration: none;
        color: #9E4747;
    }

    .repetition_post_top {
        width: calc(100% - 15px);
        padding: 10px 10px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }

    .repetition_post_top > div {
        display: none;
    }

    .repetition_post_top h3 a {
        color: #9E4747;
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
    }

    .top_advertisement {
        display: none;
    }

    aside {
        display: none;
    }

    footer {
        width: 100vw;
        border-bottom: 3px solid #534739;
    }

    footer .cat_menu {
        display: none;
    }

    footer .sp_cat_menu {
        width: 100vw;
        display: flex;
        flex-wrap: wrap;
    }

    footer .sp_cat_menu .check {
        background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(208, 194, 168) 40%) !important;
        font-weight: bold;
    }

    footer .sp_cat_menu li {
        width: calc((100vw - 3px) / 4);
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(228, 228, 228) 40%);
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-shadow: 1px 1px 0px rgb(255, 255, 255);
        line-height: 1.1;
        display: block;
        font-size: 12px;
        padding: 10px 0;
        text-align: center;
    }

    footer .sp_cat_menu li a {
        width: 85%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        margin: 0 auto;
    }

    footer .sp_cat_menu li:nth-last-of-type(1) {
        text-align: center;
        font-size: 11px;
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(240, 198, 198) 40%);
    }

    footer .sp_cat_menu li:nth-of-type(4n) {
        border-right: none;
    }

    footer form {
        width: 100vw;
        background-color: #ece4d4;
        padding: 8px 0;
    }

    footer .page_menu {
        width: calc(100vw - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #e2e2e2;
        font-size: 12px;
        padding: 5px 20px 8px 20px;
        border-bottom: 1px solid #999;
    }

    footer .page_menu li {
        width: calc((100% - 21px) / 2);
        font-size: 12px;
        padding: 0 5px;
        text-align: center;
    }

    footer .page_menu li:nth-of-type(2n+1) {
        border-right: 1px solid #3D3119;
    }

    footer .page_menu li:nth-of-type(2n) {
        border-right: none;
    }

    footer .page_menu li:nth-of-type(n+2) {
        margin-top: 5px;
    }

    footer .page_menu li:nth-last-of-type(1) {
        border-right: none;
    }

    footer .copywrite {
        font-size: 12px;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
        padding: 8px 0;
        background-color: #e2e2e2;
        border-top: 1px solid #ffffff;
        color: #666;
    }

    .top_link_area {
        position: relative;
        width: 100vw;
        margin: 0 auto;
    }
    
    .top_link_button {
        display: none;
        align-items: center;
        justify-content: center;
        position: fixed;
        margin: 0;
        width: 30px;
        height: 30px;
        background-color: #730707;
        border-radius: 15px;
        right: 10px;
        bottom: 20px;
        cursor: pointer;
    }

    .top_link_button img {
        display: block;
        width: 10px;
        height: auto;
    }

    /* カテゴリー一覧 */
    .club_yucasee_link {
        display: none;
    }

    .underlayer_h1 {
        display: none;
    }

    .tools_bar {
        display: none;
    }

    .news_list_top .top_news_detail_area {
        display: none;
    }

    .top_news_detail_link {
        display: none;
    }

    .post_lists {
        width: calc(100vw - 10px);
        padding: 0 5px;
    }

    .post_lists > li {
        width: calc(100% - 25px);
        padding: 10px 20px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }

    .post_lists > li h2 {
        width: 100%;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: none;
        text-shadow: none;
        padding: 0;
        font-weight: normal;
    }

    .post_lists > li h2 a {
        color: #732720;
        text-decoration: none;
    }

    .post_lists > li:nth-of-type(n+2) .news_detail_img {
        display: none;
    }

    .post_lists > li:nth-of-type(n+2) .news_detail_area {
        display: none;
    }

    .pagination {
        margin-bottom: 5px;
        padding: 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
        font-size: 12px;
        color: #9E4747;
    }

    /* カテゴリー詳細 */
    .news_content_area {
        width: calc(100vw - 10px);
        padding: 5px 5px 0 5px;
        border-top: 3px solid #534739;
    }

    .news_content_area h1 {
        line-height: 1.5;
        color: #554738;
        margin: 5px 0 5px 0;
        font-size: 18px;
    }

    .sp_update_date {
        margin: 0;
        font-size: 12px;
        color: #999;
    }

    /* 詳細ページ */
    .news_content_area .article_body {
        width: 100%;
    }

    .news_content_area .sp_advertisement_area {
        width: 100% !important;
    }

    .custom_field_area {
        width: 100%;
        padding-top: 15px;
    }

    .custom_field_area .fixed_message {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .custom_field_area .sns_btn_list {
        display: none;
    }

    .about_hedge_fund {
        display: none;
    }

    .media_name_text {
        display: none;
    }

    .sp_sns_btn_list {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
        background-color: #faf5e3;
        border-top: 1px solid #d6c8ad;
        border-bottom: 1px solid #d6c8ad;
        margin-left: -5px;
        margin-right: -5px;
    }

    .sp_sns_btn_list li:nth-last-of-type(1) {
        margin-left: 30px;
    }

    .sp_sns_btn_list li iframe {
        display: block;
    }

    .backnumber_list_area,
    .relation_list_area,
    .column_post_area {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 20px;
    }

    .topic_list_area {
        margin-left: -5px;
        margin-right: -5px;
    }

    .relation_message {
        display: none;
    }

    .backnumber_list_area h4,
    .relation_list_area h4,
    .column_post_area h4,
    .topic_list_area h4 {
        width: calc(100% - 20px);
        border-top: 3px solid #544739;
        text-shadow: 1px 1px 0px rgb(255, 255, 255);
        border-bottom: 1px solid #bbb;
        padding: 3px 10px;
        margin: 0;
        background-image: linear-gradient(-90deg,rgb(255, 255, 255) 0%,rgb(236, 228, 212) 40%);
        font-size: 16px;
    }

    .backnumber_list_area h4 img,
    .relation_list_area h4 img,
    .column_post_area h4 img {
        display: none;
    }

    .backnumber_list,
    .relation_list,
    .column_list,
    .topic_list {
        width: calc(100% - 10px);
        padding: 0 5px;
    }

    .backnumber_list li,
    .relation_list li,
    .column_list li,
    .topic_list li {
        width: calc(100% - 20px);
        padding: 10px 15px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }

    .backnumber_list li:nth-last-of-type(1) {
        background: none;
    }

    .topic_list li:nth-last-of-type(1) {
        border-bottom: 0;
    }

    .backnumber_list li a,
    .relation_list li a,
    .column_list li a,
    .topic_list li a {
        width: 100%;
        color: #732720;
        text-decoration: none;
    }

    .pickup_posts {
        display: none;
    }

    /* 固定ページ */
    .page_content {
        width: calc(100vw - 20px);
        padding: 15px 10px 10px 10px;
        margin-bottom: 50px;
    }

    .page_content h1 {
        line-height: 1.2;
        color: #B40921;
        border-left: 6px solid #B40921;
        padding: 2px 6px 2px 6px;
        margin: 0 0 10px 0;
        font-size: 16px;
    }

    .input_content {
        font-family: 'Osaka', 'ＭＳ Ｐゴシック', Arial, sans-serif !important;
    }

    .input_content p {
        color: #232323;
        font-size: 14px;
        padding: 8px 0;
        margin: 0;
    }

    .input_content img {
        width: 100%;
        height: auto;
        display: block;
        margin: 12px 0;
    }

    /* キーワード検索結果一覧 */
    .search_lists {
        width: calc(100vw - 10px);
        padding: 0 5px;
    }

    .search_lists > li {
        width: calc(100% - 25px);
        padding: 10px 20px 10px 5px;
        border-bottom: 1px dotted #ccc;
        background: url(../img/arrow01.png) no-repeat right center;
    }

    .search_lists > li h2 {
        width: 100%;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: none;
        text-shadow: none;
        padding: 0;
        font-weight: normal;
    }

    .search_lists > li h2 a {
        color: #732720;
        text-decoration: none;
    }

    .search_lists > li .news_detail_area {
        display: none;
    }

    .sp_input_keyword {
        position: relative;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center; 
        align-items: center;
    }

    .sp_input_keyword img {
        display: none;
        position: absolute;
        right: 8px;
        z-index: 2;
    }

    .not_post_message {
        border-bottom: none !important;
        background: none !important;
        margin-bottom: 100px;
    }

    .news_content_area .article_body .image-holder {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
}

.news_content_area .article_body .image-holder {
    border: solid 1px #d9caac;
    padding: 8px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #eee5d3;
    font-size: 10pt;
}

@media screen and (min-width: 751px) {
    .wpy-img-left{
        float: left;
    }
    .wpy-img-center{
        text-align: center;
    }
    .wpy-img-right{
        float: right;
    }
}

@media screen and (max-width: 750px) {
    .wpy-img-left, .wpy-img-center, .wpy-img-right{
        text-align: center;
    }
    .news_content_area .article_body .image-holder img {
        max-width: calc(100% - 30px);
    }
}
