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

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

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

.tips::before {
    color: #2B7200;
}

/**title**/

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

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


.midashi_top{
	margin-top: -1.9em !important;
}

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


.txt_red {
    position: relative;
    color: #CC2020;
}

.txt_blue {
    position: relative;
    color: #0053FC;
}

.table_box .item_img_ny_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/*title_flex*/
.heading_ttl .item_box_ex {
    background: url(../../../uploads/2024/lb7_clear_cp_gytgu/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;
}

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

/****table_item****/

/******1******/
.table_box .item_img_cp_one {
    max-width: 40%;
    margin: 0 auto;
    display: block;
}

/******2******/
.table_box .item_img_cp {
    max-width: 40%;
    margin: 2px;
    display: block;
    float: left;
}

.table_box .item_img_cp_left {
    max-width: 40%;
    margin: 2px 2px 2px 15px;
    display: block;
    float: left;
}



/******3******/
.table_box .item_img_cp_3 {
    max-width: 30%;
    margin: 2px;
    display: block;
    float: left;
}

.table_box .item_img_cp_3_left {
    max-width: 30%;
    margin: 2px 2px 2px 15px;
    display: block;
    float: left;
}


.table_box .item_img_cp_2 {
    max-width: 30%;
    margin: 2px;
    display: block;
    float: left;
}

.table_box .item_img_cp_2_left {
    max-width: 30%;
    margin: 2px 2px 2px 50px;
    display: block;
    float: left;
}

/*****btn*******/
.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 0.5em 0.5em 1.2em 0.5em;
}

.attention_btn{
	display: block;
	margin:0 auto;
	padding: 5px 0;
	width: 100%;
	text-align: center!important;
}

.attention_btn a {
    color: #c18109;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 50%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#f7fffe 0%, #ffe17e 100%);;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}

.attention_btn a:hover {
    color: #e7ae44;
    background-image: linear-gradient(#f7fffe 0%, #fff1b7 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

/*表アイコン*/

.tb_noticeicon_01{
 	width: auto;
	padding: 2px 4px;
	float:right;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
}

.fnt_wt{
 font-weight: 100 !important;
}

/*表アイコン*/

.tb_noticeicon_01{
 	width: auto;
	padding: 2px 4px;
	float:right;
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#fd6a88),  to(#fd093a));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #fd093a;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5),  inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow: 0px -1px 0px rgba(000,000,000,0.7),  0px 1px 0px rgba(255,255,255,0.3);
}

