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

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

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

.tips::before {
    color: #9FB51C;
}


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

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

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

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

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

/***********/

.heading_ttl .item_box_update {
	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;
    background: url(../../../uploads/2024/mystery_house_crafters_full_peiaw/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading_ttl .item_box_update::before {
	  position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: url(../../../uploads/2024/mystery_house_crafters_full_peiaw/midashi_icon_update.png);
}

.heading_ttl .item_box_update .text_box {
	margin-left: -15px;
    display: flex;
	padding-left: 11.2%;
}

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


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

.heading_ttl .item_box_pu {
    background: url(../../../uploads/2024/mystery_house_crafters_pu_wrbwo/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/2024/mystery_house_crafters_pu_wrbwo/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: #330092;
}


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

/*ボタン*/

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0 0.5em 0.5em 0.5em;
}
/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #D0A9DC;
    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: #A081CC;
	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 #D0A9DC;
    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: #A081CC;
	font-weight: bold;
	width: 25px;
	text-align: center;
	height: 25px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

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

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