﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
    color: #d2ab55;
}

/* 小見出し */
.tips {
    border-color: #78c3ed;
    font-size: 17px !important;
}

.tips::before {
    color: #2277c1;
}



.txt_red {
    position: relative;
    color: #FF0000;
}

.txt_blue {
    position: relative;
    color: #0053FC;
}

.txt_border {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin-bottom: 0.3rem;
}

/****table_item****/

.table_box .item_list {
    text-align: center;
}

.table_box .item_img_cp {
    max-width: 38%;
    margin: 5% 0px;
    float: left;
    display: inline-flex;
    float: none;
}

/*見出し*/
.heading_ttl p {
    padding-bottom: 1em;
}

.heading_ttl .item_box .text_box {
    margin-left: -3px;
    display: flex;
    padding-left: 12% !important;
}

.heading_ttl.m_top {
    margin: 1.7em 0 0.5em 0 !important;
}

.heading_ttl .item_box {
    background: url(../../../uploads/2026/05/2026_new_chapter_cp_yqhio/midashi_bg.png) no-repeat bottom / 100% auto;
}

.heading_ttl .item_box::before {
    content: url(../../../uploads/2026/05/2026_new_chapter_cp_yqhio/midashi_icon.png);
}

.heading_ttl .item_box .text_box {
    padding-left: 11.5% !important;
}

.heading_ttl .hd_text {
    text-shadow: none;
    color: #2e82c5;
}

.heading_ttl {
    margin: 5em 0 0.5em 0 !important;
}

.heading_ttl .item_box_ex {
    background: url(../../../uploads/2026/05/2026_new_chapter_cp_yqhio/midashi_bg.png) no-repeat bottom/100% auto;
}

.txt_fx .t_red {
    background: rgb(255, 53, 53);
    background: linear-gradient(0deg, rgba(255, 53, 53, 1) 0%, rgba(148, 25, 25, 1) 100%);
    padding: 0.8% 0 0.2% 0;
}

.txt_fx .t_blue {
    background: rgb(53, 182, 255);
    background: linear-gradient(0deg, rgba(53, 182, 255, 1) 0%, rgba(26, 25, 148, 1) 100%);
    padding: 2.5% 0;
}

/*CP一覧リンク*/
.cp_link {
    clear: both;
    overflow: hidden;
    margin-bottom: 5px !important;
    display: block;
}

.cp_link_txt {
    display: block;
    overflow: hidden;
}

.cp_link_txt.im {
    padding: 0;
}

/**戻るボタン**/
.return_btn {
    display: block;
    float: right;
    width: 23.3%;
    text-align: center !important;
    clear: both;
}

.return_btn a {
    color: #1050ab;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 90%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.return_btn a:hover {
    color: #2276e9;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}