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

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

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

.tips::before {
    color: #06093F;
}

/**title**/
.heading {
    width: 100%;
    height: auto;
    margin: 1em 0 0.5em 0!important;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em;
    line-height: 1.2;
    font-feature-settings: "palt";
    position: relative;
    text-align: left;
}

.heading .item_box .text_box{
    padding-left: 11%;
}
.heading .item_box{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
}


.heading .item_box {
    background: url(../../../uploads/2024/fate-remastered_cp_vmpkh/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading .item_box::before {
    height: 53px;
    position: absolute;
    top: 45%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.heading .item_box::before {
    content: url(../../../uploads/2024/fate-remastered_cp_vmpkh/midashi_icon.png);
}


.heading .hd_text {
  text-shadow: 0 0 1px;
  color: #02033B;
}

.txt_headline_col {
    color: #c51203;
}

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