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

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

/**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/0601info_eldax/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/0601info_eldax/midashi_icon.png);
}


.heading .hd_text {
  text-shadow: 0 0 1px;
  color: #639ef8;
}

