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

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

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

.tips::before {
    color: #3175bd;
}

/**title**/

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

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

/*title_flex*/
.heading_ttl .item_box_ex {
    background: url(../../../uploads/2025/2025_lb1_clear_cp_kukmp/midashi_bg.png) no-repeat bottom/100% auto;
}

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

.heading_ttl .hd_text {
    text-shadow: 0 0 2px;
    color: #2c63a9;
}


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

.table_box .item_list {
    text-align: center;
}

.table_box .item_img_ny_mission1 {
    max-width: 60.5%;
    display: inline-flex;
    float: none;
}

.table_box .item_img_ny_mission2 {
    max-width: 48.7%;
    display: inline-flex;
    float: none;
}

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