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


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

/* 小見出し */
.tips {
    border-color: #66A7DC;
}

.tips::before {
    color: #1D4FC4;
}

.tips.tips_red {
    border-color: #f28e8a;
	font-size: 17px!important;
}

.tips.tips_red::before {
    color: #d16d6a;
}

/* インデックス罫線 */
.txt_border {
    border-bottom: 1px solid #9a9a9a;
    display: block;
    margin-bottom: 0.3rem;
}

/* ハイライト */
.highlight {
    background: linear-gradient(transparent 10%, #FFFF00 10% 90%, transparent 90%);
    font-weight: bold;
    color: #FF0004;
}



/**title**/

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

.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/re_kikiippatsu_pu_pkqaw/midashi_icon.png);
}


.midashi_top{
	margin-top: -0.9em !important;
}

.heading_ttl.top {
    margin: -0.3em 0 0.5em 0 !important;
}

.m_top{
	margin-top: -10px !important;	
}

/******pu見出し**********/

.heading_ttl .item_box_pu {
    background: url(../../../uploads/2025/re_kikiippatsu_pu_pkqaw/midashi_bg.png) no-repeat bottom/100% auto;
	position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0.2em 0em 0.3em 0em;
    font-family: 'Times New Roman', 'Yu Mincho Medium', '游明朝 Medium', 'Yu Mincho', '游明朝', 'YuMincho', '游明朝体', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', serif;
    font-weight: bold;
    font-size: 1.375em !important;
    line-height: 1.2 !important;
}

.heading_ttl .item_box_pu .text_box {
	padding-left: 10.5%;
}

.heading_ttl .item_box_pu::before {
    content: url(../../../uploads/2025/re_kikiippatsu_pu_pkqaw/midashi_icon.png);
	position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.heading_ttl .hd_text {
  text-shadow: 0 0 1px;
  color: #385FA4;
}

/************************/
.ev_btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
	margin: 0 auto;
	display: inline-flex;
	justify-content: center;
}

.ev_btn_wrap .link_btn {
	display: block;
	width: 33.3%;
}

.ev_btn_wrap .link_btn a {
	display: block;
	padding: 0px 3px 0px 0px;
	margin: 0 0 15px 0;
}


.ev_btn_wrap .link_btn a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ev_btn_wrap .link_bnr a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: “alpha( opacity=50 )”;
}

.ank_link_box{
	width: 100%;
    overflow: hidden;
    display: block;
}

.komidashi_top{
	margin-top: -1em !important;
}

/***btn****/


.dl_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}


.dl_btn a {
	color: #6C0C0C;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 70%;
	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);
}


.komidashi_top{
	margin-top: -1.5em !important;
}