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

.green_txt2 {
    font-weight: bold;    
}

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

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


.diamond {
    color: #e962d2;
}

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

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

.pink {
    border: solid 1.5px #ff0057;
}

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

.return_btn a {
    color: #222faa;
    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:#121c79;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

/* ボタン */
.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0 0.5em 0.5em 0.5em;
}
.btn_wrap {
    padding-top: 0;
}


/****** table_box ********/

.table_box.table_box_open table tr td:last-child{
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

/****** day ********/
.period_bg {
    background: linear-gradient(0deg, rgb(180 231 255) 0%, rgb(186 149 209) 21%, rgb(255 136 164) 84%);
    width: 100%;
    margin-bottom: -10px;
}

.period_bg .period_tx{
	font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000000;
	text-align: center!important;
}

.pu_day{
background: linear-gradient(0deg, #ffb6e9 0%, rgb(222 120 255) 21%, rgb(141 78 221) 84%);
    width: 100%;
}
.pu_day .pu_day_tx{
	font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 4px #000000;
	padding: 10px 20px;
}


/* title */
.heading_ttl .item_box {
    background: url(../../../uploads/2025/valentine2025_pu_lupwp/midashi_bg.png) no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url(../../../uploads/2025/valentine2025_pu_lupwp/midashi_icon.png);
}

.heading_ttl .hd_text {
    text-shadow: 0 0 2px rgb(255 81 223);
    color: #eb5694;
}  

/*****btn*****/

.pu_im_list .im_list_l{
	margin: 0!important;
}
.pu_im_list .im_list_r{
	margin: 0!important;
}

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

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

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

/* accordion */
dl.accordion p{
	font-size: 1em;
	letter-spacing: 0;
}

.list_gainen_ttl_pu{
	color: #096DC0;
    font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;	
}

.gainen_ttl_pu:after{
    content: "▼";
	margin-left: 5px;
    color: #096DC0;
    font-size: 1.2em;
	display: inline-block;
    vertical-align: middle;

}

.gainen_ttl_pu.open:after{
    content: "▲";
	margin-left: 5px;
    color: #096DC0;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

dl.accordion {
	width:100%;
	margin:0;
	padding:0;
}

dl.accordion dt {
	background:none;
	height:auto;
	font-size:100%;
	text-indent:0;
	line-height:20px;
	color:#000;
	border: none;
	font-weight: unset;
}

dl.accordion dt.open {
	background:none;
}

dl.accordion dd {
	display:none;
	margin:0;
}

dl.accordion dd.open{
    display:none;
}
