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

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

/* 小見出し */
.tips {
    border-color: #AFD7FD;
}

.tips::before {
    color: #3EB100;
}
hr{
	clear: both;
}

.txt_blue_col {
    color: #0F9400;
    font-weight: bold;
}

.bttom_txt {
    margin-top: 10px;
    float: left;
}

.noticeicon {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 150px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: center;
}

.txt_headline_col {
color: #4247AA;
}

/*****アップデート*****/

.tips_1 {
    font-weight: bold;
    font-size: 100%;
    /* border-bottom: solid 3px #b1cee3; */
    position: relative;
    padding: 5px 0px 2px 0px;
    line-height: 30px;
}

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



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

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

.skil_txt{
	
}


.heading_ttl .item_box_ev {
    background: url(../../../uploads/2024/re_2021summer_woyms/midashi_bg.png) no-repeat bottom/contain;
}
 
.heading_ttl .item_box_ev::before {
     content: url(../../../uploads/2024/re_2021summer_woyms/midashi_icon.png);
}

.heading_ttl .item_box_ev .text_box {
    padding-left: 9.5%;
}

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

.ank_link_box {
    width: 100%;
    overflow: hidden;
    display: block;
}

.komidashi_top {
    margin-top: -2em !important;
}

.info_ss img {
    margin: 0 auto !important;
    max-width: 400px !important;
    display: block;
}

/* pu text */
.heading_ttl .item_box {
    background: url("../../../uploads/2024/re_2021summer_pu1_xksle/midashi_pu_bg.png") no-repeat bottom/100% auto;
}
 
.heading_ttl .item_box::before {
    content: url("../../../uploads/2024/re_2021summer_pu1_xksle/midashi_pu_icon.png");
}

.heading_ttl .item_box .text_box {
    padding-left: 11.5%;
}

.heading_ttl .hd_text {
    color: #E76F0B;
	text-shadow: 0 0 2px rgb(211 96 0);
}