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

/* 菱形 */

.diamond {
    color: #009df5;
}

/* 小見出し */

.tips::before {
    color: #4778f5;
}

.tips_under::before {
    content: "▼";
    color: #4778f5;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.tips{
    border-bottom: solid 3px #fae2aa;
    font-size: 17px !important;
}

.tips_under{
    font-weight: bold;
    border-bottom: solid 3px #fae2aa;
    font-size: 17px !important;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

/**title**/

.heading_ttl .item_box .text_box {
    padding-left: 12%;
    display: flex;
    flex-direction: column;
}

.heading_ttl .item_box {
    background: url(/wp-content/uploads/2026/07/11th_anniversary_cp_wgxey/midashi_bg.png) no-repeat bottom/100% auto;
}

.heading_ttl .item_box::before {
    content: url(/wp-content/uploads/2026/07/11th_anniversary_cp_wgxey/midashi_icon.png);
}


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

.heading_ttl .hd_text {
    text-shadow: 0 0 1px;
    color: #0a2c8a;
    position: relative
}
.heading_ttl .item_box .left{
    margin-left: 70px;
    color: #0a2c8a
}

.bg_cp_tb_col_04 {
    background-color: #FFEEE4;
}

/****table_item****/
.table_box .item_img_ny_mission2 {
    max-width: 17.5%;
    margin: 2px;
    display: block;
    float: left;
}
.table_box .item_img_ny_mission3 {
    max-width: 23.4%;
    margin: 2px;
    display: block;
    float: left;
}
.table_box tr td .item_list_wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.table_box tr td .item_list_wrapper img{
 width: 57px;
 height: auto;
 margin-right: 8px;
}
.table_box tr td .item_list_divider{
    border-top:1px solid #000000;
    margin: 8px 0;
}
.table_box .bd_l_none{
    box-shadow: none;
    padding: 8px 2px !important;
}

.bg_cp_tb_col {
    background-color: #EBFFF5;
}

.bg_cp_tb_col_02 {
    background-color: #FFFCEB;
}

.bg_cp_tb_col_03 {
    background-color: #FAF0FF;
}

.pdd_regulation_none_cp table tr td {
    padding: 7px 7px !important;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}

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

.table_box .item_img_cp {
    max-width: 38%;
    margin: 5% 0px;
    float: left;
    display: inline-flex;
    float: none;
}

/*****btn*******/
.attention_btn a:hover { 
    color: #8E3333;
    background-image: linear-gradient(#f7fffe 0%, #f5b3b3 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}
.attention_btn a { 
	color: #B74C4C;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 80%;
    padding: 15px 3px;
    margin: 0 auto;
    border-radius: 10px;
    background-image: linear-gradient(#f7fffe 0%, #f5b3b3  100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}
.btn_wrap .gold{
    display: block;
    width: 100%;
    text-align: center !important;
}
.btn_wrap .gold .wide{
    width: 77%;
    text-align: center !important;
    margin: auto;
}

.attention_btn_st a{
    padding: 15px;
}

/*  */
.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
}

.return_btn {
    display: block;
    margin: 0;
    margin-left: auto;
    padding: 5px 0;
    width: 23.3%;
}

.return_btn a {
    color: #070970;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    width: 90%;
    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);
    text-align: center;
}

.return_btn a:hover {
    color: #009df5;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}


.heading_ttl .item_box_ex{
    background: url(/wp-content/uploads/2026/07/11th_anniversary_cp_wgxey/midashi_bg.png) no-repeat bottom  / 100% auto;
}


