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

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

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

.tips::before {
    color: #03775f;
}


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

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

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

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

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

/*ボタン*/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0 0.5em 0.5em 0.5em;
}


.bg_glay{
	background-color: #AFAFAF;
}

/*bg_color*/
.bg_quick {
    background-color: #b0fb9d;
}

.bg_arts {
    background-color: #7aceff;
}

.bg_buster {
    background-color: #ffa2a2;
}

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

.heading_ttl .item_box_pu {
    background: url(../../../uploads/2025/my_little_dragon_pu_mxsle/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/my_little_dragon_pu_mxsle/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: #53783E;
  margin-left: 5px;
}

.noticeicon {
    display: inline-block;
    width: 100%;
    max-width: 170px;
    margin-bottom: 0.5em;
}