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

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

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

.tips::before {
    color: #E865A2;
}


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

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

.heading_ttl .item_box::before {
    top: 45%;
    content: url(../../../uploads/2025/valentine2025_full_pekac/midashi_icon.png);
}

.heading_ttl .item_box .text_box {
	margin-left: 5px;
    display: flex;
}

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

/************************/
.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;
}

.midashi_top{
	margin-top: -0.5em !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: -1em !important;
}



/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #FFCCDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}


.tips_1::before {
    content: "1";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #E46997;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_2 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #FFCCDB;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1.1em;
	line-height: 26px;
	vertical-align: middle;
	display: inline-block;
	background: #E46997;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}
