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

/* 菱形 */

.diamond {
    color: #009df5;
}


/* 小見出し */

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

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

/*  */
.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.return_btn {
    display: block;
    margin: 0 0 16px 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);
}

/*  */
.attention_tips {
    padding: 1em 1em 0 1em;
    border: solid 7px #a0a0a0;
    margin: 0px;
    background: #ffffff;
    border-radius: 25px;
}

.p_catch{
    margin-bottom: -0.5em !important;
}

/******table********/
.pdd_regulation_none table tr td {
    padding: 10px 7px !important
}

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

.bg_cp_tb_col {
    background-color: #EBFFF5;
}

.bg_cp_tb_col_02 {
    background-color: #FFFCEB;
}

.bg_cp_tb_col_03 {
    background-color: #FAF0FF;
}

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

/******table_col********/
.ny_bg_tb{
	background-color: #FFC4C5;
}

 .noticeicon_ny {
	font-weight: bold;
	color: aliceblue;
    font-size: 12px;
	background: -webkit-gradient( linear, left top, left bottom, from(#fd6a88), to(#fd093a));
    padding: 2px;
    border-radius: 7px;
    border: 1px solid #fd093a;
    width: 30%;
    float: left;
    clear: both;
    display: block;
    margin: 0 auto 5px auto;
    text-align: center;
}

span.noticeicon_ny.small {
    width: 20%;
}

.cb_ny{
	clear: both;
	display: block;
}

span.item_img_cp.two{
    max-width: 50%;
}


/******mission3******/
.table_box .item_img_ny_mission3_left {
    max-width: 44%;
    margin: 2px 2px 2px 5px;
    display: block;
    float: left;
}

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

/*  */
.attention_btn_pu a {
    width: 100%;
}

.bg_cp_tb_col_04 {
    background-color: #FFEEE4;
}

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

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

.noticeicon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 1px 5px;
	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);
	width: auto;
	float: left;
	text-align: center;
}

.bg_blue{
	border: 1px solid #0965fd;
	background: -moz-linear-gradient(  top,  #fd6a88 0%,  #fd093a);
	background: -webkit-gradient(  linear, left top, left bottom,  from(#6ad3fd),  to(#0929fd));
}

.bg05s{
	background-color: #E3F9FF;
}

.bg06s{
	background-color: #F6FFE0!important;
}

.bg07s{
	background-color: #FFFBDA;
}

.bg08s{
	background-color: #FFF2DD!important;
}

.bg09s{
	background-color: #FFE5DA;
}

.bg010s{
	background-color: #FFD4EC!important;
}

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

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

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

/*  */

.ntc_ft {
    float: left;
    padding-top: 0.2em;
    vertical-align: baseline;
    margin-right: 0.5em;
    }

/*  */
.attention_orange{
    padding: 1em 1em 0 1em;
    border: solid 2px #ff9900;
    margin: 10px;
    background-color: #fce5cdff;
}

.attention_btn_st {
    margin: 0 auto !important;
}


/* タグ */

.tag_1 {
    width: auto;
}

.tag_2 {
    width: auto;
}

/* アコーディオン見出し */
.btn_accordion{
    background:#264634;
    border:3px solid #d3b86a;
    min-height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer;
    margin-bottom: 5px;
}

.ic_change{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:12px;
    color:#fff;
    font-size:1.8rem;
    font-weight:bold;
    margin-left: 20px;
}

/* 閉じた状態 */
.ic_change::after{
    content:"▼";
    font-size:0.8em;
    color:#fff;
    transition:.3s;
}

/* 開いた状態 */
.ic_change.open::after{
    content:"▲";
}

.open_content{
    display:none;
}

p.ic_change.strong {
    margin-bottom: 0;
    margin-left: 20px;
}