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

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



/*背景*/

div.wrapper div#news_color {
	background-image: url(../../../uploads/2026/06/2026_enmatei_pre_summer_mbkoh/bg.png);
	background-repeat : repeat; 
}
div.container {
	background-image: url(../../../uploads/2026/06/2026_enmatei_pre_summer_mbkoh/bg.png);
	background-repeat : repeat; 
}


main, main .article{
	background: none;
}

/* 強調色 */
.notice {
	color: #C40307;
}
.notice_em01 {
	
	color: #C40307;
}

/* 全体テキスト変更 */
body {
	color: #000000;
}
.table_color{
	color: #000000;
}

.attention{
	padding: 1em 1em 0 1em;
	border: solid 1.5px #AB7B04;
	margin: 10px;
}

.border {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #AB7B04;
  border: none;  
}

.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #661810;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #89313a;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.star {
	color: #633C14;
}
.dia {
    color: #000000;
}

.dia::after, .dia::before{
	background-color:#600D0E;
}


.en_bl_none {
    border-left: 0;
 
}

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

/*************アイテムラインナップ************/
.skil_item_txt{
	clear: both;
	display: block;
}

.skil_item{
	float: left;
	width: 6%;
	margin: 0 1% 0 0;
}


table.trbgcolor tr:nth-child(2n+1) {
	background-color: #fff; 
}

table.trbgcolor2 tr:nth-child(2n+2) {
	background-color: #fff;
}

/*見出し*/

/******icon*******/

.heading_ttl p{
padding-bottom: 1em;
}

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

.heading_ttl .item_box::before {
    top: 45%;
    content: url(../../../uploads/2026/06/2026_enmatei_pre_summer_full_skwro/midashi_icon.png);
}

.heading_ttl .item_box.v_center::before {
    top: 55%;
}

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

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


/******icon_02*******/

.heading_ttl .item_box_ex {
    background: url(../../../uploads/2026/06/2026_enmatei_pre_summer_full_skwro/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading_ttl .item_box_ex {
    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;
}

.txt_fx {
    display: flex;
    align-items: center;
}
.txt_fx .txt_fc:first-child {
    word-break: keep-all;
    color: #fff;
    border-radius: 5px;
    width: 20%;
    text-align: center;
    height: 100%;
    font-size: 0.8em;
    margin-right: 1%;
    max-width: 70px;
}

.heading_ttl .item_box_ex .text_box {
    margin-left: -1%;
    margin-bottom: -2%;
}

.heading_ttl .hd_text {
  text-shadow: 0 0 1px;
}


.txt_fx .t_red {
    background: rgb(255, 53, 53);
    background: linear-gradient(0deg, rgba(255, 53, 53, 1) 0%, rgba(148, 25, 25, 1) 100%);
    padding: 0.8% 0 0.2% 0;
}

.txt_fx .t_blue {
    background: rgb(53,182,255);
    background: linear-gradient(0deg, rgba(53,182,255,1) 0%, rgba(26,25,148,1) 100%);
    padding: 2.5% 0;
}
